:root {
  --white: #fff;
  --black: #000;
  --color-100: #84cb50;
}

* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Breebold';
  src: url('/wp-content/themes/SAOG-theme/assets/fonts/BreeRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Apply font only when Arabic is active */
html[lang="ar"] body {
    font-family: 'Cairo', sans-serif !important;
}
body,
html {
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Breebold", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.noScroll {
  overflow: hidden;
}
.gbrdr{
	margin-bottom:30px;
}
.sec_space {
  padding-top: 30px;
  padding-bottom: 30px;
}

.group_content {
  padding-left: 50px;
  padding-right: 50px;
}

h2 {
  font-size: 50px;
}
h2 span {
  font-weight: 100;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-100) var(--white);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-100);
  border-radius: 0;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}

header {
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-toggler {
  position: relative;
  z-index: 999;
  border: none;
}
header .navbar .navbar-toggler:focus, header .navbar .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
header .navbar .navbar-brand {
  padding: 0;
}
header .navbar ul.navbar-nav {
  display: flex;
  align-items: center;
}
header .navbar ul.navbar-nav li.nav-item {
  margin: 0 12px;
}
header .navbar ul.navbar-nav li.nav-item a.nav-link {
  color: #fff;
  position: relative;
  padding: 10px 0;
  font-size: 18px;
}
header .navbar ul.navbar-nav li.nav-item a.nav-link:before {
  content: "";
  background: #84cb50;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
header .navbar ul.navbar-nav li.nav-item a.nav-link.active {
  color: #84cb50;
}
header .navbar ul.navbar-nav li.nav-item a.nav-link:hover::before {
  width: 100%;
}
header .navbar ul.navbar-nav li.nav-item a.nav-link.active::before {
  width: 100%;
}
header .navbar ul.navbar-nav li.nav-item .dropdown-toggle::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
  border: none;
  width: 15px;
  height: auto;
  margin-left: 0.4rem;
  vertical-align: middle;
}
header .navbar ul.dropdown-menu {
  top: 52px;
  min-width: 220px;
  padding: 35px 30px;
  background: #37bdef;
  border-radius: 0px 80px 0px 80px;
  -webkit-border-radius: 0px 81px 0px 80px;
  -moz-border-radius: 0px 80px 0px 80px;
}
header .navbar ul.dropdown-menu li a.dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
}
header .navbar ul.dropdown-menu li a.dropdown-item i {
  font-size: 13px;
  margin-right: 15px;
}
header .navbar ul.dropdown-menu li a.dropdown-item:hover, header .navbar ul.dropdown-menu li a.dropdown-item:focus {
  background: transparent;
  color: #000;
}
header.fixed-top {
  background: rgba(33, 36, 46, 0.35);
  transition: all 0.3s ease-in-out;
}
header.stickyBg {
  background: rgba(33, 36, 46, 0.95);
  transition: all 0.3s ease-in-out;
}
header.stickyBg .navbar-brand {
  height: 60px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
header.stickyBg .navbar-brand img {
  height: 93px;
}
p{text-align:justify !important;}
.btn.btn_brand_fill {
  padding: 10px 40px;
  border-radius: 50px;
  background: #fff;
  margin-left: 10px;
  color: #000;
  border: 1px solid #fff;
}
.btn.btn_brand_fill:hover {
  background: transparent;
  color: #fff;
}

.btn_fill_black {
  padding: 10px 20px;
  border-radius: 50px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn_fill_black:hover {
  background: #fff;
  color: #000;
}
.btn_fill_black i {
  margin-left: 10px;
}

.btn.btn_brand_strock {
  padding: 10px 40px;
  border-radius: 50px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn.btn_brand_strock:hover {
  color: #fff;
  background: #84cb50;
}

.overview_carousel .owl-dots {
  display: flex;
  flex-direction: row;
  padding: 30px 140px 30px 40px;
}
.overview_carousel .owl-dots button {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  width: 100%;
}

.overview_carousel.owl-theme .owl-dots .owl-dot span {
  width: 100%;
  height: 2px;
  border-radius: 0;
  margin: 0px;
}
.overview_carousel.owl-theme .owl-nav {
  position: absolute;
  right: 0px;
  margin-top: 0;
}

.owl-carousel.owl-theme .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid gray;
  color: #000;
}
.owl-carousel.owl-theme .owl-nav button:hover {
  background-color: #84cb50;
}
.blbr{
	color:#1e4383;
}
.page_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 110;
  transition: opacity 5s ease-out;
}

.page_overlay.open {
  display: block;
  transition: opacity 5s ease-out;
}

.hamburger_btn {
  position: relative;
  float: right;
  height: 27px;
  width: 38px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.hamburger_btn:hover {
  opacity: 0.7;
}
.hamburger_btn.active .top {
  transform: translateY(11px) rotate(45deg);
  background: #fff;
}
.hamburger_btn.active .middle {
  opacity: 0;
  background: #fff;
}
.hamburger_btn.active .bottom {
  transform: translateY(-11px) rotate(-45deg);
  background: #fff;
}
.hamburger_btn span {
  background: #283b91;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  border-radius: 0.2rem;
}
.hamburger_btn span:nth-of-type(2) {
  top: 11px;
}
.hamburger_btn span:nth-of-type(3) {
  top: 22px;
}

/* --- Hero Banner Section --- */
.banner_sec .banner_cover {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  height: 70vh; /* Default desktop height */
}

.banner_sec video {
  width: 100%;
  height: 100%; /* fill banner_cover */
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

.banner_sec .banner_body {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  z-index: 2;
}

.banner_sec .banner_body h1 {
  font-size: 70px;
  color: #fff;
  margin-bottom: 0;
  line-height: 70px;
}

.banner_sec .banner_body h1 span {
  font-weight: 100;
}

/* --- Next Section Peek --- */
.section_overview {
  position: relative;
  z-index: 1;
}

/* --- Responsive Adjustments --- */

/* Tablets */
@media screen and (max-width: 992px) {
  .banner_sec .banner_cover {
    height: 60vh; /* smaller hero */
  }
  .banner_sec .banner_body h1 {
    font-size: 50px;
    line-height: 55px;
  }

}

/* Mobile */
@media screen and (max-width: 576px) {
  .banner_sec .banner_cover {
    height: auto; /* even smaller hero */
  }
  .banner_sec .banner_body h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .banner_sec .banner_body img {
    max-width: 90%; /* scale images for mobile */
  }
	header.fixed-top {
		background-color:#fff;
	}
}

.breadcrumb-item {
  font-size: 13px;
}
.breadcrumb-item a {
  color: #f7f7f7;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #37bdef;
}
.breadcrumb-item.active {
  color: #dddddd;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #f7f7f7;
}

.cats_card {
  height: 100%;
  position: relative;
}
.cats_card::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.cats_card .cats_body {
  position: relative;
  z-index: 2;
}
.cats_card .card_title {
  padding: 20px 15px 15px 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.left_img_holder {
  text-align: center;
  margin-bottom: 30px;
}
.left_img_holder img {
  max-width: 100%;
  max-height:550px;
}

.right_content {
  padding-left: 40px;
}

.navLeftAndRight_carousel.owl-carousel .owl-nav button.owl-prev,
.navLeftAndRight_carousel.owl-carousel .owl-carousel .owl-nav button.owl-prev,
.navLeftAndRight_carousel.owl-carousel .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navLeftAndRight_carousel.owl-carousel .owl-nav button.owl-next,
.navLeftAndRight_carousel.owl-carousel .owl-carousel .owl-nav button.owl-next,
.navLeftAndRight_carousel.owl-carousel .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -84px;
  top: 50%;
  transform: translate(-50%, -50%);
}

nav.owl-filter-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3843137255);
  margin-bottom: 25px;
  display: inline-block;
}
nav.owl-filter-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  margin: 0px 20px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
nav.owl-filter-bar a span {
  display: inline-block;
  margin-bottom: -1.5px;
  padding-bottom: 10px;
  position: relative;
}
nav.owl-filter-bar a span:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 2px;
  bottom: 1px;
  position: absolute;
  background-color: #fff;
  transition: opacity 0.3s ease, width 0.3s ease;
  -ms-transition: opacity 0.3s ease, width 0.3s ease;
}
nav.owl-filter-bar a:hover span:after {
  width: 100%;
}
nav.owl-filter-bar a.active span:after {
  width: 100%;
}

