:root {
    --bg_gradient: rgba(5, 62, 143, 0.05);
    --bg_blue: #053E8F0D;
}

.banner_section {
    background: url(../images/about_banner.png) no-repeat center ;
    background-size: cover;
    width: 100%;
    margin-top: 80px;
}
.banner_overlay {
    background: rgba(0,0,0,0);
    padding: 120px 0;
}
.banner_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.banner_title span {
    display: block;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 2px;
    color: var(--primary-color);
    padding: 0 0 10px;
    text-transform: uppercase;
}
.banner_title h1 {
    font-size: 50px;
    line-height: 150%;
    letter-spacing: 1px;
    font-weight: 300;
    color: var(--white-color);
    text-transform: uppercase;
    padding: 10px 5px 0;
    border-top: 1px solid var(--primary-color);
}


.flex_left {
    width: 55%;
    margin: 0 40px 0 0;
}
.flex_right {
    width: 45%;
}
/* .flex_left p {
    color: #595959;
} */
.flex_left p {
    line-height: 150%;
}
.flex_right img {
    border-radius: 0;
}
.highlight_para {
    position: relative;
    padding: 0 0 0 30px;
}
.highlight_para span {
    position: absolute;
    top: 10px;
    left: 0px;
    display: inline-block;
    font-size: 36px;
}

/* Vision & Mission style starts here  */
.vision_section .flex_box {
    justify-content: space-between;
}
.vision_section .vision_card {
    width: calc(50% - 40px);
}
.vision_card h2 {
    line-height: 150%;
    margin: 40px 0 10px 0;
}
.vision_card p {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 15px 0;
}


