/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Bebas+Neue&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Bebas+Neue&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --white: #fff;
  --black: #000;
  --primary: #b52236;
  --secondary: #333333;
}

@font-face {
  font-family: 'aero-font';
  src: url('../fonts/Aero.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #1d1d21;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: var(--white);
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h1,
h2 {
  font-family: "aero-font", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.img {
  perspective: none;
  overflow: hidden;
  transform-style: preserve-3d;
}

.img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  display: block;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Poppins", sans-serif;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background-color: var(--primary);
  font-size: 1.125rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  line-height: normal;
  border-radius: 20px;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */



/* NAV HEADER CSS */

header {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 101;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  transition: 0.3s ease-in-out;
  padding: 2rem 5rem;
  background: #1d1d21;
  overflow-y: hidden;
}

header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 172px;
  background: url(../images/overlay-dot.png) no-repeat;
  top: 0;
  z-index: 0;
  right: -78%;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  justify-content: center;
  width: 68%;
  gap: 5rem;
  padding-left: 11.4rem;

}

.navbar-nav .nav-item .nav-link {
  font-size: 1.2rem;
  color: var(--white);
  /* text-transform: uppercase; */
  /* font-weight: 500; */
  padding: 0 0;
  display: inline-block;
  position: relative;
}

.navbar-nav .nav-link:hover {
  color: var(--primary) !important
}

/* Active Tab Styling */
.navbar-nav .nav-link.active {
  color: var(--primary) !important;
}

.navbar-nav .nav-item:has(.nav-link.active) {
  color: var(--primary);
  /* Bullet color changes */
}

.navbar-nav .nav-link.active::before {
  width: 100%;
}

.navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--primary);
  bottom: -5px;
  transition: 0.2s ease;
}

.navbar-nav .nav-link:hover:before {
  width: 100%;

}

.side-menu {
  position: relative;
}

header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/overlay-nav.png) no-repeat;
  top: 0;
  animation: slideFromRight 1.2s ease forwards;
  right: -26%;
  z-index: 0;
}

header .shp-icon {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.7rem;
}

header .badge {
  position: absolute;
  top: -10px;
  left: 11px;
  font-size: 0.7rem;
  border-radius: 50px;
  background: red;
}

@keyframes slideFromRight {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 991px) {

  .side-menu {
    position: fixed;
    top: 0;
    left: -280px;
    /* hidden by default */
    width: 280px;
    height: 100%;
    background: #000;
    padding-top: 60px;
    transition: 0.4s ease;
    z-index: 9999;
  }

  .side-menu.show {
    left: 0;
    /* slide in */
  }

  .navbar-nav {
    flex-direction: column;
    padding-left: 20px;
  }

  .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 0;
  }

}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.navbar-toggler .toggler-icon {
  display: inline-block;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.navbar-toggler .toggler-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transition: all 0.3s ease;
}

/* Default = Hamburger */
.navbar-toggler .toggler-icon span:nth-child(1) {
  top: 0;
  transform: rotate(0);
}

.navbar-toggler .toggler-icon span:nth-child(2) {
  top: 9px;
  opacity: 1;
}

.navbar-toggler .toggler-icon span:nth-child(3) {
  top: 18px;
  transform: rotate(0);
}

/* When menu open = X */
.navbar-toggler.active .toggler-icon span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.navbar-toggler.active .toggler-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}

.call-us-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--white);
  font-size: 16px;
  padding-left: 2.9rem;
}

@keyframes call-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(181 34 54 / 41%);
  }

  100% {
    box-shadow: 0 0 0 9px rgb(181 34 54 / 30%);
  }
}

.call-icon {
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  font-size: 18px;
  margin-right: 17px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  animation: call-animation 2s infinite;

}

.call-icon figure img {
  width: 25px;
  height: auto;
}

.call-text {
  display: flex;
  flex-direction: column;
  color: var(--white);
  font-weight: 500;
  padding-left: 0.9rem;
  line-height: 1.3;
}

.call-text span:first-child {
  font-size: 18px;
  color: var(--white);
}

.call-text span:last-child {
  color: var(--white);
  font-size: 25px;
}

.head-btn {
  display: flex;
  position: relative;
  z-index: 1;
}

.head-btn .themeBtn {
  font-size: 1.125rem;
  padding: 0.8rem 1.6rem;
  margin-left: 2.4rem;
  border-radius: 5.5px;
}

.head-btn .call-text {


  padding-left: 0;


}

.head-btn .call-text span:last-child {
  color: var(--white);
  font-size: 20px;
}

/* !NAV HEADER CSS */

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 95vh;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-pagination {
  display: flex;
  /* flex-direction: column; */
  align-items: end;
  /* height: 100%; */
  justify-content: center;
  top: -21%;
  left: 11% !important;
  position: relative;
  gap: 0.7rem;
}


