@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #fff;
    font-weight: 400;
    background-color: #1c1c1c
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow-x: hidden
}



a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    margin-bottom: 12px;
}

h1,
.h1 {
    font-size: 48px;
    line-height: 120%;
    font-weight: 900;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 115%;
    font-weight: 600
}

h3,
.h3 {
    font-size: 28px;
    line-height: 115%;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 120%;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 115%;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 115%;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

li:last-child {
    margin-bottom: 0
}

button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 80px 0;
}

.pad-all {
    padding: 80px 30px
}

.pad-80 {
    padding: 80px 0
}

.pad-b50 {
    padding-bottom: 50px
}

.pad-t50 {
    padding-top: 50px
}

.pad-30 {
    padding: 30px 0
}

.bg_gray {
    background: #161616
}

.bg_dark {
    background: #040404
}

.bg_green {
    background: #152E24
}

.relative {
    position: relative
}

.container {
    max-width: 1200px
}

.container.wide {
    max-width: 1480px;
}

.container.smalls {
    max-width: 1080px
}

.section-heading {
    margin-bottom: 50px
}

.cta-btn {
    position: relative;
    isolation: isolate;
    /* keeps blends clean */
    background-color: #133E2C;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.31' fill='white'/></svg>");
    background-blend-mode: overlay;
    background-size: cover;
    padding: 16px 25px;

    /* asymmetrical corners like the comp */
    border-radius: 12px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
    border: none;
    /* we draw the stroke via ::before */
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}

/* gradient “fading” border: strong at top-right + bottom-left */
.cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    /* border thickness */

    /* diagonal fade: TR ↔ BL stronger, center softer */
    background: linear-gradient(135deg,
            rgba(79, 131, 109, .65) 0%,
            rgba(79, 131, 109, .22) 48%,
            rgba(79, 131, 109, .22) 52%,
            rgba(79, 131, 109, .65) 100%);

    /* make it a ring (only the 1px stroke shows) */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    /* Safari */
    mask-composite: exclude;
    /* Chrome/FF */
    pointer-events: none;
}


.icon-btn {
    display: inline-flex;
    align-items: center
}

.icon-btn span {
    margin-left: 0;
}

.icon-btn img {
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.btn-dark {
    background-color: rgba(10, 10, 10, 0.38);
}

.btn-dark::before {
    background:
        radial-gradient(120% 140% at 0% 0%, rgba(255, 255, 255, .16), transparent 60%),
        radial-gradient(120% 140% at 100% 0%, rgba(255, 255, 255, .22), transparent 60%),
        radial-gradient(120% 140% at 0% 100%, rgba(255, 255, 255, .22), transparent 60%),
        radial-gradient(120% 140% at 100% 100%, rgba(255, 255, 255, .16), transparent 60%),
        linear-gradient(0deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .10));
}

.h_100 {
    height: calc (100% - 30px)
}


/*Header CSS*/

.header-area {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 11;
    padding-top: 20px
}

.header-inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(53, 53, 53, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 30px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
}

.header-menu li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.mainmenu ul li.has-submenu > a::after {
    position: absolute;
    content: "";
    right: -15px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

.mainmenu ul li.has-submenu > a:hover::after {
    border-color: #fff
}
.mainmenu ul li.has-submenu li a::before{
    display: none;
}

.mainmenu ul li a:hover,
.mainmenu ul li:hover > a {
    opacity: 1;
}

.mainmenu ul li > ul {
    width: 210px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 4px solid #143843;
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background: rgba(53, 53, 53, 1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 8px 7px;
    display: block;
}

.mainmenu ul li > ul > li a:hover {
    color: #66A54E
}

.header-menu li:last-child {
    margin-right: 0
}

.header-menu a {
    display: block;
    position: relative;
    padding: 20px 0;
}

.header-menu a::before {
    position: absolute;
    content: "";
    width: 2%;
    height: 1px;
    left: 0;
    bottom: 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s
}
.header-menu li ul li a::before{
	display:none
}
.header-menu a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

/*Hero CSS*/
.hero-area {
    position: relative;
    padding-top: 190px;
}

.hero-area .container {
    position: relative;
    z-index: 9
}

.hero-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.2) 0%, rgba(28, 28, 28, 1) 100%);

}

.hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.hero-box {
    padding: 17px 20px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(53, 53, 53, 0.5);
    margin-top: 100px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);

    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
}



.hero-box-left {
    display: flex;
    align-items: center;
}

.hero-box-text span {
    display: block;
    font-weight: 600;
    font-size: 16px
}

.hero-box-text a {
    font-size: 14px;
    font-weight: 400
}
.hero-box-text a:hover{
    text-decoration: underline;
}
.hero-box-content {
    display: flex;
    align-items: center
}

.hero-box-icon img {
    width: 40px;
    height: 40px;
    margin-right: 15px
}

.hero-inner .title {
    font-size: 26px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    font-family: "Dancing Script", cursive;
    font-style: italic;
}

.hero-box-left .divider {
    width: 2px;
    height: 50px;
    background: #fff;
    margin: 0 20px
}

.hero-inner .cta-btn {
    display: inline-block
}

/*Service CSS*/

.content-box.style1 {
    background: rgba(53, 53, 53, 0.5);
    padding: 24px 36px;
    border-radius: 24px;
    height: 100%;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.content-box.style1 .cta-btn {
    margin-top: 20px
}

.content-box.style1 img {
    width: 80px;
    display: block;
    margin-bottom: 15px
}

.content-box.style1 .cta-btn img {
    width: 20px;
    height: 20px;
    margin-bottom: 0
}

.content-box.style1:hover {
    background: rgba(0, 66, 37, 0.5);
    border: 1px solid #00CE72;
    box-shadow: 0 0 50px rgba(0, 206, 114, 0.6);
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.25' fill='white'/></svg>");
    background-blend-mode: overlay;
}

.service-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.service-bg:first-of-type {
    opacity: 1;
}

/*Logo Slider CSS*/

.logo-slider-box {
    margin: 0 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-slider-box img {
    height: 100%;
    object-fit: contain
}

.content-action .cta-btn {
    margin: 0 10px;
    width: 260px;
    text-align: center;
}

/*Benefits CSS*/

.content-box.style2 {
    background-color: rgba(53, 53, 53, 0.5);
    padding: 36px 50% 36px 36px;
    border-radius: 24px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
    font-size: 22px
}
.content-box.style3 img {
    height: 182px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.content-box.style2 .title {
    font-weight: 600;
    font-size: 30px
}

.content-box-bg.style2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    object-fit: contain;
}

.content-box.style2 .content-text {
    margin-bottom: 100px
}

.content-icon.style2 {
    position: absolute;
    bottom: 30px;
}

.benefit-bgone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    inset:0;
    mix-blend-mode: overlay;
}

.content-style2 .container {
    position: relative;
    z-index: 9
}


.content-icon.style2 img {
    width: 30px
}

.benefit-shapeone {
    position: absolute;
    width: 500px;
    height: 300px;
    border-radius: 20px;
    background: #000;
    left: 0;
    top: 18%;
    transform: rotate(-20deg);
    opacity: 0.2;
}

.benefit-shapetwo {
    position: absolute;
    width: 400px;
    height: 300px;
    border-radius: 20px;
    background: #000;
    right: 5%;
    top: 12%;
    transform: rotate(25deg);
    opacity: 0.2;
}

.benefit-shapethree {
    position: absolute;
    width: 250px;
    height: 130px;
    border-radius: 20px;
    background: #000;
    left: 15%;
    bottom: 30px;
    transform: rotate(-10deg);
    opacity: 0.2;
}

.benefit-shapefour {
    position: absolute;
    width: 430px;
    height: 280px;
    border-radius: 20px;
    background: #000;
    right: 10%;
    bottom: 30px;
    transform: rotate(6deg);
    opacity: 0.2;
}

.benefit-shapefive {
    position: absolute;
    width: 150px;
    height: 100px;
    border-radius: 20px;
    background: #000;
    right: -19px;
    bottom: 35%;
    transform: rotate(-9deg);
    opacity: 0.2;
}
.pad-150{
    padding-bottom: 150px;
}

/*Blog CSS*/
.content-box.style3 {
    background: rgba(37, 49, 44, 0.5);
    height: calc(100% - 30px);
    padding: 20px 20px 70px;
    margin-bottom: 30px;
    border-radius: 24px;
    border: 1px solid rgba(79, 131, 109, 0.5);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
    display: block
}

.content-box.style3:hover {
    transform: translateY(-12px)
}

.content-box.style3 .meta {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #34A853;
    padding-bottom: 10px;
    font-size: 18px
}

.content-box.style3 .meta .date {
    color: #D2D2D2
}

.content-box.style3 .meta .cat {
    color: #34A853
}

.blog-banner .blog-rank li {
    display: inline-block;
    margin-right: 10px
}

.blog-banner .blog-rank li:last-child {
    margin-right: 0
}


.blog-banner .blog-rank {
    padding-left: 100px
}

.banner-counter {
    display: flex;
    justify-content: flex-end;
    padding-right: 100px
}

.banner-counter-box.margin {
    margin-left: 0
}

.banner-counter-box {
    margin-right: 50px
}

.banner-counter-box span {
    font-size: 48px;
    margin-bottom: 10px;
    display: block;
    line-height: 100%
}

.banner-counter-box p {
    font-size: 20px
}

.blog-banner .h2 {
    font-size: 150px;
    font-weight: 400;
    margin: 100px 0;
    line-height: 93%;
}

.blog-banner .style3 {
    height: auto;
    padding: 24px;
    backdrop-filter: blur(4px);
    background: rgba(0, 66, 37, 0.4);
    margin-bottom: 0;
    transition: all 0.4s;
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='5' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.25' fill='white'/></svg>");
    background-blend-mode: overlay;
}

.blog-banner .style3 p {
    font-size: 14px
}

.blog-banner .container {
    position: relative;
    padding: 100px 15px;
    z-index: 9
}

.blog-banner-one {
    position: absolute;
    bottom: -30px;
    left: 15px;
    width: 42%;
}

.blog-banner-two {
    position: absolute;
    top: 0;
    right: 15px;
    width: 42%;
}

.about-banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0.4;
    mix-blend-mode: overlay
}

