/**
* Template Name: Gp
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Updated: Aug 15 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Poppins", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* 🌿 Global Colors – Scientifically Optimized for Human Perception */
:root {
  --background-color: #F8F9F5;
  /* Soft ivory white – calming & premium */
  --default-color: #1A1A1A;
  /* Deep charcoal – sharp & authoritative */
  --heading-color: #064848;
  /* Luxury deep green – evokes trust & power */
  --accent-color: #168F62;
  /* Rich emerald – fresh, premium, & energizing */
  --surface-color: #E1E8E1;
  /* Muted sage green – balance & warmth */
  --contrast-color: #FFFFFF;
  /* Clean white for high readability */
  --highlight-color: #b5eac0;
  /* Soft muted gold – wealth & exclusivity */
}

/* 🏢 Navigation – Elegant & Minimalist */
:root {
  --nav-color: #ffffff;
  /* Deep forest green – confidence & stability */
  --nav-hover-color: #168F62;
  /* Emerald hover – adds sophistication */
  --nav-mobile-background-color: #000000;
  /* Clean, modern feel */
  --nav-dropdown-background-color: #000000;
  /* Black – consistency */
  --nav-dropdown-color: #ffffff;
  /* White – readability */
  --nav-dropdown-hover-color: #168F62;
  /* Premium hover effect */
}

/* 🏢 Light & Dark Mode */
.light-background {
  --background-color: #F8F9F5;
  --surface-color: #FFFFFF;
}

.dark-background {
  --background-color: #1A1A1A;
  --default-color: #E1E8E1;
  --heading-color: #168F62;
  --surface-color: #064848;
  --contrast-color: #FFFFFF;
}

/* 🚀 Smooth scroll */
:root {
  scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
/* 🌿 Global Styles – Elegant & Luxurious Green Theme */
/* 🌟 Global Styling - Professional & Premium */


/* 🔗 Links - Elegant Hover Effects */
a {
  color: var(--accent-color);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 20%);

}

/* 🏷️ Headings - Luxurious Dark Green with Spacing */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
  margin-bottom: 0.5em;
}

/* 📑 Container - Smooth, Well-Defined Layout */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

/* 🔘 Buttons - Elegant, High-End Feel */
button,
.btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

button:hover,
.btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 15%);
}

/* 🔳 Cards - Structured and Luxurious */
.card {
  background-color: var(--surface-color);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15);
  background-color: rgba(31, 92, 58, 0.08); /* Slight green highlight on hover */
}

