html,
body {
    overflow-y: visible !important;
}

.checkerboard {
    display: grid;
    width: 100vw;
    height: 100vh;
    perspective: 1000px;
}

.tile {
    width: 240px;
    height: 140px;
    background-size: cover;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    transition: background-position 1s ease-out, transform 1s ease-out;
}

.about-us-container {
    display: flex;
    align-items: center;
    background-color: #fbf5de99;
}

.about-us-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.animated-sequence {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.animated-sequence img {
    width: 10vw;
    min-width: 50px;
    height: auto;
}

.animated-sequence span {
    font-size: 4vw;
    min-width: 20px;
}

.animated-sequence img,
.animated-sequence span {
    opacity: 0;
    visibility: hidden;
}

@keyframes slideRotateIn {
    0% {
        transform: translateX(-50px) rotate(180deg);
        opacity: 0;
        visibility: hidden;
    }

    100% {
        transform: translateX(0) rotate(360deg);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

/* Animation only applies after .animate class is added */
.img-1.animate {
    animation: slideRotateIn 2s ease-in-out forwards;
    animation-delay: 0s;
}

.arrow-1.animate {
    animation: fadeIn 0.6s ease-in-out forwards;
    animation-delay: 2.1s;
}

.img-2.animate {
    animation: slideRotateIn 2s ease-in-out forwards;
    animation-delay: 2.6s;
}

.arrow-2.animate {
    animation: fadeIn 0.6s ease-in-out forwards;
    animation-delay: 4.7s;
}

.img-3.animate {
    animation: slideRotateIn 2s ease-in-out forwards;
    animation-delay: 5.2s;
}

.arrow-3.animate {
    animation: fadeIn 0.6s ease-in-out forwards;
    animation-delay: 7.3s;
}

.img-4.animate {
    animation: slideRotateIn 2s ease-in-out forwards;
    animation-delay: 7.8s;
}

@media (max-width: 576px) {
    .animated-sequence span {
        font-size: 24px;
    }
}


.health-benefits-section {
    position: relative;
    width: 100vw;
    /* height: 100vh; */
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

/* FULL overlay */
.content-overlay {
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 98.6%;
    padding: 60px 5%;
    background: rgba(223, 154, 7, 0.2);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #6e251f;
    text-align: center;
}

@media (min-width: 1023px) and (max-width: 1200px) {
    .content-overlay {
        height: 98.8% !important;
    }

    .home-oil {
        padding: 60px 0 !important;
    }
}

@media (min-width: 623px) and (max-width: 1244px) {
    .content-overlay {
        height: 99% !important;
    }

    /* 
    .health-benefits-section {
        height: 160vh !important;
    } */
}

.section-title {
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: 700;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.benefit-box {
    flex: 1 1 250px;
    max-width: 280px;
    padding: 25px;
    border-radius: 16px;
    backdrop-filter: blur(4px);
    background: transparent;
    transition: transform 0.3s ease;
}

.benefit-box:hover {
    transform: translateY(-10px);
}

.benefit-box img {
    width: 60px;
    height: 60px;
    /* margin-bottom: 15px; */
}

.benefit-box h3 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: bold;
}

.benefit-box p {
    font-size: 16px;
    color: #472c29;
    line-height: 1.6;
    margin-top: 50px;
    font-weight: 500;

}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .benefit-box {
        max-width: 90%;
    }
}

.swiper-hoiltopx .swiper-wrapperx {
    gap: 30px;
    animation: 10s linear infinite clientmarquee;
    -webkit-animation: 30s linear infinite clientmarquee;
    -moz-animation: 30s linear infinite clientmarquee;
    animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    display: flex;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    will-change: transform;
}

.swiper-hoilbottomx .swiper-wrapperx {
    margin-top: 15px;
    gap: 30px;
    animation: 10s linear infinite clientmarquee;
    -webkit-animation: 30s linear infinite clientmarquee;
    -moz-animation: 30s linear infinite clientmarquee;
    animation-direction: reverse;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    display: flex;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    will-change: transform;
}

.hoiltop-box h3 {
    text-wrap: nowrap;
    /* font-size: 4rem; */
}

.swiper-wrapperx .swiper-slidex .hoiltop-box h3 {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(51, 51, 51, 0.8);
}

.swiper-wrapperx .swiper-slidex:nth-child(2n) .hoiltop-box h3 {
    color: rgba(51, 51, 51, 0.8);
}

@keyframes clientmarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes clientmarquee {
    from {
        -webkit-transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product-section {
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;    
    background-color: #f3bc052b;

}

.product-section::after {
    content: '';
    background: url('../full/product_background.png') center center no-repeat;
    background-size: cover;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
}

.product_card {
    width: 100%;
    /* background-color: #fff; */
    border-radius: 16px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    text-align: center;
    padding: 120px 10px 30px;
    position: relative;
    font-family: Arial, sans-serif;
}

.product-image-wrapper {
    width: 180px;
    height: 180px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}

.product-dashed-border {
    position: absolute;
    width: 190px;
    height: 190px;
    top: -5px;
    left: -5px;
    border: 2px dashed #6e251f;
    border-radius: 50%;
    animation: rotate 20s linear infinite;
    z-index: 0;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.product_card .content h3 {
    font-size: 20px;
    color: #954f49;
    margin: 10px 0 4px;
    font-weight: bold;
}

.product_card .content .subtitle {
    font-size: 16px;
    color: #954f49;
    margin: 0;
}

@media (max-width: 576px) {
    .product_card {
        width: 90%;
        padding: 130px 10px 30px;
        margin: 0 auto;
    }

    .product-image-wrapper {
        width: 150px;
        height: 150px;
    }

    .product-dashed-border {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 576px) {
    .product-image-wrapper {
        width: 130px;
        height: 130px;
        top: -65px;
    }

    .product-dashed-border {
        width: 140px;
        height: 140px;
    }
}



footer ul li {
    position: relative;
    transition: all 0.3s ease;
    list-style: none;
    padding-left: 0;
}

footer ul li:hover {
    transform: translateX(10px);
    color: #6e251f;
    cursor: pointer;
    font-weight: 700;
}


footer ul li span::before {
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
}

footer ul li:hover span::before {
    opacity: 1;
    left: -25px;
}




@media (max-width: 370px) {
    .owl-carousel .owl-nav>div {
        position: absolute;
        right: -24px;
        text-align: center;
    }

    .owl-carousel .owl-nav>div:first-child {
        position: absolute;
        left: -24px;
        text-align: center;
    }

    .item.mx-2.pt-5.mt-5 {
        margin-left: 1.5rem !important;
    }

}

/* Footer  Slider Css */
.hoiltop-box h3 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: rgba(51, 51, 51, .8);
    margin-bottom: 0
}

.home-oil {
    padding: 100px 0;
    background-color: #faf4dc;
    margin-top: -10px;
    overflow: hidden;
}

.hoil-main {
    transform: rotate(-2deg);
}

.ticker-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.ticker {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.8);
    margin-right: 25px;
    white-space: nowrap;
}

.ticker-item img {
    max-width: 80px;
}

.ticker-item h3 {
    margin-top: 29px;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ticker::after {
    content: attr(data-copy);
    display: flex;
}





@media screen and (max-width: 1199px) {
    .hoiltop-box h3 {
        font-size: 36px;
        line-height: 46px
    }

    .hoiltop-box h3 {
        font-size: 36px;
        line-height: 46px
    }
}


@media screen and (max-width: 991px) {
    .hoiltop-box h3 {
        font-size: 28px;
        line-height: 39px
    }


    .hoiltop-box h3 {
        font-size: 28px;
        line-height: 39px
    }


    .home-oil {
        padding: 20px 0px
    }

}

@media screen and (max-width: 767px) {
    .hoiltop-box h3 {
        font-size: 21px;
        line-height: 33px
    }

    .hoiltop-box img {
        max-width: 70px
    }

    .hoiltop-box h3 {
        font-size: 21px;
        line-height: 33px
    }
}


@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.partners-section {
    min-height: 100vh;
    padding: 60px 0;
    background-color: #fbf5de99;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #6e251f;
}

.section-header p {
    color: #954f49;
    font-size: 15px;
    margin-bottom: 40px;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.partner-logo-box {
    border: 1px solid #6e251f;
    border-radius: 8px;
    padding: 25px 35px;
    background: #fff;
    width: 186px;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
}

.partner-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* .partner-logo-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
 */
.partner-logo-box:hover {
    transform: rotate(5deg) scale(1.05);
    transition: transform 0.4s ease;
}


.brand-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.brand-icon-left,
.brand-icon-right {
    width: 234px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotateIcon 10s linear infinite;
}

.brand-icon-left img,
.brand-icon-right img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.hidden {
    opacity: 0;
}


.animate-fade {
    animation: fadeInUp 0.8s ease forwards;
}

.animate-left {
    animation: fadeInLeft 0.8s ease forwards;
}

.animate-right {
    animation: fadeInRight 0.8s ease forwards;
}









/* left  bootom  fixed */


#chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

#chatbot-icon {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.rotating-bg {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-image: url("../full/bloom-big.png");
    background-size: cover;
    background-position: center;
    animation: rotate-bg 6s linear infinite;
    z-index: 1;
}

#chatbot-icon img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 3;
}

@keyframes rotate-bg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#chatbot {
    position: absolute;
    bottom: 9px;
    right: 62px;
    display: block;
    background: #eadfba;
    border-radius: 10px 0px 0px 30px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    width: 215px;
    z-index: 1;
}

#chatbot-bar {
    text-align: left;
    font-size: 14px;
}

#chatbot-close {
    float: left;
    background: transparent;
    border: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

#chatbot-image.blank {
    opacity: 0;
}









/* product animation */


/* Positioning */
.decor-top-right {
    position: absolute;
    top: 26px;
    right: 10px;
    width: 200px;
    z-index: 1;
}

.decor-bottom-left {
    position: absolute;
    bottom: 47px;
    left: 0;
    width: 200px;
    z-index: 1;
}

/* Animation - Floating Up and Down */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-60px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes float-reverse {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(0);
    }
}

.animate-float {
    animation: float 8s ease-in-out infinite;
}

.animate-float-reverse {
    animation: float-reverse 8s ease-in-out infinite;
}


/* product section css */
.image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    /* border: 2px solid #ccc; */
    overflow: hidden;
}

