@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  cursor: pointer;
}

a,
img {
  text-decoration: none !important;
  transition: 0.3s all ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none !important;
}

html {
  font-size: 16px;
}

p {
  line-height: 28px;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  background: #FFF;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.closeBtn {
  right: 10px;
  top: 8px;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #f7f7f7;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.closeBtn:hover {
  background-color: #00ADEE;
  color: #FFF;
}

.offcanvas1 {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #FFF;
  transition: left 0.3s ease;
  z-index: 1002;
  padding: 20px;
  overflow: auto;
}

.offcanvas1 .mb-logo {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.offcanvas1 .mb-logo img {
  width: 120px;
}

/* Mobile menu container */
.mobile-menu {
  width: 100%;
}

.mobile-menu li {
  border-bottom: 1px solid #efefef;
}

.mobile-menu li:last-child {
  border-bottom: none;
}

/* Menu list */
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Main links */
.mobile-menu a,
.submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Sub menu */
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.submenu a {
  padding: 12px 30px;
  font-size: 14px;
}

/* Open state */
.submenu.open {
  max-height: 300px;
}

.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.submenu.open+.arrow {
  transform: rotate(45deg);
}

.offcanvas1.active {
  left: 0;
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1001;
  backdrop-filter: blur(9px);
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Page content */
.page-content {
  transition: transform 0.3s ease;
}

.page-content.active {
  transform: translateX(280px);
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.menu-open {
  overflow: hidden;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #00ADEE;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  animation: loading 0.1s infinite alternate;
}

.load-text img {
  width: 200px;
  filter: brightness(0) invert(1);
}

.progress-wrap {
  position: fixed;
  bottom: 25px;
  left: 20px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
  background-color: #FFF;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #00ADEE;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #00ADEE;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

/* ====================== [ Start overlay1 ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #fff;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #00ADEE;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp2;
}

.overlay1 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #00ADEE;
  background-color: #00ADEE;
  overflow-y: hidden;
  transition: 0.5s;
  background-image: url(../images/banner-overlay.svg);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 620px;
}

.overlay-content {
  position: relative;
  text-align: center;
  margin-top: 30px;
  padding-left: 30px;
}

.overlay-content a {
  margin-bottom: 10px;
  color: #FFF;
  display: block;
  text-align: left;
  font-size: 18px;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay1 .closebtn {
  background-color: #2FAECF;
  border: 1px solid #2EC7EF;
  padding: 2px 15px 2px 6px;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 35px;
  color: #FFF;
}

:root {
  --header-height: 76px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

header .top {
  width: 100%;
  background-color: #00ADEE;
  text-align: center;
  padding: 10px 0px;
}

header .top p {
  text-align: center;
  color: #FFF;
  margin: 0;
}

header .head-sec {
  width: 100%;
  background-color: #FFF;
  padding: 10px 30px;
  z-index: 999;
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  transition: padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

header.is-sticky .head-sec {
  padding: 8px 30px;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.page-content,
#smooth-wrapper {
  padding-top: var(--header-height);
}

@media (max-width: 991px) {
  :root {
    --header-height: 68px;
  }
  header .head-sec {
    padding: 10px 15px;
  }
  header.is-sticky .head-sec {
    padding: 8px 15px;
  }
}

header .head-sec .logo {
  display: flex;
  align-items: center;
}

header .head-sec .nav .navigation {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

header .head-sec .nav .navigation li {
  position: relative;
  display: flex;
  align-items: center;
}

header .head-sec .nav .navigation li:hover {
  color: #00ADEE;
}

header .head-sec .nav .navigation li.active {
  color: #00ADEE;
  font-weight: 600;
}

header .head-sec .nav .navigation li.sub-menu a {
  position: relative;
}

header .head-sec .nav .navigation li.sub-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  background-image: url(../images/nav-drop.svg);
}

header .head-sec .nav .navigation li.sub-menu ul.sub li a::after {
  background-image: none;
}

header .head-sec .nav .navigation li a {
  color: #000;
  padding: 0px 15px;
  border-radius: 3px;
}

header .head-sec .nav .navigation li .sub {
  position: absolute;
  visibility: hidden;
  top: 80%;
  left: 0;
  min-width: 210px;
  perspective: 1000px;
  z-index: 1;
  opacity: 0;
  background: #FFF;
  border: 1px solid #efefef;
  border-radius: 7px;
  padding: 10px;
  transition: 0.2s all ease-in-out;
}

header .head-sec .nav .navigation li .sub li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #efefef;
}

header .head-sec .nav .navigation li .sub li:last-child {
  border-bottom: none;
}

header .head-sec .nav .navigation li .sub li a {
  display: block;
  padding: 10px;
}

header .head-sec .nav .navigation li .sub li a:hover {
  background-color: #00ADEE;
  color: #FFF;
}

header .head-sec .nav .navigation li:hover .sub {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

header .head-sec .header-right {
  display: flex;
  align-items: center;
}

header .head-sec .header-right .call {
  display: flex;
  align-items: center;
}

header .head-sec .header-right .call .icon {
  width: 48px;
  height: 48px;
  background-color: #00ADEE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .head-sec .header-right .call .content {
  padding-left: 10px;
}

header .head-sec .header-right .call .content p {
  margin: 0px;
}

header .head-sec .header-right .call .content h4 {
  margin: 0;
}

header .head-sec .header-right .call .content h4 a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

header .head-sec .header-right .mb-nav {
  display: none;
}

header .head-sec .header-right .mb-nav button {
  padding: 13px 20px;
  border: none;
  background-color: #00ADEE;
  border-radius: 50px;
  color: #FFF;
}

header .head-sec .header-right .mb-nav button img {
  margin-left: 10px;
}

header .head-sec .header-right .get-quote {
  padding: 0px 20px;
}

header .head-sec .header-right .get-quote a {
  padding: 12px 42px 12px 20px;
  border: 2px solid #00ADEE;
  border-radius: 50px;
  color: #000;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

header .head-sec .header-right .get-quote a span {
  position: absolute;
  right: 10px;
  top: 9px;
  transition: all 0.2s ease-in-out;
}

header .head-sec .header-right .get-quote a:hover {
  background-color: #00ADEE;
  color: #FFF;
}

header .head-sec .header-right .get-quote a:hover span {
  filter: brightness(0) invert(1);
  transform: rotate(45deg);
}

.p-80 {
  padding: 80px 0px;
}

.p-60 {
  padding: 60px 0px;
}

footer {
  width: 100%;
}

footer .subscription-sec {
  width: 100%;
  background-color: #ffd400;
}

footer .subscription-sec .subscribe-sec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .subscription-sec .subscribe-sec .content {
  background-image: url(../images/subscribe-icon.svg);
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: 61px;
  padding: 10px 0px 10px 81px;
}

footer .subscription-sec .subscribe-sec .content p {
  margin: 0;
  text-transform: uppercase;
}

footer .subscription-sec .subscribe-sec .content h5 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

footer .subscription-sec .subscribe-sec .text-filed {
  position: relative;
}

footer .subscription-sec .subscribe-sec .text-filed input {
  width: 500px;
  height: 70px;
  border-radius: 50px;
  border: none;
  padding: 10px 184px 10px 30px;
}

footer .subscription-sec .subscribe-sec .text-filed .btn {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 15px 26px;
  background-color: #00ADEE;
  border: none;
  border-radius: 50px;
  color: #FFF;
}

footer .footer-sec {
  width: 100%;
  background-image: url(../images/footer-bg-img.svg);
  background-color: #11569C;
  background-repeat: no-repeat;
  background-position: left bottom;
}

footer .footer-sec .footer-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer-sec .footer-first .first-sec .f-logo {
  margin-bottom: 10px;
}

footer .footer-sec .footer-first .first-sec .f-logo img {
  filter: brightness(0) invert(1);
}

footer .footer-sec .footer-first .first-sec .media {
  padding-top: 10px;
  display: flex;
  gap: 6px;
}

footer .footer-sec .footer-first .first-sec .media a {
  width: 42px;
  height: 42px;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00ADEE;
}

footer .footer-sec .footer-first .first-sec .media a:hover {
  background-color: #ffd400;
}

footer .footer-sec .footer-first .f-nav-sec {
  display: flex;
  gap: 90px;
}

footer .footer-sec .footer-first .f-nav-sec .box h6 {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

footer .footer-sec .footer-first .f-nav-sec .box .contact p {
  margin-bottom: 5px;
}

footer .footer-sec .footer-first .f-nav-sec .box .contact p a {
  color: #AFD7FF;
}

footer .footer-sec .footer-first .f-nav-sec .box .contact h4 {
  margin: 0;
}

footer .footer-sec .footer-first .f-nav-sec .box .contact h4 a {
  color: #ffd400;
  font-size: 20px;
}

footer .footer-sec .footer-first .f-nav-sec .box .f-nav {
  display: flex;
  gap: 60px;
}

footer .footer-sec .footer-first .f-nav-sec .box .f-nav ul li {
  margin-bottom: 7px;
}

footer .footer-sec .footer-first .f-nav-sec .box .f-nav ul li a {
  color: #AFD7FF;
}

footer .footer-sec .footer-first .f-nav-sec .box .f-nav ul li a:hover {
  color: #ffd400;
}

footer .footer-sec .copyright {
  border-top: 1px solid #2372C2;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .footer-sec .copyright p {
  color: #AFD7FF;
  margin: 0;
}

.hero-slider {
  position: relative;
  z-index: -1;
}

/*-- Hero Slider Content Animation --*/
.hero-slider-content>* {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}

.slick-active .hero-slider-content>* {
  animation-name: fadeInUp;
}

.slick-active .hero-slider-content>*:nth-child(1) {
  animation-delay: 0.7s;
}

.slick-active .hero-slider-content>*:nth-child(2) {
  animation-delay: 1s;
}

.slick-active .hero-slider-content>*:nth-child(3) {
  animation-delay: 1.5s;
}

.slick-active .hero-slider-content>*:nth-child(4) {
  animation-delay: 1.8s;
}

.slick-active .hero-slider-content>*:nth-child(5) {
  animation-delay: 2.5s;
}

.slick-active .hero-slider-content>*:nth-child(6) {
  animation-delay: 3s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.hero-slider-item {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-slider-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(to right, rgba(0,0,0,0.94) 0%,rgba(0,0,0,0.87) 18%,rgba(0,0,0,0) 100%); */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .hero-slider-item {
    height: 100vh;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 1200px) and (max-width: 1499.98px) {
  .hero-slider-item {
    height: 100vh;
  }

  header .head-sec .header-right .call {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .hero-slider-item {
    height: 400px;
  }
}

@media only screen and (max-width: 575.98px) {
  .hero-slider-item {
    height: 350px;
  }
}

.hero-slider-content .slide-title {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
}

.hero-slider-content .slide-title span {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-slider-content .slide-title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .hero-slider-content .slide-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .hero-slider-content .slide-title {
    font-size: 25px;
  }
}

.hero-slider-content .slide-desc {
  color: #26E1FF;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 0px;
}

.hero-slider-content {
  width: 590px;
  background-color: transparent;
  padding: 28px;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: heroContentFadeOut;
}

.slick-active .hero-slider-content {
  animation-name: heroContentFadeIn;
}

@keyframes heroContentFadeIn {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes heroContentFadeOut {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    opacity: 0;
    transform: translate3d(-30px, 0, 0) scale(0.98);
  }
}

.hero-slider-content p {
  color: #E9F4FF;
}

.hero-slider-content a {
  margin-top: 10px;
  background-color: #FFF;
  border-radius: 50px;
  padding: 12px 25px;
}

.hero-slider-content a:hover {
  background-color: #00ADEE;
  color: #FFF;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.hero-btns a {
  margin-top: 0 !important;
}

.hero-btns a.btn-products {
  background-color: #FFF;
  color: #000;
  border: 2px solid #FFF;
  display: inline-block;
  font-weight: 500;
}

.hero-btns a.btn-products:hover {
  background-color: #00ADEE;
  border-color: #00ADEE;
  color: #FFF;
}

.hero-btns a.btn-quote {
  background-color: transparent;
  border: 2px solid #FFF;
  color: #FFF;
  display: inline-block;
  font-weight: 500;
}

.hero-btns a.btn-quote:hover {
  background-color: #00ADEE;
  border-color: #00ADEE;
  color: #FFF;
}

@media (max-width: 600px) {
  .hero-btns {
    justify-content: center;
  }
}

img {
  max-width: 100%;
  transition: 0.4s;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: relative;
}

.hero-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .hero-overlay:before {
    display: block;
  }
}

.slick-slider .slick-slide>div>div {
  vertical-align: middle;
}

.slick-arrow-style button.slick-arrow {
  top: 50%;
  left: 30px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  border-radius: 50%;
  color: #222222;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.slick-arrow-style button.slick-arrow i {
  display: block;
  padding-left: 0px;
}

.slick-arrow-style button.slick-arrow.slick-next {
  left: auto;
  right: 30px;
}

.slick-arrow-style button.slick-arrow:hover {
  color: #fff;
  border-color: #248af3;
  background-color: #248af3;
}

.slick-arrow-style:hover button.slick-arrow {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
  z-index: 1;
}

.slick-arrow-style:hover button.slick-arrow.slick-prev {
  left: 10px;
}

.slick-arrow-style:hover button.slick-arrow.slick-next {
  right: 10px;
}

.slick-arrow-style_hero button.slick-arrow {
  font-size: 30px;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  border-radius: 50%;
  line-height: 50px;
  z-index: 1;
}

.slick-arrow-style_hero button.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow-style_hero button.slick-arrow:hover {
  color: #fff;
  background-color: #248af3;
}

.slick-arrow-style_hero:hover button.slick-arrow.slick-next {
  right: 15px;
}

.slick-arrow-style_hero:hover button.slick-arrow.slick-prev {
  left: 15px;
}

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
  bottom: 15px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.slick-dot-style ul.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.slick-dot-style ul.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dot-style ul.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  display: block;
  text-indent: -5000px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.4s;
  border: 2px solid #777777;
  background-color: transparent;
}

.slick-dot-style ul.slick-dots li.slick-active button {
  border-color: #248af3;
  background-color: #248af3;
}

.slick-row-3 .slick-list {
  margin: 0 -3px;
}

.slick-row-3 .slick-list .slick-slide {
  margin: 0 3px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-3 .slick-list {
    margin: 0 -3px !important;
  }

  .slick-sm-row-3 .slick-list .slick-slide {
    margin: 0 3px !important;
  }
}

.slick-row-4 .slick-list {
  margin: 0 -4px;
}

.slick-row-4 .slick-list .slick-slide {
  margin: 0 4px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-4 .slick-list {
    margin: 0 -4px !important;
  }

  .slick-sm-row-4 .slick-list .slick-slide {
    margin: 0 4px !important;
  }
}

.slick-row-5 .slick-list {
  margin: 0 -5px;
}

.slick-row-5 .slick-list .slick-slide {
  margin: 0 5px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-5 .slick-list {
    margin: 0 -5px !important;
  }

  .slick-sm-row-5 .slick-list .slick-slide {
    margin: 0 5px !important;
  }
}

.slick-row-6 .slick-list {
  margin: 0 -6px;
}

.slick-row-6 .slick-list .slick-slide {
  margin: 0 6px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-6 .slick-list {
    margin: 0 -6px !important;
  }

  .slick-sm-row-6 .slick-list .slick-slide {
    margin: 0 6px !important;
  }
}

.slick-row-7 .slick-list {
  margin: 0 -7px;
}

.slick-row-7 .slick-list .slick-slide {
  margin: 0 7px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-7 .slick-list {
    margin: 0 -7px !important;
  }

  .slick-sm-row-7 .slick-list .slick-slide {
    margin: 0 7px !important;
  }
}

.slick-row-8 .slick-list {
  margin: 0 -8px;
}

.slick-row-8 .slick-list .slick-slide {
  margin: 0 8px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-8 .slick-list {
    margin: 0 -8px !important;
  }

  .slick-sm-row-8 .slick-list .slick-slide {
    margin: 0 8px !important;
  }
}

.slick-row-9 .slick-list {
  margin: 0 -9px;
}

.slick-row-9 .slick-list .slick-slide {
  margin: 0 9px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-9 .slick-list {
    margin: 0 -9px !important;
  }

  .slick-sm-row-9 .slick-list .slick-slide {
    margin: 0 9px !important;
  }
}

.slick-row-10 .slick-list {
  margin: 0 -10px;
}

.slick-row-10 .slick-list .slick-slide {
  margin: 0 10px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-10 .slick-list {
    margin: 0 -10px !important;
  }

  .slick-sm-row-10 .slick-list .slick-slide {
    margin: 0 10px !important;
  }
}

.slick-row-11 .slick-list {
  margin: 0 -11px;
}

.slick-row-11 .slick-list .slick-slide {
  margin: 0 11px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-11 .slick-list {
    margin: 0 -11px !important;
  }

  .slick-sm-row-11 .slick-list .slick-slide {
    margin: 0 11px !important;
  }
}

.slick-row-12 .slick-list {
  margin: 0 -12px;
}

.slick-row-12 .slick-list .slick-slide {
  margin: 0 12px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-12 .slick-list {
    margin: 0 -12px !important;
  }

  .slick-sm-row-12 .slick-list .slick-slide {
    margin: 0 12px !important;
  }
}

.slick-row-13 .slick-list {
  margin: 0 -13px;
}

.slick-row-13 .slick-list .slick-slide {
  margin: 0 13px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-13 .slick-list {
    margin: 0 -13px !important;
  }

  .slick-sm-row-13 .slick-list .slick-slide {
    margin: 0 13px !important;
  }
}

.slick-row-14 .slick-list {
  margin: 0 -14px;
}

.slick-row-14 .slick-list .slick-slide {
  margin: 0 14px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-14 .slick-list {
    margin: 0 -14px !important;
  }

  .slick-sm-row-14 .slick-list .slick-slide {
    margin: 0 14px !important;
  }
}

.slick-row-15 .slick-list {
  margin: 0 -15px;
}

.slick-row-15 .slick-list .slick-slide {
  margin: 0 15px;
}

@media only screen and (max-width: 767.98px) {
  .slick-sm-row-15 .slick-list {
    margin: 0 -15px !important;
  }

  .slick-sm-row-15 .slick-list .slick-slide {
    margin: 0 15px !important;
  }
}

.slick-slider .slick-slide>div {
  margin-bottom: 30px;
}

.slick-slider .slick-slide>div:last-child {
  margin-bottom: 0;
}

.brands-slider {
  width: 100%;
  padding: 30px 0px;
  background-color: #FFF;
}

.brands-slider .box-logo {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #efefef;
  text-align: center;
}

.frost-spare {
  width: 100%;
  background-color: #F7F9FB;
  padding-top: 60px;
  padding-bottom: 120px;
}

.frost-spare .head-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.frost-spare .head-sec .head-title {
  background-image: url(../images/frost-icon.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 40px;
  padding-left: 55px;
}

.frost-spare .head-sec .head-title h3 {
  font-size: 16px;
  margin-bottom: 3px;
}

.frost-spare .head-sec .head-title h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
}

.frost-spare .head-sec .link a {
  color: #00ADEE;
  font-weight: 600;
}

.item {
  width: 100%;
}

.products-box {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #F1F1F1;
  padding: 35px 35px 65px 35px;
  border-radius: 15px;
  position: relative;
  transition: 0.2s all ease-in-out;
}

.products-box:hover {
  box-shadow: 0px 0px 10px rgba(14, 85, 164, 0.1);
}

.products-box .brand {
  position: absolute;
  right: 20px;
  top: 20px;
}

.products-box .img-sec {
  width: 100%;
}

.products-box .img-sec img {
  width: 100%;
}

.products-box .content {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}

.products-box .content h3 {
  font-size: 20px;
}

.products-box .link {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 22px;
  left: 0;
}

.products-box .link a {
  padding: 10px 18px;
  border: 1px solid #00ADEE;
  border-radius: 50px;
  display: inline-block;
  color: #000;
}

.products-box .link a:hover {
  background-color: #00ADEE;
  color: #FFF;
}

.offers {
  width: 100%;
  position: relative;
  margin-top: -120px;
}

.offers .offer-card {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}

.offers .offer-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.offers .offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.offers .offer-card:hover::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.2) 100%);
}

.offers .offer-card-large {
  height: 460px;
}

.offers .offer-card-small {
  height: 218px;
}

.offers .offer-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.offers .offer-tag {
  color: #ffd400;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.offers .offer-title {
  color: #FFF;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Mona Sans", sans-serif;
}

.offers .btn-enquire {
  background-color: #07adeb;
  color: #FFF !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 64px;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.offers .btn-enquire:hover {
  background-color: #ffd400;
  color: #000 !important;
}

@media (max-width: 991.98px) {
  .offers .offer-card-large {
    height: 400px;
  }

  .offers .offer-card-small {
    height: 188px;
  }
}

@media (max-width: 767.98px) {
  .offers .offer-card-small {
    height: 200px;
  }
}


.ac-products {
  width: 100%;
  background-color: #FFF;
}

.ac-products .head-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ac-products .head-sec .head-title h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
}

.ac-products .head-sec .link a {
  color: #00ADEE;
  font-weight: 600;
}

.blocks-sec {
  width: 100%;
}

.blocks-sec .box {
  width: 100%;
  height: 210px;
  border-radius: 20px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #041a30;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.blocks-sec .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(4, 26, 48, 0.95) 0%, rgba(4, 26, 48, 0.8) 50%, rgba(4, 26, 48, 0.2) 100%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.blocks-sec .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(4, 26, 48, 0.12);
}

.blocks-sec .box .content {
  position: relative;
  z-index: 2;
  padding: 15px;
}

.blocks-sec .box .content h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFF;
}

