html {
  
  overflow-x: hidden !important;
}

body {
    font-family: 'Roboto', sans-serif;
    
}
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
.nav-link
{
    font-weight: 400 !important;
    
}
.nav-link.active
{
    color: #eb1e41 !important;   
}
.nav-link:hover
{
    color: #eb1e41 !important;   
}
.andmam-color
{
    color: #eb1e41 !important;   
}
.andmam-bg
{
     background: linear-gradient(135deg, #7a7a7a, #eb1e41) !important;
}
/* Default nav link color (index.php uses this) */
.navbar .nav-link {
    color: #222222 !important; /* normal dark links */
}


/* --- Transparent navbar styles (only applied when .navbar-custom exists) --- */

.navbar-custom {
    background: transparent !important;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}


/* White links on top */
.navbar-custom .nav-link {
    color: #ffffff !important;
}

/* Active link on transparent top */
.navbar-custom .nav-link.active {
    color: #ffffff !important;
    font-weight: 800;
    border-bottom: 2px solid #eb1e41;
}

/* After scroll */
.navbar-scrolled {
    background: rgba(207, 207, 207, 0.235) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15) !important;
}

/* Dark links after scroll */
.navbar-scrolled .nav-link {
    color: #222222 !important;
}

/* Active link after scroll */
.navbar-scrolled .nav-link.active {
    color: #000000 !important;
    border-bottom: 2px solid #eb1e41;
}









/* --- Transparent navbar styles (only applied when .navbar-custom exists) --- */

.navbar-custom1 {
    background: white !important;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}


/* White links on top */
.navbar-custom1 .nav-link {
    color: #000000 !important;
}

/* Active link on transparent top */
.navbar-custom1 .nav-link.active {
    color: #000000 !important;
    font-weight: 600;
    border-bottom: 2px solid #eb1e41;
}

/* After scroll */
.navbar-scrolled {
    background: rgba(207, 207, 207, 0.235) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15) !important;
}

/* Dark links after scroll */
.navbar-scrolled .nav-link {
    color: #000000 !important;
}

/* Active link after scroll */
.navbar-scrolled .nav-link.active {
    color: #000000 !important;
    border-bottom: 2px solid #eb1e41;
}













.hero-fitout
{
    padding: 160px 8% ;
    padding-bottom: 10px;
    margin-top: 150px
}
 .hero-fitout h1 span {
  color: #eb1e41;
}

.hero-btn {
  display: inline-block;
  background-color: #eb1e41;
  color: #fff;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(11, 47, 79, 0.3);
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: #d97706;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(217, 119, 6, 0.4);
}



.hero-image {
  position: relative;
  display: inline-block;
}

.hero-image img {
  max-width: 100%;
  z-index: 1;
  position: relative;
}

.image-gradient {
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(217, 119, 6, 0.25), transparent 70%);
  top: 15%;
  left: 10%;
  z-index: 0;
}



@media (max-width: 992px) {
  .hero-fitout h1 {
    font-size: 2.2rem;
  }

  .image-gradient {
    display: none;
  }
  .hero-fitout
{
    padding-bottom: 10px;
    padding-top: 90px;
    margin-top: 50px;
    /* padding: 50px 8% ; */
}
}




.box-container
{
    padding: 100px 8%;
    padding-top: 50px;
    color: #fff;
}
@media (max-width: 992px) {
  .box-container
{
    padding: 20px 8%;
    padding-top: 0px;
}
}


.box01
{
    background-color:  #eb1e41;
    padding: 30px 20px 30px 20px;
    border-radius: 50px;

}


.hero-btn1 {
  display: inline-block;
  background-color: #fff;
  color: #eb1e41;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(11, 47, 79, 0.3);
  transition: all 0.3s ease;
}

.hero-btn1:hover {
  background-color: #ffffff;
  transform: translateY(-3px);

  box-shadow: 0 15px 25px rgba(131, 33, 24, 0.4);
}



.services-section {
  padding: 100px 8%;
  padding-top: 0;
  text-align: center;
}

.services-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #eb1e41;
  margin-bottom: 15px;
}

.services-header p {
  color: #444;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 60px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}

.service-item img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 60%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  text-align: left;
  transition: all 0.5s ease;
}

.service-overlay h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: -110px;
  transform: translateY(0);
  transition: all 0.4s ease;
}

