body {
  font-family: "Montserrat", sans-serif;
  /* line-height: 1.6; */
}
/* header banner and nav bar start */

/* Initial navbar background */
/* .nav-bar {
  padding: 0 2%;
}
.navbar {
  transition: background-color 0.3s ease;
  background-color: transparent; 
} */

/* Background color when scrolled */
/* .navbar.scrolled {
  background-color: rgb(94, 94, 94); 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
} */

/* .navbar-brand img {
  height: 90px; 
}
@media (max-width: 996px) {
  .nav-bar {
    padding: 0;
  }
  .navbar-brand img {
    height: 60px;
  }
} */

/* .nav-item > a {
  font-size: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.nav-item > .active {
  color: #fff !important;
  border-bottom: 2px solid #fff;
} */

/* Custom CSS for the banner */
.header-banner {
  position: relative;
  height: 700px;
  color: white;
  margin-top: 0px;
  overflow: hidden; /* Hide overflow for sliding effect */
  z-index: -1;
}

/* Ensure the banner image fits */
.header-banner img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover; /* Ensure the image covers the entire banner */
}

.header-banner .overlay {
  position: absolute;
  top: 0;
  right: 0%; /* Start off-screen */
  width: 50%;
  height: 100%;
  background-image: url("/upload/images/overlay.png"); /* Add the URL of the uploaded image here */
  background-size: cover;
  background-position: center;
  opacity: 0.7; /* Adjust the opacity if needed */
  transition: right 1s ease; /* Smooth sliding transition */
}

.header-banner .content {
  position: absolute;
  top: 140px;
  z-index: 2;
  text-align: left;
  padding: 50px;
  width: 50%;
  color: white; /* Text color inside content */
  margin-left: 2.3rem;
}
.header-banner .content .banner-title {
  font-weight: 700;
  font-size: 4.3rem;
}

.header-banner .content .lead {
  font-size: 1.3rem;
  font-weight: 500;
}

@media (max-width: 996px) {
  .header-banner {
    height: 400px;
  }
  .header-banner img,
  .header-banner .overlay {
    height: 100%;
  }
  .header-banner .content {
    width: 100%;
    margin-left: 0;
  }
  .header-banner .content .banner-title {
    font-size: 1.6rem;
  }
  .header-banner .content .lead {
    font-size: 1rem;
    font-weight: 500;
  }
}
/* header banner end  */

/* Card content alignment */
.services-cards-hm {
  margin-top: -12%;
}
#service-main-home {
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.outer-card {
  transition: background-color 0.3s, transform 0.3s;
  background-color: #fff;
}
.outer-card:hover {
  transform: scale(1.05); /* Slightly scale up the card */
}
.card-body .icon .mobile-img {
  display: none;
}
.outer-card:hover .card-body .icon .desktop-img {
  display: none;
}
.outer-card:hover .card-body .icon .mobile-img {
  display: block;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  transition: 0.3s;
}

.card-title {
  font-weight: 500;
  margin-top: 0px;
  color: #1f4897;
  word-spacing: normal;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-align: center;
}

.card-text {
  margin-top: 10px;
  font-weight: 400;
  color: #000000; /* Grey text */
  font-size: 1rem;
  padding: 5px 45px 0px 45px;
  text-align: center;
}

/* Yellow line separator between icon and title */
.yellow-line {
  width: 150px;
  height: 4px;
  background-color: #ffcc00; /* Yellow color */
  margin: 15px 0;
}

/* Vertical Divider */
.vertical-divider {
  width: 3px; /* Width of the divider */
  background-color: #1f4897; /* Color of the divider */
  height: 90px; /* Height of the divider */
  margin: 0 auto; /* Center align the divider */
}

/* General card hover effect */
.outer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  background-color: #003976;
}
/* .outer-card:hover .card-body {
} */
.outer-card:hover .yellow-line {
  background-color: #003976;
}
.outer-card:hover .card-title,
.outer-card:hover .card-text {
  color: #fff; /* Keep your original hover color */
}

/* Aligning the vertical divider in the center of the cards */
.d-flex {
  display: flex;
  align-items: center; /* Center aligns items vertically */
}

