Resident sees. /* Import Poppins Font */
/* Override font family */
:root {
    --color-primary: #FF6B35;
    --color-primary-hover: #E55A2B;
    --color-heading: #151F4C;
    --color-text: #626C71;
    --color-background: #F8F9FA;
    --border-radius: 12px;
    --box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "outfit", sans-serif;
    margin: 0;
    padding: 0;
    background: url("images/background.png");
    overflow-x: hidden;
    background-size: cover;
    background-attachment: fixed;
    line-height: 1.6;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.pushads {
    max-width: none;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.advertisers-hero {
    padding: 2rem 1rem;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    text-align: center;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-label {
    color: #151F4C;
    font-size: 4rem;
    font-weight: 300;
    display: block;
}

.hero-highlight {
    color: var(--color-primary);
    font-size: 4rem;
    font-weight: 6  00;
    text-transform: uppercase;
    display: block;
}

.hero-text p {
    font-size: 1.5rem;
    color: #626C71;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-btn {
    background: var(--color-primary);
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    display: inline-block;
}

.hero-btn:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
}

/* Hero Visual */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 2rem;
    height: 400px;
    width: 600px;
}

.hero-visual img {
    max-width: 100%;
    height: auto;
}

/* Why Choose Section */
.why-choose-ads {
    padding: 3rem 1rem;
    margin: 3rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.why-choose-ads h2 {
    font-size: 2rem;
    font-weight: 7=500;
    color: var(--color-heading);
    margin-bottom: 2rem;
    line-height: 1.2;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    width: 100%;
}

/* Card Flip Animation */
.benefit-card, .industry-item {
    perspective: 1000px;
    height: 30vh;
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.card-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.benefit-card:hover .card-inner,
.industry-item:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    box-shadow: var(--box-shadow);
}

.card-front {
    background: white;
    border: 1px solid #E5E7EB;
}

.card-back {
    background: #FFF0DA;
    color: #151F4C;
    transform: rotateY(180deg);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    /* background: linear-gradient(135deg, var(--color-primary), #FF8A65); */
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: white;
    font-size: 1.5rem;
}

.benefit-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.benefit-card p {
    font-size: 0.9rem;
    color: #626C71;
    line-height: 1.5;
}

.card-back h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #151F4C;
}

.card-back ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-back ul li {
    padding: 0.3rem 0;
    font-size: 0.9rem;
    color: #151F4C;
    opacity: 0.9;
}

.card-back ul li:before {
    content: "✓ ";
    font-weight: bold;
    margin-right: 0.5rem;
}

/* Ad Formats Section */
.ad-formats {
    background: url("advertisors/360\ Monetization\ Solutions.png");
    padding: 3rem 1rem;
    background-size: cover;
    background-position: center;
    color: white;
    margin: 0;
}
.adformatswdth{
    max-width: none;
}
.ad-formats-content {
    margin: 0 auto;
    display: flex;
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-content: space-between;
    width: 80vw;
    align-items: center;
}

.formats-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    text-align: center;
}

.format-option {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
}

.format-option h4 {
    font-size: 1rem;
    font-weight: 300;
    color: white;
    margin: 0;
    text-align: center;
}

.formats-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-mockup img {
    max-width: 100%;
    height: auto;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
}

/* Industries Section */
.industries-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5vh auto;
  padding: var(--space-32) 0;
  text-align: center;
}

.industries-section h2 {
    font-size: 4rem;
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 1rem;
}

.industries-section .subtitle {
    font-size: 1.5rem;
    color: #151f4cd3;
    margin-bottom: 2rem;
    max-width: 600px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    width: 100%;
    /* max-width: 1000px; */
    align-items: center;
    justify-content: center;
}

.industry-item {
    height: 30vh;
    width: 100%;
    /* max-width: 250px; */
}

.industry-icon {
    width: 50px;
    height: 50px;
    /* background: linear-gradient(135deg, var(--color-primary), #FF8A65); */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
    color: white;
    font-size: 1.2rem;
}

.industry-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-heading);
}

.industry-item .card-back p {
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Traffic Volumes Section */
.traffic-volumes {
    background: url("advertisors/Rectangle\ 28.png");
    padding: 3rem 1rem;
    color: white;
    background-size: cover;
    background-position: center;
}

.traffic-volumes h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: white;
}

