* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
}

body {
  background-color: #f9f9f9;
  color: #333;
}

ul {
  padding: 0 !important;
  list-style: none;
}

a {
  text-decoration: none !important;
}

/* Slider Arrow  */
.fa-chevron-right,
.fa-chevron-left {
  position: absolute;
  top: -12%;
  background-color: #185790;
  color: #fff;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.fa-chevron-right {
  right: 0;
}

.fa-chevron-left {
  right: 66px;
}

/* Slider Arrow  */
/* NavBar */

header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 11;
  background-color: #fff;
  transition: background-color 0.3s ease;
  padding: 8px 0;
}

.logo {
  display: inline-block;
  height: 60px !important;
}

.logo img {
  height: 100%;
}

.header-scroll .mobile-menu {
  color: #fff;
}

header .mobile-menu {
  display: none;
  padding: 8px;
  border-radius: 4px;
}

.header .navbar .menubar {
  width: 100%;
}

.header .navbar .menubar .header-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  justify-content: space-between;
  padding: 18px 10px !important;
}

.menubar .header-menu li {
  position: relative;
}

.menu-content {
  color: black;
}

.menubar .header-menu li .menu-content {
  padding: 10px 20px;
  transition: 0.3s;
}

.menubar .header-menu li .menu-content:hover {
  background-color: #185790;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
}

.menubar .header-menu li .menu-content.active {
  background-color: #185790;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
}

.menubar .header-menu li .dropdown li a.active {
  background-color: #185790;
  color: #fff;
  border-radius: 25px;
}

.menubar .header-menu li .menu-content i {
  transition: transform 0.3s ease;
  margin-left: 12px;
}

.menubar .header-menu .dropdown-wraper:hover .menu-content i {
  transform: rotate(-180deg);
}

/* Dropdown */
.header .dropdown-wraper:hover .dropdown {
  margin-top: 20px;
}

.menubar .header-menu li .dropdown {
  position: absolute;
  left: 0%;
  top: 200%;
  text-align: left;
  width: 150%;
  border-radius: 6px;
  background: #bddffd;
  z-index: 1;
  visibility: hidden;
  transform: rotateX(-90deg);
  transform-origin: top;
  transition: 0.3s;
  border-top: 0;
  border: 1px solid #e5e5e5;
  padding: 14px 22px !important;
}

/* Hover effect to display the dropdown */
.menubar .header-menu li.dropdown-wraper:hover .dropdown {
  visibility: visible;
  transform: rotateX(0deg);
  transition: all 500ms ease;
}

/* Styling for dropdown links */
.menubar .header-menu li .dropdown li a {
  padding: 6px 0;
  color: #000;
}

.menubar .header-menu li .dropdown li {
  margin-bottom: 18px;
}

.header .btn-primary {
  width: fit-content;
}

.header .btn-primary:hover {
  letter-spacing: 0px;
}