@media (max-width: 996px) {
  .services-cards-hm {
    margin-top: 0;
    padding: 8%;
  }
}

/* who we are section start */
.w-a-w-main-contianer {
  margin-top: 10%;
}
.custom-container {
  margin: 0 auto;
  padding: 0;
}

.image-column {
  margin-left: 6%;
  margin-right: -6%;
  margin-top: -5%;
  z-index: 2;
}

.content-column {
  position: relative;
  background-color: #003976;
  padding-top: 4.3rem;
  padding-bottom: 0px;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
}
.content-column .first-col {
  padding-left: 40%;
  padding-right: 10%;
}
.content-column .highlighted-heading {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
}

.content-column .highlighted-subtitle {
  color: #fff;
}

.yellow-line-w {
  height: 10px;
  background-color: #fdb72e;
  width: 100%;
  margin-bottom: 10px;
}

.know-more-button {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
}

.content-column .second-col {
  margin-top: 60px;
  padding: 30px 50px 30px 50px;
  background-color: #fdb72e;
  text-align: center;
}
.content-column .second-col .counter {
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  font-family: "Gunplay", sans-serif; /* Fallback to sans-serif */
}
.content-column .second-col span {
  font-size: 1.1rem;
}
/* Media Queries */
@media (max-width: 992px) {
  #w-a-w-24 {
    width: 100%;
  }
  .image-column {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: -5%;
  }

  .content-column {
    position: relative;
    background-color: #003976;
    padding-top: 4.3rem;
    padding-bottom: 0px;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-column .first-col {
    padding-left: 20px; /* Reduce padding */
    padding-right: 20px; /* Reduce padding */
  }

  .content-column .highlighted-heading {
    font-size: 2.5rem; /* Adjust font size for headings */
  }

  .content-column .highlighted-subtitle {
    font-size: 1rem; /* Adjust font size for subtitles */
  }

  .content-column .second-col {
    padding: 10px; /* Adjust padding */
  }

  .content-column .second-col .counter {
    font-size: 2.5rem; /* Adjust font size */
  }
  .content-column .second-col span {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .image-column {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: -5%;
  }

  .content-column {
    padding: 20px; /* Further reduce padding */
  }

  .content-column .first-col {
    padding-left: 10px; /* Further reduce padding */
    padding-right: 10px; /* Further reduce padding */
  }

  .content-column .highlighted-heading {
    font-size: 2rem; /* Further adjust font size */
  }

  .content-column .highlighted-subtitle {
    font-size: 0.9rem; /* Further adjust font size */
  }

  .content-column .second-col h2 {
    font-size: 2rem; /* Further adjust font size */
  }

  .know-more-button {
    padding: 8px 16px; /* Adjust button padding */
  }
}
/* who we are section ends */

/* our services start home */
#our-service-outer-container {
  margin-top: 10%;
  background: url("upload/images/our-service-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0%;
}
#service-id {
  margin-left: 6%;
}

.our-service-section-hm span {
  color: #fdb72e;
  font-size: 1rem;
  font-weight: 600;
}
.our-service-section-hm h4 {
  color: #1f4897;
  font-size: 3rem;
}
.our-service-inner {
  padding: 5%;
}

.renovation-card {
  background-color: #003976;
  opacity: 0.6;
  padding: 15%;
  text-align: center;
  height: 250px;
}
.s-dark {
  display: none;
}

.renovation-card:hover {
  opacity: 1; /* Full opacity on hover */
  transform: scale(1.05); /* Slightly enlarge the card */
  background-color: #fdb72e;
}

.renovation-card:hover > .s-dark {
  display: inline;
}

.renovation-card:hover > .s-light {
  display: none;
}

.service-icon {
  max-width: 100%; /* Responsive image */
}

.renovation-card .service-title {
  color: #fff;
  padding-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
}
.renovation-card:hover .service-title {
  color: #040404;
}
.renovation-card:hover .service-description {
  color: #000000;
}
.renovation-card .service-description {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
}
@media (max-width: 996px) {
  .renovation-card {
    padding: 7%;
    height: 190px;
  }
  .service-icon {
    width: 40px;
  }
  .renovation-card .service-title {
    font-size: 1rem;
  }
  .renovation-card .service-description {
    font-size: 0.9rem;
  }
}
/* our services end home */

