/* Frost Spare Parts Page - Custom Green Theme & Brochure Stylesheet */

/* Fonts & Theme Variables */
:root {
  --frost-green-primary: #1aa54a;
  --frost-green-light: #8dc63f;
  --frost-green-dark: #0b3c26;
  --frost-bg-dark-teal: #082d2c;
  --frost-bg-green-black: #061710;
  --frost-bg-deep-forest: #0a241b;
  --card-green-bg: rgba(15, 45, 30, 0.55);
  --card-border-green: rgba(26, 165, 74, 0.3);
  --text-mint-light: #c8e8d8;
  --text-mint-gray: #a2cfb6;
}

/* Base Adjustments */
.frost-page {
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  overflow-x: hidden;
  background-color: var(--frost-bg-green-black);
}

/* Preloader Green Override */
/* .loader-wrap svg {
  fill: var(--frost-green-primary) !important;
} */

/* ==================== REDESIGNED HEADER (GREEN THEME ACCENTS) ==================== */
/* header .top {
  background-color: var(--frost-green-primary) !important;
} */

header .head-sec .logo img {
  filter: none !important;
  /* Original colored logo for white background */
}

/* Active navigation items highlight in green */
header .head-sec .nav .navigation li:hover>a {
  color: var(--frost-green-primary) !important;
}

header .head-sec .nav .navigation li.active>a {
  color: var(--frost-green-primary) !important;
  font-weight: 700;
}

/* Submenu dropdown hover highlights */
header .head-sec .nav .navigation li .sub li a:hover {
  color: var(--frost-green-primary) !important;
}

/* Header Right Area */
/* header .head-sec .header-right .call .icon {
  background-color: var(--frost-green-primary) !important;
  box-shadow: 0 0 15px rgba(26, 165, 74, 0.2);
} */

header .head-sec .header-right .call .icon i {
  color: #ffffff !important;
}

/* Get Quote Button - Green brand accents */
/* header .head-sec .header-right .get-quote a {
  border: 1.5px solid var(--frost-green-primary) !important;
  color: var(--frost-green-primary) !important;
  background-color: transparent !important;
}

header .head-sec .header-right .get-quote a:hover {
  background-color: var(--frost-green-primary) !important;
  color: #ffffff !important;
  border-color: var(--frost-green-primary) !important;
  box-shadow: 0 4px 15px rgba(26, 165, 74, 0.3);
} */

header .head-sec .header-right .get-quote a span img {
  filter: none !important;
}

header .head-sec .header-right .get-quote a:hover span img {
  filter: brightness(0) invert(1) !important;
}

/* Mobile Nav Menu button overrides */
/* header .head-sec .header-right .mb-nav button {
  background-color: var(--frost-green-primary) !important;
} */

/* Mobile canvas menu overrides */
.offcanvas1 {
  background: #081a14 !important;
  border-right: 1px solid rgba(26, 165, 74, 0.15);
  color: #ffffff;
}

.offcanvas1 .mb-logo {
  border-bottom: 1px solid rgba(26, 165, 74, 0.15) !important;
}

.offcanvas1 .mb-logo img {
  filter: brightness(0) invert(1);
}

.offcanvas1 .mobile-menu li {
  border-bottom: 1px solid rgba(26, 165, 74, 0.1) !important;
}

.mobile-menu a,
.submenu-toggle {
  color: #e0f2e9 !important;
}

.mobile-menu a:hover,
.mobile-menu li.active a,
.submenu-toggle:hover {
  color: var(--frost-green-light) !important;
}

.mobile-menu .submenu li a:hover {
  color: var(--frost-green-light) !important;
}

.offcanvas1 .submenu-toggle .arrow {
  color: var(--frost-green-light) !important;
}

.offcanvas1 .closeBtn {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border: 1px solid rgba(26, 165, 74, 0.2) !important;
}

.offcanvas1 .closeBtn:hover {
  background-color: var(--frost-green-primary) !important;
}


