@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=El+Messiri:wght@400..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Space+Grotesk:wght@300..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
  --primary-color: #f79521;
  --secondary-color: #28a745;
  --secondary-color1: #121212;
  --text-color: #5b5e61;
  --accent-color: #eece38;
  /* --accent-color: #901007; */
  /* --accent-color			: #ffc107; */
  --white-color: #ffffff;
  --divider-color: #eaeaea;
  --dark-divider-color: #ffffff1a;
  --btn-color: #ffffffcc;
  --btn6-color: #f79521;
  --btn1-color: #a78b76;
  --othr-color: #612e11;
  --default-font: "Karla", sans-serif;
  --default-font1: "El Messiri", sans-serif;
  --accent-font: "Onest", sans-serif;
  --global_padding: 80px 0;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

li {
  list-style: none;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-size: 20px;
  /* font-family: "Urbanist", sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-family: "Space Grotesk", sans-serif;
}

@font-face {
  font-family: "Flaticon";
  src: url("./Flaticon.eot");
  src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
    url("./Flaticon.woff2") format("woff2"),
    url("./Flaticon.woff") format("woff"),
    url("./Flaticon.ttf") format("truetype"),
    url("./Flaticon.svg#Flaticon") format("svg");
}

.flaticon-wheat-sack:before,
.flaticon-grape:before,
.flaticon-cow:before {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-wheat-sack:before {
  content: "\f100";
}

.flaticon-grape:before {
  content: "\f101";
}

.flaticon-cow:before {
  content: "\f102";
}

html {
  font-size: 100%;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.8em;
  margin-bottom: 0px !important;
  margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--default-font1);
  font-weight: 600;
  line-height: 1.2em;
  color: var(--primary-color);
  margin-bottom: 0px !important;
}

figure {
  margin: 0;
}

/* img{
	max-width: 100%;
} */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

/* .container{
	max-width: 1320px;
} */

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.ban-sec {
  min-height: 650px;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* visibility: hidden; */
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: transform 1s ease-out, visibility 0s 0s;
  transform: translateX(-100%);
}

/* Class to trigger reveal animation */
.reveal.show img {
  transform: translateX(0);
  /* Move to normal position */
  visibility: visible;
}

.reveal1 {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.reveal1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform-origin: right;
  transform: translateX(100%);
  transition: transform 1s ease-out;
  visibility: hidden;
}

.reveal1.show img {
  transform: translateX(0);
  visibility: visible;
}

.header1 {
  width: 100%;
  height: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 4;
  background-color: var(--white-color);
  /* border-bottom: 1px solid #ffffff72; */
  /* backdrop-filter: blur(16px); */
}

/* header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
   
} */
/* header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent; 
  background: linear-gradient(to bottom, var(--white-color) 0%, transparent 100%);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
}
  

header.sticky {
     background-size: 100% 100%;
  background-color: var(--white-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* Animated background gradient setup */
  background: linear-gradient(to bottom, #fff, #fff);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: top;
  box-shadow: none;

  /* Smooth transition */
  transition: background-size 0.8s ease-in-out, box-shadow 0.5s ease-in-out,
    transform 0.3s ease;
}

header.sticky {
  background-size: 100% 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: linear-gradient(to bottom, #fff, #fff);
  /* transform: translateY(0); */
}

header.sticky .navbar-light .navbar-nav .nav-link {
  color: var(--primary-color) !important;
}

/* header.sticky .logo {
  filter: invert(1) brightness(0.1) contrast(2);
} */
header.sticky #primary li a:before {
  background: var(--primary-color);
}

header.sticky #primary li a {
  background-image: linear-gradient(to right, #000, #23abd4 50%, #000 50%);
}

header.sticky .dropdown-toggle::after {
  color: var(--primary-color) !important;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center !important;
}

.logo {
  color: #fff;
}

.logo img {
  width: 150px;
  height: auto;
}

.navbar-light .navbar-nav .nav-link {
  /* font-family: "Khand", Sans-serif !important; */
  font-size: 90% !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: var(--secondary-color1) !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  font-family: var(--default-font1) !important;
  position: relative;
  z-index: 10;
}

/* .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        border: 1px solid var(--white-color);
        padding: 10px;
        border-radius: 30px;
    } */

/* .link-text {
    display: inline-block;
    padding: 0 16px;
    position: relative;
    z-index: 10;
    transition: color 0.4s, background-color 0.4s, opacity 0.4s;
    color: var(--white-color);
}

.link-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 15px);
    clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 15px), 0 0);
    background-color: #dd003b !important;
    border-color: #dd003b !important;
    transition: height 0.3s;
    z-index: -1;
} */

/* .head{
      height: 70px;
  } */
.navbar {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#primary li {
  margin: 0 5px;
  position: relative;
}

#primary li a {
  text-decoration: none;
  padding: 5px 0;
  font-family: "Open Sans";
  line-height: 1;
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #02086a,
    #02086a 50%,
    #040404 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
  font-family: "Space Grotesk", sans-serif !important;
}

