/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}


.banner_content h2 {
    font-family: Roboto, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 140%;
    color: rgb(255, 255, 255);
    margin-bottom: 2% !important;
}

.banner_content {
    position: absolute;
    top: 36%;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 95%;
    margin: 0 auto;
}

.logo {
    width: 400px;
    float: left;
    padding: 0.5% 1% 0% 1%;
}

.logo h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #29327a;
    text-align: left;
}

.logo span {
    color: #e8721a !important;
}

.display-desktop{
    display: block;
}

.display-phone{
    display: none;
}

.mb {
    display: none;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 1%;
}


.fix_nav {
    position: static;
    z-index: 9999;
    background: #fff;
}

.img {
    width: 100%;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}


/*-----------------------------
New CSS
-----------------------------*/

.call-content{
    width: 100%;
}

.button-flex{
display: flex;
    justify-content: space-between;
    margin-top: 10%;
}

.call{
    display: flex;
    align-items: center;
    gap: 21px;
}

.call .fa-solid{
        font-size: 23px !important;
    border-radius: 50% !important;
    border: 1px solid #cdcdcd !important;
    padding: 14px !important;

}

.call h2{
    font-family: "Roboto", sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.call{
        width: 37%;
}

.call-content2{
    display: flex;
    gap: 10px;
    align-items: center;
}

.call a{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
color: #ff0000;
    text-align: left;
    margin: 0;
    transition: all 0.5s ease-in-out;
}

.call a:hover{
    color: #ff8a00;
}

.banner {
    width: 100%;
    height: 700px;
    background-image: linear-gradient(rgb(0 0 0 / 65%), rgb(0 0 0 / 65%)), url(../images/banner-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner-flex {
    display: flex;
    align-items: center;
    height: 700px;
}

.banner .content h1 {
    font-family: "Roboto", sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}

.banner .content h2 {
    font-family: "Roboto", sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}

.banner .content p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    color: #fff;
    text-align: left;
}

.banner-img {
    margin-top: 10%;
}

.about-us {
    position: relative;
    padding: 40px 0;
    background-image: url(../images/body-bg-flip.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.img_two {
    top: 28%;
    width: 19%;
    left: 25%;
    position: absolute;

    /* Add animation */
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Keyframes for top-bottom animation */
@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);

    }
}


.img_two img {
    border-radius: 16px;
}

.shape1 {
    position: absolute;
    bottom: 16%;
    left: 2%;
    z-index: -1;
    animation: downUp 1.8S infinite alternate;
}

.shape2 {
    position: absolute;
    left: 24%;
    bottom: 14%;
    z-index: -1;
    width: 18%;
}

.shape3 {
    position: absolute;
    left: 41%;
    bottom: 29%;
    animation: upDown 1.3S infinite alternate;

}

.shape4 {
    position: absolute;
    top: 10%;
    right: -53%;
    animation: upDown 1.3S infinite alternate;
}


@keyframes downUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}


@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.about-us-content h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
    text-align: left;
}

.about-us-content p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #000;
    text-align: left;
}

.about-us-content ul{
        display: flex;
    flex-wrap: wrap;
}

.about-us-content ul li {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 48%;
    margin: 22px 0px;
    font-size: 20px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 140%;
}

.about-us-content ul img{
    width: 50px;
}

.btn2 {
    text-align: center;
}

.btn2 a {
    background: #29327a;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-align: left;
}

.btn2 a:hover {
    background: #29327a;
}






.services-main {
    position: relative;
}


.services {
    background-color: #b50104;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 50% !important;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.services-main h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 140%;
    margin: 2% 0 0;
    color: #fff;
    text-align: center;
}

.services-main p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #fff;
    text-align: center;
}


.services_sub {
    margin: 10px;
}

.services_sub h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
    text-align: left;
}

.services_subn p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 0 25px 0 !important;
    color: #000;
    text-align: center;
}


.services_sub p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    color: #000;
    text-align: justify !important;
    min-height: 12vh;
}

/* Zoom container */
.zoom {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 450px;
    /* Set fixed height */
}

/* Image inside zoom */
.zoom img {
    display: block;
    width: 100%;
    height: 100%;
    /* Make it fill the container */
    object-fit: cover;
    /* Keep aspect ratio, crop if needed */
    transition: transform 0.4s ease;
}

/* Zoom effect */
.zoom:hover img {
    transform: scale(1.1);
}

/* Title below image */
.zoom h2 {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #333;
}


.zoom2 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: fit-content;
}

