/*
Theme Name:  Hello Elementor Child
Theme URL:   http://localhost/AUjewellery
Description: Write here theme description.
Author:      admin
Author URL:  http://localhost/AUjewellery
Template:    hello-elementor
Version:     1.0.0
*/
/* Typography */

/* Basic styling for the slider */
/* Basic styling for the slider */
.swiper-container-top{
  
  width: 100%;
  max-width: 1280px;
  height: 300px;
 margin: 0 auto;
 overflow: hidden;

}

.swiper-container-top img.slider-image {
    height: 300px;
    background: transparent;
}
.swiper-container-top .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEE;
   background: transparent;
}

.swiper-container-top .swiper-slide:hover img::after {
    content: '\f00e'; /* Font Awesome zoom icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.8); /* Icon color */
    font-size: 24px; /* Icon size */
    background-color: rgba(0, 0, 0, 0.5); /* Icon background color */
    border-radius: 50%; /* Rounded border */
    padding: 10px; /* Padding around the icon */
    transition: all 0.3s ease; /* Smooth transition */
}

.swiper-container-top .swiper-slide:hover img {
    transform: scale(1.05); /* Zoom effect on hover */
}
.console-item-content {
    text-align: center;
    margin-top: 20px;
}

.console-item-content .console-item-text {
    display: none;
}

.console-item-content .console-item-text h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.console-item-content .console-item-text p {
    font-size: 16px;
}

/********** Slider Heading Sec *************** */
.custom_heading h1 
{
    font-family: "Helvetica", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #1b1f27;
}
/********** Slider Heading Sec End *************** */

/* Style the modal */
.console-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
/*  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */*/
}

/* Modal content */
.console-modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 10% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 34%; /* Could be more or less, depending on screen size */
  border-radius: 18px;
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*
$color-white: #ffffff;
$color-light: #ededed;
$color-dark: #454545;
$color-blue: #1a9de1;*/


*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.pop-accordion-container {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

.pop-accordion-container img {
    max-width: 38%;
}

.pop-accordion-container .pop-accordion {
    max-width: 100%;
    margin: 0 auto;
    padding: 0rem 0 0rem 0;
}

.pop-accordion-container .pop-accordion-item {
    padding: 0.5rem 0;
    overflow: hidden;
    border-bottom: 1.3px solid #ededed;
}

.pop-accordion-container .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    color: #454545;
}

.pop-accordion-container .title i.fas {
    font-size: 0.9rem;
    color: #454545;
    transition: transform 0.15s ease;
}

.pop-accordion-container .paragraph {
    font-size: 1rem;
    font-weight: normal;
    color: #454545;
    display: none;
    padding: 1rem 0;
    text-align: left;
}

.pop-accordion-item.active .title i.fas {
    color: #1a9de1;
    transform: rotate(180deg);
}

/*.pop-accordion-item.active .paragraph {
    display: block;
}*/

@media only screen and (max-width: 768px) {
    .main .accordion {
        max-width: 100%;
    }
}


 .custom-product-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .custom-product-grid-item {
            width: calc(33.333% - 20px);
            box-sizing: border-box;
            text-align: center;
        }
        .custom-product-grid-item img {
            max-width: 100%;
            height: 253px;
        }
        .custom-product-grid-item h2 {
            font-size: 1.2em;
            margin: 10px 0 0;
        }
        @media (max-width: 768px) {
            .custom-product-grid-item {
                width: calc(50% - 20px);
            }
        }
        @media (max-width: 480px) {
            .custom-product-grid-item {
                width: 100%;
            }
        }

        .swiper-container-footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
}

/* Wrapper Styling */
.swiper-wrapper-footer {
    display: flex;
    align-items: center;
}

/* Individual Slide Styling */
.swiper-slide-footer {
    width: auto;
    flex-shrink: 0;
    margin-right: 10px; /* Add margin between slides */
    box-sizing: border-box;
}

/* Link Styling */
.swiper-slide-footer a {
    display: block;
    text-align: center;
    text-decoration: none;
}

/* Image Styling */
.swiper-slide-footer img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px; /* Add some border radius for rounded corners */
}

/* Pagination Styling */
.swiper-pagination-footer {
    text-align: center;
    position: relative;
    top: 10px;
}

.swiper-pagination-footer .swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.6;
}

.swiper-pagination-footer .swiper-pagination-bullet-active {
    background-color: #007bff; /* Active bullet color */
    opacity: 1;
}

/**/

.theme-intenza-tabs .eael-advance-tabs {
    display: block;
    display: flex;
    flex-wrap: wrap;
}
.theme-intenza-tabs .eael-tabs-nav {
    order: 2;
    width: 100%;
}
.download-custom-data {
    display: flex;
        gap: 157px;
}

 .download-custom-data .download-custom-data-item h1 {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 400;
    color: #272727;
    margin: 0px 0 14px 0px;
    text-transform: uppercase;
    text-decoration: none;
}
.download-custom-data .download-custom-data-item a {
    font-family: Helvetica;
    color: #272727;
    text-decoration: none;
}