body, html {
      margin: 0;
      padding: 0;
      height: 100%;
      color: #fff;
      overflow-x: hidden !important;
 
    }
  

@media (min-width: 1100px) {
  .sidebar-fix-page .social-sidebar {
    right: 8px !important;
  }

  .sidebar-fix-page .social-sidebar a {
    right: 0 !important;
  }
}


    
    .hero {
      position: relative;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: url('../images/landing-banner.webp') no-repeat center center/cover;
      overflow: hidden;
    }

    @media (max-width: 768px) {
  .hero {
    background: url('../images/banner-mobile.webp') 
                no-repeat center center/cover;
    height: 100vh;
  }

  .p-first {
    font-size: 2.2rem !important;
   
  }

  .hero h1 {
    font-size: 1rem;
  }
}
    .hero::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
    }
    .hero-content {
      position: relative;
      max-width: 800px;
      padding: 20px;
    }
    .p-first {
      font-size: 3.5rem !important;
      font-weight: 700;
      margin-bottom: 20px;
      color : black;
       font-family:'Rajdhani' !important;
    }
    .p-first span {
      background: linear-gradient(45deg, #00f260, #0575e6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 800;
    }
    .hero h1 {
      font-size: 1.2rem;
      margin-bottom: 30px;
      line-height: 1.6;
      color : #222;
    }
    .btn-primary-custom {
      background: linear-gradient(45deg, #00f260, #0575e6);
      border: none !important;
      color: #222 !important;
      font-weight : 700 !important;
      letter-spacing : 1px;
    }
    .btn-primary-custom:hover {
      color : #ffffff !important;
      background: linear-gradient(45deg, #0575e6, #00f260);
      transform: scale(1.05);
    }
    .btn-outline-custom {
      
      background: transparent;
    }
    .btn-outline-custom:hover {
      transform: scale(1.05);
    }
    .email-form button {
      border-radius: 50px;
      padding: 12px 25px;
    }
    @media (max-width: 768px) {
      .p-first {
        font-size: 2.2rem !important;
      }
      .hero h1 {
        font-size: 1rem;
      }
      
    }
    /* We are section (2) css start */

     .about-section {
    width: 100%;
    min-height: 85vh;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
  }

  /* Left Side */
  .about-image-side {
    position: relative;
    overflow: hidden;
  }
  .image-wrapper {
    width: 100%;
    height: 100%;
  }
  .about-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
  }
  .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0,0,0,0.3), rgba(0,123,255,0.35));
  }

 

  /* Right Side */
  .content-side {
    background: linear-gradient(135deg, #0a192f, #102a43);
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .content-wrapper {
    max-width: 600px;
    margin: auto;
  }
  .highlight {
    color: #00eaff;
  }
  .text-light-50 {
    color: #cfd8dc !important;
  }

  .icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00eaff;
    font-size: 1.3rem;
    flex-shrink: 0;
  }
  .bg-glass {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
  }
  .bg-glass:hover {
    background: rgba(255,255,255,0.2);
    transform: scale(1.1);
  }

  
  .bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.3;
    animation: float 12s ease-in-out infinite alternate;
  }
  .shape1 {
    width: 280px;
    height: 280px;
    top: 8%;
    right: 10%;
    background: #00eaff;
  }
  .shape2 {
    width: 350px;
    height: 350px;
    bottom: 0;
    left: 8%;
    background: #007bff;
  }

  @media (max-width: 992px) {
    .about-section { min-height: auto; padding: 0 !important; }
    .about-bg-img { height: 400px; }
    .floating-stats { display: none; }
    .content-side { text-align: center; padding: 40px 15px; }
    .content-wrapper { max-width: 100%; padding: 0 10px; }
    .icon-circle { width: 50px; height: 50px; font-size: 1.2rem; }
  }

  @media (max-width: 576px) {
    .content-side { padding: 30px 10px; }
    .about-section { margin-top: 40px; padding: 0; }
    .about-bg-img { height: 350px; }
    .icon-circle { width: 45px; height: 45px; font-size: 1rem; }
  }

