﻿.ecom-abt-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    overflow: hidden;
}
.ecom-subtitle {
    font-size: 2.4em;
    text-transform: uppercase;
    color: #ff5a3c;
    margin-bottom: 15px;
    font-weight: 600;
        margin-bottom : 50px;
    transform: translateY(20px);
    text-align : center;
}
.ecom-abt-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ecom-abt-content {
    flex: 0 0 55%;
    padding-right: 50px;
}

.ecom-abt-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #ff5a3c;
    margin-bottom: 15px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
}

.ecom-abt-title {
    font-size: 36px;
    color: #0094d9;
    margin-bottom: 30px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
}

.ecom-abt-highlight {
    color: #072e63;
}

.ecom-abt-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
}

.ecom-abt-image {
    flex: 0 0 45%;
    opacity: 0;
    transform: translateX(50px);
}

.ecom-abt-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .ecom-abt-container {
        flex-direction: column;
    }

    .ecom-abt-content,
    .ecom-abt-image {
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
}
/* Timeline Container */
.ecom-abt-journey-timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    min-height: 100vh;
}

    /* Timeline Title */
    .ecom-abt-journey-timeline h2 {
        text-align: center;
        font-size: 2.9em;
        margin-bottom: 40px;
        color: #ff6600;
        transition: opacity 0.3s ease;
    }

/* Timeline Container */
.ecom-abt-timeline-container {
    position: relative;
    min-height: 100vh;
}

    /* Vertical Line */
    .ecom-abt-timeline-container::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #ff6600;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
        z-index: -1;
    }

/* Timeline Items */
.ecom-abt-timeline-item {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    opacity: 1;
}
a {
    text-decoration : none;
}
    /* Left Items */
    .ecom-abt-timeline-item:nth-child(odd) {
        left: 0;
    }

    /* Right Items */
    .ecom-abt-timeline-item:nth-child(even) {
        left: 50%;
    }

/* Timeline Icons */
.ecom-abt-timeline-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -20px;
    background-color: #ff6600;
    border: 4px solid #fff;
    border-radius: 50%;
    top: 15px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 1;
}

/* Icon for Right Items */
.ecom-abt-timeline-item:nth-child(even) .ecom-abt-timeline-icon {
    left: -20px;
}

/* Timeline Content */
.ecom-abt-timeline-content {
    padding: 20px 30px;
    background-color: #f8f8f8;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

    /* Content Title */
    .ecom-abt-timeline-content h4 {
        font-size: 1.5em;
        color: #333;
        margin-bottom: 10px;
    }

    /* Content Paragraph */
    .ecom-abt-timeline-content p {
        font-size: 1em;
        line-height: 1.6;
        color: #666;
    }

/* Timeline Date */
.ecom-abt-timeline-date {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #ff6600;
}

/* Arrow for Left Items */
.ecom-abt-timeline-item:nth-child(odd) .ecom-abt-timeline-content::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f8f8f8;
    right: -10px;
    top: 20px;
}

/* Arrow for Right Items */
.ecom-abt-timeline-item:nth-child(even) .ecom-abt-timeline-content::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f8f8f8;
    left: -10px;
    top: 20px;
}
/*our service section*/
.mps-card-hover {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 32px -10px rgba(0,0,0,0.08);
    margin : 20px 0 ;
}

    .mps-card-hover:has(.
        :hover) .mps-card-hover__extra {
        transform: translateY(0);
        transition: transform 0.35s;
    }

    /*.mps-card-hover:hover .mps-card-hover__content {
        background-color: #f4f4f4;
        bottom: 100%;
        transform: translateY(100%);
        padding: 30px 20px;
        transition: all 0.35s cubic-bezier(.1,.72,.4,.97);
        color : #ff5a3c !important;
    }*/
        /*.mps-card-hover:hover .mps-card-hover__content .mps-card-hover__title {
            color: #ff5a3c ;
        }
        .mps-card-hover:hover .mps-card-hover__content .mps-card-hover__text {
            color: #ff5a3c;
        }
        .mps-card-hover:hover .mps-card-hover__content .mps-card-hover__title span {
            color: #000;
        }*/
/*
        .mps-card-hover:hover .mps-card-hover__link {
            opacity: 1;
            transform: translate(-50%, 0);
            transition: all 0.3s 0.35s cubic-bezier(.1,.72,.4,.97);
         
        }*/

    .mps-card-hover:hover img {
        transform: scale(1);
        transition: 0.35s 0.1s transform cubic-bezier(.1,.72,.4,.97);
    }

