/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.chatwith {
	
    bottom: 70px !important;
}
.chatwith.rightpos{
	right: 20px !important;
}

.top-language-switcher {
    position: relative;
    /* // font-size: 16px;
    // line-height: 1;
    // font-weight: 600;
    // font-family: "Roboto", sans-serif;
    // font-family: 'Lato', sans-serif; */
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.08em;
    /* // padding-left: 40px; */
}
/* // .top-language-switcher::before{
//     content: "";
//     width: 1px;
//     height: 26px;
//     background: #FFFFFF80;
//     position: absolute;
//     left: 0;
//     top: 0;
//     right: auto;
//     bottom: 0;
//     margin: auto 0;
// } */
.top-language-switcher .current-lang {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    position: relative;
}
.top-language-switcher a.current-lang:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2026/07/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.top-language-switcher img {
    width: 16px;
    height: 16px !important;
    border-radius: 16px !important;
    object-fit: cover;
    display: block;
}

.top-language-switcher .arrow {
    margin-left: 4px;
    transition: transform .2s ease;
}

.top-language-switcher .lang-dropdown {
    position: absolute;
    top: 120%;
    right: 0;
    background: #fff;
    min-width: 70px;
    padding: 6px 0;
    list-style: none;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all .2s ease;
    z-index: 999;
}

.top-language-switcher:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    
}

.top-language-switcher:hover .arrow {
    transform: rotate(180deg);
}

.top-language-switcher .lang-dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
}

.top-language-switcher .lang-dropdown li a:hover {
    background: #f7f7f7;
    color: #E62536;
}
@media (min-width:1025px) {
  @media (max-width:1279px) {
    .top-language-switcher {
      font-size: 14px;
    }
    .top-language-switcher .lang-dropdown li a {
      font-size: 14px;
    }
  }
}
@media (max-width:1200px) {
    /* .top-language-switcher {
        padding-left: 20px;
    } */
}
@media (max-width:1024px) {
    .top-language-switcher {
        padding-left: 0px;
    }
    .top-language-switcher::before {
        display: none;
    }
}
@media (max-width:767px) {
  .top-language-switcher .current-lang {
    gap: 2px;
  }
  .top-language-switcher {
      font-size: 0;
  }
  .top-language-switcher .lang-dropdown li a {
      font-size: 0;
  }
  .top-language-switcher .lang-dropdown {
      min-width: 44px;
  }
  .top-language-switcher a.current-lang:after {
    width: 13px;
    height: 13px;
  }
  .top-language-switcher img {
    width: 14px;
    height: 14px !important;
  }
}


#bottom-to-top-btn .elementor-icon svg {
    font-size: 20px;
}
#scrollTopBtn{
    cursor: pointer;
}
/* // #bottom-to-top-btn .elementor-icon {
//     border: 1px dashed rgb(255 255 255 / 60%) !important;
//     border-radius: 7px;
//     padding: 8px;
// } */

/* // #bottom-to-top-btn .elementor-icon-wrapper {
//     border: 1px solid #ffffff;
//     padding: 3px;
//     line-height: 0;
//     border-radius: 10px;
//     background: #ffffff;
// } */
.elementor-icon-wrapper {
    line-height: 0;
}

#bottom-to-top-btn {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e62536;
    border-radius: 10px;
    border: 2px solid #f9f003;

    
}
#bottom-to-top-btn.visible {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}



