@font-face {
    font-family: 'Upheavtt';
    src: url('../fonts/upheavtt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Inter', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* background: #151515; */
    background-image: url('img/background-filler.png');
    /* color: #fff; */
}

a,
button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #007d56;
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #007d56;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.animate-on-scroll {
    visibility: hidden; /* Hidden by default */
}

/*==== nev area start===== */

header {
    width: 100%;
    padding: 8px 0;
    background-color: #0000001c;
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease; /* Smooth transition for animation */
}

header .logo img {
    filter: invert(1);
}

header nav ul li a {
    color: white; /* Default button text color */
    transition: color 0.6s ease;
}

/* Sticky State Styles */
header.sticky {
    background-color: white; /* Change to white background */
    padding: 4px 0; /* Adjust padding for sticky state */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow for sticky state */
}

header.sticky nav ul li a {
    color: black; /* Adjust button text color for white background */
}

header.sticky .logo img {
    filter: invert(0); /* Invert logo colors for visibility on white background */
}

header.sticky .menu-cv a{
    background: #100f0f;
    color: #fff;
}

header.sticky .menu-cv a img{
    filter: invert(1);
}

header.sticky .menu-right-btn ul li > .no-button {
    color: black;
}

header.sticky .language-content .dropdown-icon{
    filter: invert(0);
}

nav {
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 60%;
}

.custom-containers {
    /* max-width: 1800px; */
    margin: auto;
    padding: 0 15px;
}

/* .menu-cv {
    width: 10%;
} */

.menu-cv a{
    color: rgb(0, 0, 0);
    font-family: 'Upheavtt';
    margin: auto;
    background: #e7e7e7;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    padding: 8px 20px;
    border-radius: 5px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.5s ease;
}

.menu-cv a:hover{
    background: #007d56;
    transition: background-color 0.5s ease;
}

.menu-cv a img{
    max-width: 25px;
    margin-right: 10px;
    filter: brightness(0) invert(0);
}

.language-dropdown {
    margin-left: 20px;
    /* padding: 10px; */
    position: relative;
    display: inline-block;
}

.language-dropdown-toggle {
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    top: 4px;
}

.language-content {
    display: flex;
    align-items: center;
    gap: 15px; /* Space between flag and text */
    color: #fff;
}

.language-dropdown-toggle span {
    position: relative;
    top: -5px;
    left: 3px;
    color: #fff;
}

header.sticky .language-dropdown-toggle span {
    color: #000;
}

.dropdown-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: 2px; /* Align the arrow visually */
    filter: invert(1);
    transition: transform 0.2s ease; /* Add smooth animation for rotation */
}

.language-dropdown:hover .dropdown-icon {
    transform: rotate(-135deg); /* Rotate the arrow on hover */
}

.language-dropdown-toggle img {
    width: 30px;
    height: 30px;
}

.language-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -9px;
    background-color: #252525;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    /* padding: 0px; */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.language-dropdown-menu:hover {
    background-color: #2f2f2f;
}

.language-dropdown-menu a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
}

.language-dropdown-menu a img {
    width: 30px;
    height: 30px;
}

.language-dropdown-menu a span {
    font-size: 12px;
    color: #ffffff;
}

.language-dropdown:hover .language-dropdown-menu {
    display: block; /* Show menu on hover */
}

.menu-logo {
    /* position: fixed;
    margin: left; */
}

.menu-logo img{
    max-width: 170px;
}

