/**
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
*/

@font-face {
  font-family: 'Korolev';
  src: url('fonts/Korolev-Medium.woff') format('woff'),
       url('fonts/Korolev-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Forma DJR Banner';
    
  src: url('fonts/FormaDJRBanner-Regular-Testing.woff2') format('woff2'),
       url('fonts/FormaDJRBanner-Regular-Testing.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * oscine:
 *   - http://typekit.com/eulas/00000000000000007735fdc7
 *   - http://typekit.com/eulas/00000000000000007735fdc6
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2025-07-07 13:48:26 UTC"}*/


@font-face {
    font-family:"oscine";
    src:  url("https://use.typekit.net/af/e9bedf/00000000000000007735fdc7/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
          url("https://use.typekit.net/af/e9bedf/00000000000000007735fdc7/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
          url("https://use.typekit.net/af/e9bedf/00000000000000007735fdc7/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:700;
    font-stretch:normal;
}

@font-face {
    font-family:"oscine";
    src:  url("https://use.typekit.net/af/5b0ec8/00000000000000007735fdc6/31/l?subset_id=2&fvd=n4&v=3") format("woff2"),
          url("https://use.typekit.net/af/5b0ec8/00000000000000007735fdc6/31/d?subset_id=2&fvd=n4&v=3") format("woff"),
          url("https://use.typekit.net/af/5b0ec8/00000000000000007735fdc6/31/a?subset_id=2&fvd=n4&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:400;
    font-stretch:normal;
}
.tk-oscine { font-family: "oscine",sans-serif; }


html {
  scroll-behavior: smooth;
}


/* For Titles (Headings) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Korolev', sans-serif !important;
    letter-spacing: 0.2px;
}

/* For Elementor Titles (Headings) */
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6 {
  font-family: 'Korolev', sans-serif !important;
    letter-spacing: 0.2px;
}


/* For Elementor Body Text */
body,
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  /*font-family: 'Forma DJR Banner', sans-serif !important;*/
  font-family:"oscine" !important;
    /*letter-spacing: 0.8px;*/
    
}
.korolov-font {
  font-family: 'Korolev', sans-serif !important;
    /*letter-spacing: 0.4px;*/
}
.forma-djr-banner-font {
  /*font-family: 'Forma DJR Banner', sans-serif !important;*/
  font-family:"oscine" !important;
    /*letter-spacing: 0.5px;*/
}

body:not(.home) #header_z_index {
    background: #ffffff;
}

/* Preloader styles */
/*#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #243b7bf0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); 
  }
}




.loader {
    background: url('images/Day_to_Day_footer_logo.png') no-repeat center center;
  width: 294px;
  height: 90px;
  animation:  zoomInOut 1s ease-in-out infinite;
}*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #243b7bf0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

#preloader.hide {
  opacity: 0;
  transform: scale(0.9);
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); 
  }
}

.loader {
  background: url('images/Day_to_Day_footer_logo.svg') no-repeat center center;
  width: 400px;
  height: 280px;
  animation: zoomInOut 1s ease-in-out infinite;
}

.custom_logo_svg img{
    width: 164px !important;
}
.custom_logo_footer_svg img{
    width: 300px !important;
}

.sticky_header_section.shrink {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
    background: white; /* Change as needed */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.elementor-shape-top{
    top:-2px !important;
}
#header_z_index{
    z-index:1;
    background: #ffffff4d;
    border: 0;
}


body:not(.home) .ekit_navsearch-button,
body:not(.home) .sticky_header_section.shrink .ekit_navsearch-button{
    background: #000 !important;
    color: #fff !important;
}
body:not(.home) .ekit_navsearch-button:hover,
body:not(.home) .ekit_navsearch-button:active,
body:not(.home) .sticky_header_section.shrink .ekit_navsearch-button:hover,
body:not(.home) .sticky_header_section.shrink .ekit_navsearch-button:active{
    background: #DD1F26 !important;
    color: #fff !important;
}

body.home .ekit_navsearch-button{
    background: #FFF !important;
    color: #000 !important; 
}
body.home .ekit_navsearch-button:hover{
    background: #DD1F26 !important;
    color: #fff !important; 
}


body.home .sticky_header_section.shrink .ekit_navsearch-button{
    background: #000 !important;
    color: #fff;    
}
body.home .sticky_header_section.shrink .ekit_navsearch-button:hover{
    background: #DD1F26 !important;
    color: #fff !important; 
}

/*
.sticky_header_section.shrink .ekit_navsearch-button{   
    background-color: #000000 !important;
    color:#ffffff !important;
}
.sticky_header_section.shrink .ekit_navsearch-button:hover,
.sticky_header_section.shrink .ekit_navsearch-button:active{    
    background-color: #DD1F26 !important;
    color:#ffffff !important;
}
*/
.elementskit-navbar-nav-default .elementskit-navbar-nav{
    font-family: 'Korolev', sans-serif !important;
}
#header-contact-link{   
  font-family: 'Korolev', sans-serif !important;
    letter-spacing: 0.2px;
}

/*.curve_top {
    clip-path: ellipse(150% 100% at 50% 100%);
}
.curve_bottom {
    clip-path: ellipse(150% 100% at 50% 0%)
}*/
.curve_top {
    clip-path: ellipse(54% 100% at 50% 100%);
}
.curve_bottom {
    clip-path: ellipse(54% 100% at 50% 0%)
}

body:not(.elementor-page) #page .site-content {
    margin-top: 100px;
}
.ekit-template-content-footer, .ekit-template-content-header {
    background: #Fff;
    background: transparent !important;
}
.elementor-template-full-width .ast-container {
    max-width: 100%;
    padding: 0;
}
body.single.single-post .site-main{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
body.single.single-post .navigation.post-navigation{
    display: none !important
}
.ast-separate-container .ast-article-single:not(.ast-related-post){
     width: 70%;
    border-radius: 10px;
}
.site .ast-single-related-posts-container{
    padding: 0;
    margin: 0;
    width: 30%;
}
.ast-related-posts-wrapper .ast-related-post{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.ast-related-posts-title-section .ast-related-posts-title {
    font-size: 30px;
}
.ast-related-post-content .entry-header .ast-related-post-title a{
    color: #000000;
    font-family: 'Korolev';
        font-weight: bold;
}
.ast-related-post-content .entry-meta {
    display: none;
}
.custom_countdown_section_inner  .elementor-image-box-description{
    font-family: 'Korolev' !important;    
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb>img,
.ast-related-posts-inner-section .post-thumb-img-content img,
.ast-separate-container .ast-article-single:not(.ast-related-post) img{
    border-radius: 10px;
}
.elementor-image-gallery .gallery-item img{
    border-radius: 20px;
}
.custom_news_grid .rt-holder{
    border-radius: 10px;
    background: #fff;
}

.custom_news_grid .rt-holder .rt-img-holder{
    margin: 15px 15px 0 15px;
    border-radius: 10px;
}
.custom_news_grid .rt-holder .rt-img-holder img,
.custom_branch_slider img{
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.custom_news_grid .rt-holder:hover img,
.custom_branch_slider .swiper-slide:hover img{
    -webkit-transform: scale(1.05) rotate(2deg) !important;
    transform: scale(1.05) rotate(2deg) !important;
    opacity: .8;
}
.custom_news_grid .rt-holder .rt-detail .read-more{
    background: unset;
    padding: 0;
    border: unset;
    font-weight: bold;
    letter-spacing: 1.3px;
}
.custom_news_grid .rt-holder .rt-detail .read-more:hover,
.custom_news_grid .rt-holder .rt-detail .read-more:active,
.custom_news_grid .rt-holder .rt-detail .read-more:focus{
    background: unset;
    padding: 0;
    border: unset;
}

.custom_news_grid .rt-holder .rt-detail .read-more a{
    background: unset !important;
    padding: 0 !important;
    border: unset !important;
    font-weight: bold;
    letter-spacing: 1.3px;
}

.custom_news_grid .rt-holder .rt-detail .read-more a:hover,
.custom_news_grid .rt-holder .rt-detail .read-more a:active,
.custom_news_grid .rt-holder .rt-detail .read-more a:focus{
    background: unset;
    padding: 0;
    border: unset;
}
.custom_news_grid .pagination-list li a{
    background-color: unset !important;
    color: #fff !important;
    border-color: #fff !important;
    border-radius: 50%;
    margin: 0 10px;
}
.custom_news_grid .pagination-list li.active span{
    background-color: #DD1F26 !important;
    color: #fff !important;
    border-color: #DD1F26 !important;
    border-radius: 50%;
    margin: 0 10px;
}

.custom_news_grid .pagination-list li a:hover,
.custom_news_grid .pagination-list li a:active,
.custom_news_grid .pagination-list li a:focus{
    background-color: #DD1F26 !important;
    border-color: #DD1F26 !important;
}


.custom_news_grid .pagination-list li.active a:hover,
.custom_news_grid .pagination-list li.active a:active,
.custom_news_grid .pagination-list li.active a:focus{
    background-color: #DD1F26 !important;
    border-color: #DD1F26 !important;
}

.ast-related-post-excerpt.entry-content{
    margin-bottom: 15px !important;
}
.ast-related-post-cta.read-more{
    margin-bottom: 5px !important;
}
.ast-related-post-cta.read-more a{
    color: #DD1F26 !important;
    font-weight: 600;
}
.ast-related-post-cta.read-more a:hover,
.ast-related-post-cta.read-more a:active,
.ast-related-post-cta.read-more a:focus{
    color: #243B7B !important;
    font-weight: 600;
}
.custom_branch_slider{
    padding-bottom: 40px;
}
.custom_gallery .swiper-wrapper,
.dialog-widget.dialog-lightbox-widget.dialog-type-lightbox.elementor-lightbox .swiper-wrapper,
.custom_branch_slider .swiper-wrapper,
.custom_promotion_slider .swiper-wrapper{
    gap: 0 !important;
}
.custom_branch_slider .swiper-pagination{
    top: unset;
    bottom: 0px;
}
.custom_branch_slider .swiper-pagination-bullet{
    background: #243B7B;
    height: 10px;
    width: 10px;
}
.custom_branch_slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.custom_branch_slider .swiper-pagination-bullet:hover{
    background: #DD1F26;
}
.custom_promotion_slider{
    padding-right: 20px;
    padding-left: 20px;
}
.custom_promotion_slider .swiper-button-prev{
    color: #243B7B;
    left: 0px;
    background: #fff;
    padding: 6px 22px 4px 20px;
    border-radius: 50%;
    object-fit: cover;
}
.custom_promotion_slider .swiper-button-next{
    color: #243B7B;
    right: 0px;
    background: #fff;
    padding: 6px 20px 4px 22px;
    border-radius: 50%;
    object-fit: cover;
}
.custom_promotion_slider .swiper-button-next:after,
.custom_promotion_slider .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 600;
}


.slider-multiple .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.contact_form_label_field {
    margin-bottom: 5px;
    width: 100%;
}
.contact_form_label_field label{
    margin-bottom: 6px;
    display: inline-block;
    font-size: 16px;
}

.branch-filter-bar {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.branch-count{
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}
.branch-count strong{
    font-size: 22px;
}

.branch-filter label {
    margin-right: 10px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}
#uae-cities,
#uae-branch-promotion{
    border-radius: 30px;
}

.branch-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.branch-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 15px;
}
.branch_feature_image{
    margin-bottom:10px;
    padding-bottom:10px;
}
.branch_feature_image img{
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
        -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.branch_feature_image:hover img {
    -webkit-transform: scale(1) rotate(2deg) !important;
    transform: scale(1) rotate(2deg) !important;
    opacity: .8;
}

.branch_details{
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.branch_info{
    width: 53%;
    padding: 0 0px 0px 0;
}
.branch_map{
    width: 47%;
    border-radius: 10px;
}
.branch_map iframe{
    width: 100%;
    border-radius: 10px;
}

.branch_title h3 {
    margin: 5px 0 20px 0 !important;
    color: #000000 !important;
    font-size: 22px !important
}

.brqanch_address_number {
    font-size: 15px;
}

.brqanch_address_number p {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 15px;
}


.branch-map iframe {
    width: 100%;
    height: 190px;
    margin-top: 0px;
}

.brqanch_address_number {
  line-height: 1.6;
}

.brqanch_address_number .icon {
  margin-right: 8px;
  color: #333;
  font-size: 16px;
}

.branch-parking {
  color: #DD1F26 !important;
  font-weight: bold;
}
.branch-parking > strong{
    padding-top: 2px;
}


.branch_spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom_branch_single_page{
        margin: 50px 0;
    padding: 10px 0 30px 0;
    width:100%;
}

.custom_branch_single_page .branch-map iframe {
    height: 290px;
}
.custom_branch_single_page .branch_title h3 {
    margin: 20px 0 30px 0 !important;
    font-size: 30px !important
}

.custom_branch_single_page .brqanch_address_number {
    font-size: 17px;
}

.custom_branch_single_page .brqanch_address_number p {
    margin: 0 0 15px 0;
    font-size: 17px;
}

.custom_branch_single_page .brqanch_address_number {
  line-height: 1.8;
}


/*-- Promotion CSS --*/
.promotion-filter-bar {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.promotion-count{
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}
.promotion-count strong{
    font-size: 22px;
}

.promotion-filter label {
    margin-right: 10px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}
#uae-cities{
    border-radius: 30px;
}

.promotion-grid {
    display: grid;
    gap: 20px;
    
}

.promotion-card {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 0;
}
.promotion_feature_image{
    margin-bottom:0;
    padding-bottom:0;
}
.promotion_feature_image img{
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}
.promotion_details{
    display: flex;
    justify-content: space-between;
    gap:20px;
}

.promotion_spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

/*.sticky-btn {
  position: fixed;
  top: 46%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  border: 0;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease;
  background: url('images/ai_icon.png') no-repeat center center;
  height: 80px;
  width:80px;
}*/

.chat-container {
  position: fixed;
  top: 46%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9;
}

.chat-bubble {
  background-color: #ffffff;
    color: #000;
    padding: 10px 20px;
    border-radius: 30px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.chat-bubble::after {
      content: "";
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent white;
}

/* Show bubble on hover */
.chat-container:hover .chat-bubble {
  opacity: 1;
  visibility: visible;
}

/* Keep your original button CSS */
.sticky-btn {
  color: #fff;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s ease;
  background: url('images/ai_icon.png') no-repeat center center;
  background-size: cover;
  height: 80px;
  width: 80px;
}



.search-page-wrapper {
    width:100%;
    margin: 40px 0 80px 0;
}
.custom-search-top{
    text-align: center;
}
.custom_search_form{
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.custom_search_input{
    width: 100% !important;
    border-radius: 50px !important;
    padding-right: 40px !important;
}
.custom_search_btn{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    color: #000 !important;
    background: transparent;
    background-color: unset !important;
    padding: 5px 15px 3px 10px !important;
    
}
.search-results-area{
    margin: 0;
    text-align: left;
    color: #fff;
}
.seach_found_title{
    text-align: center;
    margin-bottom: 40px;
}
.seach_found_title .branch-count{
    margin-top: 10px;
}
.seach_found_box{
    margin: 30px 0 0 0;
}

.search_item{
    line-height: 22px;
    margin: 0 0 20px 0;
    /*font-family: 'Forma DJR Banner', sans-serif !important;*/
  font-family:"oscine" !important;
}
.custom_search_product_title{
    /*font-family: 'Forma DJR Banner', sans-serif !important;*/
  font-family:"oscine" !important;
    margin-bottom: 5px;
    line-height: 25px;
    letter-spacing: 2px;
    margin-top:2px;
}
.custom_search_product_title a {
    color:#fff;
}
.custom_search_product_title a:hover {
    color:#DD1F26;
}
.search_item p{
    margin-bottom: 0px;
    line-height: 22px;
}
.seach_found_box .navigation.pagination a.page-numbers.prev{
  background: url('images/icon_left_arrow.png') no-repeat center center #fff;
    
}
.seach_found_box .navigation.pagination a.page-numbers.next{
  background: url('images/icon_right_arrow.png') no-repeat center center #fff;
    
}

.promotion_thumbnail_image_div{
    text-align: center;
    
}


.promo-hover-box {
  position: relative;
  display: inline-block;
  border-radius: 15px;
  width:100%;
}

.promo-hover-box img {
  /*display: block;*/
  width: 100%;
  border-radius: 15px;
}


.promo-hover-box .elementor-button {
    opacity: 0;
    position: absolute;
    top: 0%;
    bottom: 0;
    right: 0;
    left: 0%;
    z-index: 99;
}
.popup-trigger{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #DD1F26;
    color:#fff;
    border-radius:30px;
    z-index: 99;
    padding: 15px 40px;
    line-height: 20px;
    z-index: 99;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.promo-hover-box .elementor-button1 {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #DD1F26;
    color:#fff;
    border-radius:15px;
    z-index: 99;
    padding: 15px 40px;
    line-height: 20px;
    z-index: 99;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.promo-hover-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.promo-hover-box:hover::before {
  opacity: 1;
}

.promo-hover-box:hover .elementor-button {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    border: 1px solid #fff;
    margin: 20px;
    border-radius: 15px;
}

.popup-trigger:hover {
    background: #243B7B;
}


.custom-popup-section {
  display: none;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 81%);
  padding: 30px;
  z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.custom-popup-section .elementor-container {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  position: relative;
}

/* Close button inside the popup */
.custom-popup-close {
  position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
    z-index: 99999;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color:#fff;
    border-radius: 50%;
    border: 2px solid #FFF;
    width: 35px;
    height: 35px;
}

.custom-popup-close:hover,
.custom-popup-close:active,
.custom-popup-close:focus{
    color: #DD1F26;
    border-color: #FFF;
    background: transparent;
}

.df-popup-thumb .df-book-title{
    opacity: 1;
    bottom: 0;
font-weight: bold;
}
.df-popup-thumb{
    height: auto;
}

.promotion-pagination{
    padding: 30px 0;
    text-align: center;
}
.promotion-pagination ul{
    background: transparent;
    border-radius: 4px;
    border-top: 0;
    display: inline-block;
    padding-left: 0;
    margin: 0;
}
.promotion-pagination ul li{
    display: inline-block;
    margin: 2px;
}
.promotion-pagination ul li a{
    background-color: unset !important;
    color: #fff !important;
    border-color: #fff !important;
    border-radius: 50%;
    margin: 0 10px;
    border: 1px solid;
    box-sizing: content-box;
    display: block;
    line-height: 45px;
    margin-left: -1px;
    min-height: 45px;
    min-width: 45px;
    position: relative;
    text-decoration: none;
    transition: .4s ease-in-out;
}
.promotion-pagination ul li a.next.page-numbers,
.promotion-pagination ul li a.prev.page-numbers{
    border-color: transparent !important;
}
.promotion-pagination ul li span.current {
    background-color: #DD1F26 !important;
    color: #fff !important;
    border-color: #DD1F26 !important;
    border-radius: 50%;
    margin: 0 10px;
    border: 1px solid;
    box-sizing: content-box;
    display: block;
    line-height: 45px;
    margin-left: -1px;
    min-height: 45px;
    min-width: 45px;
    position: relative;
    text-decoration: none;
    transition: .4s ease-in-out;
}
.promotion-pagination ul li a:hover,
.promotion-pagination ul li a:active,
.promotion-pagination ul li a:focus {
    background-color: #DD1F26 !important;
    border-color: #DD1F26 !important;
}
.promotion-pagination ul li a.next.page-numbers:hover,
.promotion-pagination ul li a.next.page-numbers:active,
.promotion-pagination ul li a.next.page-numbers:focus,
.promotion-pagination ul li a.prev.page-numbers:hover,
.promotion-pagination ul li a.prev.page-numbers:active,
.promotion-pagination ul li a.prev.page-numbers:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    text-decoration: underline;
}
.download_brochures{
    border-radius: 15px;
    margin: 0 auto;
    padding: 0px;
    position: absolute;
    bottom: 20px;
    bottom: 50%;
    text-align:center;
    z-index:99;
}
.download_brochures_popup{
    display:none;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 81%);
    padding: 30px;
    z-index: 99999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.brochure-trigger{
        cursor: pointer;
    color: #fff;
    border-radius: 50px;
    letter-spacing: 1.2px;
    background: #dd1f26;
    padding: 10px 20px 10px 20px;
    -webkit-box-shadow: 1px 2px 10px #000;
    box-shadow: 1px 2px 10px #000;
}

.brochure-trigger:hover{
    background: #243B7B;
}
.download_brochures_popup_inner{
    width: 40%;
    border-radius: 15px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    position: absolute;  
}
.custom-popup-section.pdf_found{
    /*padding-bottom: 160px;*/
}
.download_brochures_popup h3{
    color: #000 !important;
    font-size: 25px !important;
    line-height: 30px !important;
    margin: 0 0 20px 0;
}
.download_brochures_popup input.promotion_number{
    border-radius: 30px;
    height: 45px;
    padding: 8px 15px;
    border: 1px solid #c5c5d1;
    color: #202020;
    margin-bottom: 15px;
}
.download_brochures_popup select.promotion_branch{
    border-radius: 30px;
    height: 45px;
    padding: 8px 15px;
    border: 1px solid #c5c5d1;
    color: #202020;
}
.promotion_submit{
    background-color: #243B7B !important;
    border-radius: 50px  !important;
    padding: 10px 20px;
    width: 100%;
    margin-top: 25px
}

/* Close button inside the popup */
.brochure-popup-close {
  position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
    z-index: 99999;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color:#fff;
    border-radius: 50%;
    border: 2px solid #FFF;
    width: 35px;
    height: 35px;
}

.brochure-popup-close:hover,
.brochure-popup-close:active,
.brochure-popup-close:focus{
    color: #DD1F26;
    border-color: #FFF;
    background: transparent;
}


.ajax-pagination{
    padding: 30px 0;
    text-align: center;
        display: flex;
    justify-content: center;
    margin-top:40px;
}
.ajax-pagination .ajax-page-btn{
    background-color: unset !important;
    color: #fff !important;
    border-color: #fff !important;
    border-radius: 50%;
    margin: 0 10px;
    border: 1px solid;
    box-sizing: content-box;
    display: block;
    line-height: 45px;
    margin-left: -1px;
    min-height: 45px;
    min-width: 45px;
    position: relative;
    text-decoration: none;
    transition: .4s ease-in-out;
    padding: 0;
}
.ajax-pagination .ajax-page-btn.active{
    background-color: #DD1F26 !important;
    border-color: #DD1F26 !important;
}
.ajax-pagination .ajax-page-btn:hover,
.ajax-pagination .ajax-page-btn:active,
.ajax-pagination .ajax-page-btn:focus{
    background-color: #DD1F26 !important;
    border-color: #DD1F26 !important;
    
}
.custom_countdown_absolute{
    z-index:9;
}
#menu-item-3204{
    display:none !important;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
    -webkit-transition: all .1s ease !important;
    transition: all .1s ease !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    /*border-style: solid;
    border-width: 0px 0px 4px;
    border-color: #fff;*/
}

/*.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}*/

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
  will-change: transform, opacity;

  /* Ensure space is reserved */
  visibility: hidden;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.elementor-10 .elementor-element.elementor-element-18d9d15 .elementor-button{
	font-family: 'Korolev', sans-serif !important;
	opacity: 1;
}
.ast-article-post .ast-blog-single-element.ast-taxonomy-container.cat-links,
.ast-article-post .entry-header.ast-blog-single-element.ast-blog-meta-container{
	display: none;
}
.ast-article-post h2.entry-title.ast-blog-single-element,
.ast-article-post h2.entry-title.ast-blog-single-element a{
	   font-size: 30px;
    line-height: 36px !important;
    color: #fff;
    font-weight: 400;
}
.ast-article-post .ast-excerpt-container.ast-blog-single-element{
	font-size: 16px;
    line-height: 22px;
    color: #dfdbdb;
    font-weight: 300;
}

.checkbox_T_C{
    padding: 10px 0 5px 5px;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
        font-size: 14px;
}
.checkbox_T_C .agree{
    margin-right: 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #DD1F26;
}
.custom_news_grid .rt-img-holder img{
	width: 100%;
}

/*-- responsive --*/

@media (min-width: 922px) and (max-width: 1099px) {
    .ast-narrow-container .site-content > .ast-container,
    .single.single-branch .ast-container,
    .search.search-results .ast-container,
    .search.search-no-results .ast-container{
        max-width: 892px;
    }
}
@media (min-width: 1100px) and (max-width: 1199px) {
    .ast-narrow-container .site-content > .ast-container,
    .single.single-branch .ast-container,
    .search.search-results .ast-container,
    .search.search-no-results .ast-container {
        max-width: 1060px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1279px) {
    .ast-narrow-container .site-content > .ast-container,
    .single.single-branch .ast-container,
    .search.search-results .ast-container,
    .search.search-no-results .ast-container {
        max-width: 1140px !important;
    }
}
@media (min-width: 1280px) and (max-width: 1339px) {
    .ast-narrow-container .site-content > .ast-container,
    .single.single-branch .ast-container,
    .search.search-results .ast-container,
    .search.search-no-results .ast-container{
        max-width: 1200px !important;
    }
}
@media (min-width: 1340px) {
    .ast-narrow-container .site-content > .ast-container,
    .single.single-branch .ast-container,
    .search.search-results .ast-container,
    .search.search-no-results .ast-container{
        max-width: 1140px !important;
    }
}
@media (max-width: 991px) {
    .ast-separate-container .ast-article-single:not(.ast-related-post),
    .site .ast-single-related-posts-container,
    .single.single-branch .ast-container,
    .search.search-results .ast-container,
    .search.search-no-results .ast-container{
         width: 100%;
    }
    body{
        word-wrap: anywhere;
    }
}
@media (max-width: 1024px) {
    #sticky_header_section{
        position: relative !important;
    }
    #header_z_index{
        background: #fff !important;
        width: 100% !important;
        border-radius: unset !important;
        padding-top: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #sticky_header_section > .e-con-inner{
        padding-top:0 !important;
    }
    .curve_top {
        clip-path: ellipse(80% 100% at 50% 100%);
    }
    .curve_bottom {
        clip-path: ellipse(80% 100% at 50% 0%)
    }
    .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-menu-close{
        border-color: #000;
        display: inline-flex;
    }
    .elementskit-menu-close::before {
      content: "×"; /* Replace with your preferred symbol */
      font-size: 28px;
      color: #000;
      margin: 0;
		display:block;
    }
    
    
}

@media (min-width: 768px) {
    .promotion-grid {
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #ekit-megamenu-footer-menu {
        max-width: 100% !important;
    }
    #menu-footer-menu > li > a {
        padding: 10px !important;
        color: #fff !important;
    }
    #menu-footer-menu > li > a:hover {
        color: #DD1F26 !important;
    }
    .ekit_modal-searchPanel .ekit-search-group{
        margin-left: 20px;
        margin-right: 20px;
    }
    
    #menu-item-3204{
        display:block !important;
    }
    .curve_top,.curve_bottom {
        --width: 100% !important;
    }
    .custom_social_media{
        background-color: #1E153E !important;
    }
    .about_blue_bg{
        background-color: #243B7B !important;
    }
    .branch-grid {
        grid-template-columns: repeat(1, 1fr);
        gap:30px;
    }
    body.single.single-post .site-main {
        margin-bottom: 90px;
    }
    body.single.single-post .site-main article.ast-article-single{
        padding: 25px;
        width: 70%;
    }
    body.single.single-post .site-main .ast-single-related-posts-container{
        width: 30%;
    }
    .ast-single-related-posts-container .ast-related-posts-wrapper{
        display: grid;
        grid-template-columns: unset;
    }
    .result_text{
        font-size: 34px !important;
        line-height: 45px !important;
    }
    .promo-hover-box:hover .elementor-button{
        margin: 15px;
    }
    body:not(.elementor-page) #page .site-content {
        margin-top: 60px ;
    }
    #ekit-megamenu-main-menu {
        max-width: 500px !important;
    }
    #sticky_header_section{
        z-index: 999;
    }
    
    .download_brochures_popup_inner{
        width: 70%; 
    }
    /*.custom-popup-section.pdf_found{
        padding-bottom: 80px;
    }*/
    .download_brochures{
        /*bottom: 30px;*/
    }
    
    .tab_mobile_header_right_side .elementskit-menu-hamburger {
        background: #fff !important;
    }
    
    .ekit-template-content-markup.ekit-template-content-header{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    #header_z_index {
        background: #ffffffa1 !important;
    }
    
    body:not(.home) #header_z_index {
        background: #ffffff  !important;
    }
    
    body:not(.home) .ekit-template-content-markup.ekit-template-content-header{
        position: unset;
    }
    
    .sticky_header_section.shrink #header_z_index{
        position: fixed;
        top: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        background: #fff !important;
    }
    .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-menu-close {
        border-radius: 50% !important;
        width: auto !important;
        height: auto ;
        font-size: 18px;
        background: #fff !important;
        color:#000 !important;
		padding: 17px 10px 17px 10px !important;
    }
    
    .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-menu-close:hover,
    .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-menu-close:active,
    .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-menu-close:focus{
        background: #fff !important;
        color:#000 !important;
    }
    
    .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a{
        justify-content: center;
    }
    
}