.homeSlider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #b4aeae;
  transition: 0.3s linear;
}

.homeSlider .swiper-pagination-bullet-active {
  color: #fff;
  background: var(--primary);
  width: 25px;
  height: 25px;
  display: grid;
  place-items: anchor-center;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 4px;
}



.main-slider span {
  color: var(--white);
  /* font-weight: 500; */
  line-height: 1.2;
  margin: 0.625rem 0;
  font-size: 2.1625rem;
}

.main-slider p {
  color: var(--white);
  font-weight: 300;
  line-height: 1.4;
  margin: 0.625rem 0;
  font-size: 1.5rem;
}

.main-slider .slid-btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 1000px;
}

.trust-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.trust-btn figure {
  width: 60px;
  height: 60px;
  background: var(--primary);
  display: grid;
  place-items: center;
  border-radius: 100%;
}

.trust-btn p {
  line-height: 1.3px;
  font-size: 1.2rem;
  padding-top: 3px;
  font-weight: 300;
}

.trust-btn p strong {
  font-weight: bold;
}

.trust-btn i {
  color: #ffcc00;
}

.main-slider .themeBtn {
  margin-top: 0.9rem;
}

/* slide-social-icon */
/* slide-social-icon */
.header_links {
  position: relative;
  z-index: 11;
  top: 31%;
  left: 1%;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.header_links li:first-child {
  writing-mode: sideways-rl;
  color: #fff;
  font-size: 17px;
  font-style: italic;
  margin: 0 14px 16px 12px;
}

ul.header_links li a {
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
}

ul.header_links li a:hover {
  color: #b4beba;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #7989845e;
  transition: all 0.3s ease;
}

ul.header_links li {
  line-height: 1;
  margin-bottom: 20px;
}

.main-slider .sec-btn {
  background: transparent;
  border: 1px solid #fff;
  margin-left: 1.5rem;
}

.main-slider .sec-btn:hover {
  border-color: transparent;
  background: linear-gradient(151deg, rgba(128, 80, 37, 1) 5%, rgba(205, 170, 72, 1) 69%);
}


/* !MAIN HERO SLIDER CSS */



.section-about {
  position: relative;
  /* background: url(../images/left-about-bg.png) no-repeat;
  background-position: left;
  z-index: 1; */
}

.section-about:before {
  content: "";
  position: absolute;
  background: url(../images/right-about-bg.png) no-repeat;
  background-position: right;
  width: 100%;
  height: 121vh;
  top: 8%;
  /* right: 0; */
  z-index: -1;
  left: -64%;
}

.about-img {
  position: relative;
}

/* .about-img figure {
  display: flex;
  justify-content: right;
} */

.about-img {
  position: relative;
}


.section-about .text-flow {
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  left: 14%;
  color: #ffffff63;
  font-size: 4rem;
  writing-mode: sideways-lr;
  letter-spacing: 5px;
  top: 13%;
}

.about-before-img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: -120px;
  left: -43px;
}

.about-before-img p {
  line-height: 1.3;
  padding-left: 0.5rem;
  color: var(--white);
  font-size: 1.2rem;
}

.about-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  /* padding-left: 3.3rem;
  padding-right: 5.6rem; */
}

.about-content p {
  width: 84%;
}

.about-content .before-content-before {
  position: absolute;
  right: -40%;
  top: 55%;
}

.after-content-before {
  position: absolute;
  left: -13%;
  bottom: -4%;
}

.about-content span {
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
}

.about-content h2 {
  font-size: 3.7rem;
  color: var(--white);
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0px 15px 0px;

}

.section-about .call-us-btn {
  padding-left: 0.9rem;
}

/* Faq Sec Css End  */
.services-section:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../images/before-ser-1.png) no-repeat;
  width: 100%;
  height: 131vh;
  z-index: -1;
  top: -25%;
  right: -54%;
}

.section-update-1:after,
.services-section-1:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../images/before-ser-2.png) no-repeat;
  width: 100%;
  height: 108vh;
  z-index: -1;
  /* top: -25%; */
  right: 0;
  bottom: -87%;
}

.after-service-3:after {
  display: none;
  padding-bottom: 12rem;
}

.after-service-3 {

  padding-bottom: 12rem;
}


.section-update-2 img,
.services-section-1 img,
.services-section img {
  position: relative;
  opacity: 0;
  transform: scale(0.7);
  transition: all 1s ease;
}

.services-section-1 .content,
.services-section .content {
  background: #f6f8f7;
  padding: 3rem 5rem;
  /* width: 90%; */
  display: flex;
  flex-direction: column;
  align-items: start;
  /* justify-content: center; */
  top: 12%;
  position: relative;
  left: -12%;
  height: 74%;
  justify-content: space-around;
}

.section-update-2 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  width: 80%;
}

