.building-icon img {
    width: 120px !important;
}

.wrap-p {
    position: relative;
    overflow: hidden;
}

.project-page-content {
    position: relative;
    transition: transform 0.4s ease-in-out;
}

.wrap-p:hover .project-page-content {
    transform: translateY(10px) !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 100%;
}

/* .wrap-p:hover .project-page-content-p {
transform: translateY(-10px) !important;
} */

.wrap-p:hover .project-page-content-p {
    transform: translateY(0) !important;
    transition: transform 0.4s ease-in-out;
    opacity: 1;
    display: block;
    /* padding-top: 35px; */
}

.project-page-content-p {
    opacity: 0;
    display: none;
}

.view-project-content-p {
    opacity: 0;
    display: none;
}

.wrap-p:hover .view-project-content-p {
    opacity: 1;
    display: block;
}

.view-project-content-p {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.wrap-p:hover .project-page-img::before {
    opacity: 1;
    background: rgba(0, 0, 0, 0.623);
}























.project-box:hover {
    min-width: 200% !important;
}

.backbtn {
    text-align: center;
    padding-bottom: 60px;
    margin-top: -40px;
}

.project-details-title-section .row {
    display: flex;
    align-items: center;
}

.backbtn a {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 30px;
    outline: none;
}

.btn-primary.focus,
.btn-primary:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0) !important;
}

.backbtn a:hover {
    background: #9d652a;
    color: #fff;
    border: 1px solid #9d652a;
    text-decoration: none;
}


.p-d {
    padding: 20px 30px !important;
}

.project-section-sec span {
    color: #7D5326 !important;
    font-weight: 700 !important;
    font-family: 'Antonio', 'Source Sans 3', sans-serif !important;
}

.project-section-sec h2 {
    font-size: 45px;
    font-weight: bold !important;
    padding: 40px 0px 20px 0px;
}

.service-title-sec h2 {
    font-size: 40px;
    font-weight: bold !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9d652a !important;
    border-color: #9d652a !important;
}

.swiper-slide {
    display: flex;
    align-items: center;
}

.p-d h2 {
    text-transform: uppercase;
}

.swiper-slide.swiper-slide-duplicate.swiper-slide-prev {
    display: flex;
    align-items: center;
}

.swiper-slide.swiper-slide-duplicate.swiper-slide-next {
    display: flex;
    align-items: center;
}

div#swiper-wrapper-3b7f5ebfcdf7f422 {
    display: flex !important;
    /* justify-content: center; */
    align-items: center !important;
    /* min-height: 550px !important; */
}

button#prev img {
    width: 10px !important;
    height: 18px !important;
    width: 10px !important;
}

button#next img {
    width: 10px !important;
    height: 18px !important;
    width: 10px !important;
}

.feature-boxes-overlay .swiper-button-next {
    display: none;
}

.feature-boxes-overlay .swiper-button-prev {
    display: none;
}

.container-fluid.slider-rewidths {
    margin-top: 5%;
}

.rewidths {
    width: 96% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
    padding-top: 10px !important;
}

.slider-rewidths {
    width: 98% !important;
    margin-left: 2% !important;
    margin-right: 0% !important;
    padding-top: 10px !important;
}

.slider-rewidths .col-lg-7 {
    padding-right: 0px !important;
}

ul {
    padding-left: 0px;
}

/* li {
    padding-left: 0px;
} */
.project-details-title-section {
    background: #ffffffe6;
    margin-top: 130px 0px;
    border-radius: 30px;
}

.p-d {
    color: #000;
    padding: 30px 20px;
}

.project-sec-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold !important;
}

.project-sec-title h2 span {
    font-size: 50px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #9D652A;
}

.project-page-img {
    border-radius: 40px;
    padding: 15px 0px;
    position: relative;
}

.bgchnage {
    background-color: transparent !important;
}

.p-banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 550px;
    padding-top: 100px;
}

.project-bg {
    background: url('../images/projectpage/pbg.png') no-repeat center center !important;
    /* background-image: url('../images/projectpage/pbg.png')no-repeat center center !important; */
    background-size: cover !important;
    /* position: relative !important; */
    /* min-height: 700px !important; */
    color: #fff !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
    font-size: inherit !important;
}

/* .experience-heading-about {
    background: url(../images/about-section/aboutbg.png) no-repeat center center !important;
    background-size: cover !important;
    position: relative !important;
    min-height: 500px !important;
    color: #fff !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
    font-size: inherit !important;
} */
.project-page-content {
    position: absolute;
    bottom: 20px;
    left: 50px;
    color: #fff;
}

.project-page-img img {
    border-radius: 30px;
}

.project-section {
    background: #eae9e5;
    padding: 100px 0px;
}

.modal-header {
    position: absolute;
    right: 0;
    border-bottom: 1px solid transparent;
    z-index: 999;
}

.modal-header .close {
    padding: 0px 10px !important;
    margin: -1rem -1rem -1rem auto;
    font-size: 40px;
    color: #ffff !important;
    background: #000;
    border-radius: 50px;
    margin: 0px !important;

}

.modal-body {
    padding: 0.5rem;
}

.modal-content {
    border-radius: 20px;
}

.col-md-7.popup-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 70px;
}

.modal-body col-m-8 h2 {
    text-transform: capitalize;
}

.popup-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.popup-p {
    font-weight: 200 !important;
}

.popup-img img {
    width: 100%;
}

.modal-header {
    position: absolute;
    right: 0;
    border-bottom: 1px solid transparent;
}

.rewidth {
    padding-right: 5% !important;
    padding-left: 5% !important;
}

.project-image img:hover {
    width: 406px !important;
}

.modal-body .col-md-8 {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}

.btn.btn-primary.popup-btn {
    border: 1px solid #9D652A;
    color: #9D652A;
    border-radius: 20px;
    padding: 5px 30px;
    background: transparent;
    min-width: 150px;
}

.experience-heading-service-text {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    color: #fff;
}

.service-title {
    font-size: 55px !important;
    text-transform: uppercase;
    padding-bottom: 0px;
    line-height: 75px;
    font-family: 'Antonio', 'Source Sans 3', sans-serif !important;
    font-weight: 700 !important;
}

