/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

body {
    /* font-family: "Inter", sans-serif; */
    font-family: "Marcellus", serif;
    color: var(--ms-text);

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --orange: #EF7B00;
    --orange-dark: #d96e00;
    --black: #0f172a;
    --dark: #1a1a1a;
    --text: #555;
    --light-text: #777;
    --white: #ffffff;
    --bg-light: #f8f9fb;
    --border: #e5e7eb;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);


    --ms-primary: #f28c00;
    --ms-dark: #0f1720;
    --ms-text: #1e2430;
    --ms-white: #ffffff;
    --ms-soft: rgba(255, 255, 255, 0.08);
    --ms-border: rgba(255, 255, 255, 0.12);
    --ms-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    padding: 0px;
    margin: 0;
}

ul li {
    list-style: none;
}

p {
    font-size: 14px;
    margin-bottom: 0px;
    text-align: justify;
    font-weight: 300;

}

h1,
h2,
h3,
h4 {
    margin-bottom: 0px;
    /* font-weight: 600; */
}



::selection {
    background-color: var(--orange);
    color: #fff;
}




/* section css */
section {
    padding: 50px 0px;
}




@media screen and (max-width: 767px) {
    p {
        font-size: 12px;
    }

    section {
        padding: 20px 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 */








/* sub banner ===================================== */

.sub-banner {
    height: 450px;
    background: url('../img/banner/sub-baner-maiwel.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.sub-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 40, 70, 0.726);

}


.sub-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.sub-banner-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 991px) {
    .sub-banner {
        height: 200px;
    }

    .sub-banner-content h1 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .sub-banner {
        height: 120px;
    }

    .sub-banner-content h1 {
        font-size: 26px;
    }
}

/* sub banner ======================================== */





/* hero section start ============================================ */


/* topbar */
.ms-topbar {
    background: #091018;
    padding: 10px 0;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ms-topbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ms-topbar-left,
.ms-topbar-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ms-topbar-left a,
.ms-topbar-right a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.ms-topbar-left a i {
    color: var(--ms-primary);
    margin-right: 8px;
}

.ms-topbar-right a {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ms-topbar-left a:hover,
.ms-topbar-right a:hover {
    color: var(--ms-white);
}

.ms-topbar-right a:hover {
    background: var(--ms-primary);
    border-color: var(--ms-primary);
    transform: translateY(-2px);
}

/* navbar */
.ms-navbar {
    top: 45px;
    width: 100%;
    padding: 18px 0;
    transition: 0.35s ease;
    background: transparent;
}

.ms-navbar .container {
    background: rgba(255, 255, 255, 0.219);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 18px;
    padding: 12px 24px;
    box-shadow: var(--ms-shadow);
}

.logo {
    width: 115px;
}

.ms-brand {
    display: flex;
    align-items: center;
}

.ms-navbar .nav-item {
    margin: 0 6px;
}

.ms-navbar .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #18202b !important;
    padding: 10px 14px !important;
    position: relative;
    transition: 0.3s ease;
}

.ms-navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: var(--ms-primary);
    transition: 0.3s ease;
}

.ms-navbar .nav-link:hover,
.ms-navbar .nav-link.active {
    color: var(--ms-primary) !important;
}

.ms-navbar .nav-link:hover::after,
.ms-navbar .nav-link.active::after {
    width: calc(100% - 28px);
}

.ms-dropdown {
    border: none;
    border-radius: 14px;
    padding: 10px;
    margin-top: 16px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.ms-dropdown .dropdown-item {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
}

.ms-dropdown .dropdown-item:hover {
    background: rgba(242, 140, 0, 0.12);
    color: var(--ms-primary);
}

.ms-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff9d1e, #f28c00);
    color: #fff;
    text-decoration: none;
    padding: 13px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(242, 140, 0, 0.28);
    transition: 0.3s ease;
}

.ms-quote-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}





/* hero */
.ms-hero {
    position: relative;
    overflow: hidden;
}

.ms-hero-slide {
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
}

.ms-hero-overlay {
    position: absolute;
    inset: 0;
    /* background:
        linear-gradient(90deg, rgba(8, 12, 18, 0.719) 0%, rgba(8, 12, 18, 0.58) 38%, rgba(8, 12, 18, 0.16) 100%); */
    z-index: 1;
}










.ms-btn-primary,
.ms-btn-secondary {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 28px;
    border-radius: 999px;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ms-btn-primary {
    background: linear-gradient(135deg, #ff9d1e, #f28c00);
    color: #fff;
    box-shadow: 0 15px 35px rgba(242, 140, 0, 0.28);
}

.ms-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
}

.ms-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.ms-btn-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.ms-hero-arrow {
    width: 58px;
    height: 58px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    opacity: 1;
    margin: 0 24px;
}

.ms-hero-arrow .carousel-control-prev-icon,
.ms-hero-arrow .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

.ms-hero-arrow:hover {
    background: var(--ms-primary);
    border-color: var(--ms-primary);
}

/* sticky effect */
.ms-navbar.scrolled {
    top: 8px;
    padding: 10px 0;
}

.ms-navbar.scrolled .container {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.356);
}

/* toggler */
.ms-toggler {
    border: none;
    box-shadow: none !important;
}

/* responsive */
@media (max-width: 1199px) {
    .ms-hero {
        margin-top: 100px;
    }

    .ms-navbar {
        top: 0;
        padding: 0px 0;
        background: #fff;
    }

    .ms-navbar .container {
        border-radius: 0;
        background: #fff;
        box-shadow: none;
        border: none;
        padding: 12px;
    }

    .ms-nav-action {
        margin-top: 16px;
    }

}

@media (max-width: 991px) {
    .ms-hero {
        margin-top: 90px;
    }

    .ms-topbar {
        display: none;
    }

    .ms-hero-slide {
        min-height: 85vh;
    }


    .ms-hero-arrow {
        display: none;
    }
}

@media (max-width: 767px) {

    .ms-hero {
        margin-top: 70px;
    }

    .logo {
        width: 50px;
    }

    .ms-navbar .nav-link {
        padding: 10px 0 !important;
        font-size: 14px;
    }

    .ms-hero-slide {
        min-height: auto;
        aspect-ratio: 16 / 9;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #000;
    }




    .ms-btn-primary,
    .ms-btn-secondary {
        width: 100%;
    }

    .ms-navbar.scrolled {
        padding: 0px 0;
    }
}

@media (max-width: 576px) {
    .ms-hero-slide {
        min-height: auto;
        aspect-ratio: 16 / 9;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #000;
    }
}

/* hero section end ===================================================== */



/* subpage banner start */

.sub-page {


    background: #cacaca;
}

.sub-page-heading {
    padding: 160px 0px 60px 0px;
    text-align: center;

}

.sub-page-heading h1 {
    color: #000000;
    font-size: 50px;
    font-weight: 600;
}

.sub-page-heading p {
    color: #000000;
    text-align: center;
}

.sub-page-heading p a,
.sub-page-heading p i {
    text-decoration: none;
    color: #000000;

}

@media(max-width: 768px) {
    .sub-page-heading h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .sub-page-heading {
        padding: 130px 0px 40px 0px;
    }

    .sub-page-heading p {
        font-size: 11px;
    }
}

/* sub page banner end */



/* scrool btn  */

#scrollBtn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

#scrollBtn:hover {
    background: #333;
}

