body {
    font-family: 'Outfit', sans-serif;
}

.header {
    background: transparent !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

.main-area {
    padding: 18px 0px;
}

.outer-layer {
    background: #F8F8F7FA;
    border-radius: 14px 0px 0px 14px;
    padding: 7px 7px;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 2px 14px;
}

.header-btn {
    background-color: #1C4D6B;

    padding: 8px 40px 8px 22px !important;
}

.header-btn a {
    color: #fff !important;
    text-decoration: none !important;
}

.padding-0 {
    padding-right: 0px !important;
}

.submenu {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    z-index: 999;
    width: 170px;
    backdrop-filter: blur(8.3px);
}

.dropdown.show .submenu {
    display: block;
}

.main-menu.dropdown.submenu li {
    padding: 10px 2px;
}

.submenu li a {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    padding: 4px 10px !important;
}

.submenu li a:hover {
    color: #1C4D6B !important;
    font-weight: 600;
}

.main-menu ul li.active a {
    color: #1C4D6B;
    font-weight: 700;
}

.main-menu ul li:not(.active) a {
    color: #000;
}

.main-menu ul li a {
    text-decoration: none;
    font-size: 16px;
}

.logo {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #1C4D6B;
}

/* Toggle button */
.menu-toggle {
    background: #fff;
    border: none;
    color: #000;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px 12px;
    font-size: 20px;
}

.menu-toggle i {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mobile Menu */
.mobile-menu {
    display: block;
    /* always block, toggle with class instead */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    padding: 15px;
    backdrop-filter: blur(8.3px);
    border: 2px solid;
    border-image-source: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.76) 100%);
    background: linear-gradient(160.82deg, rgba(249, 249, 249, 0.9) -4.96%, rgba(213, 213, 213, 0.639) 104.2%);
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    z-index: 1000;

    /* Transition for slide from top */
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

/* Mobile Menu Open */
.mobile-menu.open {
    transform: translateX(0);
}

/* Mobile Menu List */
.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu ul li {
    margin: 20px 0;
}

.mobile-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

/* Close Button */
.close-menu {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

/* Hamburger Icon */
.mobile-menu-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.hamburger-icon {
    font-size: 30px;
    color: #333;
}

/* Mobile Menu Transition */
@media (max-width: 768px) {
    .mobile-menu {
        display: block;
    }
}


.mobile-menu-active a {
    color: #68BFFD !important;
}


.hero-section {
    position: relative;
    height: 100vh;
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

.hero-left-content {
    position: absolute;
    top: 50%;

}

.hero-right-content {
    position: absolute;
    top: 30%;
    right: 9%;
    width: 300px;
}



.hero-left-content span {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;

}

.image-icon {
    width: 30px;
}

.hero-left-content h1 {
    font-family: "Outfit", sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #1C4D6B;
}

.hero-left-content p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-icons {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-right-image {
    width: 300px;
    height: 300px;
    border-radius: 22px;
    padding: 10px;
    background: linear-gradient(134.64deg, rgba(248, 248, 247, 0.072) 3.58%, rgba(255, 255, 255, 0.126) 100%);
    border: 1px solid #fff;

    backdrop-filter: blur(34.79999923706055px)
}



.hero-right-image .hero-image {
    width: 100%;
    height: 80%;
    border-radius: 22px;
    position: relative;
    border: 1px solid #fff;
}

.hero-image .hero-image-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3E3E3E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: rotate(-45deg);
    visibility: hidden;
}

.hero-image:hover .hero-image-overlay {
    visibility: visible;
}

.hero-right-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 22px;
}

.hero-image-name {
    width: 100%;
    height: 20%;
}

.hero-image-name p {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #F5F5F5;
}

.footer {
    background-color: #1C4D6B;
    padding: 50px 0px;
}

footer h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px;
}

.footer-icon {
    width: 30px;
    height: 30px;
}

.footer-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 20px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu-2 ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 300px;
    font-family: "Outfit", sans-serif;
}

