@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --ace-green: #22C55E;
    --ace-dark: #0f3d2E;
    --white: #fff;
    --text-color: #111111;
    --ace-dark-green: #0a5d2d;
    --ace-light-mint: #e9fdf2;
    --text-small-color: #075C2B;
    --text-color-secondary: #384D46;
    --text-black: #000000;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Jost', sans-serif;
}

.top-bar {
    font-size: 14px;
    /* color: var(--white); */
    background-color: var(--ace-dark);
}

.contact-info-bg {
    height: 35px;
    background-color: var(--ace-green);
    padding: 10px 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 2;
}

.social-links-bg {
    background-color: var(--ace-dark);
    margin-left: -30px;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 35px;
}

.top-bar a {
    /* color: var(--white); */
    text-decoration: none;
    transition: opacity 0.2s;
}

.top-bar a:hover {
    opacity: 0.8;
}

.social-icons i {
    margin-left: 15px;
    font-size: 1.1rem;
}

/* main */
.navbar-brand img {
    height: 75px;
    width: 225px;
}

.navbar {
    padding: 0px !important;
}

.nav-link {
    color: var(--text-color) !important;
    font-weight: 500;
}
.nav-link.active{
    color: var(--ace-dark-green) !important;
    border-bottom: 2px solid var(--ace-dark-green);
}

.btn-call:hover {
    background-color: var(--ace-green);
}

.btn-discover:hover {
    background-color: var(--ace-green) !important;
}

.btn-call {
    background-color: var(--ace-dark);
    border-radius: 5px;
    width: 121px;
    height: 45px;
    font-size: 18px;
    font-weight: 500;
}

.hero-section {
    background-color: var(--ace-bg);
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(to right, #F8FAFC 21%, #22c55e73 100%);
}

.hero-title {
    font-size: 36px;
    color: #1a1a1a;
    width: 90%;
}

.hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 45px !important;
}

.btn-discover {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    /* width: 156px; */
    max-width: 100%;
}

.image-container {
    position: relative;
}

