:root{
    --primary-color: #d76618;
    --secondary-color: #444444;
    --theme-background: #f3f5f6;
    --theme-font: "Roboto", sans-serif;
    --theme-heading-font: "Cormorant", serif;
}

body{
    color: var(--secondary-color);
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--theme-heading-font);
    color: var(--primary-color);
}

a{
    text-decoration: none;
    color: inherit;
}

.text-md{
    font-size: 1.2rem;
    font-weight: 500;
}

.text-bold{
    font-weight: 600;
}

.text-light-white{
    color: rgba(255, 255, 255, .7)
}

.hsr-theme-text{
    color: var(--primary-color);
}


.hsr-theme-btn{
    background-color: rgba(215, 102, 24, .8);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 40px;
   transition: all 0.5s ease-in-out;
}

.hsr-theme-btn:hover, .hsr-theme-btn:active{
    background-color: rgba(215, 102, 24, 1);
    color: white;
    cursor: pointer;
    border: 0;
}

.hsr-theme-white-btn{
    background-color: rgba(255, 255, 255, .8);
    color: var(--primary-color);
    border: none;
    padding: 15px 40px;
    border-radius: 40px;
   transition: all 0.5s ease-in-out;
}

.hsr-theme-white-btn:hover, .hsr-theme-white-btn:active{
    background-color: rgba(255, 255, 255, 1);
    color: var(--primary-color);
    cursor: pointer;
    border: 0;
}

/* Navbar */

.nav-link{
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 .75rem;
}

.navbar .dropdown-menu{
    position: absolute;
    left: 50%;
    right: 50%;
    width: 85vw;
    top: 4rem;
    border: 0;
    border-radius: 2rem;
    transform: translateX(-50%);
    padding: 2rem;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
    .navbar .dropdown-menu{
        position: relative;
        top: 0rem;
        box-shadow: none !important;
    }
}

.navbar .dropdown-item:hover{
    background-color: var(--primary-color);
    color: white;
    border-radius: 5px;
}

/* Footer */

footer .container-fluid{
    width: 95%;
    background-color: var(--primary-color);
    border-radius: 2rem;
    /* padding: 3rem; */
    color: white;
}

footer ul{
    list-style: none;
    padding: 0;
}

footer ul li{
    margin: 1rem 0;
}

footer .hsr-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: white;
    color: var(--primary-color);
    font-size: 20px;
    border-radius: 10px;
}

footer .hsr-icon:hover{
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
}

/* Page Title */

.hsr-page-title{
    background-color: var(--primary-color);
    width: 95%;
    padding: 2rem;
    border-radius: 2rem;
}

.hsr-page-title h1{
    font-size: 4rem;
    font-weight: 700;
}

.hsr-page-title .breadcrumb-item a{
    color: white;
}


.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, .7);
}



.hsr-section-title{
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 4.3rem;
}

@media (max-width: 991px) {
    .hsr-section-title{
        font-size: 2.5rem;
        line-height: 2.7rem;
    }   
    
}

/* Contact Us */

.form-control{
    padding: 1rem;
    border-radius: 1rem;
}

.form-group label{
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: .5rem;
    padding-left: .5rem;
}

.form-control:focus{
    box-shadow: none;
    border-color: var(--primary-color);
}

.hsr-relative{
    position: relative;
}

.hsr-contact-image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(188, 132, 64, 0) 63.4%, rgba(207, 102, 5, 0.8) 93.4%);
    z-index: 1;
    border-radius: 2rem;
}

.hsr-contact-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2rem;
}

.hsr-contact-card{
    background-color: var(--primary-color);
    padding: 2rem;
    color: white;
    border-radius: 2rem;
}

.hsr-contact-card .hsr-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: white;
    color: var(--primary-color);
    font-size: 30px;
    border-radius: 10px;
}

.hsr-contact-card a{
    font-size: 1.3rem;
}

/* FAQs */
.nav-pills{
    padding: 1.5rem;
    background-color: var(--theme-background);
    border-radius: 2rem;
}

.nav-pills .nav-link{
    text-align: left;
    background-color: white;
    margin: .5rem 0;
    padding: 1rem;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-pills .nav-link:hover{
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
}
.nav-pills .nav-link.active{
    background-color: var(--primary-color);
    color: white;
}

/* FAQs */

.accordion h2{
    font-family: var(--theme-font);
}

/* Servie Card */

.hsr-service-card{
    position: relative;
}

.hsr-service-card::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(188, 132, 64, 0) 63.4%, rgba(207, 102, 5, .9) 93.4%);
    z-index: 1;
    border-radius: 2rem;
    height: 600px;
}

.hsr-service-card img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2rem;
    min-height: 500px;
}

.hsr-service-details{
    position: absolute;
    bottom: 0;
    padding: 1.5rem;
    z-index: 2;
}

.hsr-service-details h3{
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    font-family: var(--theme-font);
}

.hsr-service-details p{
    font-size: 1rem;
    font-weight: 400;
    color: white;
    font-family: var(--theme-font);
    line-height: 1.2rem;
    margin-top: .5rem;
}

.hsr-service-details .hsr-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: white;
    color: var(--primary-color);
    font-size: 30px;
    border-radius: 10px;
    margin-bottom: 1rem;
}


/* Hero Image */

.hsr-hero-image{
    width: 95%;
    background-color: var(--primary-color);
    border-radius: 2rem;
    color: white;
}

.hsr-hero-image h1{
    font-size: 4rem;
    font-weight: 800;
    line-height: 4.3rem;
}

@media (max-width: 991px) {
    .hsr-hero-image h1{
        font-size: 2.5rem;
        line-height: 2.7rem;
    }   
    
}

.hsr-vision .hsr-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: var(--primary-color);
    color:white;
    font-size: 30px;
    border-radius: 10px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto ;
}

.hsr-how-we-work .hsr-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: var(--primary-color);
    color: white;
    font-size: 30px;
    border-radius: 10px;
    margin: auto;
}

.hsr-how-we-work{
    min-height: 400px;
}

.hsr-testimonial-bg{
    background-color: rgba(207, 102, 5, .35);
}

.owl-dots {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px;
  }

.owl-dots button{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgba(207, 102, 5, .5) !important;
    margin: 0 5px;
}

.owl-dots button.active{
    background-color: var(--primary-color) !important;
}

.hsr-testimonial-card{
    min-height: 300px !important;
}