/* =========================================================
   GLOBAL RESET & BASICS
   ========================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* Loader */
#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

/* =========================================================
   HEADER SECTION START
   ========================================================= */

.header-wrapper {
  width: 100%;
  padding: 15px 0;
  position: sticky !important;
  top: 0 !important;
  z-index: 999;

}

/* Desktop Navigation */
.web-view-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.main-nav ul {
  display: flex;
  align-items: center;
  margin: 0px;
}

.main-nav ul li {
  list-style: none;
  margin: 0 10px;
}

.main-nav ul li a {
  text-decoration: none;
  padding: 10px;
  color: #744974;
  transition: 0.5s;
  border-radius: 5px;
}

.main-nav ul li a:hover {
  /* background: #744974; */
  color: #9a59cc;
}

.img-wrapper img {
  width: 250px;
}

/* Mobile Navigation */
.mobile-view-wrapper {
  display: none;
}

/* Navbar */
.navbar-nav {
  text-align: center;
}

.nav-item a {
  text-decoration: none;
  color: #35184b;
}

.nav-item {
  margin: 15px 0px;
}

.nav-item a:hover {
  background: #744974;
  color: #ffffff;
  padding: 10px;
}

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.offcanvas-start {
  width: 100% !important;
  /* background-color: #ffffff !important; */
}

/* =========================================================
   HEADER SECTION END
   ========================================================= */


/* =========================================================
   FORM SECTION START
   ========================================================= */

.up-form-1 {
  padding: 40px;
}

.reg-title {
  font-weight: 400;
  color: #744974;
}

.error {
  color: rgb(244, 78, 78);
}

.form-group {
  position: relative;
  margin: 20px 0;
}

.form-group .form-control,
.form-select {
  height: 45px !important;
}

.form-control,
.form-select {
  border: 2px solid #744974 !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #744974;
  box-shadow: none !important;
}

.submit-btn-over {
  background: #744974 !important;
  color: #fff !important;
}

.for-border {
  position: relative;
  border-top: 2px solid #744974;
}

.form-parent {
  height: 100%;
  display: flex;
  align-items: center !important;
}

.up-form-1 {
  width: 100%;
  /* margin: 0px auto; */
}
/* l */
/* Black Previous Icon */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") !important;
}

/* Black Next Icon */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

/* =========================================================
   FORM SECTION END
   ========================================================= */


/* =========================================================
   OVERVIEW SECTION START
   ========================================================= */

#main-sec {
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #35184b;
}

#overview {
  padding: 7rem 0 14rem 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.web-view-bg-ele img {
  position: absolute;
  width: 100% !important;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.left-ove-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  color: #2f3585;
  text-wrap: balance;
}

.section-title-1 {
  font-size: 22px;
  font-weight: 500;
  color: #2f3585;
  /* text-wrap: balance; */
}

.sub-section-title {
  padding: 0 100px;
  font-size: 17px;
  /* text-wrap: balance; */
}


.p-text-con {
  text-align: justify;
  font-size: 17px;
}

.mob-view-bg-ele {
  display: none;
}

/* =========================================================
   OVERVIEW SECTION END
   ========================================================= */


/* =========================================================
   HIGHLIGHTS SECTION START
   ========================================================= */

#highlights {
  padding: 2rem 0 7rem 0;
}

.section-heading {
  text-align: center;
}

.web-highlight {
  margin-top: 30px;
}

.highlight-subsec {
  font-size: 17px;
  font-weight: 400;
  color: #2f3585;
  margin: 0px !important;
}

.highlight-card-wrapper {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  text-align: center;

}

.highlight-img-wrap img {
  width: 60px;
  height: 60px;
}

.highlight-head {
  color: #2f3585;
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
  margin-top: 15px;
}

/* =========================================================
   HIGHLIGHTS SECTION END
   ========================================================= */


/* =========================================================
   ABOUT US SECTION START
   ========================================================= */

#aboutus {
  padding: 2rem 0 10rem 0;
  position: relative;
}

.about-img-wrap img {
  width: 350px;
}