/* 📧 PHP Email Form Messages */
.php-email-form .error-message {
  display: none;
  background: #C82333;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
  border-radius: 4px;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: var(--accent-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
  border-radius: 4px;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  border-radius: 4px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 📱 Responsive Design */
@media (max-width: 768px) {
  .container {
    padding: 10px;
  }

  button,
  .btn {
    padding: 12px 18px;
    width: 100%;
    max-width: 350px; /* Optional max-width for buttons */
    margin: 0 auto;
    display: block;
  }

  .card {
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# 🌟 Global Header - Sleek & Professional
--------------------------------------------------------------*/
/* 🌿 Premium Corporate UI/UX - Luxurious Green Theme */
:root {
  --background-color: #F8F9F5;
  /* Soft Ivory - Premium Feel */
  --default-color: #1A1A1A;
  /* Deep Charcoal - High Contrast */
  --heading-color: #0A3B2C;
  /* Dark Green - Stability & Trust */
  --accent-color: #168F62;
  /* Emerald Green - Luxury & Freshness */
  --surface-color: #E1E8E1;
  /* Muted Sage - Balance */
  --contrast-color: #FFFFFF;
  /* Pure White for Clarity */
  --highlight-color: #C4A76B;
  /* Muted Gold - Exclusivity */
  --nav-background: #000000;
  /* Solid Black to match footer */
}

/* 🏢 Header & Navigation - Always Elegant */
.header {
  background-color: var(--nav-background);
  color: var(--contrast-color);
  padding: 0 40px;
  transition: all 0.4s ease-in-out;
  z-index: 997;
  height: 80px;
  display: flex;
  align-items: center;
}

.header .logo img {
  max-height: 50px;
  width: auto;
}

.header .logo h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--contrast-color);
}

.header .btn-getstarted {
  color: var(--contrast-color);
  font-size: 14px;
  padding: 8px 30px;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  border: 2px solid var(--accent-color);
  background: transparent;
}

.header .btn-getstarted:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

/* 🚀 Sticky Navigation & Scroll Effect */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  z-index: 1000;
}

body.scrolled .header {
  /* No shadow to keep it flat & premium like screenshot */
  background-color: var(--nav-background);
}

/* ✅ Apply transition effect only on the index page */
body[data-page="index"] .header {
  background-color: var(--nav-background);
  transition: all 0.4s ease-in-out;
}

/* 🌍 When scrolling on index page */
body[data-page="index"].scrolled .header {
  background-color: var(--nav-background);
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* ❌ Disable transition on other pages */
body[data-page="other"] .header {
  background-color: var(--nav-background) !important;
  transition: none !important;
  /* Remove animation */
  box-shadow: none !important;
}

/* 🍞 Breadcrumb Style */
.breadcrumb-container {
  text-align: center;
  margin: 30px 0;
  font-size: 16px;
  color: #555;
  font-family: var(--default-font);
  font-weight: 500;
}

.breadcrumb-container span {
  margin: 0 10px;
}
.search-icon {
  font-size: 18px;
  cursor: pointer;
  color: var(--contrast-color);
  margin-left: 15px;
  transition: opacity 0.3s ease;
}

.search-icon:hover {
  opacity: 0.7;
}


/* 📱 Responsive Design */
@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

/* Index Page Header
------------------------------*/
.index-page .header {
  --background-color: rgba(0, 0, 0, 0);
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
  transition: background-color 0.3s ease;
  --background-color: rgba(0, 0, 0, 1);
}



/* Close Button */
.close {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: color 0.3s ease;
}

.close:hover {
  color: #f44336;
}

/* Table Styles */
table {
  width: 100%;
  color: #fff;
  border-collapse: collapse;
  margin-top: 15px;
}

table th,
table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

table th {
  background-color: #ffffff;
  font-weight: bold;
}

table td {
  background-color: #ffffff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    padding: 15px;
  }

  .close {
    font-size: 20px;
    top: 10px;
    right: 10px;
  }

  table th,
  table td {
    padding: 8px;
  }
}

/* Search Bar */

.suggestions-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(221, 209, 209, 0.3);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(20px);
  border: 0% solid rgba(255, 255, 255, 0.3);
}

.suggestion {
  padding: 12px;
  cursor: pointer;
  font-size: 16px;
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.3s;
}

.no-suggestions {
  padding: 12px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.suggestion:hover {
  background: rgba(255, 255, 255, 0.2);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Large Desktop (≥ 1400px) */
@media (min-width: 1400px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 10px 30px; /* Increased space between nav links */
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 8px; /* Space before icon */
    margin-right: 15px; /* Space after icon to prevent "merging" with next item */
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--nav-dropdown-color);
    text-transform: none;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    background-color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Medium Desktop (1200px to 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 10px 10px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 11px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 180px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 18px;
    font-size: 14px;
    color: var(--nav-dropdown-color);
    text-transform: none;
  }

  .navmenu .dropdown ul a i {
    font-size: 11px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    background-color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile (≤ 1199px) */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    padding: 20px 0;
    margin: 0;
    border-radius: 0;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    max-height: calc(100vh - 80px);
    width: 100%;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), white 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: color-mix(in srgb, var(--accent-color), white 90%);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    background-color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/* Contact Button Style */
#contact-link {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 28px;
  padding: 8px 16px;
  color: var(--nav-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

#contact-link:hover {
  background: var(--nav-hover-color);
  color: white;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding: 50px 0;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 10%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 10px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  background-color: color-mix(in srgb, var(--default-color) 5%, white 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 4px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding: 30px 0;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 80px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 58px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #1a5d3a;
  position: relative;
  display: inline-block;
}

.center-title {
  text-align: center;
}

.center-title .section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #1a5d3a;
  margin-top: 4px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}


.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* 🌿 Hero Section - Corporate Inspired */
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 100px 20px;
  /* Top & Bottom space with horizontal padding */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--background-color);
  text-align: center;
  box-sizing: border-box;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  /* Fixed from 'fill' to 'cover' */
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: var(--contrast-color);
}

