@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');

::-moz-selection {
    background-color: #01799e !important;
    color: white;
}

::selection {
    background-color: #01799e !important;
    color: white;
}


html {
    scroll-behavior: smooth !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.4px !important;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    box-shadow: inset 0 0 6px white;
}

body::-webkit-scrollbar-thumb {
    background-color: #01799e !important;
    outline: 1px solid #01799e !important;
}

p {
    font-size: 15px;
}

a {
    color: #01799e;
}

a:hover {
    text-decoration: none;
}

.bg-primary {
    background-color: #0061a3 !important;
}

.bg-secondary {
    background-color: #e85094 !important;
}

.bg-blue {
    background-color: #e1f9ff !important;
}

.bg-gradient1 {
    background: linear-gradient(to right, #c5f6fe 0%, #f0f2f3 100%);
}

.text-primary {
    color: #0062a8 !important;
}

.text-secondary {
    color: #0061a3 !important;
}

h1 {
    font-size: 2.6rem;
}

h2 {
    font-size: 2.0rem;
}

h1,
h2,
h3 {
    font-weight: 700;
}


.section {
    padding: 50px 0px;
}

.text-gradient {
    background: linear-gradient(to right, #175fa2 0%, #279cdd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gray {
    background-color: #f1f1f1 !important;
}

/* ===== Form Card ===== */
.bg-blue {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Form heading */
.bg-blue h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

/* new style */

.section.bg-gradient {
    background: linear-gradient(135deg, #0f4c81, #1b6cb8);
   padding: 110px 0 0 0;

}

/* Headings */
.section h1 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.section h5 {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.95;
}
.banner-features {
    margin-top: 25px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
}

.banner-features-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 280px;
}

.features-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    height:65px;
    width:auto;
}
.features-bottom {
    display: flex;
    justify-content: center; /* ? center third image */
}
.feature-center {
    grid-column: 1 / -1; /* spans both columns */
    display: flex;
    justify-content: center;
}


/* Feature box */
.feature-box {
    /*background: rgba(255, 255, 255, 0.12);*/
    border-radius: 12px;
    /*padding: 14px 16px;*/
    width: auto;
    transition: all 0.3s ease;
}

/* Feature images */
.feature-box img {
    height:auto;
    max-width: 100%;
}

/* Feature text */
.feature-box p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}

/* Banner image */
.section img.img-fluid {
    /*margin-top: 20px;*/
    max-height: 420px;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 991px) {
    .section h1 {
        font-size: 30px;
    }

    .section h5 {
        font-size: 16px;
    }

    .banner-features {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 50px 0;
        text-align: center;
    }

    .banner-features {
        gap: 10px;
    }

    .feature-box {
        /*width: 100px;*/
        /*padding: 12px;*/
    }

    .section img.img-fluid {
        max-height: 100%;
    }
}


.bg-gray-dark {
    background-color: #e5e5e5;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.owl-nav {
    position: absolute;
    top: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 60px;
}


.border-radius-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}


.btn-white {
    background-color: white;
    border: white;
    color: #555;
}

.font-700 {
    font-weight: 700;
}

.font-600 {
    font-weight: 600;
}

.font-800 {
    font-weight: 800;
}

.font-400 {
    font-weight: 400 !important;
}


.form-border-red {
    border: 3px solid red;
}

.story-image {
    width: 100% !important;
    max-height: 415px !important;
    min-height: 415px !important;
    object-fit: cover;
    object-position: center;
}



.form-control {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    height: 35px;
}

.form-group {
    margin-bottom: 5px;
}

.bg-graylight {
    background-color: #f1f1f1;
}