#scrollBtn:focus {
    outline: none;
}

@media (max-width: 767px) {
    #scrollBtn {
        width: 42px;
        height: 42px;
        right: 12px;
        bottom: 12px;
        font-size: 16px;
    }
}

/* scroll btn */







/* about us css start ===================================================== */

.ms-about-section {
    /* padding: 90px 0; */
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
    overflow: hidden;
}

.ms-about-wrapper {
    position: relative;
}

.ms-about-content {
    padding-right: 20px;
}

.ms-about-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #f28c00;
    margin-bottom: 18px;
    position: relative;
}

.ms-about-content h1 {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
    margin-bottom: 22px;
}

.ms-about-content h1 span {
    color: #f28c00;
    display: block;
}

.ms-about-text {
    font-size: 16px;
    line-height: 1.9;
    color: #000;
    margin-bottom: 18px;
    max-width: 95%;
}

.ms-about-points {
    margin-top: 28px;
    row-gap: 14px;
}

.ms-point-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #1a1f2b;
}

.ms-point-item i {
    width: 32px;
    height: 32px;
    background: rgba(242, 140, 0, 0.12);
    color: #f28c00;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

.ms-about-btn-wrap {
    margin-top: 34px;
}

.ms-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9d1e, #f28c00);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 16px 35px rgba(242, 140, 0, 0.25);
    transition: 0.35s ease;
}

