p{
    color:rgb(112, 116, 129);
    font-size:16px;
        margin-bottom: 8px;
    line-height: 25px;
}

 /*------ BANNER SECTION -------*/

.society-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.society-banner:before {
    content: '';
    background: #1a1919ba;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.banner-video {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*z-index: 1;*/
    width: 100%
}

.banner-overlay {
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: linear-gradient(*/
    /*    rgba(0,0,0,0.6),*/
    /*    rgba(0,0,0,0.6)*/
    /*);*/
    /*z-index: 2;*/
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-align: center;
    color: #fff;
    z-index: 3;

    width: 100%;
    max-width: 900px;
    padding: 20px;
}

.banner-title span{
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
  text-shadow: 2px 3px 2px #52a103;
}
.banner-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-50px);
  animation: dropWord 0.6s ease forwards;
}

/* Delay for each word */
.banner-title span:nth-child(1) { animation-delay: 0.2s; }
.banner-title span:nth-child(2) { animation-delay: 0.4s; }
.banner-title span:nth-child(3) { animation-delay: 0.6s; }
.banner-title span:nth-child(4) { animation-delay: 0.8s; }
.banner-title span:nth-child(5) { animation-delay: 1s; }

@keyframes dropWord {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-content p {
    color:#fff;
}


.tagline {
    font-size: 22px;
    margin-bottom: 25px;
}

.banner-btn {
    display: inline-block;
    background: #28a745;
    padding: 14px 35px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
}

.banner-btn:hover {
transform: scale(1);
color: #fff;
}

 /*------ BANNER SECTION -------*/
 
 
 .about_sec{
     
 }
 
 
  .about_sec img{
     width:100%;
     border-radius:8px;
 }
 
  .about_sec h6{
         color: #922ecb;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
 }
 
 
 
 
  .about_sec h2{
 font-size: 38px;
    margin-bottom: 15px;
 }
 
 h2{
  font-size: 38px;
    margin-bottom: 15px;
 }
 
.green_btn {
    color: #fff;
    background: linear-gradient(45deg, #599bf1, #874fb5);
    border-color: #73b40f;
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-radius: 0px 20px;
    box-shadow: 0px 0px 12px #d8d8d8;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
 
  .about_sec p {
     
 }

/*-------- our member -------- */

.pt-60{
  padding-top:60px !important;  
}

.pb-60{
      padding-bottom:60px !important;  
}

.pb-40{
     padding-bottom:40px;   
}

.mb-40{
     margin-bottom:40px;   
}

.pb-20{
      padding-bottom:20px;  
}


.pb-30{
     padding-bottom:30px;   
}

.bg-light {
    background: linear-gradient(315deg, #4facfe, #8e44ad);
}

.your-section {
  position: relative;
  overflow: hidden;
}

/* Background Image (Blur) */
.your-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

 background: url('../assets/img/society-footer-banner-compressed.jpg') no-repeat center center/cover;
  filter: blur(8px);
  transform: scale(1.1); /* blur edge fix */

  z-index: -2;
}

/* Overlay Color */
.your-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(315deg, rgba(79,172,254,0.6), rgba(142,68,173,0.6));

  z-index: -1;
}

.light_sec_title {
    font-size: 38px;
    margin-bottom: 15px;
    color: #fff !important;
    text-shadow: 2px 3px 1px #000000;
}

 .members-section {
   background: linear-gradient(315deg, #4facfe, #8e44ad);
    text-align: center;
    color:#fff;
}

.section-title {
    font-size: 32px;
    margin-bottom: 30px;
}

.members-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
}

.member-card {
    min-width: 250px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.member-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.member-card h3 {
    margin: 10px 0 5px;
}

.member-card p {
    color: #555;
}

.view-btn {
    margin-top: 30px;
}

.view-btn a {
    background: #28a745;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
}


.members-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
    scrollbar-width: none;   
}

.members-slider::-webkit-scrollbar {
    display: none;               
}


/*-------- our member -------- */




/*---------event section --------*/


.events-section {
    padding: 60px 20px;
    background:#ffffff;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.events-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.event-card {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.event-card:hover {
    transform: translateY(-5px);
}

.event-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.event-content {
    padding: 15px;
}

.event-content h3 {
    margin: 0;
    font-size: 20px;
}

.date {
    font-size: 14px;
    color: #777;
    margin: 5px 0;
}

.desc {
    font-size: 14px;
    color: #555;
}

.event-btn-box {
    text-align: center;
    margin-top: 30px;
}

.event-btn {
    background: #28a745;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
}

.event-btn:hover {
    background: #218838;
}



/*------gallery section--------*/


.gallery-section {
    padding: 60px 20px;
    background: #f8f9fa;
    overflow: hidden;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}


.slider-container {
    width: 100%;
    overflow: hidden;
}

.slider-track {
    display: flex;
    width: calc(300px * 10); /* total slides */
    animation: scroll 20s linear infinite;
}


.slide {
    width: 300px;
    margin-right: 15px;
}

.slide img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


.gallery-section img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.4s ease;
}

/* hover effect */
.gallery-section .img-box{
    overflow: hidden;
    border-radius: 10px;
}

.gallery-section .img-box:hover img{
    transform: scale(1.1);
}


/*------feedback section -------*/


.feedback-section{
    background: #ffffff;
}

.feedback-box, .member-box{
    background: #fff;
    padding: 20px ;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    height: 100%;
}

.feedback-section h2 {
    font-weight: 500;
    margin-bottom: 13px;
    font-size: 25px;
}

.feedback-section .form-control{
    height: 45px;
    border-radius: 8px;
}

.feedback-section textarea.form-control{
    height: 120px;
    resize: none;
}


.member-card{
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.member-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.member-name{
    font-weight: 600;
    margin-bottom: 5px;
}

.member-text{
    font-size: 14px;
    color: #666;
}

/*------feedback section -------*/


/*---------stats-section----------*/

.stats-section{
    padding: 80px 0;
    background: #f8f9fa;;
}

.stat-card{
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    border: 1px solid #eee;
}

.stat-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.stat-icon{
    font-size: 40px;
    margin-bottom: 10px;
}

.stat-number{
    font-size: 42px;
    font-weight: 700;
    color: #0d6efd;
}

.stat-title{
    font-size: 15px;
    color: #666;
    margin-top: 5px;
}
/*---------stats-section----------*/



/*-------contact-us section--------*/


.contact-section{
    padding: 60px 0;
    background: #ffffff;
}

.contact-card{
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    height: 100%;
}

.contact-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-icon{
    font-size: 20px;
    color: #0d6efd;
    margin-right: 12px;
    margin-top: 3px;
    width: 25px;
}

.contact-title{
    font-weight: 600;
    margin-bottom: 3px;
}

.contact-text{
    color: #555;
    font-size: 14px;
}

.map-box iframe{
    width: 100%;
    height: 280px;
    border-radius: 12px;
    border: 0;
}

/*-------contact-us section--------*/

.typing {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  opacity: 0;

  animation: 
    typing 3s steps(50, end) forwards 1.6s,
    blink 0.7s infinite 1.6s;

  opacity: 1;
}

/* Typing animation */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* Cursor blink */
@keyframes blink {
  50% { border-color: transparent }
}


.members-section p {
    color: #e2e2e2;
    text-align:start;
}
.members-section h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #fff;
     text-align:start;
    text-shadow: 2px 3px 1px #000000;
}


.latest-circulars {
  background: linear-gradient(315deg, #4facfe, #8e44ad);
}

/* LEFT BOX */
.left-box {
    color: #fff;
    text-align: start;
}

.left-box h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.left-box ul {
  padding-left: 0;
  list-style: none;
}

.left-box ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.left-box ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #a8e063;
}

/* BUTTON */
.read-btn {
  margin-top: 15px;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
}

.highlight-box {
    margin-top: 40px;
    background: rgb(255 255 255);
    padding: 11px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

/* RIGHT BOX */
.right-box {
    background: rgb(255 255 255 / 68%);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    backdrop-filter: blur(15px);
    animation: fadeUp 1.2s ease;
}
.right-box h4 {
  margin-bottom: 20px;
}

.right-box p {
    color: #585858;
    text-align: start;
    font-weight: 400;
    font-size: 12px;
}

.right-box h6 {
        font-size: 16px;
    font-weight: 500;
}

/* ITEMS */
.circular-item {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    background: rgb(255 255 255 / 65%);
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: 0.3s;
    gap: 15px;
    align-items: start;
}

.circular-item:hover {
    transform: translateX(5px);
    background: rgb(255 255 255 / 65%);
}

/* ICON COLORS */



.icon{
   
    color: #ffffff;
    background: #ffa500;
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
  

}

.orange { background: #ffa500;
  outline: 3px solid #ffa50047;}
.blue {
    background: #00c6ff;
    outline: 3px solid #00c6ff38;
}
.green {
    background: #0ca666;
    outline: 3px solid #06db82b5;
}
.purple {
    background: violet;
    outline: 3px solid #ee82ee63;
}

/* BADGE */
.badge {
  background: orange;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 10px;
}

.left-box span {
    width: 40px;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(45deg, #66a407, #0b0a0a);
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
}

.left-box p {
    color: #656262;
    text-align: start;
    font-size: 14px;
}

/* BUTTON */
.view-btn {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border-radius: 20px;
  border: none;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
}

/* ANIMATION */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.left_des{
        color: #fdfeff !important;
    font-size: 16px !important;
}
 .members-section {
    text-align: center;
    background: linear-gradient(139deg, #4facfe, #8e44ad);
    }
    

    .member-card {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: 0.3s;
    background: linear-gradient(315deg, #4facfe, #8e44ad);
    }
    
    .member-card h3{
     color:white;
    }
    
    .member-card p{
     color:white;
    }
    
    .elementor_section_btn a {
    display: inline-block;
    background-color: #000000;
    color: var(--whitec);
    padding: 10px 20px;
    font-size: 14px;
    transition: .5s;
    border-radius: 0 16px;
    }
    
    .member-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
}

/* Image full cover */
.member-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}

/* Overlay (hidden by default) */
.member-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    transform: translateY(100%);
    transition: 0.5s;
}

/* Text style */
.member-info h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.member-info p {
    margin: 5px 0 0;
    font-size: 14px;
    text-align:center;
}

/* Hover Effects */
.member-card:hover img {
    transform: scale(1.1);
}

.member-card:hover .member-info {
    transform: translateY(0);
}

.member-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}



.fade-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 0.8s ease;
}

.fade-right {
    opacity: 0;
    transform: translateX(80px);
    transition: all 0.8s ease;
}

.fade-top {
    opacity: 0;
    transform: translateY(-60px);
    transition: all 0.8s ease;
}

.fade-bottom {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

.fade-show {
    opacity: 1;
    transform: translate(0,0);
}