.traffic-table {
    max-width: 500px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.table-header {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background: rgba(255, 255, 255, 0.2);
    padding: 1rem;
    font-weight: 700;
    font-size: 1rem;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table-row:last-child {
    border-bottom: none;
}

.col-geo {
    font-weight: 600;
    font-size: 1rem;
}

.col-impressions {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* FAQ Section */
.faq-section {
    padding: 3rem 1rem;
}

.faq-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-heading);
    text-align: center;
    margin-bottom: 2rem;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 15px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    box-shadow: var(--box-shadow);
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    transition: var(--transition);
    gap: 1rem;
}

.faq-question:hover {
    background: #F9FAFB;
}

.faq-number {
    background: var(--color-primary);
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.faq-question h3 {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-heading);
    margin: 0;
    text-align: left;
}

.faq-question i {
    color: #626C71;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1rem 1rem;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    font-size: 0.95rem;
    color: #626C71;
    line-height: 1.6;
    margin: 0;
}

/* Tablet Styles */
@media (min-width: 768px) {
    .advertisers-hero {
        padding: 3rem 2rem;
    }

    .hero-content {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        text-align: left;
    }
    
    .hero-text h1 {
        font-size: 3rem;
    }
    
    .hero-label,
    .hero-highlight {
        font-size: 2.2rem;
    }
    
    .hero-text p {
        font-size: 1.1rem;
        margin-left: 0;
        margin-right: 0;
    }
    
    .why-choose-ads {
        padding: 4rem 2rem;
    }
    
    .why-choose-ads h2 {
        font-size: 2.2rem;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
    }
    
    .ad-formats {
        padding: 4rem 2rem;
    }
    
    .ad-formats-content {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
    
    .formats-text h2 {
        font-size: 3rem;
        text-align: left;
    }
    
    .format-option h4 {
        font-size: 2.2rem;
        text-align: left;
    }
    
    .industries-section {
        padding: 4rem 2rem;
    }
    
    .industries-section h2 {
        font-size: 2.2rem;
    }
    
    .industries-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 2rem;
    }
    
    .traffic-volumes {
        padding: 4rem 2rem;
    }
    
    .traffic-volumes h2 {
        font-size: 3rem;
    }
    
    .faq-section {
        padding: 4rem 2rem;
    }
    
    .faq-section h2 {
        font-size: 2.2rem;
    }
    
    .faq-question {
        padding: 1.5rem;
    }
    
    .faq-answer {
        padding: 0 1.5rem 1.5rem;
    }
}
@media (min-width: 1024px) {
  body{
    transform: scale(0.8);
  margin: 0 auto;
  transform-origin: top left;
  width: 125.11%;    /* compensate for scale (1 / 0.9 ≈ 111%) */
  margin-bottom: -75rem;
  overflow-x: hidden; 
  }
}
/* Desktop Styles */
@media (min-width: 1024px) {
    .advertisers-hero {
        padding: 4rem 3rem;
    }
    
    .hero-content {
        gap: 20rem;
    }
    
    .hero-text h1 {
        font-size: 3.5rem;
    }
    
    .hero-label,
    .hero-highlight {
        font-size: 2.5rem;
    }
    
    .hero-text p {
        font-size: 1.5rem;
    }
    
    .why-choose-ads {
        padding: 5rem 3rem;
    }
    
    .why-choose-ads h2 {
        font-size: 2.5rem;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        width: 100%;
    }
    
    .benefit-card, .industry-item {
        height: 40vh;
        /* max-width: 300px; */
    }
    
    .benefit-icon {
        width: 80px;
        height: 80px;
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }.benefit-icon img{
        padding: 1rem;
        width: 150px;
        height: 150px;
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .benefit-card h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    
    .benefit-card p {
        font-size: 0.95rem;
    }
    
    .ad-formats {
        padding: 5rem 3rem;
    }
    
    .formats-text h2 {
        font-size: 4rem;
    }
    
    .format-option h4 {
        font-size: 2rem;
    }
    
    .industries-section {
        padding: 5rem 3rem;
    }
    
    .industries-section h2 {
        font-size: 2.5rem;
    }
    
    .industries-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
        gap: 3rem;
        justify-content: center;
        align-items: center;
        width: 75vw;
    }
    
    .industry-item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35vh;
        width: 40vw;
        /* max-width: 250px; */
    }
    
    .industry-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }.industry-icon img{
        width: 100px;
        height: 100px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .industry-item h3 {
        font-size: 1.2rem;
    }
    
    .traffic-volumes {
        padding: 5rem 3rem;
    }
    
    .traffic-volumes h2 {
        font-size: 3rem;
    }
    
    .traffic-table {
        max-width: 600px;
    }
    
    .table-header,
    .table-row {
        padding: 1.5rem;
    }
    
    .faq-section {
        padding: 5rem 3rem;
    }
    
    .faq-section h2 {
        font-size: 2.5rem;
    }
}

