.about-main {
    padding: 180px 0 120px;
    background-image: url(../img/banner-top-bg.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
}

.about-banner-hd {
    padding-top: 45px;
}

.about-banner-hd h1 {
    font-family: "Poltawski Nowy";
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    /* 124.528% */
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-banner-hd p {
    color: #FFF;
    font-family: "Poltawski Nowy";
    font-size: 41px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    /* 95.122% */
}

/* Video Container Styles */
.about-banner-video {
    padding-top: 65px;
}

.about-video-container {
    position: relative;
    width: 100%;
    max-width: 1430px;
       overflow: clip;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    aspect-ratio: 1.78;
    margin: 40px auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Video Poster Overlay */
.video-poster-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.video-poster-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.poster-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.play-overlay {
    position: absolute;
  top: 400px;
    left: 707px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1px;
}

.play-button-large {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
}

.play-button-large:hover {
    transform: scale(1.1);
    opacity: 1;
}

.play-button-large svg {
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

/* Video Player */
.about-video-container {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #000;
}

/* head details image style */
.img-head {
    max-width: 150px;
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: #D9D9D9;
    padding: 7px 7px;
}

.img-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-head-outer {
    display: flex;
    padding: 33px 0 0 65px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 4;
    position: relative;
}

.modal-dialog .modal-body.modal-bg {
    padding: 0 0 !important;
}
.about-video-container {
    display: flex;
}
@media (max-width: 992px) {
.img-head-outer {
    display: flex;
    padding: 33px 0 0 0;
    flex-direction: column;
}

.team-slider .slick-slide {
    height: auto;
    /* width: 377px !important; */
}
.outer-sec {
    padding-left: 0;
    padding-top: 15px;
}
.team-row.d-flex {
        flex-direction: column;
}
.sup-details {
    text-align: center;
    margin-top: 8px;
}
.team-row .d-flex {
    display: flex !important;
    flex-direction: column;
}
.whatsapp-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.modal-body.request-quote-modal {
    padding: 0 15px 15px !important;
}

}
.branch-details-main {
    background-color: #000000;
    position: relative;
    border-radius: 37px 37px 0 0
}
#branch-head {
    padding-right: 0 !important;
}
.logo-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    text-align: right;
    z-index: 1;
}

.logo-rgt {
    aspect-ratio: 0.94;
    max-width: 73px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 28px;
    top: 35px;
}

.logo-rgt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.outer-sec h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 25px;
    font-family: 'Poppins';
}

.outer-sec p {
    color: #ffffff;
        margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Poppins';
}
.branch-team-list {
    padding: 0 45px 45px 45px;
    border-radius: 36px !important;
}
.network-meet-team .modal-content {
    border-radius: 39px;
}
.outer-sec {
    padding-left: 25px;
}
.team-row.d-flex {
    background-color: #F5F5F5;
    padding: 29px 49px;
     border-radius: 16px 16px 0 0;
}
.team-row.d-flex.align-items-center.justify-content-between.bg-off-white {
    padding: 29px 60px;
}
.bg-off-white {
    background-color: #FBFBFB !important;
}

.sales-head-img {
    width: 78px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-right: 16px;
        background-color: #D9D9D9;
    padding: 3px;
    border-radius: 50%;
}

.sales-head-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales-supervisor-img {
    width: 55px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-right: 16px;
         background-color: #D9D9D9;
    padding: 3px;
    border-radius: 50%;
}

.sales-supervisor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Quote form styling to match reference */
.modal-dialog.quote-modal {
    max-width: 978px;
    width: 100%
}

.quote-modal .modal-content {
    border-radius: 20px;
    padding: 28px 30px
}

.quote-modal h3 {
    font-size: 28px;
    margin-bottom: 0;
    text-align: center
}

.q-label {
       font-weight: 400;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    font-family: 'Poppins';
}

.q-req {
    color: #d94b4b;
    margin-left: 6px
}

.q-input {
    width: 100%;
    padding: 14px 18px;
    border-radius: 28px;
    border: 1px solid #e6efef;
    background: #F4F6F6;
}

.q-textarea {
    max-height: 95px;
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #e6efef;
    background: #F4F6F6;
}
.input-group span.country {
    border: 1px solid #e6efef;
    background: #F4F6F6;
        padding-right: 3px;
}
.bottom-arrow {
    text-align: center;
    margin: 0 auto;
    padding: 0 6px;
}
.country img {
    padding-right: 9px;
}
.input-group input.form-control.phone-number {
    padding: 14px 18px;
    border-radius: 28px;
    border: 1px solid #e6efef;
    background: #F4F6F6;
}
.upload-area {
    border: 2px dashed #e0e6e6;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    background: #F4F6F6;
    height: 84px;
}
.text-upload {
    font-size: 12px;
    color: #9D9D9D;
    font-weight: 400;
    font-family: 'Poppins';
}
.upload-text {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #017479;
}
input:focus-visible {
    outline: none !important;
}
.phone-input {
    display: flex;
    align-items: center;
    gap: 10px
}

.flag-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0f8b80;
    color: #fff
}

.submit-quote {
    background: #0f8b80;
    color: #fff;
    border-radius: 30px;
    padding: 7px 26px;
    border: 0;
    width: 100%;
    max-width: 179px;
}
textarea:focus-visible {
    outline: none !important;
}
.arrow-down {
  width: 0; 
  height: 0; 
 border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 22px solid #000000;
    position: relative;
    top: 20px;
    left: 14%;
}
span.icon.bg-icon-yellow {
    background-color: #000000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
}
span.icon.bg-icon-yellow img {
    margin: 0 auto;
}
.whatsapp-left {
    display: flex;
}
.whatsapp-left.text-end a {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    padding-left: 5px;
}
/* Responsive fallbacks */
@media (max-width:1024px) {
    .modal-dialog.quote-modal {
        width: 95%;
        max-width: 95%
    }
    .know-kanzo-section .col-lg-6.mb-4.mb-lg-0 {
    padding-left: 0;
    padding-right: 0;
}
.know-kanzo-section .col-lg-6 {
    padding-left: 50px;
}
}

