
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 65px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(21, 185, 217, .5);
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(21, 185, 217, .5);
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


/* Testimonial Section Title Start */
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}



/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    /*background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/carousel-2.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark) !important;
}
/*** copyright end ***/
.location-section h2 {
  text-align: center; 
  font-size: 35px;
  font-weight: 700;
  /* line-height: 1.5em; */
  margin-bottom: 40px; 
}

.btn-get-started.scrollto {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #15b9d9;
    background: #15b9d9;
}

button.btn.btn-outline-light.text-center.w-100.py-3 {
    background: #15b9d9;
    color: #fff;
    border: 2px solid #15b9d9;
}

#quote_form{
	color: #434343;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #15b9d9;
    border-radius: 50px;
    padding: 30px;
    border-bottom: 5px solid #15b9d9;
    margin-top: 1rem;
}

#quote_form2{
	color: #434343;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #15b9d9;
    border-radius: 50px;
    padding: 30px;
    border-bottom: 5px solid #15b9d9;
    margin-top: 1rem;
}



.location-section ul li {
    width: 20%;
    text-align: center;
    background: #1E60AA;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
}

.location-section ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 60px;
    margin-bottom: 50px;
    justify-content: center;
}
.location-section ul li {
    width: 20%;
    text-align: center;
    background: #1E60AA;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
}

.location-section h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  /* line-height: 1.5em; */
  margin-bottom: 40px;
}
.location-section ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 60px;
  margin-bottom: 50px;
  justify-content: center;
}
.location-section ul li {
    width: 20%;
    text-align: center;
    background: #15b9d9;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
}
@media (max-width: 767px) {
	.location-section ul li {
	width: 50%;
	}
}

.link-set:hover{
	color: #eee;
}
.link-set:focus{
	color: #eee;
}
.link-set:active{
	color: #eee;
}

.accordion-button {
    color: #000;
}

a.btn.btn-primary.rounded-pill.text-white.py-2.px-5 {
    font-size: 19px;
}
strong {
	color: #000;
}
.fixed-img {
    width: 100%; /* Full width of the column */
    height: 270px; /* Set your desired height */
    object-fit: cover; /* Ensures the image covers the area without distortion */
}
.top-header-bar {
    font-size: 23px;
    font-weight: 700;
}

.btn-primary {
    color: #fff;
    background-color: #15b9d9;
    border-color: #15b9d9;
}

@media(max-width:767px){
	.location-section ul {
    gap: 20px;
}
}


/*new css below*/