@media (max-width: 992px) {
  .about-section .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .about-section [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* service index section css (3) start */

     .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title {
            font-size: 2.6rem;
            color: #222;
            position: relative;
            display: inline-block;
        }

        .section-subtitle {
            font-size: 1rem;
            color: gray !important;
            max-width: 700px;
            margin: 6px auto 0;
           
        }

        .cards-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 30px;
        }

        .service-card {
            background: white;
            border-radius: 16px;
            padding: 35px 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }

        .service-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, #3498db, #2ecc71);
            z-index: 2;
        }

        .service-card:nth-child(2):before {
            background: linear-gradient(90deg, #9b59b6, #e74c3c);
        }

        .service-card:nth-child(3):before {
            background: linear-gradient(90deg, #f39c12, #e74c3c);
        }

        .service-card:nth-child(4):before {
            background: linear-gradient(90deg, #1abc9c, #3498db);
        }

        .service-card:nth-child(5):before {
            background: linear-gradient(90deg, #34495e, #9b59b6);
        }

        .service-card:nth-child(6):before {
            background: linear-gradient(90deg, #e74c3c, #f39c12);
        }

        .card-icon {
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 25px;
            font-size: 32px;
            color: white;
            background: linear-gradient(135deg, #3498db, #2c3e50);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
        }

        .service-card:nth-child(2) .card-icon {
            background: linear-gradient(135deg, #9b59b6, #8e44ad);
            box-shadow: 0 5px 15px rgba(155, 89, 182, 0.3);
        }

        .service-card:nth-child(3) .card-icon {
            background: linear-gradient(135deg, #e74c3c, #c0392b);
            box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
        }

        .service-card:nth-child(4) .card-icon {
            background: linear-gradient(135deg, #1abc9c, #16a085);
            box-shadow: 0 5px 15px rgba(26, 188, 156, 0.3);
        }

        .service-card:nth-child(5) .card-icon {
            background: linear-gradient(135deg, #f39c12, #d35400);
            box-shadow: 0 5px 15px rgba(243, 156, 18, 0.3);
        }

        .service-card:nth-child(6) .card-icon {
            background: linear-gradient(135deg, #34495e, #2c3e50);
            box-shadow: 0 5px 15px rgba(52, 73, 94, 0.3);
        }

        .card-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: #2c3e50;
            font-family:'Rajdhani' !important;
        }

        .card-description {
            font-size: 1rem;
            color: #000 !important;
            line-height: 1.7;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .card-link {
            display: inline-flex;
            align-items: center;
            color: #00A6C7;
            font-weight: 500;
            text-decoration: none;
            margin-top: auto;
            transition: all 0.3s ease;
        }

        .card-link i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        .service-card:hover .card-link {
            color: #000;
        }

        .service-card:hover .card-link i {
            transform: translateX(5px);
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .cards-container {
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 25px;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
            
            .service-card {
                padding: 30px 25px;
            }
        }

        @media (max-width: 480px) {
            .cards-container {
                grid-template-columns: 1fr;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .section-subtitle {
                font-size: 1.1rem;
            }
            
            .service-card {
                padding: 25px 20px;
            }
            
            .card-icon {
                width: 70px;
                height: 70px;
                font-size: 28px;
            }
        }

  /* Why Choose Us section (4) css start */
 #why-choose-us {
    background: #ffffff;
    background-size: 400% 400%;
    animation: gradientMove 15s ease infinite;
    position: relative;
   
  }

  @keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

  /* Floating animation */
  @keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
    100% { transform: translateY(0px) rotate(0deg); }
  }

  /* Hover effects */
  .feature-card, .highlight-box {
    transition: all 0.4s ease;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(6px);
    border : 1px solid #00A6C7;
  }
  .feature-card:hover, .highlight-box:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  }
  .feature-card i, .highlight-box i {
    transition: transform 0.3s, text-shadow 0.3s;
  }
  .feature-card:hover i, .highlight-box:hover i {
    transform: scale(1.2);
    text-shadow: 0 0 15px rgba(0,255,255,0.6);
  }

  @media(max-width:992px) {
    .feature-card, .highlight-box { margin-bottom:20px; }
  }


  /* Our Satisfied Clients (5) css start */

   .brand-item {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 12px;
        border-radius: 50px;
        padding: 6px 16px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      .brand-item img {
        max-height: 12vh;
        max-width: 12vw;
        object-fit: contain;
      }

      .brand-item:hover img {
        filter: grayscale(0%) brightness(100%);
        transform: scale(1.1);
      }

      @media (max-width: 768px) {
  .brand-item img {
    max-height: 18vh;   
    max-width: 35vw;    
  }
}

      /* certificate (6) css start */

       .certificate-section {
    background-color: #f0f7ff; 
  }

  .certificate-img {
    width: 100%;        
    max-width: 500px;    
    height: auto;       
    margin: 0 auto;    
    display: block;
  }

  @media (max-width: 767px) {
    .certificate-img {
      max-width: 100%; 
      padding: 8px;
    }
  }
    
 /* counter (7) css start */

 .stats-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  background: #00a6c7;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
}

.stat-box {
  padding: 20px;
  border-radius: 12px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.stat-box i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #fff;
}

.stat-box h2 {
  font-size: 28px;
  margin: 5px 0;
  font-weight: 600;
}

.stat-box p {
  font-size: 16px;
  opacity: 0.9;
}

.stat-box:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.1);
}

/* testimonial (8) css start */

.u-review-section {
  background: #f8fbff;
  padding: 70px 0;
}

.u-review-slider {
  overflow: hidden;
  width: 100%;
}

.u-review-track {
  display: flex;
  gap: 30px;
  transition: transform 0.6s ease;
}

.u-review-card {
  min-width: 31.3% !important;
  border: 1px solid #e6ecf3;
  background: #ffffff;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.07);
  transition: 0.3s ease;
}

.u-review-card:hover {
  transform: translateY(-8px);
}

.u-review-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.u-google-icon {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}

.u-review-text {
  text-align: justify;
  font-size: 15px;
  line-height: 1.6;
}
.u-stars i {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .u-review-card {
    min-width: 48%;
  }
}

@media (max-width: 768px) {
  .u-review-card {
    min-width: 100%;
  }

  .u-review-title h2 {
    font-size: 28px;
  }
}
/* Perfect Mobile Slider Adjustment */
@media (max-width: 768px) {
  .u-review-slider {
    padding-left: 15px;
  }

  .u-review-track {
    gap: 20px !important;
  }

  .u-review-card {
    min-width: calc(100% - 20px) !important;
    margin-right: 5px;
  }
}
/* experience 8 years section css start */

.gx-exp-wall{
      background:linear-gradient(180deg,#eef4ff,#ffffff);
      overflow:hidden;
    }

    /* FULL BACK LAYERS */
    .gx-exp-wall::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 15% 20%, #dbe8ff 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, #e3eeff 0%, transparent 45%);
      z-index:1;
    }

    .gx-wrap{
      position:relative;
      z-index:2;
    }

    /* BIG EXPERIENCE NUMBER */
    .gx-years-bg{
      position:absolute;
      top:-100px;
      right:-30px;
      font-size:220px;
      font-weight:900;
      color: #00A6C7;
      opacity:.08;
      line-height:1;
      z-index:1;
      pointer-events:none;
    }

    /* LEFT BLOCK */
    .gx-left{
      background: #ffffff;
      padding:55px;
      border-radius:28px;
      box-shadow:0 40px 90px rgba(13,110,253,.18);
      position:relative;
    }

    .gx-left::after{
      content:"";
      position:absolute;
      bottom:-30px;
      left:40px;
      width:70px;
      height:70px;
      background: #00A6C7;
      transform:rotate(45deg);
      border-radius:10px;
    }

    .gx-tag{
      display:inline-block;
      background:#eef3ff;
      color: #00A6C7;
      padding:7px 18px;
      border-radius:30px;
      font-size:13px;
      font-weight:600;
      margin-bottom:15px;
    }

    .gx-left h2{
      font-size:42px;
      font-weight:900;
      color: #0b2545;
      line-height:1.15;
    }

    .gx-left h2 span{
      color: #00A6C7;
    }

    .gx-left p{
      margin-top:18px;
      font-size:17px;
      color: #5c6b80;
      max-width:520px;
    }

    /* EXPERIENCE STRIP */
    .gx-exp-strip{
      margin-top:35px;
      background: #00A6C7;
      padding:8px 20px;
      border-radius:20px;
      color:#fff;
      display:flex;
      align-items:center;
      gap:25px;
      box-shadow:0 30px 70px rgba(13,110,253,.45);
    }

    .gx-exp-strip strong{
      font-size:36px;
      font-weight:900;
    }

    .gx-exp-strip span{
      font-size:16px;
      opacity:.95;
    }

    /* RIGHT IMAGE ZONE */
    .gx-right{
      position:relative;
      height:100%;
    }

    .gx-img-main{
      width:100%;
      border-radius:30px;
      box-shadow:0 50px 120px rgba(0,0,0,.22);
      position:relative;
      z-index:2;
    }

    /* IMAGE OVERLAY PANEL */
    .gx-overlay{
      position:absolute;
      top:-35px;
      left:-35px;
      background: #ffffff;
      padding:26px 30px;
      border-radius:22px;
      box-shadow:0 25px 70px rgba(0,0,0,.18);
      z-index:3;
    }

    .gx-overlay h2{
      margin:0;
      font-size:24px !important;
      font-weight:900;
      color: #00A6C7;
    }

    .gx-overlay p{
      margin:0;
      font-size:13px;
      color: #5c6b80;
    }

    /* BOTTOM EXPERIENCE BANNER */
    .gx-bottom{
      margin-top:60px;
      background:#ffffff;
      padding:35px;
      border-radius:26px;
      box-shadow:0 35px 80px rgba(13,110,253,.15);
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:30px;
      border : 1px solid #F2ACE0;
    }

    .gx-box{
      background: #f3f7ff;
      border-radius:22px;
      padding:30px;
      position:relative;
      overflow:hidden;
    }

    .gx-box::before{
      content:"";
      position:absolute;
      top:-40px;
      right:-40px;
      width:100px;
      height:100px;
      background: #F2ACE0;
      border-radius:50%;
    }

    .gx-box h2{
      font-size:22px;
      font-weight:800;
      color:#0b2545;
    }

    .gx-box p{
      font-size:14px;
      color:#5c6b80;
      margin-top:10px;
    }

    @media(max-width:768px){
      .gx-left{padding:35px;}
      .gx-left h2{font-size:32px;}
      .gx-years-bg{font-size:140px;}
      .gx-bottom{grid-template-columns:1fr;}
    }
    /* =========================
   MOBILE VIEW OPTIMIZATION
   ========================= */
@media (max-width: 576px){

  .gx-exp-wall{
    padding-top:40px;
    padding-bottom:40px;
  }

  /* BIG BACK NUMBER */
  .gx-years-bg{
    font-size:90px;
    top:-40px;
    right:-10px;
  }

  /* LEFT CARD */
  .gx-left{
    padding:28px 22px;
    border-radius:22px;
  }

  .gx-left::after{
    bottom:-18px;
    left:25px;
    width:45px;
    height:45px;
  }

  .gx-tag{
    font-size:12px;
    padding:6px 14px;
  }

  .gx-left h2{
    font-size:26px;
    line-height:1.25;
  }

  .gx-left p{
    font-size:15px;
    line-height:1.6;
  }

  /* EXPERIENCE STRIP */
  .gx-exp-strip{
    margin-top:25px;
    padding:12px 18px;
    flex-direction:column;
    text-align:center;
    gap:8px;
  }

  .gx-exp-strip strong{
    font-size:32px;
  }

  .gx-exp-strip span{
    font-size:14px;
  }

  /* RIGHT IMAGE SECTION */
  .gx-right{
    margin-top:35px;
  }

  .gx-img-main{
    border-radius:22px;
  }

  /* OVERLAY CARD */
  .gx-overlay{
    top:-18px;
    left:15px;
    padding:18px 22px;
    border-radius:18px;
  }

  .gx-overlay h3{
    font-size:22px;
  }

  .gx-overlay p{
    font-size:12px;
  }

  /* BOTTOM EXPERIENCE GRID */
  .gx-bottom{
    margin-top:40px;
    padding:22px;
    grid-template-columns:1fr;
    gap:18px;
  }

  .gx-box{
    padding:22px;
    border-radius:18px;
  }

  .gx-box h4{
    font-size:19px;
  }

  .gx-box p{
    font-size:13.5px;
    line-height:1.55;
  }
}

  /* faq (9) css start */

   .faq-section {
    background: #ffffff;
    color: #222;
    padding: 80px 0;
   
  }

  
  .faq-box {
    max-width: 800px;
    margin: 0 auto;
  }

  .faq-item {
    background: linear-gradient(135deg, #F0F7FF 0%, #D9EAFD 100%);

    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #1AAFCD;
  }

  .faq-item:hover {
    box-shadow: 0 0 25px rgba(0, 255, 183, 0.2);
    transform: scale(1.02);
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 7px 20px;
    font-size: 1.1rem;
    font-weight: 500;
    background: rgba(0, 255, 183, 0.08);
    transition: background 0.3s ease;
  }

  .faq-question:hover {
    background: rgba(0, 255, 183, 0.2);
  }

  .toggle-icon {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1AAFCD;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
 background: #ffffff;
    padding: 0 20px;
  }

  .faq-answer p {
    margin: 15px 0;
    color: #222;
    line-height: 1.6;
  }

  .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 5px 20px;
  }

  .faq-item.active .toggle-icon {
    transform: rotate(45deg);
    color: #EA3842;
  }

  @media (max-width: 768px) {
    .faq-question {
      font-size: 1rem;
      padding: 15px;
    }
    .toggle-icon {
      font-size: 1.5rem;
    }
  }


  /* our completed project section css start (10) */

  .projects-section {
    background: #ffffff;
    padding: 10px 0 !important;
    position: relative;
}

.project-tabs {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tab-btn {
    width: 100%;
    padding: 12px 17px;
    text-align: left;
    border-radius: 6px;
    background: #ffffff !important;
    border: 1px solid #dbe3ec !important;
    font-size: 16px;
    font-weight: 600;
    color: #374b5c;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.mac-p{
  font-size : 30px !important;
  font-weight: 500 !important;

}

.tab-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background: #1AAFCD !important;
    border-radius: 14px 0 0 14px;
    transition: width 0.3s ease;
}

.tab-btn:hover::before {
    width: 5px;
}

.tab-btn:hover {
    background: #f1f6ff !important;
    border-color: #bfd4ff !important;
    transform: translateX(6px) !important;
}


.tab-btn.active {
    background: #1AAFCD !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: translateX(6px) !important;
    box-shadow: 0 6px 25px rgba(0,82,255,0.25) !important;
}

.tab-btn.active::before {
    width: 5px;
    background: #ffffff !important;
}



.tab-content-wrapper {
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 10px !important;
    box-shadow: 0 6px 25px rgba(0,0,0,0.06);
    border: 1px solid #1AAFCD;
}

.tab-content {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.55s ease;
}

.tab-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0px);
}

.tab-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #0a1a2b;
    margin-bottom: 14px;
}

.tab-content p {
    font-size: 16px;
    color: #4d5b6b;
    line-height: 1.7;
    max-width: 90%;
}


.tab-content img {
    width: 100%;
    max-width: 350px;
    filter: drop-shadow(0px 12px 28px rgba(0,0,0,0.18));
    transition: transform 0.45s ease;
}

.tab-content img:hover {
    transform: scale(1.07) translateY(-5px);
}



@media (max-width: 992px) {
    .tab-content-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .projects-section h2 {
        font-size: 30px;
    }

    .tab-btn {
        padding: 12px 16px;
        font-size: 14px;
    }

    .tab-content h3 {
        font-size: 24px;
    }

    .tab-content p {
        max-width: 100%;
    }

    .tab-content img {
        margin-top: 20px;
        max-width: 260px;
    }
}

@media (max-width: 576px) {
    .project-tabs {
        flex-direction: row;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 12px;
    }

    .tab-btn {
        min-width: 180px;
        white-space: nowrap;
        border-radius: 12px;
        text-align: center;
    }

    .tab-btn::before {
        border-radius: 0;
    }
}



  /* form + map (11) css start */
   .map-box iframe {
    width: 100%;  
    height: 300px; 
}


@media screen and (max-width: 768px) {
    .map-box iframe {
        height: 200px;  
    }
}


.appointment-section {
  position: relative;
  background: url('../images/background.webp') no-repeat center/cover;
  padding: 60px 20px;
  color: #222;
}

.appointment-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
 
  z-index: 0;
}

.appointment-section > * {
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #222;
}

.section-subtitle {
  color: gray;
  font-size: 1rem;
}

.appointment-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.appointment-form form {
  padding: 30px;
  height: 100%;
}

.input-group {
  position: relative;
  margin-bottom: 25px;
}

.input-group i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #00a6c7;
  font-size: 16px;
}

.input-group input,
.input-group select,
.input-group textarea {
  width: 100%;
  padding: 12px 12px 12px 38px;
  border: 1.5px solid #00a6c7;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  background: #fff;
  transition: 0.3s ease;
}

.input-group textarea {
  resize: none;
}

.input-group label {
  position: absolute;
  top: 50%;
  left: 38px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #777;
  pointer-events: none;
  transition: 0.3s ease;
  background: #fff;
  padding: 0 6px;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
  border-color: #00a6c7;
}

.input-group input:focus ~ label,
.input-group input:valid ~ label,
.input-group select:focus ~ label,
.input-group select:valid ~ label,
.input-group textarea:focus ~ label,
.input-group textarea:valid ~ label {
  top: -8px;
  left: 30px;
  font-size: 12px;
  color: #00a6c7;
}

.appointment-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contact-box {
  padding: 25px;
  margin-bottom: -20px;
}

.contact-box h2 {
  color: #00a6c7 !important;
  font-size: 1.1rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-box .phone {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin: 10px 0;
}

.contact-box .phone i {
  color: #00a6c7;
  margin-right: 10px;
}

.contact-box p {
  margin-bottom: 15px;
  color: #555;
}

.map-link {
  display: inline-block;
  color: #00a6c7;
  font-weight: 600;
  text-decoration: none;
}

.map-link i {
  margin-right: 6px;
}

.map-link:hover {
  text-decoration: underline;
}

.map-box {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .appointment-container {
    grid-template-columns: 1fr;
  }
  .appointment-info {
    height: auto;
  }
  .map-box {
    height: 300px;
  }
}