@media (max-width:576px) {
    .modal-dialog.quote-modal {
        width: 95%;
        max-width: 95%
    }
}

.upload-area input {
    position: relative;
    top: -63px;
    height: 65px;
    opacity: 0;
    width: 100%;
}
.top-sec.text-center {
    position: relative;
    top: -70px;
    margin-top: 0;
}
.logo-top {
    padding: 10px 10px;
}
.modal-content.request-modal-content .modal-header.border-0.pb-0 {
    padding-right: 0;
}
.modal-body.request-quote-modal {
    padding: 0 77px 77px;
}
.modal-content.request-modal-content {
    padding: 0 30px;
    background-color: #FFFFFF;
}
.logo-top img {
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 100%;
    vertical-align: middle;
    /* width: 20px; */
}
.modal-dialog.modal-dialog-centered.quote-modal {
    margin-top: 55px;
}

/* phone-contry style */
span.country {
    background-color: #F0F0F0;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-right: 13px;
    padding-left: 13px;
}

/* Center Video Controls */
.about-video-container .center-video-controls,
.about-full-video .center-video-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.about-video-container .center-control-btn.control-btn,
.about-full-video .center-control-btn.control-btn {
    background-color: #00000040;
}

.about-video-container .play-overlay,
.about-full-video .play-overlay {
    opacity: 0;
}

.about-video-container:hover .center-video-controls,
.about-full-video:hover .center-video-controls {
    opacity: 1;
    pointer-events: auto;
}

.full-video-container:hover .video-controls {
    position: relative;
    top: -80px;
}

/* .about-video-container .center-play-btn {
    opacity: 0;
} */
/* .about-video-container.center-video-controls.show {
    opacity: 1;
    pointer-events: auto;
} */

.about-video-container .center-control-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-video-container .center-control-btn:hover {
    transform: scale(1.1);
}

.about-video-container .center-control-btn:active {
    transform: scale(0.95);
}

/* 
.center-control-btn svg {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
} */

.about-video-container .center-play-pause {
    margin: 0 10px;
}

.about-video-container .center-control-btn.center-play-pause circle {
    fill: #00000040;
}

/* About Section Styles */
.about-section {
    padding: 120px 0 180px;
    background-color: #ffffff;
    background-image: url(../img/about-bg-logo.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 18% bottom;
}

/* Logo and Introduction */
.about-intro {
    max-width: 1108px;
    margin: 0 auto 60px;
}

.about-logo-badge {
    margin-bottom: 30px;
}

.kanzo-emblem {
    width: 170px;
}

.about-intro-text {
    color: #000;
    text-align: center;
    font-family: Playfair;
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
}

/* Statistics Section */
.about-statistics {
    margin-bottom: 80px;
    padding: 0 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.stat-box {
    text-align: center;
    margin: 20px 0 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-right: 1px solid #DEDEDE;
}

.about-statistics .col-lg-4.col-md-4.col-12:last-child .stat-box {
    border-right: 0;
}

.line {
    width: 1px;
    height: 101.5px;
    background-color: #DEDEDE;
}

.stat-value {
    color: #000;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
}

.stat-description {
    color: #000;
    font-family: Playfair;
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
}
.about-network .saudi-map-container {
        margin: inherit;
        max-width: 769px;
}
/* To Know KANZO Section */
.know-kanzo-section {
    padding-top: 20px;
}
.contact-form-section .form-box form .form-all .form-control {
    background: url(../img/arrow-down.png) no-repeat right 10px center;
    background-size: contain; 
}
.kanzo-label {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poltawski Nowy";
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    /* 133.333% */
}

.kanzo-title {
    color: #000;
    font-family: Playfair;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    /* 116% */
}

.kanzo-description {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
.know-kanzo-section .col-lg-6.mb-4.mb-lg-0 {
    padding-left: 0;
    padding-right: 20px;
}
.know-kanzo-section .col-lg-6 {
    padding-left: 85px;
}
/* Full Width Video Section */
.about-full-video {
    width: 100%;
    margin: 0;
    padding: 0;
}

.full-video-container {
    position: relative;
    width: 100%;
    height: 776px;
    overflow: hidden;
}

.full-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#fullForwardBtn,
#fullBackwardBtn,
#forwardBtn,
#backwardBtn {
    background-color: #0000004a;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    border: none;
}

.full-video-container #fullCenterPlayPause {
    border: none;
    background-color: inherit;
}

.full-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 5;
}

.full-video-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.full-video-play-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease;
}

.full-video-play-btn:hover {
    transform: scale(1.05);
}

.play-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C5962F 0%, #E7C562 40%, #F7DD7B 50%, #EFD271 70%, #E3C05D 80%, #DEB853 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-text {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 8px 30px rgba(231, 197, 98, 0.4);
    }

    50% {
        box-shadow: 0 8px 40px rgba(231, 197, 98, 0.6);
    }
}

/* Responsive Design */


@media (max-width: 992px) {

    .about-banner-hd h1 {
        font-size: 44px;
    }

    .about-banner-hd p {
        font-size: 38px;
    }

    .about-intro-text {
        font-size: 45px;
        /* line-height: 40px; */
    }

    .stat-value {
        font-size: 40px;
    }

    .stat-description {
        font-size: 24px;
    }

    .kanzo-label {
        margin-bottom: 0;
                text-align: left;
    }

    .kanzo-title {
        font-size: 38px;
    }


    .product-badge-img {
        width: 100%;
        max-width: 170px;
    }


    .about-section {
        padding: 60px 0;
    }

.know-kanzo-section .col-lg-6 {
    padding-left: 0;
}
.kanzo-description {
        padding-left: 15px;
        line-height: 31px;
    }
.know-kanzo-section .col-lg-6.mb-4.mb-lg-0 {
    padding-left: 0;
    padding-right: 0;
}
}

