body{

}

/* ** Navbar Style ** */

.navbar-brand{
    color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.agency-text-style{
    color: #F55F1D;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-success-btn{
    /* border-radius: 10px; */
    background: #20B15A;
}

.custom-outline-success-btn{
    /* border-radius: 10px; */
    border: 1px solid #20B15A;
}

.hero-section{
    /* background: linear-gradient(180deg, #D7F5DC 0%, #D7F5DC 100%); */
    background: linear-gradient(180deg, #D7F5DC 0%, #D7F5DC 100%);
}

.navbar-bg{
    background: linear-gradient(180deg, #D7F5DC 0%, #D7F5DC 100%);
}

.banner-bottom{
    background: #F8FFF9 !important;
}

/* ** Worklist Section Style ** */

.worklist-section{
    background: #FFF;
}

.worklist-title{
    color: #20B15A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.svg-bg{
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background: #D7F5DC;
}

.worklist-card:hover{
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.worklist-card:hover .learn-more{

    height: 52px;
    padding: 15px 20px;
/* justify-content: center;
align-items: center;
gap: 8.108px; */
    border-radius: 10px;
    background: #F55F1D;
    color: white !important;
}

i.fa-solid.fa-arrow-right.ms-1 {
    transform: translateY(2px);
}

/* ** Achievement Section ** */

.achivement-section{
    background: #FFF;
}

.achivement-section .card{
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 4px 9px 20px 0px rgba(0, 0, 0, 0.07);
}

/* ** Featured Project Section CSS ** */

.featured-project-section{
    background: #F0FDF4;
}

.featured-project-section .img-1{
    width: 603px;
    height: 531px;
    flex-shrink: 0;
    border-radius: 30px;
}

/* todo: subscribe-section style */

.subscribe-section{
    background: #FFF;
}

.subscribe input{
    width: 75%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
}

.subscribe-btn{
    border-radius: 14px;
    background: #F55F1D;
    color: white;
    height: 100%;
    width: 25%;
}

/* Media query for tablet screens (Bootstrap's md breakpoint) */
@media (max-width: 991.98px) {
    .subscribe input {
        width: 70%;
    }

    .subscribe-btn {
        width: 30%;
    }
}

/* Media query for mobile screens (Bootstrap's sm breakpoint) */
@media (max-width: 767.98px) {
    .subscribe input {
        width: 65%;
    }

    .subscribe-btn {
        width: 35%;
    }
}

/* ** Footer Section ** */

.footer-section{
    background: #000;
}

.footer-section .web h3{
    color: #FFF;
                    font-family: Poppins;
                    font-size: 39.2px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
}

.footer-section .web p{
    color: #FFF;
                    font-family: Avenir;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
}

.footer-section .web h4{
    color: #FFF;
                    font-family: Avenir;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
}


.footer-section .quick-links p{
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-section .quick-links a{
    color: #FFF;
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-section .address-title{
    color: #FFF;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.footer-section .address p{
    color: #FFF;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}  

/* **********************************************  Team.html File CSS *****************************************  */

.navbar-regular-bg{
    background: var(--Gray-100, #F8F9FC);
}

.breadcrumb{
    background: var(--Gray-100, #F8F9FC);
}

.team-member-section{
    background: #FFF;
}

.member-card{
    position:relative;
}

.team-social{
    position: absolute;
    bottom: 100px;
    left: 30%;
    z-index: 100;
    width: 145px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 25px;
    background: var(--White, #FFF);
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}

/* Media query for laptop screens (Bootstrap's lg breakpoint) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .team-social {
        bottom: 100px; 
        left: 25%; 
        width: 130px; 
        height: 45px;
    }
}

/* Media query for smaller screens (Bootstrap's md breakpoint) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .team-social {
        bottom: 100px; 
        left: 20%; 
        width: 120px; 
        height: 40px;
    }
}

/* Media query for mobile screens (Bootstrap's sm breakpoint) */
@media (min-width: 350px) and (max-width: 400px) {
    .team-social {
        bottom: 100px;
        left: 30%;
        width: 100px; 
        height: 35px; 
    }
}

/* Media query for mobile screens (Bootstrap's sm breakpoint) */
@media (max-width: 767.98px) {
    .team-social {
        bottom: 100px; 
        left: 35%; 
        width: 100px; 
        height: 35px; 
    }
}

/* ** Service.html Page CSS ** */

.our-service-section{
    background: #FFF;
}

.service-card{
    border: none;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}

.service-card-img-1{
    width:100%;
    height: 164px;
    flex-shrink:0;
    border-radius: 10px;
    box-shadow: 1px 4px 30px 0px rgba(0, 0, 0, 0.20);
}

.service-card-img-2{
    width:100%;
    height: 164px;
    flex-shrink:0;
    border-radius: 10px;
    box-shadow: 1px 4px 30px 0px rgba(0, 0, 0, 0.20);
}

.service-card-img-3{
    width:100%;
    height: 263px;
    flex-shrink:0;
    border-radius: 10px;box-shadow: 1px 4px 30px 0px rgba(0, 0, 0, 0.20);
}

.service-card-img-4{
    width:100%;
    height: 263px;
    flex-shrink:0;
    border-radius: 10px;box-shadow: 1px 4px 30px 0px rgba(0, 0, 0, 0.20);
}

/* ** Project.html CSS ** */

.project-section{
    background: #FFF;
}

.project-card{
    border: none;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}

.project-card-img{

    width: 95%;
    height: 472px;
    flex-shrink: 0;

}

/* ** Testimonial.html CSS ** */

.testimonial-section{
    background: #FFF;
}

.testimonial-card{
    border:none;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}

.testimonial-card img{
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 20px;
    background-repeat: no-repeat;
}

.testimonial-card p{
    color: #9D9D9D;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

.testimonial-card h2{
    color: #000;
font-family: Poppins;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}

.testimonial-card h5{
    color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}