/* Image inside zoom */
.zoom2 img {
    display: block;
    width: 100%;
    height: 100%;
    /* Make it fill the container */
    object-fit: cover;
    /* Keep aspect ratio, crop if needed */
    transition: transform 0.4s ease;
}

/* Zoom effect */
.zoom2:hover img {
    transform: scale(1.1);
}

/* Title below image */
.zoom2 h2 {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #333;
}


.services-sub {
    position: relative;
    padding: 40px 0;
    background-image: url(../images/body-bg-flip.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}


.services-sub h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0%;
    color: #000;
    text-align: left;
}

.services-sub p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0%;
    color: #000;
    text-align: left;
}


.services-sub2 {
    position: relative;
    padding: 40px 0;
    background: #24285e;
}


.services-sub2 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0%;
    color: #fff;
    text-align: left;
}

.services-sub2 p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0%;
    color: #fff;
    text-align: left;
}


.img_one {
    width: 60%;
}

/* ------------------------------------ */


.top_main {
    background-color: #24285e;
}

.top_main_flex {
    display: flex;
    gap: 16px;
}


.top_main_flex p,
.top_main_flex p a {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}


.top_main_flex2 {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    align-items: center;
    float: right;
}

.top_main_flex2 p ,
.top_main_flex2 p a {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}


.top_main_flex2 span{
    font-weight: 600;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.top_main_flex2:hover span {
    color: #ff8a00;
}
.fa-facebook-f,
.fa-instagram,
.fa-x-twitter,
.fa-linkedin-in,
.fa-youtube,
.fa-tiktok {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
}

/*------------------------------------------
bullet
------------------------------------------*/

.bullet {
    width: 100%;
    margin-top: 0%;
}

.bullet ul {
    list-style-image: url(../images/bullet.png);
    margin-left: 1%;
}

.bullet ul li {
    margin: 0% 0% 1.1% 2%;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 140%;
    text-align: justify;
    margin-right: 3%;
    margin-bottom: 2%;
}

.bullet ul li a {
    margin: 0% 0% 1.1% 2%;
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 140%;
    text-align: justify;
    margin-right: 3%;
}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #29327a;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #3f3f3f;
}


/*------------------------------------------
footer
------------------------------------------*/

.footer ul li {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    list-style: none;
    margin-top: 5px;
    text-align: left;
}

.ftr_btn {
    background: #24285e;
}

.ftr h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
    text-align: left;
}

.ftr h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif;
    color: #29327a !important;
    text-align: left;
}

.ftr p {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
    text-align: left;
}

.ftr_btn h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif;
    color: #613228 !important;
    text-align: left;
}

.ftr_btn p {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0 !important;
    text-align: left;
}

.ftr_btn a {
    color: #fff;
}

.ftr_flex {
    display: flex;
    gap: 26px;
    justify-content: center;
}


.ftr a {
    color: #000;
}


.ftr_right {
    text-align: right !important;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}


.ftr {
    background: #e6e6e6;
}

.badge {
    width: 12%;
    margin: 0.5%;
}

.badge img {
    width: 100%;
}


.mbl {
    display: none;
}

.logo_rigt {
    display: flex;
    justify-content: end;
    align-items: center;
}

.section1 {
    position: relative;
    z-index: 1;
    background: #1a1f3d;
    padding: 40px 0;
    overflow: hidden;
}


.working-process-2__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 10%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 69%;
    background-image: url(../images/bg.jpg);
}

.working-process-2__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: leftRight 1.3S infinite alternate;
    background-image: url(../images/bg-shape1.svg);
}


.section1 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    color: #fff;
    text-align: center;
}

.section1 p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #fff;
    text-align: center;
}


.why-trust-asap h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    color: #000;
    text-align: center;
}

.why-trust-asap-sub-flex{
    display: flex;
    flex-wrap: wrap;

}

.why-trust-asap-sub {
    background: #01063f;
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: default;
}

.why-trust-asap-sub img {
    width: 70px;
    padding: 10px;
    transition: transform 0.3s ease;
}

.why-trust-asap-sub h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    color: #fff;
    text-align: left;
    transition: color 0.3s ease;
    padding-right: 13px;
}

/* Hover Effect */
.why-trust-asap-sub:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    background: #b50104;
}

.why-trust-asap-sub:hover img {
    transform: scale(1.08);
}

.why-trust-asap-sub:hover h3 {
    color: #e8ebff;
}

.section2 {
    position: relative;
    z-index: 1;
    background: #1a1f3d;
    padding: 40px 0;
    overflow: hidden;
}

.section2 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    color: #fff;
    text-align: left;
}