.torrance-hero-section {
  padding: 100px 20px 100px;
  background: linear-gradient(135deg, #fbfdfb 0%, #f0f9f0 100%);
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.torrance-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><circle cx="30" cy="30" r="1.5" fill="rgba(139,227,111,0.1)"/><circle cx="15" cy="15" r="1" fill="rgba(139,227,111,0.05)"/><circle cx="45" cy="15" r="0.8" fill="rgba(139,227,111,0.08)"/></svg>') repeat;
  pointer-events: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-content {
  max-width: 600px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #8be36f, #7ad961);
  color: #062a0d;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(139, 227, 111, 0.3);
}

.hero-badge span {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-badge small {
  font-size: 0.8rem;
  opacity: 0.8;
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 900;
  color: #062a0d;
  margin-bottom: 16px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.hero-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  color: #215208;
  margin-bottom: 24px;
  line-height: 1.3;
}

.hero-description {
  font-size: 1.1rem;
  color: #556a61;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 650px;
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #215208;
  font-weight: 500;
}

.feature-icon {
  width: 32px;
  height: 32px;
  background: rgba(139, 227, 111, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon svg {
  width: 18px;
  height: 18px;
  color: #215208;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-btn-primary {
  background: linear-gradient(135deg, #8be36f, #7ad961);
  color: #062a0d;
  padding: 18px 36px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(139, 227, 111, 0.4);
  position: relative;
  overflow: hidden;
}

.hero-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.hero-btn-primary:hover::before {
  left: 100%;
}

.hero-btn-primary:hover {
  background: linear-gradient(135deg, #7ad961, #68c74d);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(139, 227, 111, 0.5);
}

.hero-btn-secondary {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #215208;
  padding: 18px 32px;
  border-radius: 12px;
  color: #215208;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.hero-btn-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #215208;
  transition: left 0.3s ease;
  z-index: -1;
}

.hero-btn-secondary:hover::before {
  left: 0;
}

.hero-btn-secondary:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(33, 82, 8, 0.3);
}

.hero-btn-secondary svg {
  width: 18px;
  height: 18px;
}

.hero-visual {
  position: relative;
}

.visual-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.visual-container img {
  width: 100%;
  max-height: 75vh;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hero-visual:hover .visual-container img {
  transform: scale(1.02);
}

.floating-stats {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 14px 18px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(139, 227, 111, 0.3);
  min-width: 80px;
}

.stat-number {
  font-size: 1.25rem;
  font-weight: 800;
  color: #215208;
  line-height: 1;
}

.stat-label {
  font-size: 0.8rem;
  color: #556a61;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Animation Classes */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  animation: fadeInRight 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-grid {
    gap: 60px;
  }
  
  .hero-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .torrance-hero-section {
    padding: 80px 15px 60px;
    min-height: auto;
  }
  
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .hero-buttons {
    justify-content: center;
    flex-direction: column;
  }
  
  .hero-btn-primary,
  .hero-btn-secondary {
    width: 100%;
    justify-content: center;
    max-width: 300px;
  }
  
  .hero-features {
    max-width: 400px;
    margin: 0 auto 40px;
  }
  
  .visual-container img {
    height: 350px;
  }
  
  .floating-stats {
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-btn-primary,
  .hero-btn-secondary {
    padding: 16px 24px;
    font-size: 1rem;
  }
  
  .visual-container img {
    height: 280px;
  }
  
  .floating-stats {
    flex-direction: row;
    gap: 12px;
  }
  
  .stat-card {
    display: none;
    padding: 12px 16px;
    min-width: 80px;
  }
  
  .stat-number {
    font-size: 1.4rem;
  }
}

.hero-section-wrapper {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  border-radius: 20px;
  margin: 20px auto;
  max-width: 1200px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/img/mobile-windshield-repair-near-me-torrance-ca.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(2px) brightness(0.9);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  /*min-width: 500px;*/
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.hero-content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}




/* Hide hero image on tablets & phones */
@media (max-width: 768px) {
  .glass-hero-image {
    display: none !important;   /* removes the image wrapper */
  }

  /* Optional: center the text block when the image disappears */
  .glass-hero-content {
    justify-content: center;
  }
  
  .glass-hero-heading {
      text-align: center;
  }
}

.glass-hero-section {
  padding: 80px 20px;
  background: #fbfdfb;
  overflow: hidden;
  position: relative;
}

.glass-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><circle cx="30" cy="30" r="1.5" fill="rgba(139,227,111,0.1)"/><circle cx="15" cy="15" r="1" fill="rgba(139,227,111,0.05)"/></svg>') repeat;
  pointer-events: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.glass-hero-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.glass-hero-text {
  flex: 1;
  max-width: 600px;
  padding-right: 20px;
}

.glass-hero-text h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 24px;
  color: #062a0d;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.glass-hero-text p {
  color: #556a61;
  font-size: 1.05rem;
  margin-bottom: 40px;
  line-height: 1.7;
}

.glass-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.glass-feature-box {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 24px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(139, 227, 111, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.glass-feature-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(139, 227, 111, 0.1), transparent);
  transition: left 0.6s ease;
}

.glass-feature-box:hover::before {
  left: 100%;
}

.glass-feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  border-color: rgba(139, 227, 111, 0.5);
}

.glass-feature-box h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #062a0d;
  line-height: 1.4;
}

.glass-feature-box p {
  font-size: 0.95rem;
  color: #6b7d75;
  margin: 0;
  line-height: 1.5;
}

.glass-hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.glass-btn-primary {
  background: linear-gradient(135deg, #8be36f, #7ad961);
  color: #062a0d;
  padding: 16px 32px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(139, 227, 111, 0.4);
  position: relative;
  overflow: hidden;
}

.glass-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.glass-btn-primary:hover::before {
  left: 100%;
}

.glass-btn-primary:hover {
  background: linear-gradient(135deg, #7ad961, #68c74d);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(139, 227, 111, 0.5);
}

.glass-btn-outline {
  border: 2px solid #556a61;
  padding: 16px 32px;
  border-radius: 30px;
  color: #556a61;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.glass-btn-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #556a61;
  transition: left 0.3s ease;
  z-index: -1;
}

.glass-btn-outline:hover::before {
  left: 0;
}

.glass-btn-outline:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(85, 106, 97, 0.3);
}

.glass-hero-image {
  flex: 1;
  max-width: 500px;
  position: relative;
}

.glass-hero-image img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  /*height: 400px;*/
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.glass-hero-image:hover img {
  transform: scale(1.02);
}

/* Animation Classes */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  animation: fadeInRight 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .glass-hero-section {
    padding: 60px 15px;
  }
  
  .glass-hero-content {
    gap: 40px;
  }
  
  .glass-hero-text {
    padding-right: 0;
  }
  
  .glass-hero-text h2 {
    font-size: 2rem;
  }
  
  .glass-feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .glass-hero-buttons {
    justify-content: center;
    flex-direction: column;
  }
  
  .glass-btn-primary,
  .glass-btn-outline {
    width: 100%;
    text-align: center;
  }
  
  .glass-hero-image img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .glass-feature-box {
    padding: 20px 16px;
  }
  
  .glass-btn-primary,
  .glass-btn-outline {
    padding: 14px 24px;
  }
}






/*.image-cards-section {*/
/*  padding: 80px 20px;*/
  background: #fbfdfb; /* Green-tinted background */
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/

/* Add subtle background pattern */
/*.image-cards-section::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><circle cx="30" cy="30" r="1.5" fill="rgba(139,227,111,0.1)"/><circle cx="15" cy="15" r="1" fill="rgba(139,227,111,0.05)"/></svg>') repeat;*/
/*  pointer-events: none;*/
/*}*/

/*.container {*/
/*  max-width: 1400px;*/
/*  margin: 0 auto;*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/

/*.section-header {*/
/*  text-align: center;*/
/*  margin-bottom: 60px;*/
/*}*/

/*.section-header h2 {*/
/*  font-size: 2.2rem;*/
/*  font-weight: 700;*/
  color: #062a0d; /* Green heading */
/*  margin-bottom: 16px;*/
/*  letter-spacing: -0.5px;*/
/*}*/

/*.section-header p {*/
  color: #556a61; /* Green-tinted text */
/*  font-size: 1.1rem;*/
/*  max-width: 700px;*/
/*  margin: 0 auto;*/
/*  line-height: 1.6;*/
/*}*/

/*.cards-grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));*/
/*  gap: 32px;*/
/*}*/

/*.image-card {*/
/*  background: rgba(255, 255, 255, 0.95);*/
/*  backdrop-filter: blur(10px);*/
/*  border-radius: 16px;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);*/
  border: 1px solid rgba(139, 227, 111, 0.2); /* Green border */
/*  transition: all 0.3s ease;*/
/*  position: relative;*/
/*}*/

/* Add shimmer effect */
/*.image-card::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -100%;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: linear-gradient(90deg, transparent, rgba(139, 227, 111, 0.1), transparent);*/
/*  transition: left 0.6s ease;*/
/*  z-index: 1;*/
/*}*/

/*.image-card:hover::before {*/
/*  left: 100%;*/
/*}*/

/*.image-card:hover {*/
/*  transform: translateY(-8px);*/
/*  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);*/
  border-color: rgba(139, 227, 111, 0.5); /* Green hover border */
/*}*/

/*.card-image {*/
/*  position: relative;*/
/*  height: 220px;*/
/*  overflow: hidden;*/
  background: rgba(139, 227, 111, 0.1); /* Light green background */
/*  z-index: 2;*/
/*}*/

/*.card-image img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  transition: transform 0.3s ease;*/
/*}*/

/*.image-card:hover .card-image img {*/
/*  transform: scale(1.05);*/
/*}*/

/*.image-overlay {*/
/*  position: absolute;*/
/*  top: 20px;*/
/*  right: 20px;*/
/*  width: 50px;*/
/*  height: 50px;*/
  background: linear-gradient(135deg, #215208, #2d6b0a); /* Green gradient */
/*  backdrop-filter: blur(10px);*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  color: white;*/
/*  font-size: 20px;*/
/*  opacity: 0;*/
/*  transition: all 0.3s ease;*/
/*  box-shadow: 0 4px 12px rgba(33, 82, 8, 0.3);*/
/*}*/

/*.image-card:hover .image-overlay {*/
/*  opacity: 1;*/
/*  transform: scale(1.1);*/
/*}*/

/*.card-content {*/
/*  padding: 32px 24px;*/
/*  position: relative;*/
/*  z-index: 2;*/
/*}*/

/*.card-content h3 {*/
/*  font-size: 1.4rem;*/
/*  font-weight: 700;*/
  color: #062a0d; /* Green heading */
/*  margin-bottom: 16px;*/
/*  line-height: 1.3;*/
/*}*/

/*.card-content p {*/
  color: #6b7d75; /* Green-tinted text */
/*  line-height: 1.6;*/
/*  margin-bottom: 20px;*/
/*  font-size: 0.95rem;*/
/*}*/

/*.feature-points {*/
/*  list-style: none;*/
/*  padding: 0;*/
/*  margin-bottom: 24px;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 12px;*/
/*}*/

/*.feature-points li {*/
  background: rgba(139, 227, 111, 0.1); /* Light green background */
  color: #215208; /* Dark green text */
/*  padding: 6px 12px;*/
/*  border-radius: 20px;*/
/*  font-size: 0.85rem;*/
/*  font-weight: 500;*/
  border: 1px solid rgba(139, 227, 111, 0.3); /* Green border */
/*}*/

/*.card-button {*/
  background: linear-gradient(135deg, #8be36f, #7ad961); /* Green gradient */
/*  color: #062a0d;*/
/*  text-decoration: none;*/
/*  padding: 12px 24px;*/
/*  border-radius: 8px;*/
/*  font-weight: 600;*/
/*  display: inline-block;*/
/*  transition: all 0.3s ease;*/
/*  font-size: 0.9rem;*/
/*  box-shadow: 0 4px 15px rgba(139, 227, 111, 0.3);*/
/*}*/

/*.card-button:hover {*/
/*  transform: translateY(-2px);*/
/*  box-shadow: 0 8px 25px rgba(139, 227, 111, 0.4);*/
/*  background: linear-gradient(135deg, #7ad961, #68c74d);*/
/*}*/

/* Alternative layout for exactly 6 cards (2 rows of 3) */
/*@media (min-width: 1200px) {*/
/*  .cards-grid {*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*  }*/
/*}*/

/* Responsive Design */
/*@media (max-width: 768px) {*/
/*  .image-cards-section {*/
/*    padding: 60px 15px;*/
/*  }*/
  
/*  .cards-grid {*/
/*    grid-template-columns: 1fr;*/
/*    gap: 24px;*/
/*  }*/
  
/*  .card-image {*/
/*    height: 180px;*/
/*  }*/
  
/*  .card-content {*/
/*    padding: 24px 20px;*/
/*  }*/
  
/*  .section-header h2 {*/
/*    font-size: 1.8rem;*/
/*  }*/
  
/*  .feature-points {*/
/*    flex-direction: column;*/
/*    gap: 8px;*/
/*  }*/
  
/*  .feature-points li {*/
/*    display: inline-block;*/
/*    margin-right: 8px;*/
/*    margin-bottom: 8px;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .card-image {*/
/*    height: 160px;*/
/*  }*/
  
/*  .card-content {*/
/*    padding: 20px 16px;*/
/*  }*/
  
/*  .card-button {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*  }*/
/*}*/





.autoglass-why-choose-section {
  background-color: #fbfdfb;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.autoglass-why-choose-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><circle cx="30" cy="30" r="1.5" fill="rgba(139,227,111,0.1)"/><circle cx="15" cy="15" r="1" fill="rgba(139,227,111,0.05)"/></svg>') repeat;
  pointer-events: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.autoglass-section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #062a0d;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.autoglass-section-subtitle {
  font-size: 1.1rem;
  color: #556a61;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.autoglass-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.autoglass-btn-primary {
  background: linear-gradient(135deg, #8be36f, #7ad961);
  color: #062a0d;
  padding: 16px 32px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(139, 227, 111, 0.4);
  position: relative;
  overflow: hidden;
}

.autoglass-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.autoglass-btn-primary:hover::before {
  left: 100%;
}

.autoglass-btn-primary:hover {
  background: linear-gradient(135deg, #7ad961, #68c74d);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(139, 227, 111, 0.5);
}

.autoglass-btn-secondary {
  border: 2px solid #cfd5cf;
  padding: 16px 32px;
  border-radius: 30px;
  color: #062a0d;
  font-weight: 600;
  text-decoration: none;
  background-color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.autoglass-btn-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #062a0d;
  transition: left 0.3s ease;
  z-index: -1;
}

.autoglass-btn-secondary:hover::before {
  left: 0;
}

.autoglass-btn-secondary:hover {
  color: white;
  border-color: #062a0d;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(6, 42, 13, 0.3);
}

.autoglass-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.autoglass-feature-box {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: left;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(139, 227, 111, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.autoglass-feature-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(139, 227, 111, 0.1), transparent);
  transition: left 0.6s ease;
}

.autoglass-feature-box:hover::before {
  left: 100%;
}

.autoglass-feature-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-color: rgba(139, 227, 111, 0.5);
}

.autoglass-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #215208, #2d6b0a);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 8px 20px rgba(33, 82, 8, 0.3);
  transition: all 0.3s ease;
}

.autoglass-feature-box:hover .autoglass-icon {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 12px 30px rgba(33, 82, 8, 0.4);
}

.autoglass-icon svg {
  width: 32px;
  height: 32px;
  color: white;
  stroke-width: 2;
}

.autoglass-feature-box h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #062a0d;
  margin-bottom: 16px;
  line-height: 1.3;
}

.autoglass-feature-box p {
  color: #6b7d75;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.autoglass-highlight-box {
  background: linear-gradient(135deg, #215208, #1a4206);
  /*color: white;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.autoglass-highlight-box::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  transform: rotate(45deg);
  transition: all 0.6s ease;
  opacity: 0;
}

.autoglass-highlight-box:hover::after {
  opacity: 1;
  transform: rotate(45deg) translate(50px, 50px);
}

.autoglass-highlight-box h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3;
  color: white;
  z-index: 2;
  position: relative;
}

.autoglass-highlight-box h3 span {
  font-size: 2.5rem;
  font-weight: 800;
  display: block;
  background: linear-gradient(45deg, #8be36f, #a4fb69);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.autoglass-arrow {
  font-size: 2rem;
  text-align: right;
  opacity: 0.8;
  z-index: 2;
  position: relative;
  transition: transform 0.3s ease;
}

.autoglass-highlight-box:hover .autoglass-arrow {
  transform: translateX(10px);
}

/* Animation Classes */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .autoglass-why-choose-section {
    padding: 60px 15px;
  }
  
  .autoglass-features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .autoglass-feature-box {
    padding: 32px 24px;
  }
  
  .autoglass-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .autoglass-btn-primary,
  .autoglass-btn-secondary {
    width: 250px;
    text-align: center;
  }
  
  .autoglass-icon {
    width: 60px;
    height: 60px;
  }
  
  .autoglass-icon svg {
    width: 28px;
    height: 28px;
  }
}
