.services-section {
      background: linear-gradient(to right, #f04e5e, #fc766a);
      color: white;
      padding: 60px 20px;
      border-radius: 15px;
      margin-top: 20px;
    }
    .service-card {
      background-color: white;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding: 30px 20px;
      height: 100%; /* Ensures equal height cards */
    }
    .service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    }
    .service-icon {
      background: linear-gradient(to right, #fc766a, #f04e5e);
      color: white;
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      font-size: 30px;
      margin: -20px auto 20px;
    }
    .service-card h5 {
      font-weight: 600;
      color: #333;
    }
    .service-card p {
      color: #666;
      font-size: 14px;
    }
    .btn-book {
      background-color: #f04e5e;
      color: white;
      border: none;
      transition: background-color 0.3s ease;
    }
    .btn-book:hover {
      background-color: #fc766a;
    }
    .mb-4{
          margin-bottom:40px;
    }

     /* Hero Section Styling */
    .hero-section {
      position: relative;
      background: url(../images/promo-bg.jpg) no-repeat center center;
      color: #fff;
      text-align: center;
      padding: 120px 20px;
    }
    .hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(255, 87, 51, 0.5));
      z-index: 1;
    }
    .hero-content {
      position: relative;
      z-index: 2;
    }
    .hero-title {
      font-size: 2.5rem;
      font-weight: bold;
      text-transform: uppercase;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    }
    .hero-description {
      font-size: 2.2rem;
      margin-top: 20px;
      line-height: 1.6;
    }
    .hero-btn {
      background: #ff5733;
      border: none;
      color: #fff;
      padding: 15px 30px;
      font-size: 1.2rem;
      border-radius: 50px;
      margin-top: 30px;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
      text-decoration: none;
    }
    .hero-btn:hover {
      background: #e64e2d;
      text-decoration: none;
      box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    }
    .icon-style {
      margin-right: 8px;
    }
    /* Container for fixed icons */
    .fixed-icons {
      position: fixed;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    /* Styling for each icon button */
    .fixed-icons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      text-decoration: none;
      font-size: 1.8rem;
      color: #fff;
      background: linear-gradient(135deg, #25d366, #128c7e); /* WhatsApp gradient */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: all 0.4s ease-in-out;
    }

    .fixed-icons a.call {
      background: linear-gradient(135deg, #ff4081, #d500f9); /* Call button gradient */
    }

    /* Hover animations */
    .fixed-icons a:hover {
      transform: scale(1.2) rotate(15deg);
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    }

    /* Tooltip styling */
    .fixed-icons a span {
      position: absolute;
      left: 80px;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 0.9rem;
      white-space: nowrap;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease;
    }

    .fixed-icons a:hover span {
      visibility: visible;
      opacity: 1;
      left: 90px;
    }
    .icon-section {
      display: flex;
      
      justify-content: center;
      gap: 20px;
      margin: 40px 0;
    }
    .icon-box {
      text-align: center;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 10px;
      transition: all 0.3s ease;
    }
    .icon-box:hover {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transform: scale(1.05);
    }
    .icon-box i {
      font-size: 3rem;
      color: #007bff;
      margin-bottom: 15px;
    }

           .cab-service-card {
            border: none;
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            transition: transform 0.3s, box-shadow 0.3s;
            background: linear-gradient(135deg, #ffffff, #e8f5ff);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .cab-service-card:hover {
            transform: scale(1.05);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }

        .cab-service-icon {
            font-size: 60px;
            color: #007bff;
            margin-bottom: 20px;
        }

        .cab-service-title {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #343a40;
        }

        .cab-service-desc {
            color: #6c757d;
            font-size: 16px;
        }

        .cab-section-title {
            text-align: center;
            margin-bottom: 50px;
            font-size: 40px;
            font-weight: 700;
            color: #343a40;
        }

        .cab-section-title:after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background-color: #007bff;
            margin: 15px auto 0;
        }

        .cab-service-card:nth-child(odd) .cab-service-icon {
            color: #28a745;
        }

        .cab-service-card:nth-child(even) .cab-service-icon {
            color: #ffc107;
        }
        .pa{
          padding: 0px !important;
        }