.mps-card-hover__content {
    width: 100%;
    text-align: center;
    background-color: #00000091;
    padding: 10px 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    transition: all 0.35s 0.35s cubic-bezier(.1,.72,.4,.97);
    will-change: bottom, background-color, transform, padding;
    z-index: 1;
}

   /* .mps-card-hover__content::before,
    .mps-card-hover__content::after {
        content: '';
        width: 100%;
        height: 60px;
        background-color: inherit;
        position: absolute;
        left: 0;
        z-index: -1;
    }*/

   /* .mps-card-hover__content::before {
        top: -40px;
        clip-path: ellipse(60% 40px at bottom center);
    }

    .mps-card-hover__content::after {
        bottom: -40px;
        clip-path: ellipse(60% 40px at top center);
    }
*/
.mps-card-hover__title {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
    color: #ffffff;
}
/*
    .mps-card-hover__title span {
        color: #000000;
    }*/

.mps-card-hover__text {
    font-size: 0.75rem;
    color: #ffffff;
    margin-bottom: 0.5em;
}

.mps-card-hover__link {
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translate(-50%, 10%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    color: #000000;
    opacity: 0;
    padding: 5px;
    transition: all 0.35s;
    font-size: 0.75rem;
  
}

    .mps-card-hover__link:hover svg {
        transform: translateX(4px);
    }

    .mps-card-hover__link svg {
        width: 14px;
        margin-left: 4px;
        transition: transform 0.3s;
    }

.mps-card-hover__extra {
    height: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    background-color: #ff5a3c;
    padding: 20px;
    bottom: 0;
    z-index: 0;
    color: #ffffff;
    transform: translateY(100%);
    will-change: transform;
    transition: transform 0.35s;
}

    .mps-card-hover__extra span {
        color: #000000;
    }

.mps-card-hover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    transform: scale(1.2);
    transition: 0.35s 0.35s transform cubic-bezier(.1,.72,.4,.97);
}

.ecom-products-section {
    padding: 50px 0;
}

.ecom-product-card {
    position: relative;
    height: 300px;
    width: 90%;
    margin: 20px 0;
    transition: all 1s ease;
    perspective: 1200px;
}

    .ecom-product-card:hover .ecom-product-card-cover {
        transform: rotateX(0deg) rotateY(-180deg);
    }

        .ecom-product-card:hover .ecom-product-card-cover:before {
            transform: translateZ(30px);
        }

        .ecom-product-card:hover .ecom-product-card-cover:after {
            background-color: black;
        }

        .ecom-product-card:hover .ecom-product-card-cover .ecom-product-card-title {
            transform: translateZ(100px);
        }

        .ecom-product-card:hover .ecom-product-card-cover .ecom-product-card-price {
            transform: translateZ(60px);
        }

        .ecom-product-card:hover .ecom-product-card-cover .ecom-product-card-action {
            transform: translateZ(-60px) rotateY(-180deg);
        }

.ecom-product-card-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: all 1s ease;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .ecom-product-card-cover:before {
        content: "";
        position: absolute;
        border: 5px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        z-index: 2;
        transition: all 1s ease;
        transform-style: preserve-3d;
        transform: translateZ(0px);
    }

    .ecom-product-card-cover:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 2;
        transition: all 1.3s ease;
        background: rgba(0, 0, 0, 0.4);
    }

    .ecom-product-card-cover.item-a {
        background-image: url("../img/fru.png");
    }
    .ecom-product-card-cover.item-b {
        background-image: url("../img/vege.png");
    }
    .ecom-product-card-cover.item-c {
        background-image: url("../img/spe.png");
    }
    .ecom-product-card-cover.item-d {
        background-image: url("../img/cer.png");
    }
    .ecom-product-card-cover.item-e {
        background-image: url("../img/ricwhe.png");
    }
    .ecom-product-card-cover.item-f {
        background-image: url("../img/susa.png");
    }
    .ecom-product-card-cover.item-g {
        background-image: url('../img/beemeat.png');
    }
    .ecom-product-card-cover.item-h {
        background-image: url("../img/seafood.png");
    }
    .ecom-product-card-cover .ecom-product-card-title {
        font-weight: 600;
        position: absolute;
        bottom: 55px;
        left: 50px;
        color: white;
        transform-style: preserve-3d;
        transition: all 1s ease;
        z-index: 3;
        font-size: 2em;
        transform: translateZ(0px);
    }