@media (max-width: 768px) {
    .main-video-container {
        margin: 30px auto;
        border-radius: 15px;
    }

    .about-banner-video {
        padding-top: 40px;
    }

    .about-intro-text {
        font-size: 32px;
    }

    .stat-box {
               border-right: none;
        margin: 0 0;
        border-bottom: 1px solid #DEDEDE;
        padding: 28px 0 22px;
    }
	.stat-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
        align-items: center;
}
    .stat-value {
        font-size: 36px;
    }

    .stat-description {
        font-size: 20px;
    }

    .know-kanzo-section {
        padding-top: 0;
    }

    .kanzo-title {
        font-size: 36px;
        margin-bottom: 0;
        text-align: left;
    }

    .mb-4 {
        margin-bottom: 0 !important;
    }

    .kanzo-description {
        font-size: 15px;
        text-align: left;
    }

    .poster-image {
        border-radius: 15px;
    }

    .main-video-player {
        border-radius: 15px;
        height: 343px;
    }

    .about-main {
        padding: 80px 0 50px;
		background-position: center;
    	background-size: cover;
    }

    .play-button-large svg {
        width: 60px;
        height: 60px;
    }

    .about-section {
        padding: 50px 0;
                background-size: 70%;
        text-align: center;
        background-position: bottom;
    }

    .about-intro {
        margin-bottom: 40px;
    }


.innovation-section {
	background-position: right;
	}
    .about-statistics {
        margin-bottom: 50px;
             padding: 0 0;
        border-top: 1px solid #DEDEDE;
    }









    /* Full Video Section Responsive */
    .full-video-container {
        height: 400px !important;
    }

    .play-circle {
        width: 100px;
        height: 100px;
    }

    .play-text {
        font-size: 14px;
    }
}

@media (max-width:580px) {
    .about-banner-hd {
        text-align: left !important;
    }

    .about-banner-hd h1 {
        font-size: 36px;
        line-height: 47px;
    }

    .about-banner-hd p {
        font-size: 28px;
    }

    .kanzo-title {
        font-size: 33px;
    }

    .about-banner-video {
        padding-top: 20px;
    }

    .about-intro-text {
        font-size: 28px;
        line-height: 40px;
        text-align: left;

    }

    .stat-box {
        border-right: none;
        margin: 0 0;
    }

    .stat-value {
        font-size: 43px;
    }

    .kanzo-label {
        line-height: 22px;
    }
.modal-body.request-quote-modal {
        padding: 0 5px 15px !important;
    }
    .modal-content.request-modal-content {
    padding: 0 15px;
    }
    

}



@media (max-width: 480px) {
    .main-video-container {
        margin: 20px auto;
        border-radius: 10px;
    }
    
    .poster-image {
        border-radius: 10px;
    }

    .main-video-player {
        border-radius: 10px;
    }

    .play-button-large svg {
        width: 50px;
        height: 50px;
    }

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

    /* .kanzo-emblem {
        width: 90px;
    } */


    .about-statistics {
        margin-bottom: 40px;
    }

    /* .stat-box {
        display: block;
    }
    .stat-content {
        display: flex;
    
    } */
    .stat-value {
        font-size: 28px;
    }

    .stat-description {
        font-size: 16px;
    }



    /* Full Video Section Mobile */
    .full-video-container {
        height: 300px !important;
    }

    .play-circle {
        width: 80px;
        height: 80px;
    }

    .play-text {
        font-size: 12px;
    }
}

/* Who We Are Section */
.who-we-are {
    padding: 150px 0;
    background: #ffffff;
}

.who-we-are-image-wrapper {
    position: relative;
    width: 100%;
}

.who-we-are-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    max-width: 574px;
    z-index: 1;
    position: relative;
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 40px;
    border-radius: 15px;
    background: linear-gradient(180deg, #000 0%, #433939 100%);
    padding: 25px 45px 30px;
    border-radius: 8px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
    text-align: center;
    z-index: 10;
    max-width: 276px;

}

.experience-number {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poltawski Nowy";
    font-size: 93px;
    font-style: italic;
    font-weight: 700;
    line-height: 103px;
    text-align: left;
}

.experience-text {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poltawski Nowy";
    font-size: 33px;
    font-style: italic;
    font-weight: 700;
    text-align: left;
}

.who-we-are .kanzo-watermark {
    position: absolute;
    top: 81px;
    right: 67px;
    z-index: 0;
    user-select: none;
    width: 113px;
    height: 618px;
    border-radius: 10px;
    background: rgba(217, 217, 217, 0.19);
    opacity: 1;
}

.who-we-are-content {
    padding-left: 70px;
    padding-top: 20px;
}

.content-block {
    margin-bottom: 35px;
}

.content-heading {
    color: #000;
    font-family: "Poltawski Nowy";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
}

.content-text {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 30px;
}

.who-we-are-text {
    padding-top: 20px;
        max-width: 360px;
    width: 100%;
}


@media(max-width:1199px) {
    .who-we-are-image {
        margin: 0 auto;
    }
    .who-we-are-text {
    max-width: 330px;
    width: 100%;
    }

.experience-badge {
        right: -39px !important;
            max-width: 236px;
            padding: 25px 15px 30px;
    }
    .who-we-are-text {
        max-width: 280px;
    }

    .who-we-are-content {
        padding-top: 30px;
    }
   
     .experience-number { 
        font-size: 81px;
    }
    

}

