@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poly:ital@0;1&display=swap');

:root{

    --primary-text-color: #000;
    --bg-color: #ffffff;

    --btn-color: #fdfdfd;/* button color*/
    --btn-bg: #000;/* button bg color*/

    
    --header-link-hover: #000000;
    --header-link-hover-bg: #bababa36;

    --input-hover-bd-color: #232323;
    
    --dropdown-bg: #f3f4f6;
    --dropdown-hover-bg: #dddddd84;

    --faq-h-text: #0e0e0e;
    --faq-content-text: #1e1e1e;

    --hr-color: #e5e7eb;

    --footer-link: #282828;
    --footer-link-hover: #000;

    --header-bg: #edececa5;
    /* color: #312f2f; */
    --hero-gradient: #fcfcfc;
    --hero-bg-img: url("../assets/images/background/dots-dark.svg");

}

.tw-dark {
    --primary-text-color: #fff;
    --bg-color: #000000;

    --btn-color: #000000;/* button color*/
    --btn-bg: #ffffff;/* button bg color*/

    --header-link-hover: #ffffff;
    --header-link-hover-bg: #8a8a8a5e;

    --input-hover-bd-color: #f8f8f8;

    --dropdown-bg: #171717;
    --dropdown-hover-bg: #2d2d2ddb;

    --faq-h-text: #efefef;
    --faq-content-text: #d4d4d4;

    --hr-color: #e1e1e195;

    --footer-link: #cfcfcf;
    --footer-link-hover: #ffffff;

    --header-bg: #232323a5;

    --hero-gradient: #000;
    --hero-bg-img: url("../assets/images/background/dots.svg");

  }


html {
    scroll-behavior: smooth;
    /* font-family: "Ubuntu", sans-serif; */
}

/* Header uses a dark surface even in light mode, so keep nav hover colors consistent. */
.site-header{
    --header-link-hover: #ffffff;
    --header-link-hover-bg: #8a8a8a5e;
    /* Match the logo backdrop so the header and brand feel like one piece. */
    background: #061121 !important;
    border: 1px solid #1e2b44;
    box-shadow: 0 8px 22px rgba(3, 10, 25, 0.45), 0 0 0 1px rgba(70, 96, 146, 0.16) inset;
    max-width: min(98vw, 1400px) !important;
    height: 96px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
}

.brand-wrap{
    gap: 12px;
    max-width: 430px;
    flex: 0 0 auto;
}

.brand-logo{
    width: 176px;
    height: 84px;
    min-width: 176px;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0;
    background: #061121;
}

.brand-logo-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    display: block;
}

.brand-name{
    color: #f3f4f6;
    letter-spacing: 0.02em;
    white-space: nowrap;
    line-height: 1;
    font-size: 1.08rem;
    font-weight: 700;
}

