@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Jost", sans-serif;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --yellow: #FDCF45;
    --green: #367C46;
    --black: #000;
    --white: #fff;

}

a {
    text-decoration: none;
    color: #000;
}

ul {
    padding: 0px;
    margin: 0;
}

ul li {
    list-style: none;
}

p {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: justify;
    line-height: 1.7;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 0px;
    font-weight: 600;
}





/* section css */
section {
    padding: 50px 0px;
}




@media screen and (max-width: 767px) {
    p {
        font-size: 12px;
    }

    section {
        padding: 30px 0px;
    }


}


/* section css */

/* footer css */
.footer {
    padding: 50px 0px;

}

@media screen and (max-width: 767px) {
    .footer {
        padding: 20px 0px;
    }
}

/* footer css */


/* fixed-icon-start */
.whatsapp-fixed {
    position: fixed;
    left: 1%;
    bottom: 10%;
    z-index: 999;
}

.whatsapp-fixed img {
    height: 50px;
    filter: drop-shadow(rgba(0, 0, 0, 0.349) 0px 5px 15px);
}

@media (max-width: 768px) {
    .whatsapp-fixed {
        position: fixed;
        right: 1%;
        bottom: 5%;
        z-index: 999;
    }
}

/* fixed-icon-end */





/* topbar css start ==================================== */

.topbar {
    background-color: #0f2027;
    padding: 6px 0;
    font-size: 14px;
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-left a,
.topbar-left span {
    color: #ffffff;
    margin-right: 20px;
}

.topbar-left i {
    margin-right: 6px;
}

.topbar-right a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    transition: 0.3s ease;
    color: #ffff;
}

.topbar-right a:hover {
    background: #f1f1f1;
    color: #000;
}


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/* topbar css end ==================================== */




/* navbar css start========================================================== */



.dropdown:hover .dropdown-menu {
    display: block !important;
    border-radius: 0px;
    border: none;
}

.dropdown-menu .dropdown-item {
    color: var(--black) !important;
    font-size: 16px;
    font-weight: 600;
}

.dropdown-menu .dropdown-item:hover {
    background: var(--yellow);
    color: #000000 !important;
}


.navbar {
    background-color: #fff !important;
    padding: 10px !important;

}


.nav-link {
    padding-bottom: 0px !important;
    color: var(--black) !important;
}

.nav-item .nav-link {
    font-weight: 500;
    font-size: 16px;

}



.nav-item:hover .nav-link {
    color: var(--yellow) !important;
    transition: 0.5s ease-out;
}


/* ================= NAVBAR BUTTON ================= */

.navbar-btn {
    display: flex;
    align-items: center;
}

.btn-download {
    background-color: var(--green);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-download:hover {
    background-color: #ffdc72;
    color: #000000;
}

@media (max-width: 991px) {
    .navbar-btn {
        justify-content: start;
        margin: 10px 0;
    }

    .btn-download {
        padding: 9px 10px;
        font-size: 14px;
        font-weight: 400;
    }
}



/* logo */
.logo {
    width: 150px;
}


@media(max-width: 1200px) {
    .nav-item .nav-link {
        font-size: 13px;
    }

    .logo {
        width: 100px;
    }


}


/* Mobile Hide (already d-none d-lg-flex used) */




@media(max-width: 767px) {
    .navbar-brand {
        padding: 0 !important;
    }

    .logo {
        width: 100px;
    }

    .navbar {
        background-color: #fff !important;
        padding: 10px !important;

    }


    .navbar-toggler {
        padding: 5px;

    }

    .navbar-toggler-icon {
        height: 20px;


    }

    .nav-item .nav-link {
        font-size: 14px;
    }
}

.carousel-item img {
    width: 100% !important;
}

/* navbar css end ==================================================================*/




/* subpage banner start */

.sub-page {
    /* background: linear-gradient(to right, #ffffffc2, #00000011), url(../img/banner/sub-banner-al.jpg); */
    /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */

    background: var(--green);
}

.sub-page-heading {
    padding: 60px 0px;
    text-align: start;

}

.sub-page-heading h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
}