.section2 p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #fff;
    text-align: left;
}

.book_now2 {
text-align: left;
}

.book_now2 a {
    background: #29327a;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.book_now2 a:hover {
    background: #29327a;
}

.book_now2 img {
    width: 10% !important;
}


.how-it-works-section {
    padding: 80px 20px;
    background: #ffffff;
    position: relative;
    background-image: url(../images/body-bg-flip.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.how-it-works-section .container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.how-title {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    color: #000;
    text-align: center;
}

.how-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.how-step {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.how-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.step-number img {
width: 44%;
}

.how-step h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #01063f;
    font-family: "Roboto", sans-serif;
}

.how-step p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    color: rgb(0, 0, 0);
    text-align: center;
}

.how-footer {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    max-width: 720px;
    margin: auto;
    font-family: "Roboto", sans-serif;
}

.section2-img {
    position: relative;
}

.section2-img .img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

/* Call overlay box */
.btn3 {
position: absolute;
    bottom: -36px;
    left: 23%;
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 54%;
    display: flex;
    justify-content: center;
}

.btn3 a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    gap: 12px;
}

/* Phone icon circle */
.btn3 .icon {
    width: 55px;
    height: 55px;
    background: #f4b400;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.btn3 .fa-solid{
    color: #ffffff;
    font-size: 22px;
}

/* Text */
.btn3 strong {
font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
    text-align: left;
}

.btn3 p {
font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #838383;
    text-align: left;
}


/* Call overlay box */
.btn33 {
position: static;
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
}

.btn33 a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    gap: 12px;
}

/* Phone icon circle */
.btn33 .icon {
    width: 55px;
    height: 55px;
    background: #f4b400;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.btn33 .fa-solid{
    color: #ffffff;
    font-size: 22px;
}

/* Text */
.btn33 strong {
font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
    text-align: left;
}

.btn33 p {
font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000 !important;
    text-align: left;
}


/* Responsive */
@media (max-width: 991px) {
    .how-steps {
        grid-template-columns: 1fr;
    }

    .how-title {
        font-size: 30px;
    }
}


.service-areas-section {
    padding: 80px 0px;
    background: #f6f7fb;
}

.service-areas-section .container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.areas-title {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    color: #000;
    text-align: center;
}

.areas-intro {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    max-width: 720px;
    margin: auto;
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.borough-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.borough-flex{
    display: flex;
    flex-wrap: wrap;
}

.borough-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.borough-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.borough-icon {
    font-size: 42px;
    margin-bottom: 15px;
}

.borough-card h3 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 5% !important;
    color: #000;
    text-align: center;

}

.borough-card p{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    color: rgb(0, 0, 0);
    text-align: center;
}

.areas-footer {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    color: rgb(0, 0, 0);
    text-align: center;
}

.btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}




/* Responsive */
@media (max-width: 991px) {
    .borough-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .areas-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .borough-grid {
        grid-template-columns: 1fr;
    }
}


/* ============================= */
/* FULL WIDTH CTA BANNER */
/* ============================= */

.cta-full {
    width: 100%;
background: #24285e;
padding: 40px 0px;
    text-align: center;
    color: #fff;
}

/* Center content but keep full width background */
.cta-full-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cta-full h2 {
font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    text-align: left;
}

.cta-full p {
    opacity: 0.9;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: justify !important;
    line-height: 140%;
}

/* Button */
.cta-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #ffffff;
    color: #253976;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #ffcc00;
    color: #000;
    transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 768px) {
    .cta-full {
        padding: 60px 0px;
    }

    .cta-full h2 {
        font-size: 26px;
    text-align: center;
    }

    .cta-full p {
    text-align: center;
    }
    
    .cta-full-inner {
    justify-content: center;
}

    .cta-full p {
        font-size: 15px;
    }
}



/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {
    .call {
    width: 44%;
}


.services_sub p {
    min-height: 18vh;
}

}

@media only screen and (max-width :1500px) {
    .about-us-content ul img {
    width: 50px;
    height: 100%;
    object-fit: contain;
}

    .col_sm5 {
    width: 31%;
    }

    .section2  img{
        height: 57vh;
        object-fit: cover;
    }


    .bullet {
    margin-left: 2%;
}
}

@media only screen and (max-width :1400px) {
    .call {
        width: 47%;
    }

    .btn3 {
    left: 15%;
    width: 62%;
}

}

