/*
Theme Name: MAARS Theme
Author: Suresh
Version: 1.0
Description: Custom theme 
*/


/* Inter Font */
@font-face {
  font-family: 'Inter';
  src: url('./fonts/inter/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Roboto Slab Font */
@font-face {
  font-family: 'Roboto Slab';
  src: url('./fonts/roboto_slab/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Inter', sans-serif;
}

/* For specific headings, use Roboto Slab */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
}



.hero-slider .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0px 0px 40px 40px; /* Apply 40px radius on left and right */
  overflow: hidden; /* Ensure the content inside is clipped to the rounded corners */
}

/* Custom styles for the second section */

/* Section Container */
.second-section {
  padding: 10px 0;
  background-color: #f8f9fa;
}

/* Left column content */
.content-left {
  padding: 20px;
}

.section-heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.btn-rounded {
  border-radius: 40px;
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;

}

.image-wrapper {
  text-align: center;
  margin-top: 10px;
}

.image-wrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.sub-heading {
  font-size: 18px;
  margin-top: 10px;
 }

/* Right column content */
.content-right {
  padding: 20px;
}

.rounded-img {
  width: 66%;
  border-radius: 20px;
  object-fit: cover;
  height: 100%;
  max-height: 461px; /* Adjust the max-height as necessary */
}

/* Styling for the left image and heading to be side by side */
.image-and-heading {
  display: flex;
  align-items: center;  /* Vertically center the image and heading */
  gap: 20px;  /* Space between the image and the heading */
}

/* Styling for the rounded image */
.rounded-circle {
  border-radius: 50%;
  width: 100px; /* Adjust the size of the image */
  height: 100px; /* Adjust the size of the image */
  object-fit: cover;
}

/* Styling for the subheading */
.sub-heading {
  font-size: 1.2rem;  /* Adjust the font size */
  font-weight: 600;   /* Make the subheading bold */
  margin: 0;          /* Remove the default margin */
  text-align: left;
}



/* Styling for the section heading */
.section-heading {
  font-size: 2rem;
  margin-bottom: 0px;
}

.contact-banner {
  height: 65vh; /* Medium height */
  background-size: cover;
  background-position: center;
  border-radius: 0 0 40px 40px;
  position: relative;
}

.contact-banner-overlay {
  height: 100%;
  z-index: 2;
  position: relative;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
}


.stat-box {
  background-color: #9D2763;
  color: #fff;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.stat-box i,
.stat-box h3,
.stat-box p {
  color: #fff;
}


.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}


.cert-box {
  background-color: #f9f9f9;
  border-radius: 15px;
  height: 320px; /* Increased height */
}

.swiper-slide img {
  max-height: 280px;
  width: 100%;
  height: 280px;
  object-fit: contain;
  border-radius: 15px;
}

.product-banner {
  height: 400px;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-banner .overlay {
  background-color: rgba(0,0,0,0.5);
  padding: 60px;
  color: #fff;
  text-align: center;
}



/* 1. Fix the height of the navbar */
.navbar {
  height: 80px; /* Fixed height */
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

/* 2. Prevent the logo from pushing navbar height */
.navbar-brand {
  display: flex;
  align-items: center;
  height: 100%;
}

/* 3. Set the desired logo height independently */
.site-logo {
  
  width: auto;
  max-height: 240%; /* Prevent overflow */
  object-fit: contain;
}

/* 4. Keep menu items centered vertically */
.navbar-nav > li > a {
  line-height: 24px; /* Same as navbar height */
  padding: 0 15px;
}

/* Style the hamburger icon for better visibility */
.navbar-toggler {
  border: none;
  z-index: 999;
}

/* Override Bootstrap's default icon */
.navbar-toggler-icon {
  background-image: none; /* Remove Bootstrap default */
  width: 24px;
  height: 2px;
  background-color: white;
  display: block;
  position: relative;
}

/* Create the 3 lines of the hamburger */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  display: block;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

i.me-2.fadd {
    margin-left: 18px;
}

.footer-heading {
  position: relative; /* Ensure absolute positioning works inside */
   padding-bottom: 20px; /* Ensure space for logo */
}

.footer-heading img {
  display: block;
  max-height: 148px;
  margin-bottom: 10px;
  position: absolute;
  bottom: -82px;
  left: 31%;
  transform: translateX(-50%);
}

/* Mobile/Tablet responsive behavior */
@media (max-width: 768px) {
  .footer-heading img {
    max-height: 139px;
    bottom: -82px;
    left: 47px;
  }
  
  .contact-banner {
  height: 35vh; /* Medium height */

}

  .footer-heading {
    padding-bottom: 0px; /* Adjust spacing for smaller screens */
  }
}
.download-icon i {
  font-size: 1.2rem;
 
  color: #9D2763; /* Maroon */
}

.heading-overlay {
  background-color: rgba(0, 0, 0, 0.2); /* Transparent black */
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-title {
  margin-bottom: 1rem;
}

.card .btn {
  margin-top: auto;
}

  /* Main slider navigation arrows */
  .swiper-button-next,
  .swiper-button-prev {
    width: 36px !important;        /* Set fixed small width */
    height: 36px !important;       /* Set fixed small height */
    background-color: #9D2763;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px !important; /* Override the default huge size */
  font-weight: bold;
  color: #fff;
}

  /* Thumbnail slider settings */
  .swiper-thumbnail-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 10px;
  }

  .mySwiper {
    width: 100%;
  }

  .mySwiper .swiper-slide {
    width: 33.3333% !important;
    opacity: 0.5;
    cursor: pointer;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #9D2763;
  }

  .mySwiper img {
    height: 80px;
    object-fit: cover;
    width: 100%;
  }

  @media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
      width: 26px;
      height: 26px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 12px;
    }

    .mySwiper .swiper-slide img {
      height: 60px;
    }
  }
  

  .table th,
  .table td {
    padding: 12px 8px;
    font-size: 14px;
    word-break: break-word;
  }

  .table-responsive {
    overflow-x: auto;
  }

  @media (max-width: 767px) {
    .table th,
    .table td {
      font-size: 13px;
      padding: 10px 6px;
    }

    h2 {
      font-size: 1.5rem;
    }
  }