/**

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

*/
a,a:focus{
    text-decoration: none !important;
}

:root{
    --lightgreen: #80D8D0;
    --orange:#FD780F;
}
.years-slogan {
    white-space: nowrap;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.hero-testimonials-col{
    width: 490px !important;
}
.hero-large-col{
    width: calc(100% - 440px) !important;
}
.hero-color-button a{
    position: relative;
    z-index: 1;
}
.hero-color-button a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s ease-out;
}
.hero-color-button a:hover:before{
    width: 100%;
}
.header-logo-col{
    width: 300px !important;
}
.header-content-col{
    width: calc(100% - 300px) !important;
}


.header-right nav > ul{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    margin:0;
    padding:0;
    list-style: none;
}
.header-right nav > ul > li{
    position: relative;
}
.header-right nav > ul > li.large-menu > ul{
    min-width: 600px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    right: 0;
}
.header-right nav > ul > li.large-menu > ul > li{
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.header-right nav > ul > li.large-menu > ul > li > a{
    border: none;
}
.header-right nav > ul > li > ul{
    position: absolute;
    min-width: 220px;
    background: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-out;
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
    margin:0;
    padding:0;
    list-style: none;
}
.header-right nav > ul > li:hover > ul{
    opacity: 1;
    pointer-events: all;
    transform: none;
}
.header-right nav > ul > li:hover .gold-mega-menu{
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
}
.header-right nav > ul > li > ul a{
    display: block;
    padding:15px;
    font-weight: 400;
    line-height: 1.3;
    transition: all 0.3s ease-out;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 17px;
    transition: all 0.3s ease-out;
}
.website-header.active .header-right nav > ul > li > a,
.website-header.inner .header-right nav > ul > li > a{
    color: #222;
}
.header-right nav > ul > li > ul a:hover{
    color: var(--lightgreen);
    padding-left: 17px;
}
.header-right nav > ul > li > a{
    font-size: 21px;
    color: #fff;
    /* padding: 25px 0; */
    position: relative;
    display: flex;
    height: 80px;
    align-items: center;
    /* font-weight: 900; */
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.header-right nav > ul > li >a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 0;
    height: 4px;
    background: var(--lightgreen);
    transition: all 0.3s ease-out;
}
.header-right nav > ul > li:hover > a:before{
    width: 100%;
}
.main-btn a{
    position: relative;
}

.main-btn a:before {
    content: "";
    width: 0;
    height: 5px;
    background: #222;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease-out;
}
.main-btn a:hover:before{
    width: 100%;
}
.border-image{
    position: relative;
}
.border-image:before {
    content: "";
    width: 80%;
    height: 80%;
    border: 10px solid var(--lightgreen);
    position: absolute;
    bottom: -40px;
    right: -40px;
    z-index: -1;
}
.border-image.left:before{
    right: auto;
    left: -40px;
}
.values-options .elementor-container{
gap: 20px;
}

.homepage-categories .elementor-container{
    gap: 2px;
}

.home-categories-title{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.homepage-categories .elementor-column{
    transition: all 0.3s ease-out !important;
}
.homepage-categories .elementor-column:hover{
    width: 50% !important;
}
.homepage-categories .elementor-background-overlay{
    transition: all 0.3s ease-out;
}
.homepage-categories .elementor-column:hover .elementor-background-overlay{
    opacity: 0 !important;
}
.item-bold a{
    font-weight: 600 !important;
}
.footer-info .elementor-icon-box-icon{
    margin-top: 10px;
}

.website-header:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-out;
    z-index: -1;
    background: #fff;
}
.website-header.active:before ,
.website-header.inner:before {
    width: 100%;
}
.website-header.active .top-header-address .elementor-button{
    color: #222 !important;
}
.top-header-social i{
    transition: all 0.3s ease-out;
}
.website-header.active .top-header-social i{
    color: #222 !important;
}
.website-header.active {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.top-header-wrapper{
    transition: all 0.3s ease-out;
}
.website-header.active .top-header-wrapper,
.website-header.inner .top-header-wrapper{
    border-color: #eee;
}
.phones {
   /* animation: pulse 1s ease-in-out infinite alternate;*/
}
@keyframes pulse{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.03);
    }
}