.service-title-sec {
    font-size: 70px;
    font-family: 'Antonio', 'Source Sans 3', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.service-title-sec span {
    color: #7D5326 !important;
    font-weight: 700 !important;
    font-family: 'Antonio', 'Source Sans 3', sans-serif !important;
}

.experience-heading-service-text p {
    font-size: 24px;
    font-weight: 300 !important;
}

.experience-heading-service h1 {
    font-size: 55px !important;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 75px;
}

.experience-heading-service-text h1 .bg-color {
    background-color: #7D5326 !important;
    color: #fff !important;
    padding: 0px 14px 6px !important;
    border-radius: 20px !important;
    font-family: 'Antonio', 'Source Sans 3', sans-serif !important;
    display: inline-block !important;
    margin: 0 5px !important;
}

.service-section-text .col-12.col-md-3.line {
    text-align: center;
}

.service-section-text {
    display: flex;
    background: #F5F4F0;
    padding: 30px 30px;
    border-radius: 40px;
    width: 100%;
    color: #3D3B3B;
    margin-bottom: -10%;
    z-index: 999;
    width: 100%;
    margin-top: -10%;
}

.experience-heading-service {
    background: url(../images/about-section/aboutbg.png) no-repeat center center !important;
    background-size: cover !important;
    /* background-color: #ff0000 !important; */
    /* padding: 80px 0 !important; */
    position: relative !important;
    min-height: 500px !important;
    color: #fff !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
    font-size: inherit !important;
}


.about-section .row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.carousel-nav {
    display: none;
}

/* Contact Page Specific Styles */
.contact-hero-section {
    background-image: url('../images/contact/engineer-contractor-team-meeting-work-industry-projectin-building-construction-structures-site 1.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.contact-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    backdrop-filter: blur(3px);
}

.contact-container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.col-12.col-md-6.line:after {
    border-right: 1px solid #47301885;
    content: '';
    position: absolute;
    height: 100%;
    right: 30px;
    top: 0;
}

.contact-form-card {
    background: #f8f5f0e0;
    border-radius: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    /* min-height: 600px; */
}

.contact-info-section {
    background: #473018;
    color: white;
    margin: 10px 10px;
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 40px;
    min-height: 97%;
    width: 100%;
}

.contact-form-section {
    background: #f8f5f000;
    padding: 50px 40px;
    flex: 1.2;
}

.contact-title {
    font-family: 'Source Sans 3' !important;
    font-size: 2rem;
    font-weight: 500 !important;
    margin-bottom: 20px;
    color: white;
}

.contact-description {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300 !important;
}

.contact-info-item {
    display: flex;
    align-items: center;
    /* margin-bottom: 25px; */
    font-family: 'Source Sans 3', sans-serif !important;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    /* background: rgba(255, 255, 255, 0.2); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.2rem;
    color: white;
}

.contact-info-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.map-container {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.map-container iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.form-title {
    font-family: 'Antonio', sans-serif !important;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}

.form-group {
    margin-bottom: 25px;
}

.form-control:focus {
    color: none !important;
    background-color: transparent !important;
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-label {
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 400;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    height: auto !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sms-height {
    height: 65px !important;
}

.form-control {
    border-bottom: 1px solid #432d1685;
    border-radius: 0px;
    padding: 0px;
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 1rem;
    background: transparent;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #8b7355;
    box-shadow: 0 0 0 0.2rem rgba(139, 115, 85, 0.25);
    outline: none;
}

.project-type-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.project-type-option {
    display: flex;
    align-items: center;
    /* padding: 12px 15px; */
    /* border: 2px solid #e0d5c5; */
    border-radius: 8px;
    /* background: white; */
    cursor: pointer;
    transition: all 0.3s ease;
}

.project-type-option:hover {
    border-color: #8b7355;
    background: transparent;
}

.project-type-option input[type="radio"] {
    margin-right: 10px;
    accent-color: #8b7355;
}

.project-type-option label {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 0.9rem;
    color: #333;
    margin: 0;
    cursor: pointer;
}

.btn-send-message {
    background: #462f18;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(139, 115, 85, 0.3);
}

.btn-send-message:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 115, 85, 0.4);
    color: white;
    text-decoration: none;
}

.img-service {
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
}

.service-section-text .col-12.col-md-3.line:last-child {
    border-right: 1px solid transparent !important;
}

.service-section-text .col-12.col-md-3.line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #A9A9A9;
}

.col-12.col-md-3.line ::last-child {
    border-right: 1px solid transparent;
}

.col-12.col-md-3.line p {
    line-height: 20px;
}

.service-section-aprt {
    background-color: #ecebe9;
    padding: 45px 0;
    margin-top: -10px;
    text-align: center;
}

.service-section h2 {
    font-size: 16px;
    font-family: 'Source Sans 3', 'Source Sans Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    /* line-height: 34px; */
}

.service-section-aprt-2 {
    background-color: #ecebe9;
    padding: 45px 0;
    margin-top: -10px;
    text-align: center;
}

.service-apart img {
    background: #fff;
    padding: 15px;
    border-radius: 100%;
    margin-bottom: 25px;
}

.title-p p {
    font-size: 20px;
}

.title-p h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
}

.title-p span {
    color: #9D652A;
    font-size: 65px;
    font-weight: 500 !important;
}

.core-service img {
    width: 100%;
}

.text img {
    width: 50px;
    height: 50px;
}

.coresrvic .col-md-4 {
    padding-bottom: 12px;
}

