/* Default Css */
* {
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;          
  text-decoration: none;   
}


.container {
    max-width: 1300px;
    margin: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

img {
    max-width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.section-bg {
    background-color: #f7f9ff;
}

.section-pd {
    padding: 50px 0;
}

.section-pd50 {
    padding: 50px 0;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/*  Fonts Family  */
body,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
p {
    font-family: 'Work Sans', sans-serif;
}

/* Default Button */
.default-button {
    display: inline-block;
    color: #ffffff;
    background-color: #00b3b3;
    font-size: 30px;
    padding: 20px 30px;
    font-weight: bold;
    border-radius: 25px;
    margin-left: 10px;
    margin-right: 10px;

    transition: .4s;
}

.default-button:hover {
    background-color: #ffffff;
    color: #00b3b3;
}

/* Default Section Title */

.all-section-title h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 30px;
}

.all-section-title p {
    color: #252525;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
}


.all-section-title p {
    color: #252525;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
}


.back-commercial {
    padding: 30px 0;
    margin: 30px 0 0;
    background: url(../img/back-commercial.webp) fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}


.commercial {

    justify-content: center;
    text-align: center;

}


.commercial h2 {
    color: #ffffff;
    text-align: center;
    padding: 40px 0;
    font-weight: 300;
    font-size: 40px;
}

.commercial p {
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 20px;
}


.commercial-btn {
    display: block;
    margin: 10px auto;
    padding: 15px 20px;
    border-radius: 10px;
    transition: .5s;
    color: #000000;
    text-align: center;
}


.commercial-btn a {
    color: #000000;
    font-size: 20px;
}

.commercial-btn a:hover {
    color: #00b3b3;
}



.automotive h2 {
    color: #000000;
    text-align: center;
    padding: 0;
    font-weight: 300;
    font-size: 40px;
}

.contact-form .w-100 {
    width: 100%;
}

.contact-form .w-50 {
    width: 48%;
}

.contact-form .w-50:last-child {
    margin-right: 0;
}


.header-section {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 2.5px 4.33px 30px 0 rgba(15, 15, 15, 0.1);
}

.header-section a {
    color: #010101;
}


.header-logo a img {
    height: 50px;
    float: left;
    margin-right: 15px;
}

.header-logo a span {
    font-size: 25px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;

    transition: .4s;
}

.header-logo a span:hover {
    color: #cccccc;
}

/* Header Menu */

.header-menu ul li {
    display: inline-block;

}

.header-menu ul li a {
    display: block;
    padding: 15px;
    font-size: 16px;

    transition: .4s;
}

.header-menu ul li a:hover {
    color: #00b3b3;
}

/* .header-right{
    width: 15%;
} */
.header-menu ul li a span {
    font-size: 18px;
    position: relative;
    top: 1px;
    color: #00b3b3;
    transition: .4s;
}

.header-menu ul li a span:hover {
    color: #010101;
}

/*  Drop Down Menu  */
.header-menu ul li {
    position: relative;
}

.header-menu ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 225px;
    background-color: #fff;

    opacity: 0;
    visibility: hidden;
    transition: .4s;
    transform: scaleY(0);
    transform-origin: top center;
}

.header-menu ul li ul li {
    border-bottom: 1px solid #ddd;
    display: block;
}

.header-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

/*  Header Button  */
.header-button {
    text-align: right;
}

.header-button {
    color: #00b3b3 !important;
    border: 2px solid #00b3b3;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 4px;
    transition: .4s;
}

.header-button:hover {
    background-color: #00b3b3;
    color: #fff !important;
    box-shadow: 2px 2px 15px 0 #00b3b3;
}




.banner-caption h1 {
    font-size: 60px;
    padding: 15px 0;
    margin-bottom: 25px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 5px #424242;
}



/* Banner Bottom Section */

.bottom-left {
    width: 48%;
}

.bottom-right {
    width: 48%;
}

.bottom-right-content {
    position: relative;
    top: -10px;
}

.bottom-right-content h2 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 35px;
}

.bottom-right-content p {
    color: #767676;
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 300;
}

/*  Services Section  */
.services-section-box {
    margin: 20px 0;
}

.services-section-item {
    width: 31.3%;
    margin-right: 2%;
    padding: 50px 30px;
    box-sizing: border-box;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .4s;
    opacity: 0;
    transform: translateY(20px);
}

.services-section-item.in-view {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease, transform .6s ease, box-shadow .4s;
}


.padding-extra {
    padding: 50px 30px;
}

.services-section-item:hover {
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 20%);
}

.services-section-item span {
    width: 70px;
    height: 180px;
    float: left;
    color: #00b3b3;
    font-size: 40px;
    text-align: center;
    margin-right: 20px;
}

.services-section-item h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}

.services-section-item p {
    color: #767676;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
}

/*  Pricing Table Section  */
.font-weight-normal {
    font-weight: 400;
}

.offers {
    margin-top: 80px;
}

.offers-content {
    width: 32%;
    margin-right: 2%;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    border-radius: 5px;
    background-color: #fff;
    transition: .4s;
    opacity: 0;
    transform: translateY(20px);
}

.offers-content:hover {
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 20%);
}

