* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Avenir", "Segoe UI", "Helvetica Neue", sans-serif !important;
}

input.form-control:focus {
  box-shadow: none;
  border-color: #ededed;
}

.main-menu .nav-item .nav-link {
  font-size: 18px;
  padding: 0px;
  color: #000000;
}

.main-menu .nav-item .nav-link.active {
  color: #0066ff;
  font-weight: 700 !important;
}

.main-menu .nav-item .nav-link:hover {
  color: #0066ff;
}

button.login-btn {
  background-color: #0066ff;
  padding: 10px;
  border-radius: 50px;
  width: 115px;
  font-size: 18px;
  color: #fff;
}

button.login-btn:hover {
  border: 1px solid #0066ff;
  color: #0066ff;
}

.head-search-input {
  box-shadow: 8px 8px 56px 0px #0000000d;
  width: 200px !important;
}

.head-search-input::placeholder {
  color: #848d9b;
  font-size: 16px;
  font-weight: 400;
}

.head-search-input .input-group-text,
.head-search-input .search-input {
  border-radius: 40px;
  border: 1px solid #ededed;
  background-color: #ffffff;
  padding: 10px;
}

.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.navbar.scrolled {
  background-color: #e6efff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease;
}

.hero-bg {
  background-image: url(../images/hero-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  padding-top: 100px;
}

.victory-text {
  position: relative;
  background: #ffffff;
  padding: 10px 24px;
  border-radius: 30px;
  z-index: 1;
}

.victory-text::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fcfdff 0%, #f0f5ff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.hero-slider-item {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px;
}

.slider-image {
  border-radius: 20px;
}

.hero-slider-item img.victory-tag {
  top: 30px !important;
  width: 80px !important;
}


.slider-head {
  font-size: 32px;
  line-height: 35px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

button.read-btn {
  font-size: 22px;
  color: #0066ff;
}

button.read-btn:hover {
  text-decoration: underline;
}

.slider-para {
  font-size: 22px;
  color: #3d3d3d;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.supporters-text {
  font-size: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0066ff !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #e6efff !important;
}

.slider-image2 {
  height: 295px !important;
  border-radius: 20px;
  object-fit: cover;
}

div#heroSlider2 {
  position: relative;
  bottom: -72px;
}

.slider-spacing {
  margin-bottom: 80px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px !important;
}

.latest-section {
  background-color: #f4f8ff;
  border-radius: 20px;
  padding: 20px;
}

.supporters-text .form-check-input[type="radio"] {
  border: 3px solid #000000;
}

.supporters-text .form-check-input:checked[type="radio"] {
  border: 3px solid #0066ff;
}

.form-check-input:focus {
  box-shadow: none !important;
}

input.comment-input {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 12px 24px;
}

input.comment-input::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #3d3d3d;
}

.card-text {
  font-size: 24px;
  line-height: 35px;
}

.card-item {
  background-color: #e6efff;
  padding: 10px;
  border-radius: 20px;
}

.main-heading {
  font-size: 40px;
}

.tag-pill {
  margin: 5px;
  padding: 10px 20px;
  border-radius: 45px;
  background-color: #ffffff;
  font-size: 20px;
  border: 1px solid #e6e9ea;
  color: #000;
}

.tag-pill.active {
  background-color: #0d6efd;
  color: #fff;
}

.trending-badge {
  color: #fff;
  padding: 16px;
}

.card-custom {
  border-radius: 24px;
  background-color: #0066ff;
}

.health-head {
  font-size: 24px;
}

.featured-topics {
  font-size: 24px;
}

.health-para {
  color: #3d3d3d;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.health-body {
  background-color: #fafcff;
  padding: 10px;
  border-radius: 22px;
}

.card-image {
  border-radius: 17px;
}

button.read-more {
  color: #0d6efd;
  font-weight: 500;
}

button.read-more:hover {
  text-decoration: underline;
}

.fs-18 {
  font-size: 18px;
}

button.load-more-btn {
  border: 1px solid #0066ff;
  padding: 10px 20px;
  border-radius: 8px;
  color: #0066ff;
  font-size: 18px;
}

button.load-more-btn:hover {
  background-color: #0066ff;
  color: #fff;
}

