
.wp-button{
	margin-top:10px;
}
.ph-button{
	margin-top:15px;
    font-size: ;
}
.whatsapp, .phone{
	position:fixed;
	width:50px;
	height:50px;
	right: 20px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:22px;
    z-index:100;
}
.phone:hover{
    color: #fff !important;
    background-color: #163763;

}
.whatsapp:hover{
    color: #fff !important;
    background-color:#1bb353;
}
.phone{
  	background-color: #1f4a84;
  	bottom:140px;
}
.whatsapp{
  	background-color:#25d366;
  	bottom:85px
}



    .navbar {
      background: linear-gradient(135deg, #007bff, #6610f2);
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    .navbar-brand {
      font-size: 1.8rem;
      font-weight: 700;
      color: #fff !important;
      letter-spacing: 1px;
      transition: transform 0.3s ease;
    }
    .navbar-brand:hover {
      transform: scale(1.1);
    }
    .nav-link {
      font-size: 1rem;
      margin: 0 10px;
      color: #fff !important;
      font-weight: 500;
      position: relative;
      transition: all 0.3s ease;
    }
    /* Underline animation */
    .nav-link::after {
      content: "";
      position: absolute;
      width: 0%;
      height: 2px;
      left: 0;
      bottom: -5px;
      background: #ffc107;
      transition: 0.4s;
    }
    .nav-link:hover::after {
      width: 100%;
    }
    .nav-link:hover {
      color: #ffc107 !important;
    }
    /* Mobile toggle button custom */
    .navbar-toggler {
      border: none;
      outline: none;
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255, 0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }


    /* Banner Styling */
    .banner {
      position: relative;
      width: 100%;
      height: 100vh; /* Full screen height */
      background: url('../img/bnner.png') no-repeat center center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
    }
    /* Overlay */
    .banner::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5); /* Dark overlay */
    }
    /* Banner Content */
    .banner-content {
      position: relative;
      z-index: 2;
      max-width: 700px;
      padding: 20px;
    }
    .banner-content h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 15px;
    }
    .banner-content p {
      font-size: 1.2rem;
      margin-bottom: 25px;
    }
    .btn-custom {
      padding: 12px 30px;
      border-radius: 30px;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .btn-custom:hover {
      background-color: #ffc107;
      color: #000;
      transform: scale(1.05);
    }
    /* Responsive text */
    @media (max-width: 768px) {
      .banner-content h1 {
        font-size: 2rem;
      }
      .banner-content p {
        font-size: 1rem;
      }
    }

      /* About Section Styling */
    .about-section {
      padding: 80px 0;
      background: #f8f9fa;
    }
    .about-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #007bff;
      margin-bottom: 20px;
    }
    .about-text {
      font-size: 1.1rem;
      line-height: 1.8;
      color: #555;
      margin-bottom: 20px;
    }
    .btn-custom {
      padding: 10px 25px;
      border-radius: 25px;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .btn-custom:hover {
      background: #007bff;
      color: #fff;
      transform: translateY(-3px);
    }
    .about-img img {
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      width: 100%;
      height: auto;
    }

     /* Service Section */
    .service-section {
      padding: 80px 0;
      background: #fff;
    }
    .section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 700;
      color: #007bff;
      margin-bottom: 50px;
    }
    .service-box {
      background: #f8f9fa;
      border-radius: 15px;
      padding: 30px 20px;
      text-align: center;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .service-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    .service-icon {
      font-size: 40px;
      color: #007bff;
      margin-bottom: 20px;
    }
    .service-title {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 15px;
    }
    .service-text {
      font-size: 1rem;
      color: #555;
    }

    /* Gallery Section */
    .gallery-section {
      padding: 80px 0;
      background: #f8f9fa;
    }
    .section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 700;
      color: #007bff;
      margin-bottom: 50px;
    }
    .gallery-img {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.4s ease;
    }
    .gallery-img img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.4s ease;
    }
    .gallery-img:hover img {
      transform: scale(1.1);
    }
    /* Overlay */
    .gallery-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.4s ease;
      font-size: 1.2rem;
      font-weight: 600;
      border-radius: 12px;
    }
    .gallery-img:hover .gallery-overlay {
      opacity: 1;
    }

     /* Contact Section */
    .contact-section {
      padding: 80px 0;
      background: #f8f9fa;
    }
    .section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 700;
      color: #007bff;
      margin-bottom: 50px;
    }
    .contact-box {
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .btn-custom {
      padding: 10px 25px;
      border-radius: 25px;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .btn-custom:hover {
      background: #007bff;
      color: #fff;
      transform: translateY(-3px);
    }
    .map iframe {
      width: 100%;
      height: 100%;
      border-radius: 12px;
      border: none;
      min-height: 400px;
    }

    /* Footer Styling */
    .footer {
      background: #222;
      color: #bbb;
      padding: 60px 0 30px;
    }
    .footer h5 {
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .footer a {
      color: #bbb;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .footer a:hover {
      color: #ffc107;
    }
    .social-icons a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: #333;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      margin-right: 10px;
      transition: all 0.3s ease;
    }
    .social-icons a:hover {
      background: #ffc107;
      color: #000;
      transform: translateY(-3px);
    }
    .footer-bottom {
      text-align: center;
      padding-top: 20px;
      border-top: 1px solid #444;
      margin-top: 40px;
      font-size: 0.9rem;
    }


    /* Banner Styling */
    .about-banner {
      background: url('../img/abcd.jpg') 
                  center/cover no-repeat;
      height: 60vh; /* Slim banner */
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #fff;
      text-align: center;
    }
    .about-banner::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5); /* Overlay */
    }
    .about-banner h1 {
      position: relative;
      font-size: 2.5rem;
      font-weight: bold;
      z-index: 2;
    }
    /* Breadcrumb / nav */
    .breadcrumb-custom {
      position: relative;
      z-index: 2;
      margin-top: 10px;
    }
    .breadcrumb-custom a {
      color: #ffc107;
      text-decoration: none;
      font-weight: 500;
    }
    .breadcrumb-custom a:hover {
      text-decoration: underline;
    }
    .breadcrumb-custom span {
      color: #fff;
      margin: 0 5px;
    }