body {
      font-family: 'Montserrat', Arial, sans-serif;
      background: #111;
      color: #fff;
      margin: 0;
      padding: 0;
    }
  .footer {
      background: #000;
    }
    .navbar{
      background:white;
    }
    .navbar-brand img {
      height: 70px;
    }

    footer.footer img {
    width: 250px;
}

    .btn-orange {
      background: #cca447;
      color: #fff;
      border: none;
      font-weight: 600;
      transition: background 0.2s, box-shadow 0.2s;
      box-shadow: 0 2px 8px rgba(255,127,50,0.1);
    }
    .btn-orange:hover, .btn-orange:focus {
      background: #000;
      color: #fff;
      box-shadow: 0 4px 16px rgba(255,127,50,0.2);
      transform: translateY(-2px) scale(1.03);
    }
    .btn-outline-light {
      border-color: #fff;
      color: #fff;
      font-weight: 600;
    }
    .btn-outline-light:hover {
      background: #fff;
      color: #181818;
    }
    .section-title {
       color: #cca447;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-size: 45px;
    line-height: 50px;
    }

      .section-title2 {
       color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-size: 45px;
    line-height: 50px;
    }

    section h3 {
    font-size: 36px;
    font-weight: 700;
}
.orange-bg h4 {
    font-size: 45px;
    font-weight: 700;
}
    .highlight {
      color: #cca447;
      font-weight: 700;
    }
    .card, .form-control, .form-select {
      border-radius: 12px;
    }
    .card {
      background: #181818;
      border: none;
      box-shadow: 0 2px 16px rgba(0,0,0,0.15);
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .card:hover {
      /* transform: translateY(-4px) scale(1.02); */
      box-shadow: 0 6px 32px rgba(255,127,50,0.15);
    }
    .form-control, .form-select {
      background: #222;
      color: #fff;
      border: 1px solid #333;
    }
    .form-control:focus, .form-select:focus {
      border-color: #cca447;
      box-shadow: 0 0 0 0.2rem rgba(255,127,50,0.15);
    }
    .swiper {
      padding-bottom: 30px;
    }
    .swiper-pagination-bullet {
      background: #cca447;
      opacity: 0.7;
    }
    .swiper-pagination-bullet-active {
      background: #cca447;
      opacity: 1;
    }
    .service-box {
      background: #181818;
      border-radius: 12px;
      padding: 24px;
      margin-bottom: 24px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.10);
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .service-box:hover {
      box-shadow: 0 6px 32px rgba(255,127,50,0.10);
      transform: translateY(-2px) scale(1.01);
    }
    .footer {
      padding: 40px 0 20px 0;
      color: #fff;
      font-size: 15px;
    }
    .footer a {
      color: #cca447;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .form-section {
      background: #181818;
      border-radius: 16px;
      padding: 32px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.15);
    }
    .orange-bg {
      background: #cca447;
      color: #fff;
      border-radius: 12px;
      padding: 32px 24px;
      margin-bottom: 32px;
    }
    .orange-bg .btn {
      background: #fff;
      color: #cca447;
      font-weight: 700;
    }
    .orange-bg .btn:hover {
      background: #181818;
      color: #fff;
    }
    .icon-box {
      font-size: 2.5rem;
      color: #cca447;
      margin-bottom: 12px;
    }
    .swiper-slide img {
      border-radius: 12px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    }
    .help-btn {
      position: absolute;
      right: -40px;
      top: 50%;
      transform: translateY(-50%);
      background: #cca447;
      color: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      box-shadow: 0 2px 8px rgba(255,127,50,0.2);
      cursor: pointer;
      z-index: 10;
      transition: background 0.2s;
    }
    .help-btn:hover {
      background: #ff944d;
    }
    @media (max-width: 991px) {
      .help-btn { right: 0; top: auto; bottom: -40px; transform: none; }
    }
    /* Custom spacing for sections */
    section { padding: 40px 0; }
    @media (max-width: 767px) {
      section { padding: 36px 0; }
      .form-section, .orange-bg { padding: 18px 10px; }
    }

    .card.p-4.shadow-lg h5 {
    color: white;
    font-size: 34px;
    font-weight: 600;
 text-align: left;
    max-width: 95%;
}