#primary li a:before {
  content: "";
  width: 0;
  height: 3px;
  bottom: 5px;
  left: 0;
  bottom: -3px;
  z-index: 0;
  position: absolute;
  background: #02086a;
  transition: all 0.3s ease-in-out;
}

#primary li a:hover {
  background-position: 0%;
}

#primary li a:hover:before {
  width: 100%;
}

/* Show dropdown menu on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* .dropdown-menu{
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
  } */
/* a.dropdown-item {
    margin-bottom: 10px;
}
.dropdown-toggle::after{
  color: var(--white-color) !important;
} */
.dropdown-toggle::after {
  color: var(--white-color) !important;
  position: absolute;
  right: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary-color) !important;
}

/* searchbox */

input,
button {
  border: none;
  background: none;
  outline: none;
  padding: 0px;
}

button {
  cursor: pointer;
}

span.search-box-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: var(--white-color);
}

.search-box-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: transparent;
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
}

.search-box-btn:hover {
  background: transparent;
  color: var(--accent-color);
}

.search-box-icon i {
  font-size: 16px;
}

.dropdown-item {
  text-transform: capitalize !important;
}

/* banner */

.ban {
  width: 100%;
  /* min-height: 100vh; */
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 79px;
}

.ban-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.ban-sec > * {
  position: relative;
  z-index: 3;
}

.ban-txt {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}

.btn-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.animated-button.outline {
  background: transparent;
  color: var(--white-color);
}

.heading {
  font-size: 50px !important;
  color: var(--white-color);
  text-transform: uppercase;
  width: 60% !important;
  padding-top: 10px !important;
  /* font-family: "Urbanist", sans-serif; */
  font-family: var(--default-font1);
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 105%;
  margin-bottom: 10px;
  text-align: left;
}

.h-para {
  font-size: 100%;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--default-font);
  text-align: left;
  padding-top: 10px;
  width: 45% !important;
}

.text-cen {
  margin: auto;
  margin-top: 30px !important;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #000000;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  padding-left: 4px;
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  /* transform: translateX(-12px); */
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-groups {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.animated-button {
  padding: 9px 12px;
  background-color: var(--btn6-color);
  color: #fff;
}

.animated-button:hover {
  background-color: #1ebc59;
  transition: 0.4s all ease;
  color: #fff;
}
/* .a nimated-button:hover {
  background-color: #1ebc59;
  transition: 0.4s all ease;
  color: #fff;
} */

.animated-button.outline {
  border: 2px solid var(--primary-color);
}

.animated-button.outline:hover {
  border: none;
  border: 2px solid #1ebc59;
}

.social-sidebar {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 10;
}

.social-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.social-icon:hover {
  background: var(--accent-color);
  transform: scale(1.1);
  color: var(--white-color);
}

img.gutenverse-image-box-filled {
  right: -3px;
  margin-left: 10px;
  height: 170px;
}

/* about */
.about-sec {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.sub-txt {
  font-size: 125%;
  color: var(--secondary-color);
  font-weight: 600;
  font-family: var(--default-font1);
  text-transform: capitalize;
}

.section-title .sub-title:before {
  margin-right: 20px;
}

.title {
  font-size: 38px;
  line-height: 46px;
  color: var(--secondary-color1);
  font-weight: 500;
  font-family: var(--default-font1);
  /* padding-top: 15px; */
  /* text-transform: capitalize; */
}

.para {
  font-size: 100%;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--default-font);
  word-break: break-word;
}

p.para-nw {
  font-size: 90%;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--default-font);
  line-height: 22px;
}

/* Section spacing */
.about-section {
  /* background: #f8faf5; */
  position: relative;
  padding: 80px 0px;
}

.about-three-image_box {
  position: relative;
}

/* IMAGE BOX */
.p-r {
  position: relative;
}

.about-three-image_box img {
  width: 100%;
  border-radius: 12px;
}

/* Experience box */
.about-three-image_box .experience-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 38px;
  padding: 32px 20px;
  max-width: 230px;
  background-color: #1f1e17;
}

