/* ── GLOBAL RESET: DISABLE VISITED STYLES ── */
/* a:visited {
    color: inherit !important;
} */


@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Black.woff2') format('woff2'),
        url('../fonts/Mundial-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Regular.woff2') format('woff2'),
        url('../fonts/Mundial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Hair.woff2') format('woff2'),
        url('../fonts/Mundial-Hair.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Light.woff2') format('woff2'),
        url('../fonts/Mundial-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Thin.woff2') format('woff2'),
        url('../fonts/Mundial-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Demibold.woff2') format('woff2'),
        url('../fonts/Mundial-Demibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Bold.woff2') format('woff2'),
        url('../fonts/Mundial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Mundial';
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


.site-header {
    position: relative;
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 0;
    left: 0;
    z-index: 999;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+20,efefef+100&0.5+0,0.5+100 */
    background-color: rgb(0, 0, 0, 0, 6);
}

.site-header .toppest-bar .content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.site-header .toppest-bar {
    padding: 5px 0;
    background-color: #00447e;
    display: inline-block;
    width: 100%;
    position: relative;
}

.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    float: right;
}

.site-header .toppest-bar .top-info2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.site-header .toppest-bar .top-info2 .contact-num,
.site-header .toppest-bar .top-info2 .contact-num2,
.site-header .toppest-bar .top-info2 .email {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num2 img {
    width: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num i,
.site-header .toppest-bar .top-info2 .email i {
    color: #fff;
    margin: 0;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 0;
}

.site-header .toppest-bar .top-info2 .contact-num a,
.site-header .toppest-bar .top-info2 .contact-num2 a,
.site-header .toppest-bar .top-info2 .email a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding-left: 5px;
}

.site-header .toppest-bar .top-info2 .email {
    /* padding-left: 20px; */
}

.site-header .top-social {
    float: right;
}

.site-header .top-social a i {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

/* .site-header .top-social a i:hover {
    color: #fff;
} */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header .bg-light {
    width: 100%;
    padding: 10px 0;
    background-color: #fff !important;
    margin-top: 0px;
}

.site-header .navbar-light .navbar-nav .active>.nav-link {
    color: #009FE3;
    position: relative;
    font-weight: 500;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:hover {
    color: #009FE3;
}

.site-header .navbar-light .navbar-nav .active>.nav-link i {
    color: #1f3e28;
    font-size: 30px;
}

.site-header .navbar-light .quote2 {
    color: #fff;
    text-transform: uppercase;
    background-color: #df651c;
    padding: 12px 30px;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

/* .site-header .navbar-light .navbar-nav .nav-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #009FE3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-link::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 1px;
    height: 3px;
    background-color: #009FE3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #009FE3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
} */

.site-header .navbar-light .navbar-nav .nav-item {
    position: relative;
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #000;
    padding-right: 13px;
    padding-left: 13px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
    color: #009FE3;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0px;
    width: 300px;
}

.navbar-brand img {
    width: 300px;
}

.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 10px 0px;
}

.site-header .navbar .other-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .other-btns .phone i {
    font-size: 30px;
    padding-right: 8px;
}

.site-header .navbar .other-btns .phone {
    background-color: #012e41;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .more {
    color: #fff;
    border-radius: 0px;
    padding: 10px 10px;
    background-color: #00447E;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.site-header .navbar .more img {
    margin-right: 10px;
}

.site-header .dropdown-item {
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #009fe3;
    border: 0;
    font-size: 15px;
    text-transform: initial;
}

.site-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: initial;
}

.site-header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    left: 80px;
}

/*     .navbar-expand-lg .navbar-collapse {
        display: block !important;
    } */
.site-header .dropdown-item:focus,
.site-header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #009fe3;
    padding-left: 40px;
}

.site-header .other-btns {
    position: relative;
}

.site-header .other-btns i {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}

.site-header .other-btns i:hover {
    color: #83de17;
}


/* AMR NEW NAVIGATION END CSS ONLY */

/* Bootstrap dropdown: show on hover on desktop */
@media (min-width: 992px) {
    .amr-main-nav .menu-item-has-children:hover>.dropdown-menu {
        display: block;
        animation: fadeInDown 0.2s ease;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.site-header .navbar .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
}

.site-header .navbar .top-contact i {
    font-size: 45px;
    color: #9b3135;
    padding-right: 5px;
}

.site-header .navbar .top-contact .content p {
    margin-bottom: 0;
    color: #000;
}

.site-header .navbar .top-contact img {
    width: 50px;
    margin-right: 10px;
}

.site-header .navbar .top-contact .num {
    color: #1f3e2b;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: -5px;
}

.site-header .navbar .top-contact .contact p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}



.main-slider {
    position: relative;
    padding: 150px 0 150px 0;
    /*     background-color: #000; */
    overflow: hidden;
}

.main-slider::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-after.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    transition: #0b3d2c var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
    z-index: 0;
}

.main-slider .desktop-banner {
    position: relative;
}

.main-slider::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: -1px;
    right: -30px;
    width: 15%;
    height: 45px;
    background-color: #fff;
    z-index: 9;
    transform: skewX(-40deg);
}

.main-slider .banner-content {
    margin-top: 0%;
    padding: 20px;
    background: url(../images/banner-cont.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.main-slider .banner-content h4 {
    color: #009FE3;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-slider .banner-content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Mundial';
    position: relative;
}

.cursor {
    display: inline-block;
    width: 3px;
    margin-left: 4px;
    background: #fff;
}

.cursor.blink {
    animation: blink 0.8s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        background: #fff;
    }

    40%,
    50% {
        background: transparent;
    }
}

.main-slider .banner-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.main-slider .banner-btn .more {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    background-color: #009FE3;
    transition: 0.4s;
    border-radius: 0;
    text-transform: capitalize;
    margin-left: 0;
    margin-top: 10px;
}

.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* .main-slider .banner-content .more:hover{
    background-color: #fff;
    color: #000;
} */
.main-slider .carousel-inner {
    padding-bottom: 0px;
}

.main-slider .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0px;
    left: inherit;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: right;
    top: 0;
    width: 100%;
}

.main-slider .carousel-indicators {
    bottom: 0px;
}

.main-slider .carousel-indicators .active {
    background-color: #c26e0c;
    height: 50px;
}

.main-slider .carousel-indicators {
    position: absolute;
    right: -160%;
    bottom: 40%;
    left: inherit;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    align-items: center;
    display: inline-block;
    margin: 0;
}

.main-slider .carousel-indicators li {
    box-sizing: initial;
    -ms-flex: initial;
    flex: initial;
    width: 8px;
    height: 35px;
    margin: 10px 0px;
    text-indent: initial;
    /* text-align: center; */
    cursor: pointer;
    background-color: #333333;
    background-clip: initial;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    border-radius: 5px;
}

/* additional header css */

.two-row-nav .menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0.5rem;
}

.menu-second {
    position: relative;
    top: -25px;
}

.menu-second .menu-row {
    display: grid;
    grid-template-columns: 52% 24% 24%;
    align-items: center;
    gap: 1px;
}

.menu-second .menu-row ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    justify-content: end;
}

.menu-second .menu-row ul li a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    margin-right: 20px;
}

.menu-second .menu-row .navbar-nav {
    display: flex;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
}

.menu-second .quote {
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #00447e;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

.two-row-nav .quote img {
    width: 18px;
    height: 18px;
}

@media (max-width: 991.98px) {
    .two-row-nav .menu-row {
        grid-template-columns: 1fr;
    }

    .two-row-nav .quote {
        width: 100%;
        justify-content: center;
    }
}

.two-row-nav .menu-row+.menu-row {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 6px;
    padding-top: 6px;
}


/* additional css end */

.about-wrap {
    padding: 40px 0 60px 0;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
}

.about-wrap .about-cont {
    padding-left: 0%;
}

.about-wrap .about-cont .heading {
    position: relative;
}

.about-wrap .about-cont h4 {
    font-size: 22px;
    color: #009FE3;
}

.about-wrap .about-cont h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #00447E;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.about-wrap .about-cont h2 span {
    color: #CE062D;
}

.about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: initial;
    font-weight: 700;
    line-height: 25px;
}

.about-wrap .about-cont p {
    margin-bottom: 15px;
    line-height: 24px;
    color: #737373;
    font-size: 16px;
}

.about-wrap .about-list {
    position: relative;
    margin-bottom: 70px;
}

.about-wrap .about-box {
    display: block;
    margin-top: 30px;
    transition: 0.4s;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.about-wrap .about-box .image {
    width: 20%;
    height: 85px;
    margin: 0 auto;
}

.about-wrap .about-box .image img {
    width: 100%;
    transition: 0.4s;
}

.about-wrap .about-box .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #00447E;
}

.about-wrap .about-box .content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #52525E;
    font-weight: 500;
}

.about-wrap .about-box .content p.special {
    color: #2DC1AB;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}

/* .about-wrap .about-img::before {
    position: absolute;
    clear: both;
    content: "";
    top: -30%;
    left: -14%;
    width: 67%;
    height: 270px;
    background: url(../images/aboutImg2.png) no-repeat;
    background-size: 100%;
} */
.about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}

.about-wrap .about-img .about-img2 {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0%;
    left: -20%;
    z-index: 9;
    height: 200px;
    width: 350px;
}

.about-wrap .more {
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    padding: 10px 30px;
    background-color: #009FE3;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 0px;
}


.service-wrap {
    position: relative;
    background: url('../images/serviceBg.png') no-repeat;
    background-position: center;
    background-size: cover;
}

.service-wrap::before {
    position: absolute;
    clear: both;
    content: "";
    top: -1px;
    left: -30px;
    width: 15%;
    height: 45px;
    background-color: #fff;
    /* 	background-color: #00a1e6; */
    z-index: 9;
    transform: skewX(-40deg);
}

.service-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: -1px;
    right: -30px;
    width: 15%;
    height: 45px;
    background-color: #F1F1F1;
    /* 		background-color: #00a1e6; */
    z-index: 9;
    transform: skewX(-40deg);
}

.service-sec {
    position: relative;
    padding: 100px 0 60px 0;
}

.service-sec::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 40 74 / 90%);
}

.service-wrap .heading {
    text-align: center;
    color: #000;
    padding-left: 0;
    position: relative;
    z-index: 9;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.service-wrap .heading h4 {
    font-size: 22px;
    color: #BF9B30;
    position: relative;
}

.service-wrap .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #fff;
    /* 	color: #000000;
 */
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}

.service-wrap .heading p {
    font-size: 16px;
    color: #fff;
    /* 			color: #000000;
 */
    margin-bottom: 0;
}

#service-slider .owl-stage-outer {
    padding: 40px 0 0 0;
}

.service-wrap .service-box {
    position: relative;
    transition: 0.4s;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 15px;
    background-color: #F3F3F3;
}

.service-wrap .service-box .image {
    padding: 0px;
    overflow: hidden;
    position: relative;
}

.service-wrap .service-box .image::before {
    position: absolute;
    clear: both;
    content: "";
    top: -1px;
    left: -18px;
    width: 40%;
    height: 25px;
    background-color: #F3F3F3;
    z-index: 9;
    transform: skewX(-40deg);
}

.service-wrap .service-box .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0;
}

.service-wrap .service-box .service-cont {
    position: relative;
    padding: 15px 0px 0 0px;
    color: #fff;
    height: auto;
    text-align: left;
    min-height: 170px;
    width: 100%;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-wrap .service-box .service-cont p {
    font-size: 14px;
    padding: 10px 0;
    color: #8E8E8E;
    margin-bottom: 0;
    font-weight: 400;
}

.service-wrap .service-box .service-cont h4 {
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    color: #00447E;
}

#service-slider .service-cont .image {
    height: 300px;
    overflow: hidden;
}

.service-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-wrap .service-cont .more {
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    padding: 8px 20px;
    background-color: #009FE3;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 0px;
}

.service-wrap .service-cont .more:hover {
    background-color: #000;
    color: #fff;
}


/* ── PREMIUM SUCCESSION HOVER EFFECT ── */
.service-wrap #service-slider {
    padding-top: 20px;
    padding-bottom: 30px;
}

.service-wrap #service-slider .owl-item {
    transition: z-index 0.4s;
    z-index: 10;
}

.service-wrap #service-slider .owl-item:hover {
    z-index: 50;
}

@media (min-width: 993px) {
    .service-wrap #service-slider:hover .service-box {
        transform: scale(0.95) translateY(6px);
        filter: brightness(0.65) saturate(0.8);
        box-shadow: none;
    }

    .service-wrap #service-slider .owl-item:hover .service-box {
        transform: scale(1.06) translateY(-8px);
        filter: brightness(1) saturate(1);
        background-color: #ffffff;
        box-shadow: 0 25px 50px rgba(0, 68, 126, 0.15);
    }

    .service-wrap .service-box {
        transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.6s ease, background-color 0.6s, box-shadow 0.6s !important;
    }
}