.owl-filter-bar-brand button {
  border: none;
  background: none;
}
.owl-filter-bar-brand button .brandsLogo_holder {
  border: 1px solid gray;
}

.section_overview .overview_carousel_wrap {
  position: relative;
}
.section_overview .overview_carousel_wrap .slider_count {
  position: absolute;
  bottom: 20px;
  font-weight: 600;
}

.section_categories {
  text-align: center;
}
.section_categories .categories_carousel_wrap {
  padding: 0 60px;
}
.section_categories .categories_carousel.owl-carousel {
  padding-top: 20px;
}
.section_categories .categories_carousel.owl-carousel .owl-stage {
  display: flex;
}
.section_categories .categories_carousel.owl-carousel .owl-stage .item {
  height: 100%;
}
.section_categories .categories_carousel.owl-carousel .owl-stage .item a {
  color: #fff;
  text-decoration: none;
}
.section_categories .categories_carousel .owl-stage-outer .owl-stage .owl-item:nth-child(odd) .cats_card {
  background-color: #84cb50;
  background-image: url(../images/green_pattern.png);
  background-repeat: repeat;
  overflow: hidden;
  border-top-left-radius: 130px;
}
.section_categories .categories_carousel .owl-stage-outer .owl-stage .owl-item:nth-child(odd) .cats_card::after {
  background: rgb(132, 203, 80);
  background: linear-gradient(270deg, rgba(132, 203, 80, 0.7399334734) 0%, rgba(255, 255, 255, 0) 100%);
}
.section_categories .categories_carousel .owl-stage-outer .owl-stage .owl-item:nth-child(odd) .cats_card .img_hilder {
  overflow: hidden;
  border-bottom-right-radius: 130px;
}
.section_categories .categories_carousel .owl-stage-outer .owl-stage .owl-item:nth-child(even) .cats_card {
  background: #37bdef;
  background-image: url(../images/blue_pattern.png);
  background-repeat: repeat;
  overflow: hidden;
  border-top-right-radius: 130px;
}
.section_categories .categories_carousel .owl-stage-outer .owl-stage .owl-item:nth-child(even) .cats_card::after {
  background: rgb(55, 189, 239);
  background: linear-gradient(270deg, rgba(55, 189, 239, 0.7511379552) 0%, rgba(255, 255, 255, 0) 100%);
}
.section_categories .categories_carousel .owl-stage-outer .owl-stage .owl-item:nth-child(even) .cats_card .img_hilder {
  overflow: hidden;
  border-bottom-left-radius: 130px;
}

