@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* Apply fonts */
body {
  font-family: 'Inter', sans-serif; /* Paragraphs default */
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Sans', sans-serif; /* Headings */
}

.container {
    width: 100%;
    max-width: 1294px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;   
}
.header-menu {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.header-logo img {
    width: 151px;
    height: auto;
}
.menu ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    margin-right: 30px;
}
li.sub-menu ul {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
li.sub-menu:hover ul {
    display: block;
}
.slider-track,
.slider-track:hover {
  animation-play-state: running !important;
}
.menu-button {
    display: flex;
    gap: 20px;
    align-items: center;
}
a {
    text-decoration: none;
}
.menu ul a {    
    font-weight: 500;    
    font-size: 16px; 
    color: #2B2B2B;
}
a.menu-btn {
     display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: linear-gradient(90deg, #087DBD 0%, #51B2FF 100%);
    border-radius: 36px;    
    font-weight: 700 !important;    
    font-size: 16px !important;   
    line-height: 26px;    
    color: #ffffff !important;
	gap: 8px;
	
	
}
.animate-pulse-blue {
    animation: pulse-blue 1.25s ease-out;
}

.animate-pulse-black {
    animation: pulse-black 1.25s ease-out;
}

 
        /* बेहतर एनिमेशन की परिभाषा */
        @keyframes pulse-blue {
    0% {
        -moz-box-shadow: 0 0 0 0px rgb(81 178 255 / 41%);
        box-shadow: 0 0 0 0px rgb(81 178 255 / 41%);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgb(81 178 255 / 41%);
        box-shadow: 0 0 0 10px rgb(81 178 255 / 41%);
    }
    100% {
        -moz-box-shadow: 0 0 0 0px rgb(81 178 255 / 41%);
        box-shadow: 0 0 0 0px rgb(81 178 255 / 41%);
    }
}

button.menu-toggle {
    display: none;
}
a.menu-btn.start-project {
    background: linear-gradient(90deg, #212121 0%, #000000 100%);	
     
}
@keyframes pulse-black {
    0% {
        -moz-box-shadow: 0 0 0 0px rgb(13 13 13 / 41%);
        box-shadow: 0 0 0 0px rgb(13 13 13 / 41%);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgb(13 13 13 / 41%);
        box-shadow: 0 0 0 10px rgb(13 13 13 / 41%);
    }
    100% {
        -moz-box-shadow: 0 0 0 0px rgb(13 13 13 / 41%);
        box-shadow: 0 0 0 0px rgb(13 13 13 / 41%);
    }
}
a.menu-btn:hover {
            background: transparent !important;
            border: 1px solid #000000 !important;
            color: #000000 !important;
            animation-play-state: paused !important;
        }
        
        a.menu-btn:hover svg path {
            fill: #000000 !important;
            transition: fill 0.3s ease;
        }
.header-menu {
    display: flex;
    align-items: center;
}

 /* === Mobile / Tablet Responsive === */
        @media (max-width: 992px) {
            .menu ul {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 70px;
                right: 15px;
                background: #fff;
                padding: 20px;
                border-radius: 10px;
                box-shadow: 0 5px 20px rgba(0,0,0,0.1);
                width: 250px;
                gap: 20px;
                z-index: 999;
            }

            .menu ul.show {
                display: flex;
            }

            .menu-toggle {
                display: block;
                cursor: pointer;
                font-size: 26px;
                background: none;
                border: none;
                outline: none;
            }

            .menu-button {
                flex-direction: column;
                align-items: stretch;
                gap: 10px;
                margin-top: 10px;
            }

            .header-main {
                flex-wrap: nowrap;
            }
        }

        @media (max-width: 576px) {
            .header-logo img {
                width: 120px;
            }

            a.menu-btn {
                padding: 10px;
                font-size: 14px;
            }
        }

        @media (max-width: 768px) {
			.scroll-sections {
    display: none;
}
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  button.menu-toggle {
    display: block;
}
.hero-image img {
    height: 280px;
    width: auto !important;
}
.hero-image {    
    flex: none !important;
    height: 400px !important;
}
.hero-section {   
    flex-direction: column;
    align-items: normal !important;
    justify-content: normal !important;
}
.hero-text {
    padding: 0px !important;
}
.stats {    
    gap: 30px;
  }

  .border-line {
    display: none;
  }

  .stat {
    width: 100%;
  }

  .hero-text h1 {
    font-size: 2.2rem;
  }

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

  .btn {
    padding: 10px 24px;
    font-size: 0.95rem;
  }

  
}



/* hero section */


.hero-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 0px 60px;      
    }

    .hero-text {
      flex: 1;
      position: relative;
      padding: 0px 70px 0px 100px;    
    }
    .hero-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px; /* left side bahar nikalna */
  width: 200px; /* image ka width */
  height: 200px; /* image ka height */
  background: url('../images/Decoration.png') no-repeat;
  background-size: contain;
  z-index: -1; /* content ke peeche */
}

    .hero-text h1 {
      font-size: 64px;
      font-weight: 700;
      line-height: 1.2;
    }

    .hero-text h1 span {
        background: linear-gradient(0deg, #087BBA 0%, #089FE8 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hero-text p {
          font-size: 18px;
    color: #555;
    margin: 20px 0 30px;
    max-width: 424px;
    }

    .stats {
      display: flex;
      gap: 40px;
      margin-bottom: 50px;
    }
    .border-line {
    border-left: 1px solid #333333;
}


    .stat h2 {
     font-size: 32px;
    font-weight: bold;
    color: #007bff;
    background: linear-gradient(0deg, #087BBA 0%, #089FE8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px 0 7px 0;
    }

    .stat p {
      font-size: 18px;
    color: #2B2B2B;
    margin: 5px 0 0;
    }
    .stat {
    width: 105px;
}

    .btn {
      display: inline-block;
      background: linear-gradient(90deg, #087DBD 0%, #51B2FF 100%);
      color: #fff;
      padding: 12px 24px;
      border-radius: 25px;
      font-weight: 600;
      text-decoration: none;
      transition: 0.3s;
    }

    .btn:hover {
      background: linear-gradient(90deg, #51B2FF 0%, #087DBD 100%);
    }

    .hero-image {
  position: relative;
  flex: 1;
  text-align: center;
  background-image: url(../images/mobile-mockup-bg.png); 
  background-size: cover; background-repeat: no-repeat;
  height: 600px; /* container ka height fix karna zaroori hai */
}

.hero-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 578px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-image img.active {
  opacity: 1;
}


   

    /* portfolio section */

    .scroll-slider-section {
    /* background: #F0F0F0B2; */
    padding: 70px 0px;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
section.scroll-slider-section h2 {
    text-align: center;
    font-size: 101px;
    color: #2B2B2B1A;
    margin: 0px;
}





/* Tech Slider Styles */
.tech-slider-container {
    width: 100%;
    overflow: hidden;   
    padding: 40px 0;       
}

.slider-row {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
    padding: 10px 0px;
}

.slider-track {
    display: flex;
    gap: 30px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: max-content;
}

.slide-left .slider-track {
    animation: slideLeft 40s linear infinite;
}

.slide-right .slider-track {
    animation: slideRight 40s linear infinite;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;   
    border-radius: 16px;    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
    /* width: 96px;
    height: 96px; */
}

.tech-item:hover {
    transform: translateY(-5px);    
}

.tech-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    padding: 20px;
    box-shadow: 0px 0px 10px 4px #00000040;
}

.tech-name {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-align: center;    
}

/* Seamless Animation Keyframes */
@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / 3));
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(calc(-100% / 3));
    }
    100% {
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    /* .tech-item {
        min-width: 100px;
        padding: 15px;
    } */
    
    .tech-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .tech-name {
        font-size: 12px;
    }
    
    .slider-track {
        gap: 20px;
    }
    
    .tech-slider-container {
        padding: 30px 0;
    }
}

@media (max-width: 480px) {
    /* .tech-item {
        min-width: 80px;
        padding: 10px;
    } */
    
    .tech-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .tech-name {
        font-size: 11px;
    }
    
    .slider-track {
        gap: 15px;
    }
    
    .tech-slider-container {
        padding: 20px 0;
    }
}

section.o16-section, .testimonial-section {
    background-image: url(../images/map-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
        padding: 70px 0px;
}
.boder-width {
    height: auto;
    width: 1px;
    background-color: #333333;
}
.o16-main-section {
    display: flex;
    justify-content: space-around;
    gap: 115px;    
}
.o-div, .\31 -div, .\36 -div {
    width: 390px;
}
.o16-image {
    width: 100%;
    margin: auto;
    text-align: center;
}
.o16-content h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'DM Sans';
}
.o16-content p {
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
}
.o16-content ul li {
    font-size: 16px;
    color: #000000;
}
.o16-content ul {
    padding-left: 20px;
}
.o16-content ul li::marker {
    color: #089FE8;
    font-size: 25px;
    line-height: 17px;
}
.o16-content ul {
    padding-left: 20px;
}
.o16-image img {
    height: 215px;
}
section.future-section {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}
section.future-section video.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.3;
    /* opacity: 0.2;
    backdrop-filter: blur(1px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(-5px); */
}
.future-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    102.04deg,
    rgba(81, 162, 226, 0.208) 9.57%,
    rgba(181, 175, 255, 0.182) 89.19%
  );
  pointer-events: none; /* so overlay doesn’t block clicks */
}
section.future-section .container {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}
.future-main {
    display: grid;
    grid-template-columns: 60% 38%;
    gap: 30px;
}
.future-heading h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'DM Sans';
    color: #000000;
    text-align: start;
}
.future-heading img {
    width: -webkit-fill-available;
}
.future-qus {
    padding: 30px 0px;
    border-bottom: 1px solid #333333;
}
.future-heading a {
    display: flex;
    align-items: center;   
    justify-content: space-between;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    font-family: 'DM Sans';
}
.future-heading h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;    
}
.future-qus.futures-qus p {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    overflow: visible;
    max-height: max-content;
    text-align: start;
}
section.clientlogo-section {
    padding: 70px 0px;
}
.double-heading {
    position: relative;   
    display: flex;
    justify-content: center;
    margin-bottom: 50px;	
}
.double-heading h3 {
    font-size: 70px;
    margin: 0px;
    line-height: 62px;
}
.double-heading h4 {
    position: absolute;
    margin: 0px;
    color: #2B2B2B1A;
    font-size: 80px;
    line-height: 60px;
    top: 30px;
}
.clientlogo-slider {
     margin-top: 80px;
}