.bg-gradient {
    background: linear-gradient(180deg, #fdc1f5 0%, #5fbdf0 100%);
}

.btn-primary {
    color: #fff !important;
    background-color: #179dd8 !important;
    border-color: #179dd8 !important;
    font-weight: 700;
    font-size: 14px;
}

.btn-secondary {
    color: #fff !important;
    background-color: #e85094 !important;
    border-color: #e85094 !important;
    font-weight: 700;
    font-size: 14px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #244791 !important;
    border-color: #244791 !important;
}

.btn-group>.btn:not(:active) {
    color: #244791 !important;
    background-color: white !important;
    border-color: #244791 !important
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    padding: 1px 6px;
}

.border-r {
    border-right: 2px solid #fff !important;
    padding: 20px;
}

.text-blue {
    color: #175ea1;
}

.text-blue-l {
    color: #179dd8;
}

.ft-20 {
    font-size: 20px;
}

.ft-12 {
    font-size: 12px;
}

ft-13 {
    font-size: 13px;
}

.form-fixed {
    position: fixed;
    top: 18%;
    right: 40px;
    width: 400px;
}




@media screen and (max-width: 540px) {
    .dsk {
        display: none !important;
    }

    .lm {
        text-align: center
    }

}

@media (min-width: 992px) {
    .mb {
        display: none !important;
    }
}

/* Small Devices and Phones upto 480px */
@media screen and (max-width: 480px) {

    .dsk {
        display: none;
    }

    .form-fixed {
        position: initial;
        top: initial;
        right: initial;
        width: initial;
    }

    .footer-logo-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .banner-bottom h4 {
        font-size: 13px;
    }

    .banner-bottom h6 {
        font-size: 10px;
    }

    .border-r {
        border-right: 2px solid #fff !important;
        padding: 8px;
    }

    .custom-card h5 {
        font-size: 12px !important;
    }

    .custom-card h3 {
        font-size: 15px !important;
    }

    .custom-card p {
        font-size: 10px !important;
    }

    .custom-card img {
        width: 50px !important;
        height: auto;
    }

    .rev {
        display: flex;
        flex-direction: column-reverse;
    }

}

.col-9 {
    width: 80%;
}

.col-3 {
    width: 20%;
}

.radiobutton {
    width: 50%;
    color: black;
    background-color: white;
    border-color: #428bca;
}

.radiobutton.active {
    background-color: #428bca;
    color: white;
    border-color: #428bca;
}

.fill-button-wrapper {
    margin-bottom: 40px
}

.d-none {
    display: none !important;
}

.m-auto {
    margin: 0 auto !important;
}


.custom-card {
    background: linear-gradient(to right, #c5f6fe 0%, #f0f2f3 100%);
    border: none;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 10px;
}

.custom-card h5 {
    font-size: 15px;
}

.custom-card h3 {
    font-size: 25px;
}

.custom-card p {
    font-size: 14px;
}

.custom-card img {
    height: 80px;
    width: auto;
}

.icon {
    font-size: 40px;
    color: #007bff;
}

.icon-box {
    text-align: center;
    margin-bottom: 20px;
}

.icon-circle {
    width: 100px;
    height: 100px;
    background-color: #e85094;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.icon-circle img {
    width: 80%;
}

.icon-text {
    font-weight: bold;
    color: #0047ab;
    margin-top: 10px;
}



.whatsapp-float {
    position: fixed;
    bottom: 77px;
    right: 0;
    margin: 0px;
    z-index: 300;
}

.btn-green {
    background-color: #1cd741;
    border-color: #1cd741;
    padding: 10px 40px;
    color: white;

}

.btn-green:hover {
    background-color: #1cd741;
    border-color: #1cd741;
    padding: 10px 40px;
    color: white;

}
/* FULL WIDTH SECTION */
.stats-fullwidth {
  width: 100%;
  background: #e8549a;
  margin-top: -40px; /* adjust if overlapping banner */
  padding: 40px 0;
}

/* INNER GRID */
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1400px; /* keeps content centered on large screens */
  margin: auto;
  color: #fff;
}

/* EACH BOX */
.stat-box {
  text-align: center;
  padding: 20px 15px;
  border-right: 1px solid rgba(255,255,255,0.4);
}

.stat-box:last-child {
  border-right: none;
}

.stat-title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.stat-box h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 8px;
}

