/*!
Theme Name: aamra_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aamra_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aamra_theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Make Mega Menu Full Width */
.woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    max-width: 50% !important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.primary_btn {
    padding-right: 0;
}
.dgwt-wcas-search-wrapp {
    max-width: 180px !important;
}
.sub-banner-con {
    padding-top: 15px;
    padding-bottom: 15px;
}
.types-con {
    padding: 50px 0 70px;
}

#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    padding-bottom: 70px;
}
.testimonial-box{
    width:550px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}
 
@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}





div#mega-menu-wrap-menu {
    margin: 0 auto;
}
.section-title2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black--color);
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.product-categories {
    list-style-type: none;
    padding: 0;
}

ul.product-categories li > a:hover {
    color: #eb7a02;
}
ul.product-categories li > a {
    font-size: 16px;
    padding-left: 4px;
    color: var(--black--color) #000000;
    margin-bottom: 5px;
    display: block;
}
div#woocommerce_price_filter-2 {
    margin-top: 30px;
}
.price_slider_wrapper .price_label {
    font-size: 14px;
}






/*Count Css*/
.counters-container {
  display: flex;
  justify-content: space-between; /* space between columns */
  gap: 40px; /* gap between items */
  max-width: 900px; /* max container width */
  margin: 0 auto; /* center horizontally */
  padding: 20px;
  flex-wrap: wrap; /* wrap on smaller screens */
}

.counter-box {
  flex: 1 1 28%; /* flex-grow, flex-shrink, flex-basis (about 3 items per row) */
  text-align: center;
  border-right: 1px solid #ddd;
  padding: 0 20px;
  box-sizing: border-box;
  min-width: 200px; /* prevent too narrow on small screens */
  position: relative;
}

/* Remove last border on last item */
.counter-box:last-child {
  border-right: none;
}

.counter {
  font-size: 60px;
  color: #eb7a02;
  font-weight: 600;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 16px;
  color: #555;
}

.wpcu-product__img.wpcu-pos-relative {
    height: 210px;
    overflow: hidden;
}
.view_all {
    margin: 0 auto;
    margin-top: 40px;
}
.banner-con {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

/* VIDEO STYLE */
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* DARK OVERLAY */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

/* CONTENT ABOVE VIDEO */
.wrapper1637 {
    position: relative;
    z-index: 3;
}

/* TEXT STYLE */
.text-size-120 {
    font-size: 80px;
    font-weight: 700;
}

/* BUTTON STYLE */
/*.primary_btn {
    background: #ff7a00;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    margin-right: 10px;
    display: inline-block;
}

.secondary_btn {
    background: #fff;
    color: #000;
    padding: 12px 25px;
    border-radius: 30px;
    display: inline-block;
}*/

/* USER IMAGE STACK */
.imgz-wrap img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: -10px;
    border: 2px solid #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .text-size-120 {
        font-size: 40px;
    }
}



.banner-con {
    position: relative;
    overflow: hidden;
    min-height: 100vh;

    display: flex;
    align-items: center;     /* vertical center */
    justify-content: center; /* horizontal center */
    text-align: center;      /* center text */
}

/* Keep content above video */
.wrapper1637 {
    position: relative;
    z-index: 3;
    width: 100%;
}

/* Center row content */
.banner-con .row {
    justify-content: center;
    align-items: center;
}

/* Optional: limit width for better design */
.banner-content2 {
    max-width: 600px;
    margin: 0 auto;
}


.banner-con {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Video */
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Overlay */
/*.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}*/

/* Content */
.wrapper1637 {
    position: relative;
    z-index: 3;
}

.text-size-120 {
    font-size: 70px;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .text-size-120 {
        font-size: 36px;
    }
}





/* HEADER / MENU */
header,
.navbar,
.mega-menu {
    position: relative;
    z-index: 9999; /* always on top */
}

/* BANNER */
.banner-con {
    position: relative;
    z-index: 1;
}

/* VIDEO */
.banner-video {
    z-index: 0;
}

/* OVERLAY */
.video-overlay {
    z-index: 1;
}

/* CONTENT */
.wrapper1637 {
    position: relative;
    z-index: 2;
}

li.cat_title span.quadmenu-text.hover.t_1000 {
    color: var(--primary--color);
    font-weight: bold;
    font-size: 20px;
}
ul.quadmenu-row li.quadmenu-item .quadmenu-item-content {
    padding: 6px 0 !important;
    font-size: 14px;
}


.product-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #e5e5e5;
    padding: 12px 15px;
    margin-top: 15px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease;
}

.product-action:hover {
    border-color: #ff6a00;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.product-action .price {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.product-action .price del {
    color: #999;
    margin-right: 5px;
}

.product-action .price ins {
    color: #ff6a00;
    text-decoration: none;
}

.product-action .button {
    background: #ff6a00;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-action .button:hover {
    background: #000;
    color: #fff;
}
.products-con .product-box h3 {
    margin-top: 8px;
    font-size: 18px;
    line-height: 24px;
}



