@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playwrite+IE:wght@100..400&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "minerva-modern", sans-serif;
}

a {
    font-family: "Open Sans", sans-serif;
}

p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    /* color: #000; */
}

.site-btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    background: #243973;
    border-radius: 0px;
    padding: 12px 18px;
    letter-spacing: 1px;
    outline: 1.5px solid #FF7819;
    outline-offset: 5px;
    transition: 0.6s;

}

.site-btn:hover {
    background-color: #FF7819;
}

.orange-btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    background: #FF7819;
    border-radius: 0px;
    padding: 12px 18px;
    letter-spacing: 1px;
    outline: 1.5px solid #FF7819;
    outline-offset: 5px;
    transition: 0.6s;

}

.orange-btn:hover {
    background-color: #2e4587;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.section-title::before,
.section-title::after {
    content: "";
    flex: 1;
    height: 1.1px;
    background: #243973;
}

.section-title h2 {
    margin: .1rem 0;
    font-size: 36px;
    color: #000;
    position: relative;
    padding: 0 20px;
}

section {
    padding: 60px 0px;
}

.slick-dots {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.slick-dots li button {
    background-color: transparent;
    border: 0px;
    font-size: 0px;
    background-color: #24397373;
    height: 12px;
    width: 30px;
}


/* Active dot */

.slick-dots li.slick-active button {
    background-color: #243973;
    /* slightly bigger */
}

.site-header .header-wrapper {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.header-right-toggle-box {
    display: flex;
    justify-content: end;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 50px 0px;
    z-index: 12;
}

.header-center-logo {
    text-align: center;
}

.header-left-number a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.header-left-number a:hover {
    color: #FF7819;
}

.header-left-number a:hover img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(34%) saturate(5562%) hue-rotate(347deg) brightness(100%) contrast(102%);
}

.header-center-logo a {
    width: 280px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-center-logo a img {
    width: 100% !important;
}

.header-right-toggle-box button {
    border: 1px solid #FF7819;
    background: transparent;
    height: 52px;
    width: 52px;
}

.header-right-toggle-box button img {
    width: 100%;
    max-width: 34px;
}

.side_bar_menu #menu-main-menu {
    padding: 0;
    margin: 0px;
    list-style: none;
}

.side-slider {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    padding: 0px;
    background-color: #fff;
}

.side_bar_menu ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 35px;
}

.side-slider.active {
    right: 0;
    display: unset;
    width: 100%;
}

.close-slider {
    position: absolute;
    font-size: 24px;
    border: none;
    background: #243973;
    height: 40px;
    width: 40px;
    right: 0;
    left: unset;
    top: 0;
    color: #FFf;
    z-index: 121;
    display: grid;
    place-items: center;
}

.inner-main-wrapper-desk {
    display: grid;
    grid-template-columns: 1fr 30% 30%;
    align-items: center;
    height: 100%;
    background-color: rgb(36 57 115 / 8%);
    padding: 0 0px 0 50px;
}

.inner-main-wrapper-desk .addres-bx a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.inner-main-wrapper-desk .addres-bx a:hover {
    color: #243973;
}

.social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 18px;
}

.social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-decoration: none;
}

.social-area li a:hover {
    color: #fff;
    background-color: #243973;
    border-color: #243973;
}

.menu-content2 h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2em;
    transition: all 0.5s;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.menu-content2 ul {
    padding: 0;
    list-style: none;
    margin: 0px;
}

/* .inner-main-left {
    background-color: #FF7819;
    padding: 40px 20px;
    align-items: center;
    height: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
} */

