/*
Theme Name: DataFlyTheme
Author: DMM Dev Team
Description: A minimal custom WordPress theme using existing HTML structure.
Version: 3.2
*/
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Roboto', sans-serif;
            background-color: #000000;
            color: #FFFFFF;
            line-height: 1.6;
        }

        .container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header */
        header nav.container {
        flex-wrap: wrap;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        }

        /* Why Choose Us Section - About Page */
        .why-choose-us-section {
            font-size: 3rem;
            text-align: center;
            margin: 3rem 0;
            color: #ffffff;
            font-weight: 700;
            line-height: 1.2;
            padding-top: 2rem;
        }

        @media (max-width: 768px) {
            .why-choose-us-section {
                font-size: 2.2rem;
                margin: 2rem 0;
            }
        }

        header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08); /* Subtle line like in the image */
        background-color: #000; /* Ensure it's black */
        position: sticky;
        top: 0;
        z-index: 100;
        }

        nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0;
        }

        .logo {
            font-size: 1.5rem;
            font-weight: bold;
            color: #fff;
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 2rem;
            padding: 0.5rem 1.5rem;
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 9999px; /* Full rounding */
        }

        .nav-links a {
            color: #FFFFFF;
            text-decoration: none;
            transition: color 0.3s;
        }

        .nav-links a:hover {
            color: #4FE5FF;
        }

        .contact-btn {
            position: relative;
            display: inline-block;
            font-size: 0.95rem;
            font-weight: 500;
            color: white;
            text-decoration: none;
            padding: 0.3rem 2.2rem;
            background: radial-gradient(circle at center, #466CF2 40%, #4FE5FF 100%);
            border-radius: 12px;
            z-index: 1;
            transition: all 0.3s ease;
            box-shadow:
                0 0 10px rgba(79, 229, 255, 0.3),
                0 0 20px rgba(79, 229, 255, 0.2),
                inset 0 0 8px rgba(255, 255, 255, 0.08);
        }

        .contact-btn::before {
            content: "";
            position: absolute;
            inset: 1px;
            border-radius: 14px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 0 10px rgba(79, 229, 255, 0.4);
            z-index: -1;
        }

        /* Hero Section */
        .hero-main {
            position: relative;
            padding: 121px 0 80px 0;
            text-align: center;
            overflow: hidden;
            z-index: 1;
			height: calc(100vh - 92px);
			display:flex;
			align-items: center;
        }

        .hero {
            position: relative;
            padding: 121px 0 80px 0;
            text-align: center;
            overflow: hidden;
            z-index: 1;
			display:flex;
			align-items: center;
        }
        

        .hero-glow {
        position: absolute;
        top: -20%;
        left: 50%;
        transform: translateX(-50%);
        width: 160vmin;
        height: 160vmin;
        pointer-events: none;
        z-index: 0;
        }

        .hero-glow-layer {
            position: absolute;
            top: -30%;
            left: 50%;
            transform: translateX(-50%);
            width: 200vmin;
            height: 200vmin;
            background: radial-gradient(circle, rgba(79, 229, 255, 0.6) 0%, transparent 70%);
            filter: blur(100px);
            pointer-events: none;
            z-index: -1;
        }


        .hero-glow::before,
        .hero-glow::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        }

        /* Center glow background */
        .hero-glow::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 80%;
        background: radial-gradient(circle, rgba(79, 229, 255, 0.6) 40%, transparent 10%);
        filter: blur(60px);
        z-index: -1;
        }

        .hero-glow .ring-outer {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            border: 1px solid rgba(79, 229, 255, 0.1);
        }

        /* Remove these — unnecessary and problematic */
        .hero-glow::marker,
        .hero-glow::selection {
        display: none;
        }

        /* Second ring */
        .hero-glow::marker {
        width: 85%;
        height: 85%;
        border: 1px solid rgba(79, 229, 255, 0.1);
        }

        /* Third ring */
        .hero-glow::selection {
        width: 65%;
        height: 65%;
        border: 1px solid rgba(79, 229, 255, 0.05);
        }

        .glow-ring {
        position: absolute;
        border-radius: 50%;
        border: 1px solid rgba(79, 229, 255, 0.1);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        }

        .glow-ring {
        position: absolute;
        border-radius: 50%;
        border: 1px solid rgba(79, 229, 255, 0.1);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        }

        .ring1 {
        width: 28%;
        height: 28%;
        }

        .ring2 {
        width: 50%;
        height: 50%;
        }

        .ring3 {
        width: 60%;
        height: 60%;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero-main h1 {
            font-size: 5.5rem;
            font-weight: bold;
            color: #fff;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .hero-main .highlight {
            background: #fff;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-main h1 span {
            background: white;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-main p {
            font-size: 1.6rem;
            color: #fff;
            margin-bottom: 2rem;
        }


        .hero-main h1 {
            font-size: 5.5rem;
            font-weight: bold;
            color: #fff;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .hero-main .highlight {
            background: #fff;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-main h1 span {
            background: white;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-main p {
            font-size: 1.6rem;
            color: #fff;
            margin-bottom: 2rem;
        }

        .cta-btn {
            background: white;
            color: black;
            padding: 0.7rem 1.5rem;
            font-weight: bold;
            border-radius: 6px;
            font-size: 1rem;
            text-decoration: none;
            transition: background 0.3s ease;
        }

        .cta-btn:hover {
            background: #ddd;
        }

        /* Hero Image */
        .hero-image {
            position: relative;
            overflow: hidden;
        }

        .hero-image video {
            border-radius: 15px;
            width: 100%;
            object-fit: fill;
            z-index: 9 !important;
        }

        .about-hero {
        padding: 6rem 0;
        }

		.hero-grid {
			display: flex;
			flex-wrap: wrap;
			align-items: flex-start;
			justify-content: space-between;
			text-align: left;
			gap: 40px;
		}

        .hero-text {
        flex: 1 1 50%;
        color: white;
        }

        .hero-text h1 {
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 1rem;
        }

        .hero-text p {
        font-size: 1.1rem;
        }

        .hero-img-wrapper {
        flex: 1 1 40%;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 15px 30px rgba(0,0,0,0.4);
        max-width: 100%;
        margin: 0;
        position: sticky;
        top: 0;
        align-self: flex-start;
        }

        .hero-img-wrapper img {
        width: 100%;
        height: auto;
        border-radius: 16px;
        object-fit: cover;
        display: block;
        }

        /* Business Values Section - Exact Copy */
        .business-values {
            padding: 80px 0;
            text-align: center;
        }

        .business-values h2 {
            font-size: 3rem;
            margin-bottom: 1.5rem;
            color: #FFFFFF;
            font-weight: normal;
            line-height: 1.2;
        }

        .business-values .subtitle {
            font-size: 1.1rem;
            color: #fff;
            margin-bottom: 4rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 3rem;
            max-width: 1000px;
            margin: 0 auto;
        }

        .values-grid .value-item {
            position: relative;
        }

        .values-grid .value-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: -1.5rem; /* Adjust depending on your gap */
            top: 0%;
            height: 100%;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.1); /* Light gray/white translucent line */
        }

        .value-item {
            text-align: center;
        }

        .value-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: transparent;
        }

        .value-item h3 {
            font-size: 1.1rem;
            color: #FFFFFF;
            margin-bottom: 1rem;
            font-weight: normal;
        }

        .value-item .read-more {
            color: #4FE5FF;
            text-decoration: none;
            font-size: 0.9rem;
        }

        .value-item .read-more:hover {
            color: #46F2D4;
        }

        /* Services Section - Transparent with Lighting Effects */
        .services {
            padding: 80px 0;
            overflow: hidden;
        }

        .services::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 50%, rgba(79, 229, 255, 0.6) 0%, transparent 50%),
                        radial-gradient(circle at 70% 30%, rgba(79, 229, 255, 0.6) 0%, transparent 50%),
                        radial-gradient(circle at 50% 80%, rgba(79, 229, 255, 0.6) 0%, transparent 50%);
            pointer-events: none;
        }

        .services-container {
            padding: 30px 20px;
            position: relative;
            z-index: 2;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }

        .service-card {
            background: rgba(26, 26, 46, 0.3);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            overflow: hidden;
            border: 1px solid rgba(79, 229, 255, 0.2);
            transition: all 0.3s ease;
            position: relative;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(79, 229, 255, 0.05), rgba(70, 242, 212, 0.03));
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-5px);
            border-color: rgba(79, 229, 255, 0.4);
            box-shadow: 0 10px 30px rgba(79, 229, 255, 0.1),
                        0 0 20px rgba(79, 229, 255, 0.1);
        }

        .service-card:hover::before {
            opacity: 1;
        }

        .service-card:nth-child(2) {
            border-color: rgba(70, 108, 242, 0.3);
            box-shadow: 0 5px 20px rgba(70, 108, 242, 0.15);
        }

        .service-card:nth-child(2):hover {
            border-color: rgba(70, 108, 242, 0.5);
            box-shadow: 0 10px 30px rgba(70, 108, 242, 0.2),
                        0 0 25px rgba(70, 108, 242, 0.15);
        }

        .service-image {
            width: 100%;
            height: 200px;
            background-image: url('https://images.unsplash.com/photo-1556742044-3c52d6e88c62');
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .service-image::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
        }

        .service-content {
            padding: 2rem;
            position: relative;
            z-index: 2;
        }

        .service-card h3 {
            color: #FFFFFF;
            margin-bottom: 1rem;
            font-size: 1.3rem;
            font-weight: normal;
        }

        .service-card p {
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 1.5rem;
            font-size: 0.95rem;
            line-height: 1.5;
        }

        .service-read-more {
            background: rgba(70, 108, 242, 0.8);
            color: white;
            padding: 0.7rem 1.5rem;
            border: none;
            border-radius: 5px;
            text-decoration: none;
            font-size: 0.9rem;
            display: inline-block;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .service-read-more:hover {
            background: rgba(79, 229, 255, 0.8);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(79, 229, 255, 0.3);
        }

        .services-navigation {
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            margin-top: 2rem;
        }

        .nav-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .nav-dot.active {
            background-color: #4FE5FF;
            box-shadow: 0 0 10px rgba(79, 229, 255, 0.5);
        }

        .nav-dot:hover {
            background-color: rgba(79, 229, 255, 0.7);
        }

        .services-carousel .owl-stage {
            display: flex;
        }

        .card {
            border: 1px solid #2c2c2c;
            border-radius: 16px;
            padding: 2rem 1.5rem;
            box-shadow: 0 8px 24px rgba(0,0,0,0.4);
            position: relative;
            z-index: 1;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
        }

        .card-img {
        width: 100%;
        border-radius: 8px;
        margin-bottom: 1rem;
        }

        .card-title {
            font-size: 1.25rem;
            font-weight: bold;
            margin-bottom: 0.75rem;
            color: #fff;
        }

        .card-text {
            font-size: 0.9rem;
            color: #fff;
            margin-bottom: 1.5rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            line-height: 1.5;
            min-height: 4.5em; /* 3 lines of text with line-height 1.5 */
        }

        .card-btn {
            background-color: transparent;
            color: #fff;
            padding: 0.6rem 1.2rem;
            border-radius: 8px;
            border: 1px solid #fff;
            cursor: pointer;
            font-size: 0.85rem;
            transition: all 0.3s ease;
            align-self: center;
            margin-top: auto; /* Pushes it to the bottom if space allows */
            white-space: nowrap;
            min-width: 120px;
            text-align: center;
            position: relative;
            z-index: 2;
        }
        
        .card-btn:hover {
            background: linear-gradient(to right, #00ffff, #0066ff);
            color: white;
            border: none;
            box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
        }
        
        /* Services Carousel */
        .services-carousel {
            position: relative;
            z-index: 1;
            padding: 40px 0;
            min-height: 500px; /* Prevent layout shift */
            display: flex;
            align-items: center;
            width: 100%;
        }
        
        .services-carousel .owl-stage-outer {
            overflow: visible;
            padding: 20px 0;
        }
        
        .services-carousel .owl-stage {
            display: flex;
            align-items: stretch;
        }
        
        .services-carousel .owl-item {
            display: flex;
            height: auto;
            transition: all 0.3s ease;
        }
        
        .services-carousel .owl-item > div {
            height: 100%;
            display: flex;
        }

        /* .card-btn:hover {
            background-color: #111;
        } */

        /* Owl Carousel Dots */
        .owl-dots {
            display: flex;
            gap: 10px;
            justify-content: center;
            padding: 0;
            list-style: none;
        }

        .owl-dot {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: transparent;
            border: 1.5px solid #4FE5FF;
            margin: 0 4px;
            transition: background 0.2s, border 0.2s;
            box-shadow: none !important;
            cursor: pointer;
        }

        .owl-dot.active {
            background: #4FE5FF;
            border: 1.5px solid #4FE5FF;
        }

        .highlight {
        background: linear-gradient(to right, #00ffff, #0066ff);
        color: white;
        border: none;
        }

        .glow::before {
            content: '';
            position: absolute;
            top: -30%;
            left: -30%;
            right: -30%;
            bottom: -30%;
            background: radial-gradient(circle, rgba(79, 229, 255, 0.6) 60%, transparent 90%);
            z-index: -1;
            border-radius: 30px;
            filter: blur(60px);
            pointer-events: none;
            transition: opacity 0.3s ease;
            transform: rotate(53deg);
            transform-origin: center;
        }

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

        .card-section {
            position: relative;
        }
        
        .bean-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(1400deg);
            width: 50%;
            height: 50%;
            background: radial-gradient(ellipse at center, rgba(79, 229, 255, 0.6) 40%, transparent 70%);
            filter: blur(80px);
            z-index: 0;
            pointer-events: none;
            opacity: 0.7;
        }

            /* Dots navigation is handled by .owl-dots */
        /* Stats Section */
        .stats {
            padding: 120px 0;
            position: relative;
            overflow: hidden;
        }

        .stats .container {
            position: relative;
            z-index: 2;
        }

        
        .stats-content {
            max-width: 800px;
            margin: 0 auto 80px;
            text-align: center;
        }
        
        .stats h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #4FE5FF, #46F2D4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .stats p {
            color: #A0A0A0;
            font-size: 1.1rem;
            line-height: 1.8;
            margin: 0;
        }

        .stats-grid {
            display: flex;
			flex-direction: column;
            gap: 30px;
        }
        
        .stat-row {
            display: flex;
            gap: 30px;
            width: 100%;
        }
        
        .stats-content {
            background: none;
            padding: 0;
            margin-bottom: 40px;
        }
        
        .stats-content h2,
        .stats-content p {
            background: none !important;
            -webkit-text-fill-color: inherit;
            font-size: large
        }
        
        .stat-item {
            flex: 1;
        }
        
        .stat-content-item {
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 40px 20px;
            transition: all 0.3s ease;
            flex: 1; /* 30% width */
        }
        
        .stat-spacer-left {
            background: url('assets/img/Services_Counting_Left.jpg') center center/cover no-repeat;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            flex: 2; /* 60% width */
            min-height: 230px; /* Ensure it takes up space */
        }
        .stat-spacer-right {
            background: url('assets/img/Services_Counting_Right.jpg') center center/cover no-repeat;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            flex: 2; /* 60% width */
            min-height: 230px; /* Ensure it takes up space */
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            background: linear-gradient(135deg, #4FE5FF, #46F2D4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 30px;
            line-height: 1;
        }
        
        .stat-label {
            color: #E0E0E0;
            font-size: 1rem;
            font-weight: 500;
            opacity: 0.9;
        }

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.form-row {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.form-row .newsletter-input {
  flex: 1;
  min-width: 0;
}

/* Fix white inputs with proper text color */
.contact-form .newsletter-input,
.contact-form textarea {
  background-color: white;
  color: black;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  width: 100%;
}

/* Align MailerLite form with your custom styles */

/* Force MailerLite form inline like your custom one */

/* Target the MailerLite form inside your custom wrapper */
/* Ensure outer container takes full width */
.newsletter-form {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Remove gap from inner MailerLite wrapper */
#mailerlite-form_1 {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
}

/* Main MailerLite form */
.mailerlite-form {
  width: 100% !important;
  max-width: 100% !important;
}

/* Fix form fields */
.mailerlite-form-inputs {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
  margin: 0;
  padding: 0;
}

/* Input field fills available space */
.mailerlite-form-field {
  flex-grow: 1;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Input styles */
.mailerlite-form input[type="email"] {
  width: 100%;
  height: 50px;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  border: 1px solid #555;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 5px 0 0 5px;
  outline: none;
  box-sizing: border-box;
}

/* Button container and button */
.mailerlite-subscribe-button-container {
  flex-shrink: 0;
  margin: 0;
}

.mailerlite-form button.mailerlite-subscribe-submit {
  height: 50px;
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
  font-weight: bold;
  background-color: white;
  color: black;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  white-space: nowrap;
}




.contact-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  margin-top: 0.5rem;
  border: 1px solid #fff;
  border-radius: 6px;
  resize: none;
  font-size: 1rem;
  color: black;
  background-color: white;
  box-sizing: border-box;
  max-width: 100%;
}

.contact-form .newsletter-input::placeholder,
.contact-form textarea::placeholder {
  color: #666;
}

/* Button style */
.contact-form .newsletter-button {
  padding: 0.9rem;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 6px;
  transition: background 0.3s ease;
  cursor: pointer;
}

.contact-form .newsletter-button:hover {
  background-color: #ddd;
}

.form-footer {
  text-align: start;
  margin-top: 1rem;
  text-align: start;
}

.newsletter-button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  width: auto; /* prevent full width */
}

.about-intro-wrapper {
  padding: 6rem 20px 4rem;
}

.about-table {
    z-index: 100;
    position: relative;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.about-intro-grid2 {
    position: relative;
    padding: 2rem 3rem;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin: 4rem auto;
    z-index: 2;
}

.about-intro-title {
  text-align: left;
}
.about-intro-title h1,
.about-intro-title h2 {
  font-size: 3.5rem;
  line-height: 1.1;
  text-align: left;
}

.highlight-blue {
    background: #4FE5FF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-intro-text {
  font-size: 1.05rem;
  line-height: 1.7;
}

.about-intro-text p + p {
  margin-top: 1rem;
}

.about-intro-text strong {
  color: white;
  font-weight: bold;
}

@media (max-width: 768px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
	

  .about-intro-title h2 {
    font-size: 2rem;
    padding-left: 0px;
  }

  .about-intro-title {
    padding-left: 0rem;

  }

  .about-intro-text {
    text-align: left;
  }

  .about-intro-title h1 {
    font-size: 2.5rem;
    padding-left: 0px;
  }
}


.about-box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 2rem 3rem;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin: 4rem auto;
  z-index: 2;
}

.about-table .row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px;
}

.about-table .row:first-child {
  border-top: none;
  padding-top: 0px;
}

.label {
  flex: 0 0 45%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 50px;
}

.content {
  flex: 0 0 55%;
  font-size: 1.2rem;
  line-height: 1.6;
}

.content ul {
  padding-left: 1rem;
}

.content li {
  margin-bottom: 0.8rem;
  list-style-type: disc;
}

.highlight-cyan {
  color: #4FE5FF;
}

@media (max-width: 768px) {
  .about-table .row {
    flex-direction: column;
  }

  .label,
  .content {
    flex: 100%;
  }
}
        @media (max-width: 768px) {
            .hero-grid {
                flex-direction: column;
            }
            
            .hero-text, 
            .hero-img-wrapper {
                flex: 1 1 100%;
                width: 100%;
            }
            
            .hero-img-wrapper {
                position: relative;
                height: 50vh;
                order: 1;
            }
            
            .hero-img-wrapper img {
                height: 50vh;
            }
            
            .hero-text {
                order: 2;
                padding: 2rem 1rem;
            }
			
			  .stat-row {
			flex-direction: column;
		  }

		  /* Row 1 */
		  .stat-row:nth-child(1) .stat-content-item {
			order: 1;
		  }
		  .stat-row:nth-child(1) .stat-spacer-right {
			order: 2;
		  }

		  /* Row 2 */
		  .stat-row:nth-child(2) .stat-spacer-left {
			order: 4;
		  }
		  .stat-row:nth-child(2) .stat-content-item {
			order: 3;
		  }

		  /* Optional: Full width on mobile */
		  .stat-item {
			width: 100%;
		  }
        }
        
        @media (max-width: 1200px) {
            .stat-row {
                flex-direction: column;
                gap: 20px;
            }
            
            .stat-item, 
            .stat-item.wide {
                width: 100%;
                flex: 1 1 100%;
            }
        }

        
        @media (max-width: 992px) {
            .stats {
                padding: 80px 0;
            }
            
            .stat-item {
                padding: 30px 15px;
            }
            
            .stat-number {
                font-size: 2.5rem;
            }
        }
        
        @media (max-width: 576px) {
            .stats-content {
                margin-bottom: 50px;
            }
            
            .stats h2 {
                font-size: 2rem;
            }
            
            .stats p {
                font-size: 1rem;
            }
            
            .stat-item {
                padding: 25px 15px;
            }
            
            .stat-number {
                font-size: 2.2rem;
            }
            .card {
                width: 100%;
            }

        }

        .stat-item p {
            margin: 0;
            font-size: 1rem;
            color: #A0A0A0;
            opacity: 1;
            font-weight: 500;
            letter-spacing: 0.5px;
            font-weight: bold;
        }

        /* FAQ Section - Two Column Layout */
        .faq {
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }
        
        .faq::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 60%;
            height: 120%;
            background: radial-gradient(
                circle at 60% 40%,
                rgba(79, 229, 255, 0.6) 0%,
                transparent 40%
            );
            z-index: 0;
            pointer-events: none;
            filter: blur(40px);
            opacity: 0.8;
        }

        .faq-container {
            display: grid;
            grid-template-columns: 1.3fr 1fr;
            gap: 3rem;
            align-items: flex-start;
            position: relative;
            z-index: 1;
        }
        
        @media (max-width: 992px) {
            .faq-container {
                grid-template-columns: 1fr;
                gap: 3rem;
            }
            
            .faq-content {
                max-width: 650px;
                margin-right: auto;
                padding-top: 1.5rem;
                padding-right: 2rem;
            }
            
            .faq-image {
                order: -1;
                position: relative;
                top: 0;
                max-width: 500px;
            }
        }

        .faq-content h2 {
            font-size: 3rem;
            margin-bottom: 3rem;
            color: #FFFFFF;
            font-weight: normal;
            line-height: 1.2;
        }

        .faq-item {
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            position: relative;
            z-index: 1;
        }

        .faq-question {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            cursor: pointer;
            gap: 1rem;
            border-bottom: 1px solid rgba(79, 229, 255, 0.2);
            padding-bottom: 10px;
        }

        .faq-question h3 {
            color: #FFFFFF;
            font-size: 1.1rem;
            font-weight: normal;
            transition: color 0.3s ease;
            margin: 0;
        }
        
        .faq-item.active .faq-question h3 {
            color: #4FE5FF;
        }

        .faq-toggle {
            position: relative;
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            margin-top: 0.25rem;
        }

        .faq-toggle::before,
        .faq-toggle::after {
            content: '';
            position: absolute;
            background-color: #fff;
            transition: transform 0.3s ease;
        }

        .faq-toggle::before {
            width: 2px;
            height: 16px;
            left: 11px;
            top: 4px;
        }

        .faq-toggle::after {
            width: 16px;
            height: 2px;
            left: 4px;
            top: 11px;
        }

        .faq-item.active .faq-toggle::before {
            transform: rotate(90deg);
        }

        .faq-item.active .faq-toggle::after {
            transform: rotate(180deg);
            background-color: #4FE5FF;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0 1rem;
            margin-left: 1.5rem;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 1rem 1rem 0rem;
            margin-bottom: 0.5rem;
        }

        .faq-image {
            position: sticky;
            top: 100px;
            width: 100%;
            height: 100%;
            max-width: 100%;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
            z-index: 2;
            align-self: flex-start;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .faq-image:hover {
            transform: perspective(1000px) rotateY(-3deg);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
        }

        .faq-image::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 180%;
            height: 180%;
            background: radial-gradient(
                circle at 30% 50%,
                rgba(79, 229, 255, 0.6) 0%,
                rgba(79, 229, 255, 0.6) 40%,
                transparent 70%
            );
            z-index: 1;
            opacity: 0.9;
            pointer-events: none;
            filter: blur(30px);
        }

        .faq-image img {
            position: relative;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 15px;
            z-index: 2;
            transition: all 0.3s ease;
            border: 1px solid rgba(79, 229, 255, 0.3);
            transform: scale(1.05);
        }
        
        .faq-image:hover img {
            transform: scale(1.02);
        }

        /* Articles Section */
        .articles {
            padding: 80px 0;
            position: relative;
        }

        .articles h2 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
        }

        .articles-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .article-card {
            backdrop-filter: blur(10px);
            border-radius: 15px;
            overflow: hidden;
            border: 1px solid rgba(79, 229, 255, 0.2);
            transition: all 0.3s ease;
            position: relative;
            min-height: 450px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .footer-rightblock{
            display:flex;justify-content: space-between;
            align-items: flex-end;
        }

        .article-card.glow-container {
        position: relative;
        overflow: visible;
        isolation: isolate;
        z-index: 1;
        }

        .article-card.glow-container .bean-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 200%;
            height: 200%;
            transform: translate(-50%, -50%) rotate(40deg);
            background: radial-gradient(ellipse at center, rgba(79, 229, 255, 0.6) 40%, transparent 70%);
            border-radius: 50% / 30%;
            filter: blur(80px);
            z-index: -1;
            pointer-events: none;
        }

        .article-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(79, 229, 255, 0.05), rgba(70, 242, 212, 0.03));
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .article-card.glow {
        position: relative;
        overflow: visible;     /* Make sure glow isn't clipped */
        isolation: isolate;    /* Ensure the pseudo-element stays behind */
        z-index: 1;
        }

        .article-card.glow::before {
        content: '';
        position: absolute;
        top: -30%;
        left: -30%;
        right: -30%;
        bottom: -30%;
        background: radial-gradient(circle, rgba(79, 229, 255, 0.6) 60%, transparent 90%);
        z-index: -1;
        border-radius: 30px;
        filter: blur(60px);
        pointer-events: none;
        transition: opacity 0.3s ease;
        transform: rotate(53deg);
        transform: translate(-50%, -50%) rotate(40deg);
        border-radius: 50% / 30%;
        
        opacity: 1; /* <--- THIS is what was missing */
        }


        .article-card:hover {
            transform: translateY(-5px);
            border-color: rgba(79, 229, 255, 0.4);
            box-shadow: 0 10px 30px rgba(79, 229, 255, 0.1), 0 0 20px rgba(79, 229, 255, 0.1);
        }

        .article-card:hover::before {
            opacity: 1;
        }

        .article-image {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            padding: 1rem;
        }
        
        .article-featured-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
            border-radius: 15px;
        }
        
        .article-card:hover .article-featured-image {
            transform: scale(1.05);
        }
        
        .article-placeholder {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #466CF2, #4FE5FF);
            color: white;
            font-weight: bold;
        }

        .article-content {
            padding: 1.5rem;
        }

        .article-tag {
            background-color: #466CF2;
            color: white;
            padding: 0.3rem 0.8rem;
            border-radius: 15px;
            font-size: 0.8rem;
            display: inline-block;
            margin-bottom: 1rem;
			text-decoration: none;
        }

        .article-meta {
            font-size: 0.9rem;
        }

        .newsletter-container {
            position: relative;
            width: 100%;
            padding: 6rem 2rem;
            border: 1px solid rgba(79, 229, 255, 0.2);
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            text-align: center;
            overflow: hidden;
            margin-top: 2rem;
            margin-bottom: 4rem;
        }

        /* Newsletter Section */
        .newsletter {
            padding: 80px 0;
        }

        .newsletter-grid {
        position: absolute;
        inset: 0;
        background-image: 
            linear-gradient(rgba(79, 229, 255, 0.1) 1px, transparent 1px),
            linear-gradient(90deg, rgba(79, 229, 255, 0.1) 1px, transparent 1px);
        background-size: 50px 50px;
        z-index: 0;
        pointer-events: none;
        }

        .newsletter-spotlight {
            position: absolute;
            top: -50%;
            left: 50%;
            transform: translateX(-50%);
            width: 150%;
            height: 250%;
            background: radial-gradient(circle at center top, rgba(79, 229, 255, 0.6) 20%, transparent 40%);
            z-index: 0;
            pointer-events: none;
        }

        .newsletter-title,
        .newsletter-subtitle,
        .newsletter-form {
        position: relative;
        z-index: 2;
        }

        .newsletter-title {
        font-size: 3rem;
        margin-bottom: 1rem;
        color: #fff;
        background: white;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        }

        .newsletter-subtitle {
        font-size: 1.5rem;
        margin-bottom: 2.5rem;
        color: #fff;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;
        }

        .newsletter-form {
        display: flex;
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
        }

        .newsletter-input {
        padding: 0.9rem 1rem;
        font-size: 1rem;
        border: 1px solid #555;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        border-radius: 5px;
        outline: none;
        width: 100%;
        }

        .newsletter-input::placeholder {
        color: rgba(255, 255, 255, 0.6);
        }

        .newsletter-button {
        padding: 0.9rem 1.2rem;
        font-size: 1rem;
        border: none;
        border-radius: 5px;
        background-color: white;
        color: black;
        cursor: pointer;
        font-weight: bold;
        transition: background 0.2s ease;
        }

        .newsletter-button:hover {
        background-color: #ddd;
        }

        @media (min-width: 600px) {
        .newsletter-form {
            flex-direction: row;
        }

        .newsletter-input {
            border-radius: 5px 0 0 5px;
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
        }

        .newsletter-button {
            border-radius: 0 5px 5px 0;
        }
        }
        /* Footer */
        footer {
            background-color: #000000;
            padding: 40px 0;
        }

        .footer-container {
            border: 1px solid rgba(79, 229, 255, 0.2);
            border-radius: 15px;
            padding: 2rem;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 2rem;
            align-items: flex-start;
        }

        .footer-left {
            flex: 0 0 auto;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #4FE5FF;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .footer-center {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }

        .footer-nav {
            display: flex;
            gap: 2rem;
            list-style: none;
            margin: 0;
            padding: 0;
            margin-bottom: 20px;
        }

        .footer-nav a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
        }

        .article-card h3 a {
            color: white;
            text-decoration: none;
            transition: color 0.3s ease;
            border-bottom: none !important;
        }
        
        .article-card h3 a:hover {
            color: #4FE5FF;
            text-decoration: none;
            border-bottom: none;
        }

        .footer-nav a:hover {
            color: #4FE5FF;
        }

        .footer-contact {
            display: flex;
            color: #fff;
            font-size: 0.9rem;
            flex-direction: column;
            gap: 5px;
        }

        .footer-contact a {
            color: #fff !important;      /* Or any color you want */
            text-decoration: none !important;
        }
        .footer-contact a:hover {
            text-decoration: underline !important; /* Optional: underline on hover */
        }

        .contact-label {
            color: #4FE5FF;
        }

        .footer-right {
            flex: 0 0 auto;
        }

        .social-icon {
            display: inline-block;
            padding: 0.5rem;
            border-radius: 8px;
            background-color: rgba(79, 229, 255, 0.1);
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background-color: rgba(79, 229, 255, 0.2);
            transform: translateY(-2px);
        }

        .swiper {
            width: 100%;
            height: 300px;
            margin: 40px auto;
        }

        .swiper-slide {
            background: #4FE5FF;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            font-weight: bold;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }

            .hero h1 {
                font-size: 2.5rem;
            }
			
			.hero-main h1 {
                font-size: 2.5rem;
            }

            .values-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 2rem;
            }

            .values-grid .value-item::after {
                display: none;
            }

            .services-grid {
                grid-template-columns: 1fr;
            }

            .cards {
            flex-direction: column;
            align-items: center;
            }
            
            .faq-container {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .newsletter-form {
                flex-direction: column;
            }

            .footer-container {
                flex-direction: column;
                text-align: center;
            }
            
            .footer-nav {
                flex-wrap: wrap;
                justify-content: center;
                gap: 1rem;
                
            }
            
            .footer-contact {
                flex-direction: column;
                display: flex;
                margin-bottom: 20px;
            }

            .bean-glow,
            .hero-glow,
            .glow::before,
            .article-card.glow::before {
                width: 100vw !important;
                height: 100vh !important;
                max-width: 100%;
                left: 0 !important;
                top: 0 !important;
                transform: none !important;
            }

            .glow::before {
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                transform: none !important;
                border-radius: 30px;
            }

            .article-card.glow-container .bean-glow {
                left: 50%;
                transform: translateX(-50%) rotate(40deg);
                width: 150vw;
            }

            body, html {
                overflow-x: hidden;
            }
            .faq-image {
                position: relative !important;
                top: unset !important;
                width: 100% !important;
                max-width: 100% !important;
                height: auto !important;
                margin: 0 auto !important;
                transform: none !important;
                box-shadow: none !important;
            }

            .faq-image img {
                transform: scale(1.05);
            }
            
            .articles-grid {
                grid-template-columns: 1fr;
            }
        }

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

        @media (min-width: 769px) and (max-width: 992px) {
            .faq-container {
                grid-template-columns: 1fr !important;
                gap: 2rem;
            }

            .faq-image {
                position: relative !important;
                top: unset !important;
                width: 100% !important;
                max-width: 100% !important;
                height: auto !important;
                margin: 0 auto !important;
                transform: none !important;
                box-shadow: none !important;
            }

            .faq-image img {
                transform: scale(1.05);
            }

            /* Stack service cards vertically */
            .cards {
                flex-direction: column;
                align-items: center;
            }

            .card {
                width: 100%;
                max-width: 500px;
            }

            /* Stack articles vertically */
            .articles-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .article-card {
                width: 100%;
            }

            .bean-glow,
            .hero-glow,
            .glow::before,
            .article-card.glow::before {
                width: 100vw !important;
                height: 100vh !important;
                max-width: 100%;
                left: 0 !important;
                top: 0 !important;
                transform: none !important;
            }

            .glow::before {
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                transform: none !important;
                border-radius: 30px;
            }

            .article-card.glow-container .bean-glow {
                left: 50%;
                transform: translateX(-50%) rotate(40deg);
                width: 150vw;
            }

        }
        .burger-menu {
        display: none; /* hidden by default */
        }

