/* Prevent Side Scroll */
body{
overflow-x:hidden;
}

/* =============================
   WRAPPER BACKGROUND
============================= */

.pm-seo-wrapper{
padding:10px 10px;
background:
radial-gradient(circle at top left, rgba(200,230,255,0.45), transparent 55%),
radial-gradient(circle at bottom right, rgba(210,245,235,0.45), transparent 55%),
linear-gradient(135deg,#f4fbff 0%, #f6fffb 50%, #ffffff 100%);
}

/* =============================
   MAIN CARD
============================= */

.pm-seo-box{
max-width:1100px;
margin:auto;
background:#fff;
border-radius:18px;
box-shadow:0 20px 50px rgba(0,0,0,0.12);
display:grid;
grid-template-columns:1fr 1fr;
overflow:hidden;
}

/* =============================
   LEFT
============================= */

.pm-left{
padding:40px;
}

.pm-video{
position:relative;
border-radius:12px;
overflow:hidden;
margin-bottom:20px;
}

.pm-video img{
width:100%;
display:block;
}

.pm-label{
position:absolute;
bottom:0;
left:0;
width:100%;
background:rgba(0,0,0,0.65);
color:#fff;
padding:10px 15px;
font-weight:700;
}

/* =============================
   RIGHT
============================= */

.pm-right{
background:#003b4a;
padding:40px;
color:#fff;
}

.pm-right h3{
text-align:center;
margin-bottom:5px;
font-size:22px;
}

.pm-right p{
text-align:center;
opacity:0.85;
margin-bottom:20px;
}

/* =============================
   WHATSAPP BUTTON
============================= */

.pm-whatsapp-wrap{
margin-top:25px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,0.2);
display:flex;
justify-content:center;
}

.pm-wa-btn{
display:flex;
align-items:center;
gap:10px;
background:linear-gradient(135deg,#25d366,#128c7e);
color:#fff !important;
padding:12px 25px;
border-radius:50px;
font-weight:700;
text-decoration:none !important;
}

/* =============================
   MOBILE RESPONSIVE
============================= */

@media(max-width:900px){
.pm-seo-box{
grid-template-columns:1fr;
}
}

@media(max-width:768px){

.pm-seo-wrapper{
padding:30px 12px;
}

.pm-left,
.pm-right{
padding:20px;
}

.pm-label{
font-size:14px;
padding:8px 12px;
}

.pm-right h3{
font-size:20px;
}

.pm-right p{
font-size:13px;
}

}

@media(max-width:420px){

.pm-left,
.pm-right{
padding:16px;
}

}
/* =============================
  additonal theme section css code   additonal theme section css code    additonal theme section css code     additonal theme section css code      additonal theme section css code     additonal theme section css code 
============================= */

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* ================================================== */


/* import fonts icon */


/* ================================================== */

@import url("../fonts/fontawesome4/css/font-awesome.css");
@import url("../fonts/fontawesome6/css/fontawesome.css");
@import url("../fonts/fontawesome6/css/brands.css");
@import url("../fonts/fontawesome6/css/solid.css");
@import url("../fonts/elegant_font/HTML_CSS/style.css");
@import url("../fonts/et-line-font/style.css");
@import url("../fonts/icofont/icofont.min.css");
/* Style the Ninja Form container */
.nf-form-cont {
    background-color: #083B50; /* Background color */
    padding: 20px;
    border-radius: 12px;
    color: #ffffff; /* Text color */
    font-family: Arial, sans-serif;
    text-align: left;
}

/* Style the form description text */
.nf-form-title, 
.nf-form-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Style the input fields (Name, Phone, Dropdown) */
.nf-form-cont input[type="text"],
.nf-form-cont input[type="tel"],
.nf-form-cont select {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background: #ffffff;
    color: #000;
    box-shadow: none;
}

/* Simple Dropdown Styling */
.nf-form-cont select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff;
    padding-right: 15px;
    cursor: pointer;
}

/* Style the submit button */
.nf-form-cont input[type="submit"],
.nf-form-cont button {
    background-color: #00CFAF; /* Submit button color */
    color: #ffffff; /* Text color */
    border: none;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

/* Hover effect for submit button */
.nf-form-cont input[type="submit"]:hover,
.nf-form-cont button:hover {
    background-color: #00b89c; /* Slightly darker shade */
}
/* =================================================================
   ELEMENTOR SECTIONS MASTER STYLESHEET
   All Custom Sections CSS in One File
   Version: 1.0
   ================================================================= */

/* =================================================================
   1. RESET & BASE STYLES
   ================================================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* =================================================================
   2. SEO RESULTS SECTION
   ================================================================= */
.seo-results {
    background-color: #e8e8e8;
    padding: 60px 20px;
}

.seo-results .container {
    max-width: 1200px;
    margin: 0 auto;
}

.seo-results .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a5f;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.2;
}

.seo-results .results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.seo-results .result-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seo-results .result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.seo-results .card-icon {
    margin-bottom: 20px;
}

.seo-results .card-icon svg {
    width: 48px;
    height: 48px;
}

.seo-results .card-description {
    font-size: 0.95rem;
    color: #555555;
    margin-bottom: 12px;
    line-height: 1.5;
}

.seo-results .card-value {
    font-size: 2rem;
    font-weight: 700;
    color: #1e3a5f;
    line-height: 1.2;
}

/* =================================================================
   3. SEO SERVICES SECTION
   ================================================================= */
.seo-services {
    background-color: #f5f5f5;
    padding: 80px 20px;
}

.seo-services .container {
    max-width: 1200px;
    margin: 0 auto;
}

.seo-services .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.seo-services .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 15px;
    line-height: 1.3;
}

.seo-services .section-subtitle {
    font-size: 1.1rem;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 500;
}

.seo-services .section-description {
    font-size: 1rem;
    color: #555555;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.seo-services .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.seo-services .service-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.seo-services .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.seo-services .icon-wrapper {
    width: 100px;
    height: 100px;
    background-color: #e3f2fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: background-color 0.3s ease;
}

.seo-services .service-card:hover .icon-wrapper {
    background-color: #bbdefb;
}

.seo-services .icon-wrapper svg {
    width: 60px;
    height: 60px;
}

.seo-services .service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 5px;
}

.seo-services .service-label {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 20px;
    font-weight: 500;
}

.seo-services .service-description {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.seo-services .service-link {
    color: #2563eb;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
}

.seo-services .service-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* =================================================================
   4. SEO SOLUTIONS SECTION
   ================================================================= */
.seo-solutions {
    background-color: #f9fafb;
    padding: 80px 20px;
}

.seo-solutions .container {
    max-width: 1400px;
    margin: 0 auto;
}

.seo-solutions .content-wrapper {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    align-items: start;
}

.seo-solutions .left-column {
    position: sticky;
    top: 100px;
}

.seo-solutions .main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.seo-solutions .main-description {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 25px;
}

.seo-solutions .cta-text {
    font-size: 1rem;
    color: #2563eb;
    font-weight: 600;
    line-height: 1.6;
}

.seo-solutions .right-column {
    width: 100%;
}

.seo-solutions .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.seo-solutions .feature-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seo-solutions .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.seo-solutions .feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #fef3c7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seo-solutions .feature-icon svg {
    width: 35px;
    height: 35px;
}

.seo-solutions .feature-content {
    flex: 1;
}

.seo-solutions .feature-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.3;
}

.seo-solutions .feature-description {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
}

/* =================================================================
   5. CLIENT RESULTS SECTION
   ================================================================= */
.client-success {
    background-color: #ffffff;
    padding: 80px 20px;
}

.client-success .container {
    max-width: 1200px;
    margin: 0 auto;
}

.client-success .section-title {
    font-size: 2.75rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.3;
}

.client-success .highlight {
    color: #6b8e23;
    font-weight: 700;
}

.client-success .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.client-success .testimonial-card {
    background-color: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-success .testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.client-success .video-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}

.client-success .testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.client-success .testimonial-card:hover .testimonial-image {
    transform: scale(1.05);
}

