:root {
    --accent-color: #f37932;
    --accent-secondary-color: #65250c;
    --primary: #252363;
    --accent: #977c65;
    --light-bg: #f8f7fc;
    --cream-bg: #fcf8f3;
    --gold: #c7a332;
}

@font-face {
    font-family: "fh-regular";
    src: url("../webfonts/FHTotalDisplay-Test-Regular-BF6514dd5b34b98.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "fh-medium";
    src: url("../webfonts/FHTotalDisplay-Test-Medium-BF6514dd5ae34c2.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "fh-semibold";
    src: url("../webfonts/FHTotalDisplay-Test-SemiBold-BF6514dd5b27c56.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "fh-light";
    src: url("../webfonts/FHTotalDisplay-Test-Light-BF6514dd5b2b64b.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "fh-thin";
    src: url("../webfonts/FHTotalDisplay-Test-ThinItalic-BF6514dd5b18f2e.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* body {
    font-family: "fh-regular", sans-serif !important;
} */

h1,
h2,
h3 {
    font-family: "fh-semibold", sans-serif !important;
}

.testimonialSwiper {
    position: relative;
    padding: 20px 60px;
}

.testimonialSwiper .swiper-slide {
    height: auto;
}

.testimonial-next,
.testimonial-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.testimonial-prev {
    left: 0;
}

.testimonial-next {
    right: 0;
}

.page-header {
    background: url("/frontend/tcul-images/bg5.jpg");
}

.navbar {
    padding: 0;
    background-color: #fff;
    box-shadow:
        0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.page-header {
    padding: 180px 0 80px;
}

.main-header .header-sticky {
    position: fixed !important;
    width: 100%;
}

.about-block::after,
.about-block::before,
.about-motto::before,
.why-choose-info::after,
.why-choose-info::before {
    position: absolute;
    content: "";
}

.footer-logo img {
    max-width: 150px;
}

.main-menu ul li a:focus,
.main-menu ul li a:hover {
    color: #f37932;
}

.hero-btn .btn-default::after {
    background: #65250c;
}

.service-item:hover .service-btn a {
    background: var(--accent);
}

.why-choose-us {
    background: #f8f7fc;
}

.our-services,
.our-testimonials .testimonial-item {
    background: #fcf8f3;
}

#contactForm .btn-default::after,
.our-testimonials,
.why-choose-info .btn-default::after {
    background: var(--accent-secondary-color);
}

.hero-link:hover,
.our-testimonials .section-title h2,
.our-testimonials .section-title h3 {
    color: #fff;
}

.page-contact-us {
    background: #fcf8f3;
}

.contact-social-list ul li a {
    color: var(--white-color);
    background: #65250c;
}

.contact-social-list ul li a:focus,
.contact-social-list ul li a:hover {
    color: var(--white-color);
    background: var(--accent-color);
}

.footer-links ul li a:hover,
.footer-privacy-policy ul li:hover,
.header-contact-now,
.main-menu ul li a {
    color: var(--accent-color);
}

.header-contact-now i {
    animation: 2s infinite glowPhone;
}

@keyframes glowPhone {

    0%,
    100% {
        box-shadow: 0 0 0 rgba(241, 89, 42, 0);
    }

    50% {
        box-shadow: 0 0 18px rgba(241, 89, 42, 0.7);
    }
}

.section-title h1 span,
.section-title h2 span {
    color: #f37932;
}

.testimonial-rating i {
    font-size: 16px;
    color: #ffc928;
}

.service-header .icon-box img {
    max-width: 70px;
}

.why-choose-info {
    padding: 30px;
    color: #fff;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #ececec;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.why-choose-info::before {
    top: -120px;
    right: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(241, 89, 42, 0.05);
}

.why-choose-info::after {
    bottom: -80px;
    left: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(37, 35, 99, 0.04);
}

.about-block {
    position: relative;
    padding: 0 0 35px 45px;
    margin-bottom: 35px;
    border-bottom: 1px dashed #e5e5e5;
}

.about-block:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.about-block::before {
    left: 0;
    top: 4px;
    width: 5px;
    height: 75px;
    background: var(--accent-color);
    border-radius: 30px;
}

.about-block::after {
    left: -6px;
    top: 28px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 4px solid var(--accent-color);
    border-radius: 50%;
}

.about-block p {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 2;
}

.about-block strong {
    color: #252363;
    font-weight: 700;
}

.about-motto {
    margin-top: 20px;
    text-align: center;
    padding: 10px 45px 45px;
    border-radius: 20px;
    /* background: linear-gradient(135deg, #fff7f2, #fff); */
    /* border: 1px solid rgba(241, 89, 42, 0.15); */
    position: relative;
}

.about-motto::before {
    inset: 12px;
    /* border: 1px dashed rgba(241, 89, 42, 0.15); */
    border-radius: 16px;
    pointer-events: none;
}

.motto-icon {
    margin-bottom: 20px;
}

.motto-icon img {
    width: 90px;
}

.about-motto h3 {
    font-size: 25px;
    color: #252363;
    margin-bottom: 18px;
    font-weight: 600;
}

.about-motto h3 span {
    color: var(--accent-secondary-color);
    /* padding: 0 12px; */
}

.about-motto p {
    max-width: 720px;
    margin: auto;
    color: #666;
    line-height: 1.9;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.why-choose-counter-box {
    margin-top: 70px;
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    border: 1px solid #ececec;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.why-choose-counter-item {
    transition: 0.35s;
    border-radius: 16px;
    padding: 20px;
}

.why-choose-counter-item:hover {
    transform: translateY(-8px);
    background: #fafafa;
}

.why-choose-counter-item .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(241, 89, 42, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-counter-item .icon-box img {
    width: 36px;
}

.why-choose-counter-content h3 {
    color: #252363;
    font-size: 42px;
    margin-bottom: 6px;
}

.why-choose-counter-content p {
    color: #806043;
    font-weight: 500;
}

.about-block-one {
    margin-top: 30px;
}

.philosopy-section {
    background-color: #fcf8f3;
    padding: 60px;
}

.astro-philosophy-section {
    /* padding: 100px 0; */
    background: #fcf8f3;
}

.philosophy-manuscript {
    position: relative;
    background: #fffefb;
    border: 1px solid #eadfcf;
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.manuscript-decoration {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(241, 89, 42, 0.05);
}

.manuscript-decoration.top {
    top: -90px;
    right: -90px;
}

.manuscript-decoration.bottom {
    left: -90px;
    bottom: -90px;
}

.philosophy-item {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}

.item-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff3eb;
    color: #f37932;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 32px;
    transition: 0.4s;
}

.philosophy-item:hover .item-icon {
    background: #f37932;
    color: #fff;
    transform: rotate(10deg);
}

.item-content h4 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #252363;
    font-weight: 600;
}

.item-content p {
    font-size: 19px;
    line-height: 2;
    color: #555;
    margin: 0;
}

.hero-description strong,
.hero-main-title {
    color: #fff;
    font-weight: 700;
}

.manuscript-divider {
    position: relative;
    margin: 25px 0;
    text-align: center;
}

.manuscript-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #e8d8c6;
}

.manuscript-divider span {
    width: 16px;
    height: 16px;
    background: #f37932;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 2;
    border: 4px solid #fffefb;
}

.philosophy-manuscript:hover {
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
}

.testimonial-author {
    align-items: flex-start;
}

/* .service-btn a,
.service-item::before,
.why-choose-item::before {
    background: var(--accent-secondary-color);
} */

.service-item::before {
    background: transparent;
}

.footer-main {
    background: url(../images/footer-bg.svg), var(--primary);
}

.contact-info-item .icon-box {
    background-color: #65250c;
}

#contactForm .btn-default,
.why-choose-info .about-toggle {
    background: var(--accent-color);
}

.footer-view-all {
    position: relative;
    display: inline-block;
    padding-right: 28px;
    transition: 0.4s;
}

.footer-view-all::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    background: url("/frontend/images/arrow-white.svg") center/contain no-repeat;
    transform: translate(-2px, -50%);
    transition: 0.4s ease-in-out;
}

.footer-view-all:hover::before {
    transform: translate(6px, -50%) rotate(45deg);
}

.hero-content {
    position: relative;
    z-index: 20;
    max-width: 720px;
    padding: 40px 0 40px 15px;
}

.hero-main-title {
    font-family: "Playfair Display", serif;
    font-size: 78px;
    color: #fff;
}

.hero-main-title br,
.hero-main-title span {
    display: block;
}

.hero-description {
    max-width: 560px;
    margin: 35px 0 45px;
}

.hero-btn,
.hero-slide {
    display: flex;
    align-items: center;
}

.hero .row,
.hero-label {
    align-items: center;
}

.hero-label {
    display: inline-flex;
    gap: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #f37932;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.hero-btn,
.hero-title-divider {
    align-items: center;
    display: flex;
}

.hero-label:after,
.hero-label:before {
    content: "";
    width: 45px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.hero-main-title {
    margin: 0;
    line-height: 1.05;
    font-family: var(--accent-font);
    text-transform: none;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.08);
}

.hero-main-title span:first-child,
.hero-main-title span:last-child {
    font-size: 78px;
    color: #fff;
}

.hero-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    border-radius: 50%;
    background: #f89c35;
    box-shadow:
        0 0 12px rgba(248, 156, 53, 0.8),
        0 0 30px rgba(248, 156, 53, 0.4);
    animation: 2.8s infinite heroPulse;
}

@keyframes heroPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.35);
        opacity: 0.6;
    }
}

.hero-title-divider {
    gap: 18px;
    margin: 35px 0;
    color: #f0bb67;
}

.hero-title-divider span {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.hero-title-divider i {
    font-size: 13px;
    animation: 10s linear infinite rotateStar;
}

@keyframes rotateStar {
    to {
        transform: rotate(360deg);
    }
}

.hero-description {
    font-size: 24px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 40px;
}

.hero-btn {
    gap: 25px;
    flex-wrap: wrap;
}

.hero-link {
    color: #f37932;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.hero-link i {
    margin-left: 8px;
    transition: 0.3s;
}

.hero-link:hover i {
    transform: translateX(6px);
}

.hero-slide {
    min-height: 820px;
    display: flex;
    align-items: center;
}

.hero .container {
    position: relative;
    z-index: 30;
}

/* =========================================================
   COSMIC ASTROLOGY BACKGROUND — antique gold (#c7a332)
   ========================================================= */
.cosmic-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 20% 30%, #0a0a0a 0%, #000 55%, #000 100%),
        #000;
    color: #c7a332;
    --px: 0;    
    --py: 0;
}

.cosmic-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 55%, rgba(0, 0, 0, 0.55) 100%);
    pointer-events: none;
}

