/* Force all sermon box images to be exactly the same size */
.sigma_sermon-image {
    width: 100%;
    height: 350px; /* You can adjust this height to your preference */
    overflow: hidden;
}

.sigma_sermon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This crops the image perfectly to fit the box without stretching */
    object-position: center; /* Ensures the center of the image is always visible */
}

/* Ensure the parent box also stretches evenly if text lengths vary */
.sigma_sermon-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sigma_sermon-box .sigma_box {
    flex-grow: 1;
}






/* Premium Temple Video Card Styles - START*/
.premium-video-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(224, 180, 76, 0.3);
    background: #24070b;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.premium-video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(224, 180, 76, 0.25);
    border-color: rgba(224, 180, 76, 0.8);
}

/* Image Section */
.premium-video-thumb {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-bottom: 3px solid #e7c15a;
}

.premium-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.premium-video-card:hover .premium-video-thumb img {
    transform: scale(1.08);
}

/* Dark Overlay for better button contrast */
.premium-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(36, 7, 11, 0.4);
    transition: background 0.3s ease;
    z-index: 1;
}

.premium-video-card:hover .premium-img-overlay {
    background: rgba(36, 7, 11, 0.1);
}

/* Pulsing Gold Play Button */
.premium-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #f1cf67 0%, #b78927 100%);
    color: #2b090b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding-left: 5px; /* Centers the play triangle */
    z-index: 2;
    box-shadow: 0 0 0 0 rgba(241, 207, 103, 0.6);
    animation: pulse-gold 2s infinite;
    transition: all 0.3s ease;
}

