@import url("https://fonts.googleapis.com/css2?family=poppins:wght@400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}


:root {
  --fixed-header-height: 4.5rem;
}


body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #ffffff;
  
}
.home-section{
  margin-top: 1vh;
  /* margin-bottom: 2vh; */
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.container {
  width: 100%;
  height: 5%;

}


/* ==== HEADER ==== */
.header {
 
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px;
  
}


.show {
  right: 3% !important;
}


.main-heading {

  width: 60%; /* Adjust width to control text wrapping */
  margin: 0 auto; 
  flex-shrink: 0;
  text-align: center;
  font-weight: 500;
  font-size: 65px;
  line-height: 1.2em; 
  color: rgb(0, 0, 0);
  text-wrap: balance;
  word-break: break-word;
 
}

.sub-heading {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 92px;
  color: rgb(229, 30, 42);
  text-wrap: balance;
}


/* Logo */

.headerlogo{

  text-align: center;
  width: 100%;

}

.headerlogo img{

  text-align: center;
  width: 100%;
  padding-top: 50px;

}

/* VIDEO */

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;

}

/* BUTTON */
.btn {
  width: 110px;
  height: 50px;
  background-color: #B6262F;
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 7px;
  letter-spacing: 1px;
  transition: 0.4s;
}

.btn-wrapper {
  margin-top: 1%;
  display: flex;
  width: 100%;
  padding-bottom: 1%;
}

.Disc_more_btn {
  width: 180px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 40px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
  box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.1);

 
}


/* About Us */

.About-Container{
  background-color: #F2F2F2;
}

.About-Us-Header{
  padding-top: 40px;
font-size: 48px;
text-align: center;
justify-content: center;

}

.Red-Line{
  content: "";
    width: 20%; 
    height: 3px;
    background-color: #e92b2b;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
    transform: translateX(200%); 
    border-radius: 10px;
}

.About-p{
  padding: 2%;
  text-align: left;
  justify-content: center;
 
}


/* Solutions Cards */


  .Card-Section {
    margin: 0;
    padding-right: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    padding-top: 5%;
    width: 100%;
  }

.Card-Section h1{
  text-align: center;
  align-items: center;
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  line-height: 92px;
  padding-left: 100px;
 
  

}
.CardContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  max-width: 1200px;
  width: 100%;
}

.card:hover {
  transform: translateY(-10px);
}


.card img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
}
.card p {
  margin-bottom: 5%;
  text-align: center;
  font-size: 1rem;
  color: #000000;
}

/* Adjust middle cards */
.CardContainer .card:nth-child(2),
.CardContainer .card:nth-child(5) {
    margin-top: -30px;
}


.learnMoreheader{
  position: absolute;
  text-align: center;
  color: #E51E2A;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 2vw;
  padding-left: 1vw;
}

/* Get in Touch */
.centered-section {
  display: flex;
  justify-content: center; 
  padding: 0 80px;
}

