/*********************center_home****************/
.center_home {
    background-image: url(../img/1.jpg);
    background-position: center;
}

.center_home_m {
    background: #000000ad;
    padding-top: 280px;
    padding-bottom: 200px;
}

.center_2 {
    margin-top: 30px;
    margin-bottom: 25px;
    background: #000000a3;
    padding: 20px;
}

.center_1 h1 {
    font-size: 60px;
}

.center_2i1 .form-control {
    height: 50px;
    font-size: 16px;
    border-radius: 0;
    border: none;
    color: #999;
}

.center_home p {
    font-size: 18px;
}

.center_main {
    position: relative;
}

.center_main_1 {
    position: absolute;
    width: 100%;
}

/*********************center_home_end****************/

/*********************category****************/
#category {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hrb {
    border-color: #fdb900;
    border-width: 5px;
    width: 60px;
    margin-left: 0;
}

.category_1 h1 {
    font-size: 60px;
}

.category_2 {
    margin-top: 30px;
}

.category_3 {
    margin-top: 30px;
}

/*********************category_end****************/

/*********************feature****************/
#feature {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fdb9002e;
}

#serv_home {
    padding-top: 45px;
    padding-bottom: 40px;
}

.serv_home_1 {
    margin-top: 30px;
}

.serv_home_1i span {
    font-size: 58px;
    color: #fdb900;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

.serv_home_1i {
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    padding: 35px 25px;
    min-height: 260px;
    margin-bottom: 30px;
    transition: 0.3s ease;
}

.serv_home_1i:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.serv_home_1i h4 {
    margin-top: 20px;
    font-size: 23px;
    font-weight: 700;
}

.serv_home_1i p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
}

#feature_o {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}

/*********************feature_end****************/

/*********************offer****************/
/* =====================================
   OUR SERVICES - FABRICATION
===================================== */

#offer.fabrication-services {
    padding: 55px 0 60px;
    background: #f7f9fc;
}


/* heading */

.service-section-heading {
    margin-bottom: 30px;
}

.service-section-heading h6 {
    margin: 0 0 7px;

    color: #d65a00;
    font-size: 14px;
    font-weight: 700;

    letter-spacing: 0.5px;
}

.service-section-heading h1 {
    margin: 0;

    color: #08284e;

    font-size: 44px;
    font-weight: 700;
}

.service-section-heading .hrb {
    width: 60px;

    margin: 13px 0 12px;

    border-color: #fdb900;
    border-width: 3px;
}

.service-section-heading p {
    max-width: 650px;

    margin: 0;

    color: #777;

    font-size: 15px;
    line-height: 1.6;
}


/* cards */

.service-card-row {
    display: flex;
    flex-wrap: wrap;
}

.service-card-row>div {
    display: flex;

    margin-bottom: 25px;
}

.fabrication-service-card {
    width: 100%;

    background: #fff;

    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

    transition: 0.3s ease;
}

.fabrication-service-card:hover {
    transform: translateY(-6px);

    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.13);
}


/* image */

.service-image {
    width: 100%;
    height: 220px;

    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: 0.4s ease;
}

.fabrication-service-card:hover .service-image img {
    transform: scale(1.05);
}


/* content */

.service-content {
    position: relative;

    padding: 35px 22px 25px;
}


/* icon */

.service-icon {
    position: absolute;

    top: -31px;
    left: 22px;

    width: 62px;
    height: 62px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #d65a00;

    border: 5px solid #fff;

    border-radius: 50%;

    color: #fff;

    font-size: 23px;
}


/* title */

.service-content h3 {
    margin: 8px 0 12px;

    color: #08284e;

    font-size: 20px;
    font-weight: 700;
}


/* paragraph */

.service-content p {
    min-height: 110px;

    margin: 0;

    color: #777;

    font-size: 14px;
    line-height: 1.65;
}


/* Read More */

.service-read-btn {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 16px;

    color: #1156b5 !important;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;

    transition: 0.3s ease;
}

.service-read-btn:hover {
    color: #d65a00 !important;
}

.service-read-btn i {
    font-size: 12px;

    transition: 0.3s ease;
}

.service-read-btn:hover i {
    transform: translateX(4px);
}


/* View all services */

.all-services-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    margin-top: 12px;

    padding: 13px 26px;

    background: #1156b5;

    color: #fff !important;

    border-radius: 28px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none !important;

    box-shadow: 0 5px 15px rgba(17, 86, 181, 0.25);

    transition: 0.3s ease;
}

.all-services-btn:hover {
    background: #0b438f;

    transform: translateY(-2px);
}


/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .service-section-heading h1 {
        font-size: 38px;
    }

    .service-image {
        height: 230px;
    }

    .service-content p {
        min-height: 90px;
    }

}


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

@media (max-width: 767px) {

    #offer.fabrication-services {
        padding: 40px 0;
    }

    .service-section-heading h1 {
        font-size: 32px;
    }

    .service-card-row {
        display: block;
    }

    .service-card-row>div {
        display: block;
    }

    .service-image {
        height: 250px;
    }

    .service-content p {
        min-height: auto;
    }

}

/*********************offer_end****************/

/*********************about_page****************/
#about_page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.about_page_1i span i {
    font-size: 60px;
}

.about_page_1i {
    box-shadow: 0 0 10px #fdb90061;
    padding: 30px 15px;
}

.about_page_1 {
    margin-top: 30px;
}

/*********************about_page_end****************/

/*********************blog****************/
#blog {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog_2 {
    margin-top: 30px;
}

.blog_2i1 h5 span {
    margin-left: 20px;
}

.blog_2i1 h5 i {
    margin-right: 5px;
}

.blog_2i1 {
    background: #fdb9002e;
    padding: 20px;
    border-top: 3px solid #fdb900;
    border-left: 1px solid #fdb90061;
    border-right: 1px solid #fdb90061;
    border-bottom: 1px solid #fdb90061;
}

/*********************blog_end****************/

