:root{
  --primary-color: #b30018;
  --secondary-color: #000000;
  --text-color: #ffffff;
  --text-color-dark: #000000;
}
.h-100 {
  height: 87% !important;
}
.bg-lightblue {
background-color: #d6f0ff; /* Very light blue */
}
body{
font-family: 'Poppins', sans-serif;
}
@font-face {
font-family: 'Poppins';
src: url('../fonts/webfonts/Poppins-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('../fonts/webfonts/Poppins-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Hind Guntur';
src: url('../fonts/webfonts/HindGuntur-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Hind Guntur';
src: url('../fonts/webfonts/HindGuntur-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Manrope';
src: url('../fonts/webfonts/Manrope-VariableFont_wght.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Loader Start*/
#loader {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, #f8fafc 0%, #d1daff 100%); */
  color: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-family: 'Segoe UI', sans-serif;
  z-index: 9999;
  animation: slideDown 1s forwards;
}
#loader img{
  width: 280px;
  height: 280px;
  object-fit: contain;
}

@keyframes slideDown {
  to {
    top: 0;
  }
}

/* Animated text */
.animated-text span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  animation: fadeInUp 0.5s forwards;
  font-weight: 700;
}

.animated-text span:nth-child(1) { animation-delay: 0.1s; }
.animated-text span:nth-child(2) { animation-delay: 0.2s; }
.animated-text span:nth-child(3) { animation-delay: 0.3s; }
.animated-text span:nth-child(4) { animation-delay: 0.4s; }
.animated-text span:nth-child(5) { animation-delay: 0.5s; }
.animated-text span:nth-child(6) { animation-delay: 0.6s; }
.animated-text span:nth-child(7) { animation-delay: 0.7s; }
.animated-text span:nth-child(8) { animation-delay: 0.8s; }
.animated-text span:nth-child(9) { animation-delay: 0.9s; }
.animated-text span:nth-child(10) { animation-delay: 1s; }
.animated-text span:nth-child(11) { animation-delay: 1.1s; }
.animated-text span:nth-child(12) { animation-delay: 1.2s; }
.animated-text span:nth-child(13) { animation-delay: 1.3s; }
.animated-text span:nth-child(14) { animation-delay: 1.4s; }
.animated-text span:nth-child(15) { animation-delay: 1.5s; }
.animated-text span:nth-child(16) { animation-delay: 1.6s; }
.animated-text span:nth-child(17) { animation-delay: 1.7s; }
.animated-text span:nth-child(18) { animation-delay: 1.8s; }
.animated-text span:nth-child(19) { animation-delay: 1.9s; }
.animated-text span:nth-child(20) { animation-delay: 2s; }
.animated-text span:nth-child(21) { animation-delay: 2.1s; }
.animated-text span:nth-child(22) { animation-delay: 2.2s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hide loader after page load */
.loaded #loader {
  display: none;
}

#content {
  display: none;
  padding: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #loader{
    font-size: 25px !important;
    display: none;
  }
}
@media (max-width: 500px) {
  #loader{
    font-size: 18px !important;
  }
  .rg-hero-content{
    margin-left: 9px !important;
    margin-top: 40px !important;
    padding: 18px 40px 18px 40px !important;
    max-width: 96vw !important;
    position: relative !important;
  }
  .rg-mega-menu-content img{
    height: 70px;
    padding: 10px;
  }
}
/* Loader End */

/* Hero Section Start */
.rg-hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: var(--text-color) !important;
}
.rg-swiper, .rg-slide {
  width: 100%;
  height: 100%;
  background: transparent !important;
}
.rg-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: transparent !important;
}

