:root {
  --theme-color: #123c66;
  --theme-color2: #0383ff;
  --heading-font: "Plus Jakarta Sans", sans-serif;
  --theme-font: "Plus Jakarta Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-family: var(--theme-font);
}

p {
  margin-bottom: 1.25rem;
  color: #5a6a7d;
  font-size: 1rem;
  line-height: 1.7;
}

i {
  font-size: inherit;
}

a {
  text-decoration: none;
}

.common-btn {
  background-color: var(--theme-color2);
  padding: 15px 21px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s;
  line-height: 1;
  margin-top: 1.5rem;
  border: none;
}
.common-btn:hover {
  background-color: var(--theme-color);
}

ul li {
  margin-bottom: 1.25rem;
  color: #5a6a7d;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

body {
  color: #212121;
  line-height: 1.6;
}

.subheading {
  color: var(--theme-color2); /* Main Red Color */
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.common-space {
  padding: 100px 0;
}

h1,
h2,
h4,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.common-heading {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #1a2c41;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 2rem;
  text-transform: capitalize;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--theme-color2);
}

.theme-color2 {
  color: #fff;
  font-size: inherit;
}

.theme-color {
  font-size: inherit;
  color: var(--theme-color);
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: unset;
  z-index: 8;
  padding-left: 2rem;
  padding-right: 2rem;
  border-bottom: solid 1px rgba(241, 241, 241, 0.12);
}
header .get-free-quote-btn a {
  background-color: var(--theme-color2);
  color: #fff;
  padding: 15px 21px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s;
  margin-left: 25px;
  line-height: 1;
}
header .get-free-quote-btn a:hover {
  background-color: var(--theme-color);
}
header .navbar {
  background-color: transparent;
  padding: 15px 0;
  transition: all 0.4s;
}
header .navbar.scrolled {
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
header .navbar .navbar-brand {
  font-weight: 700;
  color: var(--theme-color2);
  font-size: 1.8rem;
  letter-spacing: -0.5px;
}
header .navbar .navbar-brand img {
  max-width: 310px;
  transition: all 0.3s;
}
header .navbar .navbar-brand span {
  color: var(--theme-color);
  font-weight: 800;
}
header .navbar .nav-item {
  margin-bottom: 0;
}
header .navbar .nav-link {
  font-weight: 600;
  color: #fff;
  margin: 0 10px;
  position: relative;
  padding: 22px 0;
  transition: all 0.3s;
  text-transform: uppercase;
}
header .navbar .nav-link:hover, header .navbar .nav-link.active {
  color: #fff;
}
header .dropdown:hover .dropdown-menu {
  display: block;
}
header .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
header .dropdown-menu li {
  margin-bottom: 0;
}
header .dropdown-menu li a {
  line-height: 42px;
  padding-left: 25px;
  padding-right: 23px;
}
header .dropdown-menu li a:hover {
  color: var(--theme-color);
}
header .dropdown-item.active,
header .dropdown-item:active {
  color: #fff !important;
}

.dark-logo {
  display: none;
}

header.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  box-shadow: 0 0 20px -10px #000;
  top: 0;
  background-color: #fff;
}
header.sticky .navbar .nav-link {
  font-weight: 600;
  color: #000;
  margin: 0 10px;
  position: relative;
  padding: 12px 8px;
  text-transform: uppercase;
}
header.sticky .light-logo {
  display: none;
}
header.sticky .dark-logo {
  display: block;
}
header.sticky .navbar-brand img {
  max-width: 210px;
}

.hero-slider {
  position: relative;
}
.hero-slider .slide-overlay {
  background: linear-gradient(-90deg, transparent, rgb(15, 49, 58) 65%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.8;
  bottom: 0;
}
.hero-slider .owl-item {
  transition: transform 0.5s;
}
.hero-slider .slide-item {
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
}
.hero-slider .slide-item .slide-content {
  position: relative;
  color: white;
  max-width: 900px;
}
.hero-slider .slide-item .slide-content h1 {
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 20px;
}
.hero-slider .slide-item .slide-content .btn {
  border-radius: 0;
  background-color: var(--theme-color2);
  padding: 15px 25px;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 700;
}
.hero-slider .slide-item .slide-content .btn:hover {
  background-color: var(--theme-color);
}
.hero-slider .slide-item .slide-content p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 30px;
}
.hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
}
.hero-slider .owl-prev,
.hero-slider .owl-next {
  background: rgba(255, 255, 255, 0.3) !important;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  color: white !important;
  font-size: 24px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
  background: var(--theme-color) !important;
}
.hero-slider .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.hero-slider .owl-dots.active span {
  background: var(--theme-color) !important;
  width: 40px;
  border-radius: 10px !important;
}