.service-overlay p {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
  max-width: 90%;
}

.service-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.7);
}

.service-item:hover .service-overlay h3 {
  transform: translateY(-110px);
}

.service-item:hover .service-overlay p {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .services-header h2 {
    font-size: 2rem;
  }

  .service-item img {
    height: 250px;
  }

  .service-overlay {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr); /* ✅ force 2x2 on mobile */
    gap: 15px;
  }

  .service-item img {
    height: 200px; /* optional: better proportions */
  }

  .service-overlay h3 {
    margin-bottom: 0; /* prevents text overlap */
  }

  .service-overlay p {
    opacity: 1;
    transform: translateY(0);
    font-size: 0.85rem;
  }
  .services-section {
  padding: 100px 8%;
  padding-top: 10px;
  padding-bottom: 10px;
}
}



.why-choose-us {
    padding: 100px 8% ;
    padding-bottom: 50px;
}

.section-header h2 {
  color: #eb1e41;
  font-size: 2.5rem;
  font-weight: 600;
}

.choose-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #eb1e41;
}

.choose-card .icon {
  font-size: 2.5rem;
  color: #eb1e41;
}

.choose-card h4 {
  font-size: 1.3rem;
  font-weight: 300;
  color: #000000;
  margin-bottom: 15px;
}

.choose-card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 200;
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 2rem;
  }

  .choose-card {
    padding: 30px 20px;
  }
  .choose-card h4 {
  font-size: 1rem;
  }
  .why-choose-us {
    padding: 60px 8% ;
    padding-bottom: 50px;
    padding-top: 0px;
}
}


.clients-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fff;
}

.clients-section h2 {
  color: #eb1e41;
  font-size: 2.3rem;
  font-weight: 800;
}

.clients-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.clients-track {
  display: flex;
  width: calc(250px * 38); /* 12 total logos */
  animation: scroll 35s linear infinite;
}

.client-logo {
  flex: 0 0 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;

  transition: all 2.3s ease;
}

.client-logo img {
  max-width: 140px;
  max-height: 70px;
  object-fit: contain;
}

.client-logo1 {
  flex: 0 0 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;

  transition: all 2.3s ease;
}
.img1 {
  max-width: 190px !important;
  max-height: 120px !important;
  object-fit: contain;
}

.client-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}
.width120
{
  width: 120px !important;
}
.width180
{
  width: 180px !important;  
}
.width160
{
  width: 160px !important;  
}
.width150{
  width: 150px !important;  
}
.width190
{
  width: 190px !important;
}
.width130
{
  width: 130px !important;
}
.width210
{
  width: 210px !important;
}
/* Smooth infinite scroll */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 19)); /* half the logos */
  }
}

/* 🛑 Pause on hover */
.clients-slider:hover .clients-track {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .clients-section
  {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .clients-track {
    animation-duration: 40s;
  }

  .client-logo {
    flex: 0 0 100px !important;
    gap: 20px;
  }

  /* .client-logo img {
    max-width: 100px;
    
  } */
  .width120
{
  max-width: 80px !important;
}
.width180
{
  width: 140px !important;  
}
.width160
{
  width: 120px !important;  
}
.width150
{
  width: 110px !important;
}
.width190
{
  width: 150px !important;
}
.width130
{
  width: 90px !important;
}
.width210
{
  width: 170px !important;
}
.width100
{
  width: 100px !important;
}
.no-md
{
  display: none !important;
}
}

@media (max-width: 767.98px) {
  .clients-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}




.footer-section {
  background-color: #eacacf;
  color: #000000;
  font-size: 0.95rem;
}

.footer-logo {
  width: 160px;
}

.footer-about {
  line-height: 1.7;
  color: #000000;
}

.footer-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #000000;
  margin-bottom: 15px;
  position: relative;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #eb1e41;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #eb1e41;
}

.footer-contact li {
  margin-bottom: 10px;
  color: #000000;
}

.footer-contact i {
  color: #eb1e41;
  margin-right: 8px;
}

.footer-social a {
  display: inline-block;
  color: #000000;
  margin-right: 12px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #eb1e41;
  transform: translateY(-3px);
}

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

@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }

  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-social a {
    margin-right: 8px;
  }
}





