.header, .footer{    height: 11vh;}
.main{    height: 78vh;}
.main.product-main{    height: auto;}

.hero.section .owl-dots{    width: 24px;
    position: absolute;
    left: 4%;
    top: 25%;}

.hero.section{background-image: url("../img/slider-bg.jpg");    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;    height: 100%;
    padding: 20px;}
.hero.section .owl-carousel .owl-item img{    width: 94%;
    margin: 0 auto;}
.slider-content{    padding: 65px 40px;}
.slider-content h3{      color: #0049b3;
    font-size: 42px;
    margin: 0;
    font-weight: 400;}
.slider-content h2{    font-size: 40px;
    font-weight: 900;
    color: #0049b3;}
.slider-content ul{    padding: 0;
    list-style: none;
    line-height: 39px;
    color: #000;
    font-size: 20px;
    font-weight: 600;}
#nav-profile{display: flex;}
#nav-profile .shop-now{margin-right: 10px;}
.slider-content ul li{    padding-left: 50px; background-image: url("../img/bullet-image.png");    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 15px 2px;    line-height: 1.6;    min-height: 28px;    position: relative;    display: flex;    align-items: flex-start;}

.slider-content ul li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 2px;
    width: 19px;
    height: 19px;
    background-image: url("../img/bullet-image.png");
    background-repeat: no-repeat;
    background-size: 19px;
    flex-shrink: 0;
}

.slider-content ul li {
    background-image: none;
    padding-left: 45px;
}

.slider-content .shop-now{    padding: 10px 22px;
    background: #0049b3;
    color: #fff;
    display: inline-block;    border: none;}

/* Enhanced Download Buttons */
.tab-pane .shop-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    margin: 10px 15px 10px 0;
    background: linear-gradient(135deg, #0049b3, #0056d6);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 2px solid #0049b3;
    box-shadow: 0 4px 15px rgba(0, 73, 179, 0.2);
    min-width: 280px;
    max-width: 350px;
    position: relative;
    overflow: visible;
    white-space: nowrap;
}

.tab-pane .shop-now::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.tab-pane .shop-now:hover {
    background: linear-gradient(135deg, #003d99, #0049b3);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 73, 179, 0.3);
    color: white;
    text-decoration: none;
}

.tab-pane .shop-now:hover::before {
    left: 100%;
}

.tab-pane .shop-now:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 73, 179, 0.2);
}

/* Download button icons */
.tab-pane .shop-now[href*="pdf"]::after {
    content: '\f1c1';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 8px;
    font-size: 16px;
    flex-shrink: 0;
}

