@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background: #f9f9f9;
}

.container{
  max-width: 1320px;
    margin-inline: auto;
}

/* nav bar style */
header{

    position: fixed;
    height: 110px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(32, 48, 59,0.9);
}
header .main-nav{
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;

}
.main-nav .nav-links{
 display: flex;
 gap: 20px;
 align-items: center;
 justify-content: center;

  
}
.main-nav .logo-img{
  max-height: 110px;
    line-height: 80px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
}
.main-nav img{
    width: 100%;
    /* overflow: hidden; */
}
.nav-links li{
    padding-left: 25px;
    padding-right: 25px;
    list-style: none;
}
.nav-links li a{
  text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.nav-links li .contact-us{
    font-size: 14px;
    color: #fff;
    background-color: #43ba7f;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: capitalize;
    height: auto;
    line-height: 25px;
    letter-spacing: 0.5px;
    transition: all .3s;
    
}
/* submenu style */
.submenu {
  display: none;
  position: absolute;
  background: #333;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 150px;
  z-index: 1000;
}

.submenu li a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
}

.dropdown:hover .submenu {
  display: block;
}



/* Hero section */
.hero {
    background:linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.6)), url('https://www.m3techgroup.com/wp-content/uploads/2024/08/M3TEGR_AUGGLOWBLOG3_CORPORATE-TRAINING-ROOMS_HOUSTON-TX_PHOTO-1.jpg') no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.hero h1 span {
  color: #ff4500; 
}

.hero p {
  font-size: 18px;
  margin-top: 15px;
  color: #ccc;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 24px;
  margin: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-green {
  background: #28a745;
  color: #fff;
}

.btn-green:hover {
  background: #218838;
}

.btn-orange {
  background: #ff4500;
  color: #fff;
}

.btn-orange:hover {
  background: #e03e00;
}

.mobile-menu{
    display: none;
}
/* Sevices style */
.services-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    height: 100%;
}

