@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }

            body {
                font-family: "DM Sans", sans-serif;
                line-height: 1.4;
                color: #07040a;
                font-size: 16px;
            }

            /* Main Navigation */
            .main-nav {
                background: #190e24;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                position: sticky;
                top: 0;
                z-index: 1000;
            }

            .main-nav .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 12px 20px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .main-nav .brand-logo {
                height: 48px;
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .nav-menu {
                display: flex;
                list-style: none;
                gap: 30px;
                align-items: center;
            }

            .nav-menu a {
                text-decoration: none;
                color: #ddd;
                font-weight: 500;
                transition: color 0.3s;
            }

            .nav-menu a:hover {
                color: #a154cc;
            }

            .nav-actions {
                display: flex;
                gap: 15px;
                align-items: center;
            }

            .btn-primary {
                background: linear-gradient(96.13deg, #a154cc -18.18%, #b42b7d 105.85%);
                color: #fff;
                padding: 15px 25px;
                border: none;
                border-radius: 5px;
                cursor: pointer;
                font-weight: 600;
                font-size: 16px;
                letter-spacing: 0.8px;
                transition: all 0.3s;
            }

            .btn-primary:hover {
                background: #8041a2;
                transition: all 0.3s;
            }

            .btn-secondary {
                background: transparent;
                color: #fff;
                padding: 10px 25px;
                border: 2px solid #fff;
                border-radius: 5px;
                font-size: 16px;
                letter-spacing: 0.8px;
                cursor: pointer;
                font-weight: 600;
                transition: all 0.3s;
            }

            .btn-secondary:hover {
                background: #8041a2;
                  border: 2px solid #8041a2;
                color: #fff;
                transition: all 0.3s;
            }
            .main-nav .contactus-btn {
                text-decoration: none;
            }
            .mobile-menu-toggle {
                display: none;
                background: none;
                border: none;
                font-size: 24px;
                cursor: pointer;
            }

            /* Hero Section */
            .hero {
                background:
                    linear-gradient(to right, #25132f, #25132f45),
                    url(hero-banner.jpg) center / cover;
                color: #fff;
                padding: 100px 20px;
                text-align: left;
            }

            .hero .container {
                max-width: 1200px;
                margin: 0 auto;
            }

            .hero-content {
                display:flex;
				justify-content: space-between;
				align-items:center;
				width:100%;
            }
			.hero-content .hero-content-right{
				width:40%;
				padding:20px;
			}
			.hero-content .hero-content-left {
				width:40%;
			}
			.hero-content-right .hero-img {
    height: 450px;
	border-radius:20px;
	width:auto;
}
			.hero-content .hero-content-right .glass-panel{
				color: #fff;
				background-color: rgba(255,255,255,0.06);
				border: 1px solid rgba(255,255,255,0.1);
				width: 100%;
				border-radius: 15px;
				padding: 32px;
				backdrop-filter: blur(10px);
				text-align:center;
			}
			.hero-content .hero-content-right .glass-panel p{
				font-size:20px;
				margin-bottom:0;
				font-weight:600;
				color:#fff;
			}
			.hero-content .hero-content-right .glass-panel p span{
				color:#c3dfba;
				display: flex;
				justify-content: center;
			}
			.hero-content .hero-content-right .glass-panel h1{
				font-size: 5rem;
				font-weight: 900;
				letter-spacing: 5px;
				margin: 10px;
			}
			.hero-content .hero-content-right .glass-panel h3{
				font-size:2rem;
				color:#fff;
				letter-spacing: 1.5px;
				background:#8041a2;
				border-radius:5px;
				padding:0.5rem 1rem;
			}
            .hero-label {
                color: #a154cc;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .hero h1 {
                font-size: 48px;
                margin-bottom: 20px;
                line-height: 1.2;
            }

            .hero p {
                font-size: 16px;
                margin-bottom: 30px;
                line-height: 1.8;
                color: #ddd;
            }

            /* About Section */
            .about {
                padding: 80px 20px;
                background: #f8f9fa;
            }

            .about .container {
                max-width: 1200px;
                margin: 0 auto;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 60px;
                align-items: center;
            }
            .about .container.about-container {
                display: grid;
                grid-template-columns: 3fr;
            }
            .about-image {
                position: relative;
            }

            .about-image img {
                width: 80%;
                border-radius: 10px;
            }

            .section-label {
                color: #a154cc !important;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .about-content h2 {
                font-size: 36px;
                margin-bottom: 16px;
                color: #07040a;
            }

            .about-content p {
                margin-bottom: 26px;
                color: #6e6e6e;
            }
            .about-content p.section-label {
                margin-bottom: 16px;
            }
            .aboutus-grid .blog-card-content .blog-features {
                margin-top: 16px;
            }
            .features-list {
                list-style: none;
                margin: 20px 0;
            }

            .features-list li {
                padding: 10px 0;
                display: flex;
                align-items: center;
                gap: 10px;
                color: #6e6e6e;
            }

            .features-list i {
                color: #a154cc;
            }
            .aboutus-grid.blog-grid .blog-card {
                background: #fff;
            }
            .aboutus-grid.blog-grid {
                margin-top: 5rem;
            }

            /* Services Section */
            .services {
                padding: 80px 20px;
                background: #fff;
            }

            .services .container {
                max-width: 1200px;
                margin: 0 auto;
            }

            .section-header {
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 80px;
                text-align: center;
            }

            .section-header h2 {
                font-size: 36px;
                color: #07040a;
                max-width: 800px;
            }
            .section-header p {
                max-width: 920px;
            }
            .services-grid {
                display: grid;
                grid-template-columns: 2fr 2fr;
                gap: 30px;
            }
            .services .section-button-div {
                margin-top: 50px;
                text-align: center;
            }
            .services-image img {
                width: 80%;
                border-radius: 10px;
            }

            .services-list {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }

            .service-card {
                background: #f8f9fa;
                padding: 25px;
                border-radius: 10px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                transition: all 0.3s;
                cursor: pointer;
            }
            .service-card {
                height: 150px;
                max-height: 180px;
                transition: 0.3s;
            }
            .service-card:hover {
                background: #a154cc;
                color: #fff;
                transform: translateX(5px);
                transition: 0.3s;
            }

            .service-info {
                display: flex;
                gap: 20px;
                align-items: flex-start;
            }

            .service-icon {
                background: #a154cc;
                color: #fff;
                width: 50px;
                height: 50px;
                border-radius: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                flex-shrink: 0;
                transition: 0.3s;
            }

            .service-card:hover .service-icon {
                color: #a154cc;
            }

            .service-card h3 {
                margin-bottom: 8px;
                font-size: 20px;
            }

            .service-card p {
                font-size: 14px;
                opacity: 0.8;
            }
            .services .services-grid .btn-primary.mt5 {
                margin-top: 30px;
                margin-left: 0;
                margin-right: auto;
            }
            .service-icon img {
                width: 30px;
                transition: 0.3s;
            }
            .service-card:hover .service-icon img {
                width: 40px;
                transition: 0.3s;
            }

            .blog-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                gap: 30px;
            }

            .blog-card {
                background: #f8f9fa;
                border-radius: 10px;
                overflow: hidden;
                transition:
                    transform 0.3s,
                    box-shadow 0.3s;
            }

            .blog-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            }

            .blog-card-content {
                padding: 25px;
            }

            .blog-card-content h3 {
                font-size: 20px;
                margin-bottom: 12px;
                color: #07040a;
            }

            .blog-card-content p {
                font-size: 14px;
                color: #6e6e6e;
                margin-bottom: 15px;
                line-height: 1.6;
            }

            .blog-card-content .blog-features {
                list-style: none;
                margin-bottom: 20px;
            }

            .blog-card-content .blog-features li {
                padding: 8px 0;
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 14px;
                color: #6e6e6e;
            }

            .blog-card-content .btn-link {
                background: none;
                border: none;
                color: #6e6e6e;
                font-weight: 600;
                cursor: pointer;
                padding: 0;
                display: inline-flex;
                align-items: center;
                gap: 5px;
                transition: color 0.3s;
            }

            .blog-card-content .btn-link:hover {
                color: #a154cc;
            }

            /* Creative Plans Section */
            .creative-plans {
                padding: 80px 20px;
                background: #f8f9fa;
            }

            .creative-plans .container {
                max-width: 1200px;
                margin: 0 auto;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 60px;
                align-items: center;
            }

            .creative-content h2 {
                font-size: 36px;
                margin-bottom: 20px;
                color: #07040a;
            }

            .creative-content p {
                margin-bottom: 30px;
                color: #6e6e6e;
            }

            .stats-list {
                list-style: none;
            }

            .stat-item {
                margin-bottom: 20px;
                display: flex;
                align-items: center;
            }

            .stat-item h4 {
                display: flex;
                justify-content: space-between;
                margin-bottom: 0px;
                color: #07040a;
                padding-left: 8px;
            }

            .creative-image {
                position: relative;
            }

            .creative-image img {
                width: 80%;
                border-radius: 10px;
            }

            .contact-form-section {
                padding: 80px 20px;
                background: #f8f9fa;
            }

            .contact-form-section .container {
                max-width: 1200px;
                margin: 0 auto;
                display: grid;
                grid-template-columns: 1fr 1.2fr;
                gap: 60px;
                align-items: center;
            }

            .contact-image img {
                width: 100%;
                border-radius: 10px;
            }

            .contact-form-content .section-label {
                color: #100679;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .contact-form-content h2 {
                font-size: 22px;
                margin-bottom: 26px;
                color: #07040a;
            }
            .contact-form-section form {
                margin-top: 30px;
            }
            .form-group {
                margin-bottom: 20px;
            }

            .form-row {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 20px;
            }

            .form-group input,
            .form-group textarea {
                width: 100%;
                padding: 15px;
                border: 1px solid #e0e0e0;
                border-radius: 5px;
                font-family: inherit;
                font-size: 14px;
                transition: border-color 0.3s;
            }

            .form-group input:focus,
            .form-group textarea:focus {
                outline: none;
                border-color: #a154cc;
            }

            .form-group textarea {
                resize: vertical;
                min-height: 120px;
            }

            .btn-submit {
                background: linear-gradient(96.13deg, #a154cc -18.18%, #b42b7d 105.85%);
                color: #fff;
                padding: 15px 40px;
                border: none;
                border-radius: 5px;
                cursor: pointer;
                font-weight: 600;
                font-size: 16px;
                transition: background 0.3s;
                display: inline-flex;
                align-items: center;
                gap: 10px;
            }

            .btn-submit:hover {
                background: linear-gradient(96.13deg, #b42b7d -18.18%, #a154cc 105.85%);
            }
            .btn-primary.mt5 {
                margin-top: 30px;
            }
            /* Footer */
            footer {
                background: #07040a;
                color: #fff;
                padding: 60px 20px 30px;
            }

            .footer-content {
                max-width: 800px;
                margin: 0 auto;
                margin-bottom: 40px;
                text-align: center;
            }
            .footer-links {
                display: flex;
                justify-content: center;
            }
            .footer-links ul {
                display: flex;
                list-style: none;
            }
            .footer-links ul li {
                padding: 0 10px;
            }
            .footer-links ul li a {
                color: #fff;
                text-decoration: none;
                cursor: pointer;
            }
            .footer-links ul li:hover a {
                color: #a154cc;
            }
            .footer-brand-section {
                margin-bottom: 30px;
            }
            .footer-brand-section p {
                color: #ddd;
                margin-top: 20px;
            }
            .footer-brand-section .logo img {
                width: 120px;
            }
            .social-links {
                display: flex;
                gap: 15px;
                /* margin-top: 15px; */
            }

            .social-links a {
                width: 40px;
                height: 40px;
                background: rgba(255, 255, 255, 0.2);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                text-decoration: none; /* Add this */
                transition: all 0.3s;
            }

            .social-links a:hover {
                background: rgba(255, 255, 255, 0.3); /* Changed hover state */
            }

            .footer-bottom {
                max-width: 1200px;
                margin: 0 auto;
                padding-top: 30px;
                border-top: 1px solid rgba(255, 255, 255, 0.2);
                text-align: center;
                color: rgba(255, 255, 255, 0.8); /* Changed from #bbb */
            }

            /* Mobile Responsive */
            @media (max-width: 768px) {
                .top-header .container {
                    flex-direction: column;
                    gap: 10px;
                    text-align: center;
                }

                .nav-menu {
                    display: none;
                    flex-direction: column;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    right: 0;
                    background: #402350;
                    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
                    padding: 20px;
                }

                .nav-menu.active {
                    display: flex;
                }

                .mobile-menu-toggle {
                    display: flex;
                }

                .nav-actions {
                    flex-direction: column;
                }

                .hero h1 {
                    font-size: 32px;
                }

                .about .container,
                .creative-plans .container,
                .services-grid {
                    grid-template-columns: 1fr;
                }

                .section-header {
                    flex-direction: column;
                    gap: 20px;
                }

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

                .contact-form-section .container {
                    grid-template-columns: 1fr;
                }

                .contact-form-content {
                    padding: 10px 0 10px 0;
                }

                .form-row {
                    grid-template-columns: 1fr;
                }
                .contact-form-content .form-row {
                    gap: 0;
                }
                .hero {
                    background:
                        linear-gradient(to right, #25132f, #25132fd9),
                        url(hero-banner.jpg) center / cover;
                }

                .about-content h2,
                .section-header h2,
                .creative-content h2 {
                    font-size: 28px;
                }
                .about .container {
                    gap: 20px;
                }
                .services,
                .creative-plans {
                    padding: 50px 20px;
                }
                .section-header {
                    margin-bottom: 40px;
                }
                .services .btn-primary {
                    margin: 30px auto 0 auto;
                    display: flex;
                }
            }
            @media screen and (max-width: 992px) {
                .service-card {
                    height: auto;
                    max-height: unset;
                }
                .aboutus-grid.blog-grid {
                    margin-top: 3rem;
                }
                .about-image,
                .services-image,
                .creative-image,
                .contact-image {
                    text-align: center;
                }
                .about-image img,
                .services-image img,
                .creative-image img,
                .contact-image img {
                    width: 70%;
                }
                .contact-image {
                    display: none;
                }
                .creative-content {
                    position: relative;
                    order: 2;
                }
                .contact-form-section {
                    padding: 30px 20px;
                }
            }

            /* Black Overlay */
            .overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.8);
                display: none;
                z-index: 1001;
            }

            /* Popup Box */
            .contact-popup {
                position: fixed;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background: #fff;
                width: 500px;
                max-width: 100%;
                height: auto;
                overflow-y: auto;
                padding: 20px;
                border-radius: 10px;
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
                display: none;
                z-index: 1002;
            }

            .popup-content {
                position: relative;
            }

            /* Close Button */
            .close-btn {
                position: absolute;
                top: -5px;
                right: -6px;
                width: 14px;
                cursor: pointer;
            }
            .close-btn:hover {
                filter: brightness(0.5);
            }
            .contact-form-content .contact-btn-sec {
                text-align: center;
            }

            .contact-submit-message {
                text-align: center;
                display: none;
            }
            .contact-submit-message h2 {
                font-size: 22px;
                color: #a154cc;
                margin-bottom: 10px;
            }
            .contact-submit-message p {
                font-size: 16px;
            }
            @media screen and (max-width: 768px) {
                .contact-popup {
                    width: 90%;
                    padding: 15px;
                }
                .close-btn {
                    top: 0;
                    right: 0px;
                    width: 16px;
                }
                .footer-brand-section {
                    margin-bottom: 20px;
                    text-align: left;
                }
                .footer-links ul {
                    display: flex;
                    width: 100%;
                    flex-wrap: wrap;
                    justify-content: flex-start;
                }
                .footer-links ul li {
                    padding: 10px;
                    width: 50%;
                    text-align: start;
                }
                .services .services-grid .btn-primary.mt5 {
                    margin-left: auto;
                }
				 .hero-content {
                display:flex;
				flex-direction:column;
				width:100%;
            }
			.hero-content .hero-content-right,
			.hero-content .hero-content-left {
				width:100%;
				text-align: center;
			}
			.hero {
				padding: 60px 20px;
			}
			.hero-content .hero-content-right {
        padding: 0;
		margin-top:3rem;
			}
			.hero-content-right .hero-img {
	width:100%;
}
            }