@media (max-width: 992px) {
    .who-we-are {
        padding: 60px 0;
    }

    .who-we-are-text {
        padding-left: 60px;
    }

    .who-we-are-content {
        padding-left: 0;
    }

.who-we-are-text {
        max-width: 450px;
    }
.experience-badge {
        right: -11px !important;
        max-width: 316px;
        padding: 25px 45px 30px;
    }
    .experience-number {
        font-size: 60px;
    }

    .experience-text {
        font-size: 28px;
    }


    .kanzo-watermark {
        font-size: 80px;
        bottom: 20px;
        left: 20px;
    }

    .content-heading {
        font-size: 25px;
    }

}

/* Who We Are Responsive - Mobile */
@media (max-width: 768px) {
    .who-we-are {
        padding: 50px 0;
    }

    .who-we-are-text {
        max-width: 275px;
        padding-left: 0;
    }

    .experience-badge {
        right: 10px !important;
    }

    .experience-number {
        font-size: 38px;
    }

    .experience-text {
        font-size: 22px;
    }

    .kanzo-watermark {
        font-size: 60px;
        bottom: 15px;
        left: 15px;
    }



}

@media (max-width: 580px) {
    .content-heading {
        font-size: 22px;
        line-height: 40px;
    }
    .about-network .network-legend span {
    font-size: 16px;
    }
    .network-legend { 
        flex-direction: column;

    }
    .about-network .network-legend div {
    padding-bottom: 5px;
}
.about-network .network-legend div {
    padding-bottom: 5px;
}

    .content-text {
        font-size: 16px;
    }

    .experience-number {
                font-size: 93px;
        line-height: normal;
    }

    .experience-text {
       font-size: 33px;
    }
.who-we-are-text {
        opacity: 0;
    }
    .who-we-are .kanzo-watermark {
        opacity: 0;
    }
    .experience-badge {
        right: 0px !important;
    }
}

@media (max-width: 480px) {
    .who-we-are {
        padding: 40px 0;
    }

    .experience-badge {
        right: 10px;
        bottom: 15px;
        padding: 15px 25px;
    }




    .kanzo-watermark {
        font-size: 50px;
        letter-spacing: 4px;
    }





    .content-block {
        margin-bottom: 30px;
    }
}

@media(max-width:410px) {
    .who-we-are-text {
        max-width: 200px;
    }
}

@media(max-width:340px) {
    .who-we-are-text {
        max-width: 150px;
    }
}

