* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif !important;
}

a {
    text-decoration: none;
}
a:hover{
    color:#fff;
}

img {
    max-width: 100%;
}

.whatsapp_btn{
    position: fixed;
    right: 2rem;
    z-index: 99;
    bottom: 2rem;
animation: hill 2s infinite;
}
@keyframes hill{
    0%{
        transform: scale(1.1);
    }50%{
        transform: scale(1);
    }100%{
        transform: scale(1.1);
    }
}
.whatsapp_btn img{
    width: 45px;
}
.call_btn {
    position: fixed;
    left: 2rem; /* Use left instead of right */
    bottom: 2rem;
    z-index: 99;
    animation: hill 2s infinite;
    border-radius:50%;
    overflow: hidden;
}

.call_btn img {
    width: 50px;
}


.social-media-list ul li a,
.social-media-list ul li a:visited {
    color: var(--theme-content);
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    background-color: #eaeff5;
    display: flex;
    align-items: center;
    justify-content: center !important;
}
.navbar-light .navbar-nav .nav-link{
    color: white;
}
.social-media-list ul li {
    margin: 0px 5px;
    display: inline-block;
}



.social-media-list ul li a {
    background-color: #eaeff5 !important;

    transition: all 0.3s ease;
}

.social-media-list ul li a:hover {
    background-color: #435f7e !important;
    transition: all 0.3s ease;
    color: #fff;
}

.social-media-list ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    line-height: 1;
}

.hc-heading {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    display: block;
}

.hc-wrap:last-child {
    margin-right: 0px;
}

.hc-wrap {
    margin-right: 40px;
    overflow: hidden;
    padding: 0px;
}

.hc-content>a,
.hc-content>a:visited {
    color: var(--theme-heading);
    text-decoration: none;
}

.hc-wrap:first-child {
    border-right: 1px solid #d6dee8;
    padding-right: 40px;
}

.menu-container {
    background-color: #435f7e !important;
    padding: 3px;
}
.cta {
    position: relative;       /* keeps ::before relative */
    margin: auto;
    padding: 12px 18px;
    transition: all 0.4s ease;
    border: none;
    background: none;
    cursor: pointer;
    display: inline-flex;     /* changed from inline-block for better alignment */
    align-items: center;      /* vertically center icon + text */
    gap: 8px;                 /* space between icon + text */
    overflow: hidden;
    text-decoration: none;
    z-index: 1;               /* ensures content above ::before */
}

.cta i {
    position: relative;       /* bring icon above ::before */
    z-index: 2;               /* higher than ::before */
    font-size: 18px;
    color: #ffffff;           /* adjust color as needed */
    flex-shrink: 0;
}

.cta span {
    position: relative;       /* ensures text above ::before */
    z-index: 2;
    color: #ffffff;           /* adjust color as needed */
}

.cta:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #69b5d6;
    width: 45px;
    height: 45px;
    transition: width 0.8s ease;   /* slower expansion */
    z-index: 0;                     /* behind icon + text */
}


.cta span,
.cta svg {
    position: relative;
    z-index: 1;
    transition: color 0.4s ease, stroke 0.4s ease;
}

.cta span {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.cta svg {
    top: 0px;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #ffffff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: transform 0.3s ease, stroke 0.4s ease;
}

.cta:hover:before {
    width: 100%;
    background: #7db8d2;
}
.one-tme{
    color: #454545 !important;
}
.cta:hover .one-tme {
    color: white !important;
}

.cta:hover span {
    color: white;
}
#some{
        stroke: #454545 !important;
}
.cta:hover #some{
        stroke: #ffffff !important;
}


