@font-face {
  font-family:WixMadeforDisplay;
  src: url('../fonts/WixMadeforDisplay-Regular.ttf');
}

:root{
  ---primary:#FFDE59;
  ---secondary:#FF6506;
  ---button:#007AFF;
  }


  body{
    font-family:WixMadeforDisplay ;
}



a {
  color:  var(--primary);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color:  var(--primary);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:WixMadeforDisplay ;
 
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: white;
  position:sticky;
  top: 0;
}



.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 80px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}

.header .logo span {
  font-size: 24px;
  font-weight: 600;
  padding-left: 3px;
}

#menu-icon{
  font-size: 30px;
  border: none;
  font-weight: 800;
  padding: 5px 12px;
  background: var(---primary);
  border-radius: 5px;
}
.navbar-toggler {
  border: none;
}


@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

 

  .header .navmenu {
    order: 3;
  }
}



section{
  padding: 0px 0px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar-nav .dropdown-menu {
  position: static;
  border: none;
  box-shadow: 2px 0px 11px #d9d9d9;
  padding: 20px 10px;
  li{
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0px;
    a{
      padding: 15px 0px;
      transition: all ease-in 0.3s;
    }
    a:hover{
      color: var(---secondary);
    }

  }
}
.nav-link {
  font-size: 21px;
  font-weight: 700;
}
.nav-item{
  margin: 0px 30px;
}

.dropdown-menu{
 transition: all ease-in 0.3s !important;
}
.dropdown-menu.show ul li{
  padding: 10px 5px;
  border-radius: 5px;
  background: var(---primary);
}
.navbar-toggler-icon{
  padding: 20px;
  border: none;
}
             
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}

.nav-item.dropdown .dropdown-menu {
  display: none;
  
}



.btn-getstarted:hover{
  color: white;
  background: #005fc5;


}
.btn-getstarted{
  color: white;
  font-size: 14px !important;
  background: var(---button);
  padding: 10px 15px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: all ease-in 0.3s;
  margin: 0px 30px;
}

.btn-getstarted-sm{
  color: white !important;
  font-size: 15px !important;
  background: var(---button);
  padding: 10px 15px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: all ease-in 0.3s; 

}
.btn-getstarted-btn{
  color: white;
  padding: 0px 10px;
}
.btn-getstarted-btn-sm{
  padding: 5px 16px;
}
.mobile-nav-toggle {
  font-size: 28px;
  line-height: 0;
  background: var(---primary);
  border-radius: 8px;
  padding: 2px 10px;
  cursor: pointer;
  transition: color 0.3s;
}



/*--------------------------------------------------------------
# Hero - Section
--------------------------------------------------------------*/
.hero-main{

    padding: 275px 0px 220px;
    background: var(---primary);

  h2{
    font-size: 56px;
    font-weight: 700;
    line-height: 70.56px;
  }
  p{
    font-size: 16px;
    font-weight: 400;
    max-width: 800px;
    line-height: 25.6px;
  }
}



/*--------------------------------------------------------------
# Count Up main - Section
--------------------------------------------------------------*/
.count-up-main{
 background-color: white;
  border-radius: 30px;
  padding: 24px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px 7px #d9d9d9;

  p{
    font-weight: 700;
    font-size: 28px;
  }
  span{
    font-size: 20px;
    font-weight: 700;
  }
}




/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-main{
  text-align: center;
  h2{
    color: var(---secondary);
    size: 48px;
    font-weight: 700;
    line-height: 60.48px;
  }
  p{
    font-size: 18px;
    font-weight: 400;
    padding: 0px 40px;
    line-height: 28.8px;
    color: #000;
  }
}
.tab{
  padding: 0px 80px;
}
  .tablinks{
    margin: 0px 20px;
    color:  #B6B6B6;
    font-size: 28px;
    position: relative;
    cursor: pointer;
    line-height: 35.28px;
    font-weight: 400;
  }

  .tablinks.active {
    position: relative;
    color: var(--secondary); 
    font-weight: 800;
    color: var(---secondary);
  }
  
  .tablinks.active::after {
    content: "";
    position: absolute;
    bottom: -2px; 
    left: 10%; 
    width: 80%;
    border-bottom: 3px solid var(--secondary); 
  }