.section_brands {
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #84cb50;
  background-image: url(../images/green_pattern.png);
  background-repeat: repeat;
  overflow: hidden;
  border-bottom: 16px solid #fff;
}
.section_brands::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(132, 203, 80);
  background: linear-gradient(0deg, rgba(132, 203, 80, 0.7287289916) 0%, rgba(255, 255, 255, 0) 100%);
}
.section_brands::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/bg_pattern.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 2;
}
.section_brands .section_brands_content {
  position: relative;
  z-index: 2;
}
.section_brands .brands_carousel_wrap {
  padding: 0 60px;
}
.section_brands .brand_carousel.owl-theme .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  color: #fff;
}
.section_brands .brand_carousel.owl-theme .owl-nav button:hover {
  color: #84cb50;
  background: #fff;
}
.section_brands.sec_space {
  padding-bottom: 200px;
}

.brandsLogo_holder {
  -webkit-border-top-left-radius: 35px;
  -webkit-border-bottom-right-radius: 35px;
  -moz-border-radius-topleft: 35px;
  -moz-border-radius-bottomright: 35px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  padding: 24px;
  background: #fff;
}

footer {
  background: #1b1b1b;
  color: #fff;
  padding: 0 0 0 0;
}
footer .news_letter_wrap {
  margin-top: -240px;
  z-index: 2;
  background: #37bdef;
  background-image: url(../images/blue_pattern.png);
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
  -webkit-border-top-right-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-topright: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
footer .news_letter_wrap::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(55, 189, 239);
  background: linear-gradient(270deg, rgba(55, 189, 239, 0.7511379552) 0%, rgba(255, 255, 255, 0) 100%);
}
footer .news_letter_wrap .news_letter_content {
  position: relative;
  z-index: 2;
}
footer .news_letter_wrap .news_letter_content .news_letter_left {
  position: relative;
  padding: 48px 50px 48px 50px;
  overflow: hidden;
}
footer .news_letter_wrap .news_letter_content .news_letter_left::after {
  content: " ";
  position: absolute;
  width: 765px;
  height: 763px;
  right: 0;
  top: -250px;
  z-index: 1;
  background-color: #84cb50;
  background-image: url(../images/green_pattern.png);
  background-repeat: repeat;
  border-radius: 100%;
}
footer .news_letter_wrap .news_letter_content .news_letter_left .wrapper {
  display: flex;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 600;
}
footer .news_letter_wrap .news_letter_content .news_letter_left .wrapper .icon {
  margin-right: 15px;
}
footer .news_letter_wrap .news_letter_content .news_letter_form {
  padding: 15px 50px;
}
footer .news_letter_wrap .news_letter_content .news_letter_form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
footer .news_letter_wrap .news_letter_content .news_letter_form ::placeholder {
  color: #fff;
  opacity: 1;
}
footer .news_letter_wrap .news_letter_content .news_letter_form ::-ms-input-placeholder {
  color: #fff;
}
footer .news_letter_wrap .news_letter_content .news_letter_form .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
}
footer .footer_content {
  padding-top: 10px;
}
footer .footer_content h3 {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 40px;
  padding-top: 40px;
}
footer .footer_content ul.footer_links {
  padding: 0;
  margin: 0;
}
footer .footer_content ul.footer_links li {
  list-style: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
footer .footer_content a {
  color: rgba(255, 255, 255, 0.8823529412);
  text-decoration: none;
}
footer .footer_content a:hover {
  color: #37bdef;
}
footer .footer_content .socialmedia {
  display: inline-flex;
  flex-direction: row;
  text-align: start;
  align-items: center;
  white-space: nowrap;
}
footer .footer_content .socialmedia__icon {
  display: inline-flex;
  flex: 0 0 auto;
  margin-right: 10px;
}
footer .footer_content .socialmedia__icon a {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5294117647);
  font-size: 22px;
}
footer .footer_content .socialmedia__icon a:hover {
  background: #37bdef;
}
footer .footer_content .socialmedia .socialmedia__icon:last-child {
  margin-right: 0;
}
footer .footer_logo_holder {
  margin-top: 20px;
}
footer .footer_bottom {
  padding: 28px 0;
}
footer .footer_bottom p {
  font-size: 13px;
  margin-bottom: 0px;
  opacity: 0.6;
}
footer .footer_bottom ul {
  margin: 0;
  padding: 0;
}
footer .footer_bottom ul li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  opacity: 0.6;
}
footer .footer_bottom ul li a {
  text-decoration: none;
  color: #fff;
}
footer .footer_bottom ul li a:hover {
  color: #37bdef;
}