@media (max-width: 767px) {
    .custom_countdown_absolute{
        position: unset;
        padding: 0;
    }
    .custom_countdown_section {
        padding:0;
    }
	
	.custom_logo_footer_svg img{
		width: 220px !important;
	}
    #custom_footer_menu .elementskit-menu-hamburger {
        color: #fff !important;
        float: none !important;
        margin: 0 0 10px 0;
        text-align: center;
        border-color:#fff !important;
        display:none !important;
    }
    #custom_footer_menu .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
        background-color: #fff !important;
    }
    #tab_mobile_search_icon .ekit_navsearch-button {
        color: #000 !important;
        background: transparent !important;
    }
    .ekit_modal-searchPanel .ekit-search-group{
        margin-left: 15px;
        margin-right: 15px;
    }
    .tab_mobile_header_right_side .elementskit-menu-hamburger {
        margin: 0 0 11px 0;
        background: #fff !important;
    }
    
    #menu-item-3204{
        display:block !important;
    }
    #ekit-megamenu-footer-menu{
        max-width: 100%;
        display: block;
        position: unset;
        background: transparent;
        box-shadow: unset;
    }
    #ekit-megamenu-footer-menu ul{
            display: flex;
    }
    #ekit-megamenu-footer-menu .elementskit-nav-identity-panel{
        display:none !important;
    }
    #ekit-megamenu-footer-menu .elementskit-navbar-nav > li > a {
        padding: 5px 10px;
        color: #FFF;
    }
    .custom_social_media{
        background-color: #1E153E !important;
    }
    .branch-grid {
        grid-template-columns: repeat(1, 1fr);
        gap:30px;
    }
    .branch-filter-bar,
    .promotion-filter-bar{
        display: grid;
        gap:20px;
    }
    .branch-count {
        margin: 30px 0;
    }
    body.single.single-post .site-main {
        margin-bottom: 70px;
        display:grid;
    }
    body.single.single-post .site-main article.ast-article-single{
        margin-bottom: 40px;
        padding: 20px;
    }
    .result_text{
        font-size: 30px !important;
        line-height: 35px !important;
    }
    body:not(.elementor-page) #page .site-content {
        margin-top: 50px;
    }
    .popup-trigger {
        padding: 10px;
        line-height: 18px;
        font-size: 14px;
        width: 200px;
    }
    .promo-hover-box:hover .elementor-button{
        margin: 10px;
    }
    .elementor-element.elementor-element-3c40ba5.banner-overlay.e-flex.e-con-boxed.e-con.e-parent{
        
    }
    #sticky_header_section{
        z-index: 999;
    }
    
    .download_brochures_popup_inner{
        width: 80%; 
    }
    .checkbox_T_C{
        display: inline-block;
    }

    /*.custom-popup-section.pdf_found{
        padding-bottom: 60px;
    }*/
    .download_brochures{
        /*bottom: 30px;*/
    }
    .promotion-grid {
        /*gap: 20px;
        display: block;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);*/
    }
    .ekit-template-content-markup.ekit-template-content-header{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    #header_z_index {
        background: #ffffffa1 !important;
    }
    body:not(.home) #header_z_index {
        background: #ffffff  !important;
    }
    
    body:not(.home) .ekit-template-content-markup.ekit-template-content-header{
        position: unset;
    }
    
    .sticky_header_section.shrink #header_z_index{
        position: fixed;
        top: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        background: #fff !important;
    }
    .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-menu-close {
        border-radius: 50% !important;
        width: auto !important;
        height: auto !important;
        font-size: 18px;
        font-size: 0 !important;
        background: #fff !important;
        color:#000 !important;
		padding: 17px 10px 17px 10px !important;
    }
    
    .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-menu-close:hover,
    .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-menu-close:active,
    .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-menu-close:focus{
        background: #fff !important;
        color:#000 !important;
    }
    .swiper-zoom-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a{
        justify-content: center;
    }
    #custom_footer_menu .elementskit-menu-overlay.elementskit-menu-offcanvas-elements.elementskit-menu-toggler{
        display:none !important;
    }
    .has_no_image.search_item,
    .has_image.search_item {
        display: block !important;
        margin-bottom: 40px !important;
    }
    .search_item_left {
        max-width: 100% !important;
        width: auto !important;
        margin-bottom: 20px !important;
    }
    .search_item_right {
        width: auto !important;
        max-width: 100% !important;
    }
    .elementor-widget-heading h2.elementor-heading-title {
        line-height: 40px !important;
        font-size: 35px !important;
    }
}

@media (max-width: 767px) {
	.elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-menu-close {
	  position: relative;
	  width: 38px !important;
	  height: 38px !important;
	  background: #fff !important;
	  border-radius: 50% !important;
	  padding: 0 !important;
	  display: block;
	  font-size: 0; /* Hide any inline "×" if present */
	  line-height: 1;
	  font-family: Arial, sans-serif;
	}

	.elementskit-menu-close::before {
	  content: "×";
	  font-size: 26px;
	  color: #000;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -48%);
	  line-height: 1;
	  font-family: Arial, sans-serif;
	}
	.best_service_two_image .elementor-icon-box-title{
	    white-space: nowrap;
        word-break: break-word;
	}
	.show_on_desktop_tablets{
	    display:none !important;
	}
}
