/* .hero-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: relative;
    max-width: 800px;
    padding: 20px;
    z-index: 10;
}

.hero-section h1 {
    font-size: calc(30px + 5.5vw);
    margin-bottom: 0px !important;
    color: black;
    line-height: 0;
    padding-bottom: 40px;
}

.hero-section h1 span {
    display: block;
    font-family: Gilroy-Light;
    line-height: 1;
}

.hero-section p {
    font-size: 16px;
    color: rgb(121, 121, 121);
    margin: auto;
    font-family: Gilroy-Light;
}
.hero-section .btn{
    padding: 12px 20px;
}
.hero-section .btn i {
    rotate: 311deg;
    margin-left: 15px;
}

.hero-section .btn:hover i {
    rotate: 0deg;
    transition: all 0.3s ease-in-out;
}

.hero-section .btn:hover {
    background: black;
    color: white;
}








.home-about p {
    font-size: calc(17px + 1.3vw);
  
    color: #dddddd;
    font-family: Gilroy-Light;
    text-transform: lowercase;
}

.section-heading {
    font-size: calc(20px + 1.4vw);
    margin-bottom: 40px;
    font-family: Gilroy-BoldItalic;
    color: #f6aa04;
}

.section-heading-light {
    font-size: calc(15px + 2vw);
    margin-bottom: 40px;
    font-family: Gilroy-ThinItalic;
    color: #f6aa04;
}


.value-card {
    padding: 30px;
    margin: 20px 0;
    transition: transform 0.3s;
}

.value-card:hover {
    transform: translateY(-10px);
}

.value-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #f6aa04;
    position: relative;
    padding-bottom: 15px;
    font-family: Gilroy-Light;
}

.value-card h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffffff;
    bottom: -5px;
    left: 0;
}

.value-card .text-1 {
    font-size: calc(15px + 0.8vw);
    margin-bottom: 40px;
    font-family: Gilroy-Light;
    color: #ffffff;
    line-height: 1.2;
}

.value-card .text-2 {
    font-size: 15px;
    font-family: Gilroy-Light;
    color: #ffffff;
}




.solution-card-wrapper .lead{
    font-size: calc(18px + 3vw);
   line-height: 1;
    color: #121212;
    font-family: Gilroy-UltraLight;
    margin-bottom: 20px;
}

.section-para{
    font-size: 25px;
    line-height: 1.2;
    color: #121212;
    font-family: Gilroy-Light;
}



.solution-card-wrapper .nav-tabs {
  
    justify-content: space-between;
}

.solution-card-wrapper .nav-tabs .nav-item {
    width: 30%;
}

.solution-card-wrapper .nav-tabs .nav-link {
    width: 100%;
    
    padding: 10px;
    color: white;
    font-size: 23px;
    background: #282828;
    border-radius: 100px 100px 0 0 !important;
    overflow: hidden !important;
}

.solution-card-wrapper .nav-tabs .nav-link span:first-child {
    color: #f6aa04;
    display: block;
}

.solution-card-wrapper .nav-tabs .nav-link.active {
    color: black;
    background: #e6e7e8;
    border-bottom: none !important;
}

.tab-content {
    background:#e6e7e8;
    border: none;
    border-radius: 0 0 100px 100px;
}

.solution-card h2 {
    font-size: calc(25px + 2.5vw);
    line-height: 1;
    color: #242424;
    margin-bottom: 25px;
    
    
}
.solution-card p{
color: #000;
font-family: Gilroy-Light;
font-size: 17px;
}

.brand-container{
    background: #f6aa04;
}

.brand-logo img{
max-width: 140px;
margin: 20px auto;
}

.brand-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:992px) {
    .tab-content{
        padding: 0 20px;
       
    }  
    
}
@media (max-width:768px) {
    .hero-section h1 span{display: inline;}
    

.hero-section .text-wrapper{
    text-align: center;
    margin-bottom: 40px;
}
.nav-tab-wrapper{
    overflow: hidden;
    overflow-x: scroll;
}
.solution-card-wrapper .nav-tabs {
  margin-bottom: 25px;
  border-bottom: none;
 min-width: 650px;
  gap: 20px;
}
.solution-card-wrapper .nav-tabs .nav-link {
    border-radius: 15px !important;
    font-size: 18px;
    padding: 6px;
    
}
.solution-card-wrapper .nav-tabs .nav-link span:first-child{
    display: none;
}
.tab-content{
    padding: 0 20px;
    border-radius: 20px;
}
}
@media (max-width:578px) {
    .value-card {
        padding: 0 15px;
        margin: 10px 0;
      
    }
    .value-card h3{
        margin-bottom: 25px;
    }
} */

/* Hero Section */
.hero-section .custom-container{
  min-height: 95vh;
 
 
}
.hero-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  max-width: 800px;
  padding: 20px;
  z-index: 10;
}