/* our manufactures start */
#our-manufactures-outer-container {
  margin-top: 5%;
  background-color: #fff;
  padding: 0%;
}
#manufacture-id {
  margin-left: 6%;
}

.slider-container-unique {
  align-items: center;
  margin: 0;
  text-align: center;
}

.slider-unique {
  overflow: hidden;
  width: 100%;
  margin: 70px 0;
}

.slide-track-unique {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slide-unique {
  min-width: 20%;
  padding: 10px 15px;
}

.slide-unique:first-child {
  margin-left: 280px; /* Add margin-left to the first slide */
}

.card-unique {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensure consistent spacing between elements */
  height: 100%; /* Makes the card take full height */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding-top: 20%; /* Add vertical space between cards */
}

.card-unique h4 {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 10px 30px;
  margin-bottom: auto;
}

.slide-btn-unique {
  background-color: #f9a825;
  border: none;
  padding: 10px 0px 10px 0px;
  margin-top: 10px;
  border-radius: 16px 0px 0px 0px;
  color: #040404;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  margin-left: 25px;
}
.slide-btn-unique a {
  text-transform: none;
  text-decoration: none;
  color: #000000;
}
.s-icon-unique {
  margin-left: 10%;
}

.controls-unique {
  display: flex;
  justify-content: right;
  margin-top: 10px;
  margin-right: 5%;
}

#prevBtnUnique,
#nextBtnUnique {
  background-color: #fff;
  padding: 25px 30px;
  margin-top: 10px;
  font-size: 1.2rem;
  color: #2c3e50;
  border: 1px solid #2c3e50;
  cursor: pointer;
  font-size: 20px;
}
#nextBtnUnique {
  margin-left: 2%;
}

.controls-unique button:hover {
  background-color: #34495e;
}
@media (max-width: 996px) {
  .slide-unique:first-child {
    margin-left: 0;
  }
  .slider-unique {
    margin: 30px 0;
  }
  .slide-unique {
    min-width: 70%;
  }
  .controls-unique {
    margin-top: 0;
  }
  #prevBtnUnique,
  #nextBtnUnique {
    padding: 10px 20px;
  }
}

/* our manufactures end home*/

/* IMPORT/EXPORT what we start*/
#export-import-id {
  margin-top: 3%;
  margin-left: 5%;
}
.slider-container-unique-2 {
  align-items: center;
  margin: 0;
  padding-left: 5%;
  text-align: center;
}

.slider-unique-2 {
  overflow: hidden;
  width: 100%;
  margin: 70px 0;
}

.slide-track-unique-2 {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slide-unique-2 {
  min-width: 30%;
  padding: 10px 15px;
}

.card-unique-2 {
  position: relative;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: -1 !important;
}

.card-unique-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-label {
  position: absolute;
  top: 10px;
  left: 15px;

  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.card-content {
  display: flex;
  text-align: left;
  background-color: #f9a825;
  margin-left: 22%;
  z-index: 2 !important;
  margin-top: -20%;
}

.card-content p {
  padding: 12px 2px 9px 15px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.slide-btn-unique-2 {
  background-color: #fdb72e;
  border: none;
  padding: 10px 0px 10px 0px;
  margin-top: 10px;
  border-radius: 16px 0px 0px 0px;
  color: #040404;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  margin-left: 25px;
}

.m-icon-unique-2 {
  padding: 23px 20px;
  margin-top: 9%;
  background-color: #003976;
  color: #fdb72e;
}

.controls-unique-2 {
  display: flex;
  justify-content: right;
  margin-top: 10px;
  margin-right: 5%;
}

#prevBtnUnique2,
#nextBtnUnique2 {
  background-color: #fff;
  padding: 25px 30px;
  margin-top: 10px;
  font-size: 1.2rem;
  color: #2c3e50;
  border: 1px solid #2c3e50;
  cursor: pointer;
  font-size: 20px;
}

#nextBtnUnique2 {
  margin-left: 2%;
}

.controls-unique-2 button:hover {
  background-color: #34495e;
}
@media (max-width: 996px) {
  .slider-container-unique-2 {
    margin: 12px 0;
    padding: 0%;
  }
  .slide-unique-2 {
    min-width: 100%;
    padding: 25px 10px;
  }
  .card-content p {
    margin-bottom: 10px;
    font-size: 0.8rem;
  }
  .m-icon-unique-2 {
    margin-top: 15%;
  }
  #prevBtnUnique2,
  #nextBtnUnique2 {
    padding: 10px 20px;
  }
}
/* IMPORT/EXPORT END */