.blog-banner {
    padding-top: 180px
}

.single-blog-banner .banner-inn {
    z-index: 9;
    position: relative;
    padding-top: 300px
}

.single-blog-banner .title {
    font-weight: 800
}

.single-blog-banner .heading {
    font-size: 80px
}

.single-blog-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(2, 106, 60, 0.1);
    z-index: 1;
}

.content-text ol {
    padding-left: 20px
}

.content-text ol li {
    list-style: decimal;
    padding-left: 10px;
    margin-bottom: 30px;
    line-height: 160%
}

.blog-details-content .container {
    padding: 80px
}

.blog-inner-bg {
    padding: 50px 0;
    border-top: 1px solid #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    position: relative;
    z-index: 1
}

.blog-inner-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 100%;
    background: #040404;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.icon-teaser li {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 20px
}

.icon-teaser img {
    width: 28px;
    margin-right: 20px
}

.section-heading {
    margin-top: 80px
}

.content-area.border-end {
    border-bottom: 1px solid #1c1c1c
}

/*Location CSS*/

.content-box.style4 {
    background-color: rgba(53, 53, 53, 0.5);
    border-radius: 24px;
    padding: 24px;
    height: 100%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
}

.map-location iframe {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 30px
}

.content-box.style4 .content-text p {
    margin-bottom: 5px
}

.content-box.style4 form {
    margin-top: 30px
}

.content-box.style4 form li {
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 20px
}

.content-box.style4 form input {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    height: 40px !important;
    color: #fff !important;
        border-bottom: 2px solid rgba(255, 255, 255, 0.25) !important;
        border-radius: 0 !important;
        padding: 10px 0 !important;
        height: 55px !important;
        font-size: 16px !important;
}
.content-box.style4 form  label{
    display: none !important;
}
.content-box.style4 form textarea {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    height: 150px !important;
    color: #fff !important;
    min-height: 150px !important;
        border-bottom: 2px solid rgba(255, 255, 255, 0.25) !important;
        border-radius: 0 !important;
        padding: 10px 0 !important;
        font-size: 16px !important;
}
.gform-theme--foundation .gform_fields{
    row-gap: 20px !important;
}
.content-box.style4 form .cta-btn {
    color: #fff
}
.content-box.style4 form .cta-btn {
    position: relative !important;
    isolation: isolate !important;
    background-color: #133E2C !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.31' fill='white'/></svg>") !important;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    padding: 16px 25px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: none !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25) !important;
}
.content-box.style4 form .cta-btn::before{
        content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: inherit !important;
    padding: 1px !important;
    background: linear-gradient(135deg, rgba(79, 131, 109, .65) 0%, rgba(79, 131, 109, .22) 48%, rgba(79, 131, 109, .22) 52%, rgba(79, 131, 109, .65) 100%) !important;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    pointer-events: none !important;
    background: radial-gradient(120% 140% at 0% 0%, rgba(255, 255, 255, .16), transparent 60%), radial-gradient(120% 140% at 100% 0%, rgba(255, 255, 255, .22), transparent 60%), radial-gradient(120% 140% at 0% 100%, rgba(255, 255, 255, .22), transparent 60%), radial-gradient(120% 140% at 100% 100%, rgba(255, 255, 255, .16), transparent 60%), linear-gradient(0deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .10)) !important;
}
.content-box.style4 form .cta-btn.btn-dark {
    background-color: rgba(10, 10, 10, 0.38) !important;
}
.content-box.style4 form input::placeholder, 
.content-box.style4 form textarea::placeholder{
    color: rgba(255, 255, 255, 0.55);
    opacity: 1;
}
.gform_confirmation_message{
    margin-top: 25px !important;
}
.gform_validation_errors{
    display: none !important;
}
.content-box.style4 form input:focus, 
.content-box.style4 form textarea:focus, .content-box.style4 form .cta-btn:focus{
    outline: none !important;
    box-shadow: none !important;
}
.contact-area {
    position: relative;
    z-index: 1;
    padding-bottom: 300px;
    background-blend-mode: overlay;
}

.contact-area .container {
    position: relative;
    z-index: 1
}

.contact-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
    background-blend-mode: overlay;
}

.contact-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.contact-background {
    padding: 400px 0;
    position: relative;
    margin-top: 80px
}

.contact-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    z-index: -9
}

.cantact-banner .container {
    padding-top: 100px;
    position: relative;
    z-index: 9
}

.cantact-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
}

.contact-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

/*Service CSS*/
.service-inner .text-box {
    padding: 24px;
    border-radius: 16px;
    background: #353535;
    border: 1px solid rgba(255, 255, 255, 0.25)
}

.service-inner .text-box.margin {
    margin-top: 30px
}

.service-inner .image-box img {
    border-radius: 16px;
}

.service-inner .image-box.margin {
    margin-top: 30px
}

/*Footer CSS*/
.footer-area {
    padding: 0
}

.footer-inner {
    background: #004225;
    padding: 30px 0
}

.footer-box .title {
    margin-bottom: 16px
}

.footer-box p {
    font-size: 14px;
    margin-bottom: 10px
}

.footer-logo {
    margin-bottom: 16px;
    display: block
}

.footer-logo img {
    width: 150px
}

.footer-box-meta {
    display: flex;
}

.footer-box-meta img {
    width: 20px
}

.footer-box-meta span {
    margin-right: 10px;
    display: block;
    min-width: 20px;
}

.footer-box-meta a {
    display: flex;
    margin-bottom: 10px
}

.footer-copyright {
    background: #152E24
}

.footer-copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.footer-copyright-social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-copyright-social li:last-child {
    margin-right: 0
}

.footer-copyright-social img {
    width: 24px
}

.single-blog-banner {
    position: relative;
    overflow: hidden;
}

/* background image */
.blog-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transform: translate(0, 0);
    opacity: 1;
    mix-blend-mode: normal
}

