/* Bootstrap Ecommerce Theme - Custom Styles */

.grecaptcha-badge { 
    display: none !important;
	visibility: hidden !important;
}

@font-face {
    font-family: 'Noto Serif Hentaigana';
    src: url('/fonts/Noto_Serif_Hentaigana/static/NotoSerifHentaigana-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Hentaigana';
    src: url('/fonts/Noto_Serif_Hentaigana/static/NotoSerifHentaigana-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Hentaigana';
    src: url('/fonts/Noto_Serif_Hentaigana/static/NotoSerifHentaigana-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Hentaigana';
    src: url('/fonts/Noto_Serif_Hentaigana/static/NotoSerifHentaigana-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Hentaigana';
    src: url('/fonts/Noto_Serif_Hentaigana/static/NotoSerifHentaigana-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Hentaigana';
    src: url('/fonts/Noto_Serif_Hentaigana/static/NotoSerifHentaigana-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Hentaigana';
    src: url('/fonts/Noto_Serif_Hentaigana/static/NotoSerifHentaigana-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Hentaigana';
    src: url('/fonts/Noto_Serif_Hentaigana/static/NotoSerifHentaigana-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

:root {
    --primary-color: #000;
    --secondary-color: #222;
    --dark-color-light: #464646;
    --text-color-light: #333;
    --text-color-dark: #f8f9fa;
    --bg-color: #f8f9fa;
    --font-family: 'Poppins', sans-serif;
    --text-normal: 1rem;
    --text-tiny: 0.85rem;
	overflow-x:hidden;
	
	box-sizing: border-box;
  scroll-behavior: smooth;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-red {
    color: var(--primary-color);
}

.bg-lightred {
    background-color: var(--primary-color);
}

body {
	 transition: background-color 0.3s ease, color 0.3s ease;
    font-family: var(--font-family);
    background-color: var(--bg-color);
    color: var(--text-color-light);
}

.text-light-bg {
    color: var(--text-color-light);
}

.text-dark-bg {
    color: var(--text-color-dark);
}

.text-normal {
    font-size: var(--text-normal);
}

.text-tiny {
    font-size: var(--text-tiny);
    font-weight: bold;
}

/* Header with Glassmorphism & Scroll Effect */
.navbar {
    z-index: 999 !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    padding: 15px 20px !important;
    background: rgba(255, 255, 255, 85%) !important;
    backdrop-filter: blur(10px) !important;
    transition: all 0.4s ease-in-out !important;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px) !important;
    padding: 10px 20px !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.navbar-brand,
.nav-link {
    color: gray !important;
    font-weight: 600 !important;
    transition: color 0.3s ease-in-out !important;
}

/* Change Text Color When Scrolled */
.navbar.scrolled .navbar-brand,
.navbar.scrolled .nav-link {
    color: gray ;
    /* Dark color when navbar is solid */
}

/* Active Link Color */
.navbar-nav .nav-item .nav-link.active,
.navbar.scrolled .nav-item.active,
.navbar-nav .current-menu-item {
    color: var(--primary-color) !important;
    /* Bootstrap primary color */
    font-weight: 700 !important;
}

.navbar-logo {
    max-height: 50px !important;
    /* Adjusts the height for better fit */
    width: auto !important;
    /* Ensures aspect ratio is maintained */
    transition: all 0.3s ease-in-out !important;
}

/* Responsive Logo Sizing */
@media (max-width: 768px) {

    .navbar-logo {
        max-height: 40px !important;
        /* Slightly smaller for mobile screens */
    }
}

@media (max-width:992) {
    .navbar {
        background: rgb(255, 255, 255) !important;
        backdrop-filter: unset !important;
    }
}

@media (max-width: 480px) {

    .navbar-logo {
        max-height: 35px !important;
        /* Even smaller for very small screens */
    }
}

/* Hero Section */
.hero {
    height: 100vh ;
	width:auto;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    /* Parallax Effect */
    background-position: center;
    color: white;
    text-align: center;
    overflow: hidden;
	aspect-ratio: 16 / 9 !important;

}


.hero-img-1{
	     background: url('/wp-content/uploads/2025/04/HomeSlider1.png')  center/cover no-repeat !important;

}
.hero-img-2{
	    background: url('/wp-content/uploads/2025/04/HomeSlider2.png') center/cover no-repeat !important;
}
.hero-img-3{
	    background: url('/wp-content/uploads/2025/04/HomeSlider3.png') center/cover no-repeat !important;
}
.hero-img-4{
	    background: url('/wp-content/uploads/2025/04/HomeSlider4.png')  center/cover no-repeat !important;
}

/* Overlay Effect */
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
   
    /* background: rgba(0, 0, 0, 0.4);*/
    /* Dark overlay */
}


.pointers {
	position: relative;
	width: 100%;
	height: 300px; /* adjust for mobile if needed */
	margin: 0 auto;
}

.pointers div {
	position: absolute;
	border-radius: 70% 70% 0 0;
	transform-origin: bottom;
}

.sec {
	height: 69%;
	left: 49%;
	bottom: 48%;
	width: 0.3rem;
	background: #fff2e8;
}

.min {
	height: 60%;
	left: 49%;
	bottom: 48%;
	width: 0.4rem;
	background: #fff2e8;
}

.hrs {
	height: 40%;
	left: 49%;
	bottom: 48%;
	width: 0.4rem;
	background:#fff2e8;
}

@media (min-width: 768px) and (max-width: 1024px) {
	
.sec {
	height: 60%;
	bottom:47% !important;
	left: 49% !important;
	}
	.min {
		height: 50%;
		bottom:47% !important;
	left: 49% !important;
	}

.hrs {
	height: 40%;bottom:47% !important;
	left: 49% !important;}
}

@media (min-width: 426px) and (max-width: 768px) {
	
.sec {
	height: 50%;
	bottom:47% !important;
	left: 49% !important;
	}
	.min {
		height: 40%;
		bottom:47% !important;
	left: 49% !important;
	}

.hrs {
	height: 30%;bottom:47% !important;
	left: 49% !important;}
}

@media (max-width: 320px) {
	
.sec {
	height: 30% !important;
	bottom:49% !important;
	left: 45% !important;
	}
	.min {
		height: 25%!important;
		bottom:49%!important;left: 45%!important;
	}

.hrs {
	height: 20%!important;bottom:49%!important;left: 45%!important;}
}
@media (min-width: 320px) and (max-width: 375px) {
	
.sec {
	height: 30%!important;
	bottom:50%!important;
	left: 45%!important;
	}
	.min {
		height: 25%!important;
		bottom:50%!important;left: 45%!important;
	}

.hrs {
	height: 20%!important;bottom:50%!important;left: 45%!important;}
}
@media (min-width: 375px) and (max-width: 500px) {
	
.sec {
	height: 30%!important;
	bottom:49%!important;
	left: 46%!important;
	}
	.min {
		height: 25%!important;
		bottom:49%!important;left: 46%!important;
	}

.hrs {
	height: 20%!important;bottom:49%!important;left: 46%!important;}
}

/* Fade-in Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.5s forwards;
}

/* Home Page Hero - No Text */
.home-page .hero {
    background: url('https://www.arielquartz.com/assets/images/home/slider/1.webp') center/cover no-repeat;
}

/* Other Pages Hero - With Text */
.inner-page .hero {
    overflow: none !important;
    background: url('/wp-content/uploads/2025/05/bgall-scaled.jpg') center/cover no-repeat;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
	width:100% !important;
}

.inner-page .hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
	color:#fff;
}

.inner-page .hero p {
    font-size: 1.2rem;
}

@media (max-width: 500px) {

	.hero {
		height: 30vh !important;}
	.hero-img-1{
	    background: url('/wp-content/uploads/2025/04/HomeSlider1.png') no-repeat center center !important;
background-size: 100%  !important;height:30vh !important;

}
.hero-img-2{
	    background: url('/wp-content/uploads/2025/04/HomeSlider2.png') no-repeat center center !important;background-size: 100% !important;
height: 30vh !important;
}
.hero-img-3{
	    background: url('/wp-content/uploads/2025/04/HomeSlider3.png') no-repeat center center !important;background-size: 100%  !important;
height: 30vh !important;
}
.hero-img-4{
	    background: url('/wp-content/uploads/2025/04/HomeSlider4.png') no-repeat center center !important;background-size: 100%  !important;
height: 30vh !important;
}

}


@media (max-width: 768px) {

    .herotitlemain {
        padding: 0 !important;
    }

    .herotitlesubmain {
        padding: 0 !important;
    }
	
	.hero {
		height: 60vh ;}
	.hero-img-1{
	    background: url('/wp-content/uploads/2025/04/HomeSlider1.png') no-repeat center center !important;
background-size: 100%  !important;height: 60vh ;

}
.hero-img-2{
	    background: url('/wp-content/uploads/2025/04/HomeSlider2.png') no-repeat center center !important;background-size: 100% !important;
height: 60vh ;
}
.hero-img-3{
	    background: url('/wp-content/uploads/2025/04/HomeSlider3.png') no-repeat center center !important;background-size: 100%  !important;
height: 60vh ;
}
.hero-img-4{
	    background: url('/wp-content/uploads/2025/04/HomeSlider4.png') no-repeat center center !important;background-size: 100%  !important;
height: 60vh ;
}
	
}

/* Button Styling */
.btn-primary {
    background: var(--primary-color) !important;
    border: none;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background: var(--primary-color);
    /* Slightly lighter shade for hover */
}

.btn-primary-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary-outline:hover {
    background: var(--primary-color);
    color: var(--text-color-dark);
}

.btn-success-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 2px solid #198754;
    color: #198754;
    background: transparent;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-success-outline:hover {
    background: #198754;
    color: var(--text-color-dark);
}

/* Product Cards */
.card {
    border: none;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.card:hover {
    transform: scale(1.05);
}

.card img {
    border-radius: 10px;
}

.btn-primary {
    background: var(--primary-color);
    border: none;
}

/* product filter */
@media (max-width: 768px) {
    .ourcollection-filter {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .ourcollection-myfilter {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .ourcollection-product {
     
        width: 100%;
        margin-top: 5%;
    }

    .ourcollection-myproduct {
        width: 100%;
    }
}

/* Footer */
.footer {
    box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
    background-color: var(--text-color-dark);
    /* Adjust as needed */
    padding: 20px 0;
    text-align: center;
    height: 25vh;
}

.footer-inner {
    height: 20vh;

}

.footer-logo {
    max-width: 200px !important;
    /* Adjust based on your design */
    display: block;
    margin: 0 15px;
}

.footer-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    /* Ensures buttons wrap on smaller screens */
}

.footer-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    color: var(--text-color-dark);
}

.whatsapp-btn {
    background-color: #25D366;
}

.amazon-btn {
    background-color: #ff9900;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.footer-social a {
    font-size: 20px;
    color: var(--primary-color);
    text-decoration: none;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
}

.footer-links a {
    color: var(--primary-color);
    text-decoration: none;
    /* Removes underline */
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-buttons {
        flex-direction: column;
        /* Stacks buttons on mobile */
        gap: 8px;
    }

    .footer-links {
        flex-direction: column;
        /* Stack privacy policy & terms */
        gap: 5px;
    }

    .footerimgparent {
        display: flex;
        justify-content: center;
    }

}


/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
}

i {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
}

.current-menu-item a {
    color: var(--primary-color) !important;
    /* Bootstrap primary color */
    font-weight: 700 !important;
}


.accordion-item {
    margin: 10px 0;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+.color-label span {
    transform: scale(1.25);
}

input[type="radio"]:checked+.color-label .red {
    border: 2px solid #711313;
}

input[type="radio"]:checked+.color-label .orange {
    border: 2px solid #873a08;
}

input[type="radio"]:checked+.color-label .yellow {
    border: 2px solid #816102;
}

input[type="radio"]:checked+.color-label .olive {
    border: 2px solid #505a0b;
}

input[type="radio"]:checked+.color-label .green {
    border: 2px solid #0e4e1d;
}

input[type="radio"]:checked+.color-label .teal {
    border: 2px solid #003633;
}

input[type="radio"]:checked+.color-label .blue {
    border: 2px solid #103f62;
}

input[type="radio"]:checked+.color-label .violet {
    border: 2px solid #321a64;
}

input[type="radio"]:checked+.color-label .purple {
    border: 2px solid #501962;
}

input[type="radio"]:checked+.color-label .pink {
    border: 2px solid #851554;
}

.color-label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    cursor: pointer;
}

.color-label:hover span {
    transform: scale(1.25);
}

.color-label span {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease-in-out;
}

.color-label span.red {
    background: #db2828;
}

.color-label span.orange {
    background: #f2711c;
}

.color-label span.yellow {
    background: #fbbd08;
}

.color-label span.olive {
    background: #b5cc18;
}

.color-label span.green {
    background: #21ba45;
}

.color-label span.teal {
    background: #00b5ad;
}

.color-label span.blue {
    background: #2185d0;
}

.color-label span.violet {
    background: #6435c9;
}

.color-label span.purple {
    background: #a333c8;
}

.color-label span.pink {
    background: #e03997;
}

.border-red-light {
    border: 0.5px solid var(--primary-color);
}

.border-red-light-right {
    border-right: 0.5px solid var(--primary-color);
}

.border-red-light-rounded-lg-noright {
    border-top: 0.5px solid var(--primary-color);
    border-bottom: 0.5px solid var(--primary-color);
    border-left: 0.5px solid var(--primary-color);
    border-radius: 3rem 0rem 0rem 3rem;
}

.rounded-lg {
    border-radius: 3rem;
}

@media (max-width: 768px) {
    .navbar-collapse {
        padding: 10px 0;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero {
        height: 70vh;
    }
}

@media (max-width: 768px) {
    .product-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (min-width: 768px) {
    .product-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .product-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .footer-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .footer-social {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {

    .btn-primary-outline,
    .btn-success-outline {
        padding: 8px 15px;
    }
}

/* Base styles for headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: bold;
    line-height: 1.2;
}

/* Responsive styles for headings */
h1 {
    font-size: 2.5rem;
    /* Default size for large screens */
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.latestSwipperDiv,
#trandingSwipperDiv {
    height: 70vh;
}

.latestMainDiv,
.collectionSwiperDiv {
    height: 90vh;
}

#trandingMainDiv {
    height: 120vh !important;
}

/* Media queries for responsiveness */
@media (max-width: 1200px) {
    h1 {
        font-size: 2.2rem !important;
    }

    h2 {
        font-size: 1.8rem !important;
    }

    h3 {
        font-size: 1.6rem !important;
    }

    h4 {
        font-size: 1.4rem !important;
    }

    h5 {
        font-size: 1.2rem !important;
    }

    h6 {
        font-size: 0.9rem !important;
    }

    .hero h1 {
        font-size: 2.5rem !important;
    }

    .latestSwipperDiv,
    #trandingSwipperDiv {
        height: 60vh !important;
    }

    #trandingMainDiv,
    .latestMainDiv,
    .collectionSwiperDiv {
        height: 90vh !important;
    }

}

@media (max-width: 992px) {
    h1 {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.6rem !important;
    }

    h3 {
        font-size: 1.4rem !important;
    }

    h4 {
        font-size: 1.2rem !important;
    }

    h5 {
        font-size: 1rem !important;
    }

    h6 {
        font-size: 0.8rem !important;
    }

    .hero h1 {
        font-size: 2.2rem !important;
    }

    .latestSwipperDiv,
    #trandingSwipperDiv {
        height: 50vh !important;
    }

    #trandingMainDiv,
    .latestMainDiv,
    .collectionSwiperDiv {
        height: 80vh !important;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.8rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    h3 {
        font-size: 1.3rem !important;
    }

    h4 {
        font-size: 1.1rem !important;
    }

    h5 {
        font-size: 0.9rem !important;
    }

    h6 {
        font-size: 0.7rem !important;
    }

    .hero h1 {
        font-size: 2rem !important;
    }

    .latestSwipperDiv,
    #trandingSwipperDiv {
        height: 40vh !important;
    }

    #trandingMainDiv,
    .latestMainDiv,
    .collectionSwiperDiv {
        height: 70vh !important;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.6rem !important;
    }

    h2 {
        font-size: 1.4rem !important;
    }

    h3 {
        font-size: 1.2rem !important;
    }

    h4 {
        font-size: 1rem !important;
    }

    h5 {
        font-size: 0.8rem !important;
    }

    h6 {
        font-size: 0.6rem !important;
    }

    .hero h1 {
        font-size: 1.4rem !important;
    }

    .latestSwipperDiv,
    #trandingSwipperDiv {
        height: 30vh !important;
    }

    #trandingMainDiv,
    .latestMainDiv,
    .collectionSwiperDiv {
        height: 60vh !important;
    }
}

.swiper {
    width: 100%;
    height: 100%;
	max-height:100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
  height: auto;
}
.swiper-wrapper, .swiper {
  width: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latestSwipperDiv,
#trandingSwipperDiv {
    height: 70vh;
}

.latestMainDiv,
.collectionSwiperDiv {
    height: 90vh;
}

#trandingMainDiv {
    height: 120vh ;
}


.custom-btn {
    width: 130px;
    height: 40px;
    color: var(--text-color-dark);
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.btn-3 {
    background: rgb(0, 172, 238);
    background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;

}

.btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-3:before,
.btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: rgba(2, 126, 251, 1);
    transition: all 0.3s ease;
}

.btn-3:before {
    height: 0%;
    width: 2px;
}

.btn-3:after {
    width: 0%;
    height: 2px;
}

.btn-3:hover {
    background: transparent;
    box-shadow: none;
}

.btn-3:hover:before {
    height: 100%;
}

.btn-3:hover:after {
    width: 100%;
}

.btn-3 span:hover {
    color: rgba(2, 126, 251, 1);
}

.btn-3 span:before,
.btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: rgba(2, 126, 251, 1);
    transition: all 0.3s ease;
}

.btn-3 span:before {
    width: 2px;
    height: 0%;
}

.btn-3 span:after {
    width: 0%;
    height: 2px;
}

.btn-3 span:hover:before {
    height: 100%;
}

.btn-3 span:hover:after {
    width: 100%;
}



/* WhatsApp Button Styling */
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background-color: #25D366;
    color: var(--text-color-dark);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-btn:hover {
    background-color: #1ebe5d;
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.whatsapp-btn i {
    font-size: 20px;
}

/* WhatsApp Button Styling */


/* Amazon Button Styling */
.amazon-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background-color: #ff9900;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.amazon-btn:hover {
    background-color: #e68a00;
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.amazon-btn i {
    font-size: 20px;
}

.mySwiperThumb {
    margin-top: 3%;
}


/* Who We Are */
.who-we-are {
    height: unset;
    background: linear-gradient(to bottom, #f8f8f8, #ffffff);
    padding: 100px 0;
    position: relative;
	overflow: hidden;
}

.who-we-are .subheading {
    color: var(--primary-color);
    font-weight: bold;
    letter-spacing: 1px;
}

.who-we-are .title {
    font-size: 2.5rem;
    font-weight: bold;
}

.who-we-are .title span {
    color: var(--primary-color);
    text-decoration: underline;
}

.who-we-are .clock-bg {
 width: 60%;
    opacity: 0.2;
    position: absolute;
    right: -20%;
    top: 10%;
}



/* About Us */
.about-us {
    background: linear-gradient(to bottom, #ffffff, #f4f4f4);
    padding: 30px 0 30px 0;
    position: relative;
	overflow:hidden;
}

.about-us .subheading {
    color: var(--primary-color);
    font-weight: bold;
}

.about-us .title {
    font-size: 2.5rem;
    font-weight: bold;
}

.about-us .title span {
    color: var(--primary-color);
    text-decoration: underline;
}

.about-us .features {
    list-style: none;
    padding: 0;
}

.about-us .features li {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.about-us .features li img {
    width: 30px;
    margin-right: 10px;
}

.about-us .btn {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 20px;
}

.about-us .btn:hover {
    background: var(--primary-color);
}

.about-us .clock-bg {
    max-width: 100%;
    opacity: 0.2;
  
}


#downloadDiv {
    background-color: var(--dark-color-light);
    color: var(--text-color-dark);
}


.download-btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
}






.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background-color: var(--primary-color);
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.download-btn:hover {
    background-color: var(--primary-color);
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.download-btn i {
    font-size: 20px;
}

.white-bg {
    background-color: #fff;
}

@media (max-width: 991px) {


    .swiper {
	max-height:70vh;
}
	
	.who-we-are{
		padding:5%;
		height:100%;
	}
   

}

@media (max-width: 768px) {


    .swiper {
	max-height:70vh;
}
   

}

.who-we-are-section {

    background-color: #f8f9fa;

}



.section-title {

    font-size: 2.5rem;

    font-weight: bold;

    color: #333;

}



.info-box {

    height: 100% !important;

    background: white;

    padding: 20px;

    border-radius: 10px;

    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

    text-align: center;

}



.info-box .icon {

    font-size: 2.5rem;

    color: var(--primary-color);

    margin-bottom: 10px;

}



.value-card {

    height: 100% !important;

    background: #fff;

    padding: 15px;

    border-radius: 8px;

    text-align: center;

    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);

    margin-bottom: 15px;

}



.value-card .icon {

    font-size: 2rem;

    color: var(--primary-color);

    margin-bottom: 10px;

}





.make-in-india-section {

    background-color: #f8f9fa;

    padding: 60px 0;

}



.section-title {

    font-size: 2.5rem;

    font-weight: bold;

    color: var(--primary-color);

}



.section-text {

    font-size: 1.2rem;

    color: #333;

    line-height: 1.6;

}





/* Parallax Image */

.parallax-image {
    height: 400px;
    width: auto;
    background-image: url(/wp-content/uploads/2025/06/IndianFlag.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: auto;
}

.divMain {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;

}


#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 10px 20px;
	border-radius: 10px;
	z-index: 100;
}

#flipbook-container {
	position: relative;
	width: 100%;
	max-width: 14000px;
	height: 100%;
	max-height: 6000px;
	background: whitesmoke;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (min-device-width: 300px) and (max-device-width: 768px) {
	#flipbook-container {
		height: 100% !important;
		max-height: 6000px !important;
		width: 100%;
		max-width: 14000px;
	}
}

#flipbook {
    width: 100%;
    height: 100%;
    margin: auto;
}

.page {
	justify-content: center;
	align-items: center;
}

img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.zoom-btn {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	z-index: 10;
}

/*.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 20;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s;
}*/

.modal.active {
	visibility: visible;
	opacity: 1;
}

.modal-content {
	position: relative;
	background: white;
	padding: 20px;
	border-radius: 10px;
	max-width: 90%;
	max-height: 90%;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: red;
	color: white;
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	z-index: 30;
}

#page-count {
	margin: 30px;
	padding: 30px;
	background: whitesmoke;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}


.zoom-controls {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}


/* Pagination container */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 2rem 0;
  flex-wrap: wrap;
}

/* All page numbers */
.page-numbers {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1rem;
  color: #333;
  background-color: #f2f2f2;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* Hover effect */
.page-numbers:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

/* Current page */
.page-numbers.current {
  background-color: #007bff;
  color: white;
  font-weight: bold;
  cursor: default;
  border-color: #007bff;
  pointer-events: none;
}



/*
 * Here is the whole website animation part
 */


/* Fade in from bottom (original) */
.fade-in-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

.fade-in-bottom.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Fade in from top */
.fade-in-top {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.8s ease-out;
}

.fade-in-top.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Fade in from left */
.fade-in-left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.8s ease-out;
}

.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Fade in from right */
.fade-in-right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.8s ease-out;
}

.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Link Hover Smooth Transition */
a {
  transition: color 0.3s ease, background 0.3s ease;
}




/*.bg-wallsthetics{
	background-image:url(/wp-content/uploads/2025/06/object.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 120px;
    text-align: center !important;
    color: #333 !important;
    font-size: 2rem;
}*/


.remove-clock-bg-mobile{
	background-image:url(/wp-content/uploads/2025/06/HomeClock.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 120px;
    text-align: center !important;
    color: #333 !important;
    font-size: 2rem;
}


/*
Theme Name: Time Arch
Theme URI: http://example.com/my-custom-theme
Author: Chirag Koshti
Author URI: http://example.com
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, responsive
Text Domain: my-custom-theme
*/

/* Basic styling */
body {
    margin: 0;
    padding: 0;
}

.wpcf7-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ddd;
}

.wpcf7-form .btn-primary {
    background-color: #d9534f;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
}

.wpcf7-submit {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #d9534f;
    /* Adjust color */
    border: none;
    border-radius: 5px;
}

.wpcf7-submit:hover {
    background-color: #c9302c;
}

.contact-form-container {
    width: 60%;
    margin: auto;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
}

.contact-form-container .form-control {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.contact-form-container .btn {
    background-color: #dc3545;
    /* Your theme's primary color */
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
}

.contact-form-container .btn:hover {
    background-color: #b52d3b;
}
.form-reponsive-class {
    width: 60% !important; /* Default for desktop */
    border-radius: 8px;
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
    margin: 0 auto; /* Center the form */
}

/* Tablet View */
@media screen and (max-width: 1024px) {
    .form-reponsive-class {
        width: 70% !important;
    }
}

/* Mobile View */
@media screen and (max-width: 768px) {
    .form-reponsive-class {
        width: 90% !important;
    }
}

/* Small Mobile View */
@media screen and (max-width: 480px) {
    .form-reponsive-class {
        width: 100% !important;
    }
}

.wpcf7-form .wpcf7-spinner {
    margin: 0;
    display: contents; /* This will act like there's no p tag at all */
}

.hero {
	overflow: none !important;
}

.current-menu-item {
    color: var(--primary-color) !important;
    /* Bootstrap primary color */
    font-weight: 700 !important;
}

.sub-menu {
    display: none;
    transition: all 0.3s ease-in-out;
}

.menu-item-has-children > a {
	content: "" !important;
    cursor: pointer;
}

.menu-item-has-children > a::after {
	 content: "" !important;
    font-size: 12px;
}

ul {
    display: none; /* Hide all submenus */
}

li:hover > ul {
    display: block; /* Show submenu on hover */
}

.product-list {
  padding: 50px 0;
}
.product-item {
  text-align: center;
  margin-bottom: 30px;
}
.product-card img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  padding: 10px;
}
.product-card h4 {
  margin: 15px 0;
  font-size: 20px;
}
.product-card .btn {
  background: #ff6600;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

