/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@700&display=swap');

/* Reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
            --primary-color: #50C8EC;
            --secondary-color: #06b6d4;
            --accent-color: #0891b2;
            --text-primary: #454545;
            --text-secondary: #46484d;
            --text-light: #9ca3af;
            --background-light: #F5F7F9;
            --background-secondary: #f8fafc;
            --background-subtle: #f8fafc;
            --border-light: #e5e7eb;
            --border-light-dark: #46484d;
             --gradient-primary: linear-gradient(135deg, #50C8EC 0%, #50C8EC 100%);
            --gradient-accent: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
            --gradient-gold: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
            --shadow-light: 0 1px 3px rgba(0, 0, 0, 0.1);
            --shadow-medium: 0 4px 6px rgba(0, 0, 0, 0.1);
            --shadow-heavy: 0 10px 25px rgba(0, 0, 0, 0.15);
            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            --font-display: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
            --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);

        }

/* Inter - for headings */
/* @font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Regular.woff2') format('woff2'),
       url('fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
} */

#site-title {
    display: none;
}


/* Body */
body {
font-family: "Geist", sans-serif;
    overflow-x: hidden;
}

.site-header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
}

.site-header .navbar-nav {
    margin-left: 40px;
}

/* Logo styles */
 

/* Navbar inside hero */
.site-header .navbar {
    background: transparent !important;
    position: relative;
    z-index: 10;
    padding: 6px 30px;
}
.contact-section .form-group br {
    display: none;
}
/* Navbar styling */
.site-header .navbar .container {
    position: relative;
    z-index: 10;
}
ul.dropdown-menu.show {
    padding: 0;
}
.site-header a.nav-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #333333;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.site-header a.nav-link:hover {
    color: #50C8EC;
}

.site-header .hero-contact-btn {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #50C8EC;
    transition: all 0.3s ease;
    border: none;
}

.site-header .hero-contact-btn:hover {
    background: rgba(255, 255, 255, 1);
    color: #3ba6c6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.site-header.scrolled .hero-contact-btn {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px;
    background: #50C8EC;
    color: #fff;
    transition: all 0.3s ease;
    border: none;
}

.site-header.scrolled .hero-contact-btn:hover {
    background: #50C8EC;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.site-header.scrolled{
  background: rgba(255, 255, 255, 0.90);                 /* white background */
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  backdrop-filter: saturate(180%) blur(6px);
  transition: 0.5s ease-in-out;
}

/* Service dropdown */
.navbar .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.navbar .dropdown-menu .dropdown-item {
  color: #000;
 font-family: var(--font-primary);
	font-size: 16px;
  padding: 10px 20px;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #50C8EC;
  color: #fff;
}
/*=============================================================*/

/* Hero Section - New Split Layout */
.home-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.container-fluid {
    padding-inline: 88px;
}


/* Hero Container - Split Layout */
.home-hero .hero-container {
    display: flex;
    min-height: 100vh;
    position: relative;
}

.home-hero .hero-left .container {
    padding-inline: 24px;
}

/* Left Side - White Background */
.home-hero .hero-left {
    flex: 1;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
/*     z-index: 5; */
    padding-left: 75px;
}
 
.home-hero .hero-content {
    max-width: 600px;
    width: 100%;
    padding: 60px 0 60px 0;
    margin-left: 0;
    margin-top: 80px;
}




.hero-section {
 background-image: url('https://aionwebtech.com/wp-content/uploads/2025/11/hero-section-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Right Side - Background Image */
.home-hero .hero-right {
    flex: 1;
    background-image: url('https://aionwebtech.com/wp-content/uploads/2025/11/hero-section-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background image positioning - extends behind navbar */
.home-hero .hero-right::before {
    content: '';
    position: absolute;
    top: -96px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://aionwebtech.com/wp-content/uploads/2025/11/hero-section-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}


/* Hero Content Typography */
.home-hero .hero-content h1 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 72px;
    letter-spacing: 0.01em;
    color: #454545;
    margin-bottom: 20px;
}

.home-hero .hero-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    color: #555;
}

/* Hero Buttons */
.home-hero .hero-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0 60px;
}

.home-hero .hero-buttons a.contact-btn {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border: 1px solid #50C8EC;
    padding: 15px 20px;
    background-color: #50C8EC;

    transition: all 0.3s ease;
}

.home-hero .hero-buttons a.contact-btn:hover {
    background-color: #3ba6c6;
    border-color: #3ba6c6;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(80, 200, 236, 0.3);
}

.home-hero .hero-buttons .cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
}

.home-hero .hero-buttons .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.home-hero .hero-buttons .cta span {
    position: relative;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #50C8EC;
}

.home-hero .hero-buttons .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #50C8EC;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.home-hero .hero-buttons .cta:hover:before {
    width: 100%;;
}

.home-hero .hero-buttons .cta:hover svg {
    transform: translateX(0);
}

.home-hero .hero-buttons .cta:active {
    transform: scale(0.95);
}

/* Hero Testimonial */

/* Testimonial Card */
.home-hero  .hero-testimonial-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.home-hero  .hero-testimonial-card .quote {
    font-size: 40px;
    color: #000000;
    line-height: 1;
    margin-bottom: 10px;
}

.home-hero  .test-text {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 26px;
    letter-spacing: 2%;
    color: #454545;
}

.home-hero  .hero-testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-hero  .hero-testimonial-card .user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-hero  .hero-testimonial-card .user-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.intro h4 {
    font-size: 25px;
}

.intro p {
    font-size: 14px;
}

.stars {
    color: #FFD700;
    font-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}



/* Services Section styling */
.our-services {
    padding: 100px 0;
    background: #F5F7F9;
    text-align: center;
}

.our-services .container h2 {
     font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    color: #50C8EC;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
    margin-bottom: 10px;
}

.our-services .container p {
     font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1%;
    margin-bottom: 40px;
}

/* Grid Layout */
.our-services .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;

    /* ✅ uniform gap between all boxes */
    justify-content: center;
}



.our-services .service-box {
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: left;

    /* ✅ Flexbox for bottom-left alignment */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* push content to bottom */
    align-items: flex-start;
    /* align left */
}



/* Typography */
.our-services .services-grid .service-box h3 {
     font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2%;
    margin-bottom: 12px;
}

.our-services .services-grid .service-box p {
    font-family: "Geist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 2%;
    color: #444;
    margin-bottom: 15px;
}

.our-services .service-box a {
    color: #50C8EC;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 2%;
    text-decoration: none;
    margin-top: 20px;
}


/* Box sizes with equal gaps */
.our-services .service-box.box1 {
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 508px;
}

.our-services .service-box.box2 {
    grid-column: 1;
    grid-row: 3;
    height: 245px;
}

.our-services .service-box.box3 {
    grid-column: 2;
    grid-row: 1;
    height: 245px;
}

.our-services .service-box.box4 {
    grid-column: 2;
    grid-row: 2 / span 2;
    height: 508px;
}

.our-services .service-box.box5 {
    grid-column: 1 / span 2;
    grid-row: 4;
    height: 245px;
}


/* About Section */
.about-section {
    background: url("https://aionwebtech.com/wp-content/uploads/2025/11/aboutus-bg-img-4.jpg") center/cover no-repeat;
    width: 100%;
    height: 100vh;
    padding: 0 40px;
    position: relative;
}

.about-section .container{
    position: relative;
    height: 100vh;    
}


/* General white boxes */
.about-section .box {
    padding: 30px;
}

/* Top Left Box */
.about-section .top-left {
    position: relative;
    top: 0;
    left: 0;
    width: 522px;
    height: auto;
    background-color: #F5F7F9;
}

.about-section .top-left h2 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #454545;
    margin-bottom: 10px;
}

.about-section .top-left p {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1%;
    margin-bottom: 50px;
}

.about-section .top-left a {
    color: #50C8EC;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
}


/* Right big box */
.about-section .right-box {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 598px;
    height: auto;
    padding: 0;
    /* remove padding for inner blocks */
}

/* Inside sections */
.about-section .right-box .inner {
    padding: 25px 30px;
    background: #fff;
}

.about-section .right-box .inner:last-child {
    border-bottom: none;
}

.about-section .right-box h3 {
    color: #50C8EC;
   font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1%;
    margin-bottom: 10px;
}

.about-section .right-box span {
    font-weight: 600;
}

.about-section .right-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2%;
    color: #000000;
}

/* Testimonial Section */
.testimonials .container {
    padding: 100px 0px;
    text-align: center;
}

 .testimonials .sub-heading {
     font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 1%;
    color: #454545;
}

.testimonials .gradient-text {
     font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 200px;
    line-height: 1;
    /* keep it proportional */
    letter-spacing: 0;
    margin-bottom: 100px;

    /* Gradient text */
    background: linear-gradient(90deg, #50C8EC 0%, #147C9C 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.testimonials .testimonial-box {
    background: linear-gradient(180deg, #F5F7F9 0%, #FFFFFF 100%);
    padding: 20px;
    margin: 20px 0;
    text-align: left;
    display: flex;
    gap: 100px;
}


.testimonials .testimonial-box .profile {
    display: flex;
    align-items: center;
    gap: 15px;
	width: 30%;

}

.testimonials .testimonial-box .avatar {
    width: 80px;
    height: 80px;
    background: #50C8EC;
    border-radius: 50%;
	object-fit: cover;
}

.testimonials .testimonial-box .info h3 {
   font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1%;

}

.testimonials .testimonial-box .info p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2%;

}

.testimonials .testimonial-box .content {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0%;
    padding: 0 20px 0 10px;
	width: 70%;

}

/*  */
.client-block {
    display: flex;

    align-items: center;
    gap: 110px;
    padding-top: 100px;
}

/* Left Box */
.client-block .left-box {
    max-width: 493px;
   max-height: 544px;
}

.client-block .left-box .client-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}