@media (max-width: 768px) {
  .burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 101;
  }

    .burger-menu span {
    height: 3px;
    width: 24px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    }

  .nav-links,
  .nav-extra-mobile {
    display: none;
    flex-direction: column;
    align-items: center;
    background: #000;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    border-radius: 0; 
    z-index: 999;
  }

  .nav-links.open,
  .nav-extra-mobile.open {
    display: flex;
  }
  
  .nav-links a,
  .nav-extra-mobile a {
    width: 100%;
    text-align: left;
    padding: 0.5rem 0;
    color: white;
    text-align: center;
  }

    .nav-links li {
    margin: 0.7rem 0;
    width: 100%;
    text-align: center;
  }

    .nav-links li a {
    display: block;
    padding: 0.5rem 0;
    width: 100%;
    color: white;
    font-size: 1rem;
    text-align: center;
  }

    .nav-extra-mobile a.contact-button {
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 1rem auto;
    text-align: center;
    padding: 0.75rem 0;
    border-radius: 8px;
    background-size: cover;
    padding: 32px;
  }

  .contact-button {
    width: 100%;
    text-align: left;
    padding-left: 0;
    background: #466CF2;
    background-size: cover;
  }
}

/* --- Mobile Menu Overlay --- */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.55);
  z-index: 998;
  transition: opacity 0.3s;
  opacity: 0;
}
.mobile-menu-overlay.show {
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99999;
    background: #000;
    border-bottom: 1px solid #222;
  }
  .container {
    max-width: 100vw;
    position: relative;
    z-index: 1201;
  }
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    position: relative;
    padding: 0;
  }
  .burger-menu {
    position: absolute;
    right: 24px;
    top: 18px;
    z-index: 1300;
  }
  .nav-links,
  .nav-links.open {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 60px);
    background: #000;
    z-index: 1100;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    transform: translateY(-100%);
    transition: transform 0.35s cubic-bezier(.4,2,.6,1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0 2rem 0;
  }
  .nav-links.open {
    transform: translateY(0);
    display: flex;
  }
  .logo {
    font-weight: bold;
    font-size: 1.5rem;
    z-index: 1300;
  }
  .mobile-menu-overlay {
    display: none !important;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 60px;
  z-index: 1300;
}
.logo-img {
  height: 28px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 80px !important;
    margin-top: 0 !important;
  }
	
  .hero-main {
    padding-top: 80px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .hero-glow {
    top: -20%;
    left: 50%;
    width: 200vmin;
    height: 200vmin;
    transform: translateX(-50%);
    min-width: 320px;
    min-height: 320px;
    max-width: none;
    max-height: none;
    aspect-ratio: 1/1;
    pointer-events: none;
    z-index: 0;
  }
  .glow-ring {
    aspect-ratio: 1/1;
    border-radius: 50%;

    transform: translate(-50%, -50%) !important;
  }
  .ring1 {
    width: 32vw !important;
    height: 32vw !important;
    min-width: 100px;
    min-height: 100px;
  }
  .ring2 {
    width: 55vw !important;
    height: 55vw !important;
    min-width: 180px;
    min-height: 180px;
  }
  .ring3 {
    width: 70vw !important;
    height: 70vw !important;
    min-width: 220px;
    min-height: 220px;
  }
}

.stats-content h2 {
  font-size: 2.2rem !important;
  line-height: 1.3 !important;
  font-weight: 300 !important;
}
@media (max-width: 768px) {
  .stats-content h2 {
    font-size: 1.8rem !important;
  font-weight: 300 !important;

  }
}


.dot-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem;
}

.dot-pagination .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #4FE5FF;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.dot-pagination .dot.active {
    background-color: #4FE5FF;
}
ol, ul {
   box-sizing: border-box;
   padding-left: 30px;
   margin-bottom: 10px;
}


