/*=============
Main css
==============*/
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

/* Header area
============== */
.header_area {
    transition: all .7s;
    width: 100%;
    position: absolute;
    padding-top: 10px;
	z-index: 9999;
}
.header_area.stiky {
    position: fixed;
    width: 100%;
    top: 0;
    background: #000;
    color: #fff;
    z-index: 99;
    padding: 5px 0;
}
.header_bg .row {
    align-items: center;
}
.admin-bar .header_area.stiky {
    top: 32px;
}
ul#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

ul#menu li {
    display: inline-block;
    position: relative;
}

ul#menu li a {
    display: block;
    padding: 10px;
}
.header_area.stiky ul#menu li a{
    color: #ffffff;
}
.mobile_menu {
    display: none;
}

/* breadcam */
.bredcam_area {
    padding: 120px 0;
}

.bredcam_area a {
    color: #fff;
}
/* error */
.error_page {
    padding-top:140px;
	padding-bottom:50px;
	text-align:center;
}
section.sc_fs_faq.sc_card {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}
/* header css */
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}
.header_bg {
    background-position: center;
    background-size: cover;
    padding: 10px 20px;
    background-repeat: no-repeat;
    border-radius: 90px;
}
.logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.logo h4 {
    color: #333;
}

.navigation ul.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px; 
}
span.wpcf7-form-control-wrap input[type="email"] {
    margin: 10px 0;
}
input.wpcf7-url {
    margin-top: 10px;
}
.navigation ul.main-menu li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #727879; 
    text-decoration: none;
    transition: 0.3s ease;
}

.navigation ul.main-menu li a:hover,
.navigation ul.main-menu li.active a {
    color: #00C74F;
}

.global_boxed_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #00C74F 0%, #00953B 100%);
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    padding: 8px 24px;
    border-radius: 90px; 
    text-decoration: none;
    transition: 0.3s ease;
    border: none;
    white-space: nowrap;
    width: 100%;
}

.global_boxed_btn:hover {
    background: linear-gradient(90deg, #00953B 0%, #00C74F 100%);
    box-shadow: 0px 4px 15px rgba(0, 199, 79, 0.3);
}

.global_boxed_btn::after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    
}
.mobile_menu {
    display: none;
    cursor: pointer;
    font-size: 24px;
    text-align: right;
}
/* footer css */
.site-footer {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Footer Top Row */
.footer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-newsletter {
    flex: 0 0 35%;
    padding: 24px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #1C1200;
}

.footer-newsletter h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.newsletter-input-box {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.newsletter-input-box form p {
    display: flex;
}
.newsletter-input-box form input {
    background:transparent;
    border:none;
    border-bottom:1px solid #494C4C;
    padding:10px;
    outline-style:none;
}

span.wpcf7-spinner {
    display: none;
}
.footer-about {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.footer-about img {
    max-width: 220px;
    margin-bottom: 20px;
}

.footer-about p {
    font-size: 18px;
    color: #494C4C;
    line-height: 1.6;
}

.footer-divider {
    border-bottom: 1px solid #7CCD9C;
    margin-bottom: 30px;
}

/* Columns Section */
.footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-bottom: 50px;
}

.f-col .h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #1C1200;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li, .footer-list a {
    color: #494C4C;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
    transition: 0.3s;
}

.footer-list a:hover {
    color: #00953B;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item strong {
    display: block;
    font-size: 16px;
	line-height:24px;
    color: #1C1200;
	font-weight:500;
	margin-bottom:5px;
}

.qr-code img {
    max-width: 100px;
    margin: 15px 0;
}

.app-badges {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.app-badges img {
    height: 40px;
}

/* Copyright Bar */
.copyright-bar {
    padding: 15px 0;
    background: linear-gradient(90deg, #00953B 0%, #00C74F 100%);
}
.copyright-bar p {
    margin: 0;
    color: #fff;
}
.bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    background: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #1C1200;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #000;
    color: #fff;
}
@media (max-width: 991px) {
    .footer-top-row {
        flex-direction: column;
    }
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .footer-columns {
        grid-template-columns: 1fr;
    }
    .bar-inner {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}
/* hero css */
.hero_area {
    padding: 120px 0 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  background-color: #b0ccd8;
  background: 
    radial-gradient(ellipse at 70% 20%, #a8d4b0 0%, transparent 50%),
    radial-gradient(ellipse at 10% 30%, #8fb8c8 0%, transparent 50%),
    radial-gradient(ellipse at 50% 80%, #d0e8f0 0%, transparent 60%),
    linear-gradient(135deg, #9ec5c8 0%, #b8d4e0 50%, #a8cfa8 100%);

}

.review_content img {
    width: 80px;
    height: auto;
}

.review_content span {
    
    font-weight: 600;
    color: #1C1200;
}
.hero_title {
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
    color: #000;
    margin-bottom: 20px;
}

.hero_desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #494C4C;
    max-width: 78%; 
}

.hero_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    color: #FFFFFF !important;
    gap: 10px;
}

.btn_blue {
    background: linear-gradient(90deg, #0070E5 0%, #004A98 100%);
    margin-right: 15px;
}

.btn_blue:hover {
    background: linear-gradient(90deg, #004A98 0%, #0070E5 100%);
}
.btn_green {
    background: linear-gradient(90deg, #00C74F 0%, #00953B 100%);
}

.btn_green:hover {
    background: linear-gradient(90deg, #00953B 0%, #00C74F 100%);
}
.review_content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end !important;
}

.rating_img {
    padding-left: 10px;
}
.rating_img img {
    max-width: 160px;
}
@media (max-width: 991px) {
    .hero_title {
        font-size: 42px;
        line-height: 52px;
    }
    .hero_desc {
        max-width: 100%;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .hero_area {
        padding: 180px 0 50px 0;
    }
    .hero_title {
        font-size: 32px;
        line-height: 42px;
    }
    
}
/* tabs area */
.css-tab-input {
    display: none;
}

.css-tabs-wrapper {
    width: 100%;
}
.home .css-tab-nav {
    padding-bottom: 150px;
}
.css-tab-label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-radius: 12px;
    background: transparent;
    color: #1a1a2e;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
    width: 25%;
}
label.css-tab-label h3 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.css-tab-label:hover {
    background: #fff;
    color: #00C74F;
}

.css-tab-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    filter: grayscale(1) opacity(0.5);
    transition: filter 0.25s ease;
}
.tabs_item {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.css-tab-panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 72%;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #ede9f6;
    padding: 40px 44px;
    box-shadow: 0 4px 24px rgba(109, 40, 217, 0.06);
}
.css-tab-content-wrapper {
    flex: 1;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #ede9f6;
    padding: 40px 44px;
    box-shadow: 0 4px 24px rgba(109, 40, 217, 0.06);
    min-height: 280px;
}
.css-tab-nav {
    position: relative;
    padding-bottom: 80px;
}
.css-tab-panel {
    display: none;
}

/* Tab 0 */
#css-tab-0:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-0"],
/* Tab 1 */
#css-tab-1:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-1"],
/* Tab 2 */
#css-tab-2:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-2"],
/* Tab 3 */
#css-tab-3:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-3"],
/* Tab 4 */
#css-tab-4:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-4"],
/* Tab 5 */
#css-tab-5:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-5"],
/* Tab 6 */
#css-tab-6:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-6"],
#css-tab-7:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-7"], 
#css-tab-8:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-8"],
#css-tab-9:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-9"] {
    background: #ffffff;
    color: #00C74F;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(109, 40, 217, 0.12);
}

#css-tab-0:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-0"] .css-tab-icon,
#css-tab-1:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-1"] .css-tab-icon,
#css-tab-2:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-2"] .css-tab-icon,
#css-tab-3:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-3"] .css-tab-icon,
#css-tab-4:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-4"] .css-tab-icon,
#css-tab-5:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-5"] .css-tab-icon,
#css-tab-6:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-6"] .css-tab-icon, 
#css-tab-7:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-7"] .css-tab-icon, 
#css-tab-8:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-8"] .css-tab-icon,
#css-tab-9:checked ~ .css-tabs-layout .css-tab-nav label[for="css-tab-9"] .css-tab-icon {
    filter: none;
}

#css-tab-0:checked ~ .css-tabs-layout #css-panel-0,
#css-tab-1:checked ~ .css-tabs-layout #css-panel-1,
#css-tab-2:checked ~ .css-tabs-layout #css-panel-2,
#css-tab-3:checked ~ .css-tabs-layout #css-panel-3,
#css-tab-4:checked ~ .css-tabs-layout #css-panel-4,
#css-tab-5:checked ~ .css-tabs-layout #css-panel-5,
#css-tab-6:checked ~ .css-tabs-layout #css-panel-6, 
#css-tab-7:checked ~ .css-tabs-layout #css-panel-7, 
#css-tab-8:checked ~ .css-tabs-layout #css-panel-8, 
#css-tab-9:checked ~ .css-tabs-layout #css-panel-9 {
    display: block;
}

.css-tab-panel p {
    
    line-height: 1.75;
    color: #374151;
    margin-bottom: 18px;
}

.css-tab-panel strong {
    font-weight: 700;
    color: #111827;
}

.css-tab-panel a {
    color: #00C74F;
    text-decoration: none;
    font-weight: 500;
}

.css-tab-panel a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 767px) {
    .css-tabs-layout {
        flex-direction: column;
    }

    .css-tab-nav {
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
        gap: 6px;
        padding-bottom: 8px;
    }

    .css-tab-label {
        white-space: nowrap;
        padding: 10px 16px;
        
    }

    .css-tab-content-wrapper {
        padding: 24px 20px;
        width: 100%;
    }
}
section.tabs_section {
    padding: 80px 0;
}
.section_tittle {
    margin-bottom: 50px;
}
.section_tittle h2 {
	font-size: clamp(28px, 4vw, 46px);
    font-weight: 800;
    letter-spacing: -0.5px;
}
/* Section Wrapper */
.faq-section {
    padding: 80px 0;
    background: #E4EDEC;
}

.faq-section-title {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 800;
    color: #111827;
    text-align: center;
    letter-spacing: -0.5px;
}
.faq-section p.svc-subtitle {
    text-align: center;
    max-width: 100%;
	letter-spacing:-.1px;
}
.faq-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: visible;
}

.faq-img {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    display: block;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
}

.faq-toggle {
    display: none;
}

.faq-item {
    position: relative;
}

.faq-question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    
    line-height: 1.4;
    transition: color 0.2s ease;
    user-select: none;
    margin-bottom: 0;
}

.faq-question:hover {
    color: #00C74F;
}

.faq-question-text {
    flex: 1;
}

/* Arrow icon */
.faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #00C74F;
    margin-top: 2px;
}