.menu-right-btn {
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.menu-right-btn ul {
    display: flex;
    align-items: center;
}

.menu-right-btn ul li:last-of-type {
    margin-left: 13px;
}

.menu-right-btn ul li a {
    /* color: #FFF; */
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
    background: #1a1a1a;
}

.menu-right-btn ul li a:hover {
    background: #410d0d;
}

.menu-right-btn ul li a img {
    display: inline-block;
    padding-right: 18px;
    width: 37px;
    margin-top: -2px;
}

/* .menu-right-btn ul li a img:hover {
    background-image: url('img/discord-icon-small-white.png');
} */

.menu-right-btn ul li > .no-button {
    margin-right: 10px;
    background: #13121200;
    color: #ffffff;
}

.menu-right-btn ul li > .no-button-active {
    margin: 0px 20px;
    background: #13121200;
    border-bottom: 4px solid #007d56;
    border-radius: 0px;
    color: #007d56;
}

.menu-right-btn ul li > .no-button-active:hover {
    color: #007d56;
    background: #13121200;
    border-bottom: 4px solid #007d56;
    border-radius: 5px;
}

.menu-right-btn ul li > .no-button:hover {
    margin-right: 10px;
    color: #007d56;
    background: #13121200;
}

.menu-right-btn ul li > .no-button-vip {
    color: #ffae14;
    margin-right: 10px;
    /* background: #a11515; */
    background: #13121200;
}

.menu-right-btn ul li > .no-button-vip-active {
    margin-right: 10px;
    background: #13121200;
    border-radius: 0px;
    border-bottom: 4px solid #007d56;
}

.menu-right-btn ul li > .no-button-vip-active:hover {
    border-radius: 5px;
    margin-right: 10px;
    background: #ffae14;
    color: #000;
    border-bottom: 4px solid #ffffff;
}

.menu-right-btn ul li > .no-button-vip:hover {
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    background: #ffae14;
}

.press-start{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 40px;
}

.hero-area {
    background-image: url(../img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* border-bottom: 4px solid #A11515; */
    padding: 183px 0 103px;
    background-color: #100f0f;
    min-height: 1256px;
}

.hero-area p {
    display: block;
}

.hero-left-content {
    padding-left: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.hero-left-content h1 {
    /* font-family: 'Berlin Sans FB Demi'; */
    color: #ffffff;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-left-content h3 {
    color: #d1d1d1;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    /* background: #41414163; */
    /* max-width: 300px; */
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.hero-left-content hr {
    background: #999999;
    height: 3px;
    max-width: 95%;
    margin: auto;
}

.hero-left-content h2 {
    font-family: 'Upheavtt', sans-serif;
    color: #fff5de;
    font-size: 90px;
    margin-bottom: 32px;
    display: inline-block; /* Make sure it scales correctly */
    animation: growShrink 2s infinite;
    padding: 0px 30px;
}

@keyframes growShrink {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
}

.hero-left-content p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 170.023%; /* 30.604px */ 
}

.hero-left-content p span {
    font-weight: 800;
}

.hero-left-content ul {
    display: flex;
    color: aquamarine;
    padding: 15px;
    /* list-style-type: circle; */
    /* max-width: 760px; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.hero-left-content ul li {
    margin: auto;
    padding: 10px 10px;
    /* width: 250px; */
}
/* 
.hero-left-content ul li::before {
    
} */

/* .hero-left-content ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 5px;
    background: #007d56;
    transition: .3s
}

.hero-left-content ul li a:hover {
    background-color: #950808;
}

.hero-left-content ul li a img {
    display: inline-block;
    padding-right: 18px;
}

.hero-left-content ul li small {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 0 23px;
} */

/* hero-right-content */

.hero-right-content {
    margin: 60px 20px;
    padding-top: 0px;
    text-align: center;
}

.row {
    align-items: center;
}

.hero-right-content span {
    display: inline-block;
    padding: 35px 0;
}

.img-fluid {
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.img-fluid:hover {
    animation: zoom-in 0.5s forwards;
  }
  .img-fluid:not(:hover) {
    animation: zoom-out 0.5s forwards;
  }
  @keyframes zoom-in {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); } /* Adjust the scale factor for zooming in */
  }
  @keyframes zoom-out {
    0% { transform: scale(1.05); }
    100% { transform: scale(1); } /* Return to original size */
  }

.projects-button img{
    max-width: 45px;
}

.projects-list {
    background: #f9f9f9;
}

.hero-left-button li a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 5px;
    background: #007d56;
    transition: .3s;
    text-align: center;
    width: 300px;
}

.hero-left-button li a:hover{
    background: #006142;
}

.hero-left-button li a img{
    max-width: 40px;
    padding-right: 15px;
}

.expertise-list a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 5px;
    background: #0e0e0e42;
    backdrop-filter: blur(10px);
    transition: .3s;
}

.expertise-list a:hover{
    background: #00614242;
}

.expertise-list li {
    display: flex;
    color: aquamarine;
    padding: 5px;
    /* list-style-type: circle; */
    /* max-width: 760px; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.divider{
    background: #006142;
    height: 15px;
    width: 100%;
    /* margin-bottom: 50px; */
}

/* General Section Styling */
/* Counter Section */
.count-projects {
    background-color: #ffffff;
    padding: 10px 0px 30px;
}