.wrap-sec:hover {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.coresrvic {
    background-image: url('../images/service/coreservicebg.png');
    min-height: 798px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0px;
    /* background: #ecebe9a1; */
    background-color: #b9b8b56b !important;
}

.text {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.header-section.scrolled {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo .logo-container {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.bg-image {
    background-image: url('../images/service/bg.png');
    height: 500px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -11px;
    background-size: cover;
}

.header-logo .estd-text,
.header-logo .year-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.7rem;
    font-weight: 600;
    color: #d4a574;
    margin: 0 3px;
}

.header-logo .building-icon {
    font-size: 1.8rem;
    color: #d4a574;
    margin: 0 8px;
}

.header-logo .company-name h3 {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 2px 0;
    letter-spacing: 0.5px;
}

.header-logo .company-name p {
    color: #d4a574;
    font-size: 0.7rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.3px;
}

.header-navigation {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.header-navigation .nav-link {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
    letter-spacing: 0.3px;
}

.header-navigation .nav-link:hover {
    color: #d4a574;
    text-decoration: none;
}

.header-contact {
    display: flex;
    justify-content: flex-end;
}



a.social-icon-i img {
    width: 29px;
    height: 29px;
}

body {
    font-family: 'Source Sans 3', sans-serif !important;
}

/* Base font for body and general text */
body,
p,
span,
a,
div,
button,
input,
textarea,
label {
    font-family: 'Source Sans 3', 'Source Sans Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Antonio font for headings - more specific */
h1,
h2,
h3 {
    font-family: 'Antonio', 'Source Sans 3', sans-serif !important;
    font-weight: 700 !important;
}

/* Antonio font for specific elements */
.hero-title,
.banner-title,
.experience-heading,
.projects-title {
    font-family: 'Antonio', 'Source Sans 3', sans-serif !important;
    font-weight: 700 !important;
}

h4,
h5,
h6 {
    font-weight: 600 !important;
}

p,
span,
a {
    font-weight: 400 !important;
}

.nav-link,
.contact-btn {
    font-weight: 500 !important;
}

/* Font test class */
.font-test {
    font-family: 'Source Sans 3', 'Source Sans Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 400 !important;
}

/* Antonio font test class */
.antonio-test {
    font-family: 'Antonio', sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}

/* Override Bootstrap font classes */
.btn,
.btn-primary,
.btn-secondary,
.btn-success,
.form-control,
.form-group,
.navbar,
.nav-item,
.container,
.row,
.col,
.col-md,
.col-lg {
    font-family: 'Source Sans 3', 'Source Sans Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgb(25 18 3);
    z-index: 9999;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
}

.mobile-menu-overlay.active {
    left: 0;
}

.mobile-menu-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}

.mobile-logo .logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-logo .building-icon {
    width: 100px;
    height: 70px;
}

.mobile-logo .company-name h3 {
    font-size: 1.2rem;
    margin: 0;
    color: #fff;
}

.mobile-logo .company-name p {
    font-size: 0.8rem;
    margin: 0;
    color: #d4a574;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

.mobile-navigation {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: color 0.3s ease;
}

.mobile-nav-link:hover {
    color: #d4a574;
    text-decoration: none;
}

/* Mobile Menu Toggle Animation */
.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}


.display-block {
    display: block;
}

.auto-move-indicator {
    display: none !important;
}

.experience-section {
    background: url('../images/about/aboutbg.png') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.experience-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
        linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.content-box {
    background: #F5F4F0;
    border: 1px solid #e0e0e0;
    border-radius: 40px;
    padding: 40px;
    height: 100%;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
    box-shadow: 1px 1px 25px rgb(0 0 0 / 15%);
}

.image-box {
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
}

.image-box img {
    max-width: 100%;
    height: 445px;
    border-radius: 20px;
    transition: transform 0.3s ease;
    filter: brightness(0.95) saturate(1.1);
}

/* .image-box:hover img {
            transform: scale(1.02);
        } */

.play-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
}

.play-icon-overlay img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 0% !important;
}

.play-icon {
    width: 90px;
    height: 90px;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

/* .image-box:hover .play-icon {
            transform: scale(1.1);
        } */

.experience-heading {
    color: #3d3b3b;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 50px;
}

.experience-years {
    color: #9d652a;
    font-size: 45px;
    font-weight: bold !important;
    line-height: 1.1;
    font-family: 'Antonio', sans-serif !important;
}

.experience-text {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 35px;
}



.read-more-btn {
    background: #f5f4f0;
    color: #9D652A;
    border: 1px solid #9D652A;
    border-radius: 30px;
    padding: 14px 35px;
    font-weight: 600 !important;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 1rem;
    /* font-family: 'Antonio', 'Source Sans 3', sans-serif !important; */
    font-family: 'Source Sans 3', sans-serif !important;
}


.read-more-btn:hover {
    background: #d4a574;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 165, 116, 0.3);
}

.p-banner-text h1 {
    font-size: 60px;
    padding-bottom: 20px;
}

.p-banner-text p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.p-banner-text-p {
    font-size: 25px !important;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
}

/* Hero Section Styles */
.hero-section {
    background: url('../images/clinet/sliderbg.png') no-repeat center center;
    background-size: cover;
    background-position: center 20%;
    color: white;
    position: relative;
}

/* Client Bar */
.client-bar {
    /* background: rgba(0, 0, 0, 0.9); */
    padding: 35px 0;
    border-bottom: 3px dotted #404040;
    position: relative;
    z-index: 5;
    background: #000;
}

.client-count .count-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #9D652A;
    margin: 0;
    line-height: 1;
    letter-spacing: -1px;
}

.client-count .count-text {
    color: #ffffff;
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.certification-icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.icon-item {
    text-align: center;
    margin: 0;
    min-width: 70px;
}

.cert-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
    filter: brightness(0) invert(1);
    display: block;
    object-fit: contain;
}

.icon-item span {
    display: block;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.2;
}

/* Hero Main Area */
.hero-main {
    position: relative;
    min-height: 800px;
    display: flex;
    flex-direction: column;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    padding: 80px 0;
    flex: 1;
}

.hero-content {

    text-align: left;
    max-width: 100%;
    /* padding: 50px 40px; */
    /* background: rgba(0, 0, 0, 0.4); */
    border-radius: 8px;
    /* margin: 0 20px; */
    /* backdrop-filter: blur(10px); */
}

.hero-title {
    font-size: 51px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.5px;
}

/* Feature Boxes Overlay */
.feature-boxes-overlay {
    position: relative;
    z-index: 3;
    padding: 30px 0 0px 0;
    border-radius: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
    margin-top: auto;
    overflow: hidden;
}

/* Swiper Styling */
.feature-swiper {
    padding: 20px 0;
    overflow: hidden;
    margin: 0px -4px;
}

.swiper-slide {
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    color: #fff;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next {
    right: -25px;
}

.swiper-button-prev {
    left: -25px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.9);
}

.swiper-pagination {
    bottom: -20px;
    position: relative;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background-color: #d4a574;
}

.feature-box {
    background: #4A371580;
    border-radius: 15px;
    width: 100%;
    height: 220px;
    padding: 25px 20px;
    margin: 0px 10px;
    text-align: left;
    margin-bottom: 20px;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    /* backdrop-filter: blur(20px); */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.feature-icon {
    margin-bottom: 15px;
    text-align: left;
}

.feature-img {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
    display: block;
    margin-bottom: 10px;
}

.feature-title {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600 !important;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

.feature-description {
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
    letter-spacing: 0.2px;
}

/* Projects Section Styles */
.projects-section {
    background: #e4dfd4;
    padding: 80px 0;
    /* color: white; */
    overflow: hidden;
}

.projects-title-box {
    /* background: #f5f5dc; */
    /* padding: 30px 20px; */
    /* border-radius: 10px; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-end;
    /* box-shadow: 0 8px 25px rgba(0,0,0,0.1); */
}

.projects-title-box p {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.projects-title {
    color: #9D652A;
    font-size: 50px;
    font-weight: bold !important;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.projects-title-box p {
    font-size: 30px;
    font-weight: 600 !important;
    color: #3D3B3B;
}

.project-box {
    background: transparent;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    margin-right: 20px;
    border: none;
    position: relative;
    z-index: 1;
}

.project-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.3s ease;
}

.project-box:hover {
    /* CSS rules removed - JavaScript will handle hover effects */
}

.project-box:hover img {
    /* CSS rules removed - JavaScript will handle hover effects */
}

.project-box:hover .project-image {
    /* CSS rules removed - JavaScript will handle hover effects */
}

.project-box:hover .project-image img {
    /* CSS rules removed - JavaScript will handle hover effects */
}

.project-box:hover~.project-box {
    /* CSS rules removed - JavaScript will handle hover effects */
}

.project-box:hover~.project-box:first-child,
.project-box:hover~.project-box:nth-child(2) {
    margin-left: -180px;
}

.project-box:hover img {
    transform: scale(1.7) !important;
    object-fit: cover;
    border-radius: 30px;
}

.project-image {
    min-height: 406px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    transition: all 0.3s ease;
    transform-origin: left center;
    z-index: 1;
}

.project-image img {
    min-height: 406px;
    object-fit: cover;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    z-index: 1;
}

.project-box:hover .project-image {
    transform: scale(1.7) !important;
    z-index: 5;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); */
}

.project-box:hover .project-image img {
    transform: scale(1.7) !important;
    object-fit: cover;
    z-index: 5;
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.8); */
    padding: 20px;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.project-overlay .project-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Projects Swiper Styling */
.projects-swiper {
    /* padding: 20px 0; */
    overflow: hidden;
    transition: none;
    background: none;
    /* padding: 0 20px; */
}

.projects-swiper .swiper-slide {
    height: auto;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    background: transparent;
    margin-right: 10px;
    z-index: 1;
}

.projects-swiper .swiper-slide:last-child {
    z-index: 1;
}

.projects-swiper .swiper-slide-active {
    transform: scale(1.02);
}

.projects-swiper .swiper-slide:hover {
    z-index: 5;
}

.projects-container {
    padding-right: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: transparent;
}

.swiper-wrapper {
    transition-timing-function: ease-in-out;
}

/* Header Section Styles */
.header-section {
    /* background: rgba(0, 0, 0, 0.9); */
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* backdrop-filter: blur(10px); */
    transition: all 0.3s ease;
}

/* Header scroll effect */
.header-section.scrolled {
    /* background: rgba(0, 0, 0, 0.8); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo .logo-container {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.header-logo .estd-text,
.header-logo .year-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.7rem;
    font-weight: 600;
    color: #d4a574;
    margin: 0 3px;
}

.header-logo .building-icon {
    font-size: 1.8rem;
    color: #d4a574;
    margin: 0 8px;
}

.header-logo .company-name h3 {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 2px 0;
    letter-spacing: 0.5px;
}

.header-logo .company-name p {
    color: #d4a574;
    font-size: 0.7rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.3px;
}

.header-navigation {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.header-navigation .nav-link {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
    letter-spacing: 0.3px;
}

.header-navigation .nav-link:hover {
    color: #d4a574;
    text-decoration: none;
}

.header-contact {
    display: flex;
    justify-content: flex-end;
}

.contact-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #473018;
    color: white;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.contact-btn:hover {
    background: #A0522D;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.4);
}

/* Banner Section with Dynamic Background */
.banner-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.banner-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/banner/banner-img/Road Development Banner IMG.png');
    transition: background-image 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.banner-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%); */
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.3); */
    /* backdrop-filter: blur(2px); */
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 1s ease-out;
    z-index: 2;
}

/* Banner Auto Progress Bar */
.banner-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #473018, #d18a3fde);
    width: 0%;
    transition: width 0.1s linear;
    z-index: 10;
    animation: bannerProgressBar 4s linear forwards;
    animation-iteration-count: 1;
}

@keyframes bannerProgressBar {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.banner-overlay .container-fluid {
    position: relative;
    z-index: 3;
}

/* Left Side - Text Content with Animations */
.banner-content-left {
    padding: 2rem 1rem;
    color: white;
    text-align: left;
    animation: slideInLeft 1s ease-out 0.3s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.banner-subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
    letter-spacing: 0.05em;
    opacity: 0.9;
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.05em;
    animation: fadeInUp 0.8s ease-out 0.7s both;
}

.banner-description {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 32rem;
    animation: fadeInUp 0.8s ease-out 0.9s both;
}

.banner-btn {
    display: inline-block;
    /* padding: 1rem 2rem; */
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
    animation: fadeInUp 0.8s ease-out 1.1s both;
    position: relative;
    overflow: hidden;
}

.banner-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.banner-btn:hover::before {
    left: 100%;
}

.banner-btn:hover {
    background: white;
    color: #1a1a1a;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Dynamic Active Content Display */
.active-content-display {
    margin-top: 2rem;
    animation: fadeInUp 0.8s ease-out 1.3s both;
}

.active-image-container {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); */
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.active-image-container:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); */
}

.active-banner-image {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    border-radius: 1rem;
    transition: transform 0.4s ease;
}

.active-image-container:hover .active-banner-image {
    transform: scale(1.05);
}

.active-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding: 1.5rem 1rem 1rem;
    color: white;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.active-image-container:hover .active-image-overlay {
    transform: translateY(0);
}

.active-project-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-align: center;
    letter-spacing: 0.05em;
}