/* Right Content */
.client-block .right-content {
    text-align: left;
    padding-left: 50px;
}

.client-block .right-content h4 {
     font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
    margin-bottom: 10px;
    color: #454545;
}

.client-block .right-content h2 {
     font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1%;
    margin-bottom: 20px;
    color: #454545;
}

.client-block .right-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1%;
    color: #000000;
}

.client-block .link {
    color: #50C8EC;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    display: inline-block;
    margin: 30px 0 50px 0;
}

/* Stats Section */
.client-block .stats {
    display: flex;
    gap: 50px;

}

.client-block .stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.client-block .icon-circle {
    width: 50px;
    height: 50px;
    background: #50C8EC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
}

.client-block .stat-item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1%;
    margin: 0;
    color: #000000;
}

.client-block .stat-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 0;
    color: #000000;
}

/* Technology Stack */
.technology-block {
    padding: 80px 0;
    background: #F5F7F9;
}

.technology-block h2 {
      font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
    color: #333;
}

/* Adding CSS for award-winning technology marquee section */
/* Updated technology showcase section to use light theme colors */
.technology-showcase {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.technology-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(74, 144, 226, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(168, 85, 247, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.technology-block .marquee-container {
    margin-top: 80px;
    position: relative;
}

.technology-block .marquee-row {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 40px;
    position: relative;
}

.technology-block .marquee-row:last-child {
    margin-bottom: 0;
}

.technology-block .marquee-content {
    display: inline-flex;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.technology-block .marquee-left .marquee-content {
    animation-name: marqueeLeft;
}

.technology-block .marquee-right .marquee-content {
    animation-name: marqueeRight;
}

@keyframes marqueeLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marqueeRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Updated technology showcase section to use light theme colors */
.technology-block .tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 160px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(74, 144, 226, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.technology-block .tech-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(74, 144, 226, 0.1), transparent);
    transition: left 0.6s ease;
}

.technology-block .tech-item:hover::before {
    left: 100%;
}

/* Updated technology showcase section to use light theme colors */
/* .tech-item:hover {
            transform: translateY(-10px) scale(1.05);
            background: rgba(255, 255, 255, 0.95);
            border-color: rgba(74, 144, 226, 0.4);
            box-shadow: 0 20px 40px rgba(74, 144, 226, 0.15);
        } */

/* Updated technology showcase section to use light theme colors */
.technology-block .tech-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    filter: brightness(0.9);
}

.technology-block .tech-item:hover img {
    filter: brightness(1.1) drop-shadow(0 0 15px rgba(74, 144, 226, 0.3));
    transform: scale(1.1);
}

/* Updated technology showcase section to use light theme colors */
.technology-block .tech-name {
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.technology-block .tech-item:hover .tech-name {
    opacity: 1;
    color: #4a90e2;
}

/* Pause animation on hover */
.technology-block .marquee-row:hover .marquee-content {
    animation-play-state: paused;
}






/* Responsive adjustments */
@media (max-width: 768px) {
    .technology-showcase {
        padding: 80px 0;
    }

    .tech-item {
        min-width: 150px;
        height: 120px;
        margin: 0 15px;
    }

    .tech-item img {
        width: 40px;
        height: 40px;
    }

    .tech-name {
        font-size: 12px;
    }

    .marquee-content {
        animation-duration: 20s;
    }

    .testimonials .gradient-text {
        font-size: 64px;
        margin-bottom: 40px;
    }
}

/* Animation Classes */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: var(--transition-slow);
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* ============================= */

/* Section Hero - New Split Layout */
.section-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Navbar inside section-hero */
.navbar {
    background: transparent !important;
    position: relative;
    z-index: 10;
    padding: 20px 0;
}

.navbar .container {
    position: relative;
    z-index: 10;
}


/* Contact button in navbar */

/* Other btn-primary */
/* a.btn.btn-primary:not(.hero-contact-btn) {
    font-family: "Geist", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px;
    background: #ffffff;
    color: #50C8EC;
    border: none;
}

a.btn.btn-primary:not(.hero-contact-btn):hover {
    background: #3ba6c6;
    color: #ffffff;
} */

/* Section Hero Container - Split Layout */
.section-hero-container {
    display: flex;
    min-height: 100vh;
    position: relative;
}

/* Left Side - White Background */
.section-hero-left {
    flex: 1;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
/*     z-index: 5; */
    padding-left: 75px;
}

.section-hero-content {
    max-width: 600px;
    width: 100%;
    padding: 60px 0 60px 0;
    margin-left: 0;
    margin-top: 80px;
    
}

/* Right Side - Background Image */
.section-hero-right {
    flex: 1;
    background-image: url('https://aionwebtech.com/wp-content/uploads/2025/11/service-img-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-hero-right::before {
    content: '';
    position: absolute;
    top: -96px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://aionwebtech.com/wp-content/uploads/2025/11/service-img-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: #F5F7F9;
}

/* Logo styles */
.logo {
    max-height: 50px;
    width: auto;
}

/* Hero Content Typography */
.section-hero-content h1 {
  font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 70px;
    letter-spacing: 0.01em;
    color: #454545;
    margin-bottom: 30px;
    /* width: 700px; */

}

.section-hero-content p {
   
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 100px;
    color: #555;
}

/* .section-hero-left .container {
    padding-inline: 24px;
  
} */

/* Hero Buttons */
.section-hero-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 60px 0 50px;
}

a.contact-btn {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border: 1px solid #50C8EC;
    padding: 15px 20px;
    background-color: #50C8EC;
    transition: all 0.3s ease;
}

a.contact-btn:hover {
    background-color: #3ba6c6;
    border-color: #3ba6c6;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(80, 200, 236, 0.3);
}

.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
}

.cta:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #50C8EC1F;
    ;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #50C8EC;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #50C8EC1F;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.95);
}

/* Service-we-provide */

.service-we-provide {
    background: #F6F7F9;
    padding: 100px 20px;
    
}

.services-header h2 {
     font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
}

.services-header p {
    font-size: 25px;
    text-align: center;
    padding: 20px 0;
}

.our-services-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    align-items: flex-start;
}

/* Base card styles */
.service-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 40px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    width: 100%;
    min-height: 120px;
}


.service-content {
    flex: 1;
    max-width: 60%;
}

.service-number {
    max-width: 40%;
}


.service-content h3 {
     font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 24px;
    /* margin-bottom: 10px; */
    color: #333;
}

.service-content h5 {
    font-weight: 400;
    font-size: 18px;
    color: #50C8EC;
    line-height: 32px;
    letter-spacing: 0%;

}

.service-content a {
    font-weight: 600;
    font-size: 15px;
    color: #50C8EC;
    line-height: 44px;
    letter-spacing: 0%;
    text-decoration: none;

}

.service-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.service-number {
     
    font-size: 128px;
    font-weight: 800;
    color: #e5e5e5;
    line-height: 1;
    min-width: 120px;
    text-align: center;
}

/* Even-numbered cards align to the right */
.service-card:nth-child(even) {
    align-self: flex-end;
}