.faq-icon svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
    overflow: hidden;
}

.faq-answer-inner {
    overflow: hidden;
    
    line-height: 1.75;
    color: #4b5563;
    
    padding-bottom: 0;
    transition: padding-bottom 0.35s ease;
}

.faq-answer-inner p {
    margin-bottom: 0;
}

.faq-divider {
    height: 1px;
    background: #e5e7eb;
    transition: background 0.25s ease;
}

.faq-toggle:checked + .faq-question .faq-icon svg {
    transform: rotate(180deg);
}

.faq-toggle:checked + .faq-question + .faq-answer {
    grid-template-rows: 1fr;
}

.faq-toggle:checked + .faq-question + .faq-answer .faq-answer-inner {
    padding-bottom: 20px;
}
.faq-toggle:checked ~ .faq-divider {
    background: #00C74F;
}

@media (max-width: 767px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-img {
        margin-bottom: 32px;
    }

    .faq-question {
        
        padding: 18px 0;
    }

    .faq-section-title {
        margin-bottom: 36px;
    }
}

/* ============================================
   Service Cards Section
   ============================================ */

.svc-section {
    padding: 80px 0;
    background: #ffffff;
}

.svc-title {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 800;
    color: #111827;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.svc-subtitle {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 48px;
    
}

.svc-row {
    row-gap: 24px;
}
.svc-card {
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.svc-card:hover {
    box-shadow: 0 8px 32px rgba(109, 40, 217, 0.10);
    border-color: #00c75070;
    transform: translateY(-4px);
}

.svc-icon-wrap {
    width: 64px;
    height: 64px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-content-box img {
    max-width: 220px;
    margin-top: 20px;
}
.svc-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svc-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    
    line-height: 1.3;
    margin-bottom: 0;
}

.svc-card-desc {
    
    color: #4b5563;
    line-height: 1.7;
    
    margin-bottom: 0;
    flex: 1;
}

@media (max-width: 767px) {
    .svc-section {
        padding: 50px 0;
    }

    .svc-title {
        font-size: 28px;
    }

    .svc-subtitle {
        
        margin-bottom: 32px;
    }

    .svc-card {
        padding: 24px 20px;
    }
}
/* service image style */
section.svc-section.image h3.svc-card-title {
    font-size: 24px;
    line-height: 29px;
    color: #03164d;
    font-weight:600;
}

section.svc-section.image p.svc-card-desc {
    font-size: 18px;
    line-height: 27px;
    color: #475467;
}

section.svc-section.image .svc-icon-wrap {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom:10px;
}

section.svc-section.image .svc-card:hover {
    border-color: #D9E0F2;
    transform: translateX(0);
}
/* ============================================
   Working Process Section
   ============================================ */
.wp-section {
    padding: 80px 0;
    background: #E4EDEC;
}
.wp-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #111827;
    text-align: center;
    margin-bottom: 56px;
    letter-spacing: -0.5px;
}
.wp-image-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.wp-img {
    width: 95%;
}

.wp-steps {
    display: flex;
    flex-direction: column;
}

.wp-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.wp-step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.wp-icon-circle {
    width: 52px;
    height: 52px;
    background: #00C74F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 199, 79, 0.35);
}

.wp-icon-circle i {
    color: #ffffff;
    font-size: 18px;
}

.wp-step-line {
    width: 2px;
    flex: 1;
    min-height: 48px;
    border-left: 2.5px dashed #00C74F;
    margin: 6px 0;
    opacity: 0.5;
}

.wp-step-content {
    padding-bottom: 32px;
    flex: 1;
}

.wp-step-title {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
    line-height: 1.3;
}

.wp-step-desc {
    
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 0;
}

.wp-btn-wrap {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .wp-section {
        padding: 50px 0;
    }

    .wp-title {
        margin-bottom: 36px;
    }

    .wp-img {
        width: 100%;
        margin-bottom: 40px;
    }

    .wp-deco-blue-top {
        width: 80px;
        height: 65px;
    }

    .wp-deco-blue-bottom {
        width: 90px;
        height: 70px;
    }

    .wp-deco-red {
        width: 50px;
        height: 50px;
    }

    .wp-btn-wrap {
        padding-left: 0;
        margin-top: 16px;
    }

    .wp-step-content {
        padding-bottom: 24px;
    }
}
/* ============================================
   About Us Section
   ============================================ */
.about-section {
    padding-bottom: 80px ;
    background: #E4EDEC;
}

.about-title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    color: #111827;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.about-content p {
    
    line-height: 1.8;
    color: #374151;
    margin-bottom: 18px;
}

.about-content p:last-child {
    margin-bottom: 0;
}

.about-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .about-section {
        padding: 50px 0;
    }

    .about-img {
        margin-top: 32px;
    }
}
/* ============================================
   Testimonial Section 
   ============================================ */
.testi-section {
    padding: 80px 0 60px;
    background: #ffffff;
    overflow: hidden;
}

.testi-title {
	font-size: clamp(28px, 4vw, 46px);
    font-weight: 800;
    color: #0f2137;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.testi-subtitle {
    
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 48px;
    max-width: 560px;
}

.testi-slider-outer {
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 8%,
        black 92%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 8%,
        black 92%,
        transparent 100%
    );
}

.testi-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: testi-scroll 30s linear infinite;
}

.testi-track:hover {
    animation-play-state: paused;
}


@keyframes testi-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


.testi-card {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 28px 24px;
    width: 450px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.testi-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    border-color: #00C74F;
}

.testi-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-stars {
    display: flex;
    gap: 3px;
}

.testi-star-filled {
    color: #00C74F;
    
}

.testi-star-empty {
    color: #d1d5db;
    
}

