body{
    font-family: "Montserrat", serif;
    background-color: white;
    padding: 0;
    margin: 0;
}
section{
    background-color: white;
}
#main{
    background-color: white;
}
h1{
    font-size: 100px;
    font-weight: 400;
}
h2{
    font-size: 57px;
    font-weight: 400;
    letter-spacing: -1.5px;
    color: #0D0D0D;
}
.navbar-brand img{
    height: auto;
    width: 100px;
}
/* .nav-position{
    position: absolute !important;
    top: 10px;
    z-index: 10;
} */
.navbar{
    padding: 0;
    margin: 0;
    height: 80px;
}
a{
    text-decoration: none !important;
    color: inherit;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
}
.carousel-item{
    position: relative;
}
.carousel-item img{
    height: 90vh;
    object-fit: cover;
}
.subtitle{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1.6em;
}
.get-touch{
    border-radius: 30px;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 600;
}
.carousel-btn .get-touch:hover{
    background-color: #FFF455 !important;
}
.carousel-btn .rounded-circle:hover{
    background-color: white;
}
.carousel-caption {
    position: absolute; /* Essential for precise positioning */
    left: 40px; /* Align to the left edge */
    width: 95%;
  }
p{
    font-size: 16px;
}
.section-padding{
    padding: 100px 0;
}
.section-margin{
    margin-top: 100px;
}
#clients .col-md-2{
    border: 1px solid #0D0D0D30;
    padding: 25px 40px;
    border-radius: 10px;
    margin: 10px;
}

.learn-more{
    padding: 12px 25px;
    border-radius: 30px;
    border: 0px solid;
    background-color: #3B3B32 !important;
    fill: #FFF455;
    color: #FFF455 !important;
}

#services h5{
    font-size: 44px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: -1.2px;
    text-align: center;
    color: #0D0D0D;
}
#services .col-6{
    justify-content: center;
}
#services .row{
    padding: 25px 0;
}
.accordion-button {
    background-color: #fff; /* Or your desired background color */
    color: #000; /* Or your desired text color */
    border: none; /* Remove any default borders */
    box-shadow: none; /* Remove any default box-shadows */
  }

  .accordion-collapse{
    display: flex;
    justify-content: center;
  }

  .accordion-body{
    text-align: center;
    width: 70%;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: #fff; /* Background color when expanded */
    color: #000; /* Text color when expanded */
    box-shadow: none;
  }
  
  .accordion-button:focus {
    border-color: transparent; /* Remove border on focus */
    outline: 0; /* Remove outline on focus */
    box-shadow: none; /* Remove box-shadow on focus */
  }
  
  .accordion-button:hover{
      background-color: #f0f0f0; /* Example: Light gray on hover */
      color: #000;
  }
  .accordion-button::after{
    display: none !important;
  }
  .accordion-item{
    border: none;
  }
  #back-image {
    margin: 0 20px; /* Keep your padding */
    position: relative; /* Needed for overlay positioning */
    background-color: transparent;
    height: 95vh;
    width: 97%;
  }
  
  .fixed-background { /* New div for fixed background */
    position: fixed;
    top: 0;
    left: 19px;
    width: 97%;
    height: 100vh; /* Match #back-image height */
    background-image: url('../img/portrait.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1; /* Place it behind other content */
  }
.bold-black{
    font-weight: bold;
    color: black;
}
#advertise{
    background-image: linear-gradient(140deg, #3B3B32 0%, #0D0D0D 100%);
    background-color: transparent;    
    border-radius: 20px;
}
.contact-detail a{
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -1px;
    color: black;
}
.counter-title{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0px;
    color: white;
}
.social-media a{
    margin-right: 10px;
}
.text-pink{
    color: #EE4677;
}
@media only screen and (max-width: 768px){
    h1{
        font-size: 50px;
    }
    .carousel-item img{
        height: 93vh;
    }
    #clients .col-md-2{
        padding: 15px 20px;
        margin: 12px;
    }
    #back-image {        
        margin: 0px;
        width: 100%;
      }
      .fixed-background{
        width: 100%;
        left: 0;
      }
      /* .contact-detail a{
        font-size: 20px;
      } */
      #contact{
        padding: 0 !important;
      }
      #advertise{
        border-radius: 0;
      }
      h2{
        font-size: 37px;
        font-weight: 400;
        letter-spacing: -1.5px;
        color: #0D0D0D;
    }
    .col-md-6{
        padding-top: 20px;
    }
    #services h5{
        font-size: 24px;
        font-weight: 400;
        line-height: 1.3em;
        letter-spacing: -1.2px;
        color: #0D0D0D;
    }
    .accordion-body{
        width: 100%;
      }
    
}