.client-success .play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.client-success .play-button {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.client-success .testimonial-card:hover .play-button {
    transform: scale(1.1);
    background-color: #ffffff;
}

.client-success .watch-text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.client-success .client-info {
    padding: 20px 25px 15px;
    background-color: rgba(0, 0, 0, 0.85);
}

.client-success .client-name {
    font-size: 0.85rem;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.client-success .company-name {
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.client-success .quote-bar {
    background-color: #f4d03f;
    padding: 18px 25px;
}

.client-success .testimonial-quote {
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 600;
    font-style: italic;
    text-align: center;
}

.client-success .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.client-success .stat-item {
    text-align: center;
    padding: 20px;
}

.client-success .stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #6b8e23;
    margin-bottom: 10px;
    line-height: 1;
}

.client-success .stat-label {
    font-size: 1rem;
    color: #555555;
    font-weight: 500;
}

/* =================================================================
   6. RESPONSIVE - TABLET (max-width: 1024px)
   ================================================================= */
@media (max-width: 1024px) {
    /* SEO Results */
    .seo-results .results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .seo-results .section-title {
        font-size: 2rem;
    }

    /* SEO Services */
    .seo-services {
        padding: 60px 20px;
    }
    .seo-services .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .seo-services .section-title {
        font-size: 2rem;
    }

    /* SEO Solutions */
    .seo-solutions .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .seo-solutions .left-column {
        position: static;
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
    }
    .seo-solutions .main-title {
        font-size: 2rem;
    }
    .seo-solutions .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* Client Results */
    .client-success .section-title {
        font-size: 2.25rem;
    }
    .client-success .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .client-success .stat-number {
        font-size: 3rem;
    }
}

/* =================================================================
   7. RESPONSIVE - MOBILE (max-width: 768px)
   ================================================================= */
@media (max-width: 768px) {
    /* SEO Results */
    .seo-results {
        padding: 40px 15px;
    }
    .seo-results .section-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }
    .seo-results .results-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .seo-results .result-card {
        padding: 25px 20px;
    }
    .seo-results .card-value {
        font-size: 1.75rem;
    }

    /* SEO Services */
    .seo-services {
        padding: 50px 15px;
    }
    .seo-services .section-title {
        font-size: 1.75rem;
    }
    .seo-services .services-grid {
        grid-template-columns: 1fr;
    }
    .seo-services .icon-wrapper {
        width: 90px;
        height: 90px;
    }

    /* SEO Solutions */
    .seo-solutions {
        padding: 60px 15px;
    }
    .seo-solutions .main-title {
        font-size: 1.75rem;
    }
    .seo-solutions .features-grid {
        grid-template-columns: 1fr;
    }
    .seo-solutions .feature-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    /* Client Results */
    .client-success {
        padding: 60px 15px;
    }
    .client-success .section-title {
        font-size: 1.85rem;
    }
    .client-success .testimonials-grid {
        grid-template-columns: 1fr;
    }
    .client-success .video-wrapper {
        height: 250px;
    }
    .client-success .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .client-success .stat-number {
        font-size: 2.5rem;
    }
}

/* =================================================================
   8. RESPONSIVE - SMALL MOBILE (max-width: 480px)
   ================================================================= */
@media (max-width: 480px) {
    .seo-results .section-title,
    .seo-services .section-title,
    .seo-solutions .main-title,
    .client-success .section-title {
        font-size: 1.5rem;
    }

    .seo-services {
        padding: 40px 15px;
    }

    .seo-solutions {
        padding: 50px 15px;
    }

    .client-success {
        padding: 50px 15px;
    }

    .client-success .stats-grid {
        grid-template-columns: 1fr;
    }

    .client-success .stat-number {
        font-size: 2.25rem;
    }
}
/* ==============================
   World-Class Services Section
   Upgraded, agency-grade, responsive
   ============================== */

.wc-section{
  /* Scoped design tokens (easy to retheme) */
  --wc-bg: linear-gradient(180deg,#fbfdff 0%, #f3f7fb 100%);
  --wc-card-bg: #ffffff;
  --wc-accent-1: #06b6d4;   /* teal */
  --wc-accent-2: #6366f1;   /* indigo */
  --wc-text-strong: #0f1724;
  --wc-text-muted: #556170;
  --wc-border: rgba(99,102,241,0.08);
  --wc-radius: 16px;
  --wc-shadow: 0 18px 50px rgba(11,20,40,0.08);
  --wc-gap: 26px;

  padding: 80px 22px;
  background: var(--wc-bg);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: var(--wc-text-strong);
  box-sizing: border-box;
}

/* container */
.wc-container{
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading & intro */
.wc-heading{
  font-size: 36px;
  line-height: 1.08;
  font-weight: 800;
  color: var(--wc-text-strong);
  margin-bottom: 12px;
  letter-spacing: -0.4px;
  text-wrap: balance;
}

.wc-subtitle{
  max-width: 820px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--wc-text-muted);
  margin-bottom: 36px;
  font-weight: 500;
}

/* Grid */
.wc-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: var(--wc-gap);
  align-items: start;
}

/* Card */
.wc-card{
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), var(--wc-card-bg));
  border-radius: var(--wc-radius);
  padding: 26px;
  border: 1px solid var(--wc-border);
  box-shadow: var(--wc-shadow);
  transition: transform .36s cubic-bezier(.2,.9,.25,1), box-shadow .36s ease, border-color .28s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  min-height: 220px;
}

/* accent ribbon/top highlight */
.wc-card::before{
  content: "";
  position: absolute;
  left: -30%;
  top: -40%;
  width: 140%;
  height: 60%;
  background: radial-gradient(closest-side, rgba(99,102,241,0.09), transparent 60%);
  transform: rotate(-10deg);
  pointer-events: none;
  transition: opacity .28s ease;
  opacity: 0.95;
}

/* hover interactions */
.wc-card:hover{
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 30px 80px rgba(11,20,40,0.12);
  border-color: rgba(6,182,212,0.18);
}
.wc-card:hover::before{ opacity: 1; }

/* icon */
.wc-icon-wrap{
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  background: linear-gradient(135deg, var(--wc-accent-2), var(--wc-accent-1));
  box-shadow: 0 8px 20px rgba(99,102,241,0.12);
  flex-shrink: 0;
}
.wc-icon{
  font-size: 20px;
  color: #fff;
  display: inline-block;
  line-height: 1;
}

/* Title & text */
.wc-card-title{
  font-size: 18px;
  font-weight: 700;
  color: var(--wc-text-strong);
  margin: 0;
  letter-spacing: -0.2px;
}
.wc-card-text{
  font-size: 15px;
  line-height: 1.7;
  color: var(--wc-text-muted);
  margin: 0;
  flex: 1 1 auto;
}

/* optional CTA inside card (if you add one later) */
.wc-card-cta{
  margin-top: 12px;
  display: inline-block;
  padding: 8px 14px;
  background: linear-gradient(90deg,var(--wc-accent-1),var(--wc-accent-2));
  color: white;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  transition: transform .18s ease;
}
.wc-card-cta:hover{ transform: translateY(-3px); }

/* subtle numbered badge (optional) */
.wc-card .wc-badge{
  position: absolute;
  right: 18px;
  top: 18px;
  background: rgba(255,255,255,0.85);
  color: var(--wc-accent-2);
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 6px 16px rgba(6,182,212,0.06);
}

/* ======================
   Responsive behaviour
   ====================== */
@media (max-width: 1024px){
  .wc-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
  .wc-heading{ font-size: 30px; }
  .wc-subtitle{ font-size: 16px; }
  .wc-card{ min-height: 200px; padding: 22px; }
  .wc-icon-wrap{ width:48px; height:48px; }
}

@media (max-width: 640px){
  .wc-section{ padding: 40px 18px; }
  .wc-grid{ grid-template-columns: 1fr; gap: 18px; }
  .wc-heading{ font-size: 26px; }
  .wc-subtitle{ font-size: 15px; margin-bottom: 22px; }
  .wc-card{ padding: 18px; border-radius: 12px; min-height: 160px; }
  .wc-icon-wrap{ width:44px; height:44px; border-radius:10px; }
  .wc-card-title{ font-size: 16px; }
  .wc-card-text{ font-size: 14px; line-height: 1.6; }
}

/* Accessibility and reduced motion */
@media (prefers-reduced-motion: reduce){
  .wc-card, .wc-card::before{ transition: none !important; transform: none !important; }
}

/* updated 10 jan intro code */
/* ================================
   SEO Hero Read More (Reusable)
================================ */

/* --- Existing Styles (Kept) --- */
.seo-intro {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.seo-readmore-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.seo-readmore-content p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
}

.seo-readmore-content.active {
  max-height: 600px; /* Expands content */
}

/* --- Read More Text Button --- */
.seo-readmore-btn {
  background: none;
  border: none;
  color: #2563eb;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-bottom: 20px;
  text-decoration: underline; /* Added for clarity */
}

.seo-readmore-btn:hover {
  color: #1d4ed8;
  text-decoration: none;
}

/* ================================
   NEW: Button Highlights & Layout
================================ */

/* Container for the buttons to sit side-by-side */
.seo-buttons {
  display: flex;
  gap: 15px; /* Space between buttons */
  margin-top: 25px;
  flex-wrap: wrap; /* Wraps on mobile */
}

