* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
}

.navbar {
  background-color: #f8f9fa;
  padding: 15px 0;
}
.navbar .navbar-brand img {
  height: 70px;
}
.navbar .navbar-nav .nav-link {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 15px;
  transition: color 0.3s ease;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
  color: #e74c3c;
}
.navbar .btn-primary {
  background-color: #e74c3c;
  border: none;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 500;
}
.navbar .btn-primary:hover {
  background-color: #d62c1a;
}
.navbar .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#homepage-slider {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
#homepage-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}
#homepage-slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(70%);
}
#homepage-slider .slide .caption {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
#homepage-slider .slide .caption h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}
#homepage-slider .slide .caption p {
  font-size: 1.25rem;
}
#homepage-slider .active {
  opacity: 1;
  z-index: 1;
}

.banner {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.slide1 {
  width: 100%;
  height: 75vh;
  position: absolute;
}
.slide1 img {
  width: 100%;
  height: 100%;
}

.overlaybn {
  width: 100%;
  height: 95vh;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  position: absolute;
  z-index: 1;
}

.bcontent {
  color: #fff;
  margin: 16rem auto 0 25rem;
}
.bcontent h1 {
  font-size: 6rem;
}
.bcontent h2 {
  font-size: 6rem;
  transform: translateX(10rem);
}
.bcontent p {
  font-size: 2.5rem;
  margin-top: 2rem;
  color: rgb(82, 249, 255);
}

.welcome-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}
.welcome-section h2 {
  color: #e74c3c;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.welcome-section p {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.welcome-section img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .welcome-section {
    text-align: center;
  }
  .welcome-section img {
    margin-top: 20px;
  }
}
/* welcome start*/
/*

.welcome{
    height: 55vh;
    width: 100%;
    transform: translateY(-70px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 10px;
    z-index: 2;
    position: relative;

    img{
        height: 55vh;
        width: 100%;

    }

    h1{
        font-size: 3.5rem;
        color: tomato;
        padding-top: 5rem;
         font-weight: 600;
         padding-bottom: 2rem;
    }

    p{
        font-size: 1.6rem;
         text-align: justify;
         padding: 2rem 6rem 0rem 0rem;
    }
}
*/
.services-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}
.services-section .section-title {
  margin-bottom: 40px;
}
.services-section .section-title h2 {
  color: #e74c3c;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.services-section .section-title p {
  font-size: 1.2rem;
  color: #666;
}
.services-section .service-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-section .service-item i {
  color: #e74c3c;
  margin-bottom: 20px;
}
.services-section .service-item h4 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.services-section .service-item p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.services-section .service-item .btn {
  font-size: 0.9rem;
  padding: 10px 20px;
  border-color: #e74c3c;
  color: #e74c3c;
}
.services-section .service-item .btn:hover {
  background-color: #e74c3c;
  color: #fff;
  border-color: #e74c3c;
}
.services-section .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.why-choose-us-section {
  padding: 60px 0;
}
.why-choose-us-section .section-title h2 {
  color: #e74c3c;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.why-choose-us-section .section-title p {
  font-size: 1.2rem;
  color: #666;
}
.why-choose-us-section .why-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.why-choose-us-section .why-item i {
  color: #e74c3c;
  margin-bottom: 20px;
}
.why-choose-us-section .why-item h4 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.why-choose-us-section .why-item p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}
.why-choose-us-section .why-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.hwhy {
  @import url("https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap");
  margin-top: 5rem;
  text-align: center;
}
.hwhy h1 {
  text-align: center;
  font-size: 3.5rem;
  color: tomato;
  padding-top: 2rem;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-top: 3rem;
}
.hwhy .hservcont {
  display: flex;
  flex-direction: column;
  text-align: justify;
}
.hwhy .glass {
  font-size: 8rem;
  color: rgb(6, 158, 158);
}
.hwhy .eye {
  font-size: 8rem;
  color: rgb(241, 130, 40);
}
.hwhy h3 {
  font-size: 2rem;
  color: tomato;
  padding-bottom: 1rem;
  font-family: "New Amsterdam", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.hwhy p {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 20px;
}
.hwhy .whycol {
  padding: 2rem 3rem 0 3rem;
}
.hwhy .whycol img {
  width: 220px;
  height: 170px;
}

.client-logos {
  margin-top: 20px;
  background-color: #a7a7a7;
  overflow: hidden;
}

.logos-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
}

.logos {
  display: inline-flex;
  animation: scroll 20s linear infinite;
}

