@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&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=Raleway:ital,wght@0,100..900;1,100..900&family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Epilogue:wght@700&family=Montserrat:wght@700&family=Outfit:wght@700&family=Poppins:wght@700&family=Raleway:wght@700&family=Zalando+Sans:wght@700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
}

.raleway-h2 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Raleway", sans-serif !important;
  font-weight: 500;
  margin: 0;
  background: #f7f7f7;
  color: #333;
}

header {
  width: 100%;
}

.right-content {
  display: flex;
  gap: 3px;
}

.right-content a {
  text-decoration: none;
}

.right-content i {
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  color: #0c2340;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Default hover */
.right-content i:hover {
  background: #facd1b;
  color: #333232;
}

/* header css start  ------------*/
.section-padding {
  padding: 80px 0;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 10px !important;
  /* background: #e55959; */
  color: #a3a3a3;
  font-size: 10px;
  border-bottom: 1px solid #ededed;
}

.top-header a {
  color: #000000;
  /* margin-right: 15px; */
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.top-header a:hover {
  color: #facd1b;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: all 0.3s ease;
}

.main-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  /* background नसेल तर दे */
}

.logo img {
  height: 60px;
  border-radius: 10px;
}

/* =============================== DESKTOP MENU */

.navbar {
  padding: 0;
}

.menu {
  list-style: none;
  display: flex;
  gap: 35px;
  margin: 0;
  padding: 0;
}

.menu li {
  position: relative;
}

.menu a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  padding: 10px 0;
  font-size: 15px;
  display: block;
  font-weight: 600;
}

.menu a:hover {
  color: #cd2a2a;
}

.menu a.btn-div-right:hover {
  background-color: #cd2a2a;
}

.menu a {
  position: relative;
  text-decoration: none;
}

/* =============================== DESKTOP DROPDOWN (HOVER) */
.menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  display: block;
  border-bottom: 4px solid #e22b2b;
}

.menu .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-width: 220px;
  transform: translateY(0);
}

.menu .dropdown-menu li a {
  padding: 10px;
  color: #333;
  font-size: 13px;
}

.menu .dropdown-menu li a:hover {
  background: #f2f2f2;
  color: #e52a2a;
}

.menu .dropdown-menu li a {
  position: relative;
  text-decoration: none;
}

.btn-div-right {
  background-color: #e22b2b;
  padding: 8px 15px 8px 15px !important;
  letter-spacing: 2px;
  color: #fff !important;
  font-size: 13px;
  border-radius: 100px;
}

/* =============================== MOBILE MENU */

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav li {
  margin-bottom: 12px;
}

.mobile-nav a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
}

.enquire-btn {
  background: #3e3c3f;
  color: #fff !important;
  padding: 12px;
  border-radius: 100px;
  text-decoration: none;
}

a.banner-btn {
  padding: 13px 25px;
  background: linear-gradient(135deg, #4caf50, #2e7d32);
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
}

/* banner slider */
.hero-intro {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
  margin-top: 15px;
  width: 700px;
  line-height: 1.6;
}

.snack-slider {
  width: 100%;
  max-width: 1300px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  font-family: "Poppins", Arial, sans-serif;
}

/* Slides wrapper */
.snack-slider .slides {
  display: flex;
  transition: 0.10s ease-in-out;
}

/* Single slide */
.snack-slider .slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 80px;
}

/* Content */
.snack-slider .content {
  max-width: 480px;
}

/* Price */
.snack-slider .price {
  background: #5cc048;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

/* Heading */
.snack-slider .content h2 {
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 14px;
  color: #000;
}

/* Description */
.snack-slider .content p {
  font-size: 17px;
  color: #000000;
  /* line-height: 1.7; */
  margin-bottom: 30px;
}

/* Button */
.snack-slider .content button {
  padding: 16px 38px;
  font-size: 15px;
  font-weight: 600;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.35s ease;
}

.snack-slider .content button:hover {
  background: #ff6a00;
  transform: translateY(-2px);
}

/* Image */
.snack-slider .slide img {
  width: 380px;
  max-width: 100%;
  border-radius: 28px;
  transform: rotate(-3deg);
  transition: 0.4s ease;
}

.snack-slider .slide img:hover {
  transform: rotate(0deg) scale(1.03);
}

/* Controls */
.snack-slider .controls span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  z-index: 5;
}

.snack-slider .controls span:hover {
  background: #579843;
  color: #fff;
}

.products-section {
  text-align: center;
  padding: 80px 20px 40px;
  font-family: "Poppins", Arial, sans-serif;
}