.section-update-2 .content h2,
.section-update-2 .content p {
  color: var(--white) !important;
}

.section-update-2 .content span {
  font-size: 5rem;
  line-height: 1;
  color: #424040a6;
}

.section-update-2 figure:after {
  right: 0.7% !important;
}

.services-section-1 .content:after,
.services-section .content:after {
  content: "";
  position: absolute;
  width: 48%;
  height: 53%;
  background: hsl(351.84deg 68.37% 42.16% / 67%);
  right: -1.3%;
  top: -2%;
  z-index: -1;
  opacity: 0;
}

.section-update-2.animate img,
.services-section-1.animate img,
.services-section.animate img {
  opacity: 1;
  transform: scale(1);
}

.section-update-2.animate figure:after,
.services-section-1.animate .content:after,
.services-section-1.animate figure:after,
.services-section.animate .content:after,
.services-section.animate figure:after {
  animation: lineJhatka 0.9s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;
}

@keyframes lineJhatka {

  0% {
    opacity: 0;
    transform: translateX(200px);
  }

  60% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }

}

.section-update-2 figure,
.services-section-1 figure,
.services-section figure {
  position: relative;
}

.section-update-2 figure:after,
.services-section-1 figure:after,
.services-section figure:after {
  content: "";
  position: absolute;
  width: 56%;
  height: 53%;
  background: hsl(351.84deg 68.37% 42.16% / 67%);
  right: -1.3%;
  /* top: -2%; */
  bottom: -2%;
  z-index: -1;
  opacity: 0;
}

.section-update-2 .content h2,
.services-section-1 .content h2,
.services-section .content h2 {
  font-size: 4.7rem;
  text-align: start;
  color: var(--black);
  padding: 0;
}

.section-update-2 .content p,
.services-section-1 .content p,
.services-section .content p {
  line-height: 1.5;
  color: var(--black);
  padding-bottom: 1rem;
}

.services-section-1 .number,
.services-section .number {
  position: absolute;
  bottom: 0;
  color: rgb(138 132 132 / 59%);
  font-size: 4rem;
}

.section-update-2 .text-flow,
.services-section-1 .text-flow,
.services-section .text-flow {
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  left: -10%;
  color: rgb(255 255 255 / 11%);
  font-size: 3rem;
  writing-mode: sideways-lr;
  letter-spacing: 5px;
  bottom: 0;
}

/* .section-update-2 figure:after {
    right: 45.7% !important;
} */
.services-section h2 {
  font-size: 4.7rem;
  text-align: center;
  /*padding-bottom: 4rem;*/
  color: var(--white);
}

.section-update-2 .right-img:after {
  right: 46% !important;
}

.section-update-2 .right-img .text-flow {
  right: -7% !important;
  writing-mode: sideways-rl !important;
  bottom: 0;
}

.services-section-1 .text-flow {
  writing-mode: sideways-rl;
  left: 99%;
  bottom: 0;
  right: -10% !important;
}

.services-section-1 .content {
  top: 11%;
  left: 7%;
  justify-content: space-around;
  height: 75%;
}

.services-section-1 .content:after {
  right: 53.7%;
  top: -2%;
}

.services-section-1 figure {
  z-index: -1;
}

.services-section-1 .number {
  bottom: -2%;
  right: 2%;
}

/* testimonials */

.testimonial-section {
  position: relative;
  padding-top: 10rem !important;
  /* background: #f7f9f8; */
  background: url(../images/before-testimonials.png) no-repeat;
}

.extra-p {
  padding-bottom: 13rem
}

.testimonial-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/youtube-section-bg.png) no-repeat;
  /* bottom: -80%; */
  top: -5%;
  z-index: -1;
  background-size: cover;
}

.testimonial-section .before-testimonial {
  position: absolute;
  right: 0;
  top: 130px;

}

.before-testimonial:before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: #c21a26;
  border-radius: 100%;
  left: -44%;
  z-index: -1;
  top: 12%;

}

.testimonial-section .heading-line h2 {
  color: var(--black);
  text-align: center;
  font-size: 4.7rem;
  line-height: 0;
}

.testimonials-box {
  position: relative;
  top: -4px;
}

.test-before-img {
  position: absolute;
  right: 29%;

  bottom: -166px;
}

.review-box {

  padding: 1.8rem;
  border-radius: 10px;
  background: white;
  box-shadow: -1px -1px 15px -1px #00000078;
  border-radius: 10px;
}

.profile-icon {
  display: flex;
  align-items: center;
}

.profile-icon span {
  background: #0097a7;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: white;
  margin-right: 12px;
}

.profile-icon ul {
  gap: 10px;
  color: #878787;
}

.profile-icon h4 {
  color: #4892ef;
}

