:root {
    --main: #1DA1F2;
    --sub-main: #f79323;
    --black: black;
    --white: #ffff;
    --dark-main: #101630;
    --body-bg: #d7f4ff;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.navbar-nav .nav-link {
    position: relative;
    font-size: 13px !important;
    font-weight: 500;
    color: var(--black);
    padding-bottom: 4px;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    color: white;
    background-color: var(--sub-main);
    transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

.navbar-nav .nav-link:hover {
    color: var(--sub-main);
}

.tree-link {
    display: none !important;
}

@media (max-width: 576px) {
    .tree-link {
        display: flex !important;
    }
}

.nav-item.dropdown .nav-link.dropdown-toggle::after {
    display: none !important;
}

.header-logo {
    background-color: #101630;
    color: var(--white);
}

.header-logo span {
    color: var(--sub-main);
}

.nav-link {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* Dropdown visible on hover (desktop only) */
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-menu {
        margin-top: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.25s ease-in-out;
        border-radius: 8px;
        padding: 10px 0;
        border: 1px solid #ddd;
    }

    .dropdown-item {
        padding: 10px 20px;
        font-size: 14px;
        transition: background 0.2s ease;
    }

    .dropdown-item:hover {
        background: #f5f5f5;
        color: var(--main);
    }
}

/* Hide desktop navbar on mobile */
.desktop-navbar {
    display: none;
}

@media (min-width: 992px) {
    .desktop-navbar {
        display: flex !important;
    }

    .mobile-navbar {
        display: none !important;
    }
}

/* Mobile menu styling */
.mobile-menu-header {
    background: #1db7c7;
    color: white;
    /* padding: 15px 20px; */
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.nav-link {
    padding: 14px 20px;
    border-bottom: 1px solid #efefef;
}

.sublink .nav-link {
    padding-left: 40px;
    background: #fafafa;
}

/* Remove unwanted bottom border for desktop navbar */
@media (min-width: 992px) {
    .navbar-nav .nav-link {
        border-bottom: none !important;
        padding: 0 15px 4px 5px !important;
    }
}

@media (max-width: 768px) {

    .header-logo {
        display: none !important;
    }

    .social-media-share {
        display: none;
    }

    .social-media-share a {
        display: none;
    }

    .navbar-nav .nav-link {
        font-size: 24px;
        font-weight: 500;
        color: var(--black);
    }

    header .container {
        flex-direction: column;
        text-align: center;
    }

    .email-text {
        display: none;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #ffffff;
        padding-top: 0 !important;
        margin-top: 0 !important;
        overflow-y: auto;
        z-index: 9999;
        animation: slideMenu 0.35s ease;
    }

    @keyframes slideMenu {
        from {
            transform: translateX(-100%);
            opacity: 0;
        }

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

    .mobile-menu-header {
        background: #1db7c7;
        color: white;
        padding: 16px 20px;
        font-size: 20px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #d9d9d9;
    }

    .close-mobile-menu {
        font-size: 26px;
        font-weight: bold;
        cursor: pointer;
    }

    .navbar-nav .nav-link {
        font-size: 18px !important;
        padding: 15px 22px !important;
        border-bottom: 1px solid #f1f1f1;
        color: #222 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .navbar-nav .nav-link::after {
        content: "";
        font-size: 20px;
        color: #777;
    }

    .navbar-nav .nav-link:hover::after {
        width: auto !important;
    }

    .navbar-nav .nav-link:hover {
        background: #fafafa;
    }

    #projectsDropdown {
        margin-top: -35px !important;
    }
}

.close-mobile-menu {
    cursor: pointer;
}

.close-mobile-menu:hover {
    opacity: 0.7;
}

header h3 {
    font-size: 28px;
    letter-spacing: 1px;
}

.email-text {
    font-size: 15px;
    white-space: nowrap;
}

.nav-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.navbar {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

header img {
    height: 60px;
    width: auto;
}

.social-icon {
    font-size: 16px;
    margin-left: 10px;
    color: var(--black);
    transition: color .18s ease-in-out;
}

.social-icon:hover,
.social-icon:focus {
    color: var(--main);
    text-decoration: none;
}

.navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='%230d6efd' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.slide-row {
    padding: 25px 0;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #757272;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: red;
}

@media (max-width: 992px) {
    .client-logo {
        width: 200px;
        height: 110px;
        padding: 12px;
    }
}

@media (max-width: 576px) {
    .client-logo {
        width: 85%;
        height: auto;
        margin: 10px auto;
        padding: 10px;
    }
}

.footer {
    background: #101630;
    color: var(--white);
}

.footer h1 {
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--white);
}

.locations span {
    margin: 0 5px;
    color: var(--sub-main);
    font-weight: 700;
    font-size: 16px;
}

.footer .social-icons i {
    margin: 0 8px;
    font-size: 20px;
    cursor: pointer;
}

span {
    color: rgb(10, 88, 202);
}

.chat-btn {
    position: fixed;
    bottom: 40px;
    right: 25px;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 16px;
    z-index: 999;
}

.chat-btn:hover {
    transform: translateY(-3px);
}

.about-section {
    background: var(--body-bg);
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: -4.5rem !important;
}

.about-title {
    color: var(--main);
    font-weight: bold;
    font-size: 34px;
}

.about-subtitle {
    color: #f79323;
    font-size: 20px;
    font-weight: 600;
    text-align: start;
}

.about-section p {
    line-height: 1.7;
    font-size: 16px;
}

.about-list li {
    margin-bottom: 8px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .about-section {
        .about-title {
            text-align: center;
            font-size: 90px !important;
        }

        .about-subtitle {
            text-align: center;
            font-size: 32px;
            margin-top: 20px;
            margin-bottom: 20px;

        }
    }
}

.multi-brand-section {
    position: relative;
    text-align: center;
}

.multi-brand-section img {
    opacity: 1.5;
}

.text-overlay {
    position: absolute;
    margin-top: 10% !important;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.multi-title {
    font-size: 50px;
    font-weight: 800;
    color: #f79323;
    margin: 0;
}

.multi-subtitle {
    font-size: 26px;
    color: var(--white);
    font-weight: 500;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .multi-title {
        font-size: 48px;
    }

    .multi-subtitle {
        font-size: 24px;
    }

    .text-overlay {
        top: 5%;
    }
}

.product-section {
    width: 100%;
    background-color: var(--body-bg) !important;
}

.product-img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.text-section {
    padding: 3rem 6rem;
}

.product-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--main);
    margin-bottom: 15px;
}

.chat-btn:hover {
    background: #f79323;
}

@media (max-width: 991px) {
    .product-img {
        height: 25vh;
        object-fit: cover;
    }

    .text-section {
        padding: 2.5rem 3rem;
    }

    .product-title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .product-img {
        height: 45vh;
    }

    .text-section {
        padding: 2rem;
        font-size: 20px !important;
        text-align: start !important;

        h3 {
            font-size: 50px;
        }

    }

    ul {
        padding-left: 20px;
    }

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

@media (max-width: 576px) {
    .multi-brand-section img {

        height: 50vh;
    }

    .product-img {
        height: 100vh;
        object-position: top;
    }

    .text-section {
        padding: 1.5rem;
    }

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

.project-img {
    width: 100%;
    height: 80vh !important;
    object-fit: cover;
}

.project-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--main);
}

.get-btn {
    padding: 10px 28px;
    border: 1px solid var(--main);
    background: var(--white);
    color: var(--main);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    transition: 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.get-btn:hover {
    background: var(--main);
    color: var(--white);
    border-color: var(--main);
}

@media (max-width: 992px) {
    .job-card {
        width: 45%;
    }
    .project-section {
        & .text-section {
            text-align: Center !important;
        }
    }

    .text-section {
        padding: 2rem 4rem;
        /* text-align: center !important; */
    }

    .text-section p {
        text-align: center !important;
        font-size: 18px;
    }
    .text-section li {
        /* text-align: center !important; */
        font-size: 18px;
    }

    .flex-md-row-reverse {
        flex-direction: column !important;
    }

    .career-section {
        height: 500px !important;

        .left-box {
            height: 500px !important;
        }

        .right-box img {
            height: 500px !important;
        }
    }
}

@media (max-width: 768px) {

    .project-img {
        height: 35vh !important;
    }

    .text-section {
        padding: 2rem 2rem;
    }

    h3.project-title {
        font-size: 22px;
        text-align: center;
    }

    .text-section p {
        font-size: 30px;
        font-weight: 600;
        text-align: start !important;
    }

    .text-section li {
        font-size: 26px;
        text-align: start !important;
    }

    .get-btn {
        margin-left: auto;
        margin-right: auto;
        padding: 26px;
        display: block;
        font-size: 48px;
        font-weight: 500;
        margin-top: 20px;
        text-decoration: none !important;
    }
}

.get-touch-btn {
    text-decoration: none;
}

@media (max-width: 480px) {

    .project-img {
        height: 80vh !important;
    }

    .text-section {
        padding: 1.5rem 1rem;
    }

    h3.project-title {
        font-size: 48px;
    }
}

.testimonials-section {
    background-color: var(--body-bg);

}

.test-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--sub-main);
}

