/*

Theme Name: TS Fling

Theme URI: https://tsfling.com

Author: Your Name

Author URI: https://tsfling.com

Description: Custom theme for trans hookup dating site

Version: 1.0

Text Domain: tsfling

*/

<style>



        /* Reset styles */

        * {

            margin: 0;

            padding: 0;

            box-sizing: border-box;

            font-family: 'Arial', sans-serif;

        }

        

        body {

            background-color: #f5f5f5;

            color: #333;

            line-height: 1.6;

            overflow-x: hidden;

        }

        

        /* Main container - now fullscreen */

        .container {

            width: 100%;

            display: flex;

            flex-direction: column;

            min-height: 100vh;

        }

        

        /* Hero section - fullscreen */

        .hero {

            position: relative;

            height: 100vh;

            width: 100%;

            background-color: #000;

            overflow: hidden;

        }

        

        /* Desktop background image */

        .hero-image-desktop {

            height: 100%;

            width: 100%;

            object-fit: cover;

            opacity: 0.9;

            display: block;

        }

        

        /* Mobile background image */

        .hero-image-mobile {

            height: 100%;

            width: 100%;

            object-fit: cover;

            opacity: 0.9;

            display: none;

        }

        

        .logo {

            position: absolute;

            top: 20px;

            left: 0;

            width: 100%;

            text-align: center;

            color: #fff;

            font-size: 3.5rem;

            font-weight: bold;

            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);

            font-family: 'Brush Script MT', cursive;

            z-index: 10;

        }

        

        .logo span {

            display: inline-block;

            margin-left: 5px;

            color: #ff69b4;

        }

        

        /* Action buttons - now positioned at left bottom */

        .actions {

            position: absolute;

            bottom: 50px;

            left: 10%;

            width: 30%;

            min-width: 300px;

            padding: 25px;

            display: flex;

            flex-direction: column;

            gap: 15px;

            background-color: rgba(0, 0, 0, 0.7);

            border-radius: 8px;

            z-index: 10;

        }

        

        .btn {

            padding: 15px;

            border-radius: 4px;

            border: none;

            font-weight: bold;

            font-size: 1.2rem;

            cursor: pointer;

            display: flex;

            justify-content: center;

            align-items: center;

            text-decoration: none;

            transition: all 0.3s ease;

        }

        

        .btn-primary {

            background-color: #e91e63;

            color: white;

        }

        

        .btn-primary:hover {

            background-color: #d81557;

            transform: translateY(-2px);

            box-shadow: 0 4px 8px rgba(0,0,0,0.2);

        }

        

        .btn-secondary {

            background-color: transparent;

            color: white;

            border: 1px solid white;

        }

        

        .btn-secondary:hover {

            background-color: rgba(255, 255, 255, 0.1);

        }

        

        /* Info section */

        .info {

            padding: 60px 15%;

            text-align: center;

            background-color: white;

        }

        

        .info h2 {

            margin-bottom: 25px;

            font-size: 2.5rem;

            font-weight: bold;

        }

        

        .info p {

            color: #666;

            margin-bottom: 20px;

            font-size: 1.4rem;

            max-width: 900px;

            margin: 0 auto;

        }

        

        /* New content sections */

        .content-section {

            display: flex;

            align-items: center;

            padding: 80px 10%;

            background-color: white;

        }

        

        .content-section:nth-child(odd) {

            background-color: #f9f9f9;

        }

        

        .content-image {

            flex: 1;

            max-width: 45%;

        }

        

        .content-image img {

            width: 100%;

            border-radius: 8px;

            box-shadow: 0 5px 15px rgba(0,0,0,0.1);

        }

        

        .content-text {

            flex: 1;

            padding: 0 5%;

        }

        

        .content-text h2 {

            font-size: 2.2rem;

            margin-bottom: 20px;

            color: #333;

        }

        

        .content-text p {

            font-size: 1.2rem;

            color: #666;

            margin-bottom: 15px;

        }

        

        .content-list {

            margin: 20px 0;

            list-style-position: inside;

        }

        

        .content-list li {

            font-size: 1.1rem;

            margin-bottom: 10px;

            color: #666;

        }

        

        /* Review cards */

        .review-container {

            display: flex;

            gap: 30px;

            margin-top: 30px;

        }

        

        .review-card {

            background-color: white;

            border-radius: 8px;

            padding: 20px;

            box-shadow: 0 4px 12px rgba(0,0,0,0.08);

        }

        

        .review-text {

            font-style: italic;

            margin-bottom: 15px;

            font-size: 1.1rem;

        }

        

        .reviewer {

            font-weight: bold;

            color: #333;

        }

        

        .review-stars {

            color: #e91e63;

            margin-top: 5px;

        }

        

        /* Reverse section layout */

        .reverse-layout {

            flex-direction: row-reverse;

        }

        

        /* CTA Section */

        .cta-section {

            background-color: #e91e63;

            padding: 80px 10%;

            text-align: center;

            color: white;

        }

        

        .cta-section h2 {

            font-size: 2.8rem;

            margin-bottom: 20px;

            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);

        }

        

        .cta-section p {

            font-size: 1.4rem;

            margin-bottom: 40px;

            max-width: 800px;

            margin-left: auto;

            margin-right: auto;

        }

        

        .cta-buttons {

            display: flex;

            justify-content: center;

            gap: 20px;

        }

        

        .btn-large {

            padding: 18px 35px;

            font-size: 1.3rem;

            border-radius: 50px;

        }

        

        .btn-white {

            background-color: white;

            color: #e91e63;

        }

        

        .btn-white:hover {

            background-color: #f5f5f5;

            transform: translateY(-2px);

            box-shadow: 0 5px 15px rgba(0,0,0,0.1);

        }

        

        .btn-outline-white {

            background-color: transparent;

            color: white;

            border: 2px solid white;

        }

        

        .btn-outline-white:hover {

            background-color: rgba(255,255,255,0.1);

            transform: translateY(-2px);

        }

        

        /* Enhanced Footer */

        footer {

            background-color: #222;

            color: #999;

            padding: 50px 10% 30px;

            text-align: center;

            font-size: 1rem;

        }

        

        .footer-content {

            display: flex;

            justify-content: space-between;

            flex-wrap: wrap;

            margin-bottom: 40px;

        }

        

        .footer-section {

            flex: 1;

            min-width: 200px;

            margin-bottom: 20px;

            text-align: left;

            padding: 0 15px;

        }

        

        .footer-section h3 {

            color: white;

            margin-bottom: 20px;

            font-size: 1.2rem;

        }

        

        .footer-links {

            list-style: none;

        }

        

        .footer-links li {

            margin-bottom: 10px;

        }

        

        .footer-links a {

            color: #999;

            text-decoration: none;

            transition: color 0.3s ease;

        }

        

        .footer-links a:hover {

            color: #e91e63;

        }

        

        .social-icons {

            display: flex;

            gap: 15px;

            margin-top: 15px;

        }

        

        .social-icon {

            width: 40px;

            height: 40px;

            display: flex;

            align-items: center;

            justify-content: center;

            background-color: #333;

            border-radius: 50%;

            color: white;

            text-decoration: none;

            transition: all 0.3s ease;

        }

        

        .social-icon:hover {

            background-color: #e91e63;

            transform: translateY(-3px);

        }

  

        .copyright {

            padding-top: 20px;

            border-top: 1px solid #444;

        }

