    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: Inter, Poppins, sans-serif
    }
    
    html {
      scroll-behavior: smooth;
    }

    body {
        background: #fff;
        color: #111;
        line-height: 1.6
    }

    :root {
        --red: #fbbe12;
        --dark: #0f0f0f;
        --light: #f6f6f6;
        --border: #eaeaea
    }

    .container {
        width: 90%;
        max-width: 1200px;
        margin: auto
    }

    h1,
    h2,
    h3 {
        line-height: 1.25
    }

    a {
        text-decoration: none;
    }

    header {
        border-bottom: 1px solid var(--border);
        background: #fff
    }

    .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 0
    }

    .btn {
        background: var(--red);
        color: #fff;
        padding: 10px 15px;
        border-radius: 9px;
        font-weight: 600;
        display: inline-block
    }

    .heading {
        font-size: 44px;
        margin-bottom: 16px;
        text-align: center;
    }

    .paragraph p {
        font-size: 17px;
    }

    .tc-logo {
        width: 30%;
    }

    .hero {
        padding: 50px 0 0;
        background: #fafafa
    }

    .hero-grid {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 50px;
        align-items: center
    }

    .hero h1 {
        font-size: 44px;
        margin-bottom: 16px
    }

    .hero p {
        color: #666;
        margin-bottom: 26px;
        max-width: 520px;
        font-size: 16px;
    }

    .smm-marq {
        /* margin: 0px -406px 0px -400px; */
        padding: 8px 0px 8px 0px;
        border-style: solid;
        border-width: 5px 5px 5px 5px;
        border-color: #252525;
        font-size: 15px;
        font-weight: 800;
    }

    .pdr-60 {
        padding-right: 60px;
    }

    /* --------------- Tactics Section -----------------  */

    .tactics-section {
        text-align: center;
        padding: 80px 0%;
    }

    .tactics-section h2 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .subtext {
        font-size: 18px;
        color: #555;
        margin-bottom: 60px;
    }

    .tactics-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .tactic-card {
        padding: 40px 30px;
        border-radius: 16px;
        color: white;
        transition: 0.4s ease;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        cursor: pointer;
    }

    .tactic-card.dark {
        background: #222;
    }

    .tactic-card.red {
        background: var(--red);
    }

    .tactic-card:hover {
        transform: translateY(-15px) scale(1.03);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    }

    .icon {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: white;
        color: #ff0000;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        font-size: 30px;
    }

    .dark .icon {
        color: #222;
    }

    .tactic-card h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .tactic-card p {
        font-size: 16px;
        line-height: 1.7;
    }


    /* ---------------SMO Section -----------------  */

    .smo-section {
        background: radial-gradient(circle at top, #1a1a1a, #0f0f0f);
        color: #fff;
        padding: 80px 20px;
    }

    .smo-heading {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 16px;
        display: none;
    }

    .smo-heading span {
        color: var(--red);
    }

    .smo-container {
        /* max-width: 1200px; */
        width: 90%;
        margin: auto;
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 20px;
        align-items: center;
    }

    .smo-content h1 {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .smo-content h1 span {
        color: var(--red);
    }

    .smo-subtext {
        color: #bdbdbd;
        margin-bottom: 32px;
        max-width: 520px;
    }

    .smo-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 30px;
    }

    .card {
        background: rgba(255, 255, 255, 0.06);
        border-radius: 12px;
        padding: 18px;
    }

    .card .icon {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .card h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .card p {
        font-size: 14px;
        color: #cfcfcf;
    }

    .smo-points {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 20px;
        margin-bottom: 28px;
        font-size: 14px;
        color: #e0e0e0;
    }

    .smo-btn {
        background: var(--red);
        color: #fff;
        border: none;
        padding: 14px 30px;
        border-radius: 8px;
        font-size: 15px;
        cursor: pointer;
    }

    .smo-btn:hover {
        opacity: 0.9;
    }

    /* Visual */
    .smo-visual {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .phone {
        z-index: 2;
    }

    .float {
        position: absolute;
        background: #ff3b3b;
        color: #fff;
        width: 46px;
        height: 46px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        animation: float 3s ease-in-out infinite;
    }

    .like {
        top: 45px;
        left: 20px;
    }

    .comment {
        bottom: 80px;
        right: 30px;
        animation-delay: 1.5s;
    }

    @keyframes float {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0);
        }
    }

    /* ------------================== Make your Brand Viral Section =============----------- */

    .viral-pro {
        padding: 100px 8%;
        background: #ffffff;
        text-align: center;
    }

    .viral-pro h2 {
        font-size: 40px;
        margin-bottom: 60px;
        font-weight: 700;
    }

    .viral-pro h2 span {
        color: red;
    }

    /* GRID */
    .viral-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        padding: 4rem 0;
    }

    /* CARD */
    .viral-card {
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(5px);
        border: 1.5px solid rgba(0, 0, 0, 0.2);
        border-radius: 28px;
        padding: 25px 25px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
        transition: .5s ease;
        position: relative;
        overflow: hidden;
    }

    .viral-card:hover {
        transform: translateY(-15px);
    }

    .viral-card:hover::before {
        opacity: 1;
    }

    /* ICON */
    .icon {
        font-size: 52px;
    }

    /* TEXT */
    .viral-card h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .viral-card p {
        font-size: 14px;
        line-height: 1.7;
        color: #444;
    }

    /* ---------------contact form -----------------  */
    .smo-contact {
        min-height: 100vh;
        background:
            linear-gradient(120deg, #f7f7f7 40%, #ffffff),
            url("https://images.unsplash.com/photo-1553877522-43269d4ea984");
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 10%;
        position: relative;
    }

    .overlay {
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.7);
        /* light overlay */
    }

    .form-wrapper {
        position: relative;
        width: 100%;
        max-width: 800px;
        background: #ffffff;
        backdrop-filter: blur(10px);
        border-radius: 18px;
        padding: 50px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
        color: #333;
    }

    .form-header h2 {
        font-size: 32px;
        color: var(--red);
    }

    .form-header p {
        margin: 10px 0 40px;
        color: #666;
    }

    .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        margin-bottom: 25px;
    }

    .field {
        display: flex;
        flex-direction: column;
    }

    .field.full {
        grid-column: 1/3;
    }

    .field label {
        margin-bottom: 6px;
        font-size: 14px;
        color: #444;
    }

    .field input,
    .field select,
    .field textarea {
        background: #f9f9f9;
        border: 1px solid #ddd;
        padding: 12px 14px;
        border-radius: 8px;
        color: #333;
        font-size: 14px;
        outline: none;
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus {
        border-color: var(--red);
        background: #fff;
    }

    textarea {
        min-height: 120px;
        resize: none;
    }

    .btn {
        padding: 14px 18px;
        border: none;
        border-radius: 30px;
        background: linear-gradient(90deg, #fbbe12, #c7970e);
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        margin-top: 10px;
    }

    button:hover {
        opacity: .9;
    }

    /* =========================
   LARGE DESKTOP (1200px+)
========================= */
    @media (min-width: 1200px) {
        .smo-contact {
            padding: 80px 12%;
        }

        .form-wrapper {
            max-width: 900px;
            padding: 60px;
        }

        .form-header h2 {
            font-size: 36px;
        }
    }

    /* =========================
   TABLET (768px – 1199px)
========================= */
    @media (max-width: 1199px) {
        .smo-contact {
            padding: 60px 6%;
        }

        .form-wrapper {
            max-width: 100%;
            padding: 45px;
        }

        .form-header h2 {
            font-size: 30px;
        }

        .row {
            gap: 20px;
        }
    }

    /* =========================
   MOBILE (max-width: 767px)
========================= */
    @media (max-width: 767px) {
        .smo-contact {
            min-height: auto;
            padding: 40px 16px;
        }

        .form-wrapper {
            padding: 30px 20px;
            border-radius: 14px;
        }

        .form-header h2 {
            font-size: 24px;
            line-height: 1.3;
        }

        .form-header p {
            font-size: 14px;
            margin-bottom: 25px;
        }

        /* STACK FIELDS */
        .row {
            grid-template-columns: 1fr;
            gap: 16px;
            margin-bottom: 16px;
        }

        .field.full {
            grid-column: auto;
        }

        .field label {
            font-size: 13px;
        }

        .field input,
        .field select,
        .field textarea {
            font-size: 14px;
            padding: 11px 12px;
        }

        textarea {
            min-height: 100px;
        }

        .btn {
            padding: 8px;
            font-size: 14px;
            margin-top: 15px;
        }
    }


    /* ___________----========== FAQ ====================  */

    .faq-section {
        max-width: 900px;
        margin: 60px auto;
        padding: 0 20px;
        font-family: Arial, sans-serif;
    }

    .faq-title {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px;
    }

    .faq {
        border-bottom: 1px solid #e5e5e5;
    }

    .faq-question {
        width: 100%;
        background: none;
        border: none;
        padding: 18px 10px;
        text-align: left;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-question .icon {
        font-size: 22px;
        transition: transform 0.3s ease;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        font-size: 16px;
        line-height: 1.6;
        color: #555;
        transition: max-height 0.4s ease;
        padding: 0 10px;
    }

    .faq.active .faq-answer {
        max-height: 300px;
        padding-bottom: 15px;
    }

    .faq.active .icon {
        transform: rotate(45deg);
    }

    /* ---------------Footer Section -----------------  */

    .footer-section {
        background: #1f1f1f;
        color: #fff;
        padding: 60px 20px 20px;
        font-family: Arial, sans-serif;
    }

    .footer-container {
        max-width: 1300px;
        margin: auto;
    }

    .footer-bottom {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 30px;
        margin-top: 30px;
    }

    .footer-info {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        margin-top: 20px;
    }

    .footer-info span {
        font-size: 22px;
        color: #e4ab12;
    }

    .footer-info img {
        width: 90px;
    }

    .footer-copy {
        margin-top: 30px;
        text-align: center;
        border-top: 2px solid #e4ab12;
        padding-top: 15px;
        font-size: 13px;
        color: #aaa;
    }

    .googlepics {
        width: 100%;
        text-align: center;
    }

    /* =================== Responsive ========================  */

    /* ---------------Responsive for 900px -----------------  */

    @media(max-width:900px) {

        .hero-grid,
        .dark-grid,
        .purpose-grid,
        .lead-grid {
            grid-template-columns: 1fr
        }

        .nav ul {
            display: none;
        }

        .tactics-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .tc-logo {
            width: 45%;
        }

        /* ==== SMO ===  */
        .smo-container {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .smo-cards {
            grid-template-columns: 1fr;
        }

        .smo-visual {
            margin-top: 40px;
        }

        /* ===== Viral === */
        .viral-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* ---------------Responsive for 520px -----------------  */

    @media(max-width:520px) {

        .hero h1 {
            font-size: 34px
        }

        .heading {
            font-size: 30px;
            margin-bottom: 16px;
            padding: 0 10px;
        }

        .tactics-grid {
            grid-template-columns: repeat(1, 1fr);
        }

        .smo-heading {
            font-size: 25px;
            line-height: 1.2;
            margin-bottom: 16px;
            display: block;
            text-align: center;
        }

        .smo-heading2{
            display: none;
        }

        /* Viral  */
        .viral-section h1 {
            font-size: 32px;
        }

        .viral-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 768px) {
        .faq-title {
            font-size: 26px;
        }

        .faq-question {
            font-size: 16px;
        }

        .faq-answer {
            font-size: 15px;
        }
    }


    /* POP-UP  */

    /* Trigger Button */
    .smo-enquiry-btn {
        padding: 14px 28px;
        background: #e4ab12;
        color: #111;
        border: none;
        font-size: 15px;
        font-weight: 600;
        border-radius: 30px;
        cursor: pointer;
        display: none;
    }

    /* Overlay */
    .smo-popup-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(6px);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

    /* Popup Box */
    .smo-popup-box {
        background: rgba(25, 25, 25, 0.95);
        width: 100%;
        max-width: 480px;
        padding: 32px;
        border-radius: 16px;
        position: relative;
        animation: scaleIn 0.4s ease;
    }

    /* Close Button */
    .smo-close {
        position: absolute;
        right: 18px;
        top: 14px;
        font-size: 26px;
        color: #fff;
        cursor: pointer;
    }

    /* Headings */
    .smo-popup-box h2 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 6px;
    }

    .smo-popup-box p {
        color: #bbb;
        font-size: 14px;
        margin-bottom: 24px;
    }

    /* Form */
    .smo-form .form-group {
        position: relative;
        margin-bottom: 22px;
    }

    .smo-form input,
    .smo-form select,
    .smo-form textarea {
        width: 100%;
        background: transparent;
        border: 1px solid #444;
        padding: 12px 10px;
        color: #fff;
        font-size: 14px;
        border-radius: 6px;
        outline: none;
    }
    
    .smo-form .form-group option{
        background: #1a1a1a !important;
        color: white !important;
    }

    .smo-form label {
        position: absolute;
        top: 50%;
        left: 12px;
        color: #aaa;
        font-size: 13px;
        transform: translateY(-50%);
        pointer-events: none;
        transition: 0.3s;
        background: rgba(25, 25, 25, 0.95);
        padding: 0 6px;
    }
    
    .smo-form select option {
      background-color: #191919;
      color: #fff;
    }

    /* Floating Label */
    .smo-form input:focus+label,
    .smo-form input:not(:placeholder-shown)+label,
    .smo-form textarea:focus+label,
    .smo-form textarea:not(:placeholder-shown)+label,
    .smo-form select:focus+label {
        top: -8px;
        font-size: 11px;
        color: #e4ab12;
    }

    /* Submit */
    .smo-submit-btn {
        width: 100%;
        background: #e4ab12;
        color: #111;
        padding: 14px;
        font-size: 15px;
        font-weight: 700;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        transition: 0.3s;
    }

    .smo-submit-btn:hover {
        background: #f0b91f;
    }
    
    /*<!-- ================ POP-Up ==========================  -->*/
    
    .floating-buttons{
    position: fixed;
    bottom: 30px;
    right: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
    }
    
    /* WhatsApp Button */
    
    .whatsapp-btn{
        width: 55px;
        height: 55px;
        background: #25D366;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    
    .whatsapp-btn img{
        width: 30px;
    }
    
    /* Scroll Top Button */
    
    #scrollTopBtn{
        width: 50px;
        height: 50px;
        border: none;
        border-radius: 50%;
        background: #f0b91f;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        display: none;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    
    #scrollTopBtn:hover{
        background: #e4ab12;
    }

    /* Animation */
    @keyframes scaleIn {
        from {
            transform: scale(0.8);
            opacity: 0;
        }

        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    /* Responsive */
    @media (max-width: 520px) {
        .smo-popup-box {
            margin: 16px;
            padding: 26px;
        }
    }


    /* --------------- FAQ----------------  */

    .faq-wrap {
        max-width: 1000px;
        margin: 80px auto;
        padding: 0 20px;
        font-family: Arial, sans-serif;
    }

    .faq-header h2 {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .faq-header p {
        font-size: 16px;
        color: #555;
    }

    .faq-intro {
        font-size: 36px;
        margin: 50px 0 30px;
    }

    .faq-list {
        max-width: 700px;
    }

    .faq-item {
        border-bottom: 1px solid #e6e6e6;
    }

    .faq-q {
        width: 100%;
        background: none;
        border: none;
        padding: 18px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        text-align: left;
    }

    .faq-icon {
        font-size: 22px;
        transition: transform 0.3s ease;
    }

    .faq-a {
        max-height: 0;
        overflow: hidden;
        font-size: 16px;
        color: #555;
        line-height: 1.6;
        transition: max-height 0.4s ease;
        padding-right: 30px;
    }

    .faq-item.active .faq-a {
        max-height: 200px;
        padding-bottom: 15px;
    }

    .faq-item.active .faq-icon {
        transform: rotate(45deg);
    }

    @media (max-width: 768px) {
        .faq-header h2 {
            font-size: 30px;
        }

        .faq-intro {
            font-size: 26px;
        }

        .faq-q {
            font-size: 16px;
        }

        .faq-a {
            font-size: 15px;
        }
    }