:root {
  --primary-color: #0f62ac;
  --secondary-color: #f3f7fb;
  --white-color: #ffffff;
  --text-color: #555555;
  --red-color: #ed3237;
  ---yellow-color: #ffdc22;
}
.body {
  font-family: "Poppins", sans-serif;
  background-color: var(--white-color);
  color: var(--text-color);
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
/* ===== Header Styling ===== */

.custom-header {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}
.primary-btn {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
  transition: 0.3s;
}

.primary-btn:hover {
  background: #155a96;
}
.btn-primary {
  background: var(--primary-color);
  /* color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
  transition: 0.3s; */
}
.btn-outline-primary {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-primary:hover {
  background: #155a96;
}

.btn-outline-primary:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
}
/* Top Bar */
.custom-header .logo img {
  height: 70px;
}
.custom-header .contact-info {
  font-size: 18px;
  margin-bottom: 5px;
}

.custom-header .contact-info span {
  margin-left: 25px;
  font-size: 16px;
  color: var(--red-color);
  font-weight: 500;
  display: flex;
  gap: 3px;
  align-items: center;
  line-height: normal;
}

.custom-header .contact-info i {
  margin-right: 6px;
}

/* Navbar */
.custom-header .nav-wrapper {
  background: #ffffff;
  padding: 15px 0;
}

/* Search Box */
.custom-header .search-box {
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  overflow: hidden;
  height: 45px;
}

.custom-header .search-box .category-btn {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 0 10px;
  font-weight: 500;
  height: 100%;
  font-size: 16px;
}

.custom-header .search-box .category-btn:hover {
  background: #155a96;
}

.custom-header .search-box input {
  border: none;
  outline: none;
  padding: 0 15px;
  width: 180px;
}
.custom-header .dropdown-menu[data-bs-popper] {
  top: 1005;
  left: unset !important;
  margin-top: 0.125rem;
}
.custom-header .search-box .search-btn {
  background: var(--primary-color);
  border: none;
  color: #fff;
  padding: 0 18px;
  height: 100%;
}

.custom-header .search-box .search-btn:hover {
  background: #155a96;
}

/* Nav Links */
.custom-header .navbar-nav .nav-link {
  margin: 0 10px;
  font-weight: 500;
  color: #555555;
  transition: 0.3s;
  font-size: 16px;
}

.custom-header .navbar-nav .nav-link:hover {
  color: var(--red-color);
}

.custom-header .navbar-nav .nav-link.active {
  color: var(--red-color);
}

/* Enquiry Button */
.custom-header .enquiry-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.custom-header .enquiry-btn:hover {
  background: #155a96;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .custom-header .search-box {
    width: 100%;
    margin-bottom: 15px;
  }

  .custom-header .search-box input {
    width: 100%;
  }
}

.breadcrumb-hero {
  position: relative;
  background: url("../images/breadcrumb.png") center center/cover no-repeat;
  padding: 90px 0;
  color: #fff;
}

/* .breadcrumb-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
} */
.breadcrumb-hero .line-white {
  color: #fff;
  width: 200px;
  height: 2px;
  background: #fff;
  margin: 5px auto;
}
.breadcrumb-hero .breadcrumb-content {
  position: relative;
  z-index: 2;
}

.breadcrumb-hero .breadcrumb-content .h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.breadcrumb-hero .breadcrumb-content p {
  margin: 0;
  font-size: 15px;
  color: var(--white-color);
}

.breadcrumb-hero .breadcrumb-content a {
  color: var(--white-color);
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-hero .breadcrumb-content span {
  margin: 0 8px;
  color: var(--white-color);
}

/* ===== Contact Section ===== */

.contact-section {
  background: #fff;
  padding: 60px 0;
  position: relative;
}

.contact-section .contact-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 24px 0px #0000001a;
}

.contact-section .contact-card .contact-left {
  background: var(--secondary-color);
  padding: 40px;
}

.contact-section .contact-card .contact-right {
  padding: 40px;
}
.contact-section .section-title {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 28px;
  color: var(--primary-color);
}

/* Contact Items */
.contact-section .contact-card .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.line-primary {
  width: 70px;
  height: 2px;
  background: var(--primary-color);
  margin-bottom: 15px;
}
.text-primary {
  color: var(--primary-color) !important;
}
.contact-section .contact-card .icon-circle {
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
}

.contact-section .contact-card .contact-item h6 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}

