.contact_page{flex-direction:column;width:100%;display:flex}.contact_page_first_section{width:100%;height:100vh;margin-top:var(--header-height);display:flex;position:relative;overflow:hidden}.first_section_left{z-index:2;background-color:#000;flex-direction:column;justify-content:flex-end;width:65%;height:100%;padding-left:6%;display:flex;position:relative}.first_section_right{background-color:#fff;justify-content:center;align-items:flex-end;width:35%;height:100%;display:flex;position:relative}.hero_content{opacity:0;flex-direction:column;justify-content:flex-end;gap:15px;max-width:600px;height:75%;animation:1s ease-out forwards fadeInUp;display:flex;position:absolute;top:50%;transform:translateY(-50%)!important}.arch_image_container{opacity:0;z-index:10;background-color:#ccc;border-top-left-radius:500px;border-top-right-radius:500px;width:75%;height:75%;margin-bottom:0;animation:1s ease-out .3s forwards fadeInUp;position:absolute;top:50%;right:50%;overflow:hidden;transform:translate(-18%,-50%)!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.arch_image{object-fit:cover}.contact_page_second_section{background-color:#fff;justify-content:center;width:100%;padding:75px 0;display:flex}.contact_page_second_section .second_section_main_wrapper{justify-content:space-between;width:88%;display:flex}.contact_info_side{flex-direction:column;justify-content:space-between;width:auto;max-width:70%;display:flex}.contact_title_wrapper{flex-direction:column;gap:20px;display:flex}.contact_details_wrapper{background-color:#fff;flex-direction:column;height:fit-content;padding:20px 30px;display:flex;position:relative;box-shadow:0 0 23px 10px #0000000a}.contact_details_wrapper:before{content:"";background-color:#e73b4b;width:100%;height:5px;position:absolute;top:0;left:0}.contact_details_wrapper .contact_details_title{border-bottom:1px solid #000;flex-direction:column;gap:10px;padding-bottom:35px;display:flex}.request_quote_icons{gap:15px;padding-top:20px;display:flex}.request_quote_icons .request_quote_icon{background:#e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .3s;display:flex}.request_quote_icons .request_quote_icon svg path{fill:#000}.contact_form_side{align-items:flex-start;width:100%;padding-top:20px;display:flex}.contact_form{flex-direction:column;gap:30px;width:100%;display:flex}.form_group{width:100%}.form_input{color:#333;border:1px solid #e0e0e0;border-radius:15px;outline:none;width:100%;padding:12px 24px;font-family:inherit;font-size:16px}.form_input::placeholder{color:#8e8e8e}.phone_group{gap:15px;display:flex}.custom_select_wrapper{-webkit-user-select:none;user-select:none;width:140px;position:relative}.custom_select_trigger{cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;border-radius:15px;justify-content:space-between;align-items:center;height:100%;padding:12px 15px;font-size:16px;display:flex}.custom_options_list{z-index:10;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;max-width:250px;max-height:200px;margin-top:5px;position:absolute;top:100%;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.custom_option{cursor:pointer;align-items:center;gap:5px;padding:10px;transition:background-color .2s;display:flex}.custom_option:hover{background-color:#f5f5f5}.country_dial_code{font-weight:500}.country_name{white-space:nowrap;text-overflow:ellipsis;color:#333;flex:1;font-size:14px;overflow:hidden}.arrow_down{color:#666;font-size:12px}.custom_options_list::-webkit-scrollbar{width:6px}.custom_options_list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.custom_options_list::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.custom_options_list::-webkit-scrollbar-thumb:hover{background:#bbb}.message_input{resize:none;height:180px}.submit_button{cursor:pointer;background:linear-gradient(90deg,#e73b4b 0%,#c03240 100%);border:none;border-radius:15px;width:fit-content;padding:18px 75px;transition:transform .2s,box-shadow .2s}.submit_button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #e73b4b4d}.contact_page_third_section{justify-content:center;width:100%;display:flex}.third_section_main_wrapper{background:#f4f4f4;flex-direction:column;width:100%;padding:50px 6%;display:flex}.location_card_row{justify-content:space-between;align-items:stretch;gap:40px;display:flex}.time_box{background:#eee;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-width:150px;height:150px;display:flex}.location_pin_icon{flex-shrink:0;width:48px;height:58px}.location_details{flex:1;justify-content:space-between;padding-top:20px;display:flex}.detail_column{flex-direction:column;gap:20px;width:35%;display:flex}.address_wrapper{flex-direction:column;gap:10px;display:flex}.contact_column{flex-direction:column;gap:20px;width:30%;display:flex}.contact_info_box{flex-direction:column;gap:8px;display:flex}.export_number_wrapper{align-items:center;gap:8px;display:flex}.export_label{color:#fff;letter-spacing:.5px;white-space:nowrap;background-color:#e73b4b;border-radius:20px;padding:2px 7px;font-size:10px;font-weight:600;line-height:1.6}.contact_object_wrapper{align-items:center;gap:10px;display:flex}.map_column{flex-direction:column;justify-content:flex-start;align-items:flex-end;min-width:220px;display:flex}.map_iframe_box{border-radius:12px;flex-shrink:0;width:180px;height:180px;overflow:hidden;box-shadow:0 4px 18px #0000001f}.map_iframe_box iframe{border:none;width:100%;height:100%;display:block}.divider_line{background-color:#e0e0e0;width:100%;height:1px;margin:50px 0}.input_error{border-color:#e73b4b!important}.error_text{color:#e73b4b;margin-top:5px;font-size:12px;display:block}@media (max-width:1024px){.contact_page_first_section{height:60vh}.hero_content{width:100%}.arch_image_container{width:95%;right:50%;transform:translate(50%,-50%)!important}.contact_page_second_section .second_section_main_wrapper{gap:50px}.contact_info_side{gap:30px}.contact_form_side{width:100%}.location_details{flex-direction:column;gap:30px}.map_column{min-width:unset;align-items:flex-start;width:100%}.map_iframe_box{width:100%;height:220px}.detail_column,.contact_column{width:100%}}@media (max-width:768px){.contact_page_first_section{height:55vh}.first_section_left{width:55%;height:100%;padding-left:20px}.first_section_right{width:45%;height:100%}.hero_content{justify-content:center;gap:10px;max-width:100%;height:100%;position:relative;top:auto;transform:none!important}.contact_page_second_section{padding:60px 0}.lets_chat_text{font-size:4rem}.contact_title_wrapper{margin-bottom:40px}.location_card_row{flex-direction:column}.time_box{width:100px;min-width:auto;height:100px}.location_pin_icon{width:36px;height:44px}.contact_page_second_section .second_section_main_wrapper{flex-direction:column}.contact_info_side{max-width:100%}}@media (max-width:480px){.contact_page_first_section{height:45vh;min-height:350px}.first_section_left,.first_section_right{width:50%}}