.tab-pane .shop-now[href*="video"]::after,
.tab-pane .shop-now[href*="coming-soon"]::after {
    content: '\f03d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 8px;
    font-size: 16px;
    flex-shrink: 0;
}
.owl-theme .owl-dots .owl-dot span{  width: 13px;
    height: 13px; border: 2px solid #fff;    background: #0049b3;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: transparent;
    border: 3px solid #0049b3;
}
.hero.section .owl-nav{ display: none;}
.footer{background: #0049b3;}
.footer ul{    display: block;
    list-style: none;
    padding: 0;
    text-align: left;    margin: 0;}
.footer ul li{    display: inline-block;
    margin-right: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;}

.img-small{      width: 41%;
    display: inline-block;
    margin-right: 26px;
    padding: 20px;
    background: #bcd7ff;
    margin-bottom: 15px;
    border-radius: 15px; cursor: pointer;}
.img-small:hover, .img-small.active{background: #014aad;}
.img-small p{    text-align: center;
    margin: 0;
    padding: 8px 10px;
    background: #f2f5fb;
    margin-top: 13px;
    font-weight: bold;}
.product.section{background-image: url("../img/product-bg.png");    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;    height: 100%;
    padding: 20px;}
.specification .nav-tabs .nav-link{    color: #868686;
    font-weight: bold;    margin-right: 10px;letter-spacing: 1px; border: none;}
.specification .nav-tabs .nav-link:hover, .specification .nav-tabs .nav-link:focus{ border: none;}

.specification .nav-tabs .nav-link.active{    font-weight: bold;
    color: #014aad;
    font-size: 18px;
    letter-spacing: 1px;
    border: navajowhite;
    border-bottom: 4px solid #014aad;}
.specification .nav-tabs{border-width: 3px;}
.specification p{    padding: 15px 0;
    font-size: 17px;}
.whatsapp-image img{width: 32px;}
#exampleModal .modal-dialog{    max-width: 60%;}
#big-image{ cursor: pointer;}
#big-image img {
    /* revert to original: remove custom max-width, margin, etc. */
}
.main.thankyou-page{    height: 71vh;}
.thankyou-page .text-success{color: #0049b3 !important;}
.thankyou-page .btn-outline-success{ border-color: #0049b3; color: #0049b3 }
.thankyou-page .btn-outline-success:hover, .thankyou-page .btn-outline-success:active{ background: #0049b3; color: #fff }
.thankyou-page .border-success{border-color:#0049b3 !important;}
.thankyou-page .card {border-radius: 0;} 
.main.coming-soon-page {
    height: 78vh;
}
.main.coming-soon-page h1{    text-align: center;
    font-weight: bold;
    color: #0049b3;
    font-size: 5rem;
    height: 100%;
    display: grid;
    align-items: center;}
.about-us .page-title .heading{    background: #0049b3;}
.about-us .page-title .heading h1, .about-us .page-title .heading p{color: #fff;}
/* Enhanced Enquiry Modal Styles */
#myModal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

#myModal .modal {
    background-color: rgba(0, 0, 0, 0.5);
}

#myModal .modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-height: 90vh;
    overflow-y: auto;
}

#myModal .modal-header {
    background: linear-gradient(135deg, #0049b3, #0056d6);
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 20px 25px;
    border-bottom: none;
}

#myModal .modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

#myModal .modal-title i {
    color: #ffd700;
}

#myModal .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

#myModal .btn-close:hover {
    opacity: 1;
}

#myModal .modal-body {
    padding: 30px 25px;
    max-height: 60vh;
    overflow-y: auto;
}

#myModal .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

#myModal .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

#myModal .form-control:focus {
    border-color: #0049b3;
    box-shadow: 0 0 0 0.2rem rgba(0, 73, 179, 0.25);
    background-color: white;
    outline: none;
}

#myModal .form-control::placeholder {
    color: #6c757d;
    opacity: 0.7;
}

#myModal textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

#myModal .modal-footer {
    padding: 20px 25px 25px;
    border-top: 1px solid #e9ecef;
}

#myModal .btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    min-width: 120px;
}

#myModal .btn-primary {
    background: linear-gradient(135deg, #0049b3, #0056d6);
    color: white;
}

#myModal .btn-primary:hover {
    background: linear-gradient(135deg, #003d99, #0049b3);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 73, 179, 0.3);
}

#myModal .btn-secondary {
    background: #6c757d;
    color: white;
}

#myModal .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-2px);
}