.white-shadow {
  box-shadow: 0 .5rem 1rem rgba(255, 255, 255, .5) !important; /* Adjust values as needed */
}



.image-banner {
  position: relative;
  width: 100%;
  height: 50vh; /* adjust height as needed */
  overflow: hidden;
}

.image-bg {
  position: relative;
  background-image: url('asset/img/16823.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* creates smooth parallax feel */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 47, 79, 0.6); /* dark blue tint overlay */
  z-index: 1;
}

.image-banner .content {
  position: relative;
  top: 35%;
  z-index: 2;
  text-align: start;
  max-width: 700px;
  padding: 0 0px;
}

.image-banner .content h2 {
  font-size: 2.8rem;
  font-weight: 300;

}

.image-banner .content p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.btn-banner {
  display: inline-block;
  background-color: #eb1e41;
  color: #fff;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(235, 30, 65, 0.3);
}

.btn-banner:hover {
  background-color: #d97706;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(217, 119, 6, 0.4);
}

@media (max-width: 768px) {
  .image-banner {
    height: 60vh;
  }
  .image-banner .content h2 {
    font-size: 2rem;
  }
  .image-banner .content p {
    font-size: 1rem;
  }
}


.about-retail {
  position: relative;
  width: 100vw;
}

.about-text h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #eb1e41;
  margin-bottom: 25px;
}

.about-text p {
  font-size: 1.05rem;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.about-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}



.about-text,
.about-image {
    padding: 50px 50px !important;
}

@media (max-width: 992px) {

  .about-text {
    text-align: center;
    margin-bottom: 40px;
  }

  .about-text h2 {
    font-size: 2rem;
  }
}


.container1
{
    margin: 0 auto !important;
    padding: 0 !important;
}




#mission-vision {
  background: #f8f9fa;
}


#mission-vision h3 {
  letter-spacing: 0.5px;
}

#mission-vision p {
  line-height: 1.8;
}




#company-pillars {
  background-color: #ffffff;
}
.team-box
{

  background: #ffffff !important;
}

.team-box img {
  object-fit: cover;
  border: 3px solid #dee2e6;
  transition: all 0.3s ease;
}

.team-box:hover img {
  transform: scale(1.05);
}

.team-box h5 {
  letter-spacing: 0.5px;
}

.team-box p {
  line-height: 1.6;
}





.contact-section {
  padding: 60px 0;
}

.contact-section .bg-gradient {
  background: linear-gradient(135deg, #7a7a7a, #eb1e41) !important;
}

.icon-box {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.form-control {
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #ddd;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.2);
}

.btn-primary {
  background-color: #0d4d87;
  border: none;
}

.btn-primary:hover {
  background-color: #0b3c6d;
}

@media (max-width: 768px) {
  .contact-section .row {
    flex-direction: column;
  }
  .contact-section .bg-gradient {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}


.btn112
{
  border: none;
}












.map-section {
}

.map-container {
  position: relative;
  width: 100%;
  height: 450px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .map-container {
    height: 300px;
  }
}



.bg-gradient {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.bg-gradient > * {
  position: relative;
  z-index: 2;
}

.ball {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.6;
  animation: float infinite ease-in-out;
  z-index: -1;
  pointer-events: none;
}

@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(var(--x), var(--y));
  }
  100% {
    transform: translate(0, 0);
  }
}

.services-showcase {
  width: 100%;
  padding: 100px 20px;
  
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.service-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.service-block.reverse {
  flex-direction: row-reverse;
}

.service-text {
  flex: 1 1 500px;
  padding: 20px 40px;
}

.service-text h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #eb1e41;
  margin-bottom: 20px;
}

.service-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
  font-weight: 300;
}

.btn-gold {
  display: inline-block;
  background: linear-gradient(90deg, #ff6161, #eb1e41);
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.service-image {
  flex: 1 1 500px;
  text-align: center;
}

.service-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* ✅ Responsive Design */
@media (max-width: 992px) {
  .service-block,
  .service-block.reverse {
    flex-direction: column;
    text-align: center;
  }
  .service-text
  {
    flex: 1 1 10px;
  }
  .service-text h2 {
    font-size: 2rem;
  }

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

  .btn-gold {
    padding: 10px 20px;
  }
  .service-image {
  flex: 1 1 10px;
  text-align: center;
}
}






.service-hero {
  position: relative;
  width: 100%;
  height:100vh;
  background-image: url('asset/img/2232.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000000;
  overflow: hidden;
  
}

.service-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(113, 113, 113, 0.654), rgba(255, 255, 255, 0));

  backdrop-filter: blur(2px);
  z-index: 1;
}

.hero-content1 {
  position: relative;
  z-index: 2;
  max-width: 2600px;
  padding: 0 5%;
  animation: fadeInUp 1.2s ease forwards;
}

.hero-content1 h1 {
  font-size: 4rem;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-content1 p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #000000;
  max-width: 500px;
  font-weight: 100;
}

/* Smooth text entrance */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ✅ Responsive */
@media (max-width: 992px) {
  .hero-content1 h1 {
    font-size: 3rem;
  }
  .hero-content1 p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .hero-content1 {
    padding: 0 10%;
  }
  .hero-content1 h1 {
    font-size: 2.4rem;
  }
}




.service-hero2 {
  position: relative;
  width: 100%;
  height: 60vh !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000000;
  overflow: hidden;
}

.service-hero2 .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(162, 162, 162, 0.654), rgba(255, 255, 255, 0));

  backdrop-filter: blur(2px);
  z-index: 1;
}