.logos img {
  max-height: 60px;
  margin: 0 30px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logos img:hover {
  filter: none;
}

@keyframes scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .logos img {
    max-height: 40px;
    margin: 0 20px;
  }
}
#portfolio {
  padding: 60px 0;
}
#portfolio .section-title {
  margin-bottom: 40px;
}
#portfolio .section-title h2 {
  color: #e74c3c;
  font-weight: bold;
  font-size: 2.5rem;
}
#portfolio .section-title p {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 0;
}
#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#portfolio .portfolio-item img {
  width: 100%;
  transition: transform 0.4s ease;
}
#portfolio .portfolio-item:hover img {
  transform: scale(1.1);
}
#portfolio .portfolio-item .portfolio-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#portfolio .portfolio-item .portfolio-info p {
  font-size: 1rem;
  margin-bottom: 20px;
}
#portfolio .portfolio-item .portfolio-info a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease;
}
#portfolio .portfolio-item .portfolio-info a:hover {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

.welcome-section {
  background-color: #ffffff;
  padding: 60px 0;
  margin-top: 30px;
}
.welcome-section h2 {
  color: #e74c3c;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.welcome-section p {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.welcome-section img {
  max-width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .welcome-section {
    text-align: center;
  }
  .welcome-section img {
    margin-top: 20px;
  }
}
.footer-section {
  background-color: #333;
  color: #fff;
}
.footer-section h5 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #e74c3c;
}
.footer-section p, .footer-section a {
  color: #ccc;
  font-size: 1.3rem;
}
.footer-section a {
  text-decoration: none;
}
.footer-section a a:hover {
  color: #e74c3c;
}
.footer-section ul {
  padding-left: 0;
  list-style: none;
}
.footer-section .form-control {
  background-color: #444;
  border: none;
  color: #fff;
}
.footer-section .form-control::-moz-placeholder {
  color: #bbb;
}
.footer-section .form-control::placeholder {
  color: #bbb;
}
.footer-section .btn-primary {
  background-color: #e74c3c;
  border: none;
}
.footer-section .btn-primary:hover {
  background-color: #d62c1a;
}
.footer-section .list-inline-item {
  margin-right: 10px;
}
.footer-section .list-inline-item i {
  font-size: 1.5rem;
}
.footer-section .text-center {
  font-size: 0.85rem;
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 20px;
  color: #aaa;
}