.test-subtitle {
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-main);
}

.test-icon {
    font-size: 40px;
    color: var(--main);
}

.test-text {
    font-size: 16px;
    color: var(--black);
    line-height: 1.7;
}

.test-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
}

.test-card img {
    width: 60px;
    height: 60px;
}

.left-section {
    width: 50%;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-section img {
    width: 90%;
    height: auto;
    object-fit: contain;
}

.right-section {
    width: 50%;
    background: url('assets/img/6.jpg') !important;
    background-size: cover;
    background-position: center;
    padding: 50px;
    color: var(--black);
}

h2 {
    text-align: center;
    color: var(--main);
    font-size: 32px;
    margin-top: 0;
}

.contact-info {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
}

form {
    width: 80%;
    margin: auto;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    margin: 12px 0;
    border: none;
    border-bottom: 1px solid #555;
    background: transparent;
}

textarea {
    height: 100px;
    resize: none;
}

.submit-btn {
    padding: 12px 25px;
    background: var(--black);
    color: var(--white);
    border: none;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
    display: block;
}

.submit-btn:hover {
    opacity: 0.7;
}

@media (max-width: 992px) {

    .left-section,
    .right-section {
        width: 100%;
        padding: 25px;
        text-align: center;
    }

    form {
        width: 100%;
        text-align: start;
    }

    .right-section {
        padding: 35px 20px;
    }
}

@media (max-width: 576px) {
    .left-section img {
        width: 80%;
    }

    h2 {
        font-size: 24px;
    }

    .contact-info {
        font-size: 14px;
    }

    input,
    textarea {
        font-size: 14px;
    }

    .right-section {
        padding: 25px 15px;
    }
}

.career-section {
    display: flex;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.left-box {
    width: 50%;
    background: url('assets/img/5.png') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-content {
    text-align: center;
    color: var(--main);
}

.overlay-content h1 {
    font-size: 55px;
    font-weight: 700;
    color: var(--main);
}

.upload-btn {
    margin-top: 20px;
    padding: 12px 28px;
    background: rgba(0, 0, 0, 0.6);
    color: var(--white);
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    transition: 0.3s;
}

.upload-btn:hover {
    background: var(--black);
}

.right-box {
    width: 50%;
}

.right-img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

@media (max-width: 992px) {
    .overlay-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .career-section {
        flex-direction: column;
        height: auto;
    }

    .left-box,
    .right-box {
        width: 100%;
        height: 50vh;
    }

    .overlay-content h1 {
        font-size: 32px;
    }

    .upload-btn {
        font-size: 33px;
        padding: 18px 22px;
    }

    .right-img {
        height: 60vh;
    }
}

@media (max-width: 480px) {

    .left-box,
    .right-box {
        height: 45vh;
    }

    .overlay-content h1 {
        font-size: 26px;
    }
}

.jobs-section {
    width: 100%;
    padding: 60px 0;
    background: url('https://static.wixstatic.com/media/0c44024bc4444326918e7be84d59509f.jpg/v1/fill/w_1904,h_591,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/0c44024bc4444326918e7be84d59509f.jpg') center/cover no-repeat;
}

.jobs-overlay {
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(3px);
    padding: 50px 0;
}

.jobs-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    max-width: 1300px;
    margin: auto;
    flex-wrap: wrap;
}

.job-card {
    width: 22%;
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}

.job-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}

.job-card h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.job-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 992px) {}