/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #009FE3;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#service-slider .owl-nav .owl-next {
    color: #009FE3;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


.counter-wrap {
    position: relative;
    padding: 60px 0;
    height: auto;
    z-index: 9;
    background-color: #F1F1F1;
}

.counter-wrap .heading {
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    padding-left: 10px;
    position: relative;
}

.counter-wrap .heading h2 {
    font-weight: 500;
    font-size: 38px;
    padding: 0;
    color: #000;
    text-transform: initial;
    position: relative;
    margin-bottom: 50px;
    line-height: 55px;
}

.counter-wrap .heading h2 span {
    text-shadow: 0 0 20px rgb(255 176 3 / .9), 0 0 20px rgb(255 176 3 / .6), 0 0 20px rgb(255 176 3 / .6);
}

.counter-wrap .heading p {
    margin-bottom: 25px;
    line-height: 30px;
    color: #000;
    font-size: 20px;
}

.counter-wrap .counter-box {
    display: grid;
    grid-template-columns: 50% 40%;
    align-items: center;
    position: relative;
    transition: 0.4s;
    padding: 18px;
}




.counter-wrap .counter-box #counter {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.counter-wrap .counter-box #counter li {
    font-weight: 500;
    font-size: 50px;
    color: #ffb003;
}

.counter-wrap .counter-box #counter span {
    font-weight: 500;
    font-size: 55px;
    color: #009FE3;
    font-weight: 600;
}

.counter-wrap .counter-box #counter span.sign {
    font-size: 50px;
    position: relative;
    display: inline-block;
    top: 0;
    left: -10px;
}

.counter-wrap .counter-box p {
    color: #00447E;
    font-size: 18px;
    margin-bottom: 0;
}



.info-wrap {
    position: relative;
    background: url(../images/serviceBg.png) no-repeat;
    background-position: top;
    background-size: cover;
    padding: 120px 0;
}

.info-wrap::before {
    position: absolute;
    clear: both;
    content: "";
    top: -1px;
    left: -30px;
    width: 15%;
    height: 45px;
    background-color: #F1F1F1;
    z-index: 9;
    transform: skewX(-40deg);
}

.info-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: -1px;
    right: -30px;
    width: 15%;
    height: 45px;
    background-color: #fff;
    z-index: 9;
    transform: skewX(-40deg);
}

.info-sec {
    position: relative;
    padding: 60px 60px 30px 60px;
    background-color: rgba(0, 68, 126, 0.9);
}

.info-wrap .heading {
    text-align: left;
    color: #000;
    padding-left: 0;
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.info-wrap .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}

.info-wrap .counter-box {
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: flex-start;
    position: relative;
    transition: 0.4s;
    color: #fff;
    margin-bottom: 40px;
}



.testimonial-wrap {
    position: relative;
    /*     padding: 60px 0 60px 0; */
}

.testimonial-wrap .heading {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-wrap .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #00447E;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}

.testimonial-wrap .image img {
    width: 100%;
}


.contact-wrap {
    position: relative;
    margin: 60px 0;
}

.contact-wrap .contact-content {
    padding: 30px;
    box-shadow: 0px 6px 20px #BCBCBC4A;
    background-color: #F1F2F2;
    border-radius: 20px;
    position: relative;
}

.contact-wrap .contact-content .image {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    width: 35%;
}

.contact-sec {
    position: relative;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    overflow: hidden;
}

.contact-sec::before {
    position: absolute;
    clear: both;
    content: "";
    background-color: #fff;
    top: 0;
    left: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
}

.contact-wrap .heading {
    text-align: left;
    margin-bottom: 80px;
    color: #000;
}

.contact-wrap .heading h4 {
    color: #000;
    font-size: 18px;
    margin-left: 0;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.contact-wrap .contact-form h2 {
    font-size: 40px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 700;
    color: #00447E;
}

.contact-wrap .contact-form h2 span {
    color: #000;
}

.contact-wrap .contact-box {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.contact-wrap .contact-box .image {
    float: left;
    width: 5%;
}

.contact-wrap .contact-box .content {
    float: none;
    width: 100%;
    padding-left: 0;
}

.contact-wrap .contact-box h4 {
    color: #0099ff;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

.contact-wrap .contact-box a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
}

.contact-wrap .contact-box a i {
    color: #009FE3;
    padding-right: 10px;
}

.contact-wrap .contact-box p i {
    color: #009FE3;
    padding-right: 10px;
}

.contact-wrap .contact-box p {
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.contact-wrap form {
    position: relative;
    padding-left: 0%;
}

.contact-wrap .contact-form {
    position: relative;
    z-index: 9;
}

.info-wrap form p {
    color: #fff;
    font-size: 15px;
}

.contact-wrap form .form-group {
    margin-bottom: 20px;
}

.contact-wrap form .form-group label {
    font-weight: 600;
}

.contact-wrap .contact-sec h4 {
    text-align: center;
    color: #00447E;
    font-weight: 600;
    padding: 30px 0 15px 0;
    position: relative;
    z-index: 9;
    margin-bottom: 0;
}

.contact-wrap .contact-sec .num {
    text-align: center;
    display: block;
    margin: 0;
    color: #000;
    padding: 0;
    font-size: 50px;
    text-decoration: none;
    position: relative;
    z-index: 9;
    font-weight: 700;
}

.contact-wrap .submit-btn {
    text-align: left;
    margin-top: 20px;
}

.contact-wrap .submit-btn .submit {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px 40px;
    font-size: 15px;
    background-color: #009FE3;
    text-transform: capitalize;
    border: none;
    transition: 0.4s;
    width: 100%;
}

.contact-wrap .submit-btn .submit:hover {
    background-color: #000;
    color: #fff;
}

.contact-wrap .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #E9E9E9;
    background-image: none;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-wrap textarea {
    height: 100px !important;
}

.contact-wrap .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.contact-wrap .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.contact-wrap .form-control::placeholder {
    color: #000;
}



.site-footer {
    position: relative;
    background-color: #012C50;
    margin-top: 0;
}

.site-footer .footer-sec {
    position: relative;
    padding: 80px 0 20px 0;
}

/* .site-footer .footer-sec::before {
    position: absolute;
    clear: both;
    content: "";
    top: -1px;
    left: -30px;
    width: 15%;
    height: 45px;
    background-color: #fff;
    z-index: 9;
    transform: skewX(-40deg);
} */

.site-footer::before {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;
    width: 26%;
    height: 100%;
    background: url(../images/shape1.png) no-repeat;
    background-size: 100%;
    z-index: 0;
}

.site-footer::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    right: 0;
    width: 23%;
    height: 100%;
    background: url(../images/shape2.png) no-repeat;
    background-size: 100%;
    z-index: 0;
}

.site-footer .container {
    position: relative;
    z-index: 9;
}

.site-footer .logo {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}

.site-footer .heading {
    text-align: left;
    margin-bottom: 60px;
    color: #fff;
}

.site-footer .heading h2 {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}

.site-footer .footer-location {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.site-footer .footer-location li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
}

.site-footer .footer-location li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #009FE3;
}

.site-footer .footer-social {
    /* padding-left: 88px; */
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
}

.site-footer .footer-social li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 15px;
}

.site-footer .footer-social li a {
    color: #fff;
}

.site-footer .footer-social li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
}

.site-footer .footer-social i {
    color: #fff;
    padding-right: 10px;
    font-size: 20px;
}

.site-footer .footer-social a {
    color: #fff;
}

.site-footer .footer-social {
    color: #fff;
    font-size: 14px;
    padding-top: 0;
}

.site-footer .footer-nav {
    position: relative;
    padding-left: 0;
    margin: 0;
    display: inline-block;
}

.site-footer .footer-nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
}

.site-footer h4 {
    font-size: 24px;
    color: #009FE3;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0a9";
    left: 0;
    top: 0px;
    color: #009FE3;
    font-size: 13px;
    z-index: 9;
}

.site-footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
}

.site-footer .footer-location .footer-social {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}

.site-footer .footer-location .footer-social i {
    color: #009FE3;
    font-size: 20px;
    padding-left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}

.site-footer .footer-location .footer-social i:hover {
    border: 2px solid #009FE3;
    color: #009FE3;
}

.site-footer .footer-blog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.site-footer .footer-blog img {
    border-radius: 0px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.site-footer .footer-blog .content {
    margin-left: 15px;
}

.site-footer .footer-info .num {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.site-footer .footer-info .online {
    font-size: 14px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
}

.site-footer .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.site-footer .submit {
    background: #009FE3;
    border: none;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
    z-index: 1;
}

.site-footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}


.copyright {
    font-size: 13px;
    text-align: center;
    position: relative;
    padding: 15px 0;
    background-color: #002443;
}

.copyright p.special {
    float: none;
}

.copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}

.copyright p a {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
}

/********************inner-banner*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/serviceBg.png);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}

.breadcrumb-wrapper::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 40 74 / 80%);
}

.breadcrumb-wrapper1 {
    text-align: center;
    background-image: url(../images/inner-banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper2 {
    text-align: center;
    background-image: url(../images/inner-banner3.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper .shell,
.breadcrumb-wrapper1 .shell,
.breadcrumb-wrapper2 .shell {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    text-align: left;
    width: 50%;
}

.breadcrumb-wrapper .shell h1,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.breadcrumb-wrapper .shell p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}



/***********************about-us-page*******************/

.inner-about-wrap {
    padding: 60px 0 60px 0;
    margin-top: 0px;
}

.inner-about-wrap .about-cont {
    position: relative;
}

.inner-about-wrap .about-cont .heading {
    position: relative;
}

.inner-about-wrap .about-cont h4 {
    font-size: 16px;
}

.inner-about-wrap .about-cont h2 {
    font-weight: 700;
    font-size: 45px;
    color: #00447e;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
}

.inner-about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 5px 0;
    color: #02254C;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.inner-about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: initial;
    font-weight: 700;
}

.inner-about-wrap .about-cont p {
    margin-bottom: 25px;
    line-height: 24px;
    color: #202020;
    font-size: 18px;
    text-align: justify;
}

.inner-about-wrap .about-cont p iframe {
    border: 0;
    float: right;
    width: 40%;
    margin-left: 15px;
    margin-bottom: 15px;
}

.inner-about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}

.inner-about-wrap .about-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0;
    border: 5px solid #00aae7;
}

.inner-about-wrap .about-cont .more {
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    padding: 10px 30px;
    background-color: #009FE3;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 0px;
}

.inner-about-wrap .inner-about-box {
    position: relative;
    padding: 0 40px;
}

.inner-about-wrap .inner-about-box .image {
    border-radius: 5px;
    overflow: hidden;
}

.inner-about-wrap .inner-about-box .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.inner-about-wrap .inner-about-box .content {
    position: absolute;
    clear: both;
    content: "";
    bottom: 30px;
    left: -10px;
    background-color: #e39e01;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-around;
}

.inner-about-wrap .inner-about-box .content h4 {
    color: #000;
    font-size: 18px;
    font-family: 'Conv_Bebas-Regular';
    margin-bottom: 0;
    width: 40%;
    text-transform: uppercase;
}

.inner-about-wrap .inner-about-box .content a {
    width: 40px;
}


/*********************faq-page************************/



.inner-faq-wrap {

    margin: 10px 0 120px 0;

}

.inner-faq-wrap .heading {

    text-align: center;

    margin-bottom: 60px;

}

.inner-faq-wrap .heading h2 {

    font-size: 50px;

    color: #000;

    font-weight: 700;

    text-transform: uppercase;


}

.accordion .card {
    border: none;
    border: 1px solid #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #000 !important;
    border-radius: 6px !important;
}

.accordion .card .card-header {
    position: relative;
    transition: 0.4s;
    padding: 0;
    background-color: #fff;
    border: none;
}

.accordion .card .card-header .mb-0 {
    padding: 0;
}

.accordion .card .card-header button {
    color: #36458d;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    text-decoration: none;
    border-radius: none;
}

.accordion .card .card-header button.collapsed {
    background-color: #185D94 !important;
    color: #fff !important;
}

.accordion .card .card-header button.btn-link {
    background-color: #449a1300;
}

.accordion .card .collapse.show {
    background-color: rgb(234 232 232 / 0%);
    margin-top: 0px;
    position: relative;
}

.accordion .card .collapsing .card-body p {
    font-size: 14px;
}

.accordion .card .collapse .card-body p {
    font-size: 14px;
}