/* ---------- Stars ---------- */
.stars {
    position: absolute;
    inset: 0;
    transform: translate3d(calc(var(--px) * 10px), calc(var(--py) * 10px), 0);
    will-change: transform;
}

.stars .star {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 6px #fff;
    opacity: 0.85;
    animation: twinkle 4s ease-in-out infinite;
}

.stars .star-bright {
    background: #fff5d6;
    box-shadow: 0 0 10px #fff5d6, 0 0 20px rgba(199, 163, 50, 0.6);
    animation: pulseGlow 5s ease-in-out infinite;
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 0.15;
        transform: scale(0.6);
    }

    50% {
        opacity: 0.95;
        transform: scale(1);
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        opacity: 0.4;
        filter: brightness(1);
    }

    50% {
        opacity: 1;
        filter: brightness(1.6);
    }
}

/* ---------- Cosmic dust ---------- */
.cosmic-dust {
    position: absolute;
    inset: 0;
    transform: translate3d(calc(var(--px) * 6px), calc(var(--py) * 6px), 0);
}

.cosmic-dust span {
    position: absolute;
    border-radius: 50%;
    background: rgba(199, 163, 50, 0.55);
    box-shadow: 0 0 6px rgba(199, 163, 50, 0.55);
    opacity: 0;
    animation: dustRise linear infinite;
}

@keyframes dustRise {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    10% {
        opacity: 0.9;
    }

    90% {
        opacity: 0.6;
    }

    100% {
        transform: translate3d(var(--drift), -110vh, 0);
        opacity: 0;
    }
}

/* ---------- Constellations ---------- */
.constellations {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.14;
    transform: translate3d(calc(var(--px) * 14px), calc(var(--py) * 14px), 0);
}

.constellation {
    transform-origin: center;
    animation: constellationBlink 10s ease-in-out infinite;
}

@keyframes constellationBlink {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

/* ---------- Nebula ---------- */
.nebula {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.4;
    mix-blend-mode: screen;
}

.nebula-1 {
    width: 620px;
    height: 620px;
    top: -160px;
    left: -160px;
    background: radial-gradient(circle, #0a0a0a 0%, rgba(199, 163, 50, 0.15) 55%, transparent 70%);
    animation: nebulaDrift 26s ease-in-out infinite;
}

.nebula-2 {
    width: 700px;
    height: 700px;
    bottom: -220px;
    right: -180px;
    background: radial-gradient(circle, #c7a332 0%, #0a0a0a 45%, transparent 70%);
    animation: nebulaDrift 34s ease-in-out infinite reverse;
}

.nebula-3 {
    width: 480px;
    height: 480px;
    top: 40%;
    left: 55%;
    background: radial-gradient(circle, #0a0a0a 0%, transparent 65%);
    animation: nebulaDrift 30s ease-in-out infinite;
    opacity: 0.28;
}

@keyframes nebulaDrift {

    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.32;
    }

    50% {
        transform: translate3d(30px, -25px, 0) scale(1.1);
        opacity: 0.5;
    }
}

/* ---------- Floaters ---------- */
.floaters {
    position: absolute;
    inset: 0;
    transform: translate3d(calc(var(--px) * 8px), calc(var(--py) * 8px), 0);
}

.floater {
    position: absolute;
    color: #c7a332;
    text-shadow: 0 0 12px rgba(199, 163, 50, 0.7);
    animation: cosmicFloat ease-in-out infinite alternate;
    user-select: none;
}

@keyframes cosmicFloat {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(10px, -14px, 0) rotate(12deg);
    }
}

/* ---------- Zodiac Ring ---------- */
.zodiac-ring {
    position: absolute;
    top: 35%;
    left: 90%;
    width: min(90vw, 500px);
    height: min(90vw, 500px);
    transform:
        translate3d(-50%, -50%, 0) rotateX(calc(var(--py) * -2deg)) rotateY(calc(var(--px) * 2deg));
    transform-style: preserve-3d;
    transition: filter 0.6s ease;
    filter:
        drop-shadow(0 0 22px rgba(199, 163, 50, 0.25)) drop-shadow(0 0 60px rgba(199, 163, 50, 0.15));
    pointer-events: auto;
}

.zodiac-svg {
    width: 100%;
    height: 100%;
    animation: rotateSlow 100s linear infinite;
    transform-origin: center;
}

.zodiac-ring:hover {
    filter:
        drop-shadow(0 0 40px rgba(199, 163, 50, 0.55)) drop-shadow(0 0 90px rgba(199, 163, 50, 0.35));
}

.zodiac-ring:hover .zodiac-symbols {
    fill: #f6dc86;
}

.zodiac-symbols {
    transition: fill 0.5s ease;
    font-variant-emoji: text;
}

.zodiac-svg text {
    font-variant-emoji: text;
}

@keyframes rotateSlow {
    to {
        transform: rotate(360deg);
    }
}

/* ---------- Orbit system ---------- */
.orbit-system {
    position: absolute;
    bottom: -220px;
    left: -220px;
    width: 620px;
    height: 620px;
    transform: translate3d(calc(var(--px) * 4px), calc(var(--py) * 4px), 0);
}

.orbit-system .sun {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #ffe8a8, #c7a332 55%, #6b4a10);
    box-shadow:
        0 0 20px rgba(199, 163, 50, 0.6),
        0 0 50px rgba(199, 163, 50, 0.4),
        0 0 90px rgba(199, 163, 50, 0.25);
    animation: pulseGlow 6s ease-in-out infinite;
}

.orbit-system .sun-corona {
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(199, 163, 50, 0.35), transparent 70%);
    animation: pulseGlow 4s ease-in-out infinite;
}

.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid rgba(199, 163, 50, 0.22);
    box-shadow: inset 0 0 30px rgba(199, 163, 50, 0.05);
    transform: translate(-50%, -50%);
}