.side_bar_menu {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.menu-content2 {
    position: relative;
}

.menu-content2::before {
    height: 100%;
    width: 1px;
    background-color: #ffffff91;
    position: absolute;
    content: '';
    left: 96%;
    top: 0;
}

.menu-content2:last-child:before {
    display: none;
}

.inner-main-right {
    height: 100%;
    border-left: 1px solid hsl(0deg 0% 0% / 12%);
    display: flex;
    flex-direction: column;
}

.side_bar_address {
    border-bottom: 1px solid hsl(0deg 0% 0% / 12%);
    padding: 50px 0;
    flex: 0 0 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner-main-right-2 {
    height: 100%;
    border-left: 1px solid hsl(0deg 0% 0% / 12%);
    display: flex;
    flex-direction: column;
}

.side_bar_menu ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://www.upislandconstruction.com/wp-content/uploads/2026/04/arrow-one.png");
    left: 0;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(245deg) brightness(100%) contrast(101%); */
}

.side_bar_menu ul li a {
    font-weight: 500;
    font-size: 23px;
    line-height: 1.2em;
    transition: all 0.5s;
    display: inline-block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.side_bar_menu ul li a:hover {
    color: #243973;
}

.addres-bx-img img {
    max-width: 50px;
}

.side_bar_address h3 {
    margin-bottom: 0;
    font-size: 32px;
    color: #000000;
    text-align: center;
}

.side_bar_address p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.side_bar_btn {
    flex: 0 0 66.6666%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    border-bottom: 1px solid hsl(0deg 0% 0% / 12%);
    flex-direction: column;
    gap: 32px;
}


/* Left menu and contact */

.slider-left {
    width: 45%;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    margin-bottom: 15px;
}

.menu-list li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(45deg, #3a64d8, #1e3ca8);
    padding: 8px 12px;
    display: inline-block;
    border-radius: 4px;
    transition: 0.3s;
}

.menu-list li a:hover {
    background: linear-gradient(45deg, #1e3ca8, #3a64d8);
}

.contact-info {
    margin-top: 40px;
    color: #333;
}

.contact-info .icon {
    margin-right: 5px;
}


/* Right services */

.slider-right {
    width: 55%;
    padding-left: 15px;
}

.slider-right h3 {
    margin-bottom: 20px;
}

.services-list {
    list-style: none;
    padding: 0;
}

.services-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.services-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #5c4def;
}

.right-menu-on-hover {
    width: 100%;
    list-style: none;
}

.menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-content ul li a {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2em;
    transition: all 0.5s;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}

.menu-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.menu-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.menu-content h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2em;
    transition: all 0.5s;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: none;
}

.menu-content ul {
    display: flex;
    flex-wrap: wrap;
}

.menu-content ul li {
    width: 50%;
}


/* Hero section */

.hero-banner {
    position: relative;
    width: 100%;
    height: auto;
    /* adjust height as needed */
    overflow: hidden;
    padding: 0px;
}

.hero-banner-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-fit: cover;
}


/* Center overlay text */

.hero-text-overlay {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
}

.hero-text-overlay h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 80px;
}

.hero-text-overlay p {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 28px 0px;
    margin-top: 10px;
}

.slide-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    max-width: 100%;
}

.service-slide {
    padding: 0px 15px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column-reverse;
}

.slide-text h5 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #000;
    width: max-content;
    margin-inline: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.slide-text p {
    margin-bottom: 0px;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slide-image {
    position: relative;
}

.service-slide:hover .overlay {
    transform: scale(1);
}

.slide-image .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    background: #ffffffd1;
    transform: scale(0);
    transform: 0;
}

.slide-text {
    margin-top: 25px;
}

.get-in-touch {
    background-image: url(https://www.upislandconstruction.com/wp-content/uploads/2026/04/Rectangle-18-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.get-in-touch .section-title h2 {
    color: #fff;
}

.get-in-touch .section-title::before,
.get-in-touch .section-title::after {
    content: "";
    flex: 1;
    height: 1.1px;
    background: #ffff;
}

.section-footer {
    text-align: center;
}

.section-footer p {
    font-weight: 600;
    font-size: 27px;
    margin-top: 70px;
    margin-bottom: 65px;
    color: #fff;
    text-transform: capitalize;
}

.get-in-touch .action-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.get-in-touch .action-btn a {
    border: 1.5px solid #FF7819;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    background: transparent;
    border-radius: 0px;
    padding: 12px 18px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    transition: 0.7s;
}

.get-in-touch .action-btn a:hover {
    background-color: #FF7819;
}

.get-in-touch .action-btn a img {
    width: 100%;
    max-width: 22px;
}

.get-in-touch .section-title {
    margin-bottom: 0px;
}

.testimonial-card {
    margin: 0px 10px;
}

.testimonial-card {
    border-radius: 15px;
    padding: 30px;
    background-color: #F5F5F5;
    height: 100%;
    min-height: 220px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.testimonial-header .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    color: orange;
}

.testimonial-body p {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    max-width: 350px;
    height: 100%;
}

.testimonial-body h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.btn-block {
    margin-top: 46px;
}

.add-block {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.add-block:last-child {
    margin-bottom: 0px;
}

.add-block i {
    color: #fff;
    font-size: 16px;
}

.text-root h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "minerva-modern", sans-serif;
}

.text-root p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px !important;
}