/*.accordion .card .card-header:hover{

    background-color: #c90a67;

}*/

.accordion .card .card-header:hover button {

    color: #36458d;

}

.bs-example {

    margin: 20px;

}

.accordion .fa {
    margin-right: 0.5rem;
    float: right;
    color: #7CB951;
}

.btn-link {

    font-weight: 600;

    color: #000;

    text-decoration: none;

}


/******************modal*****************/

.modal-body .contact-form .btn-group,
.contact-form .btn-group-vertical {
    margin-top: 20px;
}

.modal-body .read-more {
    border: none;
    background-color: #fa8900;
    color: #fff;
    padding: 12px 20px;
    font-size: 17px;
    border-radius: 30px;
    text-shadow: none;
    text-transform: uppercase;
}

.modal-body textarea.form-control {
    height: 130px !important;
}

.modal-header {
    display: initial;
}


/*********************price-page************************/

.inner-price-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 80px 0;
}

.inner-price-wrap .nav-tabs {
    border-bottom: none;
    justify-content: center;
    padding-bottom: 60px;
}

.inner-price-wrap .nav-tabs .nav-link {
    border: none;
    color: #000;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

.inner-price-wrap .nav-tabs .nav-link.active {
    border-bottom: 2px solid #e39e01;
    background-color: transparent;
}

.snip1404 {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    margin: 50px 10px;
}

.snip1404 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.snip1404 .plan {
    margin: 0 5px;
    width: 24.1%;
    position: relative;
    float: left;
    overflow: hidden;
    border: 3px solid #eaaa05;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    background-color: #000;
}

.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.snip1404 .plan:first-of-type {
    border-radius: 8px 0 0 8px;
}

.snip1404 .plan:last-of-type {
    border-radius: 0 8px 8px 0;
}

.snip1404 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.snip1404 header {
    background-color: #eaaa05;
    color: #ffffff;
}

.snip1404 .plan-title {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    padding: 20px 20px 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 18px;
}

.snip1404 .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 300px 0 0;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent;
}

.snip1404 .plan-cost {
    padding: 40px 20px 10px;
    text-align: right;
}

.snip1404 .plan-price {
    font-weight: 600;
    font-size: 3em;
}

.snip1404 .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.snip1404 .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
}

.snip1404 .plan-features li {
    padding: 8px 5%;
}

.snip1404 .plan-features i {
    margin-right: 8px;
    color: #fff;
}

.snip1404 .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.snip1404 .plan-select a {
    background-color: #eaaa05;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
}

.snip1404 .plan-select a:hover {
    background-color: #eaaa05;
    opacity: 0.5;
}

.snip1404 .plan:hover {
    margin-top: -10px;
    border-color: #000;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 8px;
}

.snip1404 .plan .plan-select {
    padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .snip1404 .plan {
        width: 50%;
    }

    .snip1404 .plan-title,
    .snip1404 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1404 .plan-select,
    .snip1404 .featured .plan-select {
        padding: 20px;
    }

    .snip1404 .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
    .snip1404 .plan {
        width: 100%;
    }
}


/********************carrer-page*****************/

.inner-career-wrap {
    padding: 80px 0;
}

.inner-career-wrap .inner-career-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 0 10px;
    -webkit-box-shadow: 0px 5px 12px 5px rgb(209 209 209 / 60%);
    -moz-box-shadow: 0px 5px 12px 5px rgba(209, 209, 209, 0.6);
    box-shadow: 0px 5px 12px 5px rgb(209 209 209 / 60%);
    border-radius: 5px;
    margin-bottom: 30px;
}

.inner-career-wrap .inner-career-cont a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}



.service-offered-wrap {
    padding: 80px 0 20px 0;
    background-color: #fff;
}

.service-offered-wrap .content {
    margin-bottom: 40px;
}

.service-offered-wrap .content .content-img {
    width: 100%;
}

.service-offered-wrap .content .content-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.service-offered-wrap .content .content-bx {
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    -moz-box-shadow: 2px 2px 8px 0px rgba(176, 176, 176, 0.8);
    box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    padding: 10px 20px 25px 15px;
    min-height: auto;
    text-align: center;
}

.service-offered-wrap .content .content-bx h4 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.service-offered-wrap .content .content-bx p {
    font-weight: 600;
    font-size: 14px;
}

.service-offered-wrap .content .content-bx .more {
    background-color: #009FE3;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    border-radius: 0px;
}

.service-offered-wrap .content .content-bx .more:hover {
    background: rgb(0, 0, 0);
    color: #fff;
}




.project-sec-wraper {
    padding: 60px 0 60px 0;
    /* background-color: #fbfce0; */
    position: relative;
}

.project-sec-wraper.inner-service-gallery {
    padding: 0px 0 20px 0;
}

.project-sec-wraper .heading {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.project-sec-wraper .heading h4 {
    color: #000;
    font-size: 15px;
    position: relative;
    background-color: #F3F3F3;
    display: inline-block;
    border-left: 2px solid #C00000;
    border-right: 2px solid #C00000;
    padding: 10px;
    border-radius: 7px;
    padding-left: 30px;
}

.project-sec-wraper .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    left: 5px;
    top: 8px;
    background: url(../images/paint.png) no-repeat;
    background-size: 100%;
    width: 18%;
    height: 20px;
}

.project-sec-wraper .heading h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.project-sec-wraper .heading h2 span {
    color: #C00000;
}

.filter_wrapper {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 25px;
    text-align: center;
    float: none;
}

.filter_wrapper .filter {
    float: none;
    margin: 0 10px 0 10px;
    border: none;
    display: inline-block;
    position: relative;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
}

.filter_wrapper .filter::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: -12px;
    background-color: #000;
    width: 1px;
    height: 100%;
}

.filter_wrapper .filter:last-child::after {
    display: none;
}

.mega-entry .mega-entry-innerwrap {
    border: none;
    border-radius: 10px;
}


/*.filter_wrapper .filter:hover {
      color: #505050;
      }*/
.filter_wrapper .filter.active {
    color: #000;
    position: relative;
}

.mega-entry .mega-entry-innerwrap {
    border: none;
    border-radius: 0;
}

.megafolio-container {
    display: inline-block;
    width: 100%;
}

.mega-entry {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    z-index: 2;
    text-align: center;
}

.mega-entry img {
    width: 100%;
}

.megafolio-container,
.megafolio-container-splash {
    width: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mega-entry .project-cont {
    height: 100%;
    overflow: hidden;
}

.mega-entry .middle {
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* .mega-entry .middle img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    } */

.mega-entry .middle:hover .overlay-1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mega-entry .overlay-1 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: .8s ease;
    border-radius: 0px;
    /* margin: 20px; */
    left: 0px;
    top: 0px;
    bottom: 0;
    overflow: hidden;
}

.mega-entry .gallery {
    padding: 0;
    margin: 0;
}

.mega-entry .overlay-1 .fa {
    color: #fff;
    opacity: 1;
    padding: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.mega-entry .overlay-1 .fa img {
    width: auto;
    height: auto;
}

.inner-about-wrap .about-list {
    position: relative;
    margin-top: 40px;
}

.inner-about-wrap .about-list.part2 .about-box .image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.inner-about-wrap .about-list.part2 .about-box .image img {
    height: 400px;
    object-fit: cover;
}

.inner-about-wrap .about-box {
    display: block;
    margin-top: 30px;
    transition: 0.4s;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 13px 1px 13px;
    position: relative;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    min-height: 252px;
}

.inner-about-wrap .about-box .image {
    width: 20%;
    height: 85px;
    margin: 0 auto;
}

.inner-about-wrap .about-box .image img {
    width: 100%;
    transition: 0.4s;
}

.inner-about-wrap .about-box .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #00447E;
}

.inner-about-wrap .about-box .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #52525E;
    font-weight: 500;
}

.modal-header .btn-close {
    float: right;
    margin-top: -30px;
}


.inner-service-area.part2 {
    position: relative;
    padding: 50px 0 30px 0;
}

.inner-service-area.part2 .area-point ul {
    column-count: 4;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.inner-service-area.part2 .area-point ul li {
    background: #009FE3;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    transition: all 0.4s;
    text-align: center;
    margin-bottom: 15px;
}

.inner-service-area.part2 .area-point ul li a {
    width: 100%;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.inner-service-area.part2 .area-point ul li:hover {
    background: #000;
    color: #fff;
}

.inner-service-area.part2 .area-point ul li::before {
    display: none;
}

/* ══════════════════════════════════════════════════════════════
   SERVICE PILLARS
   ══════════════════════════════════════════════════════════════ */
.amr-pillars {
    padding: 100px 0;
    background: #ffffff;
}

.amr-pillars>.container {
    margin-bottom: 0;
}

/* Grid: Renovations is wide on the left, other 3 stack next to it in one single band */
.amr-pillars-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-rows: 520px;
    gap: 4px;
    /*     border-radius: 16px; */
    overflow: hidden;
}

/* Primary — takes full row on the left */
.amr-pillar--primary {
    grid-row: span 1;
}

/* Shared pillar styles */
.amr-pillar {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

.amr-pillar-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s;
    will-change: transform;
    filter: brightness(0.85);
}

.amr-pillar:hover .amr-pillar-img {
    transform: scale(1.06);
    filter: brightness(0.75);
}

/* Overlay: gradient from bottom */
.amr-pillar-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(5, 18, 40, 0.92) 0%,
            rgba(5, 18, 40, 0.45) 40%,
            rgba(5, 18, 40, 0.08) 70%,
            transparent 100%);
    z-index: 1;
    transition: background 0.4s;
}

.amr-pillar:hover .amr-pillar-overlay {
    background: linear-gradient(to top,
            rgba(0, 68, 126, 0.95) 0%,
            rgba(0, 68, 126, 0.55) 45%,
            rgba(0, 68, 126, 0.1) 75%,
            transparent 100%);
}

.amr-pillar-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 30px 32px;
    z-index: 2;
}

.amr-pillar--primary .amr-pillar-content {
    padding: 36px 40px 44px;
}

.amr-pillar-number {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 7px;
}

.amr-pillar-content h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1.2;
}

.amr-pillar--primary .amr-pillar-content h3 {
    font-size: 1.85rem;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.amr-pillar-content p {
    color: rgba(255, 255, 255, .72);
    font-size: 0.82rem;
    line-height: 1.6;
    margin-bottom: 14px;
    max-width: 360px;
}

.amr-pillar--primary .amr-pillar-content p {
    font-size: 0.95rem;
}

/* CTA arrow link */
.amr-pillar-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, .55);
    transition: color 0.28s, gap 0.28s;
}

.amr-pillar-cta i {
    font-size: 0.65rem;
    transition: transform 0.28s;
}

.amr-pillar:hover .amr-pillar-cta {
    color: #fff;
    gap: 14px;
}

.amr-pillar:hover .amr-pillar-cta i {
    transform: translateX(2px);
}

/* Blue tag on primary pillar */
.amr-pillar--primary .amr-pillar-content::before {
    content: 'Most Requested';
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #00447E;
    background: rgba(255, 255, 255, .92);
    border-radius: 100px;
    padding: 4px 12px;
    margin-bottom: 14px;
}

/* ── Utility ─────────────────────────────────────────────────── */
.amr-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--blue);
    border-bottom: 2px solid var(--blue);
    padding-bottom: 2px;
    margin-bottom: 18px;
}

.amr-label--white {
    color: rgba(255, 255, 255, .75);
    border-bottom-color: rgba(255, 255, 255, .4);
}

.amr-section-header {
    text-align: center;
    max-width: 580px;
    margin: 0 auto 60px;
}

.amr-section-header h2 {
    margin-bottom: 14px;
}

.amr-section-header p {
    font-size: 1.05rem;
    color: var(--muted);
}

.amr-section-footer {
    text-align: center;
    margin-top: 52px;
}

/* ══════════════════════════════════════════════════════════════
   WHAT MAKES US DIFFERENT
   ══════════════════════════════════════════════════════════════ */
.amr-differentiators {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Faint decorative large text in background */
.amr-differentiators::before {
    content: 'AMR';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22vw;
    font-weight: 900;
    color: #00447E;
    opacity: 0.06;
    letter-spacing: -0.05em;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    line-height: 1;
}

.amr-diff-layout {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Left panel */
.amr-diff-left h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #111827;
    margin-bottom: 20px;
}

.amr-diff-left h2 em {
    font-style: normal;
    color: #00447E;
}

.amr-diff-left>p {
    color: #4B5563;
    font-size: 1rem;
    margin-bottom: 34px;
    line-height: 1.7;
}

.amr-diff-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Right panel: 6 bullet items in 2 columns */
.amr-diff-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.amr-diff-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 22px;
    border-radius: 8px;
    transition: background 0.28s;
}

