

/*** Topbar Start ***/ 
* {
  font-family: "Inter", sans-serif;
}
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 100px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

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

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/
.hero-index {
  background: linear-gradient(135deg, #080909, #000814);
  padding: 40px 20px;
  color: #fff;
  overflow: hidden;
}

.hero-content {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
}

.hero-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 18px;
}

.hero-text h1 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #bbced6;
  
}

.hero-text p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 35px;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  text-align: center;
}

.btn {
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #fff;
  color: #0d6efd;
}

.btn-primary:hover {
  background: #e6e6e6;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline:hover {
  background: #fff;
  color: #0d6efd;
}

.hero-image img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
  animation: float 4s ease-in-out infinite;
}

/* Animation */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

/* Responsive */
@media (max-width: 991px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

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

  .hero-text h1 {
    font-size: 36px;
  }
}
.header-item {
  background: linear-gradient(135deg, #080909, #000814);
  padding: 10px 10px;
  color: #000;
  overflow: hidden;
}

/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service-item{
        border-radius: 12px;
    }

    .service-content h4{
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 600;
    }

    .service-list{
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .service-list li{
        padding: 6px 0;
        margin:0;
        border-bottom: 1px solid #eee;
    }

    .service-list li:last-child{
        border-bottom: none;
    }


/*** Service End ***/





/*** Footer Start ***/

.footer-item a img {
    max-height: 100px;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}
.footer .footer-item .footer-box{
  height: 110px;
  width: auto;
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}
.footer-btn .social-media {
  background-color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 25px;
}
.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    color: #fff;

}

.footer .footer-item .footer-btn a:hover i {
    color: #fff;
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}

.fixed-contact {
  position: fixed;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.contact-btn span {
  display: none;
}

.contact-btn:hover {
  width: 140px;
  border-radius: 30px;
  justify-content: flex-start;
  padding-left: 20px;
}

.contact-btn:hover span {
  display: inline;
  margin-left: 12px;
}

/* WhatsApp */
.whatsapp {
  background: #25D366;
}

/* Phone */
.phone {
  background: #0d6efd;
}
/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/

/*** Footer End ***/




section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}
/*

*/


.about .content-wrapper {
  padding-right: 2rem;
}

@media (max-width: 992px) {
  .about .content-wrapper {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}

.about .section-header {
  margin-bottom: 2rem;
}

.about .section-header h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
}

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

.about .section-badge {
  display: inline-block;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.about .lead-text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: var(--heading-color);
  font-weight: 500;
}

.about .description-text {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.about .stat-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: var(--surface-color);
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s ease;
}

.about .stat-item:hover {
  border-color: var(--accent-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.about .stat-item .stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.about .stat-item .stat-label {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 0;
}

.about .visual-section {
  position: relative;
}

.about .main-image-container {
  position: relative;
  margin-bottom: 2rem;
}
.about .main-image-container img{
  height: 450px;
  width: 100%;
}

.about .main-image-container .main-visual {
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.about .main-image-container .overlay-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #2A7B9B;
  background: linear-gradient(90deg,rgba(42, 123, 155, 0.6) 40%, rgba(87, 199, 133, 0.6) 67%, rgba(237, 221, 83, 0.79) 100%);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(32, 25, 25, 0.842);
  max-width: 280px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

@media (max-width: 992px) {
  .about .main-image-container .overlay-card {
    position: static;
    margin-top: 2rem;
    max-width: none;
  }
}

.about .main-image-container .overlay-card .card-content {
  position: relative;
}

.about .main-image-container .overlay-card .card-content h4 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  color: #000;
}

.about .main-image-container .overlay-card .card-content p {
  margin: 0;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.5;
}

.about .main-image-container .overlay-card .card-content .card-icon {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .main-image-container .overlay-card .card-content .card-icon i {
  font-size: 1.125rem;
}

.about .secondary-images .secondary-img {
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.about .secondary-images .secondary-img:hover {
  transform: scale(1.05);
}

.about .features-section {
  padding: 1rem 0;
  background-color: #cadfe0;
  border-radius: 12px;
  margin-top: 1rem;
}

.about .feature-box {
  text-align: center;
  padding: 1.5rem;
}

.about .feature-box .feature-icon {
  width: 70px;
  height: 70px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.about .feature-box .feature-icon:hover {
  transform: translateY(-5px);
}

.about .feature-box h5 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--heading-color);
  font-weight: 600;
}

.about .feature-box p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.6;
  margin: 0;
}

.features .tab-icon i {
  font-size: 32px;
  color: #3a57e8;
}

.features .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  border: none;
}

.features .nav-tabs .nav-link.active {
  background: #3a57e8;
  color: #fff;
  border-radius: 8px;
}

.features .tab-content {
  margin-top: 30px;
}

.feature-grid {
  margin-top: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.stats-row {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

.stat-item .stat-number {
  font-size: 22px;
  font-weight: 700;
  color: #3a57e8;
}

.floating-card {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 12px 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
}

.btn-primary {
  background: #3a57e8;
  padding: 10px 18px;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}




/*--------------------------------------------------------------
# Features Cards Section
--------------------------------------------------------------*/
/* ===== Features Cards Section ===== */

.features-cards.section {
  padding: 60px 0;
}

/* --- Feature Card (Large) --- */
.feature-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px;
  transition: all 0.3s ease;
  border: 1px solid #e6e6e6;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  position: relative;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Icon Box */
.icon-box {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  background: #eaf2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 32px;
  color: #0062ff;
}

/* Title */
.feature-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

/* Paragraph */
.feature-card p {
  color: #555;
  margin-bottom: 18px;
  line-height: 1.6;
}

/* List */
.feature-list {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #444;
}

.feature-list i {
  color: #0062ff;
  font-size: 18px;
}

/* Read More Button */
.read-more {
  font-weight: 600;
  color: #0062ff;
  text-decoration: none;
  transition: 0.3s;
}

.read-more:hover {
  color: #0047b3;
  padding-left: 6px;
}

/* --- Mini Cards --- */
.compliance-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  border: 1px solid #e6e6e6;
  transition: all 0.3s;
  box-shadow: 0 6px 15px rgba(0,0,0,0.04);
}

.compliance-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
}

.compliance-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.status {
  font-size: 15px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
}

.status.compliant {
  background: #e4f3e9;
  color: #2e7d41;
}

.status.in-progress {
  background: #fff4e5;
  color: #b4690e;
}

.status.planned {
  background: #e5edff;
  color: #0047ff;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-card {
    padding: 25px;
  }
  .icon-box {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}




/* =============================
   CTA SECTION – MACOLUTION STYLE
   ============================= */

.call-to-action {
  padding: 80px 0;
  background: #0d0d0d; /* Pure dark */
  color: #dadada;
  position: relative;
}



/* Main Image */
.main-image {
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
}

/* Content Area */
.content-area h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.content-area p {
  font-size: 16px;
  color: #e6e6e6;
  margin-bottom: 25px;
  line-height: 1.7;
}

/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.feature-list i {
  color: #00eaff;
  font-size: 20px;
  margin-right: 10px;
}
.feature-list span {
  color: #e9f0f1;
  font-size: 20px;
  margin-right: 10px;
}


/* CTA Button */
.btn-cta {
  display: inline-block;
  background: linear-gradient(135deg, #00eaff, #0088ff);
  color: #000;
  padding: 12px 28px;
  font-size: 17px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s all ease;
  box-shadow: 0 8px 20px rgba(0, 238, 255, 0.25);
}

.btn-cta:hover {
  background: linear-gradient(135deg, #0088ff, #00eaff);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 238, 255, 0.35);
}

/* Responsive */
@media (max-width: 992px) {
  .floating-card {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .content-area h2 {
    font-size: 28px;
  }

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


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
/* ---------------------------------------
   TESTIMONIALS SECTION – MACOLUTION
------------------------------------------ */

#testimonials {
  padding: 70px 0;
  background: #f8f9fa;
}

#testimonials .section-title p {
  max-width: 650px;
  margin: 0 auto;
  color: #555;
  text-align: center;
}

/* Masonry Grid */
.testimonial-masonry {
  column-count: 3;
  column-gap: 25px;
}

@media (max-width: 991px) {
  .testimonial-masonry {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .testimonial-masonry {
    column-count: 1;
  }
}

/* Testimonial Card */
.testimonial-item {
  break-inside: avoid;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.07);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #eee;
}

.testimonial-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.09);
}

/* Highlight Cards */
.testimonial-item.highlight {
  background: #2b2e33;
  color: #fff;
  border: none;
}

.testimonial-item.highlight p {
  color: #e4e4e4;
}

/* Quote Icon */
.quote-pattern i {
  font-size: 40px;
  color: #007bff;
  opacity: 0.25;
}

.testimonial-item.highlight .quote-pattern i {
  color: #fff;
  opacity: 0.25;
}

/* Text */
.testimonial-content p {
  margin: 15px 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.testimonial-item.highlight .testimonial-content p {
  color: #dedede;
}

/* Client Info */
.client-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.client-image img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #007bff20;
}

.testimonial-item.highlight .client-image img {
  border-color: #ffffff40;
}

.client-details {
  margin-left: 12px;
}

.client-details h3 {
  font-size: 17px;
  margin: 0;
  font-weight: 600;
  color: #222;
}

.testimonial-item.highlight .client-details h3 {
  color: #fff;
}

.client-details .position {
  font-size: 14px;
  color: #777;
}

.testimonial-item.highlight .position {
  color: #bfbfbf;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
/* Section Background */
.stat-card {
  transition: transform .3s ease;
}
.stat-card:hover {
  transform: translateY(-6px);
}
/* --------------------------------------------
   SERVICES SECTION – MACOLUTION PREMIUM STYLE
--------------------------------------------- */

#services {
  padding: 80px 0;
  background: #f8f9fb;
}

/* Section Title */
#services .section-title {
  text-align: center;
}

#services .description-title {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #0071e3; /* Apple-like Blue */
  text-transform: uppercase;
}