.review-box .rating {
  display: flex;
  margin-left: 3rem;
  padding-top: 1rem;
  gap: 13px;
}

.review-box p {
  color: var(--black);
}

.review-box .rating span i {
  color: #fbbb02;
}

.review-box .rating p {
  color: #878787;
}

.google-rating {
  position: absolute;
  bottom: -18%;
  right: 35%;
}

.reviewslider {
  width: 62%;
  top: 80px;
  position: absolute;
  right: -166px;
  padding: 0rem 0 3rem;
  border-radius: 20px;
}

.reviewslider .swiper-slide {
  /* box-shadow: -1px -1px 15px -1px #00000078; */
  border-radius: 10px;
}

.reviewslider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 29px;

  user-select: none;
  padding: 0;
  top: 85% !important;
}


.reviewslider .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.5s ease;
  opacity: 100%;
}


.reviewslider .swiper-pagination-bullet-active {
  width: 60px !important;
  background-color: #e9ab0c !important;
}

.testimonial-section .heading-line p {
  color: var(--black);
  text-align: center;
  padding: 3rem 20rem 0rem 0;
  font-weight: 500;

}

/* --------- */

.youtubeSlide {
  margin-top: 14rem;
  border: 5px solid #ffffff;
  border-radius: 20px;

}

.youtub-section span {
  position: absolute;
  top: 0;
  /* background: aliceblue; */
  z-index: 2;
  /* left: 0; */
  /* right: 0; */
  /* margin: auto; */
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 13%;
  font-size: 4rem;
  font-family: "aero-font", serif;
  color: #f6f8f7;
}

.youtub-link {
  position: relative;
}

.youtub-link img {
  width: 100%;
}

.youtub-link .control-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;


}

.youtub-link .control-btn a {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: red;
  display: grid;
  place-items: center;
  animation: pulse-animation 2s infinite;
  backdrop-filter: blur(6px);
  overflow: hidden;
  background-position: center;

}

.youtub-link .control-btn a i {
  font-size: 2rem;
  color: white;
}



@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(238, 203, 189, 0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(230, 42, 42, 0.1);
  }
}

/* 
.youtub-section .swiper-button-prev {

  bottom: 450px;
  position: relative;
  left: -80px;
  width: 50px;
}

.youtub-section .swiper-button-next {

  bottom: 450px;
  position: relative;

  right: -102%;
  width: 50px;
}

.youtub-section .swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
} */

.section-5 {
  padding: 3rem 0 0;
}

.section-5 .heading-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.section-5 .heading-sec span {
  font-size: 14rem;
  font-family: "Bebas Neue", sans-serif;
  top: -167%;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  top: 6%;
  left: 37%;
  color: rgb(69 69 69 / 16%);
}

.section-5 .themeBtn {
  position: relative;
  z-index: 1;
}

.blogSlider .swiper-slide-active .blog-box-img img {
  transform: scale(1.1);
  margin-top: 0rem;
}

.section-5 .blog-box {
  padding: 1rem;
}

.blogSlider .swiper-slide {
  margin-top: 2rem;
}

.section-5 .blog-box .content h4 {
  font-size: 34px;
  color: #fff !important;

}

.section-5 .blog-box .content p {
  font-size: 19px;
  padding-right: 20px;
}

.section-5 .blog-box .content .comment span {
  padding: 0 5px !important;
}

.section-5 .blog-box .content p {
  color: #ffff !important;
}

.section-5 .blog-box .content {
  display: flex !important;
  color: #ffffff;
  top: -99px;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.blogSlider {
  margin-left: 160px;
  position: relative;
  z-index: 1;
}

.section-5 h2 {
  font-size: 4.8rem;

  text-align: center;
  color: var(--white);
  line-height: 0;
  padding-bottom: 0rem;
}

/* Imag Shine Css Start */

.contact-sec-update,
.contact-sec {
  padding: 0rem 0 8rem;
  /* background: url(../images/contact-f-bottom.png) no-repeat ;
  background-position: center; */
  margin-bottom: -2rem;
  z-index: 0;
  position: relative;
  
}

section.contact-sec.pt-0 {
    padding-top: 100px !important;
}


.contact-sec-update .sec-heading .contact-sec .sec-heading {
  padding: 3rem 0 0;
}

.contact-sec-update:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 132vh;
  z-index: -3;
  background: url(../images/contact-f-bottom-1.png) no-repeat;
  left: 0;
  top: -40%;
  background-size: cover;
  background-position: bottom;
}

.contact-sec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 130vh;
  z-index: -3;
  background: url(../images/contact-f-bottom.png) no-repeat;
  left: 0;
  top: -84%;
  background-size: cover;
}

.contact-sec-update {
  padding-top: 4rem;
}

