/* Sticky Button */
#sticky-enquiry-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  padding: 14px 24px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  z-index: 9999;
}

/* Popup Background */
#enquiry-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}

/* Popup Box */
.popup-content {
  background: #fff;
  width: 90%;
  max-width: 60%;
  padding: 25px;
  border-radius: 8px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Close Button */
#close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}




.col-12.col-md-4.founder-image img {
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
}
.col-12.col-md-4.founder-image {
    text-align: center;
}
h2.founder-name {
    margin-top: 20px;
    font-size: 18px;;
}


details{
  color: #000000;
  font-size: 18px;
}
.faqcontent {
    font-size: 16px;
}
summary {
  padding: .5em 1.3rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  transition: height 1s ease;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after{
  content: "\002B";
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}

details[open] summary:after{
  content: "\00D7";
}

details[open] div{
  padding: .5em 1em;
}
/* Mobile - normal */
.founder-item .row {
    flex-direction: column;
}

/* Desktop default: content left, image right */
@media (min-width: 768px) {
    .founder-item .row {
        flex-direction: row;
    }

    /* Reverse image + content for even rows */
    .founder-item.reverse .row {
        flex-direction: row-reverse !important;
    }
}


h5 {
     font-size: 18px;
         line-height: 30px;
 }



.founders-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px 20px; */
}
/* Main wrapper */
.popup-wrapper {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 6px 25px rgba(0,0,0,0.15);
  margin: 0 !important;
  padding: 0 !important;
}

/* Left image column */
.popup-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right form column */
.popup-right {
  padding: 50px 40px;
  background: #fff;
}

/* Title */
.popup-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1b59b7;
}

/* Input styles */
.popup-right input[type="text"],
.popup-right input[type="email"],
.popup-right input[type="tel"] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #d9dfe5;
  padding: 6px 0;
  font-size: 17px;
  margin-bottom: 13px;
  outline: none;
  transition: 0.3s ease;
}



.popup-right input:focus {
  border-bottom: 2px solid #1b59b7;
}