.sub-page-heading p {
    color: #ffffff;
}

.sub-page-heading p a,
.sub-page-heading p i {
    text-decoration: none;
    color: #ffffff;
}

@media(max-width: 768px) {
    .sub-page-heading h1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
    }

    .sub-page-heading {
        padding: 10px 0px;
        text-align: start;
    }

    .sub-page-heading p {
        font-size: 11px;
    }
}

/* sub page banner end */



/* about css start ========================================================= */

.about-section {
    background: #fff;
}


.welcome-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.welcome-heading h2 {
    font-size: 38px;
    font-weight: 600;
}

.welcome-heading h2 span {
    color: var(--green);
}

.welcome-heading .line {
    width: 120px;
    height: 1px;
    background: #000;
}

.welcome-text {
    text-align: center;
    /* max-width: 900px; */
    margin: 20px auto 60px;
    font-size: 16px;
    line-height: 1.8;
}



.about-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.about-heading h3 {
    font-size: 38px;
    margin-bottom: 10px;
}

.about-line {
    flex: 1;
    height: 1px;
    background: #000;
}

.about-text h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.about-text p {
    line-height: 1.8;
    margin-bottom: 15px;
}


.btn-know {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: var(--green);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-know:hover {
    background: #34703d;
}


@media(max-width: 991px) {
    .overlay-img {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
        margin-top: 20px;
    }

    .welcome-heading h2 {
        font-size: 29px;
    }

    .welcome-text {
        text-align: justify;
        margin: 10px auto 30px;
        font-size: 12px;
    }

    .welcome-heading .line {
        display: none;
    }

    .image-frame {
        margin-bottom: 15px;
    }

    .about-heading h3 {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .about-text h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .about-text p {
        margin-bottom: 0px;
    }

    .btn-know {
        padding: 7px 15px;
        font-size: 12px;
    }
}

/* about css end =========================================*/






/* mission vision css start ====================================== */



.mvq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.mvq-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.3s ease;
}

.mvq-card:hover {
    transform: translateY(-6px);
}

.mvq-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.mvq-card .title-underline {
    display: block;
    width: 100px;
    height: 2px;
    background: var(--yellow);
    margin: 12px auto 20px;
}


.mvq-card p {
    color: #000000;
    line-height: 1.7;
}

/* mission vision css end ============================================= */








/* products css start ========================================= */


.product-info-card {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    padding: 15px;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.4s ease;
    overflow: hidden;
}

.product-info-card:hover {
    transform: translateY(-8px);
}


.product-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}


.product-info-content {
    padding-top: 20px;
}

.product-info-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.product-info-content p {
    font-size: 15px;
    line-height: 26px;
    color: #6b7280;
    margin-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    transition: 0.3s ease;
}

.product-btn:hover {
    background: #0f2027;
    color: #ffffff;
}


.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.08);
}

.shape-1 {
    width: 90px;
    height: 90px;
    bottom: 20px;
    right: 20px;
}

.shape-2 {
    width: 130px;
    height: 130px;
    bottom: -40px;
    right: -40px;
}


@media(max-width: 767px) {
    .product-info-card {
        padding: 15px;
    }

    .product-info-content h3 {
        font-size: 20px;
    }

    .product-info-content p {
        font-size: 12px;
        line-height: 20px;
        color: #6b7280;
        margin-bottom: 15px;
    }

    .product-btn {
        font-size: 12px;
    }
}

/* products css end ================================================== */



/* why us css start ============================================= */


.why-choose-dexsol {
    padding: 90px 0;
    background: linear-gradient(120deg, #0f2027, #203a43, #2c5364);
    color: #ffffff;
}


.why-left h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.why-left h2 span {
    color: var(--yellow);
}

.why-left p {
    font-size: 16px;
    line-height: 28px;
    color: #e0e0e0;
}


.why-box {
    background: rgba(255, 255, 255, 0.08);
    padding: 35px 30px;
    border-radius: 12px;
    position: relative;
    margin-bottom: 30px;
    transition: 0.4s ease;
    backdrop-filter: blur(6px);
}

.why-box:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
}

