:root {
    /* Premium subtle gradient inspired by logo */
    --gradient-main: linear-gradient(135deg, rgba(251, 62, 197, 1) 0%, rgba(97, 2, 48, 1) 50%, rgba(255, 211, 2, 1) 100%);
    ;
    --gradient-soft: linear-gradient(180deg, #fff6fb, #ffffff);
    --accent-color: #be268a;
    --contrast-color: #ffffff;
    --default-color: #2c3031;
    --accent-pink: #ff4fd8;
    --accent-gold: #ffb347;
    --text-primary: #1f1f2e;
    --text-secondary: #6f6f86;
    --surface: #ffffff;
    --border-light: rgba(0, 0, 0, 0.06);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: var(--text-primary);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
    color: inherit;
}

header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-light);
    padding: 8px 0;
}
img {
    max-width: 100%;
    height: auto;
}
.nav {
    margin: auto;
    padding: 6px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta-btn {
    background: #fff;
    color: #000;
    padding: 12px 20px;
    border-radius: 80px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 22px;
}

.site-header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.logo img {
    max-width: 200px;
}
.nav-actions {
    display: flex;
    gap: 28px;
    align-items: center;
}
.nav-actions a {
    text-decoration: none;
    font-weight: 500;
    color: #444;
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}
/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
    color: var(--default-color);
    /*  background-color: var(--background-color);*/
    position: relative;
    padding-top: 0px;
}
.page-title .heading {
    padding: 25px 0;
    background: #fff;
}
.page-title .heading h1 {
    font-size: 38px;
    font-weight: 500;
}
.page-title nav {
    margin: 15px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #adadad12;
    text-align: center;
    justify-content: center;
    display: flex;
    border-top: 0.5px solid #ffc10766;
}
.page-title nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.page-title nav ol li + li {
    padding-left: 10px;
}
.page-title nav ol li + li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.cta {
    max-width: 100%;
    margin: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    align-items: center;
}
.cta-2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.nav-actions a {
    margin-left: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.nav-actions a:hover {
    color: var(--text-secondary)
}
.btn-primary {
    background: #be268a;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 12px 30px rgb(251 185 237 / 35%);
}
.btn-lined {
    background-color: transparent;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 12px 30px rgb(251 185 237 / 35%);
}
/* ===== HERO ===== */
section.hero {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    background: linear-gradient(135deg, #fff5fd 0%, #ffebd0 55%, #fff4c1 100%);
    padding: 80px 20px;
}
.wide-sec {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
    margin: auto;
}
.hero h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}
.hero p {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 520px;
    margin-bottom: 36px;
}
.hero-actions a {
    margin-right: 16px;
}
.hero-card {
    padding: 30px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.hero-card h3 {
    font-size: 20px;
    margin-bottom: 18px;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.tag {
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 79, 216, 0.12), rgba(255, 179, 71, 0.12));
    font-size: 13px;
    font-weight: 500;
    color: var(--text-primary);
}
/* ===== SERVICE CARDS ===== */
.services-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}
.service-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.06);
    transition: all .35s ease;
    margin: 6px;
    height: 300px;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.12);
}
.service-top {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.service-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffe8f3, #f4f6ff);
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icon img {
   width: 28px !important;
}
.service-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.service-card p {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.6;
}
.service-link {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    text-decoration: none;
    color: #7c3aed;
    transition: .3s;
}
.service-link i {
    transition: .3s;
}
.service-link:hover i {
    transform: translateX(6px);
}
/* ===== SECTION BASE ===== */
section {
    margin: auto;
    padding: 60px 0;
}
.section-title {
    font-size: 34px;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
    font-weight: 700;
}
.section-subtitle {
    color: var(--text-secondary);
    max-width: 620px;
    margin-bottom: 56px;
}
/* ===== CATEGORIES ===== */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
}
.category-card {
    background: linear-gradient(180deg, #ffffff, #fff6fb);
    border-radius: 26px;
    padding: 34px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.06);
    transition: transform .35s ease, box-shadow .35s ease;
}
.category-card.our-services {
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: 100%;
}
.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.09);
}
.category-card img {
    width: 100%;
    max-width: 50px;
    margin: 0 0 10px
}
.category-card h4 {
    margin-bottom: 10px;
}
.category-card p {
    font-size: 14px;
    color: var(--text-secondary);
}
.category-card .cat-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}
.category-card .cat-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}
.category-card:hover .cat-link {
    color: var(--accent-color);
}
.category-card:hover .cat-link i {
    transform: translateX(3px);
}
/* ===== EXPERTS ===== */
.expert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}
.expert-card {
    background: var(--surface);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.07);
}
.expert-card h4 {
    margin-bottom: 6px;
}
.expert-card .speciality {
    font-size: 16px;
    color: var(--accent-pink);
}
.expert-card span {
    font-size: 13px;
    color: var(--text-secondary);
}
.expert-card p {
    font-size: 14px;
    margin: 18px 0 30px;
    color: var(--text-secondary);
}
.price-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 14px;
}
/* ===== CTA ===== */
.cta {
    background: var(--gradient-main);
    border-radius: 36px;
    padding: 90px 50px;
    text-align: center;
    color: #fff;
}
.cta h2 {
    font-size: 40px;
    margin-bottom: 16px;
    text-align: left;
}
.cta p {
    max-width: 560px;
    margin: auto;
    margin-bottom: 34px;
    opacity: 0.95;
    text-align: left;
}
/* ===== EXPERT IMAGE ===== */
.expert-image-card-01 {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 16px;
}
.expert-image-card-02 {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 16px;
}
.expert-image-card-03 {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 16px;
}
/* ===== HERO BUTTON SECTION ===== */
.hero-actions-wrapper-01 {
    margin-top: 32px;
}
/* ===== CTA CONTAINER ===== */
.cta-layout-container-01 {
    align-items: center;
}
/* ===== CTA TITLE ===== */
.cta-title-large-01 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}
/* ===== CTA SUBTEXT ===== */
.cta-subtext-light-01 {
    color: #eeeeee;
}
/* ===== APP IMAGE WRAPPER ===== */
.mobile-preview-wrapper-01 {
    position: relative;
}
/* ===== APP GLOW EFFECT ===== */
.mobile-preview-glow-01 {
    position: absolute;
    inset: -30px;
    background: radial-gradient(circle at center, rgba(255, 79, 216, 0.35), transparent 60%);
}
/* ===== MOBILE APP IMAGE ===== */
.mobile-preview-image-left-01 {
    max-width: 220px;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
}
.mobile-preview-image-right-01 {
    max-width: 220px;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
}
/* ===== APP STORE BADGES ===== */
.app-store-badge-ios-01 {
    height: 46px;
}
.app-store-badge-android-01 {
    height: 46px;
}
/* ===== FORM GRID ROW 1 ===== */
.expert-form-row-grid-01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
/* ===== FORM GRID ROW 2 ===== */
.expert-form-row-grid-02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
/* HERO */
.page-hero {
    background: linear-gradient(135deg, #fff5fd, #ffebd0, #fff4c1);
    padding: 40px 0;
    text-align: center;
}
.page-hero h1 {
    font-size: 42px;
    font-weight: 700;
}
.page-hero p {
    color: var(--text-secondary);
    max-width: 600px;
    margin: 15px auto 0;
}
/* ===== FORM INPUTS ===== */
.expert-form-input-name-01 {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    font-family: Poppins;
    width: 100%;
}
.expert-form-input-email-01 {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    font-family: Poppins;
    width: 100%;
}
.expert-form-input-expertise-01 {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    font-family: Poppins;
    width: 100%;
}
.expert-form-input-experience-01 {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    font-family: Poppins;
    width: 100%;
}
/* ===== FORM TEXTAREA ===== */
.expert-form-textarea-bio-01 {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    font-family: Poppins;
    margin-bottom: 24px;
}
/* ===== SUBMIT BUTTON ===== */
.expert-form-submit-button-01 {
    border: none;
    cursor: pointer;
}
/* ===== FOOTER ===== */
.footer-top {
    padding: 0px 0;
}
.footer-top ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0;
}
.footer-top ul li {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.footer-top ul li a:hover {
    color: var(--text-secondary);
}
footer {
    padding: 20px 0px;
    text-align: center;
    font-size: 14px;
    color: var(--text-secondary);
    background: var(--gradient-soft);
}
@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .footer-top ul {
        gap: 15px;
    }
    .footer-top ul li {
        font-size: 12px;
    }
    footer {
        padding: 10px 0px;
        font-size: 12px;
    }
}
/* APP CTA SECTION */
.app-section {
    padding: 0 80px 0;
}
.cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    background: var(--gradient-main);
    padding: 70px;
    border-radius: 28px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
