/* ===== Hamidi Construction — Premium Industrial Design System ===== */
:root {
--black: #0B0F14;
--charcoal: #222931;
--steel: #5B6470;
--green: #00AD65;
--gold-soft: #E7C765;
--white: #FFFFFF;
--line: rgba(255,255,255,.09);
--glass: rgba(255,255,255,.04);
--radius: 14px;
--shadow: 0 24px 60px -24px rgba(0,0,0,.85);
--ease: cubic-bezier(.22,.61,.36,1);
--head: "Manrope",system-ui,sans-serif;
--body: "Inter",system-ui,sans-serif;
}

/* =========================================
   DARK ACCORDION
========================================= */

:root {
--accordion-green: #04854F;
--accordion-bg: linear-gradient( 120deg, #12171E, #0B0F14 );
--accordion-border: rgba(255, 255, 255, 0.10);
--accordion-text: #ffffff;
--accordion-muted: #aeb6bd;
}

* {
scroll-behavior: smooth
}

body {
background: var(--charcoal);
color: rgba(255,255,255,.76);
font-family: var(--body);
font-size: 15px;
line-height: 1.75;
overflow-x: hidden
}

h1, h2, h3, h4, h5, h6, .display {
font-family: var(--head);
color: var(--white);
font-weight: 700;
/*letter-spacing: -.02em;*/
line-height: 1.12
}

a {
text-decoration: none;
color: inherit;
transition: color .3s var(--ease)
}

a:hover {
color: var(--green)
}

::selection {
background: var(--green);
color: #000
}

.section {
padding: 80px 0;
position: relative;
overflow-x: hidden;
}

.section-alt {
background: linear-gradient(180deg,var(--charcoal),var(--black))
}

.text-gold {
color: var(--green) !important
}

.muted {
color: rgba(255,255,255,.6)
}

.eyebrow {
font-family: var(--head);
font-size: .76rem;
font-weight: 700;
letter-spacing: .32em;
text-transform: uppercase;
color: var(--green);
display: inline-flex;
align-items: center;
gap: .7rem;
margin-bottom: 1rem
}

.eyebrow::before {
content: "";
width: 34px;
height: 1px;
background: var(--green);
display: inline-block
}

.title-lg {
font-size: clamp(2rem,4vw,3.2rem)
}

.title-md {
font-size: clamp(1.6rem,2.6vw,2.3rem)
}

.rule {
height: 1px;
background: linear-gradient(90deg,var(--green),transparent);
margin: 1.4rem 0
}

/* ===== Buttons ===== */
.btn-gold {
height: 50px;
background: #04854F;
color: #ffffff;
position: relative;
overflow: hidden;
font-family: var(--head);
padding: 0 1.5rem;
border-radius: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: .3rem;
transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.btn-gold:hover {
background: #036842;
color: #ffffff;
}

.btn-outline {
height: 48px;
background: transparent;
color: #04854F;
border: 1.5px solid #04854F;
position: relative;
overflow: hidden;
font-family: var(--head);
padding: 0 1.5rem;
border-radius: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: .3rem;
transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.btn-outline:hover {
background: #04854F;
color: #ffffff;
border-color: #04854F;
}


.ripple {
position: absolute;
border-radius: 50%;
transform: scale(0);
animation: ripple .65s linear;
background: rgba(255,255,255,.45);
pointer-events: none
}

@keyframes ripple {
to {
transform: scale(4);
opacity: 0
}
}

/* ===== Topbar ===== */
.topbar {
background: #22293112;
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
font-size: .82rem;
position: relative;
z-index: 1040;
backdrop-filter: blur(100px);
}

.topbar a {
color: rgba(255,255,255,.7)
}

.topbar .cert-strip span {
border: 1px solid var(--line);
border-radius: 40px;
padding: .15rem .7rem;
margin-right: .4rem;
color: var(--green);
font-size: .7rem;
letter-spacing: .1em
}

.topbar .socials a {
width: 35px;
height: 35px;
display: inline-grid;
place-items: center;
border: 1px solid var(--line);
border-radius: 50%;
margin-left: .35rem;
font-size: 18px;
}

.topbar .socials a:hover {
background: var(--green);
color: #000;
border-color: var(--green)
}

/* ===== Navbar ===== */
.nav-wrap {
position: absolute;
left: 0;
right: 0;
z-index: 1030;
transition: all .45s var(--ease)
}

.nav-wrap.is-stuck {
position: fixed;
top: 0;
background: var(--charcoal);
backdrop-filter: blur(14px);
/*border-bottom: 1px solid var(--line);*/
box-shadow: 0 12px 40px -22px #000
}

.nav-wrap.is-stuck .brand {
max-width: 80px;
}

.nav-wrap.is-stuck .topbar {
display: none !important;
}

.navbar {
padding: 0.7rem 0;
}

.nav-wrap.is-stuck .navbar {
padding: 0.3rem 0;
}

.brand {
display: flex;
align-items: center;
max-width: 120px;
}

.brand-mark {
width: 44px;
height: 44px;
display: grid;
place-items: center;
border: 1px solid var(--green);
border-radius: 10px;
color: var(--green);
font-family: var(--head);
font-weight: 800;
background: rgba(212,175,55,.07)
}

.brand-name {
font-family: var(--head);
font-weight: 800;
color: #fff;
font-size: 1.15rem;
line-height: 1.1;
letter-spacing: .02em
}

.brand-name small {
display: block;
font-size: .6rem;
letter-spacing: .34em;
color: var(--green);
font-weight: 600
}

.nav-link {
color: rgba(255,255,255,.82) !important;
font-family: var(--head);
font-weight: 600;
font-size: .9rem;
text-transform: uppercase;
padding: .5rem 0 !important;
margin: 0 1.5rem;
position: relative
}

.nav-wrap.is-stuck .navbar .navbar-nav .nav-link {
font-size: .8rem;
}
/* .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--green);
  transition: width .35s var(--ease)
 }

 .nav-link:hover::after, .nav-link.active::after {
  width: 100%
 }*/
.nav-link.active, .nav-link:hover {
color: var(--green) !important
}

.dropdown-menu {
background: rgb(34, 41, 49);
border: 1px solid var(--line);
border-radius: 12px;
padding: .5rem;
min-width: 250px;
box-shadow: var(--shadow)
}

.dropdown-item {
color: rgba(255,255,255,.75);
border-radius: 8px;
padding: .6rem .9rem;
font-size: .9rem
}

.dropdown-item:hover {
background: rgba(0,0,0,1);
color: var(--green)
}

@media(min-width:992px) {
.nav-item.dropdown:hover .dropdown-menu {
display: block;
animation: fadeDown .3s var(--ease)
}
}

@keyframes fadeDown {
from {
opacity: 0;
transform: translateY(10px)
}

to {
opacity: 1;
transform: none
}
}

.burger {
width: 46px;
height: 46px;
border: 1px solid var(--line);
border-radius: 10px;
background: transparent;
color: #fff;
display: grid;
place-items: center;
font-size: 1.3rem
}

.burger:hover {
border-color: var(--green);
color: var(--green)
}

/* ===== Mobile offcanvas (left to right) ===== */
.mobile-nav {
position: fixed;
inset: 0 auto 0 0;
width: min(340px,86vw);
height: 100%;
background: linear-gradient(160deg,#0B0F14,#141A21);
border-right: 1px solid rgba(212,175,55,.25);
transform: translateX(-105%);
transition: transform .55s var(--ease);
z-index: 2000;
overflow-y: auto;
padding: 1.6rem
}

.mobile-nav.open {
transform: translateX(0)
}

.mobile-backdrop {
position: fixed;
inset: 0;
background: rgba(0,0,0,.7);
backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: .45s var(--ease);
z-index: 1999
}

.mobile-backdrop.open {
opacity: 1;
visibility: visible
}

.mobile-nav a.m-link {
display: block;
padding: .85rem 0;
border-bottom: 1px solid var(--line);
font-family: var(--head);
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
font-size: .95rem;
color: #fff
}

.mobile-nav a.m-link:hover {
color: var(--green);
padding-left: .5rem
}

.m-close {
width: 42px;
height: 42px;
border-radius: 50%;
border: 1px solid var(--line);
background: transparent;
color: #fff;
transition: .4s var(--ease)
}

.m-close:hover {
transform: rotate(90deg);
background: var(--green);
color: #000;
border-color: var(--green)
}

.m-sub {
display: none;
padding-left: .8rem
}

.m-sub.show {
display: block;
animation: fadeDown .3s var(--ease)
}

.m-sub a {
display: block;
padding: .5rem 0;
font-size: .85rem;
color: rgba(255,255,255,.65);
text-transform: none;
letter-spacing: 0
}

/* ===== Hero ===== */
.hero {
height: 100vh;
min-height: 640px
}

.hero .carousel-item {
height: 100vh;
min-height: 640px
}

.hero .slide-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
transform: scale(1.12);
transition: transform 9s linear
}

.hero .carousel-item.active .slide-bg {
transform: scale(1)
}

.hero .overlay {
position: absolute;
inset: 0;
background: linear-gradient(90deg,rgba(34, 41, 49, 0.89),rgba(34, 41, 49, 0.5) 55%,rgba(11,15,20,.35));
}

.hero .caption {
position: relative;
z-index: 3;
height: 100vh;
display: flex;
align-items: start;
justify-content: center;
flex-direction: column;
max-width: 840px;
}

.hero .caption .btn-outline {
border-color: var(--white);
color: var(--white);
}
.hero .caption .btn-outline:hover {
border-color: #04854F;
color: var(--white);
}

.hero h1 {
font-size: 4.0rem;
}

.hero p {
font-size: 1.05rem
}

.hero .carousel-control-prev, .hero .carousel-control-next {
width: 70px;
opacity: .7
}

.hero .carousel-indicators [data-bs-target] {
width: 44px;
height: 3px;
background: rgba(255,255,255,.35);
border: 0
}

.hero .carousel-indicators .active {
background: var(--green)
}

.scroll-hint {
position: absolute;
bottom: 26px;
left: 50%;
transform: translateX(-50%);
z-index: 4;
color: rgba(255,255,255,.6);
font-size: .7rem;
letter-spacing: .3em;
text-transform: uppercase;
animation: bob 2.4s infinite
}

@keyframes bob {
0%,100% {
transform: translate(-50%,0)
}

50% {
transform: translate(-50%,10px)
}
}

/* ===== Cards ===== */
.card-lux {
background: linear-gradient(150deg,rgba(255,255,255,.055),rgba(255,255,255,.015));
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 2.0rem 1.5rem;
height: 100%;
position: relative;
overflow: hidden;
transition: .45s var(--ease);
backdrop-filter: blur(8px)
}

.card-lux::after {
content: "";
position: absolute;
inset: 0;
border-radius: var(--radius);
border: 1px solid transparent;
background: linear-gradient(130deg,rgb(21, 108, 76),transparent 45%) border-box;
-webkit-mask: linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
opacity: 0;
transition: .45s var(--ease)
}

.card-lux:hover {
background: linear-gradient(150deg,rgba(4, 133, 79, 0.26),rgba(255,255,255,.02));
}

.card-lux:hover::after {
opacity: 1
}

.card-lux .ic {
width: 60px;
height: 60px;
border-radius: 12px;
display: grid;
place-items: center;
font-size: 2.0rem;
color: var(--green);
background: rgba(31, 110, 74, 0.15);
border: 1px solid rgba(0, 173, 101, 0.45);
margin-bottom: 1.1rem;
transition: .45s var(--ease);
}

.card-lux:hover .ic {
transform: scale(1.08) rotate(-4deg);
background: var(--green);
color: #0B0F14
}

.card-lux h5 {
font-size: 1.05rem;
position: relative;
z-index: 1;
margin-bottom: .5rem
}

.card-lux p {
font-size: .92rem;
margin: 0;
color: rgba(255,255,255,.6);
position: relative;
z-index: 1;
}

/* media card */
.media-card {
border-radius: var(--radius);
overflow: hidden;
border: 1px solid var(--line);
background: var(--charcoal);
height: 100%;
transition: .45s var(--ease)
}

.media-card:hover {
border-color: rgb(4, 133, 79, 0.5);
}

.media-card .thumb {
position: relative;
overflow: hidden;
aspect-ratio: 16/10;
background: #000
}

.media-card .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 1.1s var(--ease);
opacity: .9
}

.media-card:hover .thumb img {
transform: scale(1.1);
opacity: 1
}

.media-card .tag {
position: absolute;
top: 14px;
left: 14px;
background: rgba(11,15,20,.8);
border: 1px solid rgba(212,175,55,.4);
color: var(--green);
font-size: .68rem;
letter-spacing: .18em;
text-transform: uppercase;
padding: .28rem .7rem;
border-radius: 40px
}

.media-card .body {
padding: 1.5rem
}

.media-card h5 {
font-size: 1.1rem
}

.meta {
display: flex;
flex-wrap: wrap;
gap: .5rem 1.2rem;
font-size: .8rem;
color: rgba(255,255,255,.55);
margin: .8rem 0
}

.meta i {
color: var(--green);
margin-right: .3rem
}

/* ===== Counters ===== */
.counter-band {
background: linear-gradient(120deg,#12171E,#0B0F14);
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line)
}

.counter {
padding: 3.5rem 1rem;
text-align: center;
border-right: 1px solid var(--line)
}

.counter:last-child {
border-right: 0
}

.counter .num {
font-family: var(--head);
font-size: clamp(2rem,3.4vw,3rem);
font-weight: 800;
color: var(--green);
line-height: 1
}

.counter .lbl {
font-size: .78rem;
letter-spacing: .22em;
text-transform: uppercase;
color: rgba(255,255,255,.6);
margin-top: .6rem
}

/* ===== Sliders ===== */
.slick-slide {
padding: 0 12px;
height: inherit !important
}

.slick-track {
display: flex !important
}

.slick-list {
margin: 0 -12px;
padding-bottom: 6px
}

.slick-dots {
margin-top: 2.2rem;
display: flex !important;
justify-content: center;
gap: .6rem;
padding: 0;
bottom: -40px;
}

.slick-dots li {
list-style: none
}

.slick-dots li button {
font-size: 0;
width: 28px;
height: 3px;
background: rgba(255,255,255,.22);
border: 0;
padding: 0
}

.slick-dots li.slick-active button {
background: var(--green)
}

.slick-arrow-btn {
width: 46px;
height: 46px;
border-radius: 50%;
border: 1px solid var(--line);
background: transparent;
color: #fff;
transition: .4s var(--ease)
}

.slick-arrow-btn:hover {
background: var(--green);
color: #000;
border-color: var(--green)
}

.client-logo {
height: 96px;
display: grid;
place-items: center;
border: 1px solid var(--line);
border-radius: 12px;
font-family: var(--head);
font-weight: 600;
color: rgba(255, 255, 255, .5);
background: var(--glass);
transition: .4s var(--ease);
padding: 0 15px;
text-align: center;
}

.client-logo:hover {
color: var(--green);
border-color: rgba(0, 173, 101, 0.45);
}

/* ===== Banner / CTA ===== */
.page-banner {
padding: 240px 0 10px;
position: relative;
background-size: cover;
background-position: center;
background-attachment: fixed
}

.page-banner::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg,rgba(11,15,20,.94),rgba(11,15,20,.72))
}