@media screen and (max-width : 767px) {
    .center_main_1 {
        position: static;
    }

    .center_home_m {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .center_2i1 {
        margin-top: 10px;
    }

    .category_2i {
        margin-top: 10px;
    }

    #feature {
        text-align: center;
    }

    #feature_o {
        text-align: center;
    }

    .feature_1r {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .serv_home_1i {
        margin-top: 10px;
    }

    #work {
        text-align: center;
    }

    .work_1l p {
        margin-left: 0;
        margin-top: 20px;
    }

    .work_1r {
        margin-top: 10px;
    }

    .work_1l h5 {
        text-align: center;
    }

    .about_page_1i {
        margin-top: 10px;
    }

    #testim {
        text-align: center;
    }

    .testim_r1 {
        margin-left: 0;
        margin-top: 15px;
    }

    .testim_r2 {
        text-align: center;
    }

    .blog_2i {
        text-align: center;
        margin-top: 10px;
    }

    .blog_2i1 h5 {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .testim_l img {
        min-height: 450px;
    }

}

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

@media (min-width:1201px) and (max-width:1366px) {}

/* =====================================
   DESIGN CENTRE HERO SECTION
===================================== */

#hero {
    position: relative;
    width: 100%;
    min-height: 720px;
    overflow: hidden;

    background-image: url("../img/design-centre-hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    transition: background-image 0.8s ease-in-out;
}

/* Dark layer over background image */
#hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(2, 20, 42, 0.95) 0%,
            rgba(2, 20, 42, 0.82) 38%,
            rgba(2, 20, 42, 0.30) 65%,
            rgba(2, 20, 42, 0.08) 100%);
}

/* Keep content above overlay */
#hero .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-content {
    max-width: 680px;
    padding-top: 40px;
    padding-bottom: 170px;
}

/* Small top caption */
.hero-tag {
    display: inline-block;
    position: relative;

    margin-bottom: 24px;
    padding-left: 26px;

    color: #f28a00;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero-tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;

    width: 12px;
    height: 12px;

    transform: translateY(-50%);
    border-radius: 50%;
    background: #f28a00;
}

/* Main heading */
.hero-content h1 {
    margin: 0 0 25px;

    color: #ffffff;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.5px;
}

.hero-content h1 span {
    display: block;
    color: #f57c00;
}

/* Description */
.hero-content p {
    max-width: 620px;
    margin-bottom: 34px;

    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

/* Explore products button */
.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    padding: 16px 30px;

    color: #ffffff !important;
    background: #ef6c00;

    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(239, 108, 0, 0.3);

    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;

    transition: 0.3s ease;
}

.hero-btn:hover,
.hero-btn:focus {
    color: #ffffff !important;
    background: #c95700;
    transform: translateY(-2px);
}

.hero-btn i {
    font-size: 15px;
}

/* =====================================
   HERO COUNTER BOX
===================================== */

.hero-counter {
    position: absolute;
    z-index: 3;

    left: 50%;
    bottom: 30px;

    width: calc(100% - 160px);
    max-width: 1150px;

    transform: translateX(-50%);

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    background: rgba(2, 25, 52, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;

    backdrop-filter: blur(6px);
    overflow: hidden;
}

.counter-box {
    position: relative;
    min-height: 125px;
    padding: 22px 25px;

    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: center;
    column-gap: 16px;
}

.counter-box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    bottom: 22px;

    width: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.counter-box i {
    grid-row: 1 / span 2;

    color: #f57c00;
    font-size: 38px;
    text-align: center;
}

.counter-box h2 {
    margin: 0;

    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
}

.counter-box p {
    margin: 7px 0 0;

    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.3;
}

/* =====================================
   TABLET VIEW
===================================== */

@media (max-width: 1199px) {

    #hero {
        min-height: 680px;
    }

    .hero-content {
        max-width: 610px;
        padding-bottom: 180px;
    }

    .hero-content h1 {
        font-size: 49px;
    }

    .hero-counter {
        width: calc(100% - 60px);
    }

    .counter-box {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* =====================================
   MOBILE VIEW
===================================== */

@media (max-width: 767px) {

    #hero {
        min-height: auto;
        padding: 75px 0 30px;

        background-position: 68% center;
        align-items: flex-start;
    }

    #hero .hero-overlay {
        background: rgba(2, 20, 42, 0.88);
    }

    .hero-content {
        max-width: 100%;
        padding: 0 5px 35px;
        text-align: center;
    }

    .hero-tag {
        margin-bottom: 18px;
        padding-left: 20px;
        font-size: 11px;
    }

    .hero-tag::before {
        width: 9px;
        height: 9px;
    }

    .hero-content h1 {
        font-size: 35px;
        line-height: 1.18;
    }

    .hero-content p {
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        line-height: 1.55;
    }

    .hero-btn {
        padding: 14px 24px;
        font-size: 14px;
    }

    .hero-counter {
        position: relative;
        left: auto;
        bottom: auto;

        width: 100%;
        margin-top: 5px;

        transform: none;
        grid-template-columns: repeat(2, 1fr);
        border-radius: 6px;
    }

    .counter-box {
        min-height: 110px;
        padding: 18px 12px;

        grid-template-columns: 38px 1fr;
        column-gap: 10px;
    }

    .counter-box:nth-child(2)::after {
        display: none;
    }

    .counter-box:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .counter-box i {
        font-size: 28px;
    }

    .counter-box h2 {
        font-size: 25px;
    }

    .counter-box p {
        font-size: 12px;
    }
}

/* Very small screens */
@media (max-width: 420px) {

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-counter {
        grid-template-columns: 1fr;
    }

    .counter-box {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .counter-box::after {
        display: none;
    }

    .counter-box:last-child {
        border-bottom: none;
    }
}

.about-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 18px;
    padding: 12px 24px;

    background: #cc5500;
    color: #ffffff !important;

    font-size: 15px;
    font-weight: 600;

    border-radius: 4px;
    text-decoration: none !important;

    transition: 0.3s ease;
}

.about-more-btn:hover,
.about-more-btn:focus {
    background: #1156b5;
    color: #ffffff !important;
}

.about-more-btn i {
    font-size: 13px;
    transition: 0.3s ease;
}

.about-more-btn:hover i {
    transform: translateX(4px);
}

.about-slider-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.5s ease;
}

/* Why Choose Us mini cards */

.why-mini-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.why-mini-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    width: 100%;
    min-height: 135px;
    padding: 20px;

    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);

    transition: 0.3s ease;
}

