/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */




:root {
  --primary: #011054;
  --secondary: #F30F23;
  --black: #000;
  --light-black: #1F1F1F;
  --gray: #616368;
  --light-gray: #f6f6f6;
  --white: #fff;
  --error: #ff0000;
  --success: #4caf50;
  --transition: all 0.3s ease-in-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
p {
    margin: 0 0 1rem;
}
a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
ul.slick-dots {
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: -5% !important;
    z-index: 9;
}

ul.slick-dots li {
    background: #BC8F8F;
    border-radius: 5px !important;
    width: 1rem;
    height: 5px;
    opacity: 0.2;
}

ul.slick-dots li.slick-active {
    background: var(--primary);
    width: 4rem !important;
    opacity: 1;
}

ul.slick-dots button {
    display: none;
}
@media (max-width: 767px) {
    p#breadcrumbs {
        font-size: 14px !important;
    }
}

/* ==========================
	GLOBAL STYLES START  
=============================*/

/* ===============================
	HEAD & BUTTON STYLES START  
==================================*/

.section {
    position: relative;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
@media (max-width: 767px) {
    .section {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}


.swiper-pagination {
    display: none;
    margin-top: 2rem;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 1rem !important;
    height: 5px !important;
    transition: var(--transition);
    border-radius: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary);
    width: 4rem !important;
    border-radius: 5px !important;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #BC8F8F;
}
@media (max-width: 767px) {
    .elementor-swiper-button {
        display: none !important;
    }
    .swiper-pagination {
        display: block;
    }
}
@media (min-width: 768px) {
    .elementor-heading-title .red {
        color: var(--secondary);
    }
    
    .elementor-heading-title .blue {
        color: var(--primary);
    }
}



.primary-btn a {
    background: var(--secondary) !important;
    padding: 20px 52px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 4px;
    text-transform: uppercase;
}
.primary-btn a:hover {
    background: var(--primary) !important;
}

@media (max-width:767px) {
    .primary-btn a {
        padding: 16px 33px;
        font-size: 14px;
    }
}

@media (min-width:992px) {
    .bg-fixed {
        background-attachment: fixed;
    }
    

}

/* ===============================
	HEAD & BUTTON STYLES END  
==================================*/

/* ===============================
	HEADER STYLES START  
==================================*/

.current_page_item>a {
    border-bottom: 4px solid !important;
}
.btn-icon svg {
    font-size: 1.75rem;
}

.btn-icon span.elementor-button-content-wrapper {
    align-items: center;
}
.gtranslate_wrapper .gt_switcher .gt_selected a {
    border: 1px solid #00104E !important;
    padding: 14px 30px 14px 30px !important;
    color: #8d8a8a !important;
    font-family: 'Roboto', sans-serif !important;
    width: auto !important;
}

.gtranslate_wrapper .gt_switcher {
    width: 173px !important;
      position: relative !important;
}

.gtranslate_wrapper .gt_switcher .gt_selected {
    background: transparent !important;
}

.gtranslate_wrapper .gt_switcher .gt_option {
    position: fixed !important;
    top: 133px !important;
}



/* ===============================
	HEADER STYLES END  
==================================*/

/* ===============================
	HOME STYLES START  
==================================*/


.banner-gradient:before {
    position: absolute;
    content: '';
    background: linear-gradient(45deg, black 20%, transparent 80%);
    width: 100%;
    height: 100%;
}
.promotions-logo-border .elementor-widget-image {
    height: 100%;
    width: 100%;
    padding: 1rem;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.us-flag:before {
    display: none;
}

@media (min-width: 1200px) {
    .us-flag:before {
        display: block;
        position: absolute;
        content: '';
        background-image: url(https://ah.dev-version.com/chipsimusa/wp-content/uploads/2025/12/US-FLAG.webp);
        background-repeat: no-repeat;
        background-size: cover;
        bottom: -10px;
        width: 31%;
        height: 100%;
        top: unset;
    }
}

.e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    position: relative;
}
.e-n-accordion > .e-n-accordion-item[open]> .e-n-accordion-item-title {
   border-bottom: 0px !important;
}
.e-n-accordion-item[open] > .e-n-accordion-item-title:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 1px;
    background: #00104E;
    BOTTOM: 0;
}

.e-n-accordion > .e-n-accordion-item > .e-con {
   border: 1px solid #DDD;
   border-top: 0;
}
.packages-grid .details {
    height: 100%;
}

@media (min-width: 768px) {
    .packages-grid .details span.elementor-icon-list-text>b {
        font-size: 24px;
        display: block;
    }
    .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0366B1;
        border-radius: 50%;
    }
    
    .elementor-widget-n-accordion .e-n-accordion-item-title-icon>span>svg {
        fill: #fff !important;
    }
    
    .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon {
        background: #F30F23;
    }
}