section {
    padding: 40px 0;
    background: #10473b;
}

.topbanner{
  background:linear-gradient(#10473bd9, #10473b), url(../images/bannerbg.jpg) !important;
  background-size: cover;
  background-position: center;
}

.icon-box {
    font-size: 4.5rem;
    color: #cca447;
    margin-bottom: 12px;
    BACKGROUND: WHITE;
    DISPLAY: -webkit-inline-box;
    PADDING: 19PX 30PX;
    MARGIN-BOTTOM: 10PX ! IMPORTANT;
    LINE-HEIGHT: 56PX;
    BORDER-RADIUS: 100PX;
    WIDTH: 100PX;
    TEXT-ALIGN: CENTER;
    HEIGHT: 100PX;
    FONT-FAMILY: cursive;
}

.stepboxes h6 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}
.form-control::placeholder {
    color: white;
}

.checkbox_div label {
    color: white;
    font-size: 14px;
}

.checkbox_div p label {
    font-size: 16px;
}
p.badge {
       background: #cca447;
    max-width: max-content;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    padding: 9px;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 17px;

}

p.badge span {
  display: block;
    font-size: 28px;
}

button.btn.btn-primary {
    background: #cca447;
    border: none;
}

button.btn.btn-black {
    background: #000;
    border: none;
}

.btn {
    border: none;
    font-weight: 600;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(255, 127, 50, 0.1);
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
}


a.nav-link {
    color: black;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
}

footer.footer h6 {
    font-size: 20px;
    font-weight: 699;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.form-section h5 {
    font-size: 28px;
    font-weight: bold;
}

section.topbanner h1 {
    font-size: 45px;
    line-height : 50px;

}

.service-box.text-center h6 {
    font-size: 20px;
}

.thankyou_page {
    text-align: center;
    padding: 150px 0;
}



.thankyou_page h1 {
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 25px;
    font-family: cursive;
}

.thankyou_page p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}







/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 767px) {
.stepboxes h6 {

    font-size: 18px !important;
}

  .section-title {
          font-size: 30px !important;
                  line-height: 40px;
    }

    section h3 {
    font-size: 26px !important;
}

p.badge {
    right: 0;
}
section.topbanner h1 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
}
section.topbanner p {
    text-align: center;
}
section.topbanner {
    text-align: center;
}
.card.p-4.shadow-lg h5 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    max-width: 90%;
    text-align: left;
}


.checkbox_div p {
    text-align: left;
}
section {
    padding: 40px 5px 30px;
    background: #10473b;
}

.orange-bg h4 {
    font-size: 30px;
    font-weight: 700;
}

.checkbox_div {
    text-align: left;
}

}





@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}


section.trustpilot {
    background: #cca447;
    padding: 20px 0;
}

section.trustpilot a p {
    font-family: math;
    color: white;
    font-size: 35px;
    font-weight: 600;
    margin:0;
}
section.trustpilot a {
    text-decoration: none;
}

section.trustpilot .row {
    align-items: center;
}

section.trustedpartner_section {
    background: #074034;
    padding: 30px 0;
}

.ratsite img {
    /* width: 100%; */
    height: 80px;
    width: 150px ! IMPORTANT;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.ratings_cont {
    display: flex
;
    align-items: center;
    margin-top: 8px;
    justify-content: center;
}
.ratings_cont h3 {
    font-size: 28px;
    font-weight: 700;
    color: #cca447;
    margin-right: 10px;
}

.ratings_cont p {
    font-size: 10px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 600;
}

.item a {
    text-decoration: none;
}

.swiper-slide a {
    text-decoration: none;
}