.stat-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.stat-box p {
  font-size: 16px;
  line-height: 1.4;
}

/* ? MOBILE RESPONSIVE */
@media (max-width: 992px) {
  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }

  .stat-box {
    border-right: none;
  }
}
.nu-header {
  background: #fff;
  padding: 8px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);

 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.nu-header-row {
  display: flex;
  align-items: center;          /* vertical center */
  justify-content: space-between;
  gap: 25px;
}

/* LOGO */
.nu-logo{
  display: flex;
  align-items: center;
  gap: 48px;
}
.nu-logo img {
  height: 90px;
}

/* ICONS */
.nu-icons {
  display: flex;
  align-items: center;
  gap: 48px;
}

.nu-icons img {
  height: 62px;
  object-fit: contain;
}

/* BOOK BUTTON */
.btn-book {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #169bd7;
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.btn-book img {
  height: 24px;
}

/* CALL BUTTON */
.btn-call {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8549a;
  width: 52px;
  height: 52px;
  border-radius: 8px;
}

.btn-call img {
  height: 24px;
}

/* MOBILE */
@media (max-width: 992px) {
  /*.nu-icons {
    display: none;
  }*/
}

@media (max-width: 576px) {
.section.bg-gradient {
    background: linear-gradient(135deg, #0f4c81, #1b6cb8);
    padding: 30px 0;
}

  .nu-icons {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nu-header-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.success-stories-section {
  background: #e6e3e1;
  padding: 40px 0 50px;
  border-top: 3px solid #b31b4a;
}

.success-title {
  color: #b31b4a;
  font-weight: 700;
  margin-bottom: 10px;
}

.success-desc {
  font-size: 15px;
  color: #666;
  max-width: 750px;
  margin: 0 auto 25px;
  line-height: 1.6;
}

/* GOOGLE REVIEW BOX */
.google-reviews-box {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width:100%;
  padding: 15px 25px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);

  /* Fade effect */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 20%,
    black 80%,
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    black 20%,
    black 80%,
    transparent
  );
}

.google-logo {
  height: 54px;
}

.rating {
  font-size: 32px;
  font-weight: 700;
  color: #f15a24;
}

.stars {
  color: #f4b400;
  font-size: 18px;
  letter-spacing: 2px;
}

.review-count {
  font-size: 14px;
  color: #666;
}
.benefits-title {
  color: #0056a6;
  font-weight: 700;
}

.benefits-images {
  justify-content: center;
}

.benefit-card {
  background: #e9f9ff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.benefit-card img {
  max-width: 100%;
  height: 120px;
  object-fit: contain;
}



.success-stories {
    background: #f6f3ef;
    padding: 50px 20px;
    text-align: center;
}

.success-stories h2 {
    color: #c0184b;
    font-size: 32px;
    margin-bottom: 8px;
}

.subtitle {
    max-width: 700px;
    margin: 0 auto 30px;
    color: #555;
}

.review-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 5px 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}

/* Hide scrollbar */
.review-scroll::-webkit-scrollbar {
    display: none;
}
.review-scroll {
    scrollbar-width: none;
}

.review-card {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    scroll-snap-align: start;
}

.review-header {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.avatar {
    width: 42px;
    height: 42px;
    background: #d93025;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.review-header h4 {
    font-size: 14px;
    margin: 0;
}

.review-header h4 span {
    font-weight: normal;
    color: #777;
    margin-left: 4px;
}

.stars {
    color: #fbbc04;
    font-size: 14px;
}

.review-card p {
    font-size: 14px;
    color: #333;
    margin: 8px 0;
}

.posted {
    font-size: 12px;
    color: #666;
}

.posted span {
    color: #1a73e8;
    font-weight: 600;
}
