@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    font-family: "Figtree", sans-serif;
}

html,
body {
    overflow-x: hidden;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.img-fluid {
    width: 100%;
}

a {
    text-decoration: none;
    transition: .3s;
}

.section-spacer {
    padding: 120px 0px;
}

.dark-jungle-green {
    color: #1F1F1F;
}

.dark-jungle-green-bg {
    background-color: #1F1F1F;
}

.butterfly-bush {
    color: #63498E;
}

.white-bg {
    background-color: #f6f3ef;
}

h1,
h2,
h3 {
    font-family: "Figtree", sans-serif;
    font-weight: 800;
}

.header-1 {
    font-size: 70px;
    line-height: 68px;
    color: #fff;
}
img.logo.top-logo {
    width: 240px;
}
.margin-top{
 scroll-margin-top: 60px;
}

.header-2 {
    font-size: 40px;
    line-height: 44px;
    color: #1F1F1F;
    text-transform: uppercase;
}

.header-3 {
    font-size: 30px;
    color: #1F1F1F;
    font-weight: 800;
}

.sub-title {
    font-size: 20px;
    color: #63498E;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 26px;
    color: #1F1F1F;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.btn,
.header-btn {
    background-color: #63498E;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 16px 36px;
    transition: all 0.6s ease-in-out;
    border-radius: 0;
    border: 1px solid #63498e;
}

.btn:hover {
    background-color: #001352;
    color: #ffffff;
    border: 1px solid #001352;
}

.container-fluid {
    padding: 0px 80px;
}


a {
    text-decoration: none;
}

.translate {
    overflow: hidden;
}

.translate img {
    width: 100%;
    object-fit: cover;
    transition: .7s ease;
}

/* Hover Animation */

.translate:hover img {
    transform: scale(1.06);
}


/* =========================  NEW HEADER DESIGN ========================= */

.header-section {
    position: fixed;
    /* position: sticky; */
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    transition: all ease-out 0.5s;
    background-color: #63498e;
}

.active-bg {
    background-color: #63498E;
}

.custom-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 20px 80px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.logo-box {
    padding: 0;
    margin: 0;
}

.desktop-menu .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.desktop-menu .nav-link {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    padding: 0;
    transition: .3s ease;
}


.header-right {
    display: flex;
    align-items: center;
    gap: 70px;
}



.header-btn {
    background: #ffffff;
    color: #63498E;
    font-size: 18px;
    padding: 16px 34px;
    border: 1px solid #ffffff;
}
.header-btn:hover {
    background: #DBD7FF;
    /* color: #63498e; */
    border-color: #DBD7FF;
}
.product-details.section-spacer {
    padding-top: 80px;
}
.custom-toggler {
    border: 0;
    padding: 0;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.custom-toggler:focus {
    box-shadow: none;
}

.custom-toggler span {
    width: 28px;
    height: 2px;
    background: #ffffff;
    display: block;
}

.mobile-offcanvas {
    background: #1F1F1F;
    width: 280px;
}

.mobile-logo {
    width: 170px;
}

.mobile-offcanvas .nav-link {
    color: #ffffff;
    font-size: 18px;
    padding: 12px 0;
}

.mobile-offcanvas .nav-link:hover {
    color: #9289D3;
}

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


/* =========================  HERO SECTION  ========================= */

.hero-section {
    background: url(../images/home-banner.jpg) center center / cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 908px;
}

.hero-content {
    margin: auto;
    width: 1030px;
    text-align: center;
}

.hero-subtitle {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}
/* Explore Circle */

.explore-circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    top: 550px;
}

.explore-circle img {
    width: 95px;
    animation: rotateText 12s linear infinite;
    margin-bottom: -454px;
}

.xplochem-iocn {
    background-image: url('https://desango.com/clients/wp/xplochem/wp-content/uploads/2026/06/Xplochem-iocn.svg');
    background-size: auto;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 200px;
}

/* Animation */

@keyframes rotateText {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* =========================  PRODUCT SECTION  ========================= */


.product-image {
    text-align: center;
}

.products-section .section-heading {
    max-width: 680px;
    margin: 0 auto 50px;
}

.line {
    width: 120px;
    height: 4px;
    background: #63498E;
    margin: 0 auto 24px;
}



.product-title-box {
    padding: 16px 0px 20px 20px;
    text-align: center;
}

.product-title-box h3 {
    margin: 0;
    text-transform: uppercase;
    color: #63498e;
    font-size: 30px;
}

.product-links {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.product-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 20px;
    border-bottom: 1px solid #9289D3;
    color: #1F1F1F;
    font-size: 21px;
    font-weight: 700;
    transition: .35s ease;
    font-family: 'Open Sans';
}

.product-link:hover {
    background-color: rgb(201 196 233 / 34%);
}

/* Hover Effect */

/* .product-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #7c63b7;
    transition: .4s ease;
}

.product-link:hover::before {
    width: 100%;
}



.product-link span {
    transition: .35s ease;
    font-size: 20px;
}

.product-link:hover span {
    transform: translateX(5px);
} */

/* =========================   VISION SECTION ========================= */

.vision-section {
    position: relative;
    overflow: hidden;
    background: url(../images/vision-shape.png) center center / cover no-repeat;
    border-bottom: 18px solid #63498E;
}
.vision-content {
    max-width: 750px;
    margin: 0 auto;
}

.vision-icon {
    margin-bottom: 25px;
}

.vision-content h2 {
    text-transform: inherit;
}

.vision-content p {
    font-size: 19px;
    line-height: 29px;
}


/* =========================  PARTNERS SECTION  ========================= */

.partners-section {
    padding: 110px 0 0;
}

.partner-logo {
    text-align: -webkit-center;
}

.partners-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 50px;
}

.swiper-slide img {
    width: 250px;
}
/* ========================= GALLERY GRID  ========================= */

.slick-slide {
    padding-right: 13px;
}


/* ========================= CONTACT SECTION  ========================= */

footer.footer-section {
    padding: 100px 0px 70px 0px;
}
.info-item.item-1 {
    align-items: flex-start;
}
.head-office h6,.factory h6{
    font-weight: 700;
    font-size: 16px;
}

.factory h6 {
    margin: 7px 0px 5px 0px;
}
.contact-content {
    padding: 80px;
}
.contact-image img {
    height: 800px;
}


.contact-info {
    margin: 25px 0px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-item a {
    color: #1F1F1F;
    font-size: 16px;
    line-height: 24px;
    transition: .3s ease;
    font-family: 'Open Sans';
}

.info-item a:hover {
    color: #9289D3;
}

.form-group {
    margin-bottom: 15px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    border: 1px solid #2b2b2b;
    background: transparent;
    padding: 16px 17px;
    font-size: 16px;
    color: #222;
    outline: none;
}

.contact-form textarea {
    height: 125px;
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #9289D3;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #a0a0a0;
}

.submit-btn {
    padding: 15px 70px;
}


.footer-left {
    max-width: 459px;
}

.footer-logo img {
    width: 410px;
}

.footer-left p {
    font-size: 19px;
    line-height: 27px;
    color: #ffffff;
    margin: 38px 0px;
    font-weight: 300;
}

.footer-social a {
    margin-right: 25px;
}

.footer-links {
    width: 90%;
}
.offcanvas-body {
    margin-top: 30px;
}
.footer-links a,.offcanvas-body .navbar-nav li a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #9289D3;
    transition: .35s ease;
}
.offcanvas-body .navbar-nav li a {
    padding-top: 0;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}
.footer-links a:hover,.offcanvas-body .navbar-nav li a:hover {
    color: #9289D3;
    padding-left: 12px;
}

.footer-contact {
    padding-left: 47px;
}

.footer-contact-item {
    margin-bottom: 36px;
}

.footer-contact-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}

.footer-contact-item a,
.footer-contact-item p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
    transition: .3s ease;
}