#services h2 {
  font-weight: 800;
  font-size: 36px;
  color: #000;
  margin-top: 10px;
}

#services p {
  color: #444;
  font-size: 16px;
}

/* Badge */
.section-badge {
  display: inline-flex;
  align-items: center;
  background: #e9f1ff;
  color: #0071e3;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.1);
}

.section-badge i {
  margin-right: 8px;
}

/* Intro heading */
.section-heading {
  font-size: 34px;
  font-weight: 700;
  color: #111;
}

.section-description {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

/* CTA Button */
.cta-button {
  display: inline-block;
  background: #0071e3;
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: 0 8px 16px rgba(0, 113, 227, 0.25);
}

.cta-button:hover {
  background: #005bb8;
  color: #fff;
  transform: translateY(-3px);
}

/* Visual Image */
.hero-visual img {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* --------------------------------------------
 CARDS
--------------------------------------------- */

.service-card {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  position: relative;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08), 
              0 2px 6px rgba(0,0,0,0.05);
  transition: 0.35s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.14);
}

/* Card Numbers */
.card-number {
  position: absolute;
  top: -15px;
  right: 20px;
  background: #0071e3;
  color: #fff;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  box-shadow: 0 6px 18px rgba(0, 113, 227, 0.35);
}

/* Service Title */
.service-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-title a {
  color: #000;
  text-decoration: none;
}

