/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.5.1751556591
Updated: 2025-07-03 15:29:51

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* 
font-family: "Poppins", sans-serif; 
font-family: "Rubik", sans-serif;
*/

@font-face {
    font-family: 'Nitti Eindhoven';
    src: url('fonts/NittiEindhoven-ExtraBold.woff') format('woff');    
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Nitti Eindhoven';
    src: url('fonts/NittiEindhoven-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Nitti Eindhoven';
    src: url('fonts/NittiEindhoven-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Nitti Eindhoven';
    src: url('fonts/NittiEindhoven-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Nitti Eindhoven';
    src: url('fonts/NittiEindhoven-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Nitti Eindhoven';
    src: url('fonts/NittiEindhoven-NormalItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Nitti Eindhoven';
    src: url('fonts/NittiEindhoven-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Nitti Eindhoven';
    src: url('fonts/NittiEindhoven-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

:root { --heading-color: #1C1C1C; --primary-color:#00006c; }
html { scroll-behavior: smooth; }
body { font-family: 'Nitti Eindhoven'; }
p, .elementor-widget-text-editor { font-size: 20px; font-weight: 500; line-height: 1.3; color: #949494;}
p:not(:last-child) { margin-bottom: 20px;}
a:focus { outline: 0;}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/

a{text-decoration:none;transition:0.3s; font-family: 'Nitti Eindhoven';}
h1, h2, h3, h4, h5, h6, .elementor-heading-title {
  color: var(--heading-color);
  font-family: 'Nitti Eindhoven';
}
.section-padding { padding: 70px 0; position: relative;}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title .elementor-heading-title {padding-bottom:50px;position:relative; font-size:50px;font-weight:900; }
.section-subtitle .elementor-heading-title { font-size: 20px; color: var(--primary-color); text-transform: uppercase; font-weight: 500; line-height: 1.3;}

/*--------------------------------------------------------------
# Site Button
--------------------------------------------------------------*/
.site-button a.elementor-button {min-height:40px;min-width:150px;display:inline-flex;justify-content:center;align-items:center;border-radius:10px; border: 2px solid; transition: 0.3s all ease-in-out; font-size: 20px; line-height: 1.3; font-weight: bold; text-transform: uppercase; padding: 0px 20px; font-family: 'Nitti Eindhoven'; }
.white-button a.elementor-button { background-color: #ffffff; border-color: #ffffff; color: var(--primary-color);}
.white-button a.elementor-button:hover { background-color: var(--primary-color); border-color: var(--primary-color); color: #ffffff;}
.blue-button a.elementor-button { background-color: var(--primary-color); color: #ffffff; border-color: var(--primary-color); }
.blue-button a.elementor-button:hover { background-color: transparent; color: var(--primary-color); border-color:var(--primary-color);}

.button-group a:not(:last-child){ margin-right: 10px; }


/*===================================
 Header CSS 
====================================*/
.ast-primary-header-bar { border-bottom: 0; background-color: transparent; padding: 10px 10px 10px; transition: all 0.5s; position: absolute; top: 0; left: 0; width: 100%;}
.ast-primary-header-bar.fixed-menu { background-image: url(/wp-content/uploads/2025/07/banner-bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: top center;padding: 0px 10px;
  position: fixed; top: 0; right: 0; left: 0; }
.ast-primary-header-bar .site-primary-header-wrap { transition: .5s all; }
.ast-mobile-header-wrap .ast-primary-header-bar.fixed-menu, 
.ast-primary-header-bar.fixed-menu .site-primary-header-wrap { min-height: 65px; }
.main-header-menu > .menu-item:not(:last-child) { margin-right: 20px;}
.main-header-menu > .menu-item > .menu-link { color: #ffffff; text-transform: uppercase; font-size: 20px; font-weight: bold; line-height: 1.5; font-family: 'Nitti Eindhoven';
    position: relative; padding-left: 0 ; padding-right: 0; }
.main-header-menu > .menu-item > .menu-link:before { content: ''; position: absolute; left: 0; bottom: 0px; background-color: var(--primary-color); width: 100%; height: 1px;
  transform: scale(0); transition: 0.3s all ease-in-out; }
.main-header-menu > .menu-item > .menu-link:hover:hover, 
.main-header-menu > .menu-item > .menu-link:hover:focus { color: #ffffff;}
.main-header-menu > .menu-item > .menu-link:hover:before { transform: scale(1); }
 

/*===================================
 Hero Section
====================================*/    
.hero-section h1.elementor-heading-title { font-size: 76px; text-transform: uppercase; line-height: 1; color: #ffffff; font-weight: bold; }
.hero-section h1 span { color: #00006c;  position: relative;} 
/* .hero-section h1 span::before{ content: ''; position: absolute; bottom: 8px; left: 0; width: 100%; height: 3px; background-color: #00006c;} */
.hero-section p { margin-top: 50px; margin-bottom: 30px; font-size: 20px; line-height: 1.5; color: #ffffff; font-weight: normal; font-family: 'Nitti Eindhoven'; }
.hero-section p span.blue-text { font-weight: bold; color: var(--primary-color);}

.logo-section { margin-top: 100px;}
.logo-section figure.swiper-slide-inner { min-height: 50px; display: flex; align-items: center; justify-content: center;  }
.logo-section figure.swiper-slide-inner img { max-width: 150px; max-height: 50px; }


/*===================================
 Image Block
====================================*/    
.image-block { position: relative; max-width: 470px; }
.image-block .image-block-img {  border-radius: 20px; width: 470px; height: 550px; overflow: hidden; padding-bottom: 100%; position: relative; z-index: 1; }
.shape { background-repeat: no-repeat; width: 187px; height: 216px; background-size: cover; border-radius: 20px; }
.shape-right-bottom { position: absolute; right: -30px; bottom: -30px; z-index: 0; }
.shape-top-left { position: absolute; top: -30px; left: -30px; z-index: 0; }
.shape img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 10px; }
.image-block-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: left; }
.ms-auto { margin-left: auto;}

/*===================================
 Icon Section
====================================*/    
.icon-box .elementor-icon-box-title { font-size: 22px; line-height: 1.3; font-family: "Poppins", sans-serif; font-weight: 400; color: #1C1C1C; margin-bottom: 30px; margin-top: 15px; }
.icon-box p { font-size: 16px; color: #949494; font-weight: 400; line-height: 1.2; padding-inline: 30px; } 


/*===================================
 Video Section
 ====================================*/    
.video-box { border-radius: 15px; overflow: hidden; }

/*===================================
 Footer
====================================*/    
.footer-logos { margin-top: 0;}
.brainport { margin-bottom: 10px !important; font-family: "Poppins", sans-serif; }
.brainport svg { width: 28px;}
.brainport .elementor-icon-box-content .elementor-icon-box-title { color:#00006c; }
.contact-item .contact-item-icon { min-width: 130px; }
.contact-item .contact-item-icon .elementor-icon-box-content .elementor-icon-box-title {font-size: 20px; color: #1C1C1C; font-family: "Poppins", sans-serif; font-weight: 400; line-height: 1.5;}
.contact-item .contact-details .elementor-icon-box-content a,
.contact-item .contact-details .elementor-icon-box-content p { color: #ACACAC; font-size: 20px; line-height: 1.3; font-weight: 400; font-family: "Rubik", sans-serif; }
.contact-item .contact-details .elementor-icon-box-content a:hover { color: var(--primary-color); }


@media only screen and (max-width: 1365px) {
  .logo-section { margin-top: 30px; }
  .section-title .elementor-heading-title { font-size: 44px; line-height: 1.1; }  
  .section-padding { padding: 50px 20px; }
}

@media only screen and (max-width: 1279px) {   
  .hero-section h1.elementor-heading-title { font-size: 50px; }
  .hero-section p { margin-top: 30px; margin-bottom: 30px;}
  .section-title .elementor-heading-title { font-size: 36px; padding-bottom: 30px; line-height: 1.1 !important; } 
  
}
@media only screen and (max-width: 1024px){
  .icon-box { flex: 0 0 calc(50% - 10px); max-width: calc(50% - 10px); width: 100%; }
  .ast-button-wrap .menu-toggle.main-header-menu-toggle { padding: 8px; }
  .image-block { margin-inline: auto;  margin-bottom: 50px;  }
  .video-container { flex-wrap: wrap;}
  .video-container .video-box { flex: 0 0 calc(50% - 10px); max-width: calc(50% - 10px); width: 100%; }
  footer .section-title .elementor-heading-title br{ display: none;}
  .site-button a.elementor-button.elementor-size-sm { padding: 0px 20px; }
}

@media only screen and (max-width: 767px){
  .icon-box{flex:0 0 100%;max-width:100%;}
  .icon-box .elementor-icon-box-title { margin-bottom: 15px; margin-top: 10px; }
   
}

@media only screen and (max-width: 575px){
  .image-block { max-width: 370px;}
  .image-block .image-block-img { width: 100%; height: 350px; }
  .section-padding { padding: 30px 20px;}
  .video-container .video-box { flex: 0 0 100%; max-width: 350px; width: 100%; margin-inline: auto;} 
}


@media only screen and (max-width: 479px){
  .hero-section h1.elementor-heading-title {font-size:36px;}
  .section-title .elementor-heading-title{padding-bottom:20px;}
  .image-block{max-width:calc(100% - 30px);}
  .shape-right-bottom { right: -15px; bottom: -15px; }
  .shape-top-left{top:-15px;left:-15px;}
  .button-group{display:flex;flex-direction:column;gap:10px;align-items:center;}
  .button-group a:not(:last-child) { margin-right: 0;}
}
