/* Dark Theme Overrides for Bluegen - #091128 Base */

:root {
    --bg-dark: #091128;
    --bg-darker: #050a18;
    --bg-card: rgba(255, 255, 255, 0.03);
    --border-card: rgba(255, 255, 255, 0.06);
    --border-card-hover: rgba(0, 242, 254, 0.3);
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    --accent-blue: #00f2fe;
    --accent-purple: #c471ed;
    --accent-orange: #fe5a0e;
}

body {
    background-color: var(--bg-dark) !important;
    color: var(--text-primary) !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: var(--bg-darker);
}
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--accent-blue);
}

/* Background overrides for all major sections */
.hero, 
.about-us, 
.how-it-work, 
.our-services, 
.what-we-do, 
.why-choose-us, 
.ourprocess-work, 
.our-brands, 
.roadmap-us, 
.our-testimonials, 
.our-blog, 
.our-faqs,
.page-header,
.page-blog {
    background-color: var(--bg-dark) !important;
    background-image: none !important;
}

/* Section Title styling */
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title span,
.hero-content h1,
.about-us-content h2,
.our-services h2,
.what-we-do h2,
.why-choose-us h2,
.ourprocess-work h2,
.our-testimonials h2,
.our-blog h2,
.our-faqs h2 {
    color: #ffffff !important;
}