.amr-diff-item:hover {
    background: #F9FAFB;
}

.amr-diff-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #EBF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    transition: background 0.28s;
}

.amr-diff-icon i {
    font-size: 0.875rem;
    color: #00447E;
}

.amr-diff-item:hover .amr-diff-icon {
    background: #00447E;
}

.amr-diff-item:hover .amr-diff-icon i {
    color: #fff;
}

.amr-diff-text strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 0;
}

/* ══════════════════════════════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════════════════════════════ */
.amr-btn-primary,
.amr-btn-secondary,
.amr-btn-outline,
.amr-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Poppins', 'Mundial', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    /*     border-radius: 100px; */
    padding: 13px 28px;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s, border-color 0.28s, box-shadow 0.28s, transform 0.28s;
    cursor: pointer;
    border: 2px solid transparent;
    white-space: nowrap;
}

.amr-btn-primary {
    background: #00447E;
    color: #fff;
    border-color: #00447E;
}

.amr-btn-primary:hover {
    background: #005BB5;
    border-color: #005BB5;
    color: #fff;
    box-shadow: 0 6px 24px rgba(0, 68, 126, .3);
    transform: translateY(-1px);
}

.amr-btn-secondary {
    background: transparent;
    color: #00447E;
    border-color: #00447E;
}

.amr-btn-secondary:hover {
    background: #00447E;
    color: #fff;
}

.amr-btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .55);
}

.amr-btn-outline:hover {
    background: rgba(255, 255, 255, .1);
    border-color: #fff;
    color: #fff;
}

.amr-btn-ghost {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(8px);
}

.amr-btn-ghost:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .3);
    transform: translateY(-1px);
}

.amr-btn-lg {
    padding: 15px 36px;
    font-size: 0.975rem;
}

.amr-btn-sm {
    padding: 9px 20px;
    font-size: 0.82rem;
}

/* amr new projects section */
/* ── Scroll-reveal keyframe ── */
@keyframes amr-fade-up {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes amr-fade-left {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.amr-reveal {
    opacity: 0;
    animation: amr-fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-play-state: paused;
}

.amr-reveal.in-view {
    animation-play-state: running;
}

.amr-reveal--delay1.in-view {
    animation-delay: 0.15s;
}

.amr-reveal--delay2.in-view {
    animation-delay: 0.3s;
}

.amr-reveal--delay3.in-view {
    animation-delay: 0.45s;
}

/* ── Section wrapper ── */
.amr-projects-preview {
    /*             padding: 0 0 100px; */
    background: #F9FAFB;
    position: relative;
    overflow: hidden;
}

/* ── Top header strip ── */
.amr-proj-topstrip {
    /*             padding: 70px 0 48px; */
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 40px;
}

.amr-proj-topstrip-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Animated dot label */
.amr-proj-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #4B5563;
    white-space: nowrap;
    justify-content: center;
}

.amr-proj-label-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00447E;
    animation: dot-pulse 2.2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes dot-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(0, 68, 126, 0.5);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(0, 68, 126, 0);
    }
}

.amr-proj-title-group {
    flex: 1;
}

.amr-proj-heading {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #111827;
    line-height: 1.1;
    margin: 0 0 4px;
    text-align: center;
}

.amr-proj-sub {
    font-size: 0.95rem;
    color: #4B5563;
    margin: 0;
    text-align: center;
}

.amr-proj-viewall {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #00447E;
    text-decoration: none;
    padding: 10px 22px;
    border: 1.5px solid #00447E;
    border-radius: 100px;
    white-space: nowrap;
    transition: background 0.25s, color 0.25s;
}

.amr-proj-viewall:hover {
    background: #00447E;
    color: #fff;
}

/* ── Main grid: hero left + 3-stack right ── */
.amr-projects-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 8px;
    height: 640px;
}

.amr-projects-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ── Individual card ── */
.amr-project-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
    background: #0A1628;
    flex: 1;
    min-height: 0;
}

.amr-project-card--hero {
    border-radius: 16px;
}

/* Image layer */
.amr-project-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.85s cubic-bezier(0.4, 0, 0.2, 1), filter 0.45s ease;
    filter: brightness(0.82);
    will-change: transform;
}

.amr-project-card:hover .amr-project-img {
    transform: scale(1.07);
    filter: brightness(0.6);
}

/* Multi-layer overlay */
.amr-project-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(5, 18, 40, .95) 0%, rgba(5, 18, 40, .35) 45%, transparent 70%),
        linear-gradient(135deg, rgba(0, 68, 126, .25) 0%, transparent 60%);
    z-index: 1;
    transition: opacity 0.45s ease;
}

.amr-project-card:hover .amr-project-overlay {
    opacity: 0.95;
}

/* ── Card body (sits above overlay) ── */
.amr-project-body {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px 22px 22px;
}

/* Category tag top-left */
.amr-project-tag {
    align-self: flex-start;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.9);
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.08);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.35s 0.05s, transform 0.35s 0.05s;
}

.amr-project-card:hover .amr-project-tag {
    opacity: 1;
    transform: translateY(0);
}

/* Bottom info row */
.amr-project-info {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    transform: translateY(10px);
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.amr-project-card:hover .amr-project-info {
    transform: translateY(0);
}

/* Blue number */
.amr-project-num {
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    font-weight: 900;
    line-height: 1;
    color: #009fe3;
    opacity: 0.55;
    letter-spacing: -0.05em;
    flex-shrink: 0;
    transition: opacity 0.28s;
}

.amr-project-card--hero .amr-project-num {
    font-size: clamp(3.5rem, 6vw, 5.5rem);
}

.amr-project-card:hover .amr-project-num {
    opacity: 0.9;
}

/* Title + suburb */
.amr-project-text {
    flex: 1;
}

.amr-project-text h3 {
    font-size: clamp(0.95rem, 1.4vw, 1.15rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 2px;
    line-height: 1.25;
}

.amr-project-card--hero .amr-project-text h3 {
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.amr-project-text p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Arrow button */
.amr-project-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8rem;
    flex-shrink: 0;
    opacity: 0;
    transform: scale(0.7) rotate(-45deg);
    transition: opacity 0.3s, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.28s, border-color 0.28s;
}

.amr-project-card--hero .amr-project-arrow {
    width: 44px;
    height: 44px;
    font-size: 0.95rem;
}

.amr-project-card:hover .amr-project-arrow {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    background: #00447E;
    border-color: #00447E;
}

/* ── Thin gold accent line on hero hover ── */
.amr-project-card--hero::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #C9A84C, #E8C87A);
    border-radius: 0 3px 3px 0;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.amr-project-card--hero:hover::after {
    width: 100%;
}

/* Responsive adjustments (you may already have these) */
@media screen and (max-width: 991px) {
    .amr-projects-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .amr-projects-stack {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .amr-projects-stack .amr-project-card {
        flex: 1 1 calc(50% - 4px);
        min-height: 220px;
    }

    .amr-project-card--hero {
        min-height: 320px;
    }
}

@media screen and (max-width: 575px) {
    .amr-projects-stack .amr-project-card {
        flex: 1 1 100%;
    }
}

/* new project section end */




/*-----------------------------------
AMR Gallery Styling NEWWW
------------------------------------*/

.gallery .filter-button-group {
    list-style: none;
    padding-left: 0;
}

/* FILTER BUTTONS */
.gallery .filter-button-group li {
    background: #ffffff;
    border: 2px solid #00447e;
    color: #00447e;
    padding: 8px 25px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}

@media screen and (max-width:768px) {
    .gallery .filter-button-group li {
        padding: 5px 15px;
    }
}

/* ACTIVE + HOVER */
.gallery .filter-button-group li.active,
.gallery .filter-button-group li:hover {
    background: #00447e;
    color: #ffffff;
    border: 2px solid #00447e;
}

/* GALLERY IMAGE */
.gallery .gallery-img {
    position: relative;
}

.gallery .gallery-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.gallery .gallery-img-wrapper img {
    transition: all .4s ease-in-out;
    width: 100%;
    height: 356px;
    object-fit: cover;
    border-radius: 6px;
}

/* Zoom Effect */
.gallery .gallery-img-wrapper img:hover {
    transform: scale(1.08);
}

/* OVERLAY BOX */
.gallery .gallery-img .icon-search {
    position: absolute;
    opacity: 0;
    transition: all .4s ease-in-out;
    background: #ffffff;
    padding: 24px;
    border-radius: 6px;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* TEXT */
.gallery .gallery-img .icon-search h3 {
    color: #051d3e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.gallery .gallery-img .icon-search p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
}

/* SHOW OVERLAY */
.gallery .gallery-img:hover .icon-search {
    opacity: 1;
}



/* ══════════════════════════════════════════════════════════════
   PROJECTS GALLERY FILTER (Isotope)
   ══════════════════════════════════════════════════════════════ */
.amr-filter-wrap {
    text-align: center;
    margin: 40px 0;
}

.amr-filter-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.amr-filter-buttons li {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0c1a2e;
    padding: 10px 24px;
    border: 2px solid rgba(0, 68, 126, 0.2);
    /*     border-radius: 100px; */
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    white-space: nowrap;
}

.amr-filter-buttons li:hover {
    border-color: #00447E;
    color: #00447E;
}

.amr-filter-buttons li.active {
    background: #00447E;
    border-color: #00447E;
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 68, 126, 0.2);
}

.amr-projects-main {
    /*     padding-bottom: 100px; */
    background: #F9FAFB;
}

.amr-filter-grid {
    margin: 0 -12px;
}

.amr-grid-item {
    padding: 12px;
}

.amr-filter-grid .amr-project-card {
    aspect-ratio: 4/5;
    width: 100%;
    object-fit: cover;
    height: 350px;
}

/* ══════════════════════════════════════════════════════════════
   TESTIMONIALS SECTION (Footer Redesign)
   ══════════════════════════════════════════════════════════════ */
.amr-testimonials-slider {
    position: relative;
    padding: 30px 60px;
    overflow: hidden;
}

.amr-testimonials-track.owl-carousel {
    display: block;
    width: 100%;
}

.amr-testimonials-track .owl-stage {
    display: flex;
}

.amr-testimonials-track .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.amr-testimonial-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
    height: 100%;
    min-height: 320px;
    overflow: hidden;
}

.amr-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.amr-testimonial-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    /*     margin-bottom: 20px; */
    letter-spacing: -0.02em;
}

.amr-testimonial-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amr-testimonial-content p.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.amr-read-more {
    color: #00AEEF;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    transition: color 0.2s ease;
}

.amr-read-more:hover {
    color: #0080b3;
    text-decoration: underline;
}

.amr-testimonial-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #f0f0f0;
    padding-top: 25px;
}

.amr-testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
    flex-shrink: 0;
}

.amr-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amr-testimonial-info h4 {
    font-size: 16px;
    font-weight: 800;
    color: #00447E;
    margin: 0 0 2px;
}

.amr-testimonial-info span {
    font-size: 13px;
    color: #777;
    font-weight: 500;
    display: block;
}

.amr-testimonial-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.amr-testimonial-arrow.amr-prev {
    left: 0;
    background: #00AEEF;
    box-shadow: 0 8px 15px rgba(0, 174, 239, 0.25);
}

.amr-testimonial-arrow.amr-next {
    right: 0;
    background: #777;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.amr-testimonial-arrow:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

@media (max-width: 991px) {
    .amr-testimonials-track {
        width: 100%;
    }

    .amr-testimonial-arrow {
        display: none;
    }

    .amr-testimonials-slider {
        padding: 0;
    }
}


/* AMR NEW NAVIGATION CSS ONLY */
/* ══════════════════════════════════════════════════════════════
   MAIN NAVIGATION
   ══════════════════════════════════════════════════════════════ */
.amr-main-nav {
    background-color: #ffffff;
    padding: 5px 0;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.amr-main-nav .navbar-brand {
    padding: 0;
    /*     margin-right: 2rem; */
}

.amr-main-nav .navbar-brand img {
    width: 280px;
    height: auto;
    max-width: 100%;
}

.amr-main-nav .navbar-nav {
    gap: 8px;
}

.amr-main-nav .nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #111827 !important;
    text-transform: capitalize;
    padding: 10px 3px !important;
    transition: all 0.3s ease;
    position: relative;
}

/* Premium Hover Underline Effect */
.amr-main-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 12px;
    right: 12px;
    height: 2px;
    background-color: #00447E;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

.amr-main-nav .nav-link:hover::after,
.amr-main-nav .nav-item.active .nav-link::after {
    transform: scaleX(1);
}

.amr-main-nav .nav-link:hover,
.amr-main-nav .nav-link:focus,
.amr-main-nav .nav-item.active .nav-link {
    color: #00447E !important;
}

.nav-right-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 1rem;
}