.contact-section .contact-card .contact-item h6 span {
  font-weight: 500;
  font-size: 14px;
}
.contact-section .contact-card .contact-item p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* Social */
.contact-section .contact-card .follow-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-section .contact-card .social-icons a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: 0.3s;
  text-decoration: none;
}

.contact-section .contact-card .social-icons a:hover {
  background: #155a96;
}

/* Form Styling */
.form-control,
.form-select {
  background: var(--secondary-color);
  border: none;
  padding: 12px 15px;
  border-radius: 6px;
  border: 1px solid var(--secondary-color);
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border: 1px solid var(--primary-color);
  background: #fff;
}

/* Map */
.map-section iframe {
  display: block;
}

/* ===== Contact Modal ===== */

.contact-modal .modal-content {
  border-radius: 12px;
  border: none;
  position: relative;
}

/* Custom Close Button */
.contact-modal .custom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
  height: auto;
  background: var(--primary-color);
  height: 40px;
  width: 40px;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
}
.contact-modal .custom-close span {
  font-size: 32px;
  line-height: 32px;
  height: max-content;
}

.contact-modal .custom-close:hover span {
  color: #000;
}

/* ===== Custom Blog Grid ===== */

.custom-blog-grid {
  background: #f6f7fb;
}

/* Card */
.custom-blog-grid .blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}
.custom-blog-grid .blog-card a {
  text-decoration: none;
}
.custom-blog-grid .blog-card:hover {
  transform: translateY(-5px);
}

/* Image */
.custom-blog-grid .blog-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Content */
.custom-blog-grid .blog-content {
  padding: 15px;
}

.custom-blog-grid .blog-content h6 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
  color: #000000;
}

.custom-blog-grid .blog-content p {
  font-size: 13px;
  color: var(--text-color);
  margin-bottom: 10px;
}

/* Meta */
.custom-blog-grid .blog-meta {
  font-size: 12px;
  color: var(--primary-color);
  font-weight: 600;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* Navigation Buttons */
.custom-blog-grid .blog-navigation .btn {
  padding: 6px 18px;
  font-size: 14px;
}

/* Pagination */
.custom-blog-grid .pagination .page-link {
  color: var(--primary-color);
  border-radius: 4px;
}

.custom-blog-grid .pagination .page-item.active .page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.custom-blog-grid .pagination .page-link:hover {
  background: #eaf3fc;
}

.custom-blog-detail {
  /* background: #f6f7fb; */
}

.custom-blog-detail .blog-detail-card {
  border-radius: 10px;
}

.custom-blog-detail .blog-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 30px;
}

.custom-blog-detail .blog-meta {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
  display: flex;
  gap: 7px;
}

.custom-blog-detail .blog-content h2 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
}

.custom-blog-detail .blog-content p,
.custom-blog-detail .blog-content ul {
  font-size: 16px;
  color: var(--text-color);
  line-height: 1.7;
  margin-bottom: 10px;
}

.custom-blog-detail .blog-content a {
  color: var(--primary-color);
  text-decoration: none;
}

/* ============================= */
/* SIDEBAR */
/* ============================= */

.custom-blog-sidebar .sidebar-card {
  background: #f3f7fb;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.custom-blog-sidebar .sidebar-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 8px;
}
/* Popular Posts */
.custom-blog-sidebar .popular-post {
  gap: 10px;
  margin-bottom: 15px;
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 0px #0000001a;
}

.custom-blog-sidebar .popular-post img {
  width: 120px;
  height: 85px;
  border-radius: 10px;
}

.custom-blog-sidebar .popular-post a {
  color: unset;
  text-decoration: none;
}

.custom-blog-sidebar .popular-post p {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}

.custom-blog-sidebar .popular-post span {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
}

/* Instagram Grid */
.custom-blog-sidebar .instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.custom-blog-sidebar .instagram-grid img {
  width: 100%;
  height: 85px;
  border-radius: 5px;
}

/* Tags */
.custom-blog-sidebar .tag-list a {
  display: inline-block;
  background: #fff;
  padding: 10px;
  font-size: 15px;
  border-radius: 4px;
  margin: 5px 5px 0 0;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  font-weight: 600;
  width: 48%;
}

.custom-blog-sidebar .tag-list a:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Social */
.custom-blog-sidebar .social-icons a {
  display: inline-flex;
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 24px;
}