.clientlogo-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 80px;
}

.clientlogo-item img {
    /* width: 120px; */
    object-fit: contain;
    opacity: 0;
    transform: scale(0);
    margin: 0px 12px;
    transition: all 0.7s ease-in-out;
}

/* Active class triggers animation */
.clientlogo-item img.active {
    opacity: 1;
    transform: scale(1);    
}

/* @keyframes appearDisappear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    10% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.clientlogo-item img:nth-child(1)  { animation-delay: 0s; }
.clientlogo-item img:nth-child(2)  { animation-delay: 0.4s; }
.clientlogo-item img:nth-child(3)  { animation-delay: 0.8s; }
.clientlogo-item img:nth-child(4)  { animation-delay: 1.2s; }
.clientlogo-item img:nth-child(5)  { animation-delay: 1.6s; }
.clientlogo-item img:nth-child(6)  { animation-delay: 2s; }
.clientlogo-item img:nth-child(7)  { animation-delay: 2.4s; }
.clientlogo-item img:nth-child(8)  { animation-delay: 2.8s; }
.clientlogo-item img:nth-child(9)  { animation-delay: 3.2s; }
.clientlogo-item img:nth-child(10) { animation-delay: 3.6s; }
.clientlogo-item img:nth-child(11) { animation-delay: 4s; }
.clientlogo-item img:nth-child(12) { animation-delay: 4.4s; }
.clientlogo-item img:nth-child(13) { animation-delay: 4.8s; }
.clientlogo-item img:nth-child(14) { animation-delay: 5.2s; } */