.products-section .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
}

.products-section .section-title::after {
  content: "";
  width: 60%;
  height: 4px;
  background: #e52a2a;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-radius: 10px;
}

.products-section .section-subtitle {
  font-size: 16px;
  color: #555;
  margin-top: 25px;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
  .products-section .section-title {
    font-size: 30px;
  }

  .products-section .section-subtitle {
    font-size: 14px;
  }
}

.snack-slider .controls .prev {
  left: 10px;
  font-size: 45px;
}

.snack-slider .controls .next {
  right: 10px;
  font-size: 45px;
}

/* Responsive */
@media (max-width: 991px) {
  .snack-slider .slide {
    padding: 50px 40px;
  }

  .snack-slider .slide img {
    width: 320px;
  }
}

@media (max-width: 768px) {
  .snack-slider .slide {
    flex-direction: column-reverse;
    text-align: center;
    padding: 40px 20px;
  }

  .snack-slider .content {
    max-width: 100%;
    margin-top: 30px;
    justify-items: center !important;
  }

  .snack-slider .content h2 {
    font-size: 32px;
  }

  .snack-slider .controls span {
    top: auto;
    bottom: 20px;
  }

  .edit-content-wrapper {
    flex-wrap: wrap;
  }
}

.slide.slide-1 {
  width: 100%;
  /* min-height: 80vh; */
  background-image: url("./img/coconut-bg.jpg.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.slide-2 {
  width: 100%;
  /* min-height: 80vh; */
  background-image: url("./img/green-mango-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.slide-3 {
  width: 100%;
  /* min-height: 80vh; */
  background-image: url("./img/unniappam-bg.jpg.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.slide-4 {
  width: 100%;
  /* min-height: 80vh; */
  background-image: url("./img/grated-coconut-banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.slide-4 h1{
  color: #FFF8E7;
}

.slide.slide-4 p{
  color: #F5E6C8;
}
.editorial-section {
  padding: 80px 20px;
  font-family: "Poppins", Arial, sans-serif;
}

.editorial-section .editorial-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* Box */
.editorial-section .editorial-box {
  position: relative;
  padding-bottom: 30px;
}

/* Title */
.editorial-section h3 {
  color: #c4161c;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: 700;
}

/* Text */
.editorial-section p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  max-width: 420px;
}

/* Read more */
.editorial-section a {
  display: inline-block;
  margin-top: 18px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.editorial-section a:hover {
  text-decoration: underline;
}

/* Dotted divider */
.editorial-section .divider {
  display: block;
  margin-top: 30px;
  border-bottom: 6px dashed #c4161c;
  width: 90%;
}

/* Icon */
.editorial-section .icon {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 42px;
  color: #c4161c;
}

/* Responsive */
@media (max-width: 768px) {
  .editorial-section .editorial-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .editorial-section h3 {
    font-size: 28px;
  }

  .editorial-section .icon {
    position: static;
    display: block;
    margin-top: 15px;
  }
}

.edit-content-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.editorial-box {
  background: #fff;
  border-radius: 14px;
  transition: all 0.35s ease;
  padding: 10px;
}

.editorial-box:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transform: scale(1.04);
}

/* SECTION */
.why-foodcrest {
  background: linear-gradient(180deg, #fdfcf7, #f3f1ea);
  overflow: hidden;
}

/* BADGE */
.why-foodcrest .why-badge {
  background: linear-gradient(135deg, #4caf50, #2e7d32);
  color: #fff;
  letter-spacing: 1px;
  padding: 12px 15px;
  border-radius: 25px;
}

/* GLASS CARD */
.why-foodcrest .glass-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  transition: 0.4s ease;
}

.why-foodcrest .glass-card:hover {
  transform: translateY(-8px) scale(1.02);
}

/* IMAGES */
.why-foodcrest .image-wrap {
  position: relative;
  height: 520px;
}

.why-foodcrest .img-main {
  width: 57%;
  border-radius: 20px;
}

.why-foodcrest .img-float {
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 18px;
  transition: 0.5s ease;
}

.why-foodcrest .image-wrap:hover .img-float {
  transform: translateY(-15px) scale(1.04);
}

/* SCROLL REVEAL */
.why-foodcrest .reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: 1s ease;
}

.why-foodcrest .reveal.active {
  opacity: 1;
  transform: none;
}

/* MOBILE */
@media (max-width: 991px) {
  .why-foodcrest .image-wrap {
    height: 420px;
  }
}

/* Section Styles */
.banana-modern-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #fffbe6, #fff3d6);
  padding: 60px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

/* Content */
.section-content {
  position: relative;
  z-index: 10;
  max-width: 700px;
  margin: 0 auto;
}

.section-content h2 {
  font-size: 2.5rem;
  color: #61b947;
  margin-bottom: 20px;
}

.section-content p {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 40px;
}

/* Marquee */
/* Container */
.marquee-continuous {
  overflow: hidden;
  background: rgba(255, 235, 200, 0.3);
  border-top: 2px dashed #ffd700;
  border-bottom: 2px dashed #ffd700;
  padding: 10px 0;
  position: relative;
  white-space: nowrap;
}

/* Track: duplicate text for seamless loop */
.marquee-track {
  display: inline-block;
  animation: marqueeLoop 15s linear infinite;
}

/* Text style */
.marquee-track span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ff6f00;
}

/* Keyframes for continuous loop */
@keyframes marqueeLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* move half width (because text is duplicated) */
}

.marquee-track span i {
  color: #50cf4a;
}

.product-showcase {
  padding: 100px 0;
  background: linear-gradient(135deg, #fffbe6, #fff1cc);
}

.product-card {
  margin: auto;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* Image */
/* .product-img { */
/* padding: 40px; */
/* background: radial-gradient(circle, #fff6d8, #fff); */
/* } */

.product-img img {
  width: 100%;
  max-width: 260px;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img img {
  transform: scale(1.08) rotate(-2deg);
}

/* Content */
.product-content {
  padding: 20px 25px 40px;
}

.product-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.product-content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Button */
.product-btn a {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  background: linear-gradient(135deg, #ffb703, #ff8800);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.product-btn a:hover {
  background: linear-gradient(135deg, #ff8800, #ffb703);
  transform: translateY(-2px);
}

.product-card {
  margin: 50px 0 0;
}

.quality-pro-section {
  padding: 110px 0;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

/* Layout */
.quality-pro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Image */
.quality-pro-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* Content */
.quality-pro-content {
  max-width: 560px;
}

.quality-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #549a43;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.quality-pro-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 22px;
  line-height: 1.3;
}

.quality-pro-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.9;
  margin-bottom: 18px;
}

/* Certifications */
.quality-pro-certifications {
  display: flex;
  gap: 30px;
  margin-top: 35px;
}

.cert-box {
  padding: 18px 16px;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.cert-box img {
  height: 100px;
  object-fit: contain;
}

.cert-box span {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-align: center;
}

/* Hover (subtle trust effect) */
.cert-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 991px) {
  .quality-pro-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .quality-pro-content {
    max-width: 100%;
  }

  .quality-pro-certifications {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.product-img.banana img {
  width: 192px !important;
}

.site-footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 80px 0 30px;
  font-family: "Poppins", sans-serif;
}

.site-footer .container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

/* Grid */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 50px;
  margin-bottom: 50px;
}

/* Brand */
.footer-col.brand h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-col.brand p {
  font-size: 15px;
  line-height: 1.7;
  color: #94a3b8;
}

/* Headings */
.footer-col h4 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 18px;
  position: relative;
}

.footer-col h4::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #facd1b;
  position: absolute;
  left: 0;
  bottom: -6px;
}

/* Lists */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
  font-size: 14px;
}

.footer-col ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #facd1b;
  padding-left: 5px;
}

/* Contact */
.footer-col .contact li {
  color: #cbd5e1;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: start;
  }

  .footer-col h4::after {
    left: 5%;
    transform: translateX(-50%);
  }
}

