body {
    background: #161616;
    min-height: 100vh;
    font-family: "Inter", sans-serif;
    color: #ffffff;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


/* Header Styles Start */

.header {
    background-color: #212121;
    height: auto;
    padding: 5px 64px 5px 64px;
    border-bottom: 2px solid #424242;
    box-shadow: 0px 4px 60px 0px #FFFFFF0D;
}

.header img {
    width: 120px;
    height: auto;
}

.navbar {
    padding: 0px;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-collapse .navbar-nav {
    background-color: #212121;
    border-radius: 8px;
    padding: 15px 0px;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.nav-item:last-child {
    padding-right: 0px;
}

.nav-link {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    color: #ffffff;
}

.nav-link:hover {
    color: #FCDB37;
}

.nav-link.active {
    color: #FCDB37 !important;
}

/* Header Styles End */

/* Hero Section Styles Start */

.hero-section {
    height: 580px;
}

.hero-container {
    width: 100%;
    border-radius: 12px;
    height: auto;
    padding: 0px;
    position: relative;
    min-height: 540px;
}

.hero-container .contact-btn {
    width: 466px;
    height: 60px;
    background: #FCDB37;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #161616;
    cursor: pointer;

}

.hero-container .bg-image {
    border-radius: 12px;
    position: absolute;
    border: 1px solid #424242;
    height: 540px;
}

.w-55 {
    width: 55% !important;
}

/* Hero Section Styles End */


/* Home Page Styles Start */

.quote-subhead {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
}

.quote-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #E0E0E0;
}

.quote-by {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-align: left;
    color: #FCDB37;
}

.seconday-background {
    background-color: #212121;
    padding: 100px 0px;
}

.secondary-head {
    color: #FCDB37;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;

}

.ternary-head {
    color: #FCDB37;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
}

.carousel-padding {
    padding: 0 200px;
}

.carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.carousel-item {
    height: 350px;
    overflow-y: auto;
}

.carousel-control-next,
.carousel-control-prev {
    top: -100px;
}

/* Home Page Styles End */


/* Contact Form Styles Start */

.contact-form-section {
    background-color: #212121;
    border-radius: 12px;
    padding: 24px;
}

.form-control {
    background-color: #424242;
    border: 1px solid #616161;
    color: #ffffff !important;
}

.form-control:focus {
    background-color: #424242;
}

input.form-control {
    height: 60px;
}

.form-control::placeholder {
    color: lightgray;
}

.submit-btn {
    width: 100%;
    height: 60px;
    background: #FCDB37;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #161616;
    cursor: pointer;
    border: none;

}

.contact-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #ffffff;
    text-decoration: none;

}

.contact-link:hover {
    color: #ffffff;
}

.error {
    font-size: 12px;
    color: red;
    margin-top: 5px;
}

.success-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Contact Form Styles End */

/* Services Page Styles Start */

.service-section {
    padding: 0px 40px;
    margin-top: 40px;
}

.main-head {
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    color: #FCDB37;

}

.services-subhead {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;

}

.services-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #E0E0E0;

}

/* Services Page Styles End */


/* Footer Styles Start */

.footer {
    background: #424242;
    height: auto;
}

.footer .footer-padding {
    padding: 52px 0px;
}

.footer .company-text {
    font-size: 13.48px;
    font-weight: 400;
    line-height: 20.97px;
    text-align: left;
}

.footer .footer-head {
    font-size: 17.98px;
    font-weight: 700;
    line-height: 23.97px;
    text-align: left;
}

.footer .footer-link {
    font-size: 14.98px;
    font-weight: 400;
    line-height: 23.97px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
}

.footer .rights-section {
    border-top: 1px solid #FFFFFF4D;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.footer .rights-section .text {
    font-size: 13.48px;
    font-weight: 400;
    line-height: 20.97px;
    text-align: center;
    margin: 0px;
}

/* Footer Styles End */

@media only screen and (max-width: 600px) {
    .header {
        padding: 0 30px;
    }

    .navbar-toggler {
        background-color: #bcbaba;
    }

    .hero-section {
        height: 330px;
    }
    
    .hero-container {
        min-height: 300px;
    }
    
    .hero-container .contact-btn {
        width: 95%;
    }
    
    .hero-container .bg-image {
        display: none;
    }
    
    .w-55 {
        width: 100% !important;
    }


    .quote-subhead {
        font-size: 24px;
        line-height: 42px;
       
    }
    
    .quote-description {
        font-size: 16px;
        line-height: 32px;
    }
    
    
    .seconday-background {
        padding: 50px 0px;
    }
    
    .secondary-head {
        font-size: 32px;
        line-height: 40px;
    }
    
    .ternary-head {
        font-size: 28px;
        line-height: 38.4px;
    }
    
    .carousel-padding {
        padding: 0 50px;
    }
    
    
    .carousel-item {
        height: 600px;
        overflow-y: auto;
    }
    
    .carousel-control-next,
    .carousel-control-prev {
        top: -100px;
    }

    .mobile-margin-top-24 {
        margin-top: 24px;
    }

    .mobile-margin-top-16 {
        margin-top: 16px;
    }

    .mobile-margin-top-40 {
        margin-top: 40px;
    }

    .mobile-padding-remove {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .footer .footer-padding {
        padding: 52px 15px;
    }
}