.hero-section h1 {
  font-size: calc(30px + 5vw);
  margin-bottom: 0;
  color: #000;
  line-height: 1;
  padding-bottom: 40px;
}

.hero-section h1 span {
  display: block;
  font-family: "Gilroy-Light", sans-serif;
  line-height: .9;
}

.hero-section p {
  font-size: 16px;

  font-family: "Gilroy-Light", sans-serif;
 max-width: 450px;
}

.hero-section .btn {
  padding: 12px 20px;
}

.hero-section .btn i {
  -webkit-transform: rotate(311deg);
  -ms-transform: rotate(311deg);
  transform: rotate(311deg);
  margin-left: 15px;
}

.hero-section .btn:hover i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-section .btn:hover {
  background: #000;
  color: #fff;
}

/* Home About */
.home-about p {
  font-size: 1.3vw; /* Fallback */
  font-size: calc(17px + 1.3vw);
  color: #ddd;
  font-family: "Gilroy-Light", sans-serif;
  text-transform: lowercase;
}

.section-heading {
  font-size: 1.4vw; /* Fallback */
  font-size: calc(20px + 1.4vw);
  margin-bottom: 40px;
  font-family: "Gilroy-BoldItalic", sans-serif;
  color: #f6aa04;
}

.section-heading-light {
  font-size: 2vw; /* Fallback */
  font-size: calc(15px + 2vw);
  margin-bottom: 40px;
  font-family: "Gilroy-ThinItalic", sans-serif;
  color: #f6aa04;
}

.value-card {
  padding: 30px;
  margin: 20px 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.value-card:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.value-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #f6aa04;
  position: relative;
  padding-bottom: 15px;
  font-family: "Gilroy-Light", sans-serif;
}

.value-card h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -5px;
  left: 0;
}

.value-card .text-1 {
  font-size: 0.8vw; /* Fallback */
  font-size: calc(15px + 0.8vw);
  margin-bottom: 40px;
  font-family: "Gilroy-Light", sans-serif;
  color: #fff;
  line-height: 1.2;
}

.value-card .text-2 {
  font-size: 15px;
  font-family: "Gilroy-Light", sans-serif;
  color: #fff;
}

/* Solution Section */
.solution-card-wrapper .lead {
  font-size: 3vw; /* Fallback */
  font-size: calc(18px + 3vw);
  line-height: 1.2;
  color: #121212;
  font-family: "Gilroy-UltraLight", sans-serif;
  margin-bottom: 20px;
}

.section-para {
  font-size: 25px;
  line-height: 1.2;
  color: #121212;
  font-family: "Gilroy-Light", sans-serif;
}

.solution-card-wrapper .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.solution-card-wrapper .nav-tabs .nav-item {
  width: 30%;
}

.solution-card-wrapper .nav-tabs .nav-link {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 23px;
  background: #282828;
  border-radius: 100px 100px 0 0;
  overflow: hidden;
}

.solution-card-wrapper .nav-tabs .nav-link span:first-child {
  color: #f6aa04;
  display: block;
}

.solution-card-wrapper .nav-tabs .nav-link.active {
  color: #000;
  background: #e6e7e8;
  border-bottom: none;
}

.tab-content {
  background: #e6e7e8;
  border: none;
  border-radius: 0 0 100px 100px;
}

.solution-card h2 {
  font-size: 2.5vw; /* Fallback */
  font-size: calc(25px + 2.5vw);
  line-height: 1.2;
  color: #242424;
  margin-bottom: 25px;
}

.solution-card p {
  color: #000;
  font-family: "Gilroy-Light", sans-serif;
  font-size: 17px;
}

.brand-container {
  background: #f6aa04;
}

.brand-logo img {
  max-width: 140px;
  margin: 20px auto;
}

.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Media Queries */
@media (max-width: 992px) {
  .tab-content {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .hero-section h1 span {
    display: inline;
  }

  .hero-section .text-wrapper {
    text-align: center;
    margin-bottom: 40px;
  }

  .nav-tab-wrapper {
    overflow: hidden;
    overflow-x: auto;
  }

  .solution-card-wrapper .nav-tabs {
    margin-bottom: 25px;
    border-bottom: none;
    min-width: 650px;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .solution-card-wrapper .nav-tabs .nav-link {
    border-radius: 15px;
    font-size: 18px;
    padding: 6px;
  }

  .solution-card-wrapper .nav-tabs .nav-link span:first-child {
    display: none;
  }

  .tab-content {
    padding: 0 20px;
    border-radius: 20px;
  }
}

@media (max-width: 578px) {
  .value-card {
    padding: 0 15px;
    margin: 10px 0;
  }

  .value-card h3 {
    margin-bottom: 25px;
  }
}