.why-mini-card:hover {
    transform: translateY(-4px);
    border-color: #f0a36d;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.why-mini-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #cb5546;
    border-radius: 12px;

    color: #ffffff;
    font-size: 23px;
}

.why-mini-content {
    flex: 1;
}

.why-mini-content h4 {
    margin: 0 0 8px;
    color: #1156b5;

    font-size: 19px;
    font-weight: 700;
}

.why-mini-content p {
    margin: 0;

    color: #777777;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 767px) {
    .why-mini-wrap {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   FEATURED FABRICATION SOLUTIONS
======================================== */

/* =========================================
   FEATURED FABRICATION PRODUCTS
========================================= */

.fabrication-products {
    padding: 55px 0;
    background: #f7f9fc;
}

/* Header and cards use same width */
.fabrication-products .container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* ==============================
   SECTION HEADER
============================== */

.fabrication-products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    margin: 0 auto 30px;
}

.fabrication-heading {
    text-align: left;
}

.fabrication-heading h3 {
    margin: 0;

    color: #1156b5;
    font-size: 28px;
    font-weight: 700;
}

.fabrication-heading h3 i {
    margin-right: 8px;
    color: #d65a00;
}

.fabrication-heading p {
    margin: 7px 0 0;

    color: #777777;
    font-size: 15px;
    line-height: 1.6;
}


/* ==============================
   VIEW ALL BUTTON
============================== */

.fabrication-view-all {
    margin-left: auto;
}

.view-products-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    padding: 13px 24px;

    background: #1156b5;
    color: #ffffff !important;

    border-radius: 28px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none !important;

    box-shadow: 0 5px 15px rgba(17, 86, 181, 0.25);

    transition: 0.3s ease;
}

.view-products-btn:hover {
    background: #0b438f;
    transform: translateY(-2px);
}


/* ==============================
   PRODUCT CARDS ROW
============================== */

.fabrication-product-row {
    display: flex;
    flex-wrap: wrap;

    margin-left: -15px;
    margin-right: -15px;
}

/* equal spacing between all 3 cards */
.fabrication-product-row>div {
    display: flex;

    padding-left: 15px;
    padding-right: 15px;
}


/* ==============================
   CARD
============================== */

.fabrication-product-card {
    width: 100%;

    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

    transition: 0.3s ease;
}

.fabrication-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.13);
}


/* ==============================
   PRODUCT IMAGE
============================== */

.product-image {
    position: relative;

    width: 100%;
    height: 280px;

    overflow: hidden;
}

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

    display: block;
    object-fit: cover;

    transition: 0.4s ease;
}

.fabrication-product-card:hover .product-image img {
    transform: scale(1.04);
}


/* ==============================
   PRODUCT CONTENT
============================== */

.product-content {
    padding: 24px 25px 28px;
}

.product-content h3 {
    margin: 0 0 12px;

    font-size: 22px;
    font-weight: 700;
}

.product-content h3 a {
    color: #08284e;
    text-decoration: none;
}

.product-content h3 a:hover {
    color: #1156b5;
}

.product-content p {
    margin: 0;

    min-height: 75px;

    color: #777777;

    font-size: 15px;
    line-height: 1.6;
}


/* Explore button */

.product-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-top: 20px;

    padding: 13px 25px;

    background: #1156b5;
    color: #ffffff !important;

    border-radius: 28px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none !important;

    transition: 0.3s ease;
}

.product-explore-btn:hover {
    background: #0b438f;

    transform: translateY(-2px);
}


/* Tablet */

@media (max-width: 991px) {

    .product-image {
        height: 220px;
    }

    .product-content {
        padding: 20px;
    }

    .product-content h3 {
        font-size: 19px;
    }

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

}


/* Mobile */

@media (max-width: 767px) {

    .fabrication-products {
        padding: 40px 0;
    }

    .fabrication-products-header {
        display: block;
    }

    .fabrication-view-all {
        margin-top: 20px;
    }

    .fabrication-product-row {
        display: block;
    }

    .fabrication-product-row>div {
        display: block;

        margin-bottom: 25px;
    }

    .product-image {
        height: 250px;
    }

    .product-content p {
        min-height: auto;
    }

}

/* ===================================
   DESIGN CENTRE - PROJECT PROCESS
=================================== */

.fabrication-process {
    padding: 70px 0;
    background: #f7f9fc;
}


/* Heading */

.process-heading {
    margin-bottom: 45px;
}

.process-heading h2 {
    margin: 0;

    font-size: 40px;
    font-weight: 700;

    color: #1156b5;
}

.process-line {
    width: 55px;
    height: 3px;

    background: #d65a00;

    margin: 16px auto 20px;
}

.process-heading p {
    max-width: 850px;
    margin: auto;

    font-size: 16px;
    line-height: 1.7;

    color: #555;
}


/* Main row */

.process-main-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}


/* LEFT INTRO CARD */

.process-intro-card {
    height: 100%;

    background: #ffffff;

    border-radius: 14px;

    padding: 35px 30px;

    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.process-badge {
    display: inline-block;

    padding: 9px 18px;

    background: #cb5546;
    color: #ffffff;

    border-radius: 25px;

    font-size: 13px;
    font-weight: 700;

    margin-bottom: 25px;
}

.process-badge i {
    margin-right: 7px;
}

.process-intro-card h3 {
    margin: 0 0 22px;

    color: #1156b5;

    font-size: 32px;
    line-height: 1.25;

    font-weight: 700;
}

.process-intro-card p {
    color: #666;

    font-size: 16px;
    line-height: 1.7;

    margin-bottom: 17px;
}


/* Buttons */

.process-buttons {
    margin-top: 30px;

    display: flex;
    gap: 12px;

    flex-wrap: wrap;
}

.process-btn-primary,
.process-btn-outline {

    padding: 13px 22px;

    border-radius: 28px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none !important;

    transition: 0.3s ease;
}

.process-btn-primary {

    background: #d65a00;

    color: #ffffff !important;

    border: 2px solid #d65a00;
}

.process-btn-outline {

    background: #ffffff;

    color: #1156b5 !important;

    border: 2px solid #1156b5;
}

.process-btn-primary:hover {

    background: #b94c00;

    border-color: #b94c00;
}

.process-btn-outline:hover {

    background: #1156b5;

    color: #ffffff !important;
}


/* RIGHT PROCESS CARD */

.process-flow-card {

    background: #ffffff;

    border: 1px solid #e4e4e4;

    border-radius: 14px;

    padding: 28px 30px;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);

    margin-bottom: 30px;
}

