 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;

 }


 html {
   scroll-behavior: smooth;
 }


 /* Website Nevbaar Coding */

 .navbar-brand img {
   width: 100px;
 }

 .navbar-dark {
   background-color: #1a1a1a;
 }


 .navbar-nav .nav-link:hover {
   color: #ffc107 !important;
   transition: color 0.3s ease;
 }

 /* Optional: spacing between navbar links */
 .navbar-nav .nav-link {
   margin-left: 1rem;
   margin-right: 1rem;
   text-transform: uppercase;
   color: #f8f9fa;
 }

 .navbar-nav .nav-link.active {
   color: #ffc107 !important;
   font-weight: bold;
   border-bottom: 2px solid #ffc107;
 }

 @media (max-width: 991.98px) {
   .navbar-collapse {
     background-color: #212529 !important;
     border-radius: 10px;
   }
 }

 h1,
 h2,
 h3 {
   color: #8dbedc;
   font-family: 'Baskervville', serif;
   letter-spacing: 0.5px;
 }

 .anchor {
   background-color: #58d8f1de;
   border: none;
   padding: 10px 20px;
   color: #3c3b3b;
   font-weight: bold;
   border-radius: 20px;
 }

 .anchor:hover {
   background-color: #8dbedc;
   column-gap: black;
 }

 /* Crausal of website banner */

 .carousel-item {
   height: 500px;
   background-size: cover;
   background-position: center;
 }

 .carousel-caption {
   color: white;
   text-align: center;
   font-weight: 600;
 }

 
 .carousel-caption h1 {
   font-size: 2.5rem;
 }

 .carousel-caption p {
   font-size: 1.4rem;
 }


.home-carousal h1,
.home-carousal p {
    color: #1a1a1a; /* Slightly darker black for contrast */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}


.home-carousal h1,
.home-carousal p {
    position: relative;
    z-index: 2; /* Ensure text is above overlay */
}

 footer {
   background: #1a1a1a;
   color: white;
 }

 .img {
   width: 50%;

 }

 @media (max-width: 768px) {
   .navbar-nav {
     background: #1a1a1a;
     width: 100%;
   }

   .carousel-caption h1 {
     font-size: 1.5rem;
   }

   .carousel-caption p {
     font-size: 1rem;
   }
    .map-container {
   padding-bottom: 100% !important;
  }
 }

 #review-section {
   background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);
   padding: 60px 15px;
 }

 .section-title {
   text-align: center;
   font-weight: 700;
   color: #fff;
   margin-bottom: 40px;
   font-size: 2rem;
 }

 .overall-rating-card {
   background: #fff;
   border-radius: 16px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   padding: 30px;
   text-align: center;
   max-width: 400px;
   margin: 0 auto 40px;
 }

 .rating-number {
   font-size: 3.5rem;
   font-weight: 800;
   color: #1a2a6c;
 }

 .business-name {
   font-size: 1.3rem;
   font-weight: 600;
   color: #1a2a6c;
 }

 .stars {
   color: #ffc107;
   font-size: 1.6rem;
 }

 .review-card {
   background: #fff;
   border-radius: 16px;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
   padding: 25px;
   text-align: center;
   height: 100%;
 }

 .reviewer-image {
   width: 80px;
   height: 80px;
   border-radius: 50%;
   object-fit: cover;
   margin-bottom: 15px;
 }

 .review-stars {
   color: #ffc107;
   font-size: 1.2rem;
   margin-bottom: 10px;
 }

 .review-text {
   font-size: 1rem;
   font-style: italic;
   color: #444;
   margin-bottom: 20px;
 }

 .reviewer-name {
   font-weight: bold;
   color: #1a2a6c;
 }

 .review-date {
   font-size: 0.9rem;
   color: #666;
 }

 #new-form-section {
   padding: 20px 0;
 }


 .form-card {
   margin: 0 auto;
 }

 .form-card label {
   font-weight: 500;
   color: #f8f9fa;
 }

 .form-card .form-control {
   border-radius: 3px;
   border: 1px solid #dfdfdf;
   padding: 0.7rem 0.7rem;
   font-size: 12px;
 }

 .form-card .btn-primary {
   background-color: #58d8f1de;
   border: none;
   padding: 10px 20px;
   color: #3c3b3b;
   font-weight: bold;
   border-radius: 20px;
 }

 .form-card .btn-primary:hover {
   background-color: #11b0d0de;
 }

 footer {
   background: #1a1a1a;
   color: #fff;
   padding: 40px 0 2px 0;
 }

 .powered-by {
   font-size: 12px;
   margin: 0px 0 -10px 0;
 }

 .footer-divider {
   border-top: 1px solid #fff;
 }

 .about {
   max-width: 900px;
   margin: 0 auto;
 }

 .whatsapp {
   position: fixed;
   bottom: 10px;
   left: 10px;
   cursor: pointer;
   z-index: 111;
   width: 60px;
   height: 60px;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .whatsapp img {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   box-shadow: 2px 10px 20px #322960;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .call {
   position: fixed;
   right: 10px;
   bottom: 10px;
   cursor: pointer;
   z-index: 111;
   width: 60px;
   height: 60px;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .call img {
   width: 57.5px;
   height: 58px;
   border-radius: 50%;
   box-shadow: 2px 10px 20px #322960;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 a {
   text-decoration: none;
   color: #8dbedc;
 }

 a strong {
   color: #1a1a1a;
 }

 .map-container {
   position: relative;
   padding-bottom: 30.25%;
   /* 16:9 Aspect ratio */
   height: 0;
   overflow: hidden;
   max-width: 100%;
   margin: 0 auto 0px;
   height: 50%;
 }

 .map-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
 }


 .whatsapp-btn {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   /* Space between icon and text */
 }

 .whatsapp-btn i {
   color: #006124;
   /* WhatsApp green */
 }