.cta:hover svg {
    transform: translateX(0);
    stroke: white;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{

    color:white;
}
.cta:active {
    transform: scale(0.95);
}

.cta svg.stoke {
    stroke: #ffffff;
}

.navbar .nav-link {
    color: #fff;
    position: relative;
    padding-right: 18px !important;
    padding-left: 18px !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #ffffff;
    transition: width 0.4s ease-in-out;
}

.navbar .nav-link:hover::after {
    width: 100%;
}

.slide-item {
    padding: 60px 0;
}

.slide-content-left {
    text-align: left;
}

.slider-section .slide-heading {
    font-size: 2rem;
    font-weight: 700;
    word-spacing: 4px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
}

.slider-section .slide-description {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.fancy-btn {
    padding: 0.9em 1.8em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    color: #fff;
    border: 1px solid #ffffff;
    font-size: 14px;
    position: relative;
    font-family: "Poppins", sans-serif;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.fancy-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cccccc59;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.fancy-btn:hover::before {
    left: 100%;
    transform: scale(0) rotateY(360deg);
    opacity: 0;
}

.fancy-btn::after {
    content: "Thank You";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    color: #505050;
    display: flex;
    background-color: #ffffff !important;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    transform: scale(0) rotateY(0deg);
    opacity: 0;
}

.fancy-btn:hover::after {
    left: 0;
    transform: scale(1) rotateY(360deg);
    opacity: 1;
}

.title-m {
    color: #ffffff !important;
}
.title-m-s {
    color: rgb(137, 68, 36) !important;
}
 .rashi-box {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
  }

  .rashi-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }

.features-box {
    height: 100%;
    padding: 41px !important;
    background-color: #fff;
    box-shadow: 10px 0px 60px rgb(0 0 0 / 7%);
}

.feature-2 {
    background-color: #eaeff5;

}

.feature-2 .feature-title {
    background-color: #eaeff5 !important;

}

.two-one {
    border-bottom: 3px solid #0e76bc !important;
}

.two-thire {
    border-bottom: 3px solid #5ec26d !important;
}

.features-box {
    padding: 70px;
    background-color: #fff;
    box-shadow: 10px 0px 60px rgb(0 0 0 / 7%);
}

.features-section {
    margin-top: -79px;
    position: relative;
    z-index: 5;
}

.feature-details {
    /* letter-spacing: -0.32px; */
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #2b2c2c;

}

.feature-title {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 14px;
    margin-bottom: 40px;
    letter-spacing: -0.48px;
    border-bottom: 3px solid rgb(245, 141, 56);

}

.about-section {
    padding: 120px 0px;
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.aka-0s {
    border-radius: 9.25rem !important;
    position: absolute;
    top: 65%;
    right: 0;
}

.hero-section {
    margin-top: 100px !important;
    position: relative;
    background-image: url(../images/inner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 900;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 0 20px;
}

.s-ico {
    background: #435f7e;
    padding: 11px 12px;
    border-radius: 100%;
    color: white;
}

.f-ico {
    background: #435f7e;
    padding: 11px 14px;
    border-radius: 100%;
    color: white;
}

.navbar-brand {
    display: none;
}

.img-thumbnail {
    background: #eaeff5 !important;
}

.img-thumbnail img {
    padding: 55px 0px;
}

.about-inner-p {
    background-color: #eaeff5 !important;
    margin-top: 44px;
    padding: 48px;

}

.change-line0bg {

    background-image: url(../images/1.png);
    background-size: cover;
    position: relative;
    background-position: center;
    padding-top: 24px;
    padding-bottom: 60px;
    text-align: center;
    z-index: 10;
    color: #dddddd !important;
    background-color: #000000 !important;
}

.change-line0bg::after {
    opacity: 0.8;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background-color: #000000 !important;
}

#page-brd {
    display: flex;
    justify-content: center;
}

.form-container {
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 750px;
    border-radius: 12px;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-container h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

input.form-control:focus {
    border-color: #5bb0d4;
    box-shadow: 0 0 5px rgba(123, 213, 231, 0.5);
    transition: all 0.3s ease;
}

.submit-btn {
    background-color: rgb(45, 151, 197);
    color: white;
    font-size: 17px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #69b5d6;
    transform: scale(1.05);
}

.card-img {
    height: 34px;
    filter: drop-shadow(0 0 1px #000);
}

.ul-why-join-img {
    /* width: max-content; */
    max-width: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    border-radius: 20px;
}

.ul-why-join-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: calc(0% - clamp(15px, 1.58vw, 30px));
    left: calc(0% - clamp(15px, 1.58vw, 30px));
    border: 3px solid #435f7e;
    border-radius: clamp(15px, 1.58vw, 30px);
}

.bg-check-g {
    background-color: #eaeff5 !important;
   padding: 63px 0 !important;

}

.testimonial-item {
    transition: transform 0.3s ease;
}

.testimonial-item {
    margin: 0 15px;
    /* spacing between cards */
    transition: transform 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-5px);
}

.custom-slick-testimonial {
    margin: 0 -15px;
    /* counter negative margin to balance outer spacing */
}

.stars {
    font-size: 20px;
    letter-spacing: 2px;
}

.custom-testimonial-section {
    background-color: #f8f9fa;
}

/* .horoscope-section{


  } */

#bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.horoscope-section {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.horoscope-section .container {
    position: relative;
    z-index: 2;
}

.horoscope-section h2,
.horoscope-section p {
    color: #fff;
}

.horoscope-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgb(0 0 0 / 50%) !important;
    z-index: 1;
}

/* Optional: background on cards for readability */
.horoscope-section .card {
    background-color: rgba(255, 255, 255, 0.92);
    color: #000;
}

/* Optional: dark overlay over video (for better contrast) */
.horoscope-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.Aries {
    width: 30%;
    margin: 0 auto;
}

.hover-ss {
    transition: all 0.4s ease;
    transform: translateY(0);
}

.hover-ss:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 30px rgba(255, 193, 7, 0.3),
        0 10px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffc107;
    background: linear-gradient(to bottom right, #fff8e1, #fffde7);
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.main-r-s img {
    animation: rotate360 20s linear infinite;
    /* Slower rotation */

    height: auto;
    display: block;
    margin: 0 auto;
}

.entity-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.entity-card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.sdg-intro .animate {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s ease forwards;
}

.sdg-intro .animate.delay-1s {
    animation-delay: 0.5s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#sdg-accordion .accordion-button {
    font-weight: 600;
    font-size: 1.1rem;
}

#sdg-accordion .accordion-body {
    background-color: #f8f9fa;
}

.progress-bar {
    width: 0;
    transition: width 1.5s ease-in-out;
}

.progress-animated[data-value] {
    width: attr(data-value percentage);
    /* fallback ignored */
}

.progress-bar.loaded {
    transition: width 1.5s ease-in-out;
}

/* Optional: nice gradient styles */
.sdg-gradient-1 {
    background: linear-gradient(90deg, #f12711, #f5af19);
}

.sdg-gradient-2 {
    background: linear-gradient(90deg, #56ab2f, #a8e063);
}

.navbar .dropdown-menu {
    border-radius: 14px;
    padding: 10px;
    border: none;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.navbar .dropdown-item {
    font-weight: 500;
    padding: 10px 14px;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.navbar .dropdown-item:hover {
    background: rgba(41, 158, 35, 0.1);
    color: rgb(182, 93, 49);
}


/* Desktop hover dropdown - conflict safe */
@media (min-width: 992px) {
    .nav-hover:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-hover > .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition: all 0.25s ease;
        margin-top: 0;
        pointer-events: none;
    }

    .nav-hover:hover > .dropdown-menu {
        pointer-events: auto;
    }
}


/* Remove underline effect from dropdown toggle */
.navbar .dropdown-toggle::after {
    /* content: none !important; */
    /* background-color: none; */

     position: static !important;   /* removes absolute positioning */
    background-color: transparent !important; /* removes background */
    transition: none !important;
    width: auto !important;


}

/* Remove underline from dropdown items */
.navbar .dropdown-menu .dropdown-item::after {
    content: none !important;
}




  .ngo-gallery {
  padding: 10px 0;
  /* background-color: #f4f7f5; */
}

.ngo-title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.ngo-subtitle {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 45px;
}

.ngo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ngo-card {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease;
  border: 1px solid black;
}

.ngo-card:hover {
  transform: translateY(-4px);
}

.ngo-card img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.ngo-content {
  padding: 18px;
}

.ngo-content h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #222;
}

.ngo-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .ngo-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .ngo-gallery-grid {
    grid-template-columns: 1fr;
  }
}



.blogs-section {
  background: #f9fafb;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
}

.section-subtitle {
  max-width: 600px;
  margin: auto;
  color: #6c757d;
}

/* Blog Card */
.blog-card {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

/* Image */
.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Content */
.blog-content {
  padding: 1.5rem;
}

.blog-category {
  font-size: 0.8rem;
  font-weight: 600;
  color: #0d6efd;
  text-transform: uppercase;
}

.blog-title {
  margin: 0.75rem 0;
  font-weight: 600;
  line-height: 1.4;
}

.blog-desc {
  font-size: 0.95rem;
  color: #6c757d;
}

/* Footer */
.blog-footer {
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-date {
  font-size: 0.85rem;
  color: #adb5bd;
}

.read-more {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
  color:#0e76bc
}