#myModal .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* Responsive Modal */
@media (max-width: 767px) {
    #myModal .modal-dialog {
        margin: 1rem;
        max-width: calc(100% - 2rem);
        max-height: calc(100vh - 2rem);
        overflow-y: auto;
    }
    
    #myModal .modal-body {
        padding: 20px 15px;
        max-height: 60vh;
        overflow-y: auto;
    }
    
    #myModal .modal-footer {
        padding: 15px 15px 20px;
    }
    
    #myModal .btn {
        padding: 10px 20px;
        font-size: 0.95rem;
        min-width: 100px;
    }
    
    /* Mobile Download Buttons */
    .tab-pane .shop-now {
        display: block;
        width: 100%;
        margin: 10px 0;
        padding: 12px 20px;
        font-size: 14px;
        min-width: auto;
        text-align: center;
    }
    
    .tab-pane .shop-now::after {
        margin-left: 8px;
        font-size: 16px;
    }
}
    
    #myModal .modal-body {
        padding: 20px 15px;
    }
    
    #myModal .modal-footer {
        padding: 15px 15px 20px;
    }
    
    #myModal .btn {
        padding: 10px 20px;
        font-size: 0.95rem;
        min-width: 100px;
    }
    
    /* Mobile Download Buttons */
    .tab-pane .shop-now {
        display: block;
        width: 100%;
        margin: 10px 0;
        padding: 12px 20px;
        font-size: 14px;
        min-width: auto;
        text-align: center;
    }
    
    .tab-pane .shop-now::after {
        margin-left: 8px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    #myModal .modal-dialog {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
        max-height: calc(100vh - 1rem);
    }
    
    #myModal .modal-header {
        padding: 15px 20px;
    }
    
    #myModal .modal-title {
        font-size: 1.3rem;
    }
    
    #myModal .form-control {
        padding: 10px 12px;
        font-size: 0.95rem;
    }
    
    #myModal .modal-body {
        padding: 20px 15px;
        max-height: 50vh;
    }
}
.contact-detail{     margin-left: 40px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    top: 5px;    border-left: 2px solid #000;}
.contact-detail p{    margin: 0;
    padding-left: 30px;        color: var(--nav-hover-color);}

.contact-detail p i{margin-right: 12px; width: auto; height: auto;}
.solo-image{    width: 35%;
    margin: 0 auto;}
.brand-logo{    position: absolute;
    width: 137px;
    top: 11px;
    left: 26px;}
#product .slider-content{padding: 0;}
#product .slider-content .shop-now{    padding: 10px 22px;
    background: #0049b3;
    color: #fff;
    display: inline-block;    border: none;
    margin-top: -42px;
    float: right;
    position: relative;
    z-index: 99999;}
/* Force phone input text color and placeholder to match other fields */
.contact .php-email-form input[type='tel'],
.contact .php-email-form input[type='tel']::placeholder {
  color: var(--default-color) !important;
  background-color: var(--surface-color) !important;
  opacity: 1 !important;
}
/* Match phone input placeholder color to other fields */
.contact .php-email-form input[type='tel']::placeholder {
  color: #bfbfbf !important;
  opacity: 1 !important;
}
.contact .php-email-form input[type='tel']::-webkit-input-placeholder {
  color: #bfbfbf !important;
  opacity: 1 !important;
}
.contact .php-email-form input[type='tel']::-moz-placeholder {
  color: #bfbfbf !important;
  opacity: 1 !important;
}
.contact .php-email-form input[type='tel']:-ms-input-placeholder {
  color: #bfbfbf !important;
  opacity: 1 !important;
}
.contact .php-email-form input[type='tel']::-ms-input-placeholder {
  color: #bfbfbf !important;
  opacity: 1 !important;
}
/* =======================================================
# NAVIGATION SYSTEM - REMOVED (NOW IN NEW-NAVIGATION.CSS)
======================================================= */