.active-project-desc {
    font-size: 0.875rem;
    margin: 0;
    text-align: center;
    opacity: 0.9;
    line-height: 1.4;
}

/* Right Side - Image Carousel with Animations */
.banner-carousel-container {
    position: relative;
    padding: 2rem 1rem;
    animation: slideInRight 1s ease-out 0.5s both;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Ensure exactly 3 slides are visible */
.banner-carousel-swiper {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    overflow: hidden;
}

.banner-carousel-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.banner-carousel-swiper .swiper-slide {
    flex-shrink: 0;
    width: calc((100% - 40px) / 3) !important;
    max-width: calc((100% - 40px) / 3) !important;
}

/* Show all 3 visible slides with full opacity */
.banner-carousel-swiper .swiper-slide {
    opacity: 1 !important;
    transform: scale(1) !important;
}

/* Remove the rule that hides slides - this was causing mobile issues */
/* .banner-carousel-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev):not(.swiper-slide-duplicate) {
            opacity: 0.3;
            transform: scale(0.9);
        } */

.carousel-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    border: 2px solid transparent;
    transform: scale(0.95);
    height: 18rem;
    animation: fadeInScale 0.6s ease-out 1s both;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(0.95);
    }
}

.carousel-card:hover {
    transform: translateY(-5px) scale(1);
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); */
}