footer {
  background-color: #f9f9f9;
  padding: 40px 20px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  min-width: 200px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.footer-column ul {
  list-style-type: none;
  padding: 0;
}

.footer-column ul li {
  margin: 8px 0;
}

.footer-column ul li a {
  text-decoration: none;
  color: #333;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.newsletter input[type="email"] {
  padding: 10px;
  width: 100%;
  max-width: 250px;
  border: 1px solid #185790;
  border-radius: 28px;
  margin-bottom: 10px;
}

.newsletter button {
  padding: 10px 20px;
  background-color: #185790;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
  border-radius: 28px;
}

.newsletter button:hover {
  background-color: #185790;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  background-color: #0c6a9c0a;
  width: 100%;
  height: 80px;
  border-radius: 50px;
}

.footer-last {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

.footer-terms {
  text-align: right;
  margin-left: 60px;
}

.footer-terms a {
  text-decoration: none;
  color: #000;
}

.footer-social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-social-links a {
  font-size: 30px;
}

.footer-social-links a:hover {
  opacity: 0.8;
}

/* Instagram Icon */
.fa-instagram {
  color: #e4405f;
}

/* Facebook Icon */
.fa-facebook {
  color: #1877f2;
}

/* LinkedIn Icon */
.fa-linkedin {
  color: #0a66c2;
}

/* Twitter Icon */
.fa-twitter {
  color: #1da1f2;
}

/* WhatsApp Icon */
.fa-whatsapp {
  color: #25d366;
}

/* YouTube Icon */
.fa-youtube {
  color: #ff0000;
}

/* Hover Effects */
.footer-social-links a:hover {
  opacity: 0.8;
}

.newsletter input[type="email"]::placeholder {
  color: #185790;
  /* Placeholder color */
  opacity: 1;
  /* Ensure the placeholder is fully visible */
  text-align: center;
}

.logo-footer img {
  height: 40px;
}

.footer-logo .col-lg-5 {
  display: inline-flex;
}

.footer-logo-head {
  margin-left: 10px;
}

/* Footer */
/* INDEX PAGE 1st Section */

.btn-primary {
  background-color: #185790 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* About Us Section Styling */
.about-us-section {
  padding: 50px 0px;
  background-color: #f4f4f8;
}

.about-us-content {
  flex: 1;
}

.about-us-heading {
  color: #185790;
  font-size: 1rem;
  margin-bottom: 10px;
}

.about-us-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #111;
}

.about-us-description {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-us-list {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}

.about-us-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #333;
}

.about-us-list li::before {
  content: "✔";
  color: #185790;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2rem;
}

.about-us-list li:hover {
  color: #185790;
  cursor: pointer;
}

.about-us-buttons {
  display: flex;
  gap: 10px;
}

.about-us-btn {
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 30px;
}

.about-us-btn-primary {
  background-color: #185790;
  color: white;
}

.about-us-btn-secondary {
  background-color: white;
  border: 2px solid #185790;
  color: #185790;
}

/* Right Image Grid */
.about-us-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  flex: 1;
}

.about-us-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.about-us-image-large {
  grid-column: span 2;
  height: 40%;
}

.image2 {
  height: 60%;
}

.image2 img,
.img3 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
  .about-us-title {
    font-size: 2rem;
  }

  .about-us-description {
    font-size: 1rem;
  }

  .about-us-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .about-us-section {
    padding: 30px 15px;
  }

  .about-us-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .about-us-title {
    font-size: 1.8rem;
  }

  .about-us-description {
    font-size: 0.9rem;
  }

  .about-us-list li {
    font-size: 0.9rem;
  }

  .about-us-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .about-us-images {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .about-us-title {
    font-size: 1.5rem;
  }

  .about-us-description {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .about-us-list li {
    font-size: 0.8rem;
  }

  .about-us-buttons {
    align-items: center;
    gap: 10px;
  }

  .project-result .project-result-slider .fa-chevron-right,
  .project-result .project-result-slider .fa-chevron-left {
    height: 28px;
    width: 28px;
  }
}

/* Our Service Slider  */
.our-services .our-services-slider {
  margin: 18px 0 50px 0;
}

.our-services .fa-chevron-right,
.our-services .fa-chevron-left {
  top: -18%;
}

.our-services .service {
  margin: 0 8px;
}

.our-services .service figure {
  height: 180px;
  width: 100%;
}

.our-services .service figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.our-services .service h3 {
  font-size: 20px;
  color: #185790;
  margin-bottom: 10px;
}

.our-services .service p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

/* Contact Section Background */
.contact-us-header {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
  text-align: center;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.contact-us-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.contact-us-header h1,
.contact-us-header h2,
.contact-us-header p {
  margin: 0;
}

.contact-us-header h1 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 150px;
}

.contact-us-header h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-us-header p {
  font-size: 18px;
}

.contact-section {
  background: linear-gradient(to bottom, #ffffff 65%, #185790 40%);
  padding: 80px 0;
}

.contact-wrapper {
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: -50px;
  padding: 40px;
}

.contact-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-section .col-lg-5 {
  flex: 0 0 calc(50% - 10px);
}

.contact-section h3 {
  color: #185790;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.contact-section h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.contact-section p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #555;
}

.contact-list ul {
  list-style: none;
  padding: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #333;
  font-weight: 600;
}

.contact-list i {
  color: #185790;
  margin-right: 10px;
  font-size: 1.2rem;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #185790;
  outline: none;
}

.btn-submit {
  background-color: #185790;
  color: #ffffff;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  padding: 12px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  transition: background 0.3s ease;
}

.btn-submit:hover {
  background-color: #185790;
}

/* RESPONSIVE  */
@media (max-width: 768px) {
  .slider-container {
    width: 95%;
    margin: 20px auto;
    padding: 15px;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    text-align: center;
  }

  .header-row h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .nav-buttons {
    justify-content: center;
    gap: 8px;
  }

  .nav-btn {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .slides-wrapper {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 10px;
  }

  .slide {
    flex: 0 0 80%;
    padding: 10px;
  }

  .slide img {
    height: 150px;
  }

  .slide h3 {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .slide p {
    font-size: 0.9rem;
  }

  /* Contact Section */
  .contact-section {
    padding: 40px 20px;
    background: linear-gradient(to bottom, #ffffff 70%, #185790 30%);
  }

  .contact-wrapper {
    padding: 20px;
    margin-top: -30px;
  }

  .contact-section h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .contact-section h3 {
    font-size: 1rem;
    text-align: center;
  }

  .contact-section p {
    font-size: 0.9rem;
    text-align: center;
  }

  .contact-section .row {
    flex-direction: column;
    gap: 15px;
  }

  .contact-section .col-lg-5 {
    flex: 0 0 100%;
  }

  .contact-list li {
    font-size: 0.9rem;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 0.9rem;
  }

  .btn-submit {
    font-size: 0.9rem;
    padding: 10px;
  }
}

/* Testimonial  */
.testimonial .testimonial-review {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin:  8px;
}

.testimonial .testimonial-review h3 {
  font-size: 24px;
  font-weight: 600;
}

.testimonial .testimonial-review p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.client-details h4 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.client-details h4 small {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  display: block;
  margin-top: 6px;
}

.testimonial .testimonial-review .client-details {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial .testimonial-review .client-details figure {
  height: 50px;
  width: 50px;
  margin: 0;
}

.testimonial .testimonial-review .client-details figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testimonial .fa-chevron-left,
.testimonial .fa-chevron-right {
  top: -25%;
}

/* Header and Buttons Row */

/* Slider Controls */
.nav-buttons {
  display: flex;
  gap: 10px;
}

.nav-btn {
  background-color: #185790;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  font-size: 18px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-btn:hover {
  background-color: #185790;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .testimonial-section {
    padding: 30px 10px;
  }

  .testimonial-card {
    flex: 0 0 100%;
    margin: 15px 0;
  }

  .testimonial-title {
    font-size: 18px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .testimonial-person {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .testimonial-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .testimonial-details .person-name {
    font-size: 14px;
  }

  .testimonial-details .person-location {
    font-size: 12px;
  }

  /* Header Row */
  .header-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .header-row h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  /* Slider Controls */
  .slider-container {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }

  .slider {
    flex-direction: row;
    gap: 10px;
  }

  .nav-buttons {
    justify-content: center;
    margin-top: 10px;
  }

  .nav-btn {
    padding: 8px;
    font-size: 16px;
  }
}

/* CareerPAge Styling */

.hero-career {
  color: white;
  text-align: center;
  margin-top: 90px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-career ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero-career ul li a {
  color: #fff;
  font-size: 18px;
}

.hero-career h1 {
  font-size: 42px;
  margin-bottom: 16px;
  font-weight: 700;
}

.hero-career p {
  font-size: 18px;
  margin-bottom: 14px;
}

.both-same {
  padding: 60px 20px;
}

.both-same h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.both-same p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.info-card {
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.info-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.info-card p {
  font-size: 1rem;
  color: #6c757d;
}

.job-listings .job-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-listings .job-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.why-join {
  background-color: #185790;
  color: white;
}

.why-join p {
  font-size: 1.2rem;
  text-align: center;
}

/* INVEST AND INVESTORS  */

/* Partner Slider Styles */
.partner-section {
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 2.8rem;
  color: #222;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.partner-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  justify-items: center;
}

.partner-card {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.2)
  );
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  padding: 20px;
}

.partner-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(57, 145, 196, 0.15);
}

.card-content {
  padding: 10px;
  text-align: center;
}

.partner-card img {
  max-width: 120px;
  margin-bottom: 15px;
}

.partner-card h3 {
  font-size: 1.5rem;
  color: #1a73e8;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.partner-card p {
  font-size: 1rem;
  color: #666;
}

.partner-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}

.partner-card:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .partner-card h3 {
    font-size: 1.25rem;
  }

  .partner-card p {
    font-size: 0.9rem;
  }
}

/* Investors Section Styles */
.investors-section {
  background: linear-gradient(to bottom, #ffffff 60%, #185790 40%);
  color: white;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: black;
}

.section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #185790;
}

.investor-card-invest {
  background: white;
  color: #333;
  border-radius: 10px;
  border: 2px solid black;
  padding: 20px;
  margin: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.investor-card-invest:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.investor-card-invest .icon {
  font-size: 3rem;
  color: #1a73e8;
  margin-bottom: 15px;
}

.investor-card-invest h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.investor-card-invest p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Vehicle section */

/* Vehicles Section Styling */
.vehicles-section {
  background-color: #f8f9fa;
}

.vehicles-section .header-row {
  margin-bottom: 20px;
}

.vehicles-section .vehicle-card img {
  border-radius: 8px;
  transition: transform 0.3s ease;
  height: 100%;
  width: 100%;
}

.vehicles-section .vehicle-card img:hover {
  transform: scale(1.05);
}

.vehicles-section .vehicle-card {
  height: 280px;
  overflow: hidden;
  border-radius: 12px;
}

/* News And Article section */
.news-articles {
  margin-bottom: 50px;
}

.news-articles .news-articles-slider {
  padding: 10px 0;
}

.news-articles .news-card figure {
  height: 180px;
}

.news-articles .news-card figure img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.news-articles .news-card h3 {
  font-size: 20px;
  color: #185790;
  margin-bottom: 10px;
}

.news-articles .news-card p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

.news-articles .news-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  margin: 0 8px;
}

/* News And Article section */
/* ARTICLES AND NEWS  */

/* =======================================FAQPAGE=============================== */
.faq-item {
  border: 1px solid #000000;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.toggle-symbol {
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: #ffffff;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
  max-height: 150px;
  /* Adjust for longer answers */
  padding: 15px 20px;
}

.toggle-symbol.open {
  content: "-";
}

/* Responsive Design */
@media (max-width: 768px) {
  .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* COUNTER STYLING */

.counter-section .column {
  margin-bottom: 12px;
}

/* Style the counter cards */
.counter-section .card {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); */
  padding: 16px;
  text-align: center;
  /* background-color: #444; */
  color: #000;
  border-radius: 4px;
  /* background: linear-gradient(313deg,
      rgb(2, 0, 36) 82%,
      rgba(2, 165, 224, 1) 100%); */
  border: none;
  background-color: transparent;
}

.counter-section h3 {
  font-size: 54px;
  font-weight: 700;
}

/* LIFE */
/* General Reset */
.why-choose .row {
  margin-bottom: 50px;
}

.why-choose .row .col-lg-6 {
  margin-bottom: 14px;
}

/* Section Styling */
section {
  margin-bottom: 50px;
}

/* Section Titles */
.section-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #185790;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Team Grid */
.team {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.team .row .col-lg-4 {
  margin-bottom: 18px;
}

.team-card {
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.team-card figure {
  margin: 0;
  padding: 0;
}

.team-card img {
  width: 100%;
  height: auto;
  border-radius: 8%;
  border: 5px solid #eeeeee;
  margin-bottom: 15px;
}

.team-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}

.team-card p {
  font-size: 1rem;
  color: #777777;
  margin: 0;
}

/* CTA Section */
.cta-life {
  background: #185790;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.cta-life h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.cta-button {
  background: #ffcc00;
  color: #185790;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

.cta-button:hover {
  background: #ffc107;
}

/***REVIEW -PAGE*************/
.review {
  margin-top: 100px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rev {
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 20px;
  margin: 18px;
  height: auto;
  max-width: 400px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.review-sub1 {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.rev h5 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: 600;
}

.rev p {
  margin: 0;
  color: #555;
}

/* ======================================================================================================== */

.team-section {
  padding: 60px 0;
}

.section-title {
  margin-bottom: 50px;
}

.team-member {
  text-align: center;
  margin-bottom: 30px;
}

.team-member img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.member-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: start;
}

.member-role {
  color: #1a4b84;
  font-size: 0.9rem;
  text-align: start;
}

.action-buttons {
  margin-top: 30px;
}

.btn-quote {
  background-color: #1a4b84;
  color: white;
  padding: 10px 25px;
  border-radius: 18px;
  text-decoration: none;
  margin-right: 15px;
  transition: background-color 0.3s;
}

.btn-quote:hover {
  background-color: #153a66;
  color: white;
}

.btn-team {
  border: 2px solid #1a4b84;
  color: #1a4b84;
  padding: 10px 25px;
  border-radius: 18px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-team:hover {
  background-color: #1a4b84;
  color: white;
}

/* CAreers Details page */
.job-description {
  padding: 30px 0;
}

/* Styling for the section title */
.job-description h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.job-description p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* Job Responsibilities and Qualifications styling */
.job-description ul {
  list-style-type: none;
  margin-left: 0;
  /* Remove default margin */
  padding-left: 20px;
  /* Space for the bullets */
  font-size: 1rem;
  line-height: 1.5;
}

.job-description ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  /* Center the bullet with the text */
}

.job-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  /* Position bullet on the left */
  top: 50%;
  /* Align it vertically */
  transform: translateY(-50%);
  /* Ensure perfect vertical centering */
  width: 8px;
  height: 8px;
  background-color: #1a4b84;
  /* Blue Bullet */
  border-radius: 50%;
}

/* Styling for the image */
.job-description img {
  border-radius: 60px;
  width: 100%;
  border: 5px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Layout */

.fulltime-job {
  display: inline-flex !important;
  /* Use inline-flex to ensure it's inline with other content */
  align-items: center;
  font-size: 1rem;
  color: #555;
}

.fulltime-job i {
  margin-right: 8px;
  /* Space between icon and text */
  font-size: 1.2rem;
  color: #1a4b84;
  /* Icon color */
}

.fulltime-job .fa-calendar-alt {
  margin-right: 10px;
  /* Space between calendar and "Full Time" text */
}

.divider {
  margin: 0 10px;
  /* Space around the divider */
  color: #1a4b84;
  /* Color for the divider */
}

.job-type,
.location {
  font-weight: 600;
}

.location {
  color: #777;
  /* Lighter color for the location */
}

/*  SERVICE DETAIL PAGE STYLING */
.service-detail {
  position: relative;
  height: 400px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  margin-top: 90px;
}

.service-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
  /* Ensures gradient appears below the text */
}

.service-detail .text-content {
  position: relative;
  z-index: 2;
  /* Ensures text is above the gradient */
  max-width: 600px;
  /* Adjust as needed for text width */
  padding: 20px;
  margin-bottom: 100px;
}

.service-detail h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.service-detail h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}

.work-easy-img {
  height: 600px;
  width: 100%;
}

/* General Page Styling */
.about-us-page {
  background-color: #f9f9f9;
  padding: 60px 20px;
  margin-top: 50px;
}

/* Header Section */
.header-section {
  margin-bottom: 50px;
  color: #333;
}

.header-section h1 {
  font-size: 2.4rem;
  color: #185790;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-section h2 {
  font-size: 2.5rem;
  color: #333;
  font-weight: 600;
  margin-top: 15px;
}

.header-section p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* About Us Box */
.about-us-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 60px;
}

.about-us-box .content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-us-box h3 {
  font-size: 2rem;
  color: #185790;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.about-us-box p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* JP Construction Section */
.jp-construction-section {
  background: #185790;
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-top: 50px;
}

.jp-construction-section h1 {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.jp-construction-section .sub-title {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 15px;
}

.jp-construction-section .certification {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 10px;
  color: #ffcc00;
}

/* --------------------------------------------------- */
.about-portfolio .top-sectio,
.about-portfolio .bottom-sectio {
  margin-bottom: 50px;
}

.section12 {
  margin-bottom: 200px;
}

.section1 {
  position: relative;
  margin-top: 100px;
}

.image-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.blue-bg {
  background-color: #0d4c8c;
  position: absolute;
  border-radius: 12px;
}

/* Top section styling */
.top-sectio .blue-bg {
  width: 410px;
  height: 608px;
  top: -20px;
  left: -20px;
  z-index: 0;
}

.top-sectio .image-card {
  width: 459px;
  height: 608px;
  margin-left: 40px;
}

.top-sectio img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.top-sectio .content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  padding: 40px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

/* Bottom section styling */
.bottom-sectio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-sectio .content {
  width: 45%;
  padding: 40px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.bottom-sectio .image-wrapper {
  position: relative;
  width: 50%;
}

.bottom-sectio .blue-bg {
  width: 459px;
  height: 608px;
  bottom: -32px;
  right: 55px;
  z-index: 0;
}

.bottom-sectio img {
  width: 80%;
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

/* Text styling */
.section-label {
  color: #0d4c8c;
  font-size: 14px;
  margin-bottom: 16px;
  display: block;
}

.content h2 {
  font-size: 32px;
  margin-bottom: 24px;
  color: #1a1a1a;
  line-height: 1.2;
}

.content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* About_us-Pages Styling  */

/* SERVICE PAGE STYLING  */
.title-header-service {
  color: #333;
  margin-bottom: 2rem;
}

.subtitle-service {
  color: #666;
  margin-bottom: 1.5rem;
}

.service-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 200px;
  margin-bottom: 1.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.service-title {
  position: absolute;
  bottom: 18px;
  left: 18px;
  color: #fff;
  z-index: 1;
  font-size: 22px;
  font-weight: 500;
}

.header-values {
  margin-bottom: 40px;
}

.title-values {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 8px;
}

.subtitle-values {
  color: #0066cc;
  font-weight: 500;
  margin-bottom: 8px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2x2 matrix */
  gap: 30px;
}

.value-card {
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.value-card-inner {
  display: inline-flex;
  gap: 20px;
  /* Space between number and title/description */
}

.value-number {
  font-size: 2.5rem;
  color: #f0f0f0;
  font-weight: bold;
}

.value-content {
  max-width: 500px;
  /* Optional: control the width of title/description */
}

.value-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.value-description {
  color: #666;
  line-height: 1.5;
}

/* PAGE NOT FOUND  */

.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: "Arvo", serif;
  text-align: center;
  /* Centers all the content within .page_404 */
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/722246/screenshots/3066818/404-page.gif);
  height: 350px;
  background-position: center;
  margin-top: 50px;
  position: relative;
}

.four_zero_four_bg::before {
  content: "404 Error - Page Not Found";
  /* Accessible description */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  /* Optional overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000;
  z-index: 1;
  text-align: center;
  visibility: hidden;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.contant_box_404 h3,
.contant_box_404 p {
  text-align: center;
  /* Ensure text inside content box is centered */
}

/* PORT FOLIO PAGE STYLING */
.title-concepts {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.description-concepts {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.bullet-points-concepts {
  list-style-type: disc;
  color: #666;
  margin-left: 20px;
}

.bullet-points-concepts li {
  margin-bottom: 15px;
  line-height: 1.4;
}

.project-gallery {
  padding: 40px 0;
}

.project-gallery-head h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.project-gallery-head p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 10px;
}

.project-gallery img {
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  width: 100%;
  height: 270px;
}

/* FAQ_TWO_FAQ */

.container-two-faq {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.faq-header-two-faq {
  color: #1a1a1a;
  margin-bottom: 30px;
}

.faq-nav-two-faq {
  color: #0066cc;
  margin-bottom: 20px;
  font-size: 14px;
}

.image-section-two-faq {
  flex: 0 0 400px;
}

.image-section-two-faq img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

.faq-section-two-faq {
  flex: 1;
}

.faq-item-two-faq {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 16px;
}

.faq-question-two-faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 16px 0;
  margin: 0;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 600;
}

.faq-answer-two-faq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 32px 0 0;
}

.faq-answer-two-faq.active {
  max-height: 200px;
  padding-bottom: 16px;
}

.toggle-icon-two-faq {
  width: 24px;
  height: 24px;
  position: relative;
}

.toggle-icon-two-faq::before,
.toggle-icon-two-faq::after {
  content: "";
  position: absolute;
  background-color: #1a1a1a;
  transition: transform 0.3s ease;
}

.toggle-icon-two-faq::before {
  width: 2px;
  height: 12px;
  top: 6px;
  left: 11px;
}

.toggle-icon-two-faq::after {
  width: 12px;
  height: 2px;
  top: 11px;
  left: 6px;
}

.faq-item-two-faq.active .toggle-icon-two-faq::before {
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .container-two-faq {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }

  .image-section-two-faq {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
  }

  .image-section-two-faq img {
    height: auto;
  }

  .faq-question-two-faq {
    font-size: 14px;
    padding: 12px 0;
  }

  .faq-answer-two-faq {
    padding: 0 16px 0 0;
  }

  .faq-answer-two-faq.active {
    padding-bottom: 12px;
  }

  .toggle-icon-two-faq {
    width: 20px;
    height: 20px;
  }
}

/* For mobile devices (max-width: 480px) */
@media screen and (max-width: 480px) {
  .container-two-faq {
    padding: 10px;
    gap: 10px;
  }

  .faq-question-two-faq {
    font-size: 12px;
    padding: 10px 0;
  }

  .faq-answer-two-faq {
    padding: 0 10px 0 0;
  }

  .faq-answer-two-faq.active {
    padding-bottom: 8px;
  }

  .toggle-icon-two-faq {
    width: 18px;
    height: 18px;
  }

  .image-section-two-faq img {
    height: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .container-two-faq {
    max-width: 1400px;
    gap: 60px;
  }

  .faq-answer-two-faq {
    padding: 0 40px 0 0;
  }

  .faq-answer-two-faq.active {
    padding-bottom: 20px;
  }

  .toggle-icon-two-faq {
    width: 26px;
    height: 26px;
  }
}

/* Carausel */
.carousel {
  padding: 0;
}

.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.carousel .carousel-inner .carousel-item {
  position: relative;
}

.carousel .carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #00000000, #00000080);
  z-index: 1;
}

.carousel .carousel-inner .carousel-item .carasual-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
  width: 50%;
}

.carousel .carousel-inner .carousel-item .carasual-content h2 {
  color: white;
  font-size: 48px;
  margin-bottom: 20px;
}

.carousel .carousel-inner .carousel-item .carasual-content p {
  color: white;
  font-size: 16px;
  line-height: 1.6;
}

.banner-container {
  max-width: 80%;
  margin: 0px auto;
  padding: 40px 30px;
  background-color: #1e4d80;
  border-radius: 12px;
  color: white;
}

.banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.banner-text h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.banner-text p {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
}

.quote-button {
  background-color: white;
  color: #1e4d80;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background-color 0.2s;
}

.quote-button:hover {
  background-color: #f0f0f0;
}

.global-header span {
  position: relative;
  padding-left: 50px;
  color: #185790;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.global-header span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  background-color: #185790;
  height: 2px;
  width: 40px;
}

.header .mobile-menu {
  display: none;
}

.offcanvas .offcanvas-title figure {
  width: 30%;
}

.offcanvas .offcanvas-title figure img {
  width: 100%;
}

.offcanvas .offcanvas-body ul li {
  margin-bottom: 14px;
  position: relative;
  border-bottom: 2px solid #185790;
}

.offcanvas .offcanvas-body ul li a {
  color: #000;
}

/* OffCanvas   */

/* ========================================project-result===================================== */
.project-result {
  margin-bottom: 50px;
}

.project-result .project-result-card figure {
  margin: 0;
  padding: 0 8px;
}

.project-result .project-result-card figure img {
  width: 100%;
  border-radius: 16px;
}

.project-result .project-result-card {
  position: relative;
}

.project-result .project-result-card .project-result-card-content {
  width: 60%;
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.project-result .project-result-card .project-result-card-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
}

.project-result .project-result-card .project-result-card-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.project-result .project-result-card .project-result-card-link {
  position: absolute;
  top: 10%;
  right: 10%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-result .project-result-card .project-result-card-link i {
  color: #185790;
  font-size: 22px;
  rotate: 315deg;
}

.project-result .project-result-slider {
  position: relative;
}

.slick-dots {
  display: flex;
  gap: 10px;
  margin: 10px;
}

.slick-dots li button {
  background-color: #185790;
  color: #fff;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.portfolio-header {
  margin-top: 100px;
  position: relative;
  margin-bottom: 50px;
}

.portfolio-header .row .col-lg-6:nth-child(1) {
  padding: 50px 0;
}

.portfolio-header h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  width: 75%;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #efeff3;
}

.portfolio-header figure {
  position: absolute;
  right: 0;
  height: 100%;
  width: 600px;
}

.portfolio-header figure img {
  width: 100%;
  height: 100%;
}

.portfolio-header .col-lg-4 h3 {
  font-size: 16px;
  font-weight: 600;
}

.portfolio-header .col-lg-4 h3 small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #00021f;
}

/* COMPLETED PROEJCTS */

.projects-section {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

.project-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.project-details {
  padding: 15px;
  text-align: center;
}

.project-details h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #007bff;
}

.project-details p {
  font-size: 14px;
  color: #555;
}

.project-details span {
  display: block;
  font-size: 12px;
  color: #999;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* RUNNING PROJECTS */

.running-projects-card-section {
  background-color: #e8f4f8;
  padding: 50px 20px;
  font-family: "Arial", sans-serif;
}

.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #005b96;
  margin-bottom: 40px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.project-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card h3 {
  font-size: 18px;
  color: #005b96;
  margin-bottom: 10px;
}

.project-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/*  */

/* Director Section Styling */
.director-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
}

.director-section .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.director-content {
  flex: 1;
  padding-right: 30px;
}

.director-content h2 {
  font-size: 2rem;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 20px;
}

.director-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.director-image {
  flex: 1;
  text-align: center;
}

.director-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* AWARDS SECTION */
/* Awards Section Styling */
#awards {
  padding: 50px 0;
  background-color: #f9f9f9;
}

#awards .section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

#awards .card-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

#awards .card {
  width: 300px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

#awards .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#awards .card-img-top {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#awards .card-body {
  padding: 15px;
  text-align: center;
}

#awards .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}

#awards .card-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

#awards .trophy img {
  max-width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
}

/* Section Titles */
.section-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #185790;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Director Section Styling */

/*  LIFE AT JP STYLIONG */

#life-at-jp {
  background-color: #f4f4f9;
  padding: 50px 0;
  color: #333;
}

#life-at-jp .container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#life-at-jp h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #1a73e8;
}

#life-at-jp p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

#life-at-jp .values,
#life-at-jp .employee-experience,
#life-at-jp .why-choose,
#life-at-jp .join-us {
  margin-bottom: 50px;
}

