/*CUSTOM CAROUSAL START
.custom-carousel {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.carousel-item img {
    display: block;
    width: 100%;
    height: auto;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1000;
    font-size: 18px;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
*/
/*
.carousel {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: auto;
	overflow: hidden;
}
.carousel-images {
	display: flex;
	transition: transform 0.5s ease;
}
.carousel-item {
	min-width: 100%;
}
.carousel-item img {
	width: 100%;
	display: block;
}

/* Controls *//*
.carousel-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 10px;
	border: none;
	cursor: pointer;
}
.carousel-control-prev {
	left: 10px;
}
.carousel-control-next {
	right: 10px;
}

/* Thumbnail Slider *//*
.thumbnail-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 600px;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.thumbnail-track {
	display: flex;
	transition: transform 0.5s ease;
}
.thumbnail {
	width: 100px;
	margin: 5px;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.thumbnail img {
	width: 100%;
	display: block;
}
.thumbnail.active {
	border: 2px solid #007bff;
}

/* Thumbnail Controls *//*
.thumbnail-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 5px;
	border: none;
	cursor: pointer;
	z-index: 2;
}
.thumbnail-control-prev {
	left: 0;
}
.thumbnail-control-next {
	right: 0;
}
*/
/*CUSTOM CAROUSAL STOP*/