/* PRIMARY BUTTON (High Visibility) */
.btn-primary {
  background-color: #2563eb; /* Bright Blue */
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #2563eb;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}

.btn-primary:hover {
  background-color: #1d4ed8; /* Darker blue on hover */
  border-color: #1d4ed8;
  color: #ffffff;
  transform: translateY(-2px); /* Slight lift effect */
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3); /* Shadow for pop */
}

/* OUTLINE BUTTON (Secondary) */
.btn-outline {
  background-color: transparent;
  color: #2563eb;
  padding: 12px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #2563eb; /* Border matches primary color */
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}

.btn-outline:hover {
  background-color: #eff6ff; /* Very light blue background */
  color: #1d4ed8;
  border-color: #1d4ed8;
}

/* Optional: Layout for the whole container if missing */
.seo-hero {
    display: flex;
    gap: 40px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.seo-left { flex: 1; }
.seo-right { flex: 1; }
.seo-features { list-style: none; padding: 0; margin-bottom: 20px;}
.seo-features li { margin-bottom: 8px; position: relative; padding-left: 20px; }
.seo-features li::before { content: "✓"; position: absolute; left: 0; color: #16a34a; font-weight: bold;}
/* ==============================
   Stats + Intro 2nd Section
   File: /assets/css/ps-stats.css
   ============================== */

/* Optional: keep it self-contained + avoid layout surprises */
.ps-stats-section{
  padding: 70px 16px;
  background: #f5f7fb;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Container */
.ps-stats-container{
  max-width: 1200px;
  margin: 0 auto;
}

/* Top stats row */
.ps-stats-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 32px;
}

/* Card */
.ps-stat-card{
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  will-change: transform; /* smoother hover */
}

@media (hover:hover){
  .ps-stat-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
    border-color: rgba(79, 70, 229, 0.55);
  }
}

.ps-stat-number{
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 2px;
}

.ps-stat-label{
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}

/* Text block */
.ps-stats-text{
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

.ps-stats-heading{
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
  margin: 0 0 14px; /* safer */
}

.ps-stats-paragraph{
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
  margin: 0 0 10px; /* safer */
}

/* ==============================
   Responsive
   ============================== */
@media (max-width: 1024px){
  .ps-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ps-stats-heading{
    font-size: 26px;
  }
}

@media (max-width: 640px){
  .ps-stats-section{
    padding: 50px 14px;
  }
  .ps-stats-grid{
    grid-template-columns: 1fr;
  }
  .ps-stat-card{
    padding: 16px 12px;
  }
  .ps-stats-heading{
    font-size: 22px;
  }
  .ps-stats-paragraph{
    font-size: 14px;
  }
}
/* ======================================
   Digital Marketing Testimonials
====================================== */

.dm-testimonials {
  padding: 80px 20px;
  background: #f8fafc;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.dm-testimonials-container {
  max-width: 1440px;
  margin: 0 auto;
}

/* Header */
.dm-testimonials-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
}

.dm-testimonials-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

.dm-testimonials-header p {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

/* Grid */
.dm-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Card */
.dm-testimonial-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

/* Video */
.dm-video-wrapper {
  position: relative;
  padding-top: 56.25%;
}

.dm-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Content */
.dm-testimonial-content {
  padding: 22px 24px;
}

.dm-testimonial-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

.dm-testimonial-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
}

/* Responsive */
@media (max-width: 768px) {
  .dm-testimonials {
    padding: 60px 16px;
  }

  .dm-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .dm-testimonials-header h2 {
    font-size: 28px;
  }
}
/* ================================
   Full Funnel Marketing Section
   Centralized & Reusable CSS 6 section 
================================ */

.ffm-section {
  padding: 70px 20px;
  background: #f9fafb;
}

.ffm-inner {
  max-width: 1440px;
  margin: 0 auto;
}

/* Header */
.ffm-header {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 50px;
}

.ffm-title {
  font-size: 30px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.ffm-lead {
  font-size: 17px;
  color: #4b5563;
  line-height: 1.6;
}

/* Grid */
.ffm-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  margin-bottom: 50px;
}

/* Left Content */
.ffm-text {
  font-size: 16px;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 20px;
}

.ffm-funnel {
  background: #ffffff;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

.ffm-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #111827;
}

.ffm-stages {
  padding-left: 18px;
  margin: 0;
}

.ffm-stages li {
  margin-bottom: 14px;
}

.ffm-stages strong {
  display: block;
  font-weight: 600;
  color: #1f2937;
}

.ffm-stages span {
  font-size: 15px;
  color: #4b5563;
}

/* Right Cards */
.ffm-right {
  display: grid;
  gap: 20px;
}

.ffm-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ffm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.ffm-card-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111827;
}

.ffm-card-body {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}

/* CTA */
.ffm-cta {
  text-align: center;
  background: #111827;
  color: #ffffff;
  padding: 40px 20px;
  border-radius: 18px;
}

.ffm-cta-text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
}

.ffm-button {
  display: inline-block;
  padding: 14px 28px;
  background: #2563eb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.ffm-button:hover {
  background: #1e40af;
  transform: translateY(-2px);
}

/* ================================
   Responsive
================================ */

@media (max-width: 991px) {
  .ffm-grid {
    grid-template-columns: 1fr;
  }

  .ffm-title {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .ffm-section {
    padding: 50px 16px;
  }

  .ffm-title {
    font-size: 22px;
  }

  .ffm-cta-text {
    font-size: 18px;
  }
}
/* Namespace: lxw-features (scoped; low collision risk) */
.lxw-features{
  --lxw-max: 1440px;
  --lxw-gap: clamp(14px, 2vw, 18px);

  --lxw-bg: #ffffff;
  --lxw-surface: #f7f9ff;

  --lxw-ink: #0f172a;
  --lxw-muted: rgba(15,23,42,.72);

  --lxw-stroke: rgba(15,23,42,.10);

  --lxw-a: #2563eb;
  --lxw-b: #22c55e;

  --lxw-radius: 22px;

  color: var(--lxw-ink);
}

.lxw-features__inner{
  max-width: var(--lxw-max);
  margin: 0 auto;
  padding: clamp(18px, 2.6vw, 34px);
  border-radius: calc(var(--lxw-radius) + 10px);
  background:
    radial-gradient(740px 380px at 10% 10%, rgba(37,99,235,.08), transparent 62%),
    radial-gradient(620px 360px at 92% 16%, rgba(34,197,94,.08), transparent 62%),
    linear-gradient(180deg, #ffffff, #fbfcff);
  border: 1px solid rgba(15,23,42,.06);
  overflow: hidden;
}

/* Heading */
.lxw-features__head{
  text-align: center;
  max-width: 86ch;
  margin: 0 auto clamp(16px, 2.4vw, 26px);
}

.lxw-features__kicker{
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(15,23,42,.60);
}

.lxw-features__kicker::before{
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lxw-a), var(--lxw-b));
}

.lxw-features__title{
  margin: 0;
  font-size: clamp(22px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.lxw-features__sub{
  margin: 12px auto 0;
  color: var(--lxw-muted);
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.75;
}

/* Grid */
.lxw-features__grid{
  display: grid;
  gap: var(--lxw-gap);
  grid-template-columns: repeat(12, 1fr);
}

/* Card: new style = “stacked top rail” + soft inset */
.lxw-features__card{
  grid-column: span 4;
  position: relative;
  padding: 18px 18px 16px;
  border-radius: var(--lxw-radius);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
  border: 1px solid var(--lxw-stroke);
  box-shadow: 0 18px 44px rgba(15,23,42,.06);
  overflow: hidden;
}

/* subtle inset rail */
.lxw-features__card::before{
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: calc(var(--lxw-radius) - 10px);
  background: radial-gradient(180px 120px at 10% 0%, rgba(37,99,235,.10), transparent 65%),
              radial-gradient(180px 120px at 90% 10%, rgba(34,197,94,.10), transparent 65%);
  pointer-events: none;
}

/* top row */
.lxw-features__top{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.lxw-features__badge{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  color: rgba(15,23,42,.60);
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(15,23,42,.10);
  padding: 8px 10px;
  border-radius: 999px;
}

.lxw-features__icon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(37,99,235,.14), rgba(34,197,94,.12));
  border: 1px solid rgba(15,23,42,.10);
  flex: 0 0 auto;
}

.lxw-features__svg{
  width: 22px;
  height: 22px;
  fill: rgba(15,23,42,.92);
}

.lxw-features__name{
  position: relative;
  z-index: 1;
  margin: 6px 0 8px;
  font-size: 16px;
  line-height: 1.25;
}

.lxw-features__text{
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(15,23,42,.74);
  font-size: 13px;
  line-height: 1.7;
}

/* Hover */
@media (hover:hover){
  .lxw-features__card{
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .lxw-features__card:hover{
    transform: translateY(-3px);
    border-color: rgba(37,99,235,.18);
    box-shadow: 0 26px 60px rgba(15,23,42,.10);
  }
}

/* Responsive */
@media (max-width: 980px){
  .lxw-features__card{ grid-column: span 6; }
}

@media (max-width: 560px){
  .lxw-features__inner{
    padding: 16px;
    border-radius: 18px;
  }
  .lxw-features__grid{ grid-template-columns: 1fr; }
  .lxw-features__card{ grid-column: auto; padding: 16px 14px 14px; }
}
/* services-section.css
   Centralized, reusable styles for service card sections.
   Use this file across pages/components.
*/

/* Variables */
:root{
  --bg: #ffffff;
  --card-bg: #fff;
  --accent: #f5c640;    /* yellow accent */
  --accent-dark: #e6b730;
  --muted: #6b7280;
  --text: #111827;
  --panel-head: #0b0b0b; /* dark header bar in card */
  --radius: 12px;
  --shadow: 0 6px 18px rgba(15,23,42,0.08);
  --gap: 1.25rem;
  --max-width: 1280px;
}

/* Base layout */
.services-section{
  background: var(--bg);
  padding: 48px 16px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: var(--text);
}

.container{
  max-width: var(--max-width);
  margin: 0 auto;
}

/* Intro */
.services-intro{
  text-align: left;
  margin-bottom: 28px;
}

.title{
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0 0 10px;
  letter-spacing: -0.2px;
}

.subtitle{
  color: var(--muted);
  margin: 0;
  max-width: 820px;
  font-size: 0.98rem;
}

/* Grid */
.cards-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--gap);
  margin-top: 22px;
  align-items: stretch;
}