.service-title a:hover {
  color: #0071e3;
}

/* Description */
.service-description {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

/* Responsive Fixes */
@media (max-width: 991px) {
  #services h2 {
    font-size: 28px;
  }

  .service-card {
    padding: 22px;
  }
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 28px;
  }

  .hero-visual img {
    margin-top: 25px;
  }
}


/* --------------------------------------------
   SERVICE CARDS
--------------------------------------------- */
/* HERO BASE */
.about-hero {
  position: relative;
  height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

/* BACKGROUND CONTAINER */
.repair-bg {
  position: absolute;
  inset: 0;
}

/* BEFORE IMAGE */
.repair-bg .before {
  position: absolute;
  inset: 0;
  background-image: url("../../assets/repair-before.jpg") center/cover no-repeat;
}

/* AFTER IMAGE */
.repair-bg .after {
  position: absolute;
  inset: 0;
  background: url("../../assets/repair-after.jpg") center/cover no-repeat;
  clip-path: inset(0 100% 0 0);
  animation: repairReveal 6s ease-in-out infinite;
}

/* DIVIDER LINE */
.repair-bg .divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(255,255,255,0.9);
  left: 0;
  animation: dividerMove 6s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(255,255,255,0.6);
}

/* DARK OVERLAY */
.repair-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  text-align: center;
  padding: 20px;
}

.hero-content h1 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.hero-content .badge {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 14px;
  border-radius: 50px;
  background: linear-gradient(135deg, #0d6efd, #00c6ff);
  font-size: 13px;
  letter-spacing: 1px;
}

/* ANIMATIONS */
@keyframes repairReveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  45% {
    clip-path: inset(0 0 0 0);
  }
  55% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}

@keyframes dividerMove {
  0% {
    left: 0%;
  }
  45% {
    left: 100%;
  }
  55% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }
}