.page-banner .inner {
position: relative;
z-index: 2
}

.breadcrumb-lux {
font-size: .82rem;
letter-spacing: .14em;
text-transform: uppercase;
color: rgba(255,255,255,.55)
}

.breadcrumb-lux .sep {
color: var(--green);
margin: 0 .5rem
}

.cta-band {
position: relative;
padding: 120px 0;
background: url('../assets/img/hero-2.jpg') center/cover fixed;
}

.cta-band::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg,rgba(11,15,20,.95),rgba(11,15,20,.65))
}

.cta-band .inner {
position: relative;
z-index: 2
}

/* Table Wrapper */
.projects-table-wrapper {
background: rgba(255, 255, 255, 0.025);
border: 1px solid var(--border);
border-radius: 14px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

/* Horizontal Scroll on Mobile */
.projects-table-scroll {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.projects-table-scroll::-webkit-scrollbar {
height: 7px;
}

.projects-table-scroll::-webkit-scrollbar-track {
background: #0B0F14;
}

.projects-table-scroll::-webkit-scrollbar-thumb {
background: var(--green);
border-radius: 10px;
}

.projects-table {
width: 100%;
min-width: 900px;
margin: 0;
border-collapse: collapse;
color: var(--text);
}

/* Header */
.projects-table thead th {
background: var(--green);
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.18);
padding: 16px 14px;
font-size: 13px;
font-weight: 700!important;
text-transform: uppercase;
letter-spacing: 0.5px;
white-space: nowrap;
vertical-align: middle;
}

/* Body */
.projects-table tbody td {
background: rgba(255, 255, 255, 0.025);
border: 1px solid rgba(255, 255, 255, 0.12);
padding: 10px;
font-size: 14px;
color: #DCE2E6;
vertical-align: middle;
font-weight: normal;
}

/* Row Hover */
.projects-table tbody tr {
transition: background-color 0.3s ease, transform 0.3s ease;
}

.projects-table tbody tr:hover td {
background: rgba(4, 133, 79, 0.09);
}

/* Serial Number */
.projects-table .sr-no {
text-align: center;
color: var(--white);
font-weight: 700;
white-space: nowrap;
}

/* Work Column */
.projects-table .work-name {
color: #fff;
font-weight: normal;
}

/* Type Column */
.projects-table .work-type {
color: var(--white);
}

/* Client Column */
.projects-table .client-name {
color: var(--white);
}

/* Green Accent */
.projects-table tbody tr:hover .sr-no {
color: #fff;
}

.nav-pills .nav-item .nav-link {
position: relative;
overflow: hidden;
font-weight: 600;
letter-spacing: 0;
padding: .95rem 2rem !important;
border-radius: 60px;
transition: all .4s var(--ease);
display: inline-flex;
align-items: center;
gap: 0;
border: 1px solid #e9e9e945;
text-transform: capitalize;
color: var(--white) !important;
margin: 0 !important;
}

.nav-pills .nav-item:hover .nav-link, .nav-pills .nav-item .nav-link.active {
background: #04854F;
color: var(--white) !important;
border-color: #04854F;
}

/* ===== Forms / tables ===== */
.form-control, .form-select {
background: rgba(255,255,255,.04);
border: 1px solid var(--line);
color: #fff;
border-radius: 10px;
padding: .85rem 1.1rem
}

.form-control:focus, .form-select:focus {
background: rgba(255,255,255,.06);
border-color: var(--green);
box-shadow: 0 0 0 .18rem rgba(212,175,55,.15);
color: #fff
}

.form-control::placeholder {
color: rgba(255,255,255,.35)
}

.form-select option {
background: var(--charcoal)
}

.form-label {
font-size: .78rem;
letter-spacing: .16em;
text-transform: uppercase;
color: rgba(255,255,255,.6);
font-family: var(--head);
font-weight: 700
}

.table-spec {
width: 100%;
/*border: 1px solid var(--line);*/
border-radius: 12px;
overflow: hidden
}

.table-spec th, .table-spec td {
padding: .7rem 1.0rem;
border-bottom: 1px solid var(--line);
font-size: .92rem;
color: #ffffff;
font-size: 13px;
}

.table-spec th {
background: rgba(255,255,255,.04);
color: #fff;
font-family: var(--head);
width: 42%
}

.table-spec tr:last-child td, .table-spec tr:last-child th {
border-bottom: 0
}

.custom-dark-accordion .accordion-body ul li {
color: rgba(255, 255, 255, .6);
font-size: 15px;
}
.custom-dark-accordion .accordion-body ul li b {
color: var(--white);
}

.gallery-thumbs {
display: flex;
gap: 12px;
overflow-x: auto;
padding-bottom: 5px;
}

.gallery-thumb {
flex: 0 0 90px;
height: 70px;
cursor: pointer;
overflow: hidden;
border-radius: 10px;
opacity: .65;
transition: all .35s ease;
border: 2px solid transparent;
padding: 0;
}

.gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .4s ease;
}