.custom-blog-sidebar .social-icons a:hover {
  background: #155a96;
}

/* =========================
PRODUCT CARD SECTION
========================= */

.custom-product-cards {
  background: #f5f7fb;
}

/* CATEGORY BUTTONS */

.custom-product-cards .category-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.custom-product-cards .category-btn {
  /* padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid #cfd6df;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  background: #fff;
  transition: 0.3s; */
  display: inline-block;
  background: #fff;
  padding: 10px 30px;
  font-size: 15px;
  margin: 5px 5px 0 0;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  font-weight: 600;
}

.custom-product-cards .category-btn:hover {
  background: #1e73be;
  color: #fff;
  border-color: #1e73be;
}

.custom-product-cards .category-btn.active {
  background: #1e73be;
  color: #fff;
  border-color: #1e73be;
}

/* PRODUCT CARD */

.custom-product-cards .product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}

.custom-product-cards .product-card:hover {
  transform: translateY(-4px);
}

/* IMAGE */

.custom-product-cards .product-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.custom-product-cards .product-img {
  padding: 10px;
}

.custom-product-cards .product-info {
  background: #ef2c2c;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  height: 100%;
}

.custom-product-cards .product-info h6 {
  font-size: 16px;
  margin-bottom: 6px;
}

/* RATING */

.custom-product-cards .rating {
  color: #ffd700;
  font-size: 21px;
}

/* BADGE */

.custom-product-cards .product-badge {
  position: absolute;
  font-size: 16px;
  padding: 3px 15px;
  color: #fff;
}

.custom-product-cards .product-badge.best {
  background: #ed3237;
  top: 0px;
  left: 0px;
  border-radius: 10px 3px;
}

.custom-product-cards .product-badge.new {
  background: #ed3237;
  top: 10px;
  left: 0px;
  border-radius: 3px;
}

.owl-carousel .owl-item img {
  display: block;
  width: unset !important;
}

.section-padding {
  padding: 50px 0;
}

.section-margin {
  margin: 50px 0;
}

.fs-7 {
  font-size: 14px;
}

.footer-wrapper {
  position: relative;
  margin-top: 100px;
}