.site-header > .collapsible-header{
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

@media screen and (max-width: 1024px){
    .site-header > .collapsible-header{
        width: 100%;
        flex-basis: 100%;
    }
}

section,
article[id] {
    scroll-margin-top: 110px;
}

body.modal-open {
    overflow: hidden;
}

@media screen and (max-width: 1100px){
    .site-header{
        max-width: min(98vw, 1200px) !important;
        height: 88px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .brand-wrap{
        max-width: 380px;
    }
    .brand-name{
        font-size: 0.98rem;
    }
    .brand-logo{
        width: 152px;
        height: 72px;
        min-width: 152px;
    }
}

@media screen and (max-width: 700px){
    .site-header{
        height: 76px !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .brand-wrap{
        max-width: 300px;
        gap: 8px;
    }
    .brand-name{
        font-size: 0.88rem;
    }
    .brand-logo{
        width: 122px;
        height: 58px;
        min-width: 122px;
    }
}

header > .collapsible-header{
    display: flex;
    gap: 1rem;
    background-color: inherit;
    place-content: center;
    overflow: hidden;
    transition: width 0.3s ease, height 0.3s ease;
}

hr{
    border-color:var(--hr-color); 
    border-style: solid;
}

.animated-collapse{
    transition: width 0.3s ease;
}


.header-links {
    position: relative;
    display: flex;
    align-items: center;
    min-width: fit-content;
    padding: 8px 15px;
    z-index: 2; 
    cursor: pointer;
    transition: background-color 0.5s, color 0.3s;
}

.site-header .header-links {
    color: #f3f4f6;
}

.header-links::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; 
    width: 100%;
    height: 100%;
    /* color: var(--header-link-hover); */
    background-color: var(--header-link-hover-bg);
    transform: scale(40%);
    opacity: 0;
    border-radius: 8px;
    transition: all 300ms;
}

.header-links:hover{
    color: var(--header-link-hover);
}

.header-links:hover::after {
    transform: scale(100%);
    opacity: 1;
}

.hero-section{
    background-image: var(--hero-bg-img);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.hero-bg-gradient{
    /* background: linear-gradient(180deg, var(--hero-gradient) 13%, rgba(0,0,0,0.258140756302521) 87%); */
    background: linear-gradient(180deg, var(--hero-gradient) 23%, rgba(0,0,0,0) 87%, var(--hero-gradient) 97%);
}

#dashboard-container {
    display: none;
}

.tech-stack-section {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
    background: #fff;
}

.tw-dark .tech-stack-section {
    background: #000;
}

.tech-marquee {
    position: relative;
    width: min(900px, 100%);
    overflow: hidden;
    padding: 2px 0 10px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.tech-marquee-track {
    display: flex;
    width: max-content;
    gap: 36px;
    animation: tech-marquee 24s linear infinite;
    will-change: transform;
}

.tech-marquee:hover .tech-marquee-track {
    animation-play-state: paused;
}

.tech-item {
    flex: 0 0 96px;
}

.tech-item span {
    white-space: nowrap;
}

.legacy-tech-stack {
    display: none !important;
}

@keyframes tech-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 18px));
    }
}


