@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700;900&display=swap');


/*
SPACING SYSTEM (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
*/

:root {
  /* Primary Color */
  /*--primary-color: #3C0753;*/
  --primary-color: #FF8F00;

  --background-color : #0C359E;

  --sec-background-color : #F2F8FD;

  /* Background */
  --white-color: #ffffff; 

  /* Accent Gray */
  --heading-text: #000;

  /* Text and Secondary Elements */
  --text-color: #333;

  /* Divider Lines */
}



*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html{
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body{
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 1.8rem;
   line-height: 1.6;
}

.hero-title{
  color: white;
  font-size: 70px;
  font-weight: bold;
}
/* Adjustments for smaller screens */

@media (max-width: 800px) {
  .hero-title {
      font-size: 50px;
  }
}

@media (max-width: 600px) {
  .hero-title {
      font-size: 50px;
  }
}

.whatsapp-button {
  position: fixed;
  bottom: 20px; 
  right: 20px; 
  border-radius: 50%;
  padding: 10px;
  z-index: 1000; 
  transition: all 0.3s ease;
}

.whatsapp-button .icon {
  background-color: green;
  color: #fff;
  font-size: 24px;
}


ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.bg-header{
  background-color: var(--sec-background-color);
}


nav{
  height: 9rem;
}

.navbar {
  z-index: 1050;
}
.carousel {
  z-index: 1;
}

.navbar-brand{
  font-size: 2.4rem;
}


.nav-link:link , .nav-link:visited {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
}

.nav-link:hover , .nav-link:active{
  color: var(--primary-color);
}


.nav-link.cta {
  background-color: var(--primary-color);
  color: black;
  display: inline-block;
  padding: 0.5rem 2rem !important;
  border-radius: 4px;
}

.nav-link.cta:hover{
  color: white !important;
 background-color: var(--background-color);
}

.btn{
  background-color: #FF8F00;
  color: #000 !important;;
}
.btn:hover{
  background-color: #050C9C;
  color: #fff !important;;
}
.btn2{
  color: #000;
}
.btn2:hover{
  background-color: var(--background-color);
  color: #fff;
}


h1 {
  font-size: 5.2rem;
  letter-spacing: -0.4px;
  line-height: 1.2;
}

h2{
  font-size: 4.4rem;
  line-height: 1.3;
}

.hero-section{
  padding: 3.2rem 0;
}
 .hero-section p{
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.3px;
}


.btn{
  background-color: var(--primary-color);
  color: #fff;
  padding: 8px 24px;
  font-size: 1.8rem;
  border-radius: 4px;
}

.hero-img{
  width: 90%;
}

.card-title{
  font-size: 1.8rem;
  font-weight: bold;
}

.card-text{
  font-size: 1.6rem;
  color: #777;
}

.sub-section{
  padding: 3.2rem 0;
}
 .sub-section p{
  font-size: 2.0rem;
  line-height: 1.7;
  letter-spacing: 0.3px;
}

.sub-section p2{
  font-size: 2.8rem;
  color: #9b9797;
  line-height: 1.7;
  letter-spacing: 0.3px;
}

.sub-section p3{
  font-size: 2.1rem;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.3px;
}

.sub-section p4{
  font-weight: bold;
  font-size: 2.8rem;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.3px;
}

.underline-text {
  border-bottom: 2px solid rgb(227, 125, 16); 
  color: #000;
}

.card-title {
  font-size: 1.9rem;
  margin-bottom: 1.2rem;
}

.card-text{
  font-size: 1.8rem;
  color: #000;
  line-height: 1.5;
}

.icon{
  width: 1.8rem;
  height: 1.8rem;
  padding: 1.2rem;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  margin-bottom: 1.6rem;
}
/*
html, body{
  margin: 0; padding: 0; width: 100%;
  height: 100%;
  overflow-x: hidden !important;
}
*/
.services{
  background-color: var(--sec-background-color);
  padding: 1.4rem 0;
}

.testimonials{
  padding: 5rem 0;
  background-color: var(--background-color);
}

.testimonial-text {
  color: #fff;
}

.testimonials-name{
  color: #fff;
}

.testimonial-card{
  width: 85%;
}

h3{
  font-size: 2.4rem;
}



 span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='blue' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  color: white;
}

