* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background-color: white;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Saira", sans-serif !important;
    /* font-family: "Roboto", sans-serif !important; */
    overflow-x: hidden;
}

.nowrap {
    white-space: nowrap;
}

img {
    max-width: 100%;
}

.container {
    margin: 0 auto;
}

a {
    text-decoration: none !important;
}

/* topbar section */
.top-bar {
    background-color: #1a1919;
    color: rgba(255, 255, 255, 65%);
    padding: 14px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif !important;
    text-shadow: rgba(0, 0, 0, 0.5);
}

.topbar-icon {
    color: #7ab629;
    margin-right: 5px;
}

.contact-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-bar-timings {
    border-left: solid 1px rgba(255, 255, 255, 65%);
    padding-left: 8px;
}

.mail-info a {
    color: rgba(255, 255, 255, 65%) !important;
}

/* header-section */
header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 101;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px;
}

.navbar-brand img {
    width: 135px;
}

.nav-link:hover {
    color: #7ab629 !important;
}

.join-btn {
    background-color: #7ab629 !important;
    color: white !important;
    border-radius: 3px;
    text-align: center !important;
    width: 120px;
}

.navbar-nav .nav-link {
    margin: 0 10px;
}

.nav-item a {
    color: #252733;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* banner-section */
.banner {
    background-image: url('../images/join-our-fleet-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-wrapper {
    position: relative;
    height: 80vh;
}

.banner-content {
    position: absolute;
    width: 75%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: max-content;
    margin: auto;
}

.banner-content h1 {
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.banner-content span {
    color: #7ab629;
}

.banner-content h5 {
    font-weight: 600;
}

/* let-us-know section */
.let-us-know-title {
    text-align: center;
    margin-top: 130px;
}


.let-us-know-title h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 13px;
    color: #5E5E5E;
}

.bi-check-square-fill {
    color: #7ab629;
}

.let-us-know ul {
    list-style: none;
    padding: 0px !important;
    font-family: "Roboto", sans-serif !important;
    color: #5E5E5E;
    margin-top: 40px;
}

.let-us-know li {
    padding: 0 0 20px 0px;
}


.letusknow-info h3 {
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.typeform-embed {
    width: 100%;
}

.let-us-know-title h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 13px;
    color: #5E5E5E;
    text-align: left !important;
    justify-content: flex-start !important;
}

.let-us-know-title h2 {
    color: #000;
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
    text-align: left !important;
    justify-content: flex-start !important;
}

.let-us-know-title {
    border-left: solid 4px #7ab629;
    padding-left: 24px;
}

/* footer section */
.main-footer {
    background: #4a7018 url(../images/footer-bg.svg) no-repeat bottom center;
    background-size: cover;
    padding: 20px 0;
}

.footer-title {
    text-align: center;
    margin-top: 50px;
}

.footer-title h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 13px;
    color: #5E5E5E;
}

.footer-title h2 {
    font-size: 41px;
    line-height: 55px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.footer-title p {
    color: #7ab629;
    font-weight: 900;
    font-size: 30px;
    margin-top: -20px;
}

.footer-contact {
    border-bottom: 1px solid #ffffff20;
}

.footer-contact-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-contact-box .contact-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7ab629;
    margin-right: 30px;
}

.footer-contact-box img {
    height: 35px;
    width: 35px;
}

.footer-contact-info h3,
.footer-links h2,
.footer-about h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}

.footer-contact-info p,
.footer-about p,
.footer-links ul li a,
.footer-copyright-text p {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

.email-link,
.phone-link {
    color: white;
    text-decoration: none;
}

.email-link:hover,
.phone-link:hover {
    color: #ffffff;
}
.footer-corporate-links a{
    color: #ffffff;
}

.footer-copyright {
    background: none !important;
    padding: 22px;
    padding-bottom: 0px;
}

.footer-copyright-text {
    text-align: center;
    font-family: "Roboto", sans-serif !important;
}

.footer-about h2 {
    font-size: 29px;
}

.footer-about img {
    max-width: 90px;
    border-radius: 5px;
}

.google-map-section iframe {
    border: none;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 230px;
}

@media screen and (max-width: 500px) {
    .top-bar {
        font-size: 12px;
    }
}