  * { font-family: 'Instrument Sans', sans-serif; }

  body{ margin:0;
 overflow-x: hidden;
  }

  /* ===== HEADER ===== */
  .site-header{
    background:#ffffff;
    padding: 30px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    position: relative;
    z-index: 20;
  }

  .logo-badge{
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 1.4rem;
    flex-shrink:0;
  }
  .logo-badge img{
      height:100px;
  border-radius: 6px;
    border: 1px solid #FF9800;
  }

  .logo-text{
    font-weight:800;
    font-size: .78rem;
    letter-spacing:.03em;
    color:#061B63;
    line-height:1.1;
    margin-left:10px;
  }

  .nav-link-custom{
    color:#061B63;
    font-weight:600;
    font-size: .96rem;
    padding: 8px 16px !important;
    transition: color .2s ease;
  }

  .nav-link-custom:hover{
    color:#f7941e;
  }

  .nav-link-custom.active{
    color:#f7941e !important;
  }

  .btn-book{
    background:#061B63;
    color:#fff;
    font-weight:600;
    font-size:.92rem;
    padding: 10px 22px;
    border-radius: 8px;
    border:none;
    white-space: nowrap;
    transition: background .2s ease;
  }

  .btn-book:hover{
    background:#f7941e;
    color:#fff;
  }

  /* ===== HERO ===== */
  .hero-section{
    position: relative;
    background: linear-gradient(100deg, rgb(6 12 28 / 0%) 30%, rgb(6 12 28 / 0%) 60%, rgb(6 12 28 / 0%) 100%), url(../images/HeroSectionimage.png) center center / cover no-repeat; 
    min-height: 400px;
    display:flex;
    align-items:center;
    overflow:hidden;
  }

  .hero-section::after{
    content:"";
    position:absolute;
    inset:0;
    background: radial-gradient(circle at 78% 35%, rgba(59,90,180,0.35), transparent 55%);
    pointer-events:none;
  }

  .hero-content{
    position:relative;
    z-index:2;
    padding: 70px 0;
  }

  .hero-title{
    color:#ffffff;
    font-weight:800;
    font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height:1.25;
    margin-bottom:6px;
  }

  .hero-title .accent-line{
    color:#f7941e;
    display:block;
  }

  .hero-text{
    color:#c9d2e4;
    font-size: 1.05rem;
    line-height:1.65;
    max-width: 520px;
    margin: 22px 0 34px 0;
  }

  .btn-hero-cta{
    background:#ffffff;
    color:#061B63;
    font-weight:700;
    font-size: .98rem;
    padding: 14px 26px;
    border-radius: 8px;
    border:none;
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition: transform .2s ease, background .2s ease;
  }

  .btn-hero-cta:hover{
    background:#f7941e;
    color:#fff;
    transform: translateX(3px);
  }

  @media (max-width: 991.98px){
    .hero-section{ min-height: auto; }
    .hero-content{ padding: 60px 0; text-align:center; }
    .hero-text{ margin-left:auto; margin-right:auto; }
  }

  @media (max-width: 767.98px){
    .hero-title{ font-size: 1.6rem; }
    .hero-text{ font-size:.95rem; }
    .logo-text{ display:none; }
  }
  /*marquee*/
    .marquee-wrap-section{
    padding: 20px 0;
  }

  /* ===== Pill card ===== */
  .marquee-card{
        background: #d0d8f4;
    border-radius: 16px;
    border: 1px solid #00133a;
    padding: 18px 0;
    overflow: hidden;
    position: relative;
  }

  /* fade edges */
  .marquee-card::before,
  .marquee-card::after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    width: 20px;
    z-index: 2;
    pointer-events:none;
  }

  .marquee-card::before{
    left:0;
  background: linear-gradient(90deg, #cdd8f2 0%, rgb(207 217 243) 100%);
  }

  .marquee-card::after{
    right:0;
  background: linear-gradient(90deg, #cdd8f2 0%, rgb(207 217 243) 100%);
  }

  /* ===== Track ===== */
  .marquee-track{
    display:flex;
    width: max-content;
    animation: marquee-scroll 30s linear infinite;
  }

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

  .marquee-group{
    display:flex;
    align-items:center;
    flex-shrink:0;
    padding-right: 60px;
  }

  .marquee-item{
    display:flex;
    align-items:center;
    gap:10px;
    color:#1b2a4a;
    font-weight:600;
    font-size: .95rem;
    white-space: nowrap;
  }

  .marquee-item i.fa-circle{
    font-size: .35rem;
    color:#1b2a4a;
  }

  .marquee-sep{
    color:#8791a1;
    font-size: .85rem;
    margin: 0 28px;
  }

  @keyframes marquee-scroll{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); }
  }

  @media (max-width: 767.98px){
    .marquee-item{ font-size: .85rem; }
    .marquee-sep{ margin: 0 18px; }
    .marquee-group{ padding-right: 36px; }
  }
  /*about css*/
   .about-section{
    padding: 30px 0;
  }

  .eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:600;
    font-size:.95rem;
    color:#061B63;
    letter-spacing:.02em;
  }

  .eyebrow i{
    color:#c7011f;
    font-size:24px;
  }

  .section-title{
    font-weight:700;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    letter-spacing:-0.01em;
    color:#061B63;
  }

  .section-title .accent{
    color:#f7941e;
  }

  .section-subtitle{
    color:#121212;
    font-size: 1.02rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.65;
  }

  /* Image */
  .about-img-wrap{
    border: 1.5px solid #f3d9b1;
    border-radius: 16px;
    padding: 10px;
    height: 100%;
  }

  .about-img-wrap img{
    width: 100%;
    height: 400px;
    /*min-height: 340px;*/
    object-fit: cover;
    border-radius: 10px;
    display:block;
  }

  /* Right content */
  .experience-label{
    font-weight:600;
    font-size: 1.05rem;
    color:#061B63;
    margin-bottom: 10px;
  }

  .experience-title{
    font-weight:700;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    line-height:1.3;
    margin-bottom: 22px;
  }

  .experience-title .navy-line{
    color:#061B63;
    display:block;
  }

  .experience-title .orange-line{
    color:#f7941e;
    display:block;
  }

  .feature-list{
    list-style:none;
    padding:0;
    margin: 0 0 26px 0;
  }

  .feature-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom: 14px;
    color:#121212;
    font-size: 1rem;
  }

  .feature-list i{
    color:#f7941e;
    font-size: .95rem;
    margin-top: 4px;
    flex-shrink:0;
  }

  .btn-explore{
    background:#061B63;
    color:#fff;
    font-weight:600;
    font-size: .95rem;
    padding: 13px 24px;
    border-radius: 8px;
    border:none;
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition: background .2s ease, transform .2s ease;
  }

  .btn-explore:hover{
    background:#f7941e;
    color:#fff;
    transform: translateX(3px);
  }

  .footnote{
    color:#121212;
    font-size: .88rem;
    margin-top: 20px;
    max-width: 420px;
  }

  @media (max-width: 991.98px){
    .about-img-wrap{ margin-bottom: 36px; }
    .about-img-wrap img{ min-height: 320px; }
  }

  @media (max-width: 767.98px){
    .about-section{ padding: 50px 0; }
  }
  /*service css*/
    .services-section{
    padding: 30px 0;
    background:#fff6d8;
  }

  .service-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:600;
    font-size:.95rem;
    color: #061B63;
    letter-spacing:.02em;
  }

  .service-eyebrow i{
    color:#c7011f;
    font-size:24px;
  }

  .service-title{
    font-weight:700;
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    letter-spacing:-0.01em;
    color: #061B63;
  }

  .service-title .accent{
    color: #f7941e;
  }

  .service-subtitle{
    color: #121212;
    font-size: 1.05rem;
    max-width: 700px;
    margin: 0 auto;
  }

  .service-card{
    border: 1.5px solid #f3d9b1;
    border-radius: 16px;
    background: #fff;
    padding: 14px;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }

  .service-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(247,148,30,0.15);
    border-color: #f7941e;
  }

  .service-card img{
    width:100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    display:block;
  }

  .service-card .card-body{
    padding: 22px 10px 6px 10px;
  }

  .service-card .card-title{
    color: #061B63;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 10px;
  }

  .title-underline{
    width: 42px;
    height: 3px;
    background: #f7941e;
    border-radius: 2px;
    margin-bottom: 14px;
  }

  .service-card .card-text{
    color: #121212;
    font-size: .95rem;
    line-height: 1.55;
    min-height: 66px;
  }

  .btn-package{
    background: #061B63;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 11px 18px;
    font-weight: 600;
    font-size: .92rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    transition: background .2s ease, transform .2s ease;
  }

  .btn-package:hover{
    background: #f7941e;
    color: #fff;
    transform: translateX(2px);
  }

  .btn-package i{
    font-size: .85rem;
    transition: transform .2s ease;
  }

  .btn-package:hover i{
    transform: translateX(3px);
  }

  @media (max-width: 767.98px){
    .services-section{ padding: 50px 0; }
    .service-card img{ height: 190px; }
  }
    /* ===== whychoose-section ===== */
  .whychoose-section{
    padding: 40px 0;
  }

  /* ===== Header ===== */
  .whychoose-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:600;
    font-size:.95rem;
    color:#061B63;
    letter-spacing:.02em;
  }

  .whychoose-eyebrow i{
       color: #c7011f;
       font-size:24px;
  }

  .whychoose-title{
    font-weight:700;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    letter-spacing:-0.01em;
    color:#061B63;
  }

  .whychoose-title .accent{
    color:#f7941e;
  }

  .whychoose-subtitle{
    color:#121212;
    font-size: 1.02rem;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.65;
  }

  /* ===== Feature cards ===== */
  .whychoose-card{
  background: #fff6d8;
    border-radius: 14px;
        border: 1px solid #fbcfa6;
    padding: 26px 26px;
    height: 100%;
    display:flex;
    gap:18px;
    align-items:flex-start;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  }

  .whychoose-card:hover{
    transform: translateY(-4px);
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    /*background:#eef1fa;*/
  }

  .whychoose-icon{
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 10px;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#061B63;
    font-size: 1.15rem;
    box-shadow: 0 4px 10px rgba(27,42,74,0.08);
  }

  .whychoose-card-title{
    color:#061B63;
    font-weight:700;
    font-size: 1.08rem;
    margin-bottom: 8px;
  }

  .whychoose-card-text{
    color:#121212;
    font-size: .95rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  @media (max-width: 767.98px){
    .whychoose-section{ padding: 50px 0; }
    .whychoose-card{ padding: 22px; }
  }
    /* ===== packages-section ===== */
  .packages-section{
    padding: 40px 0;
    position: relative;
  }

  /* ===== Header ===== */
  .packages-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:600;
    font-size:.95rem;
    color:#061B63;
    letter-spacing:.02em;
  }

  .packages-eyebrow i{
        color: #c7011f;
    font-size: 24px;
  }

  .packages-title-row{
    position: relative;
  }

  .packages-title{
    font-weight:700;
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    letter-spacing:-0.01em;
    color:#061B63;
    margin-bottom: 6px;
  }

  .packages-title .accent{
    color:#f7941e;
  }

  .packages-watermark{
    position:absolute;
    right: 0;
    top: -6px;
    font-weight:800;
    font-size: 2rem;
    color:#eef0f4;
    letter-spacing: .02em;
    white-space:nowrap;
    z-index: 0;
    user-select:none;
  }

  .packages-subtitle{
    color:#121212;
    font-size: .98rem;
    max-width: 620px;
    line-height: 1.6;
  }

  /* ===== Package cards ===== */
  .package-card{
  border: 1px solid #afafaf;
    border-radius: 14px;
    background:#fff;
    padding: 10px;
    height: 100%;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }

  .package-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 16px 30px rgba(27,42,74,0.1);
    border-color:#f7941e;
  }

  .package-img-wrap{
    position:relative;
    border-radius: 10px;
    overflow:hidden;
  }

  .package-img-wrap img{
    width:100%;
    height: 150px;
    object-fit: cover;
    display:block;
  }

  .package-card.large .package-img-wrap img{
    height: 190px;
  }

  .package-badge{
    position:absolute;
    bottom: 10px;
    right: 10px;
    background:#ffffff;
    color:#061B63;
    font-weight:600;
    font-size: .78rem;
    padding: 6px 14px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  }

  .package-body{
    padding: 18px 10px 12px 10px;
  }

  .package-name{
    color:#061B63;
    font-weight:700;
    font-size: 1.02rem;
    margin-bottom: 8px;
  }

  .package-price{
    display:flex;
    align-items:baseline;
    gap:8px;
    margin-bottom: 14px;
  }

  .package-price .price{
    color:#f7941e;
    font-weight:800;
    font-size: 1.4rem;
  }

  .package-price .duration{
    color:#8791a1;
    font-size: .85rem;
  }

  .package-features{
    list-style:none;
    padding:0;
    margin: 0 0 18px 0;
  }

  .package-features li{
    display:flex;
    align-items:flex-start;
    gap:8px;
    color:#121212;
    font-size: .88rem;
    margin-bottom: 8px;
        font-weight: 500;
  }

  .package-features i{
    color:#061B63;
    font-size: .78rem;
    margin-top: 3px;
    flex-shrink:0;
  }

  .btn-package{
    background:#061B63;
    color:#fff;
    border:none;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    font-size: .88rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    transition: background .2s ease, transform .2s ease;
  }

  .btn-package:hover{
    background:#f7941e;
    color:#fff;
    transform: translateX(2px);
  }

  .btn-package i{
    font-size: .78rem;
    transition: transform .2s ease;
  }

  .btn-package:hover i{
    transform: translateX(3px);
  }

  @media (max-width: 991.98px){
    .packages-watermark{ display:none; }
  }

  @media (max-width: 767.98px){
    .packages-section{ padding: 45px 0; }
  }
  /* ===== heartbeat-section ===== */
  .heartbeat-section{
    padding: 30px 0;
    background: #fff6d8;
  }

  /* ===== Header ===== */
  .heartbeat-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:600;
    font-size:.95rem;
    color:#061B63;
    letter-spacing:.02em;
  }

  .heartbeat-eyebrow i{
   color: #c7011f;
    font-size: 24px;
  }

  .heartbeat-title{
    font-weight:700;
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    letter-spacing:-0.01em;
    color:#061B63;
  }

  .heartbeat-title .accent{
    color:#f7941e;
  }

  .heartbeat-subtitle{
    color:#121212;
    font-size: 1.02rem;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.65;
  }

  /* ===== Step cards ===== */
  .heartbeat-card{
    height: 100%;
        border: 1px solid #fc9231;
    padding: 10px;
    border-radius: 10px;
    background:#fff;
  }

  .heartbeat-img-wrap{
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
  }

  .heartbeat-img-wrap img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
  }

  .heartbeat-card:hover .heartbeat-img-wrap img{
    transform: scale(1.05);
  }
  .heartbeat-step{
    color:#061B63;
    font-weight:700;
    font-size: .95rem;
    letter-spacing:.02em;
    margin-bottom: 8px;
  }

  .heartbeat-step .num{
    color:#f7941e;
  }

  .heartbeat-text{
    color:#121212;
    font-size: .92rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  @media (max-width: 767.98px){
    .heartbeat-section{ padding: 50px 0; }
    .heartbeat-img-wrap img{ height: 210px; }
  }
  /*2d 3d 4d compare section */
    /* ===== Section wrapper ===== */
  .compare-section{
    padding: 30px 0;
  }

  /* ===== Header ===== */
  .compare-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:600;
    font-size:.95rem;
    color:#061B63;
    letter-spacing:.02em;
  }

  .compare-eyebrow i{
       color: #c7011f;
    font-size: 24px;

  }

  .compare-title{
    font-weight:700;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    letter-spacing:-0.01em;
    color:#061B63;
  }

  .compare-title .accent{
    color:#f7941e;
  }

  .compare-subtitle{
    color:#121212;
    font-size: 1.02rem;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.65;
  }

  /* ===== Cards ===== */
  .compare-card{
    background:#061B63;
    border-radius: 16px;
    padding: 14px;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
  }

  .compare-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(17,26,61,0.28);
  }

  .compare-img-wrap{
    border-radius: 10px;
    overflow:hidden;
  }

  .compare-img-wrap img{
    width:100%;
    height: 200px;
    object-fit: cover;
    display:block;
  }

  .compare-body{
    padding: 20px 10px 8px 10px;
  }

  .compare-card-title{
    color:#ffffff;
    font-weight:700;
    font-size: 1.25rem;
    margin-bottom: 12px;
  }

  .compare-card-text{
    color:#b9c0d6;
    font-size: .92rem;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  .compare-divider{
    border:none;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin: 0 0 14px 0;
  }

  .compare-bestfor{
    color:#8791b0;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 16px;
  }

  .compare-bestfor strong{
    color:#8791b0;
    font-weight:700;
  }

  .compare-badge{
    display:inline-block;
    background: rgba(255,255,255,0.08);
    color:#e8ebf5;
    font-size: .72rem;
    font-weight:600;
    letter-spacing:.04em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 30px;
  }

  /* ===== Bottom summary bar ===== */
  .compare-summary{
    background:#d9dbe3;
    border-radius: 16px;
    padding: 22px 30px;
    margin-top: 40px;
  }

  .compare-summary-list{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap: wrap;
    gap: 50px;
    margin:0;
  }

  .compare-summary-item{
    color:#061B63;
    font-weight:700;
    font-size: .98rem;
    white-space: nowrap;
  }

  .compare-summary-arrow{
    color:#0e1b3c;
    font-size: .85rem;
    list-style: none;
    align-items:center;
    justify-content:center;
  }
  /*.compare-summary-arrow::marker{*/
  /*    display:none;*/
  /*}*/

  @media (max-width: 767.98px){
    .compare-section{ padding: 50px 0; }
    .compare-summary{ padding: 20px; }
    .compare-summary-list{ gap: 10px; }
    .compare-summary-item{ font-size: .9rem; }
  }
  /*faq section css*/
.faq-section {
    padding: 30px 0;
    background: #f3f1fb url('../images/faq-bg.png') center center / cover no-repeat;
}


  .faq-container{
    position: relative;
    z-index: 2;
  }

  /* ===== Header ===== */
  .faq-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:600;
    font-size:.95rem;
    color:#061B63;
    letter-spacing:.02em;
  }

  .faq-eyebrow i{
    color: #c7011f;
    font-size: 24px;
  }

  .faq-title{
    font-weight:700;
    font-size: clamp(1.7rem, 3.2vw, 2.3rem);
    letter-spacing:-0.01em;
    color:#061B63;
  }

  .faq-title .accent{
    color:#f7941e;
  }

  /* ===== Image ===== */
  .faq-img-wrap{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    min-height: 340px;
    box-shadow: 0 20px 45px rgba(27,20,60,0.18);
  }

  .faq-img-wrap img{
    width:100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    display:block;
  }

  /* ===== Accordion ===== */
  .faq-accordion .accordion-item{
    border: none;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 14px;
    background:#ffffff;
    box-shadow: 0 2px 10px rgba(27,42,74,0.06);
  }

  .faq-accordion .accordion-button{
    font-weight:600;
    font-size: .98rem;
    color:#061B63;
    background:#ffffff;
    padding: 18px 22px;
    box-shadow:none !important;
  }

  .faq-accordion .accordion-button:not(.collapsed){
    background:#061B63;
    color:#ffffff;
    border-radius: 12px 12px 0 0 !important;
  }

  .faq-accordion .accordion-button::after{
    display:none;
  }

  .faq-chevron{
    color:#8791a1;
    font-size: .85rem;
    transition: transform .25s ease, color .25s ease;
  }

  .faq-accordion .accordion-button:not(.collapsed) .faq-chevron{
    color:#ffffff;
    transform: rotate(180deg);
  }

  .faq-accordion .accordion-body{
    background:#061B63;
    color:#c3cade;
    font-size: .9rem;
    line-height: 1.65;
    padding: 4px 22px 22px 22px;
  }

  @media (max-width: 991.98px){
    .faq-img-wrap{ margin-bottom: 32px; min-height: 300px; }
    .faq-img-wrap img{ min-height: 300px; }
  }

  @media (max-width: 767.98px){
    .faq-section{ padding: 50px 0; }
    .faq-accordion .accordion-button{ font-size: .9rem; padding: 15px 18px; }
    .faq-accordion .accordion-body{ padding: 4px 18px 18px 18px; }
  }
  /*sngle-banner*/
   .single-img-section{
    padding: 30px 0;
  }

  .single-img-wrap{
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }

  .single-img-wrap img{
    width: 100%;
    height: 350px;
    display: block;
    object-fit: cover;
  }

  @media (max-width: 767.98px){
    .single-img-section{ padding: 12px 0; }
    .single-img-wrap{ border-radius: 3px; }
    .single-img-wrap img{
        height:auto;
    }
  }
  
  /*contact -section */
  .contact-section{
    position: relative;
   background: linear-gradient(180deg, rgb(6 10 20 / 71%) 0%, rgb(6 10 20 / 74%) 40%, rgb(6 10 20 / 82%) 100%), url(../images/cta-bg.jpg) center 50% / cover no-repeat;
    padding: 30px 0;
  }

  .contact-container{
    position: relative;
    z-index: 2;
  }

  /* ===== Header ===== */
  .contact-brand{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-weight:700;
    font-size: .82rem;
    letter-spacing:.12em;
    color:#ffffff;
    margin-bottom: 22px;
  }

  .contact-brand i{
       color: #c7011f;
    font-size: 24px;
  }

  .contact-title{
    color:#ffffff;
    font-style: italic;
    font-weight:700;
    font-size: clamp(1.6rem, 3.6vw, 2.6rem);
    text-align:center;
    margin-bottom: 60px;
  }

  .contact-title .accent{
    color:#f7941e;
  }

  /* ===== Contact items ===== */
  .contact-item{
    text-align:center;
    max-width: 320px;
    margin: 0 auto;
  }

  .contact-icon{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background:#16296e;
    border: 3px solid rgba(255,255,255,0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size: 1.4rem;
    margin: 0 auto 20px auto;
  }

  .contact-item-title{
    color:#ffffff;
    font-weight:700;
    font-size: .92rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 14px;
  }

  .contact-item-text{
    color:#d7dbe8;
    font-size: .92rem;
    line-height: 1.65;
    margin-bottom: 0;
  }

  @media (max-width: 767.98px){
    .contact-section{ padding: 60px 0; }
    .contact-title{ margin-bottom: 44px; }
    .contact-item{ margin-bottom: 40px; }
  }
  /* ===== Footer wrapper with background image ===== */
  .site-footer{
    position: relative;
    background:linear-gradient(90deg, rgb(255 255 255 / 57%) 0%, rgb(255 255 255 / 51%) 55%, rgb(255 255 255 / 56%) 100%), url(../images/footer-bg.jpg) right center / cover no-repeat;
    padding: 55px 0 0 0;
  }

  .footer-container{
    position: relative;
    z-index: 2;
  }

  /* ===== Logo ===== */
  .footer-logo-wrap{
    width: 130px;
    height: 130px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
  }

  .footer-logo-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
     border-radius: 16px;
    border: 2px solid #f7941e;
  }

  /* ===== Headings ===== */
  .footer-heading{
    color:#061B63;
    font-weight:700;
    font-size: 1.02rem;
    margin-bottom: 18px;
  }

  /* ===== Links ===== */
  .footer-links{
    list-style:none;
    padding:0;
    margin:0;
  }

  .footer-links li{
    margin-bottom: 12px;
  }

  .footer-links a{
    color:#121212;
    text-decoration:none;
    font-size: .92rem;
    transition: color .2s ease;
  }

  .footer-links a:hover{
    color:#f7941e;
  }


  /* ===== Contact block ===== */
  .footer-contact-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom: 18px;
  }

  .footer-contact-item i{
    color:#f7941e;
    font-size: 1.05rem;
    margin-top: 3px;
    width: 18px;
    text-align:center;
    flex-shrink:0;
  }

  .footer-contact-item a,
  .footer-contact-item span{
    color:#061B63;
    font-size: .92rem;
    line-height: 1.55;
  }

  .footer-contact-item a{
    text-decoration:none;
    font-weight:600;
  }

  .footer-contact-item a:hover{
    color:#f7941e;
  }

  /* ===== Divider ===== */
  .footer-divider{
    border:none;
    border-top: 1px solid rgba(27,42,74,0.12);
    margin: 40px 0 0 0;
  }

  /* ===== Bottom bar ===== */
  .footer-bottom{
    padding: 20px 0;
  }

  .footer-copy{
    color:#121212;
    font-size: .85rem;
    margin:0;
  }

  .footer-social{
    display:flex;
    gap: 12px;
    justify-content:center;
  }

  .footer-social a{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background:#eef0f4;
    color:#061B63;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size: .92rem;
    transition: background .2s ease, color .2s ease;
  }

  .footer-social a:hover{
    background:#061B63;
    color:#fff;
  }

  .footer-legal{
    display:flex;
    gap: 18px;
    justify-content:flex-end;
    margin:0;
  }

  .footer-legal a{
    color:#121212;
    font-size: .85rem;
    text-decoration:none;
  }

  .footer-legal a:hover{
    color:#f7941e;
  }

  @media (max-width: 767.98px){
    .site-footer{
       background: linear-gradient(180deg, rgb(255 255 255 / 63%) 0%, rgb(255 255 255 / 51%) 60%, rgb(255 255 255 / 59%) 100%), url(../images/footer-bg.jpg) center / cover no-repeat;
      padding-top: 40px;
    }
    .footer-logo-wrap{ margin: 0 auto 30px auto; }
    .footer-heading{ margin-top: 26px; }
    .footer-social{ justify-content:center; margin-bottom: 14px; }
    .footer-legal{ justify-content:center; }
    .footer-copy{ text-align:center; margin-bottom: 14px; }
  }