/* Navigation styles moved to new-navigation.css to avoid conflicts */
@media (max-width: 1199px) {
  .header .branding {
    padding: 10px 0;
  }
  
  .header .logo img {
    max-height: 50px;
  }
  
  .contact-detail {
    display: none;
  }
  
  /* Navigation styles moved to new-navigation.css */
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .header .logo img {
    max-height: 45px;
  }
  
  .slider-content {
    padding: 40px 20px;
  }
  
  .slider-content h2 {
    font-size: 32px;
  }
  
  .slider-content h3 {
    font-size: 28px;
  }
  
  .slider-content ul {
    font-size: 16px;
    line-height: 28px;
  }
  
  .slider-content ul li {
    padding-left: 25px;
    background-size: 16px;
  }
  
  .hero.section .owl-dots {
    left: 2%;
    top: 20%;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .header, .footer {
    height: auto;
    min-height: 60px;
  }
  
  .main {
    height: auto;
    min-height: calc(100vh - 120px);
    position: relative;
    z-index: 1;
  }
  
  .header .branding {
    padding: 8px 0;
    position: relative;
    z-index: 1001;
    overflow: hidden;
  }
  
  .header .branding .container {
    position: relative;
    z-index: 1001;
  }
  
  .header .logo img {
    max-height: 40px;
  }
  
  .hero.section {
    padding: 15px;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  .hero.section .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .hero.section .container .row {
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  
  .slider-content {
    padding: 20px 15px;
    text-align: center;
    order: 2;
    width: 100%;
  }
  
  .slider-content .shop-now {
    padding: 12px 24px;
    font-size: 16px;
    margin: 8px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    min-height: 44px;
    line-height: 1.2;
    background: #0049b3;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
    width: 140px;
  }
  
  /* Button container for better alignment */
  .slider-content .shop-now:first-of-type {
    margin-right: 10px;
  }
  
  .slider-content .shop-now:last-of-type {
    margin-left: 10px;
  }
  
  /* Button equal sizing */
  .slider-content .shop-now {
    width: 140px !important;
    max-width: 140px;
    box-sizing: border-box;
  }
  
  /* Button container for mobile */
  .slider-content .shop-now {
    display: inline-block;
    vertical-align: top;
  }
  
  .slider-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #0049b3;
  }
  
  .slider-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #0049b3;
  }
  
  .slider-content ul {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: left;
    display: block;
    color: #000;
    width: 100%;
    max-width: 100%;
  }
  
  .slider-content ul li {
    padding-left: 40px;
    background-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    padding-right: 10px;
    max-width: 100%;
    background-position: 8px 3px;
    line-height: 1.5;
    min-height: 22px;
    position: relative;
    display: flex;
    align-items: flex-start;
  }

  .slider-content ul li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url("../img/bullet-image.png");
    background-repeat: no-repeat;
    background-size: 16px;
    flex-shrink: 0;
  }

  .slider-content ul li {
    background-image: none;
    padding-left: 35px;
  }
  
  .slider-content .shop-now {
    padding: 12px 24px;
    font-size: 16px;
    margin: 8px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    min-height: 44px;
    line-height: 1.2;
    background: #0049b3;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
    width: 140px;
  }
  
  .hero.section .owl-carousel .owl-item img {
    width: 100%;
    max-width: 350px;
    height: auto;
    order: 1;
  }
  
  /* Hero Section Mobile Layout */
  .hero.section .col-lg-7 {
    order: 2;
    width: 100%;
  }
  
  .hero.section .col-lg-5 {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hero.section .owl-dots {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  
  /* Footer Mobile */
  .footer {
    padding: 20px 0;
  }
  
  .footer ul {
    text-align: center;
  }
  
  .footer ul li {
    display: block;
    margin: 10px 0;
    font-size: 14px;
  }
  
  .footer .copyright {
    text-align: center;
  }
  
  .footer .copyright .row {
    flex-direction: column;
  }
  
  .footer .copyright .col-lg-6 {
    margin-bottom: 10px;
  }
  
  /* Modal Mobile */
  #myModal .contact-modal {
    width: 95%;
    max-width: 400px;
    padding: 20px;
    margin: 10px auto;
  }
  
  #myModal .contact-modal h4 {
    font-size: 20px;
  }
  
  #myModal .contact-modal .modal-header {
    padding: 15px 20px 10px;
  }
  
  #myModal .contact-modal .modal-body {
    padding: 15px 20px 20px;
  }
  
  #myModal .contact-modal .form-control {
    min-height: 40px;
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  /* Product Images Mobile */
  .img-small {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .solo-image {
    width: 100%;
    max-width: 300px;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .header .logo img {
    max-height: 35px;
  }
  
  .slider-content h2 {
    font-size: 24px;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  
  .slider-content h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  
  .slider-content ul {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
  
  .slider-content ul li {
    padding-left: 35px;
    background-size: 14px;
    margin-bottom: 8px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    padding-right: 5px;
    max-width: 100%;
    background-position: 6px 2px;
    line-height: 1.5;
    min-height: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
  }

  .slider-content ul li::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 14px;
    height: 14px;
    background-image: url("../img/bullet-image.png");
    background-repeat: no-repeat;
    background-size: 14px;
    flex-shrink: 0;
  }

  .slider-content ul li {
    background-image: none;
    padding-left: 30px;
  }
  
  .slider-content .shop-now {
    padding: 10px 20px;
    font-size: 14px;
    width: 120px !important;
    margin: 5px;
    min-width: 120px;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
  }
  
  .hero.section .owl-carousel .owl-item img {
    max-width: 280px;
  }
  
  .hero.section {
    padding: 10px;
  }
  
  .slider-content {
    padding: 15px 10px;
  }
  /* Navigation Mobile */
  .navmenu ul {
    inset: 70px 10px 10px 10px;
    padding: 15px 0;
  }
  
  .navmenu a {
    padding: 12px 20px;
    font-size: 15px;
  }
  
  .navmenu .dropdown ul a {
    padding: 10px 30px;
    font-size: 13px;
  }
  
  .navmenu .dropdown ul ul a {
    padding: 8px 40px;
    font-size: 12px;
  }
  
  /* Footer Small Mobile */
  .footer ul li {
    font-size: 12px;
  }
  
  /* Modal Small Mobile */
  #myModal .contact-modal {
    width: 98%;
    padding: 15px;
  }
  
  #myModal .contact-modal h4 {
    font-size: 18px;
  }
}