.testi-quote {
    color: #0f2137;
    font-size: 22px;
    opacity: 0.15;
}

.testi-text {
    
    line-height: 1.75;
    color: #374151;
    font-style: italic;
    margin-bottom: 0;
    flex: 1;
}

.testi-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
}

.testi-name {
    
    font-weight: 700;
    color: #0f2137;
}

.testi-company {
    font-size: 13px;
    color: #00C74F;
    font-weight: 500;
}

@media (max-width: 767px) {
    .testi-section {
        padding: 50px 0 40px;
    }

    .testi-card {
        width: 280px;
        padding: 22px 20px;
    }
    .testi-track {
        animation-duration: 20s;
    }

    .testi-subtitle {
        margin-bottom: 32px;
    }
}
/* ============================================
   Horizontal Steps Section
   ============================================ */
.steps-section {
    padding: 80px 0;
    background: #E4EDEC;
}

.steps-title {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 800;
    color: #0f2137;
    margin-bottom: 48px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.steps-number-row {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    width: 71%;
}

.steps-number-item {
    display: flex;
    align-items: center;
    flex: 1;
}

.steps-number-item:last-child {
    flex: 0;
}
.steps-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f5e49c;
    color: #0f2137;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.steps-circle-active {
    background: #00C74F;
    color: #0f2137;
}

.steps-connector {
    flex: 1;
    height: 2px;
    border-top: 2.5px dashed #a0aec0;
    margin: 0 8px;
    opacity: 0.6;
}

.steps-content-row {
    margin-top: 8px;
}

.steps-content {
    padding-right: 24px;
}

.steps-step-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f2137;
    margin-bottom: 10px;
    line-height: 1.3;
}

.steps-step-desc {
    
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .steps-section {
        padding-top: 50px;
		padding-bottom: 10px;
    }

    .steps-number-row {
        margin-bottom: 24px;
    }

    .steps-circle {
        width: 36px;
        height: 36px;
        
    }

    .steps-content {
        padding-right: 0;
        margin-bottom: 28px;
    }

    .steps-title {
        margin-bottom: 32px;
    }
}
/* ============================================
   Team / Specialists Section
   ============================================ */
.team-section {
    background: #E4EDEC;
    padding: 80px 0;
    overflow: hidden;
}
.team-left {
    padding: 40px 48px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.team-badge {
    display: inline-block;
    background: #00C74F;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
    letter-spacing: 0.3px;
}

.team-title {
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    color: #0f2137;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.team-content p {
    font-size: 15px;
    color: #374151;
    line-height: 1.75;
    margin-bottom: 10px;
}

.team-content p:last-child {
    margin-bottom: 0;
}

.team-btn i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.team-btn:hover i {
    transform: translateX(4px);
}

.team-cards-row {
    display: flex;
    gap: 0;
}

.team-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-card:first-child {
    border-left: 1px solid #e5e7eb;
}

.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
    z-index: 1;
}

.team-card-img-wrap {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3 / 3.2;
}

.team-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.35s ease;
}

.team-card:hover .team-card-img {
    transform: scale(1.04);
}

.team-card-info {
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}

.team-linkedin {
    font-size: 28px;
    color: #0a66c2;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    margin-bottom: 4px;
}

.team-linkedin:hover {
    transform: scale(1.15);
    opacity: 0.85;
}

.team-member-name {
    font-size: 17px;
    font-weight: 700;
    color: #0f2137;
    margin-bottom: 0;
}

.team-member-role {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .team-left {
        padding: 40px 24px;
    }
}

@media (max-width: 767px) {
    .team-section {
        padding: 50px 0;
    }

    .team-left {
        padding: 0 0 40px;
    }

    .team-cards-row {
        flex-wrap: wrap;
    }

    .team-card {
        flex: 0 0 50%;
        border-bottom: 1px solid #e5e7eb;
    }
}

@media (max-width: 480px) {
    .team-card {
        flex: 0 0 100%;
    }
}
/* ============================================
   Blog Section
   ============================================ */
.blog-section {
    padding: 80px 0;
    background: #ffffff;
}
.blog-title {
    font-size: 46px;
    font-weight: 800;
    color: #0f2137;
    margin-bottom: 48px;
    letter-spacing: -0.5px;
}

.blog-row {
    row-gap: 28px;
}
.blog-card {
    border: 1.5px solid #d9e0f2;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    padding: 20px;
}

.blog-card:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.09);
    transform: translateY(-4px);
}

.blog-card-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #eef0f8;
    border-radius: 8px;
}
.sp-cta-avatars img {max-width: 160px;}
.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
    border-radius: 8px;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.05);
}

.blog-card-img-placeholder {
    width: 100%;
    height: 100%;
    background: #dce3f5;
}
.blog-cat-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.92);
    color: #374151;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    backdrop-filter: blur(4px);
}
.blog-card-body {
    padding: 22px 0;
    flex: 1;
}
.blog-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f2137;
    line-height: 31px;
    margin-bottom: 12px;
}

.blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card-title a:hover {
    color: #00C74F;
}

.blog-card-excerpt {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 0;
}

.blog-card-footer {
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f3f4f6;
    margin-top: auto;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #374151;
    font-weight: 500;
}

.blog-author i {
    font-size: 13px;
    color: #9ca3af;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #0f2137;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.blog-read-more:hover {
    color: #00C74F;
    gap: 10px;
}

.blog-read-more i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.blog-read-more:hover i {
    transform: translateX(3px);
}

@media (max-width: 767px) {
    .blog-section {
        padding: 50px 0;
    }

    .blog-title {
        margin-bottom: 32px;
        font-size: 28px;
    }
}
@media only screen and (max-width: 575px) {
   .row.sp-main-row .col-lg-3.col-md-3 {
    display: none;
}
.sp-featured-img-wrap {
    height: 278px !important;
}
}

/* ============================================
   FAQ 2-Column Section
   ============================================ */
.faq2-section {
    padding: 80px 0;
    background: #ffffff;
}

.faq2-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    color: #0f2137;
    margin-bottom: 48px;
    letter-spacing: -1px;
    line-height: 1.1;
}

.faq2-inner {
    width: 100%;
}

.faq2-col-left {
    border-top: 1.5px solid #e5e7eb;
}

.faq2-col-right {
    border-top: 1.5px solid #e5e7eb;
}

.faq2-item {
    position: relative;
}

.faq2-question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #1a3a5c;
    line-height: 1.5;
    transition: color 0.2s ease;
    user-select: none;
    margin-bottom: 0;
}

.faq2-question:hover {
    color: #00C74F;
}

.faq2-question-text {
    flex: 1;
}

.faq2-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: #00C74F;
    margin-top: 2px;
}

.faq2-icon svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.faq2-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
    overflow: hidden;
}

.faq2-answer-inner {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.75;
    color: #4b5563;
    padding-bottom: 0;
    transition: padding-bottom 0.35s ease;
}

.faq2-answer-inner p {
    margin-bottom: 0;
}

.faq2-divider {
    height: 1px;
    background: #e5e7eb;
}
/* Generate for faq2-0 through faq2-19 */
#faq2-0:checked  ~ .faq2-inner label[for="faq2-0"]  .faq2-icon svg,
#faq2-1:checked  ~ .faq2-inner label[for="faq2-1"]  .faq2-icon svg,
#faq2-2:checked  ~ .faq2-inner label[for="faq2-2"]  .faq2-icon svg,
#faq2-3:checked  ~ .faq2-inner label[for="faq2-3"]  .faq2-icon svg,
#faq2-4:checked  ~ .faq2-inner label[for="faq2-4"]  .faq2-icon svg,
#faq2-5:checked  ~ .faq2-inner label[for="faq2-5"]  .faq2-icon svg,
#faq2-6:checked  ~ .faq2-inner label[for="faq2-6"]  .faq2-icon svg,
#faq2-7:checked  ~ .faq2-inner label[for="faq2-7"]  .faq2-icon svg,
#faq2-8:checked  ~ .faq2-inner label[for="faq2-8"]  .faq2-icon svg,
#faq2-9:checked  ~ .faq2-inner label[for="faq2-9"]  .faq2-icon svg,
#faq2-10:checked ~ .faq2-inner label[for="faq2-10"] .faq2-icon svg,
#faq2-11:checked ~ .faq2-inner label[for="faq2-11"] .faq2-icon svg,
#faq2-12:checked ~ .faq2-inner label[for="faq2-12"] .faq2-icon svg,
#faq2-13:checked ~ .faq2-inner label[for="faq2-13"] .faq2-icon svg,
#faq2-14:checked ~ .faq2-inner label[for="faq2-14"] .faq2-icon svg,
#faq2-15:checked ~ .faq2-inner label[for="faq2-15"] .faq2-icon svg,
#faq2-16:checked ~ .faq2-inner label[for="faq2-16"] .faq2-icon svg,
#faq2-17:checked ~ .faq2-inner label[for="faq2-17"] .faq2-icon svg,
#faq2-18:checked ~ .faq2-inner label[for="faq2-18"] .faq2-icon svg,
#faq2-19:checked ~ .faq2-inner label[for="faq2-19"] .faq2-icon svg {
    transform: rotate(45deg);
    color: #00C74F;
}