.section-title h3,
.hero-content h3 {
    color: var(--accent-blue) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Highlight span colors */
.section-title h1 span,
.section-title h2 span,
.about-us-content h2 span,
.why-choose-us h2 span,
.our-testimonials h2 span,
.our-blog h2 span,
.our-faqs h2 span,
.hero-content h1 span,
.text-anime-style-2 span .char {
    color: var(--accent-blue) !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: var(--accent-blue) !important;
}

/* Text elements */
p, 
.hero-content p,
.about-us-body p,
.about-list-title p,
.about-contact-content p,
.work-process-content p,
.service-list-content p,
.what-do-item-content p,
.why-choose-content p,
.why-choose-body-item p,
.ourprocess-content p,
.brands-body-content p,
.testimonial-info p,
.post-item-content a,
.accordion-body p,
.footer-contact-content p,
.about-footer-content p {
    color: var(--text-secondary) !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.about-list-title h3,
.about-contact-content h3 a,
.work-process-content h2,
.service-list-content h3,
.what-do-body-title h3,
.why-choose-body-item h3,
.ourprocess-content h3,
.testimonial-author-content h3,
.post-item-content h2 a {
    color: #ffffff !important;
}

/* Glassmorphism card layouts */
.about-us-box,
.work-process-item,
.service-list-item,
.what-we-do-box,
.why-choose-body,
.ourprocess-item,
.testimonial-item,
.post-item,
.accordion-item,
.faqs-contact-box {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    backdrop-filter: blur(10px);
    border-radius: 16px !important;
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Hover effects with neon glows */
.work-process-item:hover,
.service-list-item:hover,
.what-we-do-box:hover,
.ourprocess-item:hover,
.testimonial-item:hover,
.post-item:hover,
.accordion-item:hover {
    border-color: var(--border-card-hover) !important;
    box-shadow: 0 10px 30px -10px rgba(0, 242, 254, 0.15) !important;
    transform: translateY(-5px) !important;
}

/* Header & Menu */
.main-header {
    background: rgba(9, 17, 40, 0.8) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-nav .nav-link {
    color: #e2e8f0 !important;
    font-weight: 500;
}

.navbar-nav .nav-link:hover,
.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link {
    color: var(--accent-blue) !important;
}

/* Submenu dropdown styling */
.navbar-nav .submenu ul {
    background: var(--bg-darker) !important;
    border: 1px solid var(--border-card) !important;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.navbar-nav .submenu ul li a {
    color: var(--text-secondary) !important;
}

.navbar-nav .submenu ul li a:hover {
    color: var(--accent-blue) !important;
    background: rgba(255, 255, 255, 0.02) !important;
}

/* Offcanvas Contact Sidebar */
.offcanvas {
    background-color: var(--bg-darker) !important;
    border-left: 1px solid var(--border-card) !important;
}

.offcanvas-body,
.offcanvas-header {
    color: #ffffff !important;
}

.btn-close {
    filter: invert(1);
}

/* Header Contact Box */
.header-contact-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-card);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

/* Buttons */
.btn-default, 
.btn-highlighted {
    background: linear-gradient(135deg, var(--accent-blue), var(--accent-purple)) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 12px 30px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 242, 254, 0.2) !important;
}

.btn-default:hover, 
.btn-highlighted:hover {
    box-shadow: 0 6px 20px rgba(0, 242, 254, 0.4) !important;
    transform: translateY(-2px);
    background: linear-gradient(135deg, var(--accent-purple), var(--accent-blue)) !important;
}

/* Form Controls (Inputs) */
.form-control {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid var(--border-card) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    transition: all 0.3s ease;
}

.form-control::placeholder {
    color: var(--text-muted) !important;
}

.form-control:focus {
    border-color: var(--accent-blue) !important;
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.2) !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

/* Accordion FAQs */
.accordion-button {
    background-color: transparent !important;
    color: #ffffff !important;
    font-weight: 600;
    box-shadow: none !important;
    padding: 20px !important;
}

.accordion-button:not(.collapsed) {
    color: var(--accent-blue) !important;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-collapse {
    border-top: 1px solid var(--border-card);
}

.accordion-body {
    padding: 20px !important;
    background: transparent !important;
}

/* Footer Section */
.footer-main {
    background-color: var(--bg-darker) !important;
    border-top: 1px solid var(--border-card);
}

.footer-work-together {
    background-color: var(--bg-dark) !important;
}

.work-together-box {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.work-together-btn a {
    background: #ffffff !important;
    color: var(--bg-darker) !important;
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 700;
}

.work-together-btn a:hover {
    background: var(--accent-blue) !important;
    color: var(--bg-darker) !important;
}

.footer-copyright-text {
    border-top: 1px solid var(--border-card) !important;
    padding-top: 20px;
}

/* Our Brands Box */
.our-brands-box {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    border-radius: 20px !important;
}

/* Roadmap styling */
.roadmap-box {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 20px;
}

/* Pricing plan override if present */
.pricing-item {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-card) !important;
    border-radius: 16px !important;
}

.highlighted-box {
    border-color: var(--accent-blue) !important;
    box-shadow: 0 10px 30px rgba(0, 242, 254, 0.15) !important;
}

/* Step badges */
.ourprocess-step h3 {
    color: var(--accent-blue) !important;
}

/* Magnific popup override */
.mfp-bg {
    background: var(--bg-darker) !important;
    opacity: 0.9 !important;
}

/* Preloader (if enabled) */
.preloader {
    background-color: var(--bg-darker) !important;
}
.loading {
    border-top: 3px solid var(--accent-blue) !important;
}

/* Global Reset for Cursor and Background Color overrides */
* {
    cursor: auto !important;
}
a, button, select, input, textarea, [role="button"], .navbar-nav .nav-link, .hero-circle a, .about-page-image-circle a, .brands-circle-image a {
    cursor: pointer !important;
}
#magic-cursor, .magic-cursor, .cursor, .custom-cursor {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body, 
.hero, 
.about-us, 
.about-page-us,
.how-it-work, 
.our-services, 
.what-we-do, 
.why-choose-us, 
.ourprocess-work, 
.our-brands, 
.roadmap-us, 
.our-testimonials, 
.our-blog, 
.our-faqs,
.page-header,
.page-blog,
.contact-us,
.page-service-single,
.vision-mission-box,
.about-page-agency,
.our-benefits,
.our-approach {
    background-color: #091128 !important;
    background-image: none !important;
}
.footer-main,
.footer-work-together,
.navbar-nav .submenu ul {
    background-color: #050a18 !important;
}

/* Re-designed Dynamic Explore Button */
.hero-circle,
.why-choose-circle {
    z-index: 5 !important;
}

/* Hide the old rotating image rule */
.hero-circle img,
.why-choose-circle img {
    display: none !important;
}

.dynamic-explore-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(9, 17, 40, 0.85) !important;
    border: 2px solid var(--accent-blue) !important;
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.3), inset 0 0 10px rgba(0, 242, 254, 0.2);
    backdrop-filter: blur(8px);
}

.dynamic-explore-btn:hover {
    background: var(--accent-blue) !important;
    color: #091128 !important;
    transform: scale(1.1);
    box-shadow: 0 0 35px rgba(0, 242, 254, 0.8), inset 0 0 10px rgba(255, 255, 255, 0.5);
}

.explore-btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.explore-text {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

.explore-arrow {
    font-size: 14px;
    animation: exploreBounce 1.8s infinite ease-in-out;
    transition: all 0.3s ease;
}

.dynamic-explore-btn:hover .explore-arrow {
    animation: none;
    transform: translateY(4px);
    color: #091128 !important;
}

.explore-glow-ring {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1.5px solid var(--accent-blue);
    opacity: 0;
    pointer-events: none;
    animation: explorePulse 2.5s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.explore-glow-ring.delay-1 {
    animation-delay: 1.25s;
}

@keyframes exploreBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

@keyframes explorePulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { opacity: 0.4; }
    100% { transform: scale(1.5); opacity: 0; }
}

/* Our Products Section Styles */
.our-products {
    position: relative;
    padding: 80px 0;
}

.our-products::before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 10%;
    background: url(../images/section-bg-shape-5.png) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 250px;
    height: 250px;
    opacity: 50%;
    animation: cuberotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

/* Launching Soon Badge */
.launching-soon-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--accent-blue);
    background: rgba(0, 242, 254, 0.08);
    border: 1px solid rgba(0, 242, 254, 0.3);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.1);
    vertical-align: middle;
}

/* Clean, minimal page header and spacing */
.page-header {
    display: block !important;
    background: none !important;
    background-color: transparent !important;
    padding: 130px 0 0 !important;
    border-bottom: none !important;
}

.page-header::before {
    display: none !important;
}

.page-header-box {
    text-align: center !important;
}