.footer-bg {
  background-image: url(../images/Footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 24px 0px;
}

.form-control:focus,
.btn:focus {
  box-shadow: none;
}

.subscribe-input {
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #387ae7;
  padding: 5px;
}

.subscribe-input input {
  border: none;
  border-radius: 0;
  padding: 12px 16px;
  background-color: transparent;
}

.subscribe-input .btn {
  border-radius: 12px !important;
  background-color: #0066ff;
  color: #fff;
  padding: 12px 24px;
}

.social-icons a {
  width: 50px;
  height: 50px;
  background-color: #0066ff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  margin: 0 8px;
  transition: 0.3s;
}

.social-icons a:hover {
  background-color: #fff;
  border: 1px solid #0066ff;
  color: #0066ff;
}

.subscribe-input .btn:hover {
  background-color: #fff;
  border: 1px solid #0066ff;
}

a.footer-logo {
  font-size: 32px;
}

.copy-write-text {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
}

/* 5 Aug 2025 About Us page css start  */

.about-hero-bg {
  background-image: url(../images/hero-about.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  padding-top: 100px;
}

.about-main-head {
  color: #000000;
  font-weight: 900;
  font-size: 50px;
}

.about-main-para {
  color: #000000;
  font-weight: 500;
  font-size: 38px;
}

.about-us-review {
  background-color: #0066ff;
  padding: 40px 30px;
  border-radius: 24px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin-bottom: 80px;
}

.about-us-review:hover {
  transform: translateY(-5px);
  box-shadow: #0066ffa9 0px 8px 24px;
}

.about-banner-head {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

.about-second-section {
  background-color: #f4f8ff;
  padding: 100px 0px 50px;
}

.about-left-image {
  border-radius: 0px 0px 14px 14px;
  box-shadow: 48.94px 97.89px 189.66px 0px #1e677108;
  max-width: 489px;
  height: 562px;
  object-fit: cover;
  object-position: left;
  text-align: center;
}

.about-right-head {
  color: #000339;
  font-weight: 600;
  font-size: 40px;
  line-height: 52.1px;
}

.about-right-para {
  color: #5a6473;
  font-weight: 400;
  font-size: 20px;
  line-height: 36.71px;
}

.image-overlay-box {
  background-color: #fff;
  box-shadow: 20.12px 64.01px 112.36px 0px #00000017;
  border-radius: 0px 0px 14px 14px;
  top: -23px;
  left: -90px;
  padding: 50px 20px;
}

.avatar-group>* {
  position: relative;
  border-radius: 50%;
}

.avatar-group,
.avatar-group2 {
  margin-right: 25px;
}

.avatar-group>* {
  margin-right: -8px;
  z-index: 1;
}

.avatar-group img,
.avatar-group div {
  width: 24px !important;
  height: 24px !important;
  font-size: 10px;
  box-shadow: 4.89px 4.89px 19.58px 0px #0000001a;
  font-weight: 500;
}

.avatar-group2 * {
  position: relative;
  border-radius: 50%;
}

.avatar-group2>* {
  margin-left: -8px !important;
}

.avatar-group2 img,
.avatar-group2 div {
  width: 24px !important;
  height: 24px !important;
  font-size: 10px;
  box-shadow: 4.89px 4.89px 19.58px 0px #0000001a;
  font-weight: 500;
}

.count-info strong {
  color: #000000;
  font-weight: 600;
  font-size: 78px;
  display: block;
}

.count-info span {
  color: #7b8087;
  font-weight: 500;
  font-size: 22px;
  display: block;
}

.small-heading {
  color: #0066ff;
  font-size: 22px;
  font-weight: 800;
}

.how-we-work-section {
  position: relative;
}

.how-we-work-content,
.how-we-work-content2,
.how-we-work-content3 {
  position: absolute;
  width: 310px !important;
}

.how-we-work-content {
  bottom: -26%;
  left: 12%;
  background-image: url(../images/1.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.how-we-work-content2 {
  bottom: 6%;
  left: 51%;
  background-image: url(../images/2.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.how-we-work-content3 {
  top: -6%;
  right: -1%;
  background-image: url(../images/3.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.work-head {
  color: #000;
  font-weight: 800;
  font-size: 18px;
  margin-top: 10px;
}

.work-para {
  color: #64607d;
  font-weight: 500;
  font-size: 16px;
  line-height: 31.8px;
}

.how-we-work-main {
  width: 450px;
  position: absolute;
  top: -5%;
  left: 3%;
}

.how-we-work-head {
  color: #000;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
}

.how-we-work-para {
  color: #64607d;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
}

button.get-btn {
  background-color: #0066ff;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
}

button.get-btn:hover {
  border: 1px solid #0066ff;
  color: #0066ff;
  background-color: #fff;
}

.hidden-checkbox {
  display: none;
}

.svg-checkbox {
  display: inline-block;
}

.mission-section-spacing {
  padding: 60px 0px 150px;
}

button.start-petition-btn {
  border: 1px solid #000000;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 50px;
  color: #000;
}

button.start-petition-btn:hover {
  border-color: #000000;
  background-color: #000;
  color: #fff;
}

/* 5 Aug 2025 About Us page css end  */

/* Blog page css start  */
.blog-bg {
  background-image: url(../images/blog-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}

.blog-subhead {
  font-size: 17px;
  letter-spacing: 3px;
  color: #592ea9;
}

.blog-head {
  color: #232536;
  font-family: Sen, sans-serif;
  font-weight: 700;
  font-size: 38.75px;
  line-height: 51.66px;
}

.blog-para {
  color: #6d6e76;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 30.14px;
}

button.blog-read-btn {
  color: #0066ff;
  font-size: 17px;
}

.blog-detail-head {
  color: #232536;
  font-family: Sen, sans-serif;
  font-size: 48px;
  line-height: 51.66px;
}

.blog-detail-section {
  padding-top: 140px;
}

.blog-detail-img .detail-image {
  height: 836px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.blog-detail-subhead {
  color: #232536;
  font-family: Sen, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.blog-detail-para {
  color: #6d6e76;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.blog-list-text {
  font-family: Sen, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.contact-form .contact-form-input {
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 12px;
  border-radius: 15px;
}

textarea.form-control:focus {
  box-shadow: none;
  border-color: #ededed;
}

.contact-form .contact-form-input::placeholder {
  font-size: 16px;
  font-weight: 500;
}

button.btn.commentBtn {
  background-color: #0066ff;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
}

button.petition-cancel-btn {
  border-radius: 20px;
  font-size: 15px;
}

.footerActive {
  color: #0066ff !important;
}

#heroSlider .slider-image {
  width: 100%;
  height: 445px;
  object-fit: cover;
  border-radius: 10px;
}

.hero-slider-item a {
  color: inherit;
  text-decoration: none;
}

.hero-slider-item .read-btn {
  color: #fff;
  text-decoration: none;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal .petition-comment-modal-content {
  border-radius: 20px;
  border: none;
  padding: 15px;
}

/* Blog page css end  */

/* Small laptops (1024px – 1199px) */

@media (min-width: 1024px) and (max-width: 1199px) {
  #heroSlider .slider-image {
    height: auto;
  }

  .slider-para {
    font-size: 19px;
    line-height: 30px;
  }

  .slider-image2 {
    height: auto !important;
  }

  .slider-head {
    font-size: 30px;
  }

  .hero-slider-item {
    height: 315px;
  }

  .hero-slider-item img.victory-tag {
    top: 9px !important;
  }

  .blog-detail-img .detail-image {
    height: 615px;
  }

  .about-main-para {
    font-size: 23px;
  }

  .count-info strong {
    font-size: 60px;
  }
}


/* Normal laptops (1200px – 1399px) */

@media (min-width: 1200px) and (max-width: 1399px) {
  #heroSlider .slider-image {
    height: auto !important;
  }

  .slider-para {
    font-size: 20px;
    line-height: 30px;

  }

  .slider-image2 {
    height: auto !important;
  }

  .blog-detail-img .detail-image {
    height: 730px;
  }
}

/* Large laptops (1400px – 1599px) */

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


@media (max-width: 1024px) {
  .how-we-work-content {
    bottom: -23%;
    left: 2%;
  }

  .how-we-work-content2 {
    bottom: -4%;
    left: 36%;
  }

  .how-we-work-content3 {
    top: 24%;
    right: -3%;
  }

  .how-we-work-main {
    top: -20%;
    left: 0%;
  }

  .image-overlay-box {
    left: 0px;
  }

  .count-info strong {
    font-size: 65px;
  }

  .blog-detail-img .detail-image {
    height: 590px;
  }

  .slider-image2 {
    height: auto !important;
  }

  #heroSlider .slider-image {
    height: auto !important;
  }

  .alignment-content {
    align-items: start !important;
  }
}

@media (max-width: 991px) {
  .slider-para{
    font-size: 20px;
    line-height: 30px;
  }
  .mission-section-spacing {
    padding-bottom: 20px;
  }

  .how-we-work-content,
  .how-we-work-content2,
  .how-we-work-content3 {
    position: static;
    width: 100% !important;
    display: flex;
    height: 200px;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    background-position: 97%;
  }

  .how-we-work-main {
    width: 100%;
    position: static;
    margin-bottom: 26px;
  }

  .image-overlay-box {
    left: 0;
  }

  .count-info strong {
    font-size: 40px;
  }

  .count-info span {
    font-size: 18px;
  }

  .mission-section-spacing {
    padding-bottom: 20px;
    padding-top: 0;
  }

  .main-menu {
    background-color: #e6efff;
    padding: 10px 16px 5px;
    border-radius: 20px;
    margin-top: 5px;
  }

  .order-one {
    order: 2;
  }

  .order-two {
    order: 1;
  }

  .main-heading {
    font-size: 30px;
  }

  .featured-topics {
    font-size: 30px;
  }

  .health-head {
    font-size: 20px;
  }

  .supporters-text {
    font-size: 18px;
  }

  .slider-head {
    font-size: 24px;
  }

  .slider-para {
    font-size: 18px;
  }

  button.read-btn {
    font-size: 18px;
  }

  .card-text {
    font-size: 20px;
  }

  .slider-image2 {
    height: auto;
  }

  #heroSlider .slider-image {
    height: auto;
  }
}

@media (max-width: 768px) {
  .about-us-review {
    padding: 20px;
  }

  .about-main-para {
    font-size: 30px;
  }

  .count-info strong {
    font-size: 30px;
  }

  .count-info span {
    font-size: 16px;
  }

  .count-info {
    margin-top: 20px;
  }

  .about-second-section {
    padding: 60px 0px 50px;
    margin: 40px 0px;
  }

  .how-we-work-head {
    font-size: 30px;
    line-height: normal;
  }

  .blog-detail-img .detail-image {
    height: auto;
  }

  .slider-image2 {
    height: 212px !important;
  }

  #heroSlider .slider-image {
    height: auto !important;
  }
}

@media (max-width: 600px) {
.modal .petition-comment-modal-content{
  padding: 0px;
}
  button.btn.commentBtn,
  button.petition-cancel-btn {
    width: 100%;
  }

  .head-search-input,
  button.login-btn {
    width: 100% !important;
  }

  .slider-head {
    font-size: 20px;
  }

  .slider-para,
  button.read-btn,
  .supporters-text {
    font-size: 16px;
  }

  .about-right-head {
    font-size: 30px;
    line-height: normal;
  }

  .about-right-para {
    font-size: 16px;
    line-height: 30px;
  }

  .about-main-para {
    font-size: 23px;
  }

  .about-main-head {
    font-size: 45px;
  }

  .about-banner-head {
    font-size: 16px;
  }

  .about-us-review {
    padding: 10px;
  }

  br {
    display: none;
  }

  .image-overlay-box {
    max-width: 255px !important;
    left: 7px;
  }

  .about-left-image {
    height: 480px;
  }

  .count-info strong {
    font-size: 20px;
  }

  .count-info span {
    font-size: 14px;
  }

  .about-us-review {
    margin-bottom: 50px;
  }

  .blog-head {
    font-size: 26px;
    line-height: normal;
  }

  .blog-detail-head {
    font-size: 36px;
    line-height: normal;
  }

  .blog-detail-img .detail-image {
    height: auto;
  }

  .blog-detail-subhead {
    font-size: 28px;
    line-height: normal;
  }

  .hero-slider-item {
    margin: 0 10px;
}
}