/* change hamburger button border color */
 button.navbar-toggler {
  border-color: #0a11ec;
}

/* change navbar background on collapse */
@media (max-width: 982px) {
  nav .navbar-nav {
    background-color: #048e7c74;
    padding: 2rem;
    backdrop-filter: blur(5px);
  }

  .hero-section{
    text-align: center;
  }
  h1{
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}

.navbar-brand:hover{
  color: #048E7B ;
}

.copyright{
  font-size: 1.4rem;
  color: #777;
}

.f-label{
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}

.form-control {
  height: 52px;
  background: #fff;
  color: #000;
  font-size: 2.4rem;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.about{
  width: 100%;
  min-height: 70vh;
  display: grid;
  place-items: center;
  margin-bottom: 2.2rem;
} 

.about-row{
  width: 80%;
  max-width: 1170px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 50px 30px;
}

.about-row .left{
  overflow: hidden;
}

.about-row .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.about-row .right{
  display: flex;
  align-items: center;
}

.about-row .right .content{
  padding-left: 20px;
}

.about-row .right .content p{
  font-size: 1.8rem;
  line-height: 1.7;
  padding-bottom: 15px;
}
.about-card-text{
  font-size: 2.0rem;
}

.contact-form{
  padding-bottom: 5px;
  background-color: var(--sec-background-color);
}

/* Hide contact form on mobile */
@media (max-width: 768px) {
  #contactform {
      display: none;
  }
}

@media (max-width: 991px){
  .about-row .right .content{
    padding-left: 0px;
  }  
}
@media (max-width: 768px){
  .about-row{
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.animated-text{
  font-size: 22px;
  font-weight: 500;
  min-width: 280px;
  color: #fff;
}

.about-row.right{
  display: flex;
  align-items: center;
}

.about-row.right .content{
  padding-left: 20px;
}

.project-counter-wrap{
  background-image: url('assets/sbg.png');
  background-size: cover;
  background-position: center; 
  
}

.project-counter-wrap ul{
  list-style-type: none;
  display: flex;
}

.project-counter-wrap ul li{
  width: 33.33%;
  height: 100%;
  padding: 30px 0px;
  text-align: center;
  transition: 0.2s linear;
}

.project-counter-wrap ul li:hover{
  transform: scale(1.1);
}

.project-counter-wrap ul li p.number{
  font-size: 30px;
  padding: 0;
  font-weight: bold;
}

.project-counter-wrap ul li p{
  color: rgb(255, 255, 255,0.8);
  font-size: 17px;
  line-height: normal;
  margin: 0;
  padding: 10px;
}

.project-counter-wrap ul li span{
  width: 60px;
  background-color: rgb(255, 255, 255,0.8);
  height: 2px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.project-counter-wrap ul li ion-icon{
  color: white;
  font-size: 50px;
  vertical-align: middle;
}

.container p2{
  font-size: 2.8rem;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.3px;
}

.carousel-item {
    height: 50rem;
    background: var(--sec-background-color);
    color: black;
}

.banner{
  background: var(-background-color);
  z-index: 1;
}
.banner p{
  font-size: 15px;
  background: #0C359E;
  color: white;
}
.carousel-item .container{
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 50px;
    color: black;
}

.bg-mobile-out {
  color: white;
  background-image: url('assets/pp2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sub-head {
  font-size: 2.8rem;
  color: #4054f0;
  line-height: 1.7;
  letter-spacing: 0.3px;
  position: relative;
  display: inline-block;
}

.sub-head::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 5%; 
  width: 90%; /* Base width */
  height: 2px;
  background: #4054f0;
  z-index: 1;
}

.sub-head span {
  color: #000000;
  position: relative;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .sub-head::after {
    width: 85%;
  }
}

@media (max-width: 992px) {
  .sub-head::after {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .sub-head::after {
    width: 55%;
  }
}

@media (max-width: 576px) {
  .sub-head::after {
    width: 50%;
  }
}