.hero h1 {
  font-size: clamp(36px, 8vw, 92px);
  /* Smooth scaling */
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 20px;
}

.hero p {
  font-size: clamp(16px, 2vw, 24px);
  /* Scales better on all devices */
  font-weight: 400;
  font-family: var(--default-font);
  color: var(--contrast-color);
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

.hero .cta-button {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 28px;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 600;
  color: var(--contrast-color);
  background: var(--accent-color);
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.hero .cta-button:hover {
  background: var(--nav-hover-color);
  transform: translateY(-3px);
}

/* Full Width Image Section */
.full-width-image {
  width: 100vw;
  height: 25vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.full-width-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Optional: Add fine-tuned breakpoints for tighter control */
@media (max-width: 768px) {
  .hero {
    height: 60vh;
    padding: 80px 15px;
  }

  .hero .cta-button {
    padding: 12px 20px;
  }

  .hero-video {
    object-position: center center;
    /* Ensure better framing on smaller screens */
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 60px 10px;
  }

  .hero p {
    max-width: 100%;
  }

  .hero .cta-button {
    width: 100%;
    max-width: 320px;
  }

  .hero-video {
    object-position: center center;
  }
}


#electricity-act-docs {
  padding: 100px 20px;
  font-family: 'Arial', sans-serif;
  background-color: #f4f6f9;
  text-align: center;

}

#electricity-act-docs h2 {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 40px;
  font-weight: 600;
}

.documents-table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #ffffff;

}

.documents-table th,
.documents-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  color: black;
}

.documents-table th {
  background-color: #2e6b50;
  color: white;
  font-weight: bold;
}

.pdf-icon {
  background-color: #2e6b50;
  ;
  color: white;
  font-size: 1rem;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
}

.pdf-icon:hover {
  background-color: #2e6b50;

}

@media (max-width: 768px) {
  #electricity-act-docs h2 {
    font-size: 1.5rem;
  }

  .documents-table {
    width: 100%;
    margin: 20px 0;
  }

  .documents-table th,
  .documents-table td {
    padding: 10px;
  }

  .pdf-icon {
    font-size: 0.9rem;
    padding: 8px 12px;
  }
}

/*--------------------------------------------------------------
# About Section
-/*--------------------------------------------------------------
# Common Section Padding
/*--------------------------------------------------------------
# Section Padding
--------------------------------------------------------------*/
.about,
.clients,
.features {
  padding: 60px 20px;
}

@media (max-width: 768px) {

  .about,
  .clients,
  .features {
    padding: 40px 15px;
  }
}

/*--------------------------------------------------------------
# Content Font Styling
--------------------------------------------------------------*/
.about .content p,
.about .content ul li,
.clients .content p,
.features .content p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.6;
  letter-spacing: 0.3px;
}

/*--------------------------------------------------------------
# Section Headings
--------------------------------------------------------------*/
.about h2,
.clients h2,
.features h2 {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  text-align: left;
  color: #000000;
  margin-bottom: 0.75rem;
}

/*--------------------------------------------------------------
# About Section Layout
--------------------------------------------------------------*/
.about .row.align-items-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: row;
}

.about .content {
  flex: 1 1 50%;
  order: 1;
}

.about .image {
  flex: 1 1 45%;
  max-width: 500px;
  order: 2;
}

.about .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/*--------------------------------------------------------------
# About Text Content Styling
--------------------------------------------------------------*/
.about .content .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
  margin-bottom: 1rem;
}

.about .content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.about .content ul li {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-direction: row;
  flex-wrap: wrap;
}

.about .content ul i {
  color: var(--accent-color);
  font-size: clamp(1rem, 2vw, 1.25rem);
  flex-shrink: 0;
  line-height: 1.2;
}

.about .content ul span {
  flex: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Responsive Styling for About
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .about .row.align-items-center {
    flex-direction: column;
    text-align: center;
  }

  .about .content,
  .about .image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .about h2 {
    text-align: center;
  }

  .about .content ul {
    justify-content: center;
  }

  .about .content {
    order: 2;
  }

  .about .image {
    order: 1;
  }
}

