html.avada-is-100-percent-template body #main.width-100 {
    padding-top: 0 !important;
}

body .white-link a {
    color: #fff !important;
}
body .white-link a:hover {
    text-decoration: underline;
}

body #content .sticky-container {
    width: 100%;
    height: 200vh;
    position: relative;
    display: flex;
}

body #content .sticky-container > .fusion-row {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
}

body #content .sticky-container > .fusion-row > .fusion-layout-column {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

body #content .sticky-container > .fusion-row > .fusion-layout-column > .fusion-column-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

body #content .sticky-container > .fusion-row .section-layer-1 {
    width: 100vw;
    height: 100%;
    display: flex;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    z-index: 1;
    align-items: center;
    padding: 5rem 5vw 3rem;
    overflow: visible;
}

.animating-circle {
    width: 3vw;
    height: 3vw;
    border-radius: 100%;
    background-color:rgba(249, 197, 24, 0.80);
   /* opacity: 1; */
    filter: blur(3px);
    transform: translate3d(0px, 0px, 0px) scale3d(35, 35, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    will-change: transform, opacity, filter, background;
    backface-visibility: hidden;
}

body #content .sticky-container > .fusion-row .content-section {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    place-items: center stretch;
    padding: 2rem 5vw 6rem;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

body .floating-sun-logo {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
/*    visibility: hidden;*/
    z-index: 3;
    margin: 0;
    padding-bottom: 0;
}

.floating-sun-logo .sun-logo {
    width: 100%; 
    max-width: 350px;
    height: 99px;
    margin: 0 auto;
    position: relative;
}
.floating-sun-logo .sun-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 80px;
    margin-right: 55px;
}

.obj-cover .fusion-imageframe,
.obj-cover .fusion-imageframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 90px;
    opacity: 0;
    z-index: 3;
    transition: opacity .4s ease;
}

#side-popup {
    position: fixed;
    right: 0;
    bottom: 45%;
    transform: translate(35%, -50%);
    -webkit-transform: translate(35%, -50%);
    z-index: 99;
}
body .side-slide-popup > .awb-off-canvas {
    height: 370px;
    margin-bottom: auto;
    margin-top: auto;
    background: #ffd636;
}
.text-wrap-section sub{
	font-size:75%;
	line-height:1;
	vertical-align:bottom;
}
.text-wrap-section h1 {
  font-kerning: none;
  text-rendering: optimizeSpeed;  
}
/*--------------------------*/
@media (min-width: 1600px) {
    .floating-sun-logo .sun-logo{
        height: 150px;
        max-width: 370px;
    }
    body .floating-sun-logo{
        bottom: -20px;
        left: 35px;
    }
}
@media (min-width: 1920px) {
    .floating-sun-logo .sun-logo{
        height: 180px;
        max-width: 390px;
    }
    body .floating-sun-logo{
        left: 37px;
        bottom: -35px;
    }
}
@media (min-width: 2560px) {
    .floating-sun-logo .sun-logo{
        height: 180px;
        max-width: 390px;
    }
    body .floating-sun-logo{
        bottom: -26px;
        left: 10px;
    }
}
@media (min-width: 3000px) {
    .floating-sun-logo .sun-logo{
        height: 215px;
        max-width: 480px;
    }
    body .floating-sun-logo {
        bottom: -30px;
        left: 20px;
    }
}
@media (min-width: 4000px) {
    .floating-sun-logo .sun-logo {
        height: 229px;
        max-width: 545px;
    }
        body .floating-sun-logo {
        bottom: -25px;
        left: 59px;
    }
	
}
/* @media (max-width: 1440px) {
	body .floating-sun-logo {
		bottom: 7px;
		left: -16px;
}
} */
@media (max-width: 1280px) {
    .sticky-container {
        height: 220vh;
    }
        body .floating-sun-logo {
        left: 6px;
		bottom:0;
    }
	
}

@media (max-width: 1024px) {
    .fusion-footer .fusion-text {
        font-size: 14px;
        line-height: 1.4;
    }
    body #content .fusion-button,
    body .awb-off-canvas .fusion-button {
        font-size: 16px;
        padding: 10px 25px;
    }
    #side-popup {
        bottom: 35%;
        transform: translate(25%, -50%);
        -webkit-transform: translate(25%, -50%);
    }
    body #content #side-popup a.fusion-button {
        font-size: 15px;
    }
    body #content .sticky-container > .fusion-row .content-section {
        padding: 2rem 8vw 5rem;
    }
    body #content .sticky-container > .fusion-row .content-section h1 {
        font-size: clamp(28px, 5vw, 52px) !important;
        line-height: 1.25 !important;
    }
    .floating-sun-logo .sun-logo {
        max-width: 260px;
        height: auto;
        margin-right: 20px;
    }
}

/* ── Mobile: disable animation, show content statically ── */
@media (max-width: 768px) {
    .sticky-container {
        height: auto;
    }
    body #content .sticky-container > .fusion-row {
        position: relative;
        height: auto;
        min-height: 100vh;
    }
    .animating-circle {
        display: none;
    }
    body .floating-sun-logo {
        opacity: 1 !important;
        transform: none !important;
        position: relative;
        justify-content: center;
    }
    .floating-sun-logo .sun-logo {
        margin-right: 0;
    }
	.sticky-btn{
		right:-35px !important;
	}
}