.about-hero h1 {
font-size: 52px;
font-weight: 800;
margin-bottom: 15px;
color: #fff;
}

.about-hero p {
font-size: 18px;
color: #ccc;
max-width: 700px;
margin: auto;
}

/* ABOUT CONTENT */
.about-section {
padding: 20px 0;
}

.about-img {
border-radius: 22px;
overflow: hidden;
box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

.about-content h2 {
font-size: 40px;
font-weight: 800;
margin-bottom: 18px;
}

.about-content p {
font-size: 16px;
line-height: 1.8;
color: #555;
}

/* VALUES */
.values-section {
background: #fff;
padding: 90px 0;
}

.value-card {
background: #ffffff;
border-radius: 20px;
padding: 35px 25px;
height: 100%;
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
transition: all 0.35s ease;
}

.value-card:hover {
transform: translateY(-10px);
box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}

/* --------------------------------------------
Macbook Repair in Gurugram 
--------------------------------------------- */

.macbook-hero {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}

.macbook-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      rgba(70, 39, 39, 0.9),
      rgba(0, 0, 0, 0.9)
    ),
    url("../../assets/macbook-repair.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9; /* 🔹 image opacity */
  z-index: 1;
}
.macbook-hero > * {
  position: relative;
  z-index: 2;
}
.macbook-hero span, .iphone-hero span{
  color: #fff;
}
.macbook-hero h1, .lap-hero h1, .iphone-hero h1{
  color: #f9fafc;
}
.macbook-hero p, .lap-hero p, .iphone-hero p{
  color: #fff;
  font-size: 20px;
}

.mac-service {
  padding: 80px 0;
  background: linear-gradient(135deg, #9197a3, #dadce9);
}
.mac-service .section-head p{
  color: #fff;
}
.section-title {
  color: #fff;
  font-weight: 700;
}

.section-subtitle {
  color: #cbd5f5;
  font-size: 16px;
}

.mac-service-box {
  border: 1px solid #bfbfbf;
}

.mac-service-box {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  color: #fff;
  transition: all 0.4s ease;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.mac-service-box:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.12);
}

.mac-service-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.mac-service-box p {
  font-size: 14px;
  color: #374551;
}

.mac-service-box .highlight {
  border: 1px solid #38bdf8;
  box-shadow: 0 0 30px rgba(56,189,248,0.4);
}
.mac-cta-section {
  background-color: #000;
}
.mac-cta-section h2{
  color: #fff;
}

/* --------------------------------------------
Iphone Repair in Gurugram 
--------------------------------------------- */
.iphone-hero {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}

.iphone-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      rgba(70, 39, 39, 0.9),
      rgba(10, 7, 7, 0.9)
    ),
    url("../../assets/iphone-rapair.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9; /* 🔹 image opacity */
  z-index: 1;
}
.iphone-hero > * {
  position: relative;
  z-index: 2;
}
.iphone-hero span .tag {
  color: #fff;
  text-align: center;
}


.iphone-services {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}
.iphone-services .hero-text h3 {
  font-size: 3rem;
  margin-bottom: 10px;
  text-align: center;
}
.iphone-services .hero-text h4 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: center;
}
.hero-text p {
  font-size: 1.1rem;
  opacity: 0.85;
}

/* Services Cards Grid */
.services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-top: 50px;
  position: relative;
  z-index: 2;

}

.service-card {
  background: linear-gradient(145deg, #0f2027, #203a43);
  color: #fff;
  padding: 25px 15px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.service-card .icon {
  font-size: 3rem;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}

.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 600;
  color: #fff;
}
.service-card p {
  opacity: 0.85;
  font-size: 1rem;
}
/* Hover Effect */
.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  background: linear-gradient(145deg, #00e5ff, #00bcd4);
}
.service-card:hover .icon {
  transform: scale(1.3) rotate(10deg);
}


/* --------------------------------------------
Iphone Repair in Gurugram 
--------------------------------------------- */
.iphone-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.iphone-services {
  padding: 20px 0;
  background: #f9fafc;
}

.iphone-services .section-head h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.iphone-services .section-head .service-box {
  background: #c5c8d2;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.08);
  transition: 0.4s;
  margin: 10px;
}

.iphone-services .section-head .service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 65px rgba(0,0,0,0.15);
}

.iphone-services .section-head .service-box .highlight {
  border: 2px solid #0d6efd;
}

.why-macolution {
  padding: 20px 0;
}