.gallery-thumb:hover {
opacity: 1;
border-color: #04854F;
}

.gallery-thumb:hover img {
transform: scale(1.08);
}


/* Main gallery */
.gallery-main a {
display: block;
position: relative;
overflow: hidden;
border-radius: 1rem;
}

.gallery-main img {
transition: transform .6s ease;
}

.gallery-main a:hover img {
transform: scale(1.03);
}


 
/* ===== Timeline ===== */
.timeline {
position: relative;
padding-left: 2rem
}

.timeline::before {
content: "";
position: absolute;
left: 6px;
top: 6px;
bottom: 6px;
width: 1px;
background: linear-gradient(180deg,var(--green),transparent)
}

.tl-item {
position: relative;
padding-bottom: 2rem
}

.tl-item::before {
content: "";
position: absolute;
left: -2rem;
top: 32px;
width: 13px;
height: 13px;
border-radius: 50%;
background: var(--black);
border: 2px solid var(--green)
}

.tl-year {
font-family: var(--head);
color: var(--green);
font-weight: 800;
font-size: 42px;
}

/* Section */

.dark-accordion-section {
/*padding: 80px 0;
background: var(--accordion-bg);*/
}


/* Accordion Container */

.custom-dark-accordion {
max-width: 1000px;
margin: 0 auto;
}