/* Large Desktop Styles */
@media (min-width: 1200px) {
    .container {
        padding: 0 40px;
    }
    
    .advertisers-hero {
        padding: 5rem 4rem;
    }
    
    .why-choose-ads {
        padding: 6rem 4rem;
    }
    
    .ad-formats {
        padding: 6rem 4rem;
    }
    
    .industries-section {
        padding: 6rem 4rem;
    }
    
    .traffic-volumes {
        padding: 6rem 4rem;
    }
    
    .faq-section {
        padding: 6rem 4rem;
    }
}

/* Extra Large Screens */
@media (min-width: 1400px) {
    .industries-section{
        gap: 0;
        max-width: 1400px;
    }
    .container {
        margin: 0 auto;
        gap: 4rem;
    }
    
    .hero-text h1 {
        font-size: 4rem;
    }
    
    .hero-label,
    .hero-highlight {
        font-size: 4rem;
    }
    
    .why-choose-ads h2,
    .industries-section h2,
    .faq-section h2 {
        font-size: 3.5rem;
        font-weight: 500;
    }
    
    .formats-text h2 {
        font-size: 4.5rem;
    }
    
    .traffic-volumes h2 {
        font-size: 4rem;
    }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .advertisers-hero {
        min-height: auto;
        padding: 2rem 1rem;
    }
    
    .hero-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    
    .hero-text h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .hero-text p {
        margin-bottom: 1rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-visual img,
    .mobile-mockup img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    

    .benefit-card, .industry-item {
        height: 30vh;
        width: 100%;
        /* max-width: 350px; */
        margin: 0 auto;
    }
    
    .card-front, .card-back {
        padding: 1rem;
    }
    
    .benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }
    
    .benefit-card h3 {
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }
    
    .benefit-card p {
        font-size: 0.85rem;
    }
    
    .card-back h4 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }
    
    .card-back ul li {
        font-size: 0.85rem;
        padding: 0.2rem 0;
    }
    
    .industry-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }
    .benefit-icon img{
        width: 95px;
        height: 95px;
        font-size: 1.1rem;
        margin-bottom: 0.6rem;
    }
    
    .industry-item h3 {
        font-size: 1rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .industries-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {

  
    /* Hero Section Fixes */
    .advertisers-hero {
        padding: 1.5rem 1rem;
        min-height: auto; /* Remove fixed height for better content flow */
    }
    
    .pushads {
        max-width: 100%; /* Changed from 1200px to 100% for better mobile fit */
        padding: 0 10px; /* Reduced padding */
    }
    
    .hero-content {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    
    .hero-text {
        width: 100%;
        order: 1; /* Ensure text comes first */
    }
    
    .hero-text h1 {
        margin-bottom: 1rem;
        line-height: 1.1;
    }
    
    .hero-label {
        font-size: 2.5rem; /* Reduced from 3rem for better fit */
        font-weight: 300;
        display: block;
        margin-bottom: 0.5rem;
        line-height: 1.1;
    }
    
    .hero-highlight {
        font-size: 2.2rem; /* Reduced from 2.7rem */
        font-weight: 600;
        display: block;
        line-height: 1.1;
    }
    
    .hero-text p {
        font-size: 1rem; /* Reduced for better readability */
        line-height: 1.5;
        margin: 1rem 0 1.5rem 0;
        padding: 0 10px; /* Add some padding for text */
    }
    
    .hero-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
        width: auto;
        max-width: 200px;
    }
    
    /* Hero Visual Fixes */
    .hero-visual {
        width: 100%;
        height: auto;
        margin-top: 1rem;
        order: 2; /* Ensure visual comes after text */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .hero-visual img {
        max-width: 90%; /* Ensure image doesn't overflow */
        height: auto;
        max-height: 250px; /* Limit height on small screens */
        object-fit: contain;
    }
    
    /* Benefits Section Fixes */
    .benefit-card, .industry-item {
        height: 50vh; /* Reduced from 60vh for better fit */
        width: 100%;
        max-width: 320px; /* Add max-width to prevent over-stretching */
        margin: 0 auto;
    }
    
    .benefits-grid {
        padding: 0 10px; /* Reduced padding */
        gap: 1rem; /* Reduced gap */
    }
    
    .card-front, .card-back {
        padding: 1rem; /* Increased from 0.8rem for better spacing */
        display: flex;
        flex-direction: column;
        gap: 0.8rem; /* Reduced gap */
        justify-content: center;
        align-items: center;
    }
    
    .benefit-icon {
        width: 80px; /* Reduced from 100px */
        height: 80px;
        margin-bottom: 0.5rem;
    }
    
    .benefit-icon img {
        width: 75px; /* Reduced from 95px */
        height: 75px;
        margin-bottom: 0.5rem;
    }
    
    .benefit-card h3 {
        font-size: 1.2rem; /* Reduced from 1.5rem */
        margin: 0;
        text-align: center;
        line-height: 1.3;
    }
    
    .benefit-card p {
        font-size: 0.85rem; /* Slightly increased for readability */
        text-align: center;
        line-height: 1.4;
    }
    
    .card-back h4 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
        text-align: center;
    }
    
    .card-back ul li {
        font-size: 0.85rem;
        padding: 0.2rem 0;
        text-align: left;
    }
    
    /* Industry Section Fixes */
    .industry-icon {
        width: 80px; /* Reduced from 100px */
        height: 80px;
        margin-bottom: 0.5rem;
    }
    
    .industry-icon img {
        width: 75px;
        height: 75px;
    }
    
    .industry-item h3 {
        font-size: 1.2rem; /* Reduced from 1.5rem */
        text-align: center;
    }
    
    /* Section Headings */
    .why-choose-ads h2 {
        font-size: 1.6rem; /* Reduced from 1.8rem */
        line-height: 1.3;
        margin-bottom: 1.5rem;
    }
    
    .industries-section h2 {
        font-size: 2rem; /* Reduced from 2.5rem */
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .industries-section .subtitle {
        font-size: 1rem;
        padding: 0 10px;
        line-height: 1.4;
    }
    
    /* Container adjustments for very small screens */
    
    
    /* Ad formats section mobile fix */
    .ad-formats-content {
        width: 100%; /* Override the 80vw */
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .formats-text h2 {
        font-size: 2rem; /* Reduce size for mobile */
        text-align: center;
    }
    
    .format-option h4 {
        font-size: 1.2rem; /* Reduce size for mobile */
        text-align: center;
    }
}
@media (max-width:320px) {

}
/* Print Styles */
@media print {
    .hero-btn,
    .faq-question {
        cursor: default;
    }
    
    .card-inner {
        transform: none !important;
    }
    
    .faq-item.active .faq-answer {
        display: block !important;
    }
}


.arrow {
  font-size: 18px;
  text-align: right;
  padding: 0 2rem;
}

/* ========== PRODUCTS SECTION ========== */
.products-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("images/360 Monetization Solutions.png");
  background-size: cover;
  padding: 11vh 10vw;
  color: white;
}
.products-text {
  max-width: 50%;
}
.products-text h2 {
  font-size: 3rem;
  margin-bottom: 10px;
  color: white;
}
.products-text p {
  font-size: 20px;
  width: 60%;
  margin-bottom: 20px;
  color: #d0c8f1;
}
.product-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  margin-bottom: 12px;
  transition: 0.3s;
  border: 1px solid #ccc;
  width: 60%;
  font-family: var(--font-family-base);
}
.product-btn img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100px;
  width: 90px;
  padding: 20px;
  margin-right: 10px;
  background-color: white;
}
.product-btn:hover {
  transform: translateY(-2px);
}
.product-btn span {
  flex-grow: 1;
  font-size: 2rem;
}
.arrow {
  font-size: 18px;
  text-align: right;
  padding: 0 2rem;
}
.products-image img {
  width: 350px;
}