.about-three-image_box .experience-box h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Handlee", cursive;
  color: var(--white-color);
}

/* Image positioning */
.about-three-image_box .about-img_one {
  border-radius: 12px;
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.about-three-image_box .about-img_two {
  border-radius: 15px;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.section-title .sub-title::after,
.section-title .sub-txt::before {
  /* content: "\f7b3"; 
   font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #eece38;
  margin-left: 10px;
  display: inline-block; */
}

.row.mt-05 {
  margin-top: 40px;
}

/* FOOD CARDS */
.food-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.food-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  background-color: var(--primary-color);
}

.food-card:hover .icon {
  color: var(--white-color);
}

.food-card .icon {
  font-size: 50px;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.food-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color1);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .experience-box {
    left: 0;
    top: -20px;
  }

  .about-img_two {
    margin-left: 0;
    margin-top: 20px;
  }

  .section-title h2 {
    font-size: 30px;
  }
}

.cta {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  text-align: center;
}

.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* slightly larger to contain zoom */
  height: 100%;
  background-image: url(../img/aboutcc.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: zoomEffect 15s ease-in-out infinite alternate;
  z-index: 1;
  will-change: transform;
  pointer-events: none;
  /* background-attachment: fixed; */
}

.footer_img {
  filter: brightness(0) invert(1);
  max-width: 160px;
  /* optional */
}

.cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.cta > * {
  position: relative;
  z-index: 3;
}

/* counter section */
/* General Section Styling */
.company-stats {
  padding: 80px 0;
  background-color: #f8f9fa;
  /* light background */
  position: relative;
  overflow: hidden;
}

.company-stats .sub-title {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #28a745;
  margin-bottom: 15px;
}

.company-stats h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}

/* Stats Boxes */
.stats-boxes {
  margin-top: 30px !important;
}

.stat-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  height: 187px;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  background-color: var(--primary-color);
}

.stat-card:hover .icon {
  color: var(--white-color);
}

.stat-card:hover h3 {
  color: var(--white-color);
}

.stat-card .icon {
  font-size: 28px;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.stat-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333333;
}

.stat-card p {
  font-size: 14px;
  color: #777777;
  margin: 0;
}

/* Image Styling */
.stats-image {
  position: relative;
  text-align: center;
}

.stats-image img {
  max-width: 100%;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

/* Overlay Counters on Image (Optional) */
.stats-image .stats-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: #fff;
}

.stats-image .stats-overlay .stat-card {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .company-stats h2 {
    font-size: 28px;
  }

  .stat-card h3 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .company-stats {
    padding: 50px 15px;
  }

  .stat-card {
    padding: 15px 10px;
  }

  .stat-card h3 {
    font-size: 20px;
  }
}

/* food start */

/* Products Section */
.products-section {
  padding: var(--global_padding);
  background: #ffffff;
  color: #fff;
}

.products-section .sub-title {
  color: #f8d232;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.products-section h2 {
  font-size: 32px;
  margin-bottom: 50px;
}

.mt-04 {
  margin-top: 40px;
}

/* Owl Carousel Arrows */
.owl-nav button {
  background: rgba(0, 0, 0, 0.2);
  color: #fff !important;
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
}

.owl-nav button.owl-prev {
  left: -25px;
}

.owl-nav button.owl-next {
  right: -25px;
}

.owl-nav button:hover {
  background: #f8d232;
  color: #111 !important;
}