.footer-bottom p a {
  color: #facd1b;
}

.footer-col ul.contact li i {
  color: #facd1b;
}

.footer-logo {
  margin-bottom: 24px;
}

/* ========================frozen page start ====================================== */
.frozen-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== Hero Section ===== */
.frozen-hero {
  position: relative;
  width: 100%;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  margin: 40px 0;

  /* Background Image */
  background-image: url("./img/frozen-banner.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Optional overlay for text readability */
.frozen-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.frozen-hero-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.frozen-hero h1 {
  font-size: 3rem;
  margin: 0;
  color: #fffdfd;
}

.frozen-hero p {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #ffffff;
}

/* dry banner===================*/
.dry-hero {
  position: relative;
  width: 100%;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  margin: 40px 0;

  /* Background Image */
  background-image: url("./img/dry-banner.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Optional overlay for text readability */
.dry-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.dry-hero-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.dry-hero h1 {
  font-size: 3rem;
  margin: 0;
  color: #fffdfd;
}

.dry-hero p {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #ffffff;
}

/* ===== Category Slider Section ===== */
/* ===============================
   FROZEN CATEGORY SLIDER – CSS
   =============================== */

.frozen-slider {
  width: 100%;
  padding: 40px 0;
  background: #fff;
  position: relative;
}

/* outer wrap */
.frozen-slider .category-slider-wrap {
  position: relative;
  padding: 0 60px;
  /* space for arrows */
}

/* swiper container (MUST be hidden) */
.frozen-slider .category-swiper {
  overflow: hidden;
  width: 100%;
}

/* swiper wrapper */
.frozen-slider .swiper-wrapper {
  padding: 22px 0;
  /* space for hover */
}

/* swiper slide */
.frozen-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  /* IMPORTANT */
}

/* category card */
.frozen-slider .category-card {
  width: 100%;
  max-width: 240px;
  padding: 28px 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 2px solid #e22b2b;
  color: #e22b2b;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}

/* hover / active */
.frozen-slider .category-card:hover,
.frozen-slider .category-card.active {
  background: #e22b2b;
  color: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(226, 43, 43, 0.35);
}

/* arrows container */
.frozen-slider .slider-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

/* swiper arrows */
.frozen-slider .swiper-button-prev,
.frozen-slider .swiper-button-next {
  pointer-events: all;
  color: #e22b2b;
  width: 42px;
  height: 42px;
}

/* arrow spacing */
.frozen-slider .swiper-button-prev {
  left: -5px;
}

.frozen-slider .swiper-button-next {
  right: -5px;
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 1024px) {
  .frozen-slider .category-slider-wrap {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .frozen-slider {
    padding: 20px 0;
  }

  .frozen-slider .category-card {
    max-width: 90%;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .frozen-slider .category-card {
    padding: 22px 14px;
    font-size: 14px;
  }
}

/* glass effect */
.frozen-slider .category-card {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* glow border animation */
.frozen-slider .category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}

.frozen-slider .category-card:hover::after {
  border-color: rgba(255, 255, 255, 0.6);
}

/* subtle floating animation */
@keyframes floatCard {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}

.frozen-slider .swiper-slide-active .category-card {
  animation: floatCard 2.5s ease-in-out infinite;
}

.frozen-slider .category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.frozen-slider .category-card h4 {
  margin: 0;
  font-size: 16px;
}

.frozen-slider .category-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(226, 43, 43, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.frozen-slider .category-icon img {
  width: 32px;
}

/* hover icon animation */
.frozen-slider .category-card:hover .category-icon {
  transform: scale(1.15) rotate(8deg);
  background: #fff;
}

/* ===== Filters ===== */
.frozen-filters {
  margin: 20px 0;
  /* Top & bottom spacing */
}

.frozen-filters select {
  padding: 10px 15px;
  /* Comfortable padding */
  font-size: 1rem;
  /* Readable font size */
  border: 2px solid #e22b2b;
  /* Red border using your color */
  border-radius: 8px;
  /* Rounded corners */
  background-color: #fff;
  /* White background */
  color: #333;
  /* Text color */
  outline: none;
  /* Remove default outline */
  transition: all 0.3s ease;
  /* Smooth hover/focus effect */
  cursor: pointer;
  min-width: 220px;
  /* Optional minimum width */
}

.frozen-filters select:hover,
.frozen-filters select:focus {
  border-color: #c12020;
  /* Darker red on hover/focus */
  box-shadow: 0 4px 8px rgba(226, 43, 43, 0.2);
  /* subtle shadow */
}

/* ===== Product Grid ===== */
.frozen-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .frozen-products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  .hero-intro{
    font-size:14px;
    line-height:1.6;
    max-width:90%;
    margin:0 auto;
    word-wrap:break-word;
    overflow-wrap:break-word;
}
.snack-slider .controls .prev {
    left: 10px;
    font-size: 30px;
}

.snack-slider .controls .next {
    right: 10px;
    font-size: 30px;
}

.snack-slider .controls span {
  position: absolute;
  top: 95%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  z-index: 5;
}

}

.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  padding: 10px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.product-card img {
  /* width: 100%; */
  height: 280px;
  object-fit: cover;
}

.product-info {
  padding: 15px;
}

.product-info h4 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #e22b2b;
}

.product-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

/* ===== Badges ===== */
/* .product-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.badge {
  background: #e22b2b;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 6px;
} */

/* ===== Responsive ===== */
@media (max-width: 768px) {
  #categoryHeading {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .frozen-hero h1 {
    font-size: 2rem;
  }

  .product-card img {
    height: 180px;
  }
}

#categoryHeading {
  text-align: center;
  /* Heading center la show honar */
  margin: 40px 0 20px;
  /* Top ani bottom spacing */
  font-size: 40px;
  /* Heading size */
  color: #e22b2b;
  /* Tumcha custom color */
  font-weight: 700;
  /* Bold text */
  text-transform: uppercase;
  /* Automatically uppercase karnya sathi */
  transition: all 0.3s ease;
  /* Smooth animation if heading changes */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.snack-slider .content h2 


.fp-category-wrap {
  width: 100%;
  padding: 60px 20px;
  background: #fff;
}

.fp-category-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

/* Card */
.fp-category-box {
  flex: 1 1 calc(33.333% - 24px);
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

/* Red top line */
.fp-category-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #e22b2b;
  border-radius: 16px 16px 0 0;
}

.fp-category-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #111;
}

.fp-category-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
}

/* Hover Effect */
.fp-category-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* ✅ Responsive */
@media (max-width: 1024px) {
  .fp-category-box {
    flex: 1 1 calc(50% - 24px);
  }
}

@media (max-width: 600px) {
  .fp-category-box {
    flex: 1 1 100%;
  }
}

/* HERO */
.fcx-contact-hero {
  background: linear-gradient(135deg, #e22b2b, #b81d1d);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.fcx-hero-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.fcx-contact-hero h1 {
  font-size: 2.6rem;
  margin: 15px 0;
}

.fcx-contact-hero p {
  max-width: 650px;
  margin: auto;
  opacity: 0.95;
}

/* CONTACT CARD */
.fcx-contact-area {
  padding: 80px 20px;
  background: #f9f9f9;
}

.fcx-contact-box {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

/* LEFT */
.fcx-contact-left {
  flex: 1 1 40%;
  padding: 40px;
  background: #fff7f7;
}

.fcx-contact-left h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.fcx-contact-item {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.fcx-contact-item span {
  font-size: 1.4rem;
}

/* RIGHT */
.fcx-contact-right {
  flex: 1 1 60%;
  padding: 40px;
}

.fcx-contact-right h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

/* Floating Labels */
.fcx-field {
  position: relative;
  margin-bottom: 22px;
}

.fcx-field input,
.fcx-field textarea {
  width: 100%;
  padding: 14px 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 0.95rem;
}

.fcx-field label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 6px;
  color: #999;
  font-size: 0.8rem;
  pointer-events: none;
  transition: all 0.25s ease;
}

.fcx-field input:focus + label,
.fcx-field textarea:focus + label,
.fcx-field input:not(:placeholder-shown) + label,
.fcx-field textarea:not(:placeholder-shown) + label {
  top: -8px;
  color: #e22b2b;
}

/* Button */
.fcx-contact-right button {
  background: #e22b2b;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.fcx-contact-right button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(226, 43, 43, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .fcx-contact-left,
  .fcx-contact-right {
    flex: 1 1 100%;
  }

  .fcx-contact-hero h1 {
    font-size: 2rem;
  }
}

.fcx-contact-item span i {
  color: #e22b2b;
}

.our-brand-h2-wrapper h2 {
  color: #c4161c;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 40px;
  font-weight: 700;
}

/* ===== ABOUT HERO ===== */
.about-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero */

.about-page .about-hero {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ffe5e5 0%, #ffffff 100%);
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 40px;
}

.about-page .about-hero h1 {
  font-size: 3rem;
  margin: 0;
  color: #e22b2b;
}

.about-page .about-hero p {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #b31f1f;
}

/* Container */
.about-page .about-container {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-page .about-text h2 {
  color: #e22b2b;
  margin-bottom: 15px;
}

.about-page .about-text p {
  line-height: 1.7;
  margin-bottom: 12px;
}

/* Image */
.about-page .about-image img {
  width: 100%;
  border-radius: 18px;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
}

/* Values */
.about-page .about-values {
  background: #f9f9f9;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about-page .value-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.about-page .value-card h3 {
  color: #e22b2b;
  margin-bottom: 10px;
}

/* Mission */
.about-page .about-mission {
  max-width: 800px;
  margin: 70px auto;
  padding: 0 20px;
  text-align: center;
}

.about-page .about-mission h2 {
  color: #e22b2b;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 900px) {
  .about-page .about-container {
    grid-template-columns: 1fr;
  }

  .about-page .about-values {
    grid-template-columns: 1fr;
  }

  .about-page .about-hero h1 {
    font-size: 32px;
  }
}

.about-hero-modern {
  position: relative;
  height: 420px !important;
  background-image: url("./img/About-us-banner.png");
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.about-hero-modern .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.55)
  );
}

.about-hero-modern .container {
  position: relative;
  z-index: 2;
}

.about-values {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.value-card {
  flex: 1 1 calc(33.333% - 24px);
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  cursor: pointer;
}

/* HOVER EFFECT */
.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

/* Optional: heading highlight on hover */
.value-card h3 {
  transition: color 0.35s ease;
}

.value-card:hover h3 {
  color: #e22b2b;
  /* brand color */
}

.hero-tag {
  display: inline-block;
  background: #e22b2b;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.about-hero-modern h1 {
  font-size: 46px;
  font-weight: 700;
}

.about-hero-modern p {
  font-size: 18px;
  margin-top: 10px;
}

/* ===== ABOUT CONTENT ===== */
.about-modern h2 {
  color: #c4161c;
  font-size: 34px;
}

.about-modern p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

/* Highlights */
.about-highlights {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}

.highlight-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.highlight-box i {
  font-size: 20px;
  color: #e22b2b;
}

.highlight-box:hover {
  transform: translateY(-5px);
}

/* Image */
.about-img {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Mission */
.about-mission {
  background: #f8f8f8;
  padding: 70px 20px;
}

.about-mission h2 {
  color: #c4161c;
  margin-bottom: 15px;
}

.about-mission p {
  /* max-width: 720px; */
  margin: auto;
  font-size: 17px;
}

.card {
  perspective: 1500px;
}

.card-inner {
  transition: transform 0.3s ease;
}

.glow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #22d3ee33, #a855f733);
  pointer-events: none;
}

.section-subtitle {
  color: #549a43;
  font-weight: 600;
}

.marquee {
  width: 100%;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  color: #c4161c;
  padding: 10px 0;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}


/* LAYOUT */
.video-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.video-left{
  width:50%;
}

.video-left h2{
  font-size:36px;
  line-height:1.3;
}

.video-left span{
  color:#e53935;
}

.video-left p{
  margin-top:15px;
  color:#666;
}

/* VIDEO BOX */
.video-right{
  width:50%;
}

.video-box{
  position:relative;
}

.thumb{
  width:100%;
  aspect-ratio:16/9;   /* perfect video ratio */
  object-fit:cover;
  border-radius:15px;
}

@media(max-width:768px){
  .thumb{
    aspect-ratio:16/9;
    height:auto;
  }
}

/* PLAY BUTTON */
.play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:#e53935;
  color:#fff;
  width:70px;
  height:70px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  cursor:pointer;
}

/* POPUP */
.video-popup{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.85);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:20px;
}

/* VIDEO BOX */
.video-popup video{
  width:100% !important;
  max-width:500px;   /* control size */
  max-height:80vh;   /* screen fit */
  border-radius:12px;
  box-shadow:0 10px 40px rgba(0,0,0,0.5);
}

/* CLOSE BUTTON */
.close{
  position:absolute;
  top:20px;
  right:25px;
  font-size:30px;
  color:#fff;
  cursor:pointer;
  z-index:10000;
}
@media(max-width:768px){
  .video-popup video{
    max-width:100%;
  }
}

/* 📱 RESPONSIVE */
@media(max-width:768px){

  .video-row{
    flex-direction:column;
    text-align:center;
  }

  .video-left,
  .video-right{
    width:100%;
  }

  .video-left h2{
    font-size:26px;
  }

  .video-popup video{
    width:95%;
  }

}
.product-card {
  /* width: 320px; */
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  /* box-shadow: 0 15px 35px rgba(0,0,0,0.5); */
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

/* .product-card:hover { */
/* transform: translateY(-10px); */
/* box-shadow: 0 25px 50px rgba(255, 51, 0, 0.35); */
/* } */

/* IMAGE */
.img-box {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.img-box img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover img {
  transform: scale(1.1);
}

/* BADGE */
.img-box .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #e22b2b);
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600;
}

/* CONTENT */
.product-info {
  padding: 18px;
}

.product-info h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #ff9800;
}

.tagline {
  font-size: 14px;
  /* font-style: italic; */
  color: #ddd;
  margin-bottom: 10px;
}

.desc {
  font-size: 13px;
  line-height: 1.6;
  color: #bbb;
  margin-bottom: 16px;
}

/* BUTTON */
.btn {
  /* width: 100%; */
  padding: 10px;
  border: none;
  border-radius: 25px;
  background: linear-gradient(135deg, #d52c2c, #e02b2b);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.btn:hover {
  opacity: 0.85;
}

.product-info h4 {
  font-size: 22px;
  margin-bottom: 8px;
  /* color: rgb(17,17,17); */
  color: #e22b2b;
  font-weight: 600;
}

/* our brands  */
.brand-head-wrapper p {
  text-align: center;
}
.our-brands {
  padding: 60px 0;
}
.brand-head-wrapper h2 {
  text-align: center;
  font-size: 55px;
}
.brand-img-wrapper {
  width: 240px;
  margin: 0 auto;
}
.brand-img-wrapper img {
  width: 100%;
  height: 100%;
}
.brand-content-wrapper {
  text-align: center;
}

.brand-logo-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}
.brand-img-wrapper.malbar {
  width: 195px;
}
.brand-logo-content-wrapper {
  padding: 20px;
}
.brand-logo-content-wrapper.malbar {
    padding: 30px 0;
}

.brand-logo-content-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  border: 1px solid #e22b2b;
  transition: all 0.3s ease;
  width: 370px;
  position: relative;
  overflow: hidden;
}

.brand-content-wrapper h4 {
  font-weight: 700;
  position: relative;
  padding: 10px 0;
}

.brand-content-wrapper h4::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 47%;
  margin: 0 auto;
  width: 22px;
  height: 3px;
  background-color: #e22b2b;
}
/* Top red accent bar */
.brand-logo-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e22b2b;
  transition: height 0.3s ease;
}

