@import url("https://fonts.googleapis.com/css2?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");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif !important;
  background: var(
    --Ui-Gradient,
    linear-gradient(90deg, #fe4600 -35.47%, #0159ff 129.6%)
  );
  overflow-x: hidden;
}

.container-fluid {
  padding: 0 40px !important;
}

.bharathhealth,
.dontstopthere,
.watchoutbg,
footer {
  margin-top: 60px;
}

/*-------------Gradient ui start-------------*/

/* Common gradient circle style */

.gradient-btn {
  border-radius: 12px;
  border: 0.5px solid #ffffff5f !important;
  background: linear-gradient(86deg, #fe4600 -65.91%, #0159ff 146.09%);
  color: white !important;
  padding: 8px 36px !important;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

/*-------------Navbar Start-------------*/

.navbg {
  display: inline-flex; /* instead of flex */
  padding: 0 20px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(35px);
}

.navbar {
  .container {
    padding: 20px 0 !important;
  }
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
  background: transparent;
  height: 100px;
}

.navbar.scrolled {
  background: linear-gradient(
    90deg,
    rgba(254, 70, 0, 0.1) -35.47%,
    rgba(1, 89, 255, 0.1) 129.6%
  );
  backdrop-filter: blur(12px);
  /* height: 100px; */
}

/* .navbar-expand-lg {
  padding: 13px 100px !important;
} */

.navbar-nav {
  height: 40px;
}

.navbar-nav .nav-link.active {
  font-weight: 500;
  color: #ff8c04 !important;
  font-size: 16px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #ffffff !important;
  font-size: 16px;
}


.navbar-toggler {
  border: 1px solid white !important;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

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

/*-------------Navbar End-------------*/

/*-------------Herosection start-------------*/
.herobg {
  border-radius: 30px;
  background: var(--Black, rgba(0, 0, 0, 0.37));
  /* padding: 30px 40px; */
  margin-top: 40px;

  .herocontent {
    .customcolor {
      background: linear-gradient(
        59deg,
        #fe4600 -55.87%,
        #ff6530 -28.84%,
        #f73636 4.26%,
        #ffb55e 41.17%,
        #02b9ff 82.06%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  img {
    border-radius: 24px;
  }

  .btn-gradient,
  .btn-gradient:hover,
  .btn-gradient:active,
  .btn-gradient:focus {
    border-radius: 16px;
    background: linear-gradient(
      90deg,
      #fe4600 -35.47%,
      #795086 51.19%,
      #0159ff 129.6%
    );
    font-size: 18px;
    font-weight: 400;
    color: white;
    padding: 14px 70px;
    border: none;
  }
}

.carousel-indicators [data-bs-target] {
  width: 8px !important;
  height: 8px !important;
  border-radius: 8px !important;
  background-color: transparent !important;
  border: 1px solid white !important;
  margin: 0 3px;
  transition: all 0.3s ease;
}

.carousel-indicators {
  display: flex !important;
  justify-content: flex-start !important; /* align left */
  padding: 0 !important;
  margin: 0 !important; /* reset all margins */
  position: absolute;
  bottom: 40px !important; /* distance from bottom of carousel */
  left: 3% !important; /* distance from left of carousel */
  gap: 0.5rem; /* spacing between dots */
  z-index: 10;
}

.carousel-indicators [data-bs-target].active {
  width: 30px !important;
  border-radius: 5px !important;
  background-color: rgba(255, 255, 255, 1) !important;
}


.carousel-inner {
  position: relative;
  /* border-radius: 50px; */
}
.carousel-item {
  width: 100% !important;
  height: 540px;
  /* border-radius: 40px !important; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Desktop images */
.carousel-item:nth-child(1) {
  background-image: url('../img/Banner-web-1.png');
}
.carousel-item:nth-child(2) {
  background-image: url('../img/Banner-web-2.png');
}
.carousel-item:nth-child(3) {
  background-image: url('../img/Banner-web-3.png');
}
.carousel-item:nth-child(4) {
  background-image: url('../img/Banner-web-4.png');
}
.carousel-item:nth-child(5) {
  background-image: url('../img/Banner-web-5.png');
}



/* .carousel-item {
  position: relative;
}

.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.4%, #000 100%);
  pointer-events: none;
  border-radius: 30px;
} */

.herotext {
  font-size: 18px;
  line-height: 150%;
}

/*-------------Herosection end-------------*/

/*-------------wecareyou start-------------*/

.carebg {
  background: linear-gradient(0deg, #fe4600 -70.11%, #0159ff 161.34%);
  padding: 80px 0;

  h6 {
    font-size: 32px;
    text-transform: uppercase;
  }

  .carecard {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #ffffff;

    h5 {
      margin-bottom: 20px;
      font-size: 24px;
    }

    p {
      width: 95%;
      margin: 10px 0;
      font-size: 18px;
      min-height: 55px;
    }

    .cardborder {
      border: 1px solid rgba(227, 227, 227, 0.739);
      transform: scale(1, 0.5); /* scale down height of border */
      transform-origin: top;
      margin: 10px 0;
    }

    .service-list {
      font-size: 14px;
      margin: 10px 0;
    }
  }
}
/*-------------wecareyou end-------------*/

/*-------------ABDM start-------------*/

.abdmbg {
  background: linear-gradient(0deg, #fe4600 -96.5%, #0159ff 154.76%);
  padding: 80px 0;
}
.abdmimg {
  width: 75%;
}

.gradientblack {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  padding: 20px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.milestone {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  h4 {
    min-height: 60px;
  }
  p {
    font-size: 18px;
  }
}

.adbdmlist {
  border: 1px solid white;
  border-radius: 30px;
  padding: 15px 30px;
  color: white;
  font-size: 18px;
}
/*-------------ABDM end-------------*/

/*-------------Bharath health start-------------*/
.bharathbg {
  border-radius: 30px;
  background: var(--Black, rgba(0, 0, 0, 0.37));
  padding: 30px !important;
  position: relative;
  /* Ensures child elements can be positioned */
  padding: 20px;

  h4 {
    min-height: 105px;
    font-size: 24px;
    line-height: 150%;
  }

  h6 {
    min-height: 185px;
  }
}

.hospitalbed {
  position: absolute;
  bottom: -23%;
  right: 5%;
  width: 38%;
  margin-bottom: 25px;
}

.sexhealth {
  position: absolute;
  bottom: -26%;
  right: -2%;
  width: 35%;
  margin-bottom: 25px;
}

.red-cross {
  position: absolute;
  bottom: -23%;
  right: -2%;
  width: 27%;
  margin-bottom: 25px;
}

/*-------------Bharath health end-------------*/

.kokoroheartbg {
  background: linear-gradient(60deg, #fe4600 -102.01%, #0159ff 138.73%);
  padding: 80px 0;

  .heartkokoro {
    h6 {
      font-size: 18px;
      font-weight: 300 !important;
      width: 65%;
    }
  }

  .gradienlightbg {
    border-radius: 30px;
    border: 1px solid #667085;
    background: linear-gradient(
      0deg,
      rgba(2, 35, 71, 0.3) -5%,
      rgba(255, 255, 255, 0.3) 115.71%
    );
    color: #ffffff;

    img {
      height: 70px;
    }
  }
}

/*-------------Dontstoptherebg Start-------------*/

.dontstoptherebg {
  border-radius: 30px;
  background: var(--Black, rgba(0, 0, 0, 0.37));
  padding: 30px !important;

  h5 {
    background: linear-gradient(
      59deg,
      #fe4600 -55.87%,
      #ff6530 -28.84%,
      #f73636 4.26%,
      #ffb55e 41.17%,
      #02b9ff 82.06%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
  }

  h4 {
    max-width: 60%;
    margin: 0 auto;
    line-height: 150%;
    font-weight: 400;
  }
}

/*-------------Dontstoptherebg End-------------*/

/*-------------Watchout bharath start-------------*/
.watchoutbg {
  border-radius: 30px;
  background: var(--white, #fff);
  padding: 30px 20px;

  h4 {
    max-width: 80%;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;

    span {
      color: #ff8c04;
      font-weight: 600;
    }
  }
}

/*-------------Watchout bharath end-------------*/

/*-------------Footer start-------------*/
footer {
  .btn-outline-light {
    font-size: 18px;
  }

  .custom-border-right {
    border-right: 1px solid rgba(221, 221, 221, 0.534);
    min-height: 180px;
  }
}

/*-------------Footer end-------------*/

/*-------------Policies start-------------*/
.policies {
  .nav-link {
    border-radius: 10px !important;
    border: 1px solid #fff !important;
    padding: 10px 40px !important;
    color: white !important;
  }

  .nav-pills .nav-link.active {
    border-radius: 10px;
    border: 1px solid var(--white, #fff);
    background: var(
      --gradient-gray-60050090-deg,
      linear-gradient(90deg, #475467 0%, #667085 100%)
    );
    color: white;
    padding: 10px 40px;
  }
}
.generic {
  font-size: 15px;
  line-height: 160%;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.938);
}

/*-------------Policies end-------------*/

/*-------------TC start-------------*/
.tablebg {
  border-radius: 20px;
  background: var(--Black, rgba(0, 0, 0, 0.37));
  padding: 15px !important;

  /* .custom-table,
.custom-table th,
.custom-table td {
  border: none;
} */

  .custom-table {
    border-collapse: separate;
    border-spacing: 0;
    border-color: #898989;
  }

  /* Optional: make header text bold and clean */
  .custom-table thead th {
    font-weight: 600;
    color: #ffffff;
    vertical-align: middle;
    background-color: transparent;
    border-bottom-width: #ffffff4b;
  }

  .custom-table td {
    background-color: transparent !important; /* remove any td bg */
    color: #ffffffdb; /* optional text color */
    vertical-align: top;
    font-size: 14px;
    min-width: 150px;
  }
}

/*-------------TC end-------------*/

.tab-pane:focus {
  outline: none;
  box-shadow: none; /* Also remove potential box-shadow focus styles */
}

@media (max-width: 1399px) {
  .carousel-item {
  background-size: contain;
}
}

@media (max-width: 991px) {
  .background-decor {
    position: absolute; /* or absolute */
    top: 0;
    left: 0;
    width: 100vw;
    height: 340vh;
    height: 100%;
    min-height: 100vh; /* Enough to cover full page height */
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
  }

  .circle-1 {
    top: 1000px;
    right: -30vw;
    transform: rotate(180deg);
  }

  .circle-2 {
    top: 1200px;
    left: -25vw;
    transform: rotate(180deg);
  }

  .circle-3 {
    top: 2170px;
    right: -35vw;
    transform: rotate(180deg);
  }

  .circle-4 {
    top: 2900px;
    left: -35vw;
    transform: rotate(180deg);
  }

  .container-fluid {
    padding: 0 16px !important;
  }

  .navbar {
    .container-fluid {
      padding: 16px 50px !important;
    }
  }
  .navbar-expand-lg {
    padding: 13px 16px !important;
  }

  nav.container {
    width: 93%;
  }

  .bharathhealth {
    .mobilegap {
      row-gap: 100px;
    }
  }

  .dontstoptherebg {
    h4 {
      max-width: 90%;
    }

    col {
      gap: 100px;
    }
  }

  .watchoutbg {
    h4 {
      text-align: start;
      max-width: 100%;
      font-size: 20px;
    }
  }

  .navbg {
    width: 100%;
  }

  .kokoroheart {
    h5 {
      min-height: 50px;
    }
  }
    .carousel-item {
  height: 370px;
}
}

@media (max-width: 769px) {
  .navbar {
    .container-fluid {
      padding: 16px 20px !important;
    }
  }

  .gradientblack {
    height: auto;
  }

  .navbar {
    height: auto;
  }

  .navbar-nav {
    height: auto;
  }

  .carousel-item img {
    height: 300px;
  }

  .bharathhealth {
    .mobilegap {
      gap: 100px;
    }
  }

  .kokoroheart {
    h5 {
      min-height: auto;
    }
  }

  .dontstoptherebg {
    h4 {
      max-width: 100%;
    }
  }

  /*-------------ABDM start-------------*/
  .abdmimg {
    width: 100%;
  }

  .btnfull {
    width: 100%;
  }

  /*-------------ABDM end-------------*/
  footer {

    button {
      width: 100%;
    }
  }

  .dontstoptherebg,
  .bharathbg {
    padding: 20px !important;
  }

  .navbg {
    width: 100%;
  }

  .carousel-item {
  height: 370px;
}
}

/*-------------Delete Account Form Start-------------*/

@media (max-width: 576px) {
  .container {
    padding: 0 20px !important;
  }
  .navbar-brand {
    max-width: 60%;
    img {
      width: 100% !important;
    }
  }
  .navbg {
    width: 100%;
  }

  .carousel {
  position: relative; /* parent for positioning */
}

 .carousel-item {
  width: 100%;
  height: 400px;
  border-radius: 30px !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  } 

  

  .carousel-item:nth-child(1) {
    background-image: url('../img/Banner-mob-1.png') !important;
  }
  .carousel-item:nth-child(2) {
    background-image: url('../img/Banner-mob-2.png') !important;
  }
  .carousel-item:nth-child(3) {
    background-image: url('../img/Banner-mob-3.png') !important;
  }
  .carousel-item:nth-child(4) {
    background-image: url('../img/Banner-mob-4.png') !important;
  }
   .carousel-item:nth-child(5) {
    background-image: url('../img/Banner-mob-5.png') !important;
  }
  } 

@media screen and (min-width: 320px) {
  .carousel-indicators {
    bottom: 40px !important;
    left: 20px !important;
  }
}

/* From 375px and up */
@media screen and (min-width: 375px) {
  .carousel-indicators {
    bottom: 18px !important;
    left: 28px !important;
  }
}

/* From 425px and up */
@media screen and (min-width: 425px) {
  .carousel-indicators {
    bottom: 20px !important;
    left: 55px !important;
  }
}

@media screen and (min-width: 576px) {
  .carousel-indicators {
  display: flex !important;
  justify-content: flex-start !important; /* align left */
  padding: 0 !important;
  margin: 0 !important; /* reset all margins */
  position: absolute;
  bottom: 40px !important; /* distance from bottom of carousel */
  left: 3% !important; /* distance from left of carousel */
  gap: 0.5rem; /* spacing between dots */
  z-index: 10;
}
}




.delete-account-form {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.delete-form-input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  resize: vertical;
}

.delete-form-input:focus {
  background: transparent;
  border-color: #fe4600;
  box-shadow: 0 0 0 0.2rem rgba(254, 70, 0, 0.25);
  color: white;
}

.delete-form-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.delete-form-input option {
  background: #333;
  color: white;
}

.form-check-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-check-input:checked {
  background-color: #fe4600;
  border-color: #fe4600;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 70, 0, 0.25);
}

.btn-danger {
  background: linear-gradient(90deg, #fe4600 -35.47%, #ff4444 129.6%);
  border: none;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-danger:hover {
  background: linear-gradient(90deg, #e63e00 -35.47%, #e63333 129.6%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(254, 70, 0, 0.3);
}

.btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  transform: translateY(-2px);
}

.alert-warning-custom {
  background: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.3);
  border-radius: 10px;
  backdrop-filter: blur(5px);
}

.invalid-feedback {
  color: #ff6b6b;
  font-size: 14px;
}

.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
  border-color: #ff6b6b;
}

.was-validated .form-control:valid,
.was-validated .form-select:valid {
  border-color: #28a745;
}

.was-validated .form-check-input:invalid {
  border-color: #ff6b6b;
}

.was-validated .form-check-input:valid {
  border-color: #28a745;
}
/*-------------Delete Account Form End-------------*/
