:root{
    --brand-red: #E03C28;
    --brand-dark: #123a52;
    --muted-white: rgba(255,255,255,0.95);
    --navy: #002060; 
    --accent: #E03C28;
    --card-navy: rgba(255,255,255,0.03);
  }

  body{
    font-family: "Outfit", sans-serif;
    color: #fff;
    margin: 0;
  }

  /* Header */
  .site-header{
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
  }
  .site-header .navbar-nav .nav-link{
    color: #003859;
    font-weight: 500;
    padding: .5rem 1.6rem;
  }
  .site-header .navbar-nav .nav-link:hover{
    color: var(--brand-red);
  }
  .site-header .navbar-brand{
    color: var(--brand-dark);
    font-weight: 700;
    letter-spacing: .6px;
  }
  .btn-contact{
    border: 2px solid var(--brand-red);
    color: var(--brand-red);
    background: transparent;
    padding: .38rem 1.4rem;
    border-radius: 0;
    font-weight: 600;
  }
  .btn-contact:hover{
    color: #fff;
    background: var(--brand-red);
    border-color: var(--brand-red);
  }

  /* Hero */
  .hero {
    position: relative;
    background-image: url('../images/banner_image.png');
    background-size: cover;
    background-position: center right;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
    overflow: hidden;
  }

  /* left gradient overlay to emulate the pink->purple fade in the design */
  .hero::before{

  }

  /* subtle bottom vignette */
  .hero::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
    pointer-events: none;
  }

  .hero-content{
    position: relative;
  }

  .eyebrow{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    margin-bottom: .75rem;
  }

  /* large heading: responsive with clamp */
  .hero-title{
    font-weight: 800;
    line-height: 0.95;
    margin: 0 0 1rem 0;
    color: #fff;
    font-size: clamp(36px, 8.2vw, 84px);
    letter-spacing: -1px;
    text-transform: uppercase;
  }

  .hero-sub{
    color: rgba(255,255,255,0.92);
    font-size: 20px;
    margin-bottom: 1.4rem;
    font-weight: 300;
    max-width: 560px;
  }

  .hero-ctas .btn{
    border-radius: 0px;
    padding: .65rem 1.15rem;
    font-weight: 600;
  }
  .btn-outline-light-custom{
    background: transparent;
    border: 2px solid rgba(255,255,255,0.7);
    color: rgba(255,255,255,0.95);
  }
  .btn-outline-light-custom:hover{
    background: rgba(255,255,255,0.06);
    color: #fff;
  }
  .btn-primary-custom{
    background: rgba(255,255,255,0.96);
    color: #BB7380;
    border: none;
    box-shadow: none;
  }
  .btn-primary-custom:hover{
    filter: brightness(.96);
    transform: translateY(-1px);
    background: rgba(255,255,255,0.96);
    color: #BB7380;
  }
  .who-we-are{
    background: url('../images/shape1.png') 40% center  no-repeat;
  }
.who-we-are h2 {
    color: #002060;
    font-size: 64px;
    font-weight: 900;
    line-height: 68px;
  }
  .who-we-are p {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
  }
/* Container spacing so the cards can overlap the divider */
  .what-we-offer { padding-bottom: 80px; }
  .offer-top {padding-top: 70px; position: relative; padding-bottom: 160px;background:#E03C28; }
  .offer-title {
    font-size: 64px;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 68px;
  }
  .divider-line {
    height: 6px;
    background: #0d6efd; /* blue divider */
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3px; /* slight overlap */
  }

  .offer-cards {
    margin-top: -180px; /* pull up to overlap the divider line */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .offer-card {
    border-radius: 10px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.5s ease-in-out;
  }

.offer-card:hover .img-wrap img{
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.1);
    transition: all 0.5s ease-in-out;
}
  .offer-card .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .offer-card .img-wrap img {
    width: 100%;
    height:auto;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
    /*box-shadow: 0 10px 30px rgba(16,24,40,0.08);*/
  }

  .icon-badge {
    position: absolute;
    top: 12px;
    right: 22px;
    background: rgba(13,110,253,0.85); /* blue circle */
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(13,110,253,0.12);
  }

  .offer-card .card-body { padding-left: 18px; padding-right: 18px; padding-bottom: 18px; }

  .offer-card .card-title { color:#002060; font-size: 24px; }
  .offer-card .card-text { color: #000000; font-size:16px;font-weight:300; }
  .why-choose-us { background: #fff; color: #333; }
  .eyebrow { font-size: 11px; letter-spacing: 2px; }
  .section-title { color: #002060; font-size: 64px;font-weight:900;line-height: 68px; }
  .text-navy { color: #0b2b55; }
  .text-danger { color: #E03C28 !important; }

  /* feature column */
  .feature-col { min-height: 220px; display:flex; align-items:stretch; }
  .feature { max-width: 220px; text-align:center; }

  .icon { width: 58px; height: 58px; display:flex; align-items:center; justify-content:center; border-radius:10px; }
  .icon svg { display:block; }

  /* vertical divider: use border-left on each column except first for large screens */
  .feature-col.border-start { border-left: 1px solid #e9eef3; }
  .feature-col + .feature-col { }

  .contact-us { background: var(--navy); color: #fff; }
  .eyebrow { font-size: 11px; color: rgba(255,255,255,0.85); }
  .contact-title {
    color: #fff;
    letter-spacing: -0.02em;
    font-size: 64px;
    text-transform: uppercase;
  }
  .contact-us .lead{
  color: #5785E2;font-size: 24px;
}
  .whatsapp-icon {
    width:56px;
    height:56px;
    border-radius:50%;
    text-decoration: none;
  }
  .whatsapp-icon svg { display:block; margin:auto; }

  /* Card / form */
  .contact-card {
    background: transparent;
  }
  .card .form-control-dark {
    background: transparent;
    border: 1px solid #3B5B9A;
    color: rgba(255,255,255,0.95);
    padding: .7rem .9rem;
    border-radius: 0px;
    box-shadow: none;
  }
  .card .form-control-dark::placeholder { color: #6983B8; font-weight:400; }
  .card .form-control-dark:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(230,74,59,0.08);
    border-color: rgba(255,255,255,1);
    background: rgba(255,255,255,0.02);
  }

  .btn-send {
    background: var(--accent);
    border: none;
    color: #fff;
    padding: .55rem 3.45rem;
    border-radius: 0px;
    font-weight:400;
    box-shadow: 0 8px 20px rgba(230,74,59,0.14);
  }
  .btn-send:hover { transform: translateY(-2px); background: var(--accent);color: #fff;}
  .footer {
    background: #fff;
    font-size: 0.95rem;
  }
  .footer h6 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
  }
  .footer a {
    color: #000;
    transition: color .2s;
    margin: 4px 0;
    display: inline-block;
  }
  .footer a:hover {
    color: #E03C28;
  }
  .social-icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E03C28;
    border-radius: 50%;
    color: #fff !important;
    font-size: 1rem;
    transition: transform .2s;
    text-align: center;
  }
  .social-icon:hover {
    transform: translateY(-2px);
    background: #c73729;
  }
 .who-we-are .text-1{
  font-size: 24px;
 }
 .btn-style{
  background: #E03C28;
  color: #fff;
  text-decoration: none;
  padding: 13px 50px;
 }
 .address_list_footer li{
  color: #000000;
  margin: 10px 0;
 }
.show_more_offer{display: none;}

.navbar-expand-lg .navbar-nav li.lang-icon{
  margin-left: 20px;
}
.mobile_lang{display: none;}