/* Normalize.css */
/* A modern, HTML5-based CSS normalization library. */
/* Read more: https://github.com/necolas/normalize.css */
/* License: MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.txt) */

/* Global Variables */
:root {
  --primary-color: #099ad1;
  --link-color: #099ad1;
  --text-color: #333;
  --heading-color: #ffffff;
  --hover-color: white;
  --border-color: #ccc;
  --button-background: #099ad1;
  --shadow-color: rgba(0, 0, 0, 0.4);
  --off-white-text: rgba(255, 255, 255, 0.8);
}

/* Base styles for all elements */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* Inherit default font family */
  line-height: inherit;
  /* Inherit default line height */
  color: var(--text-color);
  /* Set default text color */
}

/* Primary Button Styles */
.btn-primary {
  color: #fff !important;
  background-color: var(--button-background) !important;
}

.text-muted {
  color: var(--button-background) !important;
}


/* Heading styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  /* Inherit default font weight */
  color: inherit;
  /* Inherit default text color */
}

p {
  font-size: 1.25rem !important;
}

.heading-text {
  font-size: 56px;
  color: var(--heading-color);
}

.description-text,
.description-text-dark {
  color: var(--heading-color);
}

.description-text-dark {
  color: black;
}

.links-section,
.contacts {
  font-size: 1.25rem !important;
}

#testimonials-carousel .card-footer .profile-pic {
  height: 64px !important;
}

button {
  cursor: pointer;
}

/* Link styles */
a {
  color: var(--link-color);
  /* Set a default link color */
  text-decoration: none;
  background-color: transparent;
  /* Remove default background color */
}

a:hover {
  color: var(--hover-color);
  /* Adjust hover color */
}

/* Clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Inline tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Caption elements */
caption {
  padding-top: 0.75em;
  color: var(--text-color);
  text-align: left;
  caption-side: top;
}

/* Code elements */
pre {
  display: block;
  overflow-x: auto;
  padding: 1em;
  font-family: monospace;
}

/* Enquire Form Styles */
.enquire-form {
  border: 2px solid rgba(129, 127, 127, 0.5);
  border-radius: 30px;
  position: relative;
  background-color: rgba(129, 127, 127, 0.5);
  /* Adjust opacity as desired */
  padding: 2rem;
  color: #fff;
}

.enquire-form .form-wrapper {
  width: 90%;
  margin: 0 auto;
  color: #fff;
}

.enquire-form .description-text {
  color: #fff;
  /* Customize color */
  font-size: 1.2rem;
  /* Customize font size */
  text-align: center;
  margin-bottom: 1rem;
  /* Customize margin */
}

.enquire-form form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 17px;
}

.enquire-form form label .text-danger {
  color: red;
  /* Customize color */
}

.enquire-form form input,
.enquire-form form textarea {
  width: 100%;
  height: 40px;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 30px;
  transition: border-color 0.3s;
  outline-color: #099ad1;
}

.enquire-form form .wpcf7-submit {
  position: relative;
  margin-top: 15px;
  border-radius: 5px;
  background-color: #099ad1;
  /* Customize color */
  border-radius: 10px;
  width: 147px;
  margin: 0 auto;
  left: 35%;
}

.enquire-form form .wpcf7-submit:hover {
  background-color: #545454;
  border: 2px solid 545454;
}

.enquire-form form .wpcf7-not-valid-tip {
  color: red;
  /* Customize color */
  font-size: 14px;
  margin-bottom: 5px;
}

.enquire-form input {
  padding: 8px 15px;
  border: unset;
  border-radius: 4px;
  outline-color: #099ad1;
}

.background-content {
  margin-top: 6%;
}

/* Navigation and Hero Section Styles */

#main-nav {
  background-color: transparent;
  font-size: 1.25rem !important;
}

.hero {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-title {
  text-shadow: 2px 2px 4px var(--shadow-color);
  /* Subtle text shadow */
  color: var(--heading-color);
  /* Ensured white text color */
}

.hero-text {
  color: var(--off-white-text);
  /* Slightly off-white text for better contrast */
}

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust opacity as needed */
  z-index: 1;
  /* Place overlay behind background image but before text */
}

.hero-overlay-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the opacity as needed */
}

.content-wrapper {
  z-index: 2;
  /* Place content above the overlay */
}

.hero-page {
  position: relative;
}

.hero-container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 100%, rgba(255, 255, 255, 1) 100%);
  opacity: 0.6;
}

@media (max-width: 576px) {
  body>div.container-fluid.d-flex.justify-content-center.align-items-center.min-vh-100>div.hero-overlay {
    height: auto;
    /* Reset height for smaller screens */
  }

  .hero-title {
    font-size: 2rem;
    /* Adjust title size for small screens */
  }

  .hero-text {
    font-size: 1rem;
    /* Adjust text size for small screens */
  }
}

#mission-statement .whoweare .mission-vision .img-logo {
  width: 68px !important;
  height: 68px !important;
}


/* Footer Styles */
/* Footer Section */
#footer {
  background-color: #f8f9fa;
}

/* Target all hyperlinks within the footer */
footer a:hover {
  color: var(--primary-color) !important;
  /* Replace with your desired color */
}