.ms-about-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

.ms-about-image-wrap {
    position: relative;
    padding: 30px 0 0 30px;
}

.ms-about-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 78%;
    height: 82%;
    background: linear-gradient(135deg, #111 0%, #2f3542 100%);
    border-radius: 30px;
}

.ms-about-image {
    position: relative;
    z-index: 2;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.14);
}

.ms-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.ms-about-image:hover img {
    transform: scale(1.05);
}

.ms-about-floating-card {
    position: absolute;
    left: -10px;
    bottom: 30px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 20px 24px;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    min-width: 220px;
}

.ms-about-floating-card h4 {
    font-size: 34px;
    font-weight: 700;
    color: #f28c00;
    margin-bottom: 4px;
}

.ms-about-floating-card p {
    font-size: 14px;
    color: #4e5563;
    margin: 0;
    line-height: 1.6;
}


/* responsive */
@media (max-width: 1199px) {
    .ms-about-content h2 {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .ms-about-section {
        padding: 70px 0;
    }

    .ms-about-content {
        padding-right: 0;
    }

    .ms-about-content h2 {
        font-size: 36px;
    }

    .ms-about-text {
        max-width: 100%;
    }

    .ms-about-image-wrap {
        padding: 20px 0 0 20px;
    }

    .ms-about-floating-card {
        left: 10px;
        bottom: 20px;
    }


}

@media (max-width: 767px) {
    .ms-about-content h2 {
        font-size: 30px;
    }

    .ms-about-text {
        font-size: 12px;
        line-height: 1.8;
    }

    .ms-point-item {
        font-size: 12px;
    }

    .ms-about-btn {
        padding: 13px 22px;
        font-size: 14px;
    }

    .ms-about-floating-card {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 15px;
        width: 100%;
    }


}

/* about us css end ===============================================*/





/* service 1 css start ================================================ */


/* .services-section {
    background: var(--bg-light);
} */


.service-left h2 {
    font-size: 52px;
    color: var(--dark);
    font-weight: 700;
    margin: 15px 0;
}

.service-left h2 span {
    color: var(--ms-primary);
}

.service-left p {
    margin-bottom: 15px;
}


.dots {
    display: flex;
    gap: 8px;
}

.dots span {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
}

.dots .active {
    border: 2px solid var(--orange);
    background: transparent;
}


.nav-btn {
    width: 45px;
    height: 45px;
    border: 1px solid var(--dark);
    border-radius: 50%;
    background: var(--white);
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.nav-btn:hover {
    background: var(--orange);
    color: var(--white);
    border: none;
}




.service-cards {
    display: flex;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.service-card {
    min-width: 300px;
    background: var(--white);
    padding: 15px;
    position: relative;
    box-shadow: var(--shadow);
    transition: 0.3s;
    margin: 5px;
}

.service-card img {
    width: 100%;
    margin-bottom: 15px;
}

.service-card h4 {
    font-size: 18px;
    color: var(--dark);
    margin-bottom: 10px;
}

.service-card p {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffe7d1;
    color: var(--orange);
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 6px;
}

.service-card:hover {
    transform: translateY(-8px);
}

@media(max-width: 991px) {
    .service-left h2 {
        font-size: 30px;
    }

    .nav-btn {
        width: 35px;
        height: 35px;
    }
}

/* service 1 css end ====================================================== */




/* service 2 css start =========================================================== */



.ms-office-head h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

.ms-office-head p {
    color: #666;
    margin: 0;
}

.ms-office-explore {
    color: #f28c00;
    text-decoration: none;
    font-weight: 600;
}

.ms-office-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 40px;
}

.ms-office-card:hover {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.ms-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f28c00;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
}


.ms-office-img {
    overflow: hidden;
}

.ms-office-img img {
    width: 100%;
    transition: 0.4s;
}

.ms-office-content {
    padding: 18px;
}

.ms-office-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
}

.ms-office-content p {
    /* font-size: 13px; */
    margin: 0;
}


@media(max-width: 767px) {
    .ms-office-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }


    .ms-office-card {
        margin-bottom: 25px;
    }

    .ms-office-content h3 {
        font-size: 18px;
    }
}