.ltn__utilize-menu ul li a {
    color : #072063;
}
    .ltn__utilize-menu ul li a:hover {
        color : #ff5a3c;
    }
    .sub-menu li a {
        font-style : italic; 
        font-weight : 500;
    }
        .ltn__utilize-menu ul li .speacial-link a:hover{
            background : #072e63 !important;
        }

        .ecom-product-card-cover .ecom-product-card-price {
            font-weight: 200;
            position: absolute;
            top: 55px;
            right: 50px;
            color: white;
            transform-style: preserve-3d;
            transition: all 1s ease;
            z-index: 4;
            font-size: 2em;
            transform: translateZ(0px);
        }

.ecom-product-card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0b0f08;
    transform-style: preserve-3d;
    transition: all 1s ease;
    transform: translateZ(-1px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ecom-product-card-back .ecom-product-card-action {
        transform-style: preserve-3d;
        transition: transform 1s ease, background 0.5s ease;
        transform: translateZ(-1px) rotateY(-180deg);
        background: transparent;
        border: 1px solid #ff5a3c;
        font-weight: 200;
        font-size: 1.1em;
        color: #ff5a3c;
        padding: 16px 30px;
        outline: none;
        text-decoration: none;
        max-width : 150px;
    }

        .ecom-product-card-back .ecom-product-card-action:hover  {
            background-color: white !important;
            color: black !important;
        }
.responsive-banner {
    padding: 40px 20px;
    text-align: center;
}

.responsive-content {
    max-width: 900px;
    margin: 0 auto;
}

.responsive-heading {
    font-size: 36px;
    margin-bottom: 20px;
}

.responsive-text {
    font-size: 18px;
    margin-bottom: 30px;
}

.responsive-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .responsive-banner {
        padding: 30px 15px !important;
    }

    .responsive-heading {
        font-size: 28px !important;
    }

    .responsive-text {
        font-size: 16px !important;
    }

    .responsive-button {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .responsive-banner {
        padding: 20px 10px !important;
    }

    .responsive-heading {
        font-size: 24px !important;
    }

    .responsive-text {
        font-size: 14px !important;
    }

    .responsive-button {
        padding: 8px 16px !important;
        font-size: 14px !important;
    }
}
.modern-banner {
    height: 250px;
    background: #495054;
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.modern-banner-content {
    padding: 30px;
    border-radius: 15px;
    animation: fadeIn 1.5s ease-in-out;
}

    .modern-banner-content h1 {
        font-size: 2.8em;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .modern-banner-content p {
        font-size: 1.3em;
        margin-bottom: 25px;
        color : white;
    }
.search-by-place-img img{
    min-height :250px;
    max-height :250px;
}
/*.slide-item-info-inner {
    width : 700px!important;
}*/

.modern-banner-button {
    background-color: #ffffff;
    color: #1b1b1b;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .modern-banner-button:hover {
        background-color: #0094D9;
        color: white;
        border : 2px solid white ;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.ltn__slider-area {
    height: 90vh;
}
.bg-vid{
    background : url('../img/vid.mp4');
}
.ltn__slider-area .slick-track {
    height: 90vh !important;
}
.bg-theme-overlay-vid {
    background: rgba(7, 28, 31, 0.6) !important;
}
.curve-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
ltn__slide-item-inner {
    margin-top : 40px;
}

.curve-container svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
}
.footer-logo .site-logo img {
    height :100px;
}
.bg-bread {
    background: url('../img/imp.jpeg');
}
.ltn__breadcrumb-area {
    position: relative;

}

    .ltn__breadcrumb-area .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity as needed */
        z-index: 1; /* This places the overlay between the background and the text */
    }

.ltn__breadcrumb-inner {
    position: relative;
    z-index: 2; /* This ensures the text is above the overlay */
    bottom : 50%;
}
/*.ecom-howtoexport-section {
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
}

.ecom-howtoexport-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.ecom-howtoexport-title {
    font-size: 3.5rem;
    color: #072e63;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ecom-howtoexport-subtitle {
    font-size: 1.2rem;
    color: #ff5a3c;
    text-align: center;
    margin-bottom: 60px;
}

.ecom-howtoexport-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.ecom-howtoexport-card {
    perspective: 1000px;
    height: 200px;
}

.ecom-howtoexport-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.ecom-howtoexport-card:hover .ecom-howtoexport-card-inner {
    transform: rotateY(180deg);
}

.ecom-howtoexport-card-front, .ecom-howtoexport-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.ecom-howtoexport-card-front {
    background: linear-gradient(145deg, #ff5a3c, #072e63);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 100%, 0% 100%);
}

.ecom-howtoexport-card-back {
    background-color: #fff;
    color: #072e63;
    transform: rotateY(180deg);
    padding: 20px;
}

.ecom-howtoexport-card-number {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
}

.ecom-howtoexport-card-title {
    font-size: 1.4rem;
    color: #fff;
    margin: 0;
    z-index: 1;
}

.ecom-howtoexport-card-description {
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .ecom-howtoexport-grid {
        grid-template-columns: 1fr;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 90, 60, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 90, 60, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 90, 60, 0);
    }
}

.ecom-howtoexport-card:hover {
    animation: pulse 1.5s infinite;
}*/
.ecom-mission-vision-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ecom-e-card {
    flex-basis: calc(50% - 20px);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

    .ecom-e-card h3 {
        margin-bottom: 15px;
        color: #ff5a3c;

    }

    .ecom-e-card p {
        color: #666;
    }

/*.yellow-curve-section svg {
    transform: scale(2) !important;
}*/
    .ecom-e-card:hover {
        background-color: #ff5a3c;
        transform: translateY(-5px);
    }

        .ecom-e-card:hover h3,
        .ecom-e-card:hover p {
            color: #fff;
        }

@media (max-width: 768px) {
    .ecom-e-card {
        flex-basis: 100%;
    }
}
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

.ecom-hte-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    overflow: hidden;
}

.ecom-hte-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ecom-hte-title {
    font-size: 3rem;
    color: #0094d9;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ecom-hte-subtitle {
    font-size: 1.2rem;
    color: #ff5a3c;
    text-align: center;
    margin-bottom: 60px;
}

.ecom-hte-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.ecom-hte-step {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .ecom-hte-step::before {
        content: attr(data-step);
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #ff5a3c;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        z-index: 2;
    }

    .ecom-hte-step::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #0094d9, #ff5a3c);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: -1;
    }

    .ecom-hte-step:hover {
        transform: translateY(-10px) scale(1.03);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

        .ecom-hte-step:hover::after {
            opacity: 1;
        }

.ecom-hte-icon {
    font-size: 3rem;
    color: #0094d9;
    margin-bottom: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.ecom-hte-step:hover .ecom-hte-icon {
    transform: scale(1.1);
    color: #fff;
}

.ecom-hte-step-title {
    font-size: 1.2rem;
    color: #0094d9;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.ecom-hte-step:hover .ecom-hte-step-title {
    color: #fff;
}

.ecom-hte-step-description {
    font-size: 0.9rem;
    color: #333;
    transition: color 0.3s ease;
}

.ecom-hte-step:hover .ecom-hte-step-description {
    color: #fff;
}

@media (max-width: 768px) {
    .ecom-hte-grid {
        grid-template-columns: 1fr;
    }
}

/* Add a subtle animation to the icons */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.ecom-hte-icon i {
    animation: pulse 2s infinite;
}

.ecom-hte-step:hover .ecom-hte-icon i {
    animation: none;
}

/*hti*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

.ecom-hti-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    overflow: hidden;
}

.ecom-hti-container {
 
    margin: 0 auto;
    padding: 0 20px;
}

.ecom-hti-title {
    font-size: 3rem;
    color: #0094d9;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ecom-hti-subtitle {
    font-size: 1.2rem;
    color: #ff5a3c;
    text-align: center;
    margin-bottom: 60px;
}

.ecom-hti-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.ecom-hti-step {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 250px;
    margin-bottom : 20px;
}

/*    .ecom-hti-step::before {
        content: attr(data-step);
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #ff5a3c;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        z-index: 2;
    }*/

    .ecom-hti-step::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #0094d9, #072e63);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: -1;
    }

    .ecom-hti-step:hover {
        transform: translateY(-10px) scale(1.03);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

        .ecom-hti-step:hover::after {
            opacity: 1;
        }

.ecom-hti-icon {
    font-size: 3rem;
    color: #072e63;
    margin-bottom: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.ecom-hti-step:hover .ecom-hti-icon {
    transform: scale(1.1);
    color: #fff;
}

.ecom-hti-step-title {
    font-size: 1.2rem;
    color: #0094d9;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.ecom-hti-step:hover .ecom-hti-step-title {
    color: #fff;
}

.ecom-hti-step-description {
    font-size: 0.9rem;
    color: #333;
    transition: color 0.3s ease;
}

.ecom-hti-step:hover .ecom-hti-step-description {
    color: #fff;
}

.ecom-hti-arrow {
    font-size: 2rem;
    color: #ff5a3c;
    align-self: center;
}

@media (max-width: 768px) {
    .ecom-hti-grid {
        flex-direction: column;
        align-items: center;
    }

    .ecom-hti-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.ecom-hti-icon i {
    animation: pulse 2s infinite;
}

.ecom-hti-step:hover .ecom-hti-icon i {
    animation: none;
}


#ecom-courses {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

    #ecom-courses h1, .ecom-courses-section-title {
        color: #0094d9;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.ecom-courses-lead {
    color: #333;
    font-size: 1.2rem;
}

.ecom-courses-feature-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

    .ecom-courses-feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

.ecom-courses-feature-icon {
    font-size: 3rem;
    color: #ff5a3c;
    margin-bottom: 20px;
}

.ecom-courses-feature-card h3 {
    color: #0094d9;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
    background-color: #0094d9;
    color: #ffffff;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 148, 217, 0.25);
}

.ecom-courses-learning-outcome {
    font-size: 1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

    .ecom-courses-learning-outcome i {
        color: #ff5a3c;
        margin-right: 10px;
    }

.ecom-courses-special-card {
    background: linear-gradient(135deg, #072e63 0%, #0094d9 100%);
    color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

    .ecom-courses-special-card:hover {
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

    .ecom-courses-special-card h4 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

.btn-primary {
    background-color: #ff5a3c;
    border-color: #ff5a3c;
    padding: 12px 30px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

    .btn-primary:hover {
        background-color: #0094d9;
        border-color: #0094d9;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

.ecom-courses-pulse-button {
    animation: ecom-courses-pulse 2s infinite;
}

@keyframes ecom-courses-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .ecom-courses-feature-card, .ecom-courses-special-card {
        margin-bottom: 30px;
    }

    #ecom-courses h1 {
        font-size: 2rem;
    }

    .ecom-courses-section-title {
        font-size: 1.5rem;
    }

    .ecom-courses-feature-card h3 {
        font-size: 1.3rem;
    }

    .ecom-courses-special-card h4 {
        font-size: 1.5rem;
       
    }
    .ecom-courses-special-card p {
        color: white ;
    }

    .btn-primary {
        font-size: 1rem;
        padding: 10px 20px;
    }
}

@media (max-width: 576px) {
    #ecom-courses h1 {
        font-size: 1.8rem;
    }

    .ecom-courses-lead {
        font-size: 1rem;
    }

    .ecom-courses-feature-icon {
        font-size: 2.5rem;
    }

    .ecom-courses-special-card {
        padding: 20px;
    }
}
/* Accordion Styling */
.accordion-item {
    border: none;
    margin-bottom: 10px;
}

.accordion-button {
    background-color: #f8f9fa;
    color: #0094d9;
    font-weight: 600;
    border-radius: 8px;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

    .accordion-button:not(.collapsed) {
        background-color: #0094d9;
        color: #ffffff;
        box-shadow: 0 5px 15px rgba(0, 148, 217, 0.2);
    }

    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(0, 148, 217, 0.25);
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230094d9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

.accordion-body {
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
    padding: 20px;
    color: #333333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Hover effect for accordion buttons */
.accordion-button:hover {
    background-color: #e9ecef;
}

.accordion-button:not(.collapsed):hover {
    background-color: #0080c0;
}

/* Smooth transition for accordion content */
.accordion-collapse {
    transition: all 0.3s ease-in-out;
}

/* Add some spacing between accordion items */
.accordion-item:not(:last-child) {
    margin-bottom: 15px;
}

/* Style for the accordion section title */
.ecom-courses-section-title {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0094d9;
}
/*consultancy*/
.ecom-consultancy {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.ecom-consultancy-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.ecom-consultancy-hero {
    background: linear-gradient(135deg, #0094d9, #00c6ff);
    color: white;
    padding: 150px 0;
}

.ecom-consultancy-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease;
}

.ecom-consultancy-hero-text {
    font-size: 1.2rem;
    margin-bottom: 30px;
    animation: fadeInUp 1s ease 0.2s;
    animation-fill-mode: both;
}

.ecom-consultancy-hero-img {
    animation: fadeInRight 1s ease 0.4s;
    animation-fill-mode: both;
}

.ecom-consultancy-title {
    color: #0094d9;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

    .ecom-consultancy-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 50px;
        height: 3px;
        background-color: #0094d9;
        transition: width 0.3s ease;
    }

    .ecom-consultancy-title:hover::after {
        width: 100%;
    }

.ecom-consultancy-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.ecom-consultancy-img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .ecom-consultancy-img:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

.ecom-consultancy-features {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.ecom-consultancy-feature {
    text-align: center;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

    .ecom-consultancy-feature:hover {
        background-color: #e9ecef;
    }

    .ecom-consultancy-feature i {
        font-size: 2rem;
        color: #0094d9;
        margin-bottom: 10px;
    }

.ecom-consultancy-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .ecom-consultancy-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

    .ecom-consultancy-card i {
        font-size: 3rem;
        color: #0094d9;
        margin-bottom: 20px;
    }

    .ecom-consultancy-card h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
        color: #333;
    }

    .ecom-consultancy-card p {
        color: #666;
    }

.ecom-consultancy-accordion .accordion-button {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
}

    .ecom-consultancy-accordion .accordion-button:not(.collapsed) {
        background-color: #0094d9;
        color: #ffffff;
    }

.ecom-consultancy-list {
    list-style-type: none;
    padding-left: 0;
}

    .ecom-consultancy-list li {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

        .ecom-consultancy-list li i {
            color: #0094d9;
            margin-right: 10px;
        }

.ecom-consultancy-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.ecom-consultancy-service {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .ecom-consultancy-service:hover {
        background-color: #0094d9;
        color: #ffffff;
    }

    .ecom-consultancy-service i {
        font-size: 2.5rem;
        margin-bottom: 15px;
        transition: color 0.3s ease;
    }

    .ecom-consultancy-service:hover i {
        color: #ffffff;
    }

.ecom-consultancy-table {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .ecom-consultancy-table thead {
        background-color: #0094d9;
        color: #ffffff;
    }

    .ecom-consultancy-table th,
    .ecom-consultancy-table td {
        padding: 15px;
        border: none;
    }

    .ecom-consultancy-table tbody tr:nth-child(even) {
        background-color: #f8f9fa;
    }

    .ecom-consultancy-table tbody tr:hover {
        background-color: #e9ecef;
    }

.ecom-consultancy-cta-btn {
    background-color: #ffffff;
    color: #0094d9;
    border: 2px solid #ffffff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

    .ecom-consultancy-cta-btn:hover {
        background-color: transparent;
        color: #ffffff;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .ecom-consultancy-hero-title {
        font-size: 2.5rem;
    }

    .ecom-consultancy-hero-text {
        font-size: 1rem;
    }

    .ecom-consultancy-section {
        padding: 60px 0;
    }
}
.menu-icon ul li a {
    color : black !important ;
    font-weight : 500;
 
}
.menu-icon ul li a:hover {
    color: #ff5a3c !important;
}
.ecom-consultancy-service-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .ecom-consultancy-service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

    .ecom-consultancy-service-card h3 {
        color: #0094d9;
        margin-bottom: 20px;
    }

    .ecom-consultancy-service-card .ecom-consultancy-list li {
        margin-bottom: 10px;
    }

    .ecom-consultancy-service-card .ecom-consultancy-list i {
        color: #0094d9;
        margin-right: 10px;
    }
/*fruits*/
.ecom-fruits-title {
    color: #0094d9;
    font-weight: 700;
    margin-bottom: 2rem;
}

.ecom-fruits-highlight {
    color: #072e63;
}

.ecom-fruits-info-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .ecom-fruits-info-card:hover {
        transform: translateY(-5px);
    }

.ecom-fruits-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.ecom-fruits-info-content {
    padding: 2rem;
}

.ecom-fruits-info-title {
    color: #0094d9;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ecom-fruits-info-list {
    list-style-type: none;
    padding-left: 0;
}

.ecom-fruits-info-item {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}

    .ecom-fruits-info-item::before {
        content: "•";
        color: #ff5a3c;
        font-size: 1.5em;
        position: absolute;
        left: 0;
        top: -0.2rem;
    }

.ecom-fruits-season-area {
    background-color: #0094d9;
    color: white;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.ecom-fruits-season-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.ecom-fruits-season-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 1rem;
 
}

.ecom-fruits-season-box {
    background-color: white;
    color: #0094d9;
    text-align: center;
    padding: 0.75rem;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.diff {
    background-color: forestgreen;
    color : white;
}

    .ecom-fruits-season-box:hover {
        background-color: #ff5a3c;
        color: white;
        transform: scale(1.05);
    }
.ecom-fruit-p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 50px !important;
   

}
/*course inner*/


:root {
    --color-white: #FFFFFF;
    --color-green: #009a4d;
    --color-blue: #072e63;
    --color-light-blue: #0094d9;
}


.Ecom-course-area {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0,154,77,0.05) 0%, rgba(7,46,99,0.05) 100%);
}

.Ecom-course-area__title {
    font-size: 3rem;
    color: var(--color-blue);
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 800;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

    .Ecom-course-area__title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, var(--color-green), var(--color-light-blue));
        border-radius: 2px;
    }

.Ecom-course-area__card {
    background-color: var(--color-white);
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .Ecom-course-area__card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, var(--color-green), var(--color-light-blue));
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: -1;
    }

    .Ecom-course-area__card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

        .Ecom-course-area__card:hover::before {
            opacity: 0.9;
        }

.Ecom-course-area__card-icon {
    font-size: 3rem;
    color: var(--color-light-blue);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}

.Ecom-course-area__card:hover .Ecom-course-area__card-icon,
.Ecom-course-area__card:hover .Ecom-course-area__card-title,
.Ecom-course-area__card:hover .Ecom-course-area__card-description {
    color: var(--color-white);
}

.Ecom-course-area__card-title {
    font-size: 1.4rem;
    color: var(--color-blue);
    margin-bottom: 1rem;
    font-weight: 700;
    transition: color 0.4s ease;
}

.Ecom-course-area__card-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0;
    transition: color 0.4s ease;
}

@media (max-width: 768px) {
    .Ecom-course-area__title {
        font-size: 2.5rem;
    }

    .Ecom-course-area__card {
        padding: 1.5rem;
    }

    .Ecom-course-area__card-icon {
        font-size: 2.5rem;
    }

    .Ecom-course-area__card-title {
        font-size: 1.2rem;
    }
}
.active-nav-item {
    color: #ff5a3c !important;
}
.ecom-side-form.medical-interest {
    background-color: #1a2b3c;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

    .ecom-side-form.medical-interest h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .ecom-side-form.medical-interest a {
        display: block;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
    }

    .ecom-side-form.medical-interest .whatsapp-btn {
        background-color: #25d366;
        color: white;
    }

    .ecom-side-form.medical-interest .contact-btn {
        background-color: #4a90e2;
        color: white;
    }

    .ecom-side-form.medical-interest a:hover {
        opacity: 0.9;
    }
.ecom-side-form.call-back {
    background-color: #1A2B3C;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .ecom-side-form.call-back h3 {
        color: #fff;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .ecom-side-form.call-back h2 {
        color: #0094d9;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .ecom-side-form.call-back form {
        display: flex;
        flex-direction: column;
    }

    .ecom-side-form.call-back input,
    .ecom-side-form.call-back select {
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 46px !important;
        width : 100%;

    }
        .ecom-side-form.call-back select option:hover {
            background : #0094d9 !important ;
            color : white !important ;
        }

        .ecom-side-form.call-back button {
            background-color: #ff5a3c;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 5px;
            cursor: pointer;
            width : 100%;
        }

        .ecom-side-form.call-back button:hover {
            background-color: #ff5a31 !important;
        }

.new-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    line-height: 50px;
    outline: 0;
    padding-left: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}
.new-select ul {
    max-height : 200px;
    overflow-y : auto !important;
}
.ecom-pricing-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.ecom-pricing-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

    .ecom-pricing-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }

    .ecom-pricing-card h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .ecom-pricing-card .ecom-pricing-price {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .ecom-pricing-card .ecom-pricing-price span {
            font-size: 16px;
            font-weight: normal;
        }

    .ecom-pricing-card ul {
        list-style-type: none;
        padding: 0;
    }

        .ecom-pricing-card ul li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

            .ecom-pricing-card ul li i {
                margin-right: 10px;
            }

    .ecom-pricing-card .btn {
        width: 100%;
        padding: 10px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 20px;
    }

.ecom-pricing-prime {
    border-top: 5px solid #007bff;
}

.ecom-pricing-prime-pro {
    border-top: 5px solid #28a745;
}

.ecom-pricing-ultra {
    border-top: 5px solid #dc3545;
}

.ecom-pricing-ultra-pro {
    border-top: 5px solid #6f42c1;
}

.ecom-pricing-prime i {
    color: #007bff;
}

.ecom-pricing-prime-pro i {
    color: #28a745;
}

.ecom-pricing-ultra i {
    color: #dc3545;
}

.ecom-pricing-ultra-pro i {
    color: #6f42c1;
}
.btn-purple {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #6f42c1 !important;
    --bs-btn-border-color: #6f42c3 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #5e35b1 !important;
    --bs-btn-hover-border-color: #5e35b1 !important;
    --bs-btn-focus-shadow-rgb: 111, 66, 193 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #5e35b1 !important;
    --bs-btn-active-border-color: #5e35b1 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #6f42c1 !important;
    --bs-btn-disabled-border-color: #6f42c1 !important ;
}
.ecom-pricing-2-section {
    padding: 80px 0;
    background: linear-gradient(to right, #ece9e6, #ffffff);
    font-family: 'Poppins', sans-serif;
}

.ecom-pricing-2-card {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    text-align: center;
}

    .ecom-pricing-2-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    }

.ecom-pricing-2-header {
    padding: 40px 20px;
    color: #fff;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    transition: background 0.3s ease;
}

    .ecom-pricing-2-header h3 {
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: 700;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    }

.ecom-pricing-2-price {
    font-size: 41px;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}


    .ecom-pricing-2-price span {
        font-size: 16px;
        font-weight: normal;
    }

.ecom-pricing-2-features {
    padding: 30px;
    text-align: left;
}

    .ecom-pricing-2-features ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .ecom-pricing-2-features li {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .pr i {
        margin-right: 10px;
        font-size: 18px;
        color: #3192E0;
        transition: color 0.3s ease;
    }
    .pro i {
        margin-right: 10px;
        font-size: 18px;
        color: #2ABC68;
        transition: color 0.3s ease;
    }
.ult i {
    margin-right: 10px;
    font-size: 18px;
    color: #EA71D9;
    transition: color 0.3s ease;
}
    .ultro i {
        margin-right: 10px;
        font-size: 18px;
        color: #924BB0;
        transition: color 0.3s ease;
    }

.ecom-pricing-2-pr-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: #3192E0;
    color: #fff;
    text-decoration: none;
}
.ecom-pricing-2-pro-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: #2ABC68;
    color: #fff;
    text-decoration: none;
}
.ecom-pricing-2-ult-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: #EA71D9;
    color: #fff;
    text-decoration: none;
}
.ecom-pricing-2-ultro-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: #924BB0;
    color: #fff;
    text-decoration: none;
}

    .ecom-pricing-2-btn:hover {
        transform: scale(1.05);
        background: #072e63;
        box-shadow: 0 0 20px rgba(0, 123, 255, 0.6);
        color : white ;
    }

/* Gradient and color effects for different plans */
.ecom-pricing-2-prime .ecom-pricing-2-header {
    background: radial-gradient(circle at 12.3% 19.3%, rgb(85, 88, 218) 0%, rgb(95, 209, 249) 100.2%);
}

.ecom-pricing-2-prime-pro .ecom-pricing-2-header {
    background: linear-gradient(to right, rgb(182, 244, 146), rgb(51, 139, 147));
}

.ecom-pricing-2-ultra .ecom-pricing-2-header {
    background: linear-gradient(to top, #c471f5 0%, #fa71cd 100%);
    
}

.ecom-pricing-2-ultra-pro .ecom-pricing-2-header {
    background: linear-gradient(to right, rgb(173, 83, 137), rgb(60, 16, 83));
   
}