
.kews-group {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.p-text{
    font-size: 20px !important;
    line-height: 30px !important;
    color: #030301 !important;
    margin-bottom: 0 !important;
    text-align: justify;
}


/* ============================================
   KEWS Glance Section Styles
   ============================================ */

.kews-glance-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #effbfb 100%);
}

.kews-glance-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: url('../images/pattern-lite.jpg') no-repeat right top;
    background-size: cover;
    opacity: 0.3;
    z-index: 0;
}

.kews-glance-section .container {
    position: relative;
    z-index: 1;
}

/* Header Styles */

.kews-glance-title {
    line-height: 1.2;
}

.heading-accent {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #990000 0%, #92140c 100%);
    margin-top: 15px;
    border-radius: 2px;
    position: relative;
}

.heading-accent::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid #92140c;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

/* Content Styles */
.kews-glance-content {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Image Container Styles */
.kews-glance-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}

.kews-glance-image-container {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.kews-glance-image-container::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #990000 0%, #92140c 50%, #990000 100%);
    border-radius: 12px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.kews-glance-image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 50px 0px rgba(153, 0, 0, 0.15);
}

.kews-glance-image-container:hover::before {
    opacity: 0.1;
}

.kews-glance-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.kews-glance-image-container:hover .kews-glance-image {
    transform: scale(1.02);
}

/* Footer Highlight Section */
.kews-glance-footer {
    margin-top: 20px;
}

