/*Start Global*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;

    font-style: normal;
}

body.hide-scroll::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Basic reset and positioning */
.navigation-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Top-level menu items */
.navigation-bar>ul>li {
    display: inline-block;
    position: relative;
}

/* Top-level links */
.navigation-bar>ul>li>a {
    display: block;
    padding: 10px 7px 0 7px;
    font-size: 18px;
    text-decoration: none;
}

/* Submenu is hidden by default */
.navigation-bar ul li ul {
    display: none;
    position: absolute;
    padding-top: -5px;
    top: 100%;
    left: 0;
    background-color: rgba(8, 8, 8, 0.623);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    z-index: 999;
}

/* Show submenu only on hover */
.navigation-bar ul li:hover>ul {
    display: block;

}




img {
    max-width: 100%;
}

.hand-write {
    font-family: "Edu VIC WA NT Hand", cursive;
    font-size: 30px;
    font-weight: 100;
    margin: 10px;
    text-align: center !important;  
}


h1 {
    font-family: "Raleway", sans-serif;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
}

h2 {
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}



p {
    color: #515151;
    line-height: 27px;
}

.a-CTA {
    border-bottom: 2px solid #a96700;
    padding-bottom: 4px;
    letter-spacing: 1.5px;
    font-size: 18px;
}

/*End Global*/

/*Start Mutual*/
p,
.a-CTA,
input,
header .navigation-bar a,
.plano li,
.contact .form form label,
.contact .form form button {
    font-family: Cabin, sans-serif;
}

.fa-asterisk,
.a-CTA,
h2,
header .navigation-bar a:hover,
header nav.active .navigation-bar a:hover,
footer .social-media .links a:hover,
.plano .info li a,
.plano .CTA li a:hover {
    color: #a96700;
}

header nav .navigation-bar .underline,
header .text .button button:hover,
.contact .form form button:hover,
.contact .text i:hover {
    color: #fff;
    background-color: #a96700;

}


header .text,
.before-after .text,
.repair .text,
.menu .box-model,
.menu .text,
.fixed-image .text,
footer,
.plano,
.contact .text i {
    text-align: center;
}


header .navigation-bar ul li {
    color: #000000;
    padding: 0;
}




header nav,
header .navigation-bar ul,
.before-after,
.repair,
.before-after .image-container,
.repair .image-container,
.menu,
.menu .menu-image-container,
footer .contact-container,
.plano ul,
.contact {
    display: flex;
}

header nav .toggle,
header nav .toggle span,
header .navigation-bar,
header .navigation-bar ul,
.menu .box-model .close,
footer .social-media .links a,
.plano .CTA li a {
    transition: .3s;
}

header,
header nav .toggle span,
header .navigation-bar a,
header .text,
header .text .arrow .left,
header .text .arrow .right,
.menu .box-image-container,
.fixed-image .text,
.plano,
.plano .arrow-up {
    position: relative;
}



header nav .toggle,
header .navigation-bar .underline,
header .text .arrow .left:after,
header .text .arrow .right:after,
header .svg-down,
header .arrow-down,
.offers .text,
.menu .box-model .close,
.menu .box-model .arrow .arrow-right,
.menu .box-model .arrow .arrow-left,
.menu .box-image-container .box-image,
.plano .svg-up {
    position: absolute;
}

.offers .text,
.fixed-image .text,
.menu .box-image-container,
.menu .box-image-container .box-image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header nav,
header .navigation-bar a:hover .underline,
header .navigation-bar li.active .underline,
.menu .box-model,
.menu .box-image-container,
.menu .box-image-container .box-image {
    width: 100%;
}

button,
.dots>div,
header nav .toggle,
header .arrow-down,
.menu .box-model .close,
.menu .box-model .arrow .arrow-right,
.menu .box-model .arrow .arrow-left,
.menu .menu-image-container .image img,
footer .newsletter i,
.plano .arrow-up {
    cursor: pointer;
}