/* Rectangle 89 – green soft light overlay */
.single-blog-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(2, 106, 60, 0.31);
    /* #026A3C at 31% */
    mix-blend-mode: soft-light;
    z-index: 1;
}

/* Rectangle 88 – gradient overlay */
.single-blog-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #4D6677 0%, #000000 100%);
    z-index: 1;
    opacity: 0.2
}

/* keep your text above the overlays */
.single-blog-banner .container {
    position: relative;
    z-index: 3;
    color: #fff;
}

.inner-box {
    padding: 80px
}

.inner-box p {
    color: #E9E9E9
}

.inner-box .section-heading {
    margin-top: 0
}

.divider hr {
    margin: 0;
    border-color: #1c1c1c;
    opacity: 1
}

.blog-banner-img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.blog-page-banner {
    padding-top: 150px
}

.blog-page-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1
}


.paginations .pager ul {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end
}


.paginations .page {
    --radius: 12px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    min-width: 56px;
    padding: 0 18px;
    /* width grows for "Siguiente" */
    border-radius: var(--radius);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: rgba(16, 16, 16, 0.31);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
    overflow: hidden;
    isolation: isolate;
}

.paginations .page::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'>\<filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.3' numOctaves='2' stitchTiles='stitch'/></filter>\<rect width='100%' height='100%' filter='url(%23n)' opacity='0.08' fill='white'/>\</svg>");
  background-size: cover;
  pointer-events: none;
}



.paginations .page::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background:
        radial-gradient(120% 140% at 0% 0%, rgba(255, 255, 255, .16), transparent 60%),
        radial-gradient(120% 140% at 100% 0%, rgba(255, 255, 255, .22), transparent 60%),
        radial-gradient(120% 140% at 0% 100%, rgba(255, 255, 255, .22), transparent 60%),
        radial-gradient(120% 140% at 100% 100%, rgba(255, 255, 255, .16), transparent 60%),
        linear-gradient(0deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .10));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.paginations .page.current {
    background: #133E2C;
}