.nav-social {
    font-size: 16px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #f3f4f6;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.nav-social .fa {
    transition: color 0.3s ease;
}

.nav-social .fa-facebook {
    color: #1877F2;
}

.nav-social .fa-instagram {
    color: #E4405F;
}

.nav-social.nav-social-fb:hover {
    background-color: #1877F2;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(24, 119, 242, 0.3);
}

.nav-social.nav-social-fb:hover .fa-facebook {
    color: #ffffff;
}

.nav-social.nav-social-ig:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(228, 64, 95, 0.3);
}

.nav-social.nav-social-ig:hover .fa-instagram {
    color: #ffffff;
}

.nav-phone {
    color: #00447E;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    background: rgba(0, 68, 126, 0.05);
    padding: 8px 16px;
    border-radius: 100px;
}

.nav-phone i {
    color: #00AEEF;
    font-size: 18px;
}

.nav-phone:hover {
    background: rgba(0, 68, 126, 0.1);
    color: #00447E;
    transform: translateY(-2px);
}

.nav-btn-quote {
    background: linear-gradient(135deg, #00AEEF 0%, #00447E 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 12px 28px;
    /*     border-radius: 100px; */
    text-decoration: none;
    transition: all 0.4s ease;
    border: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 68, 126, 0.25);
}

.nav-btn-quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 68, 126, 0.35);
    color: #ffffff;
}

@media (max-width: 991px) {
    .amr-main-nav .navbar-brand img {
        width: 200px;
    }
}

/* AMR NEW NAVIGATION END CSS ONLY */


/* ============================================
   Figma-safe scaling for 1400px desktop design
   (includes banner section)
   ============================================ */

/* 1) Base: on desktop, let .container match the 1400px Figma width */
@media (min-width: 992px) {

    body>header .container,
    body>section .container,
    body>footer .container,
    body>.main-slider .container,
    #page>header .container,
    #page>section .container,
    #page>footer .container,
    #page>.main-slider .container {
        max-width: 1400px !important;
        width: 100% !important;
    }
}

/* 2) Scale ALL sections (including banner) when viewport < 1400px */
@media (min-width: 992px) and (max-width: 1400px) {

    body>header,
    body>section,
    body>footer,
    body>.main-slider,
    #page>header,
    #page>section,
    #page>footer,
    #page>.main-slider {
        zoom: 0.88;
        transform-origin: top center;
    }
}

/* 3) Extra scaling for ~1366px / 125% zoom desktop */
@media (min-width: 992px) and (max-width: 1300px) {

    body>header,
    body>section,
    body>footer,
    body>.main-slider,
    #page>header,
    #page>section,
    #page>footer,
    #page>.main-slider {
        zoom: 0.82;
    }
}
}

/* SCALING CLOSED */


/* ══════════════════════════════════════════════════════════════
   PROJECTS PAGE (projects-new.php)
   ══════════════════════════════════════════════════════════════ */

/* Page Banner */
.amr-page-banner {
    background: linear-gradient(135deg, #002443 0%, #00447E 100%);
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}

.amr-page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.amr-banner-inner {
    position: relative;
    z-index: 1;
}

.amr-banner-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #00AEEF;
    margin-bottom: 12px;
}

.amr-page-banner h1 {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.amr-page-banner p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.amr-page-banner .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.amr-page-banner .breadcrumb-item,
.amr-page-banner .breadcrumb-item a,
.amr-page-banner .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    text-decoration: none;
}

.amr-page-banner .breadcrumb-item.active {
    color: #fff;
}

/* Projects Page Section */
.amr-projects-page {
    padding: 80px 0 120px;
    background: #f9fafb;
}

/* Section Header */
.amr-proj-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 30px;
}

.amr-proj-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #00447E;
    background: rgba(0, 68, 126, 0.08);
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 16px;
}

.amr-proj-heading {
    font-size: 44px;
    font-weight: 900;
    color: #0c1a2e;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.amr-proj-sub {
    font-size: 16px;
    color: #6b7280;
    font-weight: 400;
    margin: 0;
}

/* Card as button reset */
.amr-proj-btn {
    all: unset;
    cursor: pointer;
    display: block;
    width: 100%;
    position: relative;
}

/* Project Card (reusing front-page design language) */
.amr-projects-page .amr-project-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 340px;
    background: #111;
}



.amr-projects-page .amr-project-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(.25, .46, .45, .94);
}

.amr-projects-page .amr-project-card:hover .amr-project-img {
    transform: scale(1.06);
}

.amr-projects-page .amr-project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 20, 50, 0.85) 0%, rgba(0, 20, 50, 0.2) 55%, transparent 100%);
    transition: opacity 0.4s ease;
}

.amr-projects-page .amr-project-card:hover .amr-project-overlay {
    opacity: 0.95;
}

.amr-projects-page .amr-project-body {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    gap: 12px;
}

.amr-projects-page .amr-project-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #fff;
    background: rgba(0, 174, 239, 0.9);
    border-radius: 100px;
    padding: 4px 12px;
    align-self: flex-start;
}

.amr-projects-page .amr-project-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.amr-projects-page .amr-project-num {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    font-family: monospace;
}

.amr-projects-page .amr-project-text h3 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
    letter-spacing: -0.01em;
}

.amr-projects-page .amr-project-text p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-weight: 500;
}

.amr-projects-page .amr-project-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-left: 16px;
}

.amr-projects-page .amr-project-card:hover .amr-project-arrow {
    background: #00AEEF;
    border-color: #00AEEF;
    transform: rotate(45deg);
}

/* Grid Item */
.amr-projects-page .amr-grid-item {
    padding: 10px;
    margin-bottom: 0;
}

/* ── PROJECT DETAIL MODAL ────────────────────────── */
.amr-modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 10, 25, 0.78);
    z-index: 9999;
    backdrop-filter: blur(6px);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.amr-modal-backdrop.is-open {
    display: flex;
}

.amr-modal-box {
    background: #fff;
    border-radius: 12px;
    max-width: 900px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    position: relative;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
    max-height: 90vh;
    animation: amrModalIn 0.35s cubic-bezier(.34, 1.3, .7, 1) both;
}

@keyframes amrModalIn {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.amr-modal-img-wrap {
    position: relative;
    overflow: hidden;
    min-height: 340px;
}

.amr-modal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.amr-modal-content {
    padding: 48px 40px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.amr-modal-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #00AEEF;
    background: rgba(0, 174, 239, 0.1);
    padding: 4px 12px;
    border-radius: 100px;
    display: inline-block;
}

.amr-modal-title {
    font-size: 28px;
    font-weight: 900;
    color: #0c1a2e;
    letter-spacing: -0.02em;
    margin: 0;
}

.amr-modal-suburb {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.amr-modal-suburb i {
    color: #00447E;
}

.amr-modal-bullets {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.amr-modal-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #374151;
    line-height: 1.5;
}

.amr-modal-bullets li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00447E;
    flex-shrink: 0;
    margin-top: 7px;
}

.amr-modal-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #00AEEF, #00447E);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 14px 28px;
    border-radius: 100px;
    margin-top: auto;
    align-self: flex-start;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 68, 126, 0.25);
}

.amr-modal-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 68, 126, 0.35);
    color: #fff;
}

.amr-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    border: none;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.amr-modal-close:hover {
    background: #00447E;
}

/* Responsive */
@media (max-width: 768px) {
    .amr-modal-box {
        grid-template-columns: 1fr;
    }

    .amr-modal-img-wrap {
        min-height: 220px;
        max-height: 240px;
    }

    .amr-modal-content {
        padding: 30px 24px;
    }

    .amr-modal-title {
        font-size: 22px;
    }

    .amr-proj-heading {
        font-size: 30px;
    }

    .amr-page-banner h1 {
        font-size: 34px;
    }

    .amr-projects-page .amr-project-card {
        height: 260px;
    }
}


/* ══════════════════════════════════════════════════════════════
   REQUEST A QUOTE PAGE
   ══════════════════════════════════════════════════════════════ */

.amr-quote-page {
    padding: 90px 0 120px;
    background: #f9fafb;
}

/* Two-column layout */
.amr-quote-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 70px;
    align-items: start;
}

/* ── LEFT: Intro ─────────────────────────────── */
.amr-quote-intro h2 {
    font-size: 38px;
    font-weight: 900;
    color: #0c1a2e;
    letter-spacing: -0.03em;
    margin: 14px 0 18px;
    line-height: 1.2;
}

.amr-quote-intro>p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 36px;
}

/* Reassurance list */
.amr-quote-reassurance {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.amr-quote-reassurance li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.amr-reassurance-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(0, 68, 126, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #00447E;
    font-size: 20px;
}

.amr-quote-reassurance li div:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-top: 6px;
}

.amr-quote-reassurance li strong {
    font-size: 15px;
    font-weight: 800;
    color: #0c1a2e;
    display: block;
}

.amr-quote-reassurance li span {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

/* Trust stats */
.amr-quote-trust {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 24px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.amr-trust-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex: 1;
    text-align: center;
}

.amr-trust-stat strong {
    font-size: 22px;
    font-weight: 900;
    color: #00447E;
    display: block;
}

.amr-trust-stat span {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.amr-trust-divider {
    width: 1px;
    height: 40px;
    background: #e5e7eb;
    flex-shrink: 0;
}

/* ── RIGHT: Form Card ────────────────────────── */
.amr-quote-form-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    padding: 48px 44px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.amr-form-header {
    margin-bottom: 36px;
}

.amr-form-header h3 {
    font-size: 26px;
    font-weight: 900;
    color: #0c1a2e;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
}

.amr-form-header p {
    font-size: 14px;
    color: #9ca3af;
    margin: 0;
}

.amr-required-mark {
    color: #E4405F;
    font-weight: 700;
}

.amr-optional-mark {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
}

/* Form rows */
.amr-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.amr-form-group {
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.amr-form-group label {
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.amr-quote-form input[type="text"],
.amr-quote-form input[type="tel"],
.amr-quote-form input[type="email"],
.amr-quote-form select,
.amr-quote-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    color: #111827;
    background: #fafafa;
    transition: all 0.25s ease;
    font-family: 'Mundial', sans-serif;
    outline: none;
}

.amr-quote-form input::placeholder,
.amr-quote-form textarea::placeholder {
    color: #c4c9d4;
}

.amr-quote-form input:focus,
.amr-quote-form select:focus,
.amr-quote-form textarea:focus {
    border-color: #00447E;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 68, 126, 0.08);
}

.amr-quote-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239CA3AF'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
    padding-right: 44px;
    cursor: pointer;
}

.amr-quote-form textarea {
    resize: vertical;
    min-height: 120px;
}

/* File Upload */
.amr-file-upload {
    position: relative;
    cursor: pointer;
}

.amr-file-upload input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.amr-file-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 28px 20px;
    border: 2px dashed #d1d5db;
    border-radius: 10px;
    background: #fafafa;
    color: #9ca3af;
    text-align: center;
    transition: all 0.25s ease;
}

.amr-file-placeholder i {
    font-size: 26px;
    color: #00447E;
    opacity: 0.6;
}

.amr-file-placeholder span {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

.amr-file-upload:hover .amr-file-placeholder {
    border-color: #00447E;
    background: rgba(0, 68, 126, 0.03);
}

/* Submit Button */
.amr-quote-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #00AEEF 0%, #00447E 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 18px 36px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 6px 20px rgba(0, 68, 126, 0.3);
    font-family: 'Mundial', sans-serif;
    margin-top: 8px;
}

.amr-quote-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 68, 126, 0.4);
}

