/* ========================================
   MODERN HERO SECTION - Bangalore Escorts
   Compact Design with 3-Column Card Layout
   ======================================== */

/* Reset and Base */
.modern-wrapper {
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(180deg, #fef7f7 0%, #fff5f5 100%);
}

/* ========================================
   NEW HEADER STYLES
   ======================================== */
.new-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 40px;
    background: transparent;
    position: relative;
    z-index: 100;
}

.new-header .nav-left {
    display: flex;
    gap: 25px;
}

.new-header .nav-left a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.new-header .nav-left a:hover {
    color: #f87171;
}

.new-header .logo-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.new-header .logo-center a {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.new-header .logo-center .text-coral {
    color: #f87171;
}

.new-header .nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.new-header .nav-right a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.new-header .phone-btn {
    background: #f87171;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.new-header .phone-btn:hover {
    background: #ef4444;
    transform: scale(1.05);
}

/* Mobile menu toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

/* ========================================
   HERO SECTION - COMPACT
   ======================================== */
.hero-modern {
    position: relative;
    padding: 20px 40px 0;
    max-width: 1400px;
    margin: 0 auto;
}

/* Tagline Area - White Background */
.hero-tagline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px 80px;
    margin-bottom: 0;
    position: relative;
    min-height: 80px;
}

.tagline-left h1 {
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
    font-style: italic;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.tagline-left h1 span {
    display: inline-block;
    font-size: 58px;
    font-weight: 900;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-left: 12px;
    vertical-align: middle;
}

.tagline-right {
    text-align: right;
}

.tagline-right h2 {
    font-size: 22px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    font-family: 'Georgia', 'Times New Roman', serif !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-transform: none !important;
    text-align: right !important;
}

.tagline-right h2 span {
    display: inline-block;
    font-size: 54px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
    letter-spacing: -2px;
    margin-left: 12px;
    vertical-align: middle;
}

/* Decorative Swirl/Oval in tagline area */
.hero-tagline::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) rotate(-12deg);
    width: 200px;
    height: 70px;
    border: 2px solid rgba(248, 130, 130, 0.4);
    border-radius: 50%;
    pointer-events: none;
    z-index: 5;
}

/* ========================================
   CONTENT CARD - 3 COLUMN LAYOUT
   ======================================== */
.content-card {
    background: #f87171;
    border-radius: 30px;
    margin: 220px 30px 40px;
    padding: 40px 50px;
    position: relative;
    z-index: 15;
    display: grid;
    grid-template-columns: 1fr 380px 1fr;
    gap: 30px;
    align-items: start;
    box-shadow: 0 20px 60px rgba(248, 113, 113, 0.3);
    min-height: 380px;
    overflow: visible;
}

/* Decorative Blobs - Subtle */
.content-card .blob-left {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 200, 180, 0.25);
    border-radius: 50%;
    top: -50px;
    left: -80px;
    z-index: 0;
    pointer-events: none;
    filter: blur(40px);
}

.content-card .blob-right {
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 180, 150, 0.25);
    border-radius: 50%;
    bottom: -100px;
    right: -80px;
    z-index: 0;
    pointer-events: none;
    filter: blur(40px);
}

/* Model Image - Center Column */
.model-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: -420px;
    margin-bottom: -40px;
    z-index: 10;
    align-self: stretch;
}

.model-image {
    max-width: 420px;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.2));
}

/* Left Content */
.card-left {
    color: #fff;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

.card-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    opacity: 0.95;
}

.card-left h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 0 12px !important;
    color: #fff !important;
    text-align: left !important;
    text-transform: none !important;
}

.card-left > p {
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.5;
    margin-bottom: 18px;
    color: #fff;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #f87171;
    padding: 10px 22px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #1a1a1a;
    color: #fff;
    transform: translateX(5px);
}

.cta-btn .arrow {
    width: 26px;
    height: 26px;
    background: #f87171;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background 0.3s ease;
}

.cta-btn:hover .arrow {
    background: #fff;
    color: #1a1a1a;
}

/* Rating section */
.rating-section {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.rating-avatars {
    display: flex;
}

.rating-avatars img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -8px;
    object-fit: cover;
}

.rating-avatars img:first-child {
    margin-left: 0;
}

.rating-text {
    font-size: 11px;
    opacity: 0.95;
    line-height: 1.4;
}

.rating-text strong {
    color: #fbbf24;
    font-size: 12px;
}