.premium-video-card:hover .premium-play-btn {
    background: #fff;
    color: #b78927;
    animation: none;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

@keyframes pulse-gold {
    0% { box-shadow: 0 0 0 0 rgba(241, 207, 103, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(241, 207, 103, 0); }
    100% { box-shadow: 0 0 0 0 rgba(241, 207, 103, 0); }
}

/* Title Section with Om Watermark */
.premium-video-title-wrap {
    position: relative;
    background: radial-gradient(circle at 50% 0%, rgba(177, 24, 34, 0.25), transparent 70%), 
                linear-gradient(145deg, #24070b 0%, #4a0b12 100%);
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.premium-video-title-wrap::before {
    content: "ॐ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 90px;
    color: rgba(224, 180, 76, 0.05);
    z-index: 0;
    pointer-events: none;
}

.premium-video-title {
    z-index: 2;
    position: relative;
    color: #f1cf67 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    text-decoration: none !important;
    letter-spacing: 0.5px;
}

.premium-video-title:hover {
    color: #fff !important;
}
/* Premium Temple Video Card Styles - END*/


/* =========================================
   PREMIUM SUBHEADER STYLES
   ========================================= */
   .premium-subheader {
    position: relative;
    /* The 180px top padding ensures it clears your new absolute header */
    padding: 180px 0 80px; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    overflow: hidden;
}

/* Rich maroon gradient overlay */
.premium-subheader-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(43, 9, 11, 0.9) 0%, rgba(74, 11, 18, 0.75) 100%);
    z-index: 1;
}

.premium-subheader-content {
    position: relative;
    z-index: 2;
}

.premium-subheader-content h1 {
    color: #f1cf67;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

/* Premium Breadcrumb */
.premium-breadcrumb {
    display: inline-flex;
    background: rgba(0, 0, 0, 0.35);
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid rgba(241, 207, 103, 0.3);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.premium-breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.premium-breadcrumb .breadcrumb-item a:hover {
    color: #f1cf67;
}

.premium-breadcrumb .breadcrumb-item.active {
    color: #f1cf67;
    font-weight: 600;
}

/* Replaces the standard slash with an Om symbol */
.premium-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "ॐ";
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 0 12px;
}

/* =========================================
   PREMIUM GALLERY CARD UPGRADES
   ========================================= */
.sigma_portfolio-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(224, 180, 76, 0.2);
}

.sigma_portfolio-item-content {
    background: linear-gradient(180deg, transparent 0%, #2b090b 100%) !important;
}

.sigma_portfolio-item-content h5 a {
    color: #f1cf67 !important;
}


/* =========================================
   PREMIUM FOOTER STYLES
   ========================================= */
   .sigma_footer.premium-footer {
    background: linear-gradient(180deg, #2b090b 0%, #1a0406 100%);
    border-top: 4px solid #e7c15a;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

/* Faint Om Watermark Pattern in Footer */
.sigma_footer.premium-footer::before {
    content: "ॐ";
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 350px;
    color: rgba(224, 180, 76, 0.03);
    pointer-events: none;
    z-index: 0;
}

.sigma_footer-middle {
    position: relative;
    z-index: 1;
    padding: 70px 0 40px;
}

/* Widget Titles */
.premium-footer .widget-title {
    color: #f1cf67;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.premium-footer .widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #f1cf67, #b78927);
    border-radius: 5px;
}

/* Contact Details */
.footer-text {
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
}

.footer-contact-item i {
    color: #e7c15a;
    font-size: 18px;
    margin-right: 15px;
    margin-top: 4px;
}

/* Footer Navigation Links */
.premium-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-footer-links li {
    margin-bottom: 15px;
}

.premium-footer-links li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.premium-footer-links li a i {
    color: #b78927;
    font-size: 14px;
    margin-right: 12px;
    transition: all 0.3s ease;
}

/* Hover Effects */
.premium-footer-links li a:hover {
    color: #f1cf67;
    transform: translateX(8px); /* Slides link slightly to the right */
}

.premium-footer-links li a:hover i {
    color: #f1cf67;
}

/* Footer Bottom Bar */
.premium-footer-bottom {
    background: #0f0203; /* Extra dark base */
    padding: 25px 0;
    border-top: 1px solid rgba(231, 193, 90, 0.15);
    position: relative;
    z-index: 1;
}

.premium-copyright p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.7;
}

.premium-copyright a {
    color: #f1cf67;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.premium-copyright a:hover {
    color: #ffffff;
}

/* Premium Social Icons */
.premium-social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(231, 193, 90, 0.08);
    color: #f1cf67;
    border: 1px solid rgba(231, 193, 90, 0.25);
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.premium-social-icons li a:hover {
    background: linear-gradient(135deg, #f1cf67 0%, #b78927 100%);
    color: #2b090b;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(226, 184, 75, 0.3);
}

/* Mobile Alignment Fixes */
@media (max-width: 767px) {
    .premium-footer .widget-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .premium-footer .footer-widget {
        text-align: center;
        margin-bottom: 40px;
    }
    .footer-contact-item {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .footer-contact-item i {
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/* =========================================
   PREMIUM GOD CARD UPGRADES
   ========================================= */

/* Remove default link styling that might interfere with the card */
.premium-god-link {
    text-decoration: none !important;
    display: block;
    height: 100%;
}

.premium-god-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(224, 180, 76, 0.3);
    background: linear-gradient(145deg, #24070b 0%, #4a0b12 100%);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.premium-god-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(224, 180, 76, 0.25);
    border-color: rgba(224, 180, 76, 0.8);
}

/* Image Section */
.premium-god-thumb {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-bottom: 3px solid #e7c15a;
    position: relative;
}

.premium-god-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.premium-god-card:hover .premium-god-thumb img {
    transform: scale(1.08);
}

/* Content Section with Om Watermark */
.premium-god-content {
    position: relative;
    flex-grow: 1;
    padding: 30px 25px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.premium-god-content::before {
    content: "ॐ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 110px;
    color: rgba(224, 180, 76, 0.05);
    z-index: -1;
    pointer-events: none;
}

.premium-god-title {
    color: #f1cf67 !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.premium-god-card:hover .premium-god-title {
    color: #ffffff !important;
}

.premium-god-desc {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   PREMIUM FESTIVAL CARD UPGRADES
   ========================================= */

   .premium-festival-link {
    text-decoration: none !important;
    display: block;
    height: 100%;
}

.premium-festival-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(224, 180, 76, 0.3);
    background: linear-gradient(145deg, #24070b 0%, #4a0b12 100%);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.premium-festival-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(224, 180, 76, 0.25);
    border-color: rgba(224, 180, 76, 0.8);
}

/* Image Section */
.premium-festival-thumb {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-bottom: 3px solid #e7c15a;
    position: relative;
}

.premium-festival-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.premium-festival-card:hover .premium-festival-thumb img {
    transform: scale(1.08);
}

/* Content Section with Om Watermark */
.premium-festival-content {
    position: relative;
    flex-grow: 1;
    padding: 30px 25px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.premium-festival-content::before {
    content: "ॐ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 110px;
    color: rgba(224, 180, 76, 0.05);
    z-index: -1;
    pointer-events: none;
}

.premium-festival-title {
    color: #f1cf67 !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.premium-festival-card:hover .premium-festival-title {
    color: #ffffff !important;
}

.premium-festival-desc {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.7;
}

/* =========================================
   PREMIUM TEMPLE CARD UPGRADES
   ========================================= */

   .premium-temple-link {
    text-decoration: none !important;
    display: block;
    height: 100%;
}

.premium-temple-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(224, 180, 76, 0.3);
    background: linear-gradient(145deg, #24070b 0%, #4a0b12 100%);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.premium-temple-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(224, 180, 76, 0.25);
    border-color: rgba(224, 180, 76, 0.8);
}

/* Image Section */
.premium-temple-thumb {
    width: 100%;
    height: 250px; /* Shorter height for a 3-column grid layout */
    overflow: hidden;
    border-bottom: 3px solid #e7c15a;
    position: relative;
}

.premium-temple-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.premium-temple-card:hover .premium-temple-thumb img {
    transform: scale(1.08);
}

/* Floating Gold Icon Overlay */
.premium-temple-icon {
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #f1cf67 0%, #b78927 100%);
    color: #2b090b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.premium-temple-card:hover .premium-temple-icon {
    transform: scale(1.1) rotate(10deg);
}

/* Content Section with Om Watermark */
.premium-temple-content {
    position: relative;
    flex-grow: 1;
    padding: 35px 25px 25px; /* Extra top padding to clear the floating icon */
    text-align: left;
    z-index: 1;
    overflow: hidden;
}

.premium-temple-content::before {
    content: "ॐ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 110px;
    color: rgba(224, 180, 76, 0.05);
    z-index: -1;
    pointer-events: none;
}

.premium-temple-title {
    color: #f1cf67 !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.premium-temple-card:hover .premium-temple-title {
    color: #ffffff !important;
}

.premium-temple-desc {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}


/* =========================================
   PREMIUM CONTACT PAGE UPGRADES
   ========================================= */

/* Map Overlay Support */
.premium-map-wrapper {
    position: relative;
    border-bottom: 3px solid #e7c15a;
}
.premium-map-wrapper iframe {
    filter: grayscale(20%) contrast(110%);
}

/* Overlapping Premium Form Box */
.premium-contact-wrapper {
    background: linear-gradient(145deg, #24070b 0%, #4a0b12 100%);
    border: 1px solid rgba(224, 180, 76, 0.3);
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}

.premium-text-gold {
    color: #f1cf67 !important;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Custom Form Inputs */
.premium-form-group {
    position: relative;
    margin-bottom: 25px;
}

.premium-form-group i {
    position: absolute;
    left: 20px;
    top: 18px;
    color: #e7c15a;
    font-size: 16px;
}

.premium-form-group textarea ~ i {
    top: 20px;
}

.premium-input {
    width: 100%;
    background: rgba(0, 0, 0, 0.25) !important;
    border: 1px solid rgba(224, 180, 76, 0.2) !important;
    border-radius: 8px;
    padding: 15px 20px 15px 50px; /* Left padding makes room for the icon */
    color: #ffffff !important;
    transition: all 0.3s ease;
    font-size: 15px;
}

.premium-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.premium-input:focus {
    border-color: #f1cf67 !important;
    box-shadow: 0 0 15px rgba(224, 180, 76, 0.2);
    outline: none;
    background: rgba(0, 0, 0, 0.4) !important;
}

/* Premium Submit Button */
.premium-submit-btn {
    background: linear-gradient(135deg, #f1cf67 0%, #b78927 100%);
    color: #2b090b !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 35px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 6px 15px rgba(226, 184, 75, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.premium-submit-btn:hover {
    transform: translateY(-2px);
    background: #ffffff;
    color: #b78927 !important;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

/* Premium Contact Cards */
.premium-contact-card {
    background: linear-gradient(145deg, #24070b 0%, #4a0b12 100%);
    border: 1px solid rgba(224, 180, 76, 0.3);
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.premium-contact-card:hover {
    transform: translateY(-8px);
    border-color: rgba(224, 180, 76, 0.8);
    box-shadow: 0 20px 40px rgba(224, 180, 76, 0.25);
}

/* Floating Center Icon */
.premium-contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f1cf67 0%, #b78927 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
    color: #2b090b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease;
    z-index: 2;
    position: relative;
}

.premium-contact-card:hover .premium-contact-icon {
    transform: scale(1.1) rotate(10deg);
}

/* Card Content & Om Watermark */
.premium-contact-content {
    position: relative;
    z-index: 1;
}

.premium-contact-card::before {
    content: "ॐ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150px;
    color: rgba(224, 180, 76, 0.04);
    z-index: 0;
    pointer-events: none;
}

.premium-contact-content span {
    color: #e7c15a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.premium-contact-content h5 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
}

.premium-contact-content p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
    line-height: 1.6;
}

.premium-contact-content p a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.premium-contact-content p a:hover {
    color: #f1cf67;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .premium-contact-wrapper {
        padding: 30px 20px;
    }
}


/* =========================================
   PREMIUM DETAILS PAGE UPGRADES (God/Festival/Temple)
   ========================================= */

   .premium-details-section {
    padding: 80px 0;
}

.premium-details-wrapper {
    background: linear-gradient(145deg, #24070b 0%, #4a0b12 100%);
    border: 1px solid rgba(224, 180, 76, 0.3);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/* Featured Image */
.premium-details-image {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    border-bottom: 4px solid #e7c15a;
    position: relative;
}

.premium-details-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.premium-details-image:hover img {
    transform: scale(1.03);
}

/* Content Area */
.premium-details-content {
    padding: 50px;
    position: relative;
    z-index: 1;
}

/* Background Om Watermark */
.premium-details-content::before {
    content: "ॐ";
    position: absolute;
    top: 30%;
    right: 5%;
    transform: translateY(-50%);
    font-size: 250px;
    color: rgba(224, 180, 76, 0.03);
    z-index: -1;
    pointer-events: none;
}

.premium-details-title {
    color: #f1cf67 !important;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(224, 180, 76, 0.2);
    padding-bottom: 20px;
}

.premium-details-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
}

.premium-lead-text {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 25px;
    border-left: 4px solid #e7c15a;
    padding-left: 20px;
    background: rgba(224, 180, 76, 0.05);
    padding: 20px;
    border-radius: 0 10px 10px 0;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .premium-details-content {
        padding: 30px 20px;
    }
    .premium-details-title {
        font-size: 28px;
    }
    .premium-details-content::before {
        font-size: 150px;
        top: 10%;
        right: -10%;
    }
}


/* =========================================
   PREMIUM ABOUT US PAGE STYLES
   ========================================= */

/* Typography & Headers */
.premium-title-gold {
    color: #f1cf67 !important;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.premium-subtitle {
    color: #e7c15a;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

/* Image Collage */
.premium-image-collage img {
    border: 2px solid rgba(224, 180, 76, 0.4);
    transition: transform 0.4s ease;
}
.premium-image-collage img:hover {
    transform: scale(1.03);
    border-color: #f1cf67;
}

/* Premium Icon Boxes (Section 1) */
.premium-icon-box {
    display: flex;
    align-items: flex-start;
    background: rgba(36, 7, 11, 0.6);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(224, 180, 76, 0.2);
    height: 100%;
    transition: all 0.3s ease;
}
.premium-icon-box:hover {
    background: linear-gradient(145deg, #24070b 0%, #4a0b12 100%);
    border-color: #e7c15a;
}
.premium-icon-box i {
    font-size: 35px;
    color: #f1cf67;
    margin-right: 15px;
    line-height: 1;
}
.premium-icon-box h5 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 8px;
}
.premium-icon-box p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Premium Founder Card */
.premium-founder-wrapper {
    background: linear-gradient(145deg, #24070b 0%, #4a0b12 100%);
    border: 1px solid rgba(224, 180, 76, 0.3);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}
.premium-founder-wrapper::before {
    content: "ॐ";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    font-size: 250px;
    color: rgba(224, 180, 76, 0.03);
    z-index: 0;
    pointer-events: none;
}
.premium-founder-img {
    position: relative;
    display: inline-block;
}
.premium-founder-img img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #e7c15a;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.founder-badge {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f1cf67 0%, #b78927 100%);
    color: #2b090b;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(224, 180, 76, 0.4);
}
.premium-founder-info {
    position: relative;
    z-index: 1;
}
.founder-quote {
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    line-height: 1.7;
    border-left: 4px solid #e7c15a;
    padding-left: 20px;
    margin-bottom: 20px;
}

/* 10 Services Grid Styling */
.premium-service-card {
    background: rgba(36, 7, 11, 0.8);
    border: 1px solid rgba(224, 180, 76, 0.2);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.premium-service-card:hover {
    background: linear-gradient(145deg, #24070b 0%, #4a0b12 100%);
    border-color: #f1cf67;
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(224, 180, 76, 0.15);
}
.premium-service-card i {
    font-size: 40px;
    color: #e7c15a;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}
.premium-service-card:hover i {
    transform: scale(1.15);
    color: #f1cf67;
}
.premium-service-card h6 {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .premium-founder-wrapper {
        padding: 30px 20px;
    }
}
/* Dark text version of the highlight box for white backgrounds */
.premium-lead-text-light {
    font-size: 18px;
    color: #2b090b;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 25px;
    border-left: 4px solid #e7c15a;
    background: rgba(224, 180, 76, 0.1);
    padding: 15px 20px;
    border-radius: 0 10px 10px 0;
}