.amr-form-disclaimer {
    font-size: 12px;
    color: #9ca3af;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
    .amr-quote-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .amr-quote-form-card {
        padding: 36px 28px;
    }

    .amr-quote-trust {
        gap: 16px;
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .amr-form-row {
        grid-template-columns: 1fr;
    }

    .amr-quote-form-card {
        padding: 28px 20px;
    }

    .amr-quote-intro h2 {
        font-size: 28px;
    }
}

/* ══════════════════════════════════════════════════════════════
   FRONT PAGE — RESPONSIVE MEDIA QUERIES
   (Services Pillars + Projects Grid)
   ══════════════════════════════════════════════════════════════ */

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

    /* Services pillars: 2 columns × 2 rows */
    .amr-pillars-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 320px 320px;
    }

    .amr-pillar--primary {
        grid-column: span 2;
        grid-row: span 1;
    }

    /* Project hero+stack: stack vertically */
    .amr-projects-grid {
        display: block;
    }

    .amr-project-card--hero {
        height: 380px;
        margin-bottom: 6px;
    }

    .amr-projects-stack {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }

    .amr-projects-stack .amr-project-card {
        height: 260px;
    }

    /* Filter wrap */
    .amr-filter-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }

    .amr-filter-buttons {
        flex-wrap: nowrap;
        white-space: nowrap;
        width: max-content;
        gap: 8px;
    }

    /* Project section header */
    .amr-proj-topstrip-inner {
        flex-direction: column;
        gap: 18px;
        align-items: flex-start;
    }

    .amr-proj-heading {
        font-size: 30px;
    }

    /* Counter wrap padding */
    .counter-wrap .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

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

    /* Services pillars: single column */
    .amr-pillars-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 280px);
        gap: 6px;
    }

    .amr-pillar--primary {
        grid-column: span 1;
    }

    .amr-pillar--primary .amr-pillar-content h3 {
        font-size: 1.4rem;
    }

    /* Projects: full single column */
    .amr-project-card--hero {
        height: 300px;
    }

    .amr-projects-stack {
        grid-template-columns: 1fr;
    }

    .amr-projects-stack .amr-project-card {
        height: 240px;
    }

    /* Project header */
    .amr-proj-heading {
        font-size: 24px;
    }

    .amr-proj-sub {
        font-size: 14px;
    }

    .amr-proj-viewall {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    /* Grid items */
    .amr-projects-page .amr-project-card {
        height: 240px;
    }

    /* Counter */
    .counter-wrap .row {
        gap: 20px;
    }

    .counter-wrap .col-md-4 {
        text-align: center;
    }

    /* Section headings */
    .service-wrap .heading h2 {
        font-size: 26px;
    }

    /* Banner */
    .amr-page-banner h1 {
        font-size: 28px;
    }

    /* Quote intro */
    .amr-quote-intro h2 {
        font-size: 24px;
    }
}

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

    .amr-pillars-grid {
        grid-template-rows: repeat(4, 250px);
    }

    .amr-project-card--hero {
        height: 260px;
    }

    .amr-projects-stack .amr-project-card {
        height: 200px;
    }

    .amr-filter-buttons li {
        font-size: 12px;
        padding: 6px 14px;
    }

    .amr-proj-heading {
        font-size: 22px;
    }

    .amr-project-body {
        padding: 16px;
    }

    .amr-project-text h3 {
        font-size: 15px;
    }
}

/* ══════════════════════════════════════════════════════════════
   OUR DIFFERENCE / WHAT MAKES US DIFFERENT — RESPONSIVE
   ══════════════════════════════════════════════════════════════ */

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

    /* Stack left/right panels vertically */
    .amr-diff-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    /* Left heading size */
    .amr-diff-left h2 {
        font-size: 2rem;
    }

    /* Right: keep 2 columns but tighter */
    .amr-diff-list {
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }

    /* Hide oversized background watermark on small screens */
    .amr-differentiators::before {
        font-size: 30vw;
        opacity: 0.03;
    }

    /* Padding */
    .amr-differentiators {
        padding: 70px 0;
    }
}

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

    /* Single column for all diff items */
    .amr-diff-list {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .amr-diff-item {
        padding: 18px 16px;
    }

    .amr-diff-left h2 {
        font-size: 1.7rem;
    }

    .amr-diff-left>p {
        font-size: 0.9rem;
        margin-bottom: 24px;
    }

    /* CTA buttons stack vertically */
    .amr-diff-cta {
        flex-direction: column;
        gap: 12px;
    }

    .amr-diff-cta a,
    .amr-diff-cta button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .amr-differentiators {
        padding: 56px 0;
    }

    /* Hide watermark entirely */
    .amr-differentiators::before {
        display: none;
    }
}

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

    .amr-diff-left h2 {
        font-size: 1.4rem;
    }

    .amr-diff-icon {
        width: 32px;
        height: 32px;
    }

    .amr-diff-text strong {
        font-size: 0.82rem;
    }

    .amr-differentiators {
        padding: 44px 0;
    }
}

/* ── Project Filter Tabs — Responsive ── */
@media (max-width: 768px) {
    .amr-filter-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        text-align: left;
        padding: 0 16px 12px;
        margin: 30px -16px;
    }

    .amr-filter-buttons {
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
        justify-content: flex-start;
        gap: 8px;
    }

    .amr-filter-buttons li {
        font-size: 0.78rem;
        padding: 8px 16px;
        white-space: nowrap;
        flex-shrink: 0;
    }
}

@media (max-width: 480px) {
    .amr-filter-buttons li {
        font-size: 0.72rem;
        padding: 7px 13px;
    }
}

/* ── Front-page Project Filter Tabs — Responsive ── */
@media (max-width: 768px) {

    /* The container px-5 clips overflow — break out of it */
    .amr-projects-main .amr-filter-wrap {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        text-align: left;
        /* Bleed to edges past the px-5 container padding */
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px 12px;
        width: calc(100% + 32px);
    }

    .amr-projects-main .amr-filter-buttons {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        width: max-content;
        gap: 8px;
        padding-bottom: 4px;
    }

    .amr-projects-main .amr-filter-buttons li {
        font-size: 0.78rem !important;
        padding: 8px 16px !important;
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* Prevent parent container from clipping */
    .amr-projects-main>.container,
    .amr-projects-main>.container.px-5 {
        overflow-x: hidden;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* 
a:visited {
    color: #ffffff !important;
} */

/* ══════════════════════════════════════════════════════════════
   SERVICES PAGE (service_tpl.php)
   ══════════════════════════════════════════════════════════════ */

.amr-services-page {
    background: #F9FAFB;
}

.amr-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Modifying the pillar specifically for the services page grid */
.amr-pillar--standard {
    height: 480px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.amr-pillar--standard .amr-pillar-content {
    padding: 32px;
}

.amr-pillar--standard .amr-pillar-content h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.amr-pillar--standard .amr-pillar-content p {
    font-size: 0.9rem;
    opacity: 0.85;
}

/* Responsive grid */
@media (max-width: 992px) {
    .amr-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .amr-pillar--standard {
        height: 420px;
    }
}

@media (max-width: 768px) {
    .amr-services-page {
        padding: 60px 0 !important;
    }

    .amr-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .amr-pillar--standard {
        height: 380px;
    }

    .amr-pillar--standard .amr-pillar-content {
        padding: 24px;
    }
}

/* ══════════════════════════════════════════════════════════════
   MOBILE NAVIGATION (Hamburger & Dropdown)
   ══════════════════════════════════════════════════════════════ */

/* The Toggler Button */
.amr-mobile-toggler {
    border: none;
    background: transparent;
    padding: 10px;
    outline: none;
    box-shadow: none !important;
}

/* Hamburger Box & Animation */
.hamburger-box {
    width: 26px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 26px;
    height: 2px;
    background-color: #00447E;
    position: absolute;
    transition: transform 0.25s ease, background-color 0.25s ease, top 0.25s ease, bottom 0.25s ease, opacity 0.25s ease;
    border-radius: 4px;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

/* Active State (X shape) via Bootstrap's aria-expanded="true" */
.amr-mobile-toggler[aria-expanded="true"] .hamburger-inner {
    transform: rotate(45deg);
}

.amr-mobile-toggler[aria-expanded="true"] .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.amr-mobile-toggler[aria-expanded="true"] .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

/* ══════════════════════════════════════════════════════════════
   MOBILE MENU — Premium centered overlay
   Only ≤991px. Desktop untouched.
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {

    .amr-main-nav .container {
        position: relative;
    }

    /* ── Overlay ── */
    .amr-main-nav .navbar-collapse {
        position: fixed !important;
        inset: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        background: #fff;
        z-index: 99999;
        padding: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: flex !important;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .amr-main-nav .navbar-collapse.collapsing {
        height: 100vh !important;
        height: 100dvh !important;
        overflow: hidden !important;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease !important;
    }

    .amr-main-nav .navbar-collapse.collapse:not(.show) {
        display: flex !important;
        opacity: 0;
        visibility: hidden;
    }

    .amr-main-nav .navbar-collapse.collapse.show {
        opacity: 1;
        visibility: visible;
    }

    .amr-main-nav .navbar-collapse::before {
        display: none;
    }

    /* ── Top Bar (Logo) ── */
    .amr-mob-top {
        display: flex;
        align-items: center;
        padding: 18px 24px;
        flex-shrink: 0;
    }

    .amr-mob-logo {
        height: 30px;
        width: auto;
    }

    /* ── Nav Links (centered, large) ── */
    .amr-main-nav .navbar-nav {
        margin: 0 !important;
        padding: 24px 32px;
        gap: 0;
        flex: 1 1 auto;
        justify-content: center;
    }

    .amr-main-nav .nav-item {
        width: 100%;
        margin: 0 !important;
        border: none;
        text-align: center;
    }

    .amr-main-nav .nav-link {
        padding: 14px 0 !important;
        font-size: 20px;
        font-weight: 600;
        color: #0D1F3C !important;
        display: block;
        text-align: center;
        transition: color 0.15s ease;
        letter-spacing: -0.02em;
    }

    .amr-main-nav .nav-link:hover,
    .amr-main-nav .nav-link:focus {
        color: #00AEEF !important;
    }

    .amr-main-nav .nav-link::after {
        display: none !important;
    }

    /* ── Sub-menus ── */
    .amr-main-nav .dropdown-menu {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 0 8px 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
        position: static !important;
        float: none !important;
        display: none;
        text-align: center;
    }

    .amr-main-nav .dropdown-menu.show,
    .amr-main-nav .dropdown-menu[style*="display: block"] {
        display: block !important;
    }

    .amr-main-nav .dropdown-menu .nav-link,
    .amr-main-nav .dropdown-menu .dropdown-item {
        color: #9ca3af !important;
        font-size: 15px;
        font-weight: 500;
        padding: 8px 0 !important;
        border: none;
        background: transparent !important;
        text-align: center;
    }

    .amr-main-nav .dropdown-menu .nav-link:hover,
    .amr-main-nav .dropdown-menu .dropdown-item:hover {
        color: #00AEEF !important;
        background: transparent !important;
    }

    /* ── Hide desktop mega-menu ── */
    .amr-main-nav .amr-lvl1 {
        display: none !important;
    }

    /* ── Hide desktop right-actions on mobile ── */
    .amr-main-nav .nav-right-actions {
        display: none !important;
    }

    /* ── Bottom Section (Phone + CTA + Socials) ── */
    .amr-mob-bottom {
        padding: 24px 32px 36px;
        text-align: center;
        flex-shrink: 0;
        border-top: 1px solid #f0f0f0;
    }

    .amr-mob-phone {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 15px;
        font-weight: 600;
        color: #0D1F3C;
        text-decoration: none;
        margin-bottom: 16px;
    }

    .amr-mob-phone i {
        color: #00AEEF;
        font-size: 14px;
    }

    .amr-mob-cta {
        display: block;
        width: 100%;
        padding: 15px 24px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        text-align: center;
        border-radius: 8px;
        background: linear-gradient(135deg, #00AEEF 0%, #00447E 100%);
        color: #fff !important;
        text-decoration: none !important;
        box-shadow: 0 4px 15px rgba(0, 68, 126, 0.2);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        margin-bottom: 20px;
    }

    .amr-mob-cta:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(0, 68, 126, 0.3);
        color: #fff !important;
    }

    .amr-mob-socials {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .amr-mob-socials a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid #e5e7eb;
        color: #6b7280;
        font-size: 15px;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    .amr-mob-socials a:hover {
        background: #00AEEF;
        border-color: #00AEEF;
        color: #fff;
    }

    /* ── Hamburger z-index ── */
    .amr-mobile-toggler {
        position: relative;
        z-index: 100000;
    }
}



/* ══════════════════════════════════════════════════════════════
   CONTACT FORM 7 OVERRIDES (Request a Quote Grid)
   ══════════════════════════════════════════════════════════════ */

/* CF7 wraps inputs in a span via class wpcf7-form-control-wrap. 
   We must ensure it acts as a wrapper that fills 100% width. */
.amr-quote-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Force standard inputs inside CF7 to inherit our exact styling */
.amr-quote-form .wpcf7-form-control-wrap input:not([type="file"]),
.amr-quote-form .wpcf7-form-control-wrap select,
.amr-quote-form .wpcf7-form-control-wrap textarea {
    width: 100%;
    margin-bottom: 0 !important;
    /* CF7 tries to add margin */
}

/* ─────────────────────────────────────────────────────────────
   CF7 File Upload Styling Trick
   ───────────────────────────────────────────────────────────── */
/* We want the raw file input to stretch and cover the entire custom wrapper 
   invisibly, so the whole box is clickable. */
.amr-quote-form .file-upload-wrapper {
    position: relative;
    overflow: hidden;
}

.amr-quote-form .file-upload-wrapper .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.amr-quote-form .file-upload-wrapper input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Fully hidden but clickable */
    cursor: pointer;
}

/* CF7 Loading/Validation Messages */
.amr-quote-form .wpcf7-not-valid-tip {
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 6px;
    color: #e51d45;
}

.amr-quote-form div.wpcf7-response-output {
    margin: 24px 0 0 0;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Make submit button 100% block like the hardcoded one */
.amr-quote-form input.amr-btn-quote {
    display: block !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer;
}

/* ══════════════════════════════════════════════════════════
   AMR — Two-Level Services Flyout Dropdown
   ══════════════════════════════════════════════════════════ */

.amr-svc-item {
    position: relative;
}

.amr-svc-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
}

.amr-chev {
    font-size: 10px;
    margin-top: 1px;
    transition: transform 0.22s cubic-bezier(.4, 0, .2, 1);
}

.amr-svc-item:hover .amr-chev {
    transform: rotate(180deg);
}



/* Level 1 */
.amr-lvl1 {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #fff;
    border: 1px solid #D8E4F2;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(27, 79, 138, .16);
    min-width: 265px;
    padding: 6px;
    z-index: 9999;

    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition-delay: 0.35s;
    /* Longer delay before hiding main menu */
}

/* Hover Bridge: Prevents gap from breaking the hover state */
.amr-lvl1::before {
    content: '';
    position: absolute;
    top: -24px;
    left: -20px;
    right: -20px;
    height: 24px;
    background: transparent;
}

.amr-svc-item:hover .amr-lvl1,
.amr-lvl1:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
    /* Show instantly */
}

/* Category rows */
.amr-cat-item {
    position: relative;
}

.amr-cat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 7px;
    cursor: pointer;
    transition: all .22s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    color: #0D1F3C;
}

.amr-cat-row:hover,
.amr-cat-item:hover .amr-cat-row {
    background: #F4F8FD;
    color: #1B4F8A;
}

.amr-cat-row-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.amr-cat-icon {
    width: 32px;
    height: 32px;
    background: #EBF2FB;
    color: #1B4F8A;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    transition: all .22s cubic-bezier(.4, 0, .2, 1);
}

.amr-cat-item:hover .amr-cat-icon {
    background: #1B4F8A;
    color: #fff;
}

.amr-cat-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: #0D1F3C !important;
}

/* Override global visited states that turn links white */
.amr-cat-row:visited {
    color: #0D1F3C !important;
}

.amr-cat-item:hover .amr-cat-row:visited {
    color: #1B4F8A !important;
}

.amr-lvl1-all:visited,
.amr-lvl2-viewall:visited {
    color: #1B4F8A !important;
}

.amr-lvl1-all:hover:visited,
.amr-lvl2-viewall:hover:visited {
    color: #0D1F3C !important;
}

.amr-sub-link:visited {
    color: #6B7280 !important;
}

.amr-sub-link:hover:visited {
    color: #1B4F8A !important;
}

.amr-cat-count {
    font-size: 10.5px;
    color: #6B7280;
    margin-top: 1px;
}

.amr-cat-arrow {
    font-size: 11px;
    color: #6B7280;
    flex-shrink: 0;
    transition: all .22s cubic-bezier(.4, 0, .2, 1);
}

.amr-cat-item:hover .amr-cat-arrow {
    color: #1B4F8A;
    transform: translateX(2px);
}

.amr-lvl1-divider {
    height: 1px;
    background: #D8E4F2;
    margin: 4px 6px;
}

.amr-lvl1-footer {
    border-top: 1px solid #D8E4F2;
    margin-top: 4px;
    padding: 8px 12px 4px;
}

.amr-lvl1-all {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #1B4F8A;
    text-decoration: none;
    transition: all .22s cubic-bezier(.4, 0, .2, 1);
}

.amr-lvl1-all:hover {
    gap: 10px;
    color: #0D1F3C;
}

/* Level 2 */
.amr-lvl2 {
    position: absolute;
    top: -6px;
    left: calc(100% + 6px);
    background: #fff;
    border: 1px solid #D8E4F2;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(27, 79, 138, .16);
    width: 275px;
    padding: 8px 6px;
    z-index: 10000;
    max-height: 82vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #D8E4F2 transparent;

    visibility: hidden;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    transition-delay: 0.15s;
    /* Balanced delay for closing */
}

/* Hover Bridge for Level 2 gap */
.amr-lvl2::before {
    content: '';
    position: absolute;
    top: -60px;
    /* perfectly sized hit-zone */
    bottom: -60px;
    left: -24px;
    width: 24px;
    background: transparent;
}

.amr-cat-item:hover .amr-lvl2,
.amr-lvl2:hover {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    z-index: 10001;
    /* Brings the currently hovered menu to the very front */
    transition-delay: 0s;
    /* Show instantly to cover the fading old one */
}

.amr-lvl2-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px 10px;
    border-bottom: 1px solid #D8E4F2;
    margin-bottom: 6px;
}

.amr-lvl2-head-icon {
    width: 28px;
    height: 28px;
    background: #1B4F8A;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    flex-shrink: 0;
}

.amr-lvl2-head-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #0D1F3C;
}