/*================ About Page ==================*/
        

       
        /* Enhanced Background Patterns */
        .bg-pattern-mesh {
            background:
                radial-gradient(circle at 20% 20%, rgba(80, 200, 236, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(6, 182, 212, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 60% 40%, rgba(8, 145, 178, 0.08) 0%, transparent 50%),
                linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.98) 100%);
            background-size: 800px 800px, 600px 600px, 400px 400px, 100% 100%;
            animation: meshFloat 20s ease-in-out infinite;
        }

        .floating-orbs {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
            pointer-events: none;
        }

        .orb {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(80, 200, 236, 0.1), rgba(6, 182, 212, 0.05));
            animation: floatOrb 25s infinite ease-in-out;
        }

        .btnns {
            border-radius: 0px;
        }

        .orb:nth-child(1) {
            width: 300px;
            height: 300px;
            top: 10%;
            left: -10%;
            animation-delay: 0s;
        }

        .orb:nth-child(2) {
            width: 200px;
            height: 200px;
            top: 60%;
            right: -5%;
            animation-delay: -8s;
        }

        .orb:nth-child(3) {
            width: 150px;
            height: 150px;
            bottom: 20%;
            left: 50%;
            animation-delay: -15s;
        }

        @keyframes meshFloat {

            0%,
            100% {
                background-position: 0% 0%, 100% 100%, 50% 50%, 0% 0%;
            }

            25% {
                background-position: 30% 20%, 80% 90%, 70% 30%, 0% 0%;
            }

            50% {
                background-position: 50% 40%, 60% 70%, 30% 60%, 0% 0%;
            }

            75% {
                background-position: 20% 60%, 90% 50%, 80% 20%, 0% 0%;
            }
        }

        @keyframes floatOrb {

            0%,
            100% {
                transform: translateY(0px) translateX(0px) rotate(0deg);
                opacity: 0.6;
            }

            25% {
                transform: translateY(-50px) translateX(30px) rotate(90deg);
                opacity: 0.3;
            }

            50% {
                transform: translateY(-20px) translateX(-20px) rotate(180deg);
                opacity: 0.8;
            }

            75% {
                transform: translateY(30px) translateX(40px) rotate(270deg);
                opacity: 0.4;
            }
        }

        /* Scrolling Animations */
        .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 120%;
            background:
                url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2350C8EC' stroke-width='0.5' opacity='0.1'%3E%3Cpath d='M0 0h100v100H0z'/%3E%3Cpath d='M0 50h100M50 0v100'/%3E%3C/g%3E%3C/svg%3E");
            background-size: 50px 50px;
            animation: parallaxMove 30s linear infinite;
            z-index: 0;
        }

        @keyframes parallaxMove {
            0% {
                transform: translateY(0px) translateX(0px);
            }

            100% {
                transform: translateY(-50px) translateX(-25px);
            }
        }

        /* Enhanced Animations */
        .animate-slide-up {
            animation: slideUp 0.8s ease-out forwards;
            opacity: 0;
            transform: translateY(50px);
        }

        .animate-slide-in-left {
            animation: slideInLeft 0.8s ease-out forwards;
            opacity: 0;
            transform: translateX(-80px);
        }

        .animate-slide-in-right {
            animation: slideInRight 0.8s ease-out forwards;
            opacity: 0;
            transform: translateX(80px);
        }

        .animate-scale-in {
            animation: scaleIn 0.6s ease-out forwards;
            opacity: 0;
            transform: scale(0.8);
        }

        .animate-rotate-in {
            animation: rotateIn 0.8s ease-out forwards;
            opacity: 0;
            transform: rotate(-10deg) scale(0.9);
        }

        @keyframes slideUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideInLeft {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes scaleIn {
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes rotateIn {
            to {
                opacity: 1;
                transform: rotate(0deg) scale(1);
            }
        }

        /* Stagger animation utility */
        .stagger-1 {
            animation-delay: 0.1s;
        }

        .stagger-2 {
            animation-delay: 0.2s;
        }

        .stagger-3 {
            animation-delay: 0.3s;
        }

        .stagger-4 {
            animation-delay: 0.4s;
        }

        .stagger-5 {
            animation-delay: 0.5s;
        }

        .stagger-6 {
            animation-delay: 0.6s;
        }

        .gradient-textt {
            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .gradient-bg {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        }

        .hover-lift {
            transition: var(--transition);
        }

        .hover-lift:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: var(--shadow-heavy);
        }

        /* Buttons */
        .btnns {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 18px 36px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            /* border-radius: 16px; */
            transition: var(--transition);
            cursor: pointer;
            border: none;
            gap: 10px;
            position: relative;
            overflow: hidden;
        }

        .btnns::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s;
        }

        .btnns:hover::before {
            left: 100%;
        }

        .btnns-primary {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            box-shadow: var(--shadow-medium);
        }

        .btnns-primary:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-heavy);
        }

        .btnns-outline {
            border: 2px solid var(--primary-color);
            color: var(--primary-color);
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
        }

        .btnns-outline:hover {
            background: rgba(80, 200, 236, 0.1);
            transform: translateY(-3px);
        }

        /* Heroabout Section */
        .heroabout {
            position: relative;
            background: #f8f0ff;
            overflow: hidden;
            padding: 120px 0px 80px 0px;
            display: flex;
            align-items: center;
        }

        .heroabout-content {
            text-align: center;
            max-width: 1024px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .heroabout-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 28px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(15px);
            /* border-radius: 50px; */
            box-shadow: var(--shadow-medium);
            border: 1px solid rgba(80, 200, 236, 0.2);
            margin-bottom: 40px;
        }

        .heroabout-title {
            font-family: var(--font-display);
            font-size: 4rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 40px;
            letter-spacing: -0.02em;
        }
