:root{
--clr-title: hsl(0, 0%, 100%);
  --clr-subtitle: hsl(0, 0%, 100%);
  --clr-menu: hsla(0, 0%, 19%, 1); 

  --clr-main-subtitle: hsl(207, 44%, 49%);

  --clr-text-white: hsl(0, 0%, 100%);
  --clr-text-ready-green: hsl(158, 82%, 65%);
  --clr-text-felxible-green: hsl(158, 48%, 44%);
  --clr-text-predictable-green: hsl(158, 58%, 78%);
  --clr-text-customer-green: hsl(158, 25%, 61%);

  --clr-aura: hsl(158, 25%, 61%);

  --clr-menu: hsla(0, 0%, 32%, 0.52); 

  --clr-bg-aboutus: hsla(219, 50%, 13%, 0.8);
  --clr-bg-portfolio: hsla(191, 26%, 49%, 0.9);
  --clr-bg-contact: hsla(192, 25%, 27%, 0.8);
  --clr-bg-form: hsla(219, 50%, 13%, 0.8);
  --clr-bg-footer: hsla(220, 23%, 18%, 0.8);
   --clr-bg-phone_menu: hsla(220, 23%, 18%, 0.97);

    --ff: "Inter", sans-serif;
    --ff-body: var(--ff);
    --ff-heading: var(--ff);

    --fw-thin: 30;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semi-bold:550;
    --fw-bold: 700;

    --fs-400: 1.25rem;
    --fs-600: 1.5rem;
    --fs-700: 2.3rem;
    --fs-800: 3rem;

    --fs-regular: var(--fs-400);
    --fs-medium: var(--fs-600);
    --fs-bold: var(--fs-700);

    --size-100: .25rem;
    --size-200: .5rem;
    --size-300: .75rem;
    --size-400: 1rem;
    --size-500: 1.5rem;
    --size-600: 2rem;
    --size-700: 3rem;
    --size-800: 4rem;
    --size-900: 5rem;

}

@media (min-width: 50em) {
    :root {         
        --fs-regular: var(--fs-600);
        --fs-medium: var(--fs-700);
        --fs-bold: var(--fs-800);
    }
    
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Utility classes */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}

.text-regular-400{
    color: var(--clr-text-white);
}   
.text-regular_card-400_withe{
    color: var(--clr-text_white)
}
.text-subtitle-600{
    color: var(--clr-subtitle);
}
.text-subtitle-600-white{
    color: var(--clr-text_white);
}
.text-title-700{
    color: var(--clr-title);
}
.text-title-700-white{
    color: var(--clr-text_white);
}
.text-title-800{
    color: var(--clr-title);
}
.text-title-800-white{
    color: var(--clr-text_white);
}

.bg-aboutus {
    background-color: var(--clr-bg-aboutus);
}
.bg-portfolio {
    background-color: var(--clr-bg-portfolio);
}
.bg-form {
    background-color: var(--clr-bg-form);
}
.bg-footer{
    background-color: var(--clr-bg-footer);
}

.fw-regular {
    font-weight: var(--fw-regular);
}
.fw-medium {
    font-weight: var(--fw-medium);
}
.fw-bold {
    font-weight: var(--fw-bold);
}
  
.fs-400 {
    font-size: var(--fs-400);
}
.fs-600 {
    font-size: var(--fs-600);
}
.fs-700 {
    font-size: var(--fs-700);
}
.fs-800 {
    font-size: var(--fs-800);
}

/*body*/
body{
    font-family: var(--ff-body);
    font-size: var(--ff-body);
}
html {
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
}

/* styling */

/*keyframe animation*/

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes appear{
    from{
        opacity: 0;
        scale: 0;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}
.smooth-appear{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0 cover 30%;
}

@keyframes appear{
    from{
        opacity: 0;
        scale: 0;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}
.smooth-appear2{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0 cover 27%;
}

@keyframes appearFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px) scale(0.7) rotateY(-15deg);
        filter: blur(8px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1) rotateY(0deg);
        filter: blur(0px);
    }
}

.smooth-appearleft {
    animation: appearFromLeft 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    animation-timeline: view();
    animation-range: entry 0% cover 37%;
    animation-fill-mode: both;
    will-change: transform, opacity, filter;
    transform-origin: left center;
}


