.icon-title-section div {
  text-align: left;
}

.hero-section {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.hero-section img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

.hero-section .text-content {
  padding-left: 30px;
}

.icon-title-section {
  text-align: center;
  margin-bottom: 30px;
}

.icon-title-section img {
  width: 80px;
  margin-bottom: 10px;
}

.icon-title-section h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.icon-title-section p {
  font-size: 14px;
  margin: 0;
}

.feature-section {
padding:30px;
}
.feature-section img {
width: 100%;
height: auto;
margin-bottom: 15px;
}
.feature-section h5 {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 10px;
}
.feature-section p {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Contents from: aboutsection.css */
.expertise-section {
  background-color: #ffffff;

}

.expertise-header {
  background-color: #c51c2a;;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
  width: 100%;
}

.expertise-header h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}

.expertise-section img {
  max-width: 250px;
  display: inline-block;
}

.features-list {
  text-align: left;
  padding-left: 30px;
}

.features-list li {
  font-size: 1.1rem;
  font-weight: 500;
}

.features-list i {
  color: red;
  margin-right: 10px;
}

/* Contents from: carousel.css */
.card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.carousel-inner img {
  height: 300px;
  object-fit: cover;
}

/* Center align product cards grid */
.container.py-5 .row {
    justify-content: center;
}

/* Contents from: contact.css */
.section-heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  border-left: 4px solid #0c003b;
  padding-left: 10px;
}
.form-section, .info-section {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.form-section {
  background-color: #f9f9f9;
}
.info-section {
  background-color: #ffffff;
}
.info-item {
  margin-bottom: 15px;
}
.info-item h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
.btn-red {
  background-color: red;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
.btn-red:hover {
  background-color: darkred;
}
.map-container {
  margin-top: 30px;
}

/* Contents from: cover.css */
.cover {
  height: 500px; /* Reduced height for desktop view */
  background-image: url('/assets/images/cover/Galaxy-stone.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  position: relative;
}


.cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Changed background-color to dark gray transparent */
  background-color: rgba(50, 50, 50, 0.2); /* Dark gray transparent overlay */
  z-index: 1;
}


.content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  /* Added text-shadow for better visibility */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.5;
  /* Added text-shadow for better visibility */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}


.content .btn {
  display: inline-block;
  background-color: #044f1d;
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.content .btn:hover {
  background-color: #ffffff; }

/* Contents from: directormsg.css */
.director-message {
  padding: 30px 15px;
  background-color: #e9eefc;
}

.director-message img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.director-message .message {
  font-size: 1rem;
  color: #555;
}

/* Contents from: features.css */
.feature-icon {
  width: 126px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px;
}

.feature-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.feature-text {
font-size: 0.9rem;
line-height: 1.5;
}
.feature-title {
color: red;
font-weight: bold;
}
.center-image {
max-width: 169px;
max-height: 300px;
}

/* footer */
footer {
  background-color: #181818;
  color: #a0a0a0;
  padding: 50px 0 20px;
  border-top: 4px solid #044f1d;
}

.footer-divider {
  border-top: 1px solid #333;
  margin: 30px 0;
}

.footer-links h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.footer-links:nth-of-type(2) ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #a0a0a0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-links ul li i {
  margin-right: 10px;
  color: #044f1d;
  width: 20px;
  text-align: center;
}

.phone-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  transition: color 0.3s ease;
}

.phone-link:hover {
  color: #c51c2a;
}

.footer-social-icons {
    margin-top: 15px;
}

.footer-social-icons a {
    color: #a0a0a0;
    margin: 0 8px;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}

.footer-social-icons a:hover {
    color: #ffffff;
    transform: translateY(-3px);
}


.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-btn img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.footer-bottom {
  font-size: 0.875rem;
  color: #666;
  padding-top: 20px;
}
.text-center.mt-4 {
  padding-bottom: 10px;
}
.custom-color {
  color: #727573;
}

.sodia-logo {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.sodia-logo:hover {
    opacity: 1;
}

/* Contents from: gallery.css */
.gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.1);
}

  .modal-dialog {
    max-width: 90%;
  }

  .modal-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    cursor: pointer;
    z-index: 1000;
    color: white;
    user-select: none;
  }

  .slider-nav.prev {
    left: 10px;
  }

  .slider-nav.next {
    right: 10px;
  }

  .modal-body img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 5px;

}

.modal-dialog {
  max-width: 90%;
}

#galleryContainer {
  padding-bottom: 30px;
}

/* Contents from: header.css */
body {
  font-family: Arial, sans-serif;
  /* Add padding to the bottom of the body to prevent content from being hidden by the fixed bottom navigation */
  padding-bottom: 60px; /* Adjust this value based on the height of your bottom-nav */
}

.top-bar {
  background-color: #044f1d;
}


a {
  text-decoration: none !important;
  transition: color 0.3s ease;
}

a:hover {
  color: #c51c2a !important;
}


header {
  background-color: #141414;
  color: rgb(213, 213, 213);
  font-weight: bold;
}
header .text-muted {
  color: #fafafa !important;
}