/* Card */
.service-card{
  display: flex;
  flex-direction: column;
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid rgba(15,23,42,0.04);
}

/* Card top band (icon + title on dark band) */
.card-top{
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--panel-head);
  color: white;
  padding: 18px;
}

.icon-wrap{
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 50%;
  background: var(--accent);
  display: grid;
  place-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.icon-wrap svg{
  width: 26px;
  height: 26px;
  fill: white;
  stroke: white;
  display: block;
}

/* Title in header */
.card-title{
  font-size: 1.02rem;
  margin: 0;
  font-weight: 600;
}

/* Card body */
.card-body{
  padding: 18px;
  color: var(--text);
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}

.card-lead{
  margin: 0;
  font-weight: 600;
}

.card-note{
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Bullets list */
.bullets{
  margin: 6px 0 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.5;
}

.bullets li{
  margin: 6px 0;
  list-style: disc;
}

/* Conclusion and CTA */
.card-conclusion{
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.95rem;
  flex-grow: 1;
}

.cta{
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
  background: var(--accent);
  color: #111;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  align-self: start;
  box-shadow: 0 4px 8px rgba(22,22,22,0.06);
  transition: transform .12s ease, background .12s ease;
}

.cta:hover,
.cta:focus{
  transform: translateY(-3px);
  background: var(--accent-dark);
}

/* Responsive adjustments */
@media (max-width: 1024px){
  .cards-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px){
  .services-section{
    padding: 28px 12px;
  }
  .title{
    font-size: 1.25rem;
  }
  .cards-grid{
    grid-template-columns: 1fr;
  }
  .card-top{
    padding: 14px;
  }
  .icon-wrap{
    width: 48px;
    height: 48px;
  }
  .card-body{
    padding: 14px;
  }
  .cta{
    padding: 9px 14px;
  }
}

/* Utility: small container for narrow contexts */
.services-section.small{
  padding: 28px 12px;
}
.services-section.centered .services-intro{
  text-align:center;
}
/* ======================================
   Specialized SEO Services Section
====================================== */

.ps-services {
  padding: 80px 20px;
  background: #f8fafc;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.ps-services-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.ps-services-header {
  max-width: 900px;
  margin-bottom: 60px;
}

.ps-services-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.ps-services-header p {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
}

/* Grid */
.ps-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Cards */
.ps-service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ps-service-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.ps-service-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 12px;
}

.ps-service-card ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

.ps-service-card ul li {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 992px) {
  .ps-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-services-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .ps-services {
    padding: 60px 16px;
  }

  .ps-services-grid {
    grid-template-columns: 1fr;
  }

  .ps-services-header h2 {
    font-size: 26px;
  }
}
/* testimonials-gradient.css
   Namespaced to avoid collision: prefix = tt-
   Colorful, premium gradient cards with dark hero background.
*/

/* Section scope variables */
.tt-testimonials-section{
  --tt-bg-grad: linear-gradient(180deg,#03044a 0%, #021a7a 100%); /* deep blue hero */
  --tt-hero-accent: linear-gradient(90deg,#ff9a8b,#fad0c4,#fbc2eb,#a6c1ee);
  --tt-card-grad-start: #ffd1e0; /* pastel start */
  --tt-card-grad-end: #c5f0e8; /* pastel end */
  --tt-card-accent: #ff6b6b;
  --tt-text-light: #f8fbff;
  --tt-muted: rgba(248,251,255,0.82);
  --tt-radius: 16px;
  --tt-gap: 20px;
  --tt-max-w: 1200px;
  padding: 40px 16px;
  background: #f4f7fb;
  box-sizing: border-box;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial;
  color: #07203a;
}

/* inner wrapper */
.tt-testimonials-section .tt-inner{
  max-width: var(--tt-max-w);
  margin: 0 auto;
}

/* HERO TOP */
.tt-hero{
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
  padding: 28px;
  background: var(--tt-bg-grad);
  border-radius: 14px;
  color: var(--tt-text-light);
  box-shadow: 0 20px 60px rgba(2,8,23,0.35);
  overflow: hidden;
}

/* hero left text */
.tt-hero-left{ padding-right: 12px; }
.tt-kicker{
  font-size: 0.9rem;
  letter-spacing: 1.2px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 6px;
}
.tt-hero-title{
  margin: 0 0 10px;
  font-size: 2.05rem;
  line-height: 1.02;
  color: #fff;
  font-weight: 800;
}
.tt-hero-copy{
  margin: 0;
  color: rgba(255,255,255,0.87);
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 680px;
}

/* hero media stack */
.tt-media-stack{
  position: relative;
  width: 100%;
  height: 220px;
}
.tt-media-card{
  position: absolute;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  border: 3px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 34px rgba(2,8,23,0.35);
}
.tt-media-top{
  width: 160px;
  height: 220px;
  right: 8px;
  top: 0;
}
.tt-media-bottom{
  width: 260px;
  height: 150px;
  left: 20px;
  bottom: 0;
}

/* CARDS GRID */
.tt-cards{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--tt-gap);
  margin-top: 28px;
}

/* INDIVIDUAL CARD */
.tt-card{
  background: linear-gradient(135deg, #ffd1e0 0%, #c7f6ff 50%, #e7c8ff 100%);
  border-radius: var(--tt-radius);
  padding: 20px;
  min-height: 220px;
  box-shadow: 0 12px 36px rgba(2,8,23,0.08);
  position: relative;
  overflow: hidden;
  transition: transform 260ms cubic-bezier(.16,.84,.28,1), box-shadow 260ms;
  border: 1px solid rgba(255,255,255,0.6);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* slight pastel overlay to get richer tones */
.tt-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.0));
  mix-blend-mode: overlay;
  pointer-events:none;
}

/* hover */
.tt-card:hover{
  transform: translateY(-10px) rotate(-0.2deg);
  box-shadow: 0 22px 60px rgba(2,8,23,0.18);
}

/* stars at top */
.tt-stars{
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 1.2rem;
  margin-bottom: 14px;

  /* Bright gradient text */
  background: linear-gradient(90deg, #ffdd33, #ffb800, #ffa500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}


/* quote */
.tt-quote{
  margin: 0 0 18px 0;
  color: rgba(6,10,15,0.92);
  font-size: 0.98rem;
  line-height: 1.6;
  z-index: 2;
}

/* author block */
.tt-author{
  margin-top: auto;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 2;
}
.tt-avatar{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 22px rgba(2,8,23,0.12);
  border: 3px solid rgba(255,255,255,0.6);
  flex-shrink: 0;
}
.tt-name{ margin: 0; font-weight: 800; color: #062032; }
.tt-role{ margin: 0; color: rgba(6,10,15,0.6); font-size: 0.88rem; }

/* FINAL THOUGHTS */
.tt-final{
  margin-top: 30px;
  text-align: left;
  padding: 22px;
}
.tt-final-title{
  margin: 0 0 8px;
  font-size: 1.15rem;
  color: #092a3a;
}
.tt-final-copy{
  margin: 0 0 10px;
  color: #26444f;
  line-height: 1.6;
}

/* RESPONSIVE RULES */
@media (max-width: 1100px){
  .tt-cards{ grid-template-columns: repeat(2, 1fr); }
  .tt-hero{ grid-template-columns: 1fr 280px; padding: 20px; }
  .tt-media-stack{ height: 180px; }
  .tt-media-top{ width: 140px; height: 180px; right: 8px; }
  .tt-media-bottom{ width: 220px; height: 130px; left: 12px; }
}

@media (max-width: 720px){
  .tt-hero{ grid-template-columns: 1fr; text-align: left; padding: 18px; }
  .tt-media-stack{ display:none; } /* hide media on small screens to save space */
  .tt-cards{ grid-template-columns: 1fr; }
  .tt-card{ min-height: 180px; padding: 18px; border-radius: 12px; }
  .tt-hero-title{ font-size: 1.55rem; }
  .tt-hero-copy{ font-size: 0.95rem; }
  .tt-inner{ padding: 0 6px; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .tt-card, .tt-media-card{ transition: none !important; transform: none !important; }
}
/* hero-gallery-section.css
   Namespaced and centralized styles for a two-column hero with overlapping images.
   Prefix: hg-
*/

/* Section-level scope to avoid leaking variables */
.hg-hero-section{
  --hg-bg: #f7faf7;
  --hg-accent: #0f5132;
  --hg-text: #0b1b16;
  --hg-muted: #546162;
  --hg-cta: #0f5132;
  --hg-cta-ghost: transparent;
  --hg-radius: 14px;
  --hg-max-w: 1200px;
  background: var(--hg-bg);
  padding: 44px 16px;
  box-sizing: border-box;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: var(--hg-text);
}

/* container to center content */
.hg-container{
  max-width: var(--hg-max-w);
  margin: 0 auto;
}

/* grid: two columns on wide screens, single column mobile-first */
.hg-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

/* MEDIA / LEFT COLUMN */
.hg-media{
  display: block;
}

/* wrapper maintains aspect and relative positioning for overlay */
.hg-media-wrap{
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  height: auto;
}

/* main image */
.hg-img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--hg-radius);
  box-shadow: 0 10px 30px rgba(6,22,18,0.08);
  border: 1px solid rgba(2,8,6,0.04);
}

/* main image sits in normal flow */
.hg-img-main{
  transform: translateY(0);
}

/* overlay image positioned partly overlapping lower-right */
.hg-img-overlay{
  position: absolute;
  right: -6%;
  bottom: -8%;
  width: 46%;
  min-width: 160px;
  max-width: 320px;
  border-radius: calc(var(--hg-radius) - 4px);
  box-shadow: 0 10px 30px rgba(6,22,18,0.14);
  border: 1px solid rgba(2,8,6,0.06);
  background: #fff;
  object-fit: cover;
  transform: translateZ(0);
}

/* CONTENT / RIGHT COLUMN */
.hg-content{
  padding: 6px 4px;
  max-width: 680px;
  margin: 0 auto;
}

/* small kicker text */
.hg-kicker{
  margin: 0 0 8px;
  color: var(--hg-accent);
  font-weight: 700;
  letter-spacing: 0.6px;
  font-size: 0.95rem;
}

/* main title */
.hg-title{
  margin: 0 0 12px;
  font-size: 1.85rem;
  line-height: 1.06;
  font-weight: 800;
  color: var(--hg-text);
}

/* subtitle under title */
.hg-subtitle{
  margin: 0 0 16px;
  color: var(--hg-accent);
  font-weight: 700;
  font-size: 1.02rem;
}

/* paragraphs */
.hg-paragraphs p{
  margin: 0 0 12px;
  color: var(--hg-text);
  line-height: 1.6;
  font-size: 1rem;
}

/* CTA row */
.hg-cta-row{
  display: flex;
  gap: 12px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.hg-cta{
  display: inline-block;
  padding: 11px 18px;
  background: var(--hg-cta);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(15,81,50,0.12);
  transition: transform .12s ease, box-shadow .12s ease;
}

.hg-cta:hover,
.hg-cta:focus{
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(15,81,50,0.16);
}

.hg-ghost{
  display: inline-block;
  padding: 11px 18px;
  border-radius: 999px;
  color: var(--hg-cta);
  text-decoration: none;
  border: 1px solid rgba(15,81,50,0.12);
  background: var(--hg-cta-ghost);
  font-weight: 700;
}

/* RESPONSIVE LAYOUTS */

/* Medium screens: two columns */
@media (min-width: 880px){
  .hg-grid{
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
  }
  .hg-media-wrap{ margin-left: 0; }
  .hg-content{ padding-left: 28px; }
}

/* Larger screens: add more spacing and enlarge title */
@media (min-width: 1200px){
  .hg-hero-section{ padding: 64px 16px; }
  .hg-title{ font-size: 2.3rem; }
  .hg-media-wrap{ max-width: 820px; }
  .hg-img-overlay{ right: -8%; bottom: -10%; width: 42%; }
}

/* Mobile tweaks: stack, reduce overlay size and place overlay relative */
@media (max-width: 600px){
  .hg-hero-section{ padding: 28px 12px; }
  .hg-title{ font-size: 1.3rem; }
  .hg-img-overlay{
    position: absolute;
    right: 4%;
    bottom: -6%;
    width: 46%;
    max-width: 200px;
  }
  .hg-img-main{ border-radius: 12px; }
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce){
  .hg-cta, .hg-cta:hover{ transition: none; transform: none; }
}
/* info-article-section.css
   Scoped styles for an article + overlapping images layout.
   Namespace prefix: edu-
*/

.edu-info-section{
  --edu-bg: #f6fbf8;
  --edu-text: #0b1b16;
  --edu-accent: #13723a;
  --edu-muted: #516365;
  --edu-radius: 14px;
  --edu-max-w: 1200px;
  padding: 44px 16px;
  background: var(--edu-bg);
  box-sizing: border-box;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
  color: var(--edu-text);
}

/* container centers content */
.edu-container{
  max-width: var(--edu-max-w);
  margin: 0 auto;
}

/* grid: mobile-first single column, expands to two columns */
.edu-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

/* TEXT column */
.edu-text{ padding: 6px 4px; max-width: 800px; margin: 0 auto; }

.edu-heading{
  margin: 0 0 8px;
  font-size: 1.9rem;
  line-height: 1.05;
  font-weight: 800;
}

.edu-sub{
  margin: 0 0 18px;
  color: var(--edu-accent);
  font-weight: 700;
  font-size: 1.02rem;
}

.edu-body p{
  margin: 0 0 12px;
  color: var(--edu-text);
  line-height: 1.6;
  font-size: 1rem;
}

/* MEDIA column */
.edu-media{ display:block; }

.edu-media-wrap{
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

/* shared image styles */
.edu-img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--edu-radius);
  box-shadow: 0 10px 30px rgba(8,18,12,0.06);
  border: 1px solid rgba(2,8,6,0.04);
}

/* overlay image */
.edu-img-overlay{
  position: absolute;
  right: -6%;
  bottom: -8%;
  width: 44%;
  min-width: 140px;
  max-width: 320px;
  border-radius: calc(var(--edu-radius) - 6px);
  box-shadow: 0 12px 34px rgba(8,18,12,0.12);
  border: 1px solid rgba(2,8,6,0.06);
  background: #fff;
  object-fit: cover;
  transform: translateZ(0);
}

/* RESPONSIVE: two columns on medium+ screens */
@media (min-width: 880px){
  .edu-grid{ grid-template-columns: 1fr 1fr; gap: 36px; }
  .edu-text{ padding-left: 28px; }
  .edu-media-wrap{ max-width: 820px; }
  .edu-heading{ font-size: 2.2rem; }
}

/* larger screens: tweak overlay position */
@media (min-width: 1200px){
  .edu-info-section{ padding: 64px 16px; }
  .edu-img-overlay{ right: -8%; bottom: -10%; width: 40%; }
  .edu-heading{ font-size: 2.6rem; }
}

/* mobile adjustments */
@media (max-width: 600px){
  .edu-info-section{ padding: 28px 12px; }
  .edu-heading{ font-size: 1.35rem; }
  .edu-img-overlay{
    right: 4%;
    bottom: -6%;
    width: 46%;
    max-width: 190px;
  }
}

/* prefer reduced motion */
@media (prefers-reduced-motion: reduce){
  .edu-img, .edu-img-overlay{ transition:none; transform:none; }
}
/* ================================
   FAQ Section – Plastic Surgeons SEO
   ================================ */

.ps-faq-section {
  padding: 60px 16px;
  background: #f4f6fb;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.ps-faq-container {
  max-width: 1280px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 28px;
  padding: 32px 22px 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.ps-faq-question h3 {
  font-size: 20px !important;
  font-weight: 600;
  margin: 0;
  text-align: left;
  color: #111827;
}


/* FAQ list */

.ps-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Single FAQ item */

.ps-faq-item {
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid rgba(148, 163, 184, 0.35);
  overflow: hidden;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ps-faq-item--active {
  background: #eef4ff;
  border-color: #2563eb;
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.18);
}

/* Question button */

.ps-faq-question {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
}

.ps-faq-question span:first-child {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

/* Icon */

.ps-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
}

.ps-faq-icon::before,
.ps-faq-icon::after {
  content: "";
  position: absolute;
  background: #111827;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.ps-faq-icon::before {
  width: 12px;
  height: 2px;
}

.ps-faq-icon::after {
  width: 2px;
  height: 12px;
}

.ps-faq-item--active .ps-faq-icon::after {
  transform: scaleY(0);
  opacity: 0;
}

/* Answer */

.ps-faq-answer {
  max-height: 0;
  padding: 0 18px;
  overflow: hidden;
  transition: max-height 0.3s ease, padding-bottom 0.3s ease;
}

.ps-faq-item--active .ps-faq-answer {
  max-height: 400px; /* enough for long answers */
  padding-bottom: 14px;
}

.ps-faq-answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}

/* ======================
   Responsive tweaks
   ====================== */

@media (max-width: 768px) {
  .ps-faq-section {
    padding: 40px 12px;
  }

  .ps-faq-container {
    padding: 24px 16px 22px;
    border-radius: 22px;
  }

  .ps-faq-title {
    font-size: 24px;
  }

  .ps-faq-question span:first-child {
    font-size: 15px;
  }

  .ps-faq-answer p {
    font-size: 13px;
  }
}
/* Make sure everything in FAQ uses border-box */
.ps-faq-section,
.ps-faq-section * {
  box-sizing: border-box;
}

/* Question button – allow wrapping */
.ps-faq-question {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;

  white-space: normal !important;   /* <— important fix */
}

/* Question heading – take available space and wrap safely */
.ps-faq-question h3 {
  font-size: 20px !important;
  font-weight: 600;
  margin: 0;
  text-align: left;
  color: #111827;

  flex: 1 1 auto;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}
/* ================================
   Plastic Surgery Benefits Section
   Reusable / Centralized CSS
================================ */

/* Section Wrapper */
.ps-benefits-section {
  padding: 60px 20px;
  background: #f8f9fb;
}

/* Container */
.ps-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Title */
.ps-benefits-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #1f2937;
  line-height: 1.3;
}

/* Grid Layout */
.ps-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.ps-benefit-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ps-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

/* Card Header */
.ps-benefit-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

/* Number Circle */
.ps-benefit-number {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Heading */
.ps-benefit-heading {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

/* Text */
.ps-benefit-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* ================================
   Responsive Adjustments
================================ */

/* Tablet */
@media (max-width: 991px) {
  .ps-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-benefits-title {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .ps-benefits-grid {
    grid-template-columns: 1fr;
  }

  .ps-benefits-section {
    padding: 40px 16px;
  }

  .ps-benefits-title {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .ps-benefit-card {
    padding: 20px;
  }
}
/* ================================
   Plastic Surgery Benefits Section
   Reusable / Centralized CSS
================================ */

/* Section Wrapper */
.ps-benefits-section {
  padding: 60px 20px;
  background: #f8f9fb;
}

/* Container */
.ps-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Title */
.ps-benefits-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #1f2937;
  line-height: 1.3;
}

/* Grid Layout */
.ps-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.ps-benefit-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ps-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

/* Card Header */
.ps-benefit-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

/* Number Circle */
.ps-benefit-number {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Heading */
.ps-benefit-heading {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

/* Text */
.ps-benefit-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* ================================
   Responsive Adjustments
================================ */

/* Tablet */
@media (max-width: 991px) {
  .ps-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-benefits-title {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .ps-benefits-grid {
    grid-template-columns: 1fr;
  }

  .ps-benefits-section {
    padding: 40px 16px;
  }

  .ps-benefits-title {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .ps-benefit-card {
    padding: 20px;
  }
}
/* ======================================
   Digital Marketing Services Section
====================================== */

.dm-services {
  padding: 80px 20px;
  background: #0f3d68;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.dm-services-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.dm-services-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 50px;
}

.dm-services-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.dm-services-header p {
  font-size: 18px;
  line-height: 1.7;
  color: #cbd5e1;
}

/* Grid */
.dm-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* Cards */
.dm-service-card {
  background: #124c7f;
  border-radius: 16px;
  padding: 26px 24px;
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dm-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
}

.dm-service-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.dm-service-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #e2e8f0;
}

/* Tag */
.dm-service-tag {
  display: inline-block;
  background: #facc15;
  color: #1e293b;
  font-size: 18px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 1024px) {
  .dm-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .dm-services {
    padding: 60px 16px;
  }

  .dm-services-grid {
    grid-template-columns: 1fr;
  }

  .dm-services-header h2 {
    font-size: 28px;
  }
}
/* ======================================
   Why Choose Performance Mktg Section
====================================== */

.ps-why-choose {
  padding: 80px 20px;
  background: #f8fafc;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.ps-why-choose-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.ps-why-choose-heading {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 50px;
}

/* Grid */
.ps-why-choose-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 70px;
}

/* Visual */
.ps-why-choose-visual {
  display: flex;
  justify-content: center;
}

.ps-visual-circle {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-visual-circle span {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

/* Content */
.ps-why-choose-content p {
  font-size: 18px;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 14px;
}

.ps-why-choose-content ul {
  padding-left: 22px;
  margin-bottom: 16px;
}

.ps-why-choose-content ul li {
  font-size: 18px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 8px;
}

/* Sub Section */
.ps-why-choose-sub {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 42px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.ps-why-choose-sub h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 14px;
}

.ps-why-choose-sub p {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 12px;
}

.ps-why-choose-sub ul {
  padding-left: 22px;
  margin-bottom: 16px;
}

.ps-why-choose-sub ul li {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 992px) {
  .ps-why-choose-grid {
    grid-template-columns: 1fr;
  }

  .ps-why-choose-heading {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .ps-why-choose {
    padding: 60px 18px;
  }

  .ps-visual-circle {
    width: 180px;
    height: 180px;
  }

  .ps-why-choose-sub {
    padding: 30px 24px;
  }
}
/* ================================
   City Presence Section (Reusable)
================================ */

.city-presence-section {
  padding: 50px 20px;
  background: #ffffff;
}

.city-presence-container {
  max-width: 1200px;
  margin: 0 auto;
}

.city-presence-title {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 24px;
  text-align: center;  /* Ensure the title is centered */
}

/* List Grid */
.city-presence-list {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  row-gap: 14px;
}

.city-presence-list li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}

/* Bullet Dot */
.city-presence-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
}

/* ================================
   Responsive
================================ */

/* Tablet */
@media (max-width: 991px) {
  .city-presence-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }

  .city-presence-title {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .city-presence-section {
    padding: 40px 16px;
  }

  .city-presence-list {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .city-presence-title {
    font-size: 22px;
  }

  .city-presence-list li {
    font-size: 18px;
  }
}
/* ================================
   [START] 22. CITY PRESENCE SECTION (Updated)
   Lists for Top Cities/Costs
   ----------------------------------------------------------------- */

/* Specific container for City Presence Section */
body .city-presence-section {
    padding: 60px 20px;
    background: var(--bg-white);
    border-top: 1px solid rgba(0,0,0,0.05); /* Subtle separator */
}

/* Container that holds all city groups */
body .city-presence-container {
    max-width: var(--container-width);
    margin: 0 auto;
}

/* Space between each group */
body .city-presence-group {
    margin-bottom: 40px; /* Space between the 3 groups */
}

/* Title styling for each category */
body .city-presence-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--brand-dark); /* Uses your Navy Blue variable */
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(0,0,0,0.05); /* Optional underline for style */
    padding-bottom: 10px;
    display: inline-block;
}

/* The Grid Layout for city lists */
body .city-presence-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Responsive grid */
    column-gap: 40px;
    row-gap: 12px;
}

/* Styling for individual list items */
body .city-presence-list li {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    color: var(--text-muted); /* Uses your Grey variable */
    line-height: 1.6;
    transition: color 0.2s;
}

/* Hover Effect for the city links (interactive feel) */
body .city-presence-list li:hover {
    color: var(--brand-primary);
    cursor: pointer;
}

/* Custom Bullet Point - optional if needed, otherwise use .city-link */
body .city-presence-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--brand-dark); /* Bullet color */
    font-size: 18px;
    line-height: 1.5;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    /* Stacks items in a single column on small screens */
    body .city-presence-list {
        grid-template-columns: 1fr; /* Stack vertically on mobile */
    }

    /* Adjust title size for mobile */
    body .city-presence-title {
        font-size: 18px;
        border-bottom: none;
    }
}

/* [END] City Presence Section */
/* Namespace: cpnx- (isolated + reusable) */
.cpnx{
  --cpnx-max: 1280px;
  --cpnx-gap: clamp(14px, 2vw, 18px);

  --cpnx-bg: #ffffff;
  --cpnx-ink: #0f172a;
  --cpnx-muted: rgba(15,23,42,.70);

  --cpnx-card: rgba(255,255,255,.86);
  --cpnx-stroke: rgba(15,23,42,.10);

  --cpnx-a: #2563eb;
  --cpnx-b: #f97316;

  --cpnx-radius: 20px;

  color: var(--cpnx-ink);
}

.cpnx__inner{
  max-width: var(--cpnx-max);
  margin: 0 auto;
  padding: clamp(18px, 2.6vw, 34px);
  border-radius: calc(var(--cpnx-radius) + 10px);
  background:
    radial-gradient(760px 380px at 10% 12%, rgba(37,99,235,.08), transparent 62%),
    radial-gradient(700px 360px at 92% 18%, rgba(249,115,22,.08), transparent 62%),
    linear-gradient(180deg, #ffffff, #fbfcff);
  border: 1px solid rgba(15,23,42,.06);
  overflow: hidden;
}

/* Header */
.cpnx__head{
  text-align: center;
  max-width: 860px;
  margin: 0 auto clamp(16px, 2.4vw, 26px);
}

.cpnx__title{
  margin: 0;
  font-size: clamp(22px, 3vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.cpnx__sub{
  margin: 12px auto 0;
  color: var(--cpnx-muted);
  font-size: clamp(18px, 1.4vw, 16px);
  line-height: 1.7;
}

/* Grid */
.cpnx__grid{
  display: grid;
  gap: var(--cpnx-gap);
  grid-template-columns: repeat(12, 1fr);
  align-items: stretch;
}

/* New style: “corner-fold” cards + left stripe */
.cpnx__card{
  grid-column: span 6;
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;

  padding: 18px 18px 18px 16px;
  border-radius: var(--cpnx-radius);
  background: var(--cpnx-card);
  border: 1px solid var(--cpnx-stroke);
  box-shadow: 0 18px 44px rgba(15,23,42,.06);
  overflow: hidden;
}

/* Accent stripe */
.cpnx__card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--cpnx-a), var(--cpnx-b));
}

/* Corner fold */
.cpnx__card::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  height: 78px;
  background:
    radial-gradient(circle at 30% 30%, rgba(37,99,235,.12), transparent 60%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: .9;
  pointer-events: none;
}

.cpnx__icon{
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(37,99,235,.14), rgba(249,115,22,.10));
  border: 1px solid rgba(15,23,42,.10);
  margin-left: 6px; /* visually clears the stripe */
}

.cpnx__svg{
  width: 24px;
  height: 24px;
  fill: rgba(15,23,42,.90);
}

.cpnx__name{
  margin: 2px 0 8px;
  font-size: 16px;
  line-height: 1.25;
}

.cpnx__text{
  margin: 0;
  color: rgba(15,23,42,.74);
  font-size: 18px;
  line-height: 1.65;
}

/* Hover (desktop only) */
@media (hover:hover){
  .cpnx__card{
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .cpnx__card:hover{
    transform: translateY(-3px);
    border-color: rgba(37,99,235,.20);
    box-shadow: 0 26px 60px rgba(15,23,42,.10);
  }
}

/* Responsive */
@media (max-width: 980px){
  .cpnx__card{ grid-column: span 12; }
}

@media (max-width: 560px){
  .cpnx__inner{ padding: 16px; border-radius: 18px; }
  .cpnx__card{
    grid-template-columns: 52px 1fr;
    padding: 16px 14px 14px 12px;
  }
  .cpnx__icon{ width: 44px; height: 44px; border-radius: 14px; }
}
/* ================================
   [START] 22. CITY PRESENCE SECTION (Updated)
   Lists for Top Cities/Costs
   ----------------------------------------------------------------- */

/* Base CSS Variables - Customizable */
:root {
  --cpnx-bg: #ffffff;
  --cpnx-ink: #0f172a;
  --cpnx-muted: rgba(15,23,42,.70);

  --cpnx-card: rgba(255,255,255,.86);
  --cpnx-stroke: rgba(15,23,42,.10);

  --cpnx-a: #2563eb;
  --cpnx-b: #f97316;

  --cpnx-radius: 20px;
  --cpnx-gap: clamp(14px, 2vw, 18px);
  --cpnx-max: 1280px;
}

/* General Section Style */
.cpnx {
  color: var(--cpnx-ink);
}

.cpnx__inner {
  max-width: var(--cpnx-max);
  margin: 0 auto;
  padding: clamp(18px, 2.6vw, 34px);
  border-radius: calc(var(--cpnx-radius) + 10px);
  background:
    radial-gradient(760px 380px at 10% 12%, rgba(37,99,235,.08), transparent 62%),
    radial-gradient(700px 360px at 92% 18%, rgba(249,115,22,.08), transparent 62%),
    linear-gradient(180deg, #ffffff, #fbfcff);
  border: 1px solid rgba(15,23,42,.06);
  overflow: hidden;
}

/* Header */
.cpnx__head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto clamp(16px, 2.4vw, 26px);
}

.cpnx__title {
  margin: 0;
  font-size: clamp(22px, 3vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.cpnx__sub {
  margin: 12px auto 0;
  color: var(--cpnx-muted);
  font-size: clamp(18px, 1.4vw, 16px);
  line-height: 1.7;
}

/* Grid */
.cpnx__grid {
  display: grid;
  gap: var(--cpnx-gap);
  grid-template-columns: repeat(12, 1fr);
  align-items: stretch;
}

/* New style: “corner-fold” cards + left stripe */
.cpnx__card {
  grid-column: span 6;
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;

  padding: 18px 18px 18px 16px;
  border-radius: var(--cpnx-radius);
  background: var(--cpnx-card);
  border: 1px solid var(--cpnx-stroke);
  box-shadow: 0 18px 44px rgba(15,23,42,.06);
  overflow: hidden;
}

/* Accent stripe */
.cpnx__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--cpnx-a), var(--cpnx-b));
}

/* Corner fold */
.cpnx__card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
  height: 78px;
  background:
    radial-gradient(circle at 30% 30%, rgba(37,99,235,.12), transparent 60%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: .9;
  pointer-events: none;
}

/* Icon styling */
.cpnx__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(37,99,235,.14), rgba(249,115,22,.10));
  border: 1px solid rgba(15,23,42,.10);
  margin-left: 6px; /* visually clears the stripe */
}

/* SVG Icon Size */
.cpnx__svg {
  width: 24px;
  height: 24px;
  fill: rgba(15,23,42,.90);
}

/* Card name (title) */
.cpnx__name {
  margin: 2px 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

/* Card text */
.cpnx__text {
  margin: 0;
  color: rgba(15,23,42,.74);
  font-size: 18px;
  line-height: 1.65;
}

/* Hover (desktop only) */
@media (hover:hover) {
  .cpnx__card {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .cpnx__card:hover {
    transform: translateY(-3px);
    border-color: rgba(37,99,235,.20);
    box-shadow: 0 26px 60px rgba(15,23,42,.10);
  }
}

/* Mobile Responsiveness */
@media (max-width: 980px) {
  .cpnx__card {
    grid-column: span 12;
  }
}

@media (max-width: 560px) {
  .cpnx__inner {
    padding: 16px;
    border-radius: 18px;
  }
  .cpnx__card {
    grid-template-columns: 52px 1fr;
    padding: 16px 14px 14px 12px;
  }
  .cpnx__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
}
/* ================================
   CPNX – Reusable Elementor Section
================================ */

.elementor .cpnx {
  color: var(--cpnx-ink);
}
         
/* Variables */
:root {
  --cpnx-bg: #ffffff;
  --cpnx-ink: #0f172a;
  --cpnx-muted: rgba(15,23,42,.70);
  --cpnx-card: rgba(255,255,255,.86);
  --cpnx-stroke: rgba(15,23,42,.10);
  --cpnx-a: #2563eb;
  --cpnx-b: #f97316;
  --cpnx-radius: 20px;
  --cpnx-gap: clamp(14px, 2vw, 18px);
  --cpnx-max: 1280px;
}

/* Wrapper */
.elementor .cpnx__inner {
  max-width: var(--cpnx-max);
  margin: 0 auto;
  padding: clamp(18px, 2.6vw, 34px);
  border-radius: calc(var(--cpnx-radius) + 10px);
  background:
    radial-gradient(760px 380px at 10% 12%, rgba(37,99,235,.08), transparent 62%),
    radial-gradient(700px 360px at 92% 18%, rgba(249,115,22,.08), transparent 62%),
    linear-gradient(180deg, #fff, #fbfcff);
  border: 1px solid rgba(15,23,42,.06);
  overflow: hidden;
}

/* Header */
.elementor .cpnx__head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto clamp(16px, 2.4vw, 26px);
}

.elementor .cpnx__title {
  margin: 0;
  font-size: clamp(22px, 3vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.elementor .cpnx__sub {
  margin-top: 12px;
  color: var(--cpnx-muted);
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.7;
}

/* Grid */
.elementor .cpnx__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--cpnx-gap);
}

/* Card */
.elementor .cpnx__card {
  grid-column: span 6;
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: var(--cpnx-radius);
  background: var(--cpnx-card);
  border: 1px solid var(--cpnx-stroke);
  box-shadow: 0 18px 44px rgba(15,23,42,.06);
  overflow: hidden;
}

/* Accent strip */
.elementor .cpnx__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--cpnx-a), var(--cpnx-b));
}