.offers-content:nth-child(3) {
    margin-right: 0;
}

.table-content-heading {
    padding: 30px;
    border-bottom: 2px solid #e4e4e4;
    transition: .5s;
}

.offers-content:hover .table-content-heading {
    background-color: #00b3b3;
    color: #fff;
    border-radius: 5px;
}

.offers-content:hover .offers-btn .default-button {
    background-color: #00b3b3;
    color: #fff;
}


.offers-content.in-view {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease, transform .6s ease, box-shadow .4s;
}




.table-content-heading h4 {
    font-size: 24px;
    font-weight: 500;

}

.table-content-heading h2 {
    margin: 15px 0;
    font-size: 60px;
}

.table-content-heading h2 span {
    font-size: 20px;
}

.table-content-heading h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.table-content-heading p {
    font-size: 22px;
    font-weight: 300;
}

.table-content-menu {
    padding: 30px;
}

.table-content-menu ul {
    list-style-type: none;
}

.table-content-menu ul li {
    margin-bottom: 30px;
    margin-top: 10px;
    color: #767676;
    font-size: 22px;
    font-weight: 300;
}

.table-content-menu ul li span {
    color: #00b3b3;
    width: 40px;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.offers-btn .default-button {
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 20%);
    display: block;
    margin-top: 10px;
    transition: .5s;
}

.offers-btn .default-button:hover {
    background-color: #000 !important;
}


/*  Team Section  */
.all-section-title .font-size-down {
    font-size: 42px;
    font-weight: 500;
}

.memebers-items {
    margin-top: 80px;
}

.member-content {
    width: 23%;
    margin-right: 2.5%;
    background-color: #fff;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    border-radius: 5px;

    transition: .4s;
}

.member-content:nth-child(4) {
    margin-right: 0;
}

.member-content:hover {
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 20%);
}

.member-content img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.member-bio {
    padding: 30px;
}

.member-bio h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.member-bio span {
    color: #767776;
    font-size: 22px;
    font-weight: 300;
}

/* Newsletter Section */
.newsletter-section-title .font-size-down {
    margin-top: 40px;
    font-weight: 400;
}

.newsletter-form {
    margin-top: 60px;
}

.default-input {
    width: 330px;
    padding: 20px 15px;
    display: inline-block;
    font-size: 18px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 5px;
    transition: .4s;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 15%);
}

.default-input:focus {
    border: 1px solid #00b3b3;
    border-color: #00b3b3 !important;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 30%);
}

.default-btn {
    background: #00b3b3;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 70px;
    border: 2px solid transparent;
    display: inline-block;
    margin-left: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;

    transition: .4s;
}

.default-btn:hover {
    background-color: #fff;
    color: #00b3b3;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 50%);
    border: 2px solid #00b3b3;
}

/*  Blog Section  */

.residential-heading {
    width: 50%;
}

.residential-heading h2 {
    font-size: 40px;
    font-weight: 300;
    position: relative;

}

.residential-content {
    width: 50%;
}

.residential-content p {
    color: #767676;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
}

.residential-items {
    margin-top: 60px;
}

.bs-item-conten {
    width: 48%;
    margin-right: 2%;
    background-color: #fff;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    border-radius: 5px;
    transition: .4s;
    opacity: 0;
    transform: translateY(20px);

}

.bs-item-conten:hover {
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 20%);
}

.bs-item-conten img {
    width: 320px;
    float: left;
    margin-right: 20px;
    border-radius: 5px 0 0 5px;
}

.bs-item-conten-text {
    margin-top: 30px;
}

.bs-item-conten-text h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.bs-item-conten-text p {
    color: #292828;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6em;
}


.bs-item-conten.in-view {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease, transform .6s ease, box-shadow .4s;
}

/*  Testimonial Section  */
.all-section-title .font-weight-size {
    font-size: 45px;
    font-weight: 400;
    margin-top: 30px;
}

.testimonial-section-items {
    margin-top: 80px;
}

.t-items-content {
    width: 30%;
    margin-right: 4%;
}

.t-items-content:nth-child(3) {
    margin-right: 0;
}

.t-items-content-text {
    margin-bottom: 40px;
    background-color: #fff;
    padding: 50px 40px;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    position: relative;
    border-radius: 5px;

    transition: .4s;
}

.t-items-content-text:hover {
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 20%);
}

.t-items-content-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
}

.t-items-content-text p {
    color: #767676;
    font-size: 23px;
    line-height: 1.6em;
    font-weight: 300;
    text-align: center;
}

.t-items-content-text p::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: 40px;
    top: 35px;
    font-size: 75px;
    opacity: 0.15;
}

.t-items-member {
    width: 255px;
    margin: auto;
}

.t-items-member img {
    border-radius: 50%;
    width: 70px;
    float: left;
    margin-right: 25px;
}

.t-items-member-bio {
    position: relative;
    top: 10px;
}

.t-items-member-bio h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.t-items-member-bio span {
    color: #767676;
    font-size: 18px;
}

/* Contact Section */
.contact-section {
    padding-top: 50px;
}

.contact-section-maps {
    width: 48%;
    margin-right: 2%;
}

.contact-section-content {
    width: 46%;
}

.contact-section-content {
    margin-top: 10px;
}

