@import 'common.css';





/* search modal open */
.search-modal .input-box {
    box-shadow: none;
}

.search-modal .input-box {
    border-radius: 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font-weight: 300;
    width: 100%;
    display: inline-block;
    padding: 15px;
    font-size: 1.5625rem;
}

.search-modal .input-box:focus {
    color: #ffffff !important;
}

.modal.csmodal {
    --bs-modal-bg: rgba(255, 255, 255, 0);
    background-color: rgba(var(--main-color), 0.4) !important;
    outline: none;
    border: 0;
    --bs-modal-width: 60%;
}

.search-modal input::placeholder {
    color: #ffff;
}

.modal.csmodal .modal-header {
    border-bottom: 0px solid rgba(255, 255, 255, 0);
}

.modal.csmodal .modal-content {
    border: 0;
}

.btn-close.searchmodalbt {
    background-image: url(../images/btclose.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

/* search modal closed */
.MainHeader {
    position: relative;
    background: rgba(var(--white-color), 1);
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar {
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 20px 0px;
}

.navbar.header-fixed {
    position: fixed;
    background: rgba(var(--white-color), 1);
    animation: slideDown 0.35s ease-out;
    backdrop-filter: blur(5px);
    box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
    border-bottom-color: rgba(var(--main-color), 0);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.DesktopNav .row {
    align-items: center;
}

.navbar.DesktopNav .HeadContainer {
    display: flex;
    gap: 60px;
    align-items: center;
    /* justify-content: center; */
}

.head-rightMain {
    display: flex;
    justify-content: end;
    align-items: center;
}

.NBM-box {
    display: flex;
    gap: 50px;
    width: 100%;
    justify-content: center;
}

.DesktopNav .navbar-brand,
.MobileNav .navbar-brand {
    /* width: 226px; */
    width: 160px;
    /* height: 112px; */
    margin-right: 15px;
}

.navbar-brand img {
    object-fit: contain;
}

.head-BrandMenu {
    display: flex;
    gap: 16px;
}

.navbar-toggler {
    padding: 6px;
    border: none;
    background: rgba(var(--main-color), 1);
    border-radius: 0px;
}

.navbar-toggler .navbar-toggler-icon {
    background: rgba(var(--white-color), 1);
    width: 1.1em;
    height: 2px;
    position: relative;
    display: block;
}

.navbar-toggler-icon.bar-1 {
    width: 0.6em;
}

.navbar-toggler-icon.bar-2 {
    width: 0.9em;
}

.navbar-toggler-icon.bar-2 {
    margin: 4px 0px;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item:not(:last-child) {
    margin-right: 24px;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
    font-weight: 700;
    padding: 4px 12px;
    font-size: 20px;
    letter-spacing: 1px;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link.active,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: rgba(var(--main-color), 1);
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0%;
    height: 2px;
    border-radius: 5px;
    background: rgba(var(--main-color), 1);
    transition: var(--transition-05s);
    right: 0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link.active::before,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover::before,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus::before,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link[aria-current="page"]::before {
    opacity: 1px;
    visibility: visible;
    width: 100%;
    left: 0px;
    right: auto;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: '\f107';
    font-family: var(--font-awesome);
    font-weight: 600;
    border: none;
    vertical-align: middle;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 0px;
    border: 0;
    border-radius: 0px;
    margin: 0 !important;
    transition: var(--transition-05s);
    /* overflow: hidden; */
    box-shadow: -12px 8px 20px -8px rgba(14, 13, 14, 0.08), 12px 8px 20px -8px rgba(14, 13, 14, 0.08);
}

.navbar .navbar-nav .nav-item .dropdown-menu li a,
.dropdown-menu .dropdown-submenu a {
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid rgba(var(--black-color), 0.175);
    padding: 8px 10px;
    color: rgba(var(--black-color), 0.8);
    transition: var(--transition-05s);
    background: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar .navbar-nav .nav-item .dropdown-menu li a:active,
.navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.dropdown-menu li .dropdown-submenu a:hover,
.dropdown-menu li .dropdown-submenu a:active,
.dropdown-menu li .dropdown-submenu a:focus,
.dropdown-menu li .dropdown-submenu a.active {
    color: rgba(var(--white-color), 1);
    background-color: rgba(var(--main-color), 1);
    border-color: rgba(var(--main-color), 1);
}

.navbar .navbar-nav .nav-item .dropdown-menu ul>li:last-child a {
    border-bottom: none;
}

.Head-CaLog {
    display: flex;
    align-items: center;
    gap: 12px;
    /* margin-left: 40px; */
}

.Head-CaLog .common-bgBtn {
    border-radius: 20px;
    padding: 10px 24px;
}

.HeadCaLog-btn,
.HeadCaLog-btn:focus,
.HeadCaLog-btn:visited {
    white-space: nowrap;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0px;
    color: rgba(var(--black-color), 1);
    font-weight: 500;
    font-size: 20px;
    transition: var(--transition-05s);
}

.HeadCaLog-btn:hover {
    color: rgba(var(--main-color), 1);
}

.HeadCaLog-btn span:first-child,
.HeadCaLog-btn:visited span:first-child,
.HeadCaLog-btn:focus span:first-child {
    --ehw-hclbs: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: var(--ehw-hclbs);
    height: var(--ehw-hclbs);
    border-radius: 50%;
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
    margin-right: 10px;
}

.top-nav {
    background-color: #000000;
    color: #ffffff;
    padding: 8px 0;
    font-size: 14px;
}

.top-nav a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-nav a:hover {
    color: #f8f9fa;
    text-decoration: none;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 29px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-item i {
    font-size: 14px;
    width: 16px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.social-links a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.social-links i {
    font-size: 16px;
}

/* Mobile responsiveness */
@media (max-width: 992px) {
    .contact-info {
        gap: 15px;
    }

    .top-nav {
        font-size: 13px;
    }

    .contact-item {
        gap: 6px;
    }
}

@media (max-width: 768px) {
    .top-nav {
        padding: 10px 0;
    }

    .contact-info {
        justify-content: center;
        gap: 20px;
        margin-bottom: 10px;
    }

    .social-links {
        justify-content: center;
        gap: 12px;
    }

    .mobile-stack .row>div:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .contact-info {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .top-nav {
        font-size: 12px;
    }

    .social-links a {
        width: 28px;
        height: 28px;
    }

    .social-links i {
        font-size: 14px;
    }
}

/* banner Start */

.banner-section {
    --banner-hvh: 70vh;
    --banner-hhp: 100%;
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
}

.banner-section.banner-inner-page {
    --banner-hvh: 30vh;
}


.banner-section>*:first-child,
.banner-slider>*:first-child>*,
.banner-slider>*:first-child>*>*,
.banner-slider>*:first-child>*>*>*,
.banner-slider>*:first-child>*>*>*>* {
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
}

.banner-bg {
    position: absolute;
    inset: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-section.banner-inner-page .banner-bg::after {
    background: rgba(var(--black-color), 0.8);
}

.banner-bg::after {
    content: '';
    position: absolute;
    display: inline-block;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: rgba(var(--white-color), 0.4);
}

.banner-inner-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(var(--black-color), 0.6) no-repeat center center / cover;
    width: 100%;
    overflow: hidden;
    padding: 50px 0px;
}

.banner-section .banner-inner-section .row {
    justify-content: start;
}

.banner-box {
    text-align: start;
}

.banner-SubTitle,
.banner-box>span {
    /* text-transform: capitalize; */
    color: rgba(var(--black-color), 1);
    font-size: 48px;
    line-height: 1;
    display: block;
    margin-bottom: 16px;
}

.banner-title,
.banner-box h1 {
    --efs-bth: 70px;
    color: rgba(var(--black-color), 1);
    margin-bottom: 12px;
    font-size: var(--efs-bth);
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.banner-title span {
    color: rgba(var(--main-color), 1);
}

.banner-box .common-bgBtn {
    margin-top: 30px;
}

.banner-section .banner-inner-section .banner-title,
.banner-box h1 {
    --efs-bth: 60px;
    color: rgba(var(--black-color), 1) !important;
    text-transform: capitalize;
}

.banner-section.banner-inner-page .banner-inner-section .banner-title,
.banner-section.banner-inner-page .banner-inner-section .banner-box h1 {
    color: rgba(var(--white-color), 1) !important;
    --efs-bth: 50px;
    font-weight: 700;
}

.stellar-breadcrumb-nav {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.cosmic-breadcrumb-item {
    display: flex;
    align-items: center;
    position: relative;
}

.cosmic-breadcrumb-item:not(:last-child)::after {
    content: '>';
    color: rgb(255, 255, 255);
    margin: 0 1rem;
    font-weight: bold;
    font-size: 1.6rem;
}

.nebula-breadcrumb-link {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0.5rem 0.2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nebula-breadcrumb-link:hover {
    color: rgba(var(--main-color), 1);
}

.nebula-breadcrumb-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); */
    transition: left 0.5s;
}

.nebula-breadcrumb-link:hover::before {
    left: 100%;
}

.cosmic-breadcrumb-item.active .nebula-breadcrumb-link {
    color: #fff;
    font-weight: 600;
    cursor: default;
}

.aurora-breadcrumb-icon {
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .luxe-breadcrumb-wrapper {
        margin: 1rem;
        padding: 1rem 1.5rem;
    }

    .cosmic-breadcrumb-item:not(:last-child)::after {
        margin: 0 0.5rem;
    }

    .nebula-breadcrumb-link {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
}

/* banner end */

/* EPACPM start */

.EPACPM-box {
    padding: 40px 30px;
    border: 0px solid rgba(var(--third-color), 1);
    height: 100%;
    background-color: rgba(var(--main-color), 1);
    position: relative;
}

.EPACPM-img {
    --ehw-aoi: 80px;
    width: var(--ehw-aoi);
    height: var(--ehw-aoi);
    margin: 0px 0px 30px;
}

.EPACPM-img img {
    object-fit: contain;
}

.EPACPM-text h4 {
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 12px;
    letter-spacing: 1px;
    color: rgba(var(--white-color), 1);
}

.EPACPM-text .common-para {
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
}

.imgboxepacpm {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.secEPACPM-box {
    background-color: rgba(var(--black-color), 1);
}

/* EPACPM end */

/* Leaders start */

.Leaders-img {
    width: 100%;
    height: 100%;
}

.common-box.Leaders-TitleBox {
    padding-left: 20px;
}

.common-box.Leaders-TitleBox .common-SubTitle {
    font-weight: 800;
    color: rgba(var(--main-color), 1);
    font-size: 25px;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.common-box.Leaders-TitleBox .common-title {
    font-size: 50px;
    color: rgba(var(--black-color), 1);
    font-weight: 800;
    margin-bottom: 2rem;
}

.Leaders-TitleBox .common-para,
.Leaders-TitleBox.common-box>div.common-para,
.Leaders-TitleBox p {
    font-size: 20px;
    color: rgba(var(--black-color), 1);
    margin-bottom: 2rem;
    font-weight: 400;
}

.grouplist {
    margin-bottom: 2rem;
}

.grouplist li {
    display: flex;
    align-items: self-start;
    gap: 20px;
    justify-content: start;
}

.icobox img {
    width: 60px;
    height: 60px;
}

.texticobox h4 {
    color: rgba(var(--black-color), 1);
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 1rem;
}

.texticobox p {
    color: rgba(var(--black-color), 1);
    font-size: 20px;
    font-weight: 400;
}

.callsec {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #353535;
    margin-bottom: 5rem;
}

.linebtn {
    color: rgba(var(--main-color), 1);
    margin-left: 5px;
    transition: var(--transition-08s);
}

.linebtn:hover {
    color: rgba(var(--main-color), 1);
    text-decoration: underline;
    text-decoration-color: rgba(var(--main-color), 1);
    transition: var(--transition-08s);
}

/* Leaders end */

/* brand start */
.brand-section {
    background-color: #ebebeb;
    padding: 20px 0px;
}

.brand-ImgBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-ImgBox img {
    width: 200px;
    height: 160px;
    object-fit: contain;
}

/* brand end */

/* why choose start */
.whychoosesec .Leaders-TitleBox {
    padding: 80px 30px;
    background-color: rgba(0, 0, 0, 0.932);
    overflow: hidden;
}

.backimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Leaders-TitleBox {
    position: relative;
    overflow: hidden;
}

.whychoosesec .Leaders-TitleBox .common-title,
.whychoosesec .Leaders-TitleBox .common-para p,
.whychoosesec .Leaders-TitleBox .texticobox h4,
.whychoosesec .Leaders-TitleBox .texticobox p {
    color: #fff;
}

.whychoosesec .Leaders-img,
.whybox {
    height: 640px;
}

/* why choose end */


/* Our Services start */
.ourservices-section {
    padding-top: 170px;
}

.textureimg {
    position: absolute;
    bottom: -108px;
    z-index: -1;
    opacity: 0.5;
    width: 100%;
    height: auto;
}

.zyx-interactive-card {
    background: white;
    border-radius: 0px;
    box-shadow: 0 6px 16px rgb(0 0 0 / 22%);
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    cursor: pointer;
    border-top: 6px solid rgba(var(--main-color), 1);
    max-width: 400px;
    margin-bottom: 1.5rem;
}

.zyx-card-header {
    position: relative;
    overflow: hidden;
}

.zyx-card-icon {
    width: 60px;
    height: 60px;
    margin: 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.zyx-card-icon img {
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
    object-fit: contain;
}

.zyx-card-icon-hover {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.4s ease;
    object-fit: contain;
}

.zyx-card-body {
    padding: 0 30px 30px;
    position: relative;
    z-index: 2;
}

.zyx-card-title {
    font-size: 30px;
    font-weight: 800;
    color: rgba(var(--black-color), 1);
    margin-bottom: 15px;
    transition: color 0.4s ease;
}

.zyx-card-description {
    font-size: 22px;
    color: #000000;
    line-height: normal;
    margin-bottom: 3rem;
    transition: color 0.4s ease;
    font-weight: 400;
}

.zyx-card-arrow {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: 2px solid #e9ecef;
}

.zyx-card-arrow i {
    color: rgba(var(--main-color), 1);
    font-size: 18px;
    transition: all 0.4s ease;
}

.zyx-background-overlay {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--main-color), 1);
    height: 4px;
    transition: height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
}

.arrowbt {
    display: flex;
    align-items: center;
    justify-content: start;
}

.arrowbt span {
    color: #000000;
    font-weight: 800;
    font-size: 23px;
    transform: translateX(15px);
    transition: all 0.4s ease;
}

/* Hover Effects */
.zyx-interactive-card:hover .arrowbt span {
    color: #fff;
    transition: all 0.4s ease;
}

.zyx-interactive-card:hover .zyx-background-overlay {
    height: 110%;
}

.zyx-interactive-card:hover .zyx-card-title,
.zyx-interactive-card:hover .zyx-card-description {
    color: white;
}

.zyx-interactive-card:hover .zyx-card-icon i {
    transform: scale(0);
    opacity: 0;
}

.zyx-interactive-card:hover .zyx-card-icon-hover {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.zyx-interactive-card:hover .zyx-card-arrow {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}

.zyx-interactive-card:hover .zyx-card-arrow i {
    color: white;
}



/* Responsive Design */
@media (max-width: 576px) {
    .zyx-interactive-card {
        margin: 0 15px;
        max-width: none;
    }

    .zyx-card-body {
        padding: 0 20px 25px;
    }

    .zyx-card-title {
        font-size: 20px;
    }
}

/* Our Services end */

/* Our projects start */
.project-section {
    position: relative;
    overflow: hidden;
}

.backimgpro::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--black-color), 0.8);
    z-index: -1;
}

.project-section .common-title,
.project-section .common-para p {
    color: rgba(var(--white-color), 1) !important;
}

.backimgpro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66%;
}

.backimgpro img {
    height: 100%;
    object-position: top;
    filter: grayscale(1);
}

.construction-service-card {
    width: 100%;
    max-width: 300px;
    height: 400px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
}



.card-background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 01;
    z-index: 1;
}

.card-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e1003cd3;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: center;
    padding: 4rem 2rem;
}

.construction-service-card:hover .card-hover-overlay {
    opacity: 1;
}

.service-icon-wrapper i {
    font-size: 30px;
    color: #fff;
}

.service-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}


.service-title-primary {
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    line-height: normal;
}

/* Responsive Design */
@media (max-width: 768px) {

    .construction-service-card {
        max-width: 300px;
        height: 350px;
    }

    .service-title-primary,
    .service-title-secondary {
        font-size: 1.5rem;
    }

    .service-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .service-main-icon {
        font-size: 2rem;
    }
}


/* Custom Owl Carousel Dots for Testimonial-slider */
.Testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 50px;
    padding: 0;
    display: flex !important;
    gap: 10px;
}

.Testimonial-slider .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 8px;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    width: 50px;
}

.Testimonial-slider .owl-dots .owl-dot span {
    display: block;
    width: 180px;
    height: 8px;
    background-color: #ccc;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.Testimonial-slider .owl-dots .owl-dot:hover span {
    background-color: #999;
}

.Testimonial-slider .owl-dots .owl-dot.active span {
    background-color: #e91e63;
    /* You can change this color to match your brand */
}

/* Optional: Add some spacing and alignment */
.Testimonial-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.Testimonial-slider .owl-dots .owl-dot {
    margin: 0;
}

/* Our projects end */

/* ourfaq-section start */

.custom-accordion-wrapper {
    margin: 4rem auto;
    margin-right: 1rem;
}

.unique-accordion-container .accordion-item {
    border: none;
    margin-bottom: 2rem;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.23);
}

.unique-accordion-container .custom-accordion-header .accordion-button {
    background-color: rgba(var(--white-color), 1);
    border: none;
    color: rgba(var(--black-color), 1);
    font-weight: 700;
    padding: 1.5rem 1.5rem;
    letter-spacing: 1px;
    font-size: 24px;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.unique-accordion-container .custom-accordion-header .accordion-button:not(.collapsed) {
    background-color: rgba(var(--main-color), 1);
    color: white;
    box-shadow: none;
}

.unique-accordion-container .custom-accordion-header .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.unique-accordion-container .custom-accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
    --bs-accordion-btn-icon-width: 2rem;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
}

.unique-accordion-container .custom-accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
    --bs-accordion-btn-icon-width: 2rem;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
}

.unique-accordion-container .custom-accordion-body {
    background-color: white;
    border-top: 1px solid #e9ecef;
}

.unique-accordion-container .custom-accordion-body .accordion-body {
    padding: 1.5rem;
    color: rgba(var(--black-color), 1);
    line-height: 1.6;
    font-size: 18px;
}

.unique-accordion-container .accordion-item:first-child .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.unique-accordion-container .accordion-item:last-child .accordion-button.collapsed {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


/* ourfaq-section end */

/* talk start */

.common-section.talk-section {
    background: #ebebeb;
}

/* talk end */

/* footer start */
.bottombodersec {
    position: relative;
}

.bottombodersec::after {
    position: absolute;
    bottom: -1px;
    content: '';
    width: 800%;
    height: 2px;
    background-color: #ffffff7c;
    left: -800px;
}

.footlogobox {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 0px;
    border-right: 3px solid #ffffff7c;
}

.footlogobox img {
    height: 70px;
}

.locationbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    border-right: 3px solid #ffffff7c;
    gap: 5px;
    min-height: 110px;
}

.locationbox i {
    font-size: 24px;
    color: #fff;
}

.locationbox span {
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
}

.footer-section {
    background: #1b1b1b;
    overflow: hidden;
}

.foot-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.inner-footer {
    margin: 0px var(--elrp);
    padding: 100px 0px 100px;
}

.foot-title {
    color: rgba(var(--white-color), 1);
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 800;
}

.foot-list li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
    gap: 10px;
}

.foot-list li>span {
    color: rgba(var(--main-color), 1);
    font-size: 18px;
}

.foot-list li a,
.foot-list li a:visited,
.foot-list li a:focus {
    transition: var(--transition-05s);
    color: rgba(var(--white-color), 1);
    font-size: 18px;
}

.foot-list li a:hover,
.foot-list li a[aria-current="page"] {
    color: rgba(var(--main-color), 1);
}

.foot-list.contact-list li:nth-child(2) a {
    text-decoration: underline;
    color: rgba(var(--white-color), 1);
}

.foot-list.contact-list li:last-child a {
    color: rgba(var(--white-color), 1);
    font-weight: 800;
}

.foot-list.contact-list li:last-child a:hover {
    color: rgba(var(--main-color), 1);
}

.footer-box .common-para {
    color: rgba(var(--white-color), 1);
    font-size: 16px;
    line-height: 1.8;
}

.post-list img {
    width: 80px;
    height: 80px;
}

.post-list li {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin-bottom: 2rem;
}

.foot-list.post-list li a {
    font-size: 18px;
    line-height: normal;
}

.copy-box {
    background-color: rgba(var(--black-color), 1);
    border-top: 0px solid rgba(var(--white-color), 0.2);
    padding: 20px 0px;
}

.copyInner-box {
    margin: 0px var(--elrp);
}

.copy-text {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.copy-text a:hover {
    color: rgba(var(--main-color), 1);
    transition: var(--transition-05s);
}

.social-list {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.social-list li a {
    color: rgba(var(--white-color), 1);
    font-size: 25px;
    transition: var(--transition-05s);
}

.social-list li a:hover,
.social-list li a:focus {
    color: rgba(var(--main-color), 1);
}

/* footer end */


/* About page start */

.fullaboutimg {
    margin-bottom: 2rem;
}

.fullaboutimg img {
    height: 500px;
}


.contentboxdefault h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align: left;
    text-transform: capitalize;
}

.contentboxdefault p {
    font-size: 20px;
    color: #000;
    margin-bottom: 2.5rem;
}

.contentboxdefault h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 1rem;
    text-align: left;
    text-transform: capitalize;
    font-weight: 800;

}

.contentboxdefault ol {
    list-style-type: decimal;
    padding-left: 2rem;
    padding-top: 1rem;
    margin-bottom: 2.5rem;
}

.contentboxdefault ol li {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 1rem;
}

.contentboxdefault ol li strong {
    margin-right: 6px;
}

.contentboxdefault ul {
    list-style-type: none;
    margin-bottom: 2.5rem;
}

.contentboxdefault ul li {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
    border-bottom: 1.8px solid #b9bbbd;
    letter-spacing: 1px;
}

.contentboxdefault ul li strong {
    margin-right: 6px;
}


.contentboxdefault {
    margin-bottom: 5rem;
    margin-top: 3rem;
}

.unique-accordion-item {
    border: 2px solid #e5e5e500;
    border-radius: 0px;
    margin-bottom: 2rem;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.253);
    transition: all 0.3s ease;
}

.unique-accordion-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.199);
}

