@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

p {
  font-size: 16px;
  font-family: "Roboto Serif", serif;
  font-weight: 400;
  line-height: 22px;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
}

.abt-ordr{
    border-radius: 0;
    padding: 2% 5%;
    color: #fff;
    transition: 0.4s;
    background-color: #ff250c;
    border-color: #ff250c;
}
.abt-ordr:hover{
    border-radius: 0;
    padding: 2% 5%;
    color: #ff250c;
    background-color: transparent;
    transition: 0.4s;
}

/* General: remove native appearance */
input[type="number"] {
  -webkit-appearance: none !important;
  /* Chrome, Safari, Edge (WebKit/Blink) */
  -moz-appearance: textfield !important;
  /* Firefox */
  appearance: textfield !important;
  margin: 0;
  padding: .4rem .6rem;
  font-size: 1rem;
}

/* Webkit/Blink: hide inner & outer spin buttons */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
  display: none !important;
}

/* Firefox (older) - ensure no spinner */
input[type="number"]::-moz-inner-spin-button,
input[type="number"]::-moz-outer-spin-button {
  display: none !important;
}

/* If you're using Bootstrap or another framework add common selectors */
.form-control[type="number"],
input.form-control[type="number"],
input[type="number"].form-control {
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

/* Optional: style so it still looks like a normal input */
input[type="number"] {
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* If you want to completely hide CLEAR button in IE/Edge */
input[type="number"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="number"]::-ms-expand {
  display: none;
}

/* old IE/Edge */



/* Form Modal CSS */
.quote-modal {
  background-color: transparent;
  border: 0;
}

.quote-modal .modal-content {
  background-color: transparent;
  border: 0;
}

.quote-modal .modal-header {
  background-color: transparent;
  border: 0;
}

.quote-modal .form-modal-body {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: #fff;
}

.quote-modal .form-modal-body .img-bx img {
  width: 100%;
  height: 100%;
}

.quote-modal .form-modal-body .form-bx {
  padding: 8%;
}

.quote-modal .form-modal-body .form-bx .form-control {
  border: 0;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  padding: 2% 0;
  margin: 0 0 2% 0;
}

.quote-modal .form-modal-body .form-bx .form-sub {
  border-radius: 2px;
  margin: 8% 0 0 0;
  padding: 2% 15%;
}

.quote-modal .form-modal-body .form-bx .form-control::placeholder {
  font-size: 14px;
}

.quote-modal .form-modal-body .form-box h4 {
  color: #ff250c;
  font-size: 25px;
  padding: 0 0 3% 0;
}

.quote-modal .form-modal-body .form-box .form-control {
  border: 0;
  border-bottom: 1px solid #aaa;
}

.modal-header .btn-close {
  background-color: #fff;
  border-radius: 50%;
}


.slick-next {
  z-index: 100;
  top: 55%;
  width: auto;
  height: auto;
  right: 8%;
}

.slick-prev {
  z-index: 100;
  top: 55%;
  width: auto;
  height: auto;
  left: 8%;
}

.slick-next:before {
  background-color: #fff;
  color: #000;
  z-index: 100;
  /* opacity: 1; */
  border-radius: 50%;
  padding: 8px 11px 9px;
}

.slick-prev:before {
  background-color: #fff;
  color: #000;
  z-index: 100;
  /* opacity: 1; */
  border-radius: 50%;
  padding: 8px 11px 9px;
}

/* ðŸ”¹ Banner Section */
.banner-slider .slider-one {
  background: url('../assets/banner/banner1.jpeg')no-repeat;
}

.banner-slider .slider-two {
  background: url('../assets/banner/banner2.jpg')no-repeat;
}

.banner-slider .slide {
  position: relative;
  height: 600px;
  background-size: cover !important;
  background-position: center !important;
  /* align-items: left; */
  justify-content: left;
  text-align: left;
  color: #fff;
}

.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  /* max-width: 800px;*/
  padding: 15% 0 5% 15%;
}

.second-banner-con {
  padding: 5% 10% 5% 10%;
}
.second-banner-con .row{
    align-items: end;
}
.banner-content .fa-check {
  padding: 4px 3px;
  font-size: 9px;
  color: #fff;
  background-color: #e11d07;
  border-radius: 50%;
  margin: 0 0 -4px 0;
}

.banner-content ul {
  text-decoration: none;
  list-style-type: none;
  padding: 1% 0 1.5%;
}

.banner-content ul li {
  padding: 0 0 1.2% 0;
  font-size: 16px;
}

.banner-content h1 {
  font-size: 3.5rem;
  /* width: 50%; */
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-content p {
  margin-bottom: 30px;
  color: #f5f5f5;
}

/* Trackbox */

.track-bx-container {
  bottom: -97px;
    background: #ffffff;
    padding: 30px 40px 50px;
    border-radius: 20px 20px;
    box-shadow: 0 2px 10px rgb(255 255 255 / 57%);
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    /*position: absolute;*/
    right: 0;
}
.section-track-sec{
    padding: 0 0 0 3%;
}
.section-track-sec h3{
   color: #dc2626;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-track-sec p{
    color: #9b9b9b;
    line-height: 22px;
}
.track-bx-container h1 {
  font-size: 28px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 600;
}

.track-bx-container .radio-group {
  display: flex;
  gap: 30px;
  margin: 2% 0;
}

.track-bx-container .radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.track-bx-container .radio-option input[type="radio"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #dc2626;
}

.track-bx-container .radio-option label {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  font-weight: 500;
}

.track-bx-container .search-wrapper {
  display: flex;
  gap: 0;
  /* border: 2px solid #dc2626; */
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}

.track-bx-container .search-wrapper input {
  flex: 1;
  padding: 16px 20px;
  border: none;
  border-left: 2px solid #dc2626; 
  border-top: 2px solid #dc2626; 
  border-bottom: 2px solid #dc2626; 
  font-size: 16px;
  outline: none;
  border-radius: 25px 0 0 25px;
}

.track-bx-container .search-wrapper input::placeholder {
  color: #999;
}

.track-bx-container .track-btn {
  padding: 16px 50px;
  background: #000;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0 25px 25px 0;
}

.track-bx-container.track-btn:hover {
  background: #1a1a1a;
}

.banner-content .buttons .btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 1.5% 3%;
  margin: 0 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.banner-content .buttons .btn:hover {
  background: #e30000;
  color: #fff;
}

/* ðŸ”¹ Video Button Container */
.video-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

/* ðŸ”¹ White Circle Play Button */
.video-btn .circle {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover effect */
.video-btn .circle:hover {
  background: #e30000;
  color: #fff;
}

/* ðŸ”¹ Pulsing ring effect */
.video-btn .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse-ring 1.5s infinite;
  opacity: 0.6;
  z-index: 1;
}

@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* ðŸ”¹ Video Text */
.video-btn .video-text {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.video-btn .video-text:hover {
  color: #e30000;
}

.banner-content .btn.video {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.banner-content .btn.video:hover {
  background: #e30000;
  border-color: #e30000;
}







/*track your record*/
/*.section-track-sec {*/
/*  margin: -50px 0 100px 0;*/
/*}*/
/* 
.track-container {
  font-family: "Poppins", sans-serif;
  box-shadow: 0 2px 5px rgb(225 29 7);
  background-color: #fff;
  border-radius: 10px;
  padding: 2%;
}

.track-container h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #000;
} */

.track-type {
  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}

.track-type label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.track-type input[type="radio"] {
  accent-color: #e11d07;
  width: 18px;
  height: 18px;
}

.track-input-box {
  display: flex;
  width: 100%;
  overflow: hidden;
  /*border: 2px solid #e11d07;*/
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}

.track-input-box input {
  flex: 1;
  padding: 15px 16px;
  font-size: 15px;
  outline: none;
  background: #f7f7f7;
  border: 2px solid #e11d07;
  border-radius: 25px 0 0 25px;
}

.track-input-box button,
.multi-track-btn {
  background: #000;
  color: #fff;
  padding: 0 30px;
  border: 2px solid #000;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}

.track-input-box button:hover {
  background: #e11d07;
  border-color: #e11d07;
}

.multi-track-btn {
  margin-top: 8px;
  background: transparent;
  color: #e11d07;
  border: none;
  cursor: pointer;
  font-size: 15px;
}

.multi-track-btn:hover {
  text-decoration: underline;
}

/* Remove button for added fields */
.remove-field {
  background: #e11d07;
  color: #fff;
  padding: 0 12px;
  cursor: pointer;
  border: none;
}











/* ðŸ”¹ Slick Dots and Arrows */
.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  color: #000;
  opacity: 0.6;
}

.slick-dots li.slick-active button:before {
  color: #e30000;
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
  font-size: 25px;
}



/* banner boxes */
.bx-sgrid {
  position: relative;
  padding: 6% 10% 0;
}

.direction-bxs {
  margin: 0;
  display: grid;
  grid-template-columns: 31% 23% 23% 23%;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.direction-bxs .box-direct {
  background-color: #fff;
  padding: 10%;
  border-right: 1px solid #ccc;
}

.direction-bxs .box-direct h6 {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.direction-bxs .box-direct p {
  line-height: 22px;
  color: #9b9b9b;
  font-size: 14px;
  padding: 4% 0 5%;
  font-weight: 400;
}

.arrow-r {
  color: #fff;
  background-color: #e11d07;
  padding: 8px 7.5px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.direction-bxs .red-bx {
  background-color: #e11d07;
  border-radius: 10px 0 0 10px;
}

.direction-bxs .border-radius-right-bx {
  border-radius: 0 10px 10px 0;
  border: 0;
}

.direction-bxs .red-bx h6 {
  color: #eee;
}

.direction-bxs .red-bx h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  padding: 25px 0 0 0;
}



/* About us section start */
.about-section {
  padding: 50px 0;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

/* 
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
} */

.about-content {
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
  gap: 10px;
  padding: 5%;
}

/* Left Side */
.about-text {
  padding: 0 5% 0 0;
}

.about-text .top-title {
  color: #e30000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-text h2 {
  font-size: 36px;
  color: #111;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.about-text .desc {
  color: #9b9b9b;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  width: 80%;
}

.about-text .founder strong {
  font-size: 17px;
  color: #000;
}

.about-text .founder p {
  color: #777;
  margin: 0;
}

/* Right Side */
.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  height: 480px;
  border-radius: 10px;
  display: block;
}

/* Red Floating Box */
.red-box {
  position: absolute;
  bottom: 50px;
  left: -40px;
  background: #e30000;
  color: #fff;
  padding: 5% 8%;
  border-radius: 5px;
  max-width: 55%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.red-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.red-box p {
  font-size: 14px;
  margin-bottom: 15px;
}

.red-box .btn-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 16px;
}

.red-box .btn-link:hover {
  transition: all 0.3s ease;
  font-size: 17px;
}

.red-box .btn-link:hover>.fa-arrow-right {
  transition: 0.4s;
  transform: scale(1.02);
}

.red-box .btn-link .fa-arrow-right {
  background-color: #fff;
  color: #e30000;
  border-radius: 50%;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2.5% 2%;
}


/* Our Services */
.services-section {
  padding: 80px 0;
  background: #f4f6f9;
  font-family: "Poppins", sans-serif;
}

.section-title {
  /* text-align: center; */
  margin-bottom: 50px;
}
.services-section .section-title h2{
    margin: 0 auto;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
}

.section-title p {
  font-size: 14px;
  color: #666;
  max-width: 600px;
  margin: 10px auto 50px;
  font-weight: 400;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.service-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.4s ease;
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
  cursor: pointer;
}

/* .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
} */

/* Color bars */
.services-section .blue {
  /* background: #007bff; */
  border-top: 7px solid #007bff;
}

.services-section .green {
  border-top: 7px solid #2ecc71;
}

.services-section .orange {
  border-top: 7px solid #f39c12;
}

.services-section .purple {
  border-top: 7px solid #8e44ad;
}

/* Icon Colors */
.service-card .icon {
  font-size: 40px;
  margin-bottom: 20px;
  margin: 0;
  text-align: center;
}

.service-card.blue .icon {
  color: #007bff;
}

.service-card.green .icon {
  color: #2ecc71;
}

.service-card.orange .icon {
  color: #f39c12;
}

.service-card.purple .icon {
  color: #8e44ad;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  padding: 10% 0 5%;
  text-align: center;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 25px;
}

.service-card ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  color: #444;
  font-size: 13px;
  font-weight: 500;
}

.service-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #007bff;
  font-weight: bold;
}

/* === Hover Slide + Bend Effect === */
.service-card:hover {
  transform: perspective(1000px) rotateX(6deg) rotateY(-6deg) translateY(-10px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}

/* Optional subtle glow on hover */
.service-card:hover::before {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .service-card {
    padding: 30px 20px;
  }

  .service-card h3 {
    font-size: 18px;
  }

  .service-card ul li {
    font-size: 14px;
  }
  .our-journey-about .reverse-jounr{
      flex-direction: column-reverse;
        display: flex !important;
  }
}







/* Our Services Section start */

.video-form {
  position: relative;

}

.hero-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../assets/banner/cta.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.video-form .form-container {
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  max-width: 650px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 25%;
  right: 10%;
  z-index: 50;
}

.video-form .form-container .form-wrapper .form-group .form-textarea::placeholder {
  color: #aaa;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}


  .mission-section {
            padding: 30px 35px;
            border-radius: 8px;
        }

        .mission-section h2 {
            font-size: 26px;
            margin-bottom: 20px;
            color: #000;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .mission-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .mission-list li {
            font-size: 15px;
            line-height: 1.7;
            padding: 6px 0;
            padding-left: 28px;
            position: relative;
            border-bottom: 1px solid #e6e6e6;
        }

        .mission-list li:last-child {
            border-bottom: none;
        }

        .mission-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            top: 10px;
            color: #d60000;
            font-size: 14px;
        }

        @media (max-width: 600px) {
            .mission-section {
                padding: 20px;
            }

            .mission-section h2 {
                font-size: 22px;
            }

            .mission-list li {
                font-size: 14px;
            }
        }


.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10% 0;
  display: grid;
  grid-template-columns: 45% 55%;
}

/* 
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
} */

@media (min-width: 1024px) {
  /* .hero-grid {
    grid-template-columns: 1fr 1fr;
  } */
}

.hero-left {
  color: white;
}

.play-button {
  width: 60px;
  height: 60px;
  padding: 8%;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
  margin-bottom: 1.5rem;
}

.play-button:hover {
  transform: scale(1.1);
}

.play-icon {
  width: 0;
  height: 0;
  border-left: 20px solid #dc2626;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

.hero-subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.hero-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 40px;
  }
}



.tab-buttons {
  width: 100%;
}

.tab-btn {
  flex: 1;
  padding: 3% 0 3% 3%;
  border: none;
  background: white;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
  width: 100%;
  text-align: left;
}

.tab-btn i {
  font-size: 20px;
}

.tab-btn.active {
  background: #dc2626;
  color: white;
}

.tab-btn:not(.active):hover {
  background: #f5f5f5;
}

.form-content {
  padding: 5%;
  border-bottom: 4px solid #dc2626;
  border-radius: 0 0 10px 10px;
}

.form-wrapper {
  display: none;
}

.form-wrapper.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
}

select,
input,
textarea {
  color: #aaa;
  font-weight: 400;
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #eaeaea;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 0.3s;
}

select:focus,
input:focus,
textarea:focus {
  outline: none;
  border-color: #dc2626;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 2% 0;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-item input[type="checkbox"] {
  width: auto;
  cursor: pointer;
}

.checkbox-item label {
  margin: 0;
  cursor: pointer;
  font-weight: normal;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background: #1a1a2e;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 40px;
}

.submit-btn:hover {
  background: #0f0f1e;
}

@media (max-width: 768px) {
  .tab-btn {
    font-size: 14px;
    padding: 15px 10px;
  }

  .form-content {
    padding: 20px;
  }

  .checkbox-group {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
  }

  #trackForm .submit-btn {
    padding: 12px 10px;
    font-size: 14px;
  }

  select,
  input,
  textarea {
    font-size: 12px;
  }

  .checkbox-item label {
    font-size: 12px;
  }


  .abt-why .section-header {
    padding: 10% 0 0 0;
  }
}

@media (min-width: 640px) {
  .checkbox-grid {
    grid-template-columns: repeat(4, 1fr);
  }

}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.checkbox-input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.checkbox-text {
  font-size: 0.875rem;
  color: #374151;
}

.submit-button {
  width: 100%;
  background: #111827;
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-button:hover {
  background: #1f2937;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 1rem;
}

.video-modal.active {
  display: flex;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 896px;
}

.close-button {
  position: absolute;
  top: -48px;
  right: 0;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transition: color 0.3s;
}

.close-button:hover {
  color: #d1d5db;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  background: black;
  border-radius: 0.5rem;
  overflow: hidden;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}



/* Why choose us section start */
.why-choose-section {
  position: relative;
  padding: 5% 5% 5%;
  background: url('../assets/banner/industrial-port-container-yard.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.abt-why {
  padding: 12% 5% 5%;
}

.why-choose-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(230, 230, 230, 0.85);
}

.container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}


@media (min-width: 640px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.feature-card {
  background: white;
  border: 3px solid #dc2626;
  border-radius: 0;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.feature-card:hover {
  background-color: #ff250c;
  color: #fff;
  transition: 0.4s;
}

.feature-card:hover>.feature-title {
  color: #fff;
}

.feature-card:hover .feature-description {
  color: #eee;
}

.feature-card:nth-child(1) {
  animation-delay: 0.1s;
}

.feature-card:nth-child(2) {
  animation-delay: 0.2s;
}

.feature-card:nth-child(3) {
  animation-delay: 0.3s;
}

.feature-card:nth-child(4) {
  animation-delay: 0.4s;
}

.feature-card:hover {
  transform: translateY(-18px);

  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.2);
}

.feature-title {
  font-size: 1.875rem;
  font-weight: 800;
  color: #dc2626;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.feature-description {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
}

.support-card {
  background: white;
  border: 3px solid #dc2626;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.5s;
}

.support-card:hover {
  box-shadow: 0 20px 40px rgba(220, 38, 38, 0.2);
}

.support-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #dc2626;
  margin-bottom: 1rem;
}

.support-description {
  font-size: 1rem;
  color: #999;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 25px;
  }

  .feature-title {
    font-size: 20px;
  }

  .support-title {
    font-size: 2rem;
  }

  .why-choose-section {
    padding: 3rem 1rem;
  }

  .section-subtitle {
    font-size: 14px;
  }

  .feature-description {
    font-size: 12px;
  }

}