/* ========== PRODUCTS SECTION RESPONSIVE DESIGN ========== */

/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
  .products-section {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
  .products-text {
    max-width: 80%;
  }
}

/* Mobile Landscape (481px - 768px) */
@media (max-width: 768px) {
  .products-section {
    padding: 8vh 5vw;
  }
  .products-text {
    max-width: 100%;
  }
  .products-text h2 {
    font-size: 2.5rem;
  }
  .products-text p {
    width: 100%;
    font-size: 18px;
  }
  .product-btn {
    width: 100%;
  }
  .product-btn span {
    font-size: 1.5rem;
  }
}

/* Mobile Portrait (320px - 480px) */
@media (max-width: 480px) {
  .products-section {
    padding: 6vh 3vw;
  }
  .products-text h2 {
    font-size: 2rem;
  }
  .products-text p {
    font-size: 16px;
  }
  .product-btn span {
    font-size: 1.2rem;
  }
  .product-btn img {
    height: 60px;
    width: 70px;
    padding: 15px;
  }
  .products-image img {
    width: 280px;
  }
}

/* Extra Small Mobile (up to 320px) */
@media (max-width: 320px) {
  .products-text h2 {
    font-size: 1.8rem;
  }
  .products-text p {
    font-size: 14px;
  }
  .product-btn span {
    font-size: 1rem;
  }
}