@media (max-width: 767px) {
    .banner-gradient:before {
        background: rgba(0 0 0 / 70%);
    }
    
    .banner-gradient {
        background-position: 80% !important;
    }
    .elementor-heading-title .red {
        color: var(--secondary);
    }
    
    .elementor-heading-title .blue {
        color: var(--secondary);
    }
    .step-shape {
        background-image: unset !important;
    }
    .footer-menu ul#menu-1-eefab6d {
        flex-direction: column;
    }
    
    .footer-menu ul#menu-1-eefab6d li a {
        width: fit-content !important;
        border: 0 !important;
    }
    
    .footer-menu ul#menu-1-eefab6d li:after {
        display: none !important;
    }
}
/* ===============================
	HOME  STYLES END  
==================================*/


/* ===============================
	SINGLE PRODUCT  STYLES START  
==================================*/

.ui-datepicker .ui-datepicker-title {
    display: flex;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    cursor: pointer;
}

div#ui-datepicker-div {
    background: var(--white);
}

.ui-datepicker .ui-datepicker-header {
    background: #fafafa;
    border: 0;
    margin: 0 0 5px;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all {
    background: var(--primary);
    opacity: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all>span {
    display: none;
}

a.ui-datepicker-prev.ui-corner-all:before {
    position: absolute;
    content: '<';
    font-family: cursive, sans-serif;
    font-size: 1.5rem;
    top: -5px;
    left: 8px;
    color: var(--white);
}
a.ui-datepicker-next.ui-corner-all:before {
    position: absolute;
    content: '>';
    font-family: cursive, sans-serif;
    font-size: 1.5rem;
    top: -5px;
    left: 8px;
    color: var(--white);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: var(--primary);
    color:
    var(--white);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/* ===============================
	SINGLE PRODUCT  STYLES END  
==================================*/

/* ===============================
	CONTACT PAGE STYLES START  
==================================*/


.banner-overlay:before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #000 25%, transparent 80%);
    right: 0;
    top: 0;
}
.contact-div .elementor-element-d0a17da a {
    color: #212529;
}

.contact-div .elementor-element-d0a17da a:hover {
    color: #F30F23;
}
.contact-div .elementor-icon-box-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
}
.contact-02:before {
    position: absolute;
    content: '';
    background: #212529;
    width: 100%;
    height: 70%;
}

@media (max-width: 767px) {
    .banner-overlay:before {
        background: rgba(0 0 0 / 70%);
    }
    .contact-div .elementor-icon-box-icon {
        margin: auto;
    }
}

/* ===============================
	CONTACT PAGE STYLES END  
==================================*/

/* ===============================
	WOOCOMMERCE STYLES START  
==================================*/
.ppom-wrapper label.form-control-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.woocommerce .button,
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    color: #FFFFFF !important;
    background-color: #011054 !important;
    font-family: "Roboto", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 16px 30px 16px 30px !important;
}
.woocommerce .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #F30F23 !important;
     color: #FFFFFF !important;
}
.woocommerce-message::before,
.woocommerce-info:before {
    color: #0c0a54;
}

.woocommerce-message,
.woocommerce-info{
    border-top-color: #0c0a54;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 50% !important;
    height: 46px;
}
.woocommerce div.product form.cart .variations tbody tr th, 
.woocommerce div.product form.cart .variations tbody tr td {
    background: #FAFAFA;
    padding-bottom: 0;
}
/* ===============================
	WOOCOMMERCE STYLES END  
==================================*/
p.price {
    margin: 0 !important;
}
span.woocommerce-Price-amount.amount {
    color: #F30F23;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
}
.wcuCurrencySwitcher ul li span {
    background: transparent !important;
    font-size: 1.5rem !important;
}

.wcuCurrencySwitcher li {
    transition: all .3s ease-in-out !important;
    font-family: 'Roboto', sans-serif !important;
    border-radius: 0 !important;
}
.wcuCurrencySwitcher.left {
    left: -10px !important;
}