@import url("https://fonts.googleapis.com/css2?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");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0px;
}

a {
  text-decoration: none;
}

:root {
  /* Define variables for consistency */
  --primary-color: #B60B0B;
  --secondary-color: #4d4d4d;
  --text-dark: #333;
  --text-light: #fff;
  --font-xsm: 0.575rem;
  --font-sm: 0.875rem;
  --font-md: 1.5rem;
  --font-lg: 2rem;
  --font-xlg: clamp(2rem, 6vw, 3.25rem);
  --transition: all 0.3s ease-in-out;
}

/*-------------------*/
/* text */
/*-------------------*/
.text-theme {
  color: var(--primary-color);
}

.text-gray {
  color: var(--secondary-color);
}

/* bg colors */
.bg-theme {
  background-color: #B60B0B;
}

.bg-light-red {
  background-color: #ffdada3b;
}

/*-------------------*/
/* Buttons */
/*-------------------*/
.btn {
  padding: 0.5rem 1.2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: var(--transition);
}

.btn-primary {
  background-color: #B60B0B;
  color: white;
  padding: 0.5rem 0.8rem;
  border-radius: 20px;
  border: 1px solid #b60b0b00;
}

.btn-primary:hover {
  background-color: white;
  color: #B60B0B;
  border: 1px solid #B60B0B;
}

.btn-white {
  padding: 0.3rem 0.5rem;
  background: white;
  color: #3f4293;
  font-size: 15px;
  border-radius: 10px;
  outline: none;
}

.btn-white:hover {
  background-color: #f4efff;
}

.btn-custom {
  padding: 7px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 13px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-weight: 700;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.4s ease-in;
}

.btn-custom span {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  margin: 5px;
}

.btn-custom:hover {
  color: var(--primary-color);
  background-color: #fff;
}