#main-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    max-width: 360px;
}

.icon-row {
    display: flex;
    justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
}

.icon-item {
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s;
    padding: 10px;
    border-radius: 8px;
}

.icon-item:hover {
    transform: translateY(-5px);
}

.icon-name {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #954f49;
}

.icon-row img,
.icon-row i {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: transform 0.2s;
}


.floating-element {
    position: absolute;
    opacity: 0;
    display: block;
    object-fit: cover;
    z-index: 2;
    /* add this so transform origin and initial position is consistent */
    transform: translate(0, 0);
    transition: opacity 0.3s ease;
}

/* Animation classes */
.element-1.animate {
    animation: fromLeftBottom 1s forwards;
    bottom: 0 !important;
    left: 0 !important;
}

.element-2.animate {
    animation: fromRightBottom 1s forwards;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 3;
}

.element-3.animate {
    animation: fromTopLeft 1s forwards;
    top: 0 !important;
    left: 0 !important;
}

.element-4.animate {
    animation: fromTopRight 1s forwards;
    top: 0 !important;
    right: 0 !important;
    z-index: -1;
}

.element-5.animate {
    animation: fromBottomLeft 1s forwards;
    bottom: 0 !important;
    left: 0 !important;
    z-index: -1;
}

/* Keyframes - add "from" explicitly for opacity 0 */
@keyframes fromLeftBottom {
    from {
        opacity: 1;
        transform: translate(0, 0);
    }

    to {
        opacity: 1;
        transform: translate(0, -100px);
    }
}