@keyframes appearFromRight {
    0% {
        opacity: 0;
        transform: translateX(40px) scale(0.7) rotateY(15deg);
        filter: blur(8px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1) rotateY(0deg);
        filter: blur(0px);
    }
}

.smooth-appearright {
    animation: appearFromRight 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    animation-timeline: view();
    animation-range: entry 0% cover 37%;
    animation-fill-mode: both;
    will-change: transform, opacity, filter;
    transform-origin: right center;
}

@keyframes appearFromRight {
    0% {
        opacity: 0;
        transform: translateX(80px) scale(0.7) rotateY(15deg);
        filter: blur(8px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1) rotateY(0deg);
        filter: blur(0px);
    }
}

.smooth-appearrightfast {
    animation: appearFromRight 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    animation-timeline: view();
    animation-range: entry 0% cover 20%;
    animation-fill-mode: both;
    will-change: transform, opacity, filter;
    transform-origin: right center;
}
.smooth-appearleftfast {
    animation: appearFromLeft 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    animation-timeline: view();
    animation-range: entry 0% cover 20%;
    animation-fill-mode: both;
    will-change: transform, opacity, filter;
    transform-origin: left center;
}



/* HERO */

.hero {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;  
}

/* Pills Positioning */
.blue-pill {
    position: absolute;
    left: 5%;
    width: 30%;
    max-width: 750px;
    z-index: 1;
    top: clamp(5%, 10vh, 15%); 
}

.white-pill {
    position: absolute;
    right: 5%;
    width: 30%;
    max-width: 700px;
    z-index: 1;
    top: clamp(35%, 45vh, 55%);
}

/* Hide pills on small screens */
@media (max-width: 1500px) {
    .blue-pill{
        top: clamp(20%, 10vh, 15%); 
    }
}
@media (max-width: 1300px) {
    .blue-pill{
        top: clamp(25%, 10vh, 15%); 
    }
}
@media (max-width: 1100px) {
    .blue-pill,
    .white-pill {
        display: none;
    }
        .logo{
        margin-left: 2rem;
    }
}
@media (max-width: 700px) {

}

/* Logo and Tagline */
.logo-content {
    text-align: center;
    z-index: 2;
    margin-bottom: 4rem;
    position: relative;
    margin-bottom: max(2rem, min(4rem, 6vw));
}

.logo {
    width: 80%;
    max-width: 450px;
    margin-bottom: 1rem;
}

.main-subtitle {
    color: var(--clr-main-subtitle);
    font-size: var(--fs-600);
    font-weight: var(--fw-semi-bold);
    max-width: 700px;
    margin: 0 auto;
    padding-top: 1.5rem;
}


/* Navigation Bar */
.navbar-container {
    position: fixed;
    bottom: 5%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 9999;
    padding: 0 1rem;
}
.navbar {
    background-color: rgba(100, 100, 100, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0.7rem 1.5rem;
    display: flex;
    gap: 1rem;
    position: relative;
    z-index: inherit;
}
.navbar a{
    background: none;
    border: none;
    color: white;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    border-radius: 20px;
    text-decoration: none;
}
.language-selector a img{
    width: 30px;
    height: 30px;
}
.navbar a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.language-selector {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 70px;
    transition: width 0.3s ease;
    border-radius: 20px;
}
.language-selector a {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.language-selector img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}
.language-selector:hover {
    width: 280px;
}
.language-btn {
    flex-shrink: 0;
}
.language-options {
    display: flex;
    gap: 0.5rem;
    margin-left: 0.5rem;
}
/* Mobile Menu Button */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}
.menu-toggle img {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .menu-toggle {
        position: fixed;
        top: 3rem;
        right: 1rem;
        backdrop-filter: blur(10px);
        border-radius: 50%;
        padding: 0.75rem;
        z-index: 999;
    }
}
/* Mobile Navigation */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--clr-bg-phone_menu);
    z-index: 10000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}
