@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Merienda:wght@300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&family=Port+Lligat+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Merienda:wght@300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Port+Lligat+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Platypi:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Port+Lligat+Sans&display=swap");
.font-size-14 {
  font-size: 14px !important;
}

.row,
.col,
.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
}

.text-brown {
  color: #730d0d !important;
}

body {
  overflow-x: hidden;
}
.border-margin {
  margin-left: 150px !important;
}
.wp-image {
  width: 100%;
  height: 650px;
}

.text-red {
  color: #d82417 !important;
}

  .nav-link.active {
    color: #d82417 !important;
  }

.btn.font-size-n {
  font-size: 30px;
}

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

.btn.bg-gradient {
  background: none !important;
  background-image: linear-gradient(#f80f00, #ff730d) !important;
  border: none;
  border-radius: 11px;
  color: white !important;
}
.btn.bg-gradient-big {
  background: none !important;
  background-image: linear-gradient(#f80f00, #ff730d) !important;
  border: none;
  font-size: 20px;
  border-radius: 11px;
  color: white !important;
}

.text-blue {
  color: #051775;
}

.bg-gradient-image {
  background-image: linear-gradient(#f80f00, #ff730d) !important;
  border: none;
  border-radius: 20px;
  color: white !important;
}

.gradient-border {
  border: 3px solid #ff730d;
  /* border-image: linear-gradient(#f80f00, #ff730d) 1; */
  border-radius: 50px !important;
}

.bg-image {
  padding: 40px;
  min-height: 480px !important;
  /* margin: 20px!important; */
  border-radius: 20px;
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.section_one {
  /* height: 400px!important; Set the height to 100% of the viewport height */
  width: 100vw !important; /* Full viewport width */
  background-image: url('../images/bg-1.png');
  background-repeat: no-repeat;
  background-size: cover !important; /* Ensure the image covers the full area */
  background-position: center center !important; /* Keep the image centered */
}

.bg-wwa {
  width: 100vw !important;
  background-image: url('../images/bg-about.png');
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  z-index: 1; /* Ensures content appears above the background */
}
.bg-ms {
  width: 100vw !important;
  background-image: url('../images/service-bg.png');
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  z-index: 1; /* Ensures content appears above the background */
}

.bg-oj {
  width: 100vw !important;
  background-image: url('../images/a2.png');
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  z-index: 1; /* Ensures content appears above the background */
}

.bg-ls {
  width: 100vw !important;
  background-image: url('../images/lb.png');
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  z-index: 1; /* Ensures content appears above the background */
}
.bg-l {
  height: 220px;
  width: 100vw !important;
  background-image: url('../images/leadership.jpg');
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
}
.bg-g {
  height: 220px;
  width: 100vw !important;
  background-image: url('../images/g-bg.jpg');
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
.bg-faq {
  height: 220px;
  width: 100vw !important;
  background-image: url('../images/faq.png');
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}

.bg-padhadhikari {
  height: auto;
  padding: 20px;
  width: 100vw !important;
  background-image: url('../images/faq.png');
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}

.bg-e {
  height: 220px;
  width: 100vw !important;
  background-image: url('../images/enquiry.png');
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
}

/* Add a black overlay */
.bg-faq::before,
.bg-g::before,
.bg-l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Adjust opacity (0.1 - 1) */
  z-index: 1;
}

.mt-100{
  margin-top: -100px!important;
}

/* Ensure text content appears above the overlay */
.bg-faq *,
.bg-l *,
.bg-g * {
  position: relative;
  z-index: 2;
  color: white; /* Ensures text is readable */
}

.yellow-text {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: normal;
  color: #fff; /* White text */
  padding: 10px 20px;
  text-shadow: 0px 3px 8px #000; /* Soft glow effect */
}

.bg-ms::before,
.bg-ls::before,
.bg-oj::before,
.bg-wwa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* Adjust opacity to lighten */
  z-index: -1; /* Keeps it behind the content */
}

.bg-wwa .row,
.bg-oj .row,
.bg-ms .row {
  position: relative;
  z-index: 2; /* Ensures text appears above overlay */
}

.oj-text {
  font-size: 19px;
  line-height: 35px;
}

.focus-image {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  aspect-ratio: 4/4;
}

.line-height {
  line-height: 40px;
}

.box {
  background-color: #fffbfb !important;
  border: 0.5px solid grey;
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.btn.bg-gradient :hover {
  color: white !important;
}

.menu .nav-link {
  font-size: 22px !important;
  color: rgb(65, 58, 58);
}

.jain-heading {
  color: #f80f01;
  font-family: "Merienda", serif !important;
  font-weight: 400;
  line-height: 64.98px;
  font-size: 47px;
}
.font-size-lg {
  font-size: 45px !important;
}
.text-red-orange {
  color: #ff3705 !important;
}

.jain-heading-para {
  font-family: "Inria Sans", serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
  font-size: 58px;
}

.circle-container {
  display: flex;
  justify-content: center;
  margin-left: 280px;
  margin-top: -13px;
  gap: 6px; /* Space between circles */
}

.btn.bg-cream {
  background-color: #ffe3e3 !important;
  color: #000 !important;
}
.btn.bg-cream:hover {
  background-color: #ffe3e3 !important;
  color: #000 !important;
}

.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.text-yellow {
  color: #fffa97;
}

.yellow {
  background-color: yellow;
}
.green {
  background-color: green;
}
.white {
  background-color: #ffe3e3;
}
.blue {
  background-color: blue;
}
.red {
  background-color: red;
}

.header-photo {
  margin-top: -70px;
}

.text-secondary-color {
  color: rgb(70, 69, 69) !important;
}

.border-radius {
  border-radius: 30px;
}

.gradient-border .img-fluid-circle {
  justify-content: center;
  border-radius: 50%;
  width: 360px;
  height: 360px;
}

/* Change accordion header background color */
.accordion-button {
  background-color: #ffeae1 !important; /* Change to your desired color */
  color: black; /* Text color */
  border: 2px solid #ffeae1 !important;
}

/* Change color when hovered */
.accordion-button:hover {
  background-color: #ffeae1; /* Darker shade */
  color: black;
}

.accordion-button:focus {
  background-color: #ffeae1; /* Focus color */
  color: black;
  border: 2px solid #ffeae1 !important;
}

.accordion-button:not(.collapsed) {
  background-color: #ffeae1;
  color: black;
}

/* Remove default Bootstrap focus outline */
.accordion-button:focus {
  outline: none !important;
}

.btn.send-interest-btn {
  background-color: #fffdea !important;
  color: #000 !important;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  white-space: nowrap !important;
}
.btn.favourite-btn {
  background-color: #fff495 !important;
  color: #000 !important;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.margin-top-m {
  margin-top: -130px;
}
.margin-top {
  margin-top: 120px !important;
}

.register-heading {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-size: 65px;
}

.img-fluid-custom {
  height: 60px !important;
  width: 60px !important;
  /* aspect-ratio: 4/4!important;
    object-fit: contain; */
}

.font-size-md {
  font-size: 25px;
}

.img-fluid-m {
  width: 100%;
}

.slick-slide {
  margin: 20px; /* Ensures proper spacing between slides */
}

.download-icon-size {
  width: 45px;
}
.w-25-heart {
  width: 25% !important;
}

.service-text {
  font-size: 35px;
  margin-top: -10px;
}

.faq-fs {
  font-size: 39px;
}

.mediator-m {
  margin-top: -100px !important;
}

.w-30 {
  width: 30% !important;
}
.fontSize {
  font-size: 50px !important;
}
.w-90 {
  width: 30% !important;
}
.image-s {
  width: 75% !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* Converts white to black */
}

.mobile-view {
  display: none;
}
.image-50{
  width: 50%!important;
}
.font-size-18{
  font-size: 18px!important;
}
@media (max-width: 575.98px) {

  .mt-100{
    margin-top: -20px!important;
  }

  .font-size-18{
    font-size: 14px!important;
  }
  .mobile-view {
    display: block;
  }
  .image-50{
    width: 20%!important;
  }
  .fontSize {
    font-size: 30px !important;
  }
  .image-s {
    width: 30% !important;
  }
  .w-90 {
    width: 70% !important;
  }
  .w-30 {
    width: 60% !important;
  }

  .h3,
  h3 {
    font-size: 16px !important;
  }

  .h5,
  h5 {
    font-size: 14px !important;
  }
  .mediator-m {
    margin-top: -50px !important;
  }

  .laptop-view {
    display: none !important;
  }
  .bg-faq,
  .bg-e,
  .bg-g,
  .bg-l {
    height: 160px !important;
  }
  .menu {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping to a new line */
    overflow-x: auto; /* Allow horizontal scrolling if the content overflows */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for touch devices */
  }
  .nav-item {
    white-space: nowrap; /* Ensure each item stays in a single line */
    margin-right: 1px !important;
  }
  .menu .nav-link {
    font-size: 18px !important;
  }
  .nav-item:last-child {
    margin-right: 0; /* No space after the last item */
  }

  .section_one {
    /* height: 400px!important; Set the height to 100% of the viewport height */
    width: 100vw !important; /* Full viewport width */
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover !important; /* Ensure the image covers the full area */
    background-position: center center !important; /* Keep the image centered */
  }

  .mmm {
    padding: 0;
    margin: 0;
  }

  .btn.bg-gradient {
    background: none !important;
    background-image: linear-gradient(#f80f00, #ff730d) !important;
    border: none;
    border-radius: 11px;
    color: white !important;
    font-size: 13px !important;
    padding: 2px 4px !important;
  }
  .btn.bg-gradient :hover {
    color: white !important;
  }

  #first-order {
    order: 1;
  }
  #second-order {
    order: 2;
  }

  .jain-heading {
    font-size: 34px;
  }

  .container {
    padding: 5px !important;
  }

  .circle-container {
    margin-left: 200px;
  }

  .jain-heading-para {
    font-size: 30px;
  }

  .font-size-lg {
    font-size: 25px !important;
  }
  .bg-gradient-image {
    border-radius: 10px !important;
  }

  .line-height {
    line-height: 30px !important;
  }

  .bg-image {
    padding: 20px;
    min-height: auto !important;
    /* margin: 20px!important; */
    border-radius: 20px;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .register-heading {
    font-size: 33px;
  }
  .font-size-md {
    font-size: 18px;
  }
  .font-size-n {
    font-size: 20px !important;
  }
  .download-icon-size {
    width: 27px;
  }
  h1 {
    font-size: 25px !important;
  }
  h4,
  .h4 {
    font-size: 19px !important;
  }
  .w-25-heart {
    width: 60% !important;
  }
  .border-margin {
    margin-left: 30px !important;
  }
  .img-fluid-m {
    width: 20%!important;
  }
  .wp-image {
    width: 100% !important;
    height: auto !important;
  }
  .btn.send-interest-btn,
  .btn.favourite-btn {
    font-size: 14px !important;
  }

  .gradient-border .img-fluid-circle {
    justify-content: center;
    border-radius: 50%;
    width: 280px;
    height: 280px;
  }

  .service-text {
    font-size: 20px;
    margin-top: -10px;
  }

  .yellow-text {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #fff; /* White text */
    padding: 5px 10px;
    text-shadow: 0px 3px 8px #000; /* Soft glow effect */

    /* Blurred Background */
    background: rgba(251, 221, 29, 0.6); /* Semi-transparent yellow */
    backdrop-filter: blur(30px); /* Blur effect */
    border-radius: 10px; /* Smooth rounded corners */
  }

  .oj-text {
    font-size: 18px;
    line-height: 27px;
  }

  .faq-fs {
    font-size: 23px;
  }
}

@media (min-width: 600px) and (max-width: 1260px) {
}

/* floating form input */

.floating-group {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.floating-group input,
.floating-group select {
  width: 100%;
  padding: 9px 10px; /* Adjusted height */
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 15px; /* Adjusted font size */
  outline: none;
  background: white;
  transition: 0.3s ease-in-out;
  appearance: none;
}

/* Label positioning */
.floating-group label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #777;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  background: white;
  padding: 0 5px;
}

/* Focus and filled styles */
.floating-group input:focus,
.floating-group select:focus {
  border-color: #000;
}

/* ✅ Ensure floating label works on focus and when filled */
.floating-group input:focus + label,
.floating-group input:not(:placeholder-shown) + label,
.floating-group select:focus + label,
.floating-group select:valid + label {
top: 5px;
font-size: 12px;
color: #000;
background: white;
padding: 0 5px;
}

/* Fix autofill background color issue */
.floating-group input:-webkit-autofill,
.floating-group select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
}


.phone-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 400px;
}

.country-select select {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
}
