/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753434088
Updated: 2025-07-25 09:01:28

*/

.gcc-faqs .e-n-accordion-item {
    background: #fff;
    border-radius: 25px;
}

.gcc-faqs :where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
    border: none !important;
}

body{
  background: #F9F9F9 !important;
}

select:focus-visible
 {
    outline: 1px solid #92722a;
}


/*visa select-details css*/
span.estimate-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    text-transform: capitalize;
    color: #1A2629;
}

.visa-title-col.user-visa-selected
 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.visa-title-col.user-visa-selected h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1a2629;
}

.visa-application-type.total.active .visa-title-price span.visa-price
 {
    display: inline-flex;
}

.display-block {
    display: block;
}

.visa-application-type.total.active
 {  
    font-family: "Montserrat", sans-serif;
    padding: 20px;
    background: #98793E;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    min-width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.visa-title-price-details::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #EC7625;
    border-radius: 50%;
    box-shadow: 0 0 0 2px white;
}

.visa-application-type h3.visa-name {
    
font-weight: 600;
font-size: 14px;
line-height: 150%;
    margin-bottom: 5px;

}

span.price.notranslate, span.price-symbol {
font-weight: 600;
font-size: 20px;
line-height: 130%;
text-transform: capitalize;
}

.visa-title-price .display-block {
font-weight: 400;
font-size: 14px;
line-height: 150%;
text-align: center;
color: #D3E3FD;

}

.estimate-details-box-left
 {
    background: #A68F6314;
    padding: 20px;
    border-radius: 15px;
}

.wpforms-field.wpforms-field-pagebreak {
    float: right;
    min-width: 200px;
    clear: both;
}

.regular-visa-btn{
    position: relative;
}

.regular-visa-btn .elementor-button::after
 {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #EC7625;
    border-radius: 50%;
    box-shadow: 0 0 0 2px white;
}

.wpforms-layout-column .wpforms-field input, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner
 {
    border: 1px solid #D9E3E6 !important;
    border-radius: 6px !important;
}

.wpforms-container #wpforms-form-5833.wpforms-form .wpforms-field-label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

#wpforms-form-5833 .wpforms-layout-column .wpforms-field input, 
 div.wpforms-container-full #wpforms-form-5833 textarea,
 #wpforms-form-5833 .wpforms-layout-column .wpforms-field input:focus, 
 div.wpforms-container-full #wpforms-form-5833 textarea:focus,
 #wpforms-form-5833 .wpforms-layout-column .wpforms-field input:active, 
 div.wpforms-container-full #wpforms-form-5833 textarea:active

 {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    padding-left: 0;
    box-shadow: 0 0 0 0px var(--wpforms-button-background-color), 0px 1px 0px rgb(0 0 0 / 15%);

}
:focus-visible
 {
    outline: -webkit-focus-ring-color auto 0px !important;
}

button.wpforms-submit
 {
    background: #8E7952 !important;
    padding: 11px 24px 11px 24px !important;
    height: 50px !important;
    font-size: 16px !important;
    font-family: 'Poppins' !important;
}

.wpforms-field.wpforms-field-radio.wpforms-list-inline label.wpforms-field-label-inline
 {
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.wpforms-field.wpforms-field-radio.wpforms-list-inline legend {
    margin-bottom: 15px;
}

div.wpforms-container-full #wpforms-form-5833 textarea
 {
    height: 80px;
}


/* radio btn style */

/*.wpforms-container-full #wpforms-form-5833 .wpforms-field-radio input[type="radio"]:checked::after {
    content: '✔';
    color: #fff !important;
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 3px;
    font-weight: bold;
    pointer-events: none;
}

.wpforms-container-full #wpforms-form-5833 .wpforms-field-radio label {
    cursor: pointer;
    vertical-align: middle;
}
*/


@media only screen and (max-width: 500px) {
    .estimate-details-box {
    display: block;
}