/* Counter Box */
.counter__box {
    text-align: center;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.counter__box:hover {
    transform: translateY(-5px);
}

/* Number Styling */
.counter__number {
    font-size: 2.5rem;
    color: #006142;
    font-weight: bold;
    margin: 0;
}

/* Counter Text */
.counter__text {
    font-size: 1rem;
    color: #555;
}


.about-me-section {
    /* background-color: #f9f9f9; */
    padding: 0px 0px 70px;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.about-me-left-content h2 {
    padding: 10px;
}

.about-me-left-content p {
    padding: 10px;
    font-size: large;
}

/* About Me Title */
.about-me-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    position: relative;
    background: linear-gradient(135deg, #003261, #006ba9);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Decorative Elements */
.about-me-title::before,
.about-me-title::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
}

/* Top Left Circle */
.about-me-title::before {
    width: 100px;
    height: 100px;
    background: #e7f2fb;
    top: -30px;
    left: -30px;
}

/* Bottom Right Circle */
.about-me-title::after {
    width: 120px;
    height: 120px;
    background: #c7ddf0;
    bottom: -40px;
    right: -40px;
}


/* Highlight Text */
.highlight {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.8;
}

.name-highlight {
    font-weight: bold;
    color: #007bff;
}

/* Styled Quote */
.quote {
    font-style: italic;
    color: #555;
    margin: 20px 0;
    padding-left: 10px;
    border-left: 4px solid #007bff;
    background: #d0fff0;
}

/* Thank You Text */
.thanks {
    font-size: 1.1rem;
    color: #666;
    font-weight: bold;
}

/* Image with Overlay */
.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(213 213 213 / 20%);
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container:hover .image-overlay {
    opacity: 1;
}

/* Scroll Down Arrow */
.scroll-down {
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 1000;
    animation: bounce 1.5s infinite; /* Apply the bounce animation */
    transition: transform 0.2s ease; /* Smooth transition for rotation */
}

.scroll-down span {
    margin-bottom: 5px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* Original position */
    }
    50% {
        transform: translateY(4px); /* Move down slightly */
    }
}

.scroll-down .dropdown-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    filter: invert(0);
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #006142;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.back-to-top .up-arrow {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
    filter: invert(0);
}

.back-to-top:hover {
    background-color: #004d32; /* Slightly darker green on hover */
}

/* Hide Scroll Down Arrow on Scroll */
.hidden {
    opacity: 0;
    pointer-events: none;
}

.about-me-section,
.projects-section,
.overview-section,
.projects-list,
.skills-overview {
    padding: 50px 0;
}

.project-card img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.project-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.project-card p {
    font-size: 1rem;
    margin-bottom: 15px;
}

.project-card a {
    text-decoration: none;
    color: #fff;
    background-color: #006142;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.project-card a:hover {
    background-color: #004d32;
}

.overview__counter {
    margin-top: 20px;
    /* gap: 30px; */
    flex-wrap: wrap;
    /* background: #0e0e0e42; */
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 5px;
    transition: .3s;
}

.counter__box {
    display: grid;
    text-align: center;
    margin-right: 10px;
    transition: .3s;
    border-radius: 5px;
    padding: 0px 40px;
    gap: 10px;
}

.counter__number {
    font-size: 2rem;
    color: #006142;
    font-weight: bold;
    margin: 0;
}

.counter__text {
    font-size: 1rem;
    color: #333;
}

/* Counter Section */
.overview__counter {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.counter__box {
    text-align: center;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    min-width: 250px;
}

.counter__box:hover {
    transform: translateY(-5px);
}

.counter__number {
    font-size: 2rem;
    color: #006142;
    font-weight: bold;
    margin: 0;
}

.counter__text {
    font-size: 1rem;
    color: #333;
}

/* Skills Block */
.skills-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    position: relative;
    background: linear-gradient(135deg, #006142, #00a95e);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Decorative Elements */
.skills-title::before,
.skills-title::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
}

/* Top Left Circle */
.skills-title::before {
    width: 100px;
    height: 100px;
    background: #eafbe7;
    top: -30px;
    left: -30px;
}

/* Bottom Right Circle */
.skills-title::after {
    width: 120px;
    height: 120px;
    background: #c8f0c7;
    bottom: -40px;
    right: -40px;
}

/* Skills Block */
.skills-block {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 300px;
}

.skills-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Specializations Block */
.specializations-block {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #f0faf0; /* Very light green tint */
}

.specializations-block h3 {
    color: #006142;
}

/* Skills Block Heading */
.skills-block h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.5rem;
    text-align: center;
}