a.btnns.btnns-primary{
    color: white;
}

        @media (min-width: 1024px) {
            .heroabout-title {
                font-size: 5rem;
            }
        }

        .heroabout-subtitle {
            font-size: 1.3rem;
            color: var(--text-secondary);
            line-height: 1.6;
            margin-bottom: 50px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        @media (min-width: 1024px) {
            .heroabout-subtitle {
                font-size: 1.3rem;
            }
        }

        .heroabout-buttons {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: center;
        }

        @media (min-width: 640px) {
            .heroabout-buttons {
                flex-direction: row;
                justify-content: center;
            }
        }

        /* Story Section */
        .story {
            position: relative;
            background: var(--background-secondary);
            overflow: hidden;
        }

        .story-grid {
            display: grid;
			margin-top: 100px;
            gap: 80px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        @media (min-width: 1024px) {
            .story-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        .story-content h2 {
            font-family: var(--font-display);
            font-size: 3rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 40px;
            letter-spacing: -0.02em;
        }

        @media (min-width: 1024px) {
            .story-content h2 {
                font-size: 3.5rem;
            }
        }

        .story-text {
            font-size: 1.2rem;
            color: var(--text-secondary);
            line-height: 1.8;
        }

        .story-text p {
            margin-bottom: 28px;
        }

        .story-cards {
            display: flex;
            flex-direction: column;
            gap: 28px;
        }

        .story-card {
            background: var(--background-light);
            backdrop-filter: blur(15px);
            padding: 36px;
            /* border-radius: 24px; */
            /* box-shadow: var(--shadow-medium); */
            border: 1px solid rgba(80, 200, 236, 0.1);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }


        .story-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: var(--shadow-heavy);
        }

        .story-card-content {
            display: flex;
            align-items: flex-start;
            gap: 20px;
        }

        .story-card-icon {
            width: 60px;
            height: 60px;
            border: 2px solid #50c8ec;
            /* border-radius: 50%; */
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #50c8ec;
            flex-shrink: 0;
        }

        .story-card h3 {
            font-family: var(--font-display);
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 12px;
        }

        .story-card p {
            color: var(--text-secondary);
            line-height: 1.6;
        }
.text-center.scroll-reveal.revealed
 {
    margin-bottom: 100px;
}

        /* Vision Mission Section */
        .vision-mission {
            position: relative;
            background: url("https://aionwebtech.com/wp-content/uploads/2025/10/aboutus-bg-img.jpg") center/cover no-repeat;

            overflow: hidden;
        }

        .vision-mission-grid {
            display: grid;
            gap: 60px;
            position: relative;
            z-index: 2;
        }

        @media (min-width: 1024px) {
            .vision-mission-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        .vision-card,
        .mission-card {
            position: relative;
            padding: 30px;
            /* border-radius: 32px; */
            border: 1px solid rgba(80, 200, 236, 0.15);
            /* box-shadow: var(--shadow-medium); */
            transition: var(--transition);
            overflow: hidden;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(15px);
        }

        .vision-card:hover,
        .mission-card:hover {
            transform: translateY(-12px) rotate(1deg);
            /* box-shadow: var(--shadow-heavy); */
        }

        .vm-icon {
            width: 80px;
            height: 80px;
            /* border-radius: 50%; */
            display: flex;
            align-items: center;
            font-size: 32px;
            color: var(--text-primary);
        }

        .vm-card h3 {
            font-family: var(--font-display);
            font-size: 2rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 0px;
        }

        .vm-card p {
            font-size: 1rem;
            color: var(--text-secondary);
            line-height: 1.8;
        }

        /* Values Section */
        .values {
            position: relative;
            background: var(--background-secondary);
            overflow: hidden;
        }

        .values-grid {
            display: grid;
            gap: 36px;
            position: relative;
            z-index: 2;
        }

        @media (min-width: 768px) {
            .values-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .values-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .value-card {
            /* background: var(--background-light); */
            backdrop-filter: blur(15px);
            padding: 30px;
            /* border-radius: 24px; */
            /* box-shadow: var(--shadow-medium); */
            border: 1px solid rgb(203 203 203 / 34%);
            height: 100%;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .value-card:hover {
            transform: translateY(-10px) scale(1.03);
            box-shadow: var(--shadow-heavy);
        }

        .value-icon {
            width: 70px;
            height: 70px;
            /* border: 1px solid #dbdbdb; */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 28px;
            font-size: 28px;
            background-color: var(--primary-color);
            color: var(--background-light);
            transition: var(--transition);
        }

        .value-card:hover .value-icon {
            border-color: var(--primary-color);
            color: white;
            transform: rotate(360deg) scale(1.1);
        }

        .value-card h3 {
            font-family: var(--font-display);
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 16px;
            position: relative;
            z-index: 2;
        }

        .value-card p {
            color: var(--text-secondary);
            line-height: 1.7;
            position: relative;
            z-index: 2;
        }

        /* Process Section */
        .process {
            position: relative;
            background: var(--background-light);
            overflow: hidden;
        }

        .process-grid {
            display: grid;
            gap: 48px;
            position: relative;
            z-index: 2;
        }

        @media (min-width: 1024px) {
            .process-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        .process-step {
            text-align: center;
        }

        .process-icon-wrapper {
            position: relative;
            /* margin-bottom: 36px; */
        }

        .process-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto;
            backdrop-filter: blur(15px);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
            font-size: 32px;
            color: var(--text-primary);
        }

        .process-number {
            position: absolute;
            top: -15px;
            right: -15px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            /* border-radius: 50%; */
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 18px;
            box-shadow: var(--shadow-medium);
        }

        .process-step h3 {
            font-family: var(--font-display);
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 18px;
        }

        .process-step p {
            color: var(--text-secondary);
            line-height: 1.7;
        }
section#work{
	padding: 100px;
}
section#values{
	padding: 100px;
}
section#build{
	padding: 100px;
}
        /* CTA Section */
        .cta {
            position: relative;
/*             background: var(--background-secondary); */
            overflow: hidden;
        }

        .cta-content {
            max-width: 1024px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            z-index: 2;
        }

        .cta h2 {
            font-family: var(--font-display) !important;
            font-size: 3rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 40px;
            letter-spacing: -0.02em;
        }

        @media (min-width: 1024px) {
            .cta h2 {
                font-size: 3.5rem;
            }
        }

        .cta-points {
            font-size: 1.3rem;
            color: var(--text-secondary);
            margin-bottom: 50px;
            line-height: 1.7;
        }

        .cta-points p {
            margin-bottom: 20px;
        }

        .cta-buttons {
            display: flex;
            flex-direction: column;
            gap: 24px;
            align-items: center;
            margin-bottom: 50px;
        }

        @media (min-width: 640px) {
            .cta-buttons {
                flex-direction: row;
                justify-content: center;
            }
        }

        .cta-tagline {
            font-size: 1.2rem;
            color: var(--text-light);
            font-weight: 500;
        }

        /* Section Headers */
        .section-header {
            text-align: center;
/* 			margin-top: 100px; */
            margin-bottom: 50px;
            position: relative;
            z-index: 2;
        }
        .section-header h2 {
            font-family: var(--font-display);
            font-size: 3rem;
            font-weight: 700;
            color: var(--text-primary);
        }

        @media (min-width: 1024px) {
            .section-header h2 {
                font-size: 3.5rem;
            }
        }

        .section-header p {
            font-size: 1.3rem;
            color: var(--text-secondary);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Utility classes */
        .text-center {
            text-align: center;
        }

        .relative {
            position: relative;
        }

        .flex {
            display: flex;
        }

        .items-center {
            align-items: center;
        }

        .gap-2 {
            gap: 8px;
        }

        .gap-4 {
            gap: 16px;
        }

        .mb-8 {
            margin-bottom: 32px;
        }

        .font-medium {
            font-weight: 500;
        }

        .font-bold {
            font-weight: 700;
        }

        /* Custom scroll behavior */
        html {
            scroll-behavior: smooth;
        }

        /* Scroll-triggered animations */
        .scroll-reveal {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .scroll-reveal.revealed {
            opacity: 1;
            transform: translateY(0);
        }

section#vision-mission {
    padding-top: 100px;
	padding-bottom: 100px;
}
/* ==================================================== */


/*==================================  Contact ==================================*/
        .contact-hero {
            min-height: 55vh;
            display: flex;
            align-items: center;
            position: relative;
            background: #f8f0ff;
            padding: 120px 0 80px;
            overflow: hidden;
        }

        .contact-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%2350C8EC;stop-opacity:0.1" /><stop offset="100%" style="stop-color:%2306b6d4;stop-opacity:0.1" /></linearGradient></defs><rect width="1200" height="600" fill="url(%23bg)"/><circle cx="200" cy="150" r="80" fill="rgba(80,200,236,0.05)"/><circle cx="800" cy="400" r="120" fill="rgba(6,182,212,0.05)"/><circle cx="1000" cy="200" r="60" fill="rgba(80,200,236,0.08)"/></svg>') center/cover;
            pointer-events: none;
        }

        .contact-hero .hero-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        .contact-hero .hero-particles .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .contact-hero .hero-particles .particle {
            position: absolute;
            background: rgba(80, 200, 236, 0.1);
            animation: float 6s ease-in-out infinite;
        }

        .contact-hero .hero-particles .particle:nth-child(1) {
            width: 20px;
            height: 20px;
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .contact-hero .hero-particles .particle:nth-child(2) {
            width: 15px;
            height: 15px;
            top: 60%;
            right: 20%;
            animation-delay: 2s;
        }

        .contact-hero .hero-particles .particle:nth-child(3) {
            width: 25px;
            height: 25px;
            bottom: 30%;
            left: 70%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        .contact-hero .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .contact-hero .hero-content .hero-badge {
            /* background: rgba(80, 200, 236, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(80, 200, 236, 0.2);
            display: inline-block; */
            margin-bottom: 10px;
            /* box-shadow: 0 4px 16px var(--shadow-light); */
        }

        .contact-hero .hero-content .badge-text {
            font-size: 24px;
            font-weight: 700;
            color: var(--primary-color);
            letter-spacing: 0.5px;
        }

        .contact-hero .hero-content .hero-title {
            font-family: var(--font-display);
            font-size: 86px;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 20px;
            color: var(--text-primary);
        }

        .contact-hero .hero-content .gradient-text, .contact-section .gradient-text{
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .contact-hero .hero-content .hero-description {
            font-size: 20px;
            color: var(--text-secondary);
            max-width: 600px;
            line-height: 1.7;
            text-align: center;
            margin: 0 auto;
        }

        /* Contact Section with Premium Design */
        .contact-section {
            padding: 100px 0;
            background: var(--background-subtle);
            position: relative;
        }

        /* .contact-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(80,200,236,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)" /></svg>');
            pointer-events: none;
        } */

        .contact-section .section-header {
            text-align: center;
            margin-bottom: 40px;
            position: relative;
            z-index: 2;
        }
        .contact-map{
             padding: 100px 0;
        }

        .contact-section .section-badge, .contact-map .section-badge {
            color: var(--primary-color);
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 0.5px;
            display: inline-block;
            margin-bottom: 10px;

        }

        .contact-section .section-title {
            font-family: var(--font-display);
            font-size: 54px;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .contact-section .section-subtitle {
            font-size: 20px;
            color: var(--text-secondary);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .contact-section .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
            position: relative;
            z-index: 2;
        }

        .contact-section .contact-form-container {
            background: #fff;
            padding: 74px 50px;
            border: 1px solid rgba(0, 0, 0, 0.08);
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
            position: relative;
            overflow: hidden;
        }

        .contact-section .contact-form-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--gradient-primary);
        }

        .contact-section .form-title {
            font-family: var(--font-display);
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 32px;
            color: var(--text-primary);
        }

        .contact-section .form-group {
            margin-bottom: 24px;
            position: relative;
        }

        .contact-section .form-label {
            display: block;
            font-weight: 600;
            margin-bottom: 8px;
            color: var(--text-primary);
        }

        .contact-section .form-label i {
            color: var(--primary-color);
            margin-right: 8px;
        }

        .contact-section .form-input,
        .form-textarea {
            width: 100%;
            padding: 8px 20px;
            border: 2px solid var(--border-light);
            background: var(--background-subtle);
            font-size: 16px;
            transition: var(--transition);
            font-family: var(--font-primary);
        }

        .contact-section .form-input:focus,
        .form-textarea:focus {
            outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(80, 200, 236, 0.1);
            background: var(--background-light);
        }

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

        .contact-section .btn-submit {
            background: var(--gradient-primary);
            color: white;
            padding: 18px 40px;
            border: none;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: var(--transition);
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .contact-section .btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(80, 200, 236, 0.3);
        }

        /* Contact Info Cards */
        .contact-section .contact-info {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .contact-section .contact-info .info-card {
            background: #fff;
            padding: 40px;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.08);
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
        }

        .contact-section .contact-info .info-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--gradient-primary);
        }

        .contact-section .contact-info .info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 50px var(--shadow-medium);
        }

        .contact-section .contact-info .info-icon {
            width: 60px;
            height: 60px;
            background: var(--gradient-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            color: white;
            font-size: 24px;
            border-radius: 50px;
        }

        .contact-section .contact-info .info-title {
            font-family: var(--font-display);
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 12px;
            color: var(--text-primary);
        }

        .contact-section .contact-info .info-text {
            color: var(--text-secondary);
            line-height: 1.6;
        }
        .contact-section .contact-info p.info-text {
            font-size: 18px;
}

        /* Enhanced map section styling */
        .modern-map-wrapper {
            position: relative;
            background: var(--background-light);
            border: 1px solid var(--border-light);
            box-shadow: 0 20px 60px var(--shadow-medium);
            overflow: hidden;
        }

        .modern-map-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--gradient-primary);
            z-index: 2;
        }

        .map-overlay {
            position: absolute;
            top: 30px;
            right: 30px;
            z-index: 10;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border: 1px solid var(--border-light);
            padding: 30px;
            max-width: 350px;
            box-shadow: 0 15px 40px var(--shadow-medium);
        }

        .location-card {
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }

        .location-icon {
            width: 50px;
            height: 50px;
            background: var(--gradient-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            flex-shrink: 0;
            border-radius: 50px;
        }

        .location-details h4 {
            font-family: var(--font-display);
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 8px;
            color: var(--text-primary);
        }

        .location-details p {
            color: var(--text-secondary);
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 15px;
        }

        .directions-btn {
            background: var(--gradient-primary);
            color: white;
            padding: 8px 16px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: var(--transition);
        }

        .directions-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(80, 200, 236, 0.3);
        }

        .map-iframe {
            width: 100%;
            height: 600px;
            border: none;
            filter: grayscale(30%);
            transition: var(--transition);
        }

        .map-iframe:hover {
            filter: grayscale(0%);
        }
/*=============================================================================*/



/* Modern professional footer styling */
.premium-footer {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

/* .premium-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footerGrid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(80,200,236,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23footerGrid)" /></svg>');
            pointer-events: none;
        } */

.footer-main {
    padding: 80px 0 0px;
    position: relative;
    z-index: 2;
}

ul{
    padding: 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
}

.footer-brand {
    max-width: 350px;
}

.footer-logo {
    height: 50px;
    width: auto;
    margin-bottom: 24px;
    filter: brightness(0) invert(1);
}

.footer-description {
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 32px;
}

.social-links {
    display: flex;
    gap: 16px;
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(80, 200, 236, 0.1);
    border: 1px solid rgba(80, 200, 236, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
    border-radius: 50px;
}

.social-link:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(80, 200, 236, 0.3);
}

.footer-title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
    color: white;
}

.footer-menu {
    list-style: none;
	padding: 0px;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-link {
    color: #d1d5db;
    text-decoration: none;
    transition: var(--transition);
    font-size: 15px;
}

.footer-link:hover {
    color: var(--primary-color);
    padding-left: 8px;
}

.footer-contact .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    color: #d1d5db;
}