.process-flow-card>h4 {

    color: #1156b5;

    font-size: 21px;

    font-weight: 700;

    margin: 0 0 25px;
}

.process-flow-card>h4 i {

    color: #d65a00;

    margin-right: 8px;
}


/* Steps */

.process-step {

    display: flex;

    align-items: flex-start;

    gap: 14px;

    margin-bottom: 25px;
}

.step-number {

    width: 44px;
    height: 44px;

    min-width: 44px;

    border-radius: 50%;

    background: #d65a00;

    color: #ffffff;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 16px;

    font-weight: 700;
}

.process-step h5 {

    margin: 2px 0 5px;

    color: #1156b5;

    font-size: 17px;

    font-weight: 700;
}

.process-step p {

    margin: 0;

    color: #777;

    font-size: 14px;

    line-height: 1.5;
}


/* Lower Cards Title */

.process-services-title {

    color: #1156b5;

    font-size: 23px;

    font-weight: 700;

    margin: 5px 0 20px;
}


/* Small cards */

.process-small-card {

    background: #ffffff;

    border: 1px solid #e5e5e5;

    border-radius: 13px;

    padding: 24px 20px;

    min-height: 235px;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);

    transition: 0.3s ease;
}

.process-small-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
}

.process-small-card span {

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f8e8dd;

    border-radius: 12px;

    color: #d65a00;

    font-size: 24px;

    margin-bottom: 20px;
}

.process-small-card h4 {

    color: #1156b5;

    font-size: 18px;

    font-weight: 700;

    margin: 0 0 12px;
}

.process-small-card p {

    color: #777;

    font-size: 14px;

    line-height: 1.6;

    margin: 0;
}


/* TABLET */

@media (max-width: 991px) {

    .process-main-row {
        display: block;
    }

    .process-intro-card {
        margin-bottom: 30px;
    }

    .process-small-card {
        margin-bottom: 20px;
    }
}


/* MOBILE */

@media (max-width: 767px) {

    .fabrication-process {
        padding: 45px 0;
    }

    .process-heading h2 {
        font-size: 29px;
    }

    .process-intro-card {
        padding: 25px 20px;
    }

    .process-intro-card h3 {
        font-size: 25px;
    }

    .process-flow-card {
        padding: 24px 20px;
    }

    .process-buttons {
        display: block;
    }

    .process-btn-primary,
    .process-btn-outline {
        display: block;

        text-align: center;

        margin-bottom: 12px;
    }

    .process-small-card {
        min-height: auto;

        margin-bottom: 20px;
    }
}

/* =========================
   DESIGN CENTRE TESTIMONIAL
========================= */

#testim.dc-testimonials {
    padding: 65px 0 10px;
    background: #f7f9fc;
}


/* Heading */
.testimonial-title {
    margin-bottom: 45px;
}

.testimonial-title h2 {
    margin: 0;
    color: #1156b5;
    font-size: 38px;
    font-weight: 700;
}

.testimonial-title .title-line {
    width: 55px;
    height: 3px;
    background: #d65a00;
    margin: 16px auto 20px;
}

.testimonial-title p {
    margin: 0;
    color: #666;
    font-size: 17px;
}


/* Main alignment */
.testimonial-main-row {
    display: flex;
    align-items: center;
}


/* Left section */
.testimonial-intro {
    padding-right: 35px;
}

.client-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 18px;
    margin-bottom: 25px;

    background: #f7e7db;
    color: #d65a00;

    border-radius: 25px;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
}

.client-label i {
    font-size: 13px;
}

.testimonial-intro h2 {
    margin: 0 0 20px;

    color: #1156b5;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.testimonial-intro p {
    margin: 0;

    color: #777;
    font-size: 16px;
    line-height: 1.8;
}


/* Top link */
.reviews-top-link {
    margin-bottom: 18px;
}

.reviews-top-link a {
    color: #d65a00;
    font-size: 15px;
    text-decoration: none;
}

.reviews-top-link i {
    margin-left: 6px;
}


/* Review cards */
.review-card {
    position: relative;

    min-height: 390px;
    padding: 22px 24px 20px;

    background: #fff;

    border-radius: 13px;

    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);

    display: flex;
    flex-direction: column;

    transition: .3s ease;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.11);
}


/* Stars and quote */
.review-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.review-stars {
    color: #ffad00;
    font-size: 18px;
    letter-spacing: 2px;
}

.quote-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff0e5;
    color: #d65a00;

    border-radius: 14px;

    font-size: 30px;
    font-weight: 700;
}


/* Review text */
.review-text {
    margin: 30px 0 25px;

    color: #173b66;
    font-size: 16px;
    line-height: 1.75;

    flex: 1;
}


/* Client bottom */
.review-author {
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

.review-author h4 {
    margin: 0 0 5px;

    color: #1156b5;
    font-size: 17px;
    font-weight: 700;
}

.review-author span {
    color: #888;
    font-size: 13px;
}


/* Carousel dots */
.testimonial-dots {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;

    width: 100% !important;

    margin: 30px 0 0 !important;

    text-align: center;
}

.testimonial-dots li {
    width: 10px;
    height: 10px;

    margin: 0 4px;

    background: #c9c9c9;
    border: none;
    border-radius: 50%;
}

.testimonial-dots li.active {
    width: 28px;
    height: 10px;

    background: #d65a00;

    border-radius: 8px;
}


/* Tablet */
@media (max-width: 991px) {

    .testimonial-main-row {
        display: block;
    }

    .testimonial-intro {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .testimonial-intro h2 {
        font-size: 30px;
    }

    .reviews-top-link {
        text-align: center;
    }

}


/* Mobile */
@media (max-width: 767px) {

    #testim.dc-testimonials {
        padding: 45px 0;
    }

    .testimonial-title h2 {
        font-size: 30px;
    }

    .testimonial-title p {
        font-size: 15px;
    }

    .testimonial-intro h2 {
        font-size: 27px;
    }

    .review-card {
        min-height: auto;
        margin-bottom: 25px;
    }

}

/* ==================================
   QUICK CONTACT
================================== */

#quick-contact {
    padding: 70px 0 75px;
    background: #f6f9fd;
}