/* Slices Animation - Columns */
.rg-slices-cols {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}
.rg-slices-cols .rg-slice {
  flex: 1 1 0;
  height: 100%;
  background-size: 300% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scaleY(1.2) translateY(60px);
  animation: none;
  object-fit: cover;
}
.rg-slide.rg-animate .rg-slices-cols .rg-slice[data-index="0"] { animation: rg-slice-in 0.7s cubic-bezier(.77,0,.18,1) forwards; animation-delay: 0s; }
.rg-slide.rg-animate .rg-slices-cols .rg-slice[data-index="1"] { animation: rg-slice-in 0.7s cubic-bezier(.77,0,.18,1) forwards; animation-delay: 0.12s; }
.rg-slide.rg-animate .rg-slices-cols .rg-slice[data-index="2"] { animation: rg-slice-in 0.7s cubic-bezier(.77,0,.18,1) forwards; animation-delay: 0.24s; }

/* Slices Animation - Rows */
.rg-slices-rows {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.rg-slices-rows .rg-slice {
  width: 100%;
  height: 40%;
  background-size: 100% 300%;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scaleX(1.2) translateX(60px);
  animation: none;
}
.rg-slide.rg-animate .rg-slices-rows .rg-slice[data-index="0"] { animation: rg-slice-in-row 0.7s cubic-bezier(.77,0,.18,1) forwards; animation-delay: 0s; }
.rg-slide.rg-animate .rg-slices-rows .rg-slice[data-index="1"] { animation: rg-slice-in-row 0.7s cubic-bezier(.77,0,.18,1) forwards; animation-delay: 0.12s; }
.rg-slide.rg-animate .rg-slices-rows .rg-slice[data-index="2"] { animation: rg-slice-in-row 0.7s cubic-bezier(.77,0,.18,1) forwards; animation-delay: 0.24s; }

@keyframes rg-slice-in {
  0% {
    opacity: 0;
    transform: scaleY(1.2) translateY(60px);
  }
  100% {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
@keyframes rg-slice-in-row {
  0% {
    opacity: 0;
    transform: scaleX(1.2) translateX(60px);
  }
  100% {
    opacity: 1;
    transform: scaleX(1) translateX(0);
  }
}

.rg-hero-content {
  background: var(--primary-color);
  color: var(--text-color);
  max-width: 400px;
  padding: 48px 48px 40px 48px;
  border-radius: 0;
  margin-left: 60px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  position: absolute;
  opacity: 0;
  transform: translateY(60px);
  transition: none;
  bottom: 0;
}
.rg-hero-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 24px 0;
  line-height: 1.1;
}
.rg-hero-content p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 1.6;
  text-align: justify;
}
.rg-explore {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--text-color);
  padding-bottom: 2px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}
.rg-explore:hover {
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
}

/* Swiper Pagination Dots */
.swiper-pagination {
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: auto;
  top: auto;
  transform: none;
  display: flex;
  flex-direction: row;
  gap: 18px;
  z-index: 20;
  justify-content: flex-end;
}
.rg-bullet {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
  border: 12px solid var(--text-color);
  margin: 0;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(22,80,163,0.10);
}
.rg-bullet-active {
    background: var(--text-color);
    border: 12px solid var(--primary-color);
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 16px rgba(22,80,163,0.18);
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto !important;
}
@media (max-width: 1100px) {
  .rg-header {
    padding: 24px 20px 0 20px;
  }
  .rg-hero-content {
    margin-left: 20px;
    padding: 32px 24px 28px 24px;
    max-width: 420px;
  }
  .swiper-pagination {
    right: 20px;
    bottom: 24px;
  }
}
@media (max-width: 1920px) {
    .rg-navbar-container{
      max-width: 1900px !important;
    }
}
@media (max-width: 1600px) {
  .rg-hero-content{
    padding: 25px 25px 15px 25px;
  }
  .rg-hero-content h2{
      font-size:24px;
  }
  .rg-hero-content p{
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .rg-navbar-container{
    max-width: 1350px !important;
  }
  .rg-hero-content h1{
    font-size: 30px;
  }
  .rg-hero-content h2{
      font-size:24px;
  }
  .rg-hero-content{
    padding: 25px 25px 15px 25px;
  }
  .rg-hero-content p{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .rg-explore{
    font-size: 13px;
  }
  .subscribe-wrapper{
    padding: 50px 20px !important;
  }
  .bg-left-circles{
    left: -44px !important;
    top: -13px !important;
  }
  .h-100 {
    height: 100% !important;
  }   
  .awards-section .awards-text-content .section-title{
    font-size: 2.1rem !important;
  }              
}
@media (max-width: 700px) {
  .rg-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 8px 0 8px;
  }
  .rg-nav {
    gap: 18px;
    font-size: 16px;
    flex-wrap: wrap;
  }
  .rg-hero-slider {
    min-height: 400px;
    height: 70vh;
  }
  .rg-hero-content {
    margin-left: 0;
    margin-top: 40px;
    padding: 18px 10px 18px 10px;
    max-width: 98vw;
    background: rgba(0,0,0,.4117647059);
    color: var(--text-color);
  }
  .rg-hero-content h1 {
    font-size: 32px;
  }
  .rg-hero-content p {
    font-size: 15px;
  }
  .swiper-pagination {
    right: 10px;
    bottom: 10px;
    left: auto;
    top: auto;
    transform: none;
    gap: 10px;
  }
  .rg-bullet, .rg-bullet-active {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }
  .rg-bullet-active {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }
}
@media (max-width: 400px) {
  .rg-hero-content h1{
    font-size: 22px;
  }
  .rg-hero-content p,
  .rg-explore{
    font-size: 12px;
  }
}
 @media (max-width: 500px) {
    .rg-hero-slider {
      min-height: 400px;
      height: 40vh !important;
    }
    .rg-hero-content h2{
      font-size:18px;
    }
  }

.rg-slide.rg-animate .rg-hero-content {
    animation: rg-hero-content-in 1s ease-out 0.3s forwards;
  }
  
  @keyframes rg-hero-content-in {
    0% {
      opacity: 0;
      transform: translateY(80px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* Hero Section End */

/* --- Responsive Transparent Navbar & Mega Menu --- */
.rg-navbar {
  width: 100%;
  /* background: rgba(255,255,255,0.10); */
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 30;
  box-shadow: none;
  /* backdrop-filter: blur(6px); */
}
.rg-navbar-container {
  max-width: 1516px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 70px;
}
.rg-navbar-logo {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 1px;
}
.rg-navbar-logo img{
  height: 70px;
  width: 150px;
}
@media (max-width: 500px) {
  .rg-navbar-logo img{
    height: 50px;
    width: 120px;
  }
}
.rg-navbar-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}
.rg-navbar-hamburger {
  width: 28px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.rg-navbar-hamburger span {
  display: block;
  width: 100%;
  height: 4px;
  background: var(--text-color);
  border-radius: 2px;
  transition: all 0.3s;
}
.rg-navbar-close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s;
}
.rg-navbar-toggle.menu-open .rg-navbar-hamburger {
  opacity: 0;
}
.rg-navbar-toggle.menu-open .rg-navbar-close {
  display: flex !important;
  opacity: 1;
}

.rg-navbar-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rg-navbar-menu li a {
  color: var( --text-color-dark) !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 8px;
  transition: all 0.3s ease;
  position: relative;
}
.rg-navbar-menu li a:hover {
  color: var(--secondary-color) !important;
}
.rg-dropdown-menu a:hover {
  color: var(--secondary-color) !important;
  padding-left: 30px !important;
}

.rg-navbar-has-mega {
  position: relative;
}
.rg-mega-menu {
  display: none;
  position: absolute;
  left: -110%;
  top: 130%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.98);
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  border-radius: 0 0 12px 12px;
  padding: 32px 24px 24px 24px;
  min-width: 900px;
  min-height: 140px;
  z-index: 100;
  transition: 0.2s;
}
.rg-navbar-has-mega:hover .rg-mega-menu,
.rg-navbar-has-mega:focus-within .rg-mega-menu {
  display: block;
}
/* .rg-mega-menu-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px 40px;
} */
.rg-mega-menu-content img {
  height: 90px;
  width: 100px;
  object-fit: contain;
  transition: transform 0.2s;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.08));
}
.rg-mega-menu-content img:hover {
  transform: scale(1.08);
}

/* Responsive Styles */
@media (max-width: 900px) {
  .rg-navbar-container { padding: 0 10px; }
  .rg-mega-menu { min-width: 90vw; }
  .rg-mega-menu-content { gap: 16px; }
}
@media (max-width: 992px) {
  .rg-navbar-toggle {
    display: flex;
  }
  .rg-navbar-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100vw;
    background: var(--text-color);
    padding: 24px 0 0 0;
    z-index: 100;
    gap: 0;
  }
  .rg-navbar-menu.rg-navbar-menu-open { display: flex; }
  .rg-navbar-menu li { width: 100%; text-align: left; }
  .rg-navbar-menu li a { display: block; width: 100%; padding: 16px 24px; color: var(--text-color-dark); }
  .rg-mega-menu {
    position: static;
    transform: none;
    min-width: 0;
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 18px 10px;
    background: rgba(255,255,255,0.98);
  }
  .rg-mega-menu-content {
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
  }
  .rg-mega-menu-content img { height: 60px; width: 130px; }
  .rg-dropdown-menu {
    position: static;
    min-width: 0;
    box-shadow: none;
    border-radius: 0;
    background: var(--text-color);
    padding: 0;
  }
  .rg-dropdown-menu a {
    color: var(--text-color-dark) !important;
    padding: 14px 24px;
    border-bottom: 1px solid #333;
  }
  .rg-dropdown-menu a:last-child {
    border-bottom: none;
  }
  .rg-mega-menu{
    transform: translateX(0%) !important;
  }
  .parallax-section .animated-title{
    font-size: 30px !important;
  }
}

/* Dropdown Chevron Icon */
.rg-navbar-chevron {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
  transition: transform 0.3s;
  vertical-align: middle;
}
.rg-navbar-has-mega.open > a .rg-navbar-chevron {
  transform: rotate(180deg);
}

/* Dropdown menu for Home */
.rg-navbar-has-dropdown {
  position: relative;
}
.rg-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 400px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  border-radius: 0 0 12px 12px;
  padding: 12px 0;
  z-index: 101;
  flex-direction: column;
  background: var(--text-color);
}
.rg-dropdown-menu a {
  display: block;
  padding: 10px 24px !important;
  color: var(--text-color-dark) !important;
  text-decoration: none;
  font-size: 13px !important;
  transition: background 0.2s, color 0.2s;
}
.rg-dropdown-menu a:hover {
  background: var(--text-color);
  color: var(--primary-color);
}
.rg-navbar-has-dropdown:hover .rg-dropdown-menu,
.rg-navbar-has-dropdown.open .rg-dropdown-menu,
.rg-navbar-has-dropdown:focus-within .rg-dropdown-menu {
  display: flex;
}
.rg-navbar-has-dropdown.open > a .rg-navbar-chevron {
  transform: rotate(180deg);
}

/* Brands Section Start */
.rg-brands-section {
  background: rgba(245, 247, 250, 0.7);
  backdrop-filter: blur(2px);
  padding: 20px 0 20px 0 !important;
}
.rg-brands-section h2{
  color: var(--primary-color);
  font-weight: bold;
}
.rg-brands-section .rg-brand-card {
  background: rgba(255,255,255,0.8);
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(34,147,206,0.10);
  border: 1.5px solid #e3eaf3;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.2s;
  padding: 0 0 24px 0;
  position: relative;
  min-height: 330px;
}
.rg-brands-section .rg-brand-card:hover {
  box-shadow: 0 16px 40px rgba(34,147,206,0.18);
  transform: translateY(-6px) scale(1.03);
  background: var(--primary-color);
  transition: all 0.3s ease;
}
.rg-brands-section .rg-brand-card:hover .rg-brand-btn{
  background: linear-gradient(90deg, var(--text-color) 60%, var(--secondary-color) 100%) !important;
  color: var(--text-color-dark) !important;
  transition: all 0.3s ease;
}
.rg-brands-section .rg-brand-card:hover .rg-brand-content p{
  color: var(--text-color) !important;
  transition: all 0.3s ease;
}
.rg-brands-section .rg-brand-logo {
  background: #fff;
  border-radius: 16px;
  /* margin-top: -32px; */
  box-shadow: 0 4px 16px rgba(34,147,206,0.08);
  padding: 18px 111px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  width: 110px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}
