h2 {
    font-size: 45px;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500 !important;
    font-size: 17px;
}

section {
    padding: 90px 0px !important;
    border-bottom: 1px solid #ddd;
}

body {
    font-family: "Montserrat", sans-serif;
}

.fa-shopping-bag,
.fa-search {
    color: #d67811;
}

.more {
    border: 1px solid #222222;
    padding: 4px 0px;
    text-decoration: none;
    font-size: 18px;
    /* background-color: #212529; */
    display: inline-block;
    width: 125px;
    margin: auto;
    color: #212529;
    border-radius: 5px;
}

#visionMission,
#turnkey,
#brands {
    background-image: url(https://geniuscript.com/serity/assets/images/bg1.jpg);
}




/* Top Header */
.top-header {
    background: #f7931e;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

.top-header a {
    color: #fff;
    margin-right: 15px;
    text-decoration: none;
}

/* Main Header */
.navbar {
    padding: 15px 0;
    position: sticky;
    /* ✅ Sticky added */
    top: 0;
    z-index: 1030;
    /* ✅ Above all elements */
    background: #fff;
    /* ✅ Ensure visible while scrolling */
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-link {
    margin: 0 10px;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #d67811;
}

.nav-link {
    color: #000;
}

.get-quote-btn {
    border: 1px solid #f7931e;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: 0.3s;
    color: #222222;
    text-decoration: none;

}

.get-quote-btn:hover {
    background: #ef870d;
    color: #fff;
}


/* new */



/* end */

/* Mobile menu full width */
@media(max-width: 991px) {
    .navbar-collapse {
        background: #fff;
        padding: 20px;
    }
}


/* about */

/* Image hover effect */
/* .about-img-wrapper:hover img {
    transform: scale(1.05);
} */

.about-img-wrapper:hover .overlay {
    opacity: 1;
}

/* Button hover effect */
.btn-hover {
    background: #ef870d;
    border: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.about-img-wrapper:after {
    content: '';
    width: 99%;
    height: 99%;
    position: absolute;
    background-color: #f7931e;
    top: 1.5px;
    left: 4px;
    z-index: -1;
    transform: rotate(3.8deg);
    /* box-shadow: 0px 2px 10px #ef870d52; */
}

/* Responsive typography */
@media (max-width: 992px) {
    .about-section h2 {
        font-size: 2rem;
    }

    .about-section p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .about-section h2 {
        font-size: 1.75rem;
    }
}

/* end */


/* vision */

/* Card hover effect */
/* .vision-mission-card:hover {
    transform: translateY(-8px) scale(1.02);
} */

/* Image hover effect */
/* .img-wrapper:hover img {
    transform: scale(1.05);
} */

.img-wrapper:hover .overlay {
    opacity: 1;
}

.fa-shopping-bag,
.fa-search {
    display: none !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    #visionMission h2 {
        font-size: 2rem;
    }

    .vision-mission-card p {
        font-size: 1rem;
    }
}

/* end */

/* Banner Section */
.banner {
    position: relative;
    background-image: url(img/bannerimg.png);
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.banner h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.banner h1 span {
    color: #f7931e;
}

.banner p {
    font-size: 1.1rem;
    margin: 20px 0 55px;
    display: inline-block;
    line-height: 1.2;
}


.btn-orange {
    background: #f7931e;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
    line-height: 1.2 !important;
    font-size: 16px;
    text-transform: capitalize;
}

.btn-orange:hover {
    background: #ef870d;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .banner {
        text-align: center;
        padding: 20px;
    }

    .banner h1 {
        font-size: 2rem;
    }
}

/* end */

/* services */

.services .row .card {
    box-shadow: 0px 2px 10px #ddd;
}

/* end */



/* location */

/* Grid: 1 column mobile, 2 columns md, 3 columns lg/xl */
.near-locations-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

/* Medium devices (>=768px) */
@media (min-width: 768px) {
    .near-locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Large devices (>=992px) — show 3 columns so 5 items wrap nicely */
@media (min-width: 992px) {
    .near-locations-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Visual tweaks */
.near-item {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: transform .12s ease, box-shadow .12s ease;
}

.near-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.icon-box {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    color: #f7931e;
    /* accent color — change as needed */
}

.map-card iframe {
    min-height: 320px;
}

.loctiontext ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.loctiontext ul li {
    list-style: none;
    background-color: #f1f1f1;
    padding: 10px 10px;
    box-shadow: 0 2px 4px #ddd;
    color: #222222;
    font-weight: 500;
}

.loctiontext ul li i {
    font-size: 19px;
    padding-right: 6px;
    vertical-align: middle;
}

@media (max-width: 575px) {
    .map-card iframe {
        min-height: 220px;
    }
}

/* end */

/* product */

.products-section {
    background-image: url(img/bgimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.products-section .container {
    position: relative;
    z-index: 2;
}

.products-section:after {
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000000b8;
    position: absolute;
    top: 0;
    left: 0;
}

.section-header .highlight {
    color: #f7931e;
}

.product-img {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    /* padding: 30px; */
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 140px;
    overflow: hidden;
    margin: auto;
}

.product-img:hover {
    transition: 1s;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transform: rotateY(360deg);
}

.product-icon {
    color: #f7931e;
}

.product-img img {
    width: 100%;
    height: 100%;
}

.product-title {
    font-size: 1.1rem;
    padding: 10px;
    text-transform: capitalize;
    color: #fff;
}

.product-desc {
    font-size: 0.9rem;
    color: #555;
}

.product-link {
    display: inline-block;
    margin-top: 10px;
    color: #f7931e;
    font-weight: 600;
    text-decoration: none;
}

.product-link:hover {
    text-decoration: underline;
}




/* new */

.circle-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.circle-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3);
}

.circle-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px #ddd;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.circle-card:hover .circle-icon {
    transform: scale(1.1);
    box-shadow: 0 0 25px #ddd;
}

.circle-icon img {
    width: 100%;
    height: 100%;
}

.circle-card h5 {
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.circle-card p {
    color: #555;
}

.productall a {
    background-color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    color: #f7931e;
}

.productall a:hover {
    background-color: #ef870d;
    color: #ffffff;
}

/* end */


/* Services */

.services {
    padding: 90px 0;
    /* background-image: url(https://geniuscript.com/serity/assets/images/bg1.jpg); */
}

.card-img {
    overflow: hidden;
}

.card-img img {
    height: 190px;
}

.cardlist {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.cardlist li {
    list-style: none;

}

.secviceheading h5 {
    font-size: 30px;
    color: #111013;
    margin-top: 15px;
}

.secviceheading p {
    /* color: #797a8c; */
    line-height: 2;
}

.servicebutton .nav-link {
    background-color: #F3F3F4;
    color: #111013;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
}

.secvicetext ul li {
    color: #111013;
}

.secvicetext ul li a {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.secvicetext ul li i {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f7931e;
}

.servitext a {
    text-align: center;
    margin: auto;
    width: 100%;
    display: inline-block;
    padding: 5px;
    background-color: #f7931e;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
}

.servitext a:hover {
    background-color: #ef870d;
}

.servitext h5 {
    font-size: 18px;
}

.service-card:hover {
    transform: translateY(-8px);
    transition: 0.9s;
}

/* end */


/* foooter */

/* .footersec {
    background-image: url(img/ftbgnetworkft.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.footersec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000bf;
    top: 0;
    left: 0;
}

.footersec .container {
    position: relative;
    z-index: 2;
} */

.footerlist {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: auto;
    display: inline-block;
}

.footerlist li {
    margin-left: 0;
}

.footerlist li:hover {
    margin-left: 10px;
    transition: 1s;
    color: #f7931e;
}

.footerlist li:hover a {
    color: #f7931e !important;
}

/* .footerlist p:hover {
    margin-left: 10px;
    transition: 1s;
    color: #f7931e;
}

.footerlist p:hover a {
    color: #f7931e !important;
} */

.footerhd h5 {
    font-size: 20px;
}

/* 
.footerbg:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://img.freepik.com/premium-psd/binary-code-ba…turistic-technology-overlay_931687-846.jpg?w=1480);
} */

.footerbg {
    padding-top: 90px;
}

.footerbg .container {
    position: relative;
    z-index: 1;
}


.footerbg:after {
    background-image: url(https://html.dynamiclayers.net/te/buildex/assets/img/square-pattern.png);
    background-size: 20px;
    opacity: 0.8;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.footericon a i {
    border: 1px solid #fff;
    border-radius: 60%;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}

.footericon a i:hover {
    color: #f7931e;
    border-color: #f7931e;
}

.footercont p i {
    padding-right: 8px;
}

.footerhd p {
    font-weight: 400 !important;
}

@media (max-width:1280px) {

    .servitext h5 {
        height: 45px;
        font-size: 19px;
    }


    .servitext p {
        font-size: 16px;
        height: 100px;
    }

    p {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .banner {
        height: 100%;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

    section {
        padding: 40px 0px !important;
    }

    .servitext h5 {
        height: auto;
    }

    .servitext p {
        height: auto;
    }

    .top-header {
        display: none;
    }

    #visionMission .row {
        flex-direction: column-reverse !important;
    }

    p {
        font-size: 16px;
    }

    .banner p {
        margin: 0px 0 30px;
    }

    .footerbg {
        padding-top: 40px;
    }

    .footericon a i {
        border: 1px solid #fff;
        border-radius: 60%;
        width: 35px;
        height: 35px;
        display: inline-block;
        line-height: 35px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .banner h1 {
        font-size: 1.9rem;
    }

    section {
        padding: 40px 0px !important;
    }

    .servitext h5 {
        height: auto;
    }

    .servitext p {
        height: auto;
    }
}