.footer-menu-2 ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.copyright {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

.product-range {
    padding: 50px 0px;
}

.product-range h1 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000;
}

.product-range-card {
    border-radius: 40px;
    padding: 50px 50px 50px 100px;
    height: 475px;
    position: relative;
    border: 3px solid #FFFFFF;
    background: linear-gradient(99.2deg, #E5E5E5 0.72%, #F6F6F6 98.02%);
    box-shadow: 0px 4px 40px 0px #00000040;
    transition: 0.3s ease-in-out;

}


.product-range-card:hover {
    background: #1C4D6B;
    transition: 0.3s ease-in-out;
}

.product-range-card:hover .product-range-content h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #fff !important;
}

.product-range-card:hover .product-range-content p {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff !important;
}

.product-range-card:hover .product-range-content .theme-btn {
    border-radius: 40px;
    padding: 15px 30px;
    background: #fff;
    text-decoration: none;
    color: #1C4D6B;
}

.right {
    padding: 50px 100px 50px 50px !important;
}

.rotate-img {
    transform: rotate(11.37deg);
}


.product-range-card .product-range-content h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000;
}

.product-range-card .product-range-content p {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    text-align: justify;
    margin-bottom: 2rem;
}




.theme-btn {
    border-radius: 40px;
    padding: 15px 30px;
    background: #1C4D6B;
    text-decoration: none;
    color: #fff;
}

.theme-btn:hover {
    border-radius: 40px;
    padding: 15px 30px;
    background: #1d4c6a;
    text-decoration: none;
    color: #fff;
}


.custom-spacer {
    height: 100px;
}

.recent-products {
    padding: 50px 0px;
    background: #EEEEEE;
}

.recent-products h1 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000;
}

.recent-products .swiper-icons {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    padding: 10px;
    background: #1C4D6B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.product-card {
    border-radius: 40px;
    padding: 15px;
    border: 3px solid #FFFFFF;
    background: linear-gradient(99.2deg, #F1F1F1 0.72%, #F6F6F6 98.02%);
    width: 100%;

}

.product-card:hover {
    
    background: #1C4D6B;
    transition: 0.3s ease-in-out;
}

.product-image {
    width: 100%;
    background: #fff;
    border-radius: 22px;
    position: relative;
}

.product-image .product-badge {

    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1d4c6a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: rotate(-45deg);
    visibility: hidden;
}

.product-image .product-badge a {
    text-decoration: none;
    color: #fff;
}

.product-image:hover .product-badge {
    visibility: visible;
}


.product-card:hover .product-name p {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    text-align: center;

}

.product-card:hover .product-name span {
    color: #fff;
}

.product-image img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 22px;
}

.product-name p {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #000;
    text-align: center;
    margin: 15px 0px;
}

.product-name p a {
    text-decoration: none;
    color: #000
}

.about-us {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    text-align: justify;
    margin-right: 50px;
}

.about-us-section {
    padding: 50px 0px;
}

.about h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000;
}

.product-name span {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-mission-section {
    padding: 50px 0px;
}

.our-mission-card {
    border-radius: 40px;
    padding: 50px 50px 50px 100px;
    position: relative;
    border: 3px solid #FFFFFF;
    background: linear-gradient(99.2deg, #E5E5E5 0.72%, #F6F6F6 98.02%);


}

.our-mission-card .our-mission-card h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000;
}

.our-mission-card .our-mission-card p {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    text-align: justify;
    margin-bottom: 2rem;
}

.border-right {
    border-right: 4px solid #3E3E3E;
}

.our-projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.our-projects .item {
    background-color: #f0f0f0;
    height: 350px;
    border-radius: 22px;
    box-shadow: 0px 4px 13.8px 0px #00000017;
    border: 1px solid #FFFFFF;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.our-projects .item:hover {
    transform: scale(1.02);
}

/* Smooth dark overlay */
.item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(28, 77, 107, 0.4);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 22px;
    z-index: 1;
}

