/********** Template CSS **********/
:root {
    --primary: #c9d744;
    --secondary: #BDBDBF;
    --light: #F4F5F8;
    --dark: #32441a;
}
.bg-dark {
    background-color: #32441a;
}

.bg-light.d-none.d-lg-flex {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden; /* Ensures the curve is respected */
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}
.label{
    color: #c9d744;
}
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
    padding: 8px 20px; 
    font-size: 14px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 30px;
    height: 38px;
}

.btn-lg-square {
    width: 20px;
    height: 20px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    margin-right: 30px;
    padding: 10px 0;
    color: var(--light);
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #c9d744;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}
.nav-abou {
    border-radius: 0;
    background-color: #222; /* Dark background */
    display: inline-block;
    padding: 10px;
}
.nav-abou .nav-item {
    margin: 0 5px;
}.nav-abou .nav-link {
    background-color: #444; /* Box color */
    border: 2px solid #555;
    color: white;
    padding: 10px 15px;
    border-radius: 0; /* Makes it a rectangle */
    text-align: center;
    min-width: 200px;
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 41, .8);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}
.carousel-caption h5{
    font-size: 28px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .carousel-caption h5 {
        font-size: 20px;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

#header-carousel .carousel-item {
    height: 100vh;
}

#header-carousel .carousel-item img {
    height: 100vh; 
    object-fit: cover;
}

.bg-hero {
    background: linear-gradient(rgba(34, 36, 41, .8), rgba(34, 36, 41, .8)), url(../img/carousel-1.jpg) top center no-repeat;
    background-size: cover;
    padding: 5px 0;
}

.programe::after {
    position :absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: var(--dark);
    z-index: -1;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 36, 41, .9);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}
.team-item .position-relative img {
    height: 400px; /* Adjust this value to match the actual height of team-4.jpg */
    object-fit: cover; /* Ensures the image covers the entire area without distortion */
    width: 100%; /* Maintain full width */
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

@media (min-width: 991.98px) {
    .credit {
        background: var(--primary);
    }
}

/* About Section Styles */
:root {
    --primary: #32441a;
    --secondary: #c9d744;
    --dark: #212529;
    --light: #c9d744;
    --text-light: #6C757D;
    --white: #FFFFFF;
}

.about-section {
    position: relative;
    overflow: hidden;
}

/* Section Title Styling */
.section-title-wrapper {
    position: relative;
    margin-bottom: 50px;
}

.section-title-badge {
    background:  #32441a;
    color: var(--white);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(50,68,26,0.3);
    transform: translateY(0);
    transition: all 0.3s ease;
}

.section-title-badge:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(50,68,26,0.4);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
S
.section-title-separator {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.section-title-separator span {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 3px;
    background: var(--primary);
}

.section-title-separator span:before,
.section-title-separator span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 3px;
    background: var(--primary);
    opacity: 0.5;
}

.section-title-separator span:before {
    left: -40px;
}

.section-title-separator span:after {
    right: -40px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
}

/* About Image Styling */
.about-img-wrapper {
    position: relative;
    padding: 20px;
}

.about-img-card {
    position: relative;
    width: 100%;
    height: 400px;
    perspective: 1000px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease;
}

.about-img-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.about-img-front,
.about-img-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 15px;
    overflow: hidden;
}

.about-img-front {
    transform: rotateY(0deg);
}

.about-img-back {
    transform: rotateY(180deg);
    background: var(--dark);
    /* background: linear-gradient(145deg, var(--primary), var(--dark)); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.about-img-card:hover .about-img-front {
    transform: rotateY(180deg);
}

.about-img-card:hover .about-img-back {
    transform: rotateY(360deg);
}

.about-img-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    border-radius: 15px;
}

.floating-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    animation: float 3s ease-in-out infinite;
}

.badge-content {
    text-align: center;
}

.badge-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}

.badge-content span {
    font-size: 1.5rem;
    font-weight: 700;
}

.badge-content p {
    font-size: 0.8rem;
    margin: 0;
}

.back-content {
    text-align: center;
    color: var(--white);
}

.back-content h4 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.back-content p {
    margin-bottom: 30px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--white);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.btn-circle:hover {
    transform: scale(1.1);
    background: var(--light);
}

.shape-1,
.shape-2 {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.shape-1 {
    width: 150px;
    height: 150px;
    background: rgba(50, 68, 26, 0.1);
    top: -30px;
    left: -30px;
    animation: morph1 8s ease-in-out infinite alternate;
}

.shape-2 {
    width: 200px;
    height: 200px;
    background: rgba(11, 56, 97, 0.1);
    bottom: -50px;
    right: -50px;
    animation: morph2 10s ease-in-out infinite alternate;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes morph1 {
    0%, 100% {
        border-radius: 50%;
    }
    50% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes morph2 {
    0%, 100% {
        border-radius: 50%;
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
}

/* About Content Styling */
.about-content {
    padding: 20px;
}

.animated-progress-wrapper {
    margin-bottom: 30px;
}

.animated-progress {
    margin-bottom: 20px;
}

.animated-progress p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: 500;
}