/* Show answer panel */
#faq2-0:checked  ~ .faq2-inner label[for="faq2-0"]  + .faq2-answer,
#faq2-1:checked  ~ .faq2-inner label[for="faq2-1"]  + .faq2-answer,
#faq2-2:checked  ~ .faq2-inner label[for="faq2-2"]  + .faq2-answer,
#faq2-3:checked  ~ .faq2-inner label[for="faq2-3"]  + .faq2-answer,
#faq2-4:checked  ~ .faq2-inner label[for="faq2-4"]  + .faq2-answer,
#faq2-5:checked  ~ .faq2-inner label[for="faq2-5"]  + .faq2-answer,
#faq2-6:checked  ~ .faq2-inner label[for="faq2-6"]  + .faq2-answer,
#faq2-7:checked  ~ .faq2-inner label[for="faq2-7"]  + .faq2-answer,
#faq2-8:checked  ~ .faq2-inner label[for="faq2-8"]  + .faq2-answer,
#faq2-9:checked  ~ .faq2-inner label[for="faq2-9"]  + .faq2-answer,
#faq2-10:checked ~ .faq2-inner label[for="faq2-10"] + .faq2-answer,
#faq2-11:checked ~ .faq2-inner label[for="faq2-11"] + .faq2-answer,
#faq2-12:checked ~ .faq2-inner label[for="faq2-12"] + .faq2-answer,
#faq2-13:checked ~ .faq2-inner label[for="faq2-13"] + .faq2-answer,
#faq2-14:checked ~ .faq2-inner label[for="faq2-14"] + .faq2-answer,
#faq2-15:checked ~ .faq2-inner label[for="faq2-15"] + .faq2-answer,
#faq2-16:checked ~ .faq2-inner label[for="faq2-16"] + .faq2-answer,
#faq2-17:checked ~ .faq2-inner label[for="faq2-17"] + .faq2-answer,
#faq2-18:checked ~ .faq2-inner label[for="faq2-18"] + .faq2-answer,
#faq2-19:checked ~ .faq2-inner label[for="faq2-19"] + .faq2-answer {
    grid-template-rows: 1fr;
}

/* Padding when open */
#faq2-0:checked  ~ .faq2-inner label[for="faq2-0"]  + .faq2-answer .faq2-answer-inner,
#faq2-1:checked  ~ .faq2-inner label[for="faq2-1"]  + .faq2-answer .faq2-answer-inner,
#faq2-2:checked  ~ .faq2-inner label[for="faq2-2"]  + .faq2-answer .faq2-answer-inner,
#faq2-3:checked  ~ .faq2-inner label[for="faq2-3"]  + .faq2-answer .faq2-answer-inner,
#faq2-4:checked  ~ .faq2-inner label[for="faq2-4"]  + .faq2-answer .faq2-answer-inner,
#faq2-5:checked  ~ .faq2-inner label[for="faq2-5"]  + .faq2-answer .faq2-answer-inner,
#faq2-6:checked  ~ .faq2-inner label[for="faq2-6"]  + .faq2-answer .faq2-answer-inner,
#faq2-7:checked  ~ .faq2-inner label[for="faq2-7"]  + .faq2-answer .faq2-answer-inner,
#faq2-8:checked  ~ .faq2-inner label[for="faq2-8"]  + .faq2-answer .faq2-answer-inner,
#faq2-9:checked  ~ .faq2-inner label[for="faq2-9"]  + .faq2-answer .faq2-answer-inner,
#faq2-10:checked ~ .faq2-inner label[for="faq2-10"] + .faq2-answer .faq2-answer-inner,
#faq2-11:checked ~ .faq2-inner label[for="faq2-11"] + .faq2-answer .faq2-answer-inner,
#faq2-12:checked ~ .faq2-inner label[for="faq2-12"] + .faq2-answer .faq2-answer-inner,
#faq2-13:checked ~ .faq2-inner label[for="faq2-13"] + .faq2-answer .faq2-answer-inner,
#faq2-14:checked ~ .faq2-inner label[for="faq2-14"] + .faq2-answer .faq2-answer-inner,
#faq2-15:checked ~ .faq2-inner label[for="faq2-15"] + .faq2-answer .faq2-answer-inner,
#faq2-16:checked ~ .faq2-inner label[for="faq2-16"] + .faq2-answer .faq2-answer-inner,
#faq2-17:checked ~ .faq2-inner label[for="faq2-17"] + .faq2-answer .faq2-answer-inner,
#faq2-18:checked ~ .faq2-inner label[for="faq2-18"] + .faq2-answer .faq2-answer-inner,
#faq2-19:checked ~ .faq2-inner label[for="faq2-19"] + .faq2-answer .faq2-answer-inner {
    padding-bottom: 18px;
}

@media (max-width: 767px) {
    .faq2-section {
        padding: 50px 0;
    }

    .faq2-title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .faq2-col-right {
        border-top: none;
    }

    .faq2-question {
        font-size: 14px;
        padding: 18px 0;
    }
}

/* ============================================
   Scale & Grow Section
   ============================================ */
.sg-section {
    padding: 80px 0;
    background: #E4EDEC;
}

.sg-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.sg-content {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sg-title {
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 800;
    color: #0f2137;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}
.sg-subtitle {
    font-size: 17px;
    font-weight: 700;
    color: #0f2137;
    line-height: 1.5;
    margin-bottom: 0;
}

.sg-desc {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
}

.sg-desc p {
    margin-bottom: 0;
}

.sg-btn {
    display: inline-block;
    background: #0f2137;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.25s ease, transform 0.2s ease;
}

.sg-btn:hover {
    background: #1e3a5f;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .sg-section {
        padding: 50px 0;
    }

    .sg-img {
        margin-bottom: 36px;
    }

    .sg-content {
        padding-left: 0;
        gap: 16px;
    }
}
/* ============================================
   Contact Tabs Section
   ============================================ */
.ct-section {
    padding: 80px 0 100px;
    background: #f0f2f5;
    background-image:
        linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 40px 40px;
}
.ct-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ct-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00c74f;
    flex-shrink: 0;
}
.ct-title {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 900;
    color: #0f1923;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1.15;
}
.ct-section p.svc-subtitle {
    text-align: center;
    max-width: 100%;
}
.ct-box {
    background: #ffffff;
    border-radius: 20px;
    border: 1.5px solid #e0e4ea;
    padding: 28px 28px 32px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.07);
}
.ct-nav {
    display: flex;
    gap: 0;
    background: #eaf7fb;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 28px;
}

.ct-nav-label {
    flex: 1;
    text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6b7280;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    user-select: none;
}

.ct-nav-label:hover {
    color: #0f1923;
}

.ct-panels {
    position: relative;
}

.ct-panel {
    display: none;
}
#ct-tab-quote:checked ~ .ct-nav label[for="ct-tab-quote"],
#ct-tab-call:checked  ~ .ct-nav label[for="ct-tab-call"] {
    background: #b8edf8;
    color: #0f1923;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

#ct-tab-quote:checked ~ .ct-panels .ct-panel-quote,
#ct-tab-call:checked  ~ .ct-panels .ct-panel-call {
    display: block;
}
.ct-panel-quote .ct-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 12px;
}