.get-in-touch {
  width: 100%;
  background-color: #F2f2f2;
  padding: 40px;
  border-radius: 10px;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.get-in-touch h3 {
  font-size: 73px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
.get-in-touch p {
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 30px;
}
.get-in-touch button {
  background-color: #E51E2A;
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.get-in-touch button:hover {
  background-color: #000000;
}

/* Compliance Section */

.compliance-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: transparent;
}

.compliance-block {
  width: 200px;
  height: 150px;
  background-color: black;
  color: white;
  margin: 0 60px;
  text-align: center;
  position: relative;
  border-radius: 5px;
}

.compliance-header {
  width: 100%;
  height: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
}

.compliance-block p {
  margin: 60px 0 0 0;
  font-size: 20px;
}



/* Testimonial Carousel */

.carousel-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.testimonial-carousel {
  width: 70%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.testimonial {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  transition: transform 1s ease;
}

.testimonial-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

.testimonial-logo img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  object-fit: contain;
}

.testimonial-logo p {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  font-family: "poppins", sans-serif;
}

.testimonial-text {
  flex-grow: 1;
}

.testimonial-text p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Radio Button Controls */
.testimonial-controls {
 padding: 1%;
  display: flex;
  justify-content: center;
  
}

.testimonial-radio {
  display: none;
}

.testimonial-controls label {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.testimonial-radio:checked + label {
  background-color: #333;
}

/* FOOTER */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

.footerlogo img {
  display: block;
  Width: 150px;
  height: auto;
  padding-top: 100px;
  
}

.footer {
 
  /* max-width: 1280px; */
  background: #ffffff;
  padding-left: 80px;
  padding-right: 80px;
  
}

.footer-col{

  flex: 1;
  padding: 0 10px; 
}


.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: right;
  /* justify-content: space-between; */
  padding: 20px 0;
  gap: 100px;
}


.footer-col .links {
  list-style-type: none;
  /* margin-top: 20px;
  gap: 20px; */
  margin: 0;
  padding: 0;
}

.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-col .links li a {
  text-decoration: none;
  color: #000000;
}

.footer-col .links li a:hover {
  color: #E51E2A;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.footer-left a {
  margin-right: 10px;
  text-decoration: none;
  color: #000;

}

.footer-left a:hover {
  text-decoration: underline;
  
}

.footer-right a {
  margin-left: 10px;
}

.icon-img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}

.icon-img {
  width: 40px; 
  height: 40px; 
  transition: transform 0.3s ease; 
}

.icon-img:hover {
  transform: scale(1.1); 
}

/* Media Screens */
@media only screen and (max-width: 1024px) {
  .Card-Section {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .CardContainer {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    max-width: 100%;
  }

  .card {
    width: 280px;
    height: 380px;
  }

  .card img {
    width: 250px;
    height: 320px;
  }

  .Card-Section h1 {
    font-size: 36px;
    padding-left: 50px;
  }
}



@media (max-width: 768px) {

  
  body {
    overflow-x: hidden;
  }

  /* Header */
  .header {
    flex-direction: column;
    padding: 5vh 5vw;
    min-height: auto; 
  }

  .nav {
    flex-direction: column;
    padding: 2vh 2vw;
    box-shadow: none;
    border-radius: 0;
    min-height: auto;
  }

  .hamburger {
    display: flex;
}

.nav_menu {
  position: fixed;
 left:-260px;
  top: 150px;
  flex-direction: column;
  background-color: #f2f2f2;
  width:50%;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
}


  .nav_menu_list {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2vh; 
  }

  .nav_menu_item {
    margin: 2vh 0;
  }
  .nav_menu.active {
    left: 0;
  }

  .nav_menu_link {
    font-size: 4vw; 
    color: rgb(229, 30, 42);
  }

  /* Main Heading */
  .main-heading {
    font-size: 8vw;
    width: 90vw;
    margin-bottom: 5vh; /* Add space below the main heading */
  }

  .sub-heading {
    font-size: 6vw;
    line-height: 9vh;
    margin-bottom: 4vh; /* Add margin below sub-heading */
  }

  /* Button */
  .btn-wrapper {
    justify-content: center;
    margin-bottom: 5vh; 
  }

  .btn, .Disc_more_btn {
    width: 90vw;
    margin-top: 2vh;
  }

  .About-Us-Header{
    font-size: 30px;
  }


  /* Solutions Cards */
 
  .Card-Section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .CardContainer {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .card {
    width: 100%;
    height: auto;
  }

  .card img {
    width: 100%;
    height: auto;
  }

  .Card-Section h1 {
    font-size: 30px;
    padding-left: 20px;
  }

  .learnMoreheader {
    font-size: 14px;
    padding-top: 10px;
  }



  /* Get in Touch */
  .get-in-touch {
    margin-bottom: 8vh; 
    width: 100%;
  }

  .get-in-touch h3 {
    font-size: 10vw;
  }

  .get-in-touch p {
    font-size: 3.5vw;
  }

  /* Compliance */

  .compliance-container {
    flex-direction: column;
    padding: 10px;
  }

  .compliance-block {
    width: 100%;
    margin: 10px 0;
   
  }

  .compliance-header {
    width: 35px;
    height: 35px;
  }

  .compliance-block p {
    font-size: 0.85rem;
  }

  /* Footer */
  .footer-col {
    flex: 100%;
    padding: 0 2vw;
  }

  .footer-row {
    flex-direction: column;
    gap: 5vh;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 2vh;
  }

  .icon-img {
    width: 8vw;
    height: 8vw;
  }

  /* Partners */

  .partner-logo-outer img,
  .partner-logo-inner img {
    width: auto;
    height: auto;
    padding-left: 0;
  }

  /* Ensure no overlap by adding spacing between sections */
  .Card-Section, .partners-section, .get-in-touch, .footer {
    margin-top: 5vh;
  }

/* Testimonials */

.testimonial-carousel {
  width: 100%;
  height: 250px;
}

.testimonial {
    padding: 5px;
    max-width: 100%;
  }

  .testimonial-logo {
    margin-bottom: 10px;
    text-align: center;
  }

  .testimonial-logo img {
    width: 50px; 

  }

  .testimonial-text p {
    font-size: 0.85rem;
  }
  
}

@media only screen and (max-width: 480px) {
  .Card-Section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .CardContainer {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card {
    width: 100%;
    height: auto;
  }

  .card img {
    width: 100%;
    height: auto;
  }

  .Card-Section h1 {
    font-size: 24px;
    padding-left: 10px;
  }

  .learnMoreheader {
    font-size: 12px;
    padding-top: 5px;
  }

  .compliance-container {
    padding: 5px;
  }

  .compliance-header {
    width: 30px;
    height: 30px;
  }

  .compliance-block p {
    font-size: 0.8rem;
  }


  .testimonial {
    padding: 5px;
  }

  .testimonial-logo img {
    width: 50px; 
    align-items: top;
  }

  .testimonial-text p {
    font-size: 0.8rem;
  }
}