/* Founder Promo Package Section Styles */

/* Package Section Banner */
.founder-promo-package-section {
    margin-top: 34px;
    overflow: visible;
}

.founder-promo-package-banner {
    background-color: #012152;
    padding: 0;
    min-height: auto !important;
    overflow: visible;
}

.founder-promo-package-banner .banner-content {
    padding-top: 40px !important;
    overflow: visible;
}

.founder-promo-package-banner .banner-content .row {
    overflow: visible;
}

.founder-promo-package-banner .banner-content .row [class*="col-"] {
    overflow: visible;
    position: relative;
}

/* Raise the column container when tooltip is hovered */
.founder-promo-package-banner .banner-content .row [class*="col-"]:has(.plan-feature-info-icon:hover) {
    z-index: 9999998 !important;
    position: relative;
    opacity: 1 !important;
}

/* Plan Box Cards */
.plan-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 1px solid rgba(59, 130, 246, 0.1);
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.plan-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(59, 130, 246, 0.3) !important;
}

/* Raise the plan box z-index when tooltip is hovered */
.plan-box:has(.plan-feature-info-icon:hover) {
    z-index: 9999999 !important;
    position: relative;
    opacity: 1 !important;
}

.plan-box h3 {
    color: #012152;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 1rem;
}

.plan-box p {
    line-height: 1.6;
    color: #64748B;
    font-size: 16px;
}

/* Plan Features List */
.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: visible;
}

.plan-features li {
    color: #012152;
    font-size: 15px;
    line-height: 1.8;
    padding: 0.5rem 0;
    padding-left: 1.75rem;
    position: relative;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.5rem !important;
    overflow: visible;
    text-align: left;
}

.plan-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3B82F6;
    font-weight: bold;
    font-size: 18px;
}

.plan-features li > span:first-child {
    flex: 1 1 auto !important;
    text-align: left !important;
    line-height: 1.8 !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
}

/* Plan Feature Info Icon (next to each bullet point) */
.plan-feature-info-icon {
    display: inline-flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex-basis: auto !important;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
    backface-visibility: hidden;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 0.15rem !important;
    margin-left: 0.5rem !important;
    box-shadow: none !important;
    vertical-align: top !important;
    align-self: flex-start !important;
}

.plan-feature-info-icon:hover {
    transform: translateZ(0) scale(1.1);
    opacity: 1 !important;
    z-index: 99999999 !important;
    position: relative;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
}

.plan-feature-info-icon .tooltip-icon-img {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
    will-change: transform;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    position: relative;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Tooltip for feature info icons - appears below */
.plan-feature-info-icon::before {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    transform: translateX(0);
    background: #000000 !important;
    background-color: #000000 !important;
    background-image: none !important;
    color: #ffffff;
    padding: 0.875rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    white-space: normal;
    width: 260px;
    max-width: 90vw;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s ease;
    z-index: 99999997 !important;
    box-shadow: none !important;
    border: 1px solid #000000 !important;
    line-height: 1.6;
    text-align: left;
    pointer-events: none;
    letter-spacing: 0.01em;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    isolation: isolate;
    will-change: visibility;
    mix-blend-mode: normal !important;
}

.plan-feature-info-icon::after {
    content: '';
    display: none !important;
    position: absolute;
    top: calc(100% + 2px);
    right: 8px;
    transform: translateX(0);
    border: 6px solid transparent;
    border-bottom-color: #000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99999998 !important;
    pointer-events: none;
}

.plan-feature-info-icon:hover::before {
    opacity: 1 !important;
    visibility: visible;
    background: #000000 !important;
    background-color: #000000 !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    mix-blend-mode: normal !important;
    isolation: isolate;
}

.plan-feature-info-icon:hover::after {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Plan Info Icon */
.plan-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #3B82F6;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 50%;
    padding: 6px;
    transition: all 0.2s ease;
    position: relative;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-left: 0.5rem;
}

.plan-info-icon:hover {
    color: #2563EB;
    background: rgba(59, 130, 246, 0.2);
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.plan-info-icon svg {
    width: 18px;
    height: 18px;
}

/* Tooltip - appears below the icon */
.plan-info-icon::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1f2937;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    white-space: normal;
    width: 280px;
    max-width: 90vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    line-height: 1.5;
    text-align: left;
}

.plan-info-icon::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    border: 6px solid transparent;
    border-bottom-color: #1f2937;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 4px;
    z-index: 9999;
}

.plan-info-icon:hover::before,
.plan-info-icon:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Plan Box Buttons */
.plan-box .btn-primary {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.plan-box .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4) !important;
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%) !important;
}

.plan-box .btn-primary:active {
    transform: translateY(0);
}

/* Cities Grid Section */
.city-badge {
    font-size: 16px;
    color: #012152;
    background: linear-gradient(135deg, #F8F9FA 0%, #E9ECEF 100%);
    padding: 12px 20px;
    text-align: center;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #E9ECEF;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.3px;
}

.city-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.3);
    background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 100%);
}