.blocks-sec .box .content a {
  padding: 10px 18px;
  background-color: #00ADEE;
  border-radius: 50px;
  display: inline-block;
  color: #FFF;
}

.blocks-sec .box .content a:hover {
  background-color: #ffd400;
  color: #000;
}

.blocks-sec .middle-offer-sec {
  width: 100%;
  height: 100%;
  background-image: url(../images/middle-offer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  min-height: 440px;
  position: relative;
  overflow: hidden;
}

.blocks-sec .middle-offer-sec canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  pointer-events: none;
}

.blocks-sec .middle-offer-sec.anim-active {
  background-image: none;
  background-color: #ffffff;
}

.blocks-sec .middle-offer-sec .overflow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.blocks-sec .middle-offer-sec .overflow .content {
  text-align: center;
}

.blocks-sec .middle-offer-sec .overflow .content h5 {
  font-size: 18px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}

.blocks-sec .middle-offer-sec .overflow .content h6 {
  text-align: center;
  color: #ffd400;
  font-weight: 700;
  font-size: 34px;
  text-transform: uppercase;
}

.blocks-sec .middle-offer-sec .overflow .content h6 span {
  font-size: 20px;
  display: block;
}

.blocks-sec .middle-offer-sec .overflow .content a {
  padding: 10px 18px;
  background-color: #ffd400;
  border: 2px solid #ffd400;
  border-radius: 50px;
  display: inline-block;
  color: #000;
}