/* Banner Section */
.about-banner {
  background-image: url("../img/about1.jpg") !important;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.about-banner .container {
  position: relative;
  z-index: 2;
}
.about-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.about-banner h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-banner p {
  font-size: 1.25rem;
}

/* About Us Section */
.about-us-section h2 {
  margin-top: 30px;
  color: #e74c3c;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-us-section p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
}
.about-us-section img {
  max-width: 100%;
  height: 50vh;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Mission, Vision, Quality Focus Section */
.mvq-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}
.mvq-section .mvq-item i {
  color: #e74c3c;
  margin-bottom: 20px;
}
.mvq-section .mvq-item h3 {
  color: #333;
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.mvq-section .mvq-item p {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
}

/* Banner Section */
.services-banner {
  background-image: url("../img/services.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.services-banner .container {
  position: relative;
  z-index: 2;
}
.services-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.services-banner h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.services-banner p {
  font-size: 1.25rem;
}

/* Services Section */
.services-section {
  padding: 60px 0;
}
.services-section .service-item {
  text-align: center;
  padding: 30px;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.services-section .service-item i {
  color: #e74c3c;
  margin-bottom: 20px;
}
.services-section .service-item h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: #333;
}
.services-section .service-item p {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.services-section .service-item a {
  color: #333;
  border: 1px solid #333;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease;
  font-size: 1.2rem !important;
}
.services-section .service-item a:hover {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}

/* Banner Section */
.service-banner {
  background-image: url("../img/bn1.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.service-banner .container {
  position: relative;
  z-index: 2;
}
.service-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.service-banner h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.service-banner p {
  font-size: 1.25rem;
}

/* Service Detail Section */
.service-detail-section {
  padding: 60px 0;
}
.service-detail-section h2 {
  color: #e74c3c;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.service-detail-section p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
}
.service-detail-section img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.service-detail-section h3 {
  color: #333;
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.service-detail-section .row > .col-md-4 {
  margin-bottom: 30px;
}

/* Portfolio Banner */
.portfolio-banner {
  background-image: url("../img/portfolio.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.portfolio-banner .container {
  position: relative;
  z-index: 2;
}
.portfolio-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.portfolio-banner h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.portfolio-banner p {
  font-size: 1.25rem;
}

/* Portfolio Filters */
.portfolio-filters {
  margin-bottom: 40px;
}
.portfolio-filters a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #e74c3c;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.portfolio-filters a:hover, .portfolio-filters a.active {
  background-color: #e74c3c;
  color: #fff;
}

/* Portfolio Grid */
.portfolio-grid .portfolio-item {
  margin-bottom: 30px;
}
.portfolio-grid .portfolio-item .portfolio-wrap {
  position: relative;
  overflow: hidden;
}
.portfolio-grid .portfolio-item .portfolio-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
}
.portfolio-grid .portfolio-item .portfolio-wrap:hover img {
  transform: scale(1.1);
}
.portfolio-grid .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.portfolio-grid .portfolio-item .portfolio-wrap .portfolio-info h4,
.portfolio-grid .portfolio-item .portfolio-wrap .portfolio-info p {
  color: #fff;
  margin: 0;
  padding: 5px 0;
}
.portfolio-grid .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
.portfolio-grid .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  color: #fff;
  margin: 10px;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
.portfolio-grid .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
.portfolio-grid .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  color: #e74c3c;
}
.portfolio-grid .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Career Banner Section */
.career-banner {
  background-image: url("../img/bn1.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.career-banner .container {
  position: relative;
  z-index: 2;
}
.career-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.career-banner h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.career-banner p {
  font-size: 1.25rem;
}

/* Culture Section */
.culture-section {
  padding: 60px 0;
}
.culture-section h2 {
  color: #e74c3c;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.culture-section p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
}
.culture-section img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Job Openings Section */
.job-openings-section {
  background-color: #f8f9fa;
}
.job-openings-section h2 {
  color: #333;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.job-openings-section .job-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.job-openings-section .job-item h4 {
  color: #e74c3c;
  margin-bottom: 10px;
}
.job-openings-section .job-item p {
  color: #666;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.job-openings-section .job-item .btn {
  font-size: 1.1rem;
  padding: 10px 20px;
}

/* Application Form Section */
.application-form-section {
  padding: 60px 0;
}
.application-form-section h2 {
  color: #333;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.application-form-section p {
  color: #666;
  margin-bottom: 40px;
}
.application-form-section .form-control {
  background-color: #f8f9fa;
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 1rem;
}
.application-form-section .btn-primary {
  background-color: #e74c3c;
  border: none;
  font-size: 1rem;
  padding: 15px;
  width: 100%;
}
.application-form-section .btn-primary:hover {
  background-color: #d62c1a;
}

.blog-banner {
  background-image: url("../img/bn1.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.blog-banner .container {
  position: relative;
  z-index: 2;
}
.blog-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.blog-banner h1 {
  font-size: 3rem;
  font-weight: bold;
}
.blog-banner p {
  font-size: 1.25rem;
}

.blog-posts-section .blog-post {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  text-align: center;
}
.blog-posts-section .blog-post img {
  border-radius: 10px;
  margin-bottom: 15px;
}
.blog-posts-section .blog-post h3 a {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: block;
  transition: color 0.3s ease;
}
.blog-posts-section .blog-post h3 a:hover {
  color: #e74c3c;
}
.blog-posts-section .blog-post .date {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.blog-posts-section .blog-post .excerpt {
  color: #666;
  font-size: 1rem;
  margin-bottom: 20px;
}
.blog-posts-section .blog-post .btn {
  padding: 10px 20px;
  border-color: #e74c3c;
  color: #e74c3c;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.blog-posts-section .blog-post .btn:hover {
  background-color: #e74c3c;
  color: #fff;
}
.blog-posts-section .pagination {
  margin-top: 30px;
}
.blog-posts-section .pagination a {
  color: #333;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #ccc;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.blog-posts-section .pagination a.active {
  background-color: #e74c3c;
  color: #fff;
  border-color: #e74c3c;
}
.blog-posts-section .pagination a:hover {
  background-color: #e74c3c;
  color: #fff;
}

/* Contact Us Banner Section */
.contact-banner {
  background-image: url("../img/bn1.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.contact-banner .container {
  position: relative;
  z-index: 2;
}
.contact-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.contact-banner h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-banner p {
  font-size: 1.25rem;
}

/* Contact Us Section */
.contact-us-section {
  padding: 60px 0;
}
.contact-us-section h2 {
  color: #e74c3c;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-us-section p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
}
.contact-us-section ul {
  list-style: none;
  padding-left: 0;
}
.contact-us-section ul li {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #333;
}
.contact-us-section ul li i {
  margin-right: 10px;
  color: #e74c3c;
}
.contact-us-section .form-control {
  background-color: #f8f9fa;
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 1rem;
}
.contact-us-section .btn-primary {
  background-color: #e74c3c;
  border: none;
  font-size: 1rem;
  padding: 15px;
  width: 100%;
}
.contact-us-section .btn-primary:hover {
  background-color: #d62c1a;
}

/* Google Map Section */
.map-section iframe {
  width: 100%;
  border: 0;
}/*# sourceMappingURL=style.css.map */