.custom-accordion-header {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

.unique-accordion-button {
    background: #ffffff;
    border: none;
    padding: 20px 40px;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 0px;
}

.unique-accordion-button:hover {
    background: #ffffff;
    color: #000000;
}

.unique-accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.unique-accordion-button::before {
    content: '+';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    transition: all 0.3s ease;
}

.unique-accordion-button:not(.collapsed)::before {
    content: '−';
    color: #000000;
    transform: translateY(-50%) rotate(0deg);
}

.unique-accordion-button.collapsed::before {
    transform: translateY(-50%) rotate(0deg);
}

.custom-accordion-body {
    padding: 10px 25px 25px 25px;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}

.unique-accordion-collapse {
    border-top: 0px solid #00000000;
    margin-top: 0;
}

.unique-accordion-button:not(.collapsed) {
    border-bottom: 0px solid #000000;
}

/* Smooth transition for content */
.unique-accordion-collapse.collapsing {
    transition: height 0.35s ease;
}

.unique-accordion-collapse.show {
    transition: height 0.35s ease;
}


/* About page end */


/* Blog page start */
.blogsection {
    overflow: visible;
}

.rightstickybox {
    position: sticky;
    top: 120px;
}

.bloglist {
    box-shadow: -0.276px -0.961px 9px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    margin-bottom: 4rem;
}

.bloglist .contentboxdefault {
    padding: 40px 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.postdate strong {
    font-size: 20px;
    color: #000;
    margin-bottom: 1rem;
    display: block;
}

.box {
    background: white;
    border-radius: 0px;
    box-shadow: -0.276px -0.961px 9px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 2.5rem;
    padding: 20px;
}


/* Search Box Styles */


.search-container {
    display: flex;
    height: 50px;
    background-color: #ebebeb;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    background: transparent;
}

.search-input::placeholder {
    color: #999;
    font-weight: 300;
}

.search-btn {
    width: 60px;
    background: rgba(var(--main-color), 1);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.search-btn:hover {
    background: #c53030;
}

.search-btn i {
    color: white;
    font-size: 18px;
}

/* Archives Box Styles */
.archives-box {
    padding: 30px 25px;
}

.archives-title {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

.archive-item {
    display: flex;
    align-items: center;
    color: rgba(var(--black-color), 1);
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.archive-item:hover {
    color: rgba(var(--main-color), 1);
    transition: all 0.3s ease;
}

.archive-item i {
    color: rgba(var(--main-color), 1);
    margin-right: 12px;
    font-size: 16px;
    transition: transform 0.3s ease;
}


/* Responsive Design */
@media (max-width: 480px) {
    .search-container {
        height: 50px;
    }

    .search-btn {
        width: 50px;
    }

    .search-btn i {
        font-size: 16px;
    }

    .archives-box {
        padding: 25px 20px;
    }

    .archives-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .archive-item {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .search-input {
        padding: 0 15px;
        font-size: 14px;
    }

    .archives-title {
        font-size: 22px;
    }

    .archive-item {
        font-size: 14px;
    }
}

/* Blog page end */



/* project page start */



.custom-tab-wrapper {
    display: flex;
    gap: 20px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.custom-tab-btn {
    /* flex: 1; */
    padding: 15px 20px;
    border: none;
    background: transparent;
    color: #000000;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 6px;
    margin: 0 2px;
    position: relative;
    white-space: nowrap;
    border: 1px solid #999999;
    min-width: 220px;
}

.custom-tab-btn:hover {
    background-color: #f8f9fa;
    color: #000000;
}

.custom-tab-btn.active-tab {
    background: rgba(var(--main-color), 1);
    color: white;
    border: 1px solid rgba(var(--main-color), 1);
    /* box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3); */
    /* transform: translateY(-1px); */
}

.custom-tab-btn.active-tab:hover {
    background: rgba(var(--main-color), 1);
    color: white;
}

.custom-tab-content {
    margin-top: 50px;
}

.tab-content-panel {
    display: none;
}

.tab-content-panel.active-content {
    display: block;
}

.custom-tab-content .row {
    gap: 30px 0px;
}

.foundation-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 400px;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.construction-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}


.overlay-crimson {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--main-color), 0.8);
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
}

.foundation-card:hover .overlay-crimson {
    opacity: 1;
}

.project-title {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 12px;
    transform: translateY(20px);
    transition: transform 0.6s ease 0.1s;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.service-description {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transform: translateY(20px);
    transition: transform 0.6s ease 0.2s;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}



/* Responsive Design */
@media (max-width: 768px) {
    .construction-showcase {
        padding: 15px;
    }

    .foundation-card {
        max-width: 100%;
        height: 250px;
    }

    .project-title {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }

    .service-description {
        font-size: 1rem;
    }

    .overlay-crimson {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .foundation-card {
        height: 220px;
    }

    .project-title {
        font-size: 1.4rem;
    }

    .service-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 320px) {
    .foundation-card {
        height: 200px;
    }

    .project-title {
        font-size: 1.2rem;
    }

    .service-description {
        font-size: 0.8rem;
    }

    .overlay-crimson {
        padding: 15px;
    }
}


.pagination {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #999999;
    border-radius: 8px;
    background-color: #fff;
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.pagination-item:hover {
    border-color: rgba(var(--main-color), 1);
    color: rgba(var(--main-color), 1);
    /* transform: translateY(-1px); */
    /* box-shadow: 0 4px 12px rgba(255, 71, 87, 0.15); */
}

.pagination-item.active {
    background-color: rgba(var(--main-color), 1);
    border-color: rgba(var(--main-color), 1);
    color: white;
    /* box-shadow: 0 4px 12px rgba(255, 71, 87, 0.3); */
}



.pagination-item i {
    font-size: 14px;
}


.projectdetailsimg img {
    height: 450px;
    padding-right: 20px;
}

/* project page end */



/* Contact page start */

.ctaForm-box .row {
    --bs-gutter-x: 1rem;
    gap: 16px 0px;
}

.iframe-box {
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.iframe-box iframe {
    width: 100%;
    height: 100%;
}

.newtalkcontactpage .cta-form-box {
    background-color: #fff;
    padding: 60px 60px;
    border-radius: 8px;
    margin-top: 2rem;
}

.cont-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(var(--black-color), 0);
    border-radius: 8px;
    min-height: 250px;
    /* max-width: 370px; */
    background-color: #fff;
}

.cont-icon {
    width: 47px;
    height: 47px;
    font-size: 45px;
    color: rgba(var(--main-color), 1);
    line-height: 1;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-text {
    min-height: 96px;
}

.cont-text h5 {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 800;
    color: rgba(var(--black-color), 1);
    line-height: 1;
    margin-bottom: 1.6rem;
}

.cont-text span,
.cont-text a {
    font-size: 20px;
    line-height: 1;
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
}

.cont-text>a:hover {
    color: rgba(var(--main-color), 1);
}

.cont-SocialList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.cont-SocialList li a,
.cont-SocialList li a:focus,
.cont-SocialList li a:visited {
    --ehw-social: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--ehw-social));
    height: calc(var(--ehw-social));
    border-radius: 50%;
    margin: 0 auto;
    transition: var(--transition-05s);
    background: rgba(var(--main-color), 0);
    color: rgba(var(--black-color), 1);
    font-size: 16px;
}

.cont-SocialList li a:hover,
.cont-SocialList li a:active {
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
}

.form-box label {
    margin-bottom: 0.8rem;
    font-size: 18px;
    color: #000;
}

/* Contact page end */
#onlymob {
    display: none;
}

/* media start */

@media (min-width: 992px) {

    /* .Head-CaLog {
        display: none;
    } */
    .nav-item.dropdown .dropdown-menu {
        opacity: 0;
        visibility: hidden;
    }

    .nav-item.dropdown:hover>.dropdown-menu,
    .nav-item.dropdown .dropdown-menu.show,
    .dropdown-menu ul li:hover>.dropdown-menu.dropdown-submenu {
        opacity: 1;
        display: block;
        visibility: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        width: max-content;
        max-width: max-content;
    }

    .nav-item.dropdown .DDMenu.dropdown-menu {
        left: 100px;
    }
}

@media (min-width: 1200px) {
    .nav-item.dropdown .dropdown-menu[data-bs-popper] {
        top: 100%;
    }
}


@media (max-width: 1400px) {
    .EPACPM-text .common-para {
        font-size: 17px;
        line-height: 1.6;
        margin-top: 10px;
    }

    .EPACPM-text h4 {
        font-size: 23px;
        margin-bottom: 0px;
    }

    .EPACPM-img {
        --ehw-aoi: 44px;
        margin: 0px 0px 20px;
    }
}

@media (max-width: 1366px) {
    .cont-text h5 {
        font-size: 25px;
        letter-spacing: 0px;
    }

    .cont-text span,
    .cont-text a {
        font-size: 18px;
    }

    .banner-section {
        --banner-hvh: 45vh;
    }

    .banner-section .banner-inner-section .banner-title,
    .banner-box h1 {
        --efs-bth: 50px;
    }

    .banner-SubTitle,
    .banner-box>span {
        font-size: 35px;
    }

    .common-box.Leaders-TitleBox .common-SubTitle {
        margin-bottom: 1rem;
    }

    .common-box.Leaders-TitleBox .common-title {
        font-size: 36px;
        margin-bottom: 0rem;
    }

    .Leaders-TitleBox .common-para,
    .Leaders-TitleBox.common-box>div.common-para,
    .Leaders-TitleBox p {
        font-size: 18px;
    }

    .texticobox h4 {
        font-size: 25px;
        margin-bottom: 0.5rem;
    }

    .icobox img {
        width: 50px;
        height: 50px;
    }

    .grouplist {
        margin-bottom: 0rem;
    }

    .callsec {
        font-size: 30px;
        margin-bottom: 1rem;
    }

    .brand-ImgBox img {
        width: 180px;
        height: 120px;
        object-fit: contain;
    }

    .whychoosesec .Leaders-img,
    .whybox {
        height: 525px;
    }

    .ourservices-section {
        padding-top: 100px;
    }

    .zyx-card-title {
        font-size: 25px;
    }

    .zyx-card-description {
        font-size: 18px;
    }

    .margingap {
        margin-top: 0px !important;
    }

    .construction-service-card {
        height: 350px;
    }

    .contentboxdefault h2 {
        font-size: 30px;
    }

    .contentboxdefault h3 {
        font-size: 24px;
    }

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

    .fullaboutimg img {
        height: 400px;
    }

    .search-input {
  padding: 0 8px;
    }
}

@media (max-width: 1199px) {
    .navbar.DesktopNav .HeadContainer {
        display: flex;
        gap: 20px
    }



    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item:not(:last-child) {
        margin-right: 14px;
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
        font-size: 17px;
    }

    .HeadCaLog-btn,
    .HeadCaLog-btn:focus,
    .HeadCaLog-btn:visited {
        font-size: 18px;
    }

    .HeadCaLog-btn span:first-child,
    .HeadCaLog-btn:visited span:first-child,
    .HeadCaLog-btn:focus span:first-child {
        margin-right: 6px;
        --ehw-hclbs: 28px;
        font-size: 12px;
    }

    .banner-section {
        --banner-hvh: 45vh;
    }

    .banner-SubTitle,
    .banner-box>span {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .banner-title,
    .banner-box h1 {
        --efs-bth: 50px;
        margin-bottom: 10px;
    }

    .EPACPM-box {
        padding: 20px 20px;
    }

    .EPACPM-text h4 {
        font-size: 20px;
    }

    .EPACPM-text .common-para {
        font-size: 15px;
        line-height: 1.4;
    }

    .Leaders-TitleBox .common-para,
    .Leaders-TitleBox.common-box>div.common-para {
        margin-bottom: 20px;
    }

    .Leaders-TitleBox p {
        margin-bottom: 0;
    }

    .common-box.Leaders-TitleBox .common-title {
        font-size: 30px;
        margin-bottom: 0rem;
    }

    .common-box.Leaders-TitleBox .common-SubTitle {
        font-size: 20px;
    }

    .texticobox h4 {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }

    .Leaders-TitleBox .common-para,
    .Leaders-TitleBox.common-box>div.common-para,
    .Leaders-TitleBox p {
        font-size: 16px;
    }

    .callsec {
        font-size: 26px;
        margin-bottom: 1rem;
    }

    .brand-ImgBox {
        height: 130px;
        margin-bottom: 0px;
    }

    .grouplist li {
        margin-bottom: 1.6rem;
    }

    .whychoosesec .Leaders-img,
    .whybox {
        height: 480px;
    }

    .zyx-card-icon {
        width: 40px;
        height: 40px;
        margin: 30px 30px;
    }

    .zyx-card-icon img {
        width: 50px;
        height: 50px;
    }

    .unique-accordion-container .custom-accordion-header .accordion-button {
        font-size: 20px;
    }

    .custom-accordion-body {
        padding: 10px 10px 10px 10px;
        color: #000000;
        line-height: 1.6;
        font-size: 14px;
    }

    .unique-accordion-container .custom-accordion-body .accordion-body {
        padding: 1rem;
    }

    .locationbox span {
        font-size: 17px;
    }

    .footlogobox img {
        height: 70px;
    }

    .social-list {
        gap: 22px;
    }

    .brand-TxtTitle,
    .brand-TxtBox h4 {
        font-size: 20px;
    }

    .brand-TxtBox .common-para {
        margin-bottom: 10px;
    }

    .CTA-TitleBox h3 {
        font-size: 28px;
    }

    .common-section.CTA-section {
        padding: 30px 0px;
    }

    .footer-box .common-para {
        font-size: 15px;
        line-height: 1.6;
    }

    .foot-list li a,
    .foot-list li a:visited,
    .foot-list li a:focus {
        font-size: 16px;
    }

    .foot-title {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .custom-tab-wrapper {
        display: flex;
        gap: 10px;
    }

    .project-title {
        color: white;
        font-size: 1.5rem;
    }

    .custom-tab-btn {
        /* flex: 1; */
        padding: 10px 20px;
        font-size: 15px;
        min-width: 100px;
    }

    .foundation-card {
        max-width: 100%;
        height: 300px;
    }
}


@media (max-width: 1024px) {
    .newtalkcontactpage .cta-form-box {
        padding: 30px 30px;
        margin-top: 0rem;
    }

    .iframe-box {
        width: 100%;
        height: 450px;
    }

    .unique-accordion-button {
        font-size: 18px;
    }

    .navbar.DesktopNav .HeadContainer {
        gap: 20px;
    }

    .banner-section {
        --banner-hvh: 35vh;
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item:not(:last-child) {
        margin-right: 4px;
    }

    .brand-ImgBox img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }

    .ourservices-section {
        padding-top: 50px;
    }

    .foot-list.post-list li a {
        font-size: 16px;
    }
    .bloglist{
        margin-right: 0px;
    }
}

@media (max-width: 991px) {
    .newtalkcontactpage .row {
        justify-content: center !important;

    }

    .projectdetailsimg img {
        height: 400px;
        padding-right: 0px;
    }

    .contentboxdefault ul li {
        font-size: 17px;
    }

    .banner-section.banner-inner-page .banner-inner-section .banner-title,
    .banner-section.banner-inner-page .banner-inner-section .banner-box h1 {
        --efs-bth: 40px;
    }

    .search-input {
        padding: 0 10px;
    }

    .bloglist .contentboxdefault {
        padding: 20px;
    }

    .contentboxdefault h2 {
        font-size: 25px;
    }

    #deskshow {
        display: none;
    }

    #onlymob {
        display: block;
        padding: 4px 0px;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .Testimonial-slider .owl-item {
        margin-right: 30px !important;
    }

    .zyx-interactive-card {
        margin: 0 auto;
    }

    .EPACPM-section .row,
    .whychoosesec .row {
        gap: 0px 0px;
    }

    .whychoosesec .Leaders-img,
    .whybox {
        height: auto;
    }

    .whychoosesec .Leaders-img img {
        height: 300px;
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
        color: rgba(var(--black-color), 1);
    }

    .ourfaq-section .Leaders-img {
        height: auto;
    }

    .custom-accordion-wrapper {
        margin: 2rem auto 3rem;
        margin-right: 1rem;
    }

    .foot-title {
        margin-bottom: 18px;
        font-size: 20px;
    }

    .footer-box .common-para {
        font-size: 15px;
    }

    .inner-footer {
        margin: 0px var(--elrp);
        padding: 50px 0px 50px;
    }

    .ourfaq-section .Leaders-img img {
        height: 400px;
        object-fit: contain;
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link.active,
    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover,
    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus,
    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link[aria-current="page"] {
        color: rgba(var(--main-color), 1);
    }

    .navbar.DesktopNav .HeadContainer {
        justify-content: flex-end;
    }

    .NBM-box .navbar-nav.ms-auto.navbar-nav-scroll {
        gap: 10px;
    }

    .NBM-box {
        display: flex;
        gap: 50px;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0px;
        /* padding: 20px 30px; */
    }

    .NBM-box>* {
        background: rgb(255 255 255 / 83%);
        padding: 20px 30px;
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
        margin: 0;
        width: max-content;
    }

    .NBM-box li.nav-item.dropdown {
        position: static;
        width: max-content;
    }

    .NBM-box ul:last-child {
        margin-top: 10px;
    }

    .Leaders-img {
        height: 350px;
    }

    .callsec {
        margin-bottom: 3rem;
    }

    .testi-box .common-para {
        margin: 16px 0px 0px;
    }

    .banner-section.banner-inner-page {
        --banner-hvh: 30vh;
    }

    .Leaders-MainImg {
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contentboxdefault h2 {
        font-size: 25px;
    }

    .custom-tab-wrapper {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .contentboxdefault {
        margin-bottom: 3rem;
    }

    .custom-tab-btn {
        min-width: auto;
    }

    .bloglist .contentboxdefault p {
        margin-bottom: 1.3rem;
    }

    .bloglist:last-child {
        margin-bottom: 0;
    }

    .bloglist .common-bgBtn {
        padding: 12px 16px;
        font-size: 14px;
    }

    .rightstickybox {
        position: relative;
        top: unset;
    }

    .blogsection.common-section .row {
        flex-direction: column-reverse !important;
        gap: 0px 0px !important;
    }

    .bloglist {
        margin-right: 0px;
    }

    .contentboxdefault h3 {
        font-size: 20px;
    }

    .contentboxdefault p {
        font-size: 16px;
    }

    .unique-accordion-button {
        font-size: 16px;
    }

    .custom-accordion-body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fullaboutimg img {
        height: 300px;
    }

    .contentboxdefault ol li {
        font-size: 16px;
    }

    .brand-section .row {
        gap: 0px 0px;
    }

    .footlogobox,
    .locationbox {
        border: 0px solid #fff;
    }

    .bottombodersec {
        justify-content: center;
        gap: 0px 0px !important;
        padding: 20px 0px;
    }

    .footlogobox {
        justify-content: center;
    }

    .locationbox {
        min-height: auto;
    }

    .banner-title,
    .banner-box h1 {
        --efs-bth: 40px;
    }

    .banner-SubTitle,
    .banner-box>span {
        font-size: 30px;
    }

    .zyx-interactive-card {
        max-width: 100%;
    }

    .unique-accordion-container .custom-accordion-header .accordion-button {
        font-size: 18px;
    }

    .unique-accordion-container .custom-accordion-body .accordion-body {
        font-size: 16px;
    }

    .Testimonial-slider .owl-dots {
        margin-top: 30px;
    }

    .Testimonial-slider .owl-dots {
        text-align: center;
        margin-top: 20px;
        gap: 10px;
    }

    .banner-box .common-bgBtn {
        margin-top: 20px;
    }

    .banner-section {
        --banner-hvh: 40vh;
    }

    .banner-section .banner-inner-section .banner-title,
    .banner-box h1 {
        --efs-bth: 40px;
    }

    .Leaders-img {
        height: 400px;
    }

    .CTA-row {
        flex-direction: column;
        text-align: center;
    }

    .arrowbt span {
        font-size: 18px;
    }
}

@media (max-width: 580px) {
    .contentboxdefault p {
        font-size: 15px;
    }

    .cont-text {
        min-height: auto;
    }

    .cont-box {
        min-height: 230px;
    }

    .banner-section.banner-inner-page {
        --banner-hvh: 20vh;
    }

    .form-control {
        border: 1px solid #CBCBCB;
        border-radius: 10px;
        padding: 10px 10px;
        font-size: 16px;
    }

    .newtalkcontactpage .row {
        gap: 19px 0px;
        justify-content: center !important;
    }

    .banner-section.banner-inner-page .banner-inner-section .banner-title,
    .banner-section.banner-inner-page .banner-inner-section .banner-box h1 {
        --efs-bth: 30px;
    }

    .newtalkcontactpage .common-box.Leaders-TitleBox {
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .form-box label {
        margin-bottom: 0.5rem;
        font-size: 15px;
    }

    .Testimonial-slider .owl-dots .owl-dot {
        width: 22px;
    }

    .contact-info {
        flex-direction: row;
        gap: 6px;
        text-align: center;
    }

    .copy-text {
        font-size: 17px;
    }

    .whychoosesec .common-box.Leaders-TitleBox {
        padding: 30px !important;
        padding-left: 10px !important;
    }

    .custom-accordion-wrapper {
        margin: 2rem auto 1rem;
        margin-right: 0.2rem;
        margin-left: 0.2rem;
    }

    .common-box.Leaders-TitleBox {
        padding-left: 0 !important;
    }

    .Testimonial-slider .owl-item {
        margin-right: 10px !important;
    }

    .HeadCaLog-btn span:last-child,
    .HeadCaLog-btn:visited span:last-child,
    .HeadCaLog-btn:focus span:last-child {
        display: none;
    }

    .HeadCaLog-btn span:first-child,
    .HeadCaLog-btn:visited span:first-child,
    .HeadCaLog-btn:focus span:first-child {
        margin-right: 0px;
        --ehw-hclbs: 32px;
        font-size: 16px;
    }

    .Head-CaLog {
        gap: 10px;
    }

    .Head-CaLog .common-bgBtn {
        border-radius: 10px;
        padding: 7px 14px;
    }

    .imgboxepacpm {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .imgboxepacpm img {
        height: 200px;
    }

    .DesktopNav .navbar-brand,
    .MobileNav .navbar-brand {
        width: 130px;
    }

    .banner-title,
    .banner-box h1 {
        --efs-bth: 30px;
    }

    .banner-SubTitle,
    .banner-box>span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banner-box .common-bgBtn {
        margin-top: 10px;
    }

    .EPACPM-text h4 {
        font-size: 18px;
    }

    .EPACPM-text .common-para {
        font-size: 14px;
    }

    .EPACPM-img {
        --ehw-aoi: 40px;
        margin: 0px 0px 10px;
    }

    .Leaders-img {
        height: auto;
    }

    .brand-TxtTitle,
    .brand-TxtBox h4 {
        font-size: 18px;
    }

    .testi-box {
        padding: 20px;
    }

    .testi-TitleImg {
        padding-right: 40px;
    }

    .testi-quotes {
        height: 20px;
    }

    .CTA-TitleBox h3 {
        font-size: 24px;
    }

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

    .copy-text {
        text-align: center;
    }

    .social-list {
        justify-content: center;
    }

    .copy-box>*>*>*>*:last-child {
        order: -1;
    }

    .form-control::placeholder {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .construction-service-card {
        max-width: auto;
        height: 320px;
    }

    .service-title-primary,
    .service-title-secondary {
        font-size: 1.3rem;
    }

    .service-icon-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }

    .service-main-icon {
        font-size: 1.8rem;
    }

    .card-hover-overlay {
        padding: 1.5rem;
    }

    .common-box.Leaders-TitleBox .common-SubTitle {
        font-size: 15px;
    }

    .icobox img {
        width: 40px;
        height: 40px;
    }

    .callsec {
        font-size: 20px;
    }

    .brand-ImgBox {
        height: 100px;
    }

    .brand-ImgBox img {
        width: 100px;
        height: 160px;
        object-fit: contain;
    }

    .Leaders-TitleBox .common-para,
    .Leaders-TitleBox.common-box>div.common-para,
    .Leaders-TitleBox p {
        font-size: 14px;
    }

    .project-section .col-12.mb-5 {
        margin-bottom: 0rem !important;
    }

    .unique-accordion-container .custom-accordion-header .accordion-button {
        font-size: 16px;
        letter-spacing: 0;
    }

    .footlogobox,
    .locationbox {
        padding: 8px 0px !important;
    }

    .zyx-card-title {
        font-size: 20px;
    }

    .banner-SubTitle,
    .banner-box>span {
        font-size: 20px;
    }

    .banner-section .banner-inner-section .banner-title,
    .banner-box h1 {
        --efs-bth: 30px;
    }

    .zyx-card-description {
        font-size: 16px;
        margin-bottom: 1.6rem;
    }

    .common-box.Leaders-TitleBox .common-title {
        font-size: 24px;
        margin-bottom: 0rem;
    }

    .unique-accordion-container .custom-accordion-header .accordion-button::after,
    .unique-accordion-container .custom-accordion-header .accordion-button:not(.collapsed)::after {
        --bs-accordion-btn-icon-width: 1.4rem;
    }

    .form-control {
        padding: 10px 10px;
        font-size: 14px;
    }

}

@media (max-width: 320px) {
    .construction-service-card {
        max-width: 260px;
        height: 300px;
    }

    .service-title-primary,
    .service-title-secondary {
        font-size: 1.2rem;
    }

    .DesktopNav .navbar-brand,
    .MobileNav .navbar-brand {
        width: 90px;
    }

    .NBM-box>* {
        background: rgb(255 255 255 / 83%);
        padding: 20px 0px;
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        font-weight: 600;
    }

    .copy-text {
        font-size: 13px;
    }

    .footlogobox img {
        height: 50px;
    }

    .social-list li a {
        font-size: 20px;
    }

}

/* media end */