.hero-content2 {
  position: relative;
  z-index: 2;
  max-width: 2600px;
  padding: 0 5%;
  margin-top: 100px;
  animation: fadeInUp 1.2s ease forwards;
}

.hero-content2 h1 {
  font-size: 4rem;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-content2 p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #000000;
  max-width: 500px;
  font-weight: 100;
}

/* Smooth text entrance */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ✅ Responsive */
@media (max-width: 992px) {
  .hero-content2 h1 {
    font-size: 3rem;
  }
  .hero-content2 p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .hero-content2 {
    padding: 0 10%;
  }
  .hero-content2 h1 {
    font-size: 2.4rem;
  }
}




.service-hero3 {
  position: relative;
  width: 100%;
  height: 60vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  overflow: hidden;
}

.service-hero3 .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(162, 162, 162, 0.654), rgba(255, 255, 255, 0));

  backdrop-filter: blur(2px);
  z-index: 1;
}

.hero-content3 {
  position: relative;
  z-index: 2;
  max-width: 2600px;
  padding: 0 5%;
  margin-top: 100px;
  animation: fadeInUp 1.2s ease forwards;
}

.hero-content3 h1 {
  font-size: 4rem;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-content3 p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #000000;
  max-width: 500px;
  font-weight: 100;
}

/* Smooth text entrance */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ✅ Responsive */
@media (max-width: 992px) {
  .hero-content3 h1 {
    font-size: 3rem;
  }
  .hero-content3 p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .hero-content3 {
    padding: 0 10%;
  }
  .hero-content3 h1 {
    font-size: 2.4rem;
  }
}







.service-hero4 {
  position: relative;
  width: 100%;
  height:100vh;
  background-image: url('asset/img/2232.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000000;
  overflow: hidden;
  
}

.service-hero4 .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(113, 113, 113, 0.654), rgba(255, 255, 255, 0));

  backdrop-filter: blur(2px);
  z-index: 1;
}

.hero-content4 {
  position: relative;
  z-index: 2;
  max-width: 2600px;
  padding: 0 5%;
  animation: fadeInUp 1.2s ease forwards;
}

.hero-content4 h1 {
  font-size: 5rem;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-content4 p {
  font-size: 2.2rem;
  line-height: 1.8;
  color: #000000;
  max-width: 900px;
  font-weight: 100;
}

/* Smooth text entrance */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ✅ Responsive */
@media (max-width: 992px) {
  .hero-content4 h1 {
    font-size: 3rem;
  }
  .hero-content4 p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .hero-content4 {
    padding: 0 10%;
  }
  .hero-content4 h1 {
    font-size: 2.4rem;
  }
}






.project-grid-section .project-box {
    position: relative;
    display: block;
    height: 260px;
    overflow: hidden;
    border-radius: 6px;
    text-decoration: none;
}

.project-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.65);
    transition: 0.4s ease;
}

.project-box:hover .project-bg {
    transform: scale(1.05);
    filter: brightness(0.85);
}