.blocks-sec .middle-offer-sec .overflow .content a:hover {
  background-color: transparent;
  color: #ffd400;
}

.dealer-scroll h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 10px;
}

.dealer-scroll .box-logo {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auto-spare {
  width: 100%;
}

.auto-spare .head-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.auto-spare .head-sec .head-title {
  display: flex;
  align-items: center;
}

.auto-spare .head-sec .head-title h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  padding-right: 20px;
  border-right: 1px solid #efefef;
}

.auto-spare .head-sec .head-title ul {
  display: flex;
  padding-left: 20px;
}

.auto-spare .head-sec .head-title ul li a {
  padding: 0px 10px;
  color: #6e6e6e;
}

.auto-spare .head-sec .head-title ul li a:hover {
  color: #00ADEE;
}

.auto-spare .head-sec .link a {
  color: #00ADEE;
  font-weight: 600;
}

.why-choose-us {
  width: 100%;
  background-image: url(../images/why-choose-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.why-choose-us::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #002143;
  mix-blend-mode: hard-light;
  left: 0;
  top: 0;
}

.why-choose-us .container {
  position: relative;
  z-index: 1;
}

.why-choose-us .head-title h5 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 5px;
  color: #FFF;
}

.why-choose-us .head-title p {
  color: #FFF;
}

