
.dropdown-item.sub-project {
  margin-left: 20px;
  font-weight: 600;
  color: #006633 !important; 
}
.theme-main-menu .navbar-nav .nav-link,
.theme-main-menu .dropdown-menu .dropdown-item,
.theme-main-menu .btn-one,
.theme-main-menu .btn-two,
.theme-main-menu .mega-menu-title,
.theme-main-menu span,
.theme-main-menu i {
  color: #000 !important;
}

.theme-main-menu .navbar-nav .nav-link:hover,
.theme-main-menu .dropdown-menu .dropdown-item:hover {
  color: #006633 !important; 
}

  .banner-con {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

/* === BASE SWIPER STYLES === */
.swiper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  object-fit: contain;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Caption styling */
.slide-caption {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  padding: 0 1rem;
  z-index: 5;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.slide-caption h2,
.slide-caption h4 {
  font-weight: 700;
  color: #fff;
}

.slide-caption p {
  font-size: 1.25rem;
  color: #fff;
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: transparent !important;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* Pagination */
.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  background: #ccc !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #006633 !important;
}

/* === RESPONSIVE BREAKPOINTS === */

/* Tablets: 992px – 1199px */
@media (max-width: 1199.98px) {
  .swiper {
    height: 80vh;
  }

  .slide-caption h2 {
    font-size: 2rem;
  }
}

/* Small Tablets & Mobile Landscape: 768px – 991px */
@media (max-width: 991.98px) {
  .swiper {
    height: 75vh;
  }

  .slide-caption {
    bottom: 16%;
  }

  .slide-caption h2 {
    font-size: 1.75rem;
  }

  .slide-caption p {
    font-size: 1rem;
  }
}

/* Phones: 576px – 767px */
@media (max-width: 767.98px) {
  .swiper {
    height: 90vh;
  }

  .slide-caption {
    bottom: 18%;
  }

  .slide-caption h4 {
    font-size: 1.25rem;
  }

  .slide-caption p {
    font-size: 0.95rem;
  }
}

/* Small Phones: 480px – 575px */
@media (max-width: 575.98px) {
  .swiper {
    height: 95vh;
  }

  .slide-caption {
    bottom: 14%;
  }

  .slide-caption h4 {
    font-size: 1.15rem;
  }

  .slide-caption p {
    font-size: 0.9rem;
  }
}

@media (max-width: 479.98px) {
  .slide-caption {
    bottom: 8%;
    padding: 0 1rem;
    text-align: center;
  }

  .slide-caption h4,
  .slide-caption p {
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .swiper-slide img {
    height: 100vh;
    object-fit: cover;
  }
}


.black-header,
.black-header a,
.black-header .nav-link,
.black-header .navbar-nav .nav-link,
.black-header .dropdown-menu .dropdown-item,
.black-header .btn-one,
.black-header .btn-two,
.black-header span,
.black-header i {
  color: #111 !important;
}

.black-header .dropdown-menu {
  background-color: #fff; 
}
/* Card hover background and shadow */
.promo-card {
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  min-height: 320px;
}

.promo-card:hover {
  background-color: #e0f3ec; /* light green tint */
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 102, 51, 0.15);
}

/* Title style */
.promo-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-top: 15px;
  margin-bottom: 12px;
  transition: color 0.3s ease-in-out;
}

/* List style */
.promo-list {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  transition: color 0.3s ease-in-out;
}

.promo-list li {
  margin-bottom: 8px;
}


.promo-card .icon {
  background-color: #007b5e;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-card .icon img {
  width: 40px;
  transition: filter 0.3s ease;
}
.promo-card:hover .icon {
  transform: scale(1.05);
}
/*.icon-green {

  background-color: #007b5e;
  transition: all 0.3s ease-in-out;
  background:#007b5e;
}*/
.scroll-top{
    background: #336600;
}
.contact-section {
  background-color: #f9f9f9;
}

.contact-form-one .form-control {
  background: #fff;
  border: 1px solid #ccc;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact-form-one .form-control:focus {
  border-color: #007b5e;
  box-shadow: 0 0 5px rgba(0, 123, 94, 0.3);
  outline: none;
}

.contact-form-one textarea.form-control {
  resize: none;
}
.footer-three {
  background-color: #006633;
  color: #ffffff;
}

.footer-three p,
.footer-three ul li a,
.footer-three .footer-title,
.footer-three .bottom-footer,
.footer-three .newsletter-form input,
.footer-three .newsletter-form button,
.footer-three span,
.footer-three a {
  color: #ffffff !important;
}

.footer-three .newsletter-form input::placeholder {
  color: #dddddd;
}

.footer-three .newsletter-form input {
  background-color: #004d26;
  border: none;
  color: #ffffff;
}
.slide-caption {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #ffffff; 
}

.slide-caption h2,
.slide-caption p {
  color: #ffffff; 
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7); 
}
.mobile-card-style {
  background-color: #f2f2f2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
   @media (max-width: 767.98px) {
      .mobile-card-bg {
         background-color: #f9f9f9;
         border: 1px solid #ddd;
         border-radius: 12px;
         padding: 20px;
         margin-bottom: 20px;
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      }
   }
.text{
    text-align: justify;
}
/* Vision, Mission & Core Values Section */
.vision-mission-values {
  padding: 80px 20px;
  background-color: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

.vision-mission-values .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #006633; 
  margin-bottom: 40px;
}

.vision-mission-values .content-block {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-mission-values .content-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.vision-mission-values h4 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.vision-mission-values p,
.vision-mission-values li {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
}

.vision-mission-values ul {
  padding-left: 20px;
}

.vision-mission-values ul li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.vision-mission-values ul li::before {
  content: '●';
  position: absolute;
  left: 0;
  color: #006633;
  font-size: 20px;
  line-height: 1;
}
/* ===== Hero Section Styles ===== */
.hero-section {
  background-color: #ffffff;
  text-align: center;
  padding: 4rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.hero-section h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1f2937;
}

.hero-section p {
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 1rem;
}

.hero-section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #15803d; 
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}

.hero-section .cta-highlight {
  margin-top: 1.5rem;
  font-weight: 700;
  color: #dc2626; 
  font-size: 1.125rem;
}

.hero-section .contact {
  margin-top: 1rem;
}

.hero-section .contact p {
  font-weight: 600;
  color: #2563eb; 
}

/* Responsive Tweaks */
@media (max-width: 640px) {
  .hero-section {
    padding: 2.5rem 1rem;
  }

  .hero-section h1 {
    font-size: 1.75rem;
  }

  .hero-section ul {
    font-size: 0.85rem;
    gap: 0.75rem;
  }
}
/* Desktop and Default */
.slide-caption {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 1rem;
  color: white;
}

/* Mobile Specific Styles */
@media (max-width: 768px) {
  .slide-caption {
    top: 60%; 
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
    width: 90%;
  }

  .slide-caption h4 {
    font-size: 1.5rem;
  }

  .slide-caption p {
    font-size: 1rem;
  }
}
.footer-nav iframe {
  width: 650;
  height: 300;
  
  border: 0;
  max-width: 100%;
 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .footer-nav iframe {
    aspect-ratio: 4 / 3; /
  }
}
.card-style-twelve:hover .icon {
    background: #006633;
}
.listing-card-four:hover .property-info .title:hover {
    color: #006633;
}
.btn-twelve:hover, .btn-twelve:focus {
    background: #006633;
    border-color: #006633;
   
}
.feedback-block-five blockquote span {
    color: #006633;
}
.card-style-ten:hover .icon {
    background: #006633;
}
.btn-five:hover, .btn-five:focus {
    background: #006633;
}
.bg-pink-two {
    background: #ebfaeb;
}

.fancy-banner-nine .fact-wrapper .fact-box:nth-child(2) {
    background: #ebfaeb;
}
.fancy-banner-nine .fact-wrapper .fact-box:nth-child(3) {
    background: #d6f5d6;
}
.fancy-banner-nine .fact-wrapper .fact-box:nth-child(4) {
    background: #c2f0c2;
   
}

/* Mobile view: ≤575px */
@media (max-width: 575.98px) {
  .feedback-block-five blockquote {
    font-size: 20px;
  }
}
.feedback-section-seven .content-wrapper .icon {
   
    background: rgb(0, 102, 51);
}
.read-more-content {
  /* transition for smooth expand/collapse */
  transition: max-height 0.35s ease;
}

/* COLLAPSED state: clamp to 4 lines */
.read-more-content.collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;   
  overflow: hidden;
}