.service-box{
    display: flex;
    align-items: center;
    gap: 20px;
     border-radius: 5px;
    padding: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.services-container .service-box i{
    font-size: 64px;
    color: #43ba7f;
    margin-bottom: 30px;
}


.services-container .service-box .service-infor{

display: flex;
flex-direction: column;
       
}

.services-container .service-box .service-infor h4{
     font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;

}
 .services-container .service-box .service-infor p{
    font-size: 15px;
    line-height: 26px;
    color: #212741;
}
/* call to actions style */

/* call to actions style */
.call-to-action{
    margin-top: 120px;
    background-image: url("https://templatemo.com/templates/templatemo_574_mexant/assets/images/cta-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0px;
}
.call-to-action .container{
    display: flex;
    justify-content: space-between;


}


.call-to-action .container .call-to-actions-infor h4{
    
    font-size: 36px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 50px;
}

.call-to-action .container .call-to-actions-infor h4 strong{
    color: rgb(255,81,26);
    font-weight: 700;
}

.call-to-actions-infor h4 em{
    font-style: normal;
    color: rgb(67,186,127);
}

.call-to-actions-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.call-to-actions-btns .discover{

    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(67, 186, 127);
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.call-to-actions-btns a{
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 81, 26);
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: 0.3s;
    text-decoration: none;
}

/* about us section style */

.about-us {
  max-width: 1200px;
  margin: auto;
  margin-top: 120px;
}

.subtitle {
  color: #ff4500;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
}

.title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 2rem;
  color: #1e1e1e;
}

.tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.tab {
  padding: 1rem 2rem;
  border: none;
  border-radius: 8px;
  background-color: #f3f3f3;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.tab.active {
  background-color: #fff0e6;
  color: #ff4500;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.content-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.table-section {
  flex: 1.5;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  text-align: left;
  padding: 12px;
  background-color: #f9f9f9;
  font-weight: 700;
}

td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.project {
  color: #3cb371;
  font-weight: 700;
}

.info-box {
  flex: 1;
  background-color: #fafafa;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.info-box h3 {
  color: #1e1e1e;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.info-box p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  color: #444;
}

.discover-btn {
  padding: 0.75rem 1.5rem;
  background-color: #28b485;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.discover-btn:hover {
  background-color: #219c75;
}

/* services section style */
.services-container{
  margin-top: 120px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    height: 100%;
}

.service-box{
    display: flex;
    align-items: center;
    gap: 20px;
     border-radius: 5px;
    padding: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.services-container .service-box i{
    font-size: 64px;
    color: #43ba7f;
    margin-bottom: 30px;
}


.services-container .service-box .service-infor{

display: flex;
flex-direction: column;
       
}

.services-container .service-box .service-infor h4{
     font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;

}
 .services-container .service-box .service-infor p{
    font-size: 15px;
    line-height: 26px;
    color: #212741;
}
/* calculator section style */
.calculator{
   margin-top: 120px;
 
    background-image: url("https://templatemo.com/templates/templatemo_574_mexant/assets/images/calculator-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 80px 0px;
  
}

.calculator .container {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 30px;
}

.image-box img {
  width: 100%;
  height: auto;
}

.form-box {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
  width: 400px;
}

.subtitle {
  color: #f97316;
  font-weight: bold;
  margin-bottom: 5px;
}

.title {
  font-size: 28px;
  margin-bottom: 25px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.input-row {
  display: flex;
  gap: 10px;
}

.input-row input,
form input,
form select {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 5px;
}

form select {
  background: #e2e8f0;
}

button {
  background-color: #f97316;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #ea580c;
}
/* testimonials section style */

.testimonial-section {
/* margin-bottom: 300px; */
margin-top: 90px;
  padding: 80px 20px;
  text-align: center;
}

.section-header .small-title {
  color: #f25c05;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-header h2 {
  font-size: 32px;
  margin: 10px 0 40px;
}

.testimonial-card {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
}

.testimonial-content {
  flex: 1;
  text-align: left;
}

.quote-icon {
  font-size: 40px;
  color: #27ae60;
  margin-bottom: 10px;
}

.message {
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #333;
}

.name {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.position {
  color: #27ae60;
  font-size: 14px;
}

.testimonial-image img {
  width: 180px;
  height: auto;
  border-radius: 10px;
}

/* partners section style */

.our-partners{
   margin-top: 120px;
    background-color: #212741;
    padding: 100px 0px;
    
    
}
 .our-partners .container{
   max-width: 1120px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
   

}

.container .item img{
   width: 100%;
   margin: 0px 15px;
   cursor: pointer;

}
/* footer section style */

footer{
    background-color: #181d30;
    text-align: center;
    padding: 25px 0px;
   
}
footer .container{
    display: flex;
    flex-direction: column;
    
   
}
footer p{
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 15px;
    line-height: 26px;

}
footer p a{
    text-decoration: none;
    color: #ff511a;
}
.mobile-nav{
  display: none;
}
.hamburger{
    display: none;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
     /* start of the mobile menu */
     
.mobile-nav {
  display: flex;
  flex-direction: column;
 background-color: rgb(45, 8, 8);
  gap: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}

.mobile-nav[data-visible="true"] {
  transform: translateX(0%);
}
header{
      height: 130px;
    } 

  .container .main-nav{
    display: none;
  }

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1100;
  background-color: #5f6ad4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

.hamburger i[data-visible="false"] {
  display: none;
}

.hamburger i[data-visible="true"] {
  display: block;
}
   
    .mobile_nav .logo-img{
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 10px;
   


    }
    
    .mobile-nav .nav-links{
        display: flex;
        flex-direction: column;
        background-color: white; 
        
      align-items: center; 
        gap: 10px;
        list-style: none;
        
    }
    .mobile-nav .nav-links li a{
    
        font-size: 20px;
        text-transform:capitalize;
        text-decoration: none;
        /*  */
        height: 50px !important;
        line-height: 50px;
        color: #232d39 ;
        width: 100%;

    }
       /* sub-menu mobile design */
.submenu {
  display: none;
  position: absolute;
  /* background: #333; */
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 150px;
  z-index: 1000;
background-color: white;
}

.submenu li a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
}

.dropdown:hover .submenu {
  display: block;
}




/* hero Responsive Design */
.hero{
  margin-top: 120px;
}
 .hero h1 {
    font-size: 32px;
  }
  .hero p {
    font-size: 16px;
  }
    /* services section Responsive style */
    .services-container{
      margin-top: 120px;
      display: grid;
      grid-template-columns: 1fr;
    max-width: 400px;
      gap: 20px;
        
    }
  
    
  /* call to action section Responsive style here */
.call-to-action{
   max-width: 400px;
   margin-top: 50px;
    

} 
.call-to-action .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 400px;
    
    
}

.call-to-action .container .call-to-actions-infor h4{
    
    font-size: 30px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 70px;
    
}
.call-to-actions-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}
.call-to-actions-btns .discover {

     font-size: 20px;
    padding: 10px 20px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    
}
.call-to-actions-btns a{

     font-size: 20px;
    padding: 10px 20px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    
}
/* about us section Responsive style */
.about-us{
  display: grid;
  grid-template-columns: 1fr;
  max-width: 400px;
}
  .content-container {
    flex-direction: column;
    
  }
  
/* calculator Responsive style */
.calculator{
 
  margin-top: 60px;
  max-width: 400px;
}
.calculator .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 30px;

}

/* testimonials section Responsive style */  
  .testimonial-card {
    flex-direction: column;
    text-align: center;
   
  }

  .testimonial-content {
    text-align: center;
  }
  /* our partners and footers sections Responsive style */
     
.our-partners{
   margin-top: 30px;
    background-color: #212741;
    padding: 100px 0px;
    max-width: 400px;
     
   
    
    
}
 .our-partners .container{
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
   


}
/* footer section Responsive style */

footer{
    background-color: #181d30;
    text-align: center;
    padding: 25px 0px;
    max-width: 400px;
  
  
}
footer .container{
    display: flex;
    flex-direction: column;
    
   

}
  
  
}