.orbit-1 {
    width: 200px;
    height: 200px;
    animation: rotateSlow 22s linear infinite;
}

.orbit-2 {
    width: 320px;
    height: 320px;
    animation: rotateSlow 38s linear infinite reverse;
}

.orbit-3 {
    width: 460px;
    height: 460px;
    animation: rotateSlow 60s linear infinite;
}

.orbit-4 {
    width: 580px;
    height: 580px;
    animation: rotateSlow 90s linear infinite reverse;
    border-style: dashed;
    opacity: 0.5;
}

.planet {
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 50%;
}

.planet.p1 {
    background: radial-gradient(circle at 30% 30%, #ffe8a8, #c7a332);
    box-shadow: 0 0 14px #c7a332;
}

.planet.p2 {
    width: 18px;
    height: 18px;
    top: -9px;
    margin-left: -9px;
    background: radial-gradient(circle at 30% 30%, #b39ddb, #4a2f8a);
    box-shadow: 0 0 16px rgba(139, 90, 220, 0.7);
}

.planet.p2 .moon {
    position: absolute;
    top: -6px;
    left: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e8d38a;
    box-shadow: 0 0 6px #e8d38a;
}

.planet.p3 {
    background: radial-gradient(circle at 30% 30%, #ffb98a, #ff7a3d);
    box-shadow: 0 0 12px #ff9e6b;
}

.planet.p4 {
    width: 10px;
    height: 10px;
    top: -5px;
    margin-left: -5px;
    background: radial-gradient(circle at 30% 30%, #cfe8ff, #4a7bc4);
    box-shadow: 0 0 10px rgba(120, 180, 255, 0.7);
}

.orbit-particle {
    position: absolute;
    top: -3px;
    left: 60%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c7a332;
    box-shadow: 0 0 8px #c7a332;
    opacity: 0.7;
}

/* Shooting stars — small bright head + thin tapered tail, moving diagonally */
.shooting-star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    box-shadow:
        0 0 6px 1px #fff,
        0 0 14px 2px rgba(199, 163, 50, 0.9);
    opacity: 0;
    /* tail streams behind the head, pointing up-right so motion reads down-left→ nope, we want down-right */
    transform: rotate(35deg);
    will-change: transform, opacity;
}

.shooting-star::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    /* tail behind the head */
    width: 140px;
    height: 1px;
    transform: translateY(-50%);
    background: linear-gradient(to left,
            rgba(255, 255, 255, 0.95),
            rgba(199, 163, 50, 0.6) 40%,
            rgba(199, 163, 50, 0) 100%);
    filter: blur(0.3px);
}

/* Diagonal travel: move right AND down together */
@keyframes shoot-diagonal {
    0% {
        transform: translate(0, 0) rotate(35deg);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate(120vw, 80vh) rotate(35deg);
        opacity: 0;
    }
}

.ss-1 {
    top: 8%;
    left: -10%;
    animation: shoot-diagonal 3.2s ease-in 4s infinite;
}

.ss-2 {
    top: 22%;
    left: -15%;
    animation: shoot-diagonal 2.8s ease-in 9s infinite;
}

.ss-3 {
    top: 40%;
    left: -20%;
    animation: shoot-diagonal 3.6s ease-in 14s infinite;
}

.about-section .text-anime-style-2 {
    color: #c7a332;
}

.philosophy-title .text-anime-style-2 {
    color: #c7a332;
}

.text-anime-style-2
/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .zodiac-ring {
        width: 92vw;
        height: 92vw;
    }

    .nebula-3 {
        display: none;
    }
}

@media (max-width: 640px) {
    .orbit-4 {
        display: none;
    }

    .floater:nth-child(2n) {
        display: none;
    }

    .cosmic-dust span:nth-child(2n) {
        display: none;
    }

    .stars .star:nth-child(3n) {
        display: none;
    }

    .nebula {
        filter: blur(60px);
    }
}

@media (prefers-reduced-motion: reduce) {

    .zodiac-svg,
    .orbit,
    .nebula,
    .stars .star,
    .cosmic-dust span,
    .floater,
    .shooting-star,
    .constellation,
    .sun,
    .sun-corona {
        animation: none !important;
    }
}

.page-contact-us {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.page-contact-us::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 35%;
    background: url('../images/section-bg-img-4.svg') no-repeat center;
    background-size: contain;
    transform: translateY(0);
    pointer-events: none;
    animation: astroFloat 6s ease-in-out infinite;
}

.page-contact-us::before {
    height: 250px;
    width: 250px;
}

/* .why-choose-us.why-choose-us-icon {
    position: relative;
    overflow: hidden;
}

.why-choose-us.why-choose-us-icon::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: url("../images/section-bg-img-4.svg") no-repeat center;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
    animation: astroFloat 6s ease-in-out infinite;
} */

/* @keyframes astroFloat {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-40px);
    }

    100% {
        transform: translateX(0);
    }
} */
 /* .why-choose-us{
    position: relative;
    overflow: hidden;
    isolation: isolate;
 }
 .why-choose-us::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("../tcul-images/about_bg.png") center center / cover no-repeat;
    z-index: -1;
    pointer-events: none;
}

.why-choose-us .container{
    position: relative;
    z-index: 1;
} */

.why-choose-us.why-constellation-icon {
    position: relative;
    overflow: hidden;
}

.why-choose-us.why-constellation-icon::after {
    content: "";
    position: absolute;
    bottom: 2%;
    left: 0%;
    width: 300px;
    height: 300px;
    background: url("../images/constellation-1.svg") no-repeat center;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
    animation: astroFloat 6s ease-in-out infinite;
}

@keyframes astroFloat {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-40px);
    }

    100% {
        transform: translateX(0);
    }
}