/* Landscape Mobile */
@media (max-width: 767px) and (orientation: landscape) {
  .hero.section {
    min-height: 100vh;
  }
  
  .slider-content {
    padding: 15px;
  }
  
  .slider-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  
  .slider-content ul {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
  }
  
  .slider-content ul li {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    padding-right: 5px;
    max-width: 100%;
    padding-left: 30px;
    background-position: 5px 2px;
    line-height: 1.4;
    min-height: 18px;
    position: relative;
    display: flex;
    align-items: flex-start;
  }

  .slider-content ul li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 12px;
    height: 12px;
    background-image: url("../img/bullet-image.png");
    background-repeat: no-repeat;
    background-size: 12px;
    flex-shrink: 0;
  }

  .slider-content ul li {
    background-image: none;
    padding-left: 25px;
  }
  
  .slider-content .shop-now {
    width: 110px;
    padding: 8px 16px;
    font-size: 12px;
    margin: 4px;
  }
  
  .hero.section .owl-carousel .owl-item img {
    max-width: 200px;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .slider-content ul li {
    background-size: 28px;
  }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
  .slider-content .shop-now {
    min-height: 44px; /* Minimum touch target size */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .navmenu a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  
  .mobile-nav-toggle {
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Print Styles */
@media print {
  .header,
  .footer,
  .mobile-nav-toggle,
  .whatsapp-image,
  .owl-nav,
  .owl-dots {
    display: none !important;
  }
  
  .main {
    height: auto;
  }
  
  .hero.section {
    background: none;
    color: #000;
  }
}



/* Performance optimizations */
@media (prefers-reduced-motion: reduce) {
  .hero.section,
  .navmenu,
  .mobile-nav-toggle,
  .slider-content .shop-now {
    transition: none !important;
  }
  
  .owl-carousel {
    animation: none !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .slider-content .shop-now {
    border: 2px solid #000;
  }
  
  .navmenu a {
    border-bottom: 1px solid #000;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .navmenu ul {
    background: #1a1a1a;
    color: #fff;
  }
  
  .navmenu a {
    color: #fff;
    border-bottom-color: #333;
  }
  
  .navmenu .dropdown ul {
    background: #2a2a2a;
  }
}

/* =======================================================
# BACK NAVIGATION
======================================================= */



/* =======================================================
# RENTAL PAGE STYLES
======================================================= */

.rental-hero {
  position: relative;
  background: linear-gradient(135deg, #0049b3 0%, #1e3a8a 100%);
  padding: 60px 0;
  overflow: hidden;
  margin-top: 0;
}

.rental-hero-content {
  position: relative;
  text-align: center;
  color: white;
}

.rental-hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.rental-hero-overlay {
  position: relative;
  z-index: 2;
}

.rental-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.rental-subtitle {
  font-size: 1.25rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.rental-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.rental-cta .btn {
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.rental-cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Rental Services Section */
.rental-services {
  background: #f8f9fa;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0049b3;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

.rental-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.rental-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.rental-card-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.rental-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.rental-card:hover .rental-card-image img {
  transform: scale(1.1);
}

.rental-card-content {
  padding: 25px;
  text-align: center;
}

.rental-card-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0049b3;
  margin-bottom: 15px;
}

.rental-price {
  font-size: 2rem;
  font-weight: 700;
  color: #28a745;
  margin-bottom: 10px;
}

.rental-specs {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 20px;
  padding: 8px 15px;
  background: #f8f9fa;
  border-radius: 20px;
  display: inline-block;
}

/* Mobile Responsive Rental Styles */
@media (max-width: 991px) {
  .rental-hero {
    padding: 40px 0;
  }
  
  .rental-title {
    font-size: 2.5rem;
  }
  
  .rental-subtitle {
    font-size: 1.1rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .rental-hero {
    padding: 30px 0;
  }
  
  .rental-title {
    font-size: 2rem;
  }
  
  .rental-subtitle {
    font-size: 1rem;
  }
  
  .rental-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .rental-cta .btn {
    width: 100%;
    max-width: 300px;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .rental-card-content {
    padding: 20px;
  }
  
  .rental-card-content h3 {
    font-size: 1.25rem;
  }
  
  .rental-price {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .rental-hero {
    padding: 20px 0;
  }
  
  .rental-title {
    font-size: 1.75rem;
  }
  
  .rental-subtitle {
    font-size: 0.9rem;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .rental-card-image {
    height: 150px;
  }
  
  .rental-card-content {
    padding: 15px;
  }
  
  .rental-card-content h3 {
    font-size: 1.1rem;
  }
  
  .rental-price {
    font-size: 1.25rem;
  }
  
  .rental-specs {
    font-size: 0.8rem;
  }
  
  /* Additional mobile improvements */
  .rental-hero-image {
    margin-bottom: 20px;
  }
  
  .rental-cta .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .rental-card {
    margin-bottom: 20px;
  }
  
  .rental-services {
    padding: 30px 0;
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .rental-title {
    font-size: 1.5rem;
  }
  
  .rental-subtitle {
    font-size: 0.85rem;
  }
  
  .section-title {
    font-size: 1.25rem;
  }
  
  .rental-card-image {
    height: 120px;
  }
  
  .rental-card-content {
    padding: 12px;
  }
  
  .rental-card-content h3 {
    font-size: 1rem;
  }
  
  .rental-price {
    font-size: 1.1rem;
  }
  
  .rental-specs {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
	.buttons{display: flex;}
	.footer ul{    display: block;}
	.footer ul li{        display: inline-block;        margin: 10px;}
	.footer .social-links{    margin: 7px;
    display: block !important;}
	.footer .social-links a{    display: inline-block;padding: 8px;}
	.footer .copyright p{    text-align: center;
    margin-top: 10px;}
}

/* Touch-friendly improvements for mobile */
@media (max-width: 767px) {
  .rental-card {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  }
  
  .rental-card:active {
    transform: scale(0.98);
  }
  
  .btn {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .rental-cta .btn {
    min-height: 50px;
  }
  
  /* Improve touch targets */
  .rental-card-content button {
    min-height: 44px;
    font-size: 1rem;
    font-weight: 600;
  }
}