/* Right Content */
.card-right {
    color: #fff;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

/* Feature icons */
.feature-icons {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.feature-item-new {
    text-align: center;
}

.feature-item-new .icon {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
    font-size: 18px;
}

.feature-item-new span {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.9;
    line-height: 1.3;
}

/* Featured profile card */
.featured-card-label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-bottom: 12px !important;
}

.featured-card {
    background: #fff;
    border-radius: 15px;
    padding: 12px;
    max-width: 200px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.featured-card img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.featured-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.featured-card p {
    font-size: 11px;
    color: #666;
    margin: 0 0 10px;
}

.featured-card .price-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f87171;
    color: #fff;
    padding: 7px 14px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.featured-card .price-btn:hover {
    background: #ef4444;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Large Desktop */
@media (max-width: 1200px) {
    .hero-modern {
        padding: 10px 25px 0;
    }

    .hero-tagline {
        padding: 10px 25px 0;
    }

    .tagline-left h1 span {
        font-size: 44px;
    }

    .tagline-right h2 span {
        font-size: 40px !important;
    }

    .content-card {
        grid-template-columns: 1fr 340px 1fr;
        gap: 25px;
        padding: 35px 40px;
        margin: 200px 20px 35px;
        min-height: 360px;
    }

    .model-image {
        max-width: 380px;
        max-height: 550px;
    }

    .model-container {
        margin-top: -380px;
        margin-bottom: -35px;
    }
}

/* Medium Desktop / Tablet Landscape */
@media (max-width: 1024px) {
    .new-header {
        padding: 12px 20px;
    }

    .hero-modern {
        padding: 10px 20px 0;
    }

    .hero-tagline {
        padding: 10px 20px 0;
    }

    .tagline-left h1 {
        font-size: 18px;
    }

    .tagline-left h1 span {
        font-size: 36px;
    }

    .tagline-right h2 {
        font-size: 16px !important;
    }

    .tagline-right h2 span {
        font-size: 32px !important;
    }

    .hero-tagline::after {
        width: 130px;
        height: 42px;
    }

    .content-card {
        grid-template-columns: 1fr 300px 1fr;
        gap: 20px;
        padding: 30px 35px;
        min-height: 340px;
        margin: 180px 15px 30px;
    }

    .model-image {
        max-width: 320px;
        max-height: 480px;
    }

    .model-container {
        margin-top: -340px;
        margin-bottom: -30px;
    }

    .card-left h3 {
        font-size: 22px !important;
    }

    .featured-card {
        max-width: 170px;
    }

    .content-card .blob-left,
    .content-card .blob-right {
        filter: blur(30px);
    }
}

/* Tablet Portrait */
@media (max-width: 900px) {
    .new-header {
        padding: 12px 15px;
    }

    .new-header .nav-left {
        display: none;
    }

    .new-header .nav-left.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        gap: 15px;
        z-index: 1000;
    }

    .menu-toggle {
        display: block;
    }

    .new-header .logo-center {
        position: relative;
        left: auto;
        transform: none;
    }

    .hero-modern {
        padding: 10px 15px 0;
    }

    .hero-tagline {
        padding: 10px 15px 15px;
        flex-direction: column;
        align-items: center;
        gap: 0;
        text-align: center;
        min-height: auto;
    }

    .tagline-left, .tagline-right {
        text-align: center;
    }

    .tagline-left h1 {
        font-size: 15px;
    }

    .tagline-left h1 span {
        font-size: 28px;
        display: inline;
        margin-left: 8px;
        margin-top: 0;
    }

    .tagline-right h2 {
        font-size: 14px !important;
        text-align: center !important;
    }

    .tagline-right h2 span {
        font-size: 24px !important;
        display: inline;
        margin-left: 8px;
        margin-top: 0;
    }

    .hero-tagline::after {
        display: none;
    }

    /* 2 Column Layout for Tablet */
    .content-card {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 15px;
        padding: 20px 15px;
        margin: 15px 15px 20px;
        min-height: auto;
    }

    .model-container {
        grid-column: 1 / -1;
        grid-row: 1;
        margin-top: -70px;
        margin-bottom: 8px;
        justify-content: center;
    }

    .model-image {
        max-width: 220px;
        max-height: 320px;
    }

    .card-left {
        grid-column: 1;
        grid-row: 2;
    }

    .card-right {
        grid-column: 2;
        grid-row: 2;
    }

    .card-left h3 {
        font-size: 18px !important;
    }

    .card-left > p {
        font-size: 12px;
    }

    /* Hide featured card on tablet too for cleaner look */
    .featured-card-label,
    .featured-card {
        display: none;
    }

    .content-card .blob-left,
    .content-card .blob-right {
        display: none;
    }
}

/* Mobile Landscape / Large Phone */
@media (max-width: 680px) {
    .hero-tagline {
        padding: 12px 20px 15px;
        gap: 3px;
        min-height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .tagline-left, .tagline-right {
        text-align: center;
        width: 100%;
    }

    /* Full readable tagline on mobile */
    .tagline-left h1 {
        font-size: 14px;
        line-height: 1.4;
    }

    .tagline-left h1 span {
        font-size: 26px;
        display: inline;
        margin-left: 6px;
        letter-spacing: -1px;
    }

    .tagline-right h2 {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    .tagline-right h2 span {
        font-size: 22px !important;
        display: inline;
        margin-left: 6px;
        letter-spacing: -1px;
    }

    /* Compact Single Column Layout */
    .content-card {
        grid-template-columns: 1fr;
        padding: 15px;
        margin: 10px 12px 20px;
        border-radius: 20px;
        gap: 0;
    }

    .model-container {
        grid-column: 1;
        grid-row: 1;
        margin-top: -50px;
        margin-bottom: 10px;
    }

    .model-image {
        max-width: 180px;
        max-height: 260px;
    }

    .card-left {
        grid-column: 1;
        grid-row: 2;
        text-align: center;
        padding: 0 10px;
    }

    .card-label {
        font-size: 10px;
        margin-bottom: 6px;
    }

    .card-left h3 {
        text-align: center !important;
        font-size: 18px !important;
        margin-bottom: 8px !important;
        line-height: 1.2 !important;
    }

    .card-left > p {
        text-align: center;
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .cta-btn {
        margin: 0 auto;
        display: inline-flex;
        padding: 8px 20px;
        font-size: 13px;
    }

    .cta-btn .arrow {
        width: 22px;
        height: 22px;
    }

    .rating-section {
        justify-content: center;
        margin-top: 12px;
        gap: 8px;
    }

    .rating-avatars img {
        width: 28px;
        height: 28px;
    }

    .rating-text {
        font-size: 10px;
    }

    /* Compact right section */
    .card-right {
        grid-column: 1;
        grid-row: 3;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,0.15);
        margin-top: 15px;
        gap: 10px;
    }

    .feature-icons {
        justify-content: center;
        gap: 15px;
        margin-bottom: 0;
        width: 100%;
    }

    .feature-item-new .icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .feature-item-new span {
        font-size: 9px;
    }

    /* Hide featured card on mobile for cleaner look */
    .featured-card-label,
    .featured-card {
        display: none;
    }

    .content-card .blob-left,
    .content-card .blob-right {
        display: none;
    }
}

/* Mobile Portrait */
@media (max-width: 480px) {
    .new-header {
        padding: 8px 10px;
    }

    .new-header .logo-center a {
        font-size: 15px;
    }

    .new-header .phone-btn {
        padding: 6px 12px;
        font-size: 11px;
    }

    .new-header .nav-right a:not(.phone-btn) {
        display: none;
    }

    .hero-modern {
        padding: 5px 8px 0;
    }

    .hero-tagline {
        padding: 10px 15px 12px;
        gap: 2px;
    }

    .tagline-left h1 {
        font-size: 12px;
    }

    .tagline-left h1 span {
        font-size: 22px;
        margin-left: 5px;
    }

    .tagline-right h2 {
        font-size: 11px !important;
    }

    .tagline-right h2 span {
        font-size: 18px !important;
        margin-left: 5px;
    }

    .content-card {
        padding: 12px 10px;
        margin: 8px 8px 15px;
        border-radius: 18px;
    }

    .model-container {
        margin-top: -40px;
        margin-bottom: 8px;
    }

    .model-image {
        max-width: 160px;
        max-height: 230px;
    }

    .card-label {
        font-size: 9px;
        margin-bottom: 5px;
    }

    .card-left h3 {
        font-size: 16px !important;
        margin-bottom: 6px !important;
    }

    .card-left > p {
        font-size: 11px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .cta-btn {
        padding: 7px 16px;
        font-size: 12px;
    }

    .cta-btn .arrow {
        width: 20px;
        height: 20px;
    }

    .rating-section {
        margin-top: 10px;
    }

    .rating-avatars img {
        width: 24px;
        height: 24px;
    }

    .card-right {
        padding-top: 12px;
        margin-top: 12px;
    }

    .feature-icons {
        gap: 12px;
    }

    .feature-item-new .icon {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .feature-item-new span {
        font-size: 8px;
    }
}

/* Very Small Phones */
@media (max-width: 360px) {
    .hero-tagline {
        padding: 8px 12px 10px;
        gap: 2px;
    }

    .tagline-left h1 {
        font-size: 11px;
    }

    .tagline-left h1 span {
        font-size: 18px;
        margin-left: 4px;
    }

    .tagline-right h2 {
        font-size: 10px !important;
    }

    .tagline-right h2 span {
        font-size: 15px !important;
        margin-left: 4px;
    }

    .content-card {
        padding: 10px 8px;
        margin: 6px 6px 12px;
        border-radius: 15px;
    }

    .model-container {
        margin-top: -35px;
        margin-bottom: 6px;
    }

    .model-image {
        max-width: 140px;
        max-height: 200px;
    }

    .card-label {
        font-size: 8px;
    }

    .card-left h3 {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }

    .card-left > p {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .cta-btn {
        padding: 6px 14px;
        font-size: 11px;
    }

    .rating-section {
        margin-top: 8px;
        gap: 6px;
    }

    .rating-avatars img {
        width: 22px;
        height: 22px;
    }

    .rating-text {
        font-size: 9px;
    }

    .card-right {
        padding-top: 10px;
        margin-top: 10px;
    }

    .feature-item-new .icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .feature-item-new span {
        font-size: 7px;
    }
}

/* ========================================
   HIDE OLD ELEMENTS
   ======================================== */
.modern-wrapper .log-cont2,
.modern-wrapper header:not(.new-header) {
    display: none !important;
}

/* ========================================
   MAIN CONTENT AFTER HERO
   ======================================== */
.modern-wrapper .main-content {
    background: #1a1a1a;
    padding-top: 30px;
}

.modern-wrapper #empty {
    background: #1a1a1a;
}

.modern-wrapper .container {
    max-width: 1200px;
}