.btn-consult {
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(75deg, #B60B0B, #000);
  font-size: 13px;
  color: white;
  border: 1px solid var(--primary-color);
  font-weight: 700;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.4s ease-in;
}

.btn-consult span {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: white;
  margin: 5px;
}

.btn-consult:hover {
  background: linear-gradient(45deg, #000, #B60B0B);
}

/* navbar */

.top-con {
  display: flex;
  align-items: center;
  justify-content: start;
}

.top-con a {
  margin: 5px;
  border: none;
}

.top-con .top-contact {
  display: flex;
  align-items: center;
}

.top-contact img {
  width: 20px;
  height: 20px;
}

.top-contact img:hover {
  scale: 0.9;
}

.top-contact p {
  color: #ffffff;
  margin-bottom: 0rem !important;
}

.top-social-media {
  display: flex;
  justify-content: end;
  align-items: center;
}

.top-social-media a {
  margin: 5px;
}

.top-social-media a img {
  width: 25px;
  height: 25px;
  transition: 0.3s ease-in-out;
}

.top-social-media a img:hover {
  scale: 0.9;
}

.navbar {
  --bs-navbar-padding-y: 0rem !important;
}

.navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-nav .nav-link {
  font-weight: 600;
  position: relative;
}

.navbar-nav .nav-link::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #9e0606;
  transition: width 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
  height: 2px;
  border-radius: 10px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: var(--primary-color);
}

.navbar-toggler {
  color: var(--primary-color) !important;
  /* border:1px solid#DA251C!important; */
}

.nav-img {
  width: auto;
  height: 60px;
}

.nav-link {
  font-size: 15px;
  font-weight: bolder;
  margin: 0vw 0.5vw;
  color: black !important;
}

.nav-top {
  display: flex;
  align-items: center;
  /* padding: 0vw 1.2vw; */
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0 !important;
  align-items: center;
}

.sec-pad {
  padding: clamp(1rem, 5vw, 2.5rem);
}

.one {
  position: relative;
  /* z-index: -4; */
  /* height: 100vh; */
  width: 100%;
  background: linear-gradient(180deg, #ffecec00, #fafcff, #f8f9fa);
}

.one::before {
  content: "";
  position: absolute;
  top: -95px;
  left: 12%;
  height: 20vw;
  width: 50vw;
  z-index: -5;
  background: linear-gradient(60deg, #fddbdb, rgb(255, 230, 230));
  filter: blur(90px);
  opacity: 0.8;
  pointer-events: none;
}

.banner {
  padding: 2vw 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner h1 {
  font-size: var(--font-xlg);
  font-weight: 800;
}

.banner h1 span img {
  height: auto;
  width: clamp(3rem, 7vw, 10vw);
}

.ban-img-sec {
  background: url("./images/ban-1.jpg");
  height: auto;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.form-box {
  padding: 2rem;
  width: 32vw;
  background-color: #fff;
  border-radius: 20px;
  /* margin: 20px; */
  /* margin-left: 15px; */
  z-index: 10;
}

.gradient-text {
  background-image: linear-gradient(90deg, #b60b0b, #000000);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  font-weight: bolder;
}

.form-control {
  border-color: grey;
}

.form-label {
  font-weight: bolder;
}

.btn-gradient {
  border-radius: 10px;
  color: white;
  background-image: linear-gradient(90deg, #9e0606, #000000);
}

.btn-gradient:hover {
  color: white;
  background-image: linear-gradient(90deg, #000000, #9e0606);
}

.ban-aero {
  height: auto;
  width: 50px;
  position: absolute;
  right: 15px;
  top: -100px;
  z-index: -10;
}

.clientele-carousel .item img {
  height: auto;
  width: 150px;
}

.ban {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.ban img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  max-height: 500px;
}

.overlay-ban {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 20, 60, 0.6);
  /* crimson red overlay with transparency */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  color: #fff;
  text-align: center;
}

.banner-text h1 {
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.banner-text p {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 400;
}

/* sec 3 */
.choose-card {
  height: 15rem;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 20px;
  margin: 0.7rem;
  transition: all 0.2s ease-in;
}

.choose-card img {
  height: 5rem;
  width: 5rem;
}

.choose-card:hover {
  background: linear-gradient(95deg, #ffffff, #ffe0e0f1);
}

/* sec -4 */
.service-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
  margin-bottom: 1.5rem;
}

.service-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.service-card .overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 5;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: linear-gradient(to top, #ffffffb7);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #000000;
  /* border-radius: 0 0 12px 12px; */
  z-index: 2;
}

.service-card .overlay .heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.5rem;
}

.service-card .overlay img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.service-card h5 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin: 0;
  /* color: #fff; */
}

.service-card p {
  font-size: clamp(0.875rem, 2vw, 0.8rem);
  margin: 0;
  display: none;
  /* color: #f1f1f1; */
  transition: all 0.4s ease-in-out;
}

.service-card:hover p {
  display: block;
}

/* .service-card:hover img {
  transform: scale(1.1);
} */
.btn-services {
  width: 130px;
  display: inline-flex;
  padding: 0.4rem 0.6rem;
  border-radius: 10px;
  background: #232526;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #414345, #232526);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #414345, #232526);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}

/* sec-5 */
.five {
  background: linear-gradient(180deg, #fff1f1, #ffdede);
}

.hows-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hows-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.hows-card .img-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hows-card .img-box0 {
  display: flex;
  justify-content: center;
  /* horizontally center */
  align-items: center;
  /* vertically center */
}

.hows-card .img-box0 img {
  width: 6vw;
  height: auto;
  display: block;
  object-fit: cover;
  margin-top: 2vh;
}

.hows-card .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
}

.hows-card .details {
  padding: 1.5rem;
  flex-grow: 1;
}

.hows-card p {
  font-size: 0.9rem;
}

/* product sec */
.bg-light-gray {
  background-color: #f1f1f179;
}

.product-card {
  width: 100%;
  height: 19rem;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}

.product-card p {
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  margin: 0;
}

.pro-det {
  background-color: #fddbdb5d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex-direction: column;
  border-radius: 10px;
  /* border-top: 1px solid rgb(197, 197, 197); */
}

.pro-det p {
  font-size: 0.8rem;
}

/* sec-6 */
.bg-sky {
  background-color: #529af828;
}

.state-card {
  width: 15rem;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;

  flex-direction: column;
  background: linear-gradient(115deg, #ffffff, #529af854);
  border-radius: 10px;
  margin: 10px;
  transition: all 0.5s ease-in-out;
}

.state-card:hover {
  scale: 0.9;
}

/* sec-8 */
.bg-dark-sky {
  background-image: radial-gradient(circle 1588px at -27.3% 144%, rgb(105, 1, 1) 0%, rgba(0, 0, 0, 1) 43.4%, rgba(0, 0, 0, 1) 65.8%, rgba(255, 22, 22, 1) 100.2%);
}

.eight .heading h2 {
  font-size: clamp(1.8rem, 2vw + 1rem, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.eight .heading p {
  font-size: clamp(1rem, 0.8vw + 0.5rem, 1.2rem);
  color: #fff;
  font-weight: 600;
}

.btn-ad {
  background-color: #fff;
  color: #9e0606;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  /* box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2); */
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  min-width: 180px;
  text-align: center;
}

.btn-ad:hover {
  background-color: #9e0606;
  color: #fff;
}

.adv-img img.ad-img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.adv-img:hover img.ad-img {
  transform: scale(1.05);
}


/* sec-9 */

.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border: none !important;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-active-color: inherit;
  --bs-accordion-active-bg: transparent;
}

.accordion-button {
  padding: 1rem 0.5rem !important;
  border-bottom: 2px solid #9e0606 !important;
}

.accordion-button p {
  margin-bottom: 0px !important;
}

.accordion-item {
  border: none !important;
  background-color: transparent;
}

.accordion-button {
  border: none;
  background-color: transparent;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  border: none;
  background-color: transparent;
  box-shadow: none !important;
}

.accordion-button:focus {
  border: none;
  box-shadow: none !important;
}

.accordion-collapse {
  border: none !important;
}

.accordion-body {
  padding: 15px 0;
  border: none !important;
}

.ad-img-2 {
  height: auto;
  width: 200px;
}

/* footer */
.bg-footer {
  background-color: #000;
}

.footer-inner-bg {
  background-color: #c6d9f11a;
}

footer ul {
  padding-left: 0rem;
}

footer ul li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  /* padding-left: 20px; */
  /* Space for the SVG icon */
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Optional: Hover effect on the text color */
footer ul li:hover span {
  color: #d3d3d3;
  /* Change text color on hover */
}

.footer-bottom p {
  margin-bottom: 0rem !important;
  font-weight: 600;
}

.footer-bottom p:hover {
  color: #9e0606;
}

/* scroll to top */
/* srool to top */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #043B71;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  z-index: 23;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  background-color: #084e94;
  /* Darker red on hover */
  transform: translateY(-2px);
}

.scroll-to-top:focus {
  outline: none;
}

.modal-content {
  background: #ffeeee;
  backdrop-filter: blur(8px);
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
}

/* about Page  */
.v-card {
  display: flex;
  padding: 1.5rem;
  justify-content: start;
  /* align-items: center; */
  flex-direction: column;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  background: #f857a6;
  /* fallback for old browsers */
  background: linear-gradient(to right, #ffd6da3d, #ffe1f036);

}

.icon-heading {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.icon-heading img {
  height: 4rem;
  width: 4rem;
  margin-right: 10px;
}

.icon-heading h3 {
  font-size: 1.5rem;
}

/* contact us  */
.mail-div,
.con-div {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
  background: #ffe2e6a1;
  padding: 0rem 1.5rem;
  margin: 10px;
  /* height: 200px; */
  border-radius: 10px;
}

.m-detail,
.cont-detail {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.m-detail span img,
.cont-detail span img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.m-detail p a,
.cont-detail p a {
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: black;
}

.m-detail p a:hover {
  color: #a3032b;
}

.bg-gradient-con {
  background: linear-gradient(180deg, #fff, #dac9ff);
}

.bg-light-red-gradient {
  background: linear-gradient(180deg, #fff, #ffd2d0c2);
}

.map iframe {
  border-radius: 10px;
}


/* Media Query */

@media screen and (max-width: 600px) {
  /* section 1 */

  .banner {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .btn-custom {
    padding: 4px 8px;
  }

  .sec-pad {
    padding: 1rem;
  }

  .nav-img {
    width: auto;
    height: 50px;
  }

  .top-contact img {
    width: 20px;
    height: 20px;
    /* margin: 5px; */
  }

  .top-social-media a img {
    width: 20px;
    height: 20px;
  }

  .top-contact p {
    display: none;
    content: none;
  }

  .nav-top {
    border-bottom: 2px solid #1b6aa8;
    display: flex;
    justify-content: space-between;
  }

  .form-box {
    width: 100%;
  }

  .ban-aero {
    height: auto;
    width: 50px;
    position: absolute;
    right: 5px;
    top: -46px;
    z-index: -1;
  }

  .btn-ad {
    width: 100%;
  }

  .eight .heading h2 {
    font-size: 1.5rem;
  }

  .eight .heading p {
    font-size: 1rem;
  }

  .adv-img {
    margin-top: 1rem;
  }

  p {
    font-size: 0.9rem;
  }

  /* map */
  .map {
    width: 100vw;
    height: auto;
  }

  .map iframe {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .form-box {
    width: 100%;
  }

  .eight .heading h2,
  .eight .heading p {
    text-align: center;
  }

  .eight .d-flex.mt-4 {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .btn-ad {
    width: 80%;
    text-align: center;
  }

  .adv-img {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-box {
    width: 80%;
  }
}

#loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
}