 :root{
    --navy:#0a1f5c;
    --blue:#1a3fd6;
    --blue-dark:#0f2aa8;
    --ink:#0f1b3d;
    --text:#3a4358;
    --muted:#6b7280;
    --bg-soft:#f5f6f8;
    --line:#e7e9ee;
    --gold:#f5b400;
    --radius:14px;
    --red: #C2392A;
    --blue-light: #EEF2FF;
    --navy: #14243f;
    --navy-2: #1c3050;
    --blue-label: #2f5fd6;
    --ink: #16253f;
    --muted: #6b7686;
    --bg: #f4f6f9;
    --card-bg: #ffffff;
    --card-border: #e4e8ee;
    --tile-navy: #16233c;
    --tile-red: #7d2020;
    --radius: 14px;
  }
  *{box-sizing:border-box;margin:0;padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
    color:var(--text);
    background:#fff;
    line-height:1.5;
  }
  img{max-width:100%;display:block;}
  a{color:inherit;text-decoration:none;}
  .container{max-width:1280px;margin:0 auto;padding:0 24px;}
  h1,h2,h3{color:var(--ink);font-weight:700;letter-spacing:-0.02em;}
  ul{list-style:none;}

  /* Buttons */
  .btn{
    display:inline-flex;align-items:center;justify-content:center;
    padding:13px 26px;border-radius:9px;font-weight:600;font-size:15px;
    cursor:pointer;border:2px solid transparent;transition:all .18s ease;
    white-space:nowrap;
  }
  .btn-primary{background:var(--blue);color:#fff;}
  .btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px);}
  .btn-outline{background:#fff;color:var(--ink);border-color:var(--ink);}
  .btn-outline:hover{background:var(--ink);color:#fff;}
  .btn-outline-white{background:transparent;color:#fff;border-color:#fff;}
  .btn-outline-white:hover{background:#fff;color:var(--navy);}
  .btn-primary-light{background:#fff;color:var(--blue);}
  .btn-primary-light:hover{background:#eef1ff;}

  /* Announcement bar */
  .announce{
    background:var(--blue);color:#fff;text-align:center;
    font-size:14px;padding:10px 40px;position:relative;
  }
  .announce .no-close{
    position:absolute;right:16px;top:50%;transform:translateY(-50%);
    cursor:pointer;opacity:.85;font-size:16px;background:none;border:none;color:#fff;
  }

  /* Nav */
  header.nav{
    display:flex;align-items:center;justify-content:space-between;
    padding:20px 0px 20px 0px;max-width:1280px;margin:0 auto;
  }
  .logo{
    display:flex;align-items:center;gap:8px;font-size:24px;font-weight:700;
    color:var(--ink);
  }
  .logo .dot{
    width:20px;height:20px;border-radius:50%;
    background:radial-gradient(circle at 35% 30%, #3a6dd8, var(--navy) 70%);
    display:inline-block;position:relative;top:1px;
  }
  .logo sup{font-size:11px;top:-14px;position:relative;}
  nav.links{display:flex;gap:36px;font-size:15px;font-weight:500;color:var(--ink);}
  nav.links a:hover{color:var(--blue);}

  /* global */

  .container{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  /* Hero */
  .left_text_right_image {
      position: relative;
    }
  .bg-fav{
    background-image: url('https://creatotech.com/wp-content/uploads/2026/07/creato_fav.png');
  }
  .ai-adaptive-bg{
    background-image: url('https://creatotech.com/wp-content/uploads/2026/07/Image-16.png');
  }
  .geo-seo-bg{
    background-image: url('https://creatotech.com/wp-content/uploads/2026/07/geo_seo_bg.png');
  }
  .left_text_right_image {
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 45%;
  }
  .mainten_sec {
      background-image: url('https://creatotech.com/wp-content/uploads/2026/07/creato_maintence_logo.png');
  }

  .left_text_right_image{
      background-color:var(--bg-color, #123667);
      position:relative;
      overflow:hidden;
  }

  .left_text_right_image.mainten_sec::after{
      content:'';
      position:absolute;
      top:0;
      right:0;
      width:50%;
      height:100%;
      background-image:var(--bg-image);
      background-repeat:no-repeat;
      background-position:right center;
      background-size:contain;
      opacity:.15;
  }
  .news_sec_scrap .d_n_content {
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 8px -2px hsla(0,0%,9%,.08),0 8px 12px -2px hsla(0,0%,9%,.16);
}

.search_form_dynamic_post {
    margin: 20px 0;
}

.search_form_dynamic_post {
    text-align: right;
    padding-right: 27px;
}

.news_sec_scrap .news_d_c {
    padding: 15px;
}


.news_d_c {
    transition: 0.5s ease-in-out;
    padding: 15px;
}

.d_n_content {
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0 8px 12px -2px hsla(0, 0%, 9%, .16);
}
  .height-col{
    height: 500px;
  }
  .hero{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
  }
  .mobile_m_s a {
      padding: 10px;
      background: red;
      color: #fff;
      border-radius: 5px;
  }

  .text-white h1, .text-white p {
    color: #fff;
  }
  .menu_links .mobile_m_s a{
    color: #fff;
  }
  .menu_links .mobile_m_s a:hover {
    background: #eaf5fe;
    color: #000;
  }
  .hero-visual{
    position:relative;
    min-width:0;      /* ← the actual fix: stops the track from expanding to fit the image */
    overflow:visible;
  }
  .hero-visual img{
    display:block;
    width:115%;        /* pull this back from 130% — tune to taste */
    max-width:none;
    margin-left:auto;  /* anchors it to the right edge instead of growing both ways */
  }
  .hero h1{font-size:48px;line-height:1.12;margin-bottom:22px;}
  .hero p{font-size:17px;color:var(--muted);max-width:480px;margin-bottom:32px;}
  .hero-ctas{display:flex;gap:14px;}

  /* Section generic */
  section{
    padding:90px 0;
    position: relative;
  }
  .section-head{text-align:center;margin:0 auto 56px;}
  .section-head h2{font-size:38px;margin-bottom:12px;}
  .section-head p{color:var(--muted);font-size:16px;}
  .soft{background:var(--bg-soft);}

  /* AI adaptive explainer */
  .explain{
    display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;
  }
  .explain .badge{
    width:34px;height:34px;border-radius:50%;
    background:radial-gradient(circle at 35% 30%, #6fa8ff, var(--navy) 75%);
    margin-bottom:22px;
  }
  .explain h2{font-size:32px;margin-bottom:18px;}
  .explain p{margin-bottom:16px;color:var(--text);font-size:15.5px;}
  .check-list{margin-top:24px;display:flex;flex-direction:column;gap:12px;}
  .check-list li{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--ink);font-weight:500;}
  .check-icon{
    width:20px;height:20px;border-radius:50%;background:var(--blue);
    color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;
  }
  .browser-mock{
    border-radius:12px;overflow:hidden;box-shadow:0 20px 50px rgba(10,20,60,.18);
    border:1px solid var(--line);
  }
  .browser-mock .bar{
    background:#1c2333;padding:8px 12px;display:flex;gap:6px;align-items:center;
  }
  .browser-mock .bar span{width:9px;height:9px;border-radius:50%;background:#4a5266;}
  .browser-mock .screen{
    background:linear-gradient(135deg,#0e1420,#1a2438 60%, #24160f);
    padding:36px 28px;color:#fff;min-height:220px;position:relative;
  }
  .browser-mock .screen h4{font-size:22px;line-height:1.25;max-width:260px;margin-bottom:16px;font-weight:700;}
  .browser-mock .pill{
    display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);
    padding:6px 12px;border-radius:6px;font-size:11px;margin-top:8px;
  }
  .text-white .hero p {
      color: #fff;
  }
  /* Services */
  .service-hero{
    background:linear-gradient(120deg,var(--navy), var(--blue) 120%);
    border-radius:var(--radius);color:#fff;padding:42px 44px;margin-bottom:24px;
    display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap;
    box-shadow:0 20px 40px rgba(15,30,90,.18);
  }
  .service-hero .left{flex:1;min-width:280px;}
  .service-hero h3{color:#fff;font-size:24px;margin-bottom:10px;}
  .service-hero p{color:rgba(255,255,255,.85);font-size:15px;max-width:520px;margin-bottom:22px;}
  .service-hero .price{font-size:18px;font-weight:600;color:#fff;text-align:right;white-space:nowrap;padding-top:4px;}
  .service-grid{
    display:grid;grid-template-columns:1fr 1fr;gap:20px;
  }
  .service-card{
    border:1px solid var(--line);border-radius:var(--radius);padding:26px 28px;background:#fff;
    transition:box-shadow .2s ease, transform .2s ease;
  }
  .service-card:hover{box-shadow:0 10px 30px rgba(15,30,90,.08);transform:translateY(-2px);}
  .service-card h4{font-size:19px;margin-bottom:4px;}
  .service-card .price{color:var(--blue);font-weight:600;font-size:15px;margin-bottom:10px;}
  .service-card p{color:var(--muted);font-size:14.5px;}

  /* Portfolio */
  .portfolio-grid{
    display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:44px;
  }
  .portfolio-card{
    border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);
    background:#fff;
  }
  .portfolio-card .thumb{
    height:210px;background-size:cover;background-position:center;
  }
  .portfolio-card .body{padding:18px 20px;}
  .portfolio-card .tag{color:var(--blue);font-size:13px;font-weight:600;margin-bottom:4px;display:block;}
  .portfolio-card h4{font-size:17px;}
  .center{text-align:center;}

  /* Testimonials */
  .stars{color:var(--gold);font-size:15px;letter-spacing:2px;margin-bottom:6px;}
  .rating-row{display:flex;justify-content:center;align-items:center;gap:10px;color:var(--muted);font-size:14px;margin-top:4px;}
  .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px;}
  .testi-card{
    background:var(--bg-soft);border-radius:var(--radius);padding:28px 26px;
  }
  .testi-card p{font-style:italic;color:var(--text);font-size:14.5px;margin:14px 0 18px;}
  .testi-card .who{border-top:1px solid var(--line);padding-top:14px;}
  .testi-card .name{font-weight:600;color:var(--ink);font-size:14.5px;}
  .testi-card .role{color:var(--muted);font-size:13px;}
  .testi-card .company{color:var(--blue);font-size:13px;font-weight:500;}

  /* Founder */
  .founder{
    display:grid;grid-template-columns:0.8fr 1.2fr;gap:60px;align-items:center;
  }
  .founder .portrait{
    width:100%;aspect-ratio:1/1;border-radius:50%;
    background:radial-gradient(circle at 35% 30%, #dfe4ee, #c3cadb 75%);
    border:6px solid #fff;box-shadow:0 15px 40px rgba(15,30,90,.12);
    max-width:320px;
  }
  .founder h2{font-size:32px;margin-bottom:18px;}
  .founder p{margin-bottom:14px;font-size:15.5px;}
  .founder .quote{font-style:italic;color:var(--ink);font-weight:500;}

  /* CTA */
  .cta{
    background:linear-gradient(135deg,var(--navy) 0%, var(--blue) 100%);
    color:#fff;text-align:center;padding:90px 24px;position:relative;overflow:hidden;
  }
  .cta::before{
    content:"";position:absolute;inset:0;opacity:.18;
    background:
      linear-gradient(60deg, transparent 48%, rgba(255,255,255,.5) 49%, transparent 51%),
      linear-gradient(-60deg, transparent 48%, rgba(255,255,255,.3) 49%, transparent 51%);
    background-size:120px 120px;
  }
  .cta > *{position:relative;z-index:1;}
  .cta h2{color:#fff;font-size:36px;max-width:700px;margin:0 auto 18px;}
  .cta p{color:rgba(255,255,255,.85);max-width:560px;margin:0 auto 32px;font-size:16px;}
  .cta .ctas{display:flex;gap:14px;justify-content:center;margin-bottom:26px;}
  .cta .phone{color:rgba(255,255,255,.85);font-size:14.5px;}

  .refer-bar{
    background:var(--blue);color:#fff;text-align:center;font-size:14px;padding:12px 24px;
  }

  .pricing-preview .price-row{
      display:flex;
      align-items:flex-end;
      gap:10px;
      line-height:1;
  }

  .pricing-preview .amount{
      font-size:72px;
      font-weight:500;
      color:#fff;
  }

  .color-white *, .color-white p {
    color: #fff;
  }

  .left_text_right_image.color-white {
    background-image: none;
    }

  .pricing-preview .period{
      font-size:28px;
      color:#fff;
      margin-bottom:10px;
  }

  .pricing-preview .billing{
      margin-top:20px;
      color:rgba(255,255,255,.8);
      font-size:18px;
  }

  .compare-table tr:hover, .hosting-feature-card:hover {
      box-shadow: 0 8px 22px rgba(15, 30, 90, .08);
      transform: translateY(-2px);
  }

  .compare-table tr, .hosting-feature-card {
      transition: box-shadow .18s ease, transform .18s ease;
  }

   /* Pricing section */
   .pricing-sec{
      background: #F5F6F8;
   }
  /*.pricing{ padding:90px 0; }*/
  .section-head{ text-align:center; margin-bottom:44px; }
  .section-head h2{
    font-size:48px;
    color:#112E51;
    font-weight:500;
    letter-spacing:0.35px;
    margin-bottom:10px;
  }
  .pricing-sub-line{
    font-size:17px;
    color:var(--muted);
    margin:0;
  }
  .section-head .pricing-sub-strong {
      color: var(--blue);
      font-weight: 700;
      margin-top: 2px;
  }
 
  .pricing-cards{
    margin-bottom:40px;
  }
 
  .pricing-card{
    border-radius:16px;
    padding:28px 32px;
    min-width:220px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .pricing-card.is-active{
      background: linear-gradient(135deg, var(--navy), var(--blue-dark));
      border-color: transparent;
      box-shadow: 0 15px 35px rgba(15,30,90,.35);
  }

  .pricing-card.is-active .pricing-card-price,
  .pricing-card.is-active .pricing-card-desc{
      color:#fff;
  }

  .pricing-cards{
      display:flex;
      justify-content:center;
      align-items:stretch;
      gap:20px;
      flex-wrap:wrap;
  }

  .pricing-card{
      flex:0 0 auto;      /* Don't stretch */
      min-width:260px;    /* Optional */
      padding:28px 32px;
  }
 
  /* Wide filled navy card */
  .pricing-card--filled .pricing-card-price{
    font-size:26px;
    font-weight:700;
    color:#fff;
    margin-bottom:6px;
    text-align:center;
  }
  .pricing-card--filled .pricing-card-desc{
    color:rgba(255,255,255,.85);
    font-size:15px;
    text-align:center;
  }
 
  /* Narrower outline/white cards */
  .pricing-card--outline{
    flex:1 1 200px;
    background:#fff;
    border:1px solid var(--line);
  }
  .pricing-card--outline .pricing-card-price{
    font-size:22px;
    font-weight:700;
    color:var(--ink);
    margin-bottom:6px;
    text-align:center;
  }
  .pricing-card--outline .pricing-card-desc{
    color:var(--blue);
    font-size:14.5px;
    text-align:center;
  }
 
  .center{ text-align:center; }

  /* Video section */
  .demo-video iframe{
      width:100%;
      height:100%;
      border:0;
      border-radius:18px;
  }

  :root{
    --navy:#102c69;
    --blue:#1d4ed8;
    --text:#5b6475;
    --light:#eef1f5;
  }

  .demo-section{
      padding:90px 20px;
      background:#fff;
  }

  .demo-section .container{
      max-width:1200px;
      margin:auto;
  }

  .section-head h4 {
      color: var(--blue);
      font-size: 24px;
      font-weight: 700;
  }

  .section-head p {
      color: #4A5565;
      font-size: 24px;
      font-weight: 400;
      line-height: 28px;
  }

  .demo-video{
      width:100%;
      max-width:760px;
      aspect-ratio:16/9;
      margin:auto;

      background:#edf0f4;
      border-radius:18px;

      display:flex;
      justify-content:center;
      align-items:center;

      box-shadow:0 8px 22px rgba(0,0,0,.15);
  }

  .play-btn{
      width:110px;
      height:110px;

      border:7px solid var(--blue);
      border-radius:50%;

      display:flex;
      justify-content:center;
      align-items:center;

      font-size:48px;
      color:var(--blue);

      text-decoration:none;
      transition:.3s;
  }

  .play-btn:hover{
      transform:scale(1.08);
      background:var(--blue);
      color:#fff;
  }

  .features{ padding:90px 0; }
  .section-head{ text-align:center; max-width:640px; margin:0 auto 48px; }
  .eyebrow{
    display:block;
    font-size:13px;
    font-weight:700;
    letter-spacing:.08em;
    color:var(--blue);
    text-transform:uppercase;
    margin-bottom:14px;
  }
  .section-head h2{
    font-size:36px;
    color:var(--ink);
    font-weight:700;
    letter-spacing:-0.02em;
  }
 
  .features-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:18px;
    margin-bottom:36px;
  }
  .feature-card{
    display:flex;
    align-items:flex-start;
    gap:12px;
    border:1px solid var(--line);
    border-radius:12px;
    padding:22px 20px;
    background:#fff;
    transition:box-shadow .18s ease, transform .18s ease;
  }
  .feature-card:hover{
    box-shadow:0 8px 22px rgba(15,30,90,.08);
    transform:translateY(-2px);
  }
  .feature-check{
    width:20px;
    height:20px;
    border-radius:50%;
    background:rgba(26,63,214,.1);
    color:var(--blue);
    font-size:11px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    margin-top:2px;
  }
  .feature-card span.label{
    font-size:15px;
    color:var(--ink);
    font-weight:500;
    line-height:1.4;
  }
 
  .features-note{
    text-align:center;
    font-style:italic;
    color:var(--muted);
    font-size:14.5px;
  }

  .mainten_sec .hero * {
    color: #fff;
  }

  .mainten_sec .hero * .btn-outline {
      color: var(--ink);
  }

  .nav{
        display:flex;
        justify-content:space-between;
        align-items:center;
        position:relative;
    }

    .menu-toggle{
        display:none;
        width:45px;
        height:45px;
        background:none;
        border:none;
        cursor:pointer;
        z-index:1001;
    }

    .menu-toggle span{
        display:block;
        width:28px;
        height:3px;
        background:#000;
        margin:6px auto;
        transition:.3s;
    }

    .menu-toggle.active span:nth-child(1){
        transform:rotate(45deg) translate(6px,6px);
    }

    .menu-toggle.active span:nth-child(2){
        opacity:0;
    }

    .menu-toggle.active span:nth-child(3){
        transform:rotate(-45deg) translate(7px,-7px);
    }

    .announce{
        position:relative;
        padding:12px 50px 12px 20px;
        background:#0b3d91;
        color:#fff;
        text-align:center;
    }

    .announce-close{
        position:absolute;
        right:15px;
        top:50%;
        transform:translateY(-50%);
        border:0;
        background:none;
        color:#fff;
        font-size:20px;
        cursor:pointer;
    }

    @media(max-width:991px){

    .menu-toggle{
        display:block;
    }

    .menu_links{
        position:fixed;
        top:0;
        right:-100%;
        width:300px;
        height:100vh;
        background:#fff;
        transition:.35s ease;
        z-index:1000;
        padding:100px 30px;
        box-shadow:-5px 0 15px rgba(0,0,0,.1);
    }

    .menu_links.active{
        right:0;
    }

    .menu_links ul{
        display:flex;
        flex-direction:column;
        gap:25px;
        margin:0;
        padding:0;
        list-style:none;
    }

    .menu_links a{
        display:block;
        font-size:20px;
        text-decoration:none;
        color:#000;
    }

    }

  .hosting{ padding:80px 0; }
 
  .hosting-heading h2{
    font-size:32px;
    color:var(--ink);
    font-weight:700;
    letter-spacing:-0.01em;
    margin-bottom:10px;
  }
  .hosting-price{
    font-size:34px;
    font-weight:700;
    color:var(--blue);
    margin-bottom:6px;
  }
  .hosting-price-note{
    font-size:12.5px;
    color:var(--muted);
    margin-bottom:18px;
  }
  .hosting-desc{
    color:var(--text, #3a4358);
    font-size:15px;
    line-height:1.6;
    max-width:680px;
    margin-bottom:36px;
  }
 
  /* Feature cards 2x2 */
  .hosting-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    margin-bottom:48px;
  }
  .hosting-feature-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:10px;
    padding:20px 22px;
  }
  .hosting-feature-card .label{
    display:block;
    font-size:11.5px;
    font-weight:700;
    letter-spacing:.06em;
    color:var(--blue);
    text-transform:uppercase;
    margin-bottom:6px;
  }
  .hosting-feature-card .desc{
    font-size:14.5px;
    color:var(--ink);
  }
 
  /* Comparison table */
  .compare-table{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(15,30,90,.06);
  }
  table{
    width:100%;
    border-collapse:collapse;
  }
  thead th{
    background:var(--navy);
    color:#fff;
    font-size:13px;
    font-weight:600;
    text-align:center;
    padding:16px 12px;
  }
  thead th:first-child{
    text-align:left;
    padding-left:22px;
  }
  thead th.highlight{
    background:var(--blue);
  }
  tbody td{
    text-align:center;
    padding:14px 12px;
    font-size:13.5px;
    border-bottom:1px solid var(--line);
  }
  tbody td:first-child{
    text-align:left;
    padding-left:22px;
    color:var(--ink);
  }
  tbody tr:nth-child(even){
    background:#fafbfc;
  }
  tbody td.highlight{
    background:var(--blue-light);
  }
  tbody tr:last-child td{
    border-bottom:none;
  }
  .icon-yes{
    color:var(--green);
    font-weight:700;
  }
  .icon-no{
    color:var(--red);
    font-weight:700;
  }
 
  @media (max-width:800px){
    .hosting-features{ grid-template-columns:1fr; }
    .compare-table{ overflow-x:auto; }
    table{ min-width:640px; }
  }

  /* FAQ */
  .faq{ padding:90px 0; }
  .faq h2{
    text-align:center;
    font-size:36px;
    font-weight:700;
    color:var(--navy);
    letter-spacing:-0.01em;
    margin-bottom:56px;
    font-family: Georgia, 'Times New Roman', serif;
  }
 
  .faq-list{
    max-width:730px;
    margin:0 auto;
  }
  .faq-item{
    border-bottom:1px solid var(--line);
  }
  .faq-question{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    background:none;
    border:none;
    text-align:left;
    padding:22px 0;
    cursor:pointer;
    font-size:15.5px;
    font-weight:500;
    color:var(--ink);
    font-family:inherit;
  }
  .faq-icon{
    flex-shrink:0;
    width:22px;
    height:22px;
    position:relative;
  }
  .faq-icon::before,
  .faq-icon::after{
    content:"";
    position:absolute;
    background:var(--navy);
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transition:transform .25s ease, opacity .25s ease;
  }
  .faq-icon::before{ width:14px; height:2px; }
  .faq-icon::after{ width:2px; height:14px; }
 
  .faq-item.is-open .faq-icon::after{
    transform:translate(-50%,-50%) rotate(90deg);
    opacity:0;
  }
 
  .faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease, padding .3s ease;
  }
  .faq-answer p{
    padding-bottom:22px;
    color:var(--muted);
    font-size:14.5px;
    line-height:1.6;
    max-width:640px;
  }
  .faq-item.is-open .faq-answer{
    max-height:300px;
  }
 
  @media (max-width:600px){
    .faq h2{ font-size:28px; }
    .faq-question{ font-size:14.5px; }
  }
 
  @media (max-width:900px){
    .features-grid{ grid-template-columns:repeat(2, 1fr); }
  }
  @media (max-width:560px){
    .features-grid{ grid-template-columns:1fr; }
    .section-head h2{ font-size:28px; }
  }
  @media(max-width:768px){

      .section-head h2{
          font-size:38px;
      }

      .section-head h4{
          font-size:24px;
      }

      .section-head p{
          font-size:18px;
      }

      .play-btn{
          width:80px;
          height:80px;
          font-size:34px;
      }

  }

  @media (max-width:700px){
    .pricing-cards{ flex-direction:column; align-items:center; }
    .pricing-card{ width:100%; max-width:360px; }
  }

  .process-head{ max-width:640px; margin-bottom:48px; }
  .eyebrow{
    display:block;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:.06em;
    color:var(--blue);
    text-transform:uppercase;
    margin-bottom:10px;
  }
  .process-head h2{
    font-size:36px;
    color:var(--ink);
    font-weight:700;
    letter-spacing:-0.01em;
    margin-bottom:14px;
  }
  .process-head p{
    color:var(--muted);
    font-size:15px;
    line-height:1.6;
  }
 
  .steps-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .step-card{
    border:1px solid var(--line);
    border-radius:12px;
    padding:28px 30px;
    background:#fff;
    transition:box-shadow .18s ease, transform .18s ease;
  }
  .step-card:hover{
    box-shadow:0 10px 26px rgba(15,30,90,.06);
    transform:translateY(-2px);
  }
  .step-card.full{
    grid-column:1 / -1;
  }
  .step-label{
    display:block;
    font-size:12px;
    font-weight:700;
    letter-spacing:.06em;
    color:var(--blue);
    text-transform:uppercase;
    margin-bottom:10px;
  }
  .step-card h3{
    font-size:19px;
    color:var(--ink);
    font-weight:700;
    margin-bottom:10px;
  }
  .step-card p{
    font-size:14px;
    color:var(--text);
    line-height:1.6;
    max-width:520px;
  }

  .heading-center .process-head {
      text-align: center;
      max-width: 100%;
  }

  .process-bottom-text {
      text-align: center;
      position: relative;
      padding: 10px 0px;
      margin-top: 50px;
  }

  .process-bottom-text::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);

      width: 80px;
      height: 2px;
      background: #0033CC;
  }

  .pricing-plan{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:24px;
  }

  /* ---------- Hero ---------- */
  .seo-head h2{
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0 0 16px;
    color: var(--navy);
    text-align: center;
  }
  .seo-head p{
    font-size: 16px;
    line-height: 1.55;
    color: var(--muted);
    max-width: 620px;
    margin: 0 auto;
  }

  /* ---------- Toggle ---------- */
  .toggle-row{ display:flex; justify-content:center; margin: 32px 0 36px; }
  .toggle{
    display:inline-flex;
    background:#fff;
    border:1px solid var(--card-border);
    border-radius: 10px;
    padding: 4px;
    box-shadow: 0 1px 2px rgba(20,36,63,0.04);
  }
  .toggle button{
    border:none;
    background:transparent;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    cursor:pointer;
    color: var(--navy);
    transition: background .18s ease, color .18s ease;
  }
  .toggle button.active{
    background: var(--navy);
    color:#fff;
  }

  /* ---------- Pricing grid ---------- */
  .grid{
/*      display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;*/
    margin-bottom: 20px;
  }
  .card{
    background: var(--card-bg);
    border:1px solid var(--card-border);
    border-radius: var(--radius);
    padding: 26px 24px 24px;
  }
  .card .kw{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--blue-label);
    margin-bottom: 10px;
  }
  .card .price{
    font-size: 30px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px;
  }
  .card .price span{
    font-size: 15px;
    font-weight: 500;
    color: var(--muted);
  }
  .card .desc{
    font-size: 13px;
    color: var(--muted);
  }

  /* ---------- CTA bar ---------- */
  .cta-bar{
    background: var(--card-bg);
    border:1px solid var(--card-border);
    border-radius: var(--radius);
    padding: 20px 26px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    transition: box-shadow .18s ease, transform .18s ease;
  }
  .cta-bar:hover{ box-shadow: 0 4px 14px rgba(20,36,63,0.08); transform: translateY(-1px); }
  .cta-bar .cta-title{ font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
  .cta-bar .cta-sub{ font-size: 13px; color: var(--muted); }
  .cta-bar .chev{
    font-size: 18px;
    color: var(--muted);
    transition: transform .25s ease;
  }
  .cta-bar.open .chev{ transform: rotate(272deg); }

  /* ---------- Periodic table panel ---------- */

  .popup-overlay{
      display:none;
      position:fixed;
      inset:0;
      background:rgba(0,0,0,.6);
      z-index:9999;
  }
  .seo_panel{
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
  }
  .seo_panel.open{ max-height: 2500px; }
  .panel-inner{
      margin-top:20px;
      border:1px solid #dfe5ef;
      border-radius:18px;
      padding:20px;
      background: #F0F2F5;
  }
  .collapse-link{
    display:flex;
    align-items:center;
    gap:6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    cursor:pointer;
    white-space: nowrap;
    margin-top: 4px;
  }
  .collapse-link .arrow{ font-size: 12px; }

  .periodic-grid{
      display:grid;
      grid-template-columns:repeat(7,1fr);
      gap:20px;
      align-items:start;
   }

  .category{
      display:flex;
      flex-direction:column;
  }

  .periodic{
    display:grid;
    grid-template-columns:repeat(7,minmax(0,1fr));
    gap: 0px;
    align-items:start;
  }
  .category h3{
    text-align:center;
    margin:0 0 18px;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    color:#24364d;
    text-align: left;
  }
  .tiles{
    display:flex;
    /*flex-direction:column;*/
    gap: 10px;
    flex-wrap: wrap;
  }
  .tile {
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      background: #17345E;
      color: #fff;
      transition: .25s;
      max-width: 45%;
      width: 100%;
      flex: 0 0 45%;
  }
  .tile:hover{
    transform:translateY(-3px);
    box-shadow: 0 8px 18px rgba(10,20,18,0.25);
  }

  .tile.penalty{
      background:#972222;
  }
  .tile:focus-visible{
    outline: 2px solid #9fd1c0;
    outline-offset: 2px;
  }
  .tile.red{ background: linear-gradient(165deg, #5a2323, #2b0f0f); }
  .tile .tile-top {
      min-height: 59px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 3px;
  }
  .tile.red .tile-top{ border-bottom-color: rgba(255,150,140,0.35); }
  .tile .val{
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.45);
    text-align:right;
    margin-bottom: 2px;
  }
  .tile .sym{
    font-size: 30px;
    font-weight: 700;
    line-height:1.1;
  }
  .tile-top .code {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  .tile .tile-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px;
      border-top: 1px solid rgba(255,255,255,.15);
  }
  .tile .name{
    font-size: 12px;
    color: #c7d1e0;
  }

  .legend{
    display:flex;
    gap: 26px;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid var(--card-border);
    font-size: 13px;
    color: var(--ink);
  }
  .label{
      font-size:12px;
  }
  .alphabet{
      font-size:12px;
  }

  .legend{
      display:flex;
      gap:30px;
      margin-top:30px;
      padding-top:20px;
      border-top:1px solid #e3e6ec;
  }
  .dot{
      width:14px;
      height:14px;
      border-radius:3px;
      display:inline-block;
      margin-right:8px;
  }

  .dot.navy{
      background:#17345E;
  }

  .dot.red{
      background:#972222;
  }
  .legend .dot{
    display:inline-block;
    width:12px;height:12px;
    border-radius:3px;
    margin-right:8px;
    vertical-align:middle;
  }
  .legend .dot.navy{ background: var(--tile-navy); }
  .legend .dot.red{ background: var(--tile-red); }

  @media (max-width: 860px){
    .periodic{ grid-template-columns: repeat(4,1fr); }
  }
  @media (max-width: 640px){
    .grid{ grid-template-columns: 1fr 1fr; }
    .periodic{ grid-template-columns: repeat(2,1fr); }
    .hero h1{ font-size: 30px; }
  }

  /* ---------- Details modal ---------- */
  .modal-overlay{
    display:none;
    position:fixed;
    inset:0;
    background: rgba(20,26,34,0.55);
    align-items:center;
    justify-content:center;
    padding: 24px;
    z-index: 100;
  }
  .modal-overlay.open{ display:flex; }
  .modal{
    background:#fff;
    border-radius: 16px;
    width: 100%;
    max-width: 780px;
    box-shadow: 0 20px 60px rgba(10,15,25,0.35);
    overflow:hidden;
  }
  .modal-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 22px 28px;
  }
  .modal-head h3{
    margin:0;
    font-size: 24px;
    font-weight: 700;
    color: var(--ink);
  }
  .modal-close{
    width: 34px; height: 34px;
    border-radius: 50%;
    background: #14171c;
    color:#fff;
    border:none;
    font-size: 16px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
  .modal-close:hover{ background:#000; }
  .modal-table{
    width:100%;
    border-collapse: collapse;
  }
  .modal-table th{
    text-align:left;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    padding: 14px 28px;
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
  }
  .modal-table th:nth-child(3),
  .modal-table td:nth-child(3){ text-align:center; }
  .modal-table th:last-child,
  .modal-table td:last-child{ text-align:right; }
  .modal-table td{
    padding: 18px 28px;
    font-size: 15px;
    color: var(--ink);
  }
  .modal-table td.sym-cell{ font-weight:700; }
  .modal-table td.weight-cell{ font-weight:700; }
  .modal-table td.weight-cell.red{ color:#b23a2f; }

  .pricing-plan{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:24px;
  }

  .popup.pop_body {
      display: flex;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      background: #fff;
      margin: 0 auto;
      width: 100%;
      max-width: 960px;
  }

  .popup.pop_sub_body {
      width: 100%;
  }

  .location-card{
        background:#fff;
        border-radius:24px;
        overflow:hidden;
        box-shadow:0 10px 35px rgba(15,23,42,.08);
        transition:.35s ease;
        height:100%;
        display:flex;
        flex-direction:column;
    }

    .location-card:hover{
        transform:translateY(-8px);
        box-shadow:0 20px 50px rgba(15,23,42,.15);
    }

    .location-image{
        overflow:hidden;
        aspect-ratio:16/10;
    }

    .location-image img{
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
        transition:.5s ease;
    }

    .location-card:hover .location-image img{
        transform:scale(1.08);
    }

    .location-content{
        padding:30px;
        background:#eef7ff;
        flex:1;
        display:flex;
        flex-direction:column;
    }

    .location-content h3 {
        margin: 0 0 5px;
        font-size: 20px;
        font-weight: 700;
        color: #0a3c8b;
    }

    .location-content p{
        margin:0 0 25px;
        color:#4b5563;
        line-height:1.8;
        flex:1;
    }

    .location-btn{
        display:inline-flex;
        align-items:center;
        gap:8px;
        font-weight:600;
        color:#0a3c8b;
        text-decoration:none;
        transition:.3s;
    }

    .location-btn::after{
        content:"→";
        transition:.3s;
    }

    .location-btn:hover{
        color:#1d4ed8;
    }

    .location-btn:hover::after{
        transform:translateX(5px);
    }

    .location-section{
        padding:100px 0;
    }

    .section-heading{
        max-width:760px;
        margin:0 auto 70px;
        text-align:center;
    }

    .section-subtitle{
        display:inline-flex;
        align-items:center;
        gap:8px;
        padding:8px 18px;
        border-radius:50px;
        background:#E9F8F2;
        color:#18A957;
        font-size:14px;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:1px;
        margin-bottom:20px;
    }

    .section-subtitle::before{
        content:"";
        width:8px;
        height:8px;
        border-radius:50%;
        background:#18A957;
    }

    .section-heading h2{
        font-size:36px;
        line-height:1.15;
        font-weight:700;
        color:#0F172A;
        margin:0 0 20px;
    }

    .section-heading p{
        font-size:18px;
        line-height:1.8;
        color:#64748B;
        margin:0;
    }

    span.heading-border {
        height: 2px;
        display: block;
        background: #1d4ed8;
    }

    @media(max-width:991px){

    .section-heading h2{
        font-size:42px;
    }

    }

    @media(max-width:767px){

    .location-section{
        padding:70px 0;
    }

    .section-heading{
        margin-bottom:50px;
    }

    .section-heading h2{
        font-size:32px;
    }

    .section-heading p{
        font-size:16px;
    }

    }

  button.popup-close {
      right: 0;
      position: absolute;
      font-size: 33px;
      top: -19px;
      height: 20px;
      width: 20px;
      display: flex;
      align-items: center;
  }

  .location-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:40px;
  }

  @media(max-width:991px){
      .location-grid{
          grid-template-columns:repeat(2,1fr);
      }
  }

  @media(max-width:767px){
      .location-grid{
          grid-template-columns:1fr;
      }
  }
  @media (max-width:560px){
    .modal-table th, .modal-table td{ padding: 12px 16px; font-size: 13px; }
    .modal-head{ padding: 18px 20px; }
  }
 
  @media (max-width:700px){
    .steps-grid{ grid-template-columns:1fr; }
    .process-head h2{ font-size:28px; }
  }

  /*==============================
    GEO SECTION
    ==============================*/

  .menu_links ul{
      display:flex;
      gap:30px;
      margin:0;
      padding:0;
      list-style:none;
  }

  .menu_links a{
      text-decoration:none;
      color:#112E51;
      font-weight:500;
  }

  .geo-section{
      padding:100px 0;
      position:relative;
      overflow:hidden;
  }

  .geo-heading{
      max-width:900px;
      margin:0 auto 70px;
      text-align:center;
  }

  .geo-heading h2{
      font-size:48px;
      font-weight:700;
      line-height:1.2;
      margin-bottom:20px;
  }

  .geo-heading p{
      font-size:18px;
      line-height:1.7;
  }

  /*==============================
  PRICING
  ==============================*/

  .geo-pricing-wrapper{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:30px;
      margin-bottom:80px;
  }

  .geo-card{
      background:#fff;
      border-radius:20px;
      overflow:hidden;
      display:flex;
      flex-direction:column;
      transition:.35s;
      box-shadow:0 10px 35px rgba(0,0,0,.08);
  }

  .geo-card:hover{
      transform:translateY(-10px);
  }

  .geo-card-top{
      padding:35px;
      border-bottom:1px solid #ececec;
  }

  .geo-card h3 {
      margin: 0;
      font-size: 14px;
      font-weight: 600;
      color: #0033CC;
      text-transform: uppercase;
      letter-spacing: 1px;
  }

  .sub-title {
      display: block;
      margin: 5px 0 0px;
      color: #617085;
      font-size: 13px;
      font-weight: 400;
  }

  .price {
      font-size: 36px;
      font-weight: 500;
      color: #112E51;
  }

  .geo-package-list{
      list-style:none;
      padding:35px;
      margin:0;
      flex:1;
  }

  .geo-package-list li{
      display:flex;
      align-items:flex-start;
      gap:12px;
      margin-bottom:16px;
  }

  .open_geo_periodic_sec{
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
  }

  .open_geo_periodic_sec.open {
      max-height: 2500px;
  }

  .geo-package-list svg{
      color:#0047ff;
      min-width:18px;
  }

  .geo-btn{
      display:block;
      margin:30px;
      padding:16px;
      border-radius:50px;
      text-align:center;
      background:#0047ff;
      color:#fff;
      font-weight:600;
      text-decoration:none;
      transition:.3s;
  }

  .geo-btn:hover{
      background:#002ecf;
      color:#fff;
  }

  /*==============================
  PERIODIC
  ==============================*/

  .geo-periodic-header{
      text-align:center;
      margin-bottom:40px;
  }

  .geo-periodic-header h2{
      font-size:42px;
      margin-bottom:15px;
  }

  .geo-periodic-header p{
      max-width:850px;
      margin:auto;
  }

  .geo-legend{
      display:flex;
      gap:40px;
      flex-wrap:wrap;
      margin:40px 0 40px 0px;
  }

  .legend-item{
      display:flex;
      align-items:center;
      gap:10px;
  }

  .legend-color{
      width:22px;
      height:22px;
      border-radius:4px;
  }

  .legend-color.standard{
      background:#17345E;
  }

  .legend-color.highest{
      background:#1743D1;
  }

  .geo-periodic {
      display: grid;
      grid-template-columns: repeat(6,minmax(0,1fr));
      gap: 30px;
  }

  .geo-category{
      display:flex;
      flex-direction:column;
      gap:18px;
  }

  .geo-category-title{
      font-weight:700;
      color:#112E51;
      font-size:14px;
  }

  .geo-category-items {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
  }

  /*==============================
  TILES
  ==============================*/

  .geo-tile {
      border-radius: 4px;
      padding: 5px;
      cursor: pointer;
      transition: .35s;
      position: relative;
      color: #fff;
      min-height: 82px;
      width: 47%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .geo-tile:hover{
      transform:translateY(-6px);
  }

  .geo-tile.standard{
      background:#17345E;
  }

  .geo-tile.highest{
      background:#1743D1;
  }

 .tile-code {
      display: block;
      font-size: 24px;
      font-weight: 700;
      text-align: center;
  }

  .tile-number {
      display: block;
      margin: 0px 0 0px;
      font-size: 14px;
      opacity: .8;
  }

  .tile-title {
      font-size: 8px;
      line-height: 1.6;
      font-weight: 600;
      text-align: center;
  }

  /*==============================
  POPUP
  ==============================*/

  .geo-popup-overlay{
      position:fixed;
      inset:0;
      background:rgba(0,0,0,.65);
      display:none;
      z-index:9998;
  }

  .geo-popup{
      position:fixed;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%) scale(.9);
      width:700px;
      max-width:92%;
      background:#fff;
      border-radius:20px;
      display:none;
      z-index:9999;
  }

  .geo-popup-inner{
      padding:45px;
  }

  .geo-popup-close{
      position:absolute;
      right:20px;
      top:15px;
      border:none;
      background:none;
      font-size:34px;
      cursor:pointer;
  }

  .geo-popup-badge{
      display:flex;
      gap:20px;
      margin-bottom:25px;
      font-size:24px;
      font-weight:700;
      color:#0047ff;
  }

  #popup-title{
      margin-bottom:20px;
  }

  #popup-text{
      line-height:1.8;
  }

  /*==========================
  PORTFOLIO SECTION
  ===========================*/

  .portfolio-section{
      width:100%;
      overflow:hidden;
      background:#fff;
  }

  /*==========================
  HERO
  ===========================*/

  .portfolio-hero{
      position:relative;
      width:100%;
      height:520px;
      overflow:hidden;
  }

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

  .portfolio-hero .portfolio-overlay{
      position:absolute;
      inset:0;
      background:rgba(8,44,92,.45);
  }

  .portfolio-content{
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
      text-align:center;
      z-index:5;
  }

  .portfolio-content h2{
      margin:0;
      color:#fff;
      font-size:64px;
      font-weight:700;
      line-height:1.1;
  }

  /*==========================
  GRID
  ===========================*/

  .portfolio-grids{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:0;
  }

  .portfolio-item{
      position:relative;
      overflow:hidden;
      display:block;
      aspect-ratio:1/1;
      text-decoration:none;
      background:#111;
  }

  .visit-site{
      position:absolute;
      left:50%;
      bottom:30px;
      transform:translateX(-50%) translateY(20px);
      z-index:5;

      padding:12px 28px;
      border:2px solid #fff;
      border-radius:50px;

      color:#fff;
      font-size:16px;
      font-weight:600;
      text-transform:uppercase;
      letter-spacing:1px;

      opacity:0;
      visibility:hidden;
      transition:all .35s ease;
  }

  .portfolio-heading {
      text-align: center;
      padding-bottom: 50px;
      font-size: 36px;
  }

  .portfolio-heading h2 {
      color: #ffff;
  }

  .portfolio-item:hover .visit-site{
      opacity:1;
      visibility:visible;
      transform:translateX(-50%) translateY(0);
  }

  .portfolio-item:hover .portfolio-logo{
      transform:translateY(-25px);
      transition:.35s ease;
  }

  .portfolio-item img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      transition:.6s ease;
  }

  /*==========================
  OVERLAY
  ===========================*/

  .portfolio-item .portfolio-overlay{
      position:absolute;
      inset:0;
      background:rgba(0,0,0,.35);
      transition:.4s;
  }

  .portfolio-item:hover .portfolio-overlay{
      background:rgba(0,0,0,.55);
  }

  .portfolio-item:hover img{
      transform:scale(1.08);
  }

  /*==========================
  LOGO
  ===========================*/

  .portfolio-item.large{
      grid-row:span 2;
  }

  .portfolio-logo{
      position:absolute;
      inset:0;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:30px;
      z-index:2;
  }

    .portfolio-logo img{
        width:auto;
        max-width:70%;
        max-height:90px;
        height:auto;
        object-fit:contain;
        transition:.35s;
    }

    .portfolio-item:hover .portfolio-logo img{
        transform:scale(1.08);
    }

    /*==========================
    CTA CARD
    ===========================*/

    .portfolio-cta{
        background:#d9d9d9;
    }

    .portfolio-cta .portfolio-overlay{
        display:none;
    }

    .portfolio-cta h3{
        margin:0;
        color:#111;
        font-size:42px;
        font-weight:700;
        text-align:center;
        line-height:1.2;
        letter-spacing:2px;
    }

    .portfolio-cta:hover{
        background:#0d3b82;
    }

    .portfolio-cta:hover h3{
        color:#fff;
    }

    /*==========================
    HOVER
    ===========================*/

    .portfolio-item::after{
        content:"";
        position:absolute;
        inset:0;
        border:0 solid #fff;
        transition:.35s;
        pointer-events:none;
    }

    .portfolio-item:hover::after{
        border:8px solid rgba(255,255,255,.18);
    }

    /*==========================
    RESPONSIVE
    ===========================*/

    @media(max-width:1200px){

    .portfolio-content h2{
        font-size:52px;
    }

    }

    @media(max-width:991px){

      .portfolio-grid{
          grid-template-columns:repeat(2,1fr);
      }

      .portfolio-hero{
          height:420px;
      }

      .portfolio-content h2{
          font-size:44px;
      }

      .portfolio-cta h3{
          font-size:34px;
      }

    }

    @media(max-width:767px){

      .portfolio-grid{
          grid-template-columns:1fr;
      }

      .portfolio-hero{
          height:320px;
      }

      .portfolio-content h2{
          font-size:34px;
      }

      .portfolio-logo{
          padding:20px;
      }

      .portfolio-logo img{
          max-width:60%;
      }

      .portfolio-cta h3{
          font-size:28px;
      }

    }

    /*==============================
    RESPONSIVE
    ==============================*/

    @media(max-width:1199px){

      .geo-periodic{
        grid-template-columns:repeat(4,1fr);
      }

      .geo-pricing-wrapper{
        grid-template-columns:repeat(2,1fr);
      }
      .hero-visual img {
          width: 100%;
      }

      .portfolio-card .body {
          padding: 30px 0px 20px 15px;
      }
      .height-col {
          height: 100%;
      }
      .left_text_right_image {
            padding: 0;
        }

    }

    @media(max-width:767px){

      .geo-heading h2{
        font-size:34px;
      }

      .geo-pricing-wrapper{
        grid-template-columns:1fr;
      }

      .geo-periodic{
        grid-template-columns:repeat(2,1fr);
      }

      .geo-popup-inner{
        padding:25px;
      }

      .price{
        font-size:34px;
      }

    }

    @media(max-width:480px){

      .geo-periodic{
        grid-template-columns:1fr;
      }

      .geo-heading{
          margin-bottom:40px;
      }
      .geo-section{
          padding:70px 0;
      }

    }

  /* Footer */
  footer{background:var(--navy);color:#cfd6ea;padding:60px 24px 30px;}
  .footer-grid{
    display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;
    max-width:1160px;margin:0 auto;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.12);
  }
  .footer-logo{display:flex;align-items:center;gap:8px;font-size:22px;font-weight:700;color:#fff;margin-bottom:14px;}
  .footer-logo .dot{
    width:18px;height:18px;border-radius:50%;
    background:radial-gradient(circle at 35% 30%, #6fa8ff, #1a3fd6 75%);
  }
  footer .desc{font-size:14px;color:#a9b2cc;max-width:260px;}
  footer h5{color:#fff;font-size:14.5px;margin-bottom:16px;font-weight:600;}
  footer ul li{margin-bottom:10px;font-size:14px;color:#cfd6ea;}
  footer ul li a:hover{color:#fff;}
  .socials{display:flex;gap:14px;margin-bottom:16px;}
  .socials a{
    width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.1);
    display:flex;align-items:center;justify-content:center;font-size:14px;
  }
  .footer-bottom{
    max-width:1160px;margin:0 auto;padding-top:24px;
    display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;
    font-size:13px;color:#8b93ad;
  }
  .footer-bottom .links{display:flex;gap:20px;}

  /* Responsive */
  @media (max-width:900px){
    .hero{grid-template-columns:1fr;text-align:center;padding-top:36px;}
    .hero p{margin-left:auto;margin-right:auto;}
    .hero-ctas{justify-content:center;}
    nav.links{display:none;}
    .explain{grid-template-columns:1fr;}
    .service-grid{grid-template-columns:1fr;}
    .portfolio-grid{grid-template-columns:1fr 1fr;}
    .testi-grid{grid-template-columns:1fr;}
    .founder{grid-template-columns:1fr;text-align:center;}
    .founder .portrait{margin:0 auto;}
    .footer-grid{grid-template-columns:1fr 1fr;}
  }
  @media (max-width:600px){
    .hero h1{font-size:34px;}
    .section-head h2{font-size:28px;}
    .portfolio-grid{grid-template-columns:1fr;}
    .service-hero{flex-direction:column;}
    .service-hero .price{text-align:left;}
    .footer-grid{grid-template-columns:1fr;}
    .cta .ctas{flex-direction:column;align-items:stretch;}
    header .nav{
      padding-left: 20px;
    }
    .left_text_right_image {
        background: none;
    }

    .service-hero .left {
        min-width: 100%;
        width: 100%;
    }
    .service-hero{
      padding: 20px;
    }
    .btn{
      padding: 10px;
    }
  }