.gradient-text{
    background: rgb(215,215,215);
    background: linear-gradient(90deg, rgba(215,215,215,1) 18%, rgba(136,136,136,1) 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.purple-bg-grad{
    background: rgb(126,34,206);
    background: linear-gradient(90deg, #7e22ce91 8%, #625aafae 31%, #7badbbbc 76%, #54d2d0ca 89%);
    filter: blur(50px);
    opacity: 0.5;
}

#dashboard {
    /* transform-origin: bottom center; */
    transform: perspective(1200px) translateX(0px) translateY(12px) scale(0.8)
        rotate(0deg) rotateX(70deg);
    transition: transform 0.5;
}

.opacity-0{
    opacity: 0 !important;
}

.opacity-100{
    opacity: 100 !important;
}

.btn{
    padding: 10px 15px;
    width: max-content;
    border-radius: 10px;
    color: var(--btn-color);
    background-color: var(--btn-bg);
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.header-cta{
    /* CTA should stand out on the dark navbar regardless of theme. */
    background-color: #ffffff;
    color: #000000;
}

.btn:hover{

}

.btn:disabled{
    cursor: default;
}

.input{
    padding: 10px;
    background-color: transparent;
    border-radius: 5px;
    outline: none;
    min-width: 100px;
    border: 1px solid #979797;
    transition: border 0.3s;
}

.input:active, .input:focus, .input:focus-within{
    border: 1px solid var(--input-hover-bd-color) !important;
}

/* ------------------- scrollbar ------------- */
.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 20px;
}

.scrollbar::-webkit-scrollbar-track {
    border-radius: 25px;
/* background: #f7f4ed; */
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    border-radius: 25px;
}


/* ---------------- dropdown --------------------- */
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-toggle {
    width: 100%;
    outline: none;
    /* background-color: #000; */
    /* border: 1px solid #ccc; */
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: var(--dropdown-bg);
    /* border: 1px solid #c9c9c9; */
    list-style-type: none;
    padding: 0;
    width: 100%;
    left: 0px;
    /* top: 105%; */
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-menu li {
    padding: 8px 12px;
    cursor: pointer;
}

.dropdown-menu li:hover {
    background-color: var(--dropdown-hover-bg);
}

/* -------------- carousel ------------------*/
.carousel-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: 800px;
}
  
.carousel {
    display: inline-block;
    animation: scroll 10s linear infinite;
}
  
.carousel-img {
    display: inline-block;
    margin: 0 20px;
}
  
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* ------ animated border ------- */

.animated-border {
    position: relative;
    overflow: visible;
}


.animated-border::after{
    content: '';
    position: absolute;
    top: 0px; 
    left: -100%; 
    width: 30%;
    height: 100%;
    border-radius: inherit; 
    /* background: linear-gradient(#6366f1 23%, rgba(124,190,255,0) 87%); */
    background-color: #6366f1;
    background-repeat: no-repeat;
    /* background-size: 200% 200%; */
    background-position: 0% 0%;
    filter: blur(1.5rem);
    opacity: 0.8;
    box-shadow: inset 0px 0px 20px 5px #6366f1;
    /* transform: rotate(90deg); */
    z-index: -2;
    pointer-events: none;
    animation: slide 10s ease-in-out infinite;
   
}

.animated-border::before{
    filter: blur(1.5rem);
    opacity: 0.3;
    will-change: transform;
}

@keyframes slide{
    0% {
        left: -100%; /* Start completely outside the left edge */
        right: 100%; /* End completely outside the right edge */
    }
   
    100% {
        left: 100%; /* Move completely outside the right edge */
        right: -100%; /* End completely outside the left edge */
    }
}

.footer-link{
    width: -moz-fit-content;
    width: fit-content;
    color: var(--footer-link);
    transition: color 0.3s;
}

.footer-link:hover{
    color: var(--footer-link-hover);
}

.legacy-section {
    display: none !important;
}

.section-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.section-kicker {
    margin-bottom: 10px;
    color: #4f46e5;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-heading h2 {
    color: var(--primary-text-color);
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.02;
}

.section-heading p {
    margin-top: 18px;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.7;
}

.tw-dark .section-heading p {
    color: #cbd5e1;
}

.product-suite-section,
.expertise-section,
.all-products-section,
.projects-section,
.about-section,
.contact-section {
    padding: 92px 0;
    scroll-margin-top: 110px;
}

.product-suite-section {
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.tw-dark .product-suite-section {
    background: #05070d;
    border-color: #1f2937;
}

.featured-products {
    display: grid;
    gap: 28px;
}

.featured-product {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 32px;
    scroll-margin-top: 110px;
    padding: 28px;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.featured-product-alt {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.featured-product-alt .product-copy {
    order: 2;
}

.tw-dark .featured-product {
    border-color: #1f2937;
    background: #0b1020;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.product-copy {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product-label,
.catalog-status {
    width: fit-content;
    border: 1px solid #c7d2fe;
    border-radius: 999px;
    padding: 6px 12px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.tw-dark .product-label,
.tw-dark .catalog-status {
    border-color: #334155;
    background: #111827;
    color: #a5b4fc;
}

.product-copy h3,
.catalog-card h3,
.expertise-card h3 {
    color: var(--primary-text-color);
    font-size: clamp(1.8rem, 3vw, 3.25rem);
    font-weight: 700;
    line-height: 1.05;
}

.product-copy p,
.catalog-card p,
.expertise-card p {
    color: #4b5563;
    line-height: 1.7;
}

.tw-dark .product-copy p,
.tw-dark .catalog-card p,
.tw-dark .expertise-card p {
    color: #cbd5e1;
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-tags span {
    border: 1px solid #d1d5db;
    border-radius: 999px;
    padding: 8px 12px;
    background: #f9fafb;
    color: #111827;
    font-size: 0.86rem;
}

.tw-dark .product-tags span {
    border-color: #334155;
    background: #111827;
    color: #e5e7eb;
}

.product-link,
.catalog-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #4f46e5;
    font-weight: 700;
}

.tw-dark .product-link,
.tw-dark .catalog-card a {
    color: #a5b4fc;
}

.product-visual {
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 14px;
    background: #0f172a;
    aspect-ratio: 16 / 10;
}

.product-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.product-actions {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.expertise-section {
    background: #fff;
}

.tw-dark .expertise-section {
    background: #000;
}

.expertise-grid,
.product-catalog {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.expertise-card,
.catalog-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 100%;
    scroll-margin-top: 110px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    color: inherit;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.flip-card {
    perspective: 1200px;
    min-height: 340px;
    padding: 0;
    overflow: hidden;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 340px;
    transform-style: preserve-3d;
    transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
    backface-visibility: hidden;
}

.flip-card-front {
    z-index: 2;
}

.flip-card-back {
    transform: rotateY(180deg);
    justify-content: space-between;
}

.flip-card-back ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.flip-card-back li {
    position: relative;
    padding-left: 16px;
    color: #0f172a;
    line-height: 1.5;
}

.tw-dark .flip-card-back li {
    color: #dbe3f4;
}

.flip-card-back li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6366f1;
}

.expertise-card:hover,
.catalog-card:hover {
    transform: translateY(-4px);
    border-color: #818cf8;
    box-shadow: 0 18px 50px rgba(79, 70, 229, 0.16);
}

.tw-dark .expertise-card,
.tw-dark .catalog-card {
    border-color: #1f2937;
    background: #0b1020;
}

.expertise-card > i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 1.35rem;
}

.tw-dark .expertise-card > i {
    background: #111827;
    color: #a5b4fc;
}

.expertise-card h3,
.catalog-card h3 {
    font-size: 1.28rem;
    line-height: 1.25;
}

.expertise-card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #4f46e5;
    font-weight: 700;
}

.tw-dark .expertise-card span {
    color: #a5b4fc;
}

.all-products-section {
    background: #f8fafc;
}

.tw-dark .all-products-section {
    background: #05070d;
}

.solar-rings-section {
    position: relative;
    min-height: 420px;
    background:
        radial-gradient(circle at 77% 50%, rgba(255, 183, 77, 0.12), transparent 20%),
        radial-gradient(circle at 72% 50%, rgba(255, 221, 168, 0.08), transparent 28%),
        radial-gradient(circle at 82% 48%, rgba(91, 109, 255, 0.06), transparent 24%),
        #000;
    overflow: hidden;
}

.solar-rings-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 420px;
    padding-right: clamp(12px, 5vw, 80px);
}

.solar-rings-cluster {
    position: relative;
    width: min(860px, 86vw);
    height: 460px;
}

.solar-ring,
.solar-core {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.solar-ring {
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 0 28px rgba(255, 255, 255, 0.015),
        0 0 18px rgba(255, 196, 114, 0.04);
}

.solar-ring .solar-tag {
    position: absolute;
    top: 50%;
    left: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 210, 142, 0.28);
    border-radius: 999px;
    background: rgba(16, 16, 16, 0.82);
    color: #ffd79d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
    box-shadow:
        0 0 0 1px rgba(255, 170, 92, 0.06),
        0 0 20px rgba(255, 170, 92, 0.12);
    transform: translate(-50%, -50%);
}

.solar-core {
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, #fff3c2 0%, #ffbe5c 55%, #ff8c42 100%);
    box-shadow:
        0 0 24px rgba(255, 197, 94, 0.9),
        0 0 56px rgba(255, 150, 69, 0.34);
}

.solar-ring-1 {
    width: 130px;
    height: 130px;
    animation: orbit-spin 11s linear infinite;
}

.solar-ring-2 {
    width: 200px;
    height: 200px;
    animation: orbit-spin-reverse 16s linear infinite;
}

.solar-ring-3 {
    width: 290px;
    height: 290px;
    animation: orbit-spin 21s linear infinite;
}

.solar-ring-4 {
    width: 390px;
    height: 390px;
    animation: orbit-spin-reverse 28s linear infinite;
}

.solar-ring-5 {
    width: 510px;
    height: 510px;
    animation: orbit-spin 36s linear infinite;
}

.solar-ring-6 {
    width: 610px;
    height: 610px;
    animation: orbit-spin-reverse 42s linear infinite;
}

.solar-ring-7 {
    width: 700px;
    height: 700px;
    animation: orbit-spin 48s linear infinite;
}

.solar-ring-8 {
    width: 760px;
    height: 760px;
    animation: orbit-spin-reverse 56s linear infinite;
}

.solar-ring-9 {
    width: 820px;
    height: 820px;
    animation: orbit-spin 64s linear infinite;
}

.solar-ring-10 {
    width: 900px;
    height: 900px;
    animation: orbit-spin-reverse 72s linear infinite;
}

.solar-ring-11 {
    width: 980px;
    height: 980px;
    animation: orbit-spin 82s linear infinite;
}

.solar-ring-12 {
    width: 1060px;
    height: 1060px;
    animation: orbit-spin-reverse 94s linear infinite;
}

.solar-ring-1 .solar-tag {
    animation: orbit-spin-reverse 11s linear infinite;
}

.solar-ring-2 .solar-tag {
    animation: orbit-spin 16s linear infinite;
}

.solar-ring-3 .solar-tag {
    animation: orbit-spin-reverse 21s linear infinite;
}

.solar-ring-4 .solar-tag {
    animation: orbit-spin 28s linear infinite;
}

.solar-ring-5 .solar-tag {
    animation: orbit-spin-reverse 36s linear infinite;
}

.solar-ring-6 .solar-tag {
    animation: orbit-spin 42s linear infinite;
}

.solar-ring-7 .solar-tag {
    animation: orbit-spin-reverse 48s linear infinite;
}

.solar-ring-8 .solar-tag {
    animation: orbit-spin 56s linear infinite;
}

.solar-ring-9 .solar-tag {
    animation: orbit-spin-reverse 64s linear infinite;
}

.solar-ring-10 .solar-tag {
    animation: orbit-spin 72s linear infinite;
}

.solar-ring-11 .solar-tag {
    animation: orbit-spin-reverse 82s linear infinite;
}

.solar-ring-12 .solar-tag {
    animation: orbit-spin 94s linear infinite;
}

.solar-ring-1 .solar-tag { top: 50%; left: 100%; }
.solar-ring-2 .solar-tag { top: 15%; left: 82%; }
.solar-ring-3 .solar-tag { top: 5%; left: 50%; }
.solar-ring-4 .solar-tag { top: 18%; left: 18%; }
.solar-ring-5 .solar-tag { top: 50%; left: 0%; }
.solar-ring-6 .solar-tag { top: 82%; left: 18%; }
.solar-ring-7 .solar-tag { top: 95%; left: 50%; }
.solar-ring-8 .solar-tag { top: 82%; left: 82%; }
.solar-ring-9 .solar-tag { top: 35%; left: 92%; }
.solar-ring-10 .solar-tag { top: 10%; left: 30%; }
.solar-ring-11 .solar-tag { top: 65%; left: 8%; }
.solar-ring-12 .solar-tag { top: 90%; left: 72%; }

@keyframes orbit-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes orbit-spin-reverse {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.projects-section {
    background: #fff;
}

.tw-dark .projects-section {
    background: #000;
}

.project-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: 34px;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 22px;
    padding: 36px;
    box-shadow: 0 22px 70px rgba(15, 23, 42, 0.1);
}

.project-showcase-primary {
    background: linear-gradient(135deg, #4f46e5 0%, #6d28d9 100%);
    color: #fff;
}

.project-showcase-light {
    background: #fff;
    color: #111827;
}

.tw-dark .project-showcase-light {
    border-color: #1f2937;
    background: #0b1020;
    color: #fff;
}

.project-showcase-light .project-copy {
    order: 2;
}

.project-copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.project-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 1.35rem;
}

.project-showcase-light .project-icon {
    background: #eef2ff;
    color: #4f46e5;
}

.project-label {
    color: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.8;
}

.project-copy h3 {
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 800;
    line-height: 1.05;
}

.project-copy p {
    max-width: 540px;
    color: inherit;
    line-height: 1.7;
    opacity: 0.82;
}

.project-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-points span {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.86rem;
}

.project-showcase-light .project-points span {
    border-color: #d1d5db;
    background: #f9fafb;
}

.tw-dark .project-showcase-light .project-points span {
    border-color: #334155;
    background: #111827;
}

.project-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 6px;
    color: inherit;
    font-weight: 800;
}

.project-media {
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
}

.project-media img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    object-position: top center;
}

.about-section {
    background: #fff;
    color: #0f172a;
}

.tw-dark .about-section {
    background: #05070d;
    color: #fff;
}

.about-layout,
.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 64px;
}

.about-copy {
    max-width: 520px;
}

.about-copy h2,
.contact-copy h2 {
    font-size: clamp(2.35rem, 5vw, 4.4rem);
    font-weight: 800;
    line-height: 1.02;
}

.about-title {
    white-space: nowrap !important;
    font-size: clamp(1.45rem, 2vw, 2.2rem) !important;
    line-height: 1.08;
    max-width: 100%;
}

.about-copy > p,
.contact-copy > p {
    margin-top: 20px;
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.8;
}

.tw-dark .about-copy > p {
    color: rgba(255, 255, 255, 0.78);
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.about-stats div,
.about-panel,
.contact-form {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #f8fafc;
}

.about-stats div {
    padding: 18px;
}

.about-stats strong {
    display: block;
    color: #a5b4fc;
    font-size: 1.8rem;
    line-height: 1;
}

.about-stats span {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 0.88rem;
}

.about-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 22px;
}

.about-feature {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px;
    border-radius: 14px;
    background: #fff;
}

.about-feature i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 1.35rem;
}

.about-feature h3 {
    font-size: 1.2rem;
    font-weight: 800;
}

.about-feature p {
    margin-top: 6px;
    color: #64748b;
    line-height: 1.6;
}

.tw-dark .about-stats div,
.tw-dark .about-panel,
.tw-dark .about-feature {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.tw-dark .about-stats span,
.tw-dark .about-feature p {
    color: rgba(255, 255, 255, 0.68);
}

.contact-section {
    background: #f8fafc;
}

.tw-dark .contact-section {
    background: #05070d;
}

.contact-copy h2 {
    color: var(--primary-text-color);
}

.contact-copy > p {
    color: #4b5563;
}

.tw-dark .contact-copy > p {
    color: #cbd5e1;
}

.contact-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
    color: #334155;
    font-weight: 700;
}

.tw-dark .contact-highlights {
    color: #e5e7eb;
}

.contact-highlights i {
    color: #10b981;
    margin-right: 8px;
}

.contact-form {
    display: grid;
    gap: 16px;
    padding: 26px;
    border-color: #dbe3ef;
    background: #fff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
}

.tw-dark .contact-form {
    border-color: #1f2937;
    background: #0b1020;
}

.form-row {
    display: grid;
    gap: 8px;
}

.form-row label {
    color: var(--primary-text-color);
    font-size: 0.9rem;
    font-weight: 800;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 12px 14px;
    background: #f8fafc;
    color: #111827;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-row textarea {
    resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.14);
}