/* Skills List */
.skills-list {
    list-style: none;
    padding: 20px;
    margin: 0;
    text-align: left;
}

.skills-list li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
    transition: color 0.2s ease;
}

/* .skills-list li:hover {
    color: #006142;
} */

/* Icon Styling with Extra Padding */
.skill-icon {
    margin-right: 25px; /* Increased padding between icon and text */
    font-size: 1.4rem;
    color: #000000;
}

/* General Styles */
.projects-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #006142;
}

/* Projects Wrapper */
.projects-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Project Card */
/* Project Card */
.project-card {
    background-color: #fff; /* White background */
    border: 1px solid #ddd; /* Light gray border */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex-lg-row: row;
    overflow: hidden;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}


/* Project Thumbnail */
.project-thumb {
    flex-shrink: 0;
    width: 100%; /* Full width on mobile */
    max-width: 40%; /* Limit width on larger screens */
    overflow: hidden;
    margin-right: 20px;
}

.project-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

/* Project Details */
.project-contents {
    display: flex;
    align-items: center;
    padding: 15px;
    width: 60%;
}

.project-details {
    width: 100%;
}

.project-title {
    font-size: 1.8rem;
    color: #006142;
    margin-bottom: 10px;
}

.project-meta {
    font-size: 0.9rem;
    color: #555;
}

.project-meta i {
    color: #006142;
    font-size: 1.2rem;
}

/* Divider */
hr {
    border: none;
    border-top: 1px solid #ddd; /* Light gray divider */
    margin: 20px 10px;
}

/* Work Info */
.project-work {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.project-single-info {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: #000; /* Black text for work info */
}

.project-detail-icon {
    font-size: 1.2rem;
}

/* Description */
.project-description {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
}

/* Button */
.btn {
    background-color: #006142;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #004d32;
}

/* CTA Section */
.cta-section {
    padding: 80px 20px;
    background-color: #006142;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

/* CTA Title */
.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

/* CTA Subtitle */
.cta-subtitle {
    font-size: 1.1rem;
    color: #a5dfaf;
    margin-bottom: 25px;
}

/* CTA Buttons */
.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    color: #000;
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    min-width: 180px; /* Set a minimum width */
    text-align: center;
}

/* Ensure all icons align properly */
.cta-btn i,
.cta-btn img {
    width: 20px; /* Adjust icon size */
    height: auto;
}

/* Make sure text inside buttons doesn't wrap */
.cta-btn span {
    white-space: nowrap;
}

/* Adjust button width on mobile for better responsiveness */
@media (max-width: 576px) {
    .cta-btn {
        min-width: 100%; /* Full width on smaller screens */
    }
}


.cta-btn img {
    width: 24px; /* Icon size */
    height: auto;
}

.cta-btn i {
    font-size: 1.2rem; /* Adjust icon size */
    margin-right: 8px; /* Space between icon and text */
}

.cta-btn:hover {
    background-color: #e4e4e4;
    transform: translateY(-2px);
}

.cta-btn:active {
    transform: translateY(1px);
}


/* Testimonials Section */
.testimonials-section {
    padding: 50px 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-top: 40px;
}

.testimonials-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #006142;
    margin-bottom: 30px;
}

/* Swiper Slider */
.testimonials-slider {
    padding: 20px 0;
}

/* Swiper Slide */
.swiper-slide {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    min-height: 300px;
    justify-content: space-between;
}

/* Blockquote Styling */
blockquote {
    font-size: 1.2rem;
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

blockquote::before {
    content: "“";
    font-size: 2rem;
    color: #006142;
    position: absolute;
    left: 0;
    top: 0;
}

blockquote::after {
    content: "”";
    font-size: 2rem;
    color: #006142;
    position: absolute;
    right: -10px;
    bottom: -10px;
}

/* Author Section */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-initial {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #006142;
    border-radius: 50%;
}

.testimonial-author p {
    font-size: 1rem;
    font-weight: 600;
    color: #006142;
    margin: 0;
}

.swiper-pagination {
    position: static !important;
    margin-top: 20px;
}

/* Navigation Buttons */
/* Testimonials Buttons Wrapper */
.testimonial__btns__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    /* margin-top: 40px; */
    margin-right: 40px;
}