.project-box h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Dark box (Get in Touch) */
.dark-box {
    background: linear-gradient(120deg, #1e2b36, #253444);
}
.dark-box .project-bg.dark {
    background: none;
}







.strength-section {
  
}

.strength-container {
  display: flex;
  align-items: center;
  
}

.strength-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.strength-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.strength-list {
  list-style: none;
  padding: 0;
}

.strength-list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
}

.strength-list li::before {
  content: "✔";
  color: #eb1e41;
  font-weight: bold;
  margin-right: 10px;
}

.strength-image img {
  width: 500px;
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 900px) {
  .strength-container {
    flex-direction: column;
    text-align: center;
  }

  .strength-image img {
    width: 100%;
  }
}













.healthcare-section
{

}
/* ===========================
   DESKTOP (Already Perfect)
   =========================== */

.healthcare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.healthcare-card {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
  transition: 0.4s ease;
}

.hc-img {
  height: 340px;
  background-size: cover;
  background-position: center;
  transition: 0.4s ease;
}

.healthcare-card:hover .hc-img {
  transform: scale(1.05);
  filter: brightness(0.85);
}

.hc-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  padding: 20px;
  background: linear-gradient(45deg, #1f1f1fcf, #eb1e40cf);
  color: #ffffff;
  border-bottom-right-radius: 40px;
  clip-path: path("M0 0 H490 V25 C95 40 60 75 -810 800 Z");
}

.hc-overlay h3 {
  margin: 0;
  font-size: 28px;
  padding: 7px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.hc-bottom {
  padding: 20px;
  padding-top: 35px;
}

.hc-bottom p {
  margin: 0;
  font-size: 14px;
  color: #555;
}
/* =========================
   RESPONSIVE OVERLAY TUNING
   ========================= */

/* Tablets & small laptops */
@media (max-width: 992px) {
  .hc-overlay {
    width: 100%;
    height: 140px;
    padding: 18px;
    border-bottom-right-radius: 32px;
    clip-path: path("M1 0 H375 V22 C72 27 49 50 -250 500 Z");
  }
}

/* Mobile screens */
@media (max-width: 768px) {
  .hc-overlay {
    width: 100%;
    height: 120px;
    padding: 16px;
    border-bottom-right-radius: 28px;
    clip-path: path("M1 0 H375 V22 C72 27 49 50 -250 500 Z");
  }
}

/* Small phones */
@media (max-width: 480px) {
  .hc-overlay {
    width: 100%;
    height: 100px;
    padding: 14px;
    border-bottom-right-radius: 22px;
    clip-path: path("M2 0 H375 V18 C20 35 -59 50 -250 509 Z");
  }
}

/* Very small screens (320px range) */
@media (max-width: 360px) {
  .hc-overlay {
    height: 90px;
    padding: 12px;
    border-bottom-right-radius: 18px;
   clip-path: path("M1 0 H375 V22 C72 27 49 50 -250 500 Z");
  }
}



/* ===========================
   TABLET RESPONSIVE (≤ 992px)
   =========================== */
@media (max-width: 992px) {

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

  .hc-img {
    height: 280px;
  }

  /* .hc-overlay {
    height: 130px;
    padding: 18px;
  } */

  .hc-overlay h3 {
    font-size: 22px;
  }
}



/* ===========================
   MOBILE RESPONSIVE (≤ 600px)
   =========================== */
@media (max-width: 600px) {

  .healthcare-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .healthcare-card {
    border-radius: 16px;
  }

  .hc-img {
    height: 230px; /* smaller image */
  }

  /* .hc-overlay {
    height: 110px;
    padding: 15px;
    border-bottom-right-radius: 25px;


    clip-path: path("M0 0 H250 V20 C80 35 55 60 -810 800 Z");
  } */

  .hc-overlay h3 {
    font-size: 20px;
  }

  .hc-bottom {
    padding: 15px;
  }

  .hc-bottom p {
    font-size: 13px;
  }
}

/* Popup Base */
.popup {
  display: none;
  position: fixed;
  inset: 1;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
}


/* First popup – gallery */
#galleryPopup {
  z-index: 9998;
}

/* Second popup – image preview (highest) */
#imagePopup {
  z-index: 10000 !important;
}

/* Popup content */
.popup-content {
  background: rgba(255, 255, 255, 0.158) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  padding: 20px;
  border-radius: 12px;
  position: relative;
}