/*--------------------------------------------------------------
# Duplicate Responsive (Merged)
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .about .content {
    flex-direction: column;
    text-align: center;
  }

  .about .content .text,
  .about .content .image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .about h2 {
    text-align: left;
  }

  .about .content .text ul {
    justify-content: center;
  }

  .about .content .text {
    order: 2;
  }

  .about .content .image {
    order: 1;
  }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  background-color: var(--clients-background, #f9f9f9);
}

.clients .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.clients .swiper-slide img {
  max-width: 100%;
  height: auto;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  opacity: 1;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-image {
  position: relative;
  min-height: 400px;
  margin-bottom: 2rem;
}

.features .features-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.features .features-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.features .features-item:last-child {
  margin-bottom: 0;
}

.features .features-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.features .features-item i {
  font-size: 48px;
  color: var(--accent-color);
  flex-shrink: 0;
  line-height: 1;
}

.features .features-item p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

/* Responsive Features */
@media (max-width: 768px) {
  .features .features-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .features .features-item i {
    margin-bottom: 8px;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  padding: 80px 40px;
}

@media (max-width: 768px) {
  .services {
    padding: 50px 20px;
  }
}

.services h2 {
  font-size: clamp(1.75rem, 2.5vw, 2rem);
  text-align: left;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.services .service-item {
  background-color: var(--surface-color);
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 50px 25px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(10, 59, 44, 0.08);
  transition: all 0.3s ease-in-out;
  height: 100%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .services .service-item {
    padding: 40px 20px;
  }
}

.services .service-item .icon {
  background-color: #168F62;
  color: var(--contrast-color);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 6px 18px rgba(196, 167, 107, 0.2);
  transition: background 0.3s, transform 0.3s;
}

.services .service-item .icon i {
  font-size: 28px;
  transition: transform 0.3s;
}

.services .service-item h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--heading-color);
  margin: 12px 0 18px;
  transition: color 0.3s;
}

@media (max-width: 768px) {
  .services .service-item h3 {
    font-size: 1.25rem;
  }
}

.services .service-item p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.65;
  letter-spacing: 0.2px;
  color: var(--default-color);
  margin-bottom: 0;
}

.services .service-item:hover {
  box-shadow: 0 8px 30px rgba(10, 59, 44, 0.12);
  transform: translateY(-6px);
}

.services .service-item:hover .icon {
  background-color: var(--accent-color);
  transform: scale(1.1);
}

.services .service-item:hover h3 {
  color: #168F62;
}

/*--------------------------------------------------------------
# Services Grid Layout
--------------------------------------------------------------*/
.services-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Vision Section
--------------------------------------------------------------*/
..vision {
  padding: 60px 20px;
}

@media (max-width: 768px) {
  .vision {
    padding: 40px 15px;
  }
}

/*--------------------------------------------------------------
# Vision Section Heading
--------------------------------------------------------------*/
.vision h2 {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  text-align: left;
  margin-bottom: 0.75rem;
  /* Reduced spacing */
  color: var(--heading-color);
  font-weight: 500;
  letter-spacing: 1.5px;
  /* Increased letter spacing */
}

/*--------------------------------------------------------------
# Vision Content Font Styling
--------------------------------------------------------------*/
.vision p,
.vision li {
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.6;
  letter-spacing: 0.3px;
}

/*--------------------------------------------------------------
# Vision Card Flip Container
--------------------------------------------------------------*/
.card-container {
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border: 1.5px solid #1a5d3a;
  box-shadow: 0 6px 12px var(--shadow-color);
  transition: box-shadow 0.3s ease-in-out;
}

/* Front Side */
.card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #E1E8E1;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 20px 15px;
  transition: transform 0.6s ease-in-out, opacity 0.4s ease-in-out;
}

.card-front i {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 5px;
}

.card-front h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* Back Side */
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--white);
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 20px 15px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease-in-out, transform 0.6s ease-in-out;
  overflow: hidden;
}

/* Hover Flip Effect */
.card-container:hover .card-front {
  transform: translateY(-100%);
  opacity: 0;
}