.ct-panel-quote .wpcf7-form,
.ct-panel-quote form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ct-panel-quote .wpcf7-form p:first-child,
.ct-form-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 14px;
}

.ct-panel-quote input[type="text"],
.ct-panel-quote input[type="email"],
.ct-panel-quote input[type="tel"],
.ct-panel-quote textarea,
.ct-panel-quote .wpcf7-text,
.ct-panel-quote .wpcf7-email,
.ct-panel-quote .wpcf7-textarea {
    width: 100%;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    padding: 13px 16px;
    font-size: 14px;
    color: #374151;
    background: #fafafa;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.ct-panel-quote input[type="text"]:focus,
.ct-panel-quote input[type="email"]:focus,
.ct-panel-quote input[type="tel"]:focus,
.ct-panel-quote textarea:focus,
.ct-panel-quote .wpcf7-text:focus,
.ct-panel-quote .wpcf7-email:focus,
.ct-panel-quote .wpcf7-textarea:focus {
    border-color: #00c74f;
    box-shadow: 0 0 0 3px rgba(0, 200, 240, 0.12);
    background: #fff;
}

.ct-panel-quote textarea,
.ct-panel-quote .wpcf7-textarea {
    height: 120px;
    resize: none;
}

/* Submit button */
.ct-panel-quote input[type="submit"],
.ct-panel-quote button[type="submit"],
.ct-panel-quote .wpcf7-submit {
    width: 100%;
    background: #0f1923;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 17px 32px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 8px;
    transition: background 0.25s ease, transform 0.2s ease;
    box-shadow: 0 4px 16px rgba(15, 25, 35, 0.25);
}

.ct-panel-quote input[type="submit"]:hover,
.ct-panel-quote button[type="submit"]:hover,
.ct-panel-quote .wpcf7-submit:hover {
    background: #1e3a5f;
    transform: translateY(-1px);
}
.ct-iframe-wrap {
    width: 100%;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.ct-iframe-wrap iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    border-radius: 10px;
    display: block;
}

@media (max-width: 767px) {
    .ct-section {
        padding: 50px 0 60px;
    }

    .ct-box {
        padding: 20px 16px 24px;
    }

    .ct-nav-label {
        font-size: 11px;
        padding: 10px 10px;
        letter-spacing: 0.5px;
    }

    .ct-title {
        font-size: 26px;
    }
}

/* ============================================
   Pricing Nested Tabs Section
   Outer tabs: White Label SEO / PPC etc.
   Inner tabs: Local / National / GBP Only
   Pure CSS — No JS
   ============================================ */

.pricing-section {
    padding: 80px 0;
    background: #ffffff;
}

/* Title */
.pricing-title {
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 800;
    color: #0f2137;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}
h1.pricing-title {
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
}
.pricing-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* ============================================
   Outer Tab Nav
   ============================================ */

.pricing-inner {
    width: 100%;
}

.pricing-outer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: #eef2fb;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 28px;
}

.pricing-outer-label {
    flex: 1;
    min-width: 140px;
    text-align: center;
    padding: 13px 18px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    user-select: none;
    white-space: nowrap;
}

.pricing-outer-label:hover {
    color: #00C74F;
}

/* ============================================
   Outer Panels — hidden by default
   ============================================ */

.pricing-outer-panels {
    position: relative;
}

.pricing-outer-panel {
    display: none;
}

/* ============================================
   Outer CSS Magic
   Support up to 8 outer tabs
   ============================================ */

#ptab-0:checked ~ .pricing-inner .pricing-outer-nav label[for="ptab-0"],
#ptab-1:checked ~ .pricing-inner .pricing-outer-nav label[for="ptab-1"],
#ptab-2:checked ~ .pricing-inner .pricing-outer-nav label[for="ptab-2"],
#ptab-3:checked ~ .pricing-inner .pricing-outer-nav label[for="ptab-3"],
#ptab-4:checked ~ .pricing-inner .pricing-outer-nav label[for="ptab-4"],
#ptab-5:checked ~ .pricing-inner .pricing-outer-nav label[for="ptab-5"],
#ptab-6:checked ~ .pricing-inner .pricing-outer-nav label[for="ptab-6"],
#ptab-7:checked ~ .pricing-inner .pricing-outer-nav label[for="ptab-7"] {
    background: #00C74F;
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(67, 97, 238, 0.3);
}

#ptab-0:checked ~ .pricing-inner #pricing-panel-0,
#ptab-1:checked ~ .pricing-inner #pricing-panel-1,
#ptab-2:checked ~ .pricing-inner #pricing-panel-2,
#ptab-3:checked ~ .pricing-inner #pricing-panel-3,
#ptab-4:checked ~ .pricing-inner #pricing-panel-4,
#ptab-5:checked ~ .pricing-inner #pricing-panel-5,
#ptab-6:checked ~ .pricing-inner #pricing-panel-6,
#ptab-7:checked ~ .pricing-inner #pricing-panel-7 {
    display: block;
}

/* ============================================
   Content Box
   ============================================ */

.pricing-content-box {
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px 36px;
    background: #ffffff;
}

.pricing-tab-heading {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    color: #0f2137;
    margin-bottom: 16px;
    line-height: 1.2;
}

.pricing-tab-desc {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 0;
}
.pricing-inner-wrap {
    background: #f8faff;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
	margin-left: 50px;
}

/* ============================================
   Price Cards — hidden by default
   ============================================ */

.pricing-price-card {
    display: none;
    padding: 25px 30px;
}

/* Inner CSS Magic — support 3 inner tabs per outer tab (0-7 outer, 0-4 inner) */
/* Outer 0 */
#inner-0-0:checked ~ .pricing-inner-wrap #price-card-0-0,
#inner-0-1:checked ~ .pricing-inner-wrap #price-card-0-1,
#inner-0-2:checked ~ .pricing-inner-wrap #price-card-0-2,
#inner-0-3:checked ~ .pricing-inner-wrap #price-card-0-3,
/* Outer 1 */
#inner-1-0:checked ~ .pricing-inner-wrap #price-card-1-0,
#inner-1-1:checked ~ .pricing-inner-wrap #price-card-1-1,
#inner-1-2:checked ~ .pricing-inner-wrap #price-card-1-2,
#inner-1-3:checked ~ .pricing-inner-wrap #price-card-1-3,
/* Outer 2 */
#inner-2-0:checked ~ .pricing-inner-wrap #price-card-2-0,
#inner-2-1:checked ~ .pricing-inner-wrap #price-card-2-1,
#inner-2-2:checked ~ .pricing-inner-wrap #price-card-2-2,
#inner-2-3:checked ~ .pricing-inner-wrap #price-card-2-3,
/* Outer 3 */
#inner-3-0:checked ~ .pricing-inner-wrap #price-card-3-0,
#inner-3-1:checked ~ .pricing-inner-wrap #price-card-3-1,
#inner-3-2:checked ~ .pricing-inner-wrap #price-card-3-2,
#inner-3-3:checked ~ .pricing-inner-wrap #price-card-3-3,
/* Outer 4 */
#inner-4-0:checked ~ .pricing-inner-wrap #price-card-4-0,
#inner-4-1:checked ~ .pricing-inner-wrap #price-card-4-1,
#inner-4-2:checked ~ .pricing-inner-wrap #price-card-4-2,
#inner-4-3:checked ~ .pricing-inner-wrap #price-card-4-3,
/* Outer 5 */
#inner-5-0:checked ~ .pricing-inner-wrap #price-card-5-0,
#inner-5-1:checked ~ .pricing-inner-wrap #price-card-5-1,
#inner-5-2:checked ~ .pricing-inner-wrap #price-card-5-2,
#inner-5-3:checked ~ .pricing-inner-wrap #price-card-5-3,
/* Outer 6 */
#inner-6-0:checked ~ .pricing-inner-wrap #price-card-6-0,
#inner-6-1:checked ~ .pricing-inner-wrap #price-card-6-1,
#inner-6-2:checked ~ .pricing-inner-wrap #price-card-6-2,
#inner-6-3:checked ~ .pricing-inner-wrap #price-card-6-3,
/* Outer 7 */
#inner-7-0:checked ~ .pricing-inner-wrap #price-card-7-0,
#inner-7-1:checked ~ .pricing-inner-wrap #price-card-7-1,
#inner-7-2:checked ~ .pricing-inner-wrap #price-card-7-2,
#inner-7-3:checked ~ .pricing-inner-wrap #price-card-7-3 {
    display: block;
}