section.bloghome-section {
    padding: 70px 0px;
}
.double-heading span {
    color: #439ED8;
}
.homeblog-card {
    margin-top: 80px;
    display: flex;
    gap: 15px;
}
.blog-card {
    box-shadow: 0px 0px 20px 0px #00000040;
    border-radius: 10px;
}
.blogshot-data {
    padding: 20px;
}
.blogshot-data p.date {
    font-size: 18px;
    color: #02020299;
}
.blogshot-data p.date span {
    color: #439ED8;
}
.blogshot-data p.blogshot-contant {
    color: #020202;
    font-size: 20px;
}
.blogshot-data a {
    color: #020202;
    text-align: center;
    width: 100px;
    font-size: 22px;
    font-weight: 700;
}
.blog-card img {
    width: 100%;
}
section.faq-section {
    padding: 70px 0px;
    background-image: url(../images/FAQ-bg.png);
    background-size: cover;
    background-position: center center;
}
h4.faq-heading {
    text-align: center;
    top: -45px;
    line-height: 77px;
}
h3.faq-main-heading {
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}
.faq-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    height: 495px;
    z-index: 1;
}

.faq-item {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    font-family: 'DM Sans';
    user-select: none;
}

.faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #1a73e8;
    color: white;
    font-size: 14px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.faq-item.active .faq-icon {   
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease;
    padding: 0 20px;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 20px 20px;
    opacity: 1;
}

.faq-answer p {
    color: #000000;
    line-height: 1.6;    
    margin: 0px;
    font-size: 18px ;
}