/* Hover Effect */
.brand-logo-content-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-color: #e22b2b;
}

/* Expand red accent on hover */
.brand-logo-content-wrapper:hover::before {
  height: 100%;
  opacity: 0.05;
}
/* TAGLINE (highlighted quote style) */
.product-info .tagline {
  border-right: 3px solid #e22b2b;
  /* soft golden */
  margin-bottom: 10px;
  border-left: 3px solid #e22b2b;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
}

/* MAIN DESCRIPTION */
.product-info .desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #7c6e6e;
  /* soft grey */
}

.img-box .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #e22b2b);
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;

  animation: floatBadge 2.5s ease-in-out infinite;
}

.product-info {
  font-style: italic;
}

/* FLOATING EFFECT */
@keyframes floatBadge {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

/* HOVER INTERACTION */
.img-box .badge:hover {
  animation-play-state: paused;
  /* box-shadow: 0 0 25px rgb(235, 50, 4); */
  transform: scale(1.05);
}

/* Heading */
.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #b22222;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  color: #5f6b7a;
  margin-bottom: 60px;
}

/* Cards wrapper */
.brands-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

/* Brand Card */
.brand-card {
  width: 420px;
  padding: 40px 30px;
  border-radius: 26px;
  background: linear-gradient(145deg, #fffae6, #ffffff);
  /* box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15); */
  transition: all 0.4s ease;
  position: relative;
}

.brand-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.2);
}