.tw-dark .form-row input,
.tw-dark .form-row select,
.tw-dark .form-row textarea {
    border-color: #334155;
    background: #111827;
    color: #fff;
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    padding: 13px 18px;
    background: #4f46e5;
    color: #fff;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.25);
}

.contact-form-status {
    min-height: 20px;
    color: #4b5563;
    font-size: 0.9rem;
}

.tw-dark .contact-form-status {
    color: #cbd5e1;
}

.catalog-card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #4b5563;
    line-height: 1.6;
}

.catalog-card li {
    position: relative;
    padding-left: 18px;
}

.catalog-card li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #4f46e5;
}

.tw-dark .catalog-card ul {
    color: #cbd5e1;
}

@media (max-width: 1024px) {
    .featured-product,
    .featured-product-alt,
    .project-showcase,
    .about-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .featured-product-alt .product-copy,
    .project-showcase-light .project-copy {
        order: 0;
    }

    .expertise-grid,
    .product-catalog {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .product-suite-section,
    .expertise-section,
    .all-products-section,
    .projects-section,
    .about-section,
    .contact-section {
        padding: 64px 0;
    }

    .section-shell {
        width: min(100% - 24px, 1180px);
    }

    .solar-rings-section,
    .solar-rings-wrap {
        min-height: 260px;
    }

    .solar-rings-wrap {
        justify-content: center;
        padding-right: 0;
    }

    .solar-rings-cluster {
        width: min(360px, 94vw);
        height: 260px;
    }

    .solar-ring-1 {
        width: 76px;
        height: 76px;
    }

    .solar-ring-2 {
        width: 118px;
        height: 118px;
    }

    .solar-ring-3 {
        width: 172px;
        height: 172px;
    }

    .solar-ring-4 {
        width: 230px;
        height: 230px;
    }

    .solar-ring-5 {
        width: 300px;
        height: 300px;
    }

    .solar-ring-6 {
        width: 340px;
        height: 340px;
    }

    .solar-ring-7 {
        width: 380px;
        height: 380px;
    }

    .solar-ring-8 {
        width: 420px;
        height: 420px;
    }

    .solar-ring-9 {
        width: 460px;
        height: 460px;
    }

    .solar-ring-10 {
        width: 500px;
        height: 500px;
    }

    .solar-ring-11 {
        width: 540px;
        height: 540px;
    }

    .solar-ring-12 {
        width: 580px;
        height: 580px;
    }

    .solar-ring .solar-tag {
        min-width: 56px;
        height: 28px;
        padding: 0 10px;
        font-size: 0.65rem;
    }

    .flip-card,
    .flip-card-inner {
        min-height: 320px;
    }

    .featured-product {
        padding: 18px;
        border-radius: 14px;
    }

    .project-showcase,
    .about-panel,
    .contact-form {
        padding: 18px;
        border-radius: 14px;
    }

    .about-stats {
        grid-template-columns: 1fr;
    }

    .expertise-grid,
    .product-catalog {
        grid-template-columns: 1fr;
    }

    .product-visual {
        aspect-ratio: 4 / 3;
    }
}

.site-footer {
    background-color: #061121;
    color: #fff !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.5rem;
}

.site-footer,
.site-footer h2,
.site-footer a,
.site-footer span,
.site-footer div,
.site-footer i {
    color: #fff !important;
}

.site-footer .footer-link {
    color: #f3f4f6 !important;
}

.site-footer .footer-link:hover {
    color: #fff !important;
}

.footer-shell{
    position: relative;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-top{
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 88px;
    align-items: start;
}

.footer-top + .footer-divider {
    margin-top: 6px;
}

.footer-logo{
    width: 228px;
    max-width: 100%;
    height: auto;
    display: block;
}

.footer-brand{
    padding-right: 24px;
}

.footer-brand-link{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.footer-brand-name{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
}

.footer-heading{
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}

.footer-copy{
    max-width: 340px;
    font-size: 0.98rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.72);
}

.footer-socials{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.footer-social-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #ffffff !important;
    transition: all 220ms ease;
}

.footer-social-link:hover{
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.46);
}

.footer-divider{
    border-color: rgba(255, 255, 255, 0.1);
    margin-top: 0;
}

.footer-links{
    display: grid;
    grid-template-columns: repeat(2, minmax(190px, 230px));
    gap: 40px 84px;
    justify-content: space-between;
    align-content: start;
}

.footer-col{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-link-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-meta{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.52);
    text-align: left;
}

.site-footer hr {
    border-color: rgba(255, 255, 255, 0.22);
}

.site-footer img {
    filter: none;
}

.tw-dark .site-footer {
    background-color: #f7f7f7;
    color: #161616 !important;
    border-top-color: rgba(20, 20, 20, 0.12);
}

.tw-dark .site-footer,
.tw-dark .site-footer h2,
.tw-dark .site-footer a,
.tw-dark .site-footer span,
.tw-dark .site-footer div,
.tw-dark .site-footer i {
    color: #161616 !important;
}

.tw-dark .site-footer .footer-link {
    color: #373737 !important;
}

.tw-dark .site-footer .footer-link:hover {
    color: #000000 !important;
}

.tw-dark .site-footer hr {
    border-color: rgba(20, 20, 20, 0.15);
}

.tw-dark .site-footer img {
    filter: none;
}

.tw-dark .site-footer .footer-copy,
.tw-dark .site-footer .footer-meta {
    color: rgba(22, 22, 22, 0.72) !important;
}

.tw-dark .site-footer .footer-social-link{
    border-color: rgba(20, 20, 20, 0.26);
    color: #161616 !important;
}

.tw-dark .site-footer .footer-social-link:hover{
    background: rgba(20, 20, 20, 0.08);
    border-color: rgba(20, 20, 20, 0.46);
}

@media (max-width: 900px) {
    .footer-top{
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-links{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: start;
        gap: 32px;
    }

    .footer-meta{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 1280px) {
    .about-layout {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
        gap: 64px;
    }

    .about-copy {
        max-width: 460px;
    }

    .about-title {
        white-space: nowrap !important;
        font-size: clamp(1.3rem, 1.75vw, 1.95rem) !important;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .about-title {
        white-space: normal !important;
        font-size: clamp(1.7rem, 8vw, 2.5rem) !important;
    }

    .footer-links{
        grid-template-columns: 1fr;
    }

    .footer-brand{
        padding-right: 0;
    }

    .footer-logo{
        width: 210px;
    }
}


/* Style for the collapsible content such as faq commonly known as: accordion */

.faq-accordion {
    background-color: inherit;
    color: var(--faq-h-text);
    cursor: pointer;
    padding: 15px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: height 0.4s;
}

.faq .content {
    padding: 0px 18px;
    color: var(--faq-content-text);
    height: max-content;
    overflow: hidden;
    background-color: transparent;
    text-align: justify;
    max-height: 0px;
    transition: max-height 0.4s, padding 0.4s;
}


@media not all and (min-width: 1024px) {
    header .collapsible-header {
        position: fixed;
        top: 60px;
        left: 0px;
        flex-direction: column;
        opacity: 0;
        height: 0vh;
        min-height: 0vh;
        /* height: 100dvh; */
        width: 100vw;
        justify-content: space-between;
        padding: 5px;
        padding-top: 5%;
        padding-bottom: 5%;
        place-items: center;
        text-align: center;
        background-color: var(--header-bg);
        /* color: #373636; */
        overflow-y: auto;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        box-shadow: 0px 2px 3px 2px #9f9f9f7c;
    }

    /* .header-links{
        color: var(--he);
    } */
    
}
