body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
select {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
}


.primary-btn {
    display: inline-block;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    color: #fff;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    margin-top: auto; /* Push button to bottom of flex container */
    position: relative;
    overflow: hidden;
}

.primary-btn:hover {
    background: linear-gradient(135deg, #e66a00 0%, #e68500 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 122, 0, 0.3);
}

.primary-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.7s;
}

.primary-btn:hover:before {
    left: 100%;
}
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #FF7A00 0%, #FF9500 100%);
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}
@media (max-width: 500px) {
    .section-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.7rem;
        gap: 0.25rem;
        border-radius: 12px;
        margin-bottom: 1rem;
    }
}
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1C4E80;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-desc {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.infobar {
    background: #171e29;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.35rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.infobar-left span {
    margin-right: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.infobar-right a {
    color: #fff;
    margin-left: 1rem;
    font-size: 1.1rem;
    border: 2px dashed #FF7A00;
    border-radius: 50%;
    padding: 0.3rem 0.5rem;
    transition: background 0.2s ease;
}

.infobar-right a:hover {
    background: #FF7A00;
}

.navbar {
    background: #fff;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 2.3rem;
    border-bottom: 1px solid #EEE;
    flex-wrap: wrap;
}

.navbar-left {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.logo {
    height: 2.3rem;
}

.brand-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #232323;
    white-space: nowrap;
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin: 0 2rem;
    flex-wrap: wrap;
}

.menu-link {
    text-decoration: none;
    color: #232323;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 0.3rem;
    transition: color 0.2s ease-in-out;
}

.menu-link.active,
.menu-link:hover {
    color: #FF7A00;
}

.buy-now {
    background: #FF7A00;
    color: white !important;
    border-radius: 5px;
    padding: 0.5rem 1.1rem;
    font-weight: 700;
    margin-left: 0.7rem;
    white-space: nowrap;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.quote-btn {
    background: #232323;
    color: #fff;
    border-radius: 3px;
    padding: 0.56rem 1.3rem;
    font-size: 1rem;
    font-weight: 700;
    transition: background 0.2s;
    text-decoration: none;
    white-space: nowrap;
}

.quote-btn:hover {
    background: #FF7A00;
}

.user-box {
    display: flex;
    gap: 0.5rem;
}

.user-action {
    background: none;
    border: none;
    color: #232323;
    font-size: 1.1rem;
    margin-left: 0.2rem;
    padding: 0 0.2rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.user-action:hover {
    color: #FF7A00;
}

.why-choose-us-section {
    background: #171e29;
    color: #fff;
    padding: 4rem 1rem 2.75rem;
    text-align: center;
}

.why-choose-us-section h2 {
    font-size: 2.25rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.choose-features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3.5rem;
    flex-wrap: wrap;
    max-width: 69rem;
    margin: 0 auto;
}

.choose-feature {
    max-width: 18.75rem;
}

/*.feature-icon {*/
/*    background: #171e29;*/
/*    color: #FF7A00;*/
/*    width: 6.25rem;*/
/*    height: 6.25rem;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin: 0 auto 1.5rem;*/
/*    font-size: 2.6rem;*/
/*}*/

.choose-feature h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #fff;
}

.choose-feature p {
    color: #6c92ca;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width:900px) {
    .hero-slider {
        height: 23rem;
    }

    .hero-content {
        max-width: 100%;
        padding: 0 1rem;
    }

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

    .why-choose-us-section {
        padding: 3rem 1rem 2rem;
    }

    .choose-features {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .services-slider {
        flex-direction: column;
        gap: 1.5rem;
    }


    .footer-content {
        flex-direction: column;
        gap: 1.5rem;
        padding: 0 1rem 2.5rem;
    }

    .tabs-section {
        max-width: 100%;
        border-radius: 1rem 1rem 0 0;
        padding: 1rem 0.5rem 0.5rem;
        margin: 2rem 0 0 0;
    }

    .tab-btn {
        padding: 0.5rem 1.25rem;
        font-size: 1rem;
    }

    .tab-content {
        padding: 1.25rem;
    }
}

@media (max-width:480px) {
    .hero-title {
        font-size: 1.8rem;
        margin-bottom: .7rem;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

.fullwidth-cover {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.fullwidth-content {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0 56px 48px 56px;
    box-sizing: border-box;
    background: #fff;
}

.content-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.about-flex {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    padding-bottom: 36px;
}

.about-info,
.about-divisions {
    flex: 1 1 45%;
    min-width: 300px;
}

.about-info {
    max-width: 900px;
    margin: 4rem auto;
    padding: 0 1.5rem;
    font-family: 'Poppins', sans-serif;
    color: #212121;
    text-align: center;
}



.owners-gallery {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.owner-photo-card {
    background: #f9f9f9;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(25, 118, 210, 0.15);
    padding: 1.5rem 1rem;
    width: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.owner-photo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(25, 118, 210, 0.3);
}

.owner-photo {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1rem;
    border: 3px solid #FFA726;
}

.owner-caption {
    font-weight: 600;
    font-size: 1rem;
    color: #1976D2;
}

.owner-caption small {
    font-weight: 400;
    color: #555;
    font-style: normal;
}

.about-desc {
    font-size: 1.1rem;
    color: #424242;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.office-section {
    background: #f6f7fa;
    padding: 54px 0 44px 0;
    width: 100vw;
    box-sizing: border-box;
}

.office-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.office-image-box {
    flex: 1 1 330px;
    max-width: 340px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.office-image {
    width: 100%;
    max-width: 320px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 8px 32px rgba(28, 78, 128, 0.09);
    background: #e0edfa;
}

.office-info {
    flex: 2 1 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.office-title {
    margin-bottom: 24px;
}

.office-sub {
    color: #FF7A00;
    font-size: 0.92rem;
    font-weight: bold;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.office-title h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1C4E80;
    letter-spacing: 0.01em;
    margin: 0;
}

.office-title h2 .brand-orange {
    color: #FF7A00;
}

.office-desc {
    color: #525760;
    margin: 22px 0 0 0;
    font-size: 1.07rem;
}

.office-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.office-card {
    background: #1c253a;
    color: #fff;
    border-radius: 11px;
    box-shadow: 0 4px 28px rgba(28, 78, 128, 0.11);
    padding: 26px 24px 18px;
    min-width: 230px;
    max-width: 260px;
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.office-country {
    color: #FF7A00;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .03em;
}

.office-subtitle {
    color: #e6e9f2;
    font-size: 1.02rem;
    font-weight: 400;
    margin-bottom: 8px;
}

.office-field {
    font-size: 1.02rem;
    margin-top: 2px;
    color: #fff;
}

.office-field i {
    color: #FF7A00;
    margin-right: 5px;
}

.office-field span {
    color: #c6c7cd;
    font-size: 0.97rem;
    font-weight: normal;
}

@media (max-width:900px) {
    .office-flex {
        flex-direction: column;
        gap: 32px;
    }

    .office-image-box {
        justify-content: center;
    }

    .office-cards {
        gap: 16px;
        justify-content: flex-start;
    }

    .office-card {
        max-width: 97vw;
        padding: 20px 12px 14px;
    }
}

.stats-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #171e29;
    letter-spacing: 0.06em;
    text-transform: none;
    margin-bottom: 3rem;
    position: relative;
}

.stats-title::after {
    content: '';
    position: absolute;
    bottom: -0.9rem;
    left: 48%;
    width: 55px;
    height: 4px;
    background-color: #FF7A00;
    border-radius: 20px;
}

.stats-section {
    background: #f6f7fa;
    padding-top: 56px;
    padding-bottom: 48px;
    text-align: center;
}

.stats-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.stat-card {
    background: #fff;
    border-radius: 14px;
    padding: 44px 21px;
    box-shadow: 0 6px 28px rgba(28, 78, 128, 0.04);
    min-width: 210px;
}

.stat-value {
    font-size: 3rem;
    font-weight: 700;
    color: #FF7A00;
    margin-bottom: 16px;
}

.stat-label {
    font-size: 1.1rem;
    color: #232323;
    font-weight: 800;
    line-height: 1.5;
}

@media (max-width:900px) {
    .content-inner {
        padding: 0 24px;
    }

    .fullwidth-content {
        padding: 0 24px 48px 24px;
    }

    .about-cover-img {
        height: 180px;
    }

    .about-cover-text {
        left: 18px;
        bottom: 18px;
        padding: 18px 24px;
    }

    .cover-main-title {
        font-size: 1.9rem;
    }

    .cover-desc {
        font-size: 1.1rem;
    }

    .about-flex {
        flex-direction: column;
        gap: 40px;
    }

    .about-info,
    .about-divisions {
        flex: 1 1 100%;
    }

    .stats-cards {
        gap: 26px;
    }

    .stat-card {
        min-width: 82vw;
        max-width: 380px;
        padding: 32px 22px;
    }

    .stat-value {
        font-size: 2.2rem;
    }

    .brands-marquee {
        margin-bottom: 20px;
    }

    .marquee-track img {
        height: 32px;
        gap: 34px;
    }
}

@media (max-width:480px) {
    .cover-main-title {
        font-size: 1.6rem;
    }

    .cover-desc {
        font-size: 1rem;
    }

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

.partners-section {
    background: #fff;
    padding: 56px 0 42px 0;
    text-align: center;
}

.partners-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: #171e29;
    margin-bottom: 24px;
}

.partners-marquee {
    width: 100%;
    overflow: hidden;
    background: none;
    padding: 20px 0 0 0;
    margin: 0 auto;
    max-width: 1200px;
}

.partners-track {
    display: flex;
    gap: 68px;
    align-items: center;
    animation: partner-marquee 18s linear infinite;
    min-width: max-content;
    padding-left: 28px;
    padding-right: 28px;
}

.partners-track img {
    height: 75px;
    filter: grayscale(100%);
    opacity: 0.50;
    transition: opacity 0.3s, filter 0.3s, transform 0.3s;
    background: none;
    width: auto;
}

.partners-track img:hover {
    opacity: 0.88;
    filter: grayscale(15%);
    transform: scale(1.08);
}

@keyframes partner-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width:900px) {
    .partners-marquee {
        padding: 10px 0 0 0;
        max-width: 97vw;
    }

    .partners-track {
        gap: 32px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .partners-track img {
        height: 44px;
    }
}

.services-slider-section {
    padding: 4rem 1.5rem 3rem;
    max-width: 1140px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    color: #212121;
    text-align: center;
}

.services-header {
    max-width: 680px;
    margin: 0 auto 3rem;
}

.services-sub {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    color: #171e29;
    letter-spacing: 1.4px;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.services-header h2 {
    /* font-size: 2.8rem; */
    font-weight: 700;
    margin-bottom: 1rem;
    color: #232323;
}

.services-header h2 .brand-orange {
    color: #FF7A00;
}

.services-desc {
    font-size: 1.15rem;
    color: #5a5a5a;
    line-height: 1.6;
    margin-bottom: 3rem;
}

.services-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.services-track {
    display: flex;
    gap: 28px;
    transition: transform 0.7s cubic-bezier(.57, .03, .46, 1);
}

.service-card {
    flex: 0 0 calc((100% - 56px) / 3);
    background: #fff;
    box-shadow: 0 8px 32px rgba(28, 78, 128, 0.10);
    border-radius: 28px;
    overflow: hidden;
    height: 420px;
    position: relative;
    display: flex;
    flex-direction: column;
    
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    margin-bottom: 8px;
}

.service-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.5s ease;
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 122, 0, 0.85), rgba(255, 122, 0, 0));
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.service-card:hover {
    box-shadow: 0 14px 48px rgba(255, 122, 0, 0.4);
}

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

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

.service-content {
    position: relative;
    z-index: 2;
    text-align: center;
}




.slider-controls {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.slider-dots {
    display: flex;
    gap: 7px;
}

.slider-dot {
    width: 18px;
    height: 6px;
    border-radius: 6px;
    background: #e4eaf4;
    transition: background 0.2s;
    cursor: pointer;
    display: inline-block;
}

.slider-dot.active {
    background: #FF7A00;
}

@media (max-width:980px) {
    .services-track {
        gap: 10px;
    }


}

@media (max-width:700px) {
    .service-card {
        flex: 0 0 97vw;
        max-width: 350px;
        height: 140px;
    }

    .services-track {
        gap: 8px;
    }
}

.about-section {
    background-color: #fff;
    color: #212121;
    font-family: 'Poppins', sans-serif;
    padding: 4rem 1.5rem;
    border-bottom: 3px solid #FFA726;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
}

.brand-image {
    flex: 1 1 450px;
    min-width: 280px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.brand-image img {
    width: 100%;
    height: auto;
    display: block;
}

.brand-story-content {
    flex: 1 1 500px;
    min-width: 280px;
    color: #424242;
}

.brand-story-content h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 1.2px;
    font-size: 2rem;
}

.brand-story-content p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-top: 0.8rem;
}

@media (max-width:768px) {
    .about-container {
        flex-direction: column;
        gap: 2rem;
    }

    .brand-image,
    .brand-story-content {
        min-width: 100%;
    }

    .brand-story-content h2 {
        font-size: 1.75rem;
    }

    .brand-story-content p {
        font-size: 1.1rem;
    }
}
@media (max-width: 480px){
    .section-title {
        font-size: 1.4rem;
    }
    
    .section-desc {
        font-size: 0.95rem;
    }
    
}