.single-service-item-two {
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Image */
.single-service-item-two .img-holder {
  position: relative;
  overflow: hidden;
}

.single-service-item-two .img-holder img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Text Box */
.single-service-item-two .text {
  background: #ffffff;
  padding: 8px 25px;
  margin: 0;
  border-radius: 0;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.35s ease;
}

/* Title */
.single-service-item-two .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.single-service-item-two .title a {
  color: #111;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Description */
.single-service-item-two p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* Button */
.main-btn.btn-yellow {
  display: inline-block;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 10px 22px;
  border-radius: 0px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 2rem;
}

/* Hover Effects */
.single-service-item-two:hover .img-holder img {
  transform: scale(1.08);
}

.single-service-item-two:hover .text {
  transform: translateY(-8px);
}

.single-service-item-two:hover .title a {
  color: #f5d33b;
}

.main-btn.btn-yellow:hover {
  background: var(--secondary-color);
  color: #fff;
}

/* Partners Section */
.partners-section {
  background: #f8d232;
  padding: 60px 0px;
  margin-top: 0;
}

.partners-carousel .partner-logo {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-carousel .partner-logo img {
  max-height: 60px;
  object-fit: contain;
}

/* projectgallery */

.pro-gall {
  width: 100%;
  padding: var(--global_padding);
}

.pro-mg {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 350px;
  max-height: 350px;
  object-fit: cover;
  transition: all 0.4s ease;
  border-radius: 10px;
}

.gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(80%);
}

/* blog start */

.latest-blog {
  padding: 90px 0;
  background: #faf8f1;
}

.section-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 15px;
  position: relative;
}

.start {
  justify-content: start !important;
}

/* Text */
.section-subtitle .text {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color1);
  position: relative;
  padding-bottom: 6px;
  font-family: var(--default-font1);
}

.section-subtitle .text::after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: var(--secondary-color);
  transform: translateX(-50%);
}

/* Wheat icons */
.section-subtitle i {
  font-size: 22px;
  color: var(--secondary-color);
}

/* Left wheat */
.section-subtitle .left-wheat {
  transform: rotate(360deg);
}

/* Right wheat */
.section-subtitle .right-wheat {
  transform: rotate(270deg);
}

.text-gr {
  color: var(--secondary-color) !important;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  margin-bottom: 60px;
}

/* Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

/* Card */
.blog-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.35s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Image */
.blog-img {
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-card:hover .blog-img img {
  transform: scale(1.1);
}

/* Content */
.blog-content {
  padding: 25px 25px 30px;
}

.blog-content .category {
  display: inline-block;
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
  position: relative;
}

.blog-content .category::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #e0b400;
  display: block;
  margin-top: 6px;
}

.blog-content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 18px;
  color: #111;
}

.blog-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #777;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-meta i {
  margin-right: 6px;
  color: #e0b400;
}

/* Responsive */
@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 28px;
  }
}

/* testimonial */

.testimonial-section {
  padding: 80px 0;
}

/* Avatar carousel */
.avatar-carousel {
  max-width: 500px;
  margin: auto;
}

.avatar-item {
  text-align: center;
}

.avatar-item img {
  width: 60px;
  height: 80px;
  border-radius: 12px;
  opacity: 0.4;
  cursor: pointer;
  transition: 0.3s;
}

.avatar-item.active img {
  opacity: 1;
  transform: scale(1.1);
}

/* Divider */
.divider {
  margin: 40px auto;
  max-width: 700px;
  border-top: 1px solid #eee;
}

/* Testimonial */
.testimonial-item .content {
  display: flex;
  gap: 30px;
  max-width: 900px;
  margin: auto;
}

.author-img {
  width: 120px !important;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
}

.text p {
  font-size: 17px;
  line-height: 1.7;
}