/* Submit button */
.popup-submit {
  background: linear-gradient(90deg, #f7a900, #db2929);
  padding: 14px 35px;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .popup-left, .popup-right {
    width: 100%;
    padding: 25px;
  }
}



.error-msg {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.career-input.error {
  border-bottom: 2px solid red !important;
}
/* Modal style */
.career-modal {
  padding: 30px;
  border-radius: 12px;
}

/* Underline inputs like screenshot */
.career-input {
  border: none;
  border-bottom: 1px solid #AAAAAA;
  border-radius: 0;
  padding: 8px 0;
}

.career-input:focus {
  box-shadow: none;
  border-bottom: 2px solid #ff9800;
}

/* Upload button */
.upload-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #444;
}

.upload-btn i {
  border: 2px solid #ccc;
  border-radius: 50%;
  padding: 10px;
  margin-right: 8px;
}

/* Gradient button */
.apply-btn {
  background: linear-gradient(to right, #f8a300, #d82323);
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s ease;
}

.apply-btn:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}



.modal-title.gradient-text {
  font-weight: bold;
  font-size: 2.2rem;
  background: linear-gradient(90deg, #f75d59 0%, #ff7c2b 100%);

  -webkit-text-fill-color: transparent;
}

/* Input underline style */
.modal-content input[type="text"],
.modal-content input[type="email"],
.modal-content textarea {
  border: none;
  border-bottom: 2px solid #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: transparent;
  font-size: 1.15rem;
  padding-left: 0;
  margin-bottom: 1.2rem;
}
.modal-content textarea {
  resize: none;
  min-height: 60px;
}
.modal-content label {
  color: #888;
  font-size: 1.15rem;
  font-weight: 400;
}

/* Remove input focus outline */
.modal-content input:focus,
.modal-content textarea:focus {
  border-bottom: 2px solid #ff7c2b;
}

/* Gradient Submit Button */
.modal-content .btn-gradient {
  background: linear-gradient(90deg, #e55d53 0%, #f68b35 100%);
  color: #fff;
  min-width: 140px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  font-size: 1.1rem;
  transition: box-shadow 0.2s ease;
}
.modal-content .btn-gradient:hover {
  box-shadow: 0 6px 16px rgba(255,124,43,0.15);
  color: #fff;
}

@media (max-width: 767px) {
  .modal-content .form-row .col {
    margin-bottom: 1rem;
  }
}





.founder-wrp p {
    margin-bottom: 25px;
}

.bussiness-verticle:nth-child(even) {
  flex-direction: row-reverse;
}
.bussiness-verticle img {
  border-radius: 8px;
}
.breadcrumb-section {
      position: relative;
      width: 100%;
      height: 350px; /* adjust height as needed */
      overflow: hidden;
    }

    .breadcrumb-section img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(70%); /* darken image for better text contrast */
    }

    .breadcrumb-content {
      position: absolute;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%);
      color: #fff;
      text-align: center;
    }

    .breadcrumb-content h1 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .breadcrumb-content .breadcrumb-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 10px;
      justify-content: center;
      font-size: 18px;
      font-weight: 600;
    }

    .breadcrumb-content .breadcrumb-list li {
      color: #fff;
    }

    .breadcrumb-content .breadcrumb-list li::after {
      content: ">";
      margin-left: 10px;
      color: #fff;
    }

    .breadcrumb-content .breadcrumb-list li:last-child::after {
      content: "";
    }

    .breadcrumb-content .breadcrumb-list a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s;
    }

    .breadcrumb-content .breadcrumb-list a:hover {
      color: #f8c146;
    }

    .Amenities-row img {
        width: 100%;
        max-height: auto;
        height: 200px;
        object-fit: cover;
        margin-bottom: 15px;
    }


 .amenities-row {
      margin-top: 40px;
    }

    .amenity-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 20px;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: #fff 2px solid;
    }

    .amenity-card:hover {
      transform: scale(1.03);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }

    .amenity-card img {
      width: 100%;

      object-fit: cover;
      border-radius: 10px;
    }

    .amenity-text {
      position: absolute;
   top: 15px;
    left: 15px;
      background: rgba(255, 255, 255, 0.9);
      color: #000;
      padding: 6px 14px;
      border-radius: 6px;
      font-size: 18px;
      font-weight: 600;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

   .amenity-text-paragraph {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

    @media (max-width: 767px) {
      .amenity-card img {
        height: 200px;
      }
      .amenity-text {
        font-size: 16px;
      }
    }
 .plans-section {
      position: relative;
      width: 100%;
      height: 500px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .plans-section img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: blur(6px) brightness(0.9);
      z-index: 1;
    }

    .plans-btn {
      position: relative;
      z-index: 2;
      padding: 14px 40px;
      font-size: 20px;
      font-weight: 500;
      color: #fff;
      border: none;
      border-radius: 6px;
      background: linear-gradient(90deg, #f0ad00, #e94135);
      box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
      transition: all 0.3s ease;
    }

    .plans-btn:hover {
      transform: scale(1.05);
      box-shadow: 0px 6px 18px rgba(0,0,0,0.4);
    }


header {
    background-color: #fffffff0;
    color: #000;
    border-bottom: 1px solid #ddd;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
header .nav-link:hover {
    color: #ea6a26 !important;
}
header a.nav-link.active {
    background-color: #e5c556;
    padding: 8px 15px;
    border-radius: 31px;
    color: var(--white);
}
header li.nav-item {
    margin: 0 5px;

}


header .form-control {
    background-color: transparent !important;
    font-size: 14px;
}
header form .header-btn {
    background-color: #df4437;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 8px;
}
header img {
    width: 160px;
        height: auto;
}
.collapse-header-menu li {
    margin-bottom: 25px !important;
}
.collapse-header-menu li a {
    font-size: 25px;
    line-height: 25px;
}
.mobile-menu img {
    width: 160px;
    height: auto;
}
.mobile-menu-li a
 {
    color: #fff;
    margin: 8px 0;
    display: block;
}
.mobile-menu .fa-solid {
    font-weight: 900;
    color: #000;
}
.about-img {
    margin-top: -100px;
}
.button-cust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
    width: -moz-fit-content;
    width: fit-content;
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: #fff;
    text-align: center;
    font-family: Helvetica Neue;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background-size: 200% 200%;
    background-color: #99fff7;
    background-image: linear-gradient(90deg,#f1a023,#e45c32 29%,#d81e40 67.5%,#e21682);
    box-shadow: 0 4px 5px 0 rgba(65,65,65,.3);
    background-position: 0;
    cursor: pointer;
    border-radius: 0;
    transition: all 2s;
}
.about-wrp p {
    margin-bottom: 25px;
}
.achivement-wrp, .board-wrp {
    background: linear-gradient(92deg,#e21682 2.66%,#ea6a26 100.25%);
}
.achivement-wrp h3, .achivement-wrp p, .achivement-wrp h2, .board-wrp h4, .board-wrp p {
    color: var(--white);
}
.board-wrp h5 {
    margin-bottom: 0;
}
.achivement-wrp h2, .board-wrp h2 {
    background: var(--white);
            -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
}
.achivement-wrp h3 {
    font-weight: 500;
}
.achivement-wrp p {
    font-size: 25px;
    line-height: 35px;
}
.slider-card-content h4, .slider-card-content p {
    text-align: left;
    margin-bottom: 5px;
}
.slider-card-content a {
    text-align: right;
}
.slider-card-image img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  border-radius: 8px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.swiper-button-next,
.swiper-button-prev {
    width: 20px;
    height: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.swiper-button-next .fa-solid, .swiper-button-prev .fa-solid {
    font-size: 25px !important;
}
.progress, .progress-stacked {
     --bs-progress-bg: inherit !important;

}
.swiper-button-next, .swiper-button-prev {
    padding: 0px;
    margin-top: 10px;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.image-box {
    box-shadow: 0 4px 24px 0 rgba(0,0,0,.45);
    border: 5px solid #fff;
    outline: 1px solid #f1a02385;
    padding: 0;
    background-color: #fff;
    position: relative;

}

.image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    z-index: 999999;
    top: 40%;
    text-align: center;
}
.image-overlay h3, .image-overlay a {
    color: var(--white) !important;
    margin-bottom: 0;
}
.Accolades-wrp {
  background-image: url("../images/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
.accolades-img {
    width: 200px;
    height: 200px;
    border-radius: 150px;
    margin: auto;
    padding: 50px;
    margin-bottom: 25px;
    background: var(--white);
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.swiper-slide {
   background: inherit !important;
}
footer {
    background-color: #000;
    background: url("../images/footer.png"),#d3d3d3 50%/cover no-repeat;
    border-top: 1px solid #8080800f;
    box-shadow: 0 38px 61px #00000047;
}
.footer-logo img {
    width: 250px;
}


.about-column-image {
    height: 25%;
}

.career-card {
    padding: 30px 25px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
}

.cur-opening-wrp h4, .blog-wrp h4, .blog-sidebar h4 {
    background: linear-gradient(91deg,#f1a023 .32%,#ea6a26 28.25%,#d81e40 61.56%,#e21682 98.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
footer ul li {
    margin-bottom: 10px;
}
.blog-wrp .page-link {
    color: var(--black);
    font-weight: 400;
}
.contact-form {
    padding: 40px 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
}
.contact-wrp form .form-control, .contact-wrp form select {
    padding: 15px 20px !important;
    background: #fff !important;
    border-radius: 8px !important;
}
.contact-wrp h4 {
    font-weight: 600;
}
.contact-wrp ul li {
    margin-bottom: 10px;
}
.contact-wrp ul li a{
    font-size: 18px;
}
.blog-main-content p {
    margin-bottom: 20px;
}
.sidebar-card p {
    line-height: 25px;
}
.sidebar-card p a {
    font-size: 16px;
    font-weight: 600;
}
.sidebar-card {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    .about-wrp, .founder-wrp {
        padding-bottom: 0 !important;
    }
    .about-wrp p {
        margin-bottom: 15px;
    }
    .button-cust {
        margin-top: 25px;
    }
    .founder-wrp h2 {
        margin-bottom: 10px;
    }
    .blog-wrp .button-cust {
        margin-top: 0;
    }
    .business-wrp h2 {
        margin-bottom: 0;
    }
    .cur-opening-wrp {
        margin-top: 40px;
    }
    iframe {
    width: 100%;

}
.contact-form {
    padding: 40px 20px;
}

.popup-content {
  max-width: 95%;
}
}

@media (min-width:768px) {
    .footer-logo {
        margin-bottom: 50px;
    }
    .business-wrp h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .blog-card-image {
        height: 35vh;
    }
    .blog-main-content p {
    margin-bottom: 40px;
}

}


.width100 {
    width: 100%;
}