.contact-sec-update .mainHead,
section.contact-sec .mainHead {
  text-align: center;
  margin-bottom: 0.875rem;
  font-size: 4.7rem;
  color: var(--white);
  font-weight: 500;
  padding-bottom: 2rem;
}

form.contact-form .form-control {
  height: 3.7rem;
  outline: unset;
  box-shadow: unset;
  background-color: #000000;
  border: unset;
  border-radius: 20px;
  /* color: white; */
  font-weight: 500;
  color: #ffffffc4;
}

form.contact-form .form-control::placeholder {
  color: #ffffffc4;
}

form.contact-form textarea.form-control {
  height: 130px;
}

form.contact-form button {
  border: unset;
  text-align: center;
  /*width: 240px;*/
  margin: auto;
  display: block;
  margin-top: 1.75rem;
  padding: 0.8rem 3.1rem;
}

.divider {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.3) 20%, #dfaa33 50%, rgba(212, 175, 55, 0.3) 80%, transparent 100%);
  margin: 0 auto;
  position: relative;
  max-width: 400px;
  top: -36px;
}

.divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #dfaa33;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}

/* inner-pages */
.inner-banner {

  background-size: cover;
  padding: 18rem 0;
}

.inner-banner h1 {
  font-size: 5rem;
  letter-spacing: 4px;
  color: var(--white);

}

.about-banner {
  background: url(../images/about-banner.png) no-repeat;
}

.services-banner {
  background: url(../images/services-banner.png) no-repeat;
}

.section-update-1:after {
  bottom: -6%;
}

.section-update-1 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

.section-update-1 .content h2 {
  font-size: 4.4rem;
  color: var(--white);
  padding-bottom: 1.5rem;
}
.blogs-banner{
   background: url(../images/blogs-banner.png) no-repeat;
}
.section-blogs {
  z-index: 2;
}
.section-blogs .content-blog{
  width: 95%;
      margin-bottom: 5rem;
}
.section-blogs .content-blog h3 {
  font-size: 1.8rem;
  padding: 1rem 0;
  color: var(--white);
}
.section-blogs .content-blog p{
  padding-bottom: 1rem;
  width: 90%;
}
.section-blogs .content-blog figure{
  position: relative;
}
.section-blogs .content-blog figure span {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: var(--primary);
    display: grid;
    place-items: center;
    color: var(--white);
    font-weight: 500;
    text-align: center;
    bottom: 3%;
    left: 5%;
}


/* * contact-page */
.contact-banner{
  background: url(../images/contact-banner.png) no-repeat; 
}

.address-tab {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;

}

.address-tab a {
  color: var(--white);
}

.address-tab p {
  font-size: 22px;
  padding: 10px 0;
  color: var(--white);
  text-transform: capitalize;
}

.address-tab .tel-icon {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;

}

.address-tab:nth-of-type(1) .tel-icon {
  background: var(--primary);
}

.address-tab:nth-of-type(2) .tel-icon {
  background: var(--primary);
}

.address-tab:nth-of-type(3) .tel-icon {
  background: var(--primary);
}

.address-tab .loc-tab {
  background: #000;
}

.tel-icon i {
  font-size: 3rem;
  color: #fff;
}

.contact-map-sec iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 0;
}