.why-choose-us .box {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
}

.why-choose-us .box .icon {
  width: 100%;
  margin-bottom: 15px;
}

.why-choose-us .box .icon img {
  height: 70px;
}

.why-choose-us .box:hover .icon img {
  scale: 1.1;
}

.our-usp {
  width: 100%;
}

.our-usp .heading-title h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px;
  color: #00ADEE;
}

.our-usp .heading-title h5 {
  font-size: 32px;
  color: #000;
  font-weight: 400;
}

.our-usp h6 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}

.our-usp .box {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  border-radius: 15px;
  border: 1px solid #F2F2F2;
  text-align: center;
  box-shadow: 0px 0px 30px #efefef;
  transition: 0.3s all ease-in-out;
}

.our-usp .box .icon {
  width: 100%;
  margin-bottom: 15px;
}

.our-usp .box .icon img {
  height: 40px;
  transition: 0.3s all ease-in-out;
}

.our-usp .box p {
  font-size: 18px;
  transition: 0.3s all ease-in-out;
}

.our-usp .box:hover {
  background-color: #00ADEE;
  transform: scale(1.06);
}

.our-usp .box:hover .icon img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

.our-usp .box:hover p {
  color: #FFF;
}

.get-in-touch {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.get-in-touch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(240, 244, 246);
  backdrop-filter: blur(8px);
  z-index: 0;
}

.get-in-touch::after {
  display: none;
}

.get-in-touch .container {
  position: relative;
  z-index: 1;
}

/* Left Contact Info Card */
.get-in-touch .contact-info-card {
  background-color: #041a30;
  border-radius: 20px;
  padding: 50px 40px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(4, 26, 48, 0.15);
}

.get-in-touch .contact-info-card::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 173, 238, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.get-in-touch .contact-info-card .tag {
  color: #ffd400;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.get-in-touch .contact-info-card h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 20px;
}

.get-in-touch .contact-info-card .desc {
  font-size: 15px;
  color: #b0cbe8;
  line-height: 1.6;
  margin-bottom: 35px;
}