/* Heading */

.quick-contact-heading {
    margin-bottom: 50px;
}

.quick-contact-heading .small-title {
    display: inline-block;
    margin-bottom: 5px;

    color: #142f5f;
    font-size: 16px;
    font-weight: 600;
}

.quick-contact-heading .small-title i {
    margin-right: 6px;
    color: #1156b5;
}

.quick-contact-heading h2 {
    margin: 0;

    color: #1156b5;
    font-size: 38px;
    font-weight: 700;
}

.quick-title-line {
    width: 55px;
    height: 3px;

    margin: 15px auto 20px;

    background: #e46b18;
}

.quick-contact-heading p {
    margin: 0 auto;
    max-width: 750px;

    color: #555;
    font-size: 16px;
    line-height: 1.7;
}


/* Cards */

.quick-contact-row {
    display: flex;
    flex-wrap: wrap;
}

.quick-contact-row>div {
    display: flex;
}

.quick-contact-card {
    position: relative;

    width: 100%;
    min-height: 185px;

    padding: 20px 18px;

    background: linear-gradient(135deg,
            #172b58,
            #46558c);

    border-radius: 10px;
    border-top: 3px solid #ffae00;

    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);

    color: #fff;

    transition: 0.3s ease;
}

.quick-contact-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.17);
}


/* Card heading */

.quick-card-title {
    display: flex;
    align-items: center;

    margin-bottom: 15px;
}

.quick-card-title h4 {
    margin: 0;

    color: #fff;

    font-size: 17px;
    font-weight: 700;
}


/* Icons */

.quick-icon {
    width: 36px;
    height: 36px;

    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffb400;
    background: rgba(255, 180, 0, 0.12);

    border: 1px solid #ffb400;
    border-radius: 8px;

    font-size: 17px;
}


/* Paragraph */

.quick-contact-card p {
    margin-bottom: 15px;

    color: #fff;

    font-size: 14px;
    line-height: 1.6;
}


/* Phone / Email */

.quick-contact-card .contact-info {
    color: #ffc34d;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
}

.quick-contact-card .contact-info:hover {
    color: #fff;
}


/* Contact button */

.quick-contact-btn {
    display: inline-block;

    padding: 10px 16px;

    color: #fff !important;
    background: linear-gradient(90deg,
            #253a80,
            #e24f22);

    border: 1px solid #ff9f00;
    border-radius: 8px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none !important;

    transition: 0.3s;
}

.quick-contact-btn i {
    margin-left: 5px;
}

.quick-contact-btn:hover {
    background: #ff9f00;
    color: #142f5f !important;
}


/* =========================
   TABLET / MOBILE
========================= */

@media (max-width: 991px) {

    .quick-contact-row>div {
        margin-bottom: 25px;
    }

}


@media (max-width: 767px) {

    #quick-contact {
        padding: 45px 0;
    }

    .quick-contact-heading {
        margin-bottom: 35px;
    }

    .quick-contact-heading h2 {
        font-size: 30px;
    }

    .quick-contact-heading p {
        font-size: 14px;
        padding: 0 10px;
    }

    .quick-contact-row {
        display: block;
    }

    .quick-contact-card {
        min-height: auto;
    }

}

/* ==================================================
   DESIGN CENTRE FOOTER
================================================== */

#dc-footer {
    background: linear-gradient(135deg, #061b35 0%, #0b3155 100%);
    color: #dce7f3;
    padding: 70px 0 0;
}

.dc-footer-row {
    display: flex;
    flex-wrap: wrap;
}

/* Logo */
.dc-footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.dc-footer-logo img {
    max-width: 300px;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 8px 10px;
}

.dc-footer-about {
    padding-right: 25px;
}

.dc-footer-about p,
.footer-address {
    color: #d3deea;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}


/* Footer headings */
.dc-footer-box h4 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 10px;
}

.footer-title-line {
    display: block;
    width: 32px;
    height: 2px;
    background: #ff7a00;
    margin-bottom: 22px;
}


/* Quick links */
.dc-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dc-footer-links li {
    margin-bottom: 16px;
}

.dc-footer-links li a {
    color: #f3d69a;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.dc-footer-links li a:hover {
    color: #ff7a00;
    padding-left: 5px;
}


/* =========================
   FOOTER SOCIAL ICONS
========================= */

.dc-footer-social {
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dc-footer-social li {
    display: inline-block;
    margin: 0;
}

.dc-footer-social li a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    font-size: 17px;

    border-radius: 7px;
    text-decoration: none;

    transition: all 0.3s ease;
}

/*-style hover */
.dc-footer-social li a:hover {
    background: #d65a00;
    color: #ffffff;

    transform: translateY(-3px);

    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.20);
}

/* Keep icon centered */
.dc-footer-social li a i {
    margin: 0;
    padding: 0;
}


/* Contact */
.dc-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dc-footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #d3deea;
    line-height: 1.6;
    font-size: 14px;
}

.dc-footer-contact li i {
    width: 24px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 4px;
}

.dc-footer-contact li span {
    flex: 1;
}

.dc-footer-contact strong {
    color: #ffffff;
}


/* Bottom footer */
.dc-footer-bottom {
    margin-top: 55px;
    padding: 25px 0;

    border-top: 1px solid rgba(255, 255, 255, 0.10);

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 13px;
}

.footer-copyright {
    color: #e4eaf0;
}

.footer-powered {
    color: #aebdcb;
}

.footer-powered a {
    color: #f4c15d;
    text-decoration: none;
    margin-left: 7px;
    font-weight: 600;
    transition: 0.3s ease;
}

.footer-powered a:hover {
    color: #ff8a00;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .dc-footer-box,
    .dc-footer-about {
        margin-bottom: 45px;
    }

    .dc-footer-row {
        display: block;
    }
}


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

@media (max-width: 767px) {

    #dc-footer {
        padding-top: 50px;
    }

    .dc-footer-logo img {
        max-width: 260px;
    }

    .dc-footer-about {
        padding-right: 0;
    }

    .dc-footer-bottom {
        margin-top: 20px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .dc-footer-social li {
        margin-right: 18px;
    }
}