@keyframes fromRightBottom {
    from {
        opacity: 0;
        transform: translate(100px, 100px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

@keyframes fromTopLeft {
    from {
        opacity: 0;
        transform: translate(-100px, -100px);
    }

    to {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@keyframes fromTopRight {
    from {
        opacity: 0;
        transform: translate(100px, -100px);
    }

    to {
        opacity: 1;
        transform: translate(20px, 100px);
    }
}

@keyframes fromBottomLeft {
    from {
        opacity: 0;
        transform: translate(-100px, 100px);
    }

    to {
        opacity: 1;
        transform: translate(-20px, -100px);
    }
}

.icon-row-new {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
}

.icon-row-new .icon-item img {
    max-width: 140px;
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width:430px) {

    .icon-row {
        display: inline-flex;
        justify-content: center;
        gap: 0px;
        flex-wrap: nowrap;
    }

    .icon-row-new.my-4 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
        gap: 0rem;
        max-height: calc(14 * 2rem);
        overflow: hidden;
    }
/* 
    .element-4.animate {
        animation: fromTopRight 1s forwards;
        top: -16px;
        z-index: -1;
        width: 42px;
        left: 115%;
    }

    .element-3.animate {
        animation: fromTopLeft 1s forwards;
        top: -104px;
        left: -6rem;
        width: 65px;
    }

    .element-2.animate {
        animation: fromRightBottom 1s forwards;
        bottom: -110px;
        right: 5%;
        z-index: 3;
        width: 90px;
    }

    .element-5.animate {
        animation: fromBottomLeft 1s forwards;
        bottom: 130px;
        left: 0%;
        z-index: -1;
        width: 90px;
    } */
}




/* about us section  css */

.leadership-section {
    background: url('../full/owns_bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 120px 30px;
    font-family: 'Poppins', sans-serif;

}

/* Flex Layout */
.leadership-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0 15px;
}

/* Leader Image Styling */
.leader-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    filter: drop-shadow(8px 8px 20px rgba(0, 0, 0, 0.15));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.leader-image img:hover {
    transform: scale(1.05);
    filter: drop-shadow(8px 8px 25px rgba(0, 0, 0, 0.2));
}

/* Leader Content Styling */
.leader-content {
    max-width: 600px;
    border-left: 5px solid #ff8c00;
    padding-left: 30px;
    transition: padding-left 0.3s ease;
}

/* Leader Text Styling */
.leader-text {
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
}

/* Typography */
.leader-heading {
    font-size: 36px;
    font-weight: 700;
    color: #6e251f;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.leader-description {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(30px);
    animation: slideIn 1.5s ease-in-out forwards;
}

.highlight-name {
    font-weight: bold;
    background: linear-gradient(to right, #b85c00, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.leader-name {
    font-size: 24px;
    font-weight: 700;
    color: #c05000;
    margin-bottom: 5px;
}

.leader-role {
    font-size: 18px;
    color: #6e251f;
}

/* Animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation-delay: 0.4s;
}

/* Responsive Design */
@media (max-width: 768px) {
    .leadership-container {
        flex-direction: column;
        text-align: center;
    }

    .leader-content {
        border-left: none;
        padding-left: 0;
        margin-top: 30px;
    }

    .leader-image img {
        width: 80%;
        max-width: 250px;
    }

    .leader-heading {
        font-size: 30px;
    }

    .leader-name {
        font-size: 20px;
    }

    .leader-role {
        font-size: 16px;
    }
}


.design-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    color: #2d2d2d;
    gap: 30px;
    margin: 60px 0;
}

/* 🟩 Mission Background */
.design-box.mission-box {
    background-color: #fff7d563;
    padding: 38px 0 52px 100px;
    margin-left: 148px;
    border-radius: 200px 0px 0px 200px;
}

/* 🟨 Vision Background */
.design-box.vision-box {
    background-color: #fff7d563;
    padding: 40px 10px 40px 10px;
    margin-right: 148px;
    border-radius: 0px 200px 200px 0px;
}

.design-box.reverse {
    flex-direction: row-reverse;
}

.design-text {
    flex: 1;
    font-size: 18px;
    line-height: 1.8;
    background-color: transparent !important;
}

.design-text h2 {
    margin-bottom: 15px;
    color: #6e251f;
    text-align: left;
}

.design-text p {
    text-align: left;
}

.design-image {
    flex-shrink: 0;
    width: 264px;
    height: 264px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 6px solid #fff;
    transition: transform 0.3s ease;
    will-change: transform;
}

.design-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .design-box {
        flex-direction: column !important;
        text-align: center;
        padding: 30px 20px !important;
        margin: 30px 20px !important;
        border-radius: 30px !important;
    }

    .design-box.reverse {
        flex-direction: column !important;
    }

    .design-text h2,
    .design-text p {
        text-align: center !important;
    }

    .design-image {
        margin-top: 20px;
    }

    .design-box.mission-box,
    .design-box.vision-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 30px 20px !important;
        border-radius: 30px !important;
    }
}

.why-kof-section {
    padding: 50px 20px;
    position: relative;
}

.why-kof-section::before {
    content: '';
    position: absolute;
    background: url(../full/core_value.png) top right no-repeat;
    right: 0;
    top: 0;
    opacity: 0.8;
    width: 460px;
    height: 640px;
    background-size: cover;
}

.title {
    font-size: 36px;
    color: #6e251f;
    margin-bottom: 8px;
}

.tagline {
    font-size: 16px;
    color: #954f49;
    margin-bottom: 32px;
}

.kof-points {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.kof-points li {
    margin-bottom: 20px;
    /* fallback spacing */
    font-size: 16px;
    color: #6e251f;
    line-height: 1.4;
    position: relative;
}

/* Fine-tuned alignment for each point */
.kof-points li:nth-child(1) {
    margin-top: 0px;
    margin-left: -148px;
}

.kof-points li:nth-child(2) {
    margin-top: -7px;
    margin-left: -82px;
}

.kof-points li:nth-child(3) {
    margin-top: 23px;
    margin-left: -35px;
}

.kof-points li:nth-child(4) {
    margin-top: 37px;
    margin-left: -22px;
}

.kof-points li:nth-child(5) {
    margin-top: 37px;
    margin-left: -40px;
}

.kof-points li:nth-child(6) {
    margin-top: 0px;
    margin-left: -91px;
}

.kof-points li:nth-child(7) {
    margin-top: -13px;
    margin-left: -160px;
}

@media (max-width: 768px) {
    .kof-points li {
        margin-left: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 16px;
    }
}

:root {
    --clr-bg: #fff9f5;
    --clr-accent: #8b3e2f;
    --clr-accent-f: #d18663;
    --clr-card: rgba(255, 255, 255, 0.9);
    --clr-shadow: rgba(0, 0, 0, .1);
    --radius: 18px;
}

/* Section base */
.about-section {
    background: var(--clr-bg);
    min-height: 100vh;
    padding: 100px 18px;
    display: flex;
    align-items: center;
}

/* Flex layout */
.about-block {
    display: flex;
    gap: 0;
    max-width: 1100px;
    margin-inline: auto;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
}

/* Image side */
.about-photo {
    flex: 0 0 40%;
    z-index: 1;
}

.about-photo img {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: 0 10px 26px var(--clr-shadow);
    transition: transform .5s ease, filter .5s ease;
}

.about-photo:hover img {
    transform: scale(1.05);
    filter: saturate(1.1) contrast(1.05);
}

/* Description box */
.about-card {
    flex: 0 0 60%;
    margin-left: -80px;
    padding: 50px 48px;
    border-radius: var(--radius);
    background: var(--clr-card);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px var(--clr-shadow);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* Border animation */
.border-animate {
    position: absolute;
    inset: 0;
    border-radius: var(--radius);
    pointer-events: none;
    z-index: 0;
    border: 2px solid transparent;
}

.about-card.animate-border .border-animate {
    animation: fullBorderDraw 1.2s ease forwards;
    border-color: #6e251f;
}

/* Animated color stripe on hover */
.about-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: #6e251f;
    border-radius: var(--radius) 0 0 var(--radius);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .45s;
    z-index: 1;
}

.about-card:hover::before {
    transform: scaleY(1);
}

/* Text styling */
.about-title {
    font-size: 34px;
    font-weight: 700;
    color: #6e251f;
    margin: 0 0 20px;
    position: relative;
    z-index: 2;
}

.about-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #6e251f;
    margin-top: 10px;
}

.about-text {
    font-size: 18px;
    line-height: 1.75;
    color: #6e251f;
    text-align: justify;
    z-index: 2;
    position: relative;
}

/* Animations */
@keyframes fullBorderDraw {
    0% {
        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }

    25% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    50% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    }

    75% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

/* Responsive */
@media(max-width: 992px) {
    .about-block {
        flex-direction: column;
    }

    .about-photo,
    .about-card {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .about-card {
        margin-top: 30px;
    }
}

.ds1 {
    position: relative;
    height: 100vh;
    background-color: #fbf5dd;
    background-image: url('../full/bgstar.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #954f49;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(251, 245, 221, 0.8);
    z-index: 1;
}

.content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.special-heading {
    font-size: 42px;
    font-weight: 700;
    color: #6e251f;
}

.special-paragraph {
    font-size: 18px;
    line-height: 1.8;
    color: #954f49;
}

.floating-stars {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
}

.floating-stars .star {
    position: absolute;
    top: 100%;
    left: var(--x);
    width: 40px;
    height: 40px;
    background: url('https://cdn-icons-png.flaticon.com/512/616/616490.png') no-repeat center center;
    background-size: contain;
    opacity: 0.7;
    filter: drop-shadow(0 0 10px #954f49);
    animation: floatUp 8s linear infinite;
    animation-delay: var(--delay);
}

@keyframes floatUp {
    0% {
        transform: translateY(0) scale(0.6) rotate(0deg);
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        transform: translateY(-120vh) scale(1.2) rotate(360deg);
        opacity: 0;
    }
}

.fade-in-top-right {
    opacity: 0;
    transform: translate(50px, -50px);
    animation: fadeInTopRight 1.2s ease-out forwards;
}

.fade-in-bottom-left {
    opacity: 0;
    transform: translate(-50px, 50px);
    animation: fadeInBottomLeft 1.2s ease-out forwards;
}

@keyframes fadeInTopRight {
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fadeInBottomLeft {
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* ✅ Responsive */
@media (max-width: 768px) {
    .special-heading {
        font-size: 30px;
    }

    .special-paragraph {
        font-size: 16px;
    }

    .ds1 {
        padding: 40px 20px;
        height: auto;
    }
}



/* home  about section  img  animation */
.img_animation_class {
    display: inline-block;
    animation: slideUpDown 4s ease-in-out infinite;
}

@keyframes slideUpDown {
    0% {
        transform: translateY(-50px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-50px);
    }
}




/* contact  us  section  css */

.contact-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}


.contact-section {
    padding: 60px 0;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #6e251f;
}

.section-description {
    font-size: 16px;
    color: #954f49;
    margin-bottom: 30px;
    margin-top: 24px;
}

.input-group-custom {
    position: relative;
    padding: 10px 0;
}

.input-group-custom i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6e251f;
    font-size: 16px;
}

.input-group-custom input,
.input-group-custom textarea {
    padding-left: 45px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    width: 100%;
    background-color: #fff;
}

.input-group-custom input:focus,
.input-group-custom textarea:focus {
    border-color: #6e251f;
    box-shadow: 0 0 5px rgba(215, 55, 37, 0.2);
    outline: none;
}

textarea.form-control {
    resize: vertical;
}

.btn-send {
    background: linear-gradient(to right, #a4554c, #6e251f) !important;
    color: white !important;
    font-weight: 600;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 30px !important;
    transition: 0.3s ease !important;
    display: inline-block;
}

.btn-send:hover {
    background: linear-gradient(to right, #6e251f, #a4554c) !important;
    color: #fff !important;
}

.info-card {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
}

.info-card i {
    font-size: 26px;
    color: #6e251f;
    flex-shrink: 0;
}

.info-content h5 {
    margin: 0 19px 5px;
    font-size: 18px;
    color: #6e251f;
    font-weight: 600;
}

.info-content p {
    margin: 0;
    color: #954f49;
    font-size: 15px;
    line-height: 1.5;
    margin-left: 20px
}

#map {
    width: 100%;
    height: 400px;
    border: 0;
    margin-top: 40px;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 26px;
        text-align: center;
    }

    .section-description {
        text-align: center;
    }

    .btn-send {
        width: 100%;
        text-align: center;
        display: block;
    }

    .info-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .info-card i {
        font-size: 22px;
        margin-left: 56px;
    }

    .info-content h5 {
        font-size: 16px;
    }

    .info-content p {
        font-size: 14px;
    }

    .col-lg-6 {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .input-group-custom {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .info-card {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.divider-line {
    height: 2px;
    margin-top: 18px;
    width: 50px;
}

@media (max-width: 425px) {
    .divider-line {
        margin: 0 auto !important;
        display: block;
    }
}