/* serivce 2 css end ============================================ */








/* blog css start ========================================== */


.ms-single-blog-head {
    max-width: 760px;
    margin: 0 auto 55px;
}

.ms-single-blog-tag {
    display: inline-block;
    color: #f28c00;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.ms-single-blog-head h2 {
    font-size: 46px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
    line-height: 1.15;
}

.ms-single-blog-head h2 span {
    color: #f28c00;
}

.ms-single-blog-head p {
    font-size: 16px;
    text-align: center;
    line-height: 1.9;
    margin: 0;
}

.blog-card-section {
    padding: 80px 0;
    background: #f7f7f5;
}

.custom-blog-card {
    background: #f3f1ed;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.35s ease;
}

.custom-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.custom-blog-img {
    overflow: hidden;
}

.custom-blog-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.45s ease;
    display: block;
}

.custom-blog-card:hover .custom-blog-img img {
    transform: scale(1.04);
}

.custom-blog-content {
    padding: 15px 20px 10px;
}

.custom-blog-category {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8a6a2f;
    margin-bottom: 14px;
}

.custom-blog-content h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;

}

.custom-blog-content p {
    margin-bottom: 24px;

}

.custom-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s ease;
}

.custom-blog-link:hover {
    color: #c7771a;
}

.custom-blog-link i {
    font-size: 18px;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .custom-blog-content h3 {
        font-size: 30px;
    }

    .custom-blog-content p {
        font-size: 16px;
    }

    .custom-blog-link {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .ms-single-blog-head h2 {
        font-size: 30px;
    }

    .ms-single-blog-head {
        margin: 0 auto 20px;
    }

    .blog-card-section {
        padding: 50px 0;
    }

    .custom-blog-img img {
        height: 220px;
    }

    .custom-blog-content {
        padding: 22px 18px 24px;
    }

    .custom-blog-category {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .custom-blog-content h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .custom-blog-content p {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .custom-blog-link {
        font-size: 12px;
    }

    .custom-blog-link i {
        font-size: 14px;
    }

    .ms-single-blog-head p {
        font-size: 12px;
        text-align: justify;
        line-height: 1.6;
    }
}

/* blog css end ================================================== */
















/* contact css start ========================================= */

.contact-section {
    background: linear-gradient(#0f172ae1), url(../img/contact/cal-to-action-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px;

}

.contact-text {
    margin-bottom: 50px;
}

.contact-text-wrap {
    text-align: center;
    color: #fff;
}

.contact-text h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-text h3 {
    font-size: 55px;
    font-weight: 600;
}

.contact-text-btn a {
    background: var(--white);
    padding: 15px 50px;
    font-size: 20px;
    font-weight: 600;
}

.contact-text-btn a:hover {
    background: var(--orange);
    color: var(--white);
}

.map iframe {
    width: 100%;
    height: 310px;
}

@media(max-width: 767px) {
    .contact-section {
        padding: 40px;
    }

    .contact-text h2 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .contact-text h3 {
        font-size: 34px;
    }

    .contact-text-btn a {
        padding: 10px 25px;
        font-size: 14px;
    }

    .contact-text {
        margin-bottom: 30px;
    }

    .map iframe {
        width: 100%;
        height: 200px;
    }

}

/* contact css end ======================================= */


/* why us css end =================================================== */


.ms-why-premium {
    padding: 100px 0;
    background: linear-gradient(180deg, #f7f7f5 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.ms-why-premium::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(242, 140, 0, 0.06);
    border-radius: 50%;
}

.ms-why-premium::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -90px;
    width: 240px;
    height: 240px;
    background: rgba(17, 24, 39, 0.03);
    border-radius: 50%;
}

.ms-why-premium-wrap {
    position: relative;
    z-index: 2;
}

.ms-why-premium-left {
    padding-right: 20px;
}

.ms-why-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f28c00;
    margin-bottom: 18px;
}

.ms-why-premium-left h2 {
    font-size: 54px;
    line-height: 1.08;
    font-weight: 700;
    color: #111827;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.ms-why-premium-left h2 span {
    color: #f28c00;
    display: block;
}

.ms-why-premium-left p {
    font-size: 16px;
    line-height: 1.9;
    max-width: 460px;
    margin-bottom: 30px;
}

.ms-why-premium-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 999px;
    text-decoration: none;
    background: #111827;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: 0.35s ease;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.14);
}

.ms-why-premium-btn:hover {
    color: #fff;
    background: #f28c00;
    transform: translateY(-3px);
}

.ms-why-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    align-items: start;
}

.ms-why-grid-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 34px 28px;
    position: relative;
    border: 1px solid rgba(17, 24, 39, 0.05);
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
    transition: 0.4s ease;
    overflow: hidden;
}