.author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.quote {
  width: 45px;
  height: 45px;
  background: #f3c623;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}

footer {
  width: 100%;
  height: auto;
  /* margin-top: 80px; */
  background-color: var(--primary-color);
  padding: 50px 0px 50px 0px;
  position: relative;
  z-index: 1;
}

.footer {
  display: flex;
  justify-content: space-between;
  /* background-color: #1c1c1c; */
  flex-wrap: wrap;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  margin: 20px;
}

.footer-logo img {
  /* width: 120px; */
  width: 100%;
  height: auto;
  margin-right: 10px;
}

.footer-logo {
  justify-content: center;
  align-items: center;
}

.footer p {
  color: var(--white-color);
  font-size: 140%;
  line-height: 1.3;
  max-width: 300px;
  font-family: var(--default-font1);
  padding-top: 10px;
}

.footer .since {
  color: var(--secondary-color);
  /* orange */
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}

.footer .copyright {
  font-size: 13px;
  color: #aaa;
  margin-top: 20px;
}

.footer .copyright span {
  color: var(--secondary-color);
}

.footer h4 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--default-font1);
}

.footer ul {
  list-style: none;
  padding: 0;
  /* columns: 2; */
  column-gap: 40px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 16px;
  font-family: var(--default-font1);
  font-weight: 500;
}

.footer ul li a:hover {
  color: var(--secondary-color);
}

.footer-column h4 {
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 15px !important;
  font-family: var(--default-font1);
}

ul.list-unstyled.contact-info {
  display: inline-grid;
}

ul.list-unstyled.contact-info li {
  display: inline-flex;
}

.contact-info li {
  margin-bottom: 8px;
  font-size: 15px;
  color: var(--white-color);
}

.footer-social {
  /* margin-top: 20px; */
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--primary-color);
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    padding: 40px 30px;
  }
}

.footer-bottom {
  width: 100%;
  height: auto;
  padding: 20px 0px;
  background-color: #121212;
  font-family: var(--default-font1);
  border-top: 1px solid #fff3;
  text-align: center;
}

.copyright {
  color: var(--white-color);
  font-size: 18px;
  font-family: var(--default-font1);
}

.copyright.right {
  text-align: end;
  font-family: var(--default-font1);
}

/* whatsapp float icon */

.whatsapp-float {
  position: fixed;
  bottom: 70px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  z-index: 999;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebc59;
  transform: scale(1.05);
  color: var(--white-color);
}

/* ****** inner section ********  */

.inner_sections {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;

  position: relative;
  background-attachment: fixed;
}

.inner_sections::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00000069;
  position: absolute;
  z-index: 55;
}

.inner_sections:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30px;
  background: url(../img/page-bg-after.png) no-repeat center;
  background-size: cover;
  z-index: 99;
}

.inner_title {
  font-size: 45px;
  position: relative;
  z-index: 99;
}

/* ********** about us ***  */

.about-section {
  padding: var(--global_padding);
}

.about-tag {
  font-weight: 600;
  color: #6c757d;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.about-tag i {
  color: #f2c200;
}

.about-list {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.about-list i {
  color: var(--othr-color);
  font-size: 20px;
  margin-top: 3px;
}

.about-list h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--othr-color);
}

.btn-yellow {
  background: #f2c200;
  color: #000;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-yellow:hover {
  background: #e0b400;
  color: #000;
}

.about-images {
  position: relative;
}

/* counter part  */

.stats-section {
  padding: var(--global_padding);
  text-align: center;
  background: #fff;
}

/* IMAGE TEXT HEADING */
.stats-title {
  font-size: 246px;
  font-weight: 800;
  margin-bottom: 60px;
  background: url("../img/text-bg-1.jpg");
  /* your image */
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
}

/* STATS CONTAINER */
.stats-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1100px;
  margin: auto;
  border: 1px solid #eee;
}

/* INDIVIDUAL BOX */
.stat-box {
  padding: 35px 20px;
  border-right: 1px solid #eee;
}

.stat-box:last-child {
  border-right: none;
}

.stat-box h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111;
}

.stat-box p {
  font-size: 14px;
  color: #666;
}

/* mission and vission  */