/* Recognitions section style starts here  */
.recognitions_section {
    display: block;
    background-image: url(../images/Background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: var(--white-color);
    overflow: hidden;
}
.recognitions_section .flex_box {
    align-items: center;
    padding: 0 0 20px 0;
}
.text_box {
    width: 60%;
    padding: 0 60px 0 0;
}
.reco_tab {
    font-size: 14px;
    line-height: 140%;
    padding: 3px 5px;
    display: inline-block;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
p {
    font-size: 15px;
    line-height: 150%;
    margin: 0 0 15px;
}
.recognitions_section p {
    font-family: 'Inter Light';
}
p.text_title {
    font-family: 'Inter Bold';
    margin: 0 0 3px;
}
.recognitions_section p b {
    font-family: 'Inter Bold';
}
ul.logo {
    margin: 30px 0;
}
ul.logo li {
    float: left;
}
ul.logo li:not(:last-child) {
    margin: 0 25px 0 0;
}
ul.logo li img {
    height: 100px;
    /* width: 80px; */
}
.recognitions_section .img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    gap: 30px;
}
.recognitions_section .img_box img {
    max-width: 400px;
}
.center_text {
    display: table;
    max-width: 990px;
    width: 100%;
    text-align: center;
    margin: 0 auto 15px;
}
.text_center {
    text-align: center;
}


@media (max-width: 1366px) {
    .banner_title h1 {
        font-size: 42px;
    }
}
@media (max-width: 1280px) {
    .banner_title h1 {
        font-size: 38px;
    }
    .banner_overlay {
        padding: 100px 0;
    }
}
@media (max-width: 1080px) {
    .banner_section {
        margin-top: 60px;
    }
}
@media (max-width: 992px) {
    .about_section .flex_box {
        flex-wrap: wrap;
    }
    .flex_left, .flex_right {
        width: 100%;
        margin: 0 auto;
    }
    .flex_right {
        text-align: center;
        padding: 20px 0 0 0;
    }
    .flex_right img {
        max-width: 500px;
    }
    .highlight_para span {
        top: 5px;
    }
    .highlight_para {
        padding: 0 0 0 24px;
    }
    .vision_section .vision_card {
        width: calc(50% - 15px);
    }
    .vision_card h2 {
        margin: 25px 0 10px 0;
    }
    .vision_card p {
        margin: 0 0 10px 0;
    }
    .vision_card p {
        font-size: 14px;
    }
    .recognitions_section .flex_box {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center; 
        align-items: center;
        gap: 30px;
    }
    .text_box, .img_box {
        width: 100%;
    }
    .img_box {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .img_box img {
        max-width: 300px;
    }
    p {
        font-size: 14px;
    }
    .text_box {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .banner_title h1 {
        font-size: 34px;
    }
    ul.logo li:not(:last-child) {
        margin: 0 15px 10px 0;
    }
    .vision_section .flex_box {
        flex-direction: column;
        gap: 30px;
    }
    .vision_section .vision_card {
        width: 100%;
    }
    .highlight_para {
        padding: 0 0 0 30px;
    }
    .highlight_para span {
        top: 13px;
    }
}
@media (max-width: 576px) {
    .highlight_para span {
        position: unset;
        font-size: 15px;
        font-weight: 600;
    }
    .flex_left p {
        padding: 0;
    }
}




/* Our Product page styles  */
.product_banner {
    background: url(../images/prod_banner.png) no-repeat center;
}
.product_banner .banner_overlay {
    background: linear-gradient(180deg, rgba(15, 23, 43, 0.8) 0%, rgba(15, 23, 43, 0.7) 50%, rgba(15, 23, 43, 0.9) 100%);
}
.section_wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}
.banner_title p {
    font-size: 22px;
    line-height: 160%;
    font-family: 'Inter Regular';
    color: #B39051;
    margin: 0px 0 0 0;
}
.bg_gradient {
    background-color: var(--bg_gradient);
}
.section_inner h2 {
    font-size: 30px;
    color: #050505;
    line-height: 150%;
    font-family: 'Inter Regular';
    font-weight: 400;
    margin: 0 0 50px 0;
    position: relative;
}
.section_inner h2:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 4px;
    width: 100px;
    border-radius: 2px;
    background-color: var(--secondary-color);
}
.section_inner .flex_box {
    flex-direction: row;
    justify-content: space-between;
}
.section_inner .flex_box .img_box {
    width: calc(50% - 25px);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
.section_inner .flex_box .img_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.section_inner .flex_box .img_box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.section_inner .flex_box .img_box h3 {
    font-size: 20px;
    line-height: 160%;
    color: var(--white-color);
    margin: 0;
    width: max-content;
    padding: 0 10px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.highlight_section {
    padding: 25px 25px 15px;
    background: #B390511A;
    border: 1px solid #B39051;
    border-radius: 5px;
    margin: 40px 0;
    text-align: center;
}
.highlight_section p {
    font-size: 16px;
    line-height: 160%;
    color: #364153;   
}
.section_inner .sm_title {
    font-size: 28px;
    line-height: 130%;
    color: #050505;
    font-weight: 400;
    margin: 0 0 40px 0;
    text-align: center;
}
.methods_box {
    width: calc(33.3333% - 20px);
    background-color: var(--secondary-color);
    border-radius: 5px;
    box-shadow: 0px 25px 50px -12px #00000040;
    overflow: hidden;
}
.methods_box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: relative;
}
.methods_box img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, #0F172B 0%, rgba(15, 23, 43, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.methods_inner {
    padding: 20px;
}
.methods_box h4 {
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}
.methods_box p {
    font-size: 16px;
    line-height: 160%;
    color: #99A1AF;
    margin: 0 0 20px 0;
    position: relative;
}
.methods_box p::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background-color: #B39051;
}
.two_box .methods_box {
    width: calc(50% - 15px);
    box-shadow: 0px 25px 50px -12px #00000040;
}
.two_box .methods_inner {
    padding: 30px 20px 40px;
}
.drivers_section {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.def_box {
    width: calc(25% - 15px);
    background-color: #F8FAFC80;
    /* border: 0.5px solid #31415880; */
    border: 0.5px solid #969faa;
    border-radius: 5px;
    padding: 22px;
}
.def_box img {
    height: 55px;
    width: 55px;
}
.def_box h3 {
    font-size: 18px;
    line-height: 160%;
    font-weight: 600;
    color: var(--black_color);
    margin: 10px 0 15px 5px;
}
.def_box p {
    font-size: 16px;
    line-height: 170%;
    color: #99A1AF;
    margin: 0;
    font-family: 'Inter Regular';
}

/* Component section style starts here  */
.component_section {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #F3F2EE;
}
.component_section .section_inner {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.component_text, .component_image {
    width: calc(50% - 50px);
}
.component_text h2 {
    position: unset;
    margin: 0 0 10px;
}
.component_text h2:after {
    content: none;
}
.component_text p {
    margin: 0;
    line-height: 180%;
}
.component_image img {
    height: 400px;
    object-fit: contain;
}



/* Ramp section style starts here  */
.bg_secondary {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: var(--secondary-color);
}
.ramp_section {
    width: 100%;
    color: var(--white-color);
}
.ramp_section h2 {
    color: var(--white-color);
    text-align: center;
}
.ramp_section h2::after {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF66;
}
.ramp_section p {
    color: var(--white-color);
    margin: 0 0 30px 0;
}
.ramp_section > p {
    display: table;
    max-width: 710px;
    width: 100%;
    line-height: 170%;
    text-align: center;
    margin: 0 auto 30px;
}
.ramp_section .flex_box {
    flex-wrap: wrap;
    justify-content: space-between;
}
.ramp_section .left_box, .ramp_section .right_box {
    width: calc(50% - 40px);
}
.ramp_section .left_box .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background-color: var(--white-color);
    padding: 20px;
    border-top: 1px solid #E2E8F0;
    border-radius: 10px;
    box-shadow: 0px 1px 2px -1px #0000001A;
    box-shadow: 0px 1px 3px 0px #0000001A;
}
p.mark {
    margin: 0;
}
.card img {
    width: 20px;
}
.card_text {
    margin: 0 0 0 25px;
}
.card_text h3 {
    font-size: 18px;
    line-height: 160%;
    font-weight: 600;
    color: var(--black-color);
    margin: 0 0 5px;
}
.card_text p {
    line-height: 170%;
    color: #45556C;
    margin: 0;
}
.ramp_section .left_box .card:nth-child(2) {
    background-color: var(--primary-color);
    border-top: 1px solid #523A0D;
    margin: 25px 0;
}
.ramp_section .left_box .card:nth-child(2) h3, .ramp_section .left_box .card:nth-child(2) p {
    color: var(--white-color);
}
.right_box img {
    height: 100%;
    object-fit: contain;
}

/* Clients logo section style starts here  */
.logo_slider_section {
    display: block;
    width: 100%;
    overflow: hidden;
}
.clients_logo {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; */
    width: 100%;
    padding: 20px 0 0 0;
}
.clients_logo div {
    display: block;
    text-align: center;
    margin: 0 10px;
}
.clients_logo img {
    display: inline-block;
    width: auto;
    height: 60px;
    max-width: 130px;
    object-fit: contain;
}


/* Table section style starts here  */

.table_section {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #F5F5F5;
}
table {
    font-size: 16px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #053E8F0D;
    border-collapse: collapse;
    position: relative;
    margin: 0 0 30px 0;
    box-shadow: 0px 25px 25px -12px #00000026;
}
table:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 8px;
    width: 100%;
    background: linear-gradient(90deg, #B39051 0%, #314158 50%, #053E8F 100%);
}
table th {
    font-size: 18px;
    line-height: 170%;
    color: var(--secondary-color);
    /* background-color: var(--Fills-Secondary, #78788029); */
    background-color: #e1e1e2;
}
table td {
    font-size: 16px;
    line-height: 190%;
}
table td span {
    color: #f00
}
/* table td, table th {
    border: 0.5px solid #000000;
} */
tr th:not(:last-child), tr td:not(:last-child) {
    border-right: 0.5px solid #000000;
}
table tr:not(:last-child) {
    border-bottom: 0.5px solid #000000;
}
table th, table td {
    width: 25%;
    padding: 22px 15px;
    text-align: center;
}
tr th:nth-child(1), tr td:nth-child(1) {
    background-color: #ebe6dc;
}
.table_section .highlight_section {
    margin: 30px 0 20px;
    background-color: #2B7FFF1A;
    border: 1px solid #2B7FFF4D;
}
.table_section .highlight_section p {
    color: #053E8F;
}
.notify_text {
    font-size: 14px;
    display: inline-block;
    color: #f00;
}

/* Responsive Styles starts here  */
@media(max-width: 1280px) {
    .banner_title p {
        font-size: 20px;
    }
    .section_inner h2, .section_inner .sm_title {
        font-size: 26px;
    }
}
@media(max-width: 1080px) {
    .banner_title p, .section_inner .flex_box .img_box h3, .methods_box h4 {
        font-size: 18px;
    }
    .section_inner h2, .section_inner .sm_title {
        font-size: 24px;
    }
    .def_box {
        width: calc(25% - 10px);
        padding: 20px;
    }
    .ramp_section .left_box, .ramp_section .right_box {
        width: calc(50% - 15px);
    }
    .ramp_section .left_box .card:nth-child(2) {
        margin: 15px 0;
    }
}
@media(max-width: 992px) {
    /* .section_inner {
        padding: 60px 0;
    } */
    .section_inner .flex_box .img_box img {
        max-width: 100%;
    }
    .section_inner .flex_box {
        flex-wrap: wrap;
    }
    .methods_box {
        width: calc(50% - 15px);
    }
    .methods_box:last-child {
        margin-top: 30px;
    }
    .two_box .methods_box {
        margin: 0;
    }
    .section_inner .flex_box .img_box {
        width: calc(50% - 10px);
    }
    .def_box {
        width: calc(50% - 10px);
    }
    .def_box:nth-child(3), .def_box:last-child {
        margin-top: 20px;
    }
    .ramp_section .left_box, .ramp_section .right_box {
        width: 100%;
    }
    .ramp_section .right_box {
        margin-top: 40px;
        text-align: center;
    }
    .right_box img {
        max-width: 600px;
    }
    .table_section_inner {
        overflow-x: auto;
    }
    table {
        width: 100%;
        min-width: 850px;
    }
    p {
        font-size: 16px
    }
}
@media(max-width: 768px) {
    .section_inner h2, .section_inner .sm_title {
        font-size: 22px;
    }
    .section_inner .flex_box .img_box {
        width: 100%;
    }
    .section_inner .flex_box .img_box:last-child {
        margin-top: 30px;
    }
    .banner_title p, .section_inner .flex_box .img_box h3, .methods_box h4, .card_text h3, .def_box h3 {
        font-size: 16px;
    }
    .highlight_section p, table td, .card_text p, .component_text p, .ramp_section > p, .def_box p {
        font-size: 15px;
    }
    .component_text, .component_image {
        width: 100%;
    }
    table th {
        font-size: 16px;
    }
}
@media(max-width: 650px) {
    .section_inner h2, .section_inner .sm_title {
        font-size: 20px;
    }
    .highlight_section {
        padding: 25px 15px 15px;
    }
    .methods_box, .two_box .methods_box, .def_box {
        width: 100%;
    }
    .methods_box:nth-child(2) {
        margin-top: 30px;
    }
    .def_box:nth-child(2) {
        margin-top: 20px;
    }
}
@media(max-width: 576px) {
    .section_inner .flex_box .img_box img {
        height: 100%;
    }
}
@media(max-width: 500px) {
    .clients_logo img {
        height: 80px;
    }
}





/* Gallery page style starts here  */
.gallery_banner {
    background: url(../images/gallery_banner.png) no-repeat center;
    background-size: cover;
}
.gallery_banner .banner_overlay {
    background: linear-gradient(180deg, rgba(15, 23, 43, 0.8) 0%, rgba(15, 23, 43, 0.7) 50%, rgba(15, 23, 43, 0.9) 100%);
}
.gallery_bg_sec {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #e9ecf0;
}
.bg_blue {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #dde3eb;
}
.intro_sec h2::after {
    left: 50%;
    transform: translateX(-50%);
}
.intro_sec p {
    font-size: 18px;
    line-height: 160%;
}
.bg_blue h2 {
    color: #B8860B;
}
.vid_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
    padding: 0;
}
.vid_box {
    width: calc(50% - 15px);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    cursor: pointer;
}
iframe, .video-thumb {
    height: 300px;
    width: 100%;
}
.vid_box div {
    padding: 10px;
    text-align: center;
}
.vid_box h3 {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    color: var(--black-color);
}
.bg_blue .highlight_section {
    background: #B390511A;
}
.ytp-large-play-button-bg {
    display: none !important;
}
.ytp-large-play-button {
    background-color: var(--secondary-color);
}
@media(max-width: 992px) {
    .vid_box {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }
}
@media(max-width: 768px) {
    .intro_sec p, .vid_box h3 {
        font-size: 16px;
    }
}
@media(max-width: 576px) {
    iframe {
        height: 250px;
    }
}