/* =========================
   FOOTER REAL OFFICE DETAILS
========================= */

.footer-address {
    color: #d3deea;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.footer-address strong {
    color: #ffffff;
}

.footer-company-info {
    margin-bottom: 18px;
}

.footer-company-info p {
    color: #d3deea;
    font-size: 13px;
    margin: 4px 0;
    line-height: 1.5;
}

.footer-company-info strong {
    color: #ffffff;
}

.footer-map {
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.dc-footer-contact li a {
    color: #d3deea;
    text-decoration: none;
    transition: 0.3s ease;
}

.dc-footer-contact li a:hover {
    color: #ff8a00;
}

/* ==================================
   FOOTER ALIGNMENT - STYLE
================================== */

#dc-footer .container {
    width: 100%;
    max-width: 1420px;
    padding-left: 25px;
    padding-right: 25px;
}

/* Footer main spacing */
#dc-footer {
    padding-top: 75px;
}

/* Company logo */
.dc-footer-logo img {
    max-width: 335px;
    width: 100%;
}

/* Footer paragraph */
.dc-footer-about p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 30px;
}

/* Footer headings */
.dc-footer-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Quick links */
.dc-footer-links {
    margin-top: 25px;
}

.dc-footer-links li {
    margin-bottom: 18px;
}

/* Location address */
.footer-address {
    font-size: 14px;
    line-height: 1.65;
    margin-top: 25px;
}

/* GST / UDYAM */
.footer-company-info {
    margin-top: 15px;
    margin-bottom: 18px;
}

.footer-company-info p {
    margin: 5px 0;
}

/* Bigger map like */
.footer-map {
    width: 100%;
    height: 190px;
    border-radius: 6px;
    overflow: hidden;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Contact */
.dc-footer-contact {
    margin-top: 25px;
}

.dc-footer-contact li {
    margin-bottom: 17px;
    line-height: 1.6;
}

/* Bottom copyright */
.dc-footer-bottom {
    margin-top: 40px;
}

/* ==================================
   WHATSAPP FLOATING BUTTON
================================== */

.whatsapp-float {
    position: fixed;
    right: 28px;
    bottom: 28px;

    display: flex;
    align-items: center;
    gap: 10px;

    z-index: 9999;

    text-decoration: none !important;
}


/* WhatsApp circle */

.whatsapp-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #25d366;
    color: #ffffff;

    border-radius: 12px;

    font-size: 31px;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.20);

    transition: 0.3s ease;
}


/* Hover text */

.whatsapp-text {
    padding: 10px 20px;

    background: #25d366;
    color: #ffffff;

    border-radius: 25px;

    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;

    opacity: 0;
    visibility: hidden;

    transform: translateX(15px);

    transition: 0.3s ease;
}


/* Show text on hover */

.whatsapp-float:hover .whatsapp-text {
    opacity: 1;
    visibility: visible;

    transform: translateX(0);
}


/* Icon hover */

.whatsapp-float:hover .whatsapp-icon {
    transform: scale(1.05);
}


/* MOBILE */

@media (max-width: 767px) {

    .whatsapp-float {
        right: 18px;
        bottom: 18px;
    }

    .whatsapp-icon {
        width: 54px;
        height: 54px;
        font-size: 28px;
    }

    /* Keep only icon on mobile */
    .whatsapp-text {
        display: none;
    }
}

/* =========================================
   DESIGN CENTRE WELCOME POPUP
========================================= */



/* CLOSE */

.dc-popup-close {
    position: absolute;

    right: 15px;
    top: 9px;

    border: none;
    background: transparent;

    color: #666;

    font-size: 34px;
    line-height: 1;

    cursor: pointer;
}

.dc-popup-close:hover {
    color: #e76f00;
}


/* LOGO */

.dc-popup-logo {
    margin-bottom: 12px;
}

.dc-popup-logo img {
    width: 310px;
    max-width: 78%;
    height: auto;
    display: block;
}


/* HEADING */

.dc-popup-heading {
    margin-bottom: 18px;
}

.dc-popup-heading h3 {
    margin: 0 0 4px;

    color: #1156b5;

    font-size: 21px;
    font-weight: 700;
}

.dc-popup-heading p {
    margin: 0;

    color: #777;

    font-size: 15px;
}


/* FIELDS */

.dc-popup-field {
    margin-bottom: 13px;
}

.dc-popup-field label {
    display: block;

    margin-bottom: 6px;

    color: #333;

    font-size: 15px;
    font-weight: 500;
}

.dc-popup-field label span {
    color: #e65d00;
}

.dc-popup-field input,
.dc-popup-field select {
    width: 100%;
    height: 42px;

    border: 1px solid #d7dde5;

    border-radius: 5px;

    background: #ffffff;

    padding: 0 12px;

    font-size: 14px;

    outline: none;

    box-sizing: border-box;
}

.dc-popup-field input:focus,
.dc-popup-field select:focus {
    border-color: #1156b5;
}


/* COUNTRY + CITY */

.dc-popup-row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 10px;
}


/* SUBMIT */

.dc-popup-submit {
    width: 100%;

    height: 43px;

    border: none;

    border-radius: 24px;

    background: #e76f00;

    color: #ffffff;

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    transition: 0.3s ease;
}

.dc-popup-submit:hover {
    background: #1156b5;
}


/* MOBILE */

@media (max-width: 600px) {

    .dc-welcome-modal {
        max-width: 95%;
        padding: 20px 16px 16px;
    }

    .dc-popup-logo img {
        width: 250px;
    }

    .dc-popup-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

}
/* =========================================
   SMALL ENQUIRY POPUP ANIMATION
========================================= */

#dcWelcomePopup.dc-welcome-overlay {
    position: fixed !important;
    top: 115px !important;
    right: 25px !important;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    z-index: 99999 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}


    /* POPUP SHOW */

    #dcWelcomePopup.dc-welcome-overlay.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }


/* POPUP BOX */