.img-pill {
    border: 8px solid white;
    border-radius: 100px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.img-main {
    width: 300px;
    height: 400px;
    left: 0;
    z-index: 2;
}

.img-secondary {
    width: 280px;
    height: 380px;
    left: 180px;
    top: 40px;
    z-index: 1;
}

.img-pill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_color {
    background:
        linear-gradient(to right, #F8FAFC 21%, #22c55e73 100%);
}

.baner-1-img {
    z-index: 9;
    position: relative;
    width: 90%;
    margin-right: 0 !important;
    justify-content: end;
    margin: auto;
    display: flex;
    max-width: 100%;
    display: block;
    border: 7px solid #ffffff;
    border-radius: 70px 20px;
}

.banner h1 {
    font-weight: 600;
    font-size: 36px;
    color: var(--text-black);
}

.banner p {
    font-size: 1.125rem;
}

.banner_img {
    left: -50px;
    bottom: 0;
    z-index: 1;
    width: 70%;
    max-width: 100%;
}

.banner .banner-content ul li {
    list-style: none;
    padding: 0 8px;
}

.banner .banner-content li a {
    text-decoration: none !important;
    position: relative;
    color: var(--primary-color);
}

.banner.banner-content li a::after {
    content: "\f105";
    position: absolute;
    padding: 0 5px;
    font-size: 12px;
    top: 5px
}

main.banner {
    background-image: linear-gradient(to right, #F8FAFC 21%, #22c55e73 100%);
}

/*  */
.details_text_color {
    color: var(--ace-dark);
}

.services-card {
    background-color: #d6f3e3;
    border-radius: 10px;
    padding: 20px;
    max-width: 480px;
    border: none;
}

.service-title {
    color: #001d3d;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-item {
    background-color: #ffffff;
    border-radius: 50px;
    margin-bottom: 12px;
    transition: transform 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.service-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 25px;
    text-decoration: none;
    color: #6c757d;
    font-weight: 500;
    width: 100%;
}

.service-item:hover {
    background-color: #fdfdfd;
    transform: translateX(8px);
}

.service-item:hover .service-link {
    color: #333;
}

.arrow-icon {
    font-size: 0.9rem;
    color: #333;
}

.destination-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.destination-card:hover {
    transform: translateY(-10px);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}

.card-body {
    padding: 1.5rem;
    background: white;
}

.card-title {
    font-weight: 700;
    color: #1a5656;
    font-size: 1.25rem;
}

.rating-text {
    color: #6c757d;
    font-size: 0.9rem;
}

.star-rating {
    color: var(--price-orange);
    font-size: 0.8rem;
}

.duration {
    color: #1a5656;
    font-weight: 500;
    font-size: 0.9rem;
}

.btn-book {
    border: 2px solid var(--primary-green);
    color: #1a5656;
    border-radius: 25px;
    padding: 8px 25px;
    font-weight: 600;
    background: transparent;
}

.btn-book:hover {
    background-color: var(--primary-green);
    color: white;
}

.price-tag {
    color: var(--price-orange);
    font-size: 1.8rem;
    font-weight: 800;
}

.per-day {
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 400;
}


.search-wrapper .search-field {
    border-radius: 5px;
    border: 1px solid #b2e0e0;
    padding: 12px 25px;
}

.widget-container {
    border-radius: 10px;
    border: 1px solid #e0f2f2;
    padding: 1rem;
    max-width: 450px;
}

.widget-header {
    color: #0f3d2e;
    border-left: 5px solid #22c55e;
    background: linear-gradient(90deg, #eef7f7 0%, transparent 100%);
    padding: 8px 15px;
    display: inline-block;
    font-weight: 700;
    border-radius: 0 4px 4px 0;
}

.details-content .post-item {
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #cbd5e0;
}

.details-content .post-item:last-child {
    border-bottom: none;
}

.details-content .post-date {
    background-color: #0a5d6a;
    border-radius: 10px;
    min-width: 55px;
    height: 40px;
    line-height: 1.2;
}

.details-content .post-content {
    flex: 1;
}

.details-content .post-meta-author {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.details-content .post-link-title {
    color: #0a5d6a;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.4;
    display: block;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem #b2e0e0 !important;
}

/*fag section add*/
.faq-section {
    background-image: linear-gradient(rgb(10 93 106 / 67%), rgb(34 197 94 / 64%)), url(../images/faq.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-section .btn-booking.book_free_bg {
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    height: 50px;
}

.faq-section .btn-booking.book_free_bg:hover {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
}

.faq-section .accordion-item {
    background-color: #FCFCFC;
    margin-bottom: 10px;
    border-radius: 5px;
}

.faq-section .accordion-header .accordion-button {
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    background-color: #FCFCFC;
    border-bottom: 0 !important;
    box-shadow: none !important;
    border-radius: 5px;
    padding: 15px 20px;
}

/*fag section end*/

/* detail end */
/* form section */
.contact_us.contact-section-container {
    border-radius: 12px;
    overflow: hidden;
}

.contact_us .contact-form-wrapper {
    border-radius: 10px;
    background-color: var(--ace-light-mint);
    padding: 2.5rem;
}

.contact_us .contact-input-field {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0.8rem;
    transition: border-color 0.3s ease;
}

.contact_us .contact-input-field:focus {
    border-color: var(--ace-dark-green);
    box-shadow: none;
}

.contact_us .btn-submit-contact {
    background-color: var(--text-color);
    font-weight: 500;
    padding: 12px 30px;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.contact_us .btn-submit-contact:hover {
    background-color: var(--ace-dark-green);
}


.contact_us .contact-info-box:hover,
.contact_us .contact-input-field:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.contact_us .contact-info-box {
    background-color: var(--ace-light-mint);
    border-radius: 6px;
    padding: 1rem;
}

.contact_us .contact-icon-square {
    background-color: var(--ace-dark-green);
    min-width: 42px;
    height: 42px;
    border-radius: 6px;
    margin-right: 12px;
}

.contact_us .contact-detail-text {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4;
}

.contact_us .contact-map-preview {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
}

/* form end */
/* restoration-banner index page */
.restoration-banner {
    /* background: linear-gradient(90deg, #dcf5e1 0%, #4eb873 50%, #34a853 100%); */
    background-image: url(../images/bg-cta.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.restoration-banner .banner-person {
    position: absolute;
    right: 100px;
    bottom: 0;
}

.restoration-banner .z-index-1 {
    z-index: 1;
}

.restoration-banner .lead_p {
    color: #384D46;
}

.restoration-banner .display-6 {
    font-size: 36px !important;
}

.restoration-banner .restoration_image {
    text-align: end;
}

/* end */
/*====page-heading====*/
.page-headings {
    width: 550px;
    margin: auto;
    max-width: 100%;
    text-align: center;
}

.page-headings h2 {
    font-size: 30px;
    font-weight: 600;
}

.page-headings span {
    font-size: 16px;
    font-weight: 500;
    background-color: #CFFCC4;
    color: var(--text-small-color);
    padding: 5px 20px;
    margin: auto auto 10px;
    display: block;
    width: 150px;

    border-radius: 50px 0 50px 0;
}

/*end*/
/* testimonial-card */
.client-review-tag {
    background-color: #CFFCC4;
    color: #1a5c32;
    padding: 4px 12px;
    border-radius: 20px 0px 20px 0px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.col-lg-4:hover .bubble-box {
    transform: scale(1.05);
}

.bubble-box {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    will-change: transform;
}

.bubble-box:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 5;
}

.bubble-box {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 35px;
    border: 1px solid #f0f0f0;
}

.bubble-box::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    filter: drop-shadow(0 2px 0px #f0f0f0);
}

.stars {
    color: #E2AD00;
    font-size: 0.9rem;
}

.testimonial-text {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.profile-container {
    padding-left: 35px;
}

.client-section .owl-carousel .item.h-100 {
    padding: 10px 5px;
}

.owl-carousel .owl-item img.profile-img {

    width: 55px !important;
    height: 55px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.profile-name {
    font-weight: 700;
    margin: 0;
    font-size: 1rem;
}

.profile-role {
    color: #777;
    font-size: 0.85rem;
    margin: 0;
}

.choose-badge {
    background-color: #d4f8d4;
    color: #2d5a27;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.75rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.choose-card {
    background-color: rgba(207, 252, 196, 0.48);
    border: 1px solid #22C55E;
    border-radius: 10px;
    height: 100%;
    padding: 15px 15px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.choose-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.choose-title {
    font-weight: 600;
    font-size: 15px;
    color: var(--text-black)
}

.choose-text {
    color: var(--text-color-secondary);
    font-weight: 500;
    font-size: 15px;
}

/* footer */
.custom-footer {
    background-image: url('../images/footer_bg_image.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0 0px 0;
    font-size: 0.9rem;
}

.custom-footer h5 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.custom-footer ul {
    list-style: none;
    padding: 0;
}

.custom-footer ul li {
    margin-bottom: 10px;
}

.custom-footer a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.custom-footer a:hover {
    color: #ffffff;
}

.custom-footer .logo_bg_color {
    border-radius: 10px;
}

.footer-logo-text {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #bdc3c7;
    margin: 0;
}

.contact-info i {
    margin-right: 15px;
    font-size: 20px;
}

.contact-info div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.copyright-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    font-size: 18px;
    color: #D2D2D2;
}

/* video */
.video-section{
    background-image: url(../images/video-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     height: 300px;
     max-height: 100%;
    width: 100%;
    
}
.video-popup .modal-footer .btn-close{
    background-color: white;
    border-radius: 100%;
    font-size: 12px;
    padding: 10px;
    opacity: 9;
}
.video-popup a.ytp-small-redirect{
    left: 0;
    right: 0;
    top: 0%;
    margin: auto;
   
}
.video-popup .modal-dialog .video-close {
    border: none;
    background: var(--white);
    padding: 10px;
}
.video-popup .modal-dialog {
    margin: 0px auto;
    padding: 28px;
    max-width: 100%;
}
.video-popup .modal-footer {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 11;
}
.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.image-container,
.banner-person,
.asbestos-banner__media-frame,
.baner-1-img {
    animation: messageMove 4s ease-in-out infinite;
}
.banner_img ,.about-section picture img{
    animation: pulse 8s infinite;
}
@keyframes messageMove {

    0%,
    100% {
        transform: translateX(0);
    }

    25%,
    75% {
        transform: translateX(7px);
    }

    50% {
        transform: translateX(15px);
    }
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/*======service section css add=====*/

.service_parent {
    position: relative;
    padding: 15px;
    background-color: var(--white);
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 0 10px #dddddd5c;
}

.service_content {
    padding: 30px 30px 10px 0px;
}

.service_parent img {
    position: relative;
}

.service_parent .image-block::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 80%;
    background-color: var(--text-color);
    left: -8px;
    bottom: -8px;
    border-radius: 0px 0px 0 15px;
}

.service_content h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--ace-dark);
}

.service_parent p {
    font-size: 16px;
    color: var(--text-color-secondary);
    margin: 0;
}

.button-style-2 {
    position: absolute;
    right: -9px;
    bottom: -9px;
    background: var(--white);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 10px 0 0 10px;
    border-radius: 60% 0 0 0;
    z-index: 9;
    box-shadow: -8px -10px 9px #f5f4f4a3;
}

.button-style-2 .button-style-2-link {
    background: var(--white);
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: var(--text-color);
    transform: rotate(-45deg);
    box-shadow: 0 0 10px #dddddd9c;
}

.button-style-2::before {
    position: absolute;
    content: "";
    top: -14px;
    right: 0px;
    height: 16px;
    width: 1px;
    background-color: var(--white);
    z-index: 9;
}

.button-style-2 a::before {
    position: absolute;
    content: "";
    top: 37px;
    left: -11px;
    height: 16px;
    width: 1px;
    background-color: var(--white);
    z-index: 9;
}

.button-style-2 a::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -24px;
    height: 1px;
    width: 16px;
    background-color: var(--white);
    z-index: 9;
}

.button-style-2>svg {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 0px;
    transform: rotate(180deg) scale(1.01);
}

.button-style-2>svg:last-of-type {
    top: auto;
    bottom: 0px;
    right: auto;
    left: -20px;
}

/*======service section css end=====*/
/*======About us section css add*/
.about-section {
    background-image: url(../images/about-banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
}

.about_icon {
    justify-content: center;
}

.icon-img {
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}

.box_ab {
    width: 31%;
    max-width: 100%;

}

.icon-img img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.box_ab p {
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 0;
    color: var(--ace-dark) !important;
    font-weight: 500;
    font-size: 14px;
}

.box_ab span {
    color: #000000;
    font-weight: 400 !important;
}

/*======About us section css end=======*/
/*====slider css=====*/
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #fff;
    border: 1px solid var(--ace-dark);
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-dot.active span {
    width: 12px;
    height: 12px;
    background: var(--ace-dark);
}

/*-=====slider css end*/


/* dev css */

/* .top-bar a {
      color: #000000;
    font-weight: 600;
} */


.top-bar .col-md-6.col-lg-5.contact-info-bg.d-flex.align-items-center.justify-content-center a {
    color: black !important;
    font-weight: 600;
}

i.fas.fa-phone-alt, i.fas.fa-envelope {
    color: black;
}

.social-icons a {
    color: #fff;
}