
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
section {
    overflow: hidden !important;    
}
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
section.footer-cta-section {
    overflow: visible !important;
}
a.address-link {
    gap: 10px;
    display: grid;
    grid-template-columns: 12% 85%;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 18px;
}
p.address-para {
    display: grid;
    grid-template-columns: 10% 90%;
    gap: 10px;
}
section.hero-seciton {
   background: linear-gradient(#CCFFFE9C, #CCFFFE9C), url(../images/hero-bg.webp) no-repeat center center / cover;
	height: 865px;
	    margin-top: -35px;
}
img.project-shadow {
    position: absolute;
}
.hero-main {
    display: grid;
    grid-template-columns: 48% 48%;
    padding: 200px 0px 0px;
    gap: 50px;
}
.main-heading p {
    color: #000000;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;    
    max-width: 861px;
    margin: auto;
    line-height: 27px;    
}

.hero-contnet h4 {
        margin: 0px;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 2.4px;
    color: #404040;
    font-size: 20px;
    text-transform: uppercase;
}
.hero-contnet h1 {
    font-family: 'Poppins';
    font-size: 70px;
    text-transform: uppercase;
    color: #006563;
        margin: 0px;
    line-height: 80px;
}
span.tech {
    position: relative;
    color: #006563 !important;
}
span.text-tech {
    color: #003534 !important;
    background-color: #81F0EE;
    opacity: 90%;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    padding: 3px 8px;
    box-shadow: 0px 0px 11.18px 0px #00000040 inset;
    position: absolute;
    rotate: 71deg;
    top: 36px;
    right: -30px;
    letter-spacing: 4px;
}
.hero-contnet h1 span {
    color: #000000;
	letter-spacing: 0.32px;
}
.divider {
        box-shadow: 0px 0px 4px 0px #101010C4;
    border: 4px solid #000000;
    border-radius: 6px;
    width: 123px;
    margin: 20px 0px;
}
.hero-contnet p {
    color: #000000;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    margin-top: 25px;
    line-height: 27px;
    margin-bottom: 50px;
}
a.hero-btn {
    color: #ffffff;
    text-decoration: none;
    background-color: #006563;
    padding: 10px 20px;
    box-shadow: 0px 0px 7px 0px #00000040;
    border-radius: 6px;
    width: fit-content;
	font-size: 18px;
}
.hero-image {
    position: relative;
}
img.hero-main-image {
    position: relative;
    z-index: 2;
    width: -webkit-fill-available;
    top: -25px;
}
img.dot-column-one {
    position: relative;
    bottom: 200px;
    z-index: 1;
    left: -45px;
    animation: moveUpDownOne 3s ease-in-out infinite;
}
img.dot-column-two {
    position: absolute;
    right: -40px;
    top: 165px;
    animation: moveUpDownTwo 4s ease-in-out infinite;
}
img.dot-row {
    position: absolute;
        top: 30px;
    left: 20px;
    animation: moveLeftRightRow 5s ease-in-out infinite;
}
img.hero-project {
    position: absolute;
    top: 110px;
    z-index: 3;
    left: -40px;
    animation: moveLeftRightHero 6s ease-in-out infinite;
}

@keyframes moveUpDownOne {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Dot Column Two */
@keyframes moveUpDownTwo {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(20px); }
}

/* Dot Row */
@keyframes moveLeftRightRow {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(25px); }
}

/* Hero Project */
@keyframes moveLeftRightHero {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateY(35px); }
}

.project-number-main {
    display: flex;
    justify-content: space-around;
    background-image: url(../images/Banner.png);
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 32px;
    align-items: center;
}
.project-number {
    color: #ffffff;
    text-align: center;   
        
}
.project-number h3 {    
    font-size: 34px;
    margin: 0px;
    font-family: 'Poppins';
}
.project-number p {
        margin: 5px 0px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}
section.project-number-seciton {
    margin-top: -150px;
    position: relative;
    z-index: 3;
}

/* tech slider  */