#dcWelcomePopup .dc-welcome-modal {
    position: relative !important;
    width: 360px !important;
    max-width: calc(100vw - 30px) !important;
    max-height: calc(100vh - 120px) !important;
    overflow-y: scroll !important; /* Forces scroll mechanism without showing track line */
    margin: 0 !important;
    background: #ffffff;
    padding: 18px 16px 16px;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
    transform: translateX(70px) !important;
    opacity: 0 !important;
    transition: transform 0.6s ease, opacity 0.6s ease;
    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    #dcWelcomePopup .dc-welcome-modal::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }


/* POPUP ANIMATION WHEN SHOW */

#dcWelcomePopup.dc-welcome-overlay.show .dc-welcome-modal {
    transform: translateX(0) !important;
    opacity: 1 !important;
}


/* LOGO SMALLER */

#dcWelcomePopup .dc-popup-logo img {
    width: 230px;
    max-width: 75%;
}


/* HEADING */

#dcWelcomePopup .dc-popup-heading {
    margin-bottom: 12px;
}

    #dcWelcomePopup .dc-popup-heading h3 {
        font-size: 19px;
    }

    #dcWelcomePopup .dc-popup-heading p {
        font-size: 14px;
    }


/* SMALLER FIELDS */

#dcWelcomePopup .dc-popup-field {
    margin-bottom: 9px;
}

    #dcWelcomePopup .dc-popup-field label {
        margin-bottom: 4px;
        font-size: 14px;
    }

    #dcWelcomePopup .dc-popup-field input,
    #dcWelcomePopup .dc-popup-field select {
        height: 38px;
        font-size: 13px;
    }


/* COUNTRY + CITY */

#dcWelcomePopup .dc-popup-row {
    gap: 8px;
}


/* SUBMIT */

#dcWelcomePopup .dc-popup-submit {
    height: 39px;
    font-size: 14px;
}


/* CLOSE BUTTON */

#dcWelcomePopup .dc-popup-close {
    top: 8px;
    right: 10px;
    font-size: 27px;
}

/* MOBILE */

@media (max-width: 767px) {

    #dcWelcomePopup.dc-welcome-overlay {
        top: 70px !important;
        right: 15px !important;
        left: 15px !important;
        display: flex !important;
        justify-content: center !important;
    }

    #dcWelcomePopup .dc-welcome-modal {
        width: 100% !important;
        max-width: 100% !important;
        max-height: calc(100vh - 90px) !important;
        overflow-y: scroll !important;
        /* Hide scrollbar on mobile */
        scrollbar-width: none;
    }

        #dcWelcomePopup .dc-welcome-modal::-webkit-scrollbar {
            width: 0px;
            background: transparent;
        }
}

/* =========================================
   DESIGN CENTRE PAGE LOADER
========================================= */

.dc-page-loader {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100vh;

    background:
        radial-gradient(circle at center,
            #103b6c 0%,
            #082b53 38%,
            #031a33 70%,
            #020f20 100%);

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 999999;

    opacity: 1;
    visibility: visible;

    transition:
        opacity 0.6s ease,
        visibility 0.6s ease;
}


/* HIDE LOADER */

.dc-page-loader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


/* CONTENT */

.dc-loader-content {
    width: 100%;
    max-width: 420px;

    padding: 30px;

    text-align: center;
}


/* LOGO */

.dc-loader-logo {
    width: 300px;
    max-width: 85%;

    height: auto;

    margin: 0 auto 30px;

    display: block;

    background: #ffffff;

    padding: 10px 15px;

    border-radius: 6px;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.20);
}


/* =====================
   LOADER ANIMATION
===================== */

.dc-loader-animation {
    position: relative;

    width: 95px;
    height: 95px;

    margin: 0 auto 24px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* ROTATING OUTER RING */

.dc-loader-ring {
    position: absolute;

    width: 92px;
    height: 92px;

    border-radius: 50%;

    border: 4px solid rgba(255, 255, 255, 0.15);

    border-top-color: #ff7600;
    border-right-color: #ffb000;

    animation: dcLoaderRotate 1.1s linear infinite;
}


/* CENTER */

.dc-loader-core {
    width: 62px;
    height: 62px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.15);

    box-shadow:
        0 0 20px rgba(255, 118, 0, 0.25);
}


/* GEAR */

.dc-loader-core i {
    color: #ff7600;

    font-size: 36px;

    animation: dcGearRotate 2.5s linear infinite reverse;
}


/* HEADING */

.dc-loader-content h3 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 25px;
    font-weight: 700;

    letter-spacing: 0.5px;
}


/* TEXT */

.dc-loader-content p {
    margin: 0 0 18px;

    color: #c7d4e4;

    font-size: 14px;

    letter-spacing: 1px;
}


/* BOTTOM LOADING LINE */

.dc-loader-line {
    width: 220px;
    height: 3px;

    margin: 0 auto;

    overflow: hidden;

    border-radius: 10px;

    background: rgba(255, 255, 255, 0.15);
}