/* Navigation Buttons */
.testimonial__btn {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    border: 1px solid #006142;
    background-color: #006142;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: static !important; /* Ensures proper positioning */
}

.testimonial__icon {
    max-width: 20px;
    transition: all 0.3s ease-in-out;
}

/* Hover Effects */
.testimonial__btn:hover {
    border-color: #00885d;
    background-color: #00885d;
}

/* Remove Default Swiper Navigation Styles */
.testimonial__btn__next::after,
.testimonial__btn__prev::after {
    display: none;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
    position: static; /* Keep buttons static within the wrapper */
}

/* Contact Section */
.contact-section {
    padding: 50px 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #006142;
    text-align: center;
    margin-bottom: 20px;
}

.contact-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 40px;
}

/* Contact Form */
.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #006142;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-form button {
    background-color: #006142;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #004d32;
}

/* Contact List */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.contact-item i {
    font-size: 2rem;
    color: #006142;
    flex-shrink: 0;
}

.contact-label {
    font-size: 1rem;
    font-weight: 600;
    color: #006142;
    margin-bottom: 2px;
}

.contact-link {
    font-size: 1rem;
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #006142;
}

/* Footer Styling */
.site-footer {
    background-color: #151515;
    color: #ffffff;
    padding: 30px 0;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3); /* Top shadow effect */
}

.footer-logo img {
    max-width: 160px;
    filter: invert(1);
}

/* Quick Links */
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    /* text-align: center; */
    padding-top: 10px;
}

.footer-links li a {
    color: #bbb;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-links li a:hover {
    color: #ffffff;
}

/* Social Media Icons */
.social-icons {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 10px;
}

.social-icons li a {
    color: #bbb;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-icons li a:hover {
    color: #007d56;
}

/* Copyright */
.footer-bottom {
    font-size: 14px;
    color: #999;
}

.projects-header {
  background: #f8f9fa;
  padding-top: 8rem !important;
}

.project-card {
  transition: transform 0.2s ease;
}

.project-card:hover {
  transform: translateY(-3px);
}

.project-thumb img {
  object-fit: cover;
  height: 100%;
}

.project-thumb {
    flex-shrink: 0;
    width: 100%; /* Default: Full width */
    max-width: 40%; /* On larger screens */
    overflow: hidden;
    margin-right: 20px;
}

.project-showcase {
  background-color: #f9f9f9;
  padding-top: 8rem !important;
}

.project-showcase h1 {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.project-showcase p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
}

.project-showcase h5 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #111;
}

.project-showcase ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.project-showcase ul li {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
  color: #333;
}

.project-showcase .badge {
  padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #2e3231 !important;
    color: #ffffff;
    transition: background-color 0.2s, color 0.2s;
}

.project-showcase .badge:hover {
  background-color: #007bff;
  color: white;
}

.project-showcase .project-gallery img {
  object-fit: cover;
  border-radius: 12px;
}

.project-showcase .project-gallery .img-fluid {
  /* max-height: 400px; */
  width: 100%;
  object-fit: cover;
}

.project-showcase .project-gallery .d-flex img {
  height: 60px;
  width: auto;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s;
}

.project-showcase .project-gallery .d-flex img:hover {
  border-color: #007bff;
}

.thumb {
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s;
}

.thumb:hover {
  border-color: #aaa;
}

.selected-thumb {
  border-color: #007bff;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
}

.image-modal-content {
  max-width: 90%;
  max-height: 90%;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  animation: zoomIn 0.2s ease-in-out;
}

@keyframes zoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.btn-outline-primary {
  border-width: 2px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.btn-outline-primary:hover {
  background-color: #007bff;
  color: white;
  box-shadow: 0 3px 10px rgba(0, 123, 255, 0.3);
}

.bg-success.bg-opacity-10 {
  background-color: rgba(25, 135, 84, 0.1) !important;
}

/* Adjustments for different screen sizes */
@media (max-width: 1244px) {
    .project-thumb {
        max-width: 50%; /* At 1244px, take half width */
    }
}

@media (max-width: 992px) {
    .project-thumb {
        max-width: 100%; /* Small screens: Full width */
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    
}