/* Accordion Item */

.custom-dark-accordion .accordion-item {
background: transparent;
border: 1px solid var(--accordion-border);
border-radius: 12px;
overflow: hidden;
margin-bottom: 14px;
transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}


/* Hover */

.custom-dark-accordion .accordion-item:hover {
border-color: rgba(4, 133, 79, 0.45);
}


/* Active Item */

.custom-dark-accordion
.accordion-item:has(.accordion-button:not(.collapsed)) {
border-color: rgba(4, 133, 79, 0.65);
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(4, 133, 79, 0.05);
}


/* Button */

.custom-dark-accordion .accordion-button {
position: relative;
display: flex;
align-items: center;
gap: 18px;
min-height: 76px;
padding: 18px 24px;
background: rgba(255, 255, 255, 0.025);
color: var(--accordion-text);
font-size: 16px;
font-weight: 600;
border: 0;
box-shadow: none !important;
transition: background-color 0.35s ease, color 0.35s ease;
}


/* Button Hover */

.custom-dark-accordion .accordion-button:hover {
background: rgba(4, 133, 79, 0.07);
}


/* Active Button */

.custom-dark-accordion
.accordion-button:not(.collapsed) {
background: rgba(4, 133, 79, 0.10);
color: #ffffff;
}


/* Number */