.kews-glance-highlight {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 40px 50px;
    border-radius: 10px;
    border-left: 5px solid #990000;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.kews-glance-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(153, 0, 0, 0.02) 0%, rgba(146, 20, 12, 0.02) 100%);
    z-index: 0;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .kews-glance-content {
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .kews-glance-image-wrapper {
        padding-left: 15px;
        padding-top: 0;
    }

    .kews-glance-image-container {
        max-width: 100%;
    }

    .kews-glance-highlight {
        padding: 30px 25px;
    }
}

@media (max-width: 767.98px) {
    .kews-glance-section {
        padding: 60px 0;
    }

    .kews-glance-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .kews-glance-image-wrapper {
        padding-left: 0;
        padding-top: 20px;
    }

    .kews-glance-title {
        font-size: 36px;
        line-height: 1.3;
    }



    .kews-glance-highlight {
        padding: 25px 20px;
        border-left-width: 4px;
    }


    .heading-accent {
        width: 60px;
        height: 3px;
    }
}

@media (max-width: 575.98px) {
    .kews-glance-section {
        padding: 40px 0;
    }

    .kews-glance-title {
        font-size: 28px;
    }


    .kews-glance-highlight {
        padding: 20px 15px;
    }
}

/* Section */
.sc-section {
  padding: 60px 20px;
}

/* Grid */
.sc-container {
  max-width: 1200px;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

/* Card */
.sc-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Image section */
.sc-card-img {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-card-img img {
  max-width: 275px;
  height: 250px;
}

/* Background colors */
.bg-blue { background: #dff3f8; }
.bg-yellow { background: #fff2cc; }
.bg-pink { background: #ffe3e3; }
.bg-green { background: #e6fff2; }

/* Content */
.sc-card-content {
  padding: 20px;
  text-align: left;
}

.sc-card-content h3 {
  font-size: 26px;
  margin-bottom: 2px;
  color: #990000;
  font-weight: 600;
}

.sc-card-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
.why-kews-section {
        background: linear-gradient(180deg, #fafafa 0%, #fff 50%);
        position: relative;
    }

    .why-kews-header {
        text-align: center;
        max-width: 720px;
        margin: 0 auto 2.5rem;
    }

    .section-label {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #990000;
        line-height: 8px;
    }

    .why-kews-title {
        margin-bottom: 12px;
        line-height: 1.2;
    }

    .why-kews-accent {
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, #990000, #cc0000);
        margin: 0 auto 1.25rem;
        border-radius: 2px;
    }

    .why-kews-intro {
        font-size: 1.3s5rem;
        line-height: 1.65;
        color: #444;
        margin: 0;
    }

    .why-kews-grid {
        margin-top: 0.5rem;
    }

    .why-kews-card {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        background: #fff;
        padding: 1.25rem 1.25rem 1.25rem 1rem;
        border-radius: 10px;
        border-left: 4px solid #990000;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        height: 100%;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-left-color 0.25s ease;
    }

    .why-kews-card:hover {
        transform: translateX(6px);
        box-shadow: 0 6px 24px rgba(153, 0, 0, 0.1);
        border-left-color: #cc0000;
    }

    .why-kews-card__icon {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(153, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .why-kews-card__icon .tick-icon {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .why-kews-card__text {
        margin: 0;
        font-size: 18px;
        line-height: 1.5;
        color: #111;
    }

    .why-kews-card__text b {
        color: #1a1a1a;
    }

    @media (max-width: 991px) {
        .why-kews-title {
            font-size: 2rem !important;
        }
    }

    .project-border a img{
        border-radius: 1rem;
    }

/* ============================================
   Product Details Page Styles
   ============================================ */

/* Hero Section */
.product-details-hero {
    position: relative;
    overflow: hidden;
}

/* Product Overview Section */
.product-details-overview {
    /* padding: 80px 0; */
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #effbfb 100%);
    position: relative;
}

.product-details-overview::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: url('../images/pattern-lite.jpg') no-repeat right top;
    background-size: cover;
    opacity: 0.2;
    z-index: 0;
}

.product-details-overview .container {
    position: relative;
    z-index: 1;
}

.product-details-content {
    padding-right: 30px;
}

.product-details-title {
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-details-image {
    padding-left: 30px;
}

.product-image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.product-image-wrapper:hover {
    transform: translateY(-2px);
}

.product-main-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.product-image-wrapper:hover .product-main-image {
    transform: scale(1.02);
}

/* Product Enquiry Button */
.product-enquiry-btn {
    background: linear-gradient(135deg, #990000 0%, #92140c 100%);
    color: #ffffff;
    border: none;
    padding: 14px 35px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 25px;
    box-shadow: 0px 4px 15px 0px rgba(153, 0, 0, 0.25);
    font-family: 'Heebo', sans-serif;
    text-transform: none;
    display: inline-block;
}

.product-enquiry-btn:hover {
    background: linear-gradient(135deg, #92140c 0%, #990000 100%);
    transform: translateY(-2px);
    box-shadow: 0px 6px 20px 0px rgba(153, 0, 0, 0.35);
    color: #ffffff;
}

/* Product Description Section */
.product-details-description {
    position: relative;
    overflow: hidden;
}

.product-description-content {
    /* max-width: 900px; */
    margin: 0 auto;
}

.product-description-title {
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-description-content .p-text p {
    margin-bottom: 20px;
}

.product-description-content .p-text p:last-child {
    margin-bottom: 0;
}

/* Product Testimonials Section */
.product-testimonials-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.product-testimonials-header {
    margin-bottom: 50px;
}

.product-testimonials-title {
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.product-testimonial-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 15px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #990000;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 35px 0px rgba(153, 0, 0, 0.15);
    border-left-color: #92140c;
}

.testimonial-quote-icon {
    margin-bottom: 20px;
}

.testimonial-quote-icon img {
    width: 40px;
    height: auto;
}

.testimonial-quote {
    font-size: 16px;
    line-height: 28px;
    color: #414042;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 25px;
    flex-grow: 1;
    font-family: 'Heebo', sans-serif;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonial-author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #990000;
}

.testimonial-author-info {
    flex-grow: 1;
}

.testimonial-author-name {
    font-size: 18px;
    font-weight: 700;
    color: #030301;
    margin-bottom: 5px;
    font-family: 'Yantramanav', sans-serif;
}

.testimonial-author-designation {
    font-size: 14px;
    color: #414042;
    margin: 0;
    font-family: 'Heebo', sans-serif;
}

/* Product Specifications Section */
.product-specifications-section {
    position: relative;
    overflow: hidden;
}

.product-specifications-header {
    margin-bottom: 50px;
}

.product-specifications-title {
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-specifications-table-wrapper {
    /* max-width: 900px; */
    margin: 0 auto;
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
    overflow-x: auto;
}

.product-specifications-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.product-specifications-table thead {
    background: linear-gradient(135deg, #990000 0%, #92140c 100%);
}

.product-specifications-table thead th {
    color: #ffffff;
    padding: 18px 20px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Yantramanav', sans-serif;
    border: none;
}

.product-specifications-table tbody th {
    background: #f8f9fa;
    color: #030301;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Yantramanav', sans-serif;
    border: 1px solid #e9ecef;
    width: 40%;
}

.product-specifications-table tbody td {
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
    color: #414042;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    border: 1px solid #e9ecef;
    background: #ffffff;
}

.product-specifications-table tbody tr:hover {
    background: rgba(153, 0, 0, 0.02);
}

.product-specifications-table tbody tr:hover th {
    background: rgba(153, 0, 0, 0.05);
    color: #990000;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.modal-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    width: 90%;
    max-width: 550px;
    position: relative;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.3);
    max-height: 90vh;
    overflow-y: auto;
}

.modal-content h5 {
    font-size: 24px;
    font-weight: 700;
    color: #030301;
    margin-bottom: 25px;
    font-family: 'Yantramanav', sans-serif;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #030301;
    background: none;
    border: none;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
}

.close:hover {
    background: #f0f0f0;
    color: #990000;
    transform: rotate(90deg);
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .product-details-overview {
        padding: 60px 0;
    }

    .product-details-content {
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .product-details-image {
        padding-left: 15px;
    }

    .product-testimonials-section {
        padding: 60px 0;
    }

    .product-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .product-specifications-table-wrapper {
        padding: 25px 20px;
    }
}

@media (max-width: 767.98px) {
    .product-details-overview {
        padding: 50px 0;
    }

    .product-details-title,
    .product-description-title,
    .product-testimonials-title,
    .product-specifications-title {
        font-size: 36px;
    }

    .product-details-content {
        padding-right: 0;
    }

    .product-details-image {
        padding-left: 0;
        padding-top: 30px;
    }

    .product-testimonials-section {
        padding: 50px 0;
    }

    .product-testimonials-grid {
        margin-top: 40px;
    }

    .product-testimonial-card {
        padding: 28px 22px;
    }

    .product-specifications-table-wrapper {
        padding: 20px 15px;
    }

    .product-specifications-table thead th {
        padding: 14px 15px;
        font-size: 16px;
    }

    .product-specifications-table tbody th,
    .product-specifications-table tbody td {
        padding: 12px 15px;
        font-size: 14px;
    }

    .modal-content {
        padding: 30px 25px;
    }

    .modal-content h5 {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .product-details-overview {
        padding: 40px 0;
    }

    .product-details-title,
    .product-description-title,
    .product-testimonials-title,
    .product-specifications-title {
        font-size: 28px;
    }

    .product-enquiry-btn {
        padding: 12px 28px;
        font-size: 15px;
        width: 100%;
    }

    .product-testimonial-card {
        padding: 25px 20px;
    }

    .testimonial-quote {
        font-size: 15px;
        line-height: 26px;
    }

    .testimonial-author-img {
        width: 50px;
        height: 50px;
    }

    .testimonial-author-name {
        font-size: 16px;
    }

    .testimonial-author-designation {
        font-size: 13px;
    }

    .product-specifications-table-wrapper {
        padding: 15px 10px;
    }

    .product-specifications-table thead th {
        padding: 12px 10px;
        font-size: 14px;
    }

    .product-specifications-table tbody th,
    .product-specifications-table tbody td {
        padding: 10px;
        font-size: 13px;
    }

    .modal-content {
        padding: 25px 20px;
        width: 95%;
    }
}

/* ============================================
   Our Presence Section Styles
   ============================================ */

.our-presence-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #effbfb 100%);
    position: relative;
    overflow: hidden;
}

.our-presence-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: url('../images/pattern-lite.jpg') no-repeat right top;
    background-size: cover;
    opacity: 0.2;
    z-index: 0;
}

.our-presence-section .container {
    position: relative;
    z-index: 1;
}

/* Header Styles */
.our-presence-header {
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.our-presence-title {
    margin-bottom: 15px;
    line-height: 1.2;
}

.our-presence-accent {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #990000 0%, #92140c 100%);
    margin: 15px auto 20px;
    border-radius: 2px;
}

.our-presence-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #414042;
    font-weight: 400;
    margin: 0;
    font-family: 'Heebo', sans-serif;
}

/* Grid Layout */
.our-presence-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

/* Location Item */
.presence-location-item {
    position: relative;
}

.presence-link {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.presence-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(153, 0, 0, 0.05), transparent);
    transition: left 0.5s ease;
}

.presence-link:hover::before {
    left: 100%;
}

.presence-link:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 25px 0px rgba(153, 0, 0, 0.15);
    border-color: rgba(153, 0, 0, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
}

/* Icon Wrapper */
.presence-icon-wrapper {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #990000 0%, #92140c 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 12px 0px rgba(153, 0, 0, 0.25);
}

.presence-link:hover .presence-icon-wrapper {
    transform: rotate(-5deg) scale(1.1);
    box-shadow: 0px 6px 18px 0px rgba(153, 0, 0, 0.35);
}

.presence-icon-wrapper i {
    font-size: 20px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.presence-link:hover .presence-icon-wrapper i {
    transform: scale(1.15);
}

/* City Name */
.presence-city-name {
    font-size: 18px;
    font-weight: 600;
    color: #030301;
    transition: color 0.3s ease;
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    z-index: 1;
}

.presence-link:hover .presence-city-name {
    color: #990000;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .our-presence-section {
        padding: 60px 0;
    }

    .our-presence-header {
        margin-bottom: 50px;
    }

    .our-presence-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 18px;
        margin-top: 40px;
    }

    .presence-link {
        padding: 18px 22px;
    }

    .presence-icon-wrapper {
        width: 42px;
        height: 42px;
    }

    .presence-icon-wrapper i {
        font-size: 18px;
    }

    .presence-city-name {
        font-size: 17px;
    }
}

@media (max-width: 767.98px) {
    .our-presence-section {
        padding: 50px 0;
    }

    .our-presence-title {
        font-size: 36px;
    }

    .our-presence-subtitle {
        font-size: 16px;
        line-height: 26px;
    }

    .our-presence-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 15px;
        margin-top: 35px;
    }

    .presence-link {
        padding: 16px 20px;
        gap: 12px;
    }

    .presence-icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .presence-icon-wrapper i {
        font-size: 16px;
    }

    .presence-city-name {
        font-size: 16px;
    }

    .our-presence-accent {
        width: 60px;
        height: 3px;
    }
}

@media (max-width: 575.98px) {
    .our-presence-section {
        padding: 40px 0;
    }

    .our-presence-title {
        font-size: 28px;
    }

    .our-presence-subtitle {
        font-size: 15px;
        line-height: 24px;
    }

    .our-presence-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 30px;
    }

    .presence-link {
        padding: 14px 16px;
        gap: 10px;
        flex-direction: column;
        text-align: center;
    }

    .presence-icon-wrapper {
        width: 38px;
        height: 38px;
        margin: 0 auto;
    }

    .presence-icon-wrapper i {
        font-size: 15px;
    }

    .presence-city-name {
        font-size: 15px;
    }
}

/* ============================================
   Rental Generators Page Styles
   ============================================ */

/* Hero Section */
.rental-hero-section {
    position: relative;
    overflow: hidden;
}

.rental-hero-section .breadcrumbs-font {
    font-size: 16px;
    margin-bottom: 15px;
}

.rental-hero-section .breadcrumbs-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.rental-hero-section .breadcrumbs-link:hover {
    color: #ffffff;
}

/* Rental Overview Section */
.rental-overview-section {
    /* padding: 80px 0; */
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

.rental-overview-content {
    position: relative;
}

.rental-overview-title {
    line-height: 1.2;
    color: #030301;
}

.rental-overview-image {
    position: relative;
}

.rental-image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.rental-main-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Why Choose Us Section */
.rental-why-choose-section {
    /* padding: 80px 0; */
    background: #f8f9fa;
}

.rental-why-choose-header {
    margin-bottom: 60px;
}

.rental-why-choose-title {
    margin-bottom: 20px;
    line-height: 1.2;
    color: #030301;
}

.rental-why-choose-subtitle {
    font-size: 20px;
    color: #414042;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.rental-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.rental-feature-item {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.rental-feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 40px rgba(153, 0, 0, 0.15);
    border-color: rgba(153, 0, 0, 0.2);
}

.rental-feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #990000 0%, #92140c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 20px rgba(153, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.rental-feature-item:hover .rental-feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0px 8px 25px rgba(153, 0, 0, 0.3);
}

.rental-feature-icon i {
    color: #ffffff;
    font-size: 28px;
}

.rental-feature-title {
    font-size: 22px;
    font-weight: 700;
    color: #030301;
    margin-bottom: 12px;
    font-family: 'Yantramanav', sans-serif;
}

.rental-feature-text {
    font-size: 16px;
    color: #414042;
    line-height: 1.6;
    margin: 0;
}

.rental-why-choose-content {
    /* max-width: 900px; */
    margin: 0 auto;
}

.rental-notice-box {
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
    border-left: 4px solid #990000;
    padding: 20px 25px;
    border-radius: 8px;
    margin-top: 30px;
}

.rental-notice-text {
    font-size: 17px;
    color: #030301;
    margin: 0;
    line-height: 1.6;
}

.rental-notice-text strong {
    color: #990000;
}

/* Product Range Section */
.rental-product-range-title {
    margin-bottom: 20px;
    line-height: 1.2;
    color: #030301;
}

.rental-product-range-subtitle {
    font-size: 20px;
    color: #414042;
    max-width: 800px;
    margin: 0 auto;
}

.rental-product-cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* Comprehensive Solutions Section */

.rental-solutions-content {
    /* max-width: 1000px; */
    margin: 0 auto;
}

.rental-solutions-title {
    margin-bottom: 20px;
    line-height: 1.2;
    color: #030301;
}

/* Our Presence Section */
.rental-presence-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.rental-presence-header {
    margin-bottom: 50px;
}

.rental-presence-title {
    margin-bottom: 20px;
    line-height: 1.2;
    color: #030301;
}

.rental-presence-subtitle {
    font-size: 20px;
    color: #414042;
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

.rental-presence-serve-title {
    font-size: 24px;
    color: #030301;
    font-weight: 700;
    margin-top: 30px;
}

.rental-presence-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

/* .presence-location-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.presence-location-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 30px rgba(153, 0, 0, 0.15);
    border-color: rgba(153, 0, 0, 0.2);
} */
/* 
.presence-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.presence-link:hover {
    color: #990000;
}

.presence-icon-wrapper {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #990000 0%, #92140c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 15px rgba(153, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.presence-location-item:hover .presence-icon-wrapper {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0px 6px 20px rgba(153, 0, 0, 0.3);
}

.presence-icon-wrapper i {
    color: #ffffff;
    font-size: 20px;
}

.presence-city-name {
    font-size: 18px;
    font-weight: 500;
    color: #030301;
    transition: color 0.3s ease;
}

.presence-link:hover .presence-city-name {
    color: #990000;
} */

/* How It Works Section */

.rental-how-it-works-header {
    margin-bottom: 60px;
}

.rental-how-it-works-title {
    margin-bottom: 20px;
    line-height: 1.2;
    color: #030301;
}

.rental-process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.rental-process-step {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 15px;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rental-process-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(153, 0, 0, 0.02) 0%, rgba(146, 20, 12, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.rental-process-step:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 40px rgba(153, 0, 0, 0.15);
    border-color: rgba(153, 0, 0, 0.2);
}

.rental-process-step:hover::before {
    opacity: 1;
}

.rental-process-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #990000 0%, #92140c 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    box-shadow: 0px 5px 20px rgba(153, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.rental-process-step:hover .rental-process-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0px 8px 25px rgba(153, 0, 0, 0.3);
}

.rental-process-content {
    position: relative;
    z-index: 1;
}

.rental-process-title {
    font-size: 24px;
    font-weight: 700;
    color: #030301;
    margin-bottom: 15px;
    font-family: 'Yantramanav', sans-serif;
}

.rental-process-text {
    font-size: 17px;
    color: #414042;
    line-height: 1.7;
    margin: 0;
}

.rental-process-link {
    color: #990000;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.rental-process-link:hover {
    color: #92140c;
    text-decoration: underline;
}

/* FAQ Section */
.rental-faq-section {
    padding: 80px 0;
}

.rental-faq-header {
    margin-bottom: 50px;
}

.rental-faq-title {
    margin-bottom: 20px;
    line-height: 1.2;
    color: #030301;
}

.rental-accordion-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.rental-accordion-item {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.rental-accordion-item:hover {
    box-shadow: 0px 5px 20px rgba(153, 0, 0, 0.12);
    border-color: rgba(153, 0, 0, 0.2);
}

.rental-accordion-item.active {
    border-color: rgba(153, 0, 0, 0.3);
    box-shadow: 0px 8px 25px rgba(153, 0, 0, 0.15);
}

.rental-accordion-header {
    padding: 22px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    background: #ffffff;
}

.rental-accordion-item.active .rental-accordion-header {
    background: linear-gradient(135deg, rgba(153, 0, 0, 0.05) 0%, rgba(146, 20, 12, 0.05) 100%);
}

.rental-accordion-header span {
    font-size: 18px;
    font-weight: 600;
    color: #030301;
    flex: 1;
    padding-right: 15px;
    line-height: 1.4;
}

.rental-accordion-item.active .rental-accordion-header span {
    color: #990000;
}

.rental-accordion-header i {
    color: #990000;
    font-size: 14px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.rental-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 25px;
}

.rental-accordion-content p {
    padding: 20px 0;
    font-size: 16px;
    color: #414042;
    line-height: 1.7;
    margin: 0;
}

/* Global FAQ Section (reusable across pages) */
.global-faq-section {
    padding: 80px 0;
}

.global-faq-header {
    margin-bottom: 50px;
}

.global-faq-title {
    margin-bottom: 20px;
    line-height: 1.2;
    color: #030301;
}

.global-accordion-wrapper {
    /* max-width: 900px; */
    margin: 0 auto;
}

.global-accordion-item {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.global-accordion-item:hover {
    box-shadow: 0px 5px 20px rgba(153, 0, 0, 0.12);
    border-color: rgba(153, 0, 0, 0.2);
}

.global-accordion-item.active {
    border-color: rgba(153, 0, 0, 0.3);
    box-shadow: 0px 8px 25px rgba(153, 0, 0, 0.15);
}

.global-accordion-header {
    padding: 22px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    background: #ffffff;
}

.global-accordion-item.active .global-accordion-header {
    background: linear-gradient(135deg, rgba(153, 0, 0, 0.05) 0%, rgba(146, 20, 12, 0.05) 100%);
}

.global-accordion-header span {
    font-size: 18px;
    font-weight: 600;
    color: #030301;
    flex: 1;
    padding-right: 15px;
    line-height: 1.4;
}

.global-accordion-item.active .global-accordion-header span {
    color: #990000;
}

.global-accordion-header i {
    color: #990000;
    font-size: 14px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.global-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 25px;
}

.global-accordion-content p {
    padding: 20px 0;
    font-size: 16px;
    color: #414042;
    line-height: 1.7;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 991.98px) {


    .rental-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }


    .rental-presence-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 18px;
    }

    .rental-process-steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rental-faq-section,
    .global-faq-section {
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    .rental-overview-title,
    .rental-why-choose-title,
    .rental-product-range-title,
    .rental-solutions-title,
    .rental-presence-title,
    .rental-how-it-works-title,
    .rental-faq-title,
    .global-faq-title {
        font-size: 36px;
    }

    .rental-why-choose-subtitle,
    .rental-product-range-subtitle,
    .rental-presence-subtitle {
        font-size: 18px;
    }

    .rental-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rental-feature-item {
        padding: 30px 25px;
    }

    .rental-feature-icon {
        width: 60px;
        height: 60px;
    }

    .rental-feature-icon i {
        font-size: 24px;
    }

    .rental-feature-title {
        font-size: 20px;
    }

    .rental-feature-text {
        font-size: 15px;
    }

    .rental-presence-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .presence-link {
        padding: 18px;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .presence-icon-wrapper {
        width: 45px;
        height: 45px;
        margin: 0 auto;
    }

    .presence-city-name {
        font-size: 16px;
    }

    .rental-process-step {
        padding: 30px 25px;
    }

    .rental-process-number {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .rental-process-title {
        font-size: 22px;
    }

    .rental-process-text {
        font-size: 16px;
    }

    .rental-accordion-header,
    .global-accordion-header {
        padding: 18px 20px;
    }

    .rental-accordion-header span,
    .global-accordion-header span {
        font-size: 16px;
    }

    .rental-accordion-content,
    .global-accordion-content {
        padding: 0 20px;
    }

    .rental-accordion-content p,
    .global-accordion-content p {
        font-size: 15px;
        padding: 18px 0;
    }
}

@media (max-width: 575.98px) {
    .rental-faq-section,
    .global-faq-section {
        padding: 50px 0;
    }

    .rental-overview-title,
    .rental-why-choose-title,
    .rental-product-range-title,
    .rental-solutions-title,
    .rental-presence-title,
    .rental-how-it-works-title,
    .rental-faq-title,
    .global-faq-title {
        font-size: 28px;
    }

    .rental-presence-grid {
        grid-template-columns: 1fr;
    }

    .presence-link {
        flex-direction: row;
        text-align: left;
    }

    .presence-icon-wrapper {
        margin: 0;
    }
}

/* ============================================
   Why KEWS Section (e.g. Amritsar dealer page)
   ============================================ */

.whykews-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #effbfb 100%);
}

.whykews-section .container {
    position: relative;
    z-index: 1;
}

.whykews-header {
    margin-bottom: 50px;
}

.whykews-title {
    line-height: 1.2;
    color: #030301;
    margin-bottom: 0;
}

.whykews-subtitle {
    font-size: 18px;
    color: #414042;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.whykews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.whykews-card {
    background: #ffffff18;
    padding: 35px 28px;
    border-radius: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.whykews-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 40px rgba(153, 0, 0, 0.15);
    border-color: rgba(153, 0, 0, 0.2);
}

.whykews-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 50%;
    border: 2px solid rgba(153, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.whykews-card-icon img {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
}

.whykews-card:hover .whykews-card-icon {
    border-color: rgba(153, 0, 0, 0.4);
    background: linear-gradient(135deg, #990000 0%, #92140c 100%);
    box-shadow: 0px 6px 20px rgba(153, 0, 0, 0.25);
}

.whykews-card:hover .whykews-card-icon img {
    filter: brightness(0) invert(1);
}

.whykews-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #990000;
    font-family: 'Yantramanav', sans-serif;
}

.whykews-card-text {
    font-size: 18px;
    color: #414042;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991.98px) {
    .whykews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .whykews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .whykews-card {
        padding: 28px 22px;
    }

    .whykews-title {
        font-size: 28px;
    }

    .whykews-subtitle {
        font-size: 16px;
    }
}

/* ESCORTS Generators cards on best-escorts-generators page */
.esc-section {
    position: relative;
}

.esc-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 0;
}

.esc-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    text-align: left;
    transition: transform 0.25s ease, border-color 0.25s ease;
    border: 1px solid rgba(0, 0, 0, 0.01);
    position: sticky;
    top: 140px;
    margin-bottom: 80px;
    transform: scale(0.96);
    z-index: 1;
        align-items: center;
        margin: 2rem;
}

.esc-card:hover {
    transform: scale(0.98);
    border-color: rgba(153, 0, 0, 0.35);
}

.esc-card--active {
    transform: scale(1);
    z-index: 3;
}

.esc-card--past {
    transform: scale(0.9);
    z-index: 1;
}

.esc-card--below {
    opacity: 0.3;
}

.esc-card-img {
    padding: 32px 32px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esc-card-img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.esc-bg-blue {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.esc-bg-yellow {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
}

.esc-bg-pink {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}

.esc-bg-default {
    background: #f6f6f6;
}

.esc-card-content {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.esc-title {
    font-size: 28px;
    font-weight: 700;
    color: #990000;
    margin: 0;
    font-family: 'Yantramanav', sans-serif;
}

.esc-card-text {
    font-size: 16px;
    color: #414042;
    line-height: 1.7;
    margin: 0;
}

.esc-card-actions {
    margin-top: 16px;
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

.esc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 999px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: 'Yantramanav', sans-serif;
}

.esc-btn-enquire {
    background-color: #990000;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(153, 0, 0, 0.28);
}

.esc-btn-enquire:hover {
    background-color: #7c0000;
    color: #ffffff;
}

.esc-btn-readmore {
    background-color: #ffffff;
    color: #990000;
    border-color: rgba(153, 0, 0, 0.4);
}

.esc-btn-readmore:hover {
    background-color: #990000;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .esc-card {
        position: static;
        margin-bottom: 24px;
        top: auto;
    }
}


@media (max-width: 1100px) {
    .esc-container {
        max-width: 900px;
    }
    .esc-card-img {
    padding: 8px;
    }
    .esc-card-img img{
        max-height: 250px;
        max-width: 275px;
    }
}

@media (max-width: 768px) {
   .esc-card{
    flex-direction: column;
    text-align: center;
   }
   .esc-card .p-text{
    text-align: center !important;
   }
   .esc-card-actions {
    justify-content: center;
   }
   .esc-card-img {
    width: 100%;
   }
}

.esc-px-parallax {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
  margin-bottom: 4rem ;
}

.esc-px-layer {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.35; /* lower image opacity */
}

.esc-px-content {
  position: relative;
  z-index: 2;
  min-height: 70vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  padding: 60px 20px;
  color: #fff;
  /* text-align: center; */
}

@media (max-width: 991.98px) {
  .esc-px-parallax {
    min-height: 60vh;
  }

  .esc-px-layer {
    background-attachment: scroll; /* better behavior on mobile */
  }

  .esc-px-content {
    min-height: 60vh;
    padding: 50px 16px;
  }
}
