/* General resets */

body {

  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  line-height: 1.6;

  background-color: #f8f9fa;

  color: #333;

}



h1, h2, h3, h4, h5, h6 {

  font-weight: 600;

  margin-top: 1.5rem;

}



p {

  margin-bottom: 1rem;

}



/* Header Styles */

header h1 {

  margin-bottom: 0;

}



header p {

  margin-bottom: 0;

  font-size: 1.1rem;

}



/* Footer */

footer {

  background-color: #212529;

  color: #fff;

}



/* Responsive spacing tweaks */

@media (max-width: 767.98px) {

  main {

    padding-left: 1rem;

    padding-right: 1rem;

  }

}





.header-info-band i {

  font-size: 1rem;

  transition: color 0.3s ease;

}



.header-info-band a:hover i {

  color: #000;

}





.logo-contact a:hover {

  color: #007bff;

  text-decoration: underline;

}





/*Menu*/



.navbar-nav .nav-link {

  font-weight: 500;

  color: #333;

}



.navbar-nav .nav-link:hover,

.navbar-nav .nav-link:focus {

  color: #007bff;

}



.dropdown-menu {

  border-radius: 0;

  box-shadow: 0 4px 10px rgba(0,0,0,0.1);

}





/*Slide*/



.carousel-item img {

  height: 600px;

  object-fit: cover;

}





/*Mobile Banner*/

/* Mobile Banner Specific Styles */

@media (max-width: 575.98px) {

  #mobileCarousel {

    margin-bottom: 15px;

  }



  #mobileCarousel .carousel-inner img {

    height: auto;

    max-height: 250px; /* You can adjust this */

    object-fit: cover;

    border-radius: 5px;

  }



  #mobileCarousel .carousel-indicators li {

    background-color: #000;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    margin: 4px;

  }



  #mobileCarousel .carousel-control-prev-icon,

  #mobileCarousel .carousel-control-next-icon {

    background-color: rgba(0, 0, 0, 0.5);

    background-size: 60% 60%;

    border-radius: 50%;

    width: 30px;

    height: 30px;

  }

}



/* Hide the mobile carousel on larger screens just in case */

@media (min-width: 576px) {

  #mobileCarousel {

    display: none !important;

  }

}



/*About and quiry section code*/

.latest-network-section {

  background-color: #f9f9f9;

}



.request-quote-box {

  background-color: #d50000;

  color: #ffffff;

}

.request-quote-box input::placeholder {

  color: #cccccc;

}

.text-justify {

  text-align: justify;

}







/* Service Cards Styles */

.service-card {

  background-color: #fff;

  border-radius: 8px;

  overflow: hidden;

  transition: all 0.3s ease;

  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);

}



.service-card:hover {

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);

}



.service-card img {

  object-fit: cover;

  height: 250px;

}



.service-card-body {

  padding: 15px;

}



.service-card-body h4 {

  color: #d50000;

  font-size: 1.2rem;

  font-weight: 600;

  margin-bottom: 10px;

}



.service-card-body p {

  color: #666;

  font-size: 0.95rem;

}



.text-muted {

  color: #999;

}



@media (max-width: 768px) {

  .service-card img {

    height: 250px;

  }

}





/*Content Section*/



/* General Layout */

.content-section {

    padding: 40px 15px;

    background-color: #f7f7f7;

}



.container {

    max-width: 1200px;

    margin: 0 auto;

    padding: 5px;

    background-color: #fff;

    border-radius: 8px;

}



h2 {

    text-align: center;

    font-size: 32px;

    color: #d50000;

    margin-bottom: 20px;

}



h3 {

    font-size: 24px;

    color: #d50000;

    margin-top: 30px;

}



p {

    font-size: 16px;

    color: #000000;

    line-height: 1.6;

    text-align: justify;

}



/* Unordered List Styling */

ul {

    list-style-type: disc;

    padding-left: 20px;

    margin-top: 15px;

}



ul li {

    font-size: 16px;

    color: #333;

    margin-bottom: 10px;

	margin-left:10px;

}



/* Table Styling */

table {

    width: 100%;

    border-collapse: collapse;

    margin-top: 20px;

}



table th, table td {

    padding: 15px;

    text-align: left;

    border: 1px solid #ddd;

    font-size: 16px;

}



table th {

    background-color: #f4f4f4;

    color: #333;

    font-weight: bold;

}



table tbody tr:nth-child(even) {

    background-color: #f9f9f9;

}



/* Mobile Responsive */

@media (max-width: 768px) {

    h2 {

        font-size: 28px;

    }



    h3 {

        font-size: 20px;

    }



    p {

        font-size: 14px;

    }



    ul {

        padding-left: 15px;

    }



    table th, table td {

        font-size: 14px;

        padding: 12px;

    }

}



/* Mobile Specific Styling */