.page-header-box h1 {
    font-size: 38px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    margin: 0 !important;
    color: var(--accent-blue) !important;
    text-transform: capitalize !important;
}

.page-header-box nav {
    display: none !important;
}

.page-service-single,
.about-page-us,
.page-contact-us,
.page-blog,
.privacy-policy,
.terms-and-conditions {
    padding-top: 30px !important;
}

/* Let's Work Together Banner spacing & layout overrides */
.work-together-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px !important;
    padding: 80px 0 !important;
    position: relative !important;
}

.footer-work-together h2 {
    font-size: 108px !important;
    line-height: 1.1 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}

@media (max-width: 991px) {
    .footer-work-together h2 {
        font-size: 64px !important;
    }
}

@media (max-width: 575px) {
    .footer-work-together h2 {
        font-size: 42px !important;
    }
}

.work-together-btn {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

/* Spacing and alignments for footer privacy menu */
.footer-privacy-policy {
    margin-top: 15px !important;
}

.footer-privacy-policy ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}

.footer-privacy-policy ul li {
    position: relative !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-right: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 5px !important;
}

.footer-privacy-policy ul li:last-child {
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.footer-privacy-policy ul li a {
    white-space: nowrap !important;
}

/* Sub-navigation bar styling */
.sub-nav-wrapper {
    position: sticky;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: rgba(9, 17, 40, 0.95);
    backdrop-filter: blur(10px);
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
}

.sub-nav-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.sub-nav-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.sub-nav-links a:hover {
    color: var(--accent-blue);
}

/* Real Estate Cards */
.real-estate-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 35px 25px;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.real-estate-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 242, 254, 0.3);
    box-shadow: 0 10px 30px rgba(0, 242, 254, 0.08);
}

.real-estate-card .icon-box {
    margin-bottom: 25px;
}

.real-estate-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.real-estate-card p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

/* Audience boxes */
.audience-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 40px;
    height: 100%;
}

.audience-box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #fff;
}

.audience-box p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 25px;
}

.audience-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.audience-box ul li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
}

.audience-box ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent-blue);
    font-weight: bold;
}

.badge-title {
    display: inline-block;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    background: rgba(0, 242, 254, 0.1);
    color: var(--accent-blue);
    border: 1px solid rgba(0, 242, 254, 0.2);
}

.badge-title.cyan-badge {
    background: rgba(0, 242, 254, 0.1);
    color: var(--accent-blue);
    border-color: rgba(0, 242, 254, 0.2);
}

/* Portfolio item cards for Real Estate page */
.portfolio-item-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.portfolio-item-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 242, 254, 0.3);
    box-shadow: 0 15px 40px rgba(0, 242, 254, 0.08);
}

.portfolio-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-item-card:hover .portfolio-image img {
    transform: scale(1.08);
}

.portfolio-details {
    padding: 30px 25px;
}

.project-tag {
    display: inline-block;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(0, 242, 254, 0.08);
    color: var(--accent-blue);
    border: 1px solid rgba(0, 242, 254, 0.2);
    border-radius: 4px;
    margin-bottom: 15px;
}

.portfolio-details h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.developer-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-blue);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.project-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 25px;
}

.project-stats {
    display: flex;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
}

.stat-box {
    flex: 1;
}

.stat-num {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.stat-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
}

/* Marquee scrolling text animation styling */
.marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.marquee-container {
    display: flex;
    width: max-content;
    animation: marquee-scroll 25s linear infinite;
}

.marquee-text-block {
    display: flex;
    flex-shrink: 0;
}

@keyframes marquee-scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-33.333%, 0, 0);
    }
}

/* Brand logo styling */
.brand-logo-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 25px 15px;
    transition: all 0.3s ease;
    height: 100%;
}

.brand-logo-card:hover {
    border-color: var(--accent-blue);
    background: rgba(0, 242, 254, 0.03);
}

/* Sticky scale portfolio layout alignment */
.portfolio-sticky-box {
    position: sticky;
    top: 140px;
}

@media (max-width: 991px) {
    .portfolio-sticky-box {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 40px;
    }
    .scale-stat-item {
        padding: 25px 0 !important;
    }
    .scale-stat-item h3 {
        font-size: 48px !important;
    }
    .scale-stat-item p {
        font-size: 16px !important;
    }
}

/* How We Work Split Section */
.how-we-work-split {
    padding: 100px 0;
    position: relative;
    background: rgba(9, 17, 40, 0.2);
}

.work-left-sticky {
    position: sticky;
    top: 160px;
    padding-right: 40px;
}

.work-right-scroll {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-left: 20px;
}

.work-step-block {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.work-step-block:last-child {
    border-bottom: none;
}

.step-header {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 15px;
}

.step-num {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: var(--accent-blue);
    font-family: serif;
}

.step-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.step-text {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.step-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.bullet-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--accent-blue);
}

@media (max-width: 991px) {
    .work-left-sticky {
        position: relative !important;
        top: 0 !important;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .work-right-scroll {
        padding-left: 0;
        gap: 50px;
    }
    .step-title {
        font-size: 24px;
    }
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

/* Full width testimonials override */
.testimonial-content {
    width: 100% !important;
}