/* Why choose us section end */







/* LOgo slider start here */
.log-slider img {
  width: 60%;
  margin: 0 auto;
  box-shadow: 0 2px 5px rgb(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 2% 3%;
  background-color: #fff;
}

.faq-image img {
  width: 100%;
  height: 100%;
}

/* FAQ CONTAINER */

/* ACCORDION */
.accordion-item {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.accordion-icon {
  font-size: 24px;
  transition: transform 0.3s;
  color: #ff250c;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 10px;
}

.accordion-content.active {
  padding-top: 12px;
  max-height: 600px;
  /* enough height for content */
}

/* Prevent layout jump (IMAGE FIXED HEIGHT) */
.faq-image {
  flex-shrink: 0;
}

.faq-section .faq-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  /* margin: 5%; */
  box-shadow: 0 2px 5px rgb(210 0 0);
}

.faq-section .faq-container img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.faq-section .faq-container .accordion {
  padding: 5%;
}


/*Contact section start*/
.contact-section {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 0 12%;
}

.contact-sec {
  padding: 5% 0;
}

.contact-sec h2 {
  text-align: center;
  padding: 0 0 3%;
  font-size: 45px;
  font-weight: 700;
}

.contact-info {
  /* flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: right;
  gap: 20px; */
}


.info-box {
  background: #fff;
  border-left: 6px solid #d60000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px 15px 15px;
  border-radius: 6px;
  margin: 0 0 5% 0;
}

.info-box .i-cc {
  margin: -10px 0 0 0;
  color: #d60000;
  font-size: 35px;
}

.info-box h3 {
  color: #d60000;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}

.info-box .col-md-7 p {
    float: right;
}

.info-box p {
  color: #777;
  font-size: 15px;
  transition: 0.4s;
}
.info-box p:hover {
  color: #d60000;
  transition: 0.4s;
  font-size: 15px;
  transform: scale(1.03);
}
.info-box a{
  color: #777;
  padding: 0 4% 0 0;
  font-size: 15px;
  transition: 0.4s;
}
.info-box a:hover{
   color: #d60000;
  transition: 0.4s;
  font-size: 15px;
  transform: scale(1.03);
}
.info-box .info-bx{
    margin: 5% 0 4% 0;
    height: 60px;
}

.contact-pg-sec .info-box{
    padding: 45px 25px 25px;
}
.contact-sec .contact-section .one-line-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-form {
  /* flex: 1;
  min-width: 350px; */
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
  font-size: 25px;
  color: #d60000;
  margin-bottom: 25px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  margin-bottom: 15px;
  outline: none;
}

.contact-form textarea {
  resize: none;
  height: 120px;
}

.contact-pg-form {
  background: url('../assets/banner/contact-banner.webp')no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 5% 6%;
}

.contact-pg-form .contact-bx-form {
  position: relative;
  z-index: 25;
}

.contact-pg-form .opacity {
  background-color: #000;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.8;
}

.contact-pg-form h2 {
  font-size: 40px;
  color: #fff;
}

.contact-pg-form .form-control {
  padding: 2% 4%;
  border-radius: 2px;
}

.contact-pg-form .form-control::placeholder {
  color: #aaa;
}

.contact-pg-form .custom-select {
  color: #aaa;
}

.contact-pg-form .contact-pg-dark {
  padding: 1.5% 5%;
  width: 20%;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
  transition: 0.4s;
}

.contact-pg-form .contact-pg-dark:hover {
  background-color: #d60000;
  color: #fff;
}

.contact-form button {
  width: 100%;
  background: #d60000;
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
  margin: 5% 0 0 0;
}

.contact-form button:hover {
  background: #b50000;
}

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
  }
}








































/*Footer Start Here*/
footer {
  background-color: #161616;
}

.logo-sec {
  padding: 5% 12% 4%;
  background-color: #f4f6f9;
  margin: 0 0 5% 0;
}

.foot-c {
  background-color: #e11d07;
  padding: 2% 1.5%;
  margin: 0 5px 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: 0.4s;
}

.foot-bx a {
  color: #ff250c;
  padding: 2% 0;
  font-size: 20px;
}

a {
  text-decoration: none;
}

.text-white {
  color: #fff;
}

footer .footer-body .foot-container {
  display: grid;
  grid-template-columns: 35% 20% 20% 25%;
}

.foot-c:hover {
  transform: scale(1.02);
  transition: 0.4s;
  background-color: #fff;
  color: #e11d07;
}

.footer-top {
  padding: 3% 8%;
  align-items: center;
  display: grid;
  grid-template-columns: 35% 65%;
}

.footer-top h4 {
  color: #fff;
}

.footer-body {
  padding: 3% 8% 2%;
  border-top: 1px solid rgb(41, 41, 41);
  /* border-bottom: 1px solid rgb(41, 41, 41); */
}

.social-media {
  padding: 8% 0 0 0;
}

.foot-about {
  padding: 0 40% 0 0;
}

footer p {
  color: #9b9b9b;
  line-height: 25px;
}