.ms-why-grid-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f28c00, #ffb347);
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s ease;
}

.ms-why-grid-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(17, 24, 39, 0.12);
}

.ms-why-grid-card:hover::before {
    transform: scaleX(1);
}

.ms-why-card-number {
    font-size: 14px;
    font-weight: 700;
    color: rgba(242, 140, 0, 0.9);
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.ms-why-grid-card h3 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 600;
    color: #111827;
    margin-bottom: 14px;
}

.ms-why-grid-card p {
    font-size: 15px;
    line-height: 1.85;

    margin: 0;
}

.large-card {
    min-height: 300px;
}

.small-card {
    min-height: 220px;
}

.top-space {
    margin-top: 45px;
}

.wide-card {
    grid-column: span 2;
    min-height: 200px;
}

@media (max-width: 1199px) {
    .ms-why-premium-left h2 {
        font-size: 46px;
    }

    .ms-why-grid-card h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .ms-why-premium {
        padding: 75px 0;
    }

    .ms-why-premium-left {
        padding-right: 0;
    }

    .ms-why-premium-left h2 {
        font-size: 36px;
    }

    .ms-why-grid {
        grid-template-columns: 1fr;
    }

    .wide-card {
        grid-column: span 1;
    }

    .top-space {
        margin-top: 0;
    }

    .large-card,
    .small-card,
    .wide-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .ms-why-premium {
        padding: 55px 0;
    }

    .ms-why-premium-left h2 {
        font-size: 30px;
    }

    .ms-why-premium-left p,
    .ms-why-grid-card p {
        font-size: 14px;
        line-height: 1.8;
    }

    .ms-why-grid-card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .ms-why-grid-card h3 {
        font-size: 22px;
    }

    .ms-why-premium-btn {
        width: 100%;
    }
}

/* why us css end ================================================= */



/* enquiry page css start ======================================== */


.enquiry-section {
    padding: 70px 0;
    background: #fff;
}

.enquiry-map,
.enquiry-form-box {
    height: 100%;
    min-height: 390px;
}

.enquiry-map iframe {
    width: 100%;
    height: 100%;
    min-height: 390px;
    border: 0;
}

.enquiry-form-box {
    background: #eeeeee;
    padding: 25px;
}

.enquiry-form-box input,
.enquiry-form-box textarea {
    width: 100%;
    border: 1px solid #db6a00;
    outline: none;
    padding: 13px 15px;
    margin-bottom: 13px;
    font-size: 14px;
    background: #f7f7f7;
}

.enquiry-form-box textarea {
    height: 95px;
    resize: none;
}