.get-in-touch .contact-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.get-in-touch .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.get-in-touch .contact-item .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: rgba(0, 173, 238, 0.12);
  border: 1px solid rgba(0, 173, 238, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00ADEE;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.get-in-touch .contact-item:hover .icon {
  background-color: #00ADEE;
  color: #ffffff;
  transform: scale(1.05);
}

.get-in-touch .contact-item .details span {
  display: block;
  font-size: 12px;
  color: #ffd400;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.get-in-touch .contact-item .details p,
.get-in-touch .contact-item .details p a {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  transition: color 0.2s ease;
  text-decoration: none;
}

.get-in-touch .contact-item .details p a:hover {
  color: #00ADEE;
}

/* Right Message Form Card */
.get-in-touch .contact-form-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.get-in-touch .contact-form-card h5 {
  font-size: 28px;
  font-weight: 800;
  color: #041a30;
  margin-bottom: 8px;
}

.get-in-touch .contact-form-card .sub {
  font-size: 15px;
  color: #64748B;
  margin-bottom: 30px;
}

.get-in-touch .contact-form-card .vehicle-info-title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #00ADEE;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 10px 0 15px 0;
  border-bottom: 2px solid #F1F5F9;
  padding-bottom: 8px;
}

.get-in-touch .input-group-custom {
  position: relative;
  width: 100%;
}

.get-in-touch .contact-form-card .form-control {
  width: 100%;
  height: 54px;
  border-radius: 8px;
  border: 1.5px solid #CBD5E1;
  background-color: #ffffff;
  padding: 15px 20px;
  font-size: 15px;
  color: #0f172a;
  transition: all 0.3s ease;
  box-shadow: none;
}

.get-in-touch .contact-form-card .form-control:focus {
  border-color: #00ADEE;
  box-shadow: 0 0 0 3px rgba(0, 173, 238, 0.15);
  outline: none;
}

.get-in-touch .contact-form-card .form-control::-moz-placeholder {
  color: #94A3B8;
}

.get-in-touch .contact-form-card .form-control::placeholder {
  color: #94A3B8;
}

.get-in-touch .contact-form-card .txt {
  height: 120px;
  resize: none;
  border-radius: 8px;
}

.get-in-touch .btn-send-message {
  width: 100%;
  padding: 15px 25px;
  background-color: #ffd400;
  color: #000000 !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(255, 212, 0, 0.15);
}

.get-in-touch .btn-send-message:hover {
  background-color: #00ADEE;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 173, 238, 0.25);
  transform: translateY(-2px);
}

.get-in-touch .btn-send-message:active {
  transform: translateY(0);
}

@media (max-width: 991.98px) {

  .get-in-touch .contact-info-card,
  .get-in-touch .contact-form-card {
    padding: 40px 30px;
  }

  .get-in-touch .contact-info-card h3 {
    font-size: 28px;
  }
}

.blogs-sec {
  width: 100%;
}

.blogs-sec .heading-title h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px;
  color: #00ADEE;
}

.blogs-sec .heading-title h5 {
  font-size: 32px;
  color: #000;
  font-weight: 400;
}

.blogs-sec .box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #F1F1F1;
}

.blogs-sec .box .img-sec {
  width: 100%;
  height: 210px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.blogs-sec .box .img-sec img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogs-sec .box .img-sec a {
  position: relative;
  display: block;
}

.blogs-sec .box .img-sec a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(12, 85, 166, 0.64) 100%);
  transition: 0.3s all ease-in-out;
  z-index: 1;
}