.mobile-menu.active {
    transform: translateY(0);
}
.mobile-menu a {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    padding: 1rem;
    margin: 0.5rem 0;
    cursor: pointer;
    width: 80%;
    text-align: center;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.mobile-menu button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.close-menu {
    position: absolute;
    top: 4rem;
    left: 21rem;
    background: none;
    border: none;
}
.close-menu img {
    width: 25px;
    height: 25px;
}
.mobile-language-selector {
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
    gap: 1rem;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    .navbar-container {
        display: none;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .mobile-menu {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .logo-content {
        margin-bottom: 3rem;
    }
}
        
.ellipse {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    opacity: 0.8;
    pointer-events: none;
}
        
/* About us*/
.section1 {
    background-color: var(--clr-bg-aboutus);
    padding-left: 4rem;
    padding-right: 4rem;
}

.subtitle{
    color: var(--clr-subtitle);
    font-size: var(--fs-800);
    font-weight: var(--fw-bold);
    padding-bottom: 10rem;
    padding-top: 10rem;
    text-align: center;
}

.aboutus-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 10rem;
}

.aboutus-row2 {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 10rem;

}

.aboutus-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 615px;
    flex: 1 1 320px;
}



.aboutus-image2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 615px;
    flex: 1 1 320px;
}

.aboutus-image img {
    width: 100%;
    height: auto;
    max-width: 700px;
    max-height: 500px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}
.aboutus-image2 img {
    width: 100%;
    height: auto;
    max-width: 700px;
    max-height: 500px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

.aboutus-content {
    min-width: 50px;
    max-width: 720px;
}

.aboutus-content h2 {
    font-size: var(--fs-700);
    font-weight: var(--fw-medium);
    color: var(--clr-title);
    padding-bottom: 1rem;
}
.aboutus-content p {
    font-size: var(--fs-400);
    font-weight: var(--fw-regular);
    color: var(--clr-subtitle);
    line-height: 1.5;
}
.aboutus-values {
  display: flex;
  gap: 5rem;
  margin-top: 2rem;
  justify-content: center;
  width: 100%; 
}
.aboutus-values span{
    font-size: var(--fs-600);
}

.aboutus-values div {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 600;
    color: var(--clr-text-felxible-green);
}

.aboutus-values img {
    padding-top: 1rem;
    width: 60px;
    height: 60px;
}

.aboutus-values div:nth-child(2) {
    color: var(--clr-text-predictable-green);
}
.aboutus-values div:nth-child(3) {
    color: var(--clr-text-customer-green);
}
/*about us media query*/
@media (max-width: 1250px) {
  .aboutus-row {
    width: 100%; 
    padding-left: 0; 
    padding-right: 0;
    flex-direction: column-reverse;
  }
  
  .aboutus-image,
  .aboutus-image2 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 0; 
    padding-right: 0; 

  }
  
  .aboutus-image img,
  .aboutus-image2 img {
    margin: 0 auto;  
    display: block;
  }
}
@media (max-width: 900px){
    .aboutus-values{
        display: flex;
        flex-direction: column;
        padding-top: 5rem;
        padding-bottom: 2rem;
    }
    .aboutus-content{
        text-align: left;
    }
    .section1{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .aboutus-row{
        padding-bottom: 5rem;
    }
    .aboutus-content {
        padding-top: 0rem;
    }
    .aboutus-values{
        padding-top: 3rem;
    }
    .subtitle{
        padding-bottom: 5rem;
        padding-top: 5rem;
    }
}
/* Portfolio*/
.section2 {
    background-color: var(--clr-bg-portfolio);
    padding-left: 4rem;
    padding-right: 4rem;
}


.subtitle2{
    color: var(--clr-subtitle);
    font-size: var(--fs-800);
    font-weight: var(--fw-bold);
    padding-bottom: 2rem;
    padding-top: 10rem;
    text-align: center;
}
.portfolio{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding-bottom: 10rem;
    color: var(--clr-subtitle);
    font-size: var(--fs-600);
}

.company-logos {
    position: relative;
    padding: 5rem;
    border-radius: 20px;
    overflow: visible;
    background: rgba(180, 200, 210, 0.15); 
    box-shadow: 
        0 2px 8px rgba(0,0,0,0.04);
    max-width: 900px;
    margin: 0 auto;
    max-height: 1000px;
    height: auto;
    min-height: 300px;
    transition: max-height 0.3s, min-height 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.showcase-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    border-radius: 10px;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem 1.5rem;
    position: relative;
    z-index: 0;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.logo-card {
    background: rgba(217, 217, 217, 0.7);
    border-radius: 16px;
    padding: 0.7rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    min-width: 160px;
    max-width: 200px;
    max-height: 200px;
    box-shadow: 
        0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    box-sizing: border-box;
    will-change: transform;
}

.logo-card img {
    max-width: 120px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(0%);
}


/* Responsive styles for showcase-bg and logos-grid */
@media (max-width: 900px) {
    .company-logos {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 120vw;
        min-height: 250px;
        max-height: 1500px;
    }

    .logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem 2rem;
        justify-items: center;
        align-items: center;
        justify-content: center;
    }
    .logo-card{
        max-width: 200px;
        max-height: 200px;
    }


}

@media (max-width: 600px) {
    .company-logos {
        padding: 1.5rem;
        min-height: 120px;
        max-height: 1500px;
    }
    .logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem 0.5rem;
        justify-items: center;
        align-items: center;
        justify-content: center;
    }
    .logo-card {
        min-height: 50px;
        min-width: 100px;
        max-width: 100px;
        max-height: 100px;
        padding: 0.1rem 0.1rem;
    }
}