.item:hover::before {
    opacity: 1;
}

/* Icon button */
.item .item-overlay {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1C4D6B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: rotate(-45deg);
    top: 15px;
    right: 15px;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.item:hover .item-overlay {
    opacity: 1;
}

/* Overlay text */
.item .item-overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(10px);
}

.item:hover .item-overlay-text {
    opacity: 1;
    transform: translateY(0);
}

.our-partners {
    border-radius: 40px;
    background: linear-gradient(99.2deg, #E5E5E5 0.72%, #F6F6F6 98.02%);
    border: 3px solid #FFFFFF;
    box-shadow: 0px 4px 26.1px 0px #00000040;
    padding: 50px;

}


@media screen and (min-width: 1440px) {
    .hero-right-content {
        position: absolute;
        top: 35%;
        right: 15%;
    }

}

@media (max-width: 768px) {
    .hero-left-content {
        position: absolute;
        top: 20%;
        left: unset;
        text-align: left;
    }

    .hero-right-content {
        position: absolute;
        top: 53%;
        right: 12%;
    }

    .max-content-width {
        width: auto !important;
    }


    .about-us {
        margin-right: 0px;
    }

    .hero-left-content h1 {
        font-family: "Outfit", sans-serif;
        font-weight: 900;
        font-size: 28px;
        color: #1C4D6B;
        text-align: left;
    }


    .hero-left-content p {
        font-family: "Outfit", sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #000;
        text-align: left;
    }

    .our-mission-card {
        border-radius: 40px;
        padding: 50px;
        position: relative;
        border: 3px solid #FFFFFF;
        background: linear-gradient(99.2deg, #E5E5E5 0.72%, #F6F6F6 98.02%);

    }

    .border-right {
        border-bottom: 4px solid #3E3E3E;
        border-right: none;
    }


    .our-projects {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .product-range-card {
        border-radius: 40px;
        padding: 40px !important;
        height: auto;
        position: relative;
        border: 3px solid #FFFFFF;
        background: linear-gradient(99.2deg, #E5E5E5 0.72%, #F6F6F6 98.02%);
        box-shadow: 0px 4px 40px 0px #00000040;
    }

    .product-range-image-mobile img {
        width: 100%;
    }

    .product-range-card-mobile {
        flex-direction: column-reverse !important;
    }

    .product-range-card-mobile2 {
        flex-direction: column !important;
    }


}


.footer-top,
.footer-bottom {
    flex-wrap: wrap;
}

.footer-menu,
.footer-menu-2 {
    display: flex;
    gap: 15px;
    list-style: none;
}

.footer-icon {
    width: 25px;
    height: 25px;
}

/* Stack items for mobile devices */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
    }

    .footer-menu,
    .footer-menu-2 {
        flex-direction: column;
        text-align: center;
    }

    .footer-menu li,
    .footer-menu-2 li {
        margin-bottom: 10px;
    }

    .social-icons {
        margin-top: 15px;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .copyright {
        margin-top: 10px;
    }
}

.heading-theme-color {
    color: #1C4D6B !important;
}

.hero-section-about {
    background-image: url('./images/about_hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 85vh;

}

.hero-section-contact {
    background-image: url('./images/about_hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;

}

.contact-us {
    padding: 50px 30px;
}

.contact-us-form {
    background: #1C4D6B;
    border: 2px solid;
    border-image-source: linear-gradient(279.68deg, rgba(217, 217, 217, 0.6) 0.36%, rgba(255, 255, 255, 0.4) 92.18%);
    border-radius: 18px;
    border-width: 2px;
    padding: 40px 40px;
    margin-top: -110px;
}

.about-our-mission-section {
    padding: 50px 0px;
    background: #1C4D6B;
}

.about-our-mission-card {
    padding: 50px;
}

.about-border-right {
    border-right: 4px solid #fff;
}

.about-our-mission-card .about-mission-content h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}

.about-our-mission-card .about-mission-content p {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

.ceo-box {
    padding: 50px 0px;
}

.ceo-section {
    border-radius: 40px;
    padding: 25px 55px 25px 25px;
    height: 600px;
    position: relative;
    border: 3px solid #FFFFFF;
    background: #F5F5F5;
}


.quote-section {
    padding: 50px 0px;
    background: #1C4D6B;
}

.quote-heading {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.quotes {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    text-align: justify;
    color: #FFFFFF;
}

.ceo-image img {
    position: relative;
    bottom: 100px;
}


/* Our Products Page Start*/
.hero-section-products {
    background-image: url('./images/products_hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    position: relative;
}


.hero-product-pill {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    background: #F8F8F7C2;
    border: 2px solid;
    border-image-source: linear-gradient(135deg, #FFFFFF 1.75%, #FFFFFF 97.91%);
    box-shadow: 9px 13px 47.1px 0px #00000026;
    backdrop-filter: blur(34.79999923706055px);

    border-radius: 40px;
    gap: 22px;
    border-width: 2px;
    padding: 5px 55px;
    width: max-content;

}


.hero-product-pill span {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #1C4D6B;
    text-align: center;

}

.product-range-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.product-range-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.product-range-list ul li {
    border-radius: 40px;
    padding: 5px 25px;
    border: 2px solid #1C4D6B;
    background: #F8F8F7C2;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.product-range-list ul li a {
    text-decoration: none;
    color: #1C4D6B;
}

.product-range-list ul li:hover {
    background: #1C4D6B;
}

.product-range-list ul li:hover a {
    color: #fff;
}

.product-range-list ul li.active-item {
    background: #1C4D6B;
}

.product-range-list ul li.active-item a {
    color: #fff;
}

.tab-pane {
    display: none;
}

.tab-pane.active-tab {
    display: block;
}


/* Our Products Page End*/



/* Product Detail Start */

.hero-section-product-detail {
    background-image: url('./images/product_detail_hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.hero-product-detail {
    display: flex;
    align-items: center;
    height: 80vh;
    position: relative;
}

.hero-product-detail-content {
    width: 100%;
    position: absolute;
    top: 20%;
    border-radius: 40px;
    border-width: 2px;
    background: #F9F9F9D9;
    border: 2px solid;
    border-image-source: linear-gradient(100.48deg, rgba(217, 217, 217, 0.6) 0.87%, rgba(255, 255, 255, 0.4) 96.59%);
    backdrop-filter: blur(32px);
    padding: 30px;
    margin-right: 0px;
    margin-left: 0px;
}

.w-80 {
    width: 80%;
}

.hero-product-detail-content h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #1C4D6B;
    margin-bottom: 1.5rem;
}

.hero-product-detail-content p {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #3E3E3E;
    margin-bottom: 1rem;
}

.product-detail-image {
    border-radius: 32px;
    background: #fff;
    position: relative;
    width: 100%;
}

.product-detail-image .slider-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    bottom: 3%;
    right: 4%;
    visibility: hidden;
}


.product-detail-image .slider-icons .swiper-icons {

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C4D6B;
    background: transparent;
}

.product-detail-image:hover .slider-icons {
    visibility: visible;
}

.product-detail-image img {
    border-radius: 32px;
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.product-description {
    padding: 50px;
}


.product-range-detail {
    padding: 50px 0px 50px 0px;
}

.small-product-image {
    width: 75px;
    height: 75px;
    border-radius: 12px;
    border: 2px solid #d9dfe0;
    padding: 5px;
}

.small-product-image img {
    width: 100%;
    height: 100%;
}

.active-thumb {
    border: 2px solid #007bff !important;
}

#small-product-images {
    overflow: hidden;
}

#small-product-images .small-product-image {
    flex: 0 0 auto;
    /* Prevent shrinking */
    width: 100px;
    /* Or adjust to your design */
}

/* Product Detail End */



/* Project Page Start */
.hero-section-projects {
    background-image: url('./images/projects_hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    position: relative;
}

.project-range-card {
    border-radius: 40px;
    border-width: 3px;
    background: linear-gradient(99.2deg, #F1F1F1 0.72%, #F6F6F6 98.02%);
    border: 3px solid #F6F6F6;
    padding: 20px 50px 20px 20px;
}

.project-range-card-img {
    width: 500px;
    height: 250px;
    border-radius: 32px;
}

.project-range-card-img img {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    object-fit: cover;
}

.project-card-content h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 1.5rem;
}

.project-card-content h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 0.8rem;

}

.project-card-content p {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: justify;
    color: #3E3E3E;
}

.product-small-images {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.project-small-image {
    width: 75px;
    height: 75px;
    border-radius: 7px;
    margin-bottom: 0.2rem;
}

.project-small-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

/* Project Page End */


/* Contact Us Start */


.contact-us-details {
    padding: 0px 30px;
}

.contact-details {
    border-radius: 14px;
    padding-top: 19px;
    padding-right: 20px;
    padding-bottom: 19px;
    padding-left: 20px;
    background: #F3F3F3E5;
    backdrop-filter: blur(7px)
}

.contact-details i {

    color: #1C4D6B;
}

.contact-details h5 {
    color: #1C4D6B;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.contact-details p {
    color: #1C4D6B;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 17px;
}

.contact-social-details {
    padding: 10px 20px;
    background: #1C4D6B;
    border-radius: 7px;
}

.custom-input {

    position: relative;
}

.custom-input input {
    background: #EEEEEE;
    border: 1px solid #1C4D6B;
    border-radius: 12px;
    border-width: 1px;
    padding: 20px 40px;
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease;

}

.custom-input input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}



.custom-input textarea {
    background: #EEEEEE;
    border: 1px solid #1C4D6B;
    border-radius: 12px;
    border-width: 1px;
    padding: 20px;
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease;
}

.custom-input textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.custom-input input::placeholder {
    color: #999;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    margin-bottom: 0px;
}

.custom-input i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #1C4D6B;
}

.form-btn {
    background: #479FB5;
    border-radius: 18px;
    padding: 20px 40px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.thumbnail {
    width: 300px;
    cursor: pointer;
    transition: 0.3s;
}

.thumbnail:hover {
    transform: scale(1.02);
}

.zoom-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.zoom-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 37px;
    background: #D9D9D9;
}


.swiper-zoom {
    width: 90%;
    height: 90%;
}

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

.swiper-slide-zoom img {
    max-width: 100%;
    height: 100vh;
    object-fit: contain;
    margin: auto;
    display: flex;
    vertical-align: middle;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 36px;
    color: white;
    cursor: pointer;
    z-index: 1100;
}

.hero-about-container {
    display: flex;
    justify-content: center;
    /* centre horizontally */
    align-items: center;
    /* centre vertically */
    min-height: 100vh;
}

.hero-about-content {
    border-radius: 40px;
    padding: 80px;
    background: #F8F8F7C2;
    border: 2px solid;
    border-image-source: linear-gradient(135deg, #FFFFFF 1.75%, #FFFFFF 97.91%);
    box-shadow: 9px 13px 47.1px 0px #00000026;
    backdrop-filter: blur(34.79999923706055px);
    text-align: center;
}


.hero-about-content p {
    text-align: justify;
}

/* Contact Us End */


/* Solutions */



.solutions-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #1C4D6B;
}

.solutions-text p {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #1C4D6B;
}

.solutions-card {
    border-radius: 16px;
}



.solutions-card img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutions-section {
    background: #EEEEEECC;
    padding: 70px 0px;
}


.solutions-section-bg {
    background: #479FB5;
    padding: 70px 0px;
}

.solutions-section-bg .solutions-text {
    color: #fff;
}

.solutions-section-bg .solutions-text p {
    color: #fff;
}


/* Specialites */

/* Our Products Page Start*/
.hero-section-specialities {
    background-image: url('./images/solutions/speciality_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    position: relative;
}


.hero-specialites-pill {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    background: #F8F8F7C2;
    border: 2px solid;
    border-image-source: linear-gradient(135deg, #FFFFFF 1.75%, #FFFFFF 97.91%);
    box-shadow: 9px 13px 47.1px 0px #00000026;
    backdrop-filter: blur(34.79999923706055px);

    border-radius: 40px;
    gap: 22px;
    border-width: 2px;
    padding: 5px 55px;
    width: max-content;

}


.hero-specialites-pill span {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #1C4D6B;
    text-align: center;

}

.specialities-section-bg {
    background: #479FB5;
    padding: 70px 0px 70px 0px;
    margin: 70px 0px;
}

.specialities-section {
    background: #e5e5e5;
    padding: 70px 0px 70px 0px;
}

.specialities-box {
    border-radius: 32px;
    padding: 120px 32px;
    box-shadow: 0px 4px 48.6px 0px #00000033;
    background: #D9D9D9;
    margin-top: -125px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.specialities-box h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #1C4D6B;
}

.specialities-text p {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: justify;
    color: #fff;
}

.specialities-text ul li {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
    color: #fff;
}

.specialities-section .specialities-text p {
    color: #1C4D6B;
}

.specialities-section .specialities-text ul li {
    color: #1C4D6B;
}

.specialities-title-section {
    padding: 50px 0px;
}

.max-content-width {
    width: 75%;
}

.w-75-custom {
    width: 55%;
}

.blog-section {
    padding: 70px 0px;
}

.blog-card-img img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-content .blog-card-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin: 10px 0px;
}

.blog-card-date {
    color: #656565;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;

}

.blog-detail-section {
    padding: 70px 0px;
}

/* Stack items for mobile devices */
@media (max-width: 768px) {

    .product-range-list ul li {
        font-size: 14px;
        padding: 5px 16px;
    }

    .specialities-box h3 {
        font-size: 26px;
    }

    .specialities-text p {
        font-size: 18px;
    }

    .solutions-text {
        font-size: 18px;
    }


    .hero-about-content {
        padding: 40px;
    }

    .hero-about-content p {
        text-align: justify;
        font-family: "Outfit", sans-serif;
        margin: 0;
        font-size: 12px;
        font-weight: 300;
    }

    .product-name p {
        font-size: 14px;
    }

    .w-75-custom {
        width: 100%;
        text-align: center;
    }

    .product-small-images {
        gap: 3px;
    }


    .product-range-detail {
        padding: 50px 50px 50px 50px;
    }


    .product-image img {
        height: 250px;
    }

    .w-80 {
        width: 95%;
    }

    .hero-product-detail-content {
        top: 15%;
    }

    .project-range-card {
        padding: 20px 20px 20px 20px;
    }

    .project-range-card-img {
        border-radius: 32px;
        width: 100%;
    }

    .contact-us-form {
        padding: 20px 20px;
    }

    .custom-input input {
        padding: 12px 40px;
    }

    .form-btn {
        padding: 12px 40px;
    }

    .about-border-right {
        border-bottom: 4px solid #fff;
        border-right: none;
    }

    .ceo-section {
        height: auto;
        padding: 20px 20px;
    }

    .ceo-mobile-image {
        flex-direction: column !important;
    }

    .ceo-image img {
        width: 100%;
        margin-bottom: 1rem;
        bottom: 0px;
    }

    .quotes {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 16px;
        line-height: 123%;
        letter-spacing: 0%;
        text-align: justify;
        color: #FFFFFF;
    }

    .hero-contact-content {
        width: 100%;
        padding: 10px 20px;
    }

    .custom-input input::placeholder {
        margin-bottom: 0px !important;
    }

    .specialities-box {
        padding: 60px 35px;
    }

}

.theme-color-txt {
    color: #1C4D6B;
}

.tags {
    background: #D9D9D9;
    border-radius: 12px;
    padding: 6px 15px;
}

.tag a {
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}