.about-txt-con {
  text-align: justify;
  margin-bottom: 30px;
  font-size: 17px;
}

.about-bg-img {
  height: 60% !important;
}

/* =========================================================
   ABOUT US SECTION END
   ========================================================= */


/* =========================================================
   AWARDS SECTION START
   ========================================================= */

#about-awards {
  padding: 7rem 0;
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.owl-nav img {
  width: 40px;
  height: 40px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(95%) saturate(644%) hue-rotate(200deg) brightness(75%) contrast(97%);
  margin-right: 10px;
}

.owl-prev img {
  transform: rotate(180deg);
}

.awards-con-wrapper {
  margin-top: 50px;
}

/* =========================================================
   AWARDS SECTION END
   ========================================================= */


/* =========================================================
   GROWTH SECTION START
   ========================================================= */

#growth {
  padding-bottom: 7rem;
}

.growth-main-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.growth-img-wrap img {
  width: 250px;
  height: 250px;
}

/* =========================================================
   GROWTH SECTION END
   ========================================================= */


/* =========================================================
   CONTACT SECTION START
   ========================================================= */

#contactus {
  background: #f0f0f0;
  padding: 4rem 0;
}

.contact-sub-hed-text {
  font-weight: bold;
  font-size: 20px;
  margin-top: 40px !important;
  margin-bottom: 0px;
}

.add-text {
  font-size: 15px;
  line-height: 30px;
  margin: 0px;
}

.space-btm {
  margin-bottom: 40px;
}

.contact-form-wrapper {
  padding: 10px 50px;

}

.main-form {
  box-shadow: 0 0 15px #2f3585,
    0 0 30px rgba(255, 255, 255, 0.05) !important;
  padding: 40px;
  border-radius: 20px;
}

.contact-form-head {
  text-align: center;
  color: #2f3585;
  margin-bottom: 30px;
}

/* =========================================================
   CONTACT SECTION END
   ========================================================= */


/* =========================================================
   FOOTER SECTION START
   ========================================================= */

#footer {
  background: #35184b;
  padding: 20px 0;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

/* =========================================================
   FOOTER SECTION END
   ========================================================= */


/* =========================================================
   THANK YOU PAGE START
   ========================================================= */

