/********** Template CSS **********/
.img{
margin-right: 130px !important;
margin-bottom: 20px !important;
background-color: transparent;
}
.product-img{
    width: 10px;
    height: 350px;
    object-fit: cover;
}
.beanut-flower{
object-fit: cover;
}
:root {
    --primary: #1d5693;
    --primary-dark: #123f6c;
    --secondary: #91cb3e;
    --secondary-dark: #6faa28;
    --accent: #dff1bf;
    --light: #f6fbff;
    --surface: #eef5fb;
    --dark: #163047;
    --muted: #617385;
    --white: #ffffff;
    --shadow: 0 18px 45px rgba(18, 63, 108, 0.14);
}

body {
    color: var(--dark);
    background:
        radial-gradient(circle at top right, rgba(145, 203, 62, 0.10), transparent 32%),
        linear-gradient(180deg, #fbfdff 0%, #f3f9ff 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark);
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: color .3s ease;
}

a:hover {
    color: var(--secondary-dark);
}

.text-primary {
    color: var(--secondary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.border-primary {
    border-color: var(--primary) !important;
}

.text-orange {
    color: var(--secondary) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    border: 0;
    background: linear-gradient(135deg, var(--secondary), #a8de56);
    box-shadow: var(--shadow);
}

.fw-medium {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .35s ease;
    font-weight: 500;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(18, 63, 108, 0.12);
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-color: var(--primary);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
    background: linear-gradient(135deg, var(--secondary), #a8de56);
    border-color: var(--secondary);
}

.btn-light {
    color: var(--primary-dark);
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.96);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(18, 63, 108, 0.18);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
    box-shadow: 0 10px 30px rgba(18, 63, 108, 0.08);
}

/* .navbar .navbar-brand {
    position: absolute;
    padding: 0;
    width: 170px;
    height: 135px;
    top: 0;
    left: 0;
} */

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand {
        width: 126px;
        height: 100px;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 75px;
        border-top: 1px solid rgba(29, 86, 147, 0.12);
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background:
        linear-gradient(120deg, rgba(18, 63, 108, 0.56), rgba(29, 86, 147, 0.30)),
        linear-gradient(180deg, rgba(145, 203, 62, 0.10), rgba(22, 48, 71, 0.20));
    z-index: 1;
}

.carousel-caption .text-dark,
.carousel-caption strong.text-dark,
.page-header .text-dark {
    color: var(--white) !important;
    text-shadow: 0 4px 18px rgba(9, 25, 39, 0.35);
}

.carousel-caption .fs-4,
.carousel-caption .text-white {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 3px 12px rgba(9, 25, 39, 0.28);
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--secondary);
    border: 15px solid var(--secondary);
    box-shadow: 0 10px 30px rgba(22, 48, 71, 0.25);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background:
        linear-gradient(rgba(18, 63, 108, 0.52), rgba(22, 48, 71, 0.48)),
        linear-gradient(rgba(145, 203, 62, 0.10), rgba(145, 203, 62, 0.10)),
        url(../img/back-4.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.8);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.section-title::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    left: calc(25% - 13px);
    background: var(--secondary);
    border: 10px solid #FFFFFF;
    border-radius: 28px;
    box-shadow: 0 8px 22px rgba(18, 63, 108, 0.15);
}

.section-title.text-center::before {
    left: 25%;
}

.section-title.text-center::after {
    left: calc(50% - 13px);
}


/*** Products ***/
.product {
    background:
        radial-gradient(circle at top left, rgba(145, 203, 62, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(29, 86, 147, 0.04), rgba(145, 203, 62, 0.09));
    background-size: cover;
}

.product-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.product-item {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow);
    border: 1px solid rgba(29, 86, 147, 0.08);
}

.product-item img {
    transition: transform .45s ease;
}

.product-item:hover img {
    transform: scale(1.04);
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 55px;
    box-shadow: var(--shadow);
    font-size: 25px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: var(--white);
    color: var(--primary);
}


/*** About ***/
.video {
    background: linear-gradient(rgba(18, 63, 108, .84), rgba(29, 86, 147, .84)), url(../img/back-2.jpg) center center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 65px;
    height: 75px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 28px 30px 30px 38px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 13px;
    border-left: 40px solid var(--primary);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Store ***/
.store-item .store-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(18, 63, 108, .68), rgba(145, 203, 62, .46));
    opacity: 0;
    transition: .5s;
}

.store-item:hover .store-overlay {
    opacity: 1;
}


/*** Contact ***/
.contact-shell {
    position: relative;
}

.contact-card {
    position: relative;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(29, 86, 147, 0.08);
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(18, 63, 108, 0.10);
    overflow: hidden;
}

.contact-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.contact-details-card {
    background:
        radial-gradient(circle at top left, rgba(145, 203, 62, 0.14), transparent 38%),
        linear-gradient(180deg, rgba(29, 86, 147, 0.03), rgba(255, 255, 255, 0.96));
}

.contact-form-card {
    background:
        radial-gradient(circle at top right, rgba(29, 86, 147, 0.08), transparent 34%),
        rgba(255, 255, 255, 0.97);
}

.contact-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: .45rem .9rem;
    border-radius: 999px;
    background: rgba(145, 203, 62, 0.16);
    color: var(--secondary-dark);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-lead {
    margin-bottom: 1.5rem;
    color: var(--muted);
    line-height: 1.75;
}

.contact-info-item {
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid rgba(29, 86, 147, 0.08);
}

.contact-info-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.contact-info-item h6 {
    margin-bottom: .35rem;
    font-size: 1rem;
    color: var(--dark);
}

.contact-info-item p {
    color: var(--muted);
}

.contact .btn-square {
    width: 88px;
    height: 88px;
    border: 12px solid rgba(145, 203, 62, 0.18);
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(18, 63, 108, 0.16);
}

.contact-web3-form .form-label {
    margin-bottom: .55rem;
    color: var(--dark);
    font-weight: 600;
}

.contact-web3-form .form-control {
    padding: .95rem 1rem;
    border: 1px solid rgba(29, 86, 147, 0.12);
    border-radius: 16px;
    background: #fbfdff;
    transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.contact-web3-form .form-control:focus {
    border-color: rgba(29, 86, 147, 0.35);
    background: #fff;
    box-shadow: 0 0 0 0.22rem rgba(29, 86, 147, 0.09);
}

.contact-web3-form textarea.form-control {
    min-height: 145px;
    resize: vertical;
}

.contact-form-card .btn-primary {
    min-width: 180px;
}

@media (max-width: 991.98px) {
    .contact-card {
        padding: 1.6rem;
    }

    .contact .btn-square {
        width: 78px;
        height: 78px;
    }
}

.contact-result-modal {
    border: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(145, 203, 62, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.98));
    box-shadow: 0 28px 70px rgba(15, 36, 54, 0.24);
}

.contact-result-modal::before {
    content: "";
    display: block;
    height: 6px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.contact-result-modal .modal-header {
    padding: 1.5rem 1.6rem .35rem;
}

.contact-result-heading {
    text-align: left;
}

.contact-result-badge {
    display: inline-block;
    margin-bottom: .55rem;
    padding: .35rem .8rem;
    border-radius: 999px;
    background: rgba(145, 203, 62, 0.16);
    color: var(--secondary-dark);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-result-modal .modal-title {
    margin: 0;
    font-size: 1.9rem;
    color: var(--dark);
}

.contact-result-modal .modal-body {
    padding: 1rem 1.8rem 2rem;
}

.contact-result-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
    box-shadow: 0 16px 34px rgba(111, 170, 40, 0.28);
    font-size: 1.6rem;
}

.contact-result-modal .modal-body p {
    max-width: 430px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

.contact-result-modal .btn-close {
    width: 2.25rem;
    height: 2.25rem;
    margin: .25rem;
    border-radius: 50%;
    background-color: rgba(29, 86, 147, 0.07);
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(18, 63, 108, .88), rgba(29, 86, 147, .78)), url(../img/back-3.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-item {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    background: #FFFFFF;
    border: 30px solid var(--secondary);
    box-shadow: var(--shadow);
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--secondary);
}


/*** Footer ***/
.footer {
    color: rgba(255, 255, 255, 0.78);
    background:
        linear-gradient(135deg, rgba(18, 63, 108, 0.98), rgba(22, 48, 71, 0.98)),
        radial-gradient(circle at top right, rgba(145, 203, 62, 0.18), transparent 35%);
}

.footer h4,
.footer a {
    color: var(--white);
}

.footer a:hover {
    color: var(--secondary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.78);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: rgba(255, 255, 255, 0.72);
}

.copyright {
    background: #0f2436;
}

.copyright a:hover {
    color: var(--secondary) !important;
}

/* WhatsApp Button */
.whatsapp-float{
position: fixed;
width:60px;
height:60px;
bottom:160px;
right:20px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow:2px 2px 3px #999;
z-index:100;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
}

/* Call Button */
.call-float{
position: fixed;
width:60px;
height:60px;
bottom:90px;
right:20px;
background-color:#007bff;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:26px;
box-shadow:2px 2px 3px #999;
z-index:100;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
}

.about-img{
height:220px;
object-fit:cover;
}
.about-box-img{
height:220px;
object-fit:cover;
}