/* Icon */
.elementor .cpnx__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(37,99,235,.14), rgba(249,115,22,.10));
  border: 1px solid rgba(15,23,42,.10);
  margin-left: 6px;
}

.elementor .cpnx__svg {
  width: 24px;
  height: 24px;
  fill: rgba(15,23,42,.9);
}

/* Text */
.elementor .cpnx__name {
  margin: 0 0 8px;
  font-size: 18px;
}

.elementor .cpnx__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(15,23,42,.74);
}

/* Hover */
@media (hover:hover) {
  .elementor .cpnx__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 60px rgba(15,23,42,.1);
  }
}

/* Responsive */
@media (max-width: 980px) {
  .elementor .cpnx__card {
    grid-column: span 12;
  }
}
/* referenes  section css code    referenes  section css code     referenes  section css code     referenes  section css code     referenes  section css code   26 jan */
/* Container styling */
/* style.css */

/* Author Box Container */
.author-box {
    max-width: 100%;
    margin: 30px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.author-label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Flex Container for Image and Info */
.author-card {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}

/* Circular Image Styling */
.author-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #ff9999; /* Matches the pinkish background in screenshot */
}

/* Text Styling */
.author-name {
    color: #0084ad; /* Professional Blue/Teal */
    font-size: 18px;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.author-credentials {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #000;
}

.author-experience {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* Bio Section */
.author-bio {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.view-more {
    color: #0084ad;
    text-decoration: none;
    font-weight: 500;
}

.view-more:hover {
    text-decoration: underline;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    .author-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}

/* css for Author Box and other    /*css for Author Box and other */ 

/* Container Wrapper */
.pm-wrapper {
    max-width: 1000px;
    margin: 20px auto;
    font-family: 'Segoe UI', Roboto, sans-serif;
    padding: 0 15px;
}

/* 1. Rating Bar */
.pm-rating-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f7ff;
    border: 1px solid #dce4ff;
    border-radius: 50px;
    padding: 10px 25px;
    margin-bottom: 15px;
    font-size: 14px;
}

.pm-rating-center { font-weight: bold; color: #003366; font-size: 16px; }
.pm-stars { color: #ffcc00; font-size: 18px; }
.pm-score { font-weight: bold; margin-right: 5px; }

/* 2. Reviewer Bar */
.pm-reviewer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dce4ff;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.pm-rev-item { flex: 1; display: flex; align-items: center; gap: 10px; }
.pm-rev-img { width: 45px; height: 45px; border-radius: 8px; object-fit: cover; }
.pm-rev-info p { margin: 0; font-size: 12px; color: #666; }
.pm-rev-date { justify-content: flex-end; font-size: 13px; color: #666; }
.pm-verified-icon { background: #28a745; color: white; border-radius: 50%; padding: 2px 6px; font-size: 10px; }

/* 3. Author Box */
.pm-section-label { font-size: 18px; font-weight: bold; margin-bottom: 15px; }
.pm-author-card { display: flex; gap: 20px; align-items: center; margin-bottom: 15px; }
.pm-author-img-wrap img { width: 90px; height: 90px; border-radius: 50%; background: #ff9a9e; }
.pm-author-name { color: #0084ad; margin: 0; font-size: 18px; }
.pm-author-creds { font-weight: 600; font-size: 14px; margin: 5px 0; }
.pm-author-exp { font-size: 13px; color: #666; margin: 0; }
.pm-author-bio { line-height: 1.6; font-size: 14px; color: #333; }
.pm-view-more { color: #0084ad; text-decoration: none; font-weight: bold; }

/* 4. References */
.pm-ref-container { border: 2px solid #0056b3; border-radius: 5px; overflow: hidden; }
.pm-ref-header { padding: 12px 20px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; background: #fff; }
.pm-ref-title { color: #d93025; font-weight: 500; }
.pm-ref-icon-plus { position: relative; width: 20px; height: 20px; border: 2px solid #d93025; border-radius: 50%; }
.pm-ref-icon-plus::after, .pm-ref-icon-plus::before { content: ''; position: absolute; background: #d93025; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.pm-ref-icon-plus::before { width: 10px; height: 2px; }
.pm-ref-icon-plus::after { width: 2px; height: 10px; transition: 0.3s; }
[aria-expanded="true"] .pm-ref-icon-plus::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.pm-ref-content { display: none; padding: 20px; border-top: 1px solid #eee; }
.pm-ref-list { padding-left: 20px; font-size: 13px; color: #0056b3; }

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
    .pm-rating-bar, .pm-reviewer-bar, .pm-author-card {
        flex-direction: column;
        text-align: center;
        border-radius: 15px;
        gap: 15px;
        padding: 20px;
    }
    .pm-rev-item { justify-content: center; width: 100%; border-bottom: 1px solid #eee; padding-bottom: 10px; }
    .pm-rev-date { border: none; }
    .pm-rating-center { font-size: 20px; }
}

/*blog section code .....................................................................................*/
/* Basic Styling */
/* Basic Styling */
/* Container & Section Heading */
.related-blog-section {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.related-blog-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-heading {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
    text-align: left;
}

/* Grid Layout */
.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
    gap: 25px;
}

/* Individual Card Styling */
.blog-post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.post-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover; /* Ensures image fits without stretching */
    display: block;
}

.post-details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-title {
    font-size: 17px;
    font-weight: 600;
    color: #003b4a; /* Dark blue to match your theme */
    line-height: 1.4;
    margin: 0 0 10px 0;
    min-height: 48px; /* Keeps titles aligned */
}

.post-date {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.read-more {
    font-size: 14px;
    font-weight: 700;
    color: #00c1cf; /* Teal accent */
    text-decoration: none;
    text-transform: uppercase;
    margin-top: auto;
}

.read-more:hover {
    text-decoration: underline;
}

/* View All Button */
.view-all-wrapper {
    margin-top: 40px;
    text-align: center;
}

.view-all-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #003b4a;
    color: #fff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.view-all-btn:hover {
    background-color: #00c1cf;
}

/* --- Responsive Adjustments --- */

@media (max-width: 1024px) {
    .blog-posts-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .blog-posts-grid {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
    
    .section-heading {
        font-size: 22px;
        text-align: center;
    }
}

/*award section..................................................................................................................... */

/* Section Wrapper */
.awards-section {
    padding: 60px 20px;
    background-color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.awards-container {
    max-width: 1200px;
    margin: 0 auto;
}

.awards-heading {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

/* Awards Layout */
.awards-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto; /* For mobile swiping */
    padding-bottom: 20px;
}

.award-card {
    flex: 1;
    min-width: 450px;
    display: flex;
    align-items: center;
    padding: 30px;
    background: #fff;
    border: 1px solid #e1f0ff; /* Light blue border from image */
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(225, 240, 255, 0.5);
    transition: transform 0.3s ease;
}

.award-card:hover {
    transform: translateY(-5px);
}

.award-icon {
    flex: 0 0 120px;
    margin-right: 25px;
}

.award-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.award-info h4 {
    font-size: 20px;
    color: #003b4a;
    margin: 0 0 10px 0;
}

.award-info p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

/* Pagination Dots */
.awards-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 30px 0;
}

.dot {
    width: 25px;
    height: 6px;
    background: #e1f0ff;
    border-radius: 10px;
    border: 1px solid #00c1cf;
    cursor: pointer;
}

.dot.active {
    background: #78be20; /* Green active dot from image */
    border: none;
}

/* Orange Button */
.awards-action {
    display: flex;
    justify-content: center;
}

.view-all-orange {
    background-color: #ff6a00; /* Vibrant orange */
    color: #fff !important;
    padding: 14px 40px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(255, 106, 0, 0.3);
    transition: background 0.3s ease;
}

.view-all-orange:hover {
    background-color: #e65f00;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .award-card {
        min-width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .award-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}