/* Story Behind the Logo Section */
.story-behind {
    padding: 150px 0 200px;
    color: #ffffff;
    background-image: url(../img/product-cat-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.story-logo-wrapper {
    text-align: center;
    /* position: sticky;
    top: 120px; */
}

.kanzo-logo-large {
    margin-bottom: 30px;
}

.logo-image {
    width: 390px;
    height: auto;
}

.kanzo-brand-name {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 8px;
    background: linear-gradient(135deg, #C5962F 0%, #E7C562 40%, #F7DD7B 50%, #EFD271 70%, #E3C05D 80%, #DEB853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    line-height: 1;
}

.kanzo-tagline {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

.story-content {
    margin-bottom: 20px;
}

.story-label {
    font-family: "Poltawski Nowy";
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    line-height: 28px;

    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.story-title {
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.2;
}

.story-description {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #FFFFFF;
}

/* Product Story Cards */
.product-story-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 68px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-cards-slider .slick-track {
    display: flex;
}

.product-cards-slider .slick-slide {
    height: inherit;
    /* display: flex; */
}
.product-logo-badge {
    width: 218px;
    margin: 0 auto 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-badge-img {
    width: 100%;
    height: auto;
}

.product-card-title {
    color: #007478;
    font-family: "Inter Tight";
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-card-title.red {
    color: #d32f2f;
}

.product-card-title.blue {
    color: #2196f3;
}

.product-story-card {
    margin: 0 8px;
}

.product-card-description {
    color: #3C3C3C;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
  margin-bottom: 25px;
    max-height: 8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
    width: 90%;
}

.view-products-btn {
    background: #EFEFEF;
    border: none;
    border-radius: 28px;
    padding: 5px 8px 5px 26px;
    color: #000;
    font-family: "Inter Tight";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 235.294% */
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    max-width: 285px;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.view-products-btn:hover {
    background: #dfdede;
    color: #000000;
}

.arrow-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C5962F 0%, #E7C562 40%, #F7DD7B 50%, #EFD271 70%, #E3C05D 80%, #DEB853 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Styles */
@media(max-width:1199px) {}

@media (max-width: 992px) {
    .mb-5 {
        margin-bottom: 0 !important;
    }

    .story-behind {
        padding: 80px 0;
    }

    .story-logo-wrapper {
        /* position: relative;
        top: 0; */
        margin-bottom: 50px;
    }



    .kanzo-brand-name {
        font-size: 56px;
    }

    .story-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .story-behind {
        padding: 60px 0;
    }

.slick-slider {
    padding-bottom: 20px;
}

    .kanzo-brand-name {
        font-size: 48px;
        letter-spacing: 6px;
    }

    .story-title {
        font-size: 32px;
    }



    .product-story-card {
        margin-bottom: 20px;
    }
}

@media(max-width:580px) {
    .logo-image {
        width: 200px;
    }

    .story-title {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .story-behind {
        padding: 50px 0;
    }



    .kanzo-brand-name {
        font-size: 40px;
        letter-spacing: 4px;
    }

    .kanzo-tagline {
        font-size: 14px;
    }




    .product-logo-badge {
        width: 180px;
    }

    .product-card-title {
        font-size: 18px;
    }

    .product-card-description {
                font-size: 14px;
        line-height: 25px;
    }

    .view-products-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Story Behind the Success Section */
.story-success {
    padding: 0 0 100px;
    background: #ffffff;
}

.success-content {
    padding-right: 40px;
    position: relative;
    top: 51px;
}

.success-label {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poltawski Nowy";
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    /* 133.333% */
    margin-bottom: 0
}

.success-title {
    color: #000;
    font-family: Playfair;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    /* 116% */
}

.story-span {
    color: #000;
    font-family: Playfair;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    display: block;
    margin-bottom: 44px;
}

.success-description {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    /* 183.333% */
}

.biography-heading {
    color: #000;
    font-family: "Poltawski Nowy";
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 28px;
}

.biography-text {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    /* 183.333% */
    margin-bottom: 20px;
}

.read-more-btn {
    background: #EFEFEF;
    border: none;
    border-radius: 28px;
    padding: 5px 8px 5px 26px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-top: 15px;
    max-width: 221px;
    width: 100%;
    justify-content: space-between;
    line-height: 40px;
}

.read-more-btn:hover {
    background: #dfdede;
    color: #000000;
}

.read-more-btn .arrow-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C5962F 0%, #E7C562 40%, #F7DD7B 50%, #EFD271 70%, #E3C05D 80%, #DEB853 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: -60px;
}

.network-bg {
    background-image: url(../img/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 95px;
    border-radius: 31px;
}

.success-watermark {
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.03);
    letter-spacing: 10px;
    z-index: 1;
    user-select: none;
    white-space: nowrap;
}

.img-logo-top {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    position: relative;
    right: 13%;
}

.founder-image {
    width: 100%;
    max-width: 716px;
    height: auto;
    position: relative;
    z-index: 2;
    top: 20px;
}

.founder-badge {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    padding: 25px 50px;
    text-align: center;
    z-index: 3;
    min-width: 575px;
    border-radius: 0 55px;
    background: #000;
    font-family: "Poltawski Nowy";
    font-size: 52px;
}

.founder-name {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
    line-height: 1.2;
    text-fill-color: transparent;
    font-style: Italic;
}
.product-cards-slider .slick-prev, .product-cards-slider .slick-next {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 25px;
    color: #ffffff;
}
.product-cards-slider .slick-prev .fas, .product-cards-slider .slick-next .fas {
    color: #000000;
    font-size: 16px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C5962F 0%, #E7C562 40%, #F7DD7B 50%, #EFD271 70%, #E3C05D 80%, #DEB853 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-cards-slider .slick-prev:before, .product-cards-slider .slick-next:before {
    opacity: 0;
}   
.product-cards-slider .slick-prev:hover:before,.product-cards-slider .slick-prev:focus:before,.product-cards-slider .slick-next:hover:before,.product-cards-slider .slick-next:focus:before {
    opacity: 0;
}
.product-cards-slider .slick-next.slick-arrow {
    margin-top: 21px;
}

.founder-title {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
         font-family: "Poltawski Nowy";
    font-size: 22px;
    font-style: Italic;
}
.img-logo-top img {
    max-width: 619px;
    aspect-ratio: 4.5;
    width: 100%;
}
@media(max-width:1400px) {
    .success-watermark img {
        max-width: 600px;
        width: auto;
    }

    .founder-image {
        max-width: 610px;
        width: 100%;
    }
}
@media(max-width:1300px) {
.experience-badge {
    right: -57px;
}
}
@media(max-width:1199px) {
    .col-xl-6.mb-5.mb-lg-0 {
        order: 1;
    }

    .success-image-wrapper {
        top: 0;
        margin-bottom: 60px;
    }

    .success-watermark img {
        max-width: 500px;
        width: 100%;
    }


    .founder-image {
        max-width: 410px;
        width: 100%;
    }

    .success-content {
        padding-top: 50px;
        top: unset !important;
    }
}

/* Responsive - Tablet */
@media (max-width: 992px) {


    .success-content {
        padding-right: 0;
    }
.story-success {
    padding: 0 0 50px;
}
    .success-title {
        font-size: 40px;
        line-height: 45px;
    }
    .branches-slider .slick-slide { 
        margin-bottom: 0;
    }

    .story-span {
        font-size: 48px;
        line-height: 40px;
    }

    .biography-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .network-bg {
        padding: 35px 40px;
    }

.img-logo-top {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    right: unset;
}

    .founder-badge {
             min-width: 371px;
        padding: 10px 15px;
        bottom: -67px;
    }

    .founder-name {
        font-size: 22px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {

    /* .img-logo-top {
        right: 0;
    } */
    .img-logo-top img {
        max-width: 80%;
    }

    .success-label {
        font-size: 22px;
    }

    .success-title {
        font-size: 32px;
    }

    .success-description,
    .biography-text {
        font-size: 16px;
    }








    .founder-name {
        font-size: 24px;
    }

    .founder-title {
        font-size: 14px;
    }
}

@media (max-width: 580px) {

    .success-content {
        padding-top: 50px;
    }

    .success-title {
        font-size: 32px;
    }

    .story-span {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .biography-heading {
        font-size: 22px;
        margin-bottom: 0;
    }




}

@media(max-width: 400px) {
    .founder-badge {
        min-width: 90%;
    }

    .founder-name {
        font-size: 18px;
    }

    .founder-title {
        font-size: 13px;
    }
}

/* Our Branches Section */
.our-branches {
    padding: 80px 0;
}

.our-branches .section-label {
    color: #E7C562;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.our-branches .section-title {
    font-family: "Poltawski Nowy", serif;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}

.branches-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.branch-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #EFEFEF;
    padding: 12px;
    margin-bottom: 10px;
}

.branch-image {
    width: 100%;
    /* height: 280px; */
    aspect-ratio: 1.8875;
    overflow: hidden;
    border-radius: 16px;
}

.branch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branches-slider .slick-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* .branch-card:hover .branch-image img {
    transform: scale(1.1);
} */

.branch-info {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), transparent);
    padding: 8px 20px 8px 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 28.5px;
    background: #EFEFEF;
    margin-top: 8px;
}

.branch-name {
    color: #000;
    font-family: "Inter Tight";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 235.294% */
    margin: 0;
}

.branch-link {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Slick Slider Customization for Branches */
.branches-slider.slick-initialized {
    display: block;
}

.branches-slider .slick-slide {
    padding: 0 10px;
}

.branches-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background: rgba(231, 197, 98, 0.2);
    border-radius: 50%;
    z-index: 10;
}

.branches-slider .slick-arrow:before {
    font-size: 24px;
    color: #E7C562;
}

.branches-slider .slick-arrow:hover {
    background: rgba(231, 197, 98, 0.4);
}

.branches-slider .slick-prev {
    left: -60px;
}

.branches-slider .slick-next {
    right: -60px;
}

.branches-slider .slick-dots {
    bottom: -50px;
}

.branches-slider .slick-dots li button:before {
    font-size: 12px;
    color: #E7C562;
    opacity: 0.4;
}

.branches-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #E7C562;
}

.about-network .kanzo-network-info h2 {
    color: #ffffff;
    font-family: Playfair;
    font-size: 51px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
}

.about-network .network-legend {
    color: #ffffff;
}

.location-item {
    color: #ffffff;
}

.about-network .kanzo-network-info p {
    color: #ffffff !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

/* our branches */
.branches-slider .slick-slide {
    /* max-width: 355px !important;
    width: 100% !important; */
    margin-bottom: 30px;
}

.branches-slider .slick-slide:first-child {
    padding-left: 0;
}

.branches-slider .slick-slide:last-child {
    padding-right: 0;
}

.branches-slider .slick-list {
    overflow: visible;
    margin: 0 -10px;
}

/* Responsive Styles */

@media(max-width:1400px) {
    .locations-list {
        padding-top: 20px;
    }
}

@media (max-width: 1200px) {

    .network-legend {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .d-flex.align-items-center.mb-2 {
        margin-bottom: 0 !important;
    }

    .branches-slider:not(.slick-initialized) {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .our-branches {
        padding: 50px 0;
    }
    .company-strengths .modal-dialog {
        padding: 20px 10px;
    }
    .homepageNetwork .kanzo-network-info {
    padding-top: 10px;
}
    .homepageNetwork .locations-list {
        max-height: 420px;
    }
    .locations-list {
        padding-top: 0;
    }
    .our-branches .section-title {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .branches-slider:not(.slick-initialized) {
        grid-template-columns: repeat(2, 1fr);
    }

    /* .branches-slider.slick-initialized .slick-slide {
        max-width: 100% !important;
    } */

    .branches-slider .slick-list {
        overflow: hidden;
        margin: 0;
    }

    .branch-image {
        height: 240px;
    }

    .branches-slider .slick-prev {
        left: -40px;
    }

    .branches-slider .slick-next {
        right: -40px;
    }
}

@media (max-width: 768px) {
    .our-branches {
        padding: 0 0;
    }

    .network-legend {
        padding-top: 10px;
    }

    .our-branches .section-title {
        font-size: 32px;
        margin-bottom: 30px;
        line-height: 52px;
    }

    .branches-slider:not(.slick-initialized) {
        grid-template-columns: 1fr;
    }

    /* .branches-slider.slick-initialized .slick-slide {
        max-width: 100% !important;
    } */

    .branches-slider .slick-list {
        overflow: hidden;
        margin: 0;
    }

    .branch-card {
        max-width: 100%;
    }

    .branch-image {
        height: 220px;
    }

    .branch-name {
        font-size: 16px;
    }

    .branches-slider .slick-arrow {
        display: none !important;
    }

    .branches-slider .slick-dots {
        display: block !important;
        bottom: -17px;
        text-align: center;
    }

    .who-we-are-image {
        aspect-ratio: 4 / 5;
    }

    .story-description {
        margin-bottom: 45px;
    }
}

@media(Max-width:580px) {
    .branch-info {
        padding: 4px 10px 4px 20px;
    }
    .success-watermark {
            max-width: 100%;
    width: 100%;
    }
}

@media (max-width: 480px) {


    .branch-image {
        height: 200px;
    }



    .branch-name {
        font-size: 15px;
    }

    .branch-link svg {
        width: 20px;
        height: 20px;
    }
}

/* Mission & Vision Section */
.mission-vision {
    padding: 150px 0;
    background-color: #ffffff;
}

.mission-content,
.vision-content {
    padding-right: 40px;
    width: 80%;
}

.mission-title,
.vision-title {
    margin-bottom: 20px;
    color: #000;
    font-family: "Poltawski Nowy";
    font-size: 39px;
    font-weight: 700;
    line-height: 58px;
}

.mission-text,
.vision-text {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    /* 206.25% */
}

.mission-vision-image {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
}

.mission-vision-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive Styles for Mission & Vision */
@media(max-width:1199px) {

    .mission-content,
    .vision-content {
        width: 100%;
        padding-right: 0;
        padding-top: 10px;
    }

    .mission-title,
    .vision-title {
        margin-bottom: 0;
    }

    .vision-content,
    .mt-5 {
        margin-top: 0 !important;
    }
}

@media (max-width: 992px) {
    .mission-vision {
        padding: 80px 0;
    }

    .mission-content,
    .vision-content {
        padding-right: 0;
    }

    .mission-title,
    .vision-title {
        font-size: 32px;
    }

    .mission-vision-image {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .mission-vision {
        padding: 40px 0;
    }

    .mission-title,
    .vision-title {
        margin-bottom: 0;
    }

    .mission-text,
    .vision-text {
        margin-bottom: 0;

    }

    .vision-content {
        margin-top: 0 !important;
    }

    .mission-vision-image {
        display: none;
        padding-top: 10px;
    }
}

@media(max-width:580px) {

    .mission-title,
    .vision-title {
        font-size: 25px;
    }


}

@media (max-width: 480px) {
    .mission-vision {
        padding: 50px 0;
    }

    .vision-content {
        margin-top: 30px !important;
    }

}

/* Team Section Styles */
.meet-the-team {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.gray-half-bg {
    position: relative;
    overflow: hidden;
}

.gray-half-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 330px;
    background: #F6F6F6;
    z-index: -1;
    width: 100%;
    height: 1355px;

}

.team-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.team-title {
    color: #000000;
    font-family: Playfair;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    /* 116% */
}

.our-team-sec {
    text-align: left;
}

.team-subtitle {
    max-width: 600px;
    text-align: left;
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    /* 181.25% */
}

/* Team Slider Wrapper */
.team-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
}

/* Team Slider */
.team-slider {
    width: 100%;
}

.team-slide {
    padding: 0 0;
    outline: none;
}

.team-member {
    border-radius: 14px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #EAEAE9 100%);
    margin: 0 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* LinkedIn Icon Styling */
.linked-in {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.linkedin-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    border-radius: 50%;
    color: #000;
    text-decoration: none;

}

.linkedin-icon:hover {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    color: #000;
}

.linkedin-icon svg {
    width: 20px;
    height: 20px;
}

.team-slider-wrapper .slick-track {
    position: relative;
    /* left: 200px; */
}

.team-slider-wrapper .team-slider-next {
    left: 88%;
    top: -90px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #0F0F10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    margin-left: 10px;
}

.team-slider-wrapper .team-slider-prev {
    position: absolute;
    left: 85%;
    top: -90px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #0F0F10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.member-image {
    bottom: 0;
    position: absolute;
    overflow: hidden;
    aspect-ratio: 0.74;
    max-width: 100%;
    width: 100%;
}

.team-slide {
    /* width: 358px; */
    aspect-ratio: 0.78;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info {
    padding: 15px 0 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 13px;
    border: 1px solid #F7DD7B;
    background: rgba(0, 0, 0, 0.68);
    max-width: 330px;
    position: absolute;
    margin: 0 auto 15px;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
}

.member-name {
    color: #2c3e50;
    margin-bottom: 8px;

    background: linear-gradient(291deg, #C5962F 11.25%, #ECCB69 15.94%, #B27F2C 21.42%, #CFA63C 29.24%, #F7DD7B 37.06%, #DEB954 44.88%, #F7DD7B 48.01%, #F7DD7B 51.92%, #F4D876 52.7%, #C5982F 59.74%, #D0A73F 62.87%, #D9B34B 66.78%, #DCB750 70.69%, #E7C461 76.95%, #ECCB69 81.64%, #C2943D 85.55%, #B27F2C 87.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poltawski Nowy";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.member-position {
    margin-bottom: 5px;
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 107.692% */
}

.member-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Custom Navigation Arrows */
.team-slider-prev,
.team-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 2px solid #E7C562;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    color: #E7C562;
}

.team-slider-prev:hover,
.team-slider-next:hover {
    background: linear-gradient(135deg, #C5962F 0%, #E7C562 40%, #F7DD7B 50%, #EFD271 70%, #E3C05D 80%, #DEB853 100%);
    color: #fff;
}

.team-slider-prev {
    left: -30px;
}

.team-slider-next {
    right: -30px;
}

.container-fluid.team-hd {
    padding-left: 11%;
}

/* Slide Counter Styling */
.team-slider-wrapper .slide-counter {
    position: absolute;
    top: -116px;
    right: 288px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000000;
    padding: 8px 16px;
    border-radius: 20px;
    z-index: 15;
    font-family: "Inter Tight";
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    /* 173.913% */
}

.team-slider-wrapper .slide-counter .current-slide {
    color: #000000;
    font-weight: 600;
}

.team-slider-wrapper .slide-counter .divider {
    color: #9D9D9D;
}

.team-slider-wrapper .slide-counter .total-slides {
    color: #9D9D9D;
    font-family: "Inter Tight";
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
}

/* Slick Dots Customization */
.team-slider .slick-dots {
    bottom: -60px;
    text-align: center;
    display: none !important;
}

.team-slider .slick-dots li {
    margin: 0 5px;
    top: -5px;
}

.team-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    font-size: 0;
}

.team-slider .slick-dots li.slick-active button,
.team-slider .slick-dots li:hover button {
    background: #E7C562;
}

.team-slider .slick-dots {
    bottom: -60px;
    text-align: center;
    right: 40%;
}

.team-slider .slick-dots {
    bottom: -60px;
    text-align: center;
    right: 40%;
    background-color: gainsboro;
    width: 100%;
    max-width: 210px;
    border-radius: 15px;
    border-radius: 16px;
    background: #D9D9D9;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .team-slider-prev {
        left: -20px;
    }

    .team-slider-next {
        right: -20px;
    }
}

@media (max-width: 991px) {
    .team-title {
        font-size: 36px;
    }

    .branches-slider.slick-initialized.slick-slider {
        padding-bottom: 0;
    }

    .slide-counter {
        display: none !important;
    }

    .team-slider-prev,
    .team-slider-next {
        display: none !important;
    }
	.cta-paragraph {
		width: 100%;
		line-height: 27px;
	}
    .team-slider-prev,
    .team-slider-next {
        width: 50px;
        height: 50px;
    }

    .team-slider-prev {
        left: -10px;
    }

    .team-slider-next {
        right: -10px;
    }

    .overlay-black {
        padding: 80px 0;
    }

    .cta-hd {
      font-size: 34px;
		        line-height: 39px;
    }
}

@media (max-width: 767px) {
    .meet-the-team {
        padding: 60px 0;
    }

    .team-title {
        font-size: 32px;
        margin-bottom: 0;
    }

    .team-hd {
        padding-left: 15px !important;
    }



    .slide-counter {
        top: -60px;
        right: 10px;
        padding: 6px 12px;
        font-size: 12px;
    }

    .member-info {
        padding: 20px;
    }

    .member-name {
        font-size: 18px;
    }
}

@media(max-width:580px) {
    .team-subtitle {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .team-slider-wrapper .slick-track {
        left: 0;
    }

}

/* Slick Slider Overrides */
.team-slider .slick-list {
    overflow: visible;
}

.team-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.team-slider .slick-slide {
    height: auto;
}

.team-slider .slick-slide>div {
    height: 100%;
}

a.read-more-link.view-all {
    border-radius: 21px;
    border: 1px solid #BCBCBC;
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding: 8px 25px;
}

.view-all-btn {
    display: flex;
    justify-content: flex-end;
    width: 90%;
    /* display: inline-block; */
    max-width: 239px;
    position: absolute;
    bottom: 90px;
    right: 120px;
    /* float: right; */
}

@media(max-width:991px) {
    .view-all-btn {
        bottom:15px;
        right: 0;
    }
    .team-slider-wrapper .team-slider .slick-dots {
        margin-left: 10px;
        }
}

@media(max-width:580px) {
    .view-all-btn {
        text-align: center;
    }
}

/* Video Thumbnails Slider */
.video-thumbnails-slider-wrapper {
    margin-top: 50px;
    position: relative;
}

.video-thumbnails-slider {
    margin: 0 -10px;
}

.video-thumbnail-slide {
    padding: 0 10px;
    cursor: pointer;
    outline: none;
}

.thumbnail-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.thumbnail-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.thumbnail-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.thumbnail-wrapper:hover .thumbnail-play-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.thumbnail-play-overlay svg {
    margin-left: 3px;
}

/* Slick Slider Customization for Thumbnails */
.video-thumbnails-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background: #C9A052;
    border-radius: 50%;
    z-index: 10;
}

.video-thumbnails-slider .slick-arrow:before {
    font-size: 20px;
    opacity: 1;
}

.video-thumbnails-slider .slick-prev {
    left: -20px;
}

.video-thumbnails-slider .slick-next {
    right: -20px;
}

.video-thumbnails-slider .slick-arrow:hover {
    background: #b38d42;
}

.video-thumbnails-slider .slick-dots {
    bottom: -40px;
}

.video-thumbnails-slider .slick-dots li button:before {
    font-size: 12px;
    color: #C9A052;
}

.video-thumbnails-slider .slick-dots li.slick-active button:before {
    color: #C9A052;
}

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.video-modal.active {
    display: block;
}

.video-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 80vh;
    margin: 5vh auto;
    z-index: 10000;
}

.video-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 10001;
    padding: 10px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.video-modal-close:hover {
    transform: rotate(90deg);
}

.video-modal-slider {
    height: 100%;
}

.video-modal-slide {
    height: 80vh;
    outline: none;
}

.video-modal-player-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.video-modal-player {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-modal-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(201, 160, 82, 0.9);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.video-modal-play-button:hover {
    background: rgba(201, 160, 82, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-modal-play-button svg {
    margin-left: 5px;
}

.video-modal-player-wrapper.playing .video-modal-play-button {
    display: none;
}

/* Slick Slider Customization for Modal */
.video-modal-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background: rgba(201, 160, 82, 0.8);
    border-radius: 50%;
    z-index: 10002;
}

.video-modal-slider .slick-arrow:before {
    font-size: 24px;
    opacity: 1;
}

.video-modal-slider .slick-prev {
    left: 20px;
}

.video-modal-slider .slick-next {
    right: 20px;
}

.video-modal-slider .slick-arrow:hover {
    background: rgba(201, 160, 82, 1);
}

.video-modal-slider .slick-dots {
    bottom: 20px;
}

.video-modal-slider .slick-dots li button:before {
    font-size: 14px;
    color: #C9A052;
}

.video-modal-slider .slick-dots li.slick-active button:before {
    color: #C9A052;
}

.video-thumbnails-slider-wrapper .video-thumbnails-slider .slick-arrow {
    display: none !important;
}

.video-thumbnails-slider-wrapper .video-thumbnails-slider .slick-dots {
    display: none !important;
}

.video-section .video-control-btn {
    background-color: #00000040;
    color: #ffffff;
}

.video-section .video-control-btn.play-pause-btn {
    background-color: #00000040;
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .thumbnail-img {
        height: 150px;
    }

    .video-thumbnails-slider .slick-prev {
        left: -10px;
    }

    .video-thumbnails-slider .slick-next {
        right: -10px;
    }

    .video-modal-content {
        width: 95%;
        height: 70vh;
    }

    .video-modal-slide {
        height: 70vh;
    }

    .video-modal-close {
        top: -40px;
        font-size: 32px;
    }

    .video-modal-play-button {
        width: 70px;
        height: 70px;
    }

    .video-modal-play-button svg {
        width: 50px;
        height: 50px;
    }

    .video-modal-slider .slick-prev {
        left: 5px;
    }

    .video-modal-slider .slick-next {
        right: 5px;
    }

    .video-modal-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

/* Prevent body scroll when modal is open */
body.modal-open {
    overflow: hidden;
}