#life-at-jp h3 {
  font-size: 2.3rem;
  margin-bottom: 15px;
  color: #1a73e8;
}

#life-at-jp .values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

#life-at-jp .value-item {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}

#life-at-jp .value-item img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

#life-at-jp .value-item h4 {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #1a73e8;
}

#life-at-jp .experience-images {
  margin-top: 30px;
  text-align: center;
}

#life-at-jp .img-fullwidth {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

#life-at-jp .benefit-item {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}

#life-at-jp .benefit-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

#life-at-jp .benefit-item h4 {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #1a73e8;
}

#life-at-jp .join-us-image {
  margin-top: 30px;
  text-align: center;
}

#life-at-jp a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: bold;
}

#life-at-jp a:hover {
  text-decoration: underline;
}

/* Responsive Design */
/* Responsive Design */

@media (max-width: 576px) {
  .review {
    margin-top: 50px;
  }

  .rev {
    max-width: 100%;
  }

  .review-sub1 {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .section-label {
    font-size: 12px;
  }

  .content h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .content p {
    font-size: 14px;
    line-height: 1.4;
  }

  .header-section h1,
  .header-section h2 {
    font-size: 1.5rem;
  }

  .header-section p {
    font-size: 0.9rem;
  }

  .about-us-box h3 {
    font-size: 1.2rem;
  }

  .about-us-box p {
    font-size: 0.9rem;
  }

  .jp-construction-section h1 {
    font-size: 2rem;
  }

  .jp-construction-section .sub-title {
    font-size: 1rem;
  }

  .jp-construction-section .certification {
    font-size: 0.9rem;
  }

  .contact-section {
    padding: 0px 20px;
  }

  .work-easy-img {
    height: auto;
  }
}

@media (max-width: 768px) {
  .team-section .global-header {
    text-align: center;
  }

  .top-sectio {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .top-sectio .content {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    position: static;
    transform: none;
    box-shadow: none;
  }

  .top-sectio .image-card {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .top-sectio img {
    width: 100%;
    height: auto;
  }

  .top-sectio .blue-bg {
    display: none;
  }

  .bottom-sectio {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .bottom-sectio .content {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }

  .bottom-sectio .image-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .bottom-sectio img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .bottom-sectio .blue-bg {
    display: none;
  }

  .values-grid {
    display: block;
  }

  .values-grid .value-card {
    margin-bottom: 12px;
  }

  .top-sectio .blue-bg {
    top: 0;
  }

  .rev {
    max-width: 90%;
  }

  .review-sub1 {
    font-size: 16px;
  }

  .job-description .row {
    flex-direction: column;
  }

  .job-description .col-md-6 {
    width: 100%;
  }

  .job-description img {
    max-width: 100%;
  }

  .director-section {
    flex-direction: column;
    text-align: center;
  }

  .director-content {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .director-image {
    margin-top: 20px;
  }

  .header-section h1,
  .header-section h2 {
    font-size: 1.8rem;
  }

  .about-us-box {
    padding: 30px;
  }

  .about-us-box h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .rev {
    padding: 15px;
  }

  .review-sub1 {
    font-size: 18px;
  }

  .portfolio-header figure {
    display: contents;
  }

  .header .mobile-menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 10%;
  }

  .modal-backdrop.show {
    opacity: 0 !important;
  }

  .header .col-lg-8,
  .header .btn-custom {
    display: none;
  }

  .contact-section {
    background: transparent;
  }

  .about-us-content {
    margin-bottom: 18px;
  }

  .carousel .carousel-inner .carousel-item .carasual-content {
    width: 100%;
    text-align: center;
    left: 0;
  }

  .carousel .carousel-inner .carousel-item .carasual-content .about-us-buttons {
    justify-content: center;
  }

  .carousel .carousel-inner .carousel-item img {
    height: 500px;
  }

  .carousel .carousel-inner .carousel-item .carasual-content h2 {
    font-size: 38px;
  }

  .carousel .carousel-inner .carousel-item .carasual-content p {
    width: 100%;
  }

  .director-section .container {
    display: block;
  }

  .info-sections .col-lg-4 {
    margin-bottom: 12px;
  }

  /* career-details */
  .team-header-section-container {
    margin-top: 70px;
  }

  .job-description {
    padding: 0;
  }

  /* career  */
  .info-card {
    margin-bottom: 18px;
  }

  /* Life Page */
  .values .col-lg-3 {
    margin-bottom: 12px;
  }

  .why-choose .col-lg-6 {
    margin-bottom: 12px;
  }

  .fa-chevron-right,
  .fa-chevron-left {
    top: unset !important;
    bottom: -33px;
    transform: translateY(50%);
  }

  .project-result {
    margin-bottom: 100px;
  }

  .fa-chevron-left {
    left: 42%;
  }

  .fa-chevron-right {
    left: 52%;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  .footer-column {
    min-width: 100%;
    margin-bottom: 20px;
  }

  .newsletter {
    align-items: center;
  }

  .newsletter input[type="email"] {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    border-radius: 0;
    padding: 20px;
    margin-top: 30px;
  }

  .footer-last {
    flex-direction: column;
    align-items: center;
  }

  .footer-terms {
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }

  .vehicles-section .vehicle-card {
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .review-sub1 {
    font-size: 20px;
    line-height: 32px;
  }
}