/* Contact page style starts here  */
.contact_banner {
    background: url(../images/contact_banner.png) no-repeat center ;
    background-size: cover;
}
.contact_banner .banner_overlay {
    background: linear-gradient(180deg, rgba(15, 23, 43, 0.8) 0%, rgba(15, 23, 43, 0.7) 50%, rgba(15, 23, 43, 0.9) 100%);
}
.contact_details {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 0 0;
}
.details_box {
    width: calc(33.3333% - 30px);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px -2px #0000001A;
    box-shadow: 0px 4px 6px -1px #0000001A;
}
.details_box h3 {
    font-size: 18px;
    line-height: 160%;
    font-weight: 600;
    color: var(--secondary-color);
    padding: 0 0 20px 0;
    display: flex;
    align-items: center;
}
.details_box h3 img {
    height: 48px;
    width: auto;
    padding: 10px;
    background-color: #B8860B1A;
    border-radius: 50%;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.details_box h3 svg {
    height: 48px;
    width: auto;
    padding: 10px;
    background-color: #B8860B1A;
    border-radius: 50%;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.details_box h4 {
    font-size: 18px;
    line-height: 160%;
    color: #1E2939;
    margin: 0 0 5px 0;
}
.details_box p {
    font-size: 16px;
    line-height: 170%;
    color: #4A5565;
    margin: 0;
}
.details_box a {
    display: block;
    font-size: 16px;
    line-height: 170%;
    color: #364153;
    margin: 10px 0;
    text-decoration: none;
}
.details_box a:hover {
    color: var(--primary-color);
}
.details_box a img {
    height: 16px;
    width: 16px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.details_box a.text_btn {
    margin: 15px;
    font-weight: 600;
    color: var(--secondary-color);
}
.details_box a.text_btn:hover {
    transform: translateX(5px);
    color: var(--primary-color);
}
.profile_div {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: center;
    margin: 0 0 15px 0;
}
.profile_div img {
    height: 40px;
    width: auto;
    border-radius: 50%;
    margin: 0 15px 0 0;
    object-fit: cover;
    padding: 7px;
    background-color: #f3f4f6;
}
.profile_div svg {
    height: 48px;
    width: auto;
    padding: 10px;
    background-color: #B8860B1A;
    border-radius: 50%;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.certifications {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 15px;
}
.certifications img {
    height: auto;
    width: 100px;
    object-fit: contain;
}
.member_logo {
    height: 70px;
    width: 49%;
    object-fit: contain;
    padding: 0 5px 0 0;
}
.opening_hours {
    width: 100%;
    padding: 15px;
    background-color: #B8860B;
    border-radius: 10px;
    margin-top: 10px;
}
.opening_hours p {
    color: var(--white-color);
}
.opening_hours p:first-child {
    font-size: 14px;
}.opening_hours p:not(:last-child) {
    margin: 0 0 5px 0;
}
p.mb_10 {
    margin-bottom: 20px;
}

/* Form section style starts here  */
.form_section h2, .form_section p {
    text-align: center;
    color: var(--white-color);
}
.form_section h2:after {
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
}
form {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px -4px #0000001A;
}
form label {
    font-size: 16px;
    line-height: 160%;
    color: #364153;
}
form label span {
    color: #f00;
}
form input, form textarea {
    width: 100%;
    padding: 12px 15px 12px 50px;
    border: 1px solid #CBD5E1;
    border-radius: 5px;
    font-size: 16px;
    line-height: 160%;
    color: #364153;
    position: relative;
}
form textarea {
    min-height: 150px;
    resize: vertical;
    font-family: 'Inter Regular';
}
form textarea:focus-visible, form input:focus-visible {
    outline: none;
}
::placeholder {
    color: #0A0A0A80;
}
.common_div {
    display: block;
    position: relative;
    margin: 8px 0 20px 0;
}
.common_div::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    height: 20px;
    width: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.name_box::before {
    background-image: url(../images/profile_1.png);
}
.phone_box::before {
    background-image: url(../images/phont_1.png);
}
.email_box::before {
    background-image: url(../images/mail.png);
}
.message_box::before {
    background-image: url(../images/message.png);
    top: 13%;
    transform: translateY(-13%);
}
.form_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #B8860B;
    color: var(--white-color);
    font-size: 16px;
    line-height: 160%;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s ease;
}
.form_btn img {
    width: 30px;
    height: 20px;
    object-fit: contain;
    padding: 0 10px 0 0;
}
.form_btn:hover {
    background-color: var(--secondary-color);
}

/* Map section style starts here   */
.map_section {
    background-color: #fbf9f6;
}
.map_section h2, .map_section p {
    text-align: center;
}
.map_section h2:after {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.map_section iframe {
    height: 450px;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
}


@media(max-width: 1400px) {
    .details_box {
        padding: 25px;
    }
}
@media(max-width: 1080px) {
    .details_box {
        width: calc(50% - 20px);
        padding: 20px;
    }
    .details_box:last-child {
        margin-top: 40px;
    }
}
@media(max-width: 768px) {
    .details_box {
        max-width: 400px;
        width: 100%;
        padding: 20px;
        margin: 0 auto;
    }
    .details_box:nth-child(2), .details_box:last-child {
        margin-top: 30px;
    }
    .details_box h3, .details_box h4 {
        font-size: 16px;
    }
    .details_box a, .details_box p, form input, form textarea, form label, .form_btn, ::placeholder {
        font-size: 15px;
    }
}
@media(max-width: 576px) {
    form {
        padding: 40px 15px;
    }
}