/*
Theme Name: Continental Exports
Theme URI: https://www.continentalexports.in/
Author: Abdul Ahad
Author URI: https://yourwebsite.com/
Description: A custom WordPress theme for Online Selling Bull Horns Items.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: handicrafts, metal items, metal products
Text Domain: continental
*/

@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --bg-dark: #000;
    /* Black background */
    --gold: #d4af37;
    /* Premium golden */
    --white: #fff;
}

body {
    background-color: var(--bg-dark) !important;
}

/* Sticky navbar with golden glow */
.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1100;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.25);
}

/* Navbar */
.navbar.custom-navbar {
    background: var(--bg-dark) !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.brand-logo {
    height: 80px;
    width: 190px;
    object-fit: contain;
}

/* Nav links */
.navbar.custom-navbar .nav-link {
    color: var(--white) !important;
    font-weight: 500;
    font-family: "Asap Condensed", sans-serif;
    margin-left: 28px;
    padding: 12px 0;
    font-size: 1.02rem;
    letter-spacing: 0.4px;
    transition: color .25s ease, text-shadow .25s ease;
}

.navbar.custom-navbar .nav-link:hover,
.navbar.custom-navbar .nav-link.active {
    color: var(--gold) !important;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.45);
}

/* Dropdown */
.navbar.custom-navbar .dropdown-menu.custom-dropdown {
    background: var(--bg-dark);
    border: 1px solid rgba(212, 175, 55, 0.9);
    min-width: 210px;
}

.navbar.custom-navbar .dropdown-menu.custom-dropdown .dropdown-item {
    color: var(--white);
    padding: 10px 16px;
}

.navbar.custom-navbar .dropdown-menu.custom-dropdown .dropdown-item:hover {
    background: var(--gold);
    color: var(--bg-dark);
    font-weight: 600;
}

/* Contact Button */
.navbar.custom-navbar .btn-contact {
    background: var(--gold);
    color: var(--bg-dark);
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 34px;
    text-decoration: none;
    display: inline-block;
    margin-left: 18px;
    transition: all .25s ease;
    font-family: "Asap Condensed", sans-serif;
}

.navbar.custom-navbar .btn-contact:hover {
    background: transparent;
    color: var(--gold);
    border: 2px solid var(--gold);
}

/* Toggler */
.navbar.custom-navbar .custom-toggler {
    border: none;
    padding: 6px;
    background: transparent;
}

.toggler-icon {
    width: 30px;
    height: 3px;
    background: var(--gold);
    display: block;
    position: relative;
    border-radius: 2px;
    transition: transform .25s ease, opacity .25s ease;
}

.toggler-icon::before,
.toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background: var(--gold);
    border-radius: 2px;
    transition: transform .25s ease, top .25s ease;
}

.toggler-icon::before {
    top: -9px;
}

.toggler-icon::after {
    top: 9px;
}

/* Animate to 'X' when expanded */
.navbar.custom-navbar .navbar-toggler[aria-expanded="true"] .toggler-icon {
    background: transparent;
}

.navbar.custom-navbar .navbar-toggler[aria-expanded="true"] .toggler-icon::before {
    transform: rotate(45deg) translate(4px, 4px);
    top: 0;
}

.navbar.custom-navbar .navbar-toggler[aria-expanded="true"] .toggler-icon::after {
    transform: rotate(-45deg) translate(4px, -4px);
    top: 0;
}

.banner {
    background: var(--bg-dark);
    padding: 120px 20px;
    color: var(--white);
    background-image: url('http://www.continentalexport.in/wp-content/uploads/2025/09/banner.png');
    background-size: cover;
    background-position: center center;
    height: 100vh;
    background-repeat: no-repeat;
}

.content {
    position: relative;
    top: 3rem;
}

.banner h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: "Asap Condensed", sans-serif;
	text-decoration: underline;
}

.banner p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: var(--white);
    margin-bottom: 35px;
    font-family: "Asap Condensed", sans-serif;
}

.ctas {
    display: flex;
    justify-content: left;
    gap: 20px;
}

.ctas a {
    text-decoration: none;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-family: "Asap Condensed", sans-serif;
    letter-spacing: 1px;
}