.tech-slider-container {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;    
}
.slider-row {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 35px;
    position: relative;
    padding: 10px 0px;
}
.slide-left .slider-track {
    animation: slideLeft 40s linear infinite;
}
.slider-track {
    display: flex;
    gap: 30px;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: max-content;
}
@keyframes slideLeft {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-100% / 3));
}
}
.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;
}
.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-item:hover {
    transform: translateY(-5px);
}
.slide-right .slider-track {
    animation: slideRight 40s 
linear infinite;
}
@keyframes slideRight {
    0% {
    transform: translateX(calc(-100% / 3));
}

100% {
    transform: translateX(0);
}
}
section.experience-section {
    padding: 40px 0px;
}
.experience-section-main {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 47px;
    align-items: end;
}
.experience-heading h4 {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 500;
    border-bottom: 3px solid #006563;
    text-transform: uppercase;
    width: fit-content;
    margin: 0px;
}
.experience-heading h2 {
    font-size: 46px;
    margin: 0px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    line-height: 56px;
}
.experience-heading h2 span {
    color: #006563;
}
.experience-heading {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.experience-content p {
    font-size: 21px;
    margin: 0px;
    font-family: 'Poppins';
    font-weight: 400;
}
.experience-content ul {
    margin: 5px 0px;
    padding-left: 20px;
    font-size: 21px;
    font-family: 'Poppins';
    font-weight: 400;
}
.experience-content ul {
  list-style: none; /* remove default bullets */
  padding-left: 0;   /* optional, to align properly */
	    margin-top: 12px;
}

.experience-content ul li {
  position: relative;
  padding-left: 30px; /* space for the check image */
}

.experience-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px; /* adjust vertically */
  width: 16px; /* set width of check icon */
  height: 16px; /* set height of check icon */
  background-image: url('../images/check.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.experience-images {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
}
.video-section-main {
    display: flex;    
    position: relative;
    align-items: center;
    z-index: 3;
}
section.testimonials-section {
    position: relative;
    padding: 40px 0px;
}
section.video-section {
    position: relative;
    overflow: hidden;   
}
.video-overlayer {
    position: absolute;
    width: 100%;
    height: 89%;;
    object-fit: cover;
        margin: 30px 0px;
}
.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
    height: 89%;
  background: #00000070;
  backdrop-filter: blur(2px);
  z-index: 2;
  margin: 30px 0px;
}
.video-content h2 {
    color: #FFFFFF;    
    text-shadow: 0px 0px 11px #00000066;
    font-size: 36px;
    line-height: 50px;
    font-family: 'Poppins';
    font-weight: 700;
    margin: 0px;
	margin-bottom: 18px;
}
.experience-content ul li {
    margin-bottom: 12px;
	    font-size: 16px;
}
.video-content h2 span {
    color: #00EAE6;
}
.video-content p {
    color: #FFFFFF;
    font-size: 20px;
    margin: 0px;
}
.button {
    margin-top: 30px;
}
.main-heading h2 {
    font-size: 48px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #000000;
    line-height: 55px;
    margin: 0px;
}
.main-heading {
    text-align: center;
}
.main-heading h2 span {
    color: #006563;
}
.main-heading h6 {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    position: relative;    
        margin: 25px 0px;
}
.main-heading h6:before, .main-heading h6:after {
    content: "";
  position: absolute;
  top: 50%;
  width: 99px; /* Border length */
  height: 3px; /* Border thickness */
  background-color: #006563; /* Border color */
  transform: translateY(-50%);
}
.main-heading h6:before {
  left: -110px; /* Moves the left border */
}
.main-heading h6:after {
  right: -110px; /* Moves the right border */
}
.testimonials-main {
    display: flex;
    gap: 30px;
    justify-content: center;
    text-align: center;
}
.testimonials-card {
    background-color: #006563B0;
    border-radius: 12px;
    padding: 30px;
	    width: 220px;
}
.testimonials-card h5 {
    color: #FFFFFF;
    font-size: 24px;
    margin: 0px;
    font-weight: 600;
}
.testimonials-card p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
.rating span.star {
    color: #FFC700;
    font-size: 20px;
}
.blog-seciton {
    padding: 70px 0px;
}
.blog-card-main {
    display: flex;
    gap: 30px;
}
.tag-date {
    display: flex;
    gap: 30px;
}
.tag-date p {
    color: #006563 !important;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 13px;
}
.tag-date .date {
    color: #2B2B2B !important;
}
.blog-card h3 {
    font-size: 18px;
    color: #2B2B2B;
    margin: 0px;
    font-weight: 700;
}
.blog-card p {
    color: #2B2B2B;
    font-size: 14px;
}
.blog-button {
    margin-top: 30px;
}
/* navbar */
.navbar-main {    
    position: absolute;
    top: 30px;
    display: flex;
    backdrop-filter: blur(11px);
    box-shadow: 0px 0px 30px 0px #00000033;
    border: 1px solid;
    padding: 20px 30px;
    border-image-source: linear-gradient(241.68deg, #57B8FF 1.91%, rgba(255, 255, 255, 0) 38.62%);
    background: linear-gradient(68.3deg, rgba(255, 255, 255, 0.1) 21.42%, rgba(255, 255, 255, 0) 128.88%);
    border-radius: 14px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1180px !important;
}
header.scrolled {
            background-color: white;
        }
ul.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.nav-links li {
    margin: 10px 10px;
}
ul.nav-links li a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
}
.logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-logo-main {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 0px 60px;
    padding: 50px;
    box-shadow: 0px 0px 28.2px 0px #0000000F;
    border-radius: 40px;
        backdrop-filter: blur(4px);
}
.logo-item img {
    max-width: 100%;    
    height: auto;
    object-fit: contain;
    transition: filter 0.3s 
ease, opacity 0.3s 
ease;
}
.logo-item-dottway {
    transform: translateY(50px) translateX(40px);
    display: flex;
}
section.client-logo-seciton {
    padding: 50px 0px;
}
.client-main-div {
    position: relative;
}
img.cube-one {
    position: absolute;
    top: -90px;
    left: -80px;
}
img.cube-two {
    position: absolute;
    bottom: -85px;
    right: -75px;
}
img.cube-three {
    position: absolute;
    top: 190px;
    left: 310px;
}
img.cube-four {
    position: absolute;
    bottom: 25px;
    right: 400px;
}
footer {
    background: #111111F0;
    padding: 180px 0 50px 0px;
}
.footer-project {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0px;
}
.footer-project p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
.footer-project a.footer-button {
    background: #4EB3B1;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    padding: 10px 30px;
}
.footer-menu-main {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    justify-content: space-around;
    margin-left: 60px;
}
.footer-menu h4 {
    color: #FFFFFF;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 600;    
}
.footer-menu p {
    color: #DEDEDE;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
.social-link {
    display: flex;
    justify-content: space-between;
}
.social-link a {
    color: #ffffff;
    font-size: 29px;
}
.footer-menu ul {
    list-style: none;
    padding: 0px;   
}
.footer-menu ul li {
    margin-bottom: 10px;
}
.footer-menu ul li a {
    color: #DEDEDE;
    text-decoration: none;
    font-size: 14px;
}
section.service-seciton {
    padding-top: 70px;
}
.service-card-main {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 40px;
}

.service-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 0px;
}
.service-content p {
    font-size: 14px;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
}
.service-content ul {
    padding-left: 20px;
}
.service-content ul li {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
}
.service-icon div {
    width: 93px;
    height: 93px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-icon {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 390px;    
    height: 505px;
}
.service-card {
   position: relative;
    height: 505px;
    left: 0px;
}
.service-content {
    position: relative;
    top: 170px;
    width: 311px;
    left: 40px;
}
section.flip-slider {
    padding: 80px 0px 40px;
}



/* =============================
   PROJECT SLIDER
============================= */
.projects-slider {
  position: relative;
    width: 100%;
    max-width: 1240px;
    height: 600px;
    margin: auto;
    left: -50px;
    margin-top: 64px !important;
}

.project-card {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1028px;
  height: 480px;
  transform-origin: center center;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 15.8px 0px #00000066;
  transition: all 1s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.project-card.active {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
  z-index: 3;
}

.project-card.next {
  opacity: 1;
  left: 65%;
  transform: translateX(-50%) scale(0.9) rotateY(-25deg);
  z-index: 2;
}

/* --- CHANGE IS HERE --- */
/* Sabse peeche wali card ko aur right side shift kiya gaya hai */
.project-card.prev {
  opacity: 1; /* Thori kam opacity for depth */
  left: 80%; /* Left property ko 75% se badha kar 80% kar diya */
  transform: translateX(-50%) scale(0.75) rotateY(-40deg); /* Scale bhi kam kar diya */
  z-index: 1;
}
/* --- CHANGE ENDS --- */

/* Project info area */
.project-info {
  flex: 1;
  text-align: left;  
}

.project-categories {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.category-btn {
  width: 118px;
  height: 26px;
  background-color: #006563;
  color: #FFFFFF;
  border: none;
  border-radius: 20px;
  padding: 4px 18px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.project-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.project-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.project-title {
    font-size: 42px;
    font-weight: 700;
    color: #2B2B2B;
    margin: 0px;
}

.features-list {
  list-style: none;
    margin: 25px 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0px;
}

.features-list li {
  display: flex;
  align-items: center;
  gap: 10px;  
  font-size: 18px;
    line-height: 20px;
    font-family: 'Poppins';
    color: #2B2B2B;
}
a.case-study-button {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';    
    display: flex;
    text-decoration: none;
    align-items: center;
}

.features-list img {
  width: 18px;
  height: 18px;
}

/* Project image */
.project-image {
  flex: 1;
  display: flex;  
  align-items: center;
	position: relative;    
}

.project-image img {
  width: 100%;
  /*max-width: 570px;
    height: 426px;*/
  border-radius: 10px;
  transform: rotate(-3deg);
  transition: transform 0.5s ease;
}

.project-card.active .project-image img {
  transform: rotate(0deg) scale(1.05);
}
.project-info p {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Poppins';
    color: #2B2B2B;
	line-height: 28px;
	letter-spacing: 1px;
}



/* service tabs section */

/* SIDEBAR */
.services-sidebar {
    position: relative;
    flex: 0 0 25%;
    left: 95px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.section-title {
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 400;    
    color: #404040;
    margin: 0px;
    position: relative;
}
h2.section-title:after {
    content: "";
    /* border-bottom: 9px solid black; */
    position: absolute;
    bottom: 0px;
    width: 61px;
    height: 4px;
    background: #404040;
    left: 0px;
    border-radius: 5px;
}

/* VERTICAL LABELS */
.services-tabs-container {
    position: absolute;
    left: -70px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.services-tab {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 400;
    color: #2B2B2B;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

/* ✅ ACTIVE (UNDERLINED) STATE */
.services-tab.active::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 30px;
    height: 50%;
    width: 2px;
    background-color: #0b5c54;
    border-radius: 2px;
}
.services-tab.active {
    color: #004E4C;
    font-weight: 700;
}

.services-sidebar-decoration {
    position: relative;
}

.services-sidebar-decoration img {
    width: 150px;
}

/* SERVICE CARDS */
.services-cards-container {
        display: flex;
    gap: 60px;
    align-items: center;
    height: 430px;
    width: 1115px;
    justify-content: space-around;
}

.services-card {    
    padding: 0px;
    border-radius: 15px;
    width: 320px;
    text-align: left;
    height: 430px;
    transition: transform 0.3s ease;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-card:hover {
    transform: translateY(-5px);
}

.services-card-icon {
    width: 55px;
    height: 55px;
    background-color: #0b5c54;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 15px;
}
section.services-section {
    margin-bottom: 120px;
	    overflow: hidden;
}

.services-card-icon img {
    width: 28px;
    height: 28px;
    /* Placeholder for your images */
    filter: brightness(0) invert(1);
}

.services-card h3 {
    font-family: "Poppins";
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2%;
    line-height: 160%;
    margin: 0px;
    color: #000000;
}

.services-card p {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin: 0px;
}

.services-card a {
    background-color: #006563;
    border: none;
    color: #fff;
	margin: 0px; 
	width: fit-content;
	text-decoration: none;
    padding: 10px 24px;
    border-radius: 5px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.services-card button:hover {
    background-color: #148f6f;
}

/* --- Added CSS for Functionality with Updated Classes --- */
.services-panel {
    display: none; /* Hide all panels by default */
}

.services-panel.active {
    display: flex; /* Show the active panel */
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.faq-card-main {
    display: grid;
    grid-template-columns: 36% 60%;
    gap: 50px;
        align-items: center;
}
.faq-main-content h3 {
    font-size: 56px;
    font-weight: 700;
    color: #000000;
    margin: 0px;
    line-height: 65px;
}
.faq-main-content h3 span {
    color: #006563;
}
.faq-main-content p {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 400;
}
/* =============================
           SHOWCASE SLIDER (FUNCTIONALITY)
        ============================= */
        .showcase-slider {
            position: relative;
            width: 100%;
            max-width: 1200px;
            height: 600px;
            margin: 0 auto;
            perspective: 1200px;
        }

        /* --- BASE CARD STYLES (COMBINED) --- */
        .showcase-card {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 557px;
            height: 470px;
            box-shadow: 0px 0px 11px 0px #30303099;
            border-radius: 28px;
            padding-top: 30px;
            transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            opacity: 0;
            transform-origin: center center;
            pointer-events: none;
            z-index: 1;
        }

        /* --- STATE 1: ACTIVE CARD --- */
        .showcase-card.active {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
            pointer-events: auto;
            z-index: 4;
            background: linear-gradient(180deg, #4B9392 0%, #04A6B2 100%);
        }

        /* --- STATES FOR 3 CARDS IN THE STACK (UPDATED TRANSFORM) --- */
.showcase-card.stack-1 {
    opacity: 0.95; /* Increased from 0.9 */
    transform: translate(-50%, -50%) translateX(9%) scaleX(0.99) scaleY(0.85) rotateY(-10deg); /* Less rotated and larger */
    z-index: 3;
    background: #fff;
}
.showcase-card.stack-2 {
    opacity: 0.9; /* Increased from 0.8 */
    transform: translate(-50%, -50%) translateX(18%) scaleX(0.97) scaleY(0.75) rotateY(-18deg); /* Less rotated and larger */
    z-index: 2;
    background: #fff;
}
.showcase-card.stack-3 {
    opacity: 0.85; /* Increased from 0.7 */
    transform: translate(-50%, -50%) translateX(25%) scaleX(0.95) scaleY(0.65) rotateY(-25deg); /* Less rotated and larger */
    z-index: 1;
    background: #fff;
}

        /* --- STATE 4: EXITING CARD (LEFT SIDE) --- */
        .showcase-card.exit-left {
            opacity: 0;
            transform: translate(-150%, -50%) scale(0.9);
            z-index: 0;
        }

        /* --- TEXT STYLES --- */
        .showcase-card h4 {
            color: #F5F5F5;
            font-size: 32px;
            margin: 30px;
			line-height: 50px;
            font-weight: 400;
            margin-bottom: 0;
            transition: color 0.3s ease;
        }
        .showcase-card p {
            font-size: 22px;
            font-weight: 400;
            color: #F3F3F3;
            padding: 0px 30px;
            transition: color 0.3s ease;
        }
        /* --- TEXT COLOR FOR WHITE BACKGROUND CARDS --- */
        .showcase-card.stack-1 h4,
        .showcase-card.stack-2 h4,
        .showcase-card.stack-3 h4 {
            color: #333;
        }
        .showcase-card.stack-1 p,
        .showcase-card.stack-2 p,
        .showcase-card.stack-3 p {
            color: #555;
        }
        
        /* --- SVG STYLES --- */
        .showcase-card svg {
            margin-bottom: 20px;
        }
        .showcase-card.stack-1 svg path,
        .showcase-card.stack-2 svg path,
        .showcase-card.stack-3 svg path {
            stroke: #489493;
        }
.footer-cta-main {
        display: flex;
    justify-content: space-between;
    background-image: url(../images/cta-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 260px;
    border-radius: 40px;
    box-shadow: 0px 0px 20px 0px #00000033;
    margin-bottom: -90px;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}
.footer-image img {
    margin-top: -70px;
}
.footer-cta-content {
    width: 450px;
    padding-top: 30px;
    padding-left: 60px;
}
.footer-cta-content h6 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 20px;
    color: #006563;
    padding-left: 32px;
    margin: 0px;
    position: relative;
}
form.subscribe-form button.hero-btn {
    background-color: #006563;
    border: none;
    border-radius: 8px;
    padding: 9px 15px;
}
.footer-cta-content h4 {    
    font-size: 30px;
    color: #001D22;
    line-height: 46px;
    margin: 15px 0px;
    font-weight: 500;
}
form.subscribe-form {
    border-bottom: 1px solid #363636;
    width: fit-content;
    padding-bottom: 4px;
}
form.subscribe-form input[type="email"] {
    height: 26px;
    background-color: transparent;
    border: none;
    width: 350px;
    font-size: 16px;
}
form.subscribe-form input[type="email"]:focus {
    outline: none;
    border: none;
}
.footer-cta-content h6:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #006563;
    left: 0px;
    top: 9px;
    border-radius: 10px;
}

.about-hero-main {
    display: grid
;
    grid-template-columns: 48% 48%;
    padding: 200px 0px 70px;
    gap: 50px;
    align-items: center;
}
.about-hero-main .hero-contnet h1 {
    font-size: 50px;
}
.about-hero-main .divider {
    border-color: #006563;
    box-shadow: 0px 0px 4px 0px #006563;
}
.contact-info-main {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.contact-info-email {
        box-shadow: 0px 0px 15px 0px #00000026;
    text-align: center;
    border-radius: 12px;
    padding: 20px;
    width: 120px;
    padding-bottom: 20px;
    height: 120px;
}
.contact-info-email i.fa {
    background-color: #4E9493;
    border-radius: 8px;
    padding: 20px;
    font-size: 20px;
    width: 20px;
    height: 20px;
}
.contact-info-email h5 {
    margin: 12px 0px;
    font-size: 16px;
    margin-bottom: 0px;
}
.contact-info-email a {
    color: #3C3C3C;
    font-size: 10px;
    font-weight: 500;
    font-family: 'Poppins';
    text-decoration: none;

}
.contact-info-main .contact-info-email p {
    font-size: 9px !important;
    line-height: 12px;
    margin-top: 3px;
}
.contact-from-main-div {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px #BFBFBF;
    border-radius: 43px;    
    position: relative;
}
.bg-color {
    position: absolute;
    background-color: #4E9493;
    width: 360px;
    height: 100%;
    right: 0px;
    border-radius: 0 43px 43px 0px;
}
.contact-section-main {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 40px 70px;
    gap: 30px;
}
.contact-form h3 {
    color: #000000;
    font-size: 40px;
    margin: 0px;
    font-weight: 600;
    font-family: 'Poppins';
}
.contact-map, .contact-form {
    flex: 1;
}
.contact-form h3 span {
    color: #4E9493;
}
.contact-form p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contact-form form input, .contact-form form textarea {
    border: 1px solid #8E8E8E;
    border-radius: 6px;
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    font-family: 'Poppins';
}
.contact-form form button.hero-btn {
    background-color: #212121;
    border-radius: 8px;
    color: #ffffff;
    padding: 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}
.contact-map iframe {
    width: 100%;
    height: 570px;
    border-radius: 20px;
}
section.contact-form-section {
    padding: 70px 0px;
}


/* about us */
.about-hero-main.abut-section-main {
    grid-template-columns: 46% 46%;
    gap: 150px;
}
.about-vision-main {
    display: flex;
    gap: 75px;
    align-items: start;
}
.about-vision-heading, .about-vision-content {
    flex: 1;
}
.about-vision-heading h2 {
    margin: 0;
    color: #006563;
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
}

.about-vision-content p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
	line-height: 27px;
}
.about-banner-img img {
    width: 100%;
    margin-top: -60px;
}
section.our-vision-seciton {
    padding: 30px 0px;
}
.our-vision-main {
    display: flex;
    gap: 30px;
}
.our-vision-content {
    flex: 1;
}
.our-vision-card {
    flex: 1;
    background-image: url(../images/our-vision.png);
    padding: 40px;
    box-shadow: 0px 0px 17px 0px #00000099;
    border-radius: 24px;
	background-repeat: no-repeat;
    background-size: cover;
}
.our-vision-content p {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
}
.our-vision-card h3 {
    font-size: 48px;
    color: #ffffff;
    margin: 0px;
    line-height: 65px;
    text-shadow: 0px 4px 4px #00000040;
}
.our-vision-card p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    line-height: 27px;
    text-shadow: 0px 0px 16px #00000059;
	text-align: justify;
}
.about-counter-main {
    display: flex;
    justify-content: space-around;
    background-image: url(../images/about-banner-bg.png);
    background-position: center center;
    background-size: 100% 100%;
    padding: 60px 0px;
    background-repeat: no-repeat;
}
.counter-project
 {
    color: #ffffff;  
    display: flex;
    gap: 20px;
    align-items: center; 
}
.about-divider {    
    background-color: #ffffff;
    width: 3px;
}
.counter-project h5 {
    font-size: 60px;
    margin: 0px;
    line-height: 65px;
}
.counter-project p {
    font-size: 20px;    
    line-height: 30px;
}
.counter-project:last-child {
    margin-right: 50px;
}
section.about-counter-seciton {
    padding: 30px 0px;
}
.our-vision-content img {
    margin-top: 48px;
}
input#tel {
    width: 100%;
	color: #000000;
}
.iti__selected-flag {
    background-color: transparent !important;
}


/* --- Mobile Responsive CSS (Updated) --- */

@media (max-width: 768px) {

    /* header {
        padding: 15px 0;
    } */
	.testimonials-card {    
    width: auto;
}
	section.project-number-seciton {
    margin-top: -60px;   
}

    .navbar-main {
        padding: 15px 20px;
                top: 0px;
        width: auto;
        z-index: 1;
        position: relative; /* IMPORTANT: Absolute positioned ke liye reference point banega */
    }
	.hero-image img.dot-column-one, .hero-image img.dot-column-two, .hero-image img.dot-row {
    width: auto;
}
    section.services-section {    
    overflow: hidden;
}
section.service-seciton {    
    overflow: hidden;
}
.video-image img {
    width: 100%;
}

    /* Hamburger Menu Icon */
    .hamburger {
        display: block;
        position: absolute;
        right: 30px;
    }
    .service-card-main {  
    grid-template-columns: 100%;
}
.experience-section-main {    
    grid-template-columns: 100%;
}
.experience-images {    
    flex-direction: column;
}
.faq-card-main {    
    grid-template-columns: 100%;
	        gap: 0px;
}
.testimonials-main {    
    flex-direction: column;
}
.logo-item.mobile-items {
    display: none;
}
.blog-card-main {    
    flex-direction: column;
    gap: 50px;
}
.blog-card img {
    width: 100%;
}
section.client-logo-seciton {    
    overflow: hidden;
}
section.hero-seciton {   
    overflow: hidden;
}
.footer-cta-main {    
    background-position: center center;    
    height: auto;    
    flex-direction: column;
    gap: 40px;
}
.footer-image img {
    margin-top: 0px;
    width: -webkit-fill-available;
    margin-bottom: -60px;
}
.footer-project {   
    flex-direction: column;
}
.footer-menu-main {    
    margin-left: 0px;
    grid-template-columns: 100%;
}

    .hamburger span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #000;
        margin: 5px 0;
        transition: all 0.3s ease-in-out;
    }

    /* --- NAV LINKS STYLING (YEH MAIN CHANGE HAI) --- */
    ul.nav-links {
        /* By default hide karo */
        display: none; 
        
        /* Navbar ke neeche position karne ke liye */
        position: absolute;
        top: 100%; /* Navbar ke just neeche se start hoga */
        left: 0;
        width: 100%;
        
        /* Dropdown panel ka styling */
        background-color: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(15px);
        box-shadow: 0px 10px 20px 0px #00000033;
        border-radius: 0 0 14px 14px; /* Sirf neeche rounded corners */
        
        /* Links ke andar ka spacing */
        padding: 20px;
        flex-direction: column;
    }

    /* Jab menu active ho toh show karo */
    ul.nav-links.nav-active {
        display: flex;
        width: 88%;
        border-radius: 20px;
        gap: 0px;
    }

    ul.nav-links li {
        margin: 5px 0;
        text-align: center;
        width: 100%;
    }
    .about-hero-main {   
    padding: 40px 0px;    
    grid-template-columns: 100%;
}
.contact-info-main {    
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.hero-image img {
    width: 100%;
}
.bg-color {
    display: none;
}
.contact-section-main {    
    padding: 20px 30px;   
    flex-direction: column;
}

    /* Hamburger ki animation (X banane ke liye) */
    .hamburger.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    /* Client Logo Grid for Mobile (no changes here) */
    .client-logo-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 30px 20px;
    }
    .logo-item-dottway {
        transform: none;
    }
    .hero-contnet h4 {
    font-size: 16px;
}
.hero-contnet h1 {
    font-size: 45px !important;
    line-height: 50px;
}
span.text-tech {
    font-size: 8px;
    padding: 2px 5px;
    line-height: 15px;
    top: 21px;
    right: -16px;
}
img.hero-project {
    display: none;
}
img.hero-main-image {    
    top: -8px;
}
.hero-main {
    grid-template-columns: 100%;
    padding: 30px 0px;
}
.project-number-main {    
    flex-direction: column;
    gap: 50px;
}
.main-heading h2 {
    font-size: 25px;    
    line-height: 30px;    
}
.main-heading h6 {
    font-size: 16px;   
    margin: 10px 0px;
	        max-width: 50%;
}
.main-heading h6:before, .main-heading h6:after {   
    width: 70px;    
}
.main-heading h6:before {
    left: -77px;
}
.main-heading h6:after {
    right: -77px;
}
.projects-slider {    
    height: 960px;  
    overflow: hidden;  
	left: 0px;
}
form.subscribe-form {    
    width: auto;    
    display: flex;
}
.footer-cta-content h4 {
    font-size: 22px;    
    line-height: 30px;    
}
.footer-cta-content {
    width: 290px;    
    padding-left: 30px;
}
.service-icon svg {
    width: 340px;
}
.service-content {    
    top: 130px;
    width: 274px;    
}
.project-card {
    flex-direction: column;
    width: 65%;
    margin-bottom: 50px;
    height: auto;
    padding: 50px;   
}
.project-title {
    font-size: 22px;    
}


.services-tab {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    font-size: 0.5rem;    
}
.services-tabs-container {
    position: absolute;    
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
            left: 0px;
}
.services-tab.active::after {    
    right: 15px;
    top: 15px;
    height: 30%;
    width: 30px;   
}
.services-sidebar {
    position: relative;    
}
.services-sidebar {   
    left: 0px; 

}
.services-cards-container {    
    height: auto;
    flex-direction: column;
    margin-top: 100px;
	width: 100% !important;
}
.video-overlayer {  
    height: 100%;
    object-fit: cover;
    margin: 0px;
}
.color-overlay {   
    height: 100%;    
    margin: 0px 0px;
}
.video-section-main {    
    flex-direction: column;
    gap: 40px;
}
.showcase-card svg {    
    width: 310px;
    margin: 0px;
}
.showcase-card {    
    width: 310px;
    height: 330px;    
}
.showcase-card h4 {    
    font-size: 20px;
    margin: 16px;
    }
    .showcase-card p {
    font-size: 16px;    
    padding: 0px 16px;
    margin: 0px;    
}
.showcase-slider {   
    overflow: hidden;
}
	
	/* about us */

.about-hero-main.abut-section-main {
    grid-template-columns: 100% !important;
    gap: 50px !important;
}
.about-vision-main {
    flex-direction: column !important;
    gap: 20px !important;
}
.our-vision-main {
    flex-direction: column !important;
}
.our-vision-content img {
    width: -webkit-fill-available !important;
}
.our-vision-card {    
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.about-counter-main {
    flex-direction: column !important;
    background-image: url(../images/Banner.png) !important;
    border-radius: 10px;
        background-size: cover !important;
        align-items: center;
        gap: 30px;
}
.about-banner-img img {    
    margin-top: 0px !important;
}
.counter-project {    
    flex-direction: column;
}
.about-divider {    
    width: 80% !important;
    height: 3px !important;
    border-radius: 10px;
}
.counter-project:last-child {
    margin-right: 0px !important;
}
.counter-project {
    gap: 0px !important;
}
.counter-project p {
    font-size: 18px !important;
    line-height: 24px !important;
    margin: 0px !important;
    text-align: center;
}
.counter-project h5 {
    font-size: 40px !important;    
    line-height: 50px !important;
}
	.about-vision-heading h2 {   
    font-size: 36px !important;
    line-height: 48px !important;    
}
	.our-vision-card h3 {
    font-size: 38px;    
    line-height: 44px;    
}
	.experience-heading h2 {
    font-size: 35px !important;    
    line-height: 40px !important;
}
	.faq-main-content h3 {
    font-size: 38px !important;    
    line-height: 46px !important;
}
	.our-vision-content img {
    margin-top: 0px !important;
}
	
}