
.cta-button {
  background-color: #ff9800;
  color: white;
  padding: 0.75rem 4rem;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1rem;
  width:400px;
  transition: background 0.3s ease;
}
#quote{
  font-style: italic;
}

.cta-button:hover {
  background-color: #e68900;
}
#padding-solution{
  height: 100px;
}
/* Welcome */
#welcome{
  width:900px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-evenly;
  
}
#welcome h2{
  color:#0077b6;
  text-align: center;
   margin-bottom: 25px;
  font-size: 1.75em;
  
}
h2{
  font-size: 25px;
  color:#0077b6;
}
#welcome div{
  width:400px;
  text-align: justify;
  line-height: 27px;
 
}
#welcome img{
  width:400px;
}
#welcome p{
  font-size: 18px;
}

/* Why Choose Us */

body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9fb;
  color: #333;
}
.why-choose-us {
  padding: 60px 20px;
  text-align: center;
  /*background:linear-gradient(#9e9eae,whitesmoke);*/
}

.why-choose-us h2 {
  /*font-size: 1.75em;*/
  margin-bottom: 40px;
  color:#0077b6;
 /* text-shadow: 1px 2px 20px white*/
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.feature {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.feature:hover {
  transform: translateY(-5px);
}

.feature i {
  font-size: 2em;
  color: #0077b6;
  margin-bottom: 15px;
}

.feature h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #333;
}

.feature p {
  font-size: 0.95em;
  color: #555;
}
/* Services Section */
.services {
  display: flex;
  justify-content: space-between;
  width:900px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 100px;
  /*padding: 60px 20px;
  padding-bottom: 100px;*/
  background-color: #fff;
 /* border: solid red;*/
  /*text-align: center;*/
  border-radius: 8px;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);

  
}
.services img{
  width:460px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 8px;
}
#rig-icon{
  width:70px;
  margin-right: 15px;
  /*display: block;
  margin: 0 auto;*/
}
.services div{
  width:400px;

}
.section-title h2 {
  font-size: 2rem;
  display: grid;
  align-items: center;
  /*border: solid blue
 /* margin-bottom: 1rem;
  text-align: center*/
  
}
.section-title{
  display: flex;
  justify-content: space-around;
  width:fit-content;
  
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 10px;
  
}
.services ul {
  list-style: none;
  /*text-align: center;*/
  padding: 0;
  display: block;
  margin-top: 20px;
 /* margin: 0 auto;*/
  width:fit-content;
  margin-left: 20px;
  
}

.services li {
  margin: 14px 0;
  font-size: 1.2rem;
  
}
#one{
  margin-top: 0;
}
.services i{
  color:limegreen;
}
.services a{
  text-decoration: none;
}
.services button{
  display: block;
 /* margin:0 auto;*/
  width:150px;
  padding: 10px;
  color:white;
  background: dodgerblue;
  border: none;
  position: relative;
  margin-top: 12px;
  left:10px;
  font-size: 1.0rem;
  
}
.services button:hover{
  background-color: limegreen;
}
#boss-img{
  width:250px;
  height: 270px;
    position:relative;
  left: 60px;
  top:100px;
}
/**/
#who-we-serve{
  width:90%;
  margin: 0 auto;
  padding: 10px 25px;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
}
#who-we-serve h2{
  text-align: center;
}
#who-we-serve i {
  color:red;
}
#who-we-serve ul{
  line-height: 45px;
}
#who-we-serve li{
  font-size: 20px;
  color:#666666
}
/*faqs*/
.faq-section {
  width: 800px;
  margin: 40px auto;
  padding: 100px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.faq-section h1 {
  /*text-align: center;*/
  font-size: 2rem;
  margin-bottom: 30px;
  color: #0077b6;
}

.faq-item {
  margin-bottom: 25px;
}

.faq-item h2 {
  font-size: 1.2rem;
  color: #023e8a;
  margin-bottom: 10px;
}

.faq-item p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
/* Previous works */
#prev-works{
  background-image: url('icons/rig-black.png'),linear-gradient(black,darkslateblue);
  background-blend-mode: multiply;
  background-attachment:fixed;
  padding: 20px;
}
#prev-works h2{
  color:white;
  text-align: center;
  margin-top: 20px;
}

.slider-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  touch-action: pan-y;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.slide {
  min-width: 100%;
 /* height: 200px;*/
  background: rgba(125,125,192,0.2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 20px;
  margin-top: 80px;
}
.slide img{
  width:80%;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  z-index: 1;
}

.prev { left: 10px;}
.next { right: 10px;}

.indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.indicators span {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.indicators.active {
  background: #0077b6;
}
#prev-works button{
  background: rgba(33,33,33,0.5);
  width:50px;
  height: 50px;
  border-radius: 50px;
}
#prev-works button i{
  font-size: 30x;
}

/* Testimonials */
.testimonials {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.testimonials h2 {
  margin-bottom: 2rem;
}

blockquote {
  font-style: italic;
  margin: 20px auto;
  max-width: 600px;
}

blockquote span {
  margin-top: 10px;
  font-weight: bold;
}
@media(max-width:780px){
  .hero{
    top:130px;
  }
  #mobile-img{
    height: 100vh;
  }
  #welcome{
  width:90vw;
    display: block;
    margin-top: 10px;
    /*padding:30px;*/
  }
  #welcome div{
    width:95%;
    margin: 0 auto;
  }
  #welcome p{
    padding: 20px;
    line-height: 20px;
    font-size: 14px;
    background:/* linear-gradient(to right, rgba(0,119,183,0.5),rgba(0,119,183,0.2))*/ #fff;
    color:#525254;
    font-weight: regular;
    border-radius: 12px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);

  }
    #welcome img{
    width:90%;
      display: block;
      margin: 0 auto;
      margin-top: 30px;
  }
  .services{
    display: block;
    width:90vw;
    border-radius: 8px;
  }
  .services img{
    width:100%;
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .services div{
    width:80%;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .services ul{
    margin-bottom: 30px;
  }
.services li {
  margin: 15px 0;
  font-size: 1.0rem;
  
}
  #boss-img{
      position:static;
    display: block;
    margin:0 auto;
    margin-top: 30px;
    }
  /* faqs */
  .faq-section {
    width:90vw;
    padding: 35px;
}

.faq-section h1 {
    font-size: 1.2rem;
}

.faq-item h2 {
    font-size: 1rem;
}

.faq-item p {
    font-size: 0.95rem;
}
  .slide {
    font-size: 18px;
    /*height: 150px;*/
}
  .services button{
    position:static;
    
  }
  .prev { left: 1px;}
.next { right: 1px;}
}
  