.progress-bar {
    height: 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.progress-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(45deg, var(--primary), #32441a);
    border-radius: 10px;
    transition: width 1.5s ease;
}

/* About Tabs Styling */
.about-tabs {
    margin: 40px 0;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.tab-nav {
    display: flex;
    background: var(--light);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.tab-btn {
    flex: 1;
    padding: 15px;
    text-align: center;
    background: transparent;
    border: none;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tab-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--primary);
    transition: all 0.3s ease;
}

.tab-btn.active {
    color: var(--primary);
}

.tab-btn.active:before {
    width: 80%;
}

.tab-content {
    padding: 30px;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-pane.active {
    display: flex;
}
.tab-btn.active {
    background-color: #c9d744; /* Change as needed */
    color: white;
    border-radius: 5px;
}

.pane-icon {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background: rgba(50, 68, 26, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.5rem;
}

.pane-content {
    flex: 1;
}

.pane-content h4 {
    margin-bottom: 15px;
    color: var(--dark);
}

.pane-content p {
    color: var(--text-light);
    margin-bottom: 0;
}

.about-cta {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.btn-primary,
.btn-outline {
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background: #32441a;
    color: var(--white);
    box-shadow: 0 5px 15px rgba(50, 68, 26, 0.3);
}

.btn-primary:hover {
    background: #c9d744;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(50, 68, 26, 0.4);
}

.btn-outline {
    background: #32441a;
    border: 2px solid #c9d744;
    color: var(--white);
}

.btn-outline:hover {
    background: #c9d744;
    color: #32441a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(50, 68, 26, 0.3);
}

/* Feature Cards Styling */
.feature-section {
    position: relative;
}

.feature-title {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
}

.feature-title:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 70px;
    height: 3px;
    background: var(--primary);
}

.features-row {
    position: relative;
    z-index: 2;
}

.feature-card {
    background: var(--white);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.feature-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(45deg, var(--dark), #32441a);
    transition: all 0.5s ease;
    z-index: -1;
    opacity: 0;
}

.feature-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.feature-card:hover:before {
    height: 100%;
    opacity: 1;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: rgba(50, 60, 26, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary);
    transition: all 0.5s ease;
}

.feature-card:hover .feature-icon {
    background: var(--white);
    transform: rotateY(360deg);
}

.feature-card h4 {
    margin-bottom: 15px;
    transition: all 0.5s ease;
}

.feature-card p {
    color: var(--text-light);
    margin-bottom: 25px;
    transition: all 0.5s ease;
}

.feature-card:hover h4,
.feature-card:hover p {
    color: var(--white);
}

.feature-hover {
    opacity: 0;
    transition: all 0.5s ease;
}

.feature-card:hover .feature-hover {
    opacity: 1;
}

.feature-link {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.feature-link:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--white);
    transition: all 0.3s ease;
}

.feature-link:hover:after {
    width: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .section-title {
        font-size: 2rem;
    }
    
    .about-img-card {
        height: 350px;
    }
    
    .floating-badge {
        width: 100px;
        height: 100px;
    }
    
    .badge-content h2 {
        font-size: 2rem;
    }
    
    .tab-pane.active {
        flex-direction: column;
    }
    
    .pane-icon {
        margin: 0 auto 20px;
    }
    
    .pane-content {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .about-img-card {
        height: 300px;
    }
    
    .feature-card {
        margin-bottom: 30px;
    }
    
    .about-cta {
        flex-direction: column;
    }
    
    .btn-primary, .btn-outline {
        width: 100%;
    }
    
    .floating-badge {
        bottom: 20px;
        right: 20px;
        width: 90px;
        height: 90px;
    }
    
    .badge-content h2 {
        font-size: 1.8rem;
    }
    
    .tab-nav {
        flex-direction: column;
    }
    
    .tab-btn {
        width: 100%;
        padding: 10px;
    }
    
    .tab-btn.active:before {
        width: 40%;
    }
}

/* Services Section Styles */
:root {
    --primary: #32441a;
    --secondary: #c9d744;
    --dark: #212529;
    --light: #F8F9FA;
    --text-light: #6C757D;
    --white: #FFFFFF;
}

.services-section {
    position: relative;
    background-color: light;
    overflow: hidden;
}

/* Section Header Styles */
.section-header {
    position: relative;
    margin-bottom: 60px;
}

.section-badge {
    background: #32441a;
    color: light;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(50, 68, 26, 0.3);
    transform: translateY(0);
    transition: all 0.3s ease;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.highlight {
    position: relative;
    z-index: 1;
}

.highlight:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(50, 68, 26, 0.2);
    z-index: -1;
}

.section-divider {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.section-divider span {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 3px;
    background: var(--primary);
}

.section-divider span:before, 
.section-divider span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 3px;
    background: var(--primary);
    opacity: 0.5;
}

.section-divider span:before {
    left: -40px;
}

.section-divider span:after {
    right: -40px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

/* Services Tabs Styles */
.services-tabs {
    position: relative;
    margin-bottom: 50px;
}

.services-tabs-nav {
    position: relative;
    margin-bottom: 40px;
}

.nav-scroller {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.nav-scroller::-webkit-scrollbar {
    height: 6px;
}

.nav-scroller::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.nav-scroller::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

.services-tabs .nav-pills {
    display: inline-flex;
    background: var(--white);
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.services-tabs .nav-item {
    margin: 0 5px;
}

.services-tabs .nav-link {
    border-radius: 50px;
    padding: 15px 25px;
    color: var(--dark);
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border: none;
}

.services-tabs .nav-link .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(50, 68, 26, 0.1);
    border-radius: 50%;
    margin-right: 10px;
    color: #c9d744;
    transition: all 0.3s ease;
}

.services-tabs .nav-link.active {
    background: primary;
    color: #c9d744;
    box-shadow: 0 5px 15px rgba(50, 68, 26, 0.3);
}

.services-tabs .nav-link.active .icon {
    background: rgba(50, 68, 26, 0.2);
    color: white;
}

/* Service Tab Content */
.services-tab-content {
    position: relative;
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.service-content {
    padding: 20px;
}

.service-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.service-title:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 3px;
    background: primary;
}

.service-description {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 30px;
}

.service-features {
    margin: 30px 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.feature-icon {
    margin-right: 15px;
    color: var(--primary);
    font-size: 1.2rem;
    min-width: 24px;
}

.feature-text h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-text p {
    color: var(--text-light);
    margin-bottom: 0;
}

.btn-service {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px (50,68,26, 0.3);
}

.btn-service i {
    margin-left: 10px;
    transition: all 0.3s ease;
}

.btn-service:hover {
    background: #32441a;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(50,68,26, 0.4);
    color: var(--white);
}

.btn-service:hover i {
    transform: translateX(5px);
}

.service-image {
    position: relative;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.image-wrapper img {
    width: 100%;
    transition: transform 0.5s ease;
}

.image-wrapper:hover img {
    transform: scale(1.05);
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    background: var(--primary);
    filter: blur(30px);
    opacity: 0.1;
    z-index: -1;
}

.shape-1 {
    width: 150px;
    height: 150px;
    top: -30px;
    left: -30px;
    animation: float-1 8s ease-in-out infinite alternate;
}

.shape-2 {
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: -20px;
    animation: float-2 6s ease-in-out infinite alternate;
}

@keyframes float-1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(20px, 20px) scale(1.2);
    }
}

@keyframes float-2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-15px, -15px) scale(1.1);
    }
}

/* Statistics Section Styles */
.statistics-section {
    position: relative;
}

.stats-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.stats-subtitle {
    color: var(--text-light);
    margin-bottom: 40px;
}

.counter-box {
    position: relative;
    background: var(--white);
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.counter-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.counter-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: var(--primary);
    opacity: 0.05;
    border-radius: 0 15px 0 100%;
    z-index: -1;
    transition: all 0.4s ease;
}

.counter-box:hover .counter-shape {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    opacity: 0.1;
}

.counter-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 94, 20, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.8rem;
    color: var(--primary);
    transition: all 0.4s ease;
}

.counter-box:hover .counter-icon {
    background: var(--primary);
    color: var(--white);
    transform: rotateY(360deg);
}

.counter-content {
    flex: 1;
}

.counter-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    background: linear-gradient(45deg, var(--primary), #ff8f53);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.counter-title {
    color: var(--dark);
    font-weight: 500;
    margin-bottom: 0;
}

/* Tab Animation */
.tab-pane {
    animation: fadeTab 0.5s ease-in-out;
}

@keyframes fadeTab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .services-tab-content {
        padding: 30px;
    }
    
    .service-title {
        font-size: 1.8rem;
    }
    
    .counter-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .counter-number {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .services-tabs .nav-link {
        padding: 10px 15px;
    }
    
    .services-tabs .nav-link .icon {
        width: 35px;
        height: 35px;
    }
    
    .services-tab-content {
        padding: 20px;
    }
    
    .service-content {
        padding: 10px;
    }
    
    .service-title {
        font-size: 1.5rem;
    }
    
    .counter-box {
        margin-bottom: 20px;
    }
}

/* Section Header Styles */
.section-header {
    position: relative;
    margin-bottom: 60px;
}

.section-badge {
    /*background: linear-gradient(45deg, var(--primary), #ff8f53);*/
    background: var(--dark);
    color: var(--white);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(50, 68, 26, 0.3);
    transform: translateY(0);
    transition: all 0.3s ease;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.highlight {
    position: relative;
    z-index: 1;
}

.highlight:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(50, 68, 26, 0.2);
    z-index: -1;
}

.section-divider {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.section-divider span {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 3px;
    background: var(--primary);
}

.section-divider span:before, 
.section-divider span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 3px;
    background: var(--primary);
    opacity: 0.5;
}

.section-divider span:before {
    left: -40px;
}

.section-divider span:after {
    right: -40px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}



/* Gallery Section Styles */
/* Trusted Companies Section Styles */
/* Gallery Section Styles */
.gallery-section {
    padding: 5rem 2rem;
    background: #f8fafc;
}

.section-header {
    margin-bottom: 3rem;
}

.section-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(50, 68, 26, 0.1);
    color: #32441a;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2.5rem;
    color: #32441a;
    margin-bottom: 1rem;
    font-weight: 700;
}

.section-title .highlight {
    color: #32441a;
}

.section-divider {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.section-divider span {
    height: 4px;
    width: 70px;
    background: #32441a;
    border-radius: 2px;
}

.section-subtitle {
    color: #32441a;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(50, 58, 26, 0.7);
    color: #c9d744;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-caption {
    font-weight: 600;
    text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .gallery-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .gallery-container {
        grid-template-columns: 1fr;
    }
}

/* Contact Section Styles */
:root {
    --primary: #32441a;
    --secondary: #c9d744;
    --dark: #212529;
    --light: #F8F9FA;
    --text-light: #6C757D;
    --white: #FFFFFF;
}

.contact-section {
    position: relative;
    background-color: var(--light);
    overflow: hidden;
}
.label{
    text-decoration: var(--primary);
}

/* Section Header Styles */
.section-header {
    position: relative;
    margin-bottom: 60px;
}

.section-badge {
    /*background: linear-gradient(45deg, var(--primary), #ff8f53);*/
    background: var(--dark);
    color: var(--white);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgbargba(50, 68, 26, 0.3);
    transform: translateY(0);
    transition: all 0.3s ease;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.highlight {
    position: relative;
    z-index: 1;
}

.highlight:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(50, 68, 26, 0.2);
    z-index: -1;
}

.section-divider {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.section-divider span {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 3px;
    background: var(--primary);
}

.section-divider span:before, 
.section-divider span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 3px;
    background: var(--primary);
    opacity: 0.5;
}

.section-divider span:before {
    left: -40px;
}

.section-divider span:after {
    right: -40px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

/* Contact Info Styles */
.contact-info {
    background: var(--white);
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(50, 68, 26, 0.03), rgba(11, 56, 97, 0.03));
    z-index: -1;
}

.info-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.info-header h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--dark);
}

.info-header p {
    color: var(--text-light);
    margin-bottom: 0;
}

.info-item {
    display: flex;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.info-item:hover {
    transform: translateX(5px);
}

.info-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: rgbargba(50, 68, 26, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.info-item:hover .info-icon {
    background: var(--primary);
    color: var(--white);
}

.info-content h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--dark);
}

.info-content p {
    margin-bottom: 0;
    color: var(--text-light);
}

.info-content .small {
    font-size: 0.85rem;
    opacity: 0.8;
}

.social-links {
    margin-top: 30px;
}

.social-links h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--dark);
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 94, 20, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-5px);
}