.home-video-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-video-section video {
  height: 100vh;
  overflow: hidden;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-video-section .video-overlay {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5607843137), rgba(0, 0, 0, 0.4117647059));
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
}
.home-video-section .banr-inner-contss {
  position: absolute;
  left: 0;
  width: 100%;
  top: 70%;
  transform: translateY(-50%);
}
.home-video-section .banr-inner-contss .bnr-inner {
  max-width: 70%;
}
.home-video-section .banr-inner-contss .bnr-inner h2 {
  color: #fff;
  font-size: 62px;
  line-height: 62px;
  /* text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.4117647059); */
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -2px;
}
.home-video-section .banr-inner-contss .bnr-inner p {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 16px;
  line-height: 30px;
}
.home-video-section .banr-inner-contss .bnr-inner .common-btn {
  margin-top: 2rem;
}
.home-video-section .info-section {
  height: 100%;
  width: 100%;
}
.home-video-section .common-btn {
  margin-top: 2rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.section-title {
  position: relative;
  margin-bottom: 40px;
}
.section-title h2 {
  font-weight: 700;
  color: var(--theme-color2);
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.section-title h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--theme-color);
}

.footer {
  background: #081f35;
  color: #fff;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.5);
  /* Column 1: Logo & About */
  /* Column 3: Services */
  /* Column 4: Contact */
  /* Footer Bottom */
}
.footer .footer-top {
  display: flex;
  padding: 60px 0;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-col {
  flex: 1;
  min-width: 220px;
}
.footer .footer-col h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.footer .footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #ff6b6b, var(--theme-color));
  border-radius: 3px;
}
.footer .footer-col.logo-col .logo {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.footer .logo-icon {
  font-size: 32px;
  color: var(--theme-color);
  margin-right: 15px;
}
.footer .logo-text {
  filter: brightness(0) invert(1);
}
.footer .about-text {
  line-height: 1.8;
  color: #b1b1b1;
  margin-bottom: 25px;
}
.footer .social-links {
  display: flex;
  gap: 15px;
}
.footer .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}
.footer .social-links a:hover {
  background: var(--theme-color);
  transform: translateY(-5px);
}
.footer .footer-col.services-col ul {
  list-style: none;
  padding-left: 0;
}
.footer .footer-col.services-col ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.footer .footer-col.services-col ul li::before {
  content: "\f00c";
  font-family: "fontawesome";
  font-weight: 900;
  color: var(--theme-color2);
  margin-right: 15px;
}
.footer .footer-col.services-col ul li a {
  color: #b1b1b1;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .footer-col.services-col ul li a:hover {
  color: var(--theme-color2);
  transform: translateX(5px);
}
.footer .contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.footer .contact-icon {
  min-width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color2);
  font-size: 18px;
}
.footer .contact-text {
  color: #b1b1b1;
  line-height: 1.6;
}
.footer .contact-text a {
  color: #b1b1b1;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
}
.footer .contact-text a:hover {
  color: var(--theme-color);
}
.footer .footer-bottom {
  padding: 25px 40px;
  align-items: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.2);
}
.footer .copyright {
  color: #b1b1b1;
  font-size: 14px;
  text-align: center;
}
.footer .footer-links {
  display: flex;
  gap: 25px;
}
.footer .footer-links a {
  color: #b1b1b1;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}
.footer .footer-links a:hover {
  color: var(--theme-color2);
}

.info-section {
  z-index: 5;
  position: relative;
}
.info-section .service-card {
  background-color: #ffffff;
  border-radius: 12px;
  border: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  padding: 40px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; /* Ensures cards in the same row have equal height */
}
.info-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
.info-section .service-number-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #e0e6ed;
  color: #6c757d; /* Muted gray for the number */
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 auto 20px auto;
  background-color: var(--theme-color2);
  color: #fff;
}
.info-section .service-card-title {
  font-weight: 700;
  color: #1a2c41; /* Dark navy blue for titles */
  margin-bottom: 1rem;
}
.info-section .service-card-text {
  color: #6c757d; /* Muted gray for the description */
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.info-section .service-score {
  font-weight: 700;
  color: var(--theme-color); /* A strong red color */
  display: inline-block; /* Allows border-bottom to fit content */
  padding-bottom: 5px;
  border-bottom: 2px solid var(--theme-color);
}

.home-about {
  background-color: #f7f7f7;
}
.home-about .main-heading {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size */
  font-weight: 800;
  color: #1a2c41; /* Dark Navy Blue */
  line-height: 1.2;
}
.home-about .features-list {
  list-style: none;
  padding-left: 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.home-about .features-list li {
  display: flex;
  align-items: flex-start; /* Aligns icon with the top of the text */
  margin-bottom: 1.25rem;
  color: #5a6a7d;
  font-size: 1rem;
  line-height: 1.6;
}
.home-about .checkmark-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0; /* Prevents icon from shrinking on smaller screens */
}
.home-about .checkmark-icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--theme-color);
  stroke-width: 3;
}
.home-about .btn-custom-red {
  background-color: var(--theme-color2);
  color: #fff;
  padding: 14px 35px;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.home-about .btn-custom-red:hover {
  background-color: #c62828; /* Darker red on hover */
  transform: translateY(-2px);
  color: #fff;
}
.home-about .link-how-we-work {
  margin-left: 30px;
  color: #1a2c41;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}
.home-about .link-how-we-work::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a2c41;
  transition: width 0.3s ease;
}
.home-about .link-how-we-work:hover {
  color: var(--theme-color);
}
.home-about .link-how-we-work:hover::after {
  background-color: var(--theme-color);
  width: 60%;
}
.home-about .about-image {
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.services {
  padding-left: 1rem;
  padding-right: 1rem;
}
.services .service-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.services .service-card .service-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.services .service-card img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s ease-in-out;
}
.services .service-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.31) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 2rem;
  color: #fff;
  transition: background 0.4s ease;
}
.services .service-card .service-card:hover .card-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.services .service-card .service-number {
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.7;
  color: #fff;
}
.services .service-card .service-title {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.services .service-card .service-icon {
  font-size: 2.5rem;
  opacity: 0.9;
}
.services .service-card:hover img {
  filter: brightness(0.4);
  transform: scale(1.5);
}
.services .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
}
.services .owl-prev,
.services .owl-next {
  background: rgba(255, 255, 255, 0.3) !important;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  color: white !important;
  font-size: 24px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.services .owl-prev:hover,
.services .owl-next:hover {
  background: var(--theme-color) !important;
}
.services .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.services .owl-dots.active span {
  background: var(--theme-color) !important;
  width: 40px;
  border-radius: 10px !important;
}

.work-flow-sec {
  background-color: aliceblue;
  /* --- Connector Line Styling --- */
  /* --- Responsive Adjustments --- */
}
.work-flow-sec .workflow-step .step-image-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 0 0 8px rgba(255, 69, 88, 0.1);
}
.work-flow-sec .workflow-step img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.work-flow-sec .workflow-step .step-number {
  position: absolute;
  top: -10px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: var(--theme-color2);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  border: 3px solid white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.work-flow-sec .workflow-step .step-icon-end {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background-color: white;
  color: var(--theme-color2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.work-flow-sec .connector-line {
  position: absolute;
  top: 70px; /* Vertically center with the images */
  left: 15%;
  width: 70%;
  height: 2px;
  background-image: linear-gradient(to right, #ccc 50%, transparent 50%);
  background-size: 16px 2px;
  z-index: -1;
}
.work-flow-sec .connector-line::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .work-flow-sec .connector-line {
    display: none; /* Hide connector line on medium and small screens */
  }
}

.hero-section {
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: flex-end; /* Align content to the bottom */
  color: white;
  position: relative;
}
.hero-section .hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1; /* Ensure background is behind content */
}
.hero-section .hero-content-wrapper {
  position: relative; /* Position relative to allow z-index for cards */
  z-index: 1; /* Ensure content is above the background image */
  height: 100%; /* Take full height to align items to the bottom */
}
.hero-section .call-box {
  background-color: white;
  color: #333;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Adjust minimum width as needed */
  display: flex;
  padding: 25px 50px;
  gap: 10px;
  align-items: center;
  height: 100%;
}
.hero-section .call-box p {
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-section .call-box h2 {
  color: #ff4558; /* Match the red color */
}
.hero-section .call-to-action {
  background-color: transparent; /* Match the red color */
  color: white;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  min-width: 250px; /* Adjust minimum width as needed */
}

.testimonials-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 400px; /* Ensure enough height for content */
  /* Owl Carousel Customizations */
}
.testimonials-section .left-content {
  flex: 0 0 40%; /* Fixed width for the left side */
  padding-right: 60px; /* Space between fixed text and slider */
}
.testimonials-section .right-content {
  flex: 1; /* Take remaining space */
  max-width: 60%; /* Limit width to ensure it doesn't take too much space */
}
.testimonials-section .testimonial-card {
  background-color: #fff;
  padding: 20px;
  display: flex;
  text-align: left;
  gap: 20px;
}
.testimonials-section .profile-pic {
  width: 170px !important;
  height: 170px;
  border-radius: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; /* Ensures margin-bottom works correctly */
}
.testimonials-section .review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}
.testimonials-section .reviewer-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #1a344e;
  margin-bottom: 5px;
}
.testimonials-section .reviewer-title {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}
.testimonials-section .owl-carousel .owl-stage-outer {
  padding-top: 20px; /* Adjust if needed for card shadow/alignment */
  padding-bottom: 20px;
}
.testimonials-section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.testimonials-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #d1d1d1;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.2s ease;
}
.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
  background: var(--theme-color2); /* Active dot color */
  width: 12px;
  height: 12px;
}