.why-number {
    position: absolute;
    top: -18px;
    right: 20px;
    background: var(--green);
    color: #ffffff;
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 50%;
    font-size: 14px;
}


.why-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.why-box p {
    font-size: 14px;
    line-height: 24px;
    color: #dddddd;
}

@media(max-width: 991px) {
    .why-choose-dexsol {
        padding: 50px 0px;
    }

    .why-left h2 {
        font-size: 32px;
    }

    .why-left p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .why-box p {
        font-size: 12px;
    }
}

/* why us css end ====================================== */



/* blog css start ========================================= */

.blog-section {
    padding: 80px 0;
    background: #f7f9fc;
}

.section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
}


.blog-highlight {
    height: 100%;
    padding: 40px;
    color: #fff;
    background: linear-gradient(180deg, #75BC80, #FDCF45);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.blog-highlight h3 {
    font-size: 32px;
    font-weight: 700;
}

.btn-view {
    background: #fff;
    color: #000;
    padding: 14px 22px;
    text-decoration: none;
    width: fit-content;
    font-weight: 600;
}


.blog-card {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
}

.blog-date {
    position: absolute;
    bottom: -15px;
    left: 20px;
    background: #75BC80;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
}

.blog-content {
    padding: 40px 25px 30px;
}

.blog-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}


.btn-read {
    display: inline-block;
    background: #FDCF45;
    color: #000;
    padding: 12px 22px;
    font-weight: 600;
    text-decoration: none;
}

.btn-read:hover {
    background: #75BC80;
    color: #fff;
    transition: 0.3s;
}


@media(max-width: 991px) {
    .section-title {
        font-size: 28px;
    }

    .blog-highlight h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

/* blog css end =========================================== */


/* client css start =================================== */

.review-card {
    position: relative;
    background: #ffffff;
    padding: 45px 35px 35px;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.4s ease;
    height: 100%;
}

.review-card:hover {
    transform: translateY(-10px);
}


.review-card.active {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #ffffff;
}

.review-card.active .review-text,
.review-card.active span {
    color: #e5e7eb;
}


.quote-icon {
    position: absolute;
    top: -28px;
    left: 30px;
    font-size: 80px;
    font-weight: 700;
    color: var(--green);
    line-height: 1;
}


.review-text {
    font-size: 15px;
    line-height: 26px;
    color: #374151;
    margin-bottom: 30px;
}


.review-client h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.review-client span {
    font-size: 13px;
    color: #6b7280;
}



/* client css end ============================================ */


/* contact css start ===================================== */

.contact-section {
    background: url("../img/contact/contact-bg-dexsol.jpeg") center/cover no-repeat;
    padding: 100px 0;
    position: relative;
}


.contact-wrapper {
    max-width: 700px;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.85);
    padding: 50px;
    backdrop-filter: blur(6px);
}


.contact-title {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 35px;
    position: relative;
}

.contact-title::before,
.contact-title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #999;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}


.contact-wrapper label {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}


.contact-wrapper .form-control {
    border-radius: 0;
    border: 1px solid #ccc;
    background: transparent;
    padding: 10px;
    font-size: 14px;
}


.btn-submit {
    background: #4fa3a5;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #3b8b8d;
}




.captcha-wrapper {
    position: relative;
}

.captcha-wrapper input {
    padding-right: 45px;
}

.refresh-captcha {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: var(--green);
    transition: 0.3s;
}

.refresh-captcha:hover {
    color: var(--yellow);
    transform: translateY(-50%) rotate(180deg);
}


@media(max-width: 991px) {
    .contact-wrapper {
        margin: auto;
        padding: 25px;
    }

    .contact-title::before,
    .contact-title::after {
        width: 0px;
    }

    .contact-title {
        text-align: start;
    }
}

/* contact css end =================================== */


/* enquiry css start ================================ */

.product-enquiry-section h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 60px;
}

.product-card {
    background: #fff;
    border-radius: 14px;
    /* padding: 40px; */
    margin-bottom: 50px;
}