.mv-image-tabs {
  background: linear-gradient(135deg, #f8f9fa, #eef2f7);
  padding: var(--global_padding);
}

.mv-tabs .nav-link {
  font-weight: 600;
  color: #555;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  /* background: #fff; */
  margin: 0 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.mv-tabs .nav-link.active {
  background: var(--btn6-color) !important;
  color: #fff !important;
}

.mv-box {
  background: #fff;
  padding: 40px;
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
  animation: slideFade 0.6s ease;
}

.mv-image {
  border-radius: 18px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.mv-content h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.mv-content p {
  color: #555;
  line-height: 1.7;
}

.mv-content ul {
  padding-left: 18px;
}

.mv-content ul li {
  margin-bottom: 8px;
  position: relative;
}

.mv-content ul li::before {
  content: "✔";
  color: #0d6efd;
  margin-right: 8px;
}

.mv-image-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  border-radius: 10px;
}

.mv-image-tabs .nav-tabs {
  border: none;
}

/* **** my desk *****  */

.md-desk-section {
  padding: var(--global_padding);
}

.md-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.md-img-box {
  width: 220px;
  height: 260px;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.md-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.md-quote {
  background: var(--btn6-color);
  color: #fff;
  padding: 15px 20px;
  border-radius: 14px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.md-quote i {
  font-size: 22px;
  margin-bottom: 5px;
}

.md-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.md-text {
  color: #555;
  line-height: 1.7;
}

.md-points {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.md-points li {
  margin-bottom: 8px;
  color: #333;
}

.md-name {
  margin-top: 20px;
  font-weight: 700;
}

.md-desig {
  color: #666;
  font-size: 14px;
}

/* **** contact page ****  */
.message-section {
  padding: var(--global_padding);
  background-color: aliceblue;
}

.small-title {
  color: var(--primary-color);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.small-title i {
  margin-right: 6px;
}

/* Info Cards */
.info-card {
  background: #fff;
  padding: 25px 15px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.info-card .icon {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
}

.info-card h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.info-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Image */
.image-wrapper {
  width: 360px;
  height: 360px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Form */
.contact-form .form-control {
  margin-bottom: 15px;
  padding: 14px;
  border-radius: 8px;
}

.send-btn {
  background: #f3c623;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
}

.send-btn i {
  margin-left: 6px;
}

.contact_content {
  border: 1px solid #00000031;
  padding: 25px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.map-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 553px;
}

.map-box iframe {
  width: 100%;
  height: 100%;
}

/* ********* product section ****  */

.our_product {
  padding: var(--global_padding);
}

/* ************* distributor ************  */

.distributor-section {
  padding: var(--global_padding);
}

.distributor-section h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.distributor-list {
  padding-left: 0;
}

.distributor-list li {
  list-style: none;
  margin-bottom: 8px;
  color: #444;
}

/* *** carrer page section ***********  */

.career-box {
  background: antiquewhite;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.job-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.career-form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* launch */

/* ===============================
   SECTION
================================ */
.dental-launch-pro {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #eaf7ff 0%, #ffffff 70%);
  overflow: hidden;
}

/* Glow background */
.launch-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(11, 90, 163, 0.35),
    rgba(11, 90, 163, 0.05),
    transparent 70%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* ===============================
   CARD
================================ */
.dental-launch-card {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: auto;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 26px;
  padding: 70px 60px;
  text-align: center;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(11, 90, 163, 0.08);
}

/* ===============================
   TAG
================================ */
.launch-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 28px;
  border-radius: 40px;
  background: var(--primary-color);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 26px;
}

/* ===============================
   TITLE
================================ */
.dental-launch-card h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--secondary-color1);
  margin-bottom: 18px;
}

.dental-launch-card h2 i {
  margin-right: 10px;
}

/* ===============================
   DESCRIPTION
================================ */
.launch-desc {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  max-width: 640px;
  margin: 0 auto 46px;
}

/* ===============================
   PRODUCTS
================================ */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 28px;
  margin-top: 20px;
}

.product-item {
  background: linear-gradient(180deg, #ffffff, #f3faff);
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 16px 35px rgba(11, 90, 163, 0.18);
  transition: all 0.35s ease;
}

.product-item i {
  font-size: 30px;
  color: var(--secondary-color);
  margin-bottom: 12px;
}

.product-item span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
}

.product-item:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 30px 60px rgba(11, 90, 163, 0.35);
}

/* ===============================
   FUTURE ADDONS
================================ */
.future-addons {
  font-size: 15px;
  color: #555;
  margin-bottom: 44px;
}

.future-addons i {
  color: var(--secondary-color);
  margin-right: 6px;
}

/* ===============================
   CTA BUTTONS
================================ */
.launch-cta {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.btn-primary-pro {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0b5aa3, #1e7bd6);
  color: #fff;
  padding: 16px 42px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 16px 35px rgba(11, 90, 163, 0.45);
  transition: all 0.35s ease;
}

.btn-primary-pro:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(11, 90, 163, 0.6);
}

.btn-outline-pro {
  display: inline-flex;
  align-items: center;
  padding: 16px 42px;
  border-radius: 50px;
  border: 2px solid #0b5aa3;
  color: #0b5aa3;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

.btn-outline-pro:hover {
  background: #0b5aa3;
  color: #fff;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .dental-launch-card {
    padding: 60px 40px;
  }

  .dental-launch-card h2 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .dental-launch-card {
    padding: 45px 22px;
  }

  .dental-launch-card h2 {
    font-size: 26px;
  }
}

/* team */

.team-section {
  padding: 80px 0px;
  background: #f5f9fd;
}

.team-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* Headings */
.team-title {
  font-size: 34px;
  font-weight: 700;
  color: #0b5aa3;
  margin-bottom: 10px;
}

.team-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
}

/* Grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

/* Card */
.team-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 25px 36px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(11, 90, 163, 0.18);
}

/* Photo */
.team-photo {
  width: 300px;
  height: 300px;
  margin: 0 auto 18px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #e6f2fb;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info */
.team-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary-color1);
  margin-bottom: 6px;
}

.team-info span {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
}
.team-contact {
    margin-top: 12px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.team-contact p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  font-size: 14px;
}

.team-contact i {
  color: var(--primary-color);
  font-size: 14px;
}

.team-contact a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}