.why-list li {
  list-style: none;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

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

.stat-card {
  padding: 30px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.stat-card.highlight {
  background: linear-gradient(135deg,#0d6efd,#00c6ff);
  color: #fff;
}

.cta-section {
  padding: 80px 0;
  background: #000;
  color: #fff;
}

.primary-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  background: linear-gradient(135deg,#0d6efd,#00c6ff);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.features-section {
  padding: 80px 0;
  background: #ffffff;
}

.feature-card {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 14px 45px rgba(0,0,0,0.08);
  text-align: center;
  transition: 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

.feature-card.highlight {
  border: 2px solid #0d6efd;
}

.feature-icon {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.feature-card h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-card p {
  color: #555;
  font-size: 0.95rem;
}
.iphone-process-section {
  padding: 80px 0;
  background: #f8f9fb;
}

.iphone-process-section li {
  margin-bottom: 12px;
  font-size: 1rem;
}

.before-after-box {
  position: relative;
  height: 320px;
  border-radius: 20px;
  background: linear-gradient(120deg,#ff4d4d,#0d6efd);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.iphone-process-section .before-after-box .label {
  position: absolute;
  bottom: 20px;
  padding: 8px 18px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border-radius: 30px;
  font-size: 0.85rem;
}

.iphone-process-section .before-after-box .before {
  left: 20px;
}

.iphone-process-section .before-after-box .after {
  right: 20px;
}



/* --------------------------------------------
Laptop Repair in Gurugram 
--------------------------------------------- */
.lap-hero {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}

.lap-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      rgba(70, 39, 39, 0.9),
      rgba(0, 0, 0, 0.9)
    ),
    url("../../assets/lap-repair.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9; /* 🔹 image opacity */
  z-index: 1;
}
.lap-hero > * {
  position: relative;
  z-index: 2;
}
.lap-hero h1 {
  padding: 20px 0;
}

.hero-badge {
  background:#fff;
  color:#000;
  padding:6px 14px;
  border-radius:20px;
  font-size:13px;
}

.lap-service {
  padding: 80px 0;
  background: linear-gradient(135deg, #9197a3, #dadce9);
}
.lap-service .section-head p{
  color: #fff;
}
.section-title {
  color: #fff;
  font-weight: 700;
}

.section-subtitle {
  color: #cbd5f5;
  font-size: 16px;
}

.lap-service-box {
  border: 1px solid #bfbfbf;
}

.lap-service-box {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  color: #fff;
  transition: all 0.4s ease;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.lap-service-box:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.12);
}

.lap-service-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.lap-service-box p {
  font-size: 14px;
  color: #374551;
}

.lap-service-box .highlight {
  border: 1px solid #38bdf8;
  box-shadow: 0 0 30px rgba(56,189,248,0.4);
}
.lap-cta-section {
  background-color: #000;
}
.lap-cta-section h2{
  color: #fff;
}


/* --------------------------------------------
Mobile Repair in Gurugram 
--------------------------------------------- */

       /* Custom CSS for Mobile Repair Page 

/* General Layout & Typography */
.mob-section-padding {
    padding: 20px 0;
}

/* Custom Hero/CTA Styles */
.mobile-hero {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}

.mobile-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      rgba(70, 39, 39, 0.9),
      rgba(0, 0, 0, 0.9)
    ),
    url("../../assets/mobile-repair.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9; /* 🔹 image opacity */
  z-index: 1;
}
.mobile-hero > * {
  position: relative;
  z-index: 2;
}
.mobile-hero h1 {
    color: #dc3545;
}
.mobile-hero p .lead{
  color: #fff;
}
.pulse-animation {
    animation: pulse 2s infinite;
}

/* Service Card Styles */
.core-services {
  padding: 20px 0;
}
.core-services h2{
  color: #183fef;
}
.mob-service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #007bff !important; /* Visual hook */
}
.mob-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.hover-lift:hover {
    transform: translateY(-5px);
}

/* Final CTA Animation */
.bounce-animation {
    animation: bounce 1.5s infinite;
}

/* --- Keyframe Animations --- */

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(220, 53, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* --- Media Queries for Responsiveness --- */

/* Adjust spacing for smaller screens */
@media (max-width: 768px) {
    .mob-section-padding {
        padding: var(-2rem) 0;
    }
    .mobile-hero h1 {
        font-size: 2.5rem;
    }
    .stats-section .display-4 {
        font-size: 2rem;
    }
}