.clients-page .clint-pg-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}
.clients-page .item-box {
  box-shadow: 0 0 25px -15px #000;
  padding: 15px;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .testimonials-section {
    flex-direction: column;
    padding: 60px 20px;
  }
  .left-content {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .main-heading {
    font-size: 38px;
  }
  .right-content {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-heading {
    font-size: 32px;
  }
  .review-text {
    font-size: 16px;
  }
  .profile-pic {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-card {
    text-align: center;
  }
}
.blogs .articles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.blogs .article-card {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.blogs .article-card:hover {
  transform: translateY(-5px);
}
.blogs .article-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.blogs .article-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blogs .article-card-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
}
.blogs .article-card-content {
  padding: 20px;
}
.blogs .article-card-content h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0f313a;
  margin-bottom: 10px;
  line-height: 1.4;
}
.blogs .article-card-content h3 a {
  color: inherit;
  transition: all 0.3s;
  font-size: inherit;
}
.blogs .article-card-content h3 a:hover {
  color: var(--theme-color2);
}
.blogs .article-card-content p {
  font-size: 15px;
}
.blogs .article-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #95a5a6;
}
.blogs .article-card-meta span {
  display: flex;
  align-items: center;
}
.blogs .article-card-meta img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.shipping-lines {
  background-color: #f5f5f5;
}
.shipping-lines img {
  height: 80px;
  max-width: 350px;
  margin: 20px;
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(10px 7px 8px rgba(0, 0, 0, 0.3137254902));
  padding: 8px;
}
.shipping-lines .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 240px;
  overflow-x: hidden;
}
.shipping-lines .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 8s linear infinite;
}
.shipping-lines .track2 {
  position: absolute;
  white-space: nowrap;
  text-align: right;
  will-change: transform;
  animation: marquee2 5s linear infinite;
  margin-top: 7rem;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 10;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 50px;
  right: 10px;
}