/*UPCOMING EVENTS START*/
.event-list-container-hp .event-list { display: flex; flex-direction: column; gap: 10px; }
.event-list-container-hp .event-item { display: flex; border-bottom: 1px dashed #ccc; padding: 0px 0; }
.event-list-container-hp .event-date { text-align: center; margin-right: 15px; }
.event-list-container-hp .event-day { font-size: 16px; font-weight: bold; color: #4A6A31; line-height: 20px; }
.event-list-container-hp .event-number { font-size: 26px; color: #4A6A31; line-height: 32px; }
.event-list-container-hp .event-details { flex: 1; }
.event-list-container-hp .event-details h3 { margin: 0 0 0 0; font-size: 16px; color: darkblue; text-decoration: underline; }
.event-list-container-hp .event-time { color: #777; font-size: 14px; }
/*UPCOMING EVENTS STOP*/
/*FAQ PAGE START*/
.faq-page-accordian .elementor-accordion-item:has(> div.elementor-active) {
	background-color: #E5FFD4; 
}
.faq-page-accordian .elementor-accordion-item{
	border-top: 1px solid #B0EE88!important;
	margin-bottom: 10px;
}
/*FAQ PAGE STOP*/
/*LATEST UPDATE GALLERY WITH THUMBNAIL CAROUSAL START*/
/* Scope all styles within .phg-hp */
    .phg-hp .swiper {
      width: 100%;
      height: 300px;
    }
	
	.phg-hp .main-swiper .swiper-slide{
      opacity: unset;
    }

    .phg-hp .swiper-thumbs {
      height: 100px;
      margin-top: 10px;
	  width: 92%;
    }

    .phg-hp .swiper-thumbs .swiper-slide {
      height: 100%;
	  width: 25%;
      cursor: pointer;
      opacity: unset;
    }

    .phg-hp .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
      opacity: 1;
      /* border: 2px solid #007aff; */
    }
	.phg-hp .swiper-thumbs .swiper-slide.swiper-slide-thumb-active img {
      /* opacity: 1; */
      border: 2px solid #007aff;
    }

    .phg-hp .swiper-slide img {
      width: 90%;
      height: 100%;
      object-fit: cover;
	  border-radius: 10px;
	}
	
	.phg-hp .swiper-slide{
		/* border-radius: 10px; */
		text-align: center;
		overflow: hidden;
	}

    .phg-hp .swiper-button-next,
    .phg-hp .swiper-button-prev {
      color: #007aff;
    }
/*LATEST UPDATE GALLERY WITH THUMBNAIL CAROUSAL STOP*/
/*LATEST UPDATE SINGLE PAGE START*/
.latest-upd-custom-heading h2{
	text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0px;
    color: #000000;
	padding: 40px 0 20px 0;
}
.child-albums-grid .child-album-thumbnail img{
	width: 250px!important;
	height: 170px!important;
}
/*LATEST UPDATE SINGLE PAGE STOP*/
/*LATEST UPDATE ARCHIVE PAGE START*/
/* Archive Page Layout */
.latest-upd-ab-arch-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.latest-upd-ab-arch-title {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
	line-height: 20px;
}

/* Grid Layout */
.latest-upd-ab-arch-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    margin-top: 20px;
}

/* Card Styles */
.latest-upd-ab-arch-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.latest-upd-ab-arch-card:hover {
    transform: translateY(-5px);
}

/* Image Styling */
.latest-upd-ab-arch-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.latest-upd-ab-arch-no-thumbnail img {
    opacity: 0.5;
}

/* Content Styling */
.latest-upd-ab-arch-content {
    padding: 15px;
}

.latest-upd-ab-arch-title a {
    /* text-decoration: none; */
    /* color: #333; */
    /* font-size: 1.2em; */
	font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #2E4C14;
}

.latest-upd-ab-arch-title a:hover {
    color: #007bff;
}

.latest-upd-ab-arch-excerpt {
    /* color: #555; */
    /* font-size: 0.95em; */
	color: #232323;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
	text-align: center!important;
}


/* Pagination Styling */
.latest-upd-ab-arch-pagination {
    text-align: center;
    margin: 20px 0;
}

.latest-upd-ab-arch-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 5px;
    border: 1px solid #007bff;
    color: #007bff;
    text-decoration: none;
    border-radius: 5px;
}

.latest-upd-ab-arch-pagination .page-numbers.current {
    background: #007bff;
    color: white;
    font-weight: bold;
}

.latest-upd-ab-arch-pagination .page-numbers:hover {
    background: #0056b3;
    color: white;
}

/* No Posts Message */
.latest-upd-ab-arch-no-posts {
    text-align: center;
    font-size: 1.2em;
    color: #888;
}

/*LATEST UPDATE ARCHIVE PAGE STOP*/

/*Steering Committee IMAGE MODAL START*/
.stc-m-main-content {
    transition: filter 0.3s ease;
}
.stc-m-blur {
    filter: blur(5px);
}
.stc-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}
.stc-modal {
    border: solid #f7f7f9;
    background-color: #fff;
    color: #232323;
    padding: 20px;
    border-radius: 5px;
    display: none;
    max-height: calc(100vh - 200px);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    z-index: 1001;
    width: 400px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.stc-modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/*Steering Committee IMAGE MODAL STOP*/

/*EXPERT SPEAKER START*/

.exp-spk-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
}

.exp-spk-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    max-width: 600px;
    text-align: center;
    position: relative;
}