.paginations .page.current::before {
    background: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.paginations .page-next {
    border-radius: 12px;
    padding: 0 28px;
}

.paginations .page:hover {
    filter: brightness(1.05);
}

.paginations .page:active {
    transform: translateY(1px);
}

footer p, footer a{
    font-size: 15px !important;
    line-height: 22px !important;
}
.blog-banner-one .cta-btn, .blog-banner-two .cta-btn{
    margin-top: 20px;
}
.post-box.content-box.style3{
    padding-bottom: 20px;
}
.post-box.content-box.style3 .title{
    font-size: 20px;
}
.icon-teaser.alt{
    margin-top: 50px;
}
.content-area.contact-area.contact-banner {
    padding-top: 150px;
    padding-bottom: 60%;
}
.contact-banner::before{
    display: none;
}
.contact-banner .contact_page_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-hero-ppf {
    position: relative;
    z-index: 1;
    padding-top: 0;
}
.ppf-bg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.ppf-tab > ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.ppf-tab > ul .title{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
.ppf-tab > ul button {
  position: relative;
  text-align: center;
  padding: 30px;
  padding-top: 120px;
  padding-bottom: 200px;
  backdrop-filter: blur(5px);
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><filter id='noise'><feTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23noise)' opacity='0.15'/></svg>");
  background-blend-mode: overlay;
  z-index: 1;
}
.ppf-tab > ul button::before{
    background: linear-gradient(180deg,rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 0) 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    transition: all 0.4s;
}
.ppf-tab > ul button.active{
     /* Green gradient + noise overlay */
  background-image:
    linear-gradient(to bottom, rgba(0,66,37,1) 0%, rgba(0,66,37,0) 100%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><filter id='noise'><feTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23noise)' opacity='0.15'/></svg>");
  
}
.ppf-tab > ul button.active::before{
    opacity: 0;
}
.ppf-tab > ul button img{
    width: 100%;
}
.ppf-tab > ul > li{
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 15px;
}
.inner-tab-ppf {
    position: relative;
}
.ppf-tab-box {
    width: 450px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
    background-color: rgba(53, 53, 53, 0.5);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
    padding: 30px;
    border-radius: 24px;
    left: -260px;
    top: 50px;
}
.ppf-tab-box .title{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.ppf-tab-box .price{
    margin: 15px 0;
}
.service-hero-ppf::before{
background: linear-gradient(
  180deg,
  rgba(28, 28, 28, 1) 0%,
  rgba(28, 28, 28, 0.8) 20%,
  rgba(28, 28, 28, 0.3) 70%,
  rgba(28, 28, 28, 0) 100%
);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.service-hero-ppf::after{
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.2) 0%, rgba(28, 28, 28, 1) 100%);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
.service-hero-ppf{
    padding-bottom: 0;
}
.ppf-tab-content {
    position: relative;
    z-index: 1;
    margin-top: -230px;
}
.ppf-full-image {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
}
.ppf-main-heaidng {
    color: #fff;
    line-height: 100%;
    display: block;
    position: absolute;
    bottom: 210px;
    right: 135px;
    z-index: 1;
    font-size: 150px;
    font-weight: 700;
    text-align: right;
}
.ppf-main-heaidng span {
    display: block;
    line-height: 85%;
}
.ppf-main-heaidng span:nth-child(1){
font-size: 150px;
}
.ppf-main-heaidng span:nth-child(2){
   font-size: 60px;
}
.ppf-main-heaidng span:nth-child(3){
    font-size: 145px;
}
.ppf-main-heaidng span:nth-child(4){
    font-size: 180px;
}

.ppf-tab > ul li:first-child button img {
    transform: translateX(30px);
}
.hero-box.alt {
    margin: 0;
    z-index: 11;
    position: relative;
}
.service-inner .box {
    margin-top: 30px;
    font-size: 14px;
    line-height: 19px;
}
.service-inner .text-box {
    background: rgba(53, 53, 53, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
}
.contact-area.no-bg .contact-bg{
    display: none;
}
.contact-area.no-bg::before{
    display: none;
}

.detailing-hero .ppf-bg-image {
    object-position: 0 -260px;
}

.detailing-tab-content  .before-after-container {
    position: relative;
    display: flex;
    width: clamp(20rem, 75vw, 85rem);
    max-height: max-content;
    aspect-ratio: 2 / 1;
    justify-content: center;
    margin: 0 auto;
}

.detailing-tab-content  .img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.detailing-tab-content  .img-wrapper:nth-child(2) {
  clip-path: inset(0px 0px 0px 50%);
}

.detailing-tab-content  .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detailing-tab-content .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: .2rem;
  height: 100%;
  background: url('data:image/svg+xml,<svg width="6" height="1080" viewBox="0 0 6 1080" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.00005 1080L3 0" stroke="url(%23paint0_linear_655_481)" stroke-width="5"/><defs><linearGradient id="paint0_linear_655_481" x1="3.5" y1="-2.18557e-08" x2="3.50005" y2="1080" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0"/><stop offset="0.5" stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>') no-repeat scroll center center/cover;
  z-index: 5;
}

.detailing-tab-content .handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2.25rem;
  width: 2.25rem;
  border: .25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* so hover works */
  z-index: 10;
}

.detailing-tab-content .handle svg {
    width: 23px;
    height: 23px;
    fill: #000;
}
.w_full{
	width:100%
}

.detailing-hero{
    position: relative;
    z-index: 1;
}
.detailing-hero.has-fullscreen .full-screen {
  width: 100%;
  max-width: 100%;
}

.detailing-hero.has-fullscreen .full-screen .before-after-container {
  width: 100%;
  max-width: 100%;
}

.detailing-hero::before {
    background: linear-gradient(
  180deg,
  rgba(28, 28, 28, 1) 0%,
  rgba(28, 28, 28, 0.8) 20%,
  rgba(28, 28, 28, 0.3) 70%,
  rgba(28, 28, 28, 0) 100%
);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height:50%;
}
.detailing-hero::after {
    background: linear-gradient(
  0deg,
  rgba(28, 28, 28, 1) 0%,
  rgba(28, 28, 28, 0.8) 20%,
  rgba(28, 28, 28, 0.3) 70%,
  rgba(28, 28, 28, 0) 100%
);;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
.detailing-hero > div{
    position: relative;
    z-index: 1;
}
.detailing-hero.is-fullscreen {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.detailing-hero.is-fullscreen .full-screen {
  width: 100%;
  max-width: 100%;
}
.detail-tab-container{
    position: absolute !important;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11 !important;
    width:100%;
    text-align: center;
}
.detail-tab-container ul{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
        background: rgba(53, 53, 53, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
    border-radius: 12px;
}
.detail-tab-container ul button{
    color: #fff;
    font-weight: 700;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 8px;
}
.detail-tab-container ul button.active{
      background: rgba(0, 66, 37, 0.5);
    border: 1px solid #00ce715d;
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.25' fill='white'/></svg>");
    background-blend-mode: overlay;
}
.detail-tab-container .ppf-main-heaidng{
position: inherit;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    text-align: center;
    width: 100%;
    font-size: 220px;
}
.detailing-tab-content {
    z-index: 11 !important;
    transform: translateY(120px);
}
.detailing-hero.is-fullscreen .detailing-tab-content {
    z-index: 1 !important;
    transform: translateY(0px);
}
.detailing-tab-content .full-screen  .before-after-container {
    width: 100%;
    max-height: 100%;
}
.detailing-hero.is-fullscreen .detailing-tab{
    z-index: 111;
    position: relative;;
}
.detailing-hero.is-fullscreen .detail-tab-container .ppf-main-heaidng {
    top: -75px;
}
.detailing-hero .hero-box.alt{
    margin-top: 50px;
}
.h-alt{
    height: calc(100% - 30px);
}
.z11{
    z-index: 11 !important;
}
.suntek-hero{
    position: relative;
    z-index: 1;
}

.suntek-hero::before{
    background: linear-gradient(180deg, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 0.8) 20%, rgba(28, 28, 28, 0.3) 70%, rgba(28, 28, 28, 0) 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
.suntek-hero::after{
background: linear-gradient(0deg, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 0.8) 20%, rgba(28, 28, 28, 0.3) 70%, rgba(28, 28, 28, 0) 100%);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
.suntek-tabs ul button{
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
      background-color: rgba(10, 10, 10, 0.38) !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.31' fill='white'/></svg>") !important;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3) !important;
    border-radius: 12px;
}
.suntek-tabs ul li:nth-child(2) button{
    background-color: rgba(10, 10, 10, 0.5) !important;
}
.suntek-tabs ul li:nth-child(3) button{
    background-color: rgba(10, 10, 10, 0.80) !important;
}
.suntek-tabs ul li:nth-child(4) button{
    background-color: rgba(10, 10, 10, 1) !important;
}
.suntek-tabs ul{
    margin-left: -7px;
    margin-right: -7px;
    display: flex;
    flex-wrap: wrap;
}
.suntek-tabs ul li {
    flex: 0 0 25%;
    padding: 0 7px;
    width: 25%;
    margin-top: 15px;
}
.suntek-tabs ul li button{
    width:100%;
    border: 1px solid transparent !important;
    position: relative;
}
.suntek-tabs ul li button::before{
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 1.33989C16.5083 2.21075 17.7629 3.46042 18.6398 4.96519C19.5167 6.46997 19.9854 8.17766 19.9994 9.91923C20.0135 11.6608 19.5725 13.3758 18.72 14.8946C17.8676 16.4133 16.6332 17.6831 15.1392 18.5782C13.6452 19.4733 11.9434 19.9627 10.2021 19.998C8.46083 20.0332 6.74055 19.6131 5.21155 18.7791C3.68256 17.9452 2.39787 16.7264 1.48467 15.2434C0.571462 13.7604 0.0614093 12.0646 0.00500011 10.3239L0 9.99989L0.00500011 9.67589C0.0610032 7.94888 0.563548 6.26585 1.46364 4.79089C2.36373 3.31592 3.63065 2.09934 5.14089 1.25977C6.65113 0.420205 8.35315 -0.0137108 10.081 0.000330246C11.8089 0.0143713 13.5036 0.47589 15 1.33989ZM13.707 7.29289C13.5348 7.12072 13.3057 7.01729 13.0627 7.002C12.8197 6.98672 12.5794 7.06064 12.387 7.20989L12.293 7.29289L9 10.5849L7.707 9.29289L7.613 9.20989C7.42058 9.06075 7.18037 8.98692 6.9374 9.00225C6.69444 9.01757 6.46541 9.12101 6.29326 9.29315C6.12112 9.4653 6.01768 9.69433 6.00235 9.9373C5.98702 10.1803 6.06086 10.4205 6.21 10.6129L6.293 10.7069L8.293 12.7069L8.387 12.7899C8.56237 12.926 8.77803 12.9998 9 12.9998C9.22197 12.9998 9.43763 12.926 9.613 12.7899L9.707 12.7069L13.707 8.70689L13.79 8.61289C13.9393 8.42049 14.0132 8.18024 13.9979 7.93721C13.9826 7.69419 13.8792 7.46509 13.707 7.29289Z" fill="%2300CE72"/></svg>') no-repeat scroll 0 0 /cover;
    width:20px;
    height: 20px;
    opacity: 0;
    transition: all 0.4s;
}
.suntek-tabs ul li button.active::before{
    opacity: 1;
}
.suntek-tabs ul li button.active{
    border: 1px solid #00CE72 !important;
    box-shadow: 0 0 20px rgba(0, 206, 114, 0.5) !important;
}
.suntek-tabs {
    position: absolute;
    padding: 20px;
    z-index: 1;
        background: rgba(53, 53, 53, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
    border-radius: 24px;
    bottom: 240px;
}
.suntek-tabs .title{
    font-size: 20px;
    font-weight: 600;
    color: #ffff;
}
.suntek-tab-content {
    position: relative;
    z-index: 1;
    width: 80%;
    margin-left: auto;
    top: 180px;
}
.suntek-heading {
    position: absolute;
    font-weight: 700;
    color: #fff;
    top: 120px;
    transform: translateX(70px);
}
.suntek-heading .sun_sub {
    font-size: 60px;
    position: absolute;
    left: 219px;
    top: -12px;
}
.suntek-heading h1 {
    font-size: 310px;
    line-height: 90%;
    font-weight: 700;
}
.coating-hero .container-fluid{
    padding: 0 65px;
}
.coating-tabs-main > ul {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background: rgba(53, 53, 53, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
    border-radius: 12px;
    min-width: 250px;
    position: relative;
    z-index: 11;
}
.coating-tabs-main > ul  li{
    flex:1
}
.coating-tabs-main > ul button {
    color: #fff;
    font-weight: 700;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 8px;
    width: 100%;
}
.coating-tabs-main > ul button:focus{
    outline: none !important;
    box-shadow: none !important;
}
.coating-tabs-main > ul button.active {
    background: rgba(0, 66, 37, 0.5);
    border: 1px solid #00ce715d;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.25' fill='white'/></svg>");
    background-blend-mode: overlay;
}
.inner-vertical-tab {
    width: 250px;
    background: rgba(53, 53, 53, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-blend-mode: overlay;
    border-radius: 12px;
    margin-top: 15px;
    position: relative;
    z-index: 11;
}
.coating-tabs-main .tab-pane{
    padding: 0 !important;
}
.coating-thumb img{
    border-radius: 10px;
}
button .coating-thumb{
    transition: all 0.4s;
    border: 1px solid transparent;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
}
button.active > .coating-thumb{
    border: 1px solid #00CE72 ;
    box-shadow: 0 0 20px rgba(0, 206, 114, 0.5);
}
.coating-thumb img.tab-car-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coating-hero {
    position: relative;
    padding-top: 140px;
}
.coating-main {
    position: absolute;
    top: 0;
    left: 10%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.coating-main img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.coating-hero::before {
    background: linear-gradient(180deg, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 0.8) 20%, rgba(28, 28, 28, 0.3) 70%, rgba(28, 28, 28, 0) 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
.coating-hero::after {
    background: linear-gradient(0deg, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 0.8) 20%, rgba(28, 28, 28, 0.3) 70%, rgba(28, 28, 28, 0) 100%);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
}
.coating-hero .left_bg{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width:32%;
    height: 100%;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%)
}
.coating-tabs-main .car-img {
    position: absolute;
    bottom: -5%;
    left: 10%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}
.coating-hero .suntek-heading {
    top: 145px;
    left: 24%;
}
.coating-hero .hero-box.alt{
    margin-top: 50px;
}
.content-box.style4 form .cta-btn{
    transition: all 0.4s;
}
.cta-btn:hover, .content-box.style4 form .cta-btn:hover{
        background-color: #02a360 !important;
        box-shadow: none !important;
}
.footer-box-meta a:hover{
    text-decoration: underline;
}
.footer-copyright-social a{
    display: block;
}
.footer-copyright-social a:hover{
    transform: translateY(-4px);
}
.blog-banner-two {
  animation: floatBox 2.2s ease-in-out infinite;
}
.blog-banner-one {
  animation: floatBox 2.9s ease-in-out infinite;
}
@keyframes floatBox {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.service-inner .box{
    overflow: hidden;
    border-radius: 16px;
}
.ba-label {
    position: absolute;
    top: auto;
    padding: 4px 8px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    pointer-events: none;
    bottom: 120px;
    width: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    transition: all 0.4s;
}

.before-label { left: 10px; }
.after-label  { right: 10px; }
.h-alt img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.detailing-hero.is-fullscreen .hero-box.alt {
    margin-top: -45px;
}
.cat-heading{
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}
.inner-post-listing{
    padding-top: 30px;
}
.mobile-blog-listing{
    background: #040404;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
a.floating-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #12a363;
    z-index: 1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

/* --- General motion tokens --- */
:root{
  --ppf-fade-duration: .4s;
  --ppf-stagger-gap: 100ms;
  --ppf-ease: cubic-bezier(.22,.61,.36,1);
}

/* Smoothly reveal tab panes */
.service-hero-ppf .tab-pane{
  opacity: 0;
  transform: translateY(12px) scale(.995);
  transition:
    opacity var(--ppf-fade-duration) var(--ppf-ease),
    transform var(--ppf-fade-duration) var(--ppf-ease);
  will-change: transform, opacity;
}
.service-hero-ppf .tab-pane.show.active{
  opacity: 1;
  transform: none;
}

/* Stagger inner bits when a pane is shown */
.service-hero-ppf .inner-tab-ppf > *{
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity .45s var(--ppf-ease),
    transform .45s var(--ppf-ease);
}
.service-hero-ppf .tab-pane.show.active .inner-tab-ppf > *{
  opacity: 1;
  transform: none;
}
.service-hero-ppf .tab-pane.show.active .inner-tab-ppf > *:nth-child(1){ transition-delay: calc(var(--ppf-stagger-gap) * 0); }
.service-hero-ppf .tab-pane.show.active .inner-tab-ppf > *:nth-child(2){ transition-delay: calc(var(--ppf-stagger-gap) * 1); }
.service-hero-ppf .tab-pane.show.active .inner-tab-ppf > *:nth-child(3){ transition-delay: calc(var(--ppf-stagger-gap) * 2); }
.service-hero-ppf .tab-pane.show.active .inner-tab-ppf > *:nth-child(4){ transition-delay: calc(var(--ppf-stagger-gap) * 3); }

/* Tab button hover/active micro-motion */
.service-hero-ppf .nav-link{
  transform: translateY(0);
  transition: transform .25s var(--ppf-ease), box-shadow .25s var(--ppf-ease);
  will-change: transform;
}
.service-hero-ppf .nav-link:hover{ transform: translateY(-2px); }
.service-hero-ppf .nav-link.active{ box-shadow: 0 6px 18px rgba(0,0,0,.08); }

/* Background image parallax prep */
.service-hero-ppf{
  position: relative;
  overflow: clip; /* keep large parallax images tidy */
}
.service-hero-ppf .ppf-bg-image{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(0); /* we’ll move this with JS */
  will-change: transform;
  z-index: 0;
}
.service-hero-ppf .container{ position: relative; z-index: 2; }

/* Active tab’s big image: tiny parallax + subtle float */
.service-hero-ppf .ppf-full-image{
  transform: translateY(0) scale(1);
  transition: transform .6s var(--ppf-ease), filter .6s var(--ppf-ease);
  will-change: transform;
  filter: saturate(1.02) contrast(1.02);
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .service-hero-ppf .tab-pane,
  .service-hero-ppf .inner-tab-ppf > *,
  .service-hero-ppf .nav-link,
  .service-hero-ppf .ppf-bg-image,
  .service-hero-ppf .ppf-full-image{
    transition: none !important;
    transform: none !important;
  }
}
.ppf-main-heaidng{
	z-index:11
}
.coating-hero .before-after-container{
	position: relative;
    display: flex;
    width: clamp(20rem, 75vw, 85rem);
    max-height: max-content;
    aspect-ratio: 2 / 1;
    justify-content: center;
    margin: 0 auto;
	z-index:1
}
.coating-hero  .img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.coating-hero  .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coating-hero .line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: .2rem;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="6" height="1080" viewBox="0 0 6 1080" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.00005 1080L3 0" stroke="url(%23paint0_linear_655_481)" stroke-width="5"/><defs><linearGradient id="paint0_linear_655_481" x1="3.5" y1="-2.18557e-08" x2="3.50005" y2="1080" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0"/><stop offset="0.5" stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>') no-repeat scroll center center/cover;
    z-index: 5;
}
.coating-hero .handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2.25rem;
    width: 2.25rem;
    border: .25rem solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
}
.coating-hero .handle svg {
    width: 23px;
    height: 23px;
    fill: #000;
}
.coating-hero .detailing-image {
    margin-top: -280px;
}
.data-bg-area::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(90deg,rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 0) 100%);
    z-index: -1;
}

.text-box.box.package-box.h-alt img {
    height: 180px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.header-logo {
    width: 120px;
}


/*REsponsive*/


#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;

}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 100%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 100%
}

#menu-toggle {
    width: 37px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

@media(max-width:1600px){
        .ppf-full-image {
    width: 75%;
}
.ppf-tab-content {
    margin-top: -180px;
}
.ppf-main-heaidng span:nth-child(1) {
    font-size: 100px;
}
.ppf-main-heaidng span:nth-child(2) {
    font-size: 40px;
}
.ppf-main-heaidng span:nth-child(3) {
    font-size: 90px;
}
.ppf-main-heaidng span:nth-child(4) {
    font-size: 120px;
}
.ppf-main-heaidng {
    bottom: 230px;
    right: 140px;
}
.ppf-tab-box {
    width: 400px;
    padding: 20px;
    left: -100px;
    font-size: 14px;
    top: 20px;
}
.suntek-heading .sun_sub {
    font-size: 46px;
    left: 160px;
}
.suntek-heading h1 {
    font-size: 230px;
}
.coating-hero .container-fluid {
    padding: 0 15px;
}
}
@media(max-width:1400px) {
    .content-box.style2 {
        font-size: 18px
    }

    .content-box-bg.style2 {
        width: 60%
    }

    .content-box.style2 .title {
        font-size: 24px;
    }

    .blog-banner-two {
        right: 15px;
        width: 50%;
    }

    .blog-banner-one .cta-btn {
        margin-top: 20px
    }

    .inner-box {
        padding: 40px;
    }
        .ppf-full-image{
        width: 52%;
    }
.ppf-tab-content {
    margin-top: -80px;
}
.ppf-main-heaidng span:nth-child(1) {
    font-size: 100px;
}
.ppf-main-heaidng span:nth-child(2) {
    font-size: 40px;
}
.ppf-main-heaidng span:nth-child(3) {
    font-size: 90px;
}
.ppf-main-heaidng span:nth-child(4) {
    font-size: 120px;
}
.ppf-main-heaidng {
    bottom: 115px;
    right: 60px;
}
.ppf-tab-box {
    width: 350px;
    padding: 20px;
    left: 0;
    font-size: 14px;
    top:-80px
}
.detailing-hero .ppf-bg-image {
    object-position: center;
}
.detail-tab-container .ppf-main-heaidng {
    font-size: 150px;
}
.detailing-hero .hero-box.alt {
    margin-top: 190px;
}
.detailing-tab-content {
    transform: translateY(210px);
}
.detailing-tab-content  .before-after-container {
    width: clamp(20rem, 100vw, 85rem);
}
.ba-label {
    bottom: 40px;
    font-size: 20px;
}
.detailing-tab-content .full-screen .before-after-container{
    aspect-ratio: 1 / 1;
}
.detailing-hero.is-fullscreen .hero-box.alt{
    margin-top: 0;
}
.detailing-hero.is-fullscreen .detail-tab-container .ppf-main-heaidng {
    top: 40px;
}
.suntek-heading h1 {
    font-size: 230px;
}
.suntek-heading .sun_sub {
    font-size: 40px;
    left: 165px;
}
.suntek-hero .hero-box.alt {
    margin-top: 200px;
}
.coating-hero .suntek-heading h1 {
    font-size: 165px;
}
.suntek-heading .sun_sub {
    font-size: 32px;
    left: 126px;
}
.inner-vertical-tab {
    width: 140px;
}
.single-blog-banner .heading {
    font-size: 60px;
}
	.coating-hero  .before-after-container {
    width: clamp(20rem, 100vw, 85rem);
}


}

@media(max-width:991px) {
    .header-inn {
        padding: 10px 15px;
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 100px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        background: rgba(53, 53, 53, 1);
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 12px;
        backdrop-filter: blur(5px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.15"/></svg>');
        background-blend-mode: overlay;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 12px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(177, 177, 177, 0.06);
        font-size: 16px;
        opacity: 1;
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px;
        border: none;
    }

    #menu-toggle {
        display: block;
        margin-left: auto;
        padding-right: 0;
        margin-right: 0;
    }

    .header-action .cta-btn {
        display: none
    }

    .site-logo {
        max-width: 220px;
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
        width: 100%
    }

    .header-area.active .header-inn {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        transition: all 0.4s
    }

    section,
    .section {
        padding: 50px 0
    }

    .icon-btn span {
        margin-left: 0;
    }

    .content-box.style1 {
        padding: 20px
    }

    .content-box.style1 .text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .service-bg {
        width: 100%;
        height: auto;
        bottom: auto;
        top: 60px;
    }

    .section-heading.service-heading {
        margin-bottom: 300px
    }

    .content-box.style2 {
        padding: 20px;
        font-size: 14px;
        padding-right: 120px;
    }

    .content-box-bg.style2 {
        width: 50%
    }

    h1,
    .h1 {
        font-size: 30px
    }

    h2,
    .h2 {
        font-size: 24px
    }

    h3,
    .h3 {
        font-size: 20px
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 120%;
    }

    body {
        font-size: 14px
    }

    br {
        display: none
    }

    .content-box.style2 .title {
        font-size: 20px
    }

    .content-box.style3 .meta {
        font-size: 14px
    }

    .content-box.style3 {
        padding: 20px
    }

    .footer-box {
        margin: 20px 0;
    }

    .footer-copyright {
        padding: 0 15px
    }

    .blog-banner .style3 p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }

    .blog-banner-two p:last-child,
    .blog-banner-one p:last-child {
        display: none
    }

    .blog-banner .blog-rank {
        padding-left: 0;
    }



    .blog-banner .blog-rank li {
        margin-right: 7px;
    }

    .blog-banner-two {
        width: 60%;
        position: inherit;
        top: auto;
        bottom: auto;
        margin-left: auto;
        right: 0;
        margin-top: -165px;
    }

    .blog-banner .h2 {
        font-size: 115px;
        font-weight: 400;
        margin: 30px 0;
    }

    .blog-banner-one {
        width: 50%;
        position: inherit;
        top: auto;
        bottom: auto;
        left: 0;
        width: 55%;
        margin-top: -25px
    }

    .blog-banner {
        padding-top: 200px;
    }

    .banner-counter {
        display: flex;
        justify-content: flex-end;
        padding-right: 0;
        width: 45%;
        margin-left: auto;
        justify-content: flex-end;
        margin-top: -140px;
    }

    .banner-counter-box.margin {
        margin-left: 0;
    }

    .banner-counter-box {
        margin-right: 25px;
    }

    .banner-counter-box:last-child {
        margin-right: 0;
    }

    .banner-counter-box span {
        font-size: 32px;
    }

    .banner-counter-box p {
        font-size: 16px;
    }

    .inner-box {
        padding: 40px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .contact-area{
        padding-bottom: 150px;
    }
    .ppf-main-heaidng span:nth-child(1) {
    font-size: 50px;
}
.ppf-main-heaidng span:nth-child(2) {
    font-size: 20px;
}
.ppf-main-heaidng span:nth-child(3) {
    font-size: 45px;
}
.ppf-main-heaidng span:nth-child(4) {
    font-size: 65px;
}
.ppf-tab > ul > li {
    padding: 0 4px;
}
.ppf-tab > ul button {
    padding: 15px;
    padding-top: 115px;
    padding-bottom: 100px;
}
.ppf-tab > ul li:first-child button img {
    transform: translateX(15px);
}
.ppf-tab > ul .title {
    font-size: 13px;
    margin-bottom: 20px;
}
.ppf-tab-box {
    position: inherit;
    left: auto;
    top: auto;
    width: 100%;
    padding: 15px;
    font-size: 12px;
}
.ppf-tab-content {
    margin-top: -50px;
}
.ppf-full-image {
    width: 75%;
    margin-left: 0;
}
.ppf-main-heaidng {
    bottom: auto;
    right: 15px;
    font-size: 125px;
    top: 35%;
}
.ppf-tab-box .title {
    font-size: 20px;
}
.hero-box.alt{
    margin-top: 30px;
}
.service-inner .text-box{
    padding: 15px;
    font-size: 12px;
    line-height: 18px;
}
.service-inner .text-box .h4{
    font-size:15px ;
}
.suntek-hero .hero-box.alt {
    margin-top: 270px;
}
.suntek-tabs{
    bottom: 170px;
}
.suntek-tabs ul button {
    min-height: 110px;
    padding: 15px;
    font-size: 18px;
}
.suntek-heading h1 {
    font-size: 160px;
}
.suntek-heading .sun_sub {
    font-size: 30px;
    left: 112px;
    top: -12px;
}
.inner-vertical-tab {
    width: 140px;
}
.coating-tabs-main > ul{
    min-width:inherit
}
.coating-hero .suntek-heading h1 {
    font-size: 110px;
}
.coating-hero .suntek-heading .sun_sub {
    font-size: 26px;
    left: 85px;
    top: -20px;
}
.post-box.content-box.style3 .title {
    font-size: 16px;
}
.single-blog-banner .heading {
    font-size: 50px;
    margin-top: 10px;
}
.contact-banner .contact_page_bg {
    position: relative;
    top: 300px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
}
.content-area.contact-area.contact-banner .container{
    position: absolute;
    top: 150px;
}
.content-area.contact-area.contact-banner{
    padding-bottom: 0;
}
	.coating-hero .detailing-image {
    margin-top: -36px;
}

	.data-bg-area::after {
    width: 100%;
}
	.data-bg-area::before {
    position: absolute;
    content: "";
    top: 55px;
    right: 0;
    width: 100%;
    height: 42%;
    background: linear-gradient(180deg,rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 0) 100%);
    z-index: 0;
}
	.data-bg-area .section-heading{
		position:relative;
		z-index:1
	}
	  .menu {
            box-sizing: border-box;
            width: 100%;
            padding-bottom: 55px;

            height: 0;
            transform: translate3d(0, -100%, 0);
            opacity: 0;

            display: flex;
            align-items: flex-end;

            position: fixed;
            top: 0;
            left: 0;
        }

        .menu__list {
            box-sizing: border-box;
            width: 100%;
            max-height: 100%;
            display: none;

            padding-top: 30px;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }

        .menu li {
            padding: .5rem 3rem;
            font-size: 3.2rem;
            font-weight: 700;
            text-transform: uppercase;
        }

        .menu li_active {
            background-color: #fff;
            color: #000;
        }

        .menu__item {
            padding: 8px 25px;
            display: block;
        }

        /* hamburger */

        .hamburger {
            position: relative;
            line-height: 1;
            padding-bottom: 0;
        }

        .hamburger:before {
            content: "";
            width: 100px;
            height: 100px;
            background-color: #133E2C;
            border-radius: 50%;

            position: absolute;
            bottom: -55px;
            left: -35px;
        }

        .hamburger__button {
            width: 1.4em;
            height: 1em;
            font-size: 20px;

            position: relative;
            text-indent: -9999px;
            z-index: 2;
        }

        .hamburger__button:before,
        .hamburger__button:after,
        .hamburger__label {
            width: 100%;
            height: 20%;
            border-radius: 5px;
            background-color: currentColor;

            position: absolute;
            left: 0;
        }

        .hamburger__button:before,
        .hamburger__button:after {
            content: "";
        }

        .hamburger__button:before {
            top: 0;
        }

        .hamburger__button:after {
            bottom: 0;
        }

        .hamburger__button:focus {
            outline: none;
        }

        .hamburger__label {
            margin-top: -.1em;
            top: 50%;
        }

        /* activated state */

        .js-menu_activated {
            overflow: hidden;
        }

        .js-menu_activated .menu {
            height: 100%;
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }

        .js-menu_activated .hamburger:before {
            width: 100vh;
            height: 100vh;
            transform: translate3d(-50vh, -50vh, 0) scale(5);
        }

        .js-menu_activated .menu__list {
            display: block;
        }

        .js-menu_activated .hamburger__button:before {
            transform: translate3d(0, -50%, 0) rotate(45deg);
            top: 50%;
        }

        .js-menu_activated .hamburger__button:after {
            transform: translate3d(0, -50%, 0) rotate(135deg);
            top: 50%;
        }

        .js-menu_activated .hamburger__label {
            transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
            opacity: 0;
        }

        /*
=====
LEVEL 3. MOBILE ANIMATION STYLES
=====
*/

        .menu {
            transition: opacity .2s ease-out;
            z-index: 1
        }

        .js-menu_activated .menu {
            will-change: opacity;
            transition-duration: .2s;
            transition-delay: .3s;
        }

        .hamburger:before {
            will-change: width, height;
            transition: transform .3s cubic-bezier(0.04, -0.1, 0.29, 0.98),
                width .3s cubic-bezier(0.04, -0.1, 0.29, 0.98),
                height .3s cubic-bezier(0.04, -0.1, 0.29, 0.98);
        }

        .js-menu_activated .hamburger:before {
            transition-duration: 1s;
        }

        .hamburger__button:before,
        .hamburger__button:after {
            transition-property: transform;
        }

        .hamburger__button:before,
        .hamburger__button:after,
        .hamburger__label {
            transition-timing-function: ease;
            transition-duration: .15s;
        }

        .hamburger__label {
            transition-property: transform, opacity;
        }

        /* keep hamburger always on top */
        button.button.hamburger__button.js-menu__toggle{
            color: #fff
        }
button.button.hamburger__button.js-menu__toggle.close {
    position: absolute;
    top: 35px;
    right: 28px;
    color: #fff;
}
	 .js-menu_activated button.button.hamburger__button.js-menu__toggle:not(.close){
		opacity:0
	}
        .menu {
    align-items: flex-start;
}
        .menu li {
    padding: 10px 30px;
    font-size: 22px;
}
        .hamburger:before {
    width: 0;
    height: 0;
    bottom: 15px;
    left: 14px;
}
        .menu li ul{
            padding-left: 20px
        }
        .menu li ul li{
            font-size: 18px;
            padding: 10px 0
        }
        .header-logo {
    position: relative;
    z-index: 1;
}
        .menu {
    padding-top: 80px;
			    align-items: center;
    text-align: center;
}
	
        

}

@media(max-width:767px) {
    .inner-box .section-heading {
        margin-top: 0;
        margin-bottom: 0;
    }

    .logo-slider-box {
        margin: 0 7px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-area {
        padding-top: 140px;
    }

    .hero-box {
        margin-top: 60px
    }

    .hero-box-icon {
        width: 23px;
        margin-right: 10px;
    }

    .icon-btn span {
        margin-left: 0
    }

    .icon-btn {
        padding: 16px
    }


    .mobile-video-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover
    }

    .mobile-video-box {
        padding: 170px 0
    }

    .mobile-video-box .video-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        width: 50px;
        height: 50px
    }

    .blog-slider .slide {
        padding: 0 7px
    }

    .blog-slider .slick-list {
        margin-left: -7px;
        margin-right: -7px;
        padding-right: 60px
    }

    .content-box.style3 {
        padding: 20px
    }

    .contact-area {
        padding-bottom: 100px
    }

    .service-bg {
        top: 160px;
    }

    .blog-banner .style3 p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }

    .blog-banner-two p:last-child,
    .blog-banner-one p:last-child {
        display: none
    }

    .blog-banner .blog-rank {
        padding-left: 0;
    }



    .blog-banner .blog-rank li {
        margin-right: 7px;
    }

    .blog-banner-two {
        width: 60%;
        position: inherit;
        top: auto;
        bottom: auto;
        margin-left: auto;
        right: 0;
        margin-top: -200px;
    }

    .blog-banner .h2 {
        font-size: 86px;
        font-weight: 400;
        margin: 0;
    }

    .blog-banner-one {
        width: 50%;
        position: inherit;
        top: auto;
        bottom: auto;
        left: 0;
        width: 55%;
        margin-top: -25px
    }

    .blog-banner {
        padding-top: 200px;
    }

    .banner-counter {
        display: flex;
        justify-content: flex-end;
        padding-right: 0;
        width: 45%;
        margin-left: auto;
        justify-content: flex-end;
        margin-top: -140px;
    }

    .banner-counter-box.margin {
        margin-left: 0;
    }

    .banner-counter-box {
        margin-right: 15px;
    }

    .banner-counter-box:last-child {
        margin-right: 0;
    }

    .banner-counter-box span {
        font-size: 24px;
    }

    .banner-counter-box p {
        font-size: 10px;
    }

    .single-blog-banner .banner-inn {
        padding-top: 210px;
    }

    .single-blog-banner .heading {
        font-size: 50px;
    }
.blog-banner .blog-rank {
    padding-left: 0;
    width: 32%;
    transform: translateY(-50px);
}
.ppf-main-heaidng span:nth-child(1) {
    font-size: 50px;
}
.ppf-main-heaidng span:nth-child(2) {
    font-size: 20px;
}
.ppf-main-heaidng span:nth-child(3) {
    font-size: 45px;
}
.ppf-main-heaidng span:nth-child(4) {
    font-size: 65px;
}
.ppf-tab > ul > li {
    padding: 0 4px;
}
.ppf-tab > ul button {
    padding: 15px;
    padding-top: 115px;
    padding-bottom: 100px;
}
.ppf-tab > ul li:first-child button img {
    transform: translateX(15px);
}
.ppf-tab > ul .title {
    font-size: 13px;
    margin-bottom: 20px;
}
.ppf-tab-box {
    position: inherit;
    left: auto;
    top: auto;
    width: 100%;
    padding: 15px;
    font-size: 12px;
}
.ppf-tab-content {
    margin-top: -50px;
}
.ppf-full-image {
    width: 75%;
    margin-left: 0;
}
.ppf-main-heaidng {
    bottom: auto;
    right: 15px;
    font-size: 125px;
    top: 35%;
}
.ppf-tab-box .title {
    font-size: 20px;
}
.hero-box.alt{
    margin-top: 30px;
}
.service-inner .text-box{
    padding: 15px;
    font-size: 12px;
    line-height: 18px;
}
.service-inner .text-box .h4{
    font-size:15px ;
}
.detail-tab-container .ppf-main-heaidng{
    font-size: 75px;
}
.detailing-hero .ppf-bg-image {
    object-position: center;
}
.detail-tab-container {
   position: relative !important;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11 !important;
    width: 100%;
    text-align: center;
}
.detail-tab-container ul button {
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 8px;
}
.detail-tab-container .ppf-main-heaidng {
    position: inherit;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    text-align: center;
    width: 100%;
    font-size: 74px;
}
.detailing-tab-content {
    transform: translateY(85px);
}
.ba-label {
    bottom: 7px;
    font-size: 16px;
}
.detailing-hero .hero-box.alt {
    margin-top: 85px;
}
.detailing-hero.is-fullscreen .detail-tab-container .ppf-main-heaidng {
    top: 0px;
}
.detailing-hero.is-fullscreen .detail-tab-container{
    top: 120px;
}
.detailing-hero.is-fullscreen .detailing-tab-content {
    z-index: 1 !important;
    transform: translateY(-65px);
}
.detailing-tab-content .full-screen .before-after-container {
    aspect-ratio: inherit;
    height: 540px;
}
.ba-label {
    bottom: 65px;
}
.detailing-hero.is-fullscreen .hero-box.alt {
    margin-top: -100px;
}
.suntek-tab-content {
    width: 100%;
}
.suntek-tabs{
    position: relative;
    bottom: 0;
}
.suntek-heading {
    top: 130px;
    transform: translateX(0px);
    width: 100%;
}
.suntek-heading .sun_sub {
    font-size: 20px;
    left: 52px;
    top: -17px;
}
.suntek-tab-content {
    top: 140px;
}
.suntek-heading h1 {
    font-size: 130px;
}
.suntek-heading .sun_sub {
    font-size: 26px;
    left: 85px;
    top: -17px;
}
.suntek-tabs .title {
    font-size: 14px;
}
.suntek-tabs ul li {
    padding: 0 7px;
    margin-top: 10px;
}
.suntek-tabs ul button {
    min-height: 70px;
    padding: 10px;
    font-size: 14px;
    border-radius: 8px;
}
.suntek-tabs ul li button::before {
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
}
.suntek-hero .hero-box.alt {
    margin-top: 30px;
}
.inner-vertical-tab{
    width: 100%;
}
.inner-vertical-tab .nav {
    display: flex;
    flex-wrap: nowrap;
}
.coating-tabs-main > ul button {
    font-size: 15px;
    padding: 7px 10px;
    width: 100%;
}
.inner-vertical-tab button {
    padding: 7px !important;
}
.coating-tabs-main {
    margin-top: 320px;
}
.coating-hero .left_bg{
    display: none;
}
.coating-main{
    left: 0;
}
.coating-tabs-main .car-img {
    bottom: 0;
    left: 0;
    z-index: 1;
    transform: scale(1.5) translateY(-26px);
}
.coating-hero .suntek-heading {
    top: 145px;
    left: 15px;
}
.suntek-heading .sun_sub {
    font-size: 23px;
    left: 65px;
    top: -17px;
}
.coating-hero .suntek-heading h1 {
    font-size: 75px;
}
.coating-hero .suntek-heading .sun_sub {
    font-size: 20px;
    left: 60px;
    top: -18px;
}
.post-cat-slider .slick-list{
    padding-right: 60px;
    margin-left: -8px;
    margin-right: -8px;
}
.post-cat-slider .slide{
    padding: 0 8px;
}
.single-blog-banner .heading {
    font-size: 30px;
    margin-top: 10px;
}
.contact-banner .contact_page_bg {
    top: -100px;
}
	a.floating-btn {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 20px;
}
	.inner-vertical-tab{
		z-index:1
	}
	.coating-hero{
		z-index:1
	}

}

@media(max-width:575px) {
	
    .cta-btn {
        font-size: 12px;
        padding: 12px;
        border-radius: 12px
    }

    .hero-box-action .cta-btn {
        display: block;
        padding: 10px;
        margin-left: 10px
    }

    .icon-btn span {
        margin-left: 0
    }

    .hero-box {
        padding: 10px;
        border-radius: 10px
    }

    .hero-box-text {
        font-size: 10px
    }

    .hero-box-icon img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .hero-box-left .divider {
        width: 1px;
        height: 30px;
        background: #fff;
        margin: 0 5px;
    }

    .content-box.style1 {
        padding: 10px
    }

    .content-box.style1 img {
        width: 32px
    }

    .content-box.style1 p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .service-bg {
        width: 100%
    }

    .section-heading.service-heading {
        margin-bottom: 200px
    }

    .content-box.style2 .content-text {
        margin-bottom: 40px;
    }

    .content-box-bg.style2 {
        width: 40%
    }


    .content-box.style3 .title {
        font-size: 18px
    }


    .res-margin.style4 {
        margin-top: 30px
    }

    .footer-box {
        margin-bottom: 30px;
        margin-top: 0
    }

    .footer-box .title {
        margin-bottom: 10px
    }

    .footer-copyright {
        padding: 0 20px
    }

    .blog-details-content .container {
        padding: 50px 20px
    }


    .hero-box-content {
        align-items: flex-start;
        flex: auto;
    }

    .hero-box-icon {
        min-width: 17px;
        margin-right: 5px;
        position: relative;
        top: 5px;
    }

    .hero-box-text span {
        font-size: 14px;
    }

    .hero-box-text a {
        font-size: 10px;
    }

    .hero-box-left .divider {
        margin: 0 14px;
    }

    .icon-btn img {
        width: 30px;
    }

    .hero-area {
        padding-top: 140px;
    }

    .hero-box {
        margin-top: 60px;
    }

    .cta-btn {
        font-size: 14px;
        padding: 15px;
        border-radius: 12px;
    }

    .service-bg {
        width: 100%;
        height: auto;
        bottom: auto;
        top: 160px;
    }

    .section-heading.service-heading {
        margin-bottom: 360px;
    }

    .content-box.style1 {
        font-size: 10px;
        border-radius: 12px
    }

    .content-box.style1 .cta-btn {
        margin-top: 20px;
        padding: 10px;
        font-size: 12px;
    }

    .content-box.style1 .h3 {
        font-size: 16px
    }

    .content-action .cta-btn {
        width: auto
    }

    .content-box.style2 {
        padding: 20px;
        margin-bottom: 20px;
        height: calc(100% - 20px);
        font-size: 12px;
        padding-right: 120px;
    }

    .content-icon.style2 {
        bottom: 15px;
    }

    .res-margin.style4 {
        height: auto;
        margin-bottom: 30px
    }

    .map-location iframe {
        height: 260px
    }

    .contact-area {
        padding-bottom: 150px
    }

    .footer-copyright {
        padding: 0 15px;
    }

    .footer-copyright-text {
        font-size: 12px;
    }

    .footer-copyright-social li {
        margin-right: 5px;
    }

    .footer-inner {
        padding-bottom: 0
    }

    .content-img {
        margin-bottom: 30px
    }

    .full-img img {
        height: 380px;
        object-fit: cover
    }
    .hero-box-action .cta-btn{
        min-width: 40px;
    }
    footer p, footer a {
    font-size: 13px !important;
    line-height: 20px !important;
}
.ppf-main-heaidng span:nth-child(1) {
    font-size: 40px;
}
.ppf-main-heaidng span:nth-child(2) {
    font-size: 14px;
}
.ppf-main-heaidng span:nth-child(3) {
    font-size: 35px;
}
.ppf-main-heaidng span:nth-child(4) {
    font-size: 55px;
}
.ppf-main-heaidng{
    top:33%
}
.ba-label {
    bottom: 20px;
}
.detailing-hero.is-fullscreen .ba-label {
    bottom: 60px;
}
.suntek-heading h1 {
    font-size: 90px;
}
.suntek-tabs {
    padding: 10px;
    border-radius: 15px;
    margin-top: 130px;
    position: relative;
    bottom: auto;
}
.content-area.contact-area.contact-banner {
    padding-top: 220%;
    padding-bottom: 0;
}
	.coating-hero .detailing-image {
    margin-top: -360px;
}
	.coating-hero .hero-box.alt {
    margin-top: 150px;
}
	.coating-hero .before-after-container, .before-after-container{
		width:100%;
		min-height:200px;
	}



}

@media(max-width:380px){
	.coating-hero .detailing-image {
    margin-top: -280px;
}
}