/* our latest projects start */
.project-container {
  padding: 7% 7% 3% 7%;
}

.project-card {
  margin-bottom: 30px;
}
.project-card {
  opacity: 0; /* Start fully transparent */
  transform: translateY(20px); /* Move slightly down */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Smooth transition */
}

.project-card.visible {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Move back to original position */
}

.project-image {
  width: 100%;
}
.row {
  display: flex; /* Enable flex behavior */
  flex-wrap: wrap; /* Allow wrapping in case of small screens */
}

.project-card {
  margin-bottom: 30px;
  height: 100%; /* Ensure project-card takes full height */
}

.project-inner {
  display: block;
  text-align: center;
  padding: 0 5%;
  margin-top: -30%;
  position: relative; /* Establish stacking context */
  z-index: 1; /* Ensure it's on top of the background */
}
.icon-container {
  background-color: #fdb72e; /* Background color */
  padding: 20px; /* Padding around the icon */
  border-radius: 50%; /* Make it circular */
  display: flex;
  justify-content: center; /* Center the image horizontally */
  align-items: center; /* Center the image vertically */
  margin-left: auto;
  margin-right: auto;
  width: 100px; /* Adjust the width to control the size of the circle */
  height: 100px; /* Adjust the height to match width */
  position: relative; /* Relative to place z-index */
  top: 20px;
  z-index: 2; /* Ensure the icon is on top */
}

.colored-icon {
  width: 60%; /* Adjust image size */
  height: auto; /* Maintain aspect ratio */
  position: relative;
  z-index: 3; /* Ensure the icon image is on top */
}

.project-description {
  margin-top: -20px;
  background-color: #003976;
  padding: 20% 10%;
  color: #fff;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Adding box shadow */
  position: relative; /* Establish stacking context */
  z-index: 0; /* Behind the icon */
  height: 15.9rem;
}

.project-description h4 {
  font-size: 1.5rem;
  margin-bottom: auto;
}

.project-description p {
  padding-top: 10px;
  font-size: 0.9rem;
}

.project-btn {
  text-align: center;
}

.project-btn button {
  padding: 8px 60px;
  font-family: 300;
  background-color: #fff;
  border: 2px solid #1f4897;
}

@media (max-width: 996px) {
  .project-container {
    padding: 0%;
  }
  .project-description h4 {
    font-size: 1.3rem;
  }

  .project-description p {
    font-size: 0.9rem;
  }
}
/* our latest projects end  */
/* dealership start */
.dealerships-container {
  padding: 6% 7% 3% 7%;
}
.dealerships-container .project-box {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 5%;
  position: relative;
}

.project-box {
  opacity: 0; /* Start fully transparent */
  transform: translateY(20px); /* Move slightly down */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Smooth transition */
}

.project-box.visible {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Move back to original position */
}

.dealerships-container .project-box .icon-box {
  width: 25%;
  background-color: #fdb72e;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin-top: -70px;
  padding: 10px; /* Add padding inside the icon box if needed */
}

.dealerships-container .project-box .project-icon {
  width: auto;
  height: auto;
}

.dealerships-container .project-box .project-title {
  padding-top: 20px;
}

.dealerships-container .project-box .project-title span {
  font-weight: 600;
  font-size: 1.2rem;
}

@media (max-width: 996px) {
  .dealerships-container {
    padding: 10% 3%;
  }

  .dealerships-container .project-box .icon-box {
    margin-top: -40px;
    width: 33%;
  }
  #second-box {
    margin-top: 80px;
  }
}
/* dealership ends */

