h3,h2{font-weight: 600;}
.custom-img{
	width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.slick-slide {
    margin: 0 15px;   /* left & right gap */
}

/* Fix slick track so margin doesn’t break layout */
.slick-list {
    margin: 0 -15px;
}
/* ---- Testimonial Container ---- */
.testimonial-slider .testimonial-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.12);*/
    transition: all 0.3s ease;
	background: #ededed !important;
	margin:10px
}

/* Hover effect */
.testimonial-slider .testimonial-item:hover {
    transform: translateY(-8px);
	
   /* box-shadow: 0 20px 40px rgba(0,0,0,0.15);*/
}

/* ---- Avatar ---- */
.testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    /*box-shadow: 0 8px 20px rgba(0,0,0,0.15);*/
    margin-bottom: 20px;
}

/* ---- Testimonial Text ---- */
.testimonial-text {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    font-style: italic;
    margin-bottom: 20px;
}

/* ---- Name ---- */
.testimonial-name {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

/* ---- Role ---- */
.testimonial-role {
    font-size: 14px;
    color: #777;
}

/* ---- Dots (Slick) ---- */
.slick-dots li button:before {
    font-size: 12px;
    color: #aaa;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #007bff;
    opacity: 1;
}


 .hero-section {
      background: linear-gradient(to right, #000, #434343);
      color: #fff;
      padding: 80px 0;
      text-align: center;
    }
    .hero-section h1 {
      font-size: 3.5rem;
      font-weight: bold;
    }
    .hero-section p {
      font-size: 1.2rem;
      margin-top: 20px;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .package-card {
      background-color: #e8e7e785;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      padding: 0px;
     /* text-align: center;*/
      transition: all 0.3s ease;
	  margin-top: 15px;
		margin-bottom: 15px;
    }

    .package-card:hover {
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
      transform: translateY(-10px);
    }

    .package-card h3 {
      color: #fffc;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 30px;
  background: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
    }
	.package-card h3 span{ color: #94862e;}

    .package-card ul {
      list-style: none;
      padding: 0;
      margin: 20px 0;
	  padding: 15px;
	  margin: 0px;
    margin-top: 0px;
  margin-top: -20px;
    }

     .package-card ul li {
      font-size: 1.1rem;
      
      position: relative;
      display: flex;
      justify-content: left; 
      align-items: center; 
      margin-bottom: 10px;
    }

    /* Circle with checkmark icon */
    .package-card ul li:before {
      content: '';
      font-family: 'Font Awesome 5 Free'; 
      font-weight: 900; 
      position: relative;
      font-size: 1.4rem; 
      color: #fff; 
      background-color: #94862e; 
      border-radius: 50%; 
      padding: 4px; 
      margin-right: 10px; 
    }

    /* Optional: Add hover effect */
    .package-card ul li:hover {
      color: #94862e;
      transition: color 0.3s ease;
    }

    .package-card p {
      font-size: 19px;
      font-weight: 400;
      color: #333;
	  padding: 15px;
	  
    }

    .btn-primary {
      background-color: #94862e;
      border-color: #94862e;
      padding: 12px 30px;
      font-size: 1.1rem;
      border-radius: 5px;
      text-transform: uppercase;
      transition: background-color 0.3s ease;
    }

    .btn-primary:hover {
      background-color: #0056b3;
    }

    .package-card img {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
      margin-top: 20px;
    }
.package-card .price{border-bottom: 2px solid #33333338;text-align: center;}
.package-card .price p{margin-bottom: 0px;
  font-size: 23px;}
.bottom-footer .float-end{display: flex;justify-content: end;}




    @media (max-width: 767px) {
      .hero-section h1 {
        font-size: 2.5rem;
      }
      .package-card {
        margin-bottom: 20px;
      }
    }
	
	
	
/* COMMON POSITIONS */
.floating-left, .floating-right {
    position: fixed;
    bottom: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 99999;
}

.floating-left { left: 15px; }
.floating-right { right: 15px; }

/* BOX STYLE */
.float-box {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

/* ICON CIRCLE */
.icon {
    width: 50px;
    height: 50px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    position: relative;
    animation: pulseGlow 1.6s infinite ease-in-out;
}

/* CALL COLOR */
.call .icon {
    background: #0077ff;
}

/* BLINK / PULSE EFFECT */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 15px 12px rgba(0, 255, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
    }
}

/* For CALL icon (blue glow) */
.call .icon {
    animation: pulseBlue 1.6s infinite ease-in-out;
}

@keyframes pulseBlue {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 128, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 15px 12px rgba(0, 128, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 128, 255, 0);
    }
}

/* LABEL (Name Tag) – Premium UI */
.label {
    font-size: 15px;
    background: #000000cc;
    color: #fff;
    padding: 7px 14px;
    border-radius: 30px;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0.3px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    backdrop-filter: blur(4px);
}

/* LEFT SIDE – label right of icon */
.floating-left .label {
    order: 2;
}

/* RIGHT SIDE – label left of icon */
.floating-right .label {
    order: 1;
}

/* RIGHT SIDE → icon comes last */
.floating-right .float-box {
    flex-direction: row-reverse;
}

/* Hover scale */
.float-box:hover .icon {
    transform: scale(1.12);
    transition: 0.25s;
}

#whatsapp-chat-widget{display:none !important}