@media only screen and (max-width :1300px) {
        .call {
        width: 53%;
    }


    .col_sm2 {
    width: 98%;
    }

    .top_main_flex {
    justify-content: center;
}

.top_main_flex2 {
    justify-content: center;
}

.badge {
    width: 18%;
}

    .services_sub p {
        min-height: 11vh;
    }

    .book_now2 img {
    width: 7% !important;
}
}

@media only screen and (max-width :1200px) {

        .btn3 {
        left: 10%;
        width: 70%;
    }


            .call {
        width: 31%;
    }

    .col_sm4 {
    width: 48%;
    }
    .top2 {
        width: 95%;
    }

    .banner-img {
    display: none;
}

.ftr_right {
    text-align: left !important;
}
}

@media screen and (max-width: 1100px) {
        .btn3 {
        left: 5%;
        width: 80%;
    }

}

@media only screen and (max-width :1000px) {
    .btn3{
        position: static;
    width: 96%;
    margin-top: 12px;
    }
    .col_sm88 {
    width: 98%;
    }

    .col_sm8 {
    width: 98%;
    }

    .section2-img {
        position: relative;
    }

    .logo {
        width: 460px;
    }

        .col_sm5 {
        width: 48%;
    }

        .badge {
        width: 35%;
    }
}


@media only screen and (max-width:960px) {
    .btn33 {
        margin-top: 4%;
}

    .book_now2 img {
    width: 7% !important;
}

        .call {
        width: 35%;
    }

    .col_sm4 {
    width: 48%;
    }

    .top_main_flex2 {
    flex-wrap: wrap;
}

.mb {
    display: block;
}

 .footer_sticky {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        top: 94%;
        background: #ef282d;
        padding: 7px 0;
        z-index: 9;
        right: 0;
        border-radius: 0;
        border: 0;
    }

    .footer_sticky2 {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
background: #ff8a00;
        padding: 0px 0;
        z-index: 9;
        right: 0;
        border-radius: 0;
        border: 0;
    }


    .cta_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
    }

    .cta_grid .cta_item {
        border-right: 1px solid #fff;
        border-bottom: 0;
    }
    .content h2 {
        font-size: 40px;
        text-align: center;
    }

       .footer_sticky2  .fa-phone {
    --fa: "\f095";
    color: #fff !important;
}

.cta_grid .cta_item {
    text-align: center;
    border-bottom: 0;
    padding: 1% 0;
}

.cta_grid .cta_item:last-child {
    border: none;
    padding: 1% 0;
}

.cta_grid .cta_item a {
font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 200%;
    margin: 0;
    transition: all 0.5s ease-in-out;
    text-align: left;
    padding: 1%;
    display: block;
    text-align: center;
}

.cta_grid .cta_item a i {
    font-size: 18px;
}


}

@media only screen and (max-width:800px) {

        .services_sub p {
        min-height: 5vh;
    }

        .call {
        width: 41%;
    }
        .badge {
        width: 57%;
    }

    .btn-flex {
    flex-wrap: wrap;
}

}


@media only screen and (max-width : 700px) {
        .btn3 {
        width: 94%;
        }

        .call {
        width: 47%;
    }
}

@media only screen and (max-width:600px) {
    .about-us-content ul li {
    width: 98%;
    }

    .display-desktop{
        display: none;
}

.services_sub {
    margin: 0px;
}

.services {
    height: 100% !important;
}

.services_sub h2 {
    color: #fff;
}

.services_sub p {
    color: #fff;
}


.display-phone{
    display: block;
}

        .badge {
        display: none;
    }

    .section2 h2 {
    font-size: 40px;
    margin-top: 16px;
}

    .col_sm4 {
        width: 98%;
    }

    .col_sm3 {
    width: 98%;
    }

        .col_sm5 {
        width: 98%;
    }

        .call {
        width: 56%;
    }

        .logo {
        width: 97%;
    }
}

@media only screen and (max-width:500px) {
        .btn3 {
        width: 91%;
    }

    .top_main_flex2 {
        display: flex;
        gap: 16px;
        justify-content: flex-end;
        align-items: center;
        float: left;
        flex-direction: column;
        justify-content: center;
    }
    

        .section2 h2 {
        font-size: 32px;
        }


        .bullet ul {
    margin-left: 4%;
}


}


@media only screen and (max-width:400px) {

    .top_main_flex2 p, .top_main_flex2 p a {
    font-size: 14px;
    }

    .btn2 a {
    font-size: 13px;
    }

    .banner {
            height: 825px;
    }

    .banner-flex {
    height: 825px;
}

.call-content2 {
    display: block;
}
}

@media only screen and (max-width:360px) {

        .btn-flex {
        display: none;
    }



}