.footer-contact .contact-item i {
    color: var(--primary-color);
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    color: #9ca3af;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-link {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
}

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

/* ================================================ */

/* ==============UI UX Page=================*/
.service-hero {
        min-height: 100vh;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        padding-top: 80px;
    }

    .service-hero .hero-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .service-hero .hero-bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(1.1) contrast(1.05);
    }

    .service-hero .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.8) 100%);
    }

    .service-hero .hero-content {
        position: relative;
        z-index: 2;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
    }

    .service-hero .hero-title {
        font-family: var(--font-display);
        font-size: clamp(3rem, 8vw, 5.5rem);
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 32px;
        animation: slideInUp 0.8s ease-out 0.2s both;
    }

    .service-hero .hero-title .title-line {
        display: block;
    }

    .service-hero .hero-title .gradient-text {
        color: #50C8EC;
        background-clip: text;
    }

    .service-hero .hero-description {
        font-size: 24px;
        color: var(--text-secondary);
        margin-bottom: 40px;
        max-width: 500px;
        line-height: 1.7;
        animation: slideInUp 0.8s ease-out 0.4s both;
    }

    .service-hero .hero-actions {
        display: flex;
        gap: 20px;
        margin-bottom: 48px;
        animation: slideInUp 0.8s ease-out 0.6s both;
    }

    .btn-premium {
        background: #50C8EC;
        color: white;
        padding: 18px 36px;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 12px;
        transition: var(--transition);
        box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
        position: relative;
        overflow: hidden;
    }

    .btn-premium:hover {
        background: #3db8e0;
        transform: translateY(-3px);
        box-shadow: 0 12px 32px rgba(80, 200, 236, 0.4);
        color: white;
    }

    .btn-premium.large {
        padding: 20px 40px;
        font-size: 18px;
    }

    .btn-outline {
        background: transparent;
        color: var(--text-primary);
        padding: 18px 36px;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        border: 2px solid var(--border-light-dark);
        display: flex;
        align-items: center;
        gap: 12px;
        transition: var(--transition);
    }

    .btn-outline:hover {
        background: var(--background-subtle);
        border-color: var(--primary-color);
        color: var(--primary-color);
        transform: translateY(-2px);
    }

    .btn-outline.large {
        padding: 18px 36px;
        font-size: 16px;
    }

    /* Hero Visual Elements */
    .service-hero .hero-visual {
        position: relative;
        z-index: 2;
    }

    .service-hero .hero-visual .floating-elements {
        position: relative;
        height: 400px;
    }

    .service-hero .floating-elements .design-element {
        position: absolute;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        padding: 20px;
        box-shadow: 0 8px 32px var(--shadow-medium);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        min-width: 120px;
        animation: float 6s ease-in-out infinite;
        border: 1px solid var(--border-light);
    }

    .service-hero .floating-elements .design-element i {
        font-size: 24px;
        color: #50C8EC;
        display: inline-block;
    }

    .service-hero .floating-elements .design-element span {
        font-size: 14px;
        font-weight: 600;
        color: var(--text-primary);
        text-align: center;
    }

    .service-hero .floating-elements .element-1 {
        top: 20%;
        left: 10%;
        animation-delay: 0s;
    }

    .service-hero .floating-elements .element-2 {
        top: 10%;
        right: 20%;
        animation-delay: 1.5s;
    }

    .service-hero .floating-elements .element-3 {
        bottom: 30%;
        left: 20%;
        animation-delay: 3s;
    }

    .service-hero .floating-elements .element-4 {
        bottom: 10%;
        right: 10%;
        animation-delay: 4.5s;
    }

    @keyframes float {

        0%,
        100% {
            transform: translateY(0px) rotate(0deg);
        }

        50% {
            transform: translateY(-20px) rotate(2deg);
        }
    }

    @keyframes slideInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

        /* Stats Section */
    .service-stats {
        padding: 100px 0;
        background: var(--background-subtle);
    }

    .service-stats .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 40px;
        text-align: center;
    }

    .service-stats .stats-grid .stat-item {
        padding: 32px 20px;
        background: var(--background-light);
        box-shadow: 0 4px 16px var(--shadow-light);
        border: 1px solid var(--border-light);
        transition: var(--transition);
    }

    .service-stats .stats-grid .stat-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 32px var(--shadow-medium);
    }

    .service-stats .stats-grid .stat-number {
        font-size: 3rem;
        font-weight: 800;
        color: var(--primary-color);
        display: block;
        margin-bottom: 8px;
        font-family: var(--font-display);
    }

    .service-stats .stats-grid .stat-label {
        font-size: 16px;
        color: var(--text-secondary);
        font-weight: 500;
    }

    /* Services Add value Section */
    .services-add-value {
        padding: 100px 0;
        background: var(--background-light);
    }

    .services-add-value .section-header {
        text-align: center;
        margin-bottom: 50px;
        position: relative;
        z-index: 9;
    }

    .services-add-value .section-header  .section-badge {
        /* background: var(--gradient-primary); */
        color: var(--primary-color);
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.5px;
        display: inline-block;
    }

    .services-add-value .section-header  .section-title {
        font-family: var(--font-display);
        font-size: clamp(2.5rem, 6vw, 4rem);
        font-weight: 800;
        color: var(--text-primary);
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .services-add-value .section-header .section-subtitle {
        font-size: 21px;
        color: var(--text-secondary);
        max-width: 650px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .services-add-value .services-showcase {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
        gap: 20px;
    }

    .services-add-value .services-showcase .service-item {
        background: #fff;
        border: 1px solid var(--border-light);
        padding: 40px;
        display: flex;
        gap: 24px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 16px var(--shadow-light);
        transition: 1s ease-in-out;
    }

    .services-add-value .services-showcase .service-item:hover {
        transform: translateY(-6px)!important;
        box-shadow: 0 16px 48px var(--shadow-medium);
        border-color: var(--primary-color);
        transition: .5s ease-in-out!important;
    }

    .services-add-value .services-showcase .service-visual {
        position: relative;
        flex-shrink: 0;
    }

    .services-add-value .service-visual .service-icon {
        width: 80px;
        height: 80px;
        background: #50C8EC;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
        border-radius: 50px;
    }

    .services-add-value .service-visual .service-icon i {
        font-size: 32px;
        color: white;
        display: block;
    }

    .services-add-value .service-visual .service-glow {
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        background: #50C8EC;
        opacity: 0;
        filter: blur(20px);
        transition: all 0.3s ease;
        border-radius: 60px;
    }

    .services-add-value .service-item:hover .service-glow {
        opacity: 0.4;
    }

    .services-add-value .services-showcase .service-content {
        flex: 1;
    }

    .services-add-value .services-showcase .service-content h3 {
        font-family: var(--font-display);
        font-size: 30px;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 16px;
    }

    .services-add-value .services-showcase .service-content p {
        color: var(--text-secondary);
        margin-bottom: 24px;
        line-height: 1.6;
    }

    .services-add-value .services-showcase .service-metrics {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .services-add-value .services-showcase .metric {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .services-add-value .services-showcase .metric-number {
        font-size: 28px;
        font-weight: 800;
        color: var(--primary-color);
        font-family: var(--font-display);
    }

    .services-add-value .services-showcase .metric-label {
        font-size: 14px;
        color: var(--text-secondary);
        font-weight: 500;
    }

    .services-add-value .services-showcase .service-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .services-add-value .services-showcase .tag {
        background: var(--background-accent);
        color: var(--text-primary);
        padding: 4px 12px;
        font-size: 12px;
        font-weight: 500;
        border: 1px solid var(--border-light);
    }

    /* Process Section */
    .services-process {
        padding: 100px 0;
        /* background: var(--background-subtle); */
        background-image: url(https://aionwebtech.com/wp-content/uploads/2025/11/banner-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .services-process .process-section::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
        opacity: .6;
        width: 100%;
        height: 100%;
    }

    .services-process .process-timeline {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 800px;
        margin: 0 auto;
        z-index: 9;
        position: relative;
    }

    .services-process .process-timeline .process-step {
        display: grid;
        grid-template-columns: 80px 1fr 80px;
        gap: 32px;
        align-items: center;
        padding: 32px;
        background: var(--background-light);
        box-shadow: 0 4px 16px var(--shadow-light);
        border: 1px solid var(--border-light);
        transition: var(--transition);
    }

    .services-process .process-timeline .process-step:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 32px var(--shadow-medium);
    }

    .services-process .process-step .step-number {
        width: 60px;
        height: 60px;
        background: #50C8EC;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 800;
        font-family: 'Space Grotesk', sans-serif;
        border-radius: 50px;
    }

    .services-process .process-step .step-content h3 {
        font-family: var(--font-display);
        font-size: 24px;
        font-weight: 700;
        color: var(--text-primary);
        margin-bottom: 12px;
    }

    .services-process .process-step .step-content p {
        color: var(--text-secondary);
        margin-bottom: 16px;
        line-height: 1.6;
    }

    .services-process .process-step .step-deliverables {
        display: flex;
        flex-wrap: wrap;
		justify-content: center;
        gap: 8px;
    }

    .services-process .process-step .step-deliverables span {
        background: var(--background-accent);
        color: var(--text-primary);
        padding: 4px 12px;
        font-size: 12px;
        font-weight: 500;
        border: 1px solid var(--border-light);
    }

    .services-process .process-step .step-visual {
        width: 60px;
        height: 60px;
        background: #50C8EC;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--border-light);
        border-radius: 50px;
    }

    .services-process .process-step .step-visual i {
        font-size: 24px;
        color: white;
        display: block;
    }

    /* CTA Section */
    .services-cta {
        padding: 100px 0;
        background: var(--background-subtle);
        position: relative;
        overflow: hidden;
    }

    .services-cta .cta-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .services-cta .premium-orb {
        position: absolute;
        filter: blur(80px);
        opacity: 0.1;
        animation: float 8s ease-in-out infinite;
    }

    .services-cta .premium-orb.orb-1 {
        width: 400px;
        height: 400px;
        background: var(--gradient-primary);
        top: -200px;
        left: -200px;
        animation-delay: 0s;
    }

    .services-cta .premium-orb.orb-2 {
        width: 300px;
        height: 300px;
        background: var(--gradient-accent);
        top: 50%;
        right: -150px;
        animation-delay: 2s;
    }

    .services-cta .premium-orb.orb-3 {
        width: 200px;
        height: 200px;
        background: var(--gradient-gold);
        bottom: -100px;
        left: 50%;
        animation-delay: 4s;
    }

    .services-cta .cta-content {
        position: relative;
        z-index: 2;
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }

    .services-cta .cta-content .cta-badge {
        color: var(--primary-color);
        display: inline-block;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .services-cta .cta-content .cta-title {
        font-family: var(--font-display);
        font-size: clamp(2.5rem, 6vw, 4rem);
        font-weight: 800;
        color: var(--text-primary);
        margin-bottom: 24px;
        line-height: 1.2;
    }

    .services-cta .cta-content .cta-description {
        font-size: 20px;
        color: var(--text-secondary);
        margin-bottom: 48px;
        line-height: 1.6;
    }

    .services-cta .cta-content .cta-actions {
        display: flex;
        justify-content: center;
        gap: 24px;
        margin-bottom: 64px;
        flex-wrap: wrap;
    }

    .services-cta .cta-content .cta-features {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 32px;
        margin-bottom: 64px;
    }

    .services-cta .cta-content .feature-item {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 24px;
        background: #fff;
        border: 1px solid var(--border-light);
        box-shadow: 0 4px 16px var(--shadow-light);
        transition: var(--transition);
    }

    .services-cta .cta-content .feature-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 32px var(--shadow-medium);
    }

    .services-cta .cta-content .feature-icon {
        width: 50px;
        height: 50px;
        background: #50C8EC;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 50px;
    }

    .services-cta .cta-content .feature-icon i {
        font-size: 20px;
        color: white;
        display: block;
    }

    .services-cta .cta-content .feature-content {
        display: flex;
        flex-direction: column;
    }

    .services-cta .cta-content .feature-title {
        font-weight: 600;
        color: var(--text-primary);
        margin-bottom: 4px;
    }

    .services-cta .cta-content .feature-desc {
        font-size: 14px;
        color: var(--text-secondary);
    }

/*===================== Email ====================*/

.alert { padding:12px 14px; border-radius:8px; margin:10px 0; }
.alert-error { background:#ffe8e8; color:#7a1e1e; border:1px solid #f5c2c2; }
.alert-success { background:#e8ffe9; color:#1e7a3a; border:1px solid #bff0c9; }
.hidepot { position:absolute; left:-9999px; top:-9999px; height:0; width:0; overflow:hidden; }

/*========================================*/
/* footer respocive */
/* Tablets (max-width: 991px) */
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-main {
    padding: 60px 20px 0;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-link {
    font-size: 14px;
  }
}

/* Mobiles (max-width: 767px) */
@media (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }

  .footer-brand {
	  text-align: left;
	
  }

  .social-links {
    justify-content: center;
  }

  .footer-contact .contact-item {
    
	  text-align: left;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: left;
    gap: 8px;
  }
}

/* Small Mobiles (max-width: 480px) */
@media (max-width: 480px) {
  .footer-main {
    padding: 50px 15px 0;
  }

  .social-link {
    width: 38px;
    height: 38px;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer-link {
    font-size: 16px;
  }

  .copyright,
  .footer-bottom-link {
    font-size: 12px;
  }
}

/* ==============================
   ✅ RESPONSIVE DESIGN
   ============================== */

/* 🖥️ Large Desktops (1536px and below) */
@media (max-width: 1536px) {
    .container-fluid {
        padding-inline: 60px;
    }

    .home-hero .hero-content h1 {
        font-size: 48px;
        line-height: 64px;
    }

    .home-hero .hero-content {
        padding: 50px 0;
    }
}

/* 💻 Laptops (1366px and below) */
@media (max-width: 1366px) {
    .home-hero .hero-content h1 {
        font-size: 44px;
        line-height: 60px;
    }

    .home-hero .hero-text {
        font-size: 18px;
        line-height: 28px;
    }

    .home-hero .hero-buttons a.contact-btn {
        font-size: 18px;
        padding: 12px 18px;
    }
}

/* 🖥️ Medium Screens / Tablets Landscape (1199px and below) */
@media (max-width: 1199px) {
    .home-hero .hero-container {
        flex-direction: column;
    }

    .home-hero .hero-left,
    .home-hero .hero-right {
        flex: unset;
        width: 100%;
        min-height: 50vh;
		padding-left: 0px;
    }

    .home-hero .hero-right::before {
        top: 0;
    }

    .home-hero .hero-content {
        margin-top: 40px;
        text-align: center;
        padding: 40px 20px;
        margin-inline: auto;
    }

    .home-hero .hero-buttons {
        justify-content: center;
    }

    .home-hero .hero-content h1 {
        font-size: 40px;
        line-height: 56px;
    }

    .home-hero .hero-text {
        font-size: 18px;
        line-height: 28px;
    }
}

/* 📱 Tablets Portrait (991px and below) */
@media (max-width: 991px) {
    .container-fluid {
        padding-inline: 40px;
    }

    .home-hero .hero-content h1 {
        font-size: 36px;
        line-height: 50px;
    }

    .home-hero .hero-text {
        font-size: 17px;
        line-height: 26px;
    }

    .home-hero .hero-buttons {
        gap: 20px;
        flex-direction: column;
    }

    .home-hero .hero-buttons a.contact-btn {
        width: 80%;
        text-align: center;
    }
}

/* 📲 Mobile Landscape (767px and below) */
@media (max-width: 767px) {
    .home-hero .hero-content {
        padding: 30px 15px;
        text-align: center;
    }

    .home-hero .hero-content h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .home-hero .hero-text {
        font-size: 16px;
        line-height: 24px;
    }

    .home-hero .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .home-hero .hero-buttons a.contact-btn {
        font-size: 16px;
        padding: 12px 16px;
        width: 90%;
    }

    .home-hero .hero-right {
        min-height: 40vh;
    }

    .home-hero .hero-testimonial-card {
        padding: 15px;
    }

    .home-hero .hero-testimonial-card .test-text {
        font-size: 16px;
    }
}

/* 📱 Small Mobiles (567px and below) */
@media (max-width: 567px) {
    .container-fluid {
        padding-inline: 20px;
		        background: #fff;
        text-align: center;
    }

    .home-hero .hero-content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-hero .hero-text {
        font-size: 18px;
        line-height: 24px;
    }

    .home-hero .hero-buttons a.contact-btn {
        font-size: 22px;
        padding: 10px 14px;
    }

    .home-hero .hero-testimonial-card .user-img {
        width: 40px;
        height: 40px;
    }

    .home-hero .hero-testimonial-card .test-text {
        font-size: 15px;
    }
	
}

/* 📱 Extra Small (360px and below) */
@media (max-width: 360px) {
    .home-hero .hero-content h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .home-hero .hero-text {
        font-size: 14px;
        line-height: 20px;
    }

    .home-hero .hero-buttons a.contact-btn {
        font-size: 14px;
        padding: 8px 12px;
    }

    .home-hero .hero-buttons .cta span {
        font-size: 14px;
    }
}
/* ===========================================
   ✅ RESPONSIVE DESIGN FOR SERVICES SECTION
   =========================================== */

/* 🖥️ Large Desktops (1536px and below) */
@media (max-width: 1536px) {
    .our-services {
        padding: 80px 0;
    }

    .our-services .container h2 {
        font-size: 22px;
    }

    .our-services .container p {
        font-size: 36px;
        line-height: 46px;
    }

    .our-services .services-grid {
        gap: 24px;
    }

    .our-services .services-grid .service-box h3 {
        font-size: 30px;
    }
}

/* 💻 Laptops (1366px and below) */
@media (max-width: 1366px) {
    .our-services .container {
        padding-inline: 60px;
    }

    .our-services .container p {
        font-size: 34px;
        line-height: 44px;
    }

    .our-services .services-grid .service-box p {
        font-size: 17px;
        line-height: 30px;
    }

    .our-services .service-box {
        padding: 25px;
    }
}

/* 🖥️ Tablets Landscape (1199px and below) */
@media (max-width: 1199px) {
    .our-services .container {
        padding-inline: 40px;
    }

    .our-services .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .our-services .service-box {
        height: auto;
    }

    /* Remove fixed grid positions for better stacking */
    .our-services .service-box.box1,
    .our-services .service-box.box2,
    .our-services .service-box.box3,
    .our-services .service-box.box4,
    .our-services .service-box.box5 {
        grid-column: auto;
        grid-row: auto;
        height: auto;
    }
}

/* 📱 Tablets Portrait (991px and below) */
@media (max-width: 991px) {
    .our-services {
        padding: 70px 0;
    }

    .our-services .container h2 {
        font-size: 20px;
    }

    .our-services .container p {
        font-size: 30px;
        line-height: 42px;
    }

    .our-services .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .our-services .service-box {
        padding: 20px;
        text-align: left;
    }

    .our-services .services-grid .service-box h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .our-services .services-grid .service-box p {
        font-size: 16px;
        line-height: 28px;
    }
	/* Navbar responsive css	 */
	.site-header .navbar {
		background: #ffffff !important;
	}
}

/* 📲 Mobile Landscape (767px and below) */
@media (max-width: 767px) {
    .our-services {
        padding: 60px 0;
    }

    .our-services .container {
        padding-inline: 20px;
    }

    .our-services .container h2 {
        font-size: 18px;
    }

    .our-services .container p {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .our-services .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .our-services .service-box {
        padding: 20px;
        text-align: center;
        align-items: center;
    }

    .our-services .services-grid .service-box h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .our-services .services-grid .service-box p {
        font-size: 16px;
        line-height: 26px;
    }

    .our-services .service-box a {
        font-size: 16px;
    }

}

/* 📱 Small Mobiles (567px and below) */
@media (max-width: 567px) {
    .our-services .container h2 {
        font-size: 16px;
    }

    .our-services .container p {
        font-size: 22px;
        line-height: 30px;
    }

    .our-services .services-grid {
        gap: 16px;
    }

    .our-services .service-box {
        padding: 18px;
    }

    .our-services .services-grid .service-box h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .our-services .services-grid .service-box p {
        font-size: 15px;
        line-height: 24px;
    }

    .our-services .service-box a {
        font-size: 15px;
        line-height: 24px;
    }
}

/* 📱 Extra Small (360px and below) */
@media (max-width: 360px) {
    .our-services {
        padding: 50px 0;
    }

    .our-services .container p {
        font-size: 20px;
        line-height: 28px;
    }

    .our-services .services-grid .service-box h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .our-services .services-grid .service-box p {
        font-size: 14px;
        line-height: 22px;
    }

    .our-services .service-box a {
        font-size: 14px;
    }
}

/* ===========================================
   ✅ RESPONSIVE DESIGN FOR ABOUT SECTION
   =========================================== */

/* 🖥️ Large screens (1536px and below) */
@media (max-width: 1536px) {
    .about-section {
        padding: 0 60px;
    }

    .about-section .top-left p {
        font-size: 36px;
        line-height: 48px;
    }

    .about-section .right-box h3 {
        font-size: 30px;
        line-height: 38px;
    }
}

/* 💻 Laptops (1366px and below) */
@media (max-width: 1366px) {
    .about-section {
        padding: 0 40px;
        height: auto;
    }

    .about-section .container {
        height: auto;
    }

    .about-section .top-left {
        width: 480px;
        margin-top: 40px;
    }

    .about-section .top-left p {
        font-size: 34px;
        line-height: 46px;
    }

    .about-section .right-box {
        width: 520px;
        right: 40px;
    }

    .about-section .right-box p {
        font-size: 17px;
        line-height: 30px;
    }
}

/* 🖥️ Tablets Landscape (1199px and below) */
@media (max-width: 1199px) {
    .about-section {
        background-position: center;
        background-attachment: scroll;
        padding: 80px 40px;
        height: auto;
    }

    .about-section .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 40px;
    }

    .about-section .top-left {
        position: relative;
        width: 100%;
        max-width: 700px;
        text-align: center;
    }

    .about-section .right-box {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 700px;
    }

    .about-section .right-box .inner {
        padding: 20px;
    }

    .about-section .top-left p {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 30px;
    }

    .about-section .right-box h3 {
        font-size: 28px;
    }
}

/* 📱 Tablets Portrait (991px and below) */
@media (max-width: 991px) {
    .about-section {
        padding: 60px 30px;
    }

    .about-section .top-left h2 {
        font-size: 22px;
    }

    .about-section .top-left p {
        font-size: 28px;
        line-height: 40px;
    }

    .about-section .right-box p {
        font-size: 16px;
        line-height: 28px;
    }
}

/* 📲 Mobile Landscape (767px and below) */
@media (max-width: 767px) {
    .about-section {
        background-size: cover;
        padding: 50px 20px;
        height: auto;
    }

    .about-section .container {
        flex-direction: column;
        align-items: center;
    }

    .about-section .top-left {
        width: 100%;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: center;
    }

    .about-section .top-left p {
        font-size: 24px;
        line-height: 34px;
    }

    .about-section .right-box {
        width: 100%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .about-section .right-box .inner {
        padding: 18px;
    }

    .about-section .right-box h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .about-section .right-box p {
        font-size: 15px;
        line-height: 24px;
    }
	.story-text {
    font-size: 1.1rem;
    line-height: 1.4;
}
	.story-grid {
    margin-top: 50px;
}
section#vision-mission{
    padding-top: 50px;
    padding-bottom: 50px;
}
	 .service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-number {
    order: -1; /* moves it to the top */
    margin-bottom: 15px; /* adds space below it */
    font-size: 80px;
  }

  .service-content {
    text-align: center;
  }

}
/* 📱 Small Mobiles (567px and below) */
@media (max-width: 567px) {
    .about-section {
        padding: 40px 16px;
    }

    .about-section .top-left p {
        font-size: 22px;
        line-height: 30px;
    }

    .about-section .top-left h2 {
        font-size: 18px;
    }

    .about-section .right-box h3 {
        font-size: 22px;
    }

    .about-section .right-box p {
        font-size: 14px;
        line-height: 22px;
    }

    .about-section .top-left a {
        font-size: 16px;
    }


.heroabout-subtitle {
	font-size: 1.1rem
}
	section#values {
    padding-top: 50px;
		padding-bottom: 50px;
padding-left: 20px;	
		padding-right: 20px;
}
section#work {
    padding-top: 50px;
		padding-bottom: 50px;
padding-left: 20px;	
		padding-right: 20px;
}
	section#build{
    padding-top: 50px;
		padding-bottom: 50px;
padding-left: 20px;	
		padding-right: 20px;
}
}
/* 📱 Extra Small (360px and below) */
@media (max-width: 360px) {
    .about-section {
        padding: 30px 12px;
    }

    .about-section .top-left p {
        font-size: 20px;
        line-height: 28px;
    }

    .about-section .right-box h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .about-section .right-box p {
        font-size: 13px;
        line-height: 20px;
    }
}

/* ✅ Responsive adjustments */
@media (max-width: 1199px) {
  .testimonials .gradient-text {
    font-size: 120px;
    margin-bottom: 60px;
  }

  .testimonials .testimonial-box {
    flex-direction: column;
    gap: 40px;
  }

  .testimonials .testimonial-box .profile,
  .testimonials .testimonial-box .content {
    width: 100%;
	  font-size: 16px;
    line-height: 22px;
  }
.testimonials .testimonial-box .info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
	}
	
  .client-block {
    flex-direction: column;
    gap: 60px;
  }

  .client-block .left-box .client-img {
    width: 100%;
    height: auto;
  }

  .client-block .right-content {
    padding-left: 0;
    text-align: center;
  }

  .client-block .stats {
    justify-content: center;
    flex-wrap: wrap;
	  gap: 10px;
  }
}

@media (max-width: 767px) {
  .testimonials .gradient-text {
    font-size: 56px;
    line-height: 1.1;
  }

  .testimonials .testimonial-box {
    padding: 15px;
  }

  .client-block .right-content h2 {
            font-size: 28px;
        line-height: 38px;
  }
	.client-block .right-content p {
    font-size: 18px;
    line-height: 28px;
    padding: 20px;
	}
  .client-block .stat-item h3 {
    font-size: 20px;
  }

  .client-block .stat-item p {
    font-size: 14px;
  }
}


@media (max-width: 1199px) {
    .technology-block h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .technology-block .tech-item {
        min-width: 160px;
        height: 130px;
        margin: 0 15px;
    }

    .technology-block .tech-item img {
        width: 60px;
        height: 60px;
    }

    .technology-block .tech-name {
        font-size: 13px;
    }

    .technology-block .marquee-content {
        animation-duration: 25s;
    }
}

@media (max-width: 567px) {
    .technology-block h2 {
        font-size: 32px;
    }

    .technology-block .tech-item {
        min-width: 120px;
        height: 100px;
    }

    .technology-block .tech-item img {
        width: 40px;
        height: 40px;
    }

    .technology-block .tech-name {
        font-size: 11px;
    }

    .technology-block .marquee-content {
        animation-duration: 18s;
    }
}



/* ✅ Responsive CSS - Section Hero + Services */

/* ---------- 1536px ---------- */
@media (max-width: 1536px) {
  .section-hero-content h1 {
    font-size: 48px;
    line-height: 64px;
  }
  .section-hero-content p {
    font-size: 17px;
  }
  .service-card {
    max-width: 850px;
    padding: 35px;
  }
}

/* ---------- 1366px ---------- */
@media (max-width: 1366px) {
  .section-hero-left {
    padding-left: 60px;
  }
  .section-hero-content {
    margin-top: 60px;
  }
  .section-hero-content h1 {
    font-size: 44px;
    line-height: 60px;
  }
  .section-hero-content p {
    margin-bottom: 80px;
  }
}

/* ---------- 1199px ---------- */
@media (max-width: 1199px) {
  .section-hero-container {
    flex-direction: column;
  }

  .section-hero-left, .section-hero-right {
/*     flex: unset; */
    width: 100%;
  }

  .section-hero-left {
    padding: 60px 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .section-hero-content {
    margin-top: 0;
    padding: 40px 0 0 0;
    max-width: 700px;
  }

  .section-hero-content h1 {
    font-size: 42px;
    line-height: 58px;
  }

  .section-hero-content p {
    font-size: 17px;
    margin-bottom: 60px;
  }

  .section-hero-buttons {
    justify-content: center;
  }

  .section-hero-right::before {
    top: 0;
  }

  .service-card {
    flex-direction: column;
    text-align: center;
  }

  .service-content, .service-number {
    max-width: 100%;
  }

  .service-number {
    font-size: 100px;
    margin-top: 20px;
  }
}

/* ---------- 991px ---------- */
@media (max-width: 991px) {
  .section-hero-content h1 {
    font-size: 38px;
    line-height: 52px;
  }

  .section-hero-content p {
    font-size: 16px;
  }

  .a.contact-btn {
    font-size: 18px;
    padding: 12px 18px;
  }

  .cta span {
    font-size: 16px;
  }

  .service-card {
    padding: 30px;
  }

  .service-content h3 {
    font-size: 22px;
  }
}

/* ---------- 767px ---------- */
@media (max-width: 767px) {
  .navbar {
    padding: 10px 0;
  }

  .section-hero-left {
    padding: 40px 20px;
  }

  .section-hero-content h1 {
    font-size: 34px;
    line-height: 48px;
  }

  .section-hero-content p {
    margin-bottom: 40px;
    font-size: 15px;
  }

  .section-hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .contact-btn, .cta {
    width: 100%;
    text-align: center;
  }

  .service-we-provide {
    padding: 60px 15px;
  }

  .service-card {
    padding: 25px 20px;
  }

  .service-number {
    font-size: 80px;
  }

  .services-header h2 {
    font-size: 22px;
        line-height: 36px;
  }

  .services-header p {
    font-size: 18px;
  }
	.services-add-value .services-showcase .service-content h3 {
		font-size: 26px;
	}
	.services-add-value .service-visual .service-icon
 {
    width: 50px;
	 height: 50px;
	}
	.services-add-value .service-visual .service-icon i
 {
	 font-size: 18px;
	}
	.section-header h2 {
		font-size: 2.6rem;
	}
	.services-add-value .section-header .section-badge{
    margin-bottom: 10px;
}
	.service-hero .hero-visual {
		display: none;
	}
	.service-hero {
		min-height: auto;
		padding-top: 100px;
	padding-bottom: 50px; 
	}
	.service-hero .hero-description {
    font-size: 20px;
    margin-bottom: 40px;
		line-height: 1.4;
	}
	.service-hero .hero-content {
    grid-template-columns: 1fr;
    gap: 25px;
}
	.service-stats {
		padding: 50px 0;
	}
	.services-add-value {
		padding: 50px 20px;
	}
	.services-add-value .section-header .section-title {
		font-size: 35px;
		line-height: 1.2;
	}
	.services-add-value .section-header .section-subtitle {
		font-size: 18px;
	}
	.services-process .process-step .step-visual {
		display: none;
	}
	.services-process .process-timeline .process-step{
        display: flex;
        flex-direction: row;
		gap: 0;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: center;
}
	.services-process .process-step .step-number{
    width: 140px;
    height: 50px;
    font-size: 20px;
	}
	.services-add-value .services-showcase .metric-number {
		font-size: 24px;
	}
/* contactpage 	 */
	.contact-section .contact-grid {
		grid-template-columns: 1fr;
	}
	.map-overlay {
    position: relative;
    top: 0px;
    right: 0px;
		z-index: 0;
		display: flex;
		justify-content: center;

}
		

}
/* ---------- 567px ---------- */
@media (max-width: 567px) {
  .section-hero-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-hero-content p {
    font-size: 19px;
        line-height: 30px;
  }

  .section-hero-buttons {
    gap: 10px;
  }

  .contact-btn {
    font-size: 16px;
    padding: 10px 14px;
  }

  .cta span {
    font-size: 22px;
  }

  .service-card {
    padding: 20px 15px;
  }

  .service-number {
    font-size: 64px;
  }

  .service-content p {
    font-size: 18px;
	  margin-bottom: 10px;
    line-height: 1.5;
  }
	
}

/* ---------- 360px ---------- */
@media (max-width: 360px) {
  .section-hero-content h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .section-hero-content p {
    font-size: 13px;
  }

  .section-hero-buttons {
    gap: 8px;
  }

  .contact-btn {
    font-size: 15px;
    padding: 10px 12px;
  }

  .service-card {
    padding: 15px 10px;
  }

  .service-number {
    font-size: 50px;
  }

  .services-header h2 {
    font-size: 24px;
  }

  .services-header p {
    font-size: 16px;
  }
}


/* ===========================
   Popup Form Structure
=========================== */
.form-group {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.wpcf7 {
 width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
/*   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
/*   font-family: "Poppins", sans-serif; */
  transition: all 0.3s ease;
}

.wpcf7 .form-group p{
	margin: 0px;
}
div#popmake-115 {
    padding: 0;
	border: none;
	max-width: 600px;
	 border-radius: 12px;
	    min-width: 0%;
    max-width: 80% !important;
    top: 195px;
    left: 43.75px;
    opacity: 1;
    display: block;

}
/* div#pum_popup_title_115 {
    text-align: center;
    margin-top: 0;
    font-weight: 600;
} */

.pum-theme-90 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    box-shadow:none !important;
    background-color: #50c8ec !important;
	    font-size: 14px !important;
}

/* ===========================
   Input Fields
=========================== */
.form-input {
	font-family: "Space Grotesk", sans-serif;
  width: 100%;
  padding: 8px 10px;
  border: 1.5px solid #ddd;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
  box-sizing: border-box;
  height: 40px; /* normalize control height */
}

/* ===========================
   Textarea
=========================== */
.form-textarea {
	font-family: "Space Grotesk", sans-serif;
  height: 100px;
  resize: none;
  padding: 8px 10px;
  border: 1.5px solid #ddd;
  background: #fafafa;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* Ensure select matches input size and look */
select.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.2;
  height: 40px;
  background-color: #fafafa;
}

/* ===========================
   Focus Effects
=========================== */
.form-input:focus,
.form-textarea:focus {
  border-color: #50C8EC;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(80, 200, 236, 0.2);
}

/* ===========================
   Submit Button
=========================== */
.btn-submit {
	font-family: "Space Grotesk", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #50C8EC;
  color: #fff;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
}

.btn-submit i { font-size: 16px; }

.btn-submit:hover { background: #34b5db; transform: translateY(-2px); }

/* ===========================
   Layout: left form / right image
=========================== */
.democontent {
  background-image: url("https://aionwebtech.com/wp-content/uploads/2025/10/popup-bg2-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
	width: 100%;
	  display: flex;
  justify-content: flex-end;
  align-items: center;  
/*   max-width: 980px;
  */
  overflow: hidden;
  background-color: #fff;
}


.democontent-left {     
	padding: 12px;
    background: #fff;
    align-items: center;
    width: 50%;
    margin: 5px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); }
.democontent-left .wpcf7 { box-shadow: none; padding: 0; max-width: 520px; width: 100%; }

.demo-header { text-align: center; margin-bottom: 12px; }
.demo-title { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 28px; color: #1c274c; margin: 0 0 6px; }
.demo-subtitle { color: #6b7280; font-size: 12px; margin: 0 0 8px; }

/* Two-column row utility if needed */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-row .form-input { width: 100%;
font-family: "Space Grotesk", sans-serif;
}



/* ===========================
   Responsive Design for Popup Form
=========================== */

/* ---------- Tablets (max-width: 991px) ---------- */
@media (max-width: 991px) {
  .democontent {
    justify-content: center; /* center form horizontally */
    background-position: center;
    background-size: cover;
  }

  .democontent-left {
    width: 70%;
    margin: 20px;
    padding: 20px;
  }

  .demo-title {
    font-size: 24px;
  }
}

/* ---------- Mobile (max-width: 767px) ---------- */
@media (max-width: 767px) {
  .democontent {
    flex-direction: column;       /* stack content vertically */
    justify-content: center;
    align-items: center;
    background: #fff;             /* remove background image */
    background-image: none;       /* ✅ remove background image */
    padding: 20px;
  }

  .democontent-left {
    width: 100%;
    max-width: 90%;              
    margin: 0 auto;
    padding: 20px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .demo-title {
    font-size: 22px;
  }

  .demo-subtitle {
    font-size: 13px;
  }

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

  .form-input,
  .form-textarea {
    font-size: 14px;
  }

  .btn-submit {
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }
	.contact-hero .hero-content .hero-title {
    font-family: var(--font-display);
		font-size: 44px;}
	.contact-section {
    padding: 50px 0;
	}
	.contact-section .section-title {
    font-family: var(--font-display);
		font-size: 38px;}
	.contact-section .form-title {
		font-size: 24px;}
	.contact-section .contact-form-container {
    background: #fff;
		padding: 25px 25px;}
	.contact-section .contact-info .info-card {
		padding: 24px;}
	.contact-section .contact-info p.info-text {
    font-size: 16px;
}
	.contact-map {
    padding: 50px 0;
}
	    .section-header h2 {
        font-size: 38px;
    }
	.intro h4 {
        font-size: 20px;
    }
	    .about-section .top-left {
        margin-top: 0px;
    }
	.section-header p {
    font-size: 16px;
}
	    .testimonials .gradient-text {
        margin-bottom: 30px;
    }
.technology-block {
    padding: 50px 0;
}
	.technology-block .marquee-container {
		margin-top: 30px;}
	
	
	.home-hero .hero-testimonial-footer {
    flex-direction: column;
}
	
	.client-block .right-content h4 {    font-weight: 500;
    font-size: 20px;
  
}
}

/* ---------- Small Mobile (max-width: 480px) ---------- */
@media (max-width: 480px) {
  .democontent-left {
    max-width: 95%;
    padding: 16px;
  }

  .demo-title {
    font-size: 20px;
  }

  .btn-submit {
    font-size: 15px;
    padding: 10px;
  }
	    .home-hero .hero-content {
			margin-top: 70px;}
}