.team-contact a:hover {
  color: var(--primary-color);
}


/* ======================
   RESPONSIVE
====================== */
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-title {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .team-photo {
    width: 140px;
    height: 140px;
  }

  .team-info h4 {
    font-size: 18px;
  }

  .team-info span {
    font-size: 14px;
  }
}

/* new sec */

/* ======================
   SECTION BASE
====================== */
.sudhika-oils {
  padding: 80px 0;
  background: linear-gradient(180deg, #fffdf8 0%, #f6f9f4 100%);
}

.sudhika-oils .container {
  max-width: 1200px;
}

/* ======================
   BRAND HEADER
====================== */
.brand-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

/* .brand-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #2f5d2f;
  margin-bottom: 6px;
} */

.brand-header h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 18px;
}

/* .brand-header p {
  font-size: 16.5px;
  line-height: 1.85;
  color: #444;
} */

/* ======================
   OIL RANGE
====================== */
/* .oil-range h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #2f5d2f;
  margin-bottom: 45px;
} */

/* Grid */
.oil-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  justify-items: center;
  margin-top: 30px;
}
.oil-grid.tea {
  grid-template-columns: repeat(2, 1fr);
}
.oil-grid.fruit {
  grid-template-columns: repeat(5, 1fr);
}

/* Card */
.oil-card {
  width: 100%;
  background: #ffffff;
  border-radius: 22px;
  padding: 0px 0px 30px 0px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(0, 0, 0, 0.03);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Soft top accent */
.oil-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #f79521, #d4af37);
}

/* Image */
.oil-card img {
  width: 100%;
  height: 300px;
  /*object-fit: cover;*/
  object-fit: contain;
  margin-bottom: 18px;
  transition: transform 0.4s ease;
}

/* Text */
.oil-card h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.oil-card p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.65;
}

/* Hover */
.oil-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.16);
}

.oil-card:hover img {
  transform: scale(1.06);
}

/* ======================
   WHY CHOOSE
====================== */
img.mhm {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.why-sudhika ul {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: auto;
}

.why-sudhika li {
  font-size: 15.5px;
  color: #444;
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px;
}

/* custom bullet */
.why-sudhika li::before {
  content: "\f00c"; /* fa-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid icon */
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--primary-color);
  font-size: 14px;
}