.city-badge-crossed {
    text-decoration: line-through;
    opacity: 0.6;
    background: linear-gradient(135deg, #F1F3F5 0%, #E9ECEF 100%);
    color: #94A3B8;
    border-color: #D1D5DB;
}

.city-badge-crossed:hover {
    opacity: 0.7;
    border-color: #D1D5DB;
    background: linear-gradient(135deg, #F1F3F5 0%, #E9ECEF 100%);
}

/* Responsive Styles */

/* Tablet - 768px and below */
@media screen and (max-width: 768px) {
    .founder-promo-package-banner .banner-content {
        padding-top: 30px !important;
    }
    
    .founder-promo-package-banner .banner-content h2 {
        font-size: 36px !important;
    }
    
    .founder-promo-package-banner .banner-content p {
        font-size: 16px !important;
    }
    
    .plan-box {
        padding: 1.5rem !important;
    }
    
    .plan-box h3 {
        font-size: 24px;
        margin-bottom: 0.75rem;
    }
    
    .plan-box p {
        font-size: 15px;
    }
    
    .plan-features li {
        font-size: 14px;
        padding: 0.4rem 0;
        padding-left: 1.5rem;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    
    .plan-feature-info-icon {
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 0.15rem !important;
        margin-left: 0.5rem !important;
        align-self: flex-start !important;
    }
    
    .plan-feature-info-icon .tooltip-icon-img {
        width: 14px;
        height: 14px;
    }
    
    .plan-feature-info-icon::before {
        width: 220px;
        font-size: 0.8125rem;
        padding: 0.75rem 0.875rem;
        background: #000000 !important;
        background-color: #000000 !important;
        background-image: none !important;
        color: #ffffff;
        box-shadow: none !important;
        border: 1px solid #000000 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        mix-blend-mode: normal !important;
        isolation: isolate;
    }
    
    .plan-info-icon {
        width: 26px;
        height: 26px;
        padding: 5px;
    }
    
    .plan-info-icon svg {
        width: 16px;
        height: 16px;
    }
    
    .plan-info-icon::before {
        width: 240px;
        font-size: 0.8rem;
        padding: 0.625rem 0.875rem;
    }
    
    .plan-box .btn-primary {
        padding: 0.75rem 1rem;
        font-size: 14px;
    }
    
    .city-badge {
        font-size: 14px;
        padding: 10px 16px;
    }
}

/* Mobile - 576px and below */
@media screen and (max-width: 576px) {
    .founder-promo-package-banner .banner-content {
        padding-top: 25px !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .founder-promo-package-banner .banner-content h2 {
        font-size: 28px !important;
        margin-bottom: 1rem !important;
    }
    
    .founder-promo-package-banner .banner-content p {
        font-size: 14px !important;
    }
    
    .founder-promo-package-banner .banner-content .mb-5 {
        margin-bottom: 2rem !important;
    }
    
    .plan-box {
        padding: 1.25rem !important;
        margin-bottom: 1rem !important;
    }
    
    .plan-box:hover {
        transform: none;
    }
    
    .plan-box h3 {
        font-size: 25px;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
    }
    
    .plan-box p {
        font-size: 14px;
        margin-bottom: 1rem;
    }
    
    .plan-features li {
        font-size: 13px;
        padding: 0.35rem 0;
        padding-left: 1.4rem;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    
    .plan-features li::before {
        font-size: 16px;
    }
    
    .plan-feature-info-icon {
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 0.15rem !important;
        margin-left: 0.5rem !important;
        align-self: flex-start !important;
    }
    
    .plan-feature-info-icon .tooltip-icon-img {
        width: 13px;
        height: 13px;
    }
    
    .plan-feature-info-icon::before {
        width: 200px;
        font-size: 0.75rem;
        padding: 0.75rem 0.875rem;
        margin-top: 0;
        background: #000000 !important;
        background-color: #000000 !important;
        background-image: none !important;
        color: #ffffff;
        box-shadow: none !important;
        border: 1px solid #000000 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        mix-blend-mode: normal !important;
        isolation: isolate;
    }
    
    .plan-info-icon {
        width: 24px;
        height: 24px;
        padding: 4px;
        margin-left: 0.25rem;
    }
    
    .plan-info-icon svg {
        width: 14px;
        height: 14px;
    }
    
    .plan-info-icon::before {
        width: 200px;
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
        margin-top: 8px;
    }
    
    .plan-box .btn-primary {
        padding: 0.625rem 0.875rem;
        font-size: 13px;
        letter-spacing: 0.3px;
    }
    
    .plan-box .btn-primary:hover {
        transform: none;
    }
    
    .city-badge {
        font-size: 13px;
        padding: 8px 14px;
    }
    
    .city-badge:hover {
        transform: none;
    }
}

/* Small Mobile - 425px and below */
@media screen and (max-width: 425px) {
    .founder-promo-package-banner .banner-content {
        padding-top: 20px !important;
    }
    
    .founder-promo-package-banner .banner-content h2 {
        font-size: 24px !important;
    }
    
    .founder-promo-package-banner .banner-content p {
        font-size: 13px !important;
    }
    
    .plan-box {
        padding: 1rem !important;
    }
    
    .plan-box:hover {
        transform: none;
    }
    
    .plan-box h3 {
        font-size: 25px;
        margin-top: 1rem;
    }
    
    .plan-box p {
        font-size: 13px;
    }
    
    .plan-features li {
        font-size: 12px;
        padding: 0.3rem 0;
        padding-left: 1.3rem;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    
    .plan-features li::before {
        font-size: 14px;
    }
    
    .plan-feature-info-icon {
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 0.15rem !important;
        margin-left: 0.5rem !important;
        align-self: flex-start !important;
    }
    
    .plan-feature-info-icon .tooltip-icon-img {
        width: 12px;
        height: 12px;
    }
    
    .plan-feature-info-icon::before {
        width: 180px;
        font-size: 0.7rem;
        padding: 0.625rem 0.75rem;
        margin-top: 0;
        background: #000000 !important;
        background-color: #000000 !important;
        background-image: none !important;
        color: #ffffff;
        box-shadow: none !important;
        border: 1px solid #000000 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        mix-blend-mode: normal !important;
        isolation: isolate;
    }
    
    .plan-info-icon {
        width: 22px;
        height: 22px;
        padding: 3px;
    }
    
    .plan-info-icon svg {
        width: 12px;
        height: 12px;
    }
    
    .plan-info-icon::before {
        width: 180px;
        font-size: 0.7rem;
        padding: 0.5rem 0.625rem;
        margin-top: 6px;
    }
    
    .plan-box .btn-primary {
        padding: 0.5rem 0.75rem;
        font-size: 12px;
    }
    
    .plan-box .btn-primary:hover {
        transform: none;
    }
    
    .city-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .city-badge:hover {
        transform: none;
    }
}

/* Extra Small Mobile - 375px and below */
@media screen and (max-width: 375px) {
    .founder-promo-package-banner .banner-content h2 {
        font-size: 22px !important;
    }
    
    .plan-box h3 {
        font-size: 25px;
        margin-top: 1rem;
    }
    
    .plan-features li {
        font-size: 11px;
        padding-left: 1.2rem;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    
    .plan-feature-info-icon {
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 0.15rem !important;
        margin-left: 0.5rem !important;
        align-self: flex-start !important;
    }
    
    .plan-feature-info-icon .tooltip-icon-img {
        width: 11px;
        height: 11px;
    }
    
    .plan-feature-info-icon::before {
        width: 160px;
        font-size: 0.65rem;
        padding: 0.5rem 0.625rem;
        margin-top: 0;
        background: #000000 !important;
        background-color: #000000 !important;
        background-image: none !important;
        color: #ffffff;
        box-shadow: none !important;
        border: 1px solid #000000 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        mix-blend-mode: normal !important;
        isolation: isolate;
    }
    
    .plan-info-icon {
        width: 20px;
        height: 20px;
    }
    
    .plan-info-icon::before {
        width: 160px;
        font-size: 0.65rem;
    }
    
    .plan-box .btn-primary {
        font-size: 11px;
        padding: 0.5rem;
    }
    
    .city-badge {
        font-size: 11px;
        padding: 5px 10px;
    }
}

/* Lower section banner - excluded from height: auto rule in banner-spacing.css */



.quotation-mark-img {
    height: 40px;
    /* Reduced size */
    width: 40px;
    /* Reduced size */
}

/* Add responsiveness for different screen sizes */
@media (max-width: 768px) {
    .quotation-mark-img {
        height: 30px;
        /* Reduced size */
        width: 30px;
        /* Reduced size */
    }
}

@media (max-width: 480px) {
    .quotation-mark-img {
        height: 20px;
        /* Reduced size */
        width: 20px;
        /* Reduced size */
    }
}

.video-placeholder-img {
    height: 100%;
    /* Default size */
    width: 100%;
    /* Default size */
    max-width: 400px;
    /* Prevent it from getting too large */
}

/* Add responsiveness for different screen sizes */
@media (max-width: 768px) {
    .video-placeholder-img {
        height: 200px;
        /* Reduced size */
        width: 100%;
        /* Reduced size */
        max-width: 300px;
    }
    
    .quotation-text {
        padding: 0 15px;
        /* Add some padding on mobile */
    }
    

}

@media (max-width: 480px) {
    .video-placeholder-img {
        height: 150px;
        /* Reduced size */
        width: 100%;
        /* Reduced size */
        max-width: 250px;
    }
    
    .quotation-text {
        padding: 0 10px;
        /* Tighter padding on small screens */
        gap: 1rem !important;
        /* Reduce gap between elements */
    }
}