.bred-crumb {
  padding: 9rem 0 2rem;
  display: flex;
  align-items: center;
  background: var(--theme-color);
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7019607843), rgba(0, 0, 0, 0.6784313725)), url(img/bread.jpg);
  color: #fff;
}
.bred-crumb h1 {
  text-align: center;
  margin-bottom: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px rgba(221, 221, 221, 0.9803921569);
  padding-bottom: 1.5rem;
  text-transform: capitalize;
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  font-size: 43px;
  font-weight: 600;
}
.bred-crumb h1::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  width: 30px;
  height: 5px;
}
.bred-crumb .bred-list ul {
  text-align: center;
}
.bred-crumb .bred-list ul li {
  margin-right: 8px;
  padding-right: 16px;
  display: inline-flex;
  position: relative;
  color: #fff;
}
.bred-crumb .bred-list ul li a {
  color: #fff;
}
.bred-crumb .bred-list ul li:before {
  content: "\f054";
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 12px;
  font-family: "fontawesome";
}
.bred-crumb .bred-list ul li:nth-child(1) a {
  color: #fff;
}
.bred-crumb .bred-list ul li:last-child::before {
  display: none;
}

.contact-page {
  background-color: #f9f9f9;
}
.contact-page h2 {
  margin-bottom: 1.5rem;
  font-weight: 900;
}
.contact-page h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: var(--theme-color);
}
.contact-page .form-wrapper {
  background-color: #fff;
  padding: 25px;
  border: solid 1px #b8cdca;
}
.contact-page .form-wrapper h2 {
  margin-bottom: 2rem;
  color: var(--theme-color);
}
.contact-page .form-wrapper form {
  background-color: #fff;
}
.contact-page .form-wrapper form input:not([type=submit]) {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  margin-bottom: 15px;
}
.contact-page .form-wrapper form textarea {
  height: 100px;
  line-height: 30px;
  border-radius: 0;
  margin-bottom: 15px;
}
.contact-page .cont-bx {
  background-color: #ffffff;
  padding: 25px;
  display: grid;
  align-items: center;
  gap: 15px;
  grid-template-columns: 40px 1fr;
}
.contact-page .cont-bx .icon {
  width: 38px;
  height: 40px;
  background-color: var(--theme-color);
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
}