.footer-wrapper .newsletter-float {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.footer-wrapper .newsletter-box {
  background: #ff3b3b;
  padding: 50px 100px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.footer-wrapper .newsletter-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.footer-wrapper .main-footer {
  background: #0b3a63;
  color: #cfd8e3;
  padding: 120px 0 30px;
}

.footer-wrapper .footer-logo {
  width: 150px;
}

.footer-wrapper .footer-heading {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-wrapper .footer-links {
  list-style: none;
  padding: 0;
}

.footer-wrapper .footer-links li {
  margin-bottom: 10px;
}

.footer-wrapper .footer-links a {
  color: #cfd8e3;
  text-decoration: none;
  font-size: 16px;
}

.footer-wrapper .footer-links a:hover {
  color: #fff;
}

.footer-wrapper .contact-item {
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-wrapper .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 30px;
  padding-top: 20px;
  font-size: 14px;
}

.footer-wrapper .footer-policies a {
  color: #cfd8e3;
  margin-left: 15px;
  text-decoration: none;
}

.footer-wrapper .footer-policies a:hover {
  color: #fff;
}

.footer-wrapper .newsletter-btn {
  background-color: var(--primary-color);
}

.footer-wrapper .newsletter-form {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  width: 420px;
  padding: 0;
}

.footer-wrapper .newsletter-input {
  border: none !important;
  box-shadow: none !important;
  outline: none;
  background: transparent;
  padding: 14px 18px;
  font-size: 14px;
  flex: 1;
  color: #333;
  width: 260px;
  border-radius: 6px;
}

.footer-wrapper .newsletter-input::placeholder {
  color: #8fb3d9;
  font-weight: 500;
}

.footer-wrapper .newsletter-input:focus {
  border: none !important;
  box-shadow: none !important;
  background: transparent;
}

.footer-wrapper .newsletter-btn {
  background: #0d5ea8 !important;
  color: #fff !important;
  border: none;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0 8px 8px 0;
  height: 100%;
  white-space: nowrap;
}

.footer-wrapper .newsletter-btn:hover {
  background: #0a4f8e;
  color: #fff;
}

.footer-heading1,
.footer-heading2,
.footer-heading3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.footer-heading1::after,
.footer-heading2::after,
.footer-heading3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 1px;
  background-color: #ffffff;
  border-radius: 2px;
}

.footer-heading1::after {
  width: 115px;
}

.footer-heading2::after {
  width: 90px;
}

.footer-heading3::after {
  width: 93px;
}

.main-footer .social-icons a img {
  height: 26px;
}

.main-footer .contact-item img {
  height: 26px;
}

.hero-banner {
  position: relative;
  background: url("../images/banners/hero-ship.webp") no-repeat center
    center/cover;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(15, 98, 172, 1) 0%,
    rgba(15, 98, 172, 0) 100%
  );
  z-index: 1;
}

.hero-banner .container {
  position: relative;
  z-index: 2;
}

.hero-height {
  min-height: 500px;
}

.hero-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-subtitle {
  color: #e6eef7;
  font-size: 16px;
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn-contact {
  background: var(--red-color);
  color: #fff;
  padding: 12px 26px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
}

.btn-contact:hover {
  background: var(--red-color);
  color: #fff;
}

.btn-read {
  background: #256ea6;
  color: #ffffff;
  padding: 12px 26px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid #ffffff;
}

.btn-read:hover {
  background: #ffffff;
  color: #0b3a63;
}

.shipping-image {
  position: relative;
  text-align: center;
}

.section-title {
  color: var(--primary-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.shipping-section .title-underline {
  display: block;
  width: 60px;
  height: 3px;
  background: var(--red-color);
  margin: 15px 0 20px;
}

.shipping-section .section-text {
  color: #555;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 15px;
}

.shipping-section .btn-read {
  background: var(--red-color);
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  font-weight: 600;
  border: none;
}

.shipping-section .btn-read:hover {
  background: var(--red-color);
  color: #fff;
}

.shipping-section .call-box img {
  height: 38px;
}

.shipping-section .call-box span {
  color: var(--primary-color);
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
}

.shipping-section .call-box p {
  color: var(--red-color);
  line-height: 0.7;
  font-weight: 700;
}

.shipping-section .call-box {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0b3a63;
  font-size: 16px;
}

.service-locations {
  background: url("../images/home/home-ship-bg.webp") center center/cover
    no-repeat;
  position: relative;
  color: #fff;
}

.service-locations .overlay {
  background: rgba(15, 98, 172, 0.75);
  width: 100%;
  height: 100%;
  padding: 60px 0;
}

.service-locations .section-title {
  margin-bottom: 35px;
  position: relative;
  color: var(--white-color);
}

.service-locations .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

.service-locations .location-wrapper {
  margin-top: 20px;
}

.service-locations .location-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 600;
  font-size: 24px;
}

.service-locations .icon-circle {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.service-locations .icon-circle img {
  height: 55px;
}

.why-choose-us {
  text-align: center;
}

.why-choose-us .why-title {
  margin-bottom: 60px;
  position: relative;
}

.why-choose-us .why-title::after,
.about-why-choose-us .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--red-color);
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

.why-choose-us .why-card {
  background: #e9edf2;
  padding: 50px 25px 30px;
  border-radius: 12px;
  position: relative;
  transition: 0.3s ease;
  height: 100%;
}

.why-choose-us .why-icon {
  height: 70px;
  border-radius: 50%;
  display: flex;
  font-size: 28px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.why-choose-us .why-card h5 {
  font-weight: 700;
  color: var(--primary-color);
}

.why-choose-us .why-card p {
  font-size: 14px;
  color: #555;
  margin-top: 15px;
  line-height: 1.7;
}

.why-choose-us .why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.why-choose-alt {
  background-color: #f4f6f9;
  padding: 40px 0;
}

.why-choose-alt .why-alt-title {
  position: relative;
}

.why-choose-alt .why-alt-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #e53935;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.why-choose-alt .why-alt-card {
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.why-choose-alt .why-alt-card h6 {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.why-choose-alt .why-alt-card a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
}

.why-choose-alt .why-alt-card a:hover {
  text-decoration: underline;
}

.why-choose-alt .why-alt-image img {
  border-radius: 20px;
}

.why-choose-alt .why-alt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stats-section {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 40px 0;
}

.stats-section .stats-item {
  margin-bottom: 30px;
}

.stats-section .stats-item h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stats-section .stats-item h2::after {
  content: "+";
}

.stats-section .stats-item p {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.services-section {
  padding: 40px 0;
}

.services-section .section-title {
  position: relative;
  display: inline-block;
}

.services-section .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #e30613;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.services-section .service-card {
  background: #f3f7fb;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
}

.services-section .service-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.services-section .service-icon {
  margin: 0 auto 15px;
}

.services-section .service-icon i {
  color: #fff;
  font-size: 22px;
}

.services-section .service-card h6 {
  font-weight: 500;
  font-size: 15px;
  color: var(--primary-color);
}

.services-section .service-icon img {
  height: 50px;
}

.testimonial-section {
  position: relative;
  background: url("../images/home/what-our-customer.webp") center center/cover
    no-repeat;
  overflow: hidden;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 98, 172, 0.8);

  z-index: 1;
}

.testimonial-section .container {
  position: relative;
  z-index: 2;
}

.testimonial-section .testimonial-left h2 {
  color: #fff;
}

.testimonial-section .testimonial-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 25px;
  color: #fff;
  transition: 0.4s ease;
  height: 100%;
  border: 1px solid white;
}

.testimonial-section .owl-item.active .testimonial-card {
  background: #fff;
  color: #333;
}

.testimonial-section .owl-item.active .testimonial-card .stars {
  color: #f4b400;
}

.testimonial-section .testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.testimonial-section .testimonial-header img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-section .testimonial-header h6 {
  margin: 0;
  font-weight: 600;
}

.testimonial-section .testimonial-header small {
  display: block;
  font-size: 13px;
}

.testimonial-section .stars {
  font-size: 14px;
  color: #ffd700;
}

.testimonial-section .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.testimonial-section .owl-dot span {
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
  border-radius: 50%;
  margin: 5px;
  opacity: 0.5;
}

.testimonial-section .owl-dot.active span {
  width: 12px;
  height: 12px;
  opacity: 1;
}

.testimonial-section .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 12px 0;
  border-radius: 2px;
}

.featured-products {
  background: #f4f6f9;
}

.featured-products .featured-title {
  position: relative;
}

.featured-products .featured-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #e53935;
  display: block;
  margin: 10px auto 0;
  border-radius: 3px;
}