.return-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  border: 0;
  background: var(--color-100);
  border-radius: 50%;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s ease-out;
  z-index: 10;
  color: #fff;
  text-decoration: none;
}
.return-top i {
  animation: upBounce 2s infinite;
}

@keyframes upBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.in_page_content {
  padding-bottom: 10px;
}

.page_tab nav {
  background: #84cb50;
}
.page_tab nav .nav {
  padding: 0 50px;
  border: none;
}
.page_tab nav .nav .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
  padding: 24px 10px;
  transition: all 0.3s ease-in-out;
}
.page_tab nav .nav .nav-link:hover {
  background-color: #8dcf54;
  border-color: transparent;
  transition: all 0.3s ease-in-out;
}
.page_tab nav .nav .nav-link.active {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.page_tab nav .nav .nav-link.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translate(-50%, 0%);
  border: 15px solid transparent;
  border-top-color: #74bf40;
}
.page_tab nav .nav .nav-link.active,
.page_tab nav .nav .nav-pills .show > .nav-link {
  background-color: #74bf40;
  border-color: transparent;
}

.banner_wrap {
  position: relative;
}
.banner_wrap .carousel .carousel-inner .carousel-item {
  position: relative;
}
.banner_wrap .carousel .carousel-inner .carousel-item::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.25;
  z-index: 1;
}
.banner_wrap .carousel .carousel-inner .carousel-item .carousel_info {
  max-width: 640px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  padding: 1.25rem 0;
  padding-top: 60px;
  color: #fff;
  text-align: left;
  z-index: 5;
}
.banner_wrap .carousel .carousel-inner .carousel-item .carousel_info h1 {
  font-size: 60px;
}
.banner_wrap .carousel .carousel-inner .carousel-item img {
   width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand_products .product_banner {
  padding-bottom: 24px;
  overflow: hidden;
}
.brand_products .product_banner img {
  max-width: 100%;
  -webkit-border-top-right-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-topright: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.product_details {
  padding: 0 50px 20px 50px;
}
.product_details .product_card {
  margin-top: 24px;
  background: #f9f9fb;
  -webkit-border-top-right-radius: 120px;
  -webkit-border-bottom-left-radius: 120px;
  -moz-border-radius-topright: 120px;
  -moz-border-radius-bottomleft: 120px;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  overflow: hidden;
}
.product_details .product_card .row {
  align-items: center;
}
.product_details .product_card .img_holder {
  -webkit-border-top-right-radius: 120px;
  -webkit-border-bottom-left-radius: 120px;
  -moz-border-radius-topright: 120px;
  -moz-border-radius-bottomleft: 120px;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  overflow: hidden;
}
.product_details .product_card .img_holder img {
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  width: auto;
  height: auto;
}
.product_details .product_card .product_card_body {
  padding: 30px;
  position: relative;
  height: 100%;
}
.product_details .product_card .product_card_body .product_title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product_details .product_card .product_card_body .product_title h3 {
  font-size: 42px;
  margin-bottom: 0;
}
.product_details .product_card .product_card_body .product_title::after {
  content: "";
  background: #84cb50;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 52px;
  height: 5px;
  transition: all 0.3s ease-in-out;
}

.product_details .product_card:nth-child(even) .row {
  flex-direction: row-reverse;
}

.center_btn_holder {
  text-align: center;
  padding-top: 30px;
}
.center_btn_holder .btn_fill_black:hover {
  background: #84cb50;
  color: #fff;
}

.brands_green_pattern {
  position: relative;
  color: #fff;
  background-color: #84cb50;
  background-image: url(../images/green_pattern.png);
  background-repeat: repeat;
  overflow: hidden;
}
.brands_green_pattern::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(132, 203, 80);
  background: linear-gradient(0deg, rgba(132, 203, 80, 0.7287289916) 0%, rgba(255, 255, 255, 0) 100%);
}
.brands_green_pattern .pattern_content {
  position: relative;
  z-index: 2;
}

.brands_blue_pattern {
  position: relative;
  color: #fff;
  background: #37bdef;
  background-image: url(../images/blue_pattern.png);
  background-repeat: repeat;
  overflow: hidden;
}
.brands_blue_pattern::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(55, 189, 239);
  background: linear-gradient(0deg, rgba(55, 189, 239, 0.7511379552) 0%, rgba(255, 255, 255, 0) 100%);
}
.brands_blue_pattern .pattern_content {
  position: relative;
  z-index: 2;
}