.accordion-number {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border: 1px solid rgba(4, 133, 79, 0.35);
border-radius: 8px;
color: var(--accordion-green);
font-size: 12px;
font-weight: 700;
letter-spacing: 0.5px;
background: rgba(4, 133, 79, 0.06);
transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}


/* Active Number */

.custom-dark-accordion
.accordion-button:not(.collapsed)
.accordion-number {
background: var(--accordion-green);
border-color: var(--accordion-green);
color: #ffffff;
}


/* Title */

.accordion-title {
flex: 1;
}


/* Bootstrap Arrow */

.custom-dark-accordion
.accordion-button::after {
width: 12px;
height: 12px;
margin-left: auto;
background-size: 12px;
filter: brightness(0) invert(1);
transition: transform 0.35s ease, opacity 0.35s ease;
}


/* Active Arrow */

.custom-dark-accordion
.accordion-button:not(.collapsed)::after {
filter: brightness(0) saturate(100%) invert(38%) sepia(30%) saturate(1198%) hue-rotate(112deg) brightness(90%) contrast(97%);
}


/* Accordion Body */

.custom-dark-accordion .accordion-body {
padding: 15px 15px 15px 30px;
background: rgba(4, 133, 79, 0.04);
border-top: 1px solid rgba(4, 133, 79, 0.12);
}