.testimonials-slider-hero-wrapper .testimonial:before{
    display: none;
}
.testimonials-slider-hero-wrapper .testimonial{
    margin:0;
    padding:0;
    box-shadow: none;
    min-height: 0;
}

.testimonial-rating{
    width: 80px;
    overflow: hidden;
    height: 16px;
    position: relative;
    margin-bottom: 10px;
    background: url(images/star-full.png) repeat center left / 16px;
    margin-bottom: 5px;
}
.home-box-reviews .testimonial{
    background: transparent;
}
.home-box-reviews .testimonials-slider-hero-wrapper .slick-dots li.slick-active button{
    background: #fff;
}
.testimonial{
    background: #fff;
    padding:40px;
    position: relative;
    margin: 15px;
    min-height: 490px;
    box-shadow: 0 0px 12px 0 rgb(0 0 0 / 10%);
}

.testimonial-title{
    font-size: 20px;
    color: #222;
    font-weight: 900;
    margin:0;
}
.testimonial-details{
    color: var(--lightgreen);
    margin-bottom: 10px;
    font-size: 17px;
}
.testimonial p{
    font-size: 16px;
    line-height: 1.4;
    color: #222;
    margin:0;
    /* font-weight: 300; */
}

.testimonial:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid var(--lightgreen);
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: -1;
}


.nav-arrows{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border:1px solid
    rgba(255, 255, 255, 0.312);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: all 0.6s ease-out;
    bottom: -28px;
    cursor: pointer;
}

.nav-arrows svg{
    max-width: 60%;
    max-height: 60%;
}
.nav-arrows svg *{
    fill: #222;
}
.nav-arrows.nav-next{
    right: 0;
}
.nav-arrows.nav-prev{
    right: 80px;
    transform: rotate(180deg) ;
}

.testimonials .slick-dots,
.testimonials-slider-hero-wrapper .slick-dots{
    margin:0;
    padding:0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;
    margin-left: 15px;
    list-style: none;
}
.testimonials-slider-hero-wrapper .slick-dots{
    margin:20px 0 0 0;
    justify-content: center;
    padding:0;
    list-style: none;
}
.testimonials .slick-dots li,
.testimonials-slider-hero-wrapper .slick-dots li{
    cursor: pointer;
    
}
.testimonials .slick-dots li button,
.testimonials-slider-hero-wrapper .slick-dots li button{
    text-indent: 9999px;
    overflow: hidden;
    background: transparent;
    border:
    none;
    width: 25px;
    height: 4px;
    background: #000000;
    opacity: 0.1;
    padding: 0;
    transition: all 0.3s ease-out;
}


.testimonials .slick-dots li.slick-active button,
.testimonials-slider-hero-wrapper .slick-dots li.slick-active button{
    opacity: 1;
    width: 40px;
    background: var(--lightgreen);
}
.content-text a{
    color: var(--orange);
}
.home-gold .gold_price_chart_box{
    background: #FD780F;
}
.home-gold .gold_price_chart_box > span{
    color: #fff;
}
.home-gold .gold_price_chart_box ul li{
    font-size: 17px;
    color: #fff;
}

.home-gold .gold_price_chart_box > span{
    color: #fff;
    opacity: 0.7;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}