.amr-lvl2-head-sub {
    font-size: 10.5px;
    color: #6B7280;
    margin-top: 1px;
}

.amr-lvl2-viewall {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 700;
    color: #1B4F8A;
    text-decoration: none;
    padding: 5px 10px 9px;
    border-bottom: 1px solid #D8E4F2;
    margin-bottom: 4px;
    transition: all .22s cubic-bezier(.4, 0, .2, 1);
}

.amr-lvl2-viewall:hover {
    gap: 9px;
    color: #0D1F3C;
}

.amr-lvl2-viewall i {
    font-size: 10px;
}

.amr-sub-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 400;
    color: #6B7280 !important;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 6px;
    transition: all .22s cubic-bezier(.4, 0, .2, 1);
    line-height: 1.35;
}

.amr-sub-link:hover {
    background: #F4F8FD;
    color: #1B4F8A;
    padding-left: 15px;
}

.amr-sub-link::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D8E4F2;
    flex-shrink: 0;
    margin-top: 1px;
    transition: background .22s;
}

.amr-sub-link:hover::before {
    background: #1B4F8A;
}

/* Mobile — hide flyout, show inline accordion instead */
@media (max-width: 991px) {

    .amr-lvl1,
    .amr-lvl2 {
        position: static !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important;
        animation: none !important;
        display: none !important;
        min-width: unset !important;
        width: 100% !important;
        max-height: unset !important;
        left: 0 !important;
        top: 0 !important;
    }
}

/* ══════════════════════════════════════
   AMR Services Flyout — Bootstrap Fixes
   overflow:visible is REQUIRED so the
   absolutely-positioned panels are not
   clipped by Bootstrap navbar containers.
   DESKTOP ONLY — mobile uses slide-in panel.
   ══════════════════════════════════════ */
@media (min-width: 992px) {
    .amr-main-nav,
    .amr-main-nav .navbar-collapse,
    .amr-main-nav .navbar-nav,
    .amr-main-nav .nav-item.amr-svc-item {
        overflow: visible !important;
    }
}

/* ══════════════════════════════════════════════════════════════
   WHAT MAKES US DIFFERENT SECTION (Comparison Grid)
   ══════════════════════════════════════════════════════════════ */
.amr-diff-section {
    background-color: #1a1c3b;
    /* Deep twilight blue */
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.amr-diff-grid {
    display: grid;
    grid-template-columns: 1fr 150px;
    /*     max-width: 700px; */
    margin: 0 auto;
    position: relative;
}

/* The highlighted column background layer */
.amr-diff-highlight-bg {
    position: absolute;
    top: 20px;
    /* Offset for the header */
    right: 0;
    width: 150px;
    bottom: 0;
    background-color: #13142e;
    /* Darker distinct block */
    box-shadow: -15px 0 35px rgba(0, 0, 0, 0.3);
    /* Strong edge shadow */
    border-radius: 6px 6px 0 0;
    z-index: 1;
}

.amr-diff-header {
    display: contents;
    /* Grid layout pass-through */
    z-index: 2;
    position: relative;
}

.amr-diff-header-left {
    padding: 10px 20px 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.amr-diff-header-left h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
}

.amr-diff-header-right {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 3;
}

.amr-diff-badge {
    /*     background-color: #4eb0e6; /* The distinct light blue from the image */
    */ background-color: #000000 color: #fff;
    text-align: center;
    padding: 12px 6px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    width: 100%;
    margin-top: 20px;
    /* Aligns with h2 push down */
}

/* Rows */
.amr-diff-item {
    display: contents;
}

.amr-diff-item:last-child .amr-diff-text,
.amr-diff-item:last-child .amr-diff-icon {
    border-bottom: none;
}

.amr-diff-text {
    padding: 12px 20px 12px 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 24px;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 2;
}

.amr-diff-icon {
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 2;
    width: 100%;
}

.amr-diff-icon svg {
    color: #4eb0e6;
    display: block;
    margin: 0 auto;
    width: 22px;
    height: 22px;
}

@media (max-width: 768px) {
    .amr-diff-section {
        padding: 40px 0;
    }

    .amr-diff-grid {
        grid-template-columns: 1fr 100px;
    }

    .amr-diff-highlight-bg {
        width: 100px;
    }

    .amr-diff-header-left h2 {
        font-size: 24px;
    }

    .amr-diff-header-left {
        padding-right: 15px;
    }

    .amr-diff-text {
        font-size: 13px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.3;
    }

    .amr-diff-badge {
        font-size: 12px;
        padding: 12px 5px;
    }

    .amr-diff-icon {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .amr-diff-icon svg {
        width: 18px;
        height: 18px;
    }
}

/* ══════════════════════════════════════════════════════════════
   GLASSMORPHISM CONTACT CTA
   ══════════════════════════════════════════════════════════════ */
.amr-contact-glass {
    background: linear-gradient(135deg, rgba(0, 159, 227, 0.08), rgba(0, 159, 227, 0.02));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 159, 227, 0.2);
    border-radius: 16px;
    padding: 40px 30px;
    margin-top: 50px;
    box-shadow: 0 15px 35px rgba(0, 68, 126, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    position: relative;
    overflow: hidden;
}

.amr-contact-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: amrGlassShine 6s infinite;
}

@keyframes amrGlassShine {
    0% {
        left: -100%;
    }

    20% {
        left: 200%;
    }

    100% {
        left: 200%;
    }
}

.amr-contact-glass h3 {
    color: #00447E;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.amr-contact-glass p {
    color: #52525E;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 500;
}

/* ══════════════════════════════════════════════════════════════
   CONTACT FORM 7 OVERRIDES (Request a Quote Grid)
   ══════════════════════════════════════════════════════════════ */

/* CF7 wraps inputs in a span via class wpcf7-form-control-wrap. 
   We must ensure it acts as a wrapper that fills 100% width. */
.amr-quote-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Force standard inputs inside CF7 to inherit our exact styling */
.amr-quote-form .wpcf7-form-control-wrap input:not([type="file"]),
.amr-quote-form .wpcf7-form-control-wrap select,
.amr-quote-form .wpcf7-form-control-wrap textarea {
    width: 100%;
    margin-bottom: 0 !important;
    /* CF7 tries to add margin */
}

/* ─────────────────────────────────────────────────────────────
   CF7 File Upload Styling Trick
   ───────────────────────────────────────────────────────────── */
/* We want the raw file input to stretch and cover the entire custom wrapper 
   invisibly, so the whole box is clickable. */
.amr-quote-form .file-upload-wrapper {
    position: relative;
    overflow: hidden;
    border: 2px dashed #D8E4F2;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    background: #F8FAFD;
    transition: all 0.2s ease;
    margin-top: 6px;
}

.amr-quote-form .file-upload-wrapper:hover {
    border-color: #4eb0e6;
    background: #fff;
}

.amr-quote-form .file-upload-wrapper .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.amr-quote-form .file-upload-wrapper input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Fully hidden but clickable */
    cursor: pointer;
}

/* File Upload Visuals */
.amr-quote-form .file-upload-icon {
    font-size: 28px;
    color: #4eb0e6;
    margin-bottom: 8px;
}

.amr-quote-form .file-upload-text {
    font-size: 1rem;
    font-weight: 600;
    color: #0D1F3C;
    margin-bottom: 4px;
}

.amr-quote-form .file-upload-text span {
    color: #4eb0e6;
    text-decoration: underline;
}