/* ==================== BANNER SECTION ==================== */
.frost-banner-sec {
  padding: 80px 0 100px 0;
  background: linear-gradient(180deg, #0b3c26 0%, #0c3d35 45%, var(--frost-bg-green-black) 100%);
  position: relative;
}

.frost-main-title {
  font-family: "DM Sans", sans-serif;
  font-size: 44px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}


.frost-sub-title {
  font-size: 17px;
  color: var(--text-mint-gray);
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* White Description Card */
.frost-eco-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3);
  color: #333333;
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 70px;
  transition: transform 0.3s ease;
}

.frost-eco-card:hover {
  transform: translateY(-5px);
}

.frost-eco-card .logo-area {
  flex: 0 0 140px;
  max-width: 140px;
  text-align: center;
}

.frost-eco-card .logo-area img {
  width: 100%;
  height: auto;
}

.frost-eco-card .text-area {
  flex: 1;
}

.frost-eco-card .text-area h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--frost-green-primary);
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.frost-eco-card .text-area p {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 0;
}

/* Circular Diagram Container */
.diagram-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0px auto 80px auto;
  height: 480px;
}

/* Center Circle */
.diagram-center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 2.5px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 0 30px rgba(141, 198, 63, 0.3);
}

/* Pulsing rings around center */
.diagram-center-circle::before,
.diagram-center-circle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid var(--frost-green-light);
  background-color: rgba(141, 198, 63, 0.08);
  animation: pulse-ring 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  pointer-events: none;
  z-index: -1;
}

.diagram-center-circle::after {
  animation: pulse-ring 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation-delay: 1.5s;
}

/* White Propeller Icon */
.diagram-center-circle img.fan-icon {
  width: 80px;
  height: 80px;
  filter: brightness(0) invert(1);
  animation: rotate-fan 20s linear infinite;
  transform-origin: center;
  display: block;
}