.footer-contact-item a:hover {
    color: #9289D3;
}



/* ========================= PRODUCT PAGES  ========================= */

/* PRODUCT DETAILS SECTION */


.product-details-content p {
    margin: 25px 0px;
    font-size: 17px;
}

.product-details-content {
    WIDTH: 88%;
}

/* SPECIFICATIONS */


/* Table */

.specification-table {
    width: 100%;
    border-collapse: collapse;
}

.specification-table th {
    color: #fff;
    padding: 18px 16px;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #f7f7f7;
    text-align: left;
    background-color: #63498E;
}

.specification-table td {
    padding: 18px 16px;
    font-size: 18px;
    color: #444;
    border: 2px solid #ffffff;
    line-height: 12px;
}

.specification-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.specification-table tbody tr:nth-child(even) {
    background: #f4f4f4;
}

/* TRANSPORT  */

.transport-wrapper {
    margin: 120px 0;
}

.transport-wrapper p {
    margin: 0;
}



/* =========================  ABOUT PAGE ========================= */


/* HERO section */

.about-hero {
    height: 350px !important;
    text-align: center;
}

.Committed-image,
.product-details-image {
    overflow: hidden;
    margin: 0 0 0 auto;
}

.about-hero-content {
    padding-top: 95px;
}
/* COMMITTED SECTION */