/* ============================================
   Price Card Content
   ============================================ */

.pricing-card-badge {
    display: inline-block;
    background: #dbeafe;
    color: #00C74F;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.pricing-card-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.pricing-card-price-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pricing-card-price {
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 800;
    color: #0f2137;
    line-height: 1;
	margin-bottom: 10px;
}

.pricing-card-billed {
    font-size: 14px;
    color: #6b7280;
}

.pricing-card-btn {
    display: inline-block;
    background: #0f2137;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.25s ease, transform 0.2s ease;
}

.pricing-card-btn:hover {
    background: #1e3a5f;
    color: #ffffff;
    transform: translateY(-2px);
}

/* ============================================
   Inner Nav Row (LOCAL / NATIONAL / GBP ONLY)
   ============================================ */
.btn_link {
    text-align: center;
    margin-top: 30px;
}
.pricing-inner-nav-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 24px;
    border-top: 1.5px solid #e5e7eb;
    background: #f0f4ff;
    flex-wrap: wrap;
}

.pricing-inner-nav-label-text {
    font-size: 14px;
    font-weight: 700;
    color: #0f2137;
    white-space: nowrap;
}

.pricing-inner-nav {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.pricing-inner-nav-btn {
    padding: 7px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    user-select: none;
    white-space: nowrap;
}

.pricing-inner-nav-btn:hover {
    color: #00C74F;
}

/* Inner Active Nav Button */
/* Outer 0 */
#inner-0-0:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-0-0"],
#inner-0-1:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-0-1"],
#inner-0-2:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-0-2"],
#inner-0-3:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-0-3"],
/* Outer 1 */
#inner-1-0:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-1-0"],
#inner-1-1:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-1-1"],
#inner-1-2:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-1-2"],
#inner-1-3:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-1-3"],
/* Outer 2 */
#inner-2-0:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-2-0"],
#inner-2-1:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-2-1"],
#inner-2-2:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-2-2"],
#inner-2-3:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-2-3"],
/* Outer 3 */
#inner-3-0:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-3-0"],
#inner-3-1:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-3-1"],
#inner-3-2:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-3-2"],
#inner-3-3:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-3-3"],
/* Outer 4 */
#inner-4-0:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-4-0"],
#inner-4-1:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-4-1"],
#inner-4-2:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-4-2"],
#inner-4-3:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-4-3"],
/* Outer 5 */
#inner-5-0:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-5-0"],
#inner-5-1:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-5-1"],
#inner-5-2:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-5-2"],
#inner-5-3:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-5-3"],
/* Outer 6 */
#inner-6-0:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-6-0"],
#inner-6-1:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-6-1"],
#inner-6-2:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-6-2"],
#inner-6-3:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-6-3"],
/* Outer 7 */
#inner-7-0:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-7-0"],
#inner-7-1:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-7-1"],
#inner-7-2:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-7-2"],
#inner-7-3:checked ~ .pricing-inner-wrap .pricing-inner-nav label[for="inner-7-3"] {
    background: #00C74F;
    color: #ffffff;
}

/* ============================================
   Responsive
   ============================================ */

@media (max-width: 991px) {
    .pricing-content-box {
        padding: 28px 20px;
    }
	.pricing-inner-wrap {
	margin-left: 10px;
}
}

@media (max-width: 767px) {
    .pricing-section {
        padding: 50px 0;
    }
	.pricing-inner-wrap {
	margin-left: 0px;
}
	.pricing-content-box img {
    margin: 10px 0;
}
	h1.pricing-title {
    font-size: 44px;
    line-height: 50px;
}
    .pricing-outer-nav {
        flex-wrap: wrap;
        gap: 4px;
    }

    .pricing-outer-label {
        flex: 0 0 48%;
        min-width: unset;
        font-size: 13px;
        padding: 10px 8px;
    }

    .pricing-card-main {
        flex-direction: column;
        align-items: flex-start;
    }

    .pricing-card-btn {
        text-align: center;
    }

    .pricing-inner-nav-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* ================================================
    BLOG INDEX
   ================================================ */

.mm-blog-wrap {
    background-color: #E4EDEC;
    overflow: hidden;
}
.mm-blog-top {
    padding: 120px 0 50px;
}

.mm-blog-heading {
    font-size: 64px;
    font-weight: 900;
    color: #000;
    letter-spacing: -3px;
    line-height: 1;
    margin: 0;
}

.mm-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 50px;
    padding: 13px 24px;
    width: 100%;
    max-width: 280px;
}

.mm-search-icon {
    color: #888888;
    font-size: 14px;
    flex-shrink: 0;
    cursor: pointer;
}

.mm-search-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #111111;
    width: 100%;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
}

.mm-search-input::-webkit-search-cancel-button,
.mm-search-input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.mm-search-input::placeholder {
    color: #aaaaaa;
}
/* 
.mm-blog-body {
    padding-bottom: 80px;
    background-color: #E4EDEC;
} */

.mm-featured {
    margin-bottom: 60px;
}

.mm-featured-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.mm-featured-img-wrap {
    width: 100%;
    height: 100%;
    min-height: 440px;
    overflow: hidden;
}

.mm-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.mm-featured-link:hover .mm-featured-img {
    transform: scale(1.03);
}

.mm-featured-img-blank {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: #222222;
    border-radius: 14px;
}

.mm-featured-content {
    padding: 24px 0 24px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.mm-featured-meta {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mm-meta-dot {
    opacity: 0.6;
}

.mm-featured-title {
    font-size: 46px;
    font-weight: 900;
    color: #000;
    line-height: 1.08;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
    transition: color 0.2s;
}

.mm-featured-link:hover .mm-featured-title {
    color: #029A3D;
}

.mm-featured-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin: 0;
}
.mm-grid-section {
    background-color: #fff;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 60px calc(50vw - 50%) 60px;
}

.mm-grid-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.mm-grid-img-wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
    background: #ccd9d6;
	height: 280px;
}

.mm-grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.mm-grid-card:hover .mm-grid-img {
    transform: scale(1.05);
}

.mm-grid-img-blank {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c5d5d2, #a8bfbc);
}

.mm-grid-title {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    line-height: 1.35;
    margin: 0;
    letter-spacing: -0.2px;
    transition: color 0.2s;
}

.mm-grid-card:hover .mm-grid-title {
    color: #444444;
}

.mm-pagination {
    display: flex;
    justify-content: center;
}

.mm-pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mm-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mm-pagination .page-numbers:hover,
.mm-pagination .page-numbers.current {
    background: #ffffff;
    color: #111111;
}

.mm-pagination .page-numbers.dots {
    background: transparent !important;
    color: #666666;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 991.98px) {
    .mm-featured-content {
        padding: 32px 0 32px 32px;
    }

    .mm-featured-img-wrap,
    .mm-featured-img,
    .mm-featured-img-blank {
        min-height: 320px;
    }
	h2.mm-featured-title {
    font-size: 32px;
}

h1.mm-blog-heading {
    font-size: 38px;
}
}

@media (max-width: 767.98px) {
    .mm-blog-heading {
        font-size: 48px;
        letter-spacing: -2px;
    }
	.mm-blog-top {
    padding-top: 200px;
}

    .mm-search-form {
        max-width: 100%;
    }

    .mm-featured-content {
        padding: 28px 0 0 0;
    }

    .mm-featured-img-wrap,
    .mm-featured-img,
    .mm-featured-img-blank {
        min-height: 260px;
    }

    .mm-featured-title {
        font-size: 26px;
    }

    .mm-grid-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .mm-blog-top {
        padding: 150px 0 36px;
    }

    .mm-blog-heading {
        font-size: 38px;
        letter-spacing: -1px;
    }
}
/* ================================================
   SEARCH RESULTS PAGE 
   ================================================ */

.sr-page-wrap {
    background-color: #ffffff;
    padding:120px 0;
}