/* brochure start */
.click {
  margin-top: -13%;
  background-color: #fdb72e;
  padding: 40px;
  border-radius: 32px;
  line-height: 0%;
}
.click a {
  font-size: 1.4rem;
}
@media (max-width: 996px) {
  .dealerships-container {
    padding: 26% 3%;
  }
  .click {
    padding: 25px 10px 25px 20px;
    line-height: 50%;
  }
  .click h4 {
    font-size: 1.2rem;
  }
  .click a {
    font-size: 0.9rem;
  }
}
.book-free-outer {
  padding: 3% 5% 7% 5%;
}
.book-yellow-line-w {
  height: 10px;
  background-color: #fdb72e;
  width: 100%;
  margin-bottom: 10px;
}
.book-inner-box h1 {
  color: #fdb72e;
  font-size: 2.2rem;
  font-weight: bold;
}
.book-inner-box p {
  color: #fff;
  width: 60%;
}
#consultation-container {
  background-color: #003976;
  margin-top: 10%;
}

#book-form {
  background-color: white;
  padding: 40px 30px;
}
.book-form-secondinput {
  display: flex;
}
.custom-input {
  box-shadow: 3px 5px 10px -2px rgba(0 0 0/ 38%);
  border-radius: 0px;
  padding: 12px;
}

@media (max-width: 996px) {
  .book-inner-box h1 {
    font-size: 1.7rem;
  }
}

/* Placeholder styling */
.custom-input::placeholder {
  font-size: 1.1rem; /* Adjust font size */
  color: #5e5c5cd7; /* Placeholder color */
}

/* Styling for the button */
.custom-btn {
  background-color: #fdb72e; /* Button background color */
  color: #fff; /* Button text color */
  padding: 10px 45px;
  border-radius: 0; /* Remove border */
  box-shadow: 3px 5px 10px -2px rgba(0 0 0/ 38%);
}

/* Optional: Add a hover effect for the button */
.custom-btn:hover {
  background-color: #e0a820; /* Darken button on hover */
}
@media (max-width: 996px) {
  .book-free-outer {
    padding: 3% 3% 3% 3%;
  }
  #book-form {
    padding: 30px 15px 10px;
  }
  .book-form-secondinput {
    display: block;
  }
  .book-btn-outer {
    margin-top: 10%;
  }
}
/* trusted icons start --------------*/
.outer-trusted {
  padding: 5% 6%;
}
#trusted-id {
  padding: 3%;
}

/* Scrolling Slider */
.slider-trust {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.trusted-logos {
  display: inline-flex;
  max-width: 100%;
  animation: slidein 30s linear infinite;
}

/* Individual logo icons */
.fab {
  margin: 0 30px;
  opacity: 0;
  animation: fade-in 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

/* Keyframe for sliding effect */
@keyframes slidein {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Keyframe for fade-in */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.trusted-logo {
  max-width: auto; /* Adjust the width */
  height: auto; /* Keep the aspect ratio */
  object-fit: contain;
  margin: 10px;
}

/* Media Query for Mobile */
@media (max-width: 768px) {
  .outer-trusted {
    padding: 2% 1%;
  }
  .trusted-logo {
    width: 80px; /* Adjust the width for smaller screens */
  }
  .trusted-logos {
    display: inline-flex;
    max-width: 90%;
  }
}
/* trusted icons end -----------*/

/* global start */
#outer-global {
  background-image: url("/upload/images/map.png");
  padding: 5% 0px;
}
#global-presence-id {
  margin-left: 6%;
}
@media (max-width: 996px) {
  #global-presence-id {
    margin-top: 6%;
  }
}
#global-presence-id span {
  color: #003976;
}
#global-presence-id h3 {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
}
@media (max-width: 996px) {
  #global-presence-id h3 {
    font-size: 1.6rem;
  }
}
.global-container {
  padding: 3% 6%;
}
.global-box {
  padding: 6% 7%;
  background-color: #003976;
  border-bottom: 10px solid #fdb72e;
}
.global-box h4 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}
.global-box p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.locate-us {
  margin-top: 30px;
  margin-bottom: -20px;
  display: flex;
  justify-content: end;
}
.locate-us a {
  color: #fff;
}

@media (max-width: 996px) {
  .global-box p {
    font-size: 0.9rem;
  }
}

/* global end */