footer .copy-c {
  font-size: 12px;
  margin: 0;
}

footer .heading-foot {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

footer .divider {
  background-color: #e11d07;
  height: 3px;
  width: 25%;
  border-radius: 15px;
  margin: 0 0 5% 0;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  list-style: none;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}

footer .footer-top .footer-logo img {
  width: 40%;
}

footer .mail-up {
  display: none;
  /* grid-template-columns: 35% 65%;
  text-align: right; */
}

footer .mail-up .mail-btn {
  background-color: #e11d07;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

footer .mail-up h4 {
  padding: 0 5% 0 0;
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
}

.bottom-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

footer .mail-up .form-sub {
  border-radius: 5px;
  padding: 2% 5%;
  width: 100%;
  border-color: rgb(41, 41, 41);
  background-color: transparent;
}

footer .mail-up form {
  text-align: right;
  justify-content: right;
  display: flex;
}

footer .mail-btn {
  width: 69%;
  border-radius: 2px;
  margin: 0 0 0 2%;
}

















/* About Us Page */
/* HERO SECTION */

.common-pg-banner {
  background-size: cover !important;
  background-position: center !important;
  padding: 10% 0;
  text-align: center;
  color: #fff;
  position: relative;
}

.hero-about-banner {
  background: url('../assets/banner/banner1.jpeg')no-repeat;
}

.common-pg-banner .opacity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 0;
  opacity: 0.5;
}

.banner-content-common {
  position: relative;
  z-index: 15;
}

.common-pg-banner h1 {
  font-size: 50px;
  font-weight: 700;
}

.common-pg-banner p {
  font-size: 18px;
  width: 60%;
  margin: auto;
}

/* STORY SECTION */
.our-story-sec {
  padding: 5% 10%;
}

.our-story-sec .box-container-sec {
  display: grid;
  grid-template-columns: 50% 50%;
}

.our-story-sec .box-container-sec h2 {
  font-size: 40px;
  padding: 0 0 2% 0;
}

.our-story-sec ul li .fa-check {
  padding: 4px 3px;
  font-size: 9px;
  color: #fff;
  background-color: #e11d07;
  border-radius: 50%;
  margin: 0 0 -4px 0;
}

.our-story-sec ul {
  text-decoration: none;
  list-style-type: none;
  padding: 5% 0 1.5%;
  line-height: 30px;
}

.our-story-sec ul li {
  padding: 0 0 1.2% 0;
  font-size: 14px;
}

.our-story-sec .content-story {
  padding: 0 0 0 5%;
}

.story-img img {
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.container-why-choose .why-box .chooce-c {
  color: #d30000;
  font-size: 50px;
  padding: 0 0 5% 0;
}

.container-why-choose .why-box:hover .choose-c {
  color: #fff;
}


/* WHY CHOOSE US */
.why-choose-about {
  padding: 0 10% 5%;
}

.container-why-choose {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}

.why-choose-about h2 {
  text-align: center;
  padding: 0 0 2% 0;
  font-size: 40px;
}

.why-choose-about .why-box {
  background: #fff;
  border-radius: 15px;
  padding: 10%;
  margin: 10px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.why-choose-about .why-box h5 {
  font-size: 18px;
  padding: 2% 0 3%;
}

.why-choose-about .why-box:hover {
  transform: translateY(-10px);
  background: linear-gradient(to bottom, #e11d07, #811003);
  color: #fff;
}

.why-choose-about .why-box img {
  width: 65px;
  margin-bottom: 15px;
}


/* COUNTER SECTION */
.counter-section {
  background: linear-gradient(to left bottom, #e11d07, #811003);
  padding: 70px 0;
  color: #fff;
}

.counter-section .box-container-counter {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.counter-item {
  text-align: center;
}

.counter-item h2 {
  font-size: 45px;
  font-weight: 700;
}


/* TIMELINE */
.our-journey-about {
  padding: 5% 10% 0;
}

.our-journey-about h2 {
  font-size: 40px;
}

.our-journey-about .journey-container {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.our-journey-about .journey-container .img-bx img {
  width: 100%;
  border-radius: 15px;
}

.timeline {
  border-left: 3px solid #e11d07;
  padding-left: 25px;
}

.timeline-item {
  padding: 5% 0;
}

.timeline-item h5 {
  font-weight: 600;
  font-size: 25px;
  color: #e11d07;
}

/* TESTIMONIAL SLIDER */
.about-pg-review {
  padding: 0 10% 5%;
}

.about-pg-review h2 {
  font-size: 45px;
  padding: 0 0 2% 0;
}

.testimonial-box {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-slider .slick-prev:before {
  color: #e11d07 !important;
}

.testimonial-slider .slick-next:before {
  color: #e11d07 !important;
}

.testimonial-box img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.testimonial-slider .slick-slide {
  margin: 0 15px;
  /* gap between items */
}

.testimonial-slider .slick-list {
  margin: 0 -15px;
  /* prevent layout shift */
  padding: 2% 0;
}

.testimonial-slider .slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  font-size: 35px;
}

.testimonial-slider .slick-prev {
  left: -8%;
}

.testimonial-slider .slick-next {
  right: -8%;
}




/* Service Page css */


/* IMAGE SECTIONS */
.logistic-section .img-section {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.logistic-section .img-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logistic-content {
  padding: 5% 0 0 10%;
}


.logistic-content ul li .fa-check {
  padding: 4px 3px;
  font-size: 9px;
  color: #fff;
  background-color: #e11d07;
  border-radius: 50%;
  margin: 0 0 -4px 0;
}

.logistic-content ul {
  text-decoration: none;
  list-style-type: none;
  padding: 5% 0 1.5%;
  line-height: 30px;
}

.logistic-content ul li {
  padding: 0 0 1.2% 0;
  font-size: 14px;
}

/* HIGHLIGHT BOX */
.why-service-sec .highlight {
  background: #0b1a33;
  color: #fff;
  padding: 50px;
  border-radius: 15px;
}

/* STATS */
.stats-section .stat-box {
  text-align: center;
  padding: 20px;
}

.stats-section .stat-number {
  font-size: 40px;
  font-weight: bold;
  color: #0b1a33;
}


/* Main Section */
.Domestic-courier-sec{
    margin: 5% 0 0 0;
}
.service-pg-sec{
    display: none;
}
.service-why{
    margin: 0 0 5% 0;
}
.logistic-sectio{
    margin: 3% 0 0 0;
}
.service-pg-sec {
  margin: 0 0 5% 0;
  padding: 80px 0;
  background: #eef2f7;
  font-family: "Poppins", sans-serif;
}

.service-pg-sec .section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-pg-sec .section-subtitle {
  text-align: center;
  font-size: 16px;
  max-width: 650px;
  margin: 0 auto 50px auto;
  color: #555;
}

/* Grid Layout */
.service-pg-sec .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  padding: 0 20px;
}

/* Cards */
.service-pg-sec .service-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 30px 25px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.service-pg-sec .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Icons */
.service-pg-sec .icon {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
  margin: 0 auto;
}

.service-pg-sec .blue {
  color: #006aff;
}

.service-pg-sec .green {
  color: #00b75b;
}

.service-pg-sec .orange {
  color: #ff9500;
}

.service-pg-sec .purple {
  color: #8e54e9;
}

/* Headings */
.service-pg-sec .service-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Logistic */
.logi-sec {
  padding: 0 0 6%;
}

.logi-sec img {
  border-radius: 15px;
}

.logi-sec .box-container {
  display: grid;
  grid-template-columns: 50% 50%;
}

/* List */
.service-pg-sec .service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 25px;
}

.service-pg-sec .service-card ul li {
  padding-left: 25px;
  margin-bottom: 8px;
  color: #444;
  font-size: 13px;
  font-weight: 500;
}

.service-pg-sec .service-card:hover {
  background: linear-gradient(to left bottom, #e11d07, #811003);
  color: #fff;
}

.service-pg-sec .service-card:hover>h3 {
  color: #fff;
}

.service-pg-sec .service-card:hover>ul li {
  color: #eee;
  color: #eee;
}



/* Service faq */



.service-faq {
  padding: 5%;
}

.service-pg-faq {
  padding: 10%;
}

.service-faq .faq-title {
  font-size: 45px;
  padding: 0 0 5% 0;
}

.service-faq .faq-container {
  padding: 5%;
}

.service-faq .faq-container .faq-title {
  font-size: 30px;
  color: #d40000;
}

/* CTA Background Image Section */
.cta-section {
  width: 100%;
  padding: 100px 20px;
  background: url('../assets/banner/cta-banner.jpg') center/cover no-repeat;
  position: relative;
  background-position: bottom;
}

/* Dark Overlay */
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}

.cta-content {
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 700px;
  margin: auto;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-content p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.cta-btn {
  display: inline-block;
  padding: 14px 40px;
  background: #ff6b00;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #e65b00;
  transform: translateY(-3px);
}

.contact-pg-sec {
  padding: 5% 0;
}

.contact-pg-sec h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding: 0 0 3% 0;
}

.contact-pg-sec .info-box {
  border-left: 5px solid #ff250c;
}

/* map section start */
.map-sec {
  padding: 6% 0%;
}

.map-sec h2 {
  font-size: 40px;
  font-weight: 700;
}