 :root {--primary: #38a96d;--secondary: #FB9F38;--light: #F5F8F2;--dark: #252C30;}body {overflow-x: hidden;}.back-to-top {position: fixed;display: none;right: 30px;bottom: 30px;z-index: 99;}.fw-medium {font-weight: 600;}.fw-bold {font-weight: 700;}.fw-black {font-weight: 900;}.btn {transition: .5s;font-weight: 500;}.btn-primary, .btn-outline-primary:hover {color: var(--light);}.btn-secondary, .btn-outline-secondary:hover {color: var(--dark);}.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-container {position: fixed;z-index: 999;transition: all .3s ease-in-out;}.navbar-container.sticky {background-color: #ffffff;box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;}.navbar .navbar-brand {position: absolute;padding: 0;width: 125px;height: auto;top: 0;left: 0;background-color: transparent;border-radius: 85px;transition: all .3s ease-in-out;}.navbar-container.sticky .navbar .navbar-brand {background-color: #ffffff;box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;}.navbar .navbar-nav .nav-link {margin-right: 35px;padding: 25px 0;font-weight: 600;text-transform: uppercase;outline: none;transition: all .3s ease-in-out;}.navbar-container.sticky .navbar .navbar-nav .nav-link {color: var(--dark);}.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {color: var(--primary) !important;}.navbar .dropdown-toggle::after {border: none;content: "▾";font-weight: 900;vertical-align: middle;margin: 0px 5px;}@media (max-width: 991.98px) {.navbar .navbar-brand {width: 80px;}.navbar .navbar-nav .nav-link {margin-right: 0;padding: 10px 0;color: var(--dark);}.navbar .navbar-nav {margin-top: 20px;padding: 10px;border-radius: 10px;background-color: #ffffff;border-top: 1px solid #EEEEEE;}}@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;}}.carousel-caption {top: 0;left: 0;right: 0;bottom: 0;display: flex;align-items: center;background: #4555314f;z-index: 1;}.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(--dark);border: 15px solid var(--dark);}@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(rgb(136 180 78 / 47%), rgba(136, 180, 78, .7)), url(../img/page-bg.webp) center center no-repeat;background-size: cover;}.page-header .breadcrumb-item+.breadcrumb-item::before {color: var(--light);}.page-header .breadcrumb-item, .page-header .breadcrumb-item a {font-size: 18px;color: var(--light);}.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: var(--primary);}.section-title::after {position: absolute;content: "";width: 28px;height: 28px;bottom: -13px;left: calc(25% - 13px);background: var(--dark);border: 10px solid #FFFFFF;border-radius: 28px;}.section-title.text-center::before {left: 25%;}.section-title.text-center::after {left: calc(50% - 13px);}.product {background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1)), url(../img/product-bg.png) left bottom no-repeat;background-size: auto;}.product-carousel .owl-nav {display: flex;justify-content: center;margin-top: 30px;}.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: var(--primary);border-radius: 55px;box-shadow: 0 0 45px rgba(0, 0, 0, .15);font-size: 25px;transition: .5s;}.product-carousel .owl-nav .owl-prev:hover, .product-carousel .owl-nav .owl-next:hover {background: #FFFFFF;color: var(--primary);}.video {background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/video-bg.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-item {background-color: #ffffff;overflow: hidden;}.store-item .store-overlay {position: absolute;bottom: -1000px;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;background: rgba(138, 180, 78, .8);opacity: 0;transition: .4s;}.store-item:hover .store-overlay {opacity: 1;bottom: 0px;}.contact .btn-square {width: 100px;height: 100px;border: 20px solid #ffffff;background: var(--primary);border-radius: 50px;}.testimonial {background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/testimonial-bg.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(--primary);}.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(--dark);}.footer {color: #B0B9AE;}.footer .btn.btn-link {display: block;margin-bottom: 5px;padding: 0;text-align: left;color: #B0B9AE;width: fit-content;font-weight: normal;text-transform: capitalize;transition: .3s;}.footer .btn.btn-link::before {position: relative;font-size: 20px;content: "›";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: #B0B9AE;}.copyright {background: #252525;}.copyright a:hover {color: #FFFFFF !important;}.product-image {width: 100%;height:229px;background-repeat: no-repeat;background-size: cover;}.brand-card {max-height: 200px;min-height: 200px;max-width: 220px;min-width: 220px;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;border: 2px solid #39a0b3;border-radius: 18px;background: #f8fafd;box-shadow: 0 4px 16px rgba(57,160,179,0.08), 0 1.5px 6px rgba(0,0,0,0.04);padding: 18px 10px 12px 10px;transition: box-shadow .2s, transform .2s;cursor: pointer;position: relative;overflow: hidden;margin: 0px auto;}.brand-img-box {height: 100px;width: 100%;display: flex;align-items: center;justify-content: center;overflow: hidden;}.brand-img-box img {max-height: 100%;max-width: 90%;object-fit: contain;}.brand-card img {max-height: 90px;max-width: 120px;margin-bottom: 12px;object-fit: contain;transition: transform .2s;}.brand-card p {font-size: 22px;font-weight: bold;color: #217a8a;margin-bottom: 0;margin-top: auto;letter-spacing: 0.5px;}.brand-card:hover {transform: translateY(-6px) scale(1.04);box-shadow: 0 8px 32px rgba(57,160,179,0.18), 0 3px 12px rgba(0,0,0,0.08);border-color: #217a8a;background: #e6f7fa;}.brand-card:hover img {transform: scale(1.08) rotate(-2deg);}.text-primary {color: #35a86c !important;}.btn-primary {background-color: var(--primary);border-color: var(--primary);}.product-item {min-height: 400px;}.product-item img {border-radius: 10px;max-height: 300px;object-fit: cover;min-height: 300px;transition: all .3s ease-in-out;}.news-card-content {overflow: hidden;border-radius: 10px;transition: all .3s ease-in-out;}.product-item:hover .news-card-content {background-color: #35a86c !important;}.product-item .news-card-content h3, .product-item .news-card-content p {transition: all .3s ease-in-out;}.product-item:hover .news-card-content h3, .product-item:hover .news-card-content p {color: #ffffff !important;}.product-item:hover img {transform: rotate(2deg) scale(1.05);}.bg-1 {background: linear-gradient(rgb(132 178 144 / 73%), rgb(243 247 237 / 68%)), url(../img/bg-3333.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}.bg-2 {background-image: url(/img/bg-2.png);background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}.bg-2 .container {position: relative;z-index: 99;}.bg-2::after {background-color: #bbbbbb52;content: "";position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;}.bg-3 {background-image: url(/img/bg-3.png);background-repeat: no-repeat;background-position: center right;background-size: contain;position: relative;}.bg-3 .container {position: relative;z-index: 99;}.bg-3::after {background-color: #dbdbdb5e;content: "";position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;}.brand-carousel-img-box {width: 180px;height: 120px;background: transparent;display: flex;align-items: center;justify-content: center;margin: 0 auto;border-radius: 14px;overflow: hidden;transition: all .3s ease-in-out;}.brand-carousel-img-box:hover {transform: scale(1.05);}.brand-carousel-img-box img {max-width: 100%;max-height: 100%;object-fit: contain;display: block;}#header-carousel h1 {font-size: 3.5rem;}.link-color {color: #88b44e;}.brown-color {color: #302220 !important;}.whatsapp-link {position: fixed;display: none;right: 30px;bottom: 100px;z-index: 99;}.bg-fruit{background: linear-gradient(rgb(132 178 144 / 32%), rgb(243 247 237)), url(../img/bg-55.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}.p-top{font-size: 31px;color: #ffffff;text-align: center;font-family: sans-serif;}.p-bottom{font-size: 21px;color: #d4d4d4;text-align: center;font-weight: 400;}.navbar-light .navbar-nav .nav-link {color: rgb(0 0 0);}.bg-light{background-color:#ffffffb8 !important ;}.bg-leaf{background-image:url(../img/rose.png);background-repeat: no-repeat;background-position: center;background-size: cover;}.bg-ban-gif{background: linear-gradient(rgb(66 122 81 / 81%), rgb(112 190 136 / 45%)), url(../img/BANNER.gif);background-repeat: no-repeat;background-position: center;background-size: cover;}.bg-brand{background: linear-gradient(rgb(243 247 237 / 98%), rgb(227 246 232 / 47%)), url(../img/lemon.gif);background-repeat: no-repeat;background-position: center;background-size: cover;}.page-header {height: 60vh;display: flex;align-items: center;justify-content: center;position: relative;color: #fff;overflow: hidden;}.page-header .video-bg, .page-header .video-poster {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 0;}.page-header .video-overlay {position: absolute;inset: 0;background: rgba(0,0,0,0.45);z-index: 1;}.page-header .container {position: relative;z-index: 2;}.fs-14 {font-size: 14px;}.form-btn:hover .white-spinner, .white-spinner {width: 25px;height: 25px;box-sizing: border-box;transition: 0.2s ease-in-out;animation: 1s linear infinite rotation;}.white-spinner {display: inline-block;border: 5px solid #fff;border-bottom-color: transparent;border-radius: 50%;}.form-btn:hover .white-spinner {display: inline-block;border: 5px solid #000;border-bottom-color: transparent;border-radius: 50%;}.form-btn {display: flex;justify-content: center;align-items: center;}.form-btn:disabled {opacity: 0.8 !important;cursor: not-allowed !important;}.text-last-justify {text-align-last: justify;}.text-justify {text-align: justify;}.object-contain {object-fit: contain }@keyframes rotation {0% {transform: rotate(0);}100% {transform: rotate(360deg);}}.arabic-text {font-family: sans-serif;direction: rtl;text-align: right;}@media (max-width: 991px) {.store-item .store-overlay {display: none;}}@media (max-width: 768px) {#header-carousel h1 {font-size: 26px !important;}.footer-logo {width: 109px;height: 109px;}.page-header {height: 45vh;}.p-top, .p-bottom {font-size: 18px;}}