/*order cta*/
.order-cta {
    background-color: var(--clr-bg-portfolio);
    padding-top: 15rem;
    padding-bottom: 15rem;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow: visible; 
    padding-left: 3rem;
    padding-right: 3rem;
}

.order-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-radius: 10px;
    position: relative; /* Added position relative */
}

.order-cta-text {
    max-width: 50%;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
}

.order-cta-text h1 {
    font-size: 2.5rem;
    color: white;
    font-weight: var(--fw-thin);
}

.order-cta-text .ready-green {
    color: var(--clr-text-ready-green, #6de7aa);
    font-weight: 500;
}

.order-cta-text em {
    font-style: normal;
    color: white;
}

.order-cta-text p {
    font-size: var(--fs-600, 1.1rem);
    color: white;
    margin-top: 18px;
    font-weight: var(--fw-thin);
    line-height: 1.6;
}

/* Visual container for desktop */
.order-cta-visual {
    position: relative;
    width: 450px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pills-stack {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0; 
}

/* Pills positioning */
.pill-blue {
    position: absolute;
    right: 10%;
    width: 250px;
    z-index: 2; 
    transition: transform 0.3s;
}


.pill-white {
    position: absolute;
    bottom: -2%;
    left: 10%;
    width: 250px;
    z-index: 3; 
    transition: transform 0.3s;
}
/* Button styling */
.shop-now-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 24px;
    font-size: 1.1rem;
    border-radius: 25px;
    border: none;
    background: var(--clr-bg-footer);
    color: var(--clr-text-ready-green);
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: background 0.2s, transform 0.2s;
    z-index: -1;
    white-space: nowrap;
    text-decoration: none;
}

.shop-now-btn:hover {
    background: var(--clr-menu);
    transform: translate(-50%, -50%) scale(1.05);
}

/* Animation */
.pills-stack .pill-blue,
.pills-stack .pill-white {
    transform: translateY(0) translateX(0) scale(1);
}

/* Scroll-triggered animation for pills */
.pills-stack .pill-blue {
    animation: moveBlue 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    animation-fill-mode: both;
    will-change: transform;
}

.pills-stack .pill-white {
    animation: moveWhite 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    animation-fill-mode: both;
    will-change: transform;
}

@keyframes moveBlue {
    0% {
        transform: translateY(0) translateX(0) scale(1);
    }
    100% {
        transform: translateY(-70px) translateX(70px) scale(1.05);
    }
}

@keyframes moveWhite {
    0% {
        transform: translateY(0) translateX(0) scale(1);
    }
    100% {
        transform: translateY(70px) translateX(-70px) scale(1.05);
    }
}

/* Responsive design breakpoints */
@media (max-width: 1220px) {
    .order-bg {
        flex-direction: column;
        gap: 5rem;
    }

    .order-cta-text {
        max-width: 100%;
        text-align: center;
    }

    .order-cta-visual {
        width: 400px;
    }

    .pill-blue, .pill-white {
        width: 220px;
    }
    .pill-blue {
        position: absolute;
        right: 7%;
        width: 250px;
    }

    .pill-white {
        position: absolute;
        bottom: -2%;
        left: 3%;
        width: 250px;
    }
}

@media (max-width: 900px) {
    .order-cta {
        padding-top: 10rem;
    }

    .order-cta-visual {
        width: 100%;
        max-width: 350px;
    }
    .pill-blue {
        position: absolute;
        right:7%;
        top: 9%;
        width: 200px;
    }

    .pill-white {
        position: absolute;
        bottom: 9%;
        left: 10%;
        width: 200px;
    }
}
@media (max-width: 400px) {
    .order-cta {
        padding-top: 10rem;
        padding-bottom: 2rem;
    }

    .order-cta-visual {
        width: 100%;
        max-width: 350px;
    }
    .pill-blue {
        position: absolute;
        right: 14%;
        top: 14%;
        width: 180px;
    }

    .pill-white {
        position: absolute;
        bottom: 14%;
        left: 10%;
        width: 180px;
    }
}


/* Contact*/
.contact-us{
    background-color: var(--clr-bg-contact);
    padding-bottom: 10rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
.form-container {
    background-color: var(--clr-bg-form);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 2rem;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.form-container h1 {
    font-size: var(--fs-700);
    color: var(--clr-subtitle);
    font-weight: var(--fw-bold);
}

.form-title{
    font-size: var(--fs-600);
    color: var(--clr-text-white);
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
}

.form-container form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.form-container label {
    font-size: var(--fs-400);
    color: rgba(131,197,253,1);
    font-size: 1rem;
    padding-left: 0.4rem;
}

.form-container input,
.form-container textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--clr-text-white);
    background-color: var(--clr-text-white);
    border-radius: 5px;
    font-size: var(--fs-400);
}
.form-container button {
    background-color: var(--clr-text-white);
    color: var(--clr-text_white);
    padding: 1rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    align-self: flex-end;
    max-width: 150px;
    margin-bottom: 1rem; 
    font-weight: var(--fw-bold);
}

.contact-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #98d3f8;
    color: #222;
    padding: 2rem;
    font-size: 1.1rem;
    margin-top: 0;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2rem;
    box-sizing: border-box;
    max-width: 700px;
}