.service-single-page h2,
.service-single-page h3,
.service-single-page h4,
.service-single-page h5,
.service-single-page h6 {
  font-weight: 600;
  color: var(--theme-color);
}

.blogs-inner .main-contss-wraps {
  position: relative;
  background-color: #f3f3f3;
  margin-bottom: 3rem;
}
.blogs-inner .main-contss-wraps .blogs-dates {
  right: 10px;
  top: 10px;
  padding: 5px 12px;
  color: #fff;
  background-color: var(--theme-color);
  position: absolute;
}
.blogs-inner p {
  color: #000;
}
.blogs-inner .blogs-sidebar-wrapper {
  background-color: #f3f3f3;
  padding: 15px;
}
.blogs-inner .blogs-sidebar-wrapper .recent-blog-slistt ul li {
  position: relative;
  list-style: none;
  color: #000;
}
.blogs-inner .blogs-sidebar-wrapper .recent-blog-slistt ul li a {
  color: inherit;
}
.blogs-inner .blogs-sidebar-wrapper .recent-blog-slistt ul li:before {
  content: "\f061";
  position: absolute;
  left: -22px;
  top: 2px;
  color: var(--theme-color);
  font-family: "fontawesome";
}

.related-blogs h2 {
  font-size: 40px;
  font-weight: 800;
  color: var(--theme-color);
  margin-bottom: 2rem;
}
.related-blogs .blogs-box-page {
  background-color: #f5f5f5;
}
.related-blogs .blogs-box-page .bl-conts {
  padding: 25px;
}
.related-blogs .blogs-box-page h4 {
  color: var(--theme-color);
}
.related-blogs .blogs-box-page h4 a {
  color: var(--theme-color);
  font-size: 20px;
}
.related-blogs .blogs-box-page .common-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--theme-color);
}

@media only screen and (max-width: 991px) {
  header .get-free-quote-btn a {
    display: none;
  }
  button.navbar-toggler {
    position: absolute;
    right: 2px;
    top: 42px;
    filter: brightness(0) invert(1);
    /* background-color: #000; */
    /* color: #fff; */
  }
  .navbar-toggler:hover {
    text-decoration: none;
    color: #fff;
    border-color: #fff;
  }
  .navbar-toggler-icon {
    filter: invert(1);
  }
  .navbar-collapse {
    background-color: var(--theme-color);
  }
  header .navbar .nav-link {
    font-weight: 600;
    padding: 10px 0;
  }
  header.sticky button.navbar-toggler {
    position: absolute;
    right: 2px;
    top: 25px;
    filter: brightness(1) invert(1);
  }
  header.sticky .navbar .nav-link {
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .home-about img {
    margin-top: 20px;
  }
  .blogs .articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .home-video-section .banr-inner-contss .bnr-inner h2 {
    color: #fff;
    font-size: 32px;
    line-height: 46px;
    /* text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.4117647059); */
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .common-space {
    padding: 50px 0;
  }
  .blogs .articles-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  header {
    padding-right: 0;
    padding-left: 0;
  }
  header .navbar .navbar-brand img {
    max-width: 210px;
    transition: all 0.3s;
  }
  button.navbar-toggler {
    position: absolute;
    right: 17px;
    top: 30px;
    filter: brightness(0) invert(1);
  }
  .contact-page .form-wrapper {
    margin-top: 2rem;
  }
  .service-single-page img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */