
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 75px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}


.rounded-circle{
    background-color: #084285;
}
.fw-thin {
    font-weight: 100;
}

.text-uppercase {
    font-size: 14px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.link-hover {
    transition: 0.5s;
}

.link-hover:hover {
    color: var(--bs-primary) !important;
}


.img-zoomin {
    transition: 0.5s;
}

.img-zoomin:hover {
    transform: scale(1.1);
}

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
}

.topbar .top-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .sticky-top .top-link {
        display: none;
    }
    
}

.topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

#note {
    position: relative;
    animation: noteAnimate 10s infinite;
    animation-timing-function: ease-in-out;
    display: flex;
    align-items: center;
}

@keyframes noteAnimate {
    from {left: -735px;}
    to {left: 735px;}
}

/*** Topbar End ***

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 25px;
    font-weight: 600;
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    transition: .5s;
}

@media (max-width:991px) {
  .submenu{
    margin-left: -139px;
  }
  
}



/* Default hidden submenu */
.submenu {
  display: none;
  list-style: none;
  padding-left: 0;
}
.sub-main-link .arrow{
  margin-top: -3px !important;
}

/* Show on active */
.sub-parent.active > .submenu {
  display: block;
}

/* Remove list dots if showing anywhere */
.submenu li {
  list-style: none;
}

/* Cursor for toggle */
.sub-toggle {
  float: right;
  cursor: pointer;
}



/* nected dropdown */
/* Hide submenu initially */
.submenu {
  display: none;
  /* padding-left: 12px; */
  margin-top: 4px;
}

/* When JS toggles open */
.submenu.open {
  display: block;
}

/* Arrow styling */
.sub-toggle {
  cursor: pointer;
  margin-left: 2px;
  font-size: 18px;
  transition: 0.3s;
  color:black;
}

/* Rotate arrow when menu opens */


/* Align main link + arrow in one line */
.sub-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Remove list bullets */
.sub-parent,
.submenu li {
  list-style: none;
}

/*  */


.navbar-brand img{
margin-top: -8px;
}

.search-button{
    border: 2px solid #084285;
}

.search-button i{
    color:  #084285;
}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #084285;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #084285;
    color: white;
}

.sub-main-link:hover .sub-toggle{
  color: white;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

.smoothSwiper {
  width: 100%;
  max-width: 1920px;
  height: 90vh;
  max-height: 900px;
  margin: auto;
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
}

/* Images stay fixed (no zoom) */
.smoothSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: white;
  transition: 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: var(--bs-primary, #007bff);
}

/* Pagination Dots */
.swiper-pagination-bullet {
  background: white;
  opacity: 0.7;
}
.swiper-pagination-bullet-active {
  background: var(--bs-primary, #007bff);
}

/* Responsive */
@media (max-width: 768px) {
  .smoothSwiper {
    /* height: 50vh; */
    height: 160px;
  }
  

}





.whychoose-premium {
  background: linear-gradient(135deg, #d6e77a 0%, #f1eeee 100%);
  position: relative;
  overflow: hidden;
}
.whychoose-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(143,165,48,0.08), transparent 60%);
  z-index: 0;
}
.whychoose-header {
  position: relative;
  z-index: 2;
}
.whychoose-heading-main {
  color: #084285;
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.whychoose-intro {
  color: #555;
  max-width: 750px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1rem;
}
.whychoose-box {
  background: #fff;
  border-radius: 20px;
  height: 380px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  padding: 35px 25px;
  text-align: center;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: translateY(30px);
  opacity: 0;
}
.whychoose-box:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 18px 40px rgba(8,66,133,0.15);
}
.whychoose-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(8,66,133,0.1), rgba(143,165,48,0.1));
  opacity: 0;
  transition: 0.4s;
  z-index: -1;
}
.whychoose-box:hover::before {
  opacity: 1;
}
.whychoose-imgwrap img {
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
  transition: transform 0.7s ease;
}
.whychoose-box:hover .whychoose-imgwrap img {
  transform: rotateY(360deg);
}
.whychoose-box h4 {
  color: #084285;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.whychoose-box p {
  color: #555;
  font-size: 0.95rem;
  margin: 0;
}

/* Animation on scroll */
.scroll-animate.show {
  animation: fadeUp 0.9s ease forwards;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 991px) {
  .whychoose-heading-main { font-size: 1.8rem; }
  .whychoose-box { padding: 25px 20px; }
  .whychoose-intro{
    text-align: justify;
  }
  .whychoose-box p{
    text-align: justify;
  }
}
@media (max-width: 575px) {
  .whychoose-imgwrap img { width: 60px; height: 60px; }
  .whychoose-box { padding: 20px; }
}



/*** Whats New Start ***/
.populer-news .whats-carousel.owl-carousel {
    position: relative;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -80px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -80px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev:hover,
.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}

.populer-news .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.lifestyle .lifestyle-item {
    position: relative;
    overflow: hidden;
}

.lifestyle .lifestyle-item img {
    transition: 0.5s;
}

.lifestyle .lifestyle-item:hover img {
    transform: scale(1.2);
}

.lifestyle .lifestyle-item .lifestyle-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    padding: 20px; 
    display: flex; 
    flex-direction: column; 
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
/*** Whats New End ***/


/*** Banner Section start ***/
.banner-2 {
    position: relative;
}

.banner-content-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(rgba(26, 125, 255, 0.7), rgba(255, 255, 255, 0.7));
    z-index: 2;
}
/*** Banner Section End ***/


/*** Footer Start ***/

.footer {
    background-color: #d6e77a;
    color: black
}
.footer button:hover {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.footer .footer-item-1 .line-h {
    line-height: 38px;
}

.anchor-img{
    margin-top: -10px;
}

.footer .footer-item-1 a i {
    transition: 0.5s;
    color: black;
}

.footer .footer-item-1 a:hover i {
    color: black !important;
}

.footer .footer-item-3 a {
    line-height: 38px;
    color: black;
    font-weight: 600;
}

.footer .footer-item-2 a {
    transition: 0.5s;
    font-weight: 600;
}

.footer .footer-item-2 a:hover {
    color:#084285 !important;
}

.footer .footer-item-3 a {
    transition: 0.5s;
    font-weight: 600;
}

.footer .footer-item-3 a:hover {
    color: #084285 !important;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/*** Footer End ***/



/* section */

/* ============ Image Layout Section ============ */
#image-layout {
  font-family: "Inter", sans-serif;
}

#image-layout .img-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#image-layout .img-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

#image-layout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Suggested Canva image sizes (Desktop layout)
   hero-img:   900×400 px
   square-img: 420×400 px
   small-img:  420×200 px
*/
#image-layout .hero-img img { height: 400px; }
#image-layout .square-img img { height: 400px; }
#image-layout .small-img img { height: 200px; }

/* Simple fade-up animation */
#image-layout .ani {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s forwards ease-out;
}
#image-layout .delay-1 { animation-delay: 0.1s; }
#image-layout .delay-2 { animation-delay: 0.2s; }
#image-layout .delay-3 { animation-delay: 0.3s; }
#image-layout .delay-4 { animation-delay: 0.4s; }
#image-layout .delay-5 { animation-delay: 0.5s; }

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  #image-layout .hero-img img,
  #image-layout .square-img img {
    height: 302px;
  }
  .main-img img{
    height: 223px  !important;
  }
}

@media (max-width: 768px) {
  #image-layout .small-img img {
    height: 180px;
  }
}

/*  */

/* home-about-section */
/* ===============================
   Star Smith Animated Section
   =============================== */
#starSmithAnimated {
  background: linear-gradient(135deg, #084285 70%, #8FA530 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

/* ---------- Image Styling ---------- */
.img-box {
  position: relative;
  display: inline-block;
}
.img-box .glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(143,165,48,0.25) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(20px);
  animation: pulseGlow 5s infinite ease-in-out;
}

.text-accent{
    font-size: 24px;
    font-family: 600;
}
.float-img {
  width: 100%;
  max-width: 620px;
  height: 550px; /* Canva size */
  border: 3px solid #8FA530;
  border-radius: 20px;
  object-fit: cover;
  animation: floatMotion 6s ease-in-out infinite;
}

/* Floating Image Motion */
@keyframes floatMotion {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Glow background pulse */
@keyframes pulseGlow {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
}

/* ---------- Text Gradient ---------- */
.text-gradient {
  background: linear-gradient(90deg, #8FA530, #d6e77a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
}

/* ---------- Button ---------- */
.star-btn {
  background-color: #8FA530;
  color: #084285;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.4s ease;
}
.star-btn:hover {
  background-color: #fff;
  color: #084285;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

/* ---------- Entry Animation ---------- */
.ani-left, .ani-right {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ani-left.visible {
  opacity: 1;
  transform: translateY(0);
  animation: slideInLeft 1.2s ease-out forwards;
}
.ani-right.visible {
  opacity: 1;
  transform: translateY(0);
  animation: slideInRight 1.2s ease-out forwards;
}

@keyframes slideInLeft {
  0% { opacity: 0; transform: translateX(-80px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
  0% { opacity: 0; transform: translateX(80px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .float-img { height: 320px; }
  .img-box .glow-bg { width: 280px; height: 280px; }
  #starSmithAnimated .content-box { text-align: center; }
  .text-gradient{
    font-size: 38px;
    margin-top: -40px;
  }
  .text-accent{
    font-size: 17px;
  }

  .about-para{
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .float-img { height: 250px; }
  .img-box .glow-bg { width: 220px; height: 220px; }
}

/*  */

/* product */


/* ================================
   Premium Product Section
   ================================ */

.prd-section {
  background: #f7f9fc;
  padding: 70px 0;
}

.prd-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.prd-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #084285;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
}
.prd-heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #8FA530;
  border-radius: 10px;
}

.prd-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* ---------- Card ---------- */
.prd-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 48%;
  transition: all 0.4s ease;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.prd-card:hover {
  transform: translateY(-10px) rotateX(4deg) rotateY(-4deg);
  box-shadow: 0 20px 40px rgba(8, 66, 133, 0.15);
}

/* ---------- Image ---------- */
.prd-imgbox {
  overflow: hidden;
}
.prd-img {
  width: 100%;
  height: 320px; /* 📏 Canva Size */
  object-fit: cover;
  transition: all 0.8s ease;
}
.prd-card:hover .prd-img {
  transform: scale(1.08) ;
}

/* ---------- Content ---------- */
.prd-content {
  padding: 25px 20px 30px;
  text-align: left;
}
.prd-title {
  color: #084285;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.prd-desc {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.prd-btn {
  display: inline-block;
  background: #8FA530;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 24px;
  transition: all 0.3s ease;
}
.prd-btn:hover {
  background: #084285;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(8, 66, 133, 0.2);
}

/* ---------- Animation on Scroll ---------- */
.prd-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.prd-animate.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay {
  transition-delay: 0.3s;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .prd-card {
    width: 100%;
  }
  .prd-img {
    height: 227px;
  }
  .prd-content {
    text-align: center;
  }
}

/* ================================
   Interactive Export Network (Enhanced)
   ================================ */

.expnet-section {
  background: #f9fbff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.expnet-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.expnet-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #084285;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.expnet-heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background-color: #8FA530;
  border-radius: 5px;
}

.expnet-intro {
  color: #444;
  max-width: 900px;
  font-weight: 600;
  margin: 0 auto 50px;
  font-size: 1rem;
  line-height: 1.6;
}

/* ---------- Map Box ---------- */
.expnet-mapbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expnet-map {
  width: 100%;
  max-width: 1200px;
  opacity: 0.9;
  border-radius: 10px;
}

.card-global{
    top: -95px !important;
    left: -370px !important;
}
/* ---------- Points ---------- */
.expnet-point {
  position: absolute;
  text-align: left;
  transition: all 0.4s ease;
}

.expnet-dot {
  width: 16px;
  height: 16px;
  background-color: #8FA530;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 12px rgba(143,165,48,0.6);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(143,165,48,0.5); }
  70% { box-shadow: 0 0 0 15px rgba(143,165,48,0); }
  100% { box-shadow: 0 0 0 0 rgba(143,165,48,0); }
}

.expnet-line {
  width: 80px;
  height: 2px;
  background-color: #084285;
  display: inline-block;
  margin-left: 8px;
  transform-origin: left center;
  animation: growLine 1.2s ease forwards;
}

@keyframes growLine {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.expnet-label {
  display: inline-block;
  background-color: #084285;
  color: #fff;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.expnet-label:hover {
  background-color: #8FA530;
  transform: translateY(-3px);
}

/* ---------- Popup Cards ---------- */
.expnet-card {
  position: absolute;
  top: 35px;
  left: 0;
  width: 340px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(8,66,133,0.15);
  padding: 20px;
  display: none;
  animation: fadeUp 0.5s ease;
  z-index: 10;
}
.expnet-title {
  color: #084285;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.expnet-text {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Hover Action ---------- */
.expnet-point:hover .expnet-card {
  display: block;
}

/* ---------- Desktop Positioning ---------- */
.expnet-middle { top: 35%; left: 58%; }
.expnet-africa { top: 55%; left: 45%; }
.expnet-asia { top: 38%; left: 75%; }
.expnet-global { bottom: 10%; left: 50%; transform: translateX(-50%); }

/* ---------- RESPONSIVE OPTIMIZATION ---------- */
@media (max-width: 992px) {
  .expnet-mapbox {
    flex-direction: column;
    gap: 20px;
  }

  .expnet-section{
    padding: 34px 0;
  }
  
  .expnet-point {
    position: static;
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 6px 20px rgba(8,66,133,0.08);
    transition: transform 0.3s ease;
  }
  .expnet-point:hover {
    transform: translateY(-5px);
  }
  .expnet-line {
    display: none;
  }
  .expnet-card {
    display: block;
    position: static;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .expnet-label {
    margin: 0;
    padding: 4px 10px;
    font-size: 0.7rem;
  }
  .expnet-dot {
    flex-shrink: 0;
  }
  .expnet-global{
    margin-left: 327px;
    width: 336px;
  }
}

@media (max-width: 575px) {
  .expnet-heading {
    font-size: 1.8rem;
  }
  .expnet-intro {
    font-size: 0.95rem;
  }
  .expnet-point {
    padding: 15px;
  }
  .expnet-title {
    font-size: 1rem;
  }
}


/* abot us page */
/* ================= About Us Banner ================= */
.aboutus-banner {
  position: relative;
  width: 100%;
  height: 350px;
  background-image: url('../img/aboutus-banner.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


/* geyser banner */


.geyser-banner{
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url('../img/geysar-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* fan banner */


.fan-banner{
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url('../img/fan-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


/*  */
.iron-banner{
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url('../img/iron-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Overlay for better text visibility */
.aboutus-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Text content */
.aboutus-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.aboutus-title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: fadeDown 1.5s ease forwards;
}

/* Simple entrance animation */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= Responsive ================= */
@media (max-width: 992px) {
  .aboutus-banner {
    height: 400px;
  }
  .aboutus-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .aboutus-banner {
    height: 300px;
  }
  .aboutus-title {
    font-size: 1.8rem;
  }
}


/* ================================
   Next-Level Animated About Layout
   ================================ */

.aboutnova-section {
  position: relative;
  background: linear-gradient(145deg, #f7faff 0%, #ffffff 100%);
  padding: 80px 0;
  overflow: hidden;
}

.aboutnova-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  position: relative;
}

/* ---------- Background Animated Shape ---------- */
.aboutnova-bgshape {
  position: absolute;
  top: -80px;
  left: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, rgba(143,165,48,0.4), transparent 70%);
  border-radius: 50%;
  filter: blur(90px);
  animation: bgfloat 8s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes bgfloat {
  0% { transform: translate(0, 0); }
  50% { transform: translate(30px, -30px); }
  100% { transform: translate(0, 0); }
}

/* ---------- Image Box ---------- */
.aboutnova-imagebox {
  position: relative;
  flex: 1.2;
  height: 480px;
  border-radius: 25px;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 1000px;
  box-shadow: 0 20px 50px rgba(8, 66, 133, 0.2);
  z-index: 1;
  animation: fadeSlideIn 1.2s ease forwards;
}

.aboutnova-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.8s ease;
}

.about-text{
  font-weight: 700;
  /* font-size: 27px; */
}

.aboutnova-imgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(8,66,133,0.15), rgba(8,66,133,0.05));
  transition: opacity 0.6s ease;
}

.aboutnova-imagebox:hover .aboutnova-image {
  transform: scale(1.06) ;
}

.aboutnova-imagebox:hover .aboutnova-imgoverlay {
  opacity: 0.3;
}

/* ---------- Content ---------- */
.aboutnova-content {
  flex: 1;
  position: relative;
  z-index: 2;
  animation: slideUp 1s ease forwards;
  opacity: 0;
}

.aboutnova-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #084285;
  margin-bottom: 25px;
  position: relative;
}

.aboutnova-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100px;
  height: 3px;
  background: #8FA530;
  border-radius: 3px;
}

.aboutnova-text {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.70;
  margin-bottom: 15px;
  animation: fadeIn 1.2s ease forwards;
}

/* ---------- Animations ---------- */
@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateX(-50px) scale(0.95); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .aboutnova-container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 50px;
  }

  .aboutnova-title::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .aboutnova-imagebox {
    width: 90%;
    height: 360px;
  }
}

@media (max-width: 576px) {
  .aboutnova-imagebox {
    height: 280px;
  }

  .aboutnova-title {
    font-size: 1.9rem;
  }

  .aboutnova-text {
    font-size: 0.95rem;
    text-align: justify;
  }
}


/* ================================
   Core Values Section
   ================================ */
.corevals-section {
  background: radial-gradient(circle at top, #0a1c3a, #051533);
  color: #fff;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.corevals-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.corevals-heading {
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #8FA530;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.corevals-intro {
  max-width: 900px;
  margin: 0 auto 60px;
  color: #d0d4e4;
  font-size: 1rem;
  line-height: 1.6;
}

/* ---------- Grid Layout ---------- */
.corevals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-content: center;
}

/* ---------- Card Style ---------- */
.corevals-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.7s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.corevals-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 30px rgba(143,165,48,0.3);
  border-color: rgba(143,165,48,0.4);
}

.corevals-card.active {
  transform: translateY(0);
  opacity: 1;
}

.corevals-number {
  position: absolute;
  top: -15px;
  right: 20px;
  font-size: 5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.corevals-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #8FA530;
  margin-bottom: 10px;
}

.corevals-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e3e6f0;
  margin-top: 20px;
}

/* ---------- Animation on Scroll ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

.corevals-card.visible {
  animation: fadeUp 0.8s ease forwards;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .corevals-section {
    padding: 70px 0;
  }
  .corevals-card {
    padding: 30px 25px;
  }
  .corevals-title {
    font-size: 1.1rem;
  }
  .corevals-number {
    font-size: 3.5rem;
  }
}


/* ======= BASE SECTION ======= */
.company-mission-vision {
  font-family: 'Poppins', sans-serif;
  padding: 60px 20px;
  background-color: #f5f8f6;
}

.company-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* ======= COMMON BOX STYLING ======= */
.company-box {
  background: #ffffff;
  border-radius: 0;
  padding: 35px 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  animation: fadeIn 1s ease;
}

.company-box:hover {
  transform: translateY(-5px);
}

/* ======= TOP LEFT BOX (No BG) ======= */
.box-intro {
  background: transparent;
  box-shadow: none;
}

.box-intro h2 {
  font-size: 44px;
  color: #111;
  margin-bottom: 15px;
  width: 80%;
}

.box-intro p {
  color: #444;
  line-height: 1.6;
}

.box-intro span {
  color: #1b7849;
  font-weight: 600;
}

/* ======= TOP RIGHT (Rounded Shape) ======= */
.box-mission {
  background: #8fa530;
  color: #fff;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  padding-bottom: 50px;
    height: 300px;
    /* margin-bottom: 10px; */
    margin-top: 20px;
}

.box-mission h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}
.box-mission p {
  line-height: 1.6;
  width: 70%;
}
.box-mission img {
  /* width: 100px; */
  width: 300px;
margin-top: -170px !important;
  margin-top: 20px;
  border-radius: 8px;
  margin-left: 280px;
}

/* ======= BOTTOM LEFT (Rounded Shape) ======= */
.box-core {
  /* background: #d9e8dc; */
  background: #8fa530;
  margin-top: -42px;
height:300px;
  /* border-bottom-left-radius: 70px; */
   border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
}
.box-core h3 {
  color: white;
  /* font-size: 22px; */
  font-size: 28px;

  margin-bottom: 10px;
}
.box-core p {
  color: white;
  width: 65%;
}
.box-core img {
  width: 370px;
  margin-top: 20px;
  margin-top: -170px;
  margin-left: 250px;
  border-radius: 8px;
}

/* ======= BOTTOM RIGHT BOX ======= */
.box-vision {
  background: #0A407F;
  height: 300px;
  border-radius: 0;
   border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  margin-top: -42px;
}
.box-vision h3 {
  color: white;
  font-size: 28px;
}
.box-vision p {
  color: white;
  width: 75%;
}
.box-vision img {
  width: 300px;
  /* margin-top: 20px; */
  margin-top: -120px;
  border-radius: 8px;
  margin-left: 270px;
}

/* ======= Animation ======= */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ======= RESPONSIVE ======= */
@media (max-width: 768px) {
  .company-wrapper {
    grid-template-columns: 1fr;
  }
  .box-mission {
    border-top-right-radius: 40px;
  }
  .box-core {
    border-bottom-left-radius: 40px;
  }
  .company-box img {
    width: 145px;
  }
  .box-intro p{
    text-align: justify;
  }
  .box-intro h2{
    margin-top: -45px;
  }
  .box-mission p{
    line-height: 1.3 !important;
    width: 92%;
  }
  .box-core{
    margin-top: 0px;
  }

  .box-vision{
    margin-top: 0px;
  }

  .box-core p{
    line-height: 1.2 !important;
    width: 95%;
  }
  .box-mission{
    height: 328px;
  }

  .box-mission img{
    margin-left: 190px;
    margin-top: -112px !important;
  }
  .box-core img{
    margin-top: -40px;
    margin-left: 184px;
  }

  .box-vision p{
    line-height: 1.2;
    width: 95%;
  }
  .box-vision img{
    margin-left: 164px;
    margin-top: -62px;
  }
}


/*  */
/* ================================
   Quality Assurance Section
   ================================ */
.qa-section {
  background: linear-gradient(135deg, #031028 0%, #0a1c3a 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.qa-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.qa-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

/* ---------- Text Section ---------- */
.qa-text {
  flex: 1 1 500px;
  animation: fadeSlideLeft 1.2s ease forwards;
  opacity: 0;
}

.qa-heading {
  font-size: 2.6rem;
  color: #8FA530;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
}

.qa-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 80px;
  height: 3px;
  background: #8FA530;
  border-radius: 5px;
}

.qa-description {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #e0e3f2;
  margin-top: 20px;
  max-width: 600px;
}

/* ---------- Image Section ---------- */
.qa-imagebox {
  flex: 1 1 450px;
  position: relative;
  animation: fadeSlideRight 1.2s ease forwards;
  opacity: 0;
}

.qa-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(8,66,133,0.25);
  transition: all 0.6s ease;
}

.qa-imagebox:hover .qa-image {
  transform: scale(1.03);
  box-shadow: 0 15px 40px rgba(143,165,48,0.35);
}

/* Subtle glowing effect */
.qa-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(143,165,48,0.4) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  filter: blur(60px);
  z-index: -1;
  animation: glowPulse 3s ease-in-out infinite alternate;
}

/* ---------- Animations ---------- */
@keyframes fadeSlideLeft {
  from { opacity: 0; transform: translateX(-60px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeSlideRight {
  from { opacity: 0; transform: translateX(60px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes glowPulse {
  0% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.2); }
}

/* ---------- Responsive Design ---------- */
@media (max-width: 992px) {
  .qa-content {
    flex-direction: column-reverse;
    text-align: center;
    gap: 40px;
  }

  .qa-text {
    animation: fadeUp 1s ease forwards;
    margin-top: -100px;
  }

  .qa-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .qa-description {
    margin: 0 auto;
    text-align: justify;
  }

  .qa-image {
    height: 300px;
  }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}


/* contact form */
.custom-select {
  background-color: #fff;
  color: #555;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 15px;
  font-size: 1rem;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-select:hover {
  border-color: #8FA530;
  box-shadow: 0 0 8px rgba(143,165,48,0.3);
}


/* geyser  */
/* Outer Box */
.geyser-wrapper {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transition: 0.4s ease;
  animation: fadeInBlock 0.9s ease-in-out;
}

/* Image Div - match height to content */
.geyser-img {
  padding: 0;
  display: flex;
  height: 100%;
}
.geyser-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Side */
.geyser-content {
  background: #0B427F;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 600px;
}

/* Title */
.section-title {
  font-size: 38px;
  font-weight: 800;
  color: #8BA32B;
  letter-spacing: 1px;
}

/* Animation */
@keyframes fadeInBlock {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* WOW Backup */
.wow {
  opacity: 0;
  transition: 0.9s ease;
}
.wow.fadeInLeft {
  transform: translateX(-60px);
}
.wow.fadeInRight {
  transform: translateX(60px);
}
.wow.appear {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive */
@media (max-width: 767px) {
  .geyser-content {
    padding: 30px 25px;
  }
  .section-title {
    font-size: 40px !important;
  }
  .geyser-banner{
    height: 130px;
  }
  .geyser-content{
    height: 950px;
  }

  .geyser-content p{
    text-align: justify;
  }

 
}


/* more content  */

.geyser-theme-section {
  background: #F6FAFF;
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
}

.geyser-card {
  background: #ffffff;
  border-left: 6px solid #0B427F;
  padding: 45px;
  border-radius: 14px;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0 0 25px rgba(11, 66, 127, 0.15);
  transition: 0.4s ease;
}

.geyser-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 40px rgba(11, 66, 127, 0.25);
}

.geyser-badge {
  position: absolute;
  top: 18px;
  right: 20px;
  font-weight: 900;
  font-size: 45px;
  color: #8BA32B;
  opacity: 0.25;
}

.geyser-card h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0B427F;
  margin-bottom: 12px;
}

.geyser-card p {
  color: #444;
  line-height: 1.7;
  font-size: 16px;
}

.bottom-line {
  margin-top: 18px;
  height: 3px;
  width: 90px;
  background: #8BA32B;
  border-radius: 2px;
}

/* Fade effect */
.fade-unit {
  opacity: 0;
  transform: translateY(80px);
  transition: 0.9s ease;
}

.fade-appear {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media(max-width:768px){
  .geyser-card{
    padding: 30px;
  }
  .geyser-card h2{
    font-size: 22px;
  }
  .geyser-badge{
    font-size: 22px;
  }
  .geyser-theme-section{
    padding: 3px 0;
  }
  .fan-banner{
    height: 275px;
  }
  .iron-banner{
    height: 232px;
  }
}



/*  */


/* table form css */

.spec-v5 {
  background: radial-gradient(circle at center, #0b427f 0%, #041e3b 90%);
  padding: 50px 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

/* Container */
.spec-container {
  width: 92%;
  max-width: 1250px;
  margin: auto;
}

/* Title */
.spec-title {
  text-align: center;
  margin-bottom: 60px;
}

.spec-title h2 {
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #8BA32B;
  text-transform: uppercase;
}

.spec-title p {
  font-size: 18px;
  opacity: 0.85;
  line-height: 1.6;
}

/* Grid */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
.spec-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(0,0,0,0.45));
  border: 1px solid rgba(255,255,255,0.15);
  padding: 25px 26px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
  box-shadow: 0 0 28px rgba(0,0,0,0.35);
  backdrop-filter: blur(4px);
}

/* Metallic Shine */
.spec-card::before {
  content: "";
  position: absolute;
  top: -150%;
  left: -30%;
  width: 160%;
  height: 300%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: rotate(18deg);
  transition: 1.2s ease;
  pointer-events: none;
}

.spec-card:hover::before {
  transform: rotate(18deg) translateX(45%);
}

/* Hover Glow */
.spec-card:hover {
  border-color: #8BA32B;
  box-shadow: 0 0 45px rgba(139, 163, 43, 0.55);
  transform: translateY(-9px);
}

/* Card Text */
.spec-card h3 {
  color: #8BA32B;
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 700;
}

.spec-card p {
  font-size: 18px;
  opacity: 0.9;
  line-height: 1.6;
}

/* Footer */
.spec-footer {
  text-align: center;
  margin-top: 45px;
  font-size: 17px;
  opacity: 0.85;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media(max-width:992px){
  .spec-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:600px){
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .spec-title h2 {
    font-size: 32px;
  }
}

/*  */


 /* why choose */
.why-light {
  background: #ffffff;
  padding: 90px 0;
  font-family: "Poppins", sans-serif;
}

/* Container */
.why-light-container {
  width: 92%;
  max-width: 1100px;
  margin: auto;
}

/* Main Box */
.why-light-box {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  padding: 50px 45px;
  border-radius: 16px;
  box-shadow: 0 0 35px rgba(0,0,0,0.08);
  animation: whyFadeUp 1.1s ease forwards;
  opacity: 0;
  transform: translateY(35px);
  transition: 0.4s ease;
}

/* Hover Effect */
.why-light-box:hover {
  box-shadow: 0 0 35px rgba(11, 66, 127, 0.25);
  border-color: #8BA32B;
}

/* Title */
.why-light-box h2 {
  font-size: 40px;
  color: #0B427F;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* Paragraph */
.why-light-box p {
  font-size: 18px;
  line-height: 1.6;
  color: #444444;

}

/* Reveal Animation */
@keyframes whyFadeUp {
  0% { opacity: 0; transform: translateY(35px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media(max-width:768px){
  .why-light-box {
    padding: 35px 25px;
  }
  .why-light-box h2 {
    font-size: 28px;
  }
  .why-light-box p {
    font-size: 16px;
    text-align: justify;
  }
  .why-light{
    padding: 32px 0;
  }
}


/* glassline tank */

/* strorage  */
/* storage-section.css
   Unique class prefixes: swheat-  (storage water heater)
   Colors: #084285 (blue), #8FA530 (green)
*/

/* Base */
.swheat-wrap {
  background: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  color: #213041;
}

/* HERO */
.swheat-hero {
  background: linear-gradient(90deg, #084285 0%, #08376a 100%);
  padding: 34px 28px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(8,66,133,0.12);
  overflow: hidden;
  position: relative;
}

.swheat-row h5{
  font-size: 22px;
  font-weight: 700;
}

/* Title */
.swheat-title {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.05;
  animation: swheatSlideDown 700ms ease-out both;
}

/* Subtitle */
.swheat-sub {
  margin: 8px 0 0;
  color: rgba(255,255,255,0.92);
  font-size: 15px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(8px);
  animation: swheatFadeIn 900ms 200ms ease-out both;
}

/* Content area spacing */
.swheat-content {
  margin-top: 28px;
}

/* Image frame (left) */
.swheat-image-frame {
  width: 520px;   /* DESKTOP image size - px (as requested) */
  height: 380px;  /* DESKTOP image size - px (as requested) */
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8,66,133,0.06);
  box-shadow: 0 12px 30px rgba(8,66,133,0.06);
  animation: swheatImageReveal 900ms 250ms cubic-bezier(.2,.9,.25,1) both;
}

/* The image itself fills the frame */
.swheat-image-frame .swheat-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 400ms ease;
}
.swheat-image-frame:hover .swheat-image {
  transform: scale(1);
}

/* Specs card (right) */
.swheat-specs-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(8,66,133,0.06);
  box-shadow: 0 10px 28px rgba(8,66,133,0.04);
}

/* Table-like rows */
.swheat-table {
  display: block;
}
.swheat-row {
  display: flex;
  align-items: center;
  padding: 18px 16px;
  border-bottom: 1px solid rgba(8,66,133,0.06);
  opacity: 0;
  transform: translateY(18px);
  animation: swheatRowIn 700ms forwards;
}

/* stagger delays by row (so rows animate sequentially) */
.swheat-row-1 { animation-delay: 0.25s; }
.swheat-row-2 { animation-delay: 0.4s; }
.swheat-row-3 { animation-delay: 0.55s; }
.swheat-row-4 { animation-delay: 0.7s; }

/* Key columns: left small, right large */
.swheat-col-key {
  width: 34%;
  min-width: 120px;
  font-weight: 700;
  color: #084285;
  font-size: 17px;
  text-transform: capitalize;
}
.swheat-col-value {
  width: 66%;
  padding-left: 18px;
  color: #334155;
  font-size: 18px;
}

/* last row remove bottom border */
.swheat-table .swheat-row:last-child {
  border-bottom: none;
}

/* small foot note */
.swheat-note {
  font-size: 14px;
  color: #556177;
  padding: 12px 6px;
  text-align: left;
}

/* animations */
@keyframes swheatSlideDown {
  0% { transform: translateY(-18px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes swheatFadeIn {
  0% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes swheatImageReveal {
  0% { opacity: 0; transform: translateY(18px) scale(0.98); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes swheatRowIn {
  0% { opacity: 0; transform: translateY(18px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Accent divider under each row when hovered */
.swheat-row:hover {
  background: linear-gradient(90deg, rgba(139,163,43,0.03), rgba(8,66,133,0.01));
  transform: translateX(4px);
  transition: transform 240ms ease, background 240ms ease;
}

/* Responsive rules */
/* Tablets */
@media (max-width: 992px) {
  .swheat-image-frame { width: 420px; height: 320px; }
  .swheat-title { font-size: 32px; }
}

/* Mobile: stack image above table, image becomes full width with fixed aspect ratio */
@media (max-width: 767px) {
  .swheat-hero { padding: 20px; }
  .swheat-title { font-size: 22px; }
  .swheat-content { margin-top: 18px; }
  .swheat-image-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 520 / 380; /* preserves desktop ratio */
  }
  .swheat-image-frame .swheat-image { object-position: center top; }
  .swheat-col-key { width: 40%; min-width: 110px; }
  .swheat-col-value { width: 60%; padding-left: 12px; }
  .swheat-specs-card { margin-top: 18px; }
}

/* small accessibility focus outline for clickable elements (if you add links later) */
.swheat-specs-card a:focus,
.swheat-image-frame a:focus { outline: 3px solid rgba(139,163,43,0.28); outline-offset: 2px; }


/*  */
/*  */


/* other data */

.lux-pro-section {
  padding: 20px 0;
  background: linear-gradient(135deg, #ffffff, #eaf0ff);
  overflow-x: hidden;
  overflow-y: hidden;
}

/* =======================
   BANNER
======================= */
.lux-pro-banner {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  transform: translateY(70px);
  opacity: 0;
  transition: 1s ease;
}

.lux-pro-banner img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  /* box-shadow: 0 20px 45px rgba(0,0,0,0.25); */
}

/* Glass Shine Overlay */
.banner-glass {
  position: absolute;
  top: 0; left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: glassShine 3s infinite linear;
}

@keyframes glassShine {
  0% { left: -40%; width: 0%; }
  50% { left: 50%; width: 80%; }
  100% { left: 120%; width: 0%; }
}

/* =======================
   TABLE WRAPPER
======================= */
.lux-pro-table-wrap {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  margin-top: 45px;
  /* overflow-y: hidden; */
  overflow-x: auto;
  overflow-y: auto;
  border-left: 7px solid #0c4aa9;
  transform: translateY(70px);
  opacity: 0;
  transition: 1.2s ease;
}

/* =======================
   TABLE
======================= */
.lux-pro-table thead th {
  background: #0c4aa9;
  color: #fff;
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
}

.lux-pro-table td {
  padding: 15px;
  font-size: 14px;
}

/* Row Animation */
.lux-pro-table tbody tr {
  animation: rowFade 1s ease forwards;
  opacity: 0;
}

@keyframes rowFade {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.lux-pro-table tbody tr:nth-child(1) { animation-delay: .2s; }
.lux-pro-table tbody tr:nth-child(2) { animation-delay: .4s; }
.lux-pro-table tbody tr:nth-child(3) { animation-delay: .6s; }
.lux-pro-table tbody tr:nth-child(4) { animation-delay: .8s; }
.lux-pro-table tbody tr:nth-child(5) { animation-delay: 1s; }
.lux-pro-table tbody tr:nth-child(6) { animation-delay: 1.2s; }

/* =======================
   VIEWPORT ANIMATION
======================= */
.anim-lux.active {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

/* Small screens */
@media(max-width: 768px){
  .lux-pro-table-wrap {
    overflow-x: auto;
  }
}


/*  */
/* row content */

.icon-section { padding: 50px 0; background:#ffffff; }

    /* Grid container */
    .icon-grid { display:grid; grid-template-columns: repeat(6, 1fr); gap:22px; justify-items:center; }

    /* Icon box */
    .icon-box { width:120px; height:120px; background:#fff; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 22px rgba(0,0,0,0.08); transition:.35s ease; overflow:hidden; position:relative; }

    .icon-box img { width:110px; height:110px; object-fit:contain; display:block; }

    .icon-box:hover { transform:translateY(-6px) scale(1.03); box-shadow:0 18px 38px rgba(0,0,0,0.12); }

    /* shimmer */
    .icon-box::after { content:""; position:absolute; left:-40%; top:0; width:40%; height:100%; background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0) 100%); transform:skewX(-15deg) translateX(-100%); transition:.8s; }
    .icon-box:hover::after { transform:skewX(-15deg) translateX(260%); }

    /* mobile */
    @media(max-width:991px){ .icon-box{ width:100px; height:100px; border-radius:14px; } .icon-box img{ width:58px; height:58px; } }
    @media(max-width:767px){ .icon-grid{ grid-template-columns:repeat(3,1fr); gap:16px; } .icon-box{ width:80px; height:80px; border-radius:12px; } .icon-box img{ width:46px; height:46px; } }
    @media(max-width:480px){ .icon-grid{ grid-template-columns:repeat(2,1fr); gap:14px; } }

/*  */

/* ceeling fanss */

/* SECTION SPACING */
.premium-gallery-section {
  padding: 20px 0;
}

/* SECTION TITLE */
.pg-title {
  font-weight: 700;
  font-size: 38px;
}

/* IMAGE WRAPPER */
.pg-img-wrap {
  width: 550px;
  height: 500px;
  overflow: hidden;
  border-radius: 12px;
  /* margin: auto; */
  margin-bottom: 20px;
}

/* RESPONSIVE SIZES */
@media (max-width: 767px) {
  .pg-img-wrap {
    width: 100%;
    height: auto;
  }
}

/* IMAGE */
.pg-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* INITIAL ANIMATION STATES */
.pg-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

/* LEFT ANIMATION BASE */
.pg-left {
  transform: translateX(-80px);
}

/* RIGHT ANIMATION BASE */
.pg-right {
  transform: translateX(80px);
}

/* ACTIVE ANIMATION ON VIEWPORT */
.pg-item.pg-show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}


/* pedastal fan */

/* SECTION BASE */
.pedestal-section {
  padding: 80px 0;
}

/* TITLE */
.pedestal-title {
  font-size: 48px;
  font-weight: 700;
  background: #084285;
  color: #ffffff;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 6px;
}

/* IMAGE WRAPPER */
.pedestal-img-wrapper {
  width: 100%;
  height: 650px;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.9s ease;
}

.pedestal-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .pedestal-img-wrapper {
    height: auto;
  }
  .pedestal-title {
    font-size: 32px;
    padding: 10px 24px;
  }
}

/* WHEN IN VIEW */
.pedestal-img-wrapper.show-anim {
  opacity: 1;
  transform: translateY(0);
}

/* CONTENT BLOCK */
.pedestal-content-wrapper {
  margin-left: -180px;
  /* background: #f5f5f5; */
  border-radius: 8px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.9s ease;
}

/* Animation Start */
.pedestal-content-wrapper.show-anim {
  opacity: 1;
  transform: translateY(0);
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 767px) {
  .pedestal-content-wrapper {
    margin-left: 0 !important;
    margin-top: 20px;
  }

  .pedastal-fan{
    width: 100%;
    height: 100%;
  }
}



/*  */