/* Solid Gold Button */
.btn-primary {
    background: var(--gold);
    color: var(--bg-dark);
    border: 2px solid var(--gold);
    font-family: "Asap Condensed", sans-serif;
}

.btn-primary:hover {
    background: transparent;
    color: var(--gold);
}

/* Outline Button */
.btn-outline {
    background: transparent;
    color: var(--gold);
    border: 2px solid var(--gold);
}

.btn-outline:hover {
    background: var(--gold);
    color: var(--bg-dark);
}

.swiper {
    width: 100%;
    padding: 40px 20px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 220px;
    /* ✅ fixed card width so 5 fit in row */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}

.product-card p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-family: "Asap Condensed", sans-serif;
}

/* Swiper Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
    transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #ff6600;
}

.common-button {
    background: var(--gold);
    color: var(--bg-dark);
    font-weight: 600;
    padding: 16px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    font-weight: bold;
    font-family: "Asap Condensed", sans-serif;
}

/* Section Header Layout */
.pro-reads {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 0 5px;
}

/* Reusable Heading */
.common-heading {
    font-family: "Asap Condensed", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--gold);
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.common-button:hover {
    background: transparent;
    border: 2px solid var(--gold);
    color: var(--gold);
}

.pad {
    padding: 30px 0px 30px 0px;
}

.body-pad {
    padding-top: 20px;
    padding-bottom: 30px;
}

/* Section Wrapper */
.product-section {
    padding: 60px 0;
}

/* Left Side Image */
.products-section-img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
    transition: transform 0.4s ease;
}

.products-section-img:hover {
    transform: scale(1.03);
}

/* Right Side Content */
.product-content {
    padding-left: 20px;
}

.product-title {
    font-family: "Asap Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--gold);
    margin-top: 20px;
    margin-bottom: 8px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.product-desc {
    font-family: "Asap Condensed", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: var(--white);
    margin-bottom: 20px;
}

.ads {
    padding: 30px 0px 30px 0px;
}

.pro-one img {
    width: 100%;
    border-radius: 20px;
}

.first-col img {
    height: 160px;
    width: 180px;
    object-fit: cover;
    border: 2px solid gold;
    margin-bottom: 10px;
    border-radius: 10px;
}

.middle-col img {
    width: 370px;
    border: 2px solid gold;
    border-radius: 10px;
    height: 330px;
}

/* Footer Base */
.site-footer {
    background: #0d0d0d;
    /* Deep black */
    color: #f5f5f5;
    padding: 70px 0 20px;
    font-family: "Asap Condensed", sans-serif;
    position: relative;
    overflow: hidden;
}

/* Subtle background gradient effect */
.site-footer::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
    animation: glow 12s linear infinite;
}

@keyframes glow {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Logo */
.footer-logo {
    max-width: 150px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.3));
}

/* Titles */
.footer-title {
    font-size: 20px;
    font-weight: 600;
    color: #d4af37;
    /* Gold */
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-family: "Asap Condensed", sans-serif;
}

.footer-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #d4af37;
    margin-top: 8px;
    border-radius: 2px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #f5f5f5;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    position: relative;
}

.footer-links a::before {
    content: "›";
    margin-right: 8px;
    color: #d4af37;
    transition: margin-right 0.3s ease;
}

.footer-links a:hover {
    color: #d4af37;
    letter-spacing: 0.5px;
}

.footer-links a:hover::before {
    margin-right: 12px;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 12px;
    font-size: 15px;
    display: flex;
    align-items: center;
    font-family: "Asap Condensed", sans-serif;
}

.footer-contact i {
    color: #d4af37;
    margin-right: 10px;
    font-size: 18px;
}

/* Developer Info */
.site-footer p {
    font-size: 14px;
    margin: 8px 0;
    font-family: "Asap Condensed", sans-serif;
}

.site-footer a {
    color: #d4af37;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #fff;
}

/* Developer Socials */
.dev-socials {
    margin-top: 12px;
}

.dev-socials a {
    display: inline-block;
    margin-right: 12px;
    color: #f5f5f5;
    font-size: 18px;
    transition: all 0.3s ease;
}

.dev-socials a:hover {
    color: #d4af37;
    transform: scale(1.2);
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    margin-top: 40px;
    padding-top: 15px;
    font-size: 13px;
    color: #aaa;
}

