* {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.20px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #602d14;
    margin-bottom: 30px;
}

.c-header {
    padding: 10px 0;
    height: inherit;
    position: relative;
    width: 100%;
    padding-top: 10px;
}

.s-header__menu a {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.s-header__language li a {
    color: #2b2b2b;
}

#holding-logo-image {
    width: inherit;
    height: 60px;
}

.sub-header {
    padding-top: 0;
}

.s-group__logo {
    margin-left: inherit;
}

.headActive.c-header {
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 3px 0;
}

.headActive .sub-header {
    border: none;
}

.headActive .s-header__language li.active a {
    color: #2b2b2b;
}

/* ===========================
   COMPANY CONTENT SECTION
   =========================== */

.company-content-section {
    padding: 80px 0;
    /* background: linear-gradient(135deg, rgba(96, 45, 20, 0.05) 0%, rgba(139, 69, 19, 0.03) 100%); */
    position: relative;
    overflow: hidden;
}

.company-content-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(96, 45, 20, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.company-content-text {
    position: relative;
    z-index: 1;
}

.company-content-text h2 {
    font-size: 33px;
    font-weight: 700;
    color: #077437;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.company-content-text h2 {
    color: #602d14;
}

.company-content-text h3 {
    font-size: 22px;
    font-weight: 500;
    color: #077437;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

.company-content-text h3 {
    color: #8b4513;
}

.company-content-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.company-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 10px 0;
    padding: 30px 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

.highlight-item svg {
    width: 24px;
    height: 24px;
    color: #077437;
    flex-shrink: 0;
}

.highlight-item svg {
    color: #8b4513;
}

.highlight-item:hover {
    transform: translateX(5px);
}

.btn-primary.btn-lg {
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 600;
    background: #077437;
    border: none;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-primary.btn-lg:hover {
    background: #08612e;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(96, 45, 20, 0.2);
}

.btn-primary.btn-lg {
    background: #602d14;
}

.btn-primary.btn-lg:hover {
    background: #8b4513;
}

.company-content-image {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-content-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.company-content-image:hover img {
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 992px) {
    .company-content-section {
        padding: 60px 0;
    }

    .company-content-text h2 {
        font-size: 36px;
    }

    .company-content-text h3 {
        font-size: 18px;
    }

    .company-id-2 .company-highlights {
        grid-template-columns: 1fr;
    }

    .company-content-image {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .company-content-section {
        padding: 40px 0;
    }

    .company-content-text h2 {
        font-size: 28px;
        text-align: center;
    }

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

    .company-content-text p {
        font-size: 14px;
    }

    .company-highlights {
        gap: 15px;
    }

    .highlight-item {}

    .company-content-text {
        text-align: center;
    }
}


.company-content-text h2 {
    color: #602d14;
}



/* ===========================
   NUMBERS STYLE
   =========================== */

.numbers3 {
    padding-bottom: 30px;
}

.numbers3 .numbers3-item {
    border-right: 2px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}

.numbers3 .row .col-3:last-child .numbers3-item {
    border-right: none;
}

.numbers3 .numbers3-item .number-item-image img {
    max-width: 120px;
    width: 100%;
    padding: 40px 0 20px 0;
}

.numbers3 .numbers3-item .number-item-content {
    text-align: center;
}

.numbers3 .numbers3-item .number-item-content h2 {
    font-size: 4rem;
    font-weight: 700;
    margin: 0;
    color: #565656;
    background: linear-gradient(135deg, #fff, #565656);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.numbers3 .numbers3-item .number-item-content p {
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    color: #565656;
}

.numbers3 .sub-items {
    background-color: #f1f1f3;
    border-radius: 12px;
    padding: 15px 25px;
    margin-top: 30px;
}

.numbers3 .sub-items .sub-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.numbers3 .sub-items .sub-item img {
    max-width: 64px;
}

.numbers3 .sub-items .sub-item .number-content {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 21px;
}

/* ===========================
   DIRECTORS SECTION STYLES
   =========================== */

.directors-section {
    padding: 20px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 45px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #283442;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #915233, #75391c);
    border-radius: 2px;
}

.section-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #666;
    margin-top: 25px;
    font-weight: 400;
}

.director-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.director-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.director-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 125%;
    /* 4:5 aspect ratio */
    overflow: hidden;
    background: linear-gradient(135deg, #283442 0%, #3d4f63 100%);
}

.director-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.director-card:hover .director-image {
    transform: scale(1.08);
}

.director-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.1) 50%,
            rgba(40, 52, 66, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.director-card:hover .director-overlay {
    opacity: 1;
}

.director-info {
    padding: 20px 15px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.director-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #283442;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.director-card:hover .director-name {
    color: #915233;
}

.director-title {
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    font-weight: 400;
    color: #666;
    margin: 0;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.director-card:hover .director-title {
    color: #75391c;
}

/* Decorative element */
.director-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #915233, #75391c);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.director-card:hover::before {
    transform: scaleX(1);
}

.item-size-5 .director-name {
    font-size: 1rem;
}

.item-size-5 .director-info {
    padding: 20px 8px;
}

.item-size-5 .director-image {
    padding: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    /* Bootstrap handles the layout automatically */
}

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

    .section-header {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .section-subtitle {
        font-size: 1rem;
        margin-top: 20px;
    }

    .director-info {
        padding: 25px 20px;
    }

    .director-name {
        font-size: 1.2rem;
    }

    .director-title {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .directors-section {
        padding: 20px 0;
    }

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

    .section-title::after {
        width: 60px;
        height: 3px;
    }

    .section-subtitle {
        font-size: 0.95rem;
    }

    .director-card {
        border-radius: 15px;
    }

    .director-info {
        padding: 20px 18px;
    }

    .director-name {
        font-size: 1.3rem;
    }

    .director-title {
        font-size: 0.9rem;
    }
}

/* ===========================
   GROUP COMPANIES PAGE STYLES
   =========================== */

.group-companies-header {
    text-align: center;
    margin-bottom: 60px;
}

.group-companies-header .section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a472a;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.group-companies-header .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f37321 0%, #1a472a 100%);
    border-radius: 2px;
}

.group-companies-header .section-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 30px auto 0;
    line-height: 1.7;
}

.group-company-card {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(26, 71, 42, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.group-company-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f37321 0%, #1a472a 100%);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.group-company-card:hover::before {
    transform: scaleX(1);
}

.group-company-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(26, 71, 42, 0.15);
    border-color: rgba(26, 71, 42, 0.15);
}

.group-company-logo {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(26, 71, 42, 0.03);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.group-company-card:hover .group-company-logo {
    background: rgba(26, 71, 42, 0.06);
    transform: scale(1.05);
}

.group-company-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

.group-company-card:hover .group-company-logo img {
    filter: brightness(1);
}

.group-company-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a472a;
    margin-bottom: 20px;
    line-height: 1.4;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-company-website {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #f37321;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    background: rgba(243, 115, 33, 0.05);
    transition: all 0.3s ease;
    font-weight: 500;
    margin-top: auto;
}

.group-company-website svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.group-company-website:hover {
    background: rgba(243, 115, 33, 0.1);
    color: #d6621c;
    gap: 12px;
}

.group-company-website:hover svg {
    transform: translateX(3px) translateY(-3px);
}

/* ===========================
   CONTACT PAGE STYLES
   =========================== */

.contact-page {
    background: linear-gradient(135deg, #f5f7fa 0%, #602d1421 100%);
    padding-bottom: 80px;
}

/* Contact Map Section */
.contact-map-section {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.contact-map {
    width: 100%;
    height: 100%;
    position: relative;
}

.contact-map::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
}

.contact-map iframe {
    filter: grayscale(20%) contrast(1.1);
    transition: filter 0.3s ease;
}

.contact-map:hover iframe {
    filter: grayscale(0%) contrast(1);
}

/* Contact Content Wrapper */
.contact-content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}


/* Contact Info Section */
.contact-info-section {
    margin-bottom: 40px;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.contact-info-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #915233 0%, #75391c 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.contact-info-card:hover::before {
    transform: scaleX(1);
}

.contact-info-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #915233 0%, #75391c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(145, 82, 51, 0.3);
}

.contact-info-card:hover .contact-info-icon {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 10px 30px rgba(145, 82, 51, 0.5);
}

.contact-info-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.contact-info-content {
    text-align: center;
}

.contact-info-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.contact-info-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #7f8c8d;
    line-height: 1.8;
    margin: 0;
}

.contact-info-content a {
    color: #915233;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.contact-info-content a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #915233;
    transition: width 0.3s ease;
}

.contact-info-content a:hover {
    color: #75391c;
}

.contact-info-content a:hover::after {
    width: 100%;
}

/* Contact Form Section */
.contact-form-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 60px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-form {
    max-width: 100%;
}


/* Page Navigation Menu */
.page-nav {
    background: #f8f9fa;
    /* border-bottom: 1px solid #e0e0e0; */
    padding: 0;
    position: sticky;
    top: 65px;
    z-index: 100;
}

.page-nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.page-nav-item {
    margin: 0;
}

.page-nav-link {
    display: block;
    padding: 18px 25px;
    color: #555;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.page-nav-link:hover,
.page-nav-link.active {
    color: #283442;
    background: rgba(0, 0, 0, 0.03);
    border-bottom-color: #283442;
}

/* Mobile Responsive - Horizontal Scroll */
@media (max-width: 768px) {
    .page-nav-menu {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        scrollbar-width: thin;
    }

    .page-nav-menu::-webkit-scrollbar {
        height: 4px;
    }

    .page-nav-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .page-nav-menu::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 2px;
    }

    .page-nav-item {
        flex-shrink: 0;
    }

    .page-nav-link {
        padding: 15px 18px;
        font-size: 13px;
        white-space: nowrap;
    }
}


/* Social Links */
.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: flex-end;
}

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

.footer-social a:hover {
    background: #8b4513;
    transform: translateY(-3px);
}

.footer-social svg {
    width: 18px;
    height: 18px;
    color: #565656;
}

.footer-social a:hover svg {
    color: #fff;
}

.c-footer-menu__center::before,
.c-footer-menu__center::after {
    content: none;
    
}

.c-banner {
    height: 450px;
    box-shadow: none;
        background-size: cover;
}

.c-banner::after {
    background:none;
}


.home-slide-area .item {
    height: auto !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 42px;
    height: 42px;
}

@media (max-width: 767px) {
    .numbers3 .numbers3-item .number-item-content h2 {
        font-size: 2rem;
    }

    .numbers3 .numbers3-item .number-item-content p {
        font-size: 1.3rem;
    }

    .numbers3 .numbers3-item {
        padding: 0px 0;
    }

    .numbers3 .numbers3-item {
        border-right: none;
    }

    .numbers3 .numbers3-item .number-item-image img {
        max-width: 70px;
        padding: 20px 0 10px 0;
    }

    .numbers.pt-5 {
        padding-top: 10px !important;
    }

    .numbers3 .sub-items .sub-item img {
        max-width: 35px;
    }

    .numbers3 .sub-items .sub-item .number-content {
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: -0.3px;
        line-height: 17px;
    }

    .numbers3 .sub-items .sub-item {
        margin-bottom: 15px;
    }
}