p {margin-bottom:20px;}
.pages-footer ul li a {
    color: #fff;
}
.pages-footer ul li a:hover {
    color: #fabe4f;
}

.copyright-footer-one .wrapper {
    color: #fff;
}
.single-footer-component.first p.disc {
    color: #fff;
}
.input-half p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
form.wpcf7-form.init br {
    display: none;
}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid,input.is-invalid {
border: 2px solid #c62523 !important;
}

.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
    color: #fff !important;
    background-color: #f24224;
}
.wpcf7-form p {margin:0px;}
input.wpcf7-form-control.wpcf7-submit.has-spinner.rts-btn.btn-primary {
    margin: 20px 0px;
    background-color: #f7b938;
    width: 100%;
}
.dark{background-color:#f7f7f7;}
.disc p {
    margin: 0px 0px 20px 0px;
}
.service-detials-step-2.mt--50 .title {
    font-size: 26px;
    margin: 0px 0px 30px 0px;
}
.contact-page-form.mt--30 input {
    margin-bottom: 20px;
}
 .two-column-list {
    columns: 2;          /* makes two columns */
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 40px;    /* space between columns */
    padding-left: 20px;
	 list-style:none;
  }
  .two-column-list li {
    break-inside: avoid; /* prevents item splitting */
    margin-bottom: 6px;
  }
.single-contact--info-wrapper .icon img {
    width: 40% !important;
}
nav.main-nav ul li a {
    color: #000 !important;
}
.page-id-194 nav.main-nav ul li a {
    color: #f7b938 !important;
}
.single-contact--info-wrapper .content p {
    margin-bottom: 15px;
}
.contact-page-form select {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
    border-radius: 100px;
    height: 60px;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.wpcf7-list-item input[type="checkbox"] {
    opacity: 1 !important;
    position: absolute;
    width: auto !important;
    height: auto !important;
    left: 0px;
    margin-top: 5px;
}
.rts-bread-crumb-area.ptb--65.bg_image.bg-breadcrumb {
    background-color: #0000009e;
    background-blend-mode: color;
}
.yellow{background-color:#fabe4f;}
.pb-20 {
    padding-bottom: 20px;
}
.article-body.rte h2 {
    font-size: 30px;
}
.fixed-blog-image {
    width: 100%;
    height: 260px;       /* Adjust height as needed */
    object-fit: cover;   /* Keeps image centered & cropped */
    border-radius: 8px;  /* optional */
    display: block;
}
.pagination-wrapper {
    text-align: center;
    margin-top: 40px;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    color: #333;
    background: #fff;
    border: 2px solid #fabe4f;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover {
    background: #fabe4f;
    color: #000;
}

.pagination-wrapper .page-numbers.current {
    background: #fabe4f;
    color: #000;
    border-color: #fabe4f;
    cursor: default;
}

.pagination-wrapper .next.page-numbers {
    font-weight: 600;
}
.page-id-194 .pagination-wrapper.text-center.mt--40 {
    display: none;
}
.main-nav-one ul li.has-dropdown .submenu
 {
    min-width: 330px;
}
ul.sub-menu.submenu li a {
    font-size: 14px !important;
	    padding: 10px 10px !important;
}
.main-nav-one ul li.has-dropdown a.nav-link{ padding: 10px 10px !important;}
/* SECTION */
.leadership-section {
  background: #000;
  padding: 60px 40px;
}

/* GRID */
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

/* CARD */
.leader-card {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  transition: border-radius 0.35s ease;
  cursor: pointer;
}

/* IMAGE */
.leader-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* DEFAULT INFO (VISIBLE) */
.leader-info {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.leader-info h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

.leader-info span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0.85;
}

/* HOVER PANEL (CREAM) */
.leader-hover {
  position: absolute;
  inset: 0;
  background: #f6ecd6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;

  opacity: 0;
  transform: scale(0.95);
  border-radius:10px;
  transition: all 0.35s ease;
  z-index: 3;
}

.leader-hover h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #111;
}

.leader-hover p {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

.leader-hover a {
  border: 2px solid #9b1c1c;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #9b1c1c;
  text-decoration: none;
  transition: all 0.3s ease;
}

.leader-hover a:hover {
  background: #9b1c1c;
  color: #fff;
	border-radius:30px;
}

/* HOVER EFFECTS */
.leader-card:hover {
  border-radius: 0;
}

.leader-card:hover .leader-hover {
  opacity: 1;
  transform: scale(1);
}

.leader-card:hover .leader-info {
  opacity: 0;
}
.leader-info h3 {
    font-size: 28px;
    color: #F7E8CB;
    margin: 290px 0px 0px 0px;
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .leadership-grid {
    grid-template-columns: 1fr;
  }
}
.scl-mdia {
    font-size: 14px;
    color: #fff !important;
}
.page-id-194 .header-main-area.header--sticky.sticky nav.main-nav ul li a {
    color: #000 !important;
}
.page-id-194 ul.sub-menu.submenu li a {
    color: #000 !important;
}
.page-id-194 .main-nav-one ul li a.nav-link {
    color: #fff !important;
}
.page-id-194 nav.main-nav ul.sub-menu.submenu li a {
    color: #000 !important;
}
.banner-main-wrapper-one .pre-title p{
  font-size: 35px;
}
.banner-main-wrapper-one  .title {font-size: 40px;
        line-height: 50px;}   
.disc.text-white::-webkit-scrollbar {
    width: 6px;
}

.disc.text-white::-webkit-scrollbar-track {
    background: #f5d94c;
    border-radius: 10px;
}

.disc.text-white::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6b5b00, #9c8500);
    border-radius: 10px;
}

.disc.text-white::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #8a7400, #b59a00);
}

/* Firefox */
.disc.text-white {
    scrollbar-width: thin;
    scrollbar-color: #6b5b00 #f5d94c;
}
.disc.text-white {
    overflow-y: auto;
    height: 150px;

    /* Hide scrollbar - Firefox */
    scrollbar-width: none;

    /* Colors for fallback */
    scrollbar-color: #6b5b00 #f5d94c;
}

/* Hide scrollbar - Chrome, Edge, Safari */
.disc.text-white::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}


.image-gallery__col {
    height: 250px; /* Set your desired height */
    overflow: hidden;
}

.image-gallery__col img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crops image nicely */
    display: block;
}
.wpo-service-area-s2.section-padding {
    padding: 40px 0px;
}
.nav-link {
	padding: .5rem 0rem;}
.myGallerySlider {
    margin: 0 auto;
}

.myGallerySlider img {
    width: 100%;
    height: 220px;   /* reduced from 350px */
    object-fit: cover;
    border-radius: 8px;
}
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet-active {
    background: #000;
}
/* Make space for arrows */
.myGallerySlider {
    position: relative;
    padding: 0 60px; /* space left & right */
}

/* Style arrows */
.myGallerySlider .swiper-button-next,
.myGallerySlider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Arrow icon size */
.myGallerySlider .swiper-button-next:after,
.myGallerySlider .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

/* Position outside image area */
.myGallerySlider .swiper-button-prev {
    left: 0;
}

.myGallerySlider .swiper-button-next {
    right: 0;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {display:none;}
.pb-40 {
    padding-bottom: 40px;
}