/* =========Contact Us============  */

/* Banner */
.contact-banner {
    min-height: 420px;
    /* ✅ taller banner */
    background: linear-gradient(135deg, #000, #111, #222, var(--gold));
    padding: 80px 20px;
}

.contact-banner h1 {
    font-family: "Asap Condensed", sans-serif;
    font-size: 3.5rem;
    /* ✅ bigger heading */
    color: var(--gold);
}

.contact-banner p {
    max-width: 750px;
    margin: 20px auto;
    font-size: 1.25rem;
    /* ✅ larger text */
    color: #ddd;
}

.banner-ctas .btn-gold {
    background: var(--gold);
    color: var(--bg-dark);
    border: none;
    font-weight: 600;
    padding: 12px 26px;
}

.banner-ctas .btn-gold:hover {
    background: #b89628;
}

.banner-ctas .btn-outline-light {
    border: 1px solid var(--white);
    color: var(--white);
    padding: 12px 26px;
}

.banner-ctas .btn-outline-light:hover {
    background: var(--white);
    color: var(--bg-dark);
}

/* Contact Info Section */
.gold-heading {
    font-family: var(--font-heading);
    color: var(--gold);
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.company-profile {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.company-profile li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #ccc;
}

.company-profile img {
    width: 28px;
    margin-right: 12px;
    filter: drop-shadow(0 0 4px rgba(212, 175, 55, 0.6));
}

.company-profile span {
    flex: 1;
}

/* Contact Form */
.contact-form {
    background: #111;
    border: 1px solid #333;
}

.contact-form .form-label {
    color: var(--gold);
}

.contact-form .form-control {
    background: #222;
    border: 1px solid #444;
    color: var(--white);
}

.contact-form .form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

.contact-form .btn-gold {
    background: var(--gold);
    color: var(--bg-dark);
    font-weight: 600;
    border: none;
    padding: 12px;
    font-size: 1.1rem;
}

.contact-form .btn-gold:hover {
    background: #b89628;
}

.photo-section-contact img {
    height: 160px;
    width: 160px;
    border-radius: 6px;
}

.extra-para p {
    font-size: 16px;
    color: white;
    font-weight: 600;
    margin-top: 30px;
}

/* ========About Us ================ */

.core-values {
    padding: 100px 0;
    /* background: linear-gradient(145deg, #0a0a0a, #111); */
}

.value-box {
    margin-bottom: 40px;
    padding: 30px 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(212, 175, 55, 0.2);
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.value-box i {
    font-size: 48px;
    color: var(--gold);
    margin-bottom: 20px;
    background: rgba(212, 175, 55, 0.08);
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

.value-box h3 {
    font-family: var(--font-heading);
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--white);
    letter-spacing: 1px;
}

.value-box p {
    color: #bbb;
    font-size: 15px;
    line-height: 1.6;
}

.value-box:hover {
    transform: translateY(-12px);
    background: rgba(212, 175, 55, 0.1);
    border-color: var(--gold);
}

.value-box:hover i {
    background: var(--gold);
    color: #000;
    transform: scale(1.1);
}


/* === Company Story Section === */
.company-story {
    padding: 120px 0;
    /* background: #0f0f0f; */
}

.company-story h2 {
    font-family: var(--font-heading);
    font-size: 32px;
    color: var(--gold);
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.company-story p {
    color: #ddd;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.company-img {
    width: 75%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    transition: transform 0.4s ease;
}

.company-img:hover {
    transform: scale(1.03);
}

/* Accordion Container */
/* Accordion Container */
.accordion {
    background: transparent;
    border: none;
    /* max-width: 900px; */
    margin: 60px auto;
}

/* Each Item */
.accordion-item {
    background: #0d0d0d;
    /* deep black */
    border: 1px solid rgba(212, 175, 55, 0.3);
    /* subtle golden border */
    border-radius: 10px;
    margin-bottom: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    border-color: #d4af37;
    /* pure gold */
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

/* Header Button */
.accordion-button {
    background: linear-gradient(90deg, #000 0%, #1a1a1a 100%);
    color: #fff !important;
    /* always white text */
    font-weight: 600;
    font-size: 1.05rem;
    padding: 18px 22px;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: none;
}

.accordion-button::after {
    background-image: none;
    content: "➤";
    font-size: 1rem;
    color: #d4af37;
    /* golden arrow */
    margin-left: auto;
    transition: transform 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #111 0%, #1c1c1c 100%);
    color: #fff !important;
    /* active state still white */
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
    color: #d4af37;
    /* active arrow golden */
}

/* Body */
.accordion-body {
    background: #141414;
    color: #fff !important;
    /* white text for readability */
    font-size: 0.95rem;
    line-height: 1.7;
    padding: 22px 26px;
    border-left: 4px solid #d4af37;
    animation: fadeIn 0.5s ease;
}

/* Fade animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

/* Product Page  */
/* ==========================
   Product Page Styles
   ========================== */
.product-section-page {
    padding: 80px 0;
    background-color: #000;
    /* black background */
}

.category-title-page {
    font-family: var(--font-heading);
    font-size: 32px;
    text-align: center;
    color: var(--gold);
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.category-title-page::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: var(--gold);
    margin: 12px auto 0;
    border-radius: 5px;
}

/* Product Card */
.product-card-page {
    background: #111;
    border: 1px solid var(--gold);
    border-radius: 12px;
    padding: 20px;
    color: var(--white);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* ensures equal height */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card-page:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.4);
}

.product-card-page img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.product-title-page {
    font-size: 18px;
    font-family: var(--font-heading);
    color: var(--gold);
    margin-bottom: 8px;
}

.product-price-page {
    font-size: 16px;
    font-weight: 500;
    color: #eee;
    margin-bottom: 15px;
}

/* Buy Button */
.btn-buy-page {
    background: var(--gold);
    color: #000;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 15px;
    text-transform: uppercase;
    border: none;
    transition: background 0.3s ease, color 0.3s ease;
    margin-top: auto;
	text-decoration: none;
    /* pushes button to bottom */
}

.btn-buy-page:hover {
    background: #b89625;
    color: #fff;
}

/* Overall Section */
.items-section-abt {
    background-color: #000;
    /* Black theme background */
    padding: 50px 0;
    color: #fff;
    font-family: "Asap", sans-serif;
}

/* Tabs Navigation */
.items-section-abt .gallery-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: none;
    /* Remove default Bootstrap border */
}

.items-section-abt .gallery-tabs .nav-link {
    color: #fff;
    background: transparent;
    border: none;
    margin: 5px;
    padding: 10px 18px;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.items-section-abt .gallery-tabs .nav-link:hover {
    background: #111;
    border-color: #f1c40f;
    /* Gold border */
    color: #f1c40f;
}

.items-section-abt .gallery-tabs .nav-link.active {
    background: #f1c40f;
    /* Gold highlight */
    color: #000;
    font-weight: 600;
    border: 1px solid #f1c40f;
}

/* Tab Content */
.items-section-abt .tab-content {
    margin-top: 20px;
}

/* Gallery Grid */
.items-section-abt .gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.items-section-abt .gallery-item {
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    flex: 0 0 calc(25% - 20px);
    /* 4 per row on desktop */
    max-width: calc(25% - 20px);
}

.items-section-abt .gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.items-section-abt .gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(241, 196, 15, 0.4);
}

.items-section-abt .gallery-item:hover img {
    transform: scale(1.05);
}

p {
    color: white;
}

.inquiring{
	text-decoration: none;
    color: white;
    background: black;
    padding: 8px 25px 8px 25px;
    border-radius: 6px;
    border: 2px solid gold;
    position: relative;
    top: 10px;
}

.banner h2{
	    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
	    font-family: "Asap Condensed", sans-serif;
}

/* Responsive */
@media (max-width: 992px) {
    .items-section-abt .gallery-item {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
}

@media (max-width: 768px) {
    .items-section-abt .gallery-item {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .items-section-abt .gallery-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* 1600px and below */
@media (min-width: 1600px) {}

@media (max-width: 1599px) {}

/* 1440px and below */
@media (min-width: 1440px) {
    .first-col img {
        height: 200px;
        width: 200px;
    }

    .middle-col img {
        width: 410px;
        border: 2px solid gold;
        border-radius: 10px;
    }
}

/* 1366px and below */
@media (max-width: 1366px) {}

/* 1280px and below */
@media (max-width: 1280px) {
    .photo-section-contact img {
        height: 140px;
        width: 140px;
        border-radius: 6px;
    }
}

@media (max-width: 1204px) {
	.banner {
    background-image: url(http://www.continentalexport.in/wp-content/uploads/2025/09/banner.png);
    height: 600px;
}
	
    .first-col img {
        height: 150px;
        width: 150px;
    }

    .middle-col img {
        width: 310px;
        border: 2px solid gold;
        border-radius: 10px;
    }
}

/* 991px and below (Tablet Landscape → Mobile) */
@media (max-width: 991px) {
  .banner {
    background: linear-gradient(135deg, #000, #111, #222, var(--gold));
	  height: 700px;
  }

    .first-col img {
        height: 110px;
        width: 110px;
    }

    .middle-col img {
        width: 230px;
        border: 2px solid gold;
        border-radius: 10px;
    }

    .photo-section-contact img {
        height: 100px;
        width: 100px;
        border-radius: 6px;
    }
}

/* 767px and below (Tablet Portrait) */
@media (max-width: 767px) {
	    .banner {
        background: linear-gradient(135deg, #000, #111, #222, var(--gold));
        height: 620px;
    }
	
    .first-col img {
        height: 80px;
        width: 80px;
    }

    .middle-col img {
        width: 170px;
        border: 2px solid gold;
        border-radius: 10px;
    }


}

@media (max-width: 678px) {

    .banner h1 {
        font-size: 42px;
        line-height: 54px;
    }

    .common-heading {
        font-size: 32px;
    }

    .pro-one {
        margin-top: 20px;
    }

    .first-col img {
        height: 80px;
        width: 80px;
    }

    .middle-col img {
        width: 170px;
        border: 2px solid gold;
        border-radius: 10px;
    }
	
	.banner {
        background: linear-gradient(135deg, #000, #111, #222, var(--gold));
        height: 650px;
    }


}

/* 676px and below */
@media (max-width: 576px) {
	    .banner {
        background: linear-gradient(135deg, #000, #111, #222, var(--gold));
        height: 650px;
    }
	
    .banner h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .banner p {
        font-size: 16px;
        line-height: 24px;
    }

    .ctas a {
        padding: 8px 16px;
    }

    .pro-reads {
        display: inline-block;
    }

    .common-heading {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .product-card img {
        object-fit: contain;
        border-radius: 8px;
        height: 390px;
    }

    .product-card {
        width: 200px;
    }

    .products-section-img {
        width: 95%;
        max-height: 95%;
    }

    .side-img {
        display: flex;
        justify-content: center;
    }

    .pro-one img {
        width: 100%;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .middle-col img {
        width: 95%;
        margin-bottom: 10px;
    }

.first-col img {
        height: 190px;
        width: 190px;
    }
	
	.product-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 95% !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s 
ease;
    margin-left: 10px;
		        height: 80%;
}


}

/* 414px and below (iPhone 11/12/13 Pro Max, etc.) */
@media (max-width: 414px) {

    .first-col img {
        height: 171px;
        width: 171px;
    }

    .photo-section-contact img {
        height: 110px;
        width: 110px;
        border-radius: 6px;
    }

}

/* 390px and below (iPhone 12/13/14, etc.) */
@media (max-width: 390px) {
    /* Your CSS here */
}

/* 360px and below (Small Android Phones) */
@media (max-width: 360px) {
    /* Your CSS here */
}

@media (max-width: 350px) {
    .first-col img {
        height: 140px;
        width: 140px;
    }
}

/* 320px and below (Very small devices like iPhone SE) */
@media (max-width: 320px) {

    .ctas a {
        font-size: 14px;
    }

    .common-heading {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .first-col img {
        height: 140px;
        width: 140px;
    }

    .middle-col img {
        width: 96%;
        margin-bottom: 10px;
    }

    .banner-ctas .btn-gold {
        padding: 8px 12px;
    }

    .banner-ctas .btn-outline-light {
        padding: 8px 12px;
    }

    .value-box {
        margin-bottom: 10px;
    }

    .value-box {
        height: 240px;
        width: 240px;
    }

}