.elementor-widget-text-editor p:last-child{
  margin-bottom: 0;
}
/* ====================================
  Header css start
 ==================================== */
 .header-fixed header .header-wrap:before {
    backdrop-filter: blur(4px);
    background: #00000030;
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
@media (min-width:1025px) {
    
    [lang="en-US"] header .header-wrap{
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
    [lang="en-US"] header .elementor-element .elementor-nav-menu--main .elementor-item {
      font-size: 13px !important;
    }
    [lang="en-US"] header .elementor-button{
      padding: 10px 5px !important;
      font-size: 12px !important;
      letter-spacing: 0 !important;
    }
    [lang="en-US"] header .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
        margin-inline-end: 0px !important;
    }
    [lang="en-US"] header .elementor-element.elementor-widget-image img {
        width: 148px;
    }
    /* [lang="en-US"] .elementor-widget-theme-site-logo img {
        width: 150px;
    } */

  @media (max-width:1279px) {
    header .header-wrap{
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
    header .elementor-element .elementor-nav-menu--main .elementor-item {
      font-size: 14px !important;
    }

    header .elementor-button{
      padding: 10px 10px !important;
      font-size: 12px !important;
      letter-spacing: 0 !important;
    }
    header .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
        margin-inline-end: 5px !important;
    }
  }
    @media (max-width:1199px) {
        [lang="en-US"] header .elementor-element.elementor-widget-image img {
            width: 101px;
        }
        [lang="en-US"] header .elementor-element .elementor-nav-menu--main .elementor-item {
            font-size: 11px !important;
        }
        [lang="en-US"] header .elementor-button{
            font-size: 10px !important;
        }
    }
}

 /* ====================================
  Header css end
 ==================================== */
 .wp-gr .wp-google-text {
    font-size: 18px !important;
    line-height: 1.5 !important;
}

.gform_heading .gform_required_legend,
.gform-theme .gform_validation_errors {
    display: none !important;
}
.gform_heading .gform_description {
    margin-bottom: 0 !important;
}
.gform-theme--api, .gform-theme--foundation {
    --gf-form-gap-x: 20px !important;
    --gf-form-gap-y: 20px !important;
}
.gform-theme--foundation .gfield .ginput_password, 
.gform-theme--foundation .gfield input:not([type="radio"]), 
.gform-theme--foundation .gfield select {
    min-height: 44px !important;
    border: 1px solid hsl(from rgb(255, 255, 255) h s l / 0.25) !important;
    background-color: hsl( from #ffffff h s l / 0.02 ) !important;
    border-radius: 6px !important;
    color: #fff;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.gform-theme--foundation .gfield select {
   -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none' /%3E%3Cpath fill='white' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z' /%3E%3C/svg%3E ");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.gform-theme--foundation .gfield select option, .gform-theme--foundation .gfield select * {
  background-color: #000 !important;
  color: #fff !important;
}
.gform-theme--foundation .gfield textarea.small {
    min-block-size: auto;
    height: 80px !important;
    border: 1px solid hsl(from rgb(255, 255, 255) h s l / 0.25) !important;
    background-color: hsl( from #ffffff h s l / 0.02 ) !important;
    border-radius: 6px !important;
    color: #fff;
}
#gform_wrapper_1[data-form-index="0"].gform-theme, [data-parent-form="1_0"],
#gform_wrapper_2[data-form-index="0"].gform-theme, [data-parent-form="2_0"] {
    --gf-color-primary: #f9f003 !important;
    --gf-color-primary-darker: #f9f003 !important;
    --gf-color-primary-lighter: #f9f003 !important;
    --gf-color-in-ctrl-primary: #f9f003 !important;
    --gf-color-in-ctrl-primary-darker: #f9f003 !important;
    --gf-color-in-ctrl-primary-lighter: #f9f003 !important;
}
.gform_button.button{
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1!important;
    padding: 12px 20px !important;
    color: #f9f003 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border: 2px solid #f9f003 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-radius: 0 !important;
}
.gform_button.button:hover{
    background: #e62536 !important;
    border-color: #e62536 !important;
    color: #ffffff !important;
}
.gform_confirmation_message {
    border: 1px solid #6cff6c !important;
    padding: 10px !important;
    border-radius: 4px !important;
    color: #6cff6c !important;
}
.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){
  color: #fff !important;
}
.gform-theme ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.gform-theme ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.gform-theme :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.gform-theme :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}