/* ======================
   PACK SIZES
====================== */
.pack-sizes {
  margin-top: 50px;
  text-align: center;
  background: #ffffff;
  padding: 26px 20px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.pack-sizes h4 {
  font-size: 21px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
  font-family: var(--default-font);
  padding-bottom: 10px;
}

.pack-sizes p {
  font-size: 16.5px;
  color: #555;
  font-weight: 500;
}

/* ======================
   RESPONSIVE
====================== */
@media (max-width: 992px) {
  .oil-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .oil-grid.tea {
    grid-template-columns: repeat(2, 1fr);
  }
  .oil-grid.fruit {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 767.78px) {
  .oil-grid {
    grid-template-columns: 1fr;
  }
  .oil-grid.tea {
    grid-template-columns: repeat(1, 1fr);
  }
  .oil-grid.fruit {
    grid-template-columns: repeat(1, 1fr);
  }

  .brand-header h2 {
    font-size: 28px;
  }

  .oil-range h3,
  .why-sudhika h3 {
    font-size: 24px;
  }
}

/* wcw */

/* ===============================
   BIG HIGHLIGHT LAUNCH TAG
================================ */
.launch-tag {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  padding: 18px 32px;
  border-radius: 16px;

  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.4px;

  color: #fff;
  /* background: linear-gradient(135deg, #f79521, #ffb703); */

  box-shadow: 0 18px 40px rgba(247, 149, 33, 0.45),
    inset 0 0 0 2px rgba(255, 255, 255, 0.25);

  position: relative;
  overflow: hidden;
}

/* Icon bigger */
.launch-tag i {
  font-size: 22px;
}

/* Shine animation */
.launch-tag::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: skewX(-20deg);
  animation: shineMove 2.5s infinite;
}

@keyframes shineMove {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.launch-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  width: 100%;
  min-height: 100%; /* KEY */
  height: auto;
  font-weight: 800;
  text-align: center;

  box-shadow: 0 20px 45px rgba(247, 149, 33, 0.45);
}

.sec-sr {
  margin: 80px 0px;
}

.dual-action-section {
  padding: 60px 20px;
  /* background: var(--secondary-color); */
  background: rgba(255, 255, 255, 0.96);
  color: #fff;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(11, 90, 163, 0.08);
}

.dual-action-content {
  max-width: 700px;
  margin: auto;
}

.dual-action-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--secondary-color1);
}

.dual-action-content p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 35px;
  color: var(--secondary-color1);
}

.dual-action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.action-btn {
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Dealer Button */
.dealer-action {
  background: var(--primary-color);
  color: var(--white-color);
}

.dealer-action:hover {
  background: var(--secondary-color);
  transform: translateY(-3px);
  color: var(--white-color);
}

/* Career Button */
.career-action {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.career-action:hover {
  background: var(--secondary-color);
  color: var(--white-color) !important;
  transform: translateY(-3px);
}


.fg-counter-section {
  /* padding: 10px 0px; */
  display: flex;
  justify-content: start;
}

.fg-counter-box {
  text-align: center;
}

.fg-counter-box h2 {
  font-size: 54px;
  font-weight: 800;
  color: var(--white-color);
  margin: 0;
}

.fg-counter-box .plus {
  font-size: 40px;
  margin-left: 4px;
}

.fg-counter-box p {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
}

#comingSoonOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.coming-soon-popup {
  background: #fff;
  max-width: 460px;
  width: 90%;
  padding: 40px 35px;
  border-radius: 18px;
  text-align: center;
  position: relative;
  animation: popupFade 0.4s ease;
}

.coming-soon-popup h2 {
  font-size: 28px;
  margin-bottom: 14px;
  color: #0b3d91;
}

.coming-soon-popup .subtitle {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.launch-date {
  margin-top: 25px;
  padding: 16px;
  background: #f4f7fb;
  border-radius: 12px;
}

.launch-date span {
  display: block;
  font-size: 14px;
  color: #777;
}

.launch-date strong {
  display: block;
  font-size: 20px;
  color: #0b3d91;
  margin-top: 5px;
}

.close-btn {
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  background: none;
  font-size: 26px;
  cursor: pointer;
  color: #999;
}

.close-btn:hover {
  color: #000;
}

@keyframes popupFade {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


