/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* ========= common styling ======== */

/* .grecaptcha-badge {
    right: 0 !important;
} */

* {
    scroll-behavior: smooth;
}

.defaultIcon .elementor-icon-wrapper .elementor-icon {
    display: flex;
}

.headerWrapper {
    transition: all 0.3s ease;
}

.headerWrapper.is-sticky {
    position: fixed;
    background: url(./images/footerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}


/* ========= footer ========== */

.socialIcons .elementor-icon {
    transition: all 0.3s ease;
}

.socialIcons .elementor-icon:hover {
    background-color: red !important;
}

/* ========= subscribe form ========== */

.newsletterForm .elementor-shortcode .gform_fields input:not([type="submit"]){
    padding: 14px 20px;
    background-color: #242424;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #E1E1E1;
}

.newsletterForm .elementor-shortcode .gform_fields input:not([type="submit"])::placeholder {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #E1E1E1;
}

.newsletterForm .elementor-shortcode .gform_fields input:not([type="submit"]):focus,
.newsletterForm .elementor-shortcode .gform_fields input:not([type="submit"]):focus-visible,
.newsletterForm .elementor-shortcode .gform_fields input:not([type="submit"]):focus-within
{
    outline: none;
}

.newsletterForm .elementor-shortcode .gform_footer {
    margin: 0px !important;
    margin-top: 10px !important;
    padding: 0 !important;
}

.newsletterForm .elementor-shortcode .gform_footer input[type="submit"] {
    background-color: #ED2024;
    border: 1px solid #ED2024;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Europe Ext', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

    .newsletterForm .elementor-shortcode .gform_footer input[type="submit"]:hover {
        background-color: #fff;
        color: #ED2024;
        border: 1px solid #ED2024;
    }

.gform_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper .gform_ajax_spinner {
    position: absolute !important;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}

.footerFormWrapper {
    backdrop-filter: blur(84px);
}

.getInTouch .elementor-shortcode .gform_fields input:not([type="submit"]),
.getInTouch .elementor-shortcode .gform_fields textarea {
    padding: 16px 14px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    backdrop-filter: blur();
    border: none;
    color: #E1E1E1;
    font-weight: 500;
    font-size: 15px;
    backdrop-filter: blur();
}

.getInTouch .elementor-shortcode .gform_fields textarea {
    height: 219px !important;
}

.getInTouch .elementor-shortcode .gform_footer input[type="submit"] {
    background-color: #ED2024;
    border: 1px solid #ED2024;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Europe Ext', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
}

.getInTouch .elementor-shortcode .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 15px !important;
}


.getInTouch .elementor-shortcode .gform_footer input[type="submit"]:hover {
        background-color: #fff;
        color: #ED2024;
        border: 1px solid #ED2024;
    }



/* Wrapper */
.acf-spec-table-wrapper {
  width: 100%;
  overflow-x: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}

/* Table */
.acf-spec-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 840px;            /* 🔥 single source of truth */
  min-width: 100%;
}

/* Cells – ONE definition only */
.acf-spec-table th,
.acf-spec-table td {
  width: calc(840px / 7);  /* 🔥 true equal columns */
  height: 56px;            /* 🔥 equal row height */
  line-height: 56px;

  padding: 0 20px;              /* 🔥 no padding conflicts */
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;

  color: #fff;
  font-size: 18px;

  border: 1px solid rgba(255,255,255,0.15);
  box-sizing: border-box;
  overflow: hidden;
}

/* Sticky header */
.acf-spec-table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #0b0b0b;
  font-weight: 600;
  letter-spacing: 0.08em;
}

/* Body rows */
.acf-spec-table tbody tr {
  background: rgba(0,0,0,0.35);
}

/* Hover */
.acf-spec-table tbody tr:hover {
  background: rgba(255,255,255,0.05);
}

/* Force last column to obey table math */
.acf-spec-table th:last-child,
.acf-spec-table td:last-child {
  max-width: calc(840px / 7);
  width: calc(840px / 7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  padding: 12px;
}


.acf-spec-table td:last-child:hover {
  white-space: normal;
  background: rgba(255,255,255,0.06);
}


/* Mobile font adjustment only */
@media (min-width: 769px) {
  .acf-spec-table th,
  .acf-spec-table td {
    font-size: 14px;
  }
}

/* Mobile font adjustment only */
@media (max-width: 768px) {
  .acf-spec-table th,
  .acf-spec-table td {
    font-size: 14px;
  }
}










/* =========== zoom css =========== */

/* @media only screen and (min-width: 1720px) and (max-width: 1920px){
    html body:not(.error404){
    zoom: 0.95;
    zoom: 95%;
    }
} */

/*@media only screen and (min-width: 1537px) and (max-width: 1719px){
    html body:not(.error404){
    zoom: 0.90;
    zoom: 90%;
    }
	.search-filter-component-popup{
		zoom: 1.10;
    	zoom: 110%;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1536px){
    html body:not(.error404){
    zoom: 0.80;
    zoom: 80%;
    }
		.search-filter-component-popup{
		zoom: 1.20;
    	zoom: 120%;
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1439px){
    html body:not(.error404){
    zoom: 0.65;
    zoom: 65%;
    }
	.search-filter-component-popup{
		zoom: 1.52;
    	zoom: 152%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
    html body:not(.error404){
    zoom: 0.65;
    zoom: 65%;
    }
	.search-filter-component-popup{
		zoom: 1.45;
    	zoom: 145%;
	}
}*/


/* =========== responsive media query ========== */

@media(max-width: 1200px) {

}

@media(max-width: 1024px) {
.getInTouch .elementor-shortcode .gform_fields textarea {
    height: 140px !important;
}
}

@media(max-width: 640px) {

    .newsletterForm .elementor-shortcode .gform_fields input:not([type="submit"]) {
        font-size: 13px;
        line-height: 22px;
        padding: 12px 16px;
    }

    .newsletterForm .elementor-shortcode .gform_footer input[type="submit"] {
        font-size: 13px;
        line-height: 22px;
        padding: 10px 14px;
    }    

    .newsletterForm .elementor-shortcode .gform_footer {
    margin-top: 4px !important;
}

.getInTouch .elementor-shortcode .gform_fields input:not([type="submit"]),
.getInTouch .elementor-shortcode .gform_fields textarea {
    padding: 12px 10px;
}

.getInTouch .elementor-shortcode .gform_footer {
    margin-top: 10px !important;
}

}