.rg-brands-section .rg-brand-logo img {
  max-width: 160px;
  max-height: 60px;
  transition: transform 0.2s;
}
/* .rg-brand-card:hover .rg-brand-logo img {
  transform: scale(1.08) rotate(-3deg);
} */
.rg-brands-section .rg-brand-content {
  margin-top: 95px;
  padding: 0 18px;
  text-align: center;
}
.rg-brands-section .rg-brand-content h3 {
  font-size: 1.25rem;
  color: #2293ce;
  margin-bottom: 10px;
  font-weight: 700;
}
.rg-brands-section .rg-brand-content p {
  font-size: 15px;
  color: #222;
  min-height: 90px;
  margin-bottom: 18px;
  text-align: justify;
}
.rg-brands-section .rg-brand-btn {
  display: inline-block;
  background: linear-gradient(90deg, #111827 0%, #b00000 55%, #e31b23 100%);
  color: #fff;
  font-weight: 600;
  border-radius: 24px;
  padding: 8px 28px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(34,147,206,0.10);
}
.rg-brands-section .rg-brand-btn:hover {
  background: linear-gradient(90deg, #ffcd31 60%, #2293ce 100%);
  color: #222;
}
.rg-brands-section .margin-top7rem{
  margin-top: 7rem !important;
}
/* Brands Section End */

/*
------------------------------------
        Subscribe CSS Start
-------------------------------------
*/
.subscribe-wrapper {
position: relative;
width: 50%;
background-color: #DFD7F9;
padding: 45px 20px;
overflow: visible;
border-radius: 60px;
margin: 50px auto;
z-index: 1;
}

.subscribe-title {
font-weight: 600;
color: #5E6282;
line-height: 1.4;
font-size: 1.75rem;
text-align: center;
margin-bottom: 20px;
position: relative;
z-index: 2;
font-family: 'Poppins', sans-serif;
}

.input-group-custom {
max-width: 550px;
margin: 0 auto;
position: relative;
z-index: 2;
}

.input-group-custom .position-relative {
flex: 1;
min-width: 200px;
}

.input-group-custom input {
border-radius: 10px;
padding: 15px 20px 15px 45px;
width: 100%;
border: 1px solid #e0e0e0;
font-size: 1rem;
transition: all 0.3s ease;
font-family: 'Poppins', sans-serif;
}

.input-group-custom input:focus {
border-color: var(--primary-color);
box-shadow: 0 0 0 3px rgba(2, 155, 197, 0.1);
outline: none;
}

.input-icon {
position: absolute;
top: 50%;
left: 15px;
transform: translateY(-50%);
color: #888;
font-size: 1.1rem;
z-index: 2;
}

.subscribe-btn {
background: linear-gradient(135deg, #ff7a5c, #ff5858);
color: white;
padding: 15px 35px;
border: none;
border-radius: 10px;
font-weight: 500;
font-size: 1rem;
transition: all 0.3s ease;
white-space: nowrap;
min-width: 140px;
font-family: 'Poppins', sans-serif;
}

.subscribe-btn:hover {
background: linear-gradient(135deg, #ff5858, #ff7a5c);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(255, 88, 88, 0.2);
}

.paper-plane-icon {
position: absolute;
top: -20px;
right: -20px;
width: 70px;
height: 70px;
background: linear-gradient(135deg, #6366f1, #4f46e5);
border-radius: 50%;
color: white;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
transition: all 0.3s ease;
}

.paper-plane-icon:hover {
transform: rotate(15deg);
}

/* Background elements */
.bg-left-circles,
.bg-right-circles,
.bg-dots {
position: absolute;
z-index: 1;
pointer-events: none;
}

.bg-left-circles {
left: -69px;
top: -7px;
height: 100%;
width: 475px;
background: url('../images/subscribe/left.png') no-repeat left center;
background-size: contain;
}

.bg-right-circles {
right: 0;
top: 0;
height: 100%;
width: 300px;
background: url('../images/subscribe/right.png') no-repeat right center;
background-size: contain;
}

.bg-dots {
right: -77px;
bottom: -43px;
width: 202px;
height: 136px;
background: url('../images/subscribe/dots.png') no-repeat bottom right;
background-size: contain;
}

/* Tablet devices */
@media (max-width: 991px) {
.subscribe-wrapper {
  padding: 60px 20px;
  border-radius: 40px;
  margin: 40px auto;
}

.subscribe-title {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.input-group-custom {
  padding: 0 15px;
}

.bg-left-circles,
.bg-right-circles {
  width: 250px;
  display: none;
}

.bg-dots {
  width: 150px;
  height: 100px;
  display: none;
}
}

/* Mobile devices */
@media (max-width: 767px) {
.subscribe-wrapper {
  padding: 40px 15px;
  border-radius: 30px;
  margin: 30px auto;
}

.subscribe-title {
  font-size: 1.3rem;
  margin-bottom: 25px;
  padding: 0 10px;
}

.input-group-custom {
  flex-direction: column;
  gap: 15px;
  padding: 0 10px;
}

.input-group-custom .position-relative {
  width: 100%;
}

.input-group-custom input {
  padding: 12px 15px 12px 40px;
  font-size: 0.95rem;
}

.subscribe-btn {
  width: 100%;
  padding: 12px 20px;
  font-size: 0.95rem;
  min-width: auto;
}

.paper-plane-icon {
  width: 50px;
  height: 50px;
  font-size: 20px;
  top: -15px;
  right: -15px;
}

.bg-left-circles,
.bg-right-circles {
  width: 150px;
}

.bg-dots {
  width: 100px;
  height: 70px;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.subscribe-wrapper {
  padding: 30px 20px;
  border-radius: 25px;
  margin: 25px 15px;
  width: auto;
}

.subscribe-title {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 10px;
}

.input-group-custom {
  gap: 12px;
  padding: 0 10px;
  margin: 0 5px;
}

.input-group-custom input {
  padding: 12px 15px 12px 35px;
  font-size: 0.9rem;
  width: 100%;
}

.subscribe-btn {
  padding: 12px 20px;
  font-size: 0.9rem;
  width: 100%;
  margin: 0 5px;
}

.input-icon {
  font-size: 1rem;
  left: 12px;
}

.paper-plane-icon {
  width: 40px;
  height: 40px;
  font-size: 16px;
  top: -10px;
  right: -10px;
}

.bg-left-circles,
.bg-right-circles {
  width: 100px;
  opacity: 0.5;
}

.bg-dots {
  width: 80px;
  height: 50px;
  opacity: 0.5;
}
}

/* Even smaller devices */
@media (max-width: 400px) {
.subscribe-wrapper {
  padding: 25px 15px;
  margin: 20px 12px;
}

.subscribe-title {
  font-size: 1.1rem;
  padding: 23px 8px;
}

.input-group-custom {
  padding: 0 8px;
}

.input-group-custom input {
  padding: 10px 15px 10px 35px;
}

.subscribe-btn {
  padding: 10px 15px;
}
}

/*
------------------------------------
        Subscribe CSS End
-------------------------------------
*/
@media (max-width: 768px) {
.border-start{
  border-left: none !important;
}
.stats-counter .counter-item{
  padding: 10px !important;
}
}

/*
------------------------------------
        Footer CSS Start
-------------------------------------
*/
.footer-section h4 {
font-size: 1.25rem;
font-weight: 600;
color: #2A4A45;
font-family: 'Roboto', sans-serif;
}

.footer-section p {
font-size: 0.95rem;
line-height: 1.6;
font-family: 'Roboto', sans-serif;
}

.footer-section .social-links a {
display: inline-flex;
width: 35px;
height: 35px;
background-color: #f0f2f5;
border-radius: 50%;
align-items: center;
justify-content: center;
color: #2A4A45;
text-decoration: none;
transition: all 0.3s ease;
}

.footer-section .social-links a:hover {
background-color: var(--primary-color);
color: white;
transform: translateY(-3px);
}

.footer-section ul li a {
color: #6c757d;
transition: all 0.3s ease;
}

.footer-section ul li a:hover {
color: var(--primary-color) !important;
padding-left: 5px;
}

.footer-section .app-buttons {
max-width: 256px;
}

.footer-section .app-buttons .store-link {
display: block;
transition: all 0.3s ease;
}

.footer-section .app-buttons .store-link:hover {
transform: translateY(-3px);
opacity: 0.9;
}

.footer-section .app-buttons .store-link img {
border-radius: 10px;
width: 100%;
height: auto;
}

/* Remove old button styles */
.footer-section .app-buttons .btn,
.footer-section .app-buttons .btn-content,
.footer-section .app-buttons .img-wrapper {
display: none;
}

.bottom-footer p {
color: #6c757d;
font-size: 0.9rem;
font-family: 'Roboto', sans-serif;
}

/* Responsive Footer */
@media (max-width: 768px) {
.footer-section {
  text-align: center;
}

.footer-section .social-links {
  justify-content: center;
  display: flex;
  gap: 10px;
}

.footer-section .app-buttons {
  margin: 0 auto;
}
.bottom-footer{
  text-align: center;
}
}

/*
------------------------------------
        Footer CSS End
-------------------------------------
*/

/*
------------------------------------
Logo and Description CSS Start
-------------------------------------
*/
.logo-description {
background-color: #fff;
border-bottom: 1px solid #eee;
padding: 3rem 0;
}

.logo-description .footer-logo {
display: flex;
align-items: center;
justify-content: flex-start;
}

.logo-description .footer-logo img {
height: 130px;
width: auto;
object-fit: contain;
transition: all 0.3s ease;
}

.logo-description .follow-title {
color: #2A4A45;
font-weight: 600;
font-size: 1.1rem;
margin: 0;
font-family: 'Poppins', sans-serif;
}

.logo-description .social-links {
display: flex;
gap: 15px;
align-items: center;
justify-content: center;
}

.logo-description .social-link {
display: inline-flex;
width: 40px;
height: 40px;
background-color: #f0f2f5;
border-radius: 50%;
align-items: center;
justify-content: center;
color: #2A4A45;
text-decoration: none;
transition: all 0.3s ease;
}

.logo-description .social-link:hover {
background-color: var(--primary-color);
color: white;
transform: translateY(-3px);
}

/* Tablet devices */
@media (max-width: 991px) {
.logo-description {
  padding: 2.5rem 0;
}

.logo-description .footer-logo {
  justify-content: center;
  margin-bottom: 1.5rem;
}

.logo-description .footer-logo img {
  height: 150px;
}

.logo-description .follow-title {
  margin-bottom: 1rem;
}

.logo-description .social-links {
  justify-content: center;
  margin-top: 1rem;
}
}

/* Mobile devices */
@media (max-width: 767px) {
.logo-description {
  padding: 2rem 0;
}

.logo-description .footer-logo {
  margin-bottom: 1.25rem;
}

.logo-description .footer-logo img {
  height: 150px;
}

.logo-description .follow-title {
  text-align: center;
  margin-bottom: 0.75rem;
}

.logo-description .social-links {
  gap: 12px;
}

.logo-description .social-link {
  width: 35px;
  height: 35px;
  font-size: 0.9rem;
}
}

/* Extra small devices */
@media (max-width: 575px) {
.logo-description {
  padding: 1.5rem 0;
}

.logo-description .footer-logo img {
  height: 150px;
}

.logo-description .follow-title {
  font-size: 1rem;
}

.logo-description .social-links {
  gap: 10px;
}

.logo-description .social-link {
  width: 32px;
  height: 32px;
  font-size: 0.85rem;
}
}

/*
------------------------------------
Logo and Description CSS End
-------------------------------------
*/

.subscribe-btn {
position: relative;
overflow: hidden;
}

.subscribe-btn::after {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 50%);
opacity: 0;
transition: all 0.5s ease;
}

.subscribe-btn:hover::after {
opacity: 1;
transform: scale(1.5);
}


@media (max-width: 320px) {
.subscribe-title {
  font-size: 14px;
  padding: 23px 8px 0 8px;
  line-height: 25px;
}
.footer-section ul li a{
  font-size: 13px;
}
.footer-section h4{
  font-size: 16px;
}
}
/* Counter Section */
.stats-counter .counter-item {
  /* background: white; */
  border-radius: 8px;
  padding: 2rem;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s;
}

/* .stats-counter .counter-item:hover {
  transform: translateY(-5px);
} */

.stats-counter .counter-number {
  font-size: 2.5rem;
  font-weight: 500;
  color: Black;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.stats-counter .counter-label {
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary-color);
  margin: 0;
}
.stats-counter .counter-item .icon {
    display: block;
    font-size: 2.2rem;
    color: #ffcd31;
    margin-bottom: 1rem;
}

/* Other Parallax Section on Home page */
.parallax-section {
  background-image: url('../images/joypur-agro/bg.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
.parallax-section::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.10);
  z-index: -1;
}
.parallax-section .animated-title {
  font-size: 38px;
  color: white;
  text-align: center;
  animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Awards Style Start */
.awards-section {
    padding: 80px 0;
    overflow: hidden; /* Prevents horizontal scroll from overflowing elements */
}

.awards-section .awards-text-content .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.awards-section .awards-text-content #award-title {
    font-size: 25px;
    font-weight: 500;
    color: var(--secondary-color);
    margin: 45px 0 15px 0;;
    transition: opacity 0.3s ease-in-out;
}

.awards-section .awards-text-content #award-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
    min-height: 100px; /* Prevents layout jump during text change */
    transition: opacity 0.3s ease-in-out;
    text-align: justify;
}

.awards-section .awards-text-content .view-all-link {
    display: inline-block;
    margin-top: 1rem;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.awards-section .awards-text-content .view-all-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.awards-section .awards-text-content .view-all-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* --- Slider Styles --- */
.awards-section .awards-slider-wrapper {
    position: relative;
    padding: 0 50px; /* Space for navigation arrows */
}

.awards-section .swiper-slide {
    /* background: #fff; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 244px; /* Fixed height for consistency */
}

.awards-section .swiper-slide img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain; /* Use 'contain' to see the whole award */
    /* padding: 20px; */
}

/* --- Custom Navigation Arrow Styles --- */
.awards-section .swiper-button-prev,
.awards-section .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: var(--primary-color) !important; /* Important to override swiper defaults */
    transition: background-color 0.3s, color 0.3s;
}

.awards-section .swiper-button-prev:hover,
.awards-section .swiper-button-next:hover {
    background-color: var(--secondary-color);
    color: #fff !important;
}

.awards-section .swiper-button-prev::after,
.awards-section .swiper-button-next::after {
    font-size: 1.2rem !important;
    font-weight: 900 !important;
}

.awards-section .swiper-button-prev {
    left: -10px;
}

.awards-section .swiper-button-next {
    right: -10px;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991.98px) {
    .awards-section .awards-text-content {
        text-align: center;
        margin-bottom: 40px;
    }
    .awards-section .awards-text-content #award-description {
        min-height: auto; /* Remove min-height on smaller screens */
    }
}

@media (max-width: 767.98px) {
    .awards-section .awards-slider-wrapper {
        padding: 0 10px; /* Less padding for mobile */
    }
    .awards-section .swiper-slide {
        height: 300px;
    }
    /* .awards-section .swiper-button-prev,
    .awards-section .swiper-button-next {
      display: none; 
    } */
}
/* Awards Style End */