@media (max-width: 600px) {
    .jobs-container {
        gap: 20px;
    }

    .job-card {
        width: 90%;
        padding: 25px;
    }

    .job-card h3 {
        font-size: 20px;
    }

    .job-card p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .client-logo {
        max-height: 70px;
    }
}

@media (max-width: 576px) {
    .client-logo {
        max-height: 50px;
    }
}

.image-section img,
.product-img,
.project-img,
.left-section img,
.right-img {
    transition: transform 0.4s ease-in-out;
}

.image-section img:hover,
.product-img:hover,
.project-img:hover,
.left-section img:hover,
.right-img:hover {
    transform: scale(1.08);
}

/* .col-md-6 {
    overflow: hidden;
} */

.product-img {
    transition: transform 0.5s ease-in-out;
}

.product-img:hover {
    transform: scale(1.12);
}

#backToTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #0d6efd;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: none;
    /* hidden initially */
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

#backToTopBtn:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.banner-style-two .slide-item {
    position: relative;
    height: calc(100vh - 200px);
    /* responsive height */
    min-height: 350px;
}

.banner-style-two .image-layer {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform 10s linear;
}

/* Zoom animation for active slide */
.banner-carousel .slick-active .image-layer {
    transform: scale(1.08);
}

/* body {
    padding-right: 0 !important;
} */

.navbar-toggler {
    outline: none;
    border: 0;
    box-shadow: none;
}

.navbar-toggler i {
    font-size: 2rem;
}