/* header */
header {
    background: #fff;
    color: white;
    /* padding: 20px 0; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    padding: 13px 0;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 20px;
}

.logo img {
    max-height: 65px;
    /* keep logo nicely sized */
    width: auto;
}

.logo-icon {
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.head_menu {
    margin-left: auto;
    /* pushes nav to far right */
}

.head_menu ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.head_menu a {
    /* color: #1a365d; */
    color: #0b3459 !important;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    transition: background 0.3s;
}

.serve {
    cursor: pointer;
}

.head_menu a:hover {
    color: #0b3459 !important;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none !important;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white !important;
    min-width: 310px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* border-radius: 5px; */
    z-index: 1000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: #333;
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #eee;
}

.dropdown-content a:hover {
    /* background: #f8f9fa; */
    background: #1a365d;
    color: #fff !important;
    border-radius: 0;
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: row;
        /* gap: 15px; */
        padding: 15px 0;
        flex-wrap: wrap;
    }
    .logo {
        order: 1;
        margin-left: 0;
        margin-right: auto;
    }
    .site-title {
        order: 2;
        margin: 14px 7px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .logo img {
        max-height: 31px;
    }
    .head_menu ul {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .menu-toggle {
        display: block !important;
        /* z-index: 1; */
        font-family: initial;
        order: 3;
        margin-left: auto;
    }

    .head_menu a {
        line-height: 41px;
    }

    .head_menu {
        order: 4;
        display: none;
        /* hidden by default */
        position: absolute;
        top: 0px;
        /* adjust to your header height */
        right: 0;
        background: #fff;
        width: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        gap: 1rem;
        background: #fff;
        padding: 1rem;
        border-top: 1px solid #eee;
    }

    .head_menu ul {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .nav.show {
        display: flex;
    }

    .head_menu.active {
        display: block;
        /* show when active */
    }
}

.advBanner {
    width: 100%;
    max-height: 75px;
    z-index: 1000;
    display: block;
}

.advBanner img {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
}

.advBanner .desktop {
    display: block;
}

.advBanner .mobile {
    display: none;
}

@media screen and (max-width: 500px) {
    .advBanner .desktop {
        display: none !important;
    }

    .advBanner .mobile {
        display: block !important;
    }
}

/* Hide toggle on desktop */
.menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    color: #1a365d;
}

/* Close button inside menu */
.close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    font-family: initial;
}

@media (min-width: 769px) {
    .head_menu {
        position: static;
        height: auto;
        width: auto;
        background: none;
        display: block;
        transition: none;
    }

    .close-menu {
        display: none;
    }
}
.contact_btn {
    font-size: 18px;
    background: #0d6efd;
    color: #fff;
    border: 1px solid #0d6efd;
    border-radius: 5px;
    padding: 5px 32px;
    cursor: pointer;
    white-space: nowrap;
}
.site-title {
    font-size: 19px;
    margin: 14px 88px;
}

/* header end*/



@font-face {
    font-family: ProximaNova-Regular;
    src: url("/assets-home/font/proxima_ssv/ProximaNova-Regular.otf");
    font-display: swap
}
#contact_sec {
    padding-top: 3%;
}
#contact_sec p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-family: "ProximaNova-Regular", sans-serif;
}
.text_3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    font-family: "ProximaNova-Regular", sans-serif;
}
.subtext_1 {
    font-size: 16px !important;
    text-align: left !important;
    color: #666;
    font-family: "ProximaNova-Regular", sans-serif;
}
.schd_btn {
    background-color: #095db8;
    border: 1px solid #095db8;
    color: #fff;
    border-radius: 4px;
    padding: 7px 49px;
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    display: block;
    font-family: "ProximaNova-Regular", sans-serif;
}
label, select {
    font-family: "ProximaNova-Regular", sans-serif !important;
}
.form-group input {
    border-radius: 10px;
    border: 1px solid #cbd6e2;
    color: #33475b;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    background-color: #f5f8fa;
    outline: none;
    font-family: "ProximaNova-Regular", sans-serif;
}
.form-group input:focus {
	box-shadow: none !important;
}
span {
	color: red;
	font-family: "ProximaNova-Regular", sans-serif;
}
ol {
    font-size: 19px;
    font-family: "ProximaNova-Regular", sans-serif;
}
#submit_btn:hover, #submit_btn:active, #submit_btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
#submit_btn {
    background: #ff7a59;
    border-color: #ff7a59;
    color: #ffffff;
    font-size: 24px;
    line-height: 19px;
    font-family: "ProximaNova-Regular", sans-serif;
    padding: 14px 53px;
    border-radius: 12px;
    margin-bottom: 25px;
    outline: none !important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    border: 0;
    margin-top: 10px;
}


@media(max-width: 767px) {
    #contact_sec {
        padding-top: 7%;/*48*/
    }
}

#contactForm::before {
    content: "";
    display: block;
    height: 100px;   /* same as header height */
    margin-top: -100px;
    visibility: hidden;
}


/* Boomerang contact page - left info column */
.boom_row {
    align-items: flex-start;
}
.boom_info {
    padding-right: 25px;
}
.boom_logo {
    margin-bottom: 22px;
}
.boom_logo img {
    max-width: 100%;
    height: auto;
    max-height: 90px;
}
.boom_points {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.boom_points li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.4;
    color: #33475b;
    font-family: "ProximaNova-Regular", sans-serif;
}
.boom_points li::before {
    content: "\2022";
    position: absolute;
    left: 4px;
    top: -2px;
    color: #ff7a59;
    font-size: 22px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .boom_info {
        padding-right: 0;
        margin-bottom: 30px;
        text-align: left;
    }
    .boom_logo {
        text-align: center;
        margin-bottom: 18px;
    }
    .boom_points li {
        font-size: 15px;
        margin-bottom: 14px;
    }
}