.exp-spk-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/*EXPERT SPEAKER STOP*/
/*EXPERT SPEAKER 1 START*/
.testimonial-section {
            padding: 40px 0;
            position: relative;
        }

        .testimonial-heading {
            font-size: 24px;
            font-weight: bold;
            position: relative;
        }

        .testimonial-heading::after {
            content: "";
            display: block;
            width: 100px;
            height: 4px;
            background-color: #d63b20;
            margin: 10px auto;
        }

        .testimonial-section .owl-carousel .testimonial {
            /* background: #28a745; */
            background: #E5FFD4;
            color: #fff;
            padding: 20px;
            border-radius: 15px;
            text-align: center;
            transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            position: relative;
			border: 2px solid #33A338;
        }
		.testimonial-section .owl-carousel .testimonial p{
			font-size: 16px;
			line-height: 26px;
			font-weight: 600;
			font-family: "Open Sans", Sans-serif;
			color: #232323;
			text-align: left;
		}
        .testimonial-section .owl-carousel .testimonial img {
            width: 100%;
            max-height: 180px;
            object-fit: cover;
            border-radius: 10px;
        }

        .testimonial-section .owl-carousel .testimonial h4 {
            font-size: 18px;
			font-weight: 700;
			line-height: 24.51px;
            margin-top: 10px;
            color: #316412;
			font-family: "Open Sans", Sans-serif;
			text-align: left;
        }
		
		.testimonial-section .owl-carousel .testimonial .dg {
			font-size: 16px;
			font-weight: 400;
			line-height: 21px;
            /* margin-top: 10px; */
            color: #316412;
			font-family: "Open Sans", Sans-serif;
			text-align: left;
        }

        /* Centered (Active) Slide */
        .testimonial-section .owl-carousel .owl-item.center .testimonial {
            transform: scale(1.2);
            opacity: 1;
            z-index: 3;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
        }

        /* Side (Left & Right) Slides - Smaller & Behind */
        .testimonial-section .owl-carousel .owl-item:not(.center) .testimonial {
            transform: scale(0.85);
            opacity: 0.6;
            z-index: 1;
        }

        /* Remove unwanted shifting */
        .testimonial-section .owl-carousel .owl-item.active {
            transform: translateX(0);
        }

        .testimonial-section .owl-carousel .owl-item.active + .owl-item {
            transform: translateX(0);
        }

        /* Owl Carousel Navigation */
        .testimonial-section .owl-theme .owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
            z-index: 10;
        }

        .testimonial-section .owl-theme .owl-nav [class*="owl-"] {
            background: #fff;
            color: #28a745;
            border-radius: 50%;
            padding: 10px;
            font-size: 40px; /* Increased font size for better visibility */
            display: inline-block;
            transition: all 0.3s;
            z-index: 10;
        }

        .testimonial-section .owl-theme .owl-nav .owl-prev,
        .testimonial-section .owl-theme .owl-nav .owl-next {
            display: inline-block !important; /* Force display */
            visibility: visible !important; /* Ensure arrows are visible */
        }

        .testimonial-section .owl-theme .owl-nav .owl-prev {
            left: 20px;
        }

        .testimonial-section .owl-theme .owl-nav .owl-next {
            right: 20px;
        }

        /* Style for the bottom dots */
        .testimonial-section .owl-theme .owl-dots {
            display: block !important; /* Force dots to be visible */
            text-align: center;
            padding: 15px 0;
            margin: 0 auto;
        }

        .testimonial-section .owl-theme .owl-dots .owl-dot {
            display: inline-block;
            margin: 0 5px;
            background: #ccc;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            transition: background 0.3s;
        }

        .testimonial-section .owl-theme .owl-dots .owl-dot.active {
            background: #d63b20;
        }
		.testimonial-section .owl-dot span{
		display:none!important;
		}
/*EXPERT SPEAKER 1 STOP*/

/*WHO WE ARE FLOW CHART START*/
.wwa-stcfc{
	max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
}
.wwa-stcfc ol {
  list-style: none;
}
.wwa-stcfc .rectangle {
  position: relative;
  text-align: center;
  padding: 10px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); */
  font-size: 18px;
  background: #015F8E;
  color: #fff;
  border-radius: 10px;
  border: 4px solid #fff;
}

.rectangle.hasdata:hover{
	/* background-color: aqua; */
	border: 4px solid #2FBAFF;
}


/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wwa-stcfc .level-1 {
  width: 50%;
  margin: 0 auto 40px;
  /*background: var(--level-1);*/
  /* background: #88DBFF; */
  font-weight: normal;
}

.wwa-stcfc .level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 24px;
  background: #000;
}


/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wwa-stcfc .level-2-wrapper {
  position: relative;
  display: grid;
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-template-columns: 20% 20% 20% 40%;
}

.wwa-stcfc .level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10%;
  width: 882px;
  height: 2px;
  background: #000;
}

.wwa-stcfc .level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: #000;
}

.wwa-stcfc .level-2-wrapper li {
  position: relative;
}

.wwa-stcfc .level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #000;
}