/* Smooth opening animation */
@keyframes openAnimation {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item.active .faq-answer p {
    animation: openAnimation 0.4s ease forwards;
}
.faq-content {
    backdrop-filter: blur(20px);
    box-shadow: 0px 0px 7.6px 0px #FFFFFF21 inset;
    border: 1px solid #FFFFFF4D;
    padding: 50px 68px;
    background: #FFFFFF80;
    border-radius: 30px;
}
.cta-main {
    background-image: url(../images/cta-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 30px;
    padding: 70px 80px;
}
.cta-content h6 {
    font-size: 18px;
    margin: 0px;
    color: #ffffff;
    margin-bottom: 10px;
}
.cta-content {
    max-width: 380px;
}
.cta-content a.cta-button {
    border-radius: 50px;
    background-color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}
.cta-content h4 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
}
footer {
    background-image: url(../images/Footer.png);
    color: #ffffff;
    padding-top: 90px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.footerone-section, .footertwo-section, .footerthree-section {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #FFFFFF;
}
footer ul li {
    list-style: none;
    padding: 0;
    font-size: 16px;
    margin-bottom: 15px;
}
footer ul li::before {
    content: "➜";
    margin-right: 8px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    transform: rotate(-30deg) !important;
}
section.cta-section {
    margin-bottom: -50px;
    position: relative;
}
.footertwo-section, .footerthree-section {
    padding: 30px;
}
.address h4 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.address p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'DM Sans';
}
.address {
    text-align: center;
}
.email-number {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 20px;   
}
.email-number a {
    color: #ffffff;
    display: flex;
    gap: 10px;
    font-size: 20px;
    font-family: 'DM Sans';
    align-items: center;
}
.social-links {
    display: flex;
    gap: 50px;
    align-items: center;
}
.social-links a {
    font-size: 42px;
    color: #ffffff;
}
.footerfour-section {
    border-bottom: 1px solid #FFFFFF;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerfive-section {
    padding-top: 25px;
    text-align: center;
}
.footerfive-section p {
    font-size: 20px;
    margin-bottom: 0px;
}
section.process-section {
    padding: 80px 0px;
}
.process-main {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    position: relative;
}
.image-background {
  display: flex;
  justify-content: center;
  align-items: end;
  height: auto;
  padding-top: 330px; /* To push image below the gradient */
  background-color: white; /* Or whatever the background is after gradient */
}
section.process-section {
  position: relative;
  z-index: 1;  
}
section.process-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 330px;
  width: 100%;
  background: linear-gradient(90deg, #4490B9 0%, #2078BE 68.27%, #2078BE 94.23%);
  z-index: -1;
}
.process-main::before {
    background-image: url(../images/lIne-behind-boxes.png);    
    content: "";
    position: absolute;
}
.blue-line img {
    width: 1308px;
    margin: auto;
    text-align: center;
}
.blue-line {
    position: absolute;
    bottom: 304px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 1360px;
}
.process-card {
    position: relative !important;   
    display: flex;
    justify-content: center;
}
.process-para {
    position: absolute;
    top: 285px;
    text-align: center;
    width: 270px;
}
.process-para h3 {
    font-size: 28px;
    font-family: 'DM Sans';
    color: #000000;
}
.process-para p {
    font-size: 16px;
    color: #000000BF;
    font-weight: 400;
}
section.mobile-section {
        height: 440px;
    background-image: url(../images/mobile-section.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: center;
	margin-top: 50px;
}
.see-what-section {
    max-width: 330px;
}
.see-what-section h3 {
    color: #ffffff;
    font-size: 30px;
	margin-top: -55px;
}
.see-what-section {
    max-width: 350px;
}
.see-what-section h3 span {
    color: #2B2B2B;
}
.see-what-section p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}
.see-what-section a {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;   
    color: #2B2B2B;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.mobile-main-section {
    display: flex;
    align-items: center;
}
.istewath-mobile {
    position: relative;
}

.istewath-mobile img {
    margin-left: 43px; /* tumhari existing styling */
}

.moble-image {
    display: block;    
}

.moble-section {
    position: absolute;
    top: -35px;
    left: -20px;
    width: 90%; 
    height: auto;

    /* 🔥 Animation */
    animation: popOut 3s infinite ease-in-out;
    transform-origin: center center;
}

@keyframes popOut {
    0%   { transform: scale(0.8); }
    50%  { transform: scale(1.1) translateY(-10px); } /* thoda bada + upar jayega */
    100% { transform: scale(0.8); }
}
section.digital-solution-section {
    background: #F0F0F0B2;    
    padding: 90px 0px;
}
.digital-solution-main {
    display: flex;
    gap: 50px;
}
.digital-solution-main h3 {
    min-width: 500px;
    font-size: 40px;
    color: #000000;
    line-height: 55px;
    margin: 0px;
}
.digital-solution-main h3 span {
    color: #087BBA;
}
.digital-solution-main p {
    font-size: 17px;
    color: #2B2B2B;
    margin: 0px;
}
section.testimonial-section .double-heading {
    margin-top: 30px;
        margin-bottom: 60px;
}
section.testimonial-section .double-heading h4 {
    line-height: 80px;
    text-align: center;
    top: -32px;
}

/* testimonila slider */


        .testimonial-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: end;
        }

        /* Left Side - Profile Circle */
        .profiles-container {
            position: relative;
            width: 100%;
            max-width: 500px;
            aspect-ratio: 1;            
            border-radius: 20px;
            overflow: visible;
        }
       

        .profile-btn {
            position: absolute;
            transition: all 0.5s ease;
            cursor: pointer;
            background: none;
            border: none;
            padding: 0;
            z-index: 1;
        }

        .profile-btn:hover {
            transform: scale(1.1);
            z-index: 10;
        }

        .profile-avatar {
            border-radius: 50%;
            object-fit: cover;            
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .profile-btn.active .profile-avatar {           
            transform: scale(1.05);
        }

        /* Right Side - Review Slider */
        .review-container {
            position: relative;
            padding-left: 3rem;
        }
       

        .review-slider {
            position: relative;
            overflow: hidden;
            min-height: 300px;
        }

        .review-content {
            animation: slideIn 0.4s ease-out;
            display: none;
        }

        .review-content.active {
            display: block;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .review-text {
           font-size: 21px;
            line-height: 28px;
            color: #424242;
            margin-bottom: 1rem;
                margin-top: 4rem;
        }

        .reviewer-info {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding-top: 1rem;
        }

        .reviewer-avatar {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #00ACD3;
        }

        .reviewer-name {
            font-size: 20px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 0.25rem;
            margin-top: 0px;
        }

        .reviewer-company {
            font-size: 22px;
            color: #087BBA;
            font-weight: 700;
            margin-bottom: 0px;
            font-family: 'DM Sans';
        }

        /* Slider Controls */
        .slider-controls {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 2rem;
        }

        .slider-nav {
            display: flex;
            gap: 1rem;
        }

        .nav-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #f97316;
            color: white;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .nav-btn:hover {
            background-color: #ef4444;
            transform: scale(1.1);
        }

        .slider-dots {
            display: flex;
            gap: 0.5rem;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #f97316;
            opacity: 0.5;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dot.active {
            opacity: 1;
            background-color: #ef4444;
            transform: scale(1.2);
        }

        @media (max-width: 1024px) {
            .testimonial-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .review-text {
                font-size: 1.25rem;
            }
        }


 /* scroll section */


 .scroll-container {
    height: 315vh;
    position: relative;
    background-color: #F0F0F0B2;
    
}

.scroll-container h2 {
    text-align: center;
    font-size: 101px;
    color: #2B2B2B1A;
    margin: 0px;
}

.scroll-sections {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.scroll-section {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-mobile {
    display: none;
}

.project-content {
    display: flex;
    width: 100%;
    gap: 50px;    
    max-width: 1294px;           
    overflow: visible;
}

.project-info {
    flex: 1;    
    display: flex;
    flex-direction: column;
    justify-content: center;    
    max-width: 500px;
}

.project-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.project-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.project-features {
    list-style-type: none;
}

.project-features li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #555;
}

.project-features li i {
    margin-right: 10px;
    color: #4a6cf7;
}

.project-visual {
    flex: 1;            
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    position: relative;
}

.device-mockup {
    width: 100%;
    height: 100%;            
    border-radius: 10px;            
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}

.device-screen {
        width: 652px;
    height: 409px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Number bar */
.number-bar {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.number-bar.visible {
    opacity: 1;
}

.number-item {
    width: 42px;
    height: 240px;            
    background-color: #90919C29;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
}

.number-item.active {
    background-color: #a4a4a4;           
}

/* Tags + Name */
.project-tag {
  display: flex;
  gap: 10px;
}

.project-tag p {
    background-color: #089FE8;
    border-radius: 30px;
    padding: 10px 40px;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 500;
}

.project-name {
    display: flex;
    gap: 20px;
    align-items: center;
}
.project-name img {
    width: 49px;
    height: 46px;
}
.project-name h3 {
    font-size: 52px;
    margin: 0px;
    color: #2B2B2B;
}
.project-info p {
    font-size: 18px;
    color: #2B2B2B;
    line-height: 29px;
    font-weight: 500;
}
p.blut-point {
    color: #7B7B7B;
    font-size: 18px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 0px #0000004D;
    padding: 10px 30px;
    margin: 8px 0px;
}
.project-info a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter';
    margin-top: 10px;
    margin-left: 5px;
    display: flex;
}

/* Responsive */
@media (max-width: 768px) {
    .project-content {
        flex-direction: column;
    }

    .project-info {
        padding: 30px;
    }

    .project-title {
        font-size: 2rem;
    }
    .project-mobile {
    display: flex !important;
        flex-direction: column;
        gap: 70px;
}
}



/* headling section */

.news-ticker-container {
        width: 100%;        
        background-color: white;        
        box-shadow: 0px 0px 7.1px 4px #00000040;
        padding: 15px 0;
        overflow: hidden;      
        
        
        /* --- कंटेनर और उसके अंदर का सब कुछ झुकाने के लिए --- */
        transform: rotate(-2deg); /* इस वैल्यू को बदलकर झुकाव कंट्रोल करें */
    }

    /* स्क्रॉल करने वाले कंटेंट का व्रैपर */
    .ticker-wrapper {
        display: flex;
        animation: scroll-left 25s linear infinite;
    }

    /* टेक्स्ट कंटेंट */
    .ticker-content {
        display: flex;
        white-space: nowrap;
        padding-right: 50px;
    }
    
    .ticker-content span {
        font-size: 1.5em;
        color: #000000;
        font-weight: bold;
    }
    section.headline-seciton {
    background: linear-gradient(90deg, #4490B9 0%, #2078BE 68.27%, #2078BE 94.23%);
    overflow: hidden;
}
    

    .ticker-content .blue-dot {
        color: #00a8ff;
        margin: 0 15px;
    }

    /* स्क्रॉलिंग एनिमेशन की परिभाषा */
    @keyframes scroll-left {
        0% {
            /* --- अब एनिमेशन के दौरान भी झुकाव बना रहेगा --- */
            transform: translateX(0) rotate(0deg);
        }
        100% {
            /* --- और यहाँ भी --- */
            transform: translateX(-50%) rotate(0deg);
        }
    }



    .lcd {
      display: block;
      width: 652px;   /* LCD width */
      height: 409px;   /* LCD height */
      position: relative;
      z-index: 4; /* LCD middle layer */
    }

    .plate {
      position: absolute;
      width: 150px;   /* Fixed plate width */
      z-index: 3; /* default upar */
      top: -183px;
      right: 199px;
    }


    /* Mobile Responsive Styles */

/* General Mobile Adjustments */
@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }
    
    /* Header Navigation */
    .header-menu {
        position: relative;
    }
    
    .menu ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 15px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        width: 250px;
        gap: 20px;
        z-index: 999;
    }

    .menu ul.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 26px;
        background: none;
        border: none;
        outline: none;
    }

    .menu-button {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-top: 10px;
    }
}

/* Tablet Styles */
@media (max-width: 768px) {
    /* Portfolio Section */
    .scroll-container {
         height: auto;
        padding: 70px 0;
    }    
    .scroll-container h2 {
        font-size: 60px;
        margin-bottom: 50px;
    }
    
    .project-content {
        flex-direction: column;       
    }
    
    .project-info {
        max-width: 100%;
    }
    
    .project-name h3 {
        font-size: 36px;
    }
    
    .device-screen {
        width: 90%;
        max-width: 400px;
        height: auto;
    }
    
    .device-screen img {
        width: 100%;
        height: auto;
    }
    
    /* Tech Slider */
    .tech-slider-container {
        padding: 20px 0;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    /* .tech-item {
        min-width: 100px;
        padding: 15px;
    } */
    
    .tech-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .footertwoline ul, .footeroneline ul, .footerthreeline ul, .footerfourline ul {
    padding: 0px;
    text-align: center;
}
    
    .tech-name {
        font-size: 12px;
    }
    /* .future-section .container {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
} */
.background-video {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}


    
    /* O16 Section */
    .o16-main-section {
        flex-direction: column;
        gap: 40px;
    }
    .future-section {
  position: relative;
  width: 100%;
  min-height: 100vh; /* instead of height: 100vh */
  overflow: hidden;
}
.future-section .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


    
    .o-div, .\31 -div, .\36 -div {
        width: 100%;
    }
    
    .o16-content h3 {
        font-size: 28px;
    }
    
    /* Future Section */
    .future-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .future-heading h3 {
        font-size: 25px;
        text-align: center;
    }
    
    .future-heading img {
        margin-top: 20px;
    }
    
    /* Process Section */
    .process-main {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    
    /* .process-card {
        margin-bottom: 50px;
    } */
    
    .future-main {    
    grid-template-columns: 100% !important;    
}
    .process-para {
        width: 100%;
        max-width: 250px;
    }
    
    .blue-line {
        display: none;
    }
    
    /* Testimonial Section */
    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    /* .profiles-container {
        max-width: 300px;
        margin: 0 auto;
    } */
    
    .review-text {
        font-size: 18px;
    }
    
    /* Blog Section */
    .homeblog-card {
        flex-direction: column;
        gap: 20px;
    }
    
    /* FAQ Section */
    .faq-content {
        padding: 30px 20px;
    }
    
    .faq-question {
        font-size: 18px;
        padding: 15px;
    }
    
    .faq-answer p {
        font-size: 16px;
    }
    
    /* CTA Section */
    .cta-main {
        padding: 40px 30px;
    }
    
    .cta-content {
        max-width: 100%;
        text-align: center;
    }
    
    .cta-content h4 {
        font-size: 28px;
    }
    
    /* Footer */
    .footerone-section, .footertwo-section, .footerthree-section {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .istewath-mobile {
        display: none !important;
    }
    section.mobile-section {    
    background-color: #089FE8;
    background-image: none;
}
    
    .footerfour-section {
        flex-direction: column;
        gap: 20px;
    }
    
    .footerfour-section img {
        max-width: 100px;
        height: auto;
    }
    
    .social-links {
        justify-content: center;
    }
}

/* Mobile Styles */
@media (max-width: 576px) {
    /* Hero Section */
    .hero-text h1 {
        font-size: 32px;
    }
    
    .hero-text p {
        font-size: 16px;
    }
    
    .stat h2 {
        font-size: 24px;
    }
    
    .stat p {
        font-size: 16px;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 16px;
    }
    
    /* Portfolio Section */
    .scroll-container h2 {
        font-size: 40px;
    }
    
    .project-name h3 {
        font-size: 28px;
    }
    
    .project-info p {
        font-size: 16px;
    }
    
    .project-tag p {
        font-size: 14px;
        padding: 8px 20px;
    }
    
    p.blut-point {
        font-size: 16px;
        padding: 8px 20px;
    }
    
    /* Double Heading */
    .double-heading h3 {
        font-size: 30px;
        line-height: 50px;
    }
    
    .double-heading h4 {
        font-size: 30px;
        line-height: 40px !important;
        top: -16px !important;
    }
    
    /* O16 Section */
    .o16-content h3 {
        font-size: 24px;
    }
    
    .o16-content p, .o16-content ul li {
        font-size: 14px;
    }
    
    /* Future Section */
    .future-heading h3 {
        font-size: 25px;
    }
    
    .future-qus {
        padding: 20px 0;
    }
    
    .future-heading a {
        font-size: 20px;
    }
    
    .future-qus p {
        font-size: 16px;
    }
    
    /* Testimonial Section */
    .review-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .reviewer-name {
        font-size: 14px;
    }
    
    .reviewer-company {
        font-size: 14px;
    }
    
    /* Blog Section */
    .blogshot-data p.date {
        font-size: 16px;
    }
    
    .blogshot-data p.blogshot-contant {
        font-size: 18px;
    }
    
    .blogshot-data a {
        font-size: 18px;
    }
    
    /* FAQ Section */
    .faq-question {
        font-size: 16px;
    }
    
    .faq-answer p {
        font-size: 14px;
    }
    
    /* CTA Section */
    .cta-content h6 {
        font-size: 16px;
    }
    
    .cta-content h4 {
        font-size: 24px;
    }
    
    .cta-content a.cta-button {
        font-size: 16px;
        padding: 12px 24px;
    }
    
    /* Footer */
    .address h4 {
        font-size: 24px;
    }
    
    .address p {
        font-size: 16px;
    }
    
    .email-number a {
        font-size: 16px;
    }
    
    .social-links a {
        font-size: 32px;
    }
    
    .footerfive-section p {
        font-size: 16px;
    }
    
    /* Number Bar */
    .number-item {
        width: 30px;
        height: 180px;
        font-size: 14px;
    }
    
    /* LCD and Plate */
    .lcd {
        width: 90%;
        max-width: 400px;
        height: auto;
    }
    
    .plate {
        width: 80px;
        top: 80px;
        right: -10px;
    }
}

/* Small Mobile Adjustments */
@media (max-width: 480px) {
    /* Header Logo */
    .header-logo img {
        width: 120px;
    }
    
    /* Hero Section */
    
    
    
    /* Process Section */
    .process-para h3 {
        font-size: 22px;
    }
    
    .process-para p {
        font-size: 14px;
    }
    
    /* Client Logo */
    .clientlogo-item img {
        max-width: 100px;
        height: auto;
    }
    
    /* Digital Solution Section */
    .digital-solution-main {
        flex-direction: column;
    }
    
    .digital-solution-main h3 {
        min-width: 100%;
        font-size: 32px;
        line-height: 40px;
    }
    
    /* Mobile Section */
    .mobile-main-section {
        flex-direction: column;
        gap: 20px;
    }
    
    .see-what-section {
        max-width: 100%;
        text-align: center;
    }
    
    /* .istewath-mobile {
        width: 100%;
        text-align: center;
    }
     */
    .moble-image {
        position: relative;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Extra Small Mobile */
@media (max-width: 380px) {
    .hero-text h1 {
        font-size: 28px;
    }
	.double-heading {
	text-align: center;
	}
    
    .double-heading h3 {
        font-size: 28px;
    }
    
    .double-heading h4 {
        font-size: 28px;
    }
    
    .project-name h3 {
        font-size: 24px;
    }
    
    .future-heading h3 {
        font-size: 24px;
    }
    
    .future-heading a {
        font-size: 18px;
    }
    
    .cta-content h4 {
        font-size: 20px;
    }
}

/* Mobile/Tablet - Normal Scroll */
@media (max-width: 992px) {
    .scroll-container {
        height: auto;
        padding: 70px 0;
    }
    
    .scroll-container h2 {
        font-size: 60px;
        margin-bottom: 50px;
    }
    
    .scroll-sections {
        position: static;
        height: auto;
        overflow: visible;
    }
    
    .scroll-section {
        position: static;
        height: auto;
        margin-bottom: 80px;
        display: block;
    }
    
    .scroll-section:last-child {
        margin-bottom: 0;
    }
    
    .project-content {
        flex-direction: column;       
    }
    
    .project-info {
        max-width: 100%;
        text-align: center;
    }
    
    .project-visual {
        width: 100%;
        justify-content: center;
    }
    
    .device-screen {
        width: 90%;
        max-width: 400px;
        height: auto;
    }
    
    .device-screen img {
        width: 100%;
        height: auto;
    }
    
    /* Hide number bar on mobile */
    .number-bar {
        display: none;
    }
    
    .project-name h3 {
        font-size: 36px;
        text-align: center;
    }
    
    .project-tag {
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .project-info p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    p.blut-point {
        font-size: 16px;
        padding: 10px 20px;
        margin: 10px 0;
        display: inline-block;
    }
    
    .project-info a {
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .scroll-container h2 {
        font-size: 40px;
    }
    
    .project-name h3 {
        font-size: 28px;
    }
    
    .project-tag p {
        font-size: 14px;
        padding: 8px 16px;
    }
    
    .project-info p {
        font-size: 15px;
    }
    
    p.blut-point {
        font-size: 15px;
        padding: 8px 16px;
    }
    
    .scroll-section {
        margin-bottom: 60px;
    }
}


/* about page */

section.sub-header {
    padding: 25px 0px;
}
.sub-header-content {
    display: flex;
    gap: 20px;
    align-items: center;
}
.sub-header-content a {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
}
a.home-header:after {
    content: "➜";
    margin-left: 20px;
    color: #2B2B2B;
    font-size: 16px;
}
a.current-page {
    color: #089FE8;
    font-weight: 600;
}
.about-hero-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.about-image img {
    height: 600px;
    width: auto;
}
.about-content h1 {
    color: #2B2B2B;
    font-size: 36px;
    font-family: 'DM Sans';
    font-weight: 700;
    margin: 15px 0px;
}
.about-content h1 span {
    color: #0885C6;
    font-size: 52px;
}
.about-content p, .about-content ul li {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    font-family: 'DM Sans';
}
.about-content ul {
    padding-left: 20px;
	margin-bottom: 50px;
}
section.about-hero-seciton {
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    background-position: center center;
}
.future-heading.service-heading img
 {
    height: 470px;
    width: 665px;
}

 .future-qus p {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0px;
}

.future-qus.active p {
    /* padding: 15px 20px; */
    max-height: 500px;
    transition: max-height 0.5s 
ease-in, padding 0.3s 
ease-in;
    margin: 10px 0px;
    font-size: 17px;
    font-family: 'DM Sans';
    font-weight: 400;
    color: #000000;
}
.future-heading.service-heading {
    display: flex;
    justify-content: space-between;
}
span.faqs-icon {
    font-size: 40px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.future-content.service-content.faq-container {
    margin-top: 20px;
}
section.project-number-seciton {
    padding: 20px 0px;
}
.project-number-main {
    display: flex;
    justify-content: space-around;
    background-image: url(../images/counter-bg.png);
    padding: 70px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 32px;
}
.project-number {
    color: #ffffff;
    text-align: center;    
    border-bottom: 4px solid #FFFFFF;    
}
.project-number h3 {    
    font-size: 40px;
    margin: 0px;
}
.project-number p {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
}
section.contact-info {
    padding-bottom: 70px;
    padding-top: 20px;
}
.contact-info-heading {
    text-align: center;
}
.contact-info-heading h3 {
    color: #0885C6;
    font-size: 50px;
    margin: 0px;
}
.contact-info-heading {
    text-align: center;
    max-width: 630px;    
    margin: auto;
}
.contact-info-heading p {
    font-size: 26px;
    margin: 15px 0px;
}
.contact-info-main {
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}
.contact-info-email {
    box-shadow: 0px 5px 33.3px 0px #00000059;
    text-align: center;
    border-radius: 30px;
    padding: 40px;
    width: 250px;
	padding-bottom: 20px;
}
.contact-info-email i.fa {
    background-color: #99D8FF;
    border-radius: 20px;
    padding: 20px;
    font-size: 40px;
    width: 40px;
    height: 40px;
}
.contact-info-email h5 {
    font-size: 30px;
    margin: 15px 0px;
}
.contact-info-email a {
    color: #3C3C3C;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter';
}
section.service-section {
    background-image: url(../images/map-bg.png);
}
.contact-form-main {
    display: flex;
    gap: 40px;
}
.conract-form-image img {
    max-width: 580px;
}
.contact-form-heading h3 {
    color: #0885C6;
    font-size: 50px;
    margin: 25px 0px;
}
.contact-form-heading p {
    font-size: 24px;
    color: #2B2B2B;
    font-weight: 500;
}
.form-section {
    box-shadow: 0px 0px 20px 0px #C2C2C233 inset;
    box-shadow: 0px 0px 8px 0px #D7D7D7;
    border-radius: 30px;
    padding: 50px;
    margin-top: 50px;
}
.form-section p {
    font-size: 20px;
        margin: 30px 0px;
}
.form-section p a {
    color: #0885C6;
}
form.contact-form {
    display: flex;
    flex-direction: column;
}
form.contact-form .input-lable {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.input-lable input, .input-lable select {
    border: 1.71px solid #595959;
    border-radius: 13.7px;
    padding: 20px;
    font-size: 20px;
}
.input-lable label {
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 500;
    font-family: 'DM Sans';
}
.submit-button input[type="submit"] {
    cursor: pointer;
    background-color: #0885C6;
    border: none;
    border-radius: 15.46px;
    color: #ffffff;
    padding: 20px 40px;
    font-size: 26px;
    font-weight: 600;
}
.submit-button {
    text-align: center;
    margin-top: 20px;
}
section.contact-form-section {
    padding: 70px 0px;
}
section.why-choose-section {
    padding: 70px 0px;
}
.why-choose-main {
 display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    transition: all 0.8s ease;
}
.why-choose-main:not(.expanded) {
    gap: 0px;
}
.why-choose-main.expanded {
    gap: 40px;
    max-width: 100%;
}

.why-choose-card {
   background: transparent;    
    width: auto;
    height: 240px;
    position: relative;
    justify-content: center;
    display: flex;
    z-index: 1;
    perspective: 1000px;
    transition: all 0.8s ease;
}
.why-choose-main:not(.expanded) .why-choose-card:nth-child(1) {
    left: 13%;
    z-index: 3;
}

.why-choose-main:not(.expanded) .why-choose-card:nth-child(2) {
    z-index: 2;
}

.why-choose-main:not(.expanded) .why-choose-card:nth-child(3) {
    right: 13%;
    z-index: 1;
}
 .why-choose-card {
    opacity: 0;
    transform: translateY(20px);
}
/* .why-choose-main:not(.expanded) .why-choose-card:first-child {
    left: 13%;
    z-index: 2;
} */
 .why-choose-main:not(.expanded) .why-choose-card:nth-child(4) {
            left: 13%;
            z-index: 3;
        }

        .why-choose-main:not(.expanded) .why-choose-card:nth-child(5) {
            z-index: 2;
        }

        .why-choose-main:not(.expanded) .why-choose-card:nth-child(6) {
            right: 13%;
            z-index: 1;
        }


/* 初始状态 - 第三张卡片向右偏移 */
.why-choose-main:not(.expanded) .why-choose-card:nth-child(3) {
    right: 13%;
    z-index: 0;
}
.why-choose-main.expanded .why-choose-card {
    left: 0;
    right: 0;
}
.why-choose-main.expanded .why-choose-card {
    opacity: 1;
    transform: translateY(0);    
}
.why-choose-card:nth-child(1) { transition-delay: 0.1s; }
.why-choose-card:nth-child(2) { transition-delay: 0.4s; }
.why-choose-card:nth-child(3) { transition-delay: 0.8s; }
.why-choose-card:nth-child(4) { transition-delay: 0.22s; }
.why-choose-card:nth-child(5) { transition-delay: 0.26s; }
.why-choose-card:nth-child(6) { transition-delay: 0.30s; }

.card-inner {
    position: relative;
    box-shadow: 0px 5px 33.3px 0px #2888AA59;
    border-radius: 40px;
    width: 323px;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

/* 悬停时翻转卡片 */
.why-choose-card:hover .card-inner {
    transform: rotateY(180deg);
}

/* 卡片正面和背面 */
.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}

/* 卡片背面 - 旋转180度 */
.card-back {
    background: linear-gradient(154.01deg, #0F89D5 23.41%, #42B0F5 82.77%);
    transform: rotateY(180deg);
    color: #ffffff;
}

/* 卡片正面样式 */
.card-front {
    background: linear-gradient(154.01deg, #42B0F5 23.41%, #0F89D5 82.77%);
    color: #ffffff;
}

/* .why-choose-card:hover {
  transform: translateY(-20px) scale(1.05);
  z-index: 10;
  box-shadow: 0px 15px 40px 0px #2888AA80;
} */

.why-choose-card h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0px;
}

.why-choose-card p {
  font-size: 18px;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .why-choose-main {
    flex-direction: column;
    align-items: center;
  }
  
  .why-choose-card {
    /* width: 80%; */
    margin-bottom: 20px;
  }
  .project-number-main {
    flex-direction: column;
}
.contact-form-main {   
    flex-direction: column;
}
.contact-form-heading h3 {    
    font-size: 40px;
    margin: 0px;
}
.contact-form-heading p {
    font-size: 18px;    
}
.form-section p {
    font-size: 18px;    
}
.form-section {    
    padding: 35px;    
}
  
  .why-choose-card:hover {
    transform: translateY(-10px) scale(1.02);
  }
  .pin-spacer {
    display: none !important;
}
.about-hero-main {   
    flex-direction: column;
}
.about-content h1 {    
    font-size: 34px;    
}
.input-lable input, .input-lable select {    
    padding: 16px;
    font-size: 18px;
}
.submit-button input[type="submit"] {   
    padding: 15px 30px;
    font-size: 20px;   
}
.conract-form-image img {
    max-width: 100%;
}
.contact-info-heading h3 {    
    font-size: 40px;    
}
.contact-info-heading p {
    font-size: 20px;
    margin: 10px 0px;
}
.contact-info-main {   
    flex-direction: column;
    gap: 30px;
}
.contact-info-email {    
    width: auto;
}
.about-content h1 span {    
    font-size: 36px;
}
.about-content p, .about-content ul li {   
    font-size: 16px;    
}
.about-image img {
    height: 350px;   
}
section.service-section {    
    padding: 50px 0px;
}
section.about-hero-seciton {   
    padding-bottom: 50px;
}
.why-choose-card, .why-choose-main {   
    position: initial;   
}
}

.why-choose-card:first-child {
    left: 13%;
    z-index: 2;
}
.why-choose-card:nth-child(3) {
    right: 13%;
    z-index: 0;
}
.why-choose-main:hover {
    gap: 40px;
    max-width: 100% !important;
}
.why-choose-main:hover .why-choose-card:first-child, .why-choose-main:hover .why-choose-card:nth-child(3) {
    left: 0px !important;
    right: 0px !important;
}
/* .why-choose-main:hover .why-choose-card:first-child {
    transform: translateX(-10px);
    transition-delay: 1.1s;
}

.why-choose-main:hover .why-choose-card:nth-child(2) {
    transform: translateY(-10px);
    transition-delay: 0.2s;
}

.why-choose-main:hover .why-choose-card:nth-child(3) {
    transform: translateX(10px);
    transition-delay: 1s;
} */




/* scroll section slider  */

.carousel-section {
      padding: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
/*       min-height: 100vh; */
      overflow: hidden;
    }
    
    .laptop-main {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 780px;
      height: 480px;
    }
    
    .man {
      position: absolute;
      z-index: 10;
      /* left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
    }
    
    .sidebar {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      z-index: 6;
    }
    
    .alighner-moble {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      z-index: 5;
    }
    
    .photo {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 8;
      transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    
    /* Initial state - all elements centered on laptop */
    .laptop-main img {
      transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    
    /* Animated state - when section is in view */
    /* .laptop-main.animated .man {
      left: 15%;
      top: 60%;
      transform: translate(-50%, -50%);
    } */
    
    .laptop-main.animated .sidebar {
      left: -58px;
      top: -25px;
      transform: none;
    }
    
    .laptop-main.animated .alighner-moble {
      right: 145px;
      left: auto;
      top: 50%;
      transform: translateY(-50%);
    }
    
    .laptop-main.animated .photo {
      right: 25px;
      left: auto;
      top: -25px;
      transform: none;
    }
    .scroll-section.project-2 .device-mockup, .scroll-section.project-2 .carousel-section {
    overflow: visible;
}
footer ul li a {
    color: #ffffff;
}

element.style {
}
.see-what-section a:hover {
    background-color: #2B2B2B;
    color: #ffffff;
}

.menu ul a.active {
    color: #089FE8 !important;
}