.footer-links {
    position: relative;
    width: 100%;
    max-width: 74%;
    margin-left: auto;
}

.site-footer {
    background: #1E1E1E;
}

.footer-bottom p {
    margin: 0px;
    font-weight: 500;
    color: #000;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 60px 0px;
}

.footer-logo img {
    max-width: 245px;
    margin-bottom: 22px;
}

.footer-logo p {
    color: #fff;
    margin-bottom: 25px;
    margin-top: 5px;
}

.social-icons a {
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    transition: 0.3s;
}

.social-icons {
    display: flex;
    align-items: end;
    gap: 20px;
}

.social-icons a {
    height: 40px;
    width: 40px;
    display: grid;
    margin: 0px;
    text-decoration: none;
    place-items: center;
    background-color: transparent;
    color: #fff;
    border: 1px solid #FF7819;
}

.social-icons a:hover {
    color: #fff !important;
    background-color: #FF7819;
}

.social-icons a:hover {
    color: #ff7f0f;
}

.footer-services {
    width: 100%;
    max-width: 95%;
    margin-left: auto;
    display: block;
}

.footer-links h4,
.footer-services h4,
.footer-contact h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    font-family: "minerva-modern", sans-serif;
    font-weight: 600;
}

.footer-links ul,
.footer-services ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-links li,
.footer-services li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.footer-links a,
.footer-services a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover,
.footer-services a:hover {
    color: #ff7f0f;
}

.footer-contact p {
    margin-bottom: 10px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #ff7f0f;
}


/* Footer bottom */

.footer-bottom {
    background-color: #FF7819;
    padding: 10px 0px;
}

.footer-bottom .container {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 14px;
    background: #FF7819;
    display: flex;
}

.footer-bottom a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.scrolled .header-right-toggle-box button {
    background: #FF7819;
}

.scrolled {
    background: #243973;
    position: fixed;
    padding: 20px 0px;
}

.mobile-bar {
    display: none;
}

.our-services .slick-dots {
    display: none;
}

.side_bar_btn .site-btn {
    width: 100%;
    text-align: center;
}

.slide_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mobile_img {
    display: none;
}

.inner-services-bottom {
    padding: 70px 0px;
}

@media (max-width: 1260.98px) {
    .home .site-header {
        display: block !important;
    }

    .site-header {
        position: unset;
        background: #243973;

    }

    .header-left-number {
        display: none;
    }

    .header-right-toggle-box {
        display: none;
    }

    .header-center-logo a {
        position: unset;
        transform: unset;
    }

    .site-header {
        padding: 10px 0px;
    }

    .mobile-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .mobile-bar a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 16px;

        background-color: #ff7819;
        border-radius: 0px;
        padding: 10px 0px;
        letter-spacing: 1px;
        transition: 0.6s;
        text-align: center;
        border: 1px solid #ffffff1a;
    }

    .mobile-bar a+a {
        background: #243973;
    }

    .site-header .header-wrapper {
        display: unset;
    }

    .hero-text-overlay {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 100%;
        /* background: #243973; */
        padding: 40px 0px;
    }

    .hero-text-overlay h1 {
        font-size: 35px;
        line-height: normal;
    }

    .hero-banner-image img {
        height: 100vh !important;
    }
}

@media (max-width: 1260.98px) {
    section {
        padding: 40px 0px;
    }
}