.footer-envelope {
    width: 28px;
    height: 28px;
}

.footer-email {
    color: #1a4e7a;
    font-style: italic;
    text-decoration: none;
    margin-left: 0.2rem;
}

.footer-email:hover {
    text-decoration: underline;
}
.form-container button:hover{
    transform: translateZ(10px);
}
.form-container button {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.form-container button:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.form-container button:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
@media (max-width: 900px) {
    .contact-us{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* Footer*/
.footer {
    background: var(--clr-bg-aboutus);
    color: var(--clr-text-white);
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-left: 4rem;
    padding-right: 4rem;

}
        
.footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
}

.footer-map-col,
.footer-address-col,
.footer-contact-col,
.footer-company-col {
    flex: 1 1 0;
    min-width: 0;
}

.footer-map-col iframe {
    max-width: 100%;
    border-radius: 10px;
}

.footer-label {
    font-weight: 600;
    font-size: var(--fs-400);
    padding-bottom: 1rem;
    padding-top: 3rem;
    color: var(--clr-text-white);
}

.footer-address-text {
    font-size: var(--fs-300);
    line-height: 1.5;
    color: var(--clr-text-white);
}

.footer-contact-row {
    display: flex;
    gap: 0.6rem;
    font-size: 1.05rem;
    margin-top: 0.8rem;
    color: #ffffff;
}

.footer-icon {
    width: 20px;
    height: 20px;
    fill: #fff;
    color: #fff;
}

.footer-company-col {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
}

.footer-logo {
    width: 200px;
    height: 55px;
    background: white;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.footer-company-details {
    font-size: 0.95rem;
    color: #e5e7eb;
    line-height: 1.5;
}
.footer-icon-env{
    width: 20px;
    height: 20px;
    fill: #fff;
    color: #fff;
}

.footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

@media (max-width: 1000px) {
    .footer-content {
        flex-direction: column;
        align-items: left;
        text-align: left;
    }
    .footer-address-contact-group {
        flex-direction: column;
        min-width: 0;
    }
    .footer-company-col {
        align-items: left;
        text-align: left;
        margin-top: 1.5rem;
    }
}


@media (max-width: 768px) {
    @keyframes appearFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-30px) scale(0.9) rotateY(-5deg);
            filter: blur(4px);
        }
        100% {
            opacity: 1;
            transform: translateX(0) scale(1) rotateY(0deg);
            filter: blur(0px);
        }
    }

    @keyframes appearFromRight {
        0% {
            opacity: 0;
            transform: translateX(30px) scale(0.9) rotateY(5deg);
            filter: blur(4px);
        }
        100% {
            opacity: 1;
            transform: translateX(0) scale(1) rotateY(0deg);
            filter: blur(0px);
        }
    }
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mobile-menu.active {
    display: flex;
    transform: translateY(0);
    overflow-y: auto;
}
