/* === Global Styling === */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cal+Sans&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
    font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  background-color: #fefefe;
  color: #333;
}
p{font-family: "DM Sans", sans-serif;text-align: justify;}

a {
  text-decoration: none;
  transition: 0.3s;
}
.py-5 h2 {font-family: "DM Sans", sans-serif;text-align: center;position: relative;display: table;margin: 0 auto;text-transform: uppercase;font-size: 20px;} 
.py-5 h2::before { content: ""; position: absolute; bottom: -10px; /* space between text and border */ left: 0; right: 0; height: 0; border-bottom: 2px dotted yellow; width: 100%; }
h1 {

font-family: "Bebas Neue", sans-serif;

font-weight: 600;

margin-bottom: 1rem;

color: #000000;

letter-spacing: 1px;
}
.carousel-inner p{text-align: inherit;}
/* === Navbar === */
.navbar {
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  /* padding: 1rem 0; */
  background: url(../images/menu-bg.png);
}

.navbar-brand {
  font-weight: bold;
  color: #0077b6;
  font-size: 1.5rem;
}
.navbar img{width:200px;}
.navbar-light .navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #0077b6;
}
.navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 1rem;
  padding-left: 1rem;
}

.contact-info {
  font-weight: 500;font-size:50px;
  white-space: nowrap;
}


/* === Contact Info === */
.contact-info {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  background: #fdde299c;
  border-radius: 10px;
  padding: 5px 20px;
  letter-spacing: 1px;
}
.contact-info a{color: #000000;}
.contact-info a:hover{color: #1a0000;}
#home{position: relative;}
#home .navbar{position: absolute;width: 100%;}

#home .carousel-item::before{position: absolute;background:#000;height:100%;width:100%;}
.carousel-item {
  position: relative;
}

.carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */ /* Black with 50% opacity */
  z-index: 1;
}

.carousel-caption {
  position: absolute;
  z-index: 2; /* Ensures it appears above the overlay */
}

#home h2{color:#fff;}
/* === Carousel / Slider === */
.slider-text {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.black-section {
  background: url(../images/menu-bg.png) #221e13 repeat-x;
  padding: 0;
  max-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.black-section h4{margin:0px;margin-bottom: 0px !important;}

.black-section .btn {
  border-width: 2px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px;
}

/* === About Us Section === */
#about {
  /* background-color: #e8f1f2; */
}
#about h1{text-align: center;font-size: 70px;}
#about p{/* text-align: left; */max-width:550px;margin: auto;margin-bottom: 50px;}
.rounded{width: 100%;height: 400px;object-fit: cover;}
/* === Services Cards === */
#services .container{background: url(../images/menu-bg.png) #eee no-repeat;padding: 50px;}
#services h1{text-align: center;font-size: 70px;}
#services p{text-align: left;/* max-width:550px; */margin: auto;margin-bottom: 50px;}
#services img{width: 100%;height: 250px;}
.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
}

.card-title {
  font-family: "Bebas Neue", sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: left;
  margin-top: 40px;
}

.card-text {
  color: #555;
}

/* === Enquiry Form === */
#enquiry {
  background: #f9fcff;
}

.form-control, .form-select {
  border-radius: 8px;
  border-color: #ddd;
  padding: 0.75rem;
}

textarea.form-control {
  resize: vertical;
}

.btn-primary {
  background-color: #0077b6;
  border-color: #0077b6;
  padding: 0.6rem 1.5rem;
  font-weight: bold;
  border-radius: 8px;
}

.btn-primary:hover {
  background-color: #005f8e;
  border-color: #005f8e;
}

/* === Footer === */
/* Footer Styling */
.footer {
  background-color: #222;
  color: #ddd;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 15px;
}
.footer img{width: 150px;margin: auto;display: block;margin-bottom: 20px;}
.footer p{text-align:left;max-width: 300px;}
.footer h5 {
  color: #fff;
  margin-bottom: 20px;
  /* text-align: center; */
  /* margin-left: 30px; */
}