.location-img {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.location-box {
  padding: 0;
  margin: 0;
  border: 7px solid #ffffff;
  border-radius: 17px;

}





footer {
  /* background: url(../images/footer-bg.png) no-repeat; */
  background: #b52236;
  padding: 8rem 0 0rem;

  /* background-size: cover; */
  z-index: 2;
  position: relative;
}

.footer-row {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.3rem;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .social-icon {
  display: flex;
  padding-top: 1.3rem;
  gap: 1.9rem;
  justify-content: flex-start;
  margin-bottom: 0.7rem;
}

footer .social-icon li a {
  color: var(--white);
  width: 50px;
  height: 50px;
  border: 1px solid var(--white);
  border-radius: 100%;
  display: grid;
  place-items: center;
  transition: 0.2s ease-in;
}

footer .social-icon li a:hover {
  color: #fff;
  background: #000;
  border-color: transparent;
}

footer .contact-details ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

footer .contact-details h4 {
  font-size: 2rem;
  padding-bottom: 1.4rem;
  color: var(--white);
}

footer .contact-details li {
  font-size: 1.1rem;
  display: flex;
}

footer .contact-details li,
footer .contact-details a,
footer .contact-details i {
  display: flex;
  align-items: center;
  padding-right: 0.7rem;
  color: var(--white);
  line-height: 2;
}

footer .contact-details li a:hover,
footer .contact-details li a:hover i {
  color: #099;
}

.footer-menu ul {
  display: flex;
  gap: 9rem;
  font-size: 1.3rem;
  margin-top: 2rem;
  border-top: 1px solid #fff;
  padding: 2rem 0 0.9rem;
}

.footer-menu ul li a {
  color: var(--white);
}

.footer-menu ul li a:hover {
  color: #099;
}

.copyright {
  padding: 1.4rem 0;
  text-align: center;

}

.copyright p {
  color: var(--white);
}

footer .contact-frm {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

footer form {
  display: flex;
  gap: 1rem;
  align-items: center;
}

footer .contact-frm {
  /* justify-content: center; */
  margin-top: 0;
  margin-left: 3rem;
  gap: 1rem;
}

footer .contact-frm h3,
footer .contact-frm p {
  color: var(--white)
}

.contact-frm input {
  width: 100%;
  position: relative;
  padding: 1rem;
  border-radius: 30px;
  border: none;
}

.contact-frm input:focus {
  outline: none;
}

.contact-frm input::placeholder {
  font-weight: 500;
  font-size: 1rem;
  color: var(--black);
}

.contact-frm button {

  padding: 15px 4rem;
  border: none;
  right: 104px;
  background: #222228;
  border-radius: 25px;
  color: white;

}

figure.after-content-before.aos-init.aos-animate img {
    border-radius: 10px;
}

figure.before-content-before.aos-init.aos-animate img {
    border-radius: 10px;
}


.main-slider h3 {
    font-size: 29px;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'aero-font';
}



.main-slider h3 {
    font-size: 29px;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'aero-font';
}


.subti{
     font-size: 29px;
    color: #ffffff;
    margin-bottom: 40px;
    font-family: 'aero-font';
    text-align:center;
}


h2.short {
    font-size: 60px !important;
}


section.why-choose {
    
    padding: 0 0px 100px 0px;
}


.custom-premium-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;        /* TOP PAR MARGIN ADD KAR DIYA HAI */
    font-family: 'Segoe UI', Roboto, sans-serif;
  }

  .custom-premium-list li {
    color: #ffffff;             /* Clean White Color */
    font-size: 18px;            /* Perfect readable size */
    font-weight: 500;
    line-height: 1.8;           /* Line spacing */
    margin-bottom: 12px;        /* Items ke darmiyan gap */
    position: relative;
    padding-left: 30px;         /* Checkmark ke liye jagah */
    transition: all 0.3s ease;  /* Smooth hover animation */
  }

  /* Custom Bullet (Checkmark Icon) with Theme Color #b52236 */
  .custom-premium-list li::before {
    content: "✓";               
    position: absolute;
    left: 0;
    top: -1px;
    color: #b52236;             /* Aapka requested Red Theme color */
    font-weight: 900;
    font-size: 18px;
  }

  /* Hover Effect with Theme Color */
  .custom-premium-list li:hover {
    color: #b52236;             /* Hover par text color bhi red hojayega */
    transform: translateX(6px); /* Halka sa right side par slide hoga */
    cursor: pointer;
  }
  
  
  
  
  .how-it-works-section {
    background-color: #1d1d21; /* Dark background */
    padding: 80px 20px;        /* Spacing upar aur neeche */
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #ffffff;
  }

  /* Section Header Styling */
  .section-header {
    text-align: center;
    margin-bottom: 60px;       /* Heading aur boxes ke darmiyan gap */
  }

  .section-header h2 {
    font-size: 70px;           /* Large & bold heading */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    color: #ffffff;
  }

  .section-header h2 span {
    color: #b52236;            /* Theme Red Color */
  }

  /* Grid Container - 4 Columns in one line */
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 25px;                            
    max-width: 1300px;                    
    margin: 0 auto;
    width: 100%;
  }

  /* Individual Step Card */
  .step-card {
    background: #111113;                  
    padding: 55px 30px;                   
    border-radius: 14px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6); 
    overflow: hidden;
    z-index: 1;
  }

  /* Gradient Border */
  .step-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 14px; 
    padding: 2px; 
    background: linear-gradient(135deg, #b52236 0%, #2a080c 100%);
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude; 
    pointer-events: none;
    z-index: -1;
    transition: all 0.4s ease;
  }

  /* Hover Glow & Lift */
  .step-card:hover {
    transform: translateY(-10px);        
    box-shadow: 0 20px 45px rgba(181, 34, 54, 0.3); 
  }

  .step-card:hover::before {
    background: linear-gradient(135deg, #ff334e 0%, #b52236 100%);
  }

  /* Giant Faded Number */
  .step-number {
    font-size: 80px;                     
    font-weight: 900;
    color: rgba(181, 34, 54, 0.05); 
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
    user-select: none;
  }

  /* Icon Styling */
  .step-icon-wrapper {
    width: 75px;                         
    height: 75px;
    background: rgba(181, 34, 54, 0.08); 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;            
    border: 1px solid rgba(181, 34, 54, 0.2);
    transition: all 0.4s ease;
  }

  .step-card:hover .step-icon-wrapper {
    background: #b52236; 
    border-color: #b52236;
  }

  .step-icon-wrapper svg {
    width: 32px;                         
    height: 32px;
    fill: #b52236;
    transition: all 0.4s ease;
  }

  .step-card:hover .step-icon-wrapper svg {
    fill: #ffffff; 
  }

  /* Text Content */
  .step-title {
    font-size: 21px;                     
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: center;
  }

  .step-desc {
    font-size: 15px;                     
    color: #cccccc;                      
    line-height: 1.6;
    margin: 0;
    text-align: center;
  }

  /* RESPONSIVE DESIGN */
  @media (max-width: 1024px) {
    .section-header h2 {
      font-size: 36px;
    }
    .steps-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }

  @media (max-width: 650px) {
    .section-header h2 {
      font-size: 32px;
    }
    .steps-grid {
      grid-template-columns: 1fr;
    }
    .step-card {
      padding: 45px 25px;
    }
  }
  
  
  
  /* Main Section Styling */
  .industries-section-list {
    background-color: #1d1d21; /* Same background color */
    padding: 80px 20px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #ffffff;
  }

  /* Section Header */
  .industries-header {
    text-align: center;
    margin-bottom: 45px;
  }

  .industries-header h2 {
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 15px 0;
    color: #ffffff;
  }

  .industries-header h2 span {
    color: #b52236; /* Theme Red Color */
  }

  .industries-header p {
    font-size: 16px;
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
  }

  /* 2-Column List Container (Adjusted for Center Alignment) */
  .industries-list-container {
    max-width: 600px;               /* Width kam kar di takay gap khatam ho jaye */
    margin: 0 auto;                 /* Poore block ko center align karne ke liye */
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns on desktop */
    gap: 18px 40px;                 /* Spacing ko tight kar diya hai */
    padding: 0;
    list-style: none;
  }

  /* Premium Bullet/List Items */
  .industries-list-container li {
    color: #ffffff;                 
    font-size: 18px;                
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    padding-left: 32px;             /* Checkmark space */
    transition: all 0.3s ease;      
    text-align: left;               /* Text left aligned rahega par block centered hoga */
  }

  /* Custom Red Checkmark (✓) */
  .industries-list-container li::before {
    content: "✓";               
    position: absolute;
    left: 0;
    top: -2px;
    color: #b52236;                 /* Theme Red Color */
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
  }

  /* Premium Hover Effect */
  .industries-list-container li:hover {
    color: #b52236;                 
    transform: translateX(6px);     
    cursor: pointer;
  }

  /* RESPONSIVE DESIGN */
  @media (max-width: 768px) {
    .industries-list-container {
      grid-template-columns: 1fr;   /* Mobile par single column automatically */
      gap: 15px 0;
      max-width: 320px;             /* Mobile par bhi text center-aligned block lagega */
    }
    .industries-header h2 {
      font-size: 32px;
    }
    .industries-list-container li {
      font-size: 16px;              
    }
  }
  
  
  /* Main Section with Background Image */
  .commitment-bg-section {
    position: relative;
    /* Aap yahan apni image ka link laga sakte hain. Maine ek high-quality dark fleet image placeholder daali hai */
    background-image: url(../images/banner.png); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax effect jo scrolling ko premium banata hai */
    padding: 120px 20px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  /* Dark Overlay for Text Readability */
  .commitment-bg-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(17, 17, 19, 0.9) 0%, rgba(29, 29, 33, 0.85) 100%);
    z-index: 1;
  }

  /* Centered Content Container */
  .commitment-bg-content {
    position: relative;
    z-index: 2; /* Content ko overlay ke upar rakhne ke liye */
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
  }

  /* Red Small Tagline */
  .commitment-tagline {
    font-size: 14px;
    text-transform: uppercase;
    color: #b52236; /* Theme Red */
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 15px;
    display: inline-block;
  }

  /* Main Heading */
  .commitment-main-title {
    font-size: 44px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0 0 25px 0;
    letter-spacing: 1px;
    color: #ffffff;
  }

  .commitment-main-title span {
    color: #b52236; /* Theme Red Color */
  }

  /* Mission Paragraph Text */
  .commitment-paragraph {
    font-size: 18px;
    color: #e0e0e0;
    line-height: 1.8;
    margin: 0 0 45px 0;
    font-weight: 400;
  }

  /* Core Pillars Container - Glassmorphism Style */
  .commitment-pillars-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  /* Individual Pill */
  .pillar-glass-pill {
    background: rgba(255, 255, 255, 0.05); /* Semi-transparent glass effect */
    backdrop-filter: blur(10px);          /* Blur effect behind the pill */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 35px;
    border-radius: 50px;                 /* Rounded pill shape */
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  /* Hover state for Pills */
  .pillar-glass-pill:hover {
    background: #b52236;                /* Turns red on hover */
    border-color: #b52236;
    transform: translateY(-4px);         
    box-shadow: 0 10px 25px rgba(181, 34, 54, 0.5); /* Glow effect */
  }

  /* RESPONSIVE DESIGN */
  @media (max-width: 768px) {
    .commitment-bg-section {
      padding: 80px 20px;
      background-attachment: scroll; /* Mobile smooth scrolling */
    }
    .commitment-main-title {
      font-size: 32px;
    }
    .commitment-paragraph {
      font-size: 16px;
    }
    .commitment-pillars-row {
      gap: 12px;
    }
    .pillar-glass-pill {
      padding: 10px 25px;
      font-size: 13px;
    }
  }
  
  
  
  /* Full-Width CTA Section */
  .cta-fullwidth-section {
      z-index: 999999;
    background-color: #111113; /* Full-width deep dark background */
    border-top: 4px solid #b52236; /* Red premium accent line at the top */
    padding: 100px 20px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #ffffff;
    text-align: center;
    position: relative;
  }

  /* Content wrapper to control text width on large screens */
  .cta-fullwidth-content {
    max-width: 800px;
    margin: 0 auto;
  }

  /* Small Tagline */
  .cta-tagline {
    font-size: 14px;
    text-transform: uppercase;
    color: #b52236; /* Theme Red */
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 15px;
    display: inline-block;
  }

  /* Main Title */
  .cta-title {
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #ffffff;
  }

  .cta-title span {
    color: #b52236; /* Highlighted Red text */
  }

  /* Description text */
  .cta-desc {
    font-size: 18px;
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  /* High-Converting CTA Button */
  .cta-btn {
    display: inline-block;
    background-color: #b52236; /* Theme Red */
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(181, 34, 54, 0.4); /* Glow effect */
    border: 2px solid #b52236;
  }

  /* Button Hover State */
  .cta-btn:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #b52236;
    transform: translateY(-3px); /* Lift animation */
    box-shadow: 0 12px 30px rgba(181, 34, 54, 0.6);
  }

  /* RESPONSIVE DESIGN */
  @media (max-width: 768px) {
    .cta-fullwidth-section {
      padding: 80px 15px;
    }
    .cta-title {
      font-size: 32px;
    }
    .cta-desc {
      font-size: 16px;
      margin-bottom: 30px;
    }
    .cta-btn {
      padding: 15px 35px;
      font-size: 14px;
      width: 100%; /* Full-width on mobile */
      box-sizing: border-box;
    }
  }
  
  
  
  
  .faq-section {
       z-index: 999999;
    background-color: #1d1d21; /* Dark theme background */
    padding: 100px 20px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #ffffff;
  }

  /* Centered Header */
  .faq-header {
    text-align: center;
    margin-bottom: 50px;
  }

  .faq-header h2 {
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 15px 0;
    color: #ffffff;
  }

  .faq-header h2 span {
    color: #b52236; /* Theme Red Color */
  }

  .faq-header p {
    font-size: 16px;
    color: #cccccc;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
  }

  /* FAQ Accordion Container */
  .faq-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  /* Individual Accordion Card */
  .faq-item {
    background-color: #111113; 
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  /* Active Accordion Border Glow */
  .faq-item.active {
    border-color: #b52236; 
    box-shadow: 0 5px 20px rgba(181, 34, 54, 0.1);
  }

  /* Question Header styling */
  .faq-question {
    padding: 22px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s ease;
  }

  .faq-question:hover {
    color: #b52236; 
  }

  /* Dynamic Custom Icon (+) */
  .faq-icon {
    font-size: 24px;
    color: #b52236; 
    font-weight: 400;
    line-height: 1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* Icon Animation when Active */
  .faq-item.active .faq-icon {
    transform: rotate(45deg); 
  }

  /* Outer Answer Container (No padding here to prevent visual jumps) */
  .faq-answer {
    max-height: 0; 
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* INNER WRAPPER: Handles perfect spacing and avoids bottom squeeze */
  .faq-answer-inner {
    padding: 0 30px 24px 30px !important; /* Bottom padding secured with !important */
  }

  .faq-answer p {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.8;
    margin: 0;
  }

  /* RESPONSIVE DESIGN */
  @media (max-width: 768px) {
    .faq-section {
      padding: 80px 15px;
    }
    .faq-header h2 {
      font-size: 32px;
    }
    .faq-question {
      padding: 18px 20px;
      font-size: 16px;
    }
    .faq-answer-inner {
      padding: 0 20px 20px 20px !important; /* Clean padding on mobile */
    }
    .faq-answer p {
      font-size: 14.5px;
    }
  }
  
  
  
  a.navbar-brand img {
    width: 168px;
    filter: brightness(0) invert(1);
}


.footer-logo img {
    width: 300px;
}