.wwa-stcfc .level-2 {
  width: 90%;
  margin: 0 auto 40px;
  /*background: var(--level-2);*/
  /* background: #90F9FF; */
  font-weight: normal;
}

.wwa-stcfc .i-car::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 24px;
  background: #000;
}

.wwa-stcfc .level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: #000;
}


/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wwa-stcfc .level-3-wrapper {
  position: relative;
  display: grid;
  /*grid-template-columns: repeat(2, 1fr);*/
  grid-template-columns: 70% 30%;
  grid-column-gap: 20px;
  width: 100%;
  margin: 0 auto;
}

.wwa-stcfc .level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(36% - 5px);
  width: calc(52% + 10px);
  height: 2px;
  background: #000;
}

.wwa-stcfc .level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: #000;
}

.wwa-stcfc .level-3 {
  margin-bottom: 20px;
  /*background: var(--level-3);*/
  /* background: #B5EA6F; */
  font-weight: normal;
}


/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wwa-stcfc .level-4-wrapper {
  position: relative;
  width: 100%;
  /*margin-left: auto;*/
  margin-left: 0;
  display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.wwa-stcfc .level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 165px;
  width: 2px;
  height: calc(84% + 20px);
  background: #000;
}

.wwa-stcfc .level-4-wrapper li + li {
  //margin-top: 20px;
}
.wwa-stcfc .level-4-wrapper li {
  margin-right: 20px;
  margin-top: 20px;
}

.wwa-stcfc .level-4 {
  font-weight: normal;
  /*background: var(--level-4);*/
  /* background: #81FFC4; */
}
/*
.wwa-stcfc .level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: #000;
}
*/
.wwa-stcfc .cpc-ch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 28px;
  height: 2px;
  background: #000;
}
.wwa-stcfc .level-4-wrapper li:has(.cpc-ch){
	margin-right: unset;
}


/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
  .wwa-stcfc .rectangle {
    padding: 20px 10px;
  }

  .wwa-stcfc .level-1,
  .wwa-stcfc .level-2 {
    width: 100%;
  }

  .wwa-stcfc .level-1 {
    margin-bottom: 20px;
  }

  .wwa-stcfc .level-1::before,
  .wwa-stcfc .level-2-wrapper > li::before {
    display: none;
  }
  
  .wwa-stcfc .level-2-wrapper,
  .wwa-stcfc .level-2-wrapper::after,
  .wwa-stcfc .level-2::after {
    display: block;
  }

  .wwa-stcfc .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }

  .wwa-stcfc .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }

  .wwa-stcfc .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
}

/* Modal Styles */
.wwa-stcfc .custom-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wwa-stcfc #modal-title{
	font-weight: 700;
}

.wwa-stcfc #modal-body .wp-block-heading{
	margin-top: 20px;
	margin-bottom: 6px;
}
.wwa-stcfc #modal-body p{
	font-size: 16px;
	line-height: 26px;
	font-family: "Open Sans", Sans-serif;
}
.wwa-stcfc #modal-body table{
	margin-top: 20px;
}
.wwa-stcfc #modal-body table td, .wwa-stcfc #modal-body table th{
	padding .1em 1em;
}
.wwa-stcfc .modal-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  width: 50%;
  /* margin: 10% auto; */
  /* position: relative; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
	.wwa-stcfc .modal-content {
	  width: 80%;
	  
	}
}
.wwa-stcfc .modal-content #modal-body{
	/* height: 65vh; */
	max-height: 65vh;
	overflow-y: auto;
}
.wwa-stcfc .hasdata{
	cursor: pointer;
}
.wwa-stcfc .close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.wwa-stcfc  #modal-body li{
	font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans", Sans-serif;
	list-style: disc;
}

.wwa-stcfc #flowchart-modal-loader{
	border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    /* left: 50%; */
    position: relative;
	margin: auto;
    margin-top: 25%;
}

/*WHO WE ARE FLOW CHART STOP*/

/*TABLES START*/
.wp-block-table table td{
	font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans", Sans-serif;
}
/*TABLES STOP*/