.contact-section-content h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-section-content p {
    color: #0c0c0c;
    padding: 2px 0;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 300;
}

.contact-section-content a {
    color: #0c0c0c;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 300;
}

.contact-form {
    margin-top: 60px;
}

.contact-form input {
    margin-bottom: 20px;
}

.contact-form textarea {
    height: 200px;
}

.contact-form .default-btn {
    margin-left: 0;
    margin-top: 20px;
}

.default-btn.footer-btn {
    display: inline-block;
    width: 230px;
}

.footer-section {
    margin-top: 60px;
}

.footer-section p {
    font-size: 17px;
    color: #010101;
    padding: 10px 0;
}

.footer-section a {
    color: #767676;
    transition: .4s;
}

.footer-section a:hover {
    color: #010101;
}

/*  Responsive Css  */
@media all and (max-width:1400px) {

    .container {
        max-width: 100%;
        width: 100%;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .services-section-item h3 {
        font-size: 23px;
    }
}

@media all and (max-width:1250px) {

    .services-section-item h3 {
        font-size: 22px;
    }

    .table-content-heading p {
        font-size: 20px;
    }

    .bs-item-conten-text p {
        font-size: 20px;
    }

    .bs-item-conten img {
        width: 300px;
    }

    .t-items-content-text {
        padding: 40px 40px;
    }

    .t-items-content-text p {
        font-size: 22px;
    }

    .t-items-member {
        width: 250px;
    }

}

@media all and (max-width:1160px) {

    .services-section-item h3 {
        font-size: 20px;
    }

    .table-content-heading p {
        font-size: 19px;
    }

    .residential-heading h3 {
        font-size: 40px;
    }

    .residential-content p {
        font-size: 20px;
    }

    .bs-item-conten img {
        width: 270px;
    }

    .bs-item-conten-text p {
        font-size: 18px;
    }

    .t-items-content-text p {
        font-size: 21px;
        line-height: 1.5em;
    }

    .t-items-content-text p::before {
        font-size: 65px;
    }

    .t-items-member img {
        width: 60px;
        margin-right: 20px;
    }

    .t-items-member-bio h3 {
        font-size: 20px;
    }

    .t-items-member {
        width: 222px;
    }

}

@media all and (max-width:1100px) {

    .header-logo a img {
        height: 42px;
        margin-right: 10px;
    }

    .header-logo a span {
        font-size: 21px;
        margin-top: 8px;
    }

    .header-menu ul {
        text-align: center;
    }

    .header-menu ul li a {
        padding: 10px 10px;
        font-size: 15px;
    }

    .header-button {
        padding: 10px 22px;
    }

    .banner-caption h2 {
        font-size: 50px;
        margin: 35px 0;
    }

    .default-button {
        font-size: 20px;
        padding: 18px 25px;
    }

    .bottom-right-content h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .bottom-right-content p {
        font-size: 20px;
    }

    .all-section-title h3 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .services-section-item p {
        font-size: 17px;
    }

    .services-section-item h3 {
        font-size: 17px;
    }

    .table-content-heading p {
        font-size: 17px;
    }

    .table-content-heading h1 {
        margin: 30px 0;
        font-size: 55px;
    }

    .member-bio h3 {
        font-size: 21px;
    }

    .member-bio span {
        font-size: 20px;
    }

    .header-menu ul li ul {
        top: 135%;
    }

}

@media all and (max-width:1030px) {

    .services-section-item {
        width: 48%;
    }

    .services-section-item h3 {
        margin-bottom: 20px;
    }

    .table-content-heading h1 {
        margin: 28px 0;
        font-size: 50px;
    }

    .table-content-heading p {
        font-size: 16px;
    }

    .table-content-menu ul li {
        margin-bottom: 28px;
        margin-top: 10px;
    }

    .table-content-menu ul li {
        margin-bottom: 25px;
        margin-top: 10px;
        font-size: 20px;
    }

    .all-section-title .font-size-down {
        font-size: 38px;
    }

    .all-section-title p {
        font-size: 24px;
    }

    .all-section-title .font-size-down {
        font-size: 35px;
    }

    .default-input {
        width: 310px;
    }

    .default-btn {
        padding: 18px 60px
    }

    .contact-section-content h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .contact-section-content p {
        font-size: 20px;
        line-height: 1.6em;
    }

    .contact-section-content {
        margin-top: 45px;
    }

    .contact-form {
        margin-top: 50px;
    }

    .default-input {
        font-size: 16px;
    }

    .contact-section-maps iframe {
        height: 750px;
    }

    .bs-item-conten-text h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .bs-item-conten img {
        width: 250px;
    }

    .bs-item-conten-text p {
        font-size: 16px;
    }

    .all-section-title .font-weight-size {
        font-size: 40px;
    }

    .t-items-content-text p {
        font-size: 19px;
    }

    .t-items-content-text::after {
        bottom: -18px;
        border-width: 18px 18px 0 18px;
    }

    .t-items-member {
        width: 215px;
    }

    .t-items-member-bio h3 {
        font-size: 19px;
    }

    .all-section-title h3 {
        font-size: 45px;
    }

}

/* .....  Mobile Menu Icons ..... */
.header-menu .mobile-icon {
    display: none;
}

.mobile-menu-check {
    height: 40px;
    width: 40px;
    opacity: 0;
    cursor: pointer;
    display: none;
}

/* ............................... */

@media all and (max-width:950px) {

    .bottom-right-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .bottom-right-content p {
        font-size: 18px;
    }

    .all-section-title h3 {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .all-section-title p {
        font-size: 20px;
    }

    .table-content-heading h1 {
        margin: 25px 0;
        font-size: 40px;
    }

    .table-content-heading h4 {
        font-size: 20px;
    }

    .table-content-heading h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .table-content-heading p {
        font-size: 15px;
    }

    .table-content-menu ul li span {
        width: 30px;
        font-size: 28px;
    }

    .table-content-menu ul li {
        font-size: 18px;
    }

    .default-button {
        font-size: 18px;
    }

    .member-bio h3 {
        font-size: 18px;
    }

    .bs-item-conten-text h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bs-item-conten-text p {
        font-size: 15px;
    }

    .bs-item-conten img {
        width: 230px;
    }

    .all-section-title .font-weight-size {
        font-size: 38px;
    }

    .t-items-content-text p {
        font-size: 18px;
    }

    .banner-section span {
    color: #04ebeb !important;
    font-size: 20px;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 400;
    margin-top: 4px;
    transition: .4s;
}

}

@media all and (max-width:895px) {

    .offers-content:first-child p {
        margin: 18px 0;
    }

    .offers-content:last-child p {
        margin: 18px 0;
    }

    .bs-item-conten {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .all-section-title .font-weight-size {
        font-size: 36px;
    }

    

}

@media all and (max-width:865px) {

    .table-content-menu ul li span {
        width: 22px;
        font-size: 22px;
    }

    .table-content-menu ul li {
        font-size: 16px;
    }

    .offers-btn .default-button {
        margin-top: 50px;
        padding: 15px 20px;
        font-size: 15px;
    }

    .all-section-title .font-size-down {
        font-size: 35px;
    }

    .member-content {
        width: 46%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .contact-section-content h3 {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .contact-section-content p {
        font-size: 18px;
        line-height: 1.5em;
    }

    .contact-form {
        margin-top: 40px;
    }

    .footer-section p {
        font-size: 20px;
        color: #010101;
        padding: 40px 0;
    }

    .residential-heading h3 {
        font-size: 35px;
    }

    .residential-content p {
        font-size: 18px;
    }

    .all-section-title .font-weight-size {
        font-size: 32px;
    }

    .t-items-content-text p {
        font-size: 16px;
    }

    .t-items-content-text p::before {
        font-size: 60px;
    }

    .t-items-member {
        width: 200px;
    }

    .t-items-member-bio h3 {
        font-size: 17px;
    }

    .t-items-content-text::after {
        bottom: -15px;
        border-width: 15px 15px 0 15px;
    }

    .all-section-title h3 {
        font-size: 38px;
    }

}

@media all and (max-width:767px) {

    .header-section {
        position: sticky;
    }

    .header-logo a img {
        height: 40px;
        float: none;
    }

    .header-left {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .header-logo a span {
        font-size: 21px;
        margin-top: 8px;
        position: relative;
        top: -14px;
    }

    .header-center {
        width: 100%;
    }

    /*..... Responsive Moblie Menu .....*/

    .header-menu ul {
        text-align: left;
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    .header-menu .mobile-icon {
        color: #00b3b3;
        font-size: 35px;
        display: block;
    }

    .mobile-icon i {
        cursor: pointer;
    }

    .header-menu .mobile-menu-check:checked~ul {
        text-align: left;
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .header-menu ul li {
        position: relative;
        display: block;
    }

    .header-menu .mobile-icon {
        color: #00b3b3;
        font-size: 35px;
        display: block;
        position: absolute;
        left: 24px;
        top: 64px;
        pointer-events: none;
    }

    .mobile-menu-check {
        height: 40px;
        width: 40px;
        opacity: 0;
        cursor: pointer;
        display: block;
    }

    .mobile-menu-check:checked~.mobile-icon {
        display: none;
    }

    .mobile-menu-check:checked~.mobile-menu-cross {
        display: block;
    }

    .header-menu .mobile-menu-cross {
        display: none;
    }

    .header-menu ul li {
        position: relative;
        display: block;
        width: 135px;
        margin: 5px -0;
    }

    .header-menu ul li ul {
        position: absolute;
        left: 130px;
        top: 15px;
    }

    .header-menu ul li ul li {
        width: 200px;
        background: #fafafa;
        margin: 0;
    }

    .header-menu ul li ul li a {
        font-size: 14px;
        width: 170px;
    }

    /* ................................. */

    .header-button {
        padding: 10px 22px;
        position: absolute;
        top: 60px;
        right: 20px;
    }

    .banner-caption h1 {
        font-size: 30px;
        font-weight: 400;
    }

    .banner-caption h2 {
        font-size: 40px;
        margin: 35px 0;
    }

    .default-button {
        font-size: 18px;
        padding: 15px 20px;
    }

    .header-section {
       position: fixed;
    }

    

    .bottom-right {
        width: 100%;
    }

    .bottom-left {
        width: 100%;
        margin-bottom: 50px;
    }

    .all-section-title h3 {
        font-size: 35px;
        font-weight: 500;
    }

    .all-section-title p {
        font-size: 22px;
    }

    .services-section-item {
        width: 100%;
    }

    .services-section-item h3 {
        font-size: 20px;
    }

    .services-section-item p {
        font-size: 20px;
    }

    .offers-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .table-content-heading p {
        font-size: 16px;
    }

    .table-content-menu ul li {
        font-size: 18px;
    }

    .offers-btn .default-button {
        padding: 15px 20px;
        font-size: 15px;
        width: 300px;
        margin: auto;
    }

    .table-content-menu ul {
        list-style-type: none;
        margin-bottom: 50px;
    }

    .all-section-title .font-size-down {
        font-size: 30px;
    }

    .all-section-title p {
        font-size: 18px;
    }

    .all-section-title .font-size-down {
        font-size: 30px;
        margin-top: 30px;
    }

    .default-btn {
        padding: 18px 50px;
        font-size: 18px;
    }

    .default-input {
        width: 280px;
        font-size: 16px;
    }

    .newsletter-form {
        margin-top: 50px;
    }

    .contact-section-maps {
        width: 100%;
    }

    .contact-section-content {
        width: 100%;
    }

    .t-items-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .t-items-content-text {
        margin-bottom: 30px;
    }

    .t-items-content-text p {
        font-size: 18px;
    }

.banner-section {
    position: relative;
    padding: 180px 0;
    color: #fff;
    margin-top: 0;
    height: auto;
    z-index: 1;
    overflow: hidden;
    background: url("../img/locksmith-3.webp") no-repeat center center fixed;
    background-size: cover;
     background-position: 80%;
}

    
}

@media all and (max-width:650px) {

    .all-section-title .font-size-down {
        font-size: 29px;
        font-weight: 400;
    }

    .all-section-title h3 {
        font-size: 30px;
    }

    .default-btn {
        padding: 18px 50px;
        font-size: 17px;
    }

    .default-input {
        width: 250px;
        font-size: 15px;
    }

    .footer-section p {
        font-size: 18px;
    }

    .residential-heading {
        width: 100%;
        margin-bottom: 50px;
    }

    .residential-content {
        width: 100%;
    }

    .section-pd {
        padding: 20px 0;
    }


}

@media all and (max-width:576px) {

    .all-section-title p {
        font-size: 18px;
    }

    .all-section-title h3 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .all-section-title .font-size-down {
        font-size: 26px;
    }

    .default-btn {
        padding: 16px 50px;
        font-size: 16px;
        font-weight: bold;
    }

    .footer-section p {
        font-size: 16px;
    }

    .all-section-title .font-weight-size {
        font-size: 32px;
        font-weight: 300;
    }

    .residential-heading h3 {
        font-size: 35px;
        font-weight: 400;
    }

}

@media all and (max-width:500px) {

    .all-section-title .font-size-down {
        font-size: 24px;
    }

    .member-bio {
        padding: 20px;
    }

    .member-bio span {
        font-size: 18px;
    }

    .default-input {
        width: 250px;
        font-size: 15px;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }

    .newsletter-form {
        margin-top: 40px;
    }

    .all-section-title .font-weight-size {
        font-size: 28px;
    }

    .all-section-title h3 {
        font-size: 24px;
        margin-bottom: 18px;
        font-weight: 400;
    }

    .offers-btn .default-button {
        width: 250px;
    }

}

@media all and (max-width:450px) {

    .banner-caption h2 {
        margin: 25px 0;
    }

    .banner-caption h1 {
        font-size: 20px;
        font-weight: 400;
    }

    .default-button {
        font-size: 18px;
        padding: 18px 4px;
        display: block;
        width: 250px;
        margin: 20px auto;
    }

    .banner-section {
        padding: 80px 0;
    }

    .all-section-title h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .bs-item-conten img {
        width: 220px;
    }

    .bs-item-conten-text {
        text-align: left;
    }

    .bs-item-conten-text h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .bs-item-conten-text p {
        font-size: 13px;
    }

    .bottom-right-content h2 {
        font-size: 28px;
    }

    .bottom-right-content p {
        font-size: 16px;
    }

}

@media all and (max-width:410px) {

    .all-section-title h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .services-section-item p {
        font-size: 18px;
    }

    .services-section-item span {
        width: 100%;
        height: 70px;
        font-size: 35px;
        margin-right: 20px;
    }

    .member-content {
        width: 100%;
        margin-right: 0;
    }

    .bs-item-conten img {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .bs-item-conten-text p {
        font-size: 14px;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .all-section-title p {
        font-size: 17px;
    }

    .all-section-title .font-weight-size {
        font-size: 25px;
        font-weight: 300;
    }

    .all-section-title .font-size-down {
        font-size: 22px;
    }

    .services-section-item {
        width: 100%;
        text-align: center;
    }

    .banner-caption h1 {
        font-size: 18px;
    }

    .banner-caption h2 {
        font-size: 28px;
    }

    .default-button {
        font-size: 16px;
        width: 200px;
        margin: 15px auto;
    }

    .offers-btn .default-button {
        width: 150px;
    }

    .bs-item-conten-text {
        text-align: center;
    }

}



/* start wow */
/* Base */
.member-content {
    --wow-duration: 700ms;
    --wow-distance: 24px;
    opacity: 0;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

/* Entering from TOP (downward scroll) */
.member-content.in-view.from-top {
    animation: fade-from-top var(--wow-duration) cubic-bezier(.22, .61, .36, 1) both;
}

/* Entering from BOTTOM (downward scroll) */
.member-content.in-view.from-bottom {
    animation: fade-from-bottom var(--wow-duration) cubic-bezier(.22, .61, .36, 1) both;
}

/* Keyframes */
@keyframes fade-from-top {
    from {
        opacity: 0;
        transform: translateY(calc(var(--wow-distance) * -1));
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-from-bottom {
    from {
        opacity: 0;
        transform: translateY(var(--wow-distance));
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hide when out of view so it can replay */
.member-content:not(.in-view) {
    opacity: 0;
    transform: none;
}

/* Optional: respect reduced motion */
@media (prefers-reduced-motion: reduce) {

    .member-content,
    .member-content.in-view {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* end wow */





/* flash botton */
/* Flashing button style */
.flashing-button {
    background-color: #00b3b3; /* Initial background */
    color: white;             /* Text color stays steady */
    padding: 20px 24px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 40px;
    font-weight: bold;
    animation: flash-bg 1s infinite; /* Use custom animation */
}

/* Animate only the background-color */
@keyframes flash-bg {
    0% { background-color: #00b3b3; }
    50% { background-color: #0ac7c7; } /* Darker shade for flash */
    100% { background-color: #01a3a3; }
}


/* Flash animation */
@keyframes flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

/* Optional hover effect */
.flashing-button:hover {
    background-color: #00b3b3;
}










a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    transition: all 0.5s ease-in-out;
}

.automotive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 900px;
    overflow: hidden;
}

@media screen and (max-width: 860px) {
    .automotive {
        width: 100%;
        height: 2200px;
    }

    .mobile-menu-check:checked~.mobile-icon {
        display: none;
    }

    .mobile-menu-check:checked~.mobile-menu-cross {
        display: block;
    }

    .header-menu .mobile-menu-cross {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .automotive {
        width: 100%;
        height: 2300px;
    }
}

#auto-section {
    background: #00b3b3;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;

}



.pick {
    width: 98%;
    margin: 3px 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
}


.pick-info {
    background: #00b3b3;
    width: 70%;
    padding: 30px 30px 30px 120px;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #FFFFFF;
}

.pick-info h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
}

.pick-info li {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
}

.pick-info p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    padding: 5px 0;
}


.pick-img {
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 -80px 0 0;
    z-index: 1;
}




@media screen and (max-width: 860px) {
    #auto-section {
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .pick {
        flex-direction: column;
        align-items: center;
    }

    .pick-img {
        margin: 0;
    }

    .pick-info {
        background: #00b3b3;
        width: 70%;
        padding: 20px;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #FFFFFF;
    }


    .mobile-menu-check:checked~.mobile-icon {
        display: none;
    }

    .mobile-menu-check:checked~.mobile-menu-cross {
        display: block;
    }

    .header-menu .mobile-menu-cross {
        display: none;
    }


}

.auto-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;

}

@media screen and (max-width: 860px) {
    .auto-image {
        position: relative;
        width: 100%;
        height: 45%;
    }


    .mobile-menu-check:checked~.mobile-icon {
        display: none;
    }

    .mobile-menu-check:checked~.mobile-menu-cross {
        display: block;
    }

    .header-menu .mobile-menu-cross {
        display: none;
    }
}

@media screen and (max-width: 747px) {
    .auto-image {
        width: 100vw;
    }

    .pick {
        flex-direction: column;
        align-items: center;
    }

    .pick-img {
        margin: 0;
    }

    .pick-info {
        width: 100%;
    }
}

@media screen and (max-width: 644px) {
    .auto-image img {
        position: absolute;

    }

    .pick {
        flex-direction: column;
        align-items: center;
    }

    .pick-img {
        margin: 0;
    }

    .pick-info {
        width: 100%;
    }
}

.auto-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    width: 40%;
    height: 80%;
    margin-right: 850px;
    margin-left: 12px;
    z-index: 2;
}

@media screen and (max-width: 1353px) {
    .auto-info {
        margin-right: 400px;
        width: 60%;
        background: #00b3b3;
        padding: 0px 25px 0px 0px;
    }

    .mobile-menu-check:checked~.mobile-icon {
        display: none;
    }

    .mobile-menu-check:checked~.mobile-menu-cross {
        display: block;
    }

    .header-menu .mobile-menu-cross {
        display: none;
    }

.automotive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
   
    overflow: hidden;
}

    
}

@media screen and (max-width: 1238px) {
    .auto-info {
        margin-right: 340px;
        width: 100%;
    }

    .mobile-menu-check:checked~.mobile-icon {
        display: none;
    }

    .mobile-menu-check:checked~.mobile-menu-cross {
        display: block;
    }

    .header-menu .mobile-menu-cross {
        display: none;
    }
}

@media screen and (max-width: 1111px) {
    .auto-info {
        margin-right: 270px;
    }

    .mobile-menu-check:checked~.mobile-icon {
        display: none;
    }

    .mobile-menu-check:checked~.mobile-menu-cross {
        display: block;
    }

    .header-menu .mobile-menu-cross {
        display: none;
    }
}

@media screen and (max-width: 910px) {
    .auto-info {
        margin-right: 150px;
    }

    .mobile-menu-check:checked~.mobile-icon {
        display: none;
    }

    .mobile-menu-check:checked~.mobile-menu-cross {
        display: block;
    }

    .header-menu .mobile-menu-cross {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    .auto-info {
        margin: 0px 0px 0px 0px !important;
        padding: 0px 20px 0px 20px !important;
        width: 100%;
        height: 55%;
        align-items: center;
    }
}

@media screen and (max-width: 747px) {
    .auto-info {
        height: 65%;
    }
}

.auto-info h2 {
    color: white;
    font-size: 40px;
    font-weight: 300;
    text-align: right;
}

@media screen and (max-width: 860px) {
    .auto-info h2 {
        text-align: center;
    }
}

.auto-info p {
    color: white;
    font-size: 14pt;
    text-align: right;
    line-height: 1.6;
}

@media screen and (max-width: 860px) {
    .auto-info p {
        text-align: center;
    }
}

.auto-info a {
    background-color: white;
    color: #080808;
    width: 180px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 14pt;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.auto-info a:hover {
    background: #404140;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    transform: translateY(10px);
}

#emergency-section {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #f7f5f5;

}

@media screen and (max-width: 860px) {
    #emergency-section {
        flex-direction: column;
        justify-content: space-between;
    }
}

.emergency-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 820px;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 860px) {
    .emergency-image {
        position: relative;
        width: 100%;
        height: 40%;
    }
}

@media screen and (max-width: 747px) {
    .emergency-image {
        height: 35%;
    }
    
}

@media screen and (max-width: 644px) {
    .emergency-image img {
        position: absolute;

    }
    
}

.emergency-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 40%;
    height: 80%;
    margin-left: 850px;
    margin-right: 12px;
    z-index: 2;

}

@media screen and (max-width: 1353px) {
    .emergency-info {
        margin-left: 400px;
        width: 60%;
        background: #ffffff99;
        padding: 0px 0px 0px 25px;
    }
}

@media screen and (max-width: 1238px) {
    .emergency-info {
        margin-left: 340px;
        width: 100%;
    }

    .mobile-menu-check:checked~.mobile-icon {
        display: none;
    }

    .mobile-menu-check:checked~.mobile-menu-cross {
        display: block;
    }

    .header-menu .mobile-menu-cross {
        display: none;
    }
}

@media screen and (max-width: 1111px) {
    .emergency-info {
        margin-left: 270px;
    }

    .mobile-menu-check:checked~.mobile-icon {
        display: none;
    }

    .mobile-menu-check:checked~.mobile-menu-cross {
        display: block;
    }

    .header-menu .mobile-menu-cross {
        display: none;
    }
}

@media screen and (max-width: 910px) {
    .emergency-info {
        margin-left: 150px;
    }

    .mobile-menu-check:checked~.mobile-icon {
        display: none;
    }

    .mobile-menu-check:checked~.mobile-menu-cross {
        display: block;
    }

    .header-menu .mobile-menu-cross {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    .emergency-info {
        margin: 0px 0px 0px 0px !important;
        padding: 0px 40px 0px 40px !important;
        width: 100%;
        height: 60%;
        align-items: center;
    }
}

@media screen and (max-width: 747px) {
    .emergency-info {
        height: 65%;
    }
    
}

.emergency-info h2 {
    color: #111111;
    font-size: 40px;
    font-weight: 300;
    text-align: left;
}

@media screen and (max-width: 860px) {
    .emergency-info h2 {
        text-align: center;
    }
}

.emergency-info p {
    color: #0f0f0f;
    font-size: 17px;
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width: 860px) {
    .emergency-info p {
        text-align: center;
    }
  
}

.emergency-info a {
    background-color: #00b3b3;
    color: white;
    width: 180px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 14pt;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.emergency-info a:hover {
    background: #404140;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    transform: translateY(10px);
}


/* Back to Top Button Style */
#backToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 30px;
    z-index: 100;
    font-size: 18px;
    background-color: #333;
    color: white;
    border: none;
    outline: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#backToTop:hover {
    background-color: #555;
}




/* FAQ */
.sub {
    color: var(--mute);
    margin: 0;
    font-size: .98rem;
}

.div .faq {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

details {
    background: linear-gradient(180deg, rgba(54, 51, 51, 0.03), rgba(255, 255, 255, .015));
    border: 1px solid rgba(44, 47, 53, 0.15);
    border-radius: var(--radius);
    backdrop-filter: blur(6px);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: border-color .25s ease, transform .2s ease;
}

details[open] {
    border-color: rgba(34, 211, 238, .35);
    transform: translateY(-1px);
}

summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    font-weight: 600;
    font-size: 1.02rem;
}

summary::-webkit-details-marker {
    display: none;
}

.chev {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, .25);
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

details[open] .chev {
    transform: rotate(180deg);
    background: rgba(34, 211, 238, .08);
    border-color: rgba(34, 211, 238, .35);
}

.answer {
    padding: 0 22px 18px 22px;
    color: var(--text);
}

.answer p {
    margin: 0.35rem 0;
    color: #ffffff;
}

summary:focus-visible {
    outline: 3px solid var(--ring);
    outline-offset: 3px;
    border-radius: 10px;
}

.badge {
    display: inline-block;
    font-size: .72rem;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #0e7490;
    background: rgba(34, 211, 238, .16);
    border: 1px solid rgba(34, 211, 238, .35);
    padding: 3px 8px;
    border-radius: 999px;
    margin-left: 10px;
}




/* banner-section */

.banner-section span {
    color: #04ebeb !important;
    font-size: 20px;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 400;
    margin-top: 4px;
    transition: .4s;
     text-shadow: 2px 2px 5px #7c7b7b;
}


.banner-section {
    position: relative;
    padding: 180px 0;
    color: #fff;
    margin-top: 0;
    height: auto;
    z-index: 1;
    overflow: hidden;
    background: url("../img/residential-top.webp") no-repeat center center fixed;
    background-size: cover;
}


.banner-section::before,
.banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 70% center;;
    background-attachment: fixed;
    opacity: 0;
    animation: fade 15s infinite;
    z-index: -1;
}


.banner-section::before {
    background-image: url("../img/locksmith-3.webp");

    animation-delay: 5s;
}


.banner-section::after {
    background-image: url("../img/commercial-top.webp");
    animation-delay: 10s;
}


@keyframes fade {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    30%  { opacity: 1; }
    40%  { opacity: 0; }
    100% { opacity: 0; }
}



.container2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.demo {
  text-align: center;
}

.svg_liquid {
  width: 120px;
  height: 120px;
  cursor: pointer;
  color: #00b3b3;
}

/* Solution 1 */
.solution1 .liquid_path {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-width: 1.5;
  /*Fallback + light/dark*/
  fill: #fff;
  fill: light-dark(oklch(1 0 0), oklch(0 0 0));
  transition: stroke-dashoffset 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: stroke-dashoffset;
}
.solution1:hover .liquid_path,
.solution1:active .liquid_path { stroke-dashoffset: 0; }

/* Solution 2 */
.solution2 .liquid_path {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-width: 1.5;
  fill: #fff;
  fill: light-dark(oklch(1 0 0), oklch(0 0 0));
  transition: stroke-dashoffset 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0,0,0);
}
.solution2:hover .liquid_path,
.solution2:active .liquid_path { stroke-dashoffset: 0; }

/* Solution 3 */
.solution3 .liquid_path {
  stroke: currentColor;
  stroke-linecap:  square;
  stroke-linejoin: square;
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-width: 1.5;
  fill: #fff;
  fill: light-dark(oklch(92.797% 0.00011 271.152), oklch(0 0 0));
  transition: stroke-dashoffset 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: stroke-dashoffset;
  backface-visibility: hidden;
  transform: translate3d(0,0,0);
}
.solution3:hover .liquid_path,
.solution3:active .liquid_path { stroke-dashoffset: 0; }


.arrow-path path {
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

h3 {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}


@media (max-width: 768px) {
  .container2 {
    flex-direction: row;   
    flex-wrap: wrap;       
    justify-content: center; 
  }

  .demo {
    flex: 1 1 45%;  
    max-width: 45%; 
    box-sizing: border-box;
  }

  .svg_liquid {
    width: 100px;
    height: 100px;
  }

  .solution1:active .liquid_path,
  .solution2:active .liquid_path,
  .solution3:active .liquid_path {
    stroke-dashoffset: 0;
  }
}


.map{
    width: 100% ;
}






/* brands */

.brand-slider {
  overflow: hidden;   
  position: relative;
  width: 100%;
  max-width: 100vw;    
  direction: ltr;       
}


.brand-track {
  display: flex;
  gap: 40px;
  width: max-content;
  will-change: transform;
  animation: marquee 28s linear infinite;
}


.brand-item {
  flex: 0 0 auto;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-item img {
  max-width: 100%;
  height: auto;
  opacity: .9;
  transition: opacity .3s;
}
.brand-item img:hover { opacity: 1; }


@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.333%); }
}




/* faq */
.accordion {
      background: #f1f1f1;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 15px;
      width: 100%;
      text-align: left;
      font-size: 16px;
      transition: background 0.3s;
      margin-bottom: 5px;
      position: relative;
    }
    .accordion::after {
      content: "\25B6"; /* right arrow ► */
      font-size: 14px;
      position: absolute;
      right: 20px;
      transition: transform 0.3s;
    }
    .accordion.active::after {
      transform: rotate(90deg); /* down arrow ▼ */
    }
    .accordion.active, .accordion:hover {
      background: #ddd;
    }
    .panel {
      padding: 0 15px;
      max-height: 0;
      overflow: hidden;
      background: #fff;
      transition: max-height 0.3s ease-out;
      border-left: 2px solid #ccc;
      border-right: 2px solid #ccc;
      border-bottom: 2px solid #ccc;
    }