.dots .active,
header nav.active,
header nav.active .toggle.active span,
header nav .toggle span,
header .navigation-bar .underline,
header .text .arrow .left,
header .text .arrow .right,
header .text .button button,
.contact form button {
    background-color: #fff;
}

h1,
h3,
header .navigation-bar a,
header .text span,
.menu .box-model .close:hover,
footer .text h2,
footer .text p,
footer .social-media .links a,
.contact .text i,
.contact .form form button {
    color: #fff;
}

header nav,
header .navigation-bar.show,
header .navigation-bar a:hover .underline,
header .navigation-bar li.active .underline,
header .text .arrow .left:after,
.menu .box-model,
.plano .arrow-up {
    left: 0;
}

header .text .arrow .left:after,
header .text .arrow .right:after,
header .text span,
footer .social-media .links a,
footer .newsletter i,
.plano .arrow-up,
.contact .text i,
.contact .form form label {
    display: inline-block;
}

/*End Mutual*/

/*Start Dots*/
.dots {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    z-index: 5;
}

.dots div {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 20;
    margin-bottom: 10px;
    border: 2px solid rgb(214, 214, 214);
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.dots .active {
    background-color: rgb(214, 214, 214);
    border-color: rgb(182, 182, 182);
}


/*End Dots*/


.icon {
    font-size: 50px;
    color: #a96700;
}


.icon-2 {
    font-size: 40px;
    color: #050505;
}



/*Start Loader*/
.loader-wrap,
.loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.loader-wrap {
    background-color: #a96700;
    z-index: 30;
}

.loader-wrap.remove {
    display: none;
}

.loader {
    margin: auto;
    height: 40px;
    width: 80px;
    box-sizing: border-box;
}

.loader .loader-item {
    position: relative;
    float: left;
    height: 40px;
    width: 4px;
    margin: 0 2px;
    background-color: #fff;
}

.loader .loader-item:nth-child(1) {
    -webkit-animation: loader-item-1 2s linear infinite;
    animation: loader-item-1 2s linear infinite;
}

.loader .loader-item:nth-child(2) {
    -webkit-animation: loader-item-2 2s linear infinite;
    animation: loader-item-2 2s linear infinite;
}

.loader .loader-item:nth-child(3) {
    -webkit-animation: loader-item-3 2s linear infinite;
    animation: loader-item-3 2s linear infinite;
}

.loader .loader-item:nth-child(4) {
    -webkit-animation: loader-item-4 2s linear infinite;
    animation: loader-item-4 2s linear infinite;
}

.loader .loader-item:nth-child(5) {
    -webkit-animation: loader-item-5 2s linear infinite;
    animation: loader-item-5 2s linear infinite;
}

.loader .loader-item:nth-child(6) {
    -webkit-animation: loader-item-6 2s linear infinite;
    animation: loader-item-6 2s linear infinite;
}

.loader .loader-item:nth-child(7) {
    -webkit-animation: loader-item-7 2s linear infinite;
    animation: loader-item-7 2s linear infinite;
}

.loader .loader-item:nth-child(8) {
    -webkit-animation: loader-item-8 2s linear infinite;
    animation: loader-item-8 2s linear infinite;
}

.loader .loader-item:nth-child(9) {
    -webkit-animation: loader-item-9 2s linear infinite;
    animation: loader-item-9 2s linear infinite;
}

.loader .loader-item:nth-child(10) {
    -webkit-animation: loader-item-10 2s linear infinite;
    animation: loader-item-10 2s linear infinite;
}

.loader:after {
    content: 'Loading...';
    font-size: 16px;
    font-family: Arial, serif;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    margin: auto;
}

@-webkit-keyframes loader-item-1 {
    1% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    11% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    21% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-1 {
    1% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    11% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    21% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-2 {
    7% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    17% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    27% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-2 {
    7% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    17% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    27% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-3 {
    13% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    23% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    33% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-3 {
    13% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    23% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    33% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-4 {
    19% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    29% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    39% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-4 {
    19% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    29% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    39% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-5 {
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    35% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    45% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-5 {
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    35% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    45% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-6 {
    31% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    41% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    51% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-6 {
    31% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    41% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    51% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-7 {
    37% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    47% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    57% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-7 {
    37% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    47% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    57% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-8 {
    43% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    53% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    63% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-8 {
    43% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    53% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    63% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-9 {
    49% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    59% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    69% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-9 {
    49% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    59% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    69% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-10 {
    55% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    65% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    75% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-10 {
    55% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    65% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    75% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/*End Loader*/

/*Start Home Page*/

/*Start Header*/
header {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/garage-door.webp") fixed bottom;
    padding: 20px 70px;
}


.emergency {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/emergency-garage-door.webp") fixed bottom;
    padding: 20px 70px;
}

.parts {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/garage-door-parts.webp") fixed bottom;
    padding: 20px 70px;
}

.locations {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/service-locations.webp") fixed bottom;
    padding: 20px 70px;
}


.about-us {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/about-us.webp") fixed bottom;
    padding: 20px 70px;
}

.commercial {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/commercial-garage-door.webp") fixed bottom;
    padding: 20px 70px;
}


.residential {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/residential.webp") fixed bottom;
    padding: 20px 70px;
}


.cable {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/cable.webp") fixed bottom;
    padding: 20px 70px;
}


.roll-up {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/roll-up.webp") fixed bottom;
    padding: 20px 70px;
}

.remote {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/garage-door-remote-2.webp") fixed bottom;
    padding: 20px 70px;
}



.opener {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/garage-door-opener.webp") fixed bottom;
    padding: 20px 70px;
}


.spring {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/garage-door-spring-top.webp") fixed bottom;
    padding: 20px 70px;
}



.replacement {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/garage-door-replacement.webp") fixed bottom;
    padding: 20px 70px;
}


.install {
    height: calc(100vh - 22px);
    background-size: cover;
    background-repeat: no-repeat;
    background: url("../img/garage-door-installation.webp") fixed bottom;
    padding: 20px 70px;
}



header nav {
    position: fixed;
    top: 0;
    padding: 36px 36px 20px;
    z-index: 20;
    
}

header nav .toggle {
    display: none;
    top: 26px;
    left: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
    z-index: 21;
}

header nav .toggle:focus {
    outline: none;
}

header nav.active .toggle span {
    background-color: #000;
}

header nav .toggle.active {
    left: 32%;
}

header nav .toggle.active .first {
    top: 16px;
    transform: rotate(-45deg);
}

header nav .toggle.active .last {
    top: 0;
    transform: rotate(45deg);
}

header nav .toggle .hide {
    transition: 0s;
    visibility: hidden;
}

header nav .toggle span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 40px;
}

header nav .toggle span:not(:last-of-type) {
    margin-bottom: 6px;
}

header nav .logo {
    flex-basis: 20%;
    padding-left: 50px;
}

header .navigation-bar.show {
   width: 80%;
    margin-left: auto;
}

header .navigation-bar {
    width: 80%;
  margin-right: 0;
}


header .navigation-bar.show a {
    color: #ccc !important;
}

header .navigation-bar.show a:hover {
    color: #fff !important;
}

header .navigation-bar ul li {
    /* flex: 1; */
    padding: 15px 5px;
}

header .navigation-bar a {
    text-decoration: none;
    text-align: left;
    transition: all .5s;
    font-size: 18px;
}

header nav.active .navigation-bar a {
    color: #000;
}

header .navigation-bar .underline {
    height: 2px;
    width: 0;
    left: 50%;
    bottom: -4px;
    transition: all .3s;
    display: block;
}

header .text {
    top: 24%;
}

header .text h1 {
    margin-bottom: 0;
}

header .text .arrow .left,
header .text .arrow .right {
    height: 3px;
    width: 100px;
}

header .text .arrow .left {
    left: -1%;
}

header .text .arrow .right {
    right: -1%;
}

header .text .arrow .left:after,
header .text .arrow .right:after {
    content: '';
    border: 10px solid transparent;
    border-left-color: #fff;
    top: -8px;
}

header .text .arrow .right:after {
    right: 0;
    border-color: transparent #fff transparent transparent;
}

header .text .arrow .fa-asterisk {
    vertical-align: super;
}

header .text span {
    font-family: "Edu VIC WA NT Hand", cursive;
    color: #a96700;
    font-size: 35px;
    font-weight: 100;
    margin: 12px;
}

header .text .white {
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    margin: 15px 0;
}

header .text .button button,
.contact form button {
    border: 2px;
    padding: 20px 18px;
    letter-spacing: 2.4px;
    font-size: 50px;
    color: #a96700;
    background-color: #fff;
    font-family: source_sans_problack, sans-serif;
    font-weight: bold;
    border-radius: 20px;
}


.button button {
    border: 50px;
    padding: 20px 18px;
    font-size: 25px;
    color: #ffffff;
    background-color: #a96700;
    font-family: source_sans_problack, sans-serif;
    font-weight: bold;
    border-radius: 20px;
}




header .text .button button,
.contact form button:focus {
    outline: none;


}

header .svg-down {
    bottom: 0;
    left: 50%;
    z-index: 5;
    margin-left: -96px;
    margin-bottom: -12px;
    color: #fff;
}



/*End Header*/

/*Start before-after*/
.before-after,
.repair {
    padding: 60px;
}

.before-after .text,
.repair .text {
    flex: 50%;
    padding: 40px 52px 0 0;
}


.repair .text h3 {
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #a96700;
    margin: 10px 0;
}


.accordion h3 {
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #a96700;
    margin: 20px 0;
}


.before-after .text .fa-asterisk,
.repair .text .fa-asterisk {
    color: #9a9998;
}

.before-after .image-container,
.repair .image-container {
    flex: 50%;
}

.before-after .image,
.repair .image {
    margin-left: 20px;
}

/*End before-after*/

/*Start offers*/
.offers {
    text-align: center;
}

.card {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.col-4 {
    flex: 1;
    max-width: 33.33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
}

.content-box {
    flex-direction: column;
    background-image: url(../img/garage-door-offers-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: auto;
}

.image-box {
    padding: 0;
    background: none;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.col-4 h2 {
    font-family: source_sans_problack, sans-serif;
    font-size: 80px;
    color: #ffffff;
    margin: 20px 0 10px;
    font-weight: bolder;
}

.col-4 span {
    font-family: source_sans_problack, sans-serif;
    font-size: 45px;
    color: #ffffff;
    margin: 20px 0;
    font-weight: 200;
}

.col-4 hr {
    width: 70%;
    margin: 30px auto;
}

.col-4 .gray {
    font-size: 30px;
    color: #bdbcbc;
    font-style: italic;
}

/*End offers*/

/*Start Menu*/
.menu {
    padding: 60px;
}

.menu .box-model {
    display: none;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, .7);
}

.menu .box-model.active {
    display: block;
}

.menu .box-model.active body {
    overflow: hidden;
}

.menu .box-model .close {
    color: #ccc;
    right: 25px;
    top: 10px;
    z-index: 20;
}

.menu .box-model .arrow .arrow-right,
.menu .box-model .arrow .arrow-left {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 50%;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 20;
}

.menu .box-model .arrow .arrow-left {
    left: 20px;
    transform: rotate(-135deg);
}

.menu .box-image-container {
    height: 100%;
}

.menu .box-image-container .box-image img.active {
    animation: scale .5s;
}

@keyframes scale {
    from {
        transform: scale(0, 0)
    }

    to {
        transform: scale(1, 1)
    }
}

.menu .menu-image-container {
    display: flex;
    flex-wrap: wrap;
    flex: 60%;
    gap: 20px;
    /* smoother spacing */
}

.menu .menu-image-container .image {
    position: relative;
    overflow: hidden;
    width: 45%;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.4s ease-in-out;
    /* slightly slower and smoother */
}

.menu .menu-image-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease-in-out;
    /* consistent with parent */
}

.menu .image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* slightly lighter for a softer feel */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    pointer-events: none;
    /* prevents overlay from blocking hover */
}

.menu .image .caption {
    color: white;
    font-size: 16px;
    padding: 15px;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.menu .image:hover img {
    transform: scale(1.07);
    /* slightly more zoom */
}

.menu .image:hover .overlay {
    transform: translateY(0);
}

.menu .image:hover .caption {
    transform: translateY(0);
    opacity: 1;
}





.menu .text {
    flex: 55%;
    padding: 10px 0 0 10px;
}

.menu .text h3 {
    color: #000;
    ;
}

.menu .text .fa-asterisk {
    color: #9a9998;
}

/*End Menu*/

/*Start fixed-image*/
.fixed-image {
    background: url("../img/back-spring.webp") fixed center;
    background-size: cover;
    color: #fff;
    height: 600px;
}


.fixed-image p {
    color: #fff;
}

.fixed-image span {
    font-family: "Edu VIC WA NT Hand", cursive;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    margin: 10px;
}

.fixed-image button {
    border: 2px solid;
    padding: 20px 20px;
    font-size: 20px;
    color: #a96700;
    background-color: transparent;
    font-family: source_sans_problack, sans-serif;
    font-weight: bold;
    border-radius: 20px;
}







.expert {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 0;
    justify-content: center;
    text-align: center;
}


.expert .card {
    margin: 50px 0;
    justify-content: center;
    text-align: center;
}

.col-5 {
    justify-content: center;
    margin: 0 30px;
}

.expert .text {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.expert .text h3 {
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #a96700;
    margin: 10px 0;
    text-align: center;
}

.expert .text .hand-white {
    font-family: "Edu VIC WA NT Hand", cursive;
    font-size: 30px;
    font-weight: 100;
    margin: 10px;
}

.expert .text p {
    line-height: 27px;
}






/*End fixed-image*/

/*Start Footer*/
footer {
    justify-content: center;
    background-color: #e4e4e4;
    padding: 60px 20px;
}



footer .text .fa-asterisk {
    font-size: 12px;
}


footer .contact-container {
    padding: 40px 0;
    max-width: 80%;
    margin: auto;
}

footer .contact-container>div {
    flex: 0.5;
}

footer h3 {
    font-family: "Raleway", sans-serif;
    font-size: 35px;
    color: #a96700;
    ;
}

footer .hand-write {
    font-family: "Edu VIC WA NT Hand", cursive;
    font-size: 20px;
    color: #0a0a0a;
    ;
}

footer .contact-container .icon {
    font-size: 13px;

}

footer .contact-container p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    text-align: left;
    color: #000000;

}


footer .contact-container a {
    color: #000000;

}


.plano {
    padding: 15px 40px 15px;
    background-color: #000000;
}

.plano .svg-up {
    top: 0;
    left: 50%;
    margin-left: -96px;
    margin-top: -50px;
}

.plano .arrow-up {
    width: 40px;
    height: 10px;

    color: #fff;

}

.plano ul {
    justify-content: center;
}

.plano li {
    color: #919191;
    font-size: 14px;
}

.plano li:not(:last-of-type):after {
    content: '•';
    margin: 10px;
}

.plano .CTA {
    margin-top: 25px;
}

.plano .CTA li a {
    color: #919191;
}

/*End Footer*/

/*End Home Page*/


.contact {
    padding: 78px 40px;
}

.contact>div {
    flex: 50%;
}

.contact .text p {
    margin-bottom: 30px;
}

.contact .text i {
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 50%;
    line-height: 48px;
    font-size: 24px;
}

.contact .text h2 {
    font-family: source_sans_problack, sans-serif;
    font-size: 24px;
    color: #262626;
    margin-bottom: 20px;
}

.contact .form {
    margin-left: 48px;
}

.contact .form form label {
    margin-bottom: 5px;
    color: #515151;
}

.contact .form form input,
.contact .form form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 24px;
    border-radius: 5px;
    border: 2px solid #D8D8D8;
    outline: none;
}

.contact .form form input:focus,
.contact .form form textarea:focus {
    border-color: #a96700;
    box-shadow: 0 1px 1px #737373;
}

.contact .form form textarea {
    height: 212px;
    resize: none;
}

.contact .form form button {
    background-color: #262526;
    padding: 12px 30px;
    font-size: 12px;
}

/*End Contact Page*/

/*Start Home Page Responsive*/

@media (max-width: 1200px) {

    .menu,
    .before-after,
    .repair {
        padding: 60px 40px;
    }

    .before-after .text,
    .repair .text {
        padding: 0 32px 0 0;
    }

    .before-after .image-container,
    .repair .image-container {
        align-items: center;
    }

    .menu .text {
        padding: 0 0 0 32px;
    }
}

@media (max-width: 992px) {
    body {
        padding: 0;
    }

    .dots {
        display: none;
    }

    header {
        height: calc(100vh - 10px);
    }

    header nav .logo {
        padding-left: 0;
    }

    .before-after {
        display: block;
        padding-top: 50px;
    }

    .before-after .text,
    .repair .text {
        padding: 0 0 40px;
    }

    .before-after .image-container .image1,
    .repair .image-container .image1 {
        margin-left: 0;
    }

    .menu {
        display: block;
        padding: 60px 20px 60px 40px;
    }

    .menu .text {
        padding: 20px 20px 0 0;
    }

    .repair {
        display: block;
        padding: 30px 20px 60px;
    }

    .contact {
        display: block;
        padding: 78px 20px;
    }

    .contact .form {
        margin-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {

    .navigation-bar ul li ul {
        position: static;
        /* Let submenu follow normal flow */
    }

    header nav {
        display: block;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 25px;
    }

    header nav .toggle {
        display: block;
    }

    header .navigation-bar {
        position: fixed;
        top: 0;
        left: -400px;
        overflow: hidden;
        z-index: 20;
        padding: 10px;
    }

    header .navigation-bar ul {
        display: block;
        padding-top: 10px;

    }

    header .navigation-bar ul li {
        text-align: left;
        padding: 5px 5px 10px ;
        display: block;
    }


    header .text .white {
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
}


    .offers .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }


    .fixed-image {
        background: url("../img/back-spring.webp") fixed center;
        background-size: cover;
        color: #fff;
        height: 700px;
    }


    .fixed-image button {
        border: 2px solid;
        padding: 15px 15px;
        font-size: 17px;
        color: #a96700;
        background-color: transparent;
        font-family: source_sans_problack, sans-serif;
        font-weight: bold;
        border-radius: 20px;
    }


    .btn-container {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-container button {
   
    margin: 10px 0; /* مسافة بين الأزرار */
  }


@media (max-width: 768px) {
  .rounded-social-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
  }

  .rounded-social-buttons .social-button {
    flex: 0 0 calc(20% - 0.5rem); /* 5 icons per row */
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    margin: 0.25rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .rounded-social-buttons .social-button img {
    width: 60%;
    height: 60%;
    object-fit: contain;
  }

  .rounded-social-buttons i {
    font-size: 1.5rem;
  }
}


#form {
  position: relative;
  
  margin:  0;
   text-align: center;
}



    footer .contact-container {
        display: block;
    }

    footer .social-media {
        margin-bottom: 40px;
    }

    .plano ul {
        display: block;
        margin-top: -20px;
    }

    .plano li {
        margin-bottom: 5px;
    }

    .plano li:not(:last-of-type):after {
        content: '';
    }




}

@media (max-width: 576px) {

    h3,
    h1 {
        font-size: 25px;
        padding: 10px 0;
    }

    header .text .button button,
    .contact form button {
        padding: 20px 18px;
        font-size: 30px;
        color: #a96700;
        background-color: #fff;
        font-family: source_sans_problack, sans-serif;
        font-weight: bold;
        border-radius: 20px;
    }



    h2 {
        font-size: 20px
    }

    header {
        padding: 0;
    }

    header nav .logo {
        padding-left: 0;
    }

    header nav .toggle.active {
        left: 36%;
    }

    header .navigation-bar.show {
        padding: 20px;
        width: 70%;
        background-color: #262526;
    }

    .before-after,
    .repair {
        padding: 60px 20px;
    }

    .menu {
        padding: 60px 0 60px 20px;
    }
}



.simple-slider {
    position: relative;
    width: 800px;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
}

.slider-images {
    position: relative;
    width: 100%;
    height: auto;
}

.slider-img {
    display: none;
    width: 100%;
    height: auto;
}

.slider-img.active {
    display: block;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
}

.slider-btn.prev {
    left: 10px;
}

.slider-btn.next {
    right: 10px;
}


.back-accordion {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #e7e7e7;
}

.accordion {
    max-width: 60%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    text-align: center;

}

details {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 0.9em 1em;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

summary {
    font-weight: normal;
    cursor: pointer;
    list-style: none;
    position: relative;
}

summary::marker {
    display: none;
}

summary::after {
    content: "▼";
    position: absolute;
    right: 0;
    font-size: 0.7em;
    transition: transform 0.3s ease;
}

details[open] summary::after {
    content: "➖";
}

.content {
    margin-top: 10px;
    padding-left: 10px;
    color: #333;
}


.testim .hand-white {
    font-family: "Edu VIC WA NT Hand", cursive;
    font-size: 30px;
    font-weight: 100;
   padding-bottom: 25px;
   margin-bottom: 20px;
    color: #fff;
    text-align: center;
    justify-content: center;
}



.testim {
    width: 100%;
    position: relative;
    /* FIXED */
    margin-top: 100px;
    background-color: #121212;
    transform: none;
    /* FIXED */
}


.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 15;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #a96700;
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    width: 100%;
    height: 12px;
    margin-top: 20px;
    /* space between testimonial and dots */
    position: relative;
    /* remove absolute positioning if present */
}


.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #a96700;
    border-color: #a96700;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #a96700;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #a96700;
        box-shadow: 0px 0px 10px 5px #a96700;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #a96700;
        box-shadow: 0px 0px 0px 0px #a96700;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #a96700;
        box-shadow: 0px 0px 10px 5px #a96700;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #a96700;
        box-shadow: 0px 0px 0px 0px #a96700;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #a96700;
        box-shadow: 0px 0px 10px 5px #a96700;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #a96700;
        box-shadow: 0px 0px 0px 0px #a96700;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #a96700;
        box-shadow: 0px 0px 10px 5px #a96700;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #a96700;
        box-shadow: 0px 0px 0px 0px #a96700;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #a96700;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #a96700;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}




/* brands slider */

.slider-top {
    padding: 0;
     box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}


.slider {
  padding-block: 12px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  mask-image: linear-gradient(to right, transparent 20% 80%, #000, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
}


.slider-top h3 {
    font-family: "Edu VIC WA NT Hand", cursive;
    font-size: 30px;
    font-weight: 100;
    margin: 0;
    padding: 30px 0 10px 0;
    text-align: center !important;
    justify-content: center;
    color: #a96700;
}

.list {
  display: flex;
  width: calc(
    var(--width) * var(--imageQuantity) * 2
  ); /* Double the width for seamless looping */
  gap: calc(var(--width) / 4);
  animation: autoScroll 20s linear infinite;
}

.list:hover {
  animation-play-state: paused !important;
}

.item {
  width: var(--width);
  height: var(--height);
  flex-shrink: 0;
}

.item img {
  width: 100%;
  height: 100%;
  transition: filter 0.5s ease-in-out;
}

@keyframes autoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
  }
}

.slider[reverse="true"] .list {
  animation: reverseScroll 20s linear infinite;
}

@keyframes reverseScroll {
  0% {
    transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
  }
  100% {
    transform: translateX(0);
  }
}

.slider:hover .item img {
  filter: grayscale(1);
}

.slider .item:hover img {
  filter: grayscale(0);
}







/* social */

/* Container Styling */
.rounded-social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
}

/* General Button Styling */
.rounded-social-buttons .social-button {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  margin: 0.25rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* Image inside buttons */
.rounded-social-buttons .social-button img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

/* Font Awesome icon sizes */
.rounded-social-buttons i {
  font-size: 1.5rem;
}

/* Hover effect */
.rounded-social-buttons .social-button:hover {
  transform: rotate(360deg);
}


.copy p {
    color: #fff;
}

.copy a {
    color: #fff;
}


/* Responsive Layout: Wrap into rows on screens ≤ 768px */
@media (max-width: 768px) {
  .rounded-social-buttons .social-button {
    flex: 0 0 calc(20% - 0.5rem); /* 5 per row */
  }
}


/* form */
#form {
  position: relative;
  margin: 20px auto 20px auto;
  text-align: center;
  overflow: hidden;
}

input {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width: 90%;
  height: 50px;
  padding: 0 15px;
  background: #fff;
  outline: none;
  color: #726659;
  border: solid 1px #b3aca7;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

input:hover {
  background: #b3aca7;
  color: #e2dedb;
}

textarea {
  width: 90%;
  max-width: 90%;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  border: solid 1px #b3aca7;
  background: #fff;
  outline: none;
  color: #726659;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
}

#submit {
  padding: 0;
  margin: -3px 0 0 0;
  border: solid 1px #b3aca7;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: #131313;
  outline: none;
  cursor: pointer;
  border-top: none;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

#submit:hover {
  color: #e2dedb;
  background: #b3aca7;
}


.submenu ul {
    background-color: transparent;
    transition: background-color 0.3s ease;
}


.submenu ul li {
   margin: -5px 0 0 10px;
  font-weight: lighter;
}

.submenu ul.white-bg {
    background-color: white;
}




@media (max-width: 1024px) {

    .navigation-bar ul li ul {
        position: static;
        /* Let submenu follow normal flow */
    }

    header nav {
        display: block;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 25px;
    }

    header nav .toggle {
        display: block;
    }

    header .navigation-bar.show {
        padding: 20px;
        width: 70%;
        background-color: #262526;
    }

    header .navigation-bar {
        position: fixed;
        top: 0;
        left: -600px;
        overflow: hidden;
        z-index: 20;
        padding: 10px;
    }

    header .navigation-bar ul {
        display: block;
        padding-top: 10px;

    }

    header .navigation-bar ul li {
        text-align: left;
        padding: 5px 5px 10px ;
        display: block;
    }
}



/* service locations */

 .container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      width: 100%;
    }

    .btn-container {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px 0;
    }

    button {
      position: relative;
      padding: 15px 30px;
      margin: 20px;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.4s ease;
      overflow: hidden;
      color: white;
     
    }

    /* Common Effects */

    

    .btn-effect-7 { background: #222; color: #a96700; border: 2px solid #a96700; }
    .btn-effect-7:hover { animation: lightning 1.5s infinite; }

   
    

    /* Animations */
    @keyframes explode {
      0% { transform: scale(1); }
      50% { transform: scale(1.2); }
      60% { transform: scale(0.9); }
      100% { transform: scale(1.1); }
    }

    @keyframes shake {
      0%, 100% { transform: translateX(0); }
      25% { transform: translateX(-5px) rotate(-5deg); }
      50% { transform: translateX(5px) rotate(5deg); }
      75% { transform: translateX(-5px) rotate(-5deg); }
    }

    @keyframes lightning {
      0%, 50%, 100% { box-shadow: 0 0 5px #a96700; }
      25% { box-shadow: 0 0 20px #a96700; }
      75% { box-shadow: 0 0 30px #a96700, 0 0 50px #a96700; }
    }

    @keyframes pulse {
      0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(155, 89, 182, 0.7); }
      70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(155, 89, 182, 0); }
      100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(155, 89, 182, 0); }
    }

    @keyframes blur {
      0% { filter: blur(0); transform: scale(1); }
      50% { filter: blur(3px); transform: scale(1.1); }
      100% { filter: blur(0); transform: scale(1.05); background: #2ecc71; }
    }

    @keyframes magnet {
      0% { transform: scale(1.05); }
      100% { transform: scale(1.1) rotate(-2deg); }
    }