.card-container:hover .card-back {
  transform: translateY(0);
  opacity: 1;
}

/*--------------------------------------------------------------
# Card Content Styling
--------------------------------------------------------------*/
.profile-img {
  width: clamp(100px, 30%, 120px);
  height: clamp(100px, 30%, 120px);
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--highlight-color);
  margin-bottom: 10px;
}

.card-back h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 3px;
  letter-spacing: 1px;
  /* optional for heading in card */
}

.card-back ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.card-back ul li {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: var(--text-color);
  padding: 3px 0;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons a {
  color: var(--heading-color);
  font-size: clamp(20px, 2vw, 22px);
  transition: color 0.3s ease, transform 0.2s ease;
}

.social-icons a:hover {
  color: var(--highlight-color);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Extra Small Devices (≤400px)
--------------------------------------------------------------*/
@media (max-width: 400px) {
  .card-container {
    max-width: 300px;
    height: 400px;
  }

  .profile-img {
    width: 100px;
    height: 100px;
  }

  .card-back h3 {
    font-size: 18px;
  }

  .card-back ul li {
    font-size: 14px;
  }

  .social-icons a {
    font-size: 20px;
  }
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/

.team {
  padding: 60px 20px;
}

@media (max-width: 768px) {
  .team {
    padding: 40px 15px;
  }
}

.team h2 {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  text-align: left;
  color: #000000;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
# Team Member Card
--------------------------------------------------------------*/
.team-member {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# Member Image
--------------------------------------------------------------*/
.member-img {
  max-width: clamp(120px, 20vw, 150px);
}

.member-img img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Member Info
--------------------------------------------------------------*/
.member-info h4 {
  font-size: clamp(18px, 2vw, 22px);
  margin-bottom: 5px;
  font-weight: bold;
  color: var(--heading-color);
}

.member-info span {
  font-size: clamp(14px, 1.8vw, 16px);
  color: gray;
}

/*--------------------------------------------------------------
# Social Icons
--------------------------------------------------------------*/
.social {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.social a {
  display: inline-block;
  color: #333;
  font-size: clamp(16px, 2vw, 18px);
  transition: color 0.3s, transform 0.2s;
}

.social a:hover {
  color: #007bff;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .team-member {
    flex-direction: column;
    padding: 20px 15px;
  }

  .social {
    gap: 8px;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact h2 {
  padding-top: 60px;
  font-size: 1.8rem;
  text-align: left;
  color: #000000;
}

.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: var(#ffffff);
  background: var(#059652);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: #ffffff;
  background: var(#ffffff);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list {
  background-color: var(--surface-color);
}

.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

/* Solar Table Styling - Premium & Responsive */
.solar-table-container {
  font-family: var(--default-font);
  background-color: var(--background-color);
  color: var(--default-color);
  text-align: center;
  padding: 60px 20px;
  margin: 50px auto;
  max-width: 90%;
}

.solar-table-wrapper {
  background: var(--contrast-color);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 6px 14px rgba(10, 59, 44, 0.15);
  max-width: 100%;
  overflow-x: auto;
}

.solar-table-container h2 {
  color: var(--heading-color);
  font-weight: 700;
  margin-bottom: 20px;
}

.solar-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  min-width: 600px;
  background: var(--surface-color);
  border-radius: 8px;
  overflow: hidden;
}

.solar-table th,
.solar-table td {
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid var(--nav-hover-color);
}

.solar-table th {
  background-color: #0b744d;
  color: var(--contrast-color);
  font-weight: 600;
}

.solar-table tr:hover {
  background-color: var(--highlight-color);
  transition: 0.3s ease-in-out;
}

.solar-table-note {
  margin-top: 20px;
  font-size: 14px;
  color: var(--default-color);
  text-align: center;
}

/* Data Table Styles */
.dataTables_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.dataTables_length,
.dataTables_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.dataTables_length label,
.dataTables_filter label {
  font-weight: 600;
  font-size: 14px;
  color: var(--default-color);
}

.dataTables_length select,
.dataTables_filter input {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid var(--surface-color);
  font-size: 14px;
  background-color: var(--contrast-color);
  color: var(--default-color);
}

.dataTables_paginate {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.dataTables_paginate .paginate_button {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.dataTables_paginate .paginate_button:hover {
  background-color: var(--heading-color);
}

.dataTables_paginate .paginate_button.disabled {
  background-color: var(--surface-color);
  cursor: not-allowed;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .solar-table-container {
    padding: 40px 15px;
    margin: 30px auto;
  }

  .solar-table th,
  .solar-table td {
    padding: 10px;
  }
}


/* 🌿 Global Styling - Luxury Green UI */
.solar-table-wrapper {
  padding: 20px;
}

.solar-table {
  min-width: 100%;
  font-size: 14px;
}

.dataTables_length,
.dataTables_filter {
  flex-direction: column;
  gap: 5px;
  text-align: center;
}

.dataTables_paginate {
  flex-wrap: wrap;
}

.dataTables_paginate .paginate_button {
  padding: 8px 12px;
  font-size: 12px;
}

/* 🏢 General Report Container - Refined for UX */
.report-container {
  max-width: 90%;
  margin: auto;
  background: var(--background-color);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 6px 18px rgba(10, 59, 44, 0.2);
  margin-top: 80px;
}

h2 {
  color: var(--heading-color);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.8px;
}

/* 📊 Table Styling - Premium Feel */
table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}

th,
td {
  color: var(--default-color);
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid var(--surface-color);
}

th {
  background-color: var(--heading-color);
  color: var(--background-color);
  font-weight: 600;
  text-transform: uppercase;
}

tr:hover {
  background-color: var(--surface-color);
  transition: 0.3s;
}

/* 📑 DataTables Custom Styling - Elegant & Minimal */
.dataTables_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.dataTables_length,
.dataTables_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.dataTables_length label,
.dataTables_filter label {
  font-weight: 600;
  font-size: 14px;
  color: var(--default-color);
}

.dataTables_length select,
.dataTables_filter input {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid var(--accent-color);
  font-size: 14px;
  background-color: var(--background-color);
  color: var(--default-color);
  transition: border 0.3s ease;
}

.dataTables_length select:hover,
.dataTables_filter input:focus {
  border-color: var(--highlight-color);
}

/* 📍 Pagination Styling - Smooth & Professional */
.dataTables_paginate {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dataTables_paginate .paginate_button {
  padding: 12px 16px;
  border: none;
  border-radius: 6px;
  background-color: var(--accent-color);
  color: var(--background-color);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.dataTables_paginate .paginate_button:hover {
  background-color: #1e4d38;
  transform: scale(1.05);
}

.dataTables_paginate .paginate_button.disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Chart and Sector Containers - Professional, Sleek & Accessible */
.sector-chart-container,
.sector-report-container,
.solar-container,
.sector-container {
  font-family: 'Inter', sans-serif;
  background-color: var(--surface-color);
  /* Muted Sage for Balance */
  color: var(--default-color);
  /* Deep Charcoal for Readability */
  text-align: center;
  max-width: 90%;
  margin: 50px auto;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 8px 20px rgba(10, 59, 44, 0.15);
  /* Elegant depth */
  transition: all 0.3s ease-in-out;
}

/* Hover Effect for Interactive Feel */
.sector-chart-container:hover,
.sector-report-container:hover,
.solar-container:hover,
.sector-container:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 25px rgba(10, 59, 44, 0.2);
}

/* Canvas - Ensuring Full Responsiveness */
canvas {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive Design for Better Mobile Experience */
@media (max-width: 1024px) {

  .sector-chart-container,
  .sector-report-container,
  .solar-container,
  .sector-container {
    padding: 25px;
    margin: 40px auto;
  }
}

/* Optimized for Smaller Screens */
@media (max-width: 768px) {

  .sector-chart-container,
  .sector-report-container,
  .solar-container,
  .sector-container {
    padding: 20px;
    margin: 30px auto;
    box-shadow: none;
    /* Reduce depth for clean mobile UI */
  }

  table {
    min-width: 100%;
    font-size: 14px;
  }

  th,
  td {
    padding: 12px;
  }

  .dataTables_length,
  .dataTables_filter {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .dataTables_paginate {
    flex-wrap: wrap;
  }

  .dataTables_paginate .paginate_button {
    padding: 10px 14px;
    font-size: 14px;
  }
}

/* 🎨 Button Styles - Matching the Corporate Green Palette */
button {
  font-family: 'Inter', sans-serif;
  background: var(--accent-color);
  /* Luxurious Emerald */
  color: var(--contrast-color);
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

button:hover {
  background: var(--heading-color);
  /* Deeper Premium Green */
  transform: translateY(-2px);
}

/* ✅ General Section Styling */
.sector-container,
.energy-container,
.estimate-container,
.requirement-container,
.estimate-chart-container {
  max-width: 90%;
  margin: 40px auto;
  background: var(--white);
  padding: 60px;
  border-radius: 12px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

/* 🏆 Premium Section Hover Effect */
.sector-container:hover,
.energy-container:hover,
.estimate-container:hover,
.requirement-container:hover,
.estimate-chart-container:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

/* ✅ Headings & Typography */
h2 {
  color: var(--primary-green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

h3 {
  color: var(--secondary-green);
  font-size: 20px;
  font-weight: 700;
}

/* ✅ Sector Chart Wrapper */
.sector-chart-wrapper {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ✅ Canvas Responsiveness */
canvas {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  display: block;
}

/* ✅ Energy Section */
.energy-section {
  margin-top: 20px;
  padding: 25px;
  border-left: 6px solid var(--secondary-green);
  background: var(--light-green);
  border-radius: 8px;
}

/* ✅ Estimate Table */
.estimate-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: var(--light-green);
  border-radius: 12px;
  overflow: hidden;
}

.estimate-table th,
.estimate-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.estimate-table th {
  background-color: var(--primary-green);
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}

.estimate-table tr:nth-child(even) {
  background-color: var(--white);
}

.estimate-table tr:hover {
  background-color: var(--highlight-gold);
  color: var(--dark-text);
  transition: 0.3s;
}

.estimate-highlight {
  font-weight: bold;
  background-color: var(--highlight-gold);
  color: var(--primary-green);
}

/* ✅ Fade-in Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.estimate-container {
  animation: fadeIn 1s ease-in-out;
}

/* ✅ Responsive Design */
@media (max-width: 992px) {

  .sector-container,
  .energy-container,
  .estimate-container,
  .requirement-container,
  .estimate-chart-container {
    padding: 40px;
    margin: 30px auto;
  }

  .energy-section {
    padding: 20px;
  }

  .estimate-table th,
  .estimate-table td {
    padding: 12px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {

  .sector-container,
  .energy-container,
  .estimate-container,
  .requirement-container,
  .estimate-chart-container {
    padding: 25px;
    margin: 20px auto;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  .estimate-table th,
  .estimate-table td {
    padding: 10px;
    font-size: 12px;
  }
}

/* ✅ Requirement Section */
.requirement {
  max-width: 90%;
  margin: auto;
  background: var(--white);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

/* ✅ Canvas Styling */
canvas {
  width: 100% !important;
  height: 700px !important;
  max-width: 800px;
  margin: auto;
  display: block;
}



/* Custom Overrides for User Requirements */
body {
  font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sitename {
  font-weight: 600 !important;
}

p,
a,
span,
li,
button,
input,
.navmenu a {
  font-weight: 400 !important;
}

.btn-watch-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  margin-left: 20px;
  border: 2px solid var(--accent-color, #168F62);
  border-radius: 50px;
  color: var(--nav-color, #ffffff);
  background: transparent;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn-watch-video:hover {
  background: var(--accent-color, #168F62);
  color: #fff !important;
  border-color: var(--accent-color, #168F62);
}

.header.scrolled .btn-watch-video {
  color: var(--heading-color, #064848);
  border-color: var(--heading-color, #064848);
}

.header.scrolled .btn-watch-video:hover {
  background: var(--accent-color, #168F62);
  color: #fff !important;
}

* {
  font-family: 'Poppins', sans-serif;
}

/* GLOBAL FONT */
body {
  font-family: 'Poppins', sans-serif;
}


/* FOOTER STYLE */
.custom-footer {
  background: #000 !important;
  color: #fff;
  padding: 40px 0 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-top-bar {
  padding-bottom: 20px;
}

.connect-text {
  letter-spacing: 2px;
  font-weight: 400 !important;
  color: #fff;
  font-size: 18px;
}

.contact-text {
  font-size: 14px;
  color: #fff;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
}

.footer-divider-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-middle h4 {
  font-weight: 400 !important;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-middle ul li {
  margin-bottom: 12px;
}

.footer-middle a,
.footer-links a {
  color: #8c8c8c !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400 !important;
  transition: 0.3s;
}

.footer-middle a:hover,
.footer-links a:hover {
  color: #fff !important;
}

.footer-queries h4 {
  font-weight: 400 !important;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-btn {
  border: 1px solid #fff !important;
  padding: 6px 20px !important;
  border-radius: 20px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #fff !important;
  color: #000 !important;
}

.location-icon {
  color: #fff;
}

.address {
  font-size: 13px;
  color: #8c8c8c;
  line-height: 1.6;
}

.follow-us {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff !important;
  background: transparent;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s;
}

.social-links a:hover {
  color: #ccc !important;
}

.copyright-text {
  font-size: 12px;
  color: #8c8c8c;
  letter-spacing: 0.5px;
}

.english-text {
  font-size: 12px;
  color: #8c8c8c;
  letter-spacing: 1px;
}

.scroll-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  color: #fff !important;
  background: transparent;
  transition: 0.3s;
  text-decoration: none;
}

.scroll-top-btn:hover {
  background: #fff;
  color: #000 !important;
}

/* HERO VIDEO FIX */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: bold;
}

.hero-content p {
  font-size: 20px;
}

/* ===== VISION FLIP FIX ===== */
.card-container {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  height: auto;
  min-height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #E1E8E1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 15px;
  transition: transform 0.6s ease-in-out, opacity 0.4s ease-in-out;
}

.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 15px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease-in-out, transform 0.6s ease-in-out;
}

.card-container * {
  margin-top: 0;
  margin-bottom: 8px;
}

.card-front h3,
.card-back h3 {
  font-size: 20px;
  font-weight: 600;
}

.card-container .content,
.card-container .hover-content {
  margin: 0;
  padding: 0;
}

.card-container:hover .card-front {
  transform: translateY(-100%);
  opacity: 0;
}

.card-container:hover .card-back {
  transform: translateY(0);
  opacity: 1;
}

.vision-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.vision-card {
  width: 280px;
  min-height: 320px;
  height: auto;
  padding: 25px;
  border: 1px solid #1f5c3a;
  border-radius: 12px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.vision-card:hover {
  transform: translateY(-5px);
}

.vision-card::before,
.vision-card::after {
  display: none !important;
  content: none !important;
}

.vision-card .content,
.vision-card .hover-content {
  margin: 0;
  padding: 0;
  display: block;
  opacity: 1;
  visibility: visible;
}

.vision-card * {
  margin-top: 0;
  margin-bottom: 8px;
}

.vision-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.vision-card .card-front,
.vision-card .card-back {
  padding: 20px;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
}

/* ===== CLIENTS FIX (MATCH OLD UI) ===== */

.clients .swiper {
  padding: 20px 0;
}

.clients .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients .swiper-slide img {
  width: 120px;
  /* 👈 CONTROL SIZE */
  max-height: 60px;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

/* REMOVE EXTRA GAP */
.clients .swiper-wrapper {
  align-items: center;
}

/* FIX CLIENT ALIGNMENT */
.clients .swiper-wrapper {
  display: flex;
  align-items: center;
}

.clients .swiper-slide {
  width: auto !important;
  /* 👈 IMPORTANT */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Dropdown Toggle Button - styled to match nav links */
.navmenu .dropdown-toggle-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--nav-color, #fff);
  font-family: var(--nav-font, 'Poppins', sans-serif);
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
}

.navmenu .dropdown-toggle-btn:hover,
.navmenu .dropdown-toggle-btn:focus {
  color: var(--nav-hover-color, #168F62);
  outline: none;
}

/* Clients React Swiper */
.clients-swiper {
  padding: 20px 0;
}

.clients-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients-swiper .swiper-slide img {
  width: 120px;
  max-height: 60px;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s;
}

.clients-swiper .swiper-slide img:hover {
  opacity: 1;
}