.blogs-sec .box .content {
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.blogs-sec .box .content .link {
  position: absolute;
  top: -24px;
  right: 30px;
}

.blogs-sec .box .content .link a {
  width: 53px;
  height: 53px;
  background-color: #00ADEE;
  border-radius: 50%;
  display: inline-block;
  border: 5px solid #FFF;
  padding: 10px;
}

.blogs-sec .box .content .link a:hover {
  background-color: #ffd400;
}

.blogs-sec .box .content .link a:hover img {
  filter: brightness(0) invert(0);
}

.blogs-sec .box .content h6 {
  font-size: 16px;
}

.blogs-sec .box .content h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.blogs-sec .box .content h2 a {
  color: #000;
}

.blogs-sec .box:hover .img-sec img {
  scale: 1.06;
  transform: rotate(2deg);
}

.owl-dots {
  display: none;
}

/* ==================== Floating Quick Contact Action Buttons (WhatsApp & Call) ==================== */
.whatsapp-icon .btn-whatsapp-pulse,
.call-icon .btn-call-pulse {
  position: fixed;
  right: 20px;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff !important;
  text-decoration: none;
  z-index: 999;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.whatsapp-icon .btn-whatsapp-pulse {
  background: #25d366;
  bottom: 95px;
  font-size: 28px;
}

.whatsapp-icon .btn-whatsapp-pulse-border {
  bottom: 95px;
}

.whatsapp-icon .btn-whatsapp-pulse:hover {
  background: #20ba5a;
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.whatsapp-icon .btn-whatsapp-pulse:hover i {
  animation: quick-btn-shake 0.5s ease-in-out infinite alternate;
}

.whatsapp-icon .btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: -3px;
  border: 3px solid #25d366;
  opacity: 0.75;
  animation: pulse-whatsapp-border 1.8s ease-out infinite;
  pointer-events: none;
}

@keyframes pulse-whatsapp-border {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.call-icon .btn-call-pulse {
  background: linear-gradient(135deg, #00ADEE 0%, #0081b8 100%);
  bottom: 25px;
  font-size: 20px;
}

.call-icon .btn-call-pulse-border {
  bottom: 25px;
}

.call-icon .btn-call-pulse:hover {
  background: linear-gradient(135deg, #029ad3 0%, #006c9b 100%);
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 6px 20px rgba(0, 173, 238, 0.5);
}

.call-icon .btn-call-pulse:hover i {
  animation: quick-btn-shake 0.5s ease-in-out infinite alternate;
}

.call-icon .btn-call-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: -3px;
  border: 3px solid #00ADEE;
  opacity: 0.75;
  animation: pulse-call-border 1.8s ease-out infinite;
  pointer-events: none;
}

@keyframes pulse-call-border {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes quick-btn-shake {
  0% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(12deg);
  }
}

@media (max-width: 767px) {
  .whatsapp-icon .btn-whatsapp-pulse,
  .call-icon .btn-call-pulse {
    width: 48px;
    height: 48px;
    right: 15px;
  }
  .whatsapp-icon .btn-whatsapp-pulse,
  .whatsapp-icon .btn-whatsapp-pulse-border {
    bottom: 80px;
    font-size: 24px;
  }
  .call-icon .btn-call-pulse,
  .call-icon .btn-call-pulse-border {
    bottom: 20px;
    font-size: 18px;
  }
}

.inner-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 60px 0px;
  background: linear-gradient(135deg, #021B39 0%, #0c3664 50%, #00ADEE 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}

.inner-banner::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 80%;
  height: 150%;
  background: radial-gradient(circle, rgba(0, 173, 238, 0.25) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}

.inner-banner .container {
  position: relative;
  z-index: 2;
}

.inner-banner h1 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.inner-banner nav ol {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0;
  margin: 0;
}

.inner-banner nav ol li {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
}

.inner-banner nav ol li a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all 0.3s ease;
}

.inner-banner nav ol li a:hover {
  color: #ffd400;
  text-shadow: 0 0 10px rgba(255, 247, 0, 0.3);
}

.inner-banner nav ol li.active {
  color: #FFF;
  font-weight: 600;
}

.inner-banner nav ol .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.inner-about-sec {
  width: 100%;
}

.inner-about-sec .about-img {
  width: 100%;
  height: 100%;
}

.inner-about-sec .about-img img {
  width: 100%;
  height: 100%;
}

.inner-about-sec .content {
  width: 100%;
  padding-left: 30px;
}

.inner-about-sec .content h2 {
  font-size: 33px;
}

.inner-about-sec .content .box {
  width: 100%;
  height: 100%;
  border: 1px solid #F1F1F1;
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 20px;
}

.inner-about-sec .content .box .icon {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

.inner-about-sec .content .box .icon img {
  width: 60px;
}

.inner-about-sec .content .box h4 {
  text-align: center;
  margin-bottom: 10px;
}

.brands-sec {
  width: 100%;
}

.brands-sec h6 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}

.brands-sec .brands-logo {
  width: 100%;
  padding: 15px;
  border: 1px solid #efefef;
  border-radius: 10px;
  text-align: center;
  display: block;
}

.brands-sec .brands-logo img {
  width: 100%;
  height: 63px;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-sec {
  width: 100%;
}

.contact-sec .head-title h5 {
  font-size: 28px;
  font-weight: 600;
}

.contact-sec .box-item {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #dee7ef;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0px 0px 50px #dfedf9;
}

.contact-sec .box-item h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #00ADEE;
  background-image: url(../images/location-icon.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 2px 5px 2px 32px;
}

.contact-sec .box-item ul li {
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding: 0px 0px 0px 25px;
  background-size: 18px;
}

.contact-sec .box-item ul li a {
  color: #000;
}

.contact-sec .box-item ul li a:hover {
  color: #00ADEE;
}

.contact-sec .box-item ul li.phone {
  background-image: url(../images/call-icon.svg);
}

.contact-sec .box-item ul li.mail {
  background-image: url(../images/mail-icon.svg);
}

.contact-sec .contact-img-sec {
  width: 100%;
}

.contact-sec .contact-img-sec img {
  width: 100%;
}

.contact-sec .form-area {
  padding-right: 20%;
}

.contact-sec .form-area .form-sec h6 {
  font-size: 28px;
}

.contact-sec .form-area .form-control {
  width: 100%;
  height: 60px;
  background-color: rgb(245, 249, 253);
  border: 1px solid #d8dde2;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 1px 2px 5px rgba(236, 236, 236, 0.3);
  font-weight: 400;
  padding: 12px 21px;
  transition: 0.3s all ease-in-out;
}

.contact-sec .form-area .form-control:focus {
  border: 1px solid #00ADEE;
}

.contact-sec .form-area .txtarea {
  height: 150px;
  resize: none;
  border-radius: 20px;
}

.contact-sec .form-area .btn-style {
  padding: 16px 25px;
  background-color: #00ADEE;
  border: none;
  border-radius: 50px;
  color: #FFF;
  transition: 0.3s all ease-in-out;
}

.contact-sec .form-area .btn-style:hover {
  background-color: #ffd400;
  color: #000;
}

.contact-sec .map {
  width: 100%;
  background-color: #00ADEE;
  border-radius: 20px;
  overflow: hidden;
}

.contact-sec .map iframe {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  border: none;
}

.gallery-sec {
  width: 100%;
}

.gallery-sec .da-thumbs {
  display: flex;
  flex-wrap: wrap;
}

.gallery-sec .da-thumbs li {
  width: 25%;
  height: 300px;
  overflow: hidden;
  position: relative;
  padding: 1px;
}

.gallery-sec .da-thumbs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #e0e0e0;
}

.gallery-sec .da-thumbs li .overlay2 {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  bottom: -200%;
}

.gallery-sec .da-thumbs li .overlay2 div {
  text-align: center;
}

.gallery-sec .da-thumbs li .overlay2 span {
  width: 100%;
  text-align: center;
  color: #FFF;
}

.gallery-sec .da-thumbs li .overlay2 h5 {
  text-align: center;
  font-size: 26px;
}

.gallery-sec .da-thumbs li .overlay2 .custom-hover-object {
  position: absolute;
  background: #333;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
}

.blog {
  width: 100%;
}

.blog h2 {
  font-size: 30px;
  font-weight: 600;
}

.blog .blog-img {
  width: 100%;
  height: 380px;
}

.blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.blog h4 {
  font-size: 26px;
  font-weight: 600;
}

.blog ul {
  padding-left: 15px;
}

.blog ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.sell-products {
  width: 100%;
}

/* ==================== ENQUIRY POPUP OVERRIDES (FULL-SCREEN MULTI-COLUMN DESIGN) ==================== */
.enquiry-popup.modal {
  padding: 0 !important;
  background-color: #002143;
}

.enquiry-popup .modal-dialog {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.enquiry-popup .modal-content {
  height: 100% !important;
  min-height: 100vh !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: #002143 !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
}

/* Slide Up Modal Open Animation */
.enquiry-popup.modal.fade .modal-dialog {
  transform: translateY(100%);
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}

.enquiry-popup.modal.show .modal-dialog {
  transform: translateY(0);
}

/* Close button - large 'X' at top right */
.enquiry-popup .btn-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 26px;
  color: #ffffff !important;
  background: none !important;
  border: none !important;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 100;
  width: auto;
  height: auto;
  padding: 5px;
}

.enquiry-popup .btn-close:hover {
  opacity: 1;
  color: #00ADEE !important;
  transform: scale(1.1);
}

/* Left Side Column Elements */
.enquiry-popup .popup-left-col {
  padding-right: 50px;
}

.enquiry-popup .popup-title {
  font-family: "DM Sans", sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 1.05;
  color: #ffffff;
  letter-spacing: -2.5px;
  margin-bottom: 20px;
}

.enquiry-popup .popup-title i {
  font-style: italic;
  font-weight: 300;
  color: #00ADEE;
}

.enquiry-popup .popup-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  margin-bottom: 30px;
}

.enquiry-popup .popup-info-row {
  margin-top: 50px;
}

.enquiry-popup .info-label {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #00ADEE;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.enquiry-popup .info-desc {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin-bottom: 8px;
}

.enquiry-popup .info-value a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.enquiry-popup .info-value a:hover {
  color: #00adee;
}

/* Right Side Column Form & Inputs */
.enquiry-popup .popup-right-col {
  padding-left: 20px;
}

.enquiry-popup .popup-form {
  width: 100%;
}

.enquiry-popup .form-group-item {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
  transition: border-color 0.3s ease;
}

.enquiry-popup .form-group-item:focus-within {
  border-color: #00ADEE;
}

.enquiry-popup .form-group-item .input-icon {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 15px;
  width: 20px;
  text-align: center;
  transition: color 0.3s ease;
}

.enquiry-popup .form-group-item:focus-within .input-icon {
  color: #00ADEE;
}

.enquiry-popup .form-group-item input,
.enquiry-popup .form-group-item textarea {
  width: 100%;
  border: none !important;
  background: transparent !important;
  padding: 12px 0;
  font-size: 15px;
  color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
  height: auto !important;
}

.enquiry-popup .form-group-item input::placeholder,
.enquiry-popup .form-group-item textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.enquiry-popup .form-group-item textarea {
  height: 75px !important;
  resize: none;
}

.enquiry-popup .vehicle-section-title {
  margin: 30px 0 20px 0;
}

.enquiry-popup .vehicle-section-title h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00ADEE;
  letter-spacing: 0.5px;
  margin: 0;
}

/* Submit Button - beige container with transition */
.enquiry-popup .btn-popup-submit {
  width: 100%;
  height: 60px;
  background-color: #00ADEE;
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 4px;
  margin-top: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.enquiry-popup .btn-popup-submit:hover {
  background-color: #0088cc;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 173, 238, 0.3);
}

/* Mobile adjustments for popup columns */
@media (max-width: 991px) {
  .enquiry-popup .popup-title {
    font-size: 48px;
    letter-spacing: -1.5px;
  }

  .enquiry-popup .popup-left-col {
    padding-right: 15px;
  }

  .enquiry-popup .popup-right-col {
    padding-left: 15px;
  }

  .enquiry-popup .btn-close {
    top: 20px;
    right: 20px;
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  header .head-sec .nav .navigation li a {
    padding: 0px 10px;
  }

  header .head-sec .logo img {
    width: 97px;
  }

  .gallery-sec .da-thumbs li {
    width: 33.3%;
  }
}

@media (max-width: 991px) {
  .p-80 {
    padding: 60px 0px;
  }

  .p-60 {
    padding: 60px 0px;
  }

  header {
    position: relative;
  }

  header .head-sec .nav,
  header .head-sec .header-right .call,
  header .head-sec .header-right .get-quote {
    display: none;
  }

  header .head-sec .header-right .mb-nav {
    display: block;
  }

  footer .subscription-sec .subscribe-sec {
    display: block;
  }

  footer .subscription-sec .subscribe-sec .content {
    margin-bottom: 15px;
    padding: 81px 0px 10px 0px;
    background-position: center top;
    text-align: center;
  }

  footer .subscription-sec .subscribe-sec .text-filed input {
    width: 100%;
  }

  footer .footer-sec .footer-first {
    display: block;
  }

  footer .footer-sec .footer-first .first-sec .f-logo {
    text-align: center;
  }

  footer .footer-sec .footer-first .first-sec .media {
    justify-content: center;
  }

  footer .footer-sec .footer-first .f-nav-sec {
    margin-top: 20px;
    justify-content: space-between;
  }

  .blocks-sec .middle-offer-sec {
    margin: 20px 0px;
    height: 320px;
  }

  .auto-spare .head-sec .head-title ul {
    display: none;
  }

  .auto-spare .head-sec .head-title h4 {
    padding-right: 10px;
    border: none;
  }

  .get-in-touch .btn-send-message {
    width: 100%;
  }

  .inner-about-sec .about-img {
    height: 370px;
    margin-bottom: 15px;
  }

  .inner-about-sec .about-img img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .inner-about-sec .content h2 {
    text-align: center;
  }

  .inner-about-sec .content p {
    text-align: center;
  }

  .gallery-sec .da-thumbs li {
    width: 50%;
  }

  .contact-sec .form-area {
    padding-right: 0%;
  }

  .contact-sec .form-area .form-sec {
    text-align: center;
    padding-top: 40px;
  }

  .contact-sec .form-area .btn-style {
    width: 100%;
  }

  .enquiry-popup .img-sec {
    display: none;
  }

  .enquiry-popup .form-sec {
    border-radius: 30px;
  }

  .modal-fullscreen .container {
    align-items: start !important;
    padding-top: 0px !important;
  }

  .modal-fullscreen .container .py-5 {
    padding-top: 10px !important;
  }
}

@media (max-width: 768px) {
  .p-80 {
    padding: 30px 0px;
  }

  .p-60 {
    padding: 30px 0px;
  }

  footer .subscription-sec .subscribe-sec .text-filed .btn {
    position: relative;
    width: 100%;
    right: 0;
  }

  footer .subscription-sec .subscribe-sec .text-filed input {
    padding: 10px 30px 10px 30px;
    text-align: center;
  }

  footer .footer-sec .footer-first .f-nav-sec {
    display: block;
  }

  footer .footer-sec .footer-first .f-nav-sec .box {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .hero-slider-content {
    width: 100%;
  }

  .inner-about-sec .content h2 {
    font-size: 26px;
  }

  /* .hero-slider {
    padding-top: 86px;
  } */
}

@media (max-width: 600px) {
  footer .footer-sec .footer-first .f-nav-sec .box h6 {
    text-align: center;
    margin-bottom: 15px;
  }

  footer .footer-sec .footer-first .f-nav-sec .box .f-nav {
    display: block;
  }

  footer .footer-sec .footer-first .f-nav-sec .box .f-nav ul li,
  footer .footer-sec .footer-first .f-nav-sec .box .contact {
    text-align: center;
  }

  header .top {
    display: none;
  }

  .hero-slider-content {
    text-align: center;
  }

  .hero-slider-content p {
    display: none;
  }

  .blogs-sec .heading-title h5,
  .blocks-sec .middle-offer-sec .overflow .content h6,
  .offers .item-box .content h5 {
    font-size: 26px;
  }

  .gallery-sec .da-thumbs li {
    width: 100%;
  }

  .hero-btns a.btn-products {
    display: none;
  }
}

@media (max-width: 420px) {
  .frost-spare .head-sec .link {
    display: none;
  }
}

/* Testimonials Section Styling */
.testimonials-sec {
  width: 100%;
}

.testimonials-sec .heading-title h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px;
  color: #00ADEE;
}

.testimonials-sec .heading-title h5 {
  font-size: 32px;
  color: #000;
  font-weight: 400;
}

.testimonials-sec .testimonial-box {
  background-color: #FFF;
  border: 1px solid #F1F1F1;
  border-radius: 12px;
  padding: 35px 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 10px 0;
}

.testimonials-sec .testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 173, 238, 0.1);
  border-color: rgba(0, 173, 238, 0.25);
}

.testimonials-sec .testimonial-box .quote-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 28px;
  color: rgba(0, 173, 238, 0.15);
}

.testimonials-sec .testimonial-box .rating {
  margin-bottom: 20px;
}

.testimonials-sec .testimonial-box .rating i {
  color: #ffd400;
  font-size: 14px;
  margin-right: 3px;
}

.testimonials-sec .testimonial-box .feedback {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
  font-style: italic;
}

.testimonials-sec .testimonial-box .client-info {
  display: flex;
  align-items: center;
}

.testimonials-sec .testimonial-box .client-info .client-details h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0 0 4px 0;
}