/* Active slide highlighting - Blue dashed border with animation */
.swiper-slide-active .carousel-card {
    border: none;
    /* box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3); */
    transform: scale(1);
    position: relative;
    /* animation: activeCardPulse 2s ease-in-out infinite; */
}

/* @keyframes activeCardPulse {

            0%,
            100% {
                box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
            }

            50% {
                box-shadow: 0 8px 25px rgba(0, 123, 255, 0.6);
            }
        } */

/* .swiper-slide-active .carousel-card::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #007bff, #0056b3, #007bff);
            border-radius: 1rem;
            z-index: -1;
            animation: borderGlow 2s ease-in-out infinite alternate;
        } */

@keyframes borderGlow {
    0% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.swiper-slide-active .carousel-card:hover {
    border-color: #0056b3;
    /* box-shadow: 0 15px 35px rgba(0, 123, 255, 0.4); */
}

/* Enhanced Auto-moving Slider Features */
.banner-carousel-swiper {
    transition: all 0.5s ease;
}

.swiper-slide {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-slide:not(.swiper-slide-active) .carousel-card {
    filter: brightness(0.7) saturate(0.8);
    transform: scale(0.9);
}

.swiper-slide-active .carousel-card {
    filter: brightness(1) saturate(1.1);
}

/* Auto-move progress indicator */
.auto-move-progress {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #00d4ff);
    width: 0%;
    transition: width 0.1s linear;
    z-index: 5;
}

.swiper-slide-active .auto-move-progress {
    animation: progressBar 4s linear forwards;
}

@keyframes progressBar {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    transition: transform 0.4s ease;
}

.carousel-card:hover .carousel-image {
    transform: scale(1.05);
}

.carousel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); */
    padding: 1.5rem 1rem 1rem;
    color: white;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.carousel-card:hover .carousel-overlay {
    transform: translateY(0);
}

.carousel-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
    letter-spacing: 0.05em;
}

.card-dimensions {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: #007bff;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    animation: bounceIn 0.6s ease-out 1.2s both;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Carousel Navigation with animations */
.carousel-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
    animation: fadeInUp 0.8s ease-out 1.3s both;
}

.carousel-nav-btn {
    width: 3rem;
    height: 3rem;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.carousel-nav-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.carousel-nav-btn:hover::before {
    left: 100%;
}

.carousel-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .service-section-text {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-info-section {
        margin: 0px !important;
    }

    .header-section.scrolled {
        background: rgb(25 18 3);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    }

    .banner-content-left {
        text-align: center;
        padding: 2rem 1rem 1rem;
    }

    .banner-title {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
    }

    .banner-description {
        font-size: 1rem;
        margin: 0 auto 2rem;
    }

    .active-content-display {
        margin-top: 1.5rem;
    }

    .active-banner-image {
        height: 10rem;
    }

    .banner-carousel-container {
        padding: 1rem;
    }

    .carousel-image {
        height: 12rem;
    }

    .carousel-card {
        height: 14rem;
    }
}

@media (max-width: 767.98px) {
    .view-project-content {
        display: none !important;
    }

    .building-icon img {
        width: 160px;
    }

    .arrows button {
        width: 55px !important;
        height: 45px !important;
    }

    .carousel .list .item .des {
        width: 90% !important;
        font-size: 1.2em;
        line-height: 1.2em;
        margin-top: 20px;
    }

    .thumbnail .item {
        /* width: 148px !important;
                height: 244px !important; */
        flex-shrink: 0;
        position: relative;
    }

    .arrows {
        left: 9%;
    }

    .container-fluid.slider-rewidths {
        margin-top: 0%;
    }

    .swiper-button-prev {
        left: 30% !important;
    }

    .swiper-button-next {
        right: 30% !important;
    }

    .p-d {
        padding: 10px 10px;
        color: #333;
    }

    .project-sec-title h2 {
        font-size: 35px;
        text-transform: uppercase;
        font-weight: bold !important;
    }

    .project-sec-title h2 span {
        font-size: 45px;
        font-weight: 700 !important;
        text-transform: uppercase;
        color: #9D652A;
    }

    .p-banner-text-p {
        font-size: 25px !important;
        font-weight: 600;
        color: #fff;
        line-height: 25px;
    }

    .project-page-content h2 {
        color: #fff !important;
        font-size: 25px !important;
        font-weight: 700;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        line-height: 30px !important;
    }

    .p-banner-text h1 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .coresrvic .row {
        margin: 0px;
    }

    .experience-heading-service-text p {
        font-size: 24px;
        font-weight: 300 !important;
        line-height: 26px;
    }

    .coresrvic .col-md-4 {
        padding: 0px 15px;
    }

    .popup-img img {
        border-radius: 25px !important;
    }

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
        font-size: 40px;
        color: #ffff !important;
    }

    .col-md-7.popup-content {
        padding: 20px 30px;
    }

    .service-title {
        font-size: 35px !important;
    }

    .experience-heading-service-text h1 .bg-color {
        background-color: #7D5326 !important;
        color: #fff !important;
        padding: 0px 16px 0px !important;
        border-radius: 20px !important;
        font-family: 'Antonio', 'Source Sans 3', sans-serif !important;
        display: inline-block !important;
        margin: 0 5px !important;
    }


    h1#banner-title {
        padding: 0px 0px 0px 0px !important;
    }

    p#banner-description {
        font-weight: 300 !important;
        padding: 0px 0px 0px 0px !important;
    }

    .banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background: rgb(0 0 0 / 71%); */
        background-image: linear-gradient(rgba(0, 0, 0, 0.692), rgba(0, 0, 0, 0.479), rgba(0, 0, 0, 0.692));
        /* backdrop-filter: blur(2px); */
        display: flex;
        align-items: center;
        justify-content: center;
        animation: fadeIn 1s ease-out;
        z-index: 2;
    }

    .service-section-text .col-12.col-md-3.line {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: 1px solid transparent;
    }

    .coresrvic {
        padding: 560px 0px 50px 0px;
    }

    .service-section-text {
        margin-top: -40%;
    }

    .bg-image {
        background-image: url('../images/service/bg.png');
        height: 600px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: -11px;
        background-size: cover;
    }

    .title-p span {
        color: #9D652A;
        font-size: 51px;
        font-weight: 500 !important;
    }

    .col-12.col-md-6.line:after {
        border-right: 1px solid transparent !important;
        content: '';
        position: absolute;
        height: 100%;
        right: 50px;
        top: 0;
    }

    .about-section-text {
        display: flex;
        background: #F5F4F0;
        padding: 35px 30px;
        border-radius: 20px;
        width: 100% !important;
        color: #3D3B3B;
        margin-bottom: -25%;
        z-index: 999;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        width: 100% !important;
    }

    .about-section .row {
        width: 100vw;
        display: flex;
        justify-content: center;
    }

    .experience-heading-about-text {
        height: 600px !important;
    }

    /* .col-6.line:after{
                display: none;
            } */
    .banner-title {
        margin-bottom: 0.8rem;
    }

    .experience-heading-about-text h1 .bg-color {
        background-color: #7D5326 !important;
        color: #fff !important;
        padding: 0px 10px 7px !important;
        border-radius: 20px !important;
        font-family: 'Antonio', 'Source Sans 3', sans-serif !important;
        display: inline-block !important;
        margin: 0 5px !important;
    }

    .services-nav {
        display: none !important;
    }

    .services-nav {
        display: none !important;
    }

    .col-md-6.first-row {
        display: flex;
        justify-content: flex-start;
    }

    .display-block {
        display: none;
    }

    .image-box img {
        max-width: 100%;
        height: auto;
        border-radius: 20px;
        transition: transform 0.3s ease;
        filter: brightness(0.95) saturate(1.1);
    }

    .projects-title {
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
    }

    .projects-title-box p {
        writing-mode: horizontal-tb;
        transform: rotate(270deg);
        font-size: 1.5rem;
        margin-right: -9px;
        margin-bottom: 9px;
    }

    .banner-slider-section {
        padding: 2rem 0;
        min-height: auto;
    }

    .banner-content-left {
        padding: 1.5rem 1rem 1rem;
    }

    .banner-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

    .carousel-image {
        height: 10rem;
    }

    .carousel-card {
        height: 12rem;
    }

    .carousel-nav-btn {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 0.875rem;
    }

    /* Mobile-specific auto-move slider styles */
    .banner-carousel-container {
        padding: 1rem 0.5rem;
    }

    .auto-move-progress {
        height: 2px;
    }

    .carousel-title {
        font-size: 0.9rem;
        padding: 1rem 1rem 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .banner-carousel-container {
        padding: 0.5rem;
    }

    .carousel-card {
        height: 10rem;
    }

    .carousel-title {
        font-size: 0.875rem;
    }

    .card-dimensions {
        font-size: 0.625rem;
        padding: 0.125rem 0.375rem;
    }

    /* Small mobile auto-move slider styles */
    .banner-carousel-swiper {
        padding: 0.5rem 0;
    }

    .auto-move-progress {
        height: 2px;
    }
}