@media (max-width: 1269px) {
    .sub-menu-toggle::before {
        display: none !important;
    }

    .sub-menu-toggle {
        background: transparent;
        font-size: 0px;
    }

    .sub-menu-toggle span {
        display: none;
    }

    .mobmenu-right-bt {
        text-decoration: none;
    }

    .mobmenu-content #mobmenuright>li>a:hover,
    .mobmenu-content #mobmenuright li:hover {
        background-color: #ff7819 !important;
    }

    .menu-item-has-children {
        position: relative !important;
    }

    .sub-menu-toggle {
        appearance: none;
        border: none;
        background-color: transparent;
    }

    .sub-menu-toggle {
        position: absolute;
        color: #000;
        right: 8px;
        top: 8px;
        /* background-color: #ff7819; */
        width: 40px;
        /* display: grid; */
        /* place-items: center; */
        font-size: 18px;
        border-radius: 4px;
        aspect-ratio: 1;
        cursor: pointer;
        height: 40px;
    }

    .mob-menu-right-bg-holder {
        background: #243973;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute !important;
        right: 0px;
        top: 7.9em !important;
        background: #ff7819;
        height: 40px;
        width: 40px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #171b27 !important;
    }

    .mob-menu-header-holder {
        inset: unset !important;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        z-index: 99999999 !important;
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }

    #header .mobmenu .mobmenur-container {
        top: 4.25rem !important;
    }

    #header.sticky~.mobmenu .mobmenur-container {
        top: 1.725rem !important;
    }

    #mobmenuright a {
        padding: 9px 20px !important;
        color: #fff !important;
        font-size: 16px !important;
        text-transform: capitalize !important;
        border-bottom: 1px solid #eeeeee24;
        font-family: var(--font-default) !important;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #fff !important;
        height: 40px;
        width: 40px;
        background: #ff7819;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }

    .mobmenu-content li {
        padding: 0 !important;
    }

    ul#mobmenuright {
        margin-top: 35px !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenu .headertext {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding: 0px !important;
    }

    .mob-expand-submenu {
        position: relative;
        right: 0px;
        float: right;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        border-radius: 50%;
        bottom: 8px !important;
    }

    .mob-expand-submenu i {
        font-size: 16px !important;
        color: #fff !important;
    }

    .page-template .site-header {
        padding: 20px 0px;
    }

    .page-template .site-header,
    .wp-singular .site-header,
    .error404 .site-header {
        display: block !important;
    }

    .inner-banner.styled {
        margin-top: 0;
    }
}

@media (max-width: 1025.98px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-links {
        max-width: 100%;
    }

    .footer-services {
        max-width: 100%;
    }

    .footer-top {
        padding: 40px 0px;
    }

    .hero-banner-image img {
        height: auto;
    }

    .site-header .container {
        width: 100%;
        max-width: 100%;
    }

    .slide_grid {
        grid-template-columns: 1fr;
        row-gap: 22px;
    }

    .footer-logo {
        text-align: center;
    }

    .social-icons {
        align-items: end;
    }

    .footer-links h4,
    .footer-services h4,
    .footer-contact h4 {
        text-align: center;
    }

    .footer-links a,
    .footer-services a {
        text-align: center;
    }

    .add-block {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

}

@media (max-width: 767px) {
    .mobile_img {
        display: block;
        position: relative;
    }

    .mb_img {
        position: relative;
    }

    .mb_img::before {
        position: absolute;
        content: "";
        background-color: rgb(0 0 0 / 55%);
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 9;
    }

    .hero-text-overlay {
        z-index: 9;
        padding: 40px 26px;
        top: 161px;
    }

    .dekstop_img {
        display: none;
    }

    .hero-text-overlay h1 {
        font-size: 23px;
    }

    .our-services {
        padding-bottom: 120px;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 7em !important;
    }

    .get-in-touch {
        background-attachment: unset !important;
    }

}

@media (max-width: 575.98px) {
    .slide-image .overlay {
        position: absolute;
        transform: inherit;
        inset: inherit;
        background-color: transparent;
        display: flex;
        align-items: end;
        margin-top: 20px;
        top: 64%;
    }

    .slide_grid {
        grid-template-columns: 1fr;
        row-gap: 95px;
    }

    .our-services .btn-block {
        margin-top: 100px;
    }

    /* .slide-text p {
            display: inherit;

    } */
    .footer-links,
    .footer-services {
        display: none;
    }

    .header-center-logo a img {
        max-width: 200px;
    }

    .header-center-logo {
        text-align: left;
    }

    .hero-text-overlay p {
        font-size: 18px;
    }

    section {
        padding: 30px 0px;
    }

    .service-slide {
        padding: 0px 5px;
    }

    .section-title h2 {
        font-size: 30px;
        padding: 0 20px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .get-in-touch .action-btn {
        gap: 15px;
        flex-direction: column;
    }

    .section-footer p {
        font-size: 25px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .testimonial-body,
    .site-footer {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .add-block {
        justify-content: center;
    }

    .add-block .icon {
        display: none;
    }

    .footer-top {
        gap: 18px;
    }

    .footer-links h4,
    .footer-services h4,
    .footer-contact h4 {
        margin-bottom: 12px;
    }

    .footer-links ul,
    .footer-services ul {
        margin-bottom: 0;
    }

    .social-icons {
        margin-bottom: 12px;
    }

    .add-block {
        margin-bottom: 10px;
    }
}