header a {
  color: white;
  font-weight: bold;
}

header a:hover {
  color: #c51c2a;
}

header .dropdown-menu a {
  color: black;
  font-weight: normal;
}

.side-drawer {
  position: fixed;
  top: 0;
  left: -250px;
  height: 100%;
  width: 250px;
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  transition: left 0.3s ease;
  padding: 20px;
}

.side-drawer.open {
  left: 0;
}

.side-drawer a {
  display: block;
  padding: 10px 0;
  font-size: 1rem;
  color: #000;
}

.side-drawer a:hover {
  color: #c51c2a;
}

.dropdown-menu a {
  font-size: 0.9rem;
  padding: 5px 15px;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1049;
  display: none;
}

.backdrop.show {
  display: block;
}

.bottom-nav {
  display: none;
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
}

.bottom-nav a {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  color: #000;
  font-size: 1rem;
}

.bottom-nav a.active {
  color: #c51c2a;
}

@media (max-width: 992px) {
  .top-bar {
    display: none;
  }

  nav {
    display: none;
  }

  .bottom-nav {
    display: flex;
  }

  .side-drawer {
    display: block;
  }

  /* Adjust whatsapp button position for mobile */
  .whatsapp-btn {
    bottom: 80px; /* Adjust this value to position it above the bottom nav */
  }
}

@media (min-width: 992px) {
  .bottom-nav {
    display: none;
  }

  nav a {
    margin-right: 20px;
  }

  nav .dropdown-menu {
    padding: 10px 20px;
  }
}


.logo {
  max-height: 50px;
  height: auto;
  width: auto;
  margin-right: 1rem;
}

/* Contents from: productpage.css */
.product-container {
  margin: 50px auto;
  max-width: 900px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.product-title {
  font-size: 27px;
  font-weight: bold;
  margin-top: 20px;
}
.product-description {
  margin: 20px 0;
  font-size: 16px;
  color: #555;
}
.product-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #28a745;
}
.enquiry-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.enquiry-btn:hover {
  background-color: #333;
  text-decoration: none;
}
.carousel img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

/* Contents from: servicecat.css */
.service-section {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

.service-category {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 0;
  border-bottom: 4px solid #044f1d;
}

.service-category .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Changed background to dark gray transparent */
  background: rgba(50, 50, 50, 0.2);
  z-index: 1;
}

.service-category .container {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}


.category-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* Added text-shadow for better visibility */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.category-description {
  font-size: 1.125rem;
  color: #ddd;
  margin-bottom: 40px;
  line-height: 1.6;
  /* Added text-shadow for better visibility */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}


.btn-group .btn {
  margin: 15px;
  padding: 12px 25px;
  font-size: 1.1rem;

  transition: all 0.3s ease-in-out;
}

.btn-primary {
  background-color: #044f1d;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #f1faee;
  color: #044f1d;
}

.btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline-light:hover {
  background-color: #fff;
  color: #044f1d;
}

/* Contents from: services.css */
  .service-cards h5 {
    color: #c51c2a;

  }

  .card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease;

  }

  .card:hover {
    transform: translateY(-10px);
  }

  .product-image {
    width: 200px;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
  }

/* Contents from: whyus.css */
.why-choose-us .section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #c51c2a;
}

.why-choose-us .section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}

.choose-card {
  background: #fff;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.icon-image {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-bottom: 15px;
}

.choose-card h5 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 10px;
}

.choose-card p {
  font-size: 0.95rem;
  color: #666;
}

/* --- Mobile View Adjustments --- */
@media (max-width: 768px) {
    /* Hero Section */
    .hero-section {
        flex-direction: column;
        text-align: center;
    }
    .hero-section .text-content {
        padding-left: 0;
        margin-top: 20px;
    }

    /* Expertise Section */
    .expertise-header h2 {
        font-size: 2rem;
    }
    .features-list {
        padding-left: 20px;
    }
    .features-list li {
        font-size: 1rem;
    }

    /* Gallery */
    .slider-nav {
        font-size: 1.5rem;
    }
    .modal-body img {
        max-height: 70vh;
    }

    /* Header */
    .logo {
        max-height: 30px;
        margin-right: 0.5rem;
    }

    /* Cover Section */
    .cover {
        height: 300px; /* Reduced height for mobile */
    }
    .cover .content h1 {
        font-size: 2.5rem;
    }
    .cover .content p {
        font-size: 1.1rem;
    }

    /* Service Category */
    .category-title {
        font-size: 2.2rem;
    }
    .category-description {
        font-size: 1rem;
    }
    .btn-group .btn {
        padding: 10px 20px;
    }

    /* Product Cards Grid */
    .container.py-5 .row > .col {
        flex: 0 0 auto;
        width: 50%;
    }

    /* Footer */
    footer {
        padding: 40px 15px 20px;
        text-align: left;
    }
    footer .d-flex.flex-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-links {
      margin-bottom: 30px;
      width: 100%;
    }
    .footer-links ul,
    .footer-links:nth-of-type(2) ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}