@media (max-width: 480px) {

    .content-section {

        padding: 20px 10px;

    }



    h2 {

        font-size: 24px;

    }



    h3 {

        font-size: 18px;

    }



    ul li {

        font-size: 14px;

    }



    table th, table td {

        font-size: 13px;

        padding: 10px;

    }

}





/*Review Section*/



.review-section {

  padding: 60px 15px;

  background-color: #f9f9f9;

  text-align: center;



  }



.review-header h2 {

  font-size: 28px;

  font-weight: bold;

  margin-bottom: 10px;

}



.review-header p {

  font-size: 18px;

  color: #777;

}



.review-slider {

  margin-top: 40px;

}



.review-item {

  background: #fff5f5;

  padding: 30px;

  border-radius: 8px;

  box-shadow: 0 2px 10px rgba(0,0,0,0.08);

  margin: 0 10px;

}



.client-info {

  margin-bottom: 20px;

}



.client-name {

  font-size: 18px;

  font-weight: bold;

}



.stars {

  list-style: none;

  padding: 0;

  margin: 0;

}



.stars li {

  display: inline-block;

  color: #f1c40f;

  font-size: 18px;

}



.client-review {

  font-size: 16px;

  color: #555;

  line-height: 1.6;

}





/* Map Section */

.map-section iframe {

  border: 0;

  border-radius: 10px;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  transition: transform 0.3s ease-in-out;

}



.map-section iframe:hover {

  transform: scale(1.05);

}



/* Inquiry Section */

.inquiry-section {

  background-color: #f1f1f1;

  padding: 50px 15px;

  margin-top: 40px;

  text-align: center;

}



.inquiry-section h2 {

  font-size: 32px;

  font-weight: bold;

  margin-bottom: 15px;

  color: #2c3e50;

  text-transform: uppercase;

}



.inquiry-section p {

  font-size: 18px;

  color: #7f8c8d;

  margin-bottom: 30px;

  text-align:center;

}



.inquiry-button {

  background-color: #2980b9;

  color: #fff;

  padding: 15px 30px;

  font-size: 18px;

  text-decoration: none;

  border-radius: 5px;

  transition: background-color 0.3s ease;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}



.inquiry-button:hover {

  background-color: #3498db;

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);

}





/* Footer Background */

.footer-bg3 {

  background-color: #1a1a1a;

  color: #fff;

  padding: 60px 15px;

  font-family: 'Arial', sans-serif;

  border-top: 5px solid #3498db;

}



/* Footer Logo */

.footer-logo {

  max-width: 100%;

  margin-bottom: 15px;

  transition: transform 0.3s ease;

}



.footer-logo:hover {

  transform: scale(1.1);

}



/* Footer Description */

.footer-description {

  font-size: 16px;

  color: #000;

  margin-bottom: 15px;

  line-height: 1.5;

}



/* Hover Effects for Links */

.read-more-link {

  color: #3498db;

  font-size: 14px;

  transition: color 0.3s ease;

}



.read-more-link:hover {

  color: #000;

}







.social-links li {

  display: inline-block;

}



.social-links a {

  color: #000;

  font-size: 20px;

  transition: color 0.3s ease, transform 0.3s ease;

}



.social-links a:hover {

  color: #3498db;

  transform: translateY(-5px);

}



/* Services, Quick Links, and Contact Info */

.widget-title {

  font-size: 18px;

  color: #000;

  font-weight: bold;

  margin-bottom: 20px;

}



.widget-links ul {

  list-style: none;

  padding: 0;

}



.widget-links ul li {

  margin-bottom: 12px;

}



.widget-links ul li a {

  color: #000;

  font-size: 14px;

  transition: color 0.3s ease;

}



.widget-links ul li a:hover {

  color: #3498db;

}



/* Contact Info */

.widget-contact-list ul li {

  margin-bottom: 15px;

}



.widget-contact-list ul li i {

  color: #3498db;

  margin-right: 10px;

  font-size: 18px;

}



.widget-contact-list ul li .fleft {

  font-size: 14px;

  color: #000;

}







.fo-txt {

  font-size: 14px;

  color: #bdc3c7;

  text-align: center;

  letter-spacing: 0.5px;

  font-family: 'Roboto', sans-serif;



}



/* Mobile and Tablet Responsive */

@media (max-width: 767px) {

  .widget {

    margin-bottom: 30px;

  }

  

  .social-links {

    justify-content: center;

  }

}


/* Gallery Section */
.gallery-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.gallery-title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 30px;
  font-weight: 600;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}


.contact-section {
  padding: 50px 20px;
  background-color: #f4f4f4;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-title {
  text-align: center;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 40px;
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.contact-form {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
}

.contact-form button {
  padding: 15px;
  background-color: #1e90ff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #0f6fe8;
}

.contact-info {
  flex: 1 1 45%;
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact-info h3 {
  margin-bottom: 15px;
  color: #1e90ff;
}

.contact-info p {
  margin-bottom: 10px;
  color: #444;
}

.contact-info a {
  color: #1e90ff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .contact-content {
    flex-direction: column;
  }
}