.testimonials-sec .testimonial-box .client-info .client-details span {
  font-size: 13px;
  color: #6e6e6e;
  display: block;
}

/* ==================== ARCTIC ADVANTAGE SECTION (DARK BLUE THEME) ==================== */
.frost-advantage-sec {
  background-color: #020e18;
  padding: 80px 0;
  position: relative;
}

.frost-advantage-sec .heading-title h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px;
  color: #00ADEE;
}

.frost-advantage-sec .heading-title h5 {
  font-size: 32px;
  color: #FFF;
  font-weight: 400;
}

/* Advantage Outline Container Grid with Running Border Laser */
.advantage-border-container {
  position: relative;
  padding: 1.5px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
  background: rgba(0, 173, 238, 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%,
      #00ADEE 50%,
      transparent 60%,
      transparent 100%);
  animation: rotate-border 6s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes rotate-border {
  100% {
    transform: rotate(360deg);
  }
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
  background: #041421;
  border-radius: 19px;
}

.advantage-grid-item {
  padding: 40px 30px;
  border-right: 1.5px solid rgba(0, 173, 238, 0.15);
  border-bottom: 1.5px solid rgba(0, 173, 238, 0.15);
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: background 0.3s ease;
}

.advantage-grid-item:hover {
  background: rgba(0, 173, 238, 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: #00ADEE;
  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: #9ab8cd;
  margin: 0;
}

/* Why Choose Section Layout */
.why-choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
}

.why-choose-col.text-col h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  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: #e9f4ff;
  font-weight: 500;
}