.footer-index-icon {
    position: relative;
}

.footer-index-icon::before {
    content: '';
    position: absolute;
    top: -100%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: url('../images/constellation-2.svg') no-repeat center;
    background-size: contain;
    transform: rotateY(180deg) translateY(-85%);
    transform-origin: center center;
    pointer-events: none;
    z-index: 0;
    animation: footerDecorationFloat 8s ease-in-out infinite;
}

.service-page-icon {
    position: relative;
}

.service-page-icon::before {
    content: '';
    position: absolute;
    bottom: -10%;
    right: 2%;
    width: 300px;
    height: 300px;
    background: url(../images/section-bg-img-4.svg) no-repeat center;
    background-size: contain;
    transform: rotateY(180deg) translateY(-85%);
    transform-origin: center center;
    pointer-events: none;
    z-index: 0;
    animation: footerDecorationFloat 8s ease-in-out infinite;
}

@keyframes footerDecorationFloat {
    0% {
        transform: rotateY(180deg) translateY(-85%) translateX(0);
    }

    50% {
        transform: rotateY(180deg) translateY(-85%) translateX(40px);
    }

    100% {
        transform: rotateY(180deg) translateY(-85%) translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cosmic-bg * {
        animation: none !important;
    }
}

.hero-slide {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.hero-slide .row {
    justify-content: center;
}

.hero-slide .col-lg-6 {
    display: flex;
    justify-content: center;
}

.hero-content {
    text-align: center;
    align-items: center;
}

.hero-body {
    justify-content: center;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-family: var(--default-font);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent-color);
    background: url('../tcul-images/scroll.png') no-repeat left center;
    background-size: 19px 25px;
    padding-left: 32px;
    margin-bottom: 10px;
}

.about-section {
    /* margin-top: 40px; */
    margin-bottom: 20px;
}

.about-content-block p {
    max-width: 100%;
}

.about-block {
    text-align: justify;
}

.why-choose-us {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* padding: 80px 0; */
    background: rgb(255 239 214 / var(--tw-bg-opacity, 1));
    /* background:
        radial-gradient(ellipse 60% 100% at 100% 0%, rgba(120, 90, 160, 0.35) 0%, transparent 60%),
        radial-gradient(ellipse 50% 80% at 100% 30%, rgba(230, 130, 60, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse 40% 60% at 5% 60%, rgba(240, 190, 90, 0.25) 0%, transparent 70%),
        linear-gradient(to bottom, transparent 0%, transparent 30%, #ffffff 50%, #ffffff 100%),
        #050208; */
}

.astro-profile-content .section-title h2 {
    color: #65250c;
}

.why-choose-title .text-anime-style-2 {
    color: #fff;
}

.why-choose-us .section-title h2 span {
    color: #f37932;
}

.cosmic-footer {
    position: relative;
    overflow: hidden;
    background: #1e1b52;
    /* your indigo base */
    color: #fff;
    isolation: isolate;
}

.cosmic-footer>*:not(.cosmic-bg) {
    position: relative;
    z-index: 2;
}

.cosmic-footer .cosmic-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at 20% 30%, #0a0a0a 0%, #000 55%, #000 100%), #000
}