.gold_price_chart_box{
    padding: 30px;
    /* width: 531px; */
    background: #80d8d0;
    position: relative;
    /* margin-bottom: -60px; */
}
.gold_price_chart_box p{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    /* color: #fff; */
}
.gold_price_chart_box ul{
    color: #000;
    margin:0;
    padding:0;
    list-style: none;
    /* font-size: 16px; */
}
.gold_price_chart_box ul li{
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    border-bottom: 1px solid var(--darkgreen);
}
.gold_price_chart_box:before{
    content: "";
    border:1px solid var(--darkgreen);
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    pointer-events: none;
}
.gold_price_chart_box ul li .gold_price{
    font-weight: 300;
}
.gold_price_chart_box p{
    margin-top: 17px;
    font-size: 15px;
}
.navigation.post-navigation{
    display: none;
}
.testimonials-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}
.testimonials-list-wrapper .testimonial{
    min-height: 0;
}
.header-right nav > ul > li.desktop-hidden{
    display: none;
}
.header-right nav > ul > li.price-gold-menu-item  > ul{
    min-width: 405px;
}

.header-right nav > ul > li.price-gold-menu-item.right  > ul{
    right: 0;
}

.price-gold-menu-item .gold_price_chart_box{
    padding:20px;
}

.price-gold-menu-item .gold_price_chart_box > span{
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}
.price-gold-menu-item .gold_price_chart_box ul li{
    padding:2px 0;
    font-size: 15px;
}
.price-gold-menu-item .gold_price_chart_box p{
    margin:10px 0 0 0;
}

.mobile-trigger{
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-trigger span{
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease-out;
    position: relative;
}
.mobile-trigger span:before{
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    width: 80%;
    position: absolute;
    margin-top: -8px;
    left: 50%;
    transform:translateX(-50%);
    transition: all 0.3s ease-out;
}
.mobile-trigger span:after{
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    width: 80%;
    position: absolute;
    margin-top: 8px;
    left: 50%;
    transform:translateX(-50%);
    transition: all 0.3s ease-out;
}

.active .mobile-trigger span,
.active .mobile-trigger span:before,
.active .mobile-trigger span:after{
background: #000;
}
.inner .mobile-trigger span,
.inner .mobile-trigger span:before,
.inner .mobile-trigger span:after{
background: #000;
}

.mobile-trigger.active span{
    background: transparent;
}

.mobile-trigger.active span:before{
    transform: translateX(-50%) rotate(45deg);
    margin:0;
    
}
.mobile-trigger.active span:after{
    transform: translateX(-50%) rotate(-45deg);
    margin:0;
    
}

.mobile-trigger-component{
    display: none;
}
.price-gold-menu-item-mobile{
    display: none;
}
.watch-product-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.watch-product-image{
    height: 300px;
    
    margin-bottom: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}
.watch-product:hover .watch-product-image img{
    transform: scale(1.05);
}
.watch-product-image img{
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease-out;
}
.watch-product{
    text-align: center;
}
.watch-product h3{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.watch-product p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}
.page-num{
    color: #fff;
    font-weight: 900;
    font-size: 43px;
    line-height: 1;
}

.gold-prices ul{
    margin:0;
}
.gold-prices ul li{
    position: relative;
    list-style: none;
    padding-left: 30px;
}
.gold-prices li:before{
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%2380D8D0' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M464 128L240 384l-96-96M144 384l-96-96M368 128L232 284'/%3E%3C/svg%3E");
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
}
.homepage-prices .gold_price_chart_box  > span{
    display: none;
}
.homepage-prices .gold_price_chart_box{
    background: white;
    border: 15px solid #80d8d0;
}
.homepage-prices .gold_price_chart_box ul li{
    font-size: 21px;
    border-bottom: 1px solid #eee;
    padding:16px 0;
}
.homepage-prices .gold_price_chart_box ul li .gold_price{
    font-weight: 400;
}
.post-prices table{
    border: none;
}
.post-prices tr td{
    background: #F6F6F6;
    border: none;
}
.post-prices tr:first-of-type td{
    background:var(--lightgreen);
    color: black;
    font-weight: 600;
}

.home-reviews .testimonial-content{
    display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.home-reviews .nav-arrows{
    background: white;
}

.home-reviews .testimonial{
    min-height: 315px;
}