/* Logo Section */
.logo-section img {
  max-width: 100%;
  height: auto;
}

.tagline-section header {
  margin-top: 10px;
}

/* Links Section */
.links-section h5 {
  margin-bottom: 15px;
}

/* Contacts Section */
.contacts .contact-info p {
  margin-bottom: 10px;
}

.get-in-touch-section {
  margin-top: 20px;
}

/* Copyright Section */
.copyright-section {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .logo-section {
    text-align: left;
  }

  .tagline-section header {
    text-align: left;
  }

  .contacts {
    text-align: left;
  }

  .get-in-touch-section {
    text-align: left;
  }

  .copyright-section {
    text-align: left;
  }
}

/* Footer Styles */
a.icon-link {
  color: #363738;
  transition: 200ms ease-in-out;
}

a.icon-link i {
  color: #099ad1;
}

a.icon-link:hover {
  color: #099ad1;
  text-decoration: none;
}

.btn {
  background: white;
  color: #363738;
  font-weight: bold;
  outline: none;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 5px;
  border: none;
}

.btn:focus {
  box-shadow: none;
}

.btn:hover {
  background: #099ad1;
  color: #fff;
}

.btn.btn--with-icon {
  padding-right: 20px;
}

.btn.btn--with-icon i {
  padding: 0px 30px 0px 15px;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
  vertical-align: bottom;
  color: white;
  background: #099ad1;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

.btn.btn--only-icon {
  width: 50px;
}

/* End CSS of Benefit */

/*About Us Page CSS*/
.fixed-size-image {
  width: 42px;
  height: auto;
}

/*About Us Page CSS*/

/*Contact Page CSS*/

/* Contact Form Styles */
/* Form Styles */
#contact_page .wpcf7-form {
  max-width: 600px;
  /* Adjust the max-width according to your design */
  margin: 0 auto;
}

/* Label Styles */
#contact_page .wpcf7-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  /* Add this line to make the labels bold */
}

/* Input Styles */
#contact_page .wpcf7-form input[type="text"],
#contact_page .wpcf7-form input[type="email"],
#contact_page .wpcf7-form input[type="tel"],
#contact_page .wpcf7-form textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Submit Button Styles */
#contact_page .wpcf7-form input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #007bff;
  border: 1px solid #007bff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

#contact_page .wpcf7-form input[type="submit"]:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Error Message Styles */
#contact_page .text-danger {
  color: #dc3545;
}

/* Spinner Styles */
#contact_page .has-spinner .spinner {
  display: inline-block;
  border: 2px solid #fff;
  border-top: 2px solid #007bff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*Page CSS*/

/*  CSS Responsive classes */

@media (max-width: 575px) {
  /* xs and smaller */

  .container-precision-clean {
    padding-top: 6rem !important;
  }

  .enquire-form {
    padding: 1rem;
  }

  .enquire-form .form-wrapper {
    width: 100%;
  }

  .enquire-form .description-text {
    font-size: 1rem;
  }

  .enquire-form form label {
    font-size: 15px;
  }

  .enquire-form form input[type="text"],
  .enquire-form form textarea {
    height: 35px;
  }

  .enquire-form form .wpcf7-submit {
    width: 100%;
    margin: 0;
    left: 0;
  }
}

@media (max-width: 576px) {

  /* xs */
  .container-precision-clean {
    padding-top: 6rem !important;
  }

  .enquire-form .form-wrapper {
    width: 90%;
  }

  #offcanvasNavbar .navbar-nav a {
    color: black !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  /* sm */
  .container-precision-clean {
    padding-top: 6rem !important;
  }

  .enquire-form .form-wrapper {
    width: 90%;
  }

  #offcanvasNavbar .navbar-nav a {
    color: black !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* md */
  .enquire-form .form-wrapper {
    width: 90%;
  }

  #offcanvasNavbar .navbar-nav a {
    color: black !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  /* lg */
  .enquire-form .form-wrapper {
    width: 90%;
  }
}

@media (min-width: 1200px) {

  /* greater than lg */
  .enquire-form .form-wrapper {
    width: 90%;
  }
}

/* Carousel slider */

#testimonials-carousel .card {
  width: 100%;
  margin: auto;
}

#testimonials-carousel .card-title {
  margin-bottom: 0;
}

#testimonials-carousel .profile-pic {
  margin-right: 10px;
}

#testimonials-carousel .rating {
  display: flex;
  align-items: center;
  color: #ffd700;
  /* Yellow color for stars rating */
}

#testimonials-carousel .rating-placeholder {
  color: #999;
}

#testimonials-carousel .carousel-control-prev,
#testimonials-carousel .carousel-control-next {
  color: var(--primary-color, #099ad1);
  /* Primary color for controls */
}

#testimonials-carousel .carousel-indicators li {
  background-color: var(--primary-color,
      #099ad1);
  /* Primary color for pagination dots */
}

#testimonials-carousel .carousel-indicators .active {
  background-color: #ffffff;
  /* Color for active pagination dot */
}

/* Align footer horizontally and vertically */
#testimonials-carousel .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-scrolled {
  background-color: rgba(0, 0, 0, 0.75) !important;
  height: 4rem;
}