.textwidget p {
    font-size: 16px;
    line-height: 16px;
    padding-left: 0px;
    font-weight: 400;
    text-decoration: none;
    color: var(--grey--color);
    line-height: 24px;
}

.quadmenu-dropdown-menu li.quadmenu-item .quadmenu-item-content{
    padding: 8px 15px !important;
}


/**/
.text-size-120.banner_title{
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
}

a.navbar-brand img{
    width: 120px;
}

html {
  scroll-behavior: smooth !important;
}
img#logo-img {
    width: 215px;
}
ul >li.dropdown.nav-item a.nav-link::after{
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    font-weight: 600;
    border: none;
    font-size: 14px;
}
.dgwt-wcas-search-wrapp{
    position: unset !important;
}
.th-product:hover .product-img:before {
    opacity: 0 !important;
}
.th-product .product-img {
    margin: 0 0 10px 0;
}
.th-product .product-title {
    font-size: 40px;
    margin: 5px 0 10px 0;
}
.th-product .price {
    color: #f8721f;
    font-size: 22px;
    margin-bottom: unset;
    margin-top: unset;
}
.pet_details p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
ul.item_list {
    margin: 0 auto;
    display: table;
}
ul.item_list li {
    font-size: 18px !important;
    color: #000 !important;
}
div#contact-sec {
    background: #f6f2ed;
}

a.th-btn.style-border2.th-btn-sm.mt-20 {
    font-size: 22px;
    background: #f4e11b;
}



/*Woocommerce*/
.woocommerce ul.products li.product {
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    padding-bottom: 10px;
    border-radius: 8px;
}
.woocommerce ul.products li.product:hover {
    border-color: #eb7a02
}
h2.woocommerce-loop-product__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px !important;
    font-size: 14px !important;
     color: #000;
}
.woocommerce ul.products li.product .button {
    background: #eb7a02;
    color: #fff;
    font-size: 14px;
    margin-top: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #626262;
    font-weight: bold;
    margin-top: .5em;
    font-size: 16px;
}
.woocommerce .woocommerce-ordering select {
    padding: 7px;
    border-color: #ede9e9;
    border-radius: 10px;
    outline: 0;
}
.woocommerce span.onsale {
    background-color: #03a297;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 30%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 65%;
}
.woocommerce div.product .product_title { 
    font-size: 35px;
    margin-bottom: 30px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #03a297;
    font-size: 2em;
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations select {
    padding: 6px;
    border-radius: 10px;
    outline: 0;
}
.product_meta > span {
    display: block;
}
.woocommerce-tabs.wc-tabs-wrapper h1,
.woocommerce-tabs.wc-tabs-wrapper h2,
.woocommerce-tabs.wc-tabs-wrapper h3,
.woocommerce-tabs.wc-tabs-wrapper h4,
.woocommerce-tabs.wc-tabs-wrapper h5,
.woocommerce-tabs.wc-tabs-wrapper h6 {
    font-size: 30px;
    padding: 15px 0;
}
.woocommerce-tabs.wc-tabs-wrapper p {
    padding-bottom: 15px;
}
form.woocommerce-form.woocommerce-form-track-order.track_order input {
    padding: 10px;
    border-radius: 10px;
    outline: 0;
    border: 2px solid #03a297;
}
figure.image.image_size_135 img {
    width: 135px;
}
li.footer-widget--post__item strong {
    color: #f37b1f;
}
.main-slider-one__bg::before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* FORCE FULL WIDTH FROM SCREEN EDGE */
#mega-sub-menu-27030 {
    width: 100vw !important;
    max-width: 100vw !important;

    position: absolute !important;
    left: 62% !important;
    transform: translateX(-50%) !important;

    padding: 30px 80px !important;
    margin: 0 !important;
    box-sizing: border-box;
}

/* VERY IMPORTANT: break out of container */
.mega-menu-wrap {
    position: static !important;
}

.mega-menu-item {
    position: static !important;
}

/* REMOVE hidden left spacing */
body {
    overflow-x: hidden;
}

/* FIX INNER CONTENT ALIGNMENT */
#mega-sub-menu-27030 > li {
    padding-left: 0 !important;
}

ul.category-menu {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}
ul.category-menu li > a {
    color: #efefef;
}
ul.category-menu li > a:hover {
    color: #eb7a02;
}
div#woocommerce_recently_viewed_products-2 {
    margin-top: 30px;
}




.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.woocommerce ul.products li.product img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.shop-con {
    padding: 60px 0 !important;
}
ul.mega-sub-menu {
    top: 62px !important;
}




@media (max-width:767px){    
    .th-mobile-menu ul li {
        width: 100%;
    }
    .footer-con .middle_portion .links li a {
        padding-left: 0 !important;
    }
    .counter-box {
        border-right: 0;
    }
		.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}
	
    .dgwt-wcas-search-wrapp {
        display: none;
    }
	
	
	.woocommerce-order-received .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
	.woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
		max-width: 100% !important;
	}

	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
		padding: 0;
	}
	.woocommerce-order-received h2.woocommerce-column__title {
		padding: 15px 0;
		font-size: 24px;
	}
	
}