.thankyou-page-parent {
  background: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-card {
  background: #fff;
  color: #35184b;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.thank-icon {
  margin: 10px auto;
  width: 70px;
  height: 70px;
  background: #35184b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 30px;
  justify-content: center;
}

/* =========================================================
   THANK YOU PAGE END
   ========================================================= */


/* =========================================================
   FIXED BUTTONS / CTA START
   ========================================================= */

.enquire-btn,
.dwnbtn {
  position: fixed;
  bottom: 20px;
  
  background: #2f3585 !important;
  color: #fff !important;
  z-index: 999;
}

.enquire-btn {
  right: 20px;
}

.dwnbtn {
  right: 10px;
}

/* Pulse Animation */
.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@keyframes pulse-cust {
  0% {
    box-shadow: 0 0 0 0 #2f3585;
  }

  70% {
    box-shadow: 0 0 0 50px rgba(215, 146, 107, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(215, 146, 107, 0);
  }
}

/* Mobile Fixed Bar */
.fixed-btn-for-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  background: #2f3585 !important;
  padding: 10px 0;
  width: 100%;
  z-index: 9999;
}

.fixed-btn-wrapper {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #f0f0f0;
}

/* =========================================================
   FIXED BUTTONS / CTA END
   ========================================================= */


/* =========================================================
   MODAL SECTION START
   ========================================================= */

.custom-modal {
  border-radius: 17px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.custom-modal .modal-header {
  background: #35184b;
  color: #fff;
}

.custom-input {
  height: 48px;
  border-radius: 10px;
  padding-left: 40px;
}

.custom-input:focus {
  border-color: #35184b;
  box-shadow: 0 0 0 0.2rem rgba(53, 24, 75, 0.25);
}

.input-icon {
  position: absolute;
  left: 12px;
  top: 12px;
}

.submit-btn1 {
  padding: 10px 20px !important;
  background: #35184b !important;
  color: #fff !important;
  border-radius: 10px;
}

.submit-btn1:hover {
  background: #240e34;
}

.btn-close1 {
  filter: invert(1) brightness(200%) !important;
}

.modal-body {
  padding: 20px !important;
}

.btn-close:focus {
  outline: 0 !important;
  box-shadow: none !important;

}

.btn-close {

  opacity: 1 !important;
}

/* =========================================================
   MODAL SECTION END
   ========================================================= */


/* =========================================================
   RESPONSIVE MEDIA QUERIES START
   ========================================================= */

/* =========================================================
   RESPONSIVE MEDIA QUERIES START
   ========================================================= */
@media (min-width: 767px) and (max-width: 1200px) {
  .up-form-1 {
    width: 60%;
    margin: 0px auto;
  }

  .web-view-nav {
    display: none;
  }

  .mobile-view-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .contact-form-wrapper {
    padding: 0px;
    padding-top: 40px;

  }

  .growth-main-con {
    flex-direction: column !important;
  }

  #main-sec {
    padding: 0px 40px 40px 40px;
  }
}

.iframe-map-wrapper iframe {
  height: 450px !important;
}

@media (max-width: 768px) {

  /* ----- Show mobile fixed bottom bar ----- */
  .fixed-btn-for-mobile {
    display: block !important;
  }

  /* ----- Hide elements only for mobile ----- */
  .hide-in-mobile {
    display: none !important;
  }

  /* ----- Adjust map spacing on mobile ----- */
  /* .iframe-map-wrapper {
    margin-top: 30px;
  } */

  /* ----- Reduce padding in overview ----- */
  #overview {
    padding: 4rem 0 !important;
  }

  #highlights,
  #aboutus,
  #about-awards,
  #growth {
    padding-top: 0px;
    padding-bottom: 4rem;
  }

  #contactus {
    padding: 4rem 0px;
  }

  /* ----- Remove border for mobile ----- */
  #main-sec {
    border: none;
    padding: 0px 10px 10px 10px;
  }

  /* ----- Adjust font sizes ----- */
  .section-title {
    font-size: 22px;
  }

  .section-title-1 {
    font-size: 19px;
  }

  /* ----- Growth section: stack items vertically ----- */
  .growth-main-con {
    flex-direction: column;
    gap: 20px;
  }

  .growth-img-wrap img {
    width: 150px;
    height: 180px;
  }

  /* ----- About section text alignment ----- */
  .left-about-text {
    text-align: center;
    margin-bottom: 30px;
  }



  /* ----- Hide desktop header/nav ----- */
  .web-view-nav {
    display: none;
  }

  /* ----- Hide desktop background element ----- */
  .web-view-bg-ele img {
    display: none;
  }

  /* ----- Show mobile header section ----- */
  .mobile-view-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* ----- Show mobile background image ----- */
  .mob-view-bg-ele {
    display: block !important;
  }

  .mob-view-bg-ele img {
    display: block !important;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  /* ----- Resize about image for mobile ----- */
  .about-img-wrap img {
    width: 200px;
  }

  /* ----- Footer padding adjustment for space with fixed bar ----- */
  #footer {
    padding: 40px 0 80px;
  }

  .highlight-head {
    margin: 0px;
    font-size: 20px;

  }

  .sub-section-title {
    padding: 0px;
  }

  .highlight-img-wrap img {
    width: 40px;
    height: 40px;
  }

  .p-text-con {

    font-size: 15px;
  }

  .right-ove-wrapper {
    margin-top: 30px;
  }

  .img-wrapper img {
    width: 157px;
    margin-left: 10px;
  }

  .contact-form-wrapper {
    padding: 0px;
    padding-top: 40px;

  }

  .main-form {
    padding: 30px;
  }
}

@media (max-width: 576px) {}

@media (max-width: 400px) {}

@media (min-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

/* =========================================================
   RESPONSIVE MEDIA QUERIES END
   ========================================================= */