.amr-quote-form .file-upload-subtext {
    font-size: 0.85rem;
    color: #6B7280;
}

/* ─────────────────────────────────────────────────────────────
   CF7 Loading/Validation Messages
   ───────────────────────────────────────────────────────────── */
.amr-quote-form .wpcf7-not-valid-tip {
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 6px;
    color: #e51d45;
}

.amr-quote-form div.wpcf7-response-output {
    margin: 24px 0 0 0;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.95rem;
    font-weight: 500;
}

/* ─────────────────────────────────────────────────────────────
   Submit Button & Security Badge
   ───────────────────────────────────────────────────────────── */
/* Make submit button 100% block like the hardcoded one */
.amr-quote-form input.amr-btn-quote {
    display: block !important;
    width: 100% !important;
    background: #0D1F3C !important;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 16px;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.amr-quote-form input.amr-btn-quote:hover {
    background: #1B4F8A !important;
}

.amr-quote-form .amr-form-security {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #6B7280;
    margin-top: 16px;
    justify-content: center;
}

.amr-quote-form .amr-form-security i {
    color: #2EAAA4;
}

/* Latest why choose us section code */
/* ── REFINED CLEAN DARK DIFF SECTION ── */
.amr-diff-section {
    background: linear-gradient(145deg, #07192f 0%, #0c2647 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.amr-diff-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(78, 176, 230, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

.amr-diff-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1;
}

/* Header */
.amr-diff-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.amr-diff-header-left h2 {
    font-family: 'Mundial', sans-serif;
    font-size: clamp(1.6rem, 3.2vw, 2.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.amr-diff-header-left h2 span {
    color: #0e89c4;
}

.amr-diff-badge {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px 20px;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
}

.amr-diff-badge img {
    max-width: 120px;
    height: auto;
    /*   filter: brightness(0) invert(1); */
    opacity: 0.8;
}

/* 2-column items grid — CLEAN & BORDERLESS */
.amr-diff-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 40px;
}

.amr-diff-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 0;
    font-family: 'Mundial', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.25s ease;
}

.amr-diff-item:hover {
    color: #4eb0e6;
    background: transparent !important;
}

.amr-diff-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(78, 176, 230, 0.08);
    /* Slightly darker base */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease;
}

.amr-diff-item:hover .amr-diff-icon {
    background: rgba(78, 176, 230, 0.15);
    /* Darker hover blue */
}

.amr-diff-icon i {
    font-size: 14px;
    color: #4eb0e6;
}

.amr-diff-text {
    flex: 1;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .amr-diff-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .amr-diff-items {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .amr-diff-item {
        padding: 6px 0;
    }
}


/* ══════════════════════════════════════════════════════════════
   COMPACT FOOTER CONTACT FORM SCOPE
   ══════════════════════════════════════════════════════════════ */
.contact-sec .amr-quote-form {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.contact-sec .amr-form-group {
    margin-bottom: 0px;
}

.contact-sec .amr-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

/* Hide the file upload group in the footer to save massive space */
.contact-sec .file-upload-group,
.contact-sec .file-upload-wrapper {
    /*     display: none !important; */
}

.contact-sec .amr-quote-form .amr-form-group:not(.amr-form-row > .amr-form-group) {
    /*     margin-bottom: 12px; */
}

.contact-sec .amr-form-group label {
    font-size: 0.8rem;
    margin-bottom: 4px;
}

.contact-sec .amr-quote-form input[type="text"],
.contact-sec .amr-quote-form input[type="email"],
.contact-sec .amr-quote-form input[type="tel"],
.contact-sec .amr-quote-form select,
.contact-sec .amr-quote-form textarea {
    padding: 8px 12px;
    font-size: 0.85rem;
    border-radius: 6px;
}

.contact-sec .amr-quote-form input[type="text"],
.contact-sec .amr-quote-form input[type="email"],
.contact-sec .amr-quote-form input[type="tel"],
.contact-sec .amr-quote-form select {
    height: 40px;
}

.contact-sec .amr-quote-form textarea {
    height: 70px;
}

.contact-sec .file-upload-wrapper {
    padding: 12px;
    border-radius: 6px;
    min-height: 50px;
}

.contact-sec .file-upload-icon {
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.contact-sec .file-upload-text {
    font-size: 0.8rem;
}

.contact-sec .file-upload-subtext {
    font-size: 0.7rem;
}

.contact-sec .amr-quote-form input.amr-btn-quote {
    height: 44px;
    font-size: 0.95rem;
    border-radius: 6px;
    padding: 0 20px;
    margin-top: 5px;
}

.contact-sec .amr-form-security {
    font-size: 0.75rem;
    margin-top: 10px;
}

.contact-wrap .contact-sec {
    padding: 24px;
    border-radius: 12px;
}

.contact-wrap .contact-form h2 {
    font-size: 24px;
    margin-bottom: 6px;
}

.contact-wrap .contact-form p {
    font-size: 13.5px;
    margin-bottom: 16px;
    line-height: 1.5;
}

.contact-wrap .amr-form-group.file-upload-group>p:first-child {
    margin-bottom: 0 !important;
}


/* ========================================
   COMPACT SEARCH DROPDOWN
   ======================================== */
.amr-search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.amr-search-toggle {
    background: #f0f0f0;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    color: #444;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.amr-search-toggle:hover,
.amr-search-toggle.active {
    background: #00447e;
    color: #fff;
}

.amr-search-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 320px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 20, 50, 0.2);
    z-index: 1100;
    display: none;
    border: 1px solid rgba(0, 68, 126, 0.1);
}

.amr-search-dropdown::before {
    content: '';
    position: absolute;
    top: -7px;
    right: 14px;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0, 68, 126, 0.1);
    border-left: 1px solid rgba(0, 68, 126, 0.1);
}

/* Ajax Search Lite Tweaks for Dropdown */
.amr-search-dropdown .asl_m {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.amr-search-dropdown input.orig {
    font-size: 0.95rem !important;
    padding: 10px 0 !important;
}

/* Ensure Nav Actions handles spacing */
.nav-right-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

/* ========================================
   BUSINESS REGISTRATION STYLING
   ======================================== */
.contact-wrap .contact-box.amr-biz-registration {
    background: rgba(0, 68, 126, 0.04);
    border-left: 3px solid #00447e;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0 12px 12px 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.contact-wrap .contact-box.amr-biz-registration:hover {
    background: rgba(0, 68, 126, 0.1);
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(0, 68, 126, 0.08);
}

.contact-wrap .contact-box.amr-biz-registration h4 {
    color: #00447e;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    font-weight: 800;
}

.contact-wrap .contact-box.amr-biz-registration p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-wrap .contact-box.amr-biz-registration p:last-child {
    margin-bottom: 0;
}

.contact-wrap .contact-box.amr-biz-registration i {
    color: #4eb0e6;
    margin-top: 3px;
    width: 18px;
    text-align: center;
}

.amr-nzbn-text {
    font-weight: 700;
    color: #0d1f3c !important;
}

/* ─────────────────────────────────────────────────────────────
   PREMIUM QUOTE PAGE SIDEBAR
   ───────────────────────────────────────────────────────────── */
.amr-quote-sidebar {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 68, 126, 0.05);
}

.amr-sidebar-header {
    margin-bottom: 35px;
}

.amr-sidebar-header h2 {
    font-size: 2.4rem !important;
    line-height: 1.1 !important;
    margin-top: 10px !important;
}

.amr-sidebar-header h2 span {
    color: #4eb0e6;
    position: relative;
}

.amr-sidebar-header p {
    font-size: 0.95rem;
    color: #64748b;
    margin-top: 15px;
    line-height: 1.6;
}

/* Premium Sidebar Contact Details */
.amr-sidebar-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-info-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid rgba(0, 68, 126, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-info-card:hover {
    background: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 68, 126, 0.08);
    border-color: #4eb0e6;
}

.sidebar-info-card.highlighted {
    background: rgba(0, 68, 126, 0.03);
    border-left: 4px solid #00447e;
}

.sidebar-info-card .info-icon {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4eb0e6;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    flex-shrink: 0;
}

.sidebar-info-card.highlighted .info-icon {
    color: #00447e;
}

.sidebar-info-card h4 {
    font-size: 0.75rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00447e !important;
    margin-bottom: 6px !important;
    font-weight: 800 !important;
}

.sidebar-info-card p,
.sidebar-info-card a {
    font-size: 0.95rem !important;
    color: #1e293b !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    text-decoration: none !important;
    display: block;
    font-weight: 600 !important;
}

.sidebar-info-card a:hover {
    color: #4eb0e6 !important;
}

.wa-label {
    margin-top: 8px !important;
    color: #25D366 !important;
    font-size: 0.85rem !important;
    display: flex !important;
    align-items: center;
    gap: 6px;
}

.sidebar-info-card.highlighted .amr-nzbn-text {
    margin-top: 4px !important;
    color: #0d1f3c !important;
    font-weight: 800 !important;
}

@media (max-width: 991px) {
    .amr-quote-sidebar {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .amr-quote-sidebar {
        padding: 25px;
    }

    .amr-sidebar-header h2 {
        font-size: 1.8rem !important;
    }
}


.amr-zz-number {
    display: none;
}

/* ──────────────────────────────────────────────────────────
   AESTHETIC & RESPONSIVE UPGRADE (CSS-ONLY)
   ────────────────────────────────────────────────────────── */

/* 1. Global Responsive Padding Fixes (The "no px-5 for mobile" solution) */
@media (max-width: 991px) {

    .container.px-5,
    .container-fluid.px-5,
    section[class*="-wrap"] .container.px-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Ensure rows don't overflow on small screens */
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row>[class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* 2. Premium Design System Tokens */
/* :root {
    --amr-blue: #00447e;
    --amr-light-blue: #4eb0e6;
    --amr-dark-bg: #0d1f3c;
    --amr-glass: rgba(255, 255, 255, 0.98);
    --amr-shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.05);
    --amr-shadow-premium: 0 15px 45px rgba(0, 68, 126, 0.12);
    --amr-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
} */

/* 3. Typography & Global Refinement */
/* body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, .heading h2 {
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
}

p {
    font-weight: 400;
    line-height: 1.75;
    color: #4b5563;
}  */

/* 4. Interaction Layer (Smoothness) */
/* a, button, .amr-btn-primary, .more, .service-box, .amr-project-card {
    transition: var(--amr-transition) !important;
}

a:hover {
    text-decoration: none !important;
}

/* 5. Header Visual Polish */
/* .amr-main-nav {
    background: var(--amr-glass) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: var(--amr-shadow-soft);
} */

/* .nav-link {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    color: var(--amr-blue) !important;
    padding: 25px 15px !important;
} */

.amr-svc-toggle .amr-chev {
    transition: transform 0.3s ease;
    font-size: 10px;
    margin-left: 4px;
}

/* 6. Hero & Sections Polish */
.counter-wrap {
    background: #f8fafc;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.counter-box h4,
.counter-box p {
    color: var(--amr-blue) !important;
    font-weight: 700 !important;
}



.service-box:hover,
.amr-project-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--amr-shadow-premium);
}

.amr-project-img {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.amr-project-card:hover .amr-project-img {
    transform: scale(1.08);
}

/* .amr-project-tag {
    background: var(--amr-light-blue) !important;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    padding: 5px 12px !important;
} */

/* 8. Footer Premium Look */
/* .site-footer {
    background: var(--amr-dark-bg) !important;
    padding-top: 80px !important;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px !important;
    padding: 4px 0 !important;
}

.footer-nav a:hover {
    color: var(--amr-light-blue) !important;
    padding-left: 5px !important;
}

.footer-location i, .footer-social a i {
    color: var(--amr-light-blue) !important;
}
 */
/* 9. Specialized Differentiators Visuals */
/* .amr-diff-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    transition: var(--amr-transition);
}

.amr-diff-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--amr-light-blue);
} */

/* 10. Forms & Inputs */
.wpcf7-form-control:not(.wpcf7-submit) {
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    transition: var(--amr-transition);
}

.wpcf7-form-control:focus {
    background: #fff !important;
    border-color: var(--amr-light-blue) !important;
    box-shadow: 0 0 0 4px rgba(78, 176, 230, 0.1) !important;
}



/* File Upload Selected/Success State */
.amr-quote-form .file-upload-wrapper.has-file {
    border-color: #2ec153 !important;
    background: #f1fbf4 !important;
}
.amr-quote-form .file-upload-wrapper.has-file .file-upload-icon {
    color: #2ec153 !important;
}
.amr-quote-form .file-upload-wrapper.has-file .file-upload-subtext {
    color: #55a669 !important;
}