/* Top Row */
.product-top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.product-img img {
    width: 100%;
    border-radius: 7px;
}

.product-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.product-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.available-size {
    background: #eef3ff;
    padding: 14px 18px;
    border-radius: 8px;
    font-weight: 600;
    color: #0a2c5e;
    display: inline-block;
}

/* Bottom Section */
.product-details h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.product-details ul {
    padding-left: 18px;
}

.product-details ul li {
    margin-bottom: 8px;
    color: #444;
    list-style-type: disc;
}

/* Extra Highlight Box */
.extra-info {
    background: #f9fbff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    border-left: 4px solid var(--green);
}

/* Button */
.enquiry-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 28px;
    background: var(--green);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.enquiry-btn:hover {
    background: var(--yellow);
}

#enquiryFormSection{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}


/* Responsive */
@media (max-width: 991px) {


    .product-content {
        margin-top: 25px;
    }

    .product-enquiry-section h2 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 30px;
    }

    .product-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .available-size {
        font-size: 14px;
    }

    .product-details ul li {
        font-size: 12px;
    }
}

/* enquiry css end */




/* ================= Contact Action Bar ================= */
.contact-action-bar {
    background: #000;
    padding: 70px 0;
}

.action-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.action-item {
    flex: 1;
    text-align: center;
    color: #cfcfcf;
    cursor: pointer;
    transition: 0.3s ease;
    text-decoration: none;
}

.action-item i {
    font-size: 34px;
    display: block;
    margin-bottom: 10px;
}

.action-item span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.action-item:hover {
    color: #ffffff;
}


.divider {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
}


@media (max-width: 768px) {
    .action-wrapper {
        flex-direction: column;
    }

    .contact-action-bar {
        padding: 30px;
    }

    .divider {
        width: 60%;
        height: 1px;
        margin: 25px 0;
    }
}


/*  */




/* industry we servce start */

.industry-card {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    margin: 5px;
}

.industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.industry-card:hover img {
    transform: scale(1.07);
}

/* Slanted label */
.industry-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e9f3fb;
    padding: 18px 22px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.industry-label span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

/* industry we servce end */



/* dexsul features  */

.about-title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.about-title span {
    color: var(--green);
}

.about-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-features {
    margin-top: 30px;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.feature-box .icon {
    width: 48px;
    height: 48px;
    background: #eaf2ff;
    color: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.feature-box h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.feature-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}


.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.main-image {
    width: 100%;
    border-radius: 20px;
}



@media (max-width: 991px) {
    .about-title {
        font-size: 28px;
    }

    .circle-image {
        position: static;
        margin: 25px auto 0;
    }

    .image-wrapper {
        margin-top: 40px;
    }

    .about-text {
        font-size: 12px;
    }

    .feature-box p {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .about-title {
        font-size: 24px;
    }

    .feature-box {
        align-items: flex-start;
    }
}

/* dexsol about featureas */



/* footer css start ============================================ */



.main-footer {
    background: url("../img/footer/dexsol-footer.jpeg") center/cover no-repeat;
    color: #ffffff;
    position: relative;
}

.footer-overlay {
    background: rgba(0, 0, 0, 0.75);
    padding-top: 70px;
}


.footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: -10px;
}


.main-footer p {
    font-size: 14px;
    line-height: 24px;
    color: #dcdcdc;
}


.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links a::before {
    content: "➜";
    margin-right: 8px;
}

.footer-links a:hover {
    padding-left: 5px;
}


.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 12px;
    color: #dcdcdc;
}

.footer-contact li a {
    color: #fff;
}

.footer-contact i {
    margin-top: 4px;
}


.footer-social {
    margin-top: 15px;
}

.footer-social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border: 1px solid #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 8px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #ffffff;
    color: #000000;
}


.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
    padding: 15px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #cccccc;
    text-align: center;
}

.footer-bottom p a {
    color: #fff;
}


@media(max-width: 767px) {
    .main-footer p {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .footer-links a {
        font-size: 12px;
    }

    .footer-contact li {
        font-size: 12px;
    }
}

/* contact css end */