/* Feature Badges (Capsules) */
.diagram-badge {
  position: absolute;
  background: rgba(26, 165, 74, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 18px 24px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  width: 250px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 5;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.diagram-badge:hover {
  background: rgba(141, 198, 63, 0.35);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(141, 198, 63, 0.3);
}

/* Specific Badge Positions on Desktop */
.badge-top-left {
  top: 10%;
  left: 0;
}

.badge-top-right {
  top: 10%;
  right: 0;
}

.badge-bottom-left {
  bottom: 10%;
  left: 0;
}

.badge-bottom-right {
  bottom: 10%;
  right: 0;
}

/* SVG Connection Lines overlay */
.diagram-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.diagram-lines line,
.diagram-lines path,
.diagram-lines polyline {
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1.5px;
  fill: none;
}

/* Bold Slogan bottom of section 1 */
.frost-banner-slogan {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 900px;
  margin: 0px auto 0 auto;
  color: #ffffff;
  letter-spacing: -0.2px;
  text-transform: none;
}

@media (max-width: 991px) {
  .frost-banner-slogan {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 50px;
  }
}

/* Brochure Bottom Marks */
.brochure-footer-mark {
  border-top: 1.5px solid rgba(255, 255, 255, 0.15);
  margin-top: 60px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
}

.brochure-footer-mark a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}


/* ==================== PRODUCTS SECTION (GREEN THEME) ==================== */
.frost-products-sec {
  background-color: var(--frost-bg-green-black);
  padding: 60px 0 60px 0;
  position: relative;
  border-top: 2px solid rgba(141, 198, 63, 0.2);
}

.frost-products-sec .section-heading {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.frost-products-sec .category-heading {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--frost-green-light);

  padding-bottom: 30px;
  margin: 0px 0 7px 0;
  text-align: center;
}

/* Green Translucent Product Cards */
.frost-prod-card {
  background: linear-gradient(135deg, var(--card-green-bg) 0%, rgba(5, 20, 12, 0.8) 100%);
  border: 1px solid var(--card-border-green);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.frost-prod-card:hover {
  transform: translateY(-8px);
  border-color: var(--frost-green-light);
  box-shadow: 0 12px 40px rgba(141, 198, 63, 0.25);
}

.frost-prod-card .img-container {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: relative;
  background-color: #ffffff;
}

.frost-prod-card .img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.frost-prod-card:hover .img-container img {
  transform: scale(1.08);
}

/* White bottom title bar on cards */
.frost-prod-card .title-bar {
  background: #ffffff;
  padding: 15px 10px;
  text-align: center;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.frost-prod-card:hover .title-bar {
  background-color: #f7fffb;
}

/* Enquire Now Button on Cards */
.frost-prod-card .enquire-btn {
  text-align: center;
  border-top: 1px solid rgba(26, 165, 74, 0.1);
  margin-top: 0;
}

.frost-prod-card .enquire-btn a {
  display: block;
  background-color: var(--frost-green-primary);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.frost-prod-card:hover .enquire-btn a {
  background-color: var(--frost-green-light);
}

.frost-prod-card .enquire-btn a:hover {
  background-color: var(--frost-green-dark) !important;
}

.frost-prod-card .title-bar h4 {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--frost-green-dark);
  margin: 0;
  letter-spacing: 0.5px;
}


/* ==================== ADVANTAGE SECTION (GREEN THEME) ==================== */
.frost-advantage-sec {
  padding: 60px 0 100px 0;
  position: relative;
}

header .top {
  background-color: none !important;
}

/* Advantage Outline Container Grid with Running Border Laser */
.advantage-border-container {
  position: relative;
  padding: 1.5px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
  background: rgba(26, 165, 74, 0.1);
}

.advantage-border-container::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg,
      transparent 0%,
      transparent 40%,
      var(--frost-green-light) 50%,
      transparent 60%,
      transparent 100%);
  animation: rotate-border 6s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
  background: #05130d;
  border-radius: 19px;
}

.advantage-grid-item {
  padding: 40px 30px;
  border-right: 1.5px solid rgba(26, 165, 74, 0.15);
  border-bottom: 1.5px solid rgba(26, 165, 74, 0.15);
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: background 0.3s ease;
}

.advantage-grid-item:hover {
  background: rgba(26, 165, 74, 0.04);
}

/* Remove borders on grid outer bounds */
.advantage-grid-item:nth-child(3),
.advantage-grid-item:nth-child(6) {
  border-right: none;
}

.advantage-grid-item:nth-child(4),
.advantage-grid-item:nth-child(5),
.advantage-grid-item:nth-child(6) {
  border-bottom: none;
}

.advantage-grid-item .icon-sec {
  font-size: 30px;
  color: var(--frost-green-light);
  transition: transform 0.3s ease;
}

.advantage-grid-item:hover .icon-sec {
  transform: scale(1.1);
}

.advantage-grid-item h5 {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 0;
}

.advantage-grid-item p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-mint-gray);
  margin: 0;
}

/* Why Choose Section Layout */
.why-choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
}

.why-choose-col h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-choose-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 24px;
  font-size: 15px;
  color: #e0f2e9;
  font-weight: 500;
}

.why-choose-list li::before {
  content: '\f105';
  /* font awesome angle right */
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--frost-green-light);
  font-size: 16px;
  font-weight: 900;
}

.why-choose-img-wrapper {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--card-border-green);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.why-choose-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.why-choose-img-wrapper:hover img {
  transform: scale(1.06);
}

/* Slogan Banner Bottom of Page 07 */
.frost-final-banner {
  margin-top: 70px;
  border-top: 1.5px dashed rgba(26, 165, 74, 0.2);
  padding-top: 45px;
  text-align: left;
}

.frost-final-banner h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 12px;
}

.frost-final-banner p {
  font-size: 16px;
  color: var(--text-mint-gray);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}


/* ==================== REDESIGNED CUSTOM GREEN FOOTER ==================== */
footer .subscription-sec {
  background-color: var(--frost-green-light) !important;
  color: #ffffff !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .subscription-sec .subscribe-sec .content h5 {
  color: #ffffff !important;
}