/* Toggle link styling */
.read-more-toggle {
  margin-top: 0.5em;
  background: none;
  border: none;
  color: #006633;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0;
}
.dark-bg{
   background-color: #000 !important;
}



.btn-four:hover, .btn-four:focus{
  color: #006633 !important;
}
.project-sidebar {
   background: #f9f9f9;
   padding: 20px;
   border-radius: 8px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.project-sidebar h5 {
   font-size: 18px;
   font-weight: bold;
   border-bottom: 1px solid #ddd;
   padding-bottom: 8px;
   margin-bottom: 15px;
}
.project-sidebar ul li {
   padding: 6px 0;
}
.project-sidebar ul li a {
   color: #333;
   text-decoration: none;
   transition: all 0.3s ease;
}
.project-sidebar ul li a:hover {
   color: #006633;
}
.project-title {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
   margin-bottom: 0.5rem;
}
.project-rotator li img {
  display: block;
  margin: 0 auto 8px;
}

.project-rotator li a {
  display: block;
  color: #333;
  font-weight: 500;
  text-decoration: none;
}
 .table td,
  .table th {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
 



.card-style-seven h4 {
  font-size: 1.rem;
  line-height: 1.4;
}
.custom-pagination-spacing{
  margin-top: 110px !important;
}
/* ----------------- Gallery Grid Layout ----------------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px; 
  padding: 0 40px; 
  margin: 40px auto;
  max-width: 1400px;
  box-sizing: border-box;
}

/* ----------------- Gallery Items ----------------- */
.gallery-item {
  position: relative;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* ----------------- Modal/Lightbox ----------------- */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  position: relative;
  background-color: #fff;
  padding: 20px;
  max-width: 90%;
  margin: auto;
  border-radius: 10px;
}

/* Slides */
.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Slide Layout */
.slide-flex {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.slide-flex img {
  max-width: 70%;
  border-radius: 8px;
}

.caption-text {
  flex: 1;
  min-width: 200px;
}

.caption-text h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.caption-text p {
  font-size: 16px;
  color: #666;
}

.numbertext {
  color: #ccc;
  text-align: center;
  padding: 10px 0;
}

/* Navigation arrows */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: #007b5e;
  font-weight: bold;
  font-size: 30px;
  user-select: none;
  transform: translateY(-50%);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

/* Close Button */
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* ----------------- Responsive Design ----------------- */
@media (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
@media (max-width: 1300px) {
  header.theme-main-menu .inner-content {
    padding: 12px 16px;
  }

  .right-widget ul {
    gap: 8px !important;
  }

  .right-widget a.btn-two {
    padding: 5px 10px;
    font-size: 13px;
  }

  .right-widget a[href*="wa.me"] {
    width: 45px;
    height: 45px;
  }

  .right-widget i.fab.fa-whatsapp {
    font-size: 26px !important;
  }

  nav.navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 8px 10px;
  }
}
.theme-main-menu .nav-item .nav-link {
    font-family: "Gordita";
    font-weight: 500;
    font-size: 18px;
    line-height: initial;
    color: #000;
    padding: 10px 0;
    margin: 0 18px;
    position: relative;
    transition: all .2s ease-in-out 0s;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type=number] {
  -moz-appearance: textfield;
}
.listing-card-four .tag{
  width: 150px;
   color: #fff;
   background:#006633;
  
}
.listing-card-four{
 height: 350px;
}
.second-phone {
  display: inline-block;
  margin-left: 58px; 
}
.fixed_contact {
  position: fixed;
  right: 0;
  bottom: 250px;
  z-index: 999;
}

.fixed_contact ul {
  list-style: none;
}

.fixed_contact li {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.fixed_contact a {
  display: flex;
  align-items: center;
  background-color: #25D366; 
  color: #fff;
  padding: 10px 12px;
 
  text-decoration: none;
  transition: all 0.3s ease;
  transform: translateX(65%);
}

.fixed_contact a.phone_icon {
  background-color: #0084ff; 
}

.fixed_contact a:hover {
  transform: translateX(0);
}

.stick-call {
  font-size: 24px;
  margin-right: 8px;
}

.whats,
.phones {
  white-space: nowrap;
  font-size: 14px;
}
.right-widget .btn-two {
  margin-right: 120px; 
}
.slider-img {
  height: 500px;        
  object-fit: cover;     
}
.zoom-img {
  width: 100%;
  height: 250px; 
  object-fit: cover; 
  transition: transform 0.3s ease;
  border-radius: 0.5rem;
}

.zoom-img:hover {
  transform: scale(1.05); 
  z-index: 2;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #28a745; 
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  filter: invert(1); 
}


.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #218838; 
}


.carousel-control-prev:active,
.carousel-control-next:active {
  background-color: #1e7e34; 
}
.completed-badge {
  background-color: #006838; 
  font-weight: 600;
  font-size: 14px;
  border-radius: 0; 
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
/* Base styles already included */
.brand-wrap-banking {
    padding: 20px 0 !important;
    background-color: #f9f9f9;
    margin-bottom: 0 !important;

}

.brand-box2 {
    text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.brand-box2:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.brand-box2 img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    object-fit: contain;
}
.container {
    padding-bottom: 0 !important;
}
.swiper.banking-partner-slider {
    height: auto !important;
}

.swiper-wrapper {
    align-items: center;
}


/* Small devices: phones (portrait, less than 480px) */
@media (max-width: 479px) {
    .brand-box2 {
        padding: 10px;
    }

    .brand-box2 img {
        max-width: 120px;
    }
}

/* Medium phones to tablets (480px - 767px) */
@media (min-width: 480px) and (max-width: 767px) {
    .brand-box2 img {
        max-width: 140px;
    }
}

/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .brand-box2 img {
        max-width: 160px;
    }
}

/* Laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .brand-box2 img {
        max-width: 180px;
    }
}

/* Desktops (1200px and up) */
@media (min-width: 1200px) {
    .brand-box2 img {
        max-width: 200px;
    }
}