/* Paragraph */

.custom-dark-accordion .accordion-body p {
margin: 0;
max-width: 850px;
color: var(--accordion-muted);
font-size: 14px;
line-height: 1.8;
}

/* ===== Footer ===== */
.footer {
background: linear-gradient(180deg,#0E131A,#070A0E);
border-top: 1px solid var(--line);
padding-top: 40px
}

.footer .f-logo {
display: flex;
align-items: center;
gap: 24px;
}

.footer .f-logo .brand {
width: 350px;
}

.footer h6 {
font-family: var(--head);
color: #fff;
letter-spacing: .16em;
text-transform: uppercase;
font-size: .82rem;
margin-bottom: 1.3rem
}

.footer a {
display: block;
padding: .32rem 0;
color: rgba(255, 255, 255, .6);
font-size: .92rem;
transition: all 0.35s ease;
}

.footer a:hover {
color: var(--green);
padding-left: .3rem;
}

.footer .brand img {
margin: 0 0 24px 0;
}

.footer .map iframe {
width: 100%;
height: 180px;
border: 0;
border-radius: 12px;
filter: grayscale(1) invert(.9) contrast(.85)
}

.footer-bottom {
border-top: 1px solid var(--line);
margin-top: 40px;
padding: 1.0rem 0;
font-size: .85rem;
color: rgba(255,255,255,.45);
}

.footer .socials a {
width: 40px;
height: 40px;
display: flex;
align-items: center;
border: 1px solid var(--line);
border-radius: 50%;
margin-left: 0;
font-size: 16px;
justify-content: center;
}

.footer .socials a:hover {
background: var(--green);
color: #000;
border-color: var(--green);
padding-left: 0;
}

.newsletter input {
border-radius: 60px 0 0 60px
}

.newsletter button {
border-radius: 0 60px 60px 0;
background: var(--green);
border: 0;
color: #0B0F14;
font-weight: 800;
padding: 0 1.4rem
}

/* ===== Reveal animations ===== */
[data-anim] {
opacity: 0;
transform: translateY(34px);
transition: opacity .9s var(--ease),transform .9s var(--ease)
}

[data-anim="fade"] {
transform: none
}

[data-anim="left"] {
transform: translateX(-40px)
}

[data-anim="right"] {
transform: translateX(40px)
}

[data-anim].in {
opacity: 1;
transform: none
}

.to-top {
position: fixed;
right: 22px;
bottom: 22px;
width: 46px;
height: 46px;
border-radius: 50%;
background: var(--green);
color: #0B0F14;
display: grid;
place-items: center;
opacity: 0;
visibility: hidden;
transition: .4s var(--ease);
z-index: 1500;
border: 0
}

.to-top.show {
opacity: 1;
visibility: visible
}
.gallery-main .slick-slide {
padding: 0;
height: inherit !important;
}
.gallery-thumbs .slick-list {
margin: 0;
padding-bottom: 0;
width: 100%;
}

.gallery-thumbs .slick-track {
 margin-left: 0;
 gap: 5px;
}


@media(max-width:991px) {
.section {
padding: 70px 0
}

.counter {
border-right: 0;
border-bottom: 1px solid var(--line)
}

.page-banner {
background-attachment: scroll;
padding: 150px 0 70px
}

.cta-band {
background-attachment: scroll
}
}

@media(max-width:575px) {
.brand { 
max-width: 100px;
}

.hero .caption {
max-width: 100%;
text-align: center;
padding: 0 24px;
}
.hero h1 {
font-size: 2.0rem;
}
.hero p {
font-size: 0.93rem;
}
.hero .caption .eyebrow {
font-size: .70rem !important;
}
.hero .carousel-control-prev, .hero .carousel-control-next {
width: 30px; 
}
}