footer .subscription-sec .subscribe-sec .content p {
  color: rgba(255, 255, 255, 0.9) !important;
}

footer .subscription-sec .subscribe-sec .text-filed .btn {
  background-color: var(--frost-green-primary) !important;
  color: #ffffff !important;
}

footer .subscription-sec .subscribe-sec .text-filed .btn:hover {
  background-color: var(--frost-green-dark) !important;
  box-shadow: 0 0 15px rgba(11, 60, 38, 0.4);
}

footer .footer-sec {
  background-image: none !important;
  /* Remove blue bg image */
  background-color: var(--frost-bg-deep-forest) !important;
  background: linear-gradient(180deg, var(--frost-bg-deep-forest) 0%, #05130d 100%) !important;
  border-top: 1px solid rgba(26, 165, 74, 0.1);
}

footer .footer-sec .footer-first .first-sec .media a {
  color: var(--frost-green-primary) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

footer .footer-sec .footer-first .first-sec .media a:hover {
  background-color: var(--frost-green-light) !important;
  color: #ffffff !important;
  transform: translateY(-3px);
}

footer .footer-sec .footer-first .f-nav-sec .box h6 {
  color: #ffffff !important;
  font-weight: 600;
}

footer .footer-sec .footer-first .f-nav-sec .box .contact p a,
footer .footer-sec .footer-first .f-nav-sec .box .f-nav ul li a {
  color: var(--text-mint-light) !important;
  transition: all 0.3s ease;
}

footer .footer-sec .footer-first .f-nav-sec .box .contact p a:hover,
footer .footer-sec .footer-first .f-nav-sec .box .f-nav ul li a:hover {
  color: var(--frost-green-light) !important;
  padding-left: 3px;
}

footer .footer-sec .footer-first .f-nav-sec .box .contact h4 a {
  color: var(--frost-green-light) !important;
  font-weight: 700;
}

footer .footer-sec .copyright {
  border-top: 1px solid rgba(26, 165, 74, 0.15) !important;
}

footer .footer-sec .copyright p {
  color: var(--text-mint-gray) !important;
}

header .head-sec .header-right .call .content p {
  color: #000;
}


/* ==================== RESPONSIVE LAYOUTS ==================== */
@media (max-width: 991px) {

  .frost-banner-sec {
    padding: 50px 0 80px 0;
  }

  /* White card layout on mobile */
  .frost-eco-card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .frost-eco-card .logo-area {
    flex: 0 0 auto;
    max-width: 150px;
  }

  /* Diagram to vertical list transition on mobile */
  .diagram-wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 40px auto;
  }

  .diagram-center-circle {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 20px;
  }

  .diagram-badge {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100%;
    max-width: 400px;
  }

  .diagram-badge:hover {
    transform: scale(1.02) !important;
  }

  .diagram-lines {
    display: none;
    /* Hide svg lines on mobile */
  }

  /* Advantage Grid to 1 Column on Mobile */
  .advantage-grid {
    grid-template-columns: 1fr;
  }

  .advantage-grid-item {
    border-right: none !important;
    border-bottom: 1.5px solid rgba(26, 165, 74, 0.15) !important;
    padding: 30px 20px;
  }

  .advantage-grid-item:last-child {
    border-bottom: none !important;
  }

  /* Why Choose Columns stack */
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .modal-fullscreen .container{
    align-items: start !important;
    padding-top: 0px !important;
}
.modal-fullscreen .container .py-5{
  padding-top: 10px !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .advantage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantage-grid-item:nth-child(2n) {
    border-right: none !important;
  }

  .advantage-grid-item:nth-child(5),
  .advantage-grid-item:nth-child(6) {
    border-bottom: none !important;
  }
}

/* ==================== KEYFRAMES ANIMATIONS ==================== */
@keyframes rotate-fan {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.95);
    opacity: 0.85;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes rotate-border {
  100% {
    transform: rotate(360deg);
  }
}