.contactWrap {
  -webkit-border-top-left-radius: 35px;
  -webkit-border-bottom-right-radius: 35px;
  -moz-border-radius-topleft: 35px;
  -moz-border-radius-bottomright: 35px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  overflow: hidden;
}
.contactWrap .brands_green_pattern,
.contactWrap .brands_blue_pattern {
  height: 100%;
}
.contactWrap .brands_green_pattern .pattern_content,
.contactWrap .brands_blue_pattern .pattern_content {
  padding: 40px;
  height: 100%;
}
.contactWrap .form-control {
  background: rgba(227, 227, 227, 0.168627451);
  color: #000000;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.contactWrap .btn.btn_brand_strock {
  padding: 10px 40px;
  border-radius: 50px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.contactWrap .btn.btn_brand_strock:hover {
  color: #000;
  background: #84cb50;
  border: 1px solid #000;
}
.contactWrap .contact_infoWrap {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  height: 100%;
}
.contactWrap .contact_info_contet {
  flex: 0 1 auto;
}
.contactWrap .contact_map {
  flex: 1 1 auto;
  overflow: auto;
}
.contactWrap .contact_map_wrap {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  height: 100%;
}
.contactWrap .contact_map_title {
  flex: 0 1 auto;
}
.contactWrap .contact_map_iframe {
  flex: 1 1 auto;
  overflow: auto;
}
.contactWrap .contact_map_iframe iframe {
  height: calc(100% - 30px);
}

.reportsWrap ul.nav.nav-pills {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 1rem 0;
  overflow-x: auto;
  padding: 0 0 1rem 1rem;
}
.reportsWrap ul.nav.nav-pills li {
  padding: 0 1rem 0 0;
}
.reportsWrap ul.nav.nav-pills li a {
  white-space: nowrap;
  padding: 10px 40px;
  border-radius: 50px;
  background: transparent;
  color: #84cb50;
  border: 1px solid #84cb50;
}

.blog_grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.blog_entry {
  padding-bottom: 15px;
}
.blog_entry .blog_entry_inner {
  border: 1px solid #eaeaea;
}
.blog_entry .blog_entry_inner .blog_entry_thumbnail {
  position: relative;
  margin-bottom: 25px;
}
.blog_entry .blog_entry_inner .blog_entry_thumbnail img {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}
.blog_entry .blog_entry_inner .blog_entry_content {
  padding: 0 20px 20px;
}
.blog_entry .blog_entry_inner .blog_entry_content .blog_entry_header h2.blog_entry_title {
  font-size: 24px;
  margin: 0;
}
.blog_entry .blog_entry_inner .blog_entry_content .blog_entry_header h2.blog_entry_title a {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  color: #333;
}
.blog_entry .blog_entry_inner .blog_entry_content .blog_entry_summary p {
  margin: 0 0 20px;
}

.singleSec .blog_image_holder {
  position: relative;
  margin-bottom: 10px;
}
.singleSec .blog_image_holder img {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}
.singleSec h2.single_blog_title {
  font-size: 24px;
  margin: 15px 0 20px 0;
}

.loader {
  display: none;
  /* Initially hidden */
  text-align: center;
  padding: 20px;
}

.loader img {
  width: 50px;
  /* Adjust size as needed */
}

.trp-language-switcher > div {
  background: rgba(255, 255, 255, 0.6901960784);
}

.trp-language-switcher > div > a {
  font-size: 13px;
}

@media (max-width: 1399px) {
  header .navbar-collapse {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.941);
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    z-index: 120;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header .navbar-collapse .navbar-nav {
    width: 400px;
  }
  header .navbar-collapse.show {
    opacity: 9;
    visibility: visible;
    width: 400px;
    background: #0b111d;
  }
  header .navbar ul.navbar-nav {
    align-items: start;
    margin-top: 50px;
    padding: 0 30px 30px 30px;
  }
  header .navbar ul.navbar-nav:last-child li.nav-item {
    margin-top: 20px;
  }
  header .navbar ul.navbar-nav li.nav-item a.nav-link.active {
    color: #84cb50;
  }
  header .navbar ul.navbar-nav li.nav-item a.nav-link:before {
    background: #84cb50;
  }
  .trp_language_switcher_shortcode {
    padding: 0 38px 30px 38px;
  }
}
@media (max-width: 1199px) {
  .page_tab nav .nav {
    padding: 0px;
  }
  .page_tab nav .nav .nav-link {
    font-size: 14px;
  }
  .product_details {
    padding: 0 0;
  }
}
@media (max-width: 991px) {
  .banner_sec .banner_body h1 {
    font-size: 52px;
    line-height: 54px;
  }
  .banner_wrap .carousel .carousel-inner .carousel-item .carousel_info h1 {
    font-size: 42px;
  }
  .group_content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .right_content {
    padding-left: 0px;
  }
  footer .news_letter_wrap .news_letter_content .news_letter_left::after {
    right: -60px;
  }
  nav.owl-filter-bar a {
    font-size: 16px;
    margin: 0px 10px;
  }
  .navLeftAndRight_carousel.owl-carousel .owl-nav button.owl-prev,
  .navLeftAndRight_carousel.owl-carousel .owl-carousel .owl-nav button.owl-prev,
  .navLeftAndRight_carousel.owl-carousel .owl-carousel button.owl-dot.owl-nav {
    position: static;
    left: auto;
    top: auto;
    transform: inherit;
  }
  .navLeftAndRight_carousel.owl-carousel .owl-nav button.owl-next,
  .navLeftAndRight_carousel.owl-carousel .owl-carousel .owl-nav button.owl-next,
  .navLeftAndRight_carousel.owl-carousel .owl-carousel button.owl-dot.owl-nav {
    position: static;
    right: auto;
    top: auto;
    transform: inherit;
  }
  .section_categories .categories_carousel_wrap {
    padding: 0px;
  }
  .section_brands .brands_carousel_wrap {
    padding: 0px;
  }
  .page_tab nav .nav {
    padding: 0px;
  }
  .page_tab nav .nav .nav-link {
    font-size: 13px;
    padding: 24px 5px;
  }
  .brand_products .product_banner img {
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .product_details .product_card {
    border-radius: 20px;
    padding: 20px;
  }
  .product_details .product_card .img_holder {
    border-radius: 0px;
  }
  .product_details .product_card .img_holder img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .product_details .product_card .product_card_body {
    padding: 0px;
  }
  .product_details .product_card .row {
    align-items: start;
  }
}
@media (max-width: 768px) {
  .banner_sec .banner_body h1 {
    font-size: 32px;
    line-height: 38px;
  }
	.banner_wrap .carousel .carousel-inner .carousel-item .carousel_info{
		top:30%;
	}
  .banner_wrap .carousel .carousel-inner .carousel-item .carousel_info h1 {
    font-size: 22px;
  }
.banner_wrap .carousel .carousel-inner .carousel-item .carousel_info h3 {
	display:none;
}
  h2 {
    font-size: 32px;
  }
  footer .news_letter_wrap .news_letter_content .news_letter_left {
    padding: 20px 20px;
  }
  footer .news_letter_wrap .news_letter_content .news_letter_form {
    padding: 20px 20px;
  }
  footer .footer_logo_holder {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
	.navbar-brand img{
		width:80%;
	}
.fixed-top {
		position: relative;}
  .sec_space {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .page_tab nav {
    padding-top: 6px;
  }
  .page_tab nav .nav {
    display: block;
  }
  .page_tab nav .nav .nav-link {
  width: fit-content;
  padding: 10px 5px;
  display: inline-block;
  }
  .page_tab nav .nav .nav-link.active {
    background-color: #4ea312;
  }
  .page_tab nav .nav .nav-link.active:after {
    border-top-color:#4ea312;
  }
  .brand_products .product_banner {
    padding-bottom: 1px;
  }
  .brand_products .product_banner img {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .product_details .product_card .img_holder {
    text-align: center;
    margin-bottom: 24px;
  }
  .product_details .product_card .img_holder img {
    max-width: 400px;
  }
  .product_details .product_card:nth-child(even) .row {
    flex-direction: inherit;
  }
}
@media (max-width: 430px) {
  header .navbar-collapse.show {
    width: 280px;
  }
}/*# sourceMappingURL=style.css.map */


/* Mobile view */
@media (max-width: 768px) {
    .banner_sec .banner_body {
        left: 50%;
        top: 50%;
        width: 70%;
    }
}
/* VALUES GRID */
.dfi-values {
  max-width: 1100px;
  margin: 10px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
}

/* SINGLE VALUE */
.dfi-value {
  transition: transform 0.3s ease;
}

/* ICON IMAGE */
.dfi-value img {
  width: 130px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
  transition: transform 0.3s ease;
}

/* TEXT */
.dfi-value .en {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* HOVER EFFECT (SUBTLE, CORPORATE) */
.dfi-value:hover {
  transform: translateY(-6px);
}

.dfi-value:hover img {
  transform: scale(1.04);
}

/* MOBILE */
@media (max-width: 992px) {
  .dfi-values {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
}

@media (max-width: 480px) {
  .dfi-values {
    grid-template-columns: 1fr;
  }
}

.purpose-section {
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
  text-align: center;
}

.purpose-title {
  color: #0b4fa3;
  margin-bottom: 10px;
}

.purpose-subtitle {
  color: #555;
  font-size: 22px;
  margin-bottom: 40px;
	text-align:center !important;
}

.strategic-title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #555;
}

  :root {
            --color-1: #00335b; 
            --color-2: #2161a1; 
            --color-3: #38a5e0; 
            --color-4: #1f9f99; 
            --color-5: #84bd47; 
              /* Base colors updated to gradients */
            --grad-1: linear-gradient(135deg, #002a4d, #00335b); 
            --grad-2: linear-gradient(135deg, #1a4f85, #2161a1); 
            --grad-3: linear-gradient(180deg, #38a5e0, #2b8cc1); /* Center card is flat/top-down */
            --grad-4: linear-gradient(225deg, #1f9f99, #177e7a); 
            --grad-5: linear-gradient(225deg, #84bd47, #6a9b38); 
        }
     

       .strategy-grid {
            display: flex;
            align-items: center; 
            justify-content: center;
            /* Remove gap to allow margins to handle the overlap */
            gap: 0; 
        }

.pufeatures {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.pufeatures ul
 {
	 padding-left: 1rem;}
.pufeatures ul li
 {
	 text-align:left;
padding-bottom:7px;}

.pufeature-box {
  position: relative;
  padding: 40px 20px;
  color: #fff;
  border-radius: 0px 80px 0px 80px;
  overflow: hidden;
}

/* Leaf corner effect */
.pufeature-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.15);
  border-radius: 50% 0 40px 0;
}

/* Icon */
.pufeature-box .icon {
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.pufeature-box .icon img {
  width:60px;
}

/* Title */
.pufeature-box h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
	text-align:left;
}

/* Text */
.pufeature-box p {
  font-size: 14px;
  line-height: 1.6;
}

/* Different Colors */
.greenp { background: #63b33d; }
.bluep { background: #1f8ed6; }
.orangep { background: #f7931e; }
.purplep { background: #7a4bc2; }

/* Responsive */
@media (max-width: 992px) {
  .pufeatures {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .pufeatures {
    grid-template-columns: 1fr;
  }
}

