@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap" rel="stylesheet');



.cbd-oil-dropper .plant-based a.new{
    display: block;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 80px;
    -webkit-text-fill-color: transparent;
    transform: translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
    padding: 0.25em 0px 0.325em;
    background: url(../img/animated-text-fill.png) repeat-y text;
    animation: 80s linear 0s infinite normal none running aitf;
}


/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}


/********************************/




.best .cbd-oil-dropper {
    justify-content: center;
}

.row.justify-content-center.align-items-center {
    display: flex;
    align-items: flex-start;
    text-align: center;
}

.plant-based {
    position: relative;
    right: 0;
    text-align: center;
     margin-bottom: 20px; /* or 0 if no spacing needed */
}

.cbd-oil-dropper .plant-based {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 125px; /* same as circle width */
    height: 125px;
    margin: 0 auto 20px; /* bottom space for label */
}

.cbd-oil-dropper .plant-based:before {
    content: "";
    position: absolute;
    top: -10%;
    left: 0%;
    width: 125px;
    height: 125px;
    border: 3px dashed #ffc53c;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: rotate360 30s linear infinite;
    z-index: 0;
}

.cbd-oil-dropper .plant-based img {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px dashed var(--theme-colour);
    padding: 10px;
    margin: 0 auto 30px;
}


@media (max-width: 1400px) {
    .cbd-oil-dropper .plant-based:before {
        content: "";
        position: absolute;
        top: -10%;
        left: 0%;
        width: 125px;
        height: 125px;
        border: 3px dashed #018034;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        animation: rotate360 30s linear infinite;
        z-index: 0;
    }

    .cbd-oil-dropper .plant-based img {
        position: relative;
        z-index: 1;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 3px dashed var(--theme-colour);
        padding: 10px;
        margin: 0 auto 30px;
    }
}

/**********************************/

.clip-color-text {
    margin-bottom: 25px;
}

.clip-color-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.clip-color-text p {
    font-size: 105px;
    line-height: 105px;
    font-weight: 800;
    background-image: url(../img/clip-text.jpg);
    background-repeat: no-repeat;
    background-size: auto 200%;
    background-position: 50% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
}
.clip-text-bg-vertical {
    -webkit-animation: BackgroundAnimatedVertical 10s linear infinite;
    -moz-animation: BackgroundAnimatedVertical 10s linear infinite;
    -ms-animation: BackgroundAnimatedVertical 10s linear infinite;
    -o-animation: BackgroundAnimatedVertical 10s linear infinite;
    animation: BackgroundAnimatedVertical 10s linear infinite;
}

@keyframes BackgroundAnimatedVertical {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: 50% 100%;
  }
}

/**********************************/

.section-request-ruote:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: '';
    z-index: -1;
    background-color: #70490C;
}

.section-request-ruote:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: '';
    z-index: -1;
    background-color: #573908;
}




div.request-quote {
    background-color: #ffffff38;
    margin: 20px;
    padding: 20px 20px;
}
div.request-quote h3 {
    font-weight: 600;
    text-align: left;
    font-size: 30px;
    padding-bottom: 14px;
    color: #fff;
}
div.request-quote p {
    text-align: left;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
}

div.request-quote ul.list-style li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 10px;
    color: #fff;
}

div.request-quote ul.list-style li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FFC53C;
    content: "";
    top: 5px;
    left: 0;
}

div.request-quote button.btn {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background-color: var(--common-colour);
    -moz-box-shadow: 5px 5px 30px 0px rgba(195,120,251,0.35);
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-weight: 600;
    border: 0;

}

/***************************************************/

.section-provide-high{
    position: relative;
    background-size: cover;
    z-index: 1;
}
.section-provide-high:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: .8;
    z-index: 0; /* Add this */
}
.section-provide-high > * {
    position: relative;
    z-index: 1; /* Bring your actual content above the overlay */
}


.client1 .clients-slider .item {
    background-color: #fff;
    margin: 0px 10px;
}



/* Fix: Mobile image overlapping previous section */

/* Previous section must stay underneath */
.blog-three-section {
    position: relative;
    z-index: 1;
    overflow: visible;
}

/* Wave stays below everything */
.wave {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    height: 95px;
    background: url(../img/wave1.png) 0 0 repeat-x;
    background-size: contain;
    transform: rotate(180deg);
    animation: wave 40s linear infinite;
    z-index: 2;
}

@keyframes wave {
    0% { background-position: 0 0; }
    100% { background-position: 1697px 0; }
}

@media screen and (max-width:1440px) {
    .wave {
        background-size: 1200px !important;
        height: 80px;
    }
}

@media screen and (max-width:991px) {
    .wave {
        background-size: 700px !important;
        height: 60px;
    }
}

/* App section stays on top */
.skill_section {
    position: relative;
    overflow: visible !important;
    margin-top: 0;
    padding: 150px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}

/* Ensure container content stacks right */
.skill_section .container {
    position: relative;
    z-index: 5;
}

/* Mobile hand image positioned absolutely */
.fixed-mobile-img {
    position: absolute;
    bottom: 0px;
    left: 10%;
    z-index: 9999;
}

.fixed-mobile-img img.hand-img {
    max-width: 280px;
    height: auto;
    position: relative;
    z-index: 10000;
}

/* Swirls (leaf, dots, icon) above content */
.skill_section_content img.leaf,
.skill_section_content img.dots,
.skill_section_content img.hero-icon {
    position: absolute;
    z-index: 8000;
}

/* Ripple animation on hand image */
.video_btn_border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #F4DE54;
    opacity: 0;
    animation: border_animation 3.9s linear infinite;
    z-index: 9500;
}

.video_btn_border.border_wrap-2 {
    animation-delay: 1.3s;
}

.video_btn_border.border_wrap-3 {
    animation-delay: 2.6s;
}

@keyframes border_animation {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0; }
    20% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(2.5); opacity: 0; }
}

/* Floating animation */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Text section styles */
.skill_feature .section_title_area h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.skill_feature .section_title_area h4 {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    margin-bottom: 15px;
}

.skill_feature .section_title_area p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.play-btn img {
    width: 180px;
    transition: transform 0.3s ease;
}

.play-btn:hover img {
    transform: scale(1.08);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .skill_section {
        padding: 80px 0 60px;
    }

    .fixed-mobile-img {
        position: static;
        text-align: center;
        margin-top: 30px;
    }

    .fixed-mobile-img img.hand-img {
        max-width: 200px;
    }

    .skill_feature .section_title_area h2 {
        font-size: 26px;
    }

    .skill_feature .section_title_area h4 {
        font-size: 18px;
    }

    .play-btn img {
        width: 150px;
    }
}