/* Contact Form Styles */
.contact-form-wrapper {
    background: var(--white);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.form-header {
    margin-bottom: 30px;
}

.form-header h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--dark);
}

.form-header p {
    color: var(--text-light);
    margin-bottom: 0;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--dark);
}

.contact-form .form-control,
.contact-form .form-select {
    height: 50px;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: var(--dark);
    transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(50, 68, 26, 0.25);
}

.contact-form textarea.form-control {
    height: auto;
    resize: vertical;
}

.contact-form .form-check {
    margin-bottom: 25px;
}

.contact-form .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.25rem;
}

.contact-form .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.contact-form .form-check-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(50, 68, 26, 0.25);
}

.contact-form .form-check-label {
    font-size: 0.9rem;
    color: var(--text-light);
}

.form-submit {
    text-align: right;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(50, 68, 26, 0.2), transparent);
    transition: all 0.4s ease;
    z-index: -1;
}

.btn-submit:hover {
    background: var(--dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(50, 68, 26, 0.3);
}

.btn-submit:hover::before {
    left: 100%;
}

.btn-text {
    margin-right: 10px;
}

.btn-icon {
    transition: all 0.3s ease;
}

.btn-submit:hover .btn-icon {
    transform: translateX(5px);
}

/* Form Validation Styles */
.contact-form .was-validated .form-control:invalid,
.contact-form .form-control.is-invalid {
    border-color: var(--dark);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.contact-form .was-validated .form-control:valid,
.contact-form .form-control.is-valid {
    border-color: #198754;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Google Map Styles */
.map-section {
    margin-top: 60px;
}

.google-map {
    position: relative;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.google-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.map-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 30px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 300px;
}

.overlay-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--dark);
}

.overlay-content p {
    color: var(--text-light);
    margin-bottom: 15px;
}

.btn-directions {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-directions i {
    margin-left: 8px;
}

.btn-directions:hover {
    background: var(--dark);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(50, 68, 26, 0.3);
}

/* FAQ Section Styles */
.faq-section {
    margin-top: 60px;
}

.faq-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--dark);
}