.footer ul {
  /* padding-left: 30px; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* align-items: center; */
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #ccc;
  transition: color 0.3s;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer .ratio iframe {
  border-radius: 6px;
}

.footer .border-top {
  border-color: #444 !important;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }

  .footer .col-md-4 {
    margin-bottom: 30px;
  }
}
.testimonial-section { padding: 50px 0; padding-top:0px; }
.testimonial-section h1{text-align: center;margin-bottom: 40px;}
.testimonial-section h2{ text-align: center;margin-bottom: 20px  !important;  }
.testimonial-carousel .carousel-item { transition: transform 0.5s ease-in-out; }
.testimonial-card { padding: 20px; background-color: white; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: center; }
.testimonial-card img { border-radius: 50%; width: 80px; height: 80px; margin-bottom: 20px; }
 .testimonial-card h5 { font-size: 18px; font-weight: bold; color: #333; }
 .testimonial-card h4 {font-size: 15px;font-weight: bold;color: #019275;}
.testimonial-card p { font-style: italic; color: #777; }
.info-box {text-align: center;/* padding: 20px; */border-radius: 6px;margin-top: 40px;}
.info-box span.top { display: block; background-color: yellow; color: black; font-size: 32px; font-weight: bold; padding: 10px; }
.info-box span.bottom { display: block; background-color: black; color: white; font-size: 14px; text-transform: uppercase; padding: 8px; }
.social-icons {position: fixed;bottom: 0px;left: 0;transform: translateY(-50%);z-index: 999;display: flex;flex-direction: column;}
.social-icons a {display: flex;align-items: center;text-decoration: none;color: white;padding: 5px;transition: 0.3s;width: 27px;overflow: hidden;white-space: nowrap;border-bottom: 1px solid #444;}
.social-icons a i {font-size: 14px;margin-right: 10px;}
.social-icons a span {opacity: 0;width: 0;transition: 0.3s;overflow: hidden;font-size: 13px;}
.social-icons a:hover { width: 160px; } 
.social-icons a:hover span { opacity: 1; width: auto; } /* Custom hover colors */
.facebook { background-color: #3b5998; } .twitter { background-color: #1da1f2; } .instagram { background-color: #e1306c; } .linkedin { background-color: #0077b5; } .whatsapp { background-color: #25d366; }
 .facebook:hover { background-color: #3b5998; }
.twitter:hover { background-color: #1da1f2; } .instagram:hover { background-color: #e1306c; }
.linkedin:hover { background-color: #0077b5; }
.whatsapp:hover { background-color: #25d366; }
.blink-btn {position: fixed;bottom: 30px;right: 30px;background-color: #d30000;color: white;padding: 15px 25px;border: none;border-radius: 5px;font-size: 16px;cursor: pointer;animation: blink 1s infinite;z-index: 1000;} 
@keyframes blink { 0% { opacity: 1; } 50% {background: #009077;} 100% { opacity: 1; } } /* Modal Styles */ 
.modal { display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); justify-content: center; align-items: center; }
 .modal-content {background-color: #fff; padding: 25px;border-radius: 8px;/* width: 90%; */max-width: 600px;position: relative;} 
 .modal-content h2 { margin-top: 0; } 
 .close { position: absolute; top: 10px; right: 15px; font-size: 20px; cursor: pointer; } 
 .contact-buttons a { display: inline-block; margin: 10px 5px; padding: 10px 15px; background-color: #4CAF50; color: white; text-decoration: none; border-radius: 5px; } 
 form input, form textarea { width: 100%; margin-top: 10px; padding: 10px; border: 1px solid #ccc; border-radius: 4px; } form button { margin-top: 15px; padding: 12px; background-color: #2196F3; color: white; border: none; width: 100%; border-radius: 4px; cursor: pointer; } 
form button:hover { background-color: #1976D2; }
/* Modal Header Styles */
.modal-header 
.modal-header {
  background-color: #ffffff; /* Change to any desired background color */
  color: #000000;              /* Change text color */
  padding: 1rem;             /* Optional: adjust if needed */
  text-align: center;
}

/* Center Modal with No Padding Around Modal Box */
.modal-dialog-centered {
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.modal-title{text-align:center;}
.modal-content {
  margin: 0 auto;
  border-radius: 10px;
}

/* Remove inner padding */
.modal-body {
  padding: 0 !important;
}

/* Optional: Customize the modal footer padding too */
.modal-footer {
  padding: 1rem;
  justify-content: center;
}

.modal-header {background: #000;}

#landingModal .carousel-item img {
  max-width: 100%;
  margin-bottom: 20px;
  object-fit: cover;
}

.modal-footer {
  justify-content: center;
}

/* Optional: override z-index if you previously had issues */
.modal-backdrop.show {
  z-index: 1040;
}

.modal {
  z-index: 1050;
}