/* Auto-move slider loading animation */
.swiper-slide-active .carousel-card {
    animation: slideInActive 0.6s ease-out;
}

@keyframes slideInActive {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Enhanced hover effects for auto-move slider */
.carousel-card:hover .carousel-overlay {
    transform: translateY(0);
}

.carousel-card:hover .auto-move-progress {
    background: linear-gradient(90deg, #00d4ff, #007bff);
}

/* Footer Section Styles */
.footer-section {
    background: #191203;
    color: white;
    padding: 60px 0 20px 0;
}

/* .footer-left {
            padding-right: 30px;
        } */

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.footer-logo img {
    width: 226px;
    height: 138px;
    /* object-fit: cover; */
}

.social-media {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo-container {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.estd-text,
.year-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.8rem;
    font-weight: 600;
    color: #d4a574;
    margin: 0 5px;
}

.building-icon {
    font-size: 2.5rem;
    color: #d4a574;
    margin: 0 10px;
}

.company-name h3 {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}

.company-name p {
    color: #d4a574;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
}

.company-description {
    margin-bottom: 25px;
}

.company-description p {
    color: #cccccc;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.social-media h4 {
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #d4a574;
    color: white;
    transform: translateY(-2px);
}

.social-icon i {
    font-size: 1.1rem;
}

.footer-right {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.footer-navigation {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #d4a574;
    text-decoration: none;
}

.footer-bottom {
    border-top: 2px dotted #404040;
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
}

.footer-bottom p {
    color: #999999;
    font-size: 0.9rem;
    margin: 0;
    font-size: 17px;
}

@media (max-width: 768px) {
    .play-icon-overlay img {
        width: 30px !important;
        height: 30px !important;
        border-radius: 0% !important;
    }

    .social-media {
        display: flex;
        gap: 20px;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .footer-navigation {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .nav-link {
        display: block;
        padding: .5rem 0rem;
    }

    .footer-right {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        flex-direction: row-reverse;
    }

    .social-media {
        display: flex;
        gap: 20px;
        flex-direction: column;
        width: 100%;
    }


    .experience-section {
        padding: 40px 0;
    }

    .content-box,
    .image-box {
        margin-bottom: 30px;
    }

    .experience-years {
        font-size: 3rem;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.4;
    }

    .certification-icons {
        justify-content: center;
        margin-top: 20px;
        gap: 15px;
    }

    .icon-item {
        padding: 10px 15px;
    }

    .client-count {
        text-align: center;
        margin-bottom: 20px;
    }

    .client-count .count-number {
        font-size: 3.5rem;
    }

    .hero-content {
        padding: 40px 30px;
        margin: 0 15px;
    }

    .hero-main {
        min-height: 600px;
    }

    .hero-overlay {
        min-height: 400px;
        padding: 50px 0;
    }

    .feature-boxes-overlay {
        padding: 40px 0;
    }

    .feature-box {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    .feature-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    /* .hero-title {
                font-size: 1.8rem;
                line-height: 1.4;
            } */

    .client-count .count-text {
        color: #ffffff;
        margin: 5px 0 0 0;
        font-size: 25px;
        font-weight: 400;
        letter-spacing: 0.3px;
    }

    .client-count .count-number {
        font-size: 3.5rem;
    }

    .cert-icon {
        width: 65px;
        height: 65px;
    }

    .certification-swiper {
        padding: 0 5px;
    }

    .icon-item span {
        font-size: 0.75rem;
    }

    .hero-content {
        padding: 30px 20px;
        margin: 0 10px;
    }

    .hero-overlay {
        min-height: 350px;
        padding: 40px 0;
    }

    .feature-box {
        padding: 20px 15px;
    }

    .feature-title {
        font-size: 1.5rem;
    }

    .feature-description {
        font-size: 1.2rem;
    }

    .feature-boxes-overlay {
        padding: 30px 0;
    }
}

/* Auto-move indicator */
.auto-move-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 16px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    z-index: 5;
    animation: fadeInUp 0.8s ease-out 1.2s both;
}

.slide-counter {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.current-slide {
    color: #00d4ff;
    font-weight: 700;
}

.slide-separator {
    color: rgba(255, 255, 255, 0.6);
}

.total-slides {
    color: rgba(255, 255, 255, 0.8);
}

.auto-play-status {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #00d4ff;
    font-size: 0.8rem;
    font-weight: 500;
}

.auto-play-status i {
    font-size: 1rem;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}


/* Responsive Design */
@media (max-width: 991.98px) {
    .col-md-6.d-lg-none.text-right {
        float: right;
        position: absolute;
        left: 75%;
    }

    .col-lg-3.col-md-6.text-right {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .header-navigation {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .project-section-sec h2 {
        font-size: 45px;
        font-weight: bold !important;
        padding: 40px 0px 0px 0px;
    }

    .slider-rewidths .col-lg-7 {
        padding: 0px !important;
    }

    .carousel-nav {
        display: flex !important;
        justify-content: center !important;
    }

    h1#banner-title {
        font-size: 45px;
    }

    font-size .experience-heading {
        font-size: 3rem;
    }

    .header-logo .company-name h3 {
        font-size: 1rem;
    }

    .header-logo .company-name p {
        font-size: 0.7rem;
    }

    .contact-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .mobile-menu-content {
        padding: 15px;
    }

    .mobile-logo .company-name h3 {
        font-size: 0.9rem;
    }

    .mobile-nav-link {
        font-size: 1.1rem;
        padding: 12px 0;
    }
}

/* about page */
.experience-heading-about-text {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.about-section-text {
    display: flex;
    background: #F5F4F0;
    padding: 35px 50px;
    border-radius: 40px;
    width: 100%;
    color: #3D3B3B;
    margin-bottom: -10%;
    z-index: 999;
    width: 70%;
}

.experience-heading-about {
    background: url('../images/about-section/aboutbg.png') no-repeat center center !important;
    background-size: cover !important;
    /* background-color: #ff0000 !important;  */
    /* padding: 80px 0 !important; */
    position: relative !important;
    min-height: 500px !important;
    color: #fff !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
    font-size: inherit !important;
}

.about-section-2 {
    background: url('../images/about-section/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus1.png') no-repeat center center !important;
    background-size: cover !important;
    background-color: #b9b8b56b !important;
    /* background-color: #ff0000 !important;  */
    /* padding: 80px 0 !important; */
    position: relative !important;
    /* min-height: 700px !important; */
    color: #fff !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
    font-size: inherit !important;
}

.experience-heading-about h1 {
    font-size: 55px;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 75px;
}

.experience-heading-about-text h1 span {
    background-color: #7D5326;
    font-family: 'Antonio', 'Source Sans 3', sans-serif !important;
    border-radius: 8px;

}

.experience-heading-about-text p {
    font-size: 20px;
}

/* Additional styling for about page */
.experience-heading-about-text h1 .bg-color {
    background-color: #7D5326 !important;
    color: #fff !important;
    padding: 0px 10px 7px !important;
    border-radius: 20px !important;
    font-family: 'Antonio', 'Source Sans 3', sans-serif !important;
    display: inline-block !important;
    margin: 0 5px !important;
}

.about-section-2 h2 {
    font-family: 'Antonio', sans-serif !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    color: #3d3b3b !important;
    text-align: center !important;
    padding: 80px 0 40px 0 !important;
    margin: 0 !important;
}

/* Responsive design for about page */
@media (max-width: 768px) {
    .experience-heading-about-text h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .experience-heading-about-text p {
        font-size: 16px !important;
    }

    .about-section-2 h2 {
        font-size: 35px !important;
        padding: 60px 0 30px 0 !important;
    }
}

/* Core Values Section Styling */
.core-values-section {
    padding: 150px 0;
}

.line-left {
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
}

.line-left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #7D5326;
    border-radius: 2px;
}

.col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}

.value-item {
    /* text-align: center; */
    position: relative;
    height: 100%;
}

.value-number {
    font-size: 48px;
    font-weight: 700;
    color: #7D5326;
    font-family: 'Antonio', sans-serif;
    margin-bottom: 15px;
    line-height: 1;
}

.value-title {
    font-size: 24px;
    font-weight: 700;
    color: #3d3b3b;
    font-family: 'Antonio', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.value-separator {
    width: 2px;
    height: 60px;
    background-color: #7D5326;
    margin: 0 auto 20px auto;
}

.value-description {
    font-size: 16px;
    line-height: 1.6;
    color: #3d3b3b;
    font-family: 'Source Sans 3', sans-serif;
    /* max-width: 200px; */
    /* margin: 0 auto; */
}

.col-md-6.first-row {
    display: flex;
    justify-content: center;
}

/* Responsive for core values */
@media (max-width: 991px) {
    .col-md-2-4 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .col-md-2-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .value-number {
        font-size: 36px;
    }

    .value-title {
        font-size: 20px;
    }

    .value-description {
        font-size: 14px;
        max-width: 100%;
    }
}

/* Services Slider Section */
.services-slider-section {
    padding: 80px 0;
    background: #e3e2de;
    height: 900px;
}

.services-title {
    font-family: 'Antonio', sans-serif !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    color: #7D5326 !important;
    margin-bottom: 50px !important;
    text-align: left !important;
}

.services-slider-container {
    position: relative;
    /* padding: 0 60px; */
}

.services-swiper {
    overflow: hidden;
}

.service-card {
    background: transparent !important;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    height: 500px;
    position: relative;
    border: 3px solid transparent;
}

/* Active/Selected Service Card */
.service-card.swiper-slide-active {
    height: 550px;
    /* border: 3px solid #9D652A; */
    transform: scale(1.05);
    z-index: 10;
    background-color: transparent !important;
    position: relative;
    /* box-shadow: 0 15px 40px rgba(157, 101, 42, 0.3); */
    margin: 20px 0px;
    border-radius: 30px;
}

.service-card.swiper-slide-active::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    /* background: linear-gradient(45deg, #9D652A, #7D5326); */
    border-radius: 30px !important;
    z-index: -1;
    opacity: 1;
    animation: activeGlow 2s ease-in-out infinite alternate;
}

@keyframes activeGlow {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1.02);
    }
}

/* Ensure middle card is always active by default */
.service-card:nth-child(2) {
    border: 3px solid #9D652A;
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 15px 40px rgba(157, 101, 42, 0.3);
}

.service-card:nth-child(2)::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, #9D652A, #7D5326);
    border-radius: 15px;
    z-index: -1;
    opacity: 1;
    animation: activeGlow 2s ease-in-out infinite alternate;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card.swiper-slide-active:hover {
    transform: translateY(-5px);
}

.service-image {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 30px;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 25px;
    /* background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); */
    color: white;
}

.service-content h3 {
    font-family: 'Antonio', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
}

.service-content p {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 18px !important;
    color: #fff !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    opacity: 0.9;
}

/* Enhanced active card content styling */
.service-card.swiper-slide-active .service-content {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding: 50px 30px;
}

.service-card.swiper-slide-active .service-content h3 {
    font-size: 32px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.service-card.swiper-slide-active .service-content p {
    font-size: 20px !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Middle card specific styling */
.service-card:nth-child(2) .service-content {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding: 50px 30px;
}

.service-card:nth-child(2) .service-content h3 {
    font-size: 32px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.service-card:nth-child(2) .service-content p {
    font-size: 20px !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Services Navigation */
.services-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.services-nav-btn {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-nav-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

/* Responsive for services slider */
@media (max-width: 768px) {
    .service-card.swiper-slide-active {
        height: 500px !important;
    }

    .services-title {
        font-size: 35px !important;
        text-align: center !important;
    }

    .services-slider-container {
        padding: 0 40px;
    }

    .service-card {
        height: 350px;
    }

    /*     
    .service-image {
        height: 200px;
    } */

    .service-content h3 {
        font-size: 20px !important;
    }

    .service-content p {
        font-size: 14px !important;
    }

    /* Mobile active card styling */
    .service-card.swiper-slide-active .service-content h3 {
        font-size: 24px !important;
    }

    .service-card.swiper-slide-active .service-content p {
        font-size: 16px !important;
    }

    .service-card:nth-child(2) .service-content h3 {
        font-size: 24px !important;
    }

    .service-card:nth-child(2) .service-content p {
        font-size: 16px !important;
    }
}

.experience-heading .container {
    position: relative;
    z-index: 2;
    /* Ensure content is above the overlay */
}

.experience-heading h1 {
    font-family: 'Antonio', sans-serif !important;
    font-weight: 700 !important;
    font-size: 50px !important;
    margin-bottom: 30px !important;
    color: #3d3b3b !important;
    line-height: 1.2 !important;
}

.experience-heading p {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    color: #000 !important;
    max-width: 800px !important;
    margin-bottom: 0 !important;
}

/* Responsive Design for About Page */
@media (max-width: 768px) {
    .experience-heading h1 {
        font-size: 2.5rem !important;
    }

    .experience-heading p {
        font-size: 1rem !important;
    }
}



/* Responsive Design */
@media (max-width: 768px) {
    .contact-form-card {
        flex-direction: column;
        min-height: auto;
    }

    .contact-info-section,
    .contact-form-section {
        padding: 15px 25px;
    }

    .contact-title {
        font-size: 2rem;
    }

    .form-title {
        font-size: 1.5rem;
    }

    .project-type-options {
        grid-template-columns: 1fr;
    }

    .contact-hero-section {
        padding: 60px 0;
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .contact-container {
        padding: 0 15px;
    }

    .contact-info-section,
    .contact-form-section {
        padding: 25px 20px;
    }

    .contact-title {
        font-size: 1.8rem;
    }

    .form-title {
        font-size: 1.3rem;
    }
}

.certification-slider-container {
    width: 100%;
    overflow: hidden;
}

.certification-swiper {
    width: 100%;
    height: auto;
}

.certification-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.certification-icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.certification-slider-container {
    margin-top: 20px;
}

.certification-swiper {
    padding: 0 10px;
}

.icon-item {
    padding: 10px 15px;
}

.project-image {
    min-height: 406px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left center;
    z-index: 1;
}

.project-image img {
    min-height: 406px;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    height: 100%;
    transform-origin: left center;
    z-index: 1;
}

.project-box:hover .project-image {
    transform: scale(1.1) !important;
    z-index: 5;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); */
}

.project-box:hover .project-image img {
    transform: scale(1.05) !important;
    object-fit: cover;
    transform-origin: center center;
    transform-origin: left center;
    z-index: 5;
}

/* View Project overlay - hidden by default */
.view-project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
    border-radius: 15px;
}

.view-project-content {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.view-project-text {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Antonio', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    order: 1;
}

.view-project-icon {
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto;
    order: 2;
}

.view-project-icon img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
}

/* Direct targeting for img with view-project-icon class */
img.view-project-icon {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
}

/* More specific override for view-project-icon inside project-image */
.project-image .view-project-icon,
.project-image img.view-project-icon {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
}

/* Show View Project on hover */
.project-box:hover .view-project-overlay {
    opacity: 1;
}

/* Move original title up on hover */
.project-box:hover .project-overlay .project-title {
    transform: translateY(-20px);
    opacity: 0.8;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80vw;
        margin: 1.75rem auto;
    }
}

/* Responsive hover effects for project cards */
@media (max-width: 768px) {
    .project-box:hover .project-image {
        transform: scale(1.05) !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    .project-box:hover .project-image img {
        transform: scale(1.02) !important;
    }

    .project-image {
        min-height: 300px;
    }

    .project-image img {
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .project-box:hover .project-image {
        transform: scale(1.03) !important;
        /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
    }

    .project-box:hover .project-image img {
        transform: scale(1.01) !important;
    }

    .project-image {
        min-height: 250px;
    }

    .project-image img {
        min-height: 406px;
    }
}