.dc-loader-line span {
    display: block;

    width: 45%;
    height: 100%;

    border-radius: 10px;

    background: linear-gradient(90deg,
            #ff7600,
            #ffb000);

    animation: dcLoaderMove 1.3s ease-in-out infinite;
}


/* =====================
   ANIMATIONS
===================== */

@keyframes dcLoaderRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes dcGearRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes dcLoaderMove {

    0% {
        transform: translateX(-120%);
    }

    50% {
        transform: translateX(120%);
    }

    100% {
        transform: translateX(260%);
    }

}


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

@media (max-width: 600px) {

    .dc-loader-logo {
        width: 245px;
    }

    .dc-loader-animation {
        width: 82px;
        height: 82px;
    }

    .dc-loader-ring {
        width: 80px;
        height: 80px;
    }

    .dc-loader-core {
        width: 54px;
        height: 54px;
    }

    .dc-loader-core i {
        font-size: 31px;
    }

    .dc-loader-content h3 {
        font-size: 22px;
    }

}

/* =========================================
   DESIGN CENTRE POPUP - MOBILE FIX
========================================= */

@media (max-width: 767px) {

    #dcWelcomePopup.dc-welcome-overlay {
        position: fixed !important;
        top: 0 !important;
        right: 8px !important;
        left: 8px !important;
        bottom: 0 !important;
        width: auto !important;
        height: 100vh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    #dcWelcomePopup .dc-welcome-modal {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: calc(100vh - 40px) !important;
        margin: 0 !important;
        padding: 14px 14px 12px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
        border-radius: 8px !important;
    }

    /* Logo */
    #dcWelcomePopup .dc-popup-logo {
        margin-bottom: 7px !important;
    }

        #dcWelcomePopup .dc-popup-logo img {
            width: 190px !important;
            max-width: 70% !important;
        }

    /* Heading */
    #dcWelcomePopup .dc-popup-heading {
        margin-bottom: 9px !important;
    }

        #dcWelcomePopup .dc-popup-heading h3 {
            font-size: 18px !important;
            line-height: 1.2 !important;
            margin-bottom: 3px !important;
        }

        #dcWelcomePopup .dc-popup-heading p {
            font-size: 12px !important;
            line-height: 1.3 !important;
        }

    /* Fields */
    #dcWelcomePopup .dc-popup-field {
        margin-bottom: 7px !important;
    }

        #dcWelcomePopup .dc-popup-field label {
            margin-bottom: 3px !important;
            font-size: 13px !important;
        }

        #dcWelcomePopup .dc-popup-field input,
        #dcWelcomePopup .dc-popup-field select {
            height: 36px !important;
            min-height: 36px !important;
            padding: 0 10px !important;
            font-size: 13px !important;
        }

    /* Country + City */
    #dcWelcomePopup .dc-popup-row {
        grid-template-columns: 1fr 1fr !important;
        gap: 7px !important;
    }

    /* Submit */
    #dcWelcomePopup .dc-popup-submit {
        height: 38px !important;
        min-height: 38px !important;
        font-size: 14px !important;
        margin-top: 2px !important;
    }

    /* Close */
    #dcWelcomePopup .dc-popup-close {
        top: 5px !important;
        right: 7px !important;
        font-size: 25px !important;
    }

    /* Hide scrollbar */
    #dcWelcomePopup .dc-welcome-modal {
        scrollbar-width: none !important;
    }

        #dcWelcomePopup .dc-welcome-modal::-webkit-scrollbar {
            display: none !important;
            width: 0 !important;
        }
}


/* EXTRA SMALL MOBILE */
@media (max-width: 400px) {

    #dcWelcomePopup.dc-welcome-overlay {
        top: 0 !important;
        right: 6px !important;
        left: 6px !important;
        bottom: 0 !important;
        height: 100vh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #dcWelcomePopup .dc-welcome-modal {
        max-height: calc(100vh - 30px) !important;
        padding: 12px 12px 10px !important;
    }

    #dcWelcomePopup .dc-popup-logo img {
        width: 175px !important;
    }

    #dcWelcomePopup .dc-popup-heading h3 {
        font-size: 17px !important;
    }

    #dcWelcomePopup .dc-popup-field {
        margin-bottom: 6px !important;
    }

        #dcWelcomePopup .dc-popup-field input,
        #dcWelcomePopup .dc-popup-field select {
            height: 34px !important;
            min-height: 34px !important;
        }

    #dcWelcomePopup .dc-popup-submit {
        height: 36px !important;
        min-height: 36px !important;
    }
}

/* =========================================
   FOOTER TABLET RESPONSIVE FIX
========================================= */
@media (min-width: 768px) and (max-width: 991px) {
    #dc-footer .row.dc-footer-row {
        display: flex;
        flex-wrap: wrap;
    }

    /* Force the columns to balance evenly in two rows of two or sit compactly */
    #dc-footer .col-sm-6 {
        width: 50% !important;
        float: left !important;
        margin-bottom: 30px;
    }
}

/* COUNTRY + CITY / STATE ROW */
#dcWelcomePopup .dc-popup-row {
    display: flex !important;
    gap: 8px !important;
}

    #dcWelcomePopup .dc-popup-row .dc-popup-field {
        flex: 1 !important;
        min-width: 0 !important;
    }

/* =========================================
   DESKTOP + TABLET POPUP HEIGHT FIX
========================================= */

@media (min-width: 768px) {

    #dcWelcomePopup.dc-welcome-overlay {
        top: 105px !important;
        right: 25px !important;
        left: auto !important;
        bottom: auto !important;
        height: auto !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    #dcWelcomePopup .dc-welcome-modal {
        width: 400px !important;
        max-width: calc(100vw - 40px) !important;
        /* IMPORTANT */
        max-height: none !important;
        height: auto !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        padding: 14px 16px 14px !important;
    }

    /* Logo */
    #dcWelcomePopup .dc-popup-logo {
        margin-bottom: 5px !important;
    }

        #dcWelcomePopup .dc-popup-logo img {
            width: 210px !important;
            max-width: 70% !important;
        }

    /* Heading */
    #dcWelcomePopup .dc-popup-heading {
        margin-bottom: 8px !important;
    }

        #dcWelcomePopup .dc-popup-heading h3 {
            font-size: 18px !important;
            line-height: 1.2 !important;
            margin-bottom: 3px !important;
        }

        #dcWelcomePopup .dc-popup-heading p {
            font-size: 13px !important;
            line-height: 1.25 !important;
            margin-bottom: 0 !important;
        }

    /* Fields */
    #dcWelcomePopup .dc-popup-field {
        margin-bottom: 6px !important;
    }

        #dcWelcomePopup .dc-popup-field label {
            margin-bottom: 2px !important;
            font-size: 13px !important;
            line-height: 1.2 !important;
        }

        #dcWelcomePopup .dc-popup-field input,
        #dcWelcomePopup .dc-popup-field select {
            height: 36px !important;
            min-height: 36px !important;
            padding: 0 10px !important;
            font-size: 13px !important;
            box-sizing: border-box !important;
        }

    /* State + City */
    #dcWelcomePopup .dc-popup-row {
        display: flex !important;
        gap: 8px !important;
        margin-bottom: 0 !important;
    }

        #dcWelcomePopup .dc-popup-row .dc-popup-field {
            flex: 1 !important;
            min-width: 0 !important;
        }

    /* Submit */
    #dcWelcomePopup .dc-popup-submit {
        height: 38px !important;
        min-height: 38px !important;
        margin-top: 3px !important;
        font-size: 14px !important;
    }

    /* Close */
    #dcWelcomePopup .dc-popup-close {
        top: 5px !important;
        right: 8px !important;
        font-size: 25px !important;
    }
}