/* Logo */
.brand-logo {
  width: 220px;
  height: 120px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Text */
.brand-name {
  font-size: 26px;
  font-weight: 700;
  color: #1f2933;
  margin-bottom: 10px;
}

.brand-tagline {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
}

/* Trust points */
.brand-trust {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.brand-trust li {
  font-size: 17px;
  color: #4b5563;
  margin: 12px 0;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.brand-trust li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: bold;
}

/* brands end */

.our-brand-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 30px;
}

.brand-logo {
  background: #fff;
  padding: 20px 28px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  position: relative;
}

.brand-logo img {
  max-height: 120px;
  width: auto;
  display: block;
}

.brand-logo:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* map   */

.map-box {
  background: #fff;
  padding: 50px 30px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* heading */
.heading-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.heading-wrap h3 {
  margin: 0;
  font-weight: 700;
}

.badge-export {
  background: #e22b2b;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}

/* map */
.map-wrapper {
  position: relative;
  max-width: 820px;
  margin: 40px auto 0;
}

.map-wrapper img {
  width: 100%;
}

/* dot */
.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #dc3545;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dot:hover,
.dot.active {
  transform: scale(1.5);
  box-shadow: 0 0 15px #dc3545;
}

/* tooltip */
.dot span {
  position: absolute;
  bottom: 160%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 6px 12px;
  font-size: 10px;
  border-radius: 6px;
  white-space: nowrap;
  display: none;
}

.dot:hover span {
  display: block;
}

/* positions */
.uk {
  top: 32%;
  left: 46%;
}

.uae {
  top: 50%;
  left: 58%;
}

.kuwait {
  top: 47%;
  left: 56%;
}

.saudi {
  top: 52%;
  left: 55%;
}

.bahrain {
  top: 49%;
  left: 57%;
}

.australia {
  top: 72%;
  left: 82%;
}

/* country list */
.country-list {
  margin-top: 40px;
}

.country-item {
  padding: 12px 18px;
  border-radius: 10px;
  background: #f8f9fa;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.country-item:hover,
.country-item.active {
  background: #dc3545;
  color: #fff;
}

/* CTA */
.export-cta {
  margin-top: 40px;
  padding: 30px;
  background: linear-gradient(135deg, #e22b2b);
  color: #fff;
  border-radius: 16px;
}

.export-cta button {
  margin-top: 15px;
}

/* food safety */

/* HERO */
.cert-hero {
  background: linear-gradient(120deg, #e22b2b);
  color: #fff;
  padding: 90px 20px;
  text-align: center;
  border-radius: 0 0 50px 50px;
}

.cert-hero h1 {
  font-weight: 700;
  letter-spacing: 1px;
}

/* GLASS CARD */
.glass-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* CERT CARD */
.cert-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.cert-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ff4e50, #f9d423);
  opacity: 0;
  transition: 0.4s;
}

.cert-card:hover::before {
  opacity: 0.15;
}

.cert-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}

.cert-icon {
  font-size: 45px;
  color: #e22b2b;
  margin-bottom: 15px;
}

.cert-card h5 {
  font-weight: 700;
}

/* INFO PANEL */
.info-panel {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.info-panel h4 {
  font-weight: 700;
}

.badge-export {
  background: #e22b2b;
  padding: 8px 16px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
}

.product-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

/* Arrow */
.product-btn .arrow {
  display: inline-block;
  transition: transform 0.35s ease;
}

/* Hover effect */
.product-btn a:hover .arrow {
  transform: translateX(8px);
}

/* MAP WRAPPER */
.map-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.map-wrapper img {
  width: 100%;
  display: block;
}

/* COMMON DOT STYLE */
.dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: red;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 2;
}

/* ACTIVE DOT */
.dot.active {
  background: yellow;
  box-shadow: 0 0 12px yellow;
}

/* TOOLTIP */
.dot span {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  display: none;
}

.dot:hover span {
  display: block;
}

/* COUNTRY LIST ACTIVE */
.country-item {
  cursor: pointer;
  padding: 8px;
  transition: 0.3s;
}

.country-item.active {
  background: #ffc107;
  font-weight: 600;
}

/* UK */
.dot.uk {
  top: 35%;
  left: 50%;
}

/* UAE & Gulf */
.dot.uae {
  top: 50%;
  left: 60%;
}
.dot.kuwait {
  top: 48%;
  left: 58%;
}
.dot.saudi {
  top: 52%;
  left: 57%;
}
.dot.bahrain {
  top: 50%;
  left: 59%;
}

/* Australia */
.dot.australia {
  top: 73%;
  left: 82%;
}

.dot.sydney {
  top: 73%;
  left: 86%;
}
.dot.brisbane {
  top: 69%;
  left: 86%;
}
.dot.melbourne {
  top: 76%;
  left: 84%;
}
.dot.perth {
  top: 72%;
  left: 77%;
}


.logo-gif{
  width:250px;   /* size control करा */
  height:auto;   /* ratio maintain */
  display:block;
}

.slides .image-wrap-first{
  position: relative;
    height: 520px;
}

.slides .img-main-f {
    width: 57%;
    border-radius: 20px;
}

.slides .img-float-f {
    width: 50% !important;
    height: 40%;
    position: absolute;
    bottom: 0;
    top: 200px;
    right: 232px;
    border-radius: 18px;
    transition: 0.5s ease;
}

.slides .img-float-fourth {
    width: 100% !important;
    height: 40%;
    position: absolute;
    bottom: 0;
    top: 370px;
    right: 0px;
    border-radius: 18px;
    transition: 0.5s ease;
}

.slides .img-main-fourth {
    width: 57%;
    border-radius: 20px;
}
@media(max-width:575px){
  .slides{
    position: relative; /* important */
  }

 .slides .img-float-f {
    width: 45%;
    height: auto;
    position: absolute;
    top: 38% !important;
    left: -13% !important;
}
}
@media(max-width:768px){
  .slides .img-float-f{
    width: 40%;
    height: 45%;
    position: absolute;
    top: 100px;
    right: 220px;
    margin: 20px auto;
  }
}