.sr-heading-wrap {
    text-align: center;
    margin-bottom: 36px;
}

.sr-heading {
    font-size: 64px;
    font-weight: 900;
    color: #111111;
    letter-spacing: -2px;
    line-height: 1;
    margin: 0;
}

.sr-form-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
}

.sr-form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 520px;
    border: 1.5px solid #d0d0d0;
    border-radius: 50px;
    overflow: hidden;
    background: #ffffff;
    padding: 6px 6px 6px 24px;
}

.sr-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #111111;
    font-family: inherit;
    padding: 8px 0;
    -webkit-appearance: none;
    appearance: none;
}

.sr-input::-webkit-search-cancel-button,
.sr-input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.sr-input::placeholder {
    color: #aaaaaa;
}

.sr-btn {
    flex-shrink: 0;
    background: #111111;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.sr-btn:hover {
    background: #333333;
}

.sr-grid {
    margin-bottom: 56px;
}

.sr-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.sr-card-img-wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
    background: #f0f0f0;
}

.sr-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.sr-card:hover .sr-card-img {
    transform: scale(1.04);
}

.sr-card-img-blank {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8e8e8, #d0d0d0);
}

.sr-card-body {
    padding: 0 2px;
}

.sr-card-title {
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 700;
    color: #111111;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
    transition: color 0.2s ease;
}

.sr-card:hover .sr-card-title {
    color: #444444;
}

.sr-card-excerpt {
    font-size: 14px;
    line-height: 1.65;
    color: #666666;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sr-no-results {
    text-align: center;
    padding: 60px 0;
    font-size: 18px;
    color: #555555;
}

.sr-no-results strong {
    color: #111111;
}

.sr-pagination {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}

.sr-pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sr-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.sr-pagination .page-numbers:hover,
.sr-pagination .page-numbers.current {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.sr-pagination .page-numbers.dots {
    background: transparent !important;
    border: none;
    color: #999999;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 767.98px) {
    .sr-page-wrap {
        padding: 140px 0 50px;
    }

    .sr-heading {
        font-size: 40px;
        letter-spacing: -1.5px;
    }

    .sr-form {
        max-width: 100%;
    }

}

@media (max-width: 575.98px) {
    .sr-heading {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .sr-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}
/* ================================================
   SINGLE POST PAGE 
   ================================================ */

.sp-page-wrap {
    background: #ffffff;
    padding: 140px 0 72px;
}

.sp-left-sticky {
    position: sticky;
    top: 100px;           
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    scrollbar-width: none;
    padding-right: 8px;
    transition: top 0.2s;
}

.sp-left-sticky::-webkit-scrollbar { display: none; }

.sp-left-sticky.sp-sticky-stop {
    position: relative;
    top: auto;
}

.sp-toc-box {
    background: #f7f7f7;
    padding: 22px 20px 18px;
    margin-bottom: 28px;
}

.sp-toc-heading {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 16px;
}

.sp-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-toc-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.sp-toc-item:last-child {
    border-bottom: none;
}

.sp-toc-link {
    font-size: 13px;
    font-weight: 600;
    color: #444444;
    text-decoration: none;
    line-height: 1.4;
    display: block;
    transition: color 0.2s;
}

.sp-toc-link:hover,
.sp-toc-link.active {
    color: #22a86e;

    text-decoration: none;
}

.sp-share-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sp-share-label {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
}

.sp-share-icons {
    display: flex;
    gap: 8px;
}

.sp-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.2s, transform 0.2s;
}

.sp-share-icon:hover {
    color: #111111;
    transform: scale(1.15);
}

/* ================================================
   CENTER — POST CONTENT
   ================================================ */
.sp-post-title {
    font-size: 40px;
    font-weight: 800;
    color: #111111;
    letter-spacing: -1px;
    line-height: 1.2;
}

.sp-post-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #888888;
    margin-bottom: 15px;
    border-top: 1px solid #DFE2E3;
    padding-top: 15px;
}
span.sp-meta-date b {
    color: #000;
    margin-right:5px;
}
.sp-featured-img-wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 32px;
    height: 438px;
}

.sp-featured-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sp-post-body {
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
}

.sp-post-body h2 {
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 800;
    color: #111111;
    margin-top: 44px;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.sp-post-body h3 {
    font-size: clamp(17px, 1.8vw, 21px);
    font-weight: 700;
    color: #111111;
    margin-top: 32px;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.sp-post-body h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-top: 24px;
    margin-bottom: 10px;
}

.sp-post-body p {
    margin-bottom: 20px;
}

.sp-post-body a {
    color: #22a86e;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sp-post-body a:hover {
    color: #1a8a5a;
}

.sp-post-body img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 12px 0 24px;
    display: block;
}

.sp-post-body ul,
.sp-post-body ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.sp-post-body li {
    margin-bottom: 8px;
}

.sp-post-body blockquote {
    border-left: 4px solid #22a86e;
    margin: 28px 0;
    padding: 16px 24px;
    background: #f6fdf9;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #444444;
}

.sp-post-body strong {
    font-weight: 700;
    color: #111111;
}

.sp-post-body table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    font-size: 14px;
}

.sp-post-body th,
.sp-post-body td {
    border: 1px solid #e5e5e5;
    padding: 10px 14px;
    text-align: left;
}

.sp-post-body th {
    background: #f5f5f5;
    font-weight: 700;
}

/* ================================================
   AUTHOR BOX
   ================================================ */
.sp-author-box {
    margin: 52px 0 0;
    padding: 28px 24px;
    border-top: 1px solid #eeeeee;
}

.sp-author-inner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.sp-author-img-wrap .sp-author-avatar,
.sp-author-img-wrap img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.sp-author-details {
    flex: 1;
}

.sp-author-name {
    font-size: 20px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 4px;
    letter-spacing: -0.3px;
}

.sp-author-role {
    font-size: 14px;
    color: #888888;
    margin-bottom: 10px;
    font-weight: 400;
}

.sp-author-bio {
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

/* ================================================
   RIGHT SIDEBAR — CTA CARD
   ================================================ */
.sp-right-sticky {
    position: sticky;
    top: 100px;
    transition: top 0.2s;
}

.sp-right-sticky.sp-sticky-stop {
    position: relative;
    top: auto;
}

.sp-cta-card {
    background: #111111;
    padding: 24px 20px 28px;
    color: #ffffff;
    text-align: left;
}

.sp-cta-title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    line-height: 28px;
    margin: 20px 0;
    letter-spacing: -0.3px;
}

/* ================================================
   RELATED POSTS SECTION
   ================================================ */
.sp-related-section {
    background: #ffffff;
    padding: 60px 0 80px;
    border-top: 1px solid #eeeeee;
}

.sp-related-heading {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 900;
    color: #111111;
    letter-spacing: -1px;
    margin-bottom: 36px;
}

.sp-related-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.sp-related-img-wrap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
    background: #f0f0f0;
}

.sp-related-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.sp-related-card:hover .sp-related-img {
    transform: scale(1.15);
}

.sp-related-img-blank {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e5e5e5, #d0d0d0);
}

.sp-related-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1.35;
    margin: 0;
    letter-spacing: -0.2px;
    transition: color 0.2s;
}

.sp-related-card:hover .sp-related-title {
    color: #009D3E;
}
#sp-post-content-col .sp-share-wrap {
    display: none;
}
/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 767.98px) {
    .sp-page-wrap {
        padding: 160px 0 52px;
    }
.sp-left-sticky .sp-share-wrap {
    display: none;
}
	#sp-post-content-col .sp-share-wrap {
    display: inline-flex;
}
    .sp-post-title {
        font-size: 26px;
    }

    .sp-author-inner {
        flex-direction: column;
        gap: 16px;
    }

    .sp-related-section {
        padding: 40px 0 60px;
    }
}
/* ============================================
   Page Content Section
   ============================================ */

.pc-section {
    padding: 60px 0 80px;
    background: #ffffff;
}

.pc-title {
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 800;
    color: #0f1923;
    line-height: 1.2;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f0f2f5;
}

.pc-content-wrap {
    width: 100%;
}

.pc-content {
    color: #374151;
    font-size: 16px;
    line-height: 1.8;
}