.Committed-content {
    width: 84%;
}

/* LEADERSHIP SECTION */

.leader-content h3 {
    margin: 20px 0px 10px 0px;
}


/* wHY US SECTION */

.why-us-section {
    background: url(../images/vision-shape.png) center center / cover no-repeat;
}

.feature-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 18px 0px 10px 17px;
    border-bottom: 2px solid #9289d3;
}

.feature-item img {
    margin-top: -7px;
}

.feature-item h6 {
    font-weight: 700;
    font-size: 18px;
}




/* =========================  Contact section ========================= */


section.contact-section {
    padding: 80px 0px;
}


/* =========================   RESPONSIVE ========================= */

@media(max-width: 1399px) {

    .footer-logo img {
        width: 360px;
    }

    .footer-links a {
        font-size: 21px;
    }

    .footer-contact-item h4 {
        font-size: 22px;
    }

    .footer-contact {
        padding-left: 0;
    }

    .desktop-menu .nav-link {
        font-size: 20px;
    }

    .gallery-section {
        padding: 100px 0;
    }

    .section-spacer {
        padding: 100px 0px;
    }
}

@media(max-width: 1199px) {

    .contact-image img {
    height: 100%;
}

    .product-link {
        padding: 22px 9px;
        font-size: 20px;
        line-height: 26px;
    }
.hero-content {
    width: 900px;
}
    .footer-section {
        padding: 90px 0 45px;
    }

    .footer-links a {
        font-size: 19px;
    }

    .desktop-menu .navbar-nav {
        gap: 50px;
    }

    .Committed-content {
        width: 100%;
    }

    .specification-table td {
        padding: 9px 16px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media(max-width:991px) {
.contact-image iframe {
    height: 550px;
}
img.logo.top-logo {
    width: 200px;
}
    .specification-table {
        width: 1000px;
        border-collapse: collapse;
    }

    .transport-wrapper {
        margin: 70px 0;
    }

    .specification-table th {
        padding: 15px 15px;
        font-size: 18px;
        line-height: 23px;
    }

    .btn,
    .header-btn {
        padding: 12px 24px;
        font-size: 18px;
    }
.submit-btn {
    padding: 12px 50px;
}
    .product-details-content {
        WIDTH: 100%;
    }

    .partner-logo img {
        width: 220px;
    }

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

    .footer-section {
        padding: 80px 0 40px;
    }

    .footer-left {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .footer-links {
        margin-bottom: 50px;
    }

    .footer-links a {
        font-size: 18px;
    }

    .footer-bottom {
        margin-top: 50px;
    }

    .custom-toggler {
        display: flex;
        order: -1;
        margin-top: 3px;
        margin-right: 30px;
    }

    .container-fluid {
        padding: 0px 50px;
    }

    .desktop-menu {
        display: none !important;
    }

    .logo-box img {
        width: 180px;
    }

    .header-btn {
        padding: 14px 24px;
        font-size: 16px;
    }
    .footer-links {
    width: 100%;
}
    .contact-content {
        padding: 0;
    }

    .vision-content {
        max-width: 100%;
    }

    .header-left {
        gap: 0;
    }

    .hero-content {
        width: 100%;
    }

    .header-1 {
        font-size: 52px;
        line-height: 52px;
    }

    .products-section .section-heading {
        max-width: 100%;
    }

    .offcanvas {
        transition: var(--bs-offcanvas-transition) !important;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 12px 18px;
    }
}


@media(max-width:767px) {

    .swiper-slide img {
        width: 230px;
    }
    .hero-content {
        text-align: left;
    }

   .hero-subtitle {
        font-size: 18px;
    }

    .custom-navbar {
        padding: 20px;
    }

    .container-fluid {
        padding: 0px 20px;
    }

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

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

    .footer-section {
        padding: 70px 0 35px;
    }

    .footer-logo {
        margin-bottom: 30px;
    }


    .footer-social {
        gap: 18px;
    }

    .footer-social a {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    section.contact-section {
        padding: 50px 0px;
    }

    .footer-links a {
        font-size: 17px;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .footer-contact-item {
        margin-bottom: 30px;
    }

    .footer-contact-item h4 {
        font-size: 20px;
    }

    .footer-contact-item a,
    .footer-contact-item p {
        font-size: 15px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .footer-bottom p,
    .footer-bottom a {
        font-size: 15px;
    }


    .custom-toggler span {
        width: 22px;
    }

    .hero-subtitle {
        margin: 8px 0;
    }

    .header-btn {
        padding: 12px 28px;
        font-size: 16px;
    }

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

@media(max-width:575px) {

    .feature-item {
        gap: 15px;
    }
.xplochem-iocn {
        margin-top: -10px;
        height: 30px;
    }
.explore-circle img {
    margin-bottom: -44px;
}
    .feature-item h6 {
        font-size: 16px;
        line-height: 19px;
    }

    .header-3 {
        font-size: 28px;
    }
.contact-image iframe {
    height: 350px;
}
    p {
        font-size: 17px;
        line-height: 25px;
    }

    .contact-content .section-heading {
        text-align: center;
    }

    .header-1 {
        font-size: 44px;
        line-height: 44px;
    }

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

    .logo-box img {
        width: 150px;
    }

    .custom-toggler {
        margin-right: 15px;
    }

    .footer-section {
        padding: 60px 0 30px;
    }

    .footer-logo img {
        width: 280px;
    }

    .footer-links a {
        font-size: 16px;
    }

    .footer-contact-item h4 {
        font-size: 18px;
    }

    .hero-section {
        height: 550px;
    }
.explore-circle img {
    width: 77px;
}
     .explore-circle {
        top: 430px;
    }
    .footer-left p {
        font-size: 17px;
        margin: 30px 0px;
    }

    footer.footer-section {
        padding: 50px 0px;
    }

    .header-2 {
        font-size: 36px;
        line-height: 38px;
    }

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

}

@media(max-width:450px) {
    .header-btn {
        padding: 9px 17px;
        font-size: 16px;
    }
    img.logo.top-logo {
        width: 170px;
    }
    .header-1 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 0;
    }
    .header-2 {
        font-size: 32px;
    }
  .hero-subtitle {
        margin: 0px 0;
        font-size: 18px;
    }
}

@media(max-width:375px) {

    .logo-box img {
        width: 130px;
    }
    img.logo.top-logo {
        width: 145px;
    }
    .header-btn {
        padding: 8px 11px;
        font-size: 13px;
    }

}



/* =========================   MEGA MENU ========================= */

.mega-dropdown {
    position: static;
    padding-bottom: 40px;
    margin-bottom: -40px;
}

/* Mega Menu */

.mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #ffffff;
    padding: 30px 60px 60px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .35s ease;
    z-index: 999;
    box-shadow: 6px 2px 13px #0000004f;
}

@media(min-width:992px) {

    .mega-dropdown:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}


.mega-menu-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


/* =========================   MOBILE CLICK ========================= */

@media(max-width:991px) {

    .mega-column li {
        border-bottom: 0;
    }

    .mega-menu {
        position: static;
        width: 96%;
        background: transparent;
        padding: 20px 0 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        display: none;
        margin: 0 0 auto auto;
        box-shadow: none;
    }

    /* OPEN ON CLICK */

    .mega-dropdown.active .mega-menu {
        display: block;
    }

    .mega-menu-inner {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .mega-menu ul li a {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .mega-column h4 {
        color: #fff;
        font-size: 18px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
    }


    .mobile-offcanvas .offcanvas-body::-webkit-scrollbar {
        display: none;
    }
}




.partners-slider{
    overflow: hidden;
    width: 100%;
}

.partners-slider .swiper-wrapper{
    transition-timing-function: linear !important;
    align-items: center;
}

/* =========================
   GALLERY CENTER SLIDER
========================= */

.gallery-section{
    overflow: hidden;
}