/* ---------- STARS (pure CSS via layered radial-gradients) ---------- */
.cosmic-footer .stars {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1px 1px at 10% 20%, #fff, transparent 50%),
        radial-gradient(1px 1px at 25% 70%, #fff, transparent 50%),
        radial-gradient(1px 1px at 40% 40%, #fff, transparent 50%),
        radial-gradient(1.5px 1.5px at 55% 15%, #fff, transparent 50%),
        radial-gradient(1px 1px at 65% 85%, #fff, transparent 50%),
        radial-gradient(1px 1px at 78% 30%, #fff, transparent 50%),
        radial-gradient(2px 2px at 88% 60%, #fff, transparent 50%),
        radial-gradient(1px 1px at 15% 90%, #fff, transparent 50%),
        radial-gradient(1px 1px at 35% 10%, #fff, transparent 50%),
        radial-gradient(1px 1px at 92% 12%, #fff, transparent 50%),
        radial-gradient(1.5px 1.5px at 5% 55%, #fff, transparent 50%),
        radial-gradient(1px 1px at 48% 62%, #fff, transparent 50%),
        radial-gradient(1px 1px at 72% 48%, #fff, transparent 50%),
        radial-gradient(2px 2px at 30% 35%, #ffe9a8, transparent 50%),
        radial-gradient(1.5px 1.5px at 60% 78%, #ffe9a8, transparent 50%);
    animation: twinkle 4s ease-in-out infinite alternate;
}

@keyframes twinkle {
    0% {
        opacity: .55
    }

    100% {
        opacity: 1
    }
}

/* ---------- COSMIC DUST ---------- */
.cosmic-footer .cosmic-dust {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.cosmic-footer .cosmic-dust::before,
.cosmic-footer .cosmic-dust::after {
    content: "";
    position: absolute;
    inset: -20% 0 0 0;
    background-image:
        radial-gradient(1px 1px at 12% 80%, rgba(255, 255, 255, .7), transparent 60%),
        radial-gradient(1px 1px at 32% 60%, rgba(199, 163, 50, .6), transparent 60%),
        radial-gradient(1px 1px at 55% 90%, rgba(255, 255, 255, .6), transparent 60%),
        radial-gradient(1px 1px at 78% 70%, rgba(199, 163, 50, .5), transparent 60%),
        radial-gradient(1px 1px at 90% 50%, rgba(255, 255, 255, .6), transparent 60%);
    animation: rise 18s linear infinite;
}

.cosmic-footer .cosmic-dust::after {
    animation-duration: 26s;
    animation-delay: -8s;
    opacity: .7;
}

@keyframes rise {
    0% {
        transform: translateY(20%);
    }

    100% {
        transform: translateY(-40%);
    }
}

/* ---------- CONSTELLATIONS ---------- */
.cosmic-footer .constellations {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .55;
}

.cosmic-footer .const {
    animation: fadePulse 7s ease-in-out infinite;
}

.cosmic-footer .c2 {
    animation-delay: -2s;
}

.cosmic-footer .c3 {
    animation-delay: -4s;
}

@keyframes fadePulse {

    0%,
    100% {
        opacity: .35
    }

    50% {
        opacity: .9
    }
}

/* ---------- NEBULAE ---------- */
.cosmic-footer .nebula {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .55;
    mix-blend-mode: screen;
    animation: drift 22s ease-in-out infinite alternate;
}

.cosmic-footer .nebula-1 {
    width: 520px;
    height: 520px;
    left: -120px;
    top: -120px;
    background: radial-gradient(circle, rgba(140, 90, 220, .55), transparent 60%);
}

.cosmic-footer .nebula-2 {
    width: 480px;
    height: 480px;
    right: -100px;
    bottom: -140px;
    background: radial-gradient(circle, rgba(60, 80, 200, .6), transparent 60%);
    animation-delay: -6s;
}

.cosmic-footer .nebula-3 {
    width: 360px;
    height: 360px;
    left: 40%;
    top: 30%;
    background: radial-gradient(circle, rgba(199, 163, 50, .28), transparent 60%);
    animation-delay: -12s;
}

@keyframes drift {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(30px, -20px) scale(1.08);
    }
}

/* ---------- ORBIT SYSTEM ---------- */
.cosmic-footer .orbit-system {
    position: absolute;
    left: 6%;
    bottom: -120px;
    width: 360px;
    height: 360px;
    opacity: .85;
}

.cosmic-footer .sun {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, #ffd97a, #c7a332 60%, transparent 75%);
    box-shadow: 0 0 30px 6px rgba(199, 163, 50, .6);
}

.cosmic-footer .orbit {
    position: absolute;
    inset: 0;
    border: 1px dashed rgba(199, 163, 50, .35);
    border-radius: 50%;
    animation: spin linear infinite;
}

.cosmic-footer.orbit-1 {
    inset: 35%;
    animation-duration: 9s;
}

.cosmic-footer .orbit-2 {
    inset: 22%;
    animation-duration: 16s;
}

.cosmic-footer .orbit-3 {
    inset: 6%;
    animation-duration: 26s;
}

.cosmic-footer .planet {
    position: absolute;
    top: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translateX(-50%);
}

.cosmic-footer .p1 {
    background: #e9cf7a;
    box-shadow: 0 0 8px #c7a332;
}

.cosmic-footer .p2 {
    background: #b8c8ff;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 10px #6a80c8;
}

.cosmic-footer .p3 {
    background: #f0c8a0;
    width: 7px;
    height: 7px;
    box-shadow: 0 0 8px #a67243;
}

.cosmic-footer .moon {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 6px rgba(255, 255, 255, .7);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ---------- SHOOTING STARS ---------- */
.cosmic-footer .shooting-star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    box-shadow:
        0 0 6px 1px #fff,
        0 0 14px 2px rgba(199, 163, 50, 0.9);
    opacity: 0;
    /* tail streams behind the head, pointing up-right so motion reads down-left→ nope, we want down-right */
    transform: rotate(35deg);
    will-change: transform, opacity;
}

.cosmic-footer .shooting-star::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    /* tail behind the head */
    width: 140px;
    height: 1px;
    transform: translateY(-50%);
    background: linear-gradient(to left,
            rgba(255, 255, 255, 0.95),
            rgba(199, 163, 50, 0.6) 40%,
            rgba(199, 163, 50, 0) 100%);
    filter: blur(0.3px);
}

/* Diagonal travel: move right AND down together */
@keyframes shoot-diagonal {
    0% {
        transform: translate(0, 0) rotate(35deg);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate(120vw, 80vh) rotate(35deg);
        opacity: 0;
    }
}

.cosmic-footer .ss-1 {
    top: 8%;
    left: -10%;
    animation: shoot-diagonal 3.2s ease-in 4s infinite;
}

.cosmic-footer .ss-2 {
    top: 22%;
    left: -15%;
    animation: shoot-diagonal 2.8s ease-in 9s infinite;
}

/* ---------- VIGNETTE ---------- */
.cosmic-footer .cosmic-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 55%, rgba(0, 0, 0, .55) 100%);
}

@media (prefers-reduced-motion: reduce) {

    .cosmic-footer .stars,
    .cosmic-dust::before,
    .cosmic-dust::after,
    .cosmic-footer .nebula,
    .orbit,
    .shooting-star,
    .const {
        animation: none !important;
    }
}

/* ===================================
   TOP HEADER BAR
=================================== */

.header-top-bar {
    background: #ffbb61;
    color: #3d2b00;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    font-family: var(--accent-font);
}

.top-bar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 42px;
    gap: 20px;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.top-bar-left a,
.top-bar-left span {
    color: #65250c;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: .3s;
}

.top-bar-left a:hover {
    color: #65250c;
}

.top-bar-left i {
    font-size: 13px;
}

.top-bar-right {
    white-space: nowrap;
    font-weight: 700;
    color: #c9011f;
    letter-spacing: .3px;
    font-size: 15px;
}

/*====================================
Astrologer Profile Section
=====================================*/

.astro-profile-section {
    margin: 30px 0;
}

.astro-profile-content {
    padding-right: 40px;
}

.astro-profile-content p {
    font-size: 18px;
    line-height: 2;
    color: #000;
    margin-bottom: 25px;
}

.astro-profile-card {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* .card-bg{

    position:absolute;
    inset:0;

    background:
    url('/frontend/tcul-images/cosmic-pattern.png') center/cover;

    border-radius:30px;
} */

.profile-card {

    position: relative;
    z-index: 2;

    width: 100%;

    background: #fff8e8;

    border-radius: 0px;

    /* padding:40px 30px; */

    text-align: center;

    /* margin:35px; */
}

.profile-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-info p {
    margin-bottom: 0px;
    color: #65250c;
}

/*====================================
WHY CHOOSE US SECTION
=====================================*/

.why-choose-new {
    padding: 50px 0;
    background: #f4f4f4;
    position: relative;
    padding-bottom: 80px;
}

.why-choose-new .section-title {
    margin-bottom: 60px;
}

/* Small Heading */

.why-choose-new .section-title h3 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    background-size: 34px 40px;
    padding-left: 50px;
    background-position-y: 16px;
    /* margin-bottom: 25px; */
}

/* Decorative Icon */

.why-choose-new .section-title h3::before {

    content: "";

    position: absolute;

    left: -45px;
    top: 50%;

    transform: translateY(-50%);

    width: 22px;
    height: 28px;

    background: url('/frontend/tcul-images/scroll-icon.png') no-repeat center;
    background-size: contain;
}

/* Divider */

.section-divider {

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;
}

.section-divider span {

    width: 110px;
    border-top: 2px dotted #d5d5d5;
}

.section-divider i {

    margin: 0 20px;
    color: #f37932;
    font-size: 22px;
}

/* Description */

.why-choose-new .section-title p {

    max-width: 760px;
    margin: auto;

    font-size: 20px;
    line-height: 1.9;
    color: #fff;
}

  .why-choose-new .why-card {
    background: #ffffff;
    border-radius: 6px;
    padding: 2.25rem 1.5rem;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
  }

  .why-choose-new .why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  }

  .why-choose-new .why-card-body {
    width: 100%;
  }

  .why-choose-new .why-card-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #f37932;
    margin-bottom: 0.9rem;
  }

  .why-choose-new .why-card h3 {
    color: #65250c;
    font-weight: 700;
    font-size: 1.35rem;
    margin: 0 0 0.5rem;
    line-height: 1.2;
  }

  .why-choose-new .why-card h4 {
    color: #252363;
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
  }

  .why-choose-new .why-card-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    text-align: left;
  }

  .why-choose-new .why-card-list li {
    color: #252363;
    font-size: 0.95rem;
    position: relative;
    padding-left: 1rem;
  }

  .why-choose-new .why-card-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f37932;
    position: absolute;
    left: 0;
    top: 0.40rem;
  }

  .why-choose-new .card-line {
    height: 6px;
    width: 100%;
    margin-top: 10px;
    background: linear-gradient(90deg, transparent, #f37932, transparent);
    border-radius: 2px;
  }

/*====================================
FOOTER SOCIAL
=====================================*/

.footer-social-list {

    display: flex;
    align-items: center;
    gap: 15px;

    margin-top: 25px;
}

.footer-social-list h3 {

    margin: 0;

    color: #ffffff;

    font-size: 16px;

    font-weight: 500;

    white-space: nowrap;
}

.footer-social-list ul {

    display: flex;
    align-items: center;

    gap: 12px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-social-list ul li {

    margin: 0;
}

.footer-social-list .social-icon {

    width: 30px;
    height: 30px;

    border-radius: 0px;

    display: flex;
    align-items: center;
    justify-content: center;

    /* background:rgba(236,206,116,.12); */
    border: 1px solid #f37932;
    color: #f37932;
    text-decoration: none;

    transition: .35s ease;
}

.footer-social-list .social-icon:hover {

    background: #f37932;
    color: #fff;

    transform: translateY(-2px);
}

.footer-social-list .social-icon i {

    font-size: 18px;
}

.footer-links h3,
.footer-contact-links h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.footer-links h3::after,
.footer-contact-links h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 120px;
    height: 3px;

    background-image: radial-gradient(circle, rgba(255, 255, 255, .75) 1.2px, transparent 1.2px);
    background-size: 6px 3px;
    background-repeat: repeat-x;
}

/*==============================
SERVICE CARD
==============================*/

.service-item {

    background: #a86121;

    border-radius: 0px;

    overflow: hidden;

    box-shadow: 0 0 8px 2px #F6D39C;
    transition: all .35s ease;
}

.service-item:hover {

    transform: translateY(-8px);

    box-shadow: 0 0 8px 2px #F6D39C;
}

.service-image {

    /* padding: 14px 14px 0; */
}

.service-image img {

    width: 100%;

    height: 180px;

    object-fit: cover;

    border-radius: 0px;
}

.service-content {

    padding: 28px;
    text-align: center;
}

.service-content h3 {

    font-size: 20px;

    color: #fff;

    /* margin-bottom: 18px; */
}

.service-content p {

    font-size: 13px;

    line-height: 1.8;

    color: #fff;

    margin-bottom: 20px;
}

.service-chat-btn {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 70%;
    height: 40px;
    background: #ffbb61;
    color: #a86121;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    margin: 0 auto;
}

.service-chat-btn:hover {

    background: #65250c;

    color: #fff;
}

.service-chat-btn i {

    font-size: 16px;
}

.page-services .service-header,  .our-services .service-header{
    display: block;
    margin-bottom: 0px;
}

.service-item {
    padding: 0px;
}

.service-item{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 10px;
    /* height: 100%; */
}

.service-content{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 25px;
}

.service-chat-btn{
    margin-top: auto;
}

/* Swiper */
.testimonialSwiper .swiper-wrapper{
    align-items: stretch;
}

.testimonialSwiper .swiper-slide{
    display: flex;
    height: auto;
}

/* Card */
.testimonial-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%) !important;
}

/* Content grows */
.testimonial-item-content{
    flex: 1;
}

/* Stars always at bottom */
.testimonial-rating{
    margin-top: auto;
}

.testimonial-item {
    border-radius: 10px;
}

/* .why-choose-new{
    position: relative;
    padding: 100px 0;
    background: url('/frontend/tcul-images/services-banner.webp') center center / cover no-repeat;
    background-attachment: fixed;
    overflow: hidden;
} */

.why-choose-new{
    position: relative;
    padding: 50px 0;
    background: url('/frontend/tcul-images/bg5.jpg') center center / cover no-repeat;
    background-attachment: fixed;
}

.why-choose-new::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(12 7 24 / 33%);
}

.why-choose-new .container{
    position: relative;
    z-index: 2;
}

/* Floating WhatsApp */
.whatsapp-float{
    position: fixed;
    right: 25px;
    bottom: 90px;
    width: 65px;
    height: 65px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 34px;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(37,211,102,.45);
    transition: all .3s ease;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover{
    color: #fff;
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 18px 40px rgba(37,211,102,.55);
}

.whatsapp-tooltip{
    position: absolute;
    right: 78px;
    white-space: nowrap;
    background: #fff;
    color: #222;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.whatsapp-float:hover .whatsapp-tooltip{
    opacity: 1;
    visibility: visible;
    right: 85px;
}

@keyframes whatsappPulse{
    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.6);
    }
    70%{
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}

.our-services {
    position: relative;
    /* background: url(/frontend/tcul-images/bg6.jpg) center center / cover no-repeat; */
    overflow: hidden;
    padding: 50px 0;
    --tw-bg-opacity : 1;
    background-color: rgb(255 239 214 / var(--tw-bg-opacity, 1));
    isolation: isolate; 
}

.our-services::after{
    content: "";
    position: absolute;

    /* Adjust these values to match the reference */
    top: -130px;
    right: -220px;

    width: 850px;
    height: 850px;

    background: url("../tcul-images/bg-wheel.webp") no-repeat center;
    background-size: contain;

    /* opacity: 0.08; */
    pointer-events: none;
    z-index: 0;
}

.our-services .container{
    position: relative;
    z-index: 1;
}

.scroll-top-btn{
    position: fixed;
    right: 30px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background: #f37932;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.18);

    /* Hide initially */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(20px);
    transition: all .35s ease;
    z-index: 9998;
}

.scroll-top-btn.show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.our-testimonials{
    background: linear-gradient(270deg, #DB9430 24.79%, #A55A00 101.44%);
}

.author-content h3, .author-content p{
    color: #fff;
}

.testimonial-item-content p{
    color: #fff;
    font-style: italic;
}

.contact-us-content .section-title h2, .contact-us-form .section-title h2{
    color: #65250c;
}
.our-services .section-title h2{
    color: #65250c;
}

.testimonial-item{
    position: relative;
    overflow: hidden;
}

.testimonial-quote{
    /* position: absolute; */
    top: 22px;
    right: 22px;
    width: 48px;
    height: 48px;
    /* opacity: 0.12; */
    pointer-events: none;
    z-index: 0;
}

.testimonial-quote img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-author,
.testimonial-item-content,
.testimonial-rating{
    position: relative;
    z-index: 1;
}

.testimonial-author {
    margin-bottom: 15px;
}

.page-services{
    position: relative;
    /* background: url(/frontend/tcul-images/bg6.jpg) center center / cover no-repeat; */
    overflow: hidden;
    padding: 50px 0;
    --tw-bg-opacity: 1;
    background-color: rgb(255 239 214 / var(--tw-bg-opacity, 1));
    isolation: isolate;
}

.page-services::after {
    content: "";
    position: absolute;
    top: -130px;
    right: -220px;
    width: 850px;
    height: 850px;
    background: url(../tcul-images/bg-wheel.webp) no-repeat center;
    background-size: contain;
    /* opacity: 0.08; */
    pointer-events: none;
    z-index: 0;
}

.footer-contact-links ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-contact-links ul li{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.footer-contact-links ul li a{
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.footer-contact-links ul li i{
    width: 18px;
    text-align: center;
    color: #f37932; /* Your theme gold */
    font-size: 16px;
    flex-shrink: 0;
}

.footer-contact-links ul li a:hover{
    color: #f37932;
}

.footer-contact-links ul li:last-child{
    margin-bottom: 0;
}

.why-choose-us::before {
    content: "";
    position: absolute;
    top: -130px;
    right: -220px;
    width: 850px;
    height: 850px;
    background: url(../tcul-images/bg-wheel.webp) no-repeat center;
    background-size: contain;
    /* opacity: 0.08; */
    pointer-events: none;
    z-index: 0;
}

.our-testimonials{
    position: relative;
    overflow: hidden;
}

.our-testimonials::before{
    content: "";
    position: absolute;
    top: -130px;
    right: -220px;
    width: 850px;
    height: 850px;
    background: url(../tcul-images/bg-wheel.webp) no-repeat center;
    background-size: contain;
    /* opacity: 0.08; */
    pointer-events: none;
    z-index: 0;
}

/* Navigation Link */
.navbar-nav .nav-link{
    position: relative;
    display: inline-block;
    padding-top: 12px; /* Adjust if needed */
    transition: color .3s ease;
}

/* Top Border */
.navbar-nav .nav-link::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 2px;
    background: #f37932; /* Theme Gold */
    transition: transform .35s ease;
}

/* Hover, Focus & Active */
.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus::before,
.navbar-nav .nav-item.active .nav-link::before,
.navbar-nav .nav-link.active::before{
    transform: translateX(-50%) scaleX(1);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active{
    color: #f37932;
}

.why-card-list {
    list-style: none;
    text-align: justify;
    color: #2f3178;
}

.footer-privacy-policy ul li::before {
    display: none;
}

.footer-privacy-policy ul li {
    margin-right: 0px !important;
    padding-right: 0px;
}

.footer-privacy-policy ul li a{
    color: #f37932 !important;
}

  .disclaimer-wrap {
    background: #ffefd6;
    padding: 50px 0;
  }
  .disclaimer-wrap .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
  }
  .disclaimer-header {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .disclaimer-header h3 {
    font-size: 48px;
    color: #65250c;
    margin: 0 0 0.75rem;
    font-weight: 700;
    background: url(../tcul-images/scroll.png) no-repeat left center;
    background-size: 34px 40px;
    padding-left: 50px;
    display: inline-block;
    position: relative;
    line-height: 1.6em;
    letter-spacing: 0px;
    text-transform: uppercase;
    background-position-y: 16px;
  }
  .disclaimer-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #ffbb61;
  }
  .disclaimer-divider span {
    display: block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffbb61);
  }
  .disclaimer-divider span:last-child {
    background: linear-gradient(90deg, #ffbb61, transparent);
  }
  .disclaimer-divider i {
    font-size: 1.1rem;
  }

  .disclaimer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    margin-bottom: 20px;
  }

  .disclaimer-card {
    display: flex;
    gap: 1.15rem;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid rgba(160, 82, 45, 0.12);
    border-left: 4px solid #a86121;
    border-radius: 14px;
    padding: 1.5rem 1.6rem;
    box-shadow: 0 6px 20px rgba(80, 40, 10, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .disclaimer-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(80, 40, 10, 0.1);
  }

  .disclaimer-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #b0451b, #d97a3a);
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 4px 10px rgba(176, 69, 27, 0.25);
  }

  .disclaimer-content h4 {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    color: #65250c;
    font-weight: 600;
    line-height: 1.35;
  }
  .disclaimer-content p {
    margin: 0 0 0.65rem;
    color: #5a4a3f;
    font-size: 0.97rem;
    line-height: 1.65;
  }
  .disclaimer-content p:last-child {
    margin-bottom: 0;
  }
  .disclaimer-note {
    background: #fdf5e9;
    border-radius: 8px;
    padding: 0.7rem 0.9rem;
    font-size: 0.9rem !important;
    color: #6b4a1f !important;
    border-left: 3px solid #d19a3a;
  }

  .why-choose-new .section-title .disclaimer-divider{
    margin-bottom: 30px;
    color: #f37932;
  }

  .why-choose-new .section-title .disclaimer-divider span {
    background: linear-gradient(90deg, transparent, #f37932);
}

.why-choose-new .section-title .disclaimer-divider span:last-child {
    background: linear-gradient(90deg, #f37932, transparent);
}

.fs-12{
    font-size: 12px !important;
}

.msg-field{
    margin-bottom: 20px !important;
}
.astro-profile-card img{
    width:100%;
    border-radius:18px;
    display:block;
    height: 600px;
    object-fit: cover;
}

.astro-profile-content{
    padding-left:40px;
}

.about-border{
    border-left:3px solid #d88a29;
    padding-left:22px;
}

.astro-profile-content p{
    font-size:17px;
    line-height:32px;
    color:#555;
    margin-bottom:18px;
}

.experience-box{
    display:flex;
    align-items:center;
    gap:22px;
    margin-top:40px;
}

.experience-icon{
    width:95px;
    height:95px;
    border:1px solid #e8e8e8;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d88a29;
    font-size:34px;
}

.experience-content{
    display:flex;
    flex-direction:column;
}

.experience-top{
    display:flex;
    align-items:flex-end;
    gap:10px;
}

.experience-top span{
    font-size:64px;
    font-weight:700;
    color:#d88a29;
    line-height:1;
}

.experience-top small{
    font-size:24px;
    color:#444;
    margin-bottom:10px;
}

.experience-content h2{
    font-size:50px;
    font-weight:700;
    color:#111;
    margin:0;
}

.why-choose-us .section-title{
    margin-bottom: 0px !important;
}
.why-choose-us .section-title h2{
    color: #65250c;
    margin-bottom: 15px;
}
.why-choose-us p.section-subtitle{
    color: #555;
}
.astro-profile-content .section-title h3{
    letter-spacing: 0px;
    font-size: 18px;
}

/**** RESPONSIVE ****/
@media (max-width: 991px) {
    .why-choose-info {
        padding: 35px;
    }

    .about-block {
        padding-left: 30px;
    }

    .about-motto {
        padding: 30px;
    }

    .about-motto h3 {
        font-size: 28px;
    }

    .philosophy-manuscript {
        padding: 45px 35px;
    }

    .philosophy-item {
        flex-direction: column;
        gap: 25px;
    }

    .item-content h4 {
        font-size: 26px;
    }

    .item-content p {
        font-size: 17px;
    }

    .hero.hero-slider-layout .hero-slide {
        padding: 190px 0 100px;
        min-height: 100vh;
        margin-top: 5em;
    }

    .top-bar-wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding: 10px 0;
    }

    .top-bar-left {
        justify-content: center;
        gap: 15px;
    }

    .top-bar-right {
        text-align: center;
    }

    .why-choose-new {

        padding: 80px 0;
    }

    .why-choose-new .section-title h3 {

        font-size: 42px;
        letter-spacing: 8px;
    }

    .why-choose-new .section-title h3::before {

        left: -36px;
    }

    .why-card {

        margin-bottom: 0px;
    }

    .our-services::after{
        width: 600px;
        height: 600px;

        top: -80px;
        right: -180px;

        opacity: .06;
    }
    .astro-profile-content{
        padding-left:0;
        margin-top:40px;
    }

    .experience-box{
        justify-content:center;
    }

    .astro-profile-wrap-1{
        margin-top: 0px !important;
    }

    .astro-profile-wrap-2{
        margin-bottom: 30px !important;
    }

    .our-testimonials.about-our-testimonials{
        padding: 50px 0;
    }

    .disclaimer-wrap {
        padding: 50px 0;
    }

    .footer-links {
        margin-bottom: 60px;
    }

    .disclaimer-grid{
        margin-bottom: 20px;
    }

    .contact-us-form {
        margin-bottom: 20px;
    }

    .our-testimonial-box {
        margin-bottom: 20px;
    }

    .page-services .service-item{
        margin-top: 20px;
    }

}

  @media (max-width: 820px) {
    .disclaimer-grid {
      grid-template-columns: 1fr;
    }
  }


@media (max-width: 768px) {
    .zodiac-ring {
        width: 340px;
        height: 340px;
        top: -90px;
        right: -110px;
    }

    .orbit-system {
        width: 340px;
        height: 340px;
        bottom: -140px;
        left: -140px;
    }

    .whatsapp-float{
        width:58px;
        height:58px;
        right:18px;
        bottom:18px;
        font-size:30px;
    }

    .whatsapp-tooltip{
        display:none;
    }

    .scroll-top-btn{
        width: 35px;
        height: 35px;
        right: 25px;
        bottom: 90px;
    }
}

@media (max-width: 767px) {
    .why-choose-info {
        padding: 25px;
    }

    .about-block {
        padding-left: 22px;
        margin-bottom: 25px;
    }

    .about-block::before {
        height: 60px;
    }

    .about-block p {
        font-size: 16px;
        line-height: 1.9;
    }

    .about-motto {
        padding: 0px 0px;
    }

    .about-motto h3 {
        font-size: 24px;
        line-height: 1.5;
    }

    .about-motto h3 span {
        display: block;
        padding: 5px 0;
    }

    .about-motto p {
        font-size: 16px;
    }

    .hero-content {
        padding-top: 0px;
        padding-left: 0px;
    }

    .hero-label {
        display: block;
    }

    /* Heading block */
    .about-motto .section-title {
        text-align: center !important;
        margin-bottom: 0;
    }

    /* ABOUT ASTRO AARNI */
    .about-motto .section-title h3 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;

        font-size: 18px;
        letter-spacing: 6px;
        line-height: 1.5;
        flex-wrap: wrap;
    }

    /* Move decorative icon next to heading */
    .about-motto .section-title h3::before {
        position: relative;
        left: auto;
        top: auto;
        margin-right: 4px;
        flex-shrink: 0;
    }

    /* Main heading */
    .about-motto .section-title h2 {
        margin-top: 10px;
        font-size: 22px;
    }

    /* Journey text */
    .about-motto>h3 {
        margin-top: 18px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        font-size: 20px;
        line-height: 1.4;
        justify-content: center;
    }

    /* Bullet */
    .about-motto>h3 span {
        display: block;
        color: #b57d17;
        font-size: 28px;
        line-height: 1;
    }

    .section-title h3 {
        background-size: 24px 30px !important;
        background-position-y: 5px !important;
        padding-left: 36px !important;
        letter-spacing: 0px;
        font-size: 28px;
    }

    /* Reduce horizontal padding */
    .philosopy-section .container,
    .astro-philosophy-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Heading block */
    .philosophy-title {
        text-align: center;
        margin-bottom: 35px;
    }

    /* OUR PHILOSOPHY */
    .philosopy-section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .philosophy-title h3 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;

        font-size: 18px;
        letter-spacing: 6px;
        line-height: 1.5;
        flex-wrap: wrap;
    }

    /* Align decorative icon */
    .philosophy-title h3::before {
        position: relative;
        left: auto;
        top: auto;
        margin-right: 4px;
        flex-shrink: 0;
    }

    /* Main heading */
    .philosophy-title h2 {
        margin-top: 10px;
        font-size: 22px;
        line-height: 1.25;
    }

    /* Manuscript card */
    .philosophy-manuscript {
        max-width: 100%;
        padding: 35px 28px;
        border-radius: 28px;
    }

    /* Each philosophy block */
    .philosophy-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /* Icon */
    .item-icon {
        margin-bottom: 22px;
    }

    /* Title */
    .item-content h4 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    /* Paragraph */
    .item-content p {
        font-size: 17px;
        line-height: 1.9;
        word-break: normal;
        overflow-wrap: break-word;
    }

    /* Divider spacing */
    .manuscript-divider {
        margin: 35px 0;
    }

    .section-title h2 {
        font-size: 22px;
        color: #c7a332;
    }

    .section-title h2 span {
        color: #c7a332;
    }

    .our-testimonials .section-title h2 {
        color: #fff !important;
        padding-right: 25%;
    }

    .our-testimonials .section-title h2 span {
        color: var(--primary);
    }

    .header-top-bar {
        font-size: 12px;
    }

    .top-bar-wrapper {
        gap: 6px;
    }

    .top-bar-left {
        flex-direction: column;
        gap: 6px;
    }

    .top-bar-left a,
    .top-bar-left span {
        justify-content: center;
    }

    .top-bar-right {
        font-size: 13px;
        white-space: normal;
        line-height: 1.5;
    }

    .astro-profile-section {
        margin: 50px 0;
    }

    .astro-profile-content {
        padding-right: 0;
        text-align: center;
        margin-top: 0px;
    }

    .why-choose-us{
        padding: 50px 0;
    }

    .profile-card {
        width: 100%;
        /* margin: 20px; */
    }

    .astro-profile-mobile{
        padding-left: 0px;
        padding-right: 0px;
    }

    .service-chat-btn{
        width: 50%;
    }

    .testimonial-quote {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .profile-image {

        width: 120px;
        height: 120px;
    }

    .profile-card h3 {

        font-size: 24px;
    }

    .why-choose-new {

        padding: 50px 0;
    }

    .why-choose-new .section-title {

        margin-bottom: 40px;
    }

    .why-choose-new .section-title h3 {

        font-size: 32px;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    .why-choose-new .section-title h3::before {

        left: -28px;
        width: 18px;
        height: 22px;
    }

    .section-divider span {

        width: 70px;
    }

    .section-divider i {

        margin: 0 14px;
    }

    .why-choose-new .section-title p {

        font-size: 16px;
        line-height: 1.8;
        padding: 0 10px;
    }

    .why-card {

        padding: 35px 25px;
    }

    .why-icon {

        width: 72px;
        height: 72px;
    }

    .why-icon i {

        font-size: 26px;
    }

    .why-number {

        font-size: 42px;
    }

    .why-card h4 {

        min-height: auto;

        font-size: 20px;
    }

    .why-card p {

        font-size: 16px;
        line-height: 1.8;
    }

    .footer-social-list {

        justify-content: left;

        flex-wrap: wrap;

        text-align: left;
    }

    .footer-social-list h3 {

        width: 100%;
        margin-bottom: 10px;
    }

    .hero-btn, .hero-title-divider {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .why-choose-new .row>div {
        display: block;
    }

        .top-bar-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .top-bar-left{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
        text-align: center;
        flex-direction: row;
    }

    .top-bar-left a,
    .top-bar-left span{
        display: flex;
        align-items: center;
        gap: 5px;
        margin: 0;
        font-size: 13px;
        white-space: nowrap;
    }

    .top-bar-right{
        text-align: center;
        width: 100%;
    }

    .top-bar-right span{
        font-size: 14px;
    }
    .page-header-box {
        position: relative;
        z-index: 1;
        margin-top: 30px;
    }
    .our-services::after{
        width: 420px;
        height: 420px;

        top: -50px;
        right: -150px;

        opacity: .05;
    }
    .testimonial-next,
    .testimonial-prev {
        width: 30px;
        height: 30px;
        background: transparent;

    }
    .testimonial-next i, .testimonial-prev i{
        color: #fff;
    }
    .why-choose-new .why-card{
        min-height: 200px;
        width: 80%;
        margin: 0 auto;
    }
    .why-choose-new .card-line{
        width: 80%;
        margin: 10px auto;
    }
    .disclaimer-header h3 {
        font-size: 32px;
        background-size: 24px 30px !important;
        background-position-y: 9px !important;
        padding-left: 36px !important;
    }
}