/* CONTENT */
.terms-section {
    padding: 60px 0;
}
.terms-card h3 {
    margin-top: 25px;
    font-weight: 600;
}
.terms-card p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-top: 10px;
}
/* CONTENT */
.policy-section {
    padding: 60px 0;
}
.policy-card h3 {
    margin-top: 25px;
    font-weight: 600;
}
.policy-card p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-top: 10px;
}
/* LEFT CONTENT */
.cta-content {
    max-width: 520px;
}
.cta-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 18px;
}
.cta-subtitle {
    color: #eee;
    font-size: 16px;
    line-height: 26px;
}
/* STORE BUTTONS */
.cta-store-buttons {
    margin-top: 32px;
    display: flex;
    gap: 14px;
}
.store-btn img {
    height: 46px;
}
/* RIGHT IMAGE AREA */
.cta-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-glow {
    position: absolute;
    inset: -30px;
    background: radial-gradient(circle at center, rgba(255, 79, 216, 0.35), transparent 60%);
}
.cta-phone {
    max-width: 220px;
    border-radius: 25px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}
.phone-back {
    margin-right: -60px;
}
.phone-front {
    margin-left: -60px;
}
/* EXPERT SECTION */
.expert-section {
    padding: 60px 0;
}
/* ROW ALIGNMENT */
/* FORM CARD */
.expert-form-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
/* FORM GRID */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
/* INPUTS */
.expert-form-card input, .expert-form-card textarea {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    font-family: Poppins;
    font-size: 14px;
}
/* TEXTAREA */
.expert-form-card textarea {
    margin-bottom: 24px;
    resize: none;
}
/* BUTTON */
.submit-btn {
    border: none;
    cursor: pointer;
    padding: 14px 28px;
}
/* RIGHT CTA */
.expert-cta {
    background: var(--gradient-main);
    padding: 50px;
    border-radius: 24px;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.expert-cta h2 {
    font-size: 28px;
	font-weight: 700;
    margin-bottom: 14px;
}
.expert-cta p {
    color: #eee;
    margin-bottom: 24px;
}
/* CTA BUTTON */
.cta-btn {
    display: inline-block;
    padding: 12px 26px;
    background: #fff;
    color: #333;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}
/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.about {
    padding: 80px 0 0;
    background-color: var(--background-color);
}
.about .about-image {
    position: relative;
    margin-bottom: 30px;
}
.about .about-image .main-image {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about .about-image .experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 120px;
}
@media (max-width: 768px) {
    .about .about-image .experience-badge {
        min-width: 100px;
        min-height: 100px;
        padding: 15px;
        right: 0;
    }
}
.about .about-image .experience-badge .years {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}
@media (max-width: 768px) {
    .about .about-image .experience-badge .years {
        font-size: 2rem;
    }
}
.about .about-image .experience-badge .text {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.2;
}
.about .about-content {
    padding-left: 20px;
}
@media (max-width: 992px) {
    .about .about-content {
        padding-left: 0;
        margin-top: 30px;
    }
}
.about .about-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--heading-color);
}
@media (max-width: 768px) {
    .about .about-content h2 {
        font-size: 26px;
    }
}
.about .about-content .lead {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: var(--default-color);
}
.about .about-content p {
    margin-bottom: 1.5rem;
    color: var(--default-color);
}
.about .about-content .features-row {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.about .about-content .feature-item {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}
.about .about-content .feature-item .icon {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    color: var(--accent-color);
}
.about .about-content .feature-item .icon i {
    display: inline-block;
    transition: transform 0.3s ease;
}
.about .about-content .feature-item .icon:hover i {
    transform: translateY(-5px);
}
.about .about-content .feature-item h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--heading-color);
}
.about .about-content .feature-item p {
    font-size: 0.95rem;
    margin-bottom: 0;
}
.about .about-content .cta-button {
    margin-top: 1rem;
}
.about .about-content .cta-button .btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.about .about-content .cta-button .btn-primary:hover {
    background-color: color-mix(in srgb, var(--accent-color), #000 10%);
    border-color: color-mix(in srgb, var(--accent-color), #000 10%);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* TEAM SECTION */
section.team-section {
    background: linear-gradient(135deg, #fff5fd 0%, #ffebd0 55%, #fff4c1 100%);
    width: 100% !important;
    padding: 60px 0;
    max-width: 100%;
}
section.team-section.expert-page {
    background: var(--gradient-soft);
}
/* Owl Nav */
.team-slider.owl-carousel .owl-nav {
    margin-top: 25px;
    text-align: center;
}
/*
.team-slider.owl-carousel .owl-nav button.owl-next, .team-slider.owl-carousel .owl-nav button.owl-prev, .team-slider.owl-carousel button.owl-dot{
	position: absolute;
}
*/
.team-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    right: -15px !important;
    top: 35%;
}
.team-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    left: -15px !important;
    top: 35%;
}
.team-slider .owl-nav button {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: var(--accent-color) !important;
    color: #fff !important;
    margin: 0 6px;
    font-size: 18px;
    transition: 0.3s;
}
.team-slider .owl-nav button:hover {
    background: #6c5ce7 !important;
}
/* Owl Dots */
.team-slider .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.team-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    margin: 5px;
}
.team-slider .owl-dots .owl-dot.active span {
    background: var(--accent-color) !important;
}
/*-------------------------------------------------------RESPONSIVE MEDIA QUERY---------------------------------------------------------------------------*/
/* TABLETS */
@media (max-width:991px) {
    .wide-sec {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-actions {
        justify-content: center;
    }
    .cta {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 60px 40px;
    }
    .cta-store-buttons {
        justify-content: center;
    }
    .phone-back {
        margin-right: -40px;
    }
    .phone-front {
        margin-left: -40px;
    }
    .expert-cta {
        margin-top: 30px;
        padding: 40px;
    }
}
/* PHONES */
@media (max-width:768px) {

    body {
        font-size: 13px;
    }
		.mob-none{
		display: none;
	}
	.nav-wrapper {
    justify-content: center;
}
	.page-hero {
    padding: 20px 0;
}
	.page-hero h1 {
    font-size: 25px;
}
	.page-hero p {
    margin: 8px auto 0;
    font-size: 13px;
}
    .terms-section {
        padding: 30px 0;
    }
    .terms-card h3, .policy-card h3 {
        margin-top: 12px;
        font-size: 16px;
    }
    section.hero {
    padding: 30px 10px;
}
	.page-title nav ol, .page-title nav ol li + li {
    font-size: 11px;
}
    .hero h1 {
        font-size: 32px;
    }
    .nav-actions {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        padding: 20px;
        display: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    .nav-actions a {
        padding: 10px 0;
    }
    .app-section {
        padding: 30px 0;
    }
    .menu-toggle {
        display: block;
    }
    .nav-actions {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        gap: 16px;
        padding: 20px;
        display: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }
    .nav-actions a {
        width: 100%;
        text-align: left;
    }
    .hero-card {
        margin-top: 0px;
		padding: 20px;
    }
	.tag {
    padding: 10px 18px;
    font-size: 11px;
}
	.about {
    padding: 30px 0 0;
}
    .owl-carousel .service-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .contact .contact-info-panel {
        padding: 30px 25px;
    }
    .contact .form-container {
        padding: 30px 25px;
    }
    .cta {
        padding: 40px 25px;
    }
    .cta-title {
        font-size: 30px;
        line-height: 40px;
    }
    .cta-phone {
        max-width: 160px;
    }
    .phone-back {
        margin-right: -20px;
    }
    .phone-front {
        margin-left: -20px;
    }
	.hero p {
    font-size: 13px;
    max-width: 100%;
    margin-bottom: 25px;
}
    .cta img {
        max-width: 180px;
    }
    .category-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 25px;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .expert-form-card {
        padding: 25px;
    }
    .expert-cta {
        padding: 35px 25px;
    }
    .expert-cta h2 {
        font-size: 24px;
    }
	.logo img {
    max-width: 150px;
}
	.about .about-content .lead {
    font-size: 15px;
    line-height: 23px;
	}
	section, .policy-section {
    padding: 30px 0;
}
	.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
	.service-top {
    display: block;
    text-align: center;
    margin: auto;
}
	.service-link {
    justify-content: center;
}
	.cta h2 {
    font-size: 26px;
    line-height: 32px;
	}
	.cta-subtitle {
    font-size: 13px;
    line-height: 20px;
}
	.expert-form-card input, .expert-form-card textarea {
    font-size: 12px;
}
	.category-card {
    padding: 20px;
	}
}
@media (max-width: 576px) {
    .contact .social-links-panel .social-icons {
        flex-wrap: wrap;
    }
}
/* SMALL PHONES */
@media (max-width:480px) {
    .section-title {
        font-size: 26px;
    }
    .hero h1 {
        font-size: 26px;
    }
    .cta {
        padding: 40px 20px;
        grid-template-columns: 1fr;
        text-align: center;
    }
}