.faq-subtitle {
    color: var(--text-light);
    margin-bottom: 30px;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    font-weight: 600;
    padding: 20px 25px;
    color: var(--dark);
    background-color: var(--white);
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: rgba(50, 68, 26, 0.05);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(50, 68, 26, 0.5);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF5E14'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 20px 25px;
    color: var(--text-light);
}

/* Form Success/Error Message Styles */
.form-message {
    display: none;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 20px;
    font-weight: 500;
}

.form-message.success {
    background-color:rgba(50, 68, 26, 0.1);
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.2);
}

.form-message.error {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
}

.success-message {
    display: none;
    background-color: #d4edda;
    color: #155724;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
}
.error-message {
    display: none;
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
} 

/* Responsive Styles */
@media (max-width: 991.98px) {
    .section-title {
        font-size: 2rem;
    }
    
    .contact-form-wrapper,
    .contact-info {
        padding: 30px;
    }
    
    .info-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .map-overlay {
        padding: 20px;
        max-width: 250px;
    }
    
    .overlay-content h4 {
        font-size: 1.1rem;
    }
    
    .google-map {
        height: 400px;
    }
}
.owl-carousel.owl-theme.company-logos {
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .contact-info {
        margin-bottom: 30px;
    }
    
    .form-submit {
        text-align: center;
    }
    
    .btn-submit {
        width: 100%;
    }
    
    .google-map {
        height: 350px;
    }
    
    .map-overlay {
        position: relative;
        top: auto;
        left: auto;
        max-width: 100%;
        margin-top: -80px;
        margin-bottom: 30px;
        margin-left: 20px;
        margin-right: 20px;
        z-index: 10;
    }
    
    .overlay-content {
        text-align: center;
    }
    
    .accordion-button {
        padding: 15px 20px;
        font-size: 0.95rem;
    }
    
    .accordion-body {
        padding: 15px 20px;
        font-size: 0.9rem;
    }

    .social-btn {
        width: px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
}

/* Companies Section Styles */
.company-logos {
    max-width: 1200px;
    margin: 0 auto;
}

.logo-item {
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.logo-item:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.logo-item img {
    max-width: 150px;
    height: auto;
}