.featured-products .product-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.featured-products .product-card:hover {
  transform: translateY(-6px);
}

.featured-products .product-image {
  margin-bottom: 15px;
}

.featured-products .product-image img {
  min-height: 250px;
  border-radius: 10px;
}

.featured-products .product-card h6 {
  font-size: 16px;
  font-weight: 600;
  color: #0f62ac;
  margin-bottom: 6px;
  height: 40px;
}

.featured-products .product-rating {
  color: var(---yellow-color);
  font-size: 22px;
}

.featured-products .product-badge-best-seller {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 106px;
}

.featured-products .product-badge-new {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 70px;
}

.featured-products .product-badge.best {
  background: #e53935;
}

/* Section Background */
.cargo-section {
  position: relative;
}

.cargo-section .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #e53935;
  display: block;
  margin: 12px 0;
  border-radius: 3px;
}

.cargo-section .cargo-types {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 35px;
}

.cargo-section .cargo-types span {
  margin: 0 8px;
  color: #999;
}

/* Content Block */
.cargo-section .content-block {
  margin-bottom: 25px;
}

/* Sub Titles (Vision, Mission, Value) */
.cargo-section .content-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

/* Shaded underline for sub titles */
.cargo-section .content-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100px;
  height: 4px;
  background: linear-gradient(
    to right,
    rgba(237, 50, 55, 1) 0%,
    rgba(237, 50, 55, 0.8) 50%,
    rgba(237, 50, 55, 0) 100%
  );
  border-radius: 4px;
}

/* Paragraph Styling */
.cargo-section p {
  color: #555;
}

/* Value list spacing */
.cargo-section .values-list span {
  margin: 0 8px;
  color: #999;
}

.cargo-section .cargo-img {
  max-height: 480px;
}

.about-why-choose-us {
  background-color: #f8f9fa;
}

.about-why-choose-us .choose-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.about-why-choose-us .choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-why-choose-us .number-circle {
  width: 45px;
  height: 45px;
  background-color: #dc3545;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 4px solid #ffffff;
  margin-bottom: 10px;
}

/* Card Heading */
.about-why-choose-us .choose-card h5 {
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 10px;
}

/* Card Text */
.about-why-choose-us .choose-card p {
  margin-bottom: 0;
}
