
/* General Reset and Base Styles */
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  /*background-color: #f9f9f9;*/
}

section {
  padding: 40px 20px;
}

h2, h3 {
  color: #2c3e50;
}
h2{
  width:fit-content;
  border-bottom: 3px solid #092;
  padding-bottom: 10px;
}


p {
  margin: 10px 0;
  font-size: 1.2rem;
}

/* Icons */
i {
  margin-right: 10px;
  
}

#body-container{
  padding: 0;
}
#left{
  padding:0;
}
/* Why Us Section */
#why-us {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  flex: 0 1 calc(33.33% -20px);
  gap: 25px;
  background-color: #fff;
  padding: 40px 60px;
}

.reason {
  background: #fff;
  /*border: solid red;*/
  display: flex;
  font-size: 1.2rem;
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
}

.reason span{
  color:#052;
  font-size: 2rem;
 /* border: 3px solid #025;*/
  height: fit-content;
  padding: 5px 20px;
  border-radius: 50px;
  display: grid;
  place-content: center;
  margin-right: 10px;
}
#ina{
  color:#fff;
}
.reason div{
  
}
.reason p{
  font-size: 1.2rem;
}
/* Welcome Section */

#welcome {
  
  background-color: whitesmoke;
  margin-bottom: 20px;
  
}
#welcome-box{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width:fit-content;
  margin: auto;
}
#welcome-text {
  width:400px;
}
#welcome p{
  line-height: 2.1;
  font-size: 1.8 rem;
}

#welcome img {
  max-width: 400px;
  height: auto;
  object-fit: cover;
  
}

/* Back to Top */
#back-to-top {
  position: fixed;
  bottom: 10px;
  right: 5px;
}

#back-to-top a {
  font-size: 5rem;
  color: #777;
  text-decoration: none;
}

/* Services Section */
#services {
  padding: 40px 60px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
 background-color:white;
  overflow: none;
  /*background: url('../img/home.jpg'),rgba(0,10,42,0.5);
  *
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-attachment:fixed;*/
}

.service {
  display: flex;
  background: #none;
  padding: 10px;
 max-width:400px;
  background: #fff/*rgba(0,0,0,0.9)*/;
  /*border-right: 5px solid #004;*/
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.service p{
  color:#444;
  font-weight: 500;
  font-size: 1.2em
}
.service i{
margin: 0;
  font-size: 4em;
  color:#092;
  /*border: solid red;*/
}
.service img{
  width:100px;
  object-fit: contain;
 /* border: solid green;*/
}
.service div{
  padding: 10px;
  
}
.service-icon{
  /*box-sizing: border-box;*/
  width:200px;
  /*height:200px;*/
  padding: 0px;
  border: solid red;
  
  /*background: #025;*/
  border-radius: 8px;
  overflow: hidden;
}
.service h3 {
  margin-bottom: 10px;
  color:#072;
}
.service-btn {
      display: inline-block;
  margin: auto;
      margin-top: 1.5rem;
      padding: 0.75rem 1.5rem;
      background-color: #fff;
      color: #052;
      text-decoration: none;
      border-radius: 4px;
      border: 1px solid #042;
      width:fit-content;
  
      font-weight: bold;
      transition: background-color 0.3s ease;
}



.service button:hover {
  background-color: #2980b9;
}

#faq {
  padding: 40px 60px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, sans-serif;
}

#faq h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #2c3e50;
}

.faq-category {
  margin-bottom: 30px;
}


.faq-category h3 {
  color: #062;
  margin-bottom: 15px;
  /*border-bottom: 2px solid #3498db;*/
  padding-bottom: 5px;
}

details {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

details summary {
  font-weight: bold;
  cursor: pointer;
  color: #555;
}

details[open] summary {
  color: #2c3e50;
}

details p {
  margin-top: 10px;
  color: #555;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  header{
    position:relatve;
  }
  .hero{
    z-index: 3;
    padding-top: 80px;
    
  }
  #logo1{
  width:;
  margin-left: 0px;
}
  nav{
    
  }
  #open-menu{
  display:inline-block;
   /* vertical-align: middle;
    line-height: 1;
    border: solid red;*/
    margin: auto;
    margin-left: 15px;
    margin-right: 10px;
    color:midnightblue;
    
}
  #home-model{
    
  }
  #left{
    padding: 0;
  }
  
.reason span{
  color:#052;
  font-size: 1.5rem;
}
  #welcome-box {
    flex-direction: column;
    margin: auto;
    padding: 20px;
    width:90vw;
}
  #welcome-text {
  width:100%;
}
#welcome p{
  line-height: 2;
  font-size: 1.8 rem;
}

#welcome img {
  max-width: 100%;
}
  #services {
  padding: 40px 30px;

  #back-to-top {
    bottom: 10px;
    right: 10px;
}
    #faq {
    padding: 20px 10px;
}

  #details {
    padding: 10px;
}
}