.image-popup {
  padding: 0;
  background: none;
  max-width: 80vw;
}

.image-popup img {
  width: 100%;
  border-radius: 10px;
}

/* Close button stays on top */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 35px;
  cursor: pointer;
  color: white;
  z-index: 20000;
}




.image-popup {
  padding: 0;
  background: none;
  
}

.image-popup img {
  /* width: auto; */
  
  border-radius: 10px;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 35px;
  cursor: pointer;
  color: #ffffff;
  z-index: 99999;
}

/* Gallery grid inside popup */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}

.gallery-grid img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.gallery-grid img:hover {
  transform: scale(1.03);
}


/* =========================
   MOBILE RESPONSIVE STYLES
   ========================= */

/* Base responsive fix */
.popup {
  inset: 0; /* prevents overflow issue on small screens */
}

/* Phones below 768px */
@media (max-width: 768px) {

  .popup-content {
    width: 90vw;
    max-height: 90vh;
    padding: 15px;
  }

  .image-popup img {
    /* width: 90vw; */
    max-height: 70vh;
    object-fit: contain;
  }

  .close-btn {
    font-size: 28px;
    top: 8px;
    right: 12px;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 8px;
  }
}

/* Small phones below 480px */
@media (max-width: 480px) {

  .popup-content {
    width: 94vw;
    padding: 12px;
  }

  .image-popup img {
    /* width: 90vw; */
    border-radius: 8px;
  }

  .close-btn {
    font-size: 26px;
    right: 10px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}

/* Extra small (320px - older phones) */
@media (max-width: 360px) {

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .close-btn {
    font-size: 24px;
  }
}



.infobox
{
  width: 900px;
  height: 300px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a7a7a74, #eb1e407e) !important;
}

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










/* ------------------------------
   COUNTER SECTION (GRID LOOK)
------------------------------ */
.stats-section {
  padding: 80px 0;
  background: #ffffff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* <-- 3 columns */
  gap: 40px;
  justify-items: start; /* numbers align left */
}

.stat-box h2 {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
}

.stat-box .num {
  color: #eb1e41;
}

.stat-box .plus {
  color: #000000;
  font-size: 55px;
  margin-left: 5px;
}

.stat-box p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666;
  font-weight: 200;
  max-width: 180px;
}

/* Responsive */
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}

@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr); /* single column on mobile */
    justify-items: center; /* numbers align left */
  }

  .stat-box h2 {
    font-size: 40px;
     justify-content: center;   /* centers horizontally */
    align-items: center;       /* centers vertically */
    text-align: center;  
  }
  .stat-box p {
    text-align: center;
  }
  .stat-box .plus
  {
    font-size: 30px;
  }
  .last-box
  {
    margin-left: 20px;
  }
}




/* Floating Buttons Container */
.floating-buttons {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* WhatsApp Button */
.whatsapp-btn {
  width: 55px;
  height: 55px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  transition: 0.3s ease;
}
.whatsapp-btn img {
  width: 28px;
  height: 28px;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 22px rgba(0,0,0,0.3);
}

/* Go To Top Button */
.top-btn {
  width: 55px;
  height: 55px;
  font-size: 24px;
  border: none;
  border-radius: 50%;
  background: #eb1e41;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.top-btn:hover {
  transform: scale(1.1);
}

/* Make top button visible when active */
.top-btn.show {
  opacity: 1;
  pointer-events: auto;
}










/* Hero Section */
.gc-hero {
  background: linear-gradient(to bottom right, #000, #eb1e41);
  padding: 80px 0;
}

.gc-btn {
  background: #eb1e41;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  transition: 0.3s;
}

.gc-btn:hover {
  background: #000;
  color: #fff;
}

/* Feature Cards */
.gc-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  transition: 0.3s;
  border: 1px solid #eee;
}

.gc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.icon-color {
  color: #eb1e41;
}


.btn112
{
  width: 80% !important;
}


.hide-desktop-tablet {
  display: none; /* hidden by default */
}

/* Show only on mobile (max-width 767px) */
@media (max-width: 767px) {
  .hide-desktop-tablet {
    display: block; /* or flex / inline-block depending on need */
  }
}





#confetti-canvas {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: 999999 !important;
}






