*{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5{
    margin: 0;
}
body{
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
}
p{
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}
a{
    text-decoration: none;
}
.text-yellow{
    color: #01985e;
}
.background-yellow{
    background-color: #01985e;
}
.navbar-brand h3{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.navbar-brand h3 b{
    font-weight: 900;
    color: #01985e;
}
header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}
.bg-scrolling{
    background-color: #fff;
}
.navbar{
	padding: 20px 0;
	-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 1000;
}
.navbar-nav{
	gap: 25px;
}
.navbar-nav .nav-item .nav-link{
	font-size: 20px;
	font-weight: 400;
    color: #fff;
}
 .navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover{
	color: #01985e;
}
.banner{
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.banner:after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 7) 100%)
}
.banner-content{
    position: absolute;
    bottom: 100px;
    z-index: 10;
    gap: 30px;
}
.banner-content h1{
    font-size: 70px;
    font-weight: bold;
    color: #01985e;
}
.banner-content h2{
    font-size: 25px;
    color: #fff;
}
.banner-content a{
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    background-color: #01985e;
    padding: 10px 30px;
}
.about{
    padding: 50px 0;
}
.office-image{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
}
.office-image:after{
    content: "";
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #01985e;
    position: absolute;
    margin-top: -20px;
    margin-left: -20px;
    top: 0;
    left: 0;
}
.office-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 100;
}
.about-details{
    gap: 10px;
}
.about-details h6{
    font-size: 15px;
    color: #01985e;
    font-weight: 600;
}
.about-details h4{
    font-size: 32px;
    color: #000;
    font-weight: 800;
}
.about-details p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.pricing-plans{
    padding: 50px 0;
    background-color: #01985e;
}
.pricing-plans h2{
    max-width: 80%;
    margin: 0 auto;
    line-height: 45px;
}
.pricing-plans a{
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.why-choose-us, .our-services{
    padding: 50px 0;
}
.common-heading{
    font-size: 30px;
    color: #01985e;
    font-weight: 700;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}
.common-office-image{
    width: 100%;
    height: auto;
}
.common-office-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common-content{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.common-content h3{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.common-content p{
    color: #666;
}
.single-service{
    gap: 20px;
    margin-bottom: 50px;
}
.single-service span{
    display: flex;
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
    background-color: #01985e;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    font-weight: 600;
}
.single-service  h5{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.single-service  p{
    color: #666;
}
.bg-light-gray{
    background-color: #f8f8f8;
}
.small-Image{
    width: 100%;
    height: 300px;
}
.small-Image img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-miami{
    padding: 50px 0;
}
.why-miami p{
    color: #666;
    height: 100%;
}
.getting-started{
    padding: 50px 0;
}
.starting-steps{
    margin-top: 50px;
}
.single-step{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 30px 50px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid rgba(234, 110, 47, 0.13);
    background: #f2f2f2;
    position: relative;
}
.single-step h6{
    font-size: 18px;
    font-weight: 600;
    color: #01985e;
    flex: 0 0 30%;
    line-height: 28px;
}
.single-step p{
    font-size: 16px;
    color: #3F3F3F;
    line-height: 128%;
    flex: 0 0 70%;
}
.single-step:after{
    content: '';
    width: 1px;
    height: 50px;
    border: 2px dashed #01985e;
    position: absolute;
    opacity: 1;
    top: 100%;
    transform: translateX(-50%);
    left: 50%;
}
.starting-steps .single-step:nth-last-child(1):after{
    display: none;
}
.starting-steps{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.faqs{
    background-color: #f8f8f8;
    padding: 50px 0;
}
.accordion-button::after {
    content: '\002B'; 
    font-size: 30px;
    color: #01985e;
    background-image: none;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button.collapsed::after {
    content: '\2212'; 
    background-image: none;
    color: #01985e;
}
#customAccordion{
    margin-top: 50px;
}
.accordion-button:not(.collapsed)::after{
    background-image: none;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    color: #01985e;
}
.accordion-button:not(.collapsed){
    box-shadow: none;
}
.accordion-button {
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #414256;
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-weight: bold;
    padding: 19px 40px;
}
.accordion-body {
    color: #414256;
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 0px 40px 19px 40px;

}
.accordion-item:not(:first-of-type){
    border: 1px solid #F1F1FC;
}
.accordion-item{
    box-shadow: 0px 2px 20px 0px #36374705;
    margin-bottom: 15px;
    border: 1px solid #F1F1FC;
}
.accordion-header button{
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
}
.contact{
    padding: 50px 0;
}
.contact-details h6{
    font-size: 18px;
    text-transform: uppercase;
    color: #0b7fab;
}
.contact-details{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.contact-details h2{
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin: 20px 0;
}
.contact-details p{
    font-size: 16px;
    color: #999;
    margin-bottom: 30px;
}
.contact-details a{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 10px;
}
.contact-details a p{
    margin: 0;
}
.contact-details a img{
    width: 20px;
}
footer{
    padding: 70px 0;
    background-color: #000;
}
footer h4{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
footer ul{
    display: flex;
    gap: 15px;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
}
footer ul li a {
    font-size: 15px;
    color: #666;
    text-decoration: none;
}
.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
footer small{
    color: #999;
}