.about_tablink.tab{
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-padding{
  padding: 20px 0px;
}
.tabcontent-main{
  position: relative;
}
.tabcontent{
  max-width: 600px;
  font-weight: 400;
  font-size: 21px;
  line-height: 33.6px;

}
.tablinks:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background:var(---secondary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.tablinks:hover:after { 
  width: 100%; 
  left: 0; 
}
.tablink-bg{
  position: absolute;
  right: 0%;
  top: 50%;
  img{
    width: 55%;
  }
}
.tabcontent-carosuel{
   padding: 5px;
   display: flex;

}

.tabcontent-carosuel-item{
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 10px rgb(221, 221, 221);
  border-radius: 5px;
  p{
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
  }
  img{
    padding: 0px 0px 0px 50px;
  }
 
}

.whoarewe-bg{
  position: absolute;
  right: 0%;
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.get_in_touch_form{
  padding: 30px;
  box-shadow: 2px 2px 8px rgb(187 187 187);
  border-radius: 10px;
}

.get_in_touch_form-row.form-label {
  font-weight: 600;
}

.get_in_touch_form-row.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  padding: 12px;
  font-size: 18px;
}

.get_in_touch_form-row.input-group-text img {
  width: 20px;
  height: auto;
}

.get_in_touch_form-row.input-group-text {
  background-color: #f8f9fa;
}

.get_in_touch_form-row.form-control,
.get_in_touch_form-row.input-group-text {
  height: calc(2.5rem + 2px);
}
.get_in_touch_btn{
  background: var(---button);
  padding: 12px 100px;
  border-radius: 5px;
  color: white;
}
.get_in_touch_btn:hover{
color: white;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonial-slider {
  padding: 0px 0px 0px 500px;
  /* position: absolute !important; */
  /* top: 30%; */
  right:  -90px;
  overflow: hidden !important;
} 
.testimonial-slider .testimonial-content {
  background: #fff;
  border-radius: 30px;
  width: 673px;
  padding: 20px;
  box-shadow: 0px 4px 10px #53535326;
  margin: 26px;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax-section{
  overflow: hidden;
}
.testimonial-nav {
  text-align: center;
  position: absolute;
  left: 70%;
  
}

.testimonial-nav button {
  background:none;

  border: none;
  color: #333;
  padding: 10px 8px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: all ease-in 0.3s;

}
.testimonial-nav button:hover {
background-color: #fff;
color: white !important;

}



/* For the active testimonial, make the text color black */
.testimonial-slider .owl-carousel .owl-item.active .testimonial-content p {
  color: black !important;
}

/* Ensure that only the active testimonial has black text, otherwise it stays gray */
.testimonial-slider .owl-carousel .owl-item .testimonial-content p {
  color: #B8B8B8; /* Set default color for non-active items */
}


.testimonial-content-img {
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 20px 30px;

}
.testimonial-bg-main{
  position: relative;
  margin: 200px 0px 0px;
}

.testimonial-content-img img {
  width: 120px !important;
}
.owl-item .active{
color: black;
}

.testimonial-slider p {
  position: relative;
  padding: 55px 10px;
  color: grey;
  text-align: center;
  font-size: 21px;
}

.testimonial-slider p::before {
  content: "\201C";
  font-size: 40px;
  color: #f0a23a;
  position: absolute;
  top: -20px;
  left: 10px;
  opacity: 0.2;
}

.testimonial-slider .owl-nav {
  text-align: center;
  margin-top: 10px;
}
.testimonial-bg{
/* background: url('../images/testimonial/testimonials-bg.png'); */
/* padding: 200px 0px; */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.testimonial-bg-sm{
  background-color: var(---primary);
background-position: center;
padding: 35px 0px 50px;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.testimonial-content{
  background-color: #ffffff;
  border-radius: 10px;
}
.testimonial-content-img-sm img {
  width: 60px !important;
  opacity: 0.5;
  
}
.testimonial-content-img-sm{
  position: absolute;
  top: 10px;
  left: 35px;
  
}
.testimonial-content-sm{
  padding: 0px 20px;
}
.testimonial-slider .owl-nav{
  font-size: 80px;
}
.testimonial-slider .owl-nav:hover{
 background-color:var(---primary) !important;
}


/* Services */
.accordion-button{
  background-color: var(---primary);
  border-radius: 8px !important;
  margin: 10px 0px;
  font-weight: 700;

}
.accordion-flush>.accordion-item{
border: none  ;
}
.accordion-button:not(.collapsed) {
  color: white !important;
  background-color: var(---primary) !important;
  box-shadow: none !important;
}

.services-main{
  text-align: center;
  h2{
    color: var(---secondary);
    size: 48px;
    font-weight: 700;
  }
  p{
    font-size: 18px;
    font-weight: 400;
  }
}

.input-group-text{
  background: none;
  }

  .testimonial-slider .owl-carousel .owl-item.active .testimonial-content p {
    color: black !important;
  }
   Ensure that only the active testimonial has black text, otherwise it stays gray
  .testimonial-slider .owl-carousel .owl-item .testimonial-content p {
    color: #B8B8B8; /* Set default color for non-active items */
  }

  .testimonial-nav {
    text-align: center;
    position: absolute;
    left: 62%;
  }
     
  .get_in_touch_form-row label{
    font-weight: 700;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    font-size:21px;
}
#nav-link-dropdown{
    font-size:21px;
    font-weight:700;
    color:#000000A6;
}