 @import 'variables.css';

/* reset.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
    margin-top: 0 !important;
    scroll-behavior: smooth !important;
    overflow-x: hidden !important;
}

body{
  overflow-x: hidden !important;
}

p {
	margin-bottom: unset !important;
}
a {
  position: relative;
  text-decoration: none;
  color: inherit;
}

header a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-green), var(--white-color), var(--primary-green));
  background-size: 200% 100%;
  transform: scaleX(0);         
  transform-origin: left;
  transition: transform 0.3s ease;
}


header a:hover::after {
  transform: scaleX(1);          
  animation: wave 2s linear infinite;
}


@keyframes wave {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


.section-distance{
  margin-top: 60px;
}
.section-distance-page{
  margin: 60px 0;
}

.section-distance-page p{
  text-align: justify;
}
.btn.btn-primary {
  border: 1px solid #fff;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 35px !important;
  color: #fff;
  transition: all 0.3s ease;
}

.btn.btn-primary:hover {
  background: #fff;
  color: #000; /* or your theme’s primary color */
  border-color: #fff;
}




/* Classy Professional Table */
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  font-size: 0.95rem;
  line-height: 1.6;
  border: 1px solid #e6e6e6;
}

/* Header */
.wp-block-table table th {
  background: var(--gray-light);
  color: var(--dark-green);
  font-weight: 700;
  padding: 1rem 1.25rem;
  text-align: left;
  border-bottom: 2px solid #e0e0e0;
  letter-spacing: 0.3px;
  font-size: 0.9rem;
  text-transform: uppercase;
}

/* Body */
.wp-block-table table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  vertical-align: top;
  transition: background 0.2s ease;
}

/* Zebra Striping */
.wp-block-table table tbody tr:nth-child(even) td {
  background: #fafafa;
}

/* Row Hover (subtle, professional) */
.wp-block-table table tbody tr:hover td {
  background: rgba(11, 143, 53, 0.06);
}

/* Strong highlights (like project names) */
.wp-block-table table td strong {
  color: var(--dark-green);
  font-weight: 600;
}

/* Rounded Corners */
.wp-block-table table th:first-child {
  border-top-left-radius: 12px;
}
.wp-block-table table th:last-child {
  border-top-right-radius: 12px;
}
.wp-block-table table tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.wp-block-table table tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

/* Responsive Scroll */
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  min-width: 760px;
}







/* Active card left border gradient */
.ea-card.active {
  border-left: 6px solid var(--primary-green);
  box-shadow: 0 6px 20px rgba(11,143,53,0.12);
}

/* Header */
.ea-header {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  background: var(--gray-light);
  cursor: pointer;
  transition: background 0.3s ease;
}
.ea-header a {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  color: var(--dark-green);
  text-decoration: none;
  width: 100%;
}
.ea-header a:hover {
  background: rgba(11, 143, 53, 0.08);
  color: var(--primary-green);
  border-radius: 8px;
}

/* Icon */
.ea-expand-icon {
  margin-right: 12px;
  font-size: 1.2rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
.ea-header a[aria-expanded="true"] .ea-expand-icon {
  transform: rotate(45deg);
  color: var(--primary-green);
}

/* Body */
.ea-body {
  padding: 18px 20px;
  color: var(--black-color);
  font-size: 0.95rem;
  line-height: 1.6;
  background: var(--white-color);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.4s ease;
  border-top: 1px solid var(--gray-light);
}

/* Show Body when Active */
.spcollapse.show .ea-body,
.ea-card .spcollapse.show {
  max-height: 2000px; /* large enough for content */
  padding: 18px 20px;
}

/* Text Styling */
.ea-body strong {
  color: var(--primary-green);
}
.ea-body ol {
  margin-left: 20px;
  margin-top: 8px;
}
.ea-body ol li {
  margin-bottom: 6px;
}
.ea-body p {
  margin-bottom: 12px;
}

/* Smooth card hover */
.ea-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.eap-icon-ea-expand-minus:before, 
.eap-icon-ea-expand-plus:before {
    color: var(--primary-green) !important;
}
#sp-ea-132.sp-easy-accordion>.sp-ea-single {
    margin-bottom: 15px !important;
    border: none !important;
}
/* Mobile adjustments */
@media(max-width: 768px) {
  .ea-header a {
    font-size: 1rem;
    padding: 14px 16px;
  }
  .ea-body {
    font-size: 0.9rem;
    padding: 14px 16px;
  }
}


.board-management-section .modal-header {
    background: transparent !important;
    color: var(--white-color);
}
.swiper-button-prev,
.swiper-button-next {
    display: none !important;
}




/* -------------------------------
   Modern 2025 Quote Styling
--------------------------------*/
.zadt-qoute {
  position: relative;
  /* background: rgba(255, 255, 255, 0.15); */
  backdrop-filter: blur(10px);
  /* border-left: 2px solid var(--primary-green); */
  padding: 40px;
  margin: 40px 0;
  border-radius: 20px;
  /* box-shadow: 0 8px 30px rgba(0,0,0,0.08); */
  line-height: 1.7;
  animation: fadeInQuote 0.8s ease-out;
}

/* Big decorative quote mark */
.zadt-qoute::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 80px;
  line-height: 0;
  color: var(--primary-green);
  opacity: 0.12;
  font-weight: 900;
  pointer-events: none;
}

/* Body text */
.zadt-qoute p:first-of-type {
    font-size: 1.15rem;
    /* text-align: center; */
    font-weight: 400;
}

/* Name styling */
.zadt-qoute p:last-of-type {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-top: 10px;
    text-align: left;
}

/* Smooth entrance animation */
@keyframes fadeInQuote {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