/* App download buttons */

    .app-buttons {

        display: flex;

        justify-content: center;

        gap: 20px;

        margin-top: 25px;

    }

    

    .app-button {

        display: flex;

        align-items: center;

        background-color: #000;

        color: #fff;

        text-decoration: none;

        border-radius: 8px;

        padding: 10px 20px;

        min-width: 160px;

        transition: all 0.3s ease;

    }

    

    .app-button:hover {

        transform: translateY(-2px);

        box-shadow: 0 4px 8px rgba(0,0,0,0.2);

    }

    

    .app-button-content {

        display: flex;

        flex-direction: column;

        margin-left: 10px;

    }

    

    .app-store::before {

        content: "";

        display: block;

        width: 28px;

        height: 28px;

        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="white" d="M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"/></svg>');

        background-size: contain;

        background-repeat: no-repeat;

    }

    

    .google-play::before {

        content: "";

        display: block;

        width: 28px;

        height: 28px;

        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z"/></svg>');

        background-size: contain;

        background-repeat: no-repeat;

    }

    

    .app-store-text,

    .google-play-text {

        font-size: 0.8rem;

        font-weight: normal;

    }

    

    .app-store-name,

    .google-play-name {

        font-size: 1.2rem;

        font-weight: bold;

    }

        

        /* Media queries for responsive design */

        @media (max-width: 1200px) {

            .actions {

                width: 35%;

            }

            

            .logo {

                font-size: 3rem;

            }

            

            .info {

                padding: 50px 10%;

            }

            

            .info h2 {

                font-size: 2.2rem;

            }

            

            .info p {

                font-size: 1.3rem;

            }

            

            .content-section {

                padding: 60px 5%;

            }

            

            .content-text h2 {

                font-size: 2rem;

            }

            

            .cta-section h2 {

                font-size: 2.4rem;

            }

            

            .cta-section p {

                font-size: 1.3rem;

            }

        }

        

        @media (max-width: 992px) {

            .actions {

                width: 40%;

            }

            

            .logo {

                font-size: 2.8rem;

            }

            

            .content-text p {

                font-size: 1.1rem;

            }

            

            .review-container {

                flex-direction: column;

                gap: 20px;

            }

            

            .cta-buttons {

                flex-direction: column;

                max-width: 300px;

                margin: 0 auto;

            }

            

            .footer-section {

                flex: 0 0 calc(50% - 30px);

            }

        }

        

        @media (max-width: 768px) {

            .hero-image-desktop {

                display: none;

            }

            

            .hero-image-mobile {

                display: block;

            }

            

            .hero {

                height: 100vh;

            }

            

            .actions {

                width: 80%;

                left: 0;

                right: 0;

                margin: 0 auto;

                bottom: 50px;

            }

            

            .logo {

                font-size: 2.5rem;

            }

            

            .info h2 {

                font-size: 1.8rem;

            }

            

            .info p {

                font-size: 1.1rem;

            }

            

            /* Stack content sections vertically on mobile */

            .content-section {

                flex-direction: column;

                padding: 40px 5%;

            }

            

            .reverse-layout {

                flex-direction: column;

            }

            

            .content-image {

                max-width: 100%;

                margin-bottom: 30px;

            }

            

            .content-text {

                padding: 0;

            }

            

            .content-text h2 {

                font-size: 1.8rem;

                text-align: center;

            }

            

            .cta-section {

                padding: 50px 5%;

            }

            

            .cta-section h2 {

                font-size: 2rem;

            }

            

            .cta-section p {

                font-size: 1.1rem;

            }

            

            .footer-section {

                flex: 0 0 100%;

                text-align: center;

                margin-bottom: 30px;

            }

            

            .social-icons {

                justify-content: center;

            }

.app-buttons {

            flex-direction: column;

            align-items: center;

            gap: 15px;

        }

        

        .app-button {

            width: 200px;

        }

        }

        

        @media (max-width: 480px) {

            .actions {

                width: 90%;

                min-width: auto;

                padding: 20px;

                bottom: 30px;

            }

            

            .logo {

                font-size: 2rem;

                top: 15px;

            }

            

            .btn {

                padding: 12px;

                font-size: 1rem;

            }

            

            .info {

                padding: 30px 5%;

            }

            

            .info h2 {

                font-size: 1.5rem;

            }

            

            .info p {

                font-size: 1rem;

            }

            

            .content-text h2 {

                font-size: 1.5rem;

            }

            

            .content-text p {

                font-size: 1rem;

            }

            

            .cta-section h2 {

                font-size: 1.6rem;

            }

            

            .btn-large {

                padding: 15px 30px;

                font-size: 1.1rem;

            }

        }

    </style>