.why-choose-list li::before {
  content: '\f105';
  /* font awesome angle right */
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 1px;
  color: #00ADEE;
  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 rgba(0, 173, 238, 0.2);
  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 */
.frost-final-banner {
  margin-top: 70px;
  border-top: 1.5px dashed rgba(0, 173, 238, 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: #9ab8cd;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 991.98px) {
  .advantage-grid {
    grid-template-columns: 1fr 1fr;
  }

  .advantage-grid-item:nth-child(3) {
    border-right: 1.5px solid rgba(0, 173, 238, 0.15);
  }

  .advantage-grid-item:nth-child(2),
  .advantage-grid-item:nth-child(4) {
    border-right: none;
  }

  .advantage-grid-item:nth-child(4) {
    border-bottom: 1.5px solid rgba(0, 173, 238, 0.15);
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 767.98px) {
  .advantage-grid {
    grid-template-columns: 1fr;
  }

  .advantage-grid-item {
    border-right: none !important;
  }

  .advantage-grid-item:not(:last-child) {
    border-bottom: 1.5px solid rgba(0, 173, 238, 0.15);
  }
}

/* Core Strengths Section */
.core-strengths {
  width: 100%;
  position: relative;
}

.core-strengths .container {
  position: relative;
  z-index: 1;
}

.core-strengths .section-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Strength Card */
.strength-card {
  background: rgba(17, 24, 39, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.strength-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 173, 238, 0.6);
  box-shadow: 0 15px 30px rgba(0, 173, 238, 0.2);
}

.strength-card .card-top {
  background: rgba(8, 13, 22, 0.9);
  padding: 45px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}

.strength-card:hover .card-top {
  background: rgba(8, 13, 22, 0.95);
}

.strength-card .card-top .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
}

.strength-card .card-top .icon svg,
.strength-card .card-top .icon svg * {
  stroke-width: 1 !important;
}

.strength-card:hover .card-top .icon {
  transform: scale(1.08);
}

.strength-card .card-divider {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.strength-card .arrow-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: #00ADEE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 11px;
  box-shadow: 0 0 12px rgba(0, 173, 238, 0.4);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.strength-card:hover .arrow-circle {
  transform: translate(-50%, -50%) rotate(360deg);
  background: #0088cc;
}

.strength-card .card-bottom {
  padding: 40px 20px 35px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strength-card .card-bottom h4 {
  font-size: 15px;
  color: #FFF;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.5px;
}

/* USP styling specifically for About Us page */
.about-page .our-usp {
  background-color: #f7f7f7;
}

.about-page .our-usp .box {
  background-color: #FFF;
}

.about-page .our-usp .box:hover {
  background-color: #00ADEE;
}


/* Brand Showcase Styles */
.about-brands-sec {
  width: 100%;
  position: relative;
}

.about-brands-sec.bg-grey {
  background-color: #f7f7f7;
}

.about-brands-sec .section-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000;
}

.about-brands-sec .section-subtitle {
  font-size: 15px;
  font-weight: 300;
}

/* Brand Card */
.brand-card {
  background-color: #FFF;
  border: 1px solid #efefef;
  border-radius: 16px;
  padding: 25px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand-card img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand-card:hover {
  border-color: #00ADEE;
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 173, 238, 0.1);
}

.brand-card:hover img {
  transform: scale(1.06);
}

/* =============================================================================
   Form Validation States
============================================================================= */

/* Invalid field — red border + glow */
.home-contact-form .form-control.is-invalid,
.contact-page-form .form-control.is-invalid,
.enquiry-popup .form-group-item input.is-invalid,
.enquiry-popup .form-group-item textarea.is-invalid {
  border-color: #e53e3e !important;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.15) !important;
}

/* Valid field — green border + glow */
.home-contact-form .form-control.is-valid,
.contact-page-form .form-control.is-valid,
.enquiry-popup .form-group-item input.is-valid,
.enquiry-popup .form-group-item textarea.is-valid {
  border-color: #38a169 !important;
  box-shadow: 0 0 0 3px rgba(56, 161, 105, 0.15) !important;
}

/* Invalid feedback message */
.invalid-feedback {
  display: none;
  font-size: 12px;
  color: #e53e3e;
  margin-top: 4px;
  padding-left: 4px;
}

.form-control.is-invalid~.invalid-feedback {
  display: block;
}

/*# sourceMappingURL=main.css.map */