.enquiry-form-box button {
    background: #f28c00;
    color: #fff;
    border: none;
    padding: 12px 22px;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.enquiry-form-box button:hover {
    background: #ad5d01fa;
}

.enquiry-info-card {
    background: #f3f3f3;
    text-align: center;
    padding: 28px 20px;
    border-radius: 14px;
    border-bottom: 3px solid #db8300;
    height: 100%;
}

.enquiry-info-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.enquiry-info-card p {
    margin: 0;
    color: #000;
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 991px) {

    .enquiry-map,
    .enquiry-form-box,
    .enquiry-map iframe {
        min-height: 330px;
    }
}

@media (max-width: 767px) {
    .enquiry-section {
        padding: 50px 0;
    }

    .enquiry-form-box {
        padding: 18px;
    }

    .enquiry-info-card {
        padding: 22px 15px;
    }
}

/* enquiry page css end */


/* about page css start  */

.about-detail-content {
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    padding: 55px 50px;
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
    border-left: 5px solid #f28c00;
}

.about-detail-tag {
    display: inline-block;
    color: #f28c00;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.about-detail-content h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    color: #111827;
    margin-bottom: 25px;
}

.about-detail-content p {
    line-height: 1.9;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .about-detail-section {
        padding: 55px 0;
    }

    .about-detail-content {
        padding: 30px 20px;
        border-radius: 18px;
    }

    .about-detail-content h2 {
        font-size: 26px;
    }

    .about-detail-content p {
        line-height: 1.8;
    }
}

/* about page css end */


/* machinery css start  */

.machinery-section {
    background: #f8f9fb;
}



.machine-category {
    margin-bottom: 55px;
}

.category-title {
    margin-bottom: 25px;
    border-left: 5px solid #f28c00;
    padding-left: 15px;
}

.category-title h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.machine-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.07);
    transition: 0.35s ease;
}

.machine-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(17, 24, 39, 0.12);
}

.machine-card img {
    width: 100%;
    /* height: 220px; */
    object-fit: cover;
    transition: 0.4s ease;
}

.machine-card:hover img {
    transform: scale(1.05);
}

.machine-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    padding: 18px;
    margin: 0;
}

@media (max-width: 991px) {
    .machinery-head h2 {
        font-size: 34px;
    }

    .machine-card img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .machinery-section {
        padding: 55px 0;
    }

    .machinery-head h2 {
        font-size: 28px;
    }

    .category-title h3 {
        font-size: 22px;
    }

    .machine-card img {
        height: 180px;
    }

    .machine-card h4 {
        font-size: 16px;
        padding: 15px;
    }
}

/* machinery css end */




/* our client start */
.item img {
    transition: 0.4s ease-in-out;
    box-shadow: rgba(255, 254, 254, 0.1) 0px 4px 12px;
    border-radius: 10px;
}

.item {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 10px 2px;
}

.item img:hover {
    transform: translateY(-2%);
    cursor: pointer;
}

.item:hover .client-icon {
    opacity: 1;
    cursor: pointer;
}

.client-icon {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #e2540d5e;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

/* our client end */

/* products details  */
.product-image img {
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.product-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-content p {
    line-height: 1.8;
}

.product-spec h3,
.product-features h3,
.product-applications h3,
.product-benefits h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #111;
}

.table th {
    width: 30%;
    background: #f8f9fb;
}

.product-features ul,
.product-applications ul,
.product-benefits ul {
    padding-left: 18px;
}

.product-features li,
.product-applications li,
.product-benefits li {
    margin-bottom: 8px;
    color: #444;
}

.btn-enquiry {
    background: #f28c00;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-enquiry:hover {
    background: #111;
    color: #fff;
}

/* products details end */



/* blog detail  */

.blogs-detail {
    padding-top: 20px;
}

.blogs-detail h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blogs-detail h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

#recent-blog a {
    margin: 10px 0px;
    display: inline-block;
    color: var(--blue);
    font-size: 16px;
}

#recent-blog img {
    width: 100px;
}

.blogs-detail ul li {
    line-height: 2;
    list-style: disc;
}

/* Tablet Landscape */
@media screen and (max-width:1200px) {
    #recent-blog a {
        margin: 8px 0px;
        font-size: 14px;
    }

    #recent-blog img {
        width: 120px;
    }

    .blogs-detail ul li {
        font-size: 12px;
    }
}

/* Tablet Portrait */
@media screen and (max-width:992px) {
    #recent-blog img {
        width: 200px;
    }
}

/* Phone Landscape */
@media screen and (max-width:767px) {
    .blogs-detail {
        padding-top: 10px;
    }

    #recent-blog {
        margin-top: 20px;
    }

    .blogs-detail h5 {
        font-size: 18px;
    }
}

/* blog details end */



/* footer css start =========================================== */

.main-footer {
    background: #000;
    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;
}
.footer-logo {
    margin-bottom: 15px;
}

.footer-logo img{
    width: 170px;
}


.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;
    }

    .footer-overlay {
        padding-top: 40px;
    }

    .footer-logo img{
    width: 100px;
}
}

/* footer css end =================================================== */