.pc-content h1,
.pc-content h2,
.pc-content h3,
.pc-content h4,
.pc-content h5,
.pc-content h6 {
    color: #0f1923;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 36px;
    margin-bottom: 16px;
}

.pc-content h1 { font-size: clamp(24px, 3vw, 38px); }
.pc-content h2 { font-size: clamp(22px, 2.5vw, 32px); }
.pc-content h3 { font-size: clamp(20px, 2vw, 26px); }
.pc-content h4 { font-size: clamp(18px, 1.8vw, 22px); }
.pc-content h5 { font-size: 18px; }
.pc-content h6 { font-size: 16px; }

.pc-content p {
    margin-bottom: 18px;
    color: #374151;
    line-height: 1.8;
    font-size: 16px;
}

.pc-content p:last-child {
    margin-bottom: 0;
}

.pc-content ul,
.pc-content ol {
    margin-bottom: 20px;
    padding-left: 24px;
}

.pc-content ul {
    list-style: none;
    padding-left: 0;
}

.pc-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #374151;
    line-height: 1.7;
}

.pc-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #029C3D;
    flex-shrink: 0;
}

.pc-content ol {
    list-style: decimal;
}

.pc-content ol li {
    margin-bottom: 10px;
    color: #374151;
    line-height: 1.7;
    padding-left: 15px;
}

.pc-content ul ul,
.pc-content ol ol,
.pc-content ul ol,
.pc-content ol ul {
    margin-top: 8px;
    margin-bottom: 8px;
}

.pc-content a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.pc-content a:hover {
    color: #1e40af;
}

.pc-content strong,
.pc-content b {
    font-weight: 700;
    color: #111827;
}

.pc-content em,
.pc-content i {
    font-style: italic;
}

.pc-content blockquote {
    border-left: 4px solid #2563eb;
    padding: 16px 24px;
    margin: 28px 0;
    background: #f0f6ff;
    border-radius: 0 8px 8px 0;
}

.pc-content blockquote p {
    margin-bottom: 0;
    font-style: italic;
    color: #1e3a5f;
    font-size: 17px;
}

.pc-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    font-size: 15px;
}

.pc-content table th,
.pc-content table td {
    border: 1px solid #e5e7eb;
    padding: 10px 14px;
    text-align: left;
}

.pc-content table th {
    background: #f0f2f5;
    font-weight: 700;
    color: #0f1923;
}

.pc-content table tr:nth-child(even) td {
    background: #fafafa;
}

.pc-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
}

.pc-content hr {
    border: none;
    border-top: 2px solid #f0f2f5;
    margin: 36px 0;
}

.pc-content code {
    background: #f3f4f6;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 14px;
    color: #e8284a;
    font-family: monospace;
}

.pc-content pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 20px 24px;
    border-radius: 10px;
    overflow-x: auto;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
}

/* ── Responsive ──────────────────────────── */
@media (max-width: 767px) {
    .pc-section {
        padding: 40px 0 50px;
    }
    .pc-title {
        font-size: 24px;
        margin-bottom: 24px;
        padding-bottom: 18px;
    }
    .pc-content {
        font-size: 15px;
    }
    .pc-content table {
        display: block;
        overflow-x: auto;
    }
}
/* ============================================
   Brands / Logo Strip Section
   ============================================ */

.brands-section {
    padding: 40px 0 50px;
    background: #ffffff;
}

/* Title */
.brands-title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.brands-title {
    font-size: 16px;
    font-weight: 500;
    color: #6b7280;
    letter-spacing: 0.3px;
    margin: 0;
}

/* Logo Row */
.brands-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 60px;
}

/* Each Item */
.brands-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-link {
    display: flex;
    align-items: center;
}

/* Logo Image */
.brands-logo {
    max-height: 60px;
    max-width: 160px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0%);
    opacity: 1;
    transition: opacity 0.25s ease, filter 0.25s ease;
}

.brands-link:hover .brands-logo {
    opacity: 0.8;
}

/* ── Responsive ──────────────────────────── */
@media (max-width: 991px) {
    .brands-row {
        gap: 30px 40px;
    }
    .brands-logo {
        max-height: 50px;
        max-width: 130px;
    }
}

@media (max-width: 767px) {
    .brands-section {
        padding: 30px 0 40px;
    }
    .brands-row {
        gap: 24px 32px;
    }
    .brands-logo {
        max-height: 44px;
        max-width: 110px;
    }
}
/* seo included css */

.items_title div h3 {
    font-size: 24px;
    line-height: 48px;
    font-weight: 600;
}

.seo_include_inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo_include_inner ul li img {
    width: 18px;
}

.seo_include_inner ul li {
    display: inline-flex;
    gap: 10px;
    padding-bottom: 10px;
    align-items: center;
    width: 33%;
}

.items_title {
    margin: 10px 0;
}
.seo-pack-included-section h2.faq2-title {
	margin-bottom: 10px;
}
.seo-pack-included-section p {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .seo_include_inner ul li {
    width: 49%;
}
}

@media (max-width: 767px) {
	.seo_include_inner ul li {
    width: 100%;
}
}

/* counter css */
.counter_items img {max-width: 50px;}
.counter_main {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.counter-section a {
    margin-top: 30px;
}
.counter_items {
    width: calc(50% - 20px);
    background: linear-gradient(white, white) padding-box, linear-gradient(120deg, #03C74F 12.48%, #E5E5E5 25.74%) border-box;
    padding: 30px 24px;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all .6s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.counter-section {
    background: #fff;
    padding: 80px 0;
}

.counter_items img {
    width: fit-content;
}

.counter_items span {
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    color: #004B9A;
}

.counter_items p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.counter_items:nth-child(2), .counter_items:nth-child(3) {
    background: linear-gradient(white, white) padding-box, linear-gradient(216deg, #03C74F 12.48%, #E5E5E5 25.74%) border-box;
}
.counter_items:nth-child(4) {
    background: linear-gradient(white, white) padding-box, linear-gradient(314deg, #03C74F 12.48%, #E5E5E5 25.74%) border-box;
}
@media (max-width: 991px) {
.counter_items {
    width: calc(50% - 25px);
}
	.about-content {
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {
.counter_items {
    width: calc(50% - 15px);
}
}
@media (max-width: 575px) {
.counter_items {
    width: calc(100% - 5px);
}
}
/* contact us section */
.user-image img {
    width: 160px;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

h3.user-name {
    font-size: 24px;
    line-height: 29px;
    margin: 5px 0;
}

p.user-position {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

p.user-email {
    font-size: 28px;
    line-height: 42px;
    margin-top: 30px;
}

/* seo calculator page  */

.cta-left {
    background-position: center;
    background-size: cover;
    padding: 25px 80px 25px 40px;
    margin-top: 30px;
}

.cta-content div {
    font-size: 29px;
    line-height: 40px;
    font-weight: 600;
}

.cta-content p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.cta-content .global_boxed_btn {
    width: auto;
}

.cta-content {
    width: 60%;
}

.pc-sticky-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.cta-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.cta-top img {
    border-radius: 120px 0 0 0;
    max-width: 45%;
}
.cta-mid img {
    border-radius: 0 120px 0 0;
    margin-bottom: 15px;
}
.cta-top div p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    margin: 0;
}

.cta-content.right {
    width: 100%;
}

.cta-top div {
    background: #e4edec;
    padding: 66px 62px 10px 22px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0 94px 0 0;
    width: 60%;
}

.cta-top div span {
    font-size: 48px;
    line-height: 72px;
}
section.pc-section.page {
    position: relative;
}

section.pc-section.page .col-lg-4 {
    position: sticky;
    top: 50px;
    max-height: calc(100vh - 120px);
    padding-right: 8px;
    transition: top 0.2s;
}
@media (max-width: 991px) {
.cta-content {
    width: 100%;
}
}
@media (max-width: 767px) {
.cta-content {
    width: 100%;
}
	section.pc-section.page .col-lg-4 {
    position: inherit;
    max-height: 100%;
}
	.contact_form_areas .btn {
    font-size: 14px !important;
}

.contact_form_areas {
    padding: 15px !important;
}
}
@media (max-width: 375px) {
ul#menu li a {
    display: block;
    padding: 5px;
}
}
