body {
  font-family: "Poppins", sans-serif;
}

.navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  padding: 0 15px !important;
}
.nav-link.active {
  color: #cf4028 !important; /* Orange color for Home */
}
.btn-signup {
  background-color: #451805;
  color: white;
  border-radius: 8px;
  padding: 8px 25px;
  font-weight: bold;
}
.btn-signup:hover {
  background-color: #cf4028;
  color: white;
}
.login-link {
  text-decoration: none;
  color: #000;
  margin-right: 20px;
  font-weight: 500;
}
.divider {
  border-left: 1px solid #ccc;
  height: 30px;
  margin: 0 20px;
}

.main-banner-section {
  background-image: url(../images/img-banner-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
}
.hero-title h1 {
  font-size: 60px;
  font-weight: 700;
  color: #000;
  margin-bottom: 32px;
}
.hero-title span {
  color: #cf4028;
}
.all-content-text {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}
.address-lable {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.address i {
  color: #cf4028;
}
.address-text {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.address {
  margin-bottom: 6px;
}
.invoice-btn {
  text-decoration: none;
  color: white;
  background-color: #cf4028;
  padding: 15px 24px;
  font-weight: 500;
}
.invoice-btn i {
  margin-right: 10px;
}
.hero-actions {
  margin-top: 40px;
}
.get-free-btn {
  background-color: #000;
  margin-left: 15px;
}
.main-container-ban {
  padding: 128px 12px;
}

.why-choose-section {
  padding: 100px 0;
  /* background: #f6f6f6; */
}

.section-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.why-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 0px 50px 0px 50px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}

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

.icon-box {
  width: 80px;
  height: 80px;
  background: #f1ece5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: #cf4028;
}

.why-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 16px;
  color: #666;
}

.who-uses-section {
  padding: 100px 0;
  background: #f6f6f6;
  position: relative;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
}

.user-card {
  padding: 45px 30px;
  text-align: center;
  height: 100%;
  transition: 0.3s;
  background: #ffffff;
  position: absolute;
  width: 290px;
  height: 280px;
  position: absolute;
  top: 260px;
}

.user-card i {
  font-size: 35px;
  margin-bottom: 20px;
  color: #cf4028;
}

.user-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.user-card p {
  font-size: 16px;
  color: #666;
}

/* Hover */

.user-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.square-back {
  width: 305px;
  height: 280px;
  background: #451805;
}

.simple-process-section {
  padding: 100px 0;
  /* background:#f8f8f8; */
}

.process-title {
  font-size: 40px;
  font-weight: 700;
}

.process-subtitle {
  color: #666;
  margin-top: 10px;
}

.process-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Step Number */
.step-number {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #461703;
}

/* Icon */
.process-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #451805;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

/* Text */
.process-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 16px;
  color: #666;
}

.simple-process-invoice {
  display: flex;
  justify-content: center;
}

.rates-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.rates-title {
  font-size: 40px;
  font-weight: 700;
}

.rates-subtitle {
  color: #666;
  margin-top: 10px;
}

/* Calculator Box */
.calculator-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.calculate-btn {
  background: #cf4028;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
}

.calculate-btn:hover {
  background: #cf4028;
  color: white;
}

/* Pricing Box */
.pricing-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.price-card {
  background: #f3f3f3;
  padding: 25px;
  border-radius: 10px;
  transition: 0.3s;
}

.price-card:hover {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.price-card p {
  color: #666;
  margin-bottom: 5px;
}

.price-card h3 {
  color: #cf4028;
  font-weight: 700;
}

/* Bottom Text */
.bottom-text {
  font-size: 14px;
  color: #666;
}
.result-box {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.result-box h3 {
  color: #451805;
  font-weight: 700;
}

/* Hidden by default */
.result-box {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;

  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease;
  pointer-events: none;
}

/* Show animation */
.result-box.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.result-box h3 {
  color: #451805;
  font-weight: 700;
}

.result-box.show {
  animation: slideDown 0.5s ease;
  opacity: 1;
  transform: translateY(0);
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #451805;
  outline: 0;
  box-shadow: none;
}
.form-select:focus {
  border-color: #451805;
  outline: 0;
  box-shadow: none;
}
input::placeholder {
  font-size: 15px;
}
.cal-lable {
  font-size: 14px;
}
.cal-input {
  padding: 12px 10px;
}

.location-section {
  padding: 100px 0;
  /* background:#f8f8f8; */
}

.location-title {
  font-size: 40px;
  font-weight: 700;
}

.location-subtitle {
  color: #666;
  margin-top: 10px;
}

/* Card */
.location-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.location-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Icon */
.location-card i {
  font-size: 35px;
  color: #451805;
  margin-bottom: 20px;
}

/* Text */
.location-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.location-card p {
  color: #666;
  font-size: 16px;
}

/* Button */
.location-btn {
  background: #451805;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  margin-top: 10px;
}

.location-btn:hover {
  background: #cf4028;
  color: #ffffff;
}

.testimonial-section {
  padding: 100px 0;
  background: #f8f8f8;
}

/* LEFT FEATURED */
.featured-testimonial {
  background: #451805;
  color: #fff;
  padding: 50px;
  border-radius: 20px;
  position: relative;
}

.quote-icon {
  font-size: 80px;
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.2;
}

.featured-testimonial p {
  font-size: 20px;
  margin-bottom: 30px;
}

.user-info h5 {
  margin: 0;
  font-weight: 600;
}

.user-info span {
  font-size: 14px;
  opacity: 0.8;
}

/* RIGHT SMALL CARDS */
.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.testimonial-card:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-card p {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
}

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

.testimonial-card span {
  font-size: 13px;
  color: #666;
}

/* Scroll container */
.testimonial-scroll {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 10px;
}

/* Scrollbar style (optional) */
.testimonial-scroll::-webkit-scrollbar {
  width: 5px;
}
.testimonial-scroll::-webkit-scrollbar-thumb {
  background: #451805;
  border-radius: 10px;
}

/* Active card */
.testimonial-card.active {
  background: #fff7f3;
}

/* ===== SECTION STYLING ===== */
.cta-section {
  padding: 50px 0;
  background: linear-gradient(135deg, #451805, #8b3e00);
  color: #fff;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.cta-section h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* ===== BUTTONS ===== */
.primary-btn,
.secondary-btn {
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.primary-btn {
  background: #fff;
  color: #451805;
  margin-right: 15px;
}

.primary-btn:hover {
  background: #cf4028;
  color: #ffffff;
  transform: scale(1.05);
}

.secondary-btn {
  border: 1px solid #fff;
  color: #fff;
}

.secondary-btn:hover {
  background: #fff;
  color: #451805;
  transform: scale(1.05);
}

/* ===== CTA POINTS ===== */
.cta-points span {
  margin-right: 25px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.cta-points span::before {
  content: "✔";
  margin-right: 8px;
  color: #cf4028;
  animation: pop 0.6s ease;
}

@keyframes pop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

/* ===== IMAGE ===== */
.cta-img {
  max-width: 100%;
  transition: transform 0.5s ease;
  height: 500px;
}

.cta-img:hover {
  transform: translateY(-10px) scale(1.05);
}

/* ===== DECORATIVE SHAPES ===== */
.cta-top-shape,
.cta-bottom-shape {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  background: rgba(255, 255, 255, 0.05);
  z-index: 0;
}

.cta-top-shape {
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
}

.cta-bottom-shape {
  bottom: 0;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}

.footer-section {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 0 30px 0;
  font-family: "Poppins", sans-serif;
}
.footer-section h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #cf4028;
}
.footer-section p,
.footer-section a,
.footer-section li {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.footer-section a:hover {
  color: #ffffff;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.social-icon {
  width: 35px;
  height: 35px;
  background: #cf4028;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.social-icon:hover {
  background: #cf4028;
  transform: scale(1.1);
}
.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}

/* contact us  */
.contact-us-main {
  padding: 100px 0px;
}
.contact-us-head {
  text-align: center;
  font-size: 50px;
}
.contact-us-head h1 {
  text-align: center;
  font-size: 50px;
}
.all-text-content {
  font-size: 16px;
  color: #666;
}

.location-section-conatact {
  padding: 0px 0px 0px 0px;
}
.info-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 100px 40px;
  transition: 0.3s;
}
.location-text {
  color: #000 !important;
}
.info-card-rigth {
  height: 631px;
}
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.info-card {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.info-card-left {
  background: linear-gradient(135deg, #451805, #8b3e00);
}
.info-card-left input {
  margin-bottom: 20px !important;
}
.info-card-left textarea {
  margin-bottom: 20px !important;
}
.send-text {
  font-size: 34px;
  color: white;
  font-weight: 600;
  margin-bottom: 10px;
}
.send-message {
  color: white;
}
/* Form */
.form-control {
  border-radius: 8px;
  padding: 14px;
}

.btn-custom {
  background: linear-gradient(45deg, #cf4028, #ff3c00);
  border: none;
  color: white;
  border-radius: 12px;
  padding: 12px;
  transition: 0.3s;
  font-size: 16px;
}

.btn-custom:hover {
  color: white !important;
}

/* FAQ */
/* .accordion-button {
  border-radius: 10px !important;
} */

.custom-duty {
  text-align: center;
}

.customs-duty-section {
  padding: 0px 0px 100px 0px;
}

.accordion {
  margin-top: 30px;
}

.accordion-button {
  font-size: 20px;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #451805 !important;
  color: white;
}
.accordion-button:not(.collapsed)::after {
  filter: invert(1);
}
.accordion-button:focus {
  box-shadow: none;
  border: none;
}
/* .accordion-button{
  border: 1px solid #451805;
} */
.accordion-item {
  border: none;
}
.accordion-button {
  background-color: #fff7f3;
}

.accordion-item {
  color: #666;
}

.accordion-body a {
  text-decoration: none;
  color: #451805;
}

.hero {
  padding: 60px 0;
  text-align: center;
  background-color: #f6f6f6;
}
.upload-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 40px;
  background: #fff;
}
.feature-box {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.icon {
  font-size: 40px;
  color: #cf4028;
  margin-bottom: 10px;
  text-align: center;
}
.help-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px;
  background: #f6f6f6;
}

.upload-box p {
  background-color: #f6f6f6;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 8px;
}

.text-warning {
  color: #cf4028 !important;
  text-decoration: none;
}

.text-warning:hover {
  text-decoration: solid;
}

.cta-modern {
  padding: 100px 0;
  background: #f6f6f6;
}

/* HEADING */
.cta-modern h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-modern h2 span {
  color: #cf4028;
}

/* TEXT */
.cta-modern p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* BUTTONS */
.cta-btns .btn {
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  margin-right: 10px;
  transition: 0.3s;
}

.btn-main {
  background: linear-gradient(135deg, #ff6600, #ff8c00);
  color: #fff;
  box-shadow: 0 10px 25px rgba(255, 102, 0, 0.3);
}

.btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 102, 0, 0.4);
}

.btn-outline {
  border: 2px solid #000;
  color: #000;
}

.btn-outline:hover {
  background: #000;
  color: #fff;
}

/* FEATURES */
.cta-features {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-features div {
  background: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* IMAGE BOX */
.cta-img-box {
  position: relative;
  padding: 10px;
  border-radius: 20px;
  background: linear-gradient(135deg, #451805, #8b3e00);
  width: 520px;
}

.cta-img-box img {
  width: 100%;
  border-radius: 15px;
  display: block;
  height: 500px;
}

/* HOVER EFFECT */
.cta-img-box:hover {
  transform: scale(1.03);
  transition: 0.4s;
}

.rate-right-img {
  display: flex;
  justify-content: center;
}

.rate-card {
  background: #fff;
  padding: 20px 20px;
  border-radius: 0px 50px 0px 50px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}
.rate-list-section {
  padding: 0px 0px 100px 0px !important;
}
.rate-list-section .pricing-box {
  background: #fff;
  padding: 70px 30px !important;
}
.rate-list-section .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.shipping-section {
  background: #f3f3f3;
}

.shipping-card {
  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  border: 1px solid #ddd;
}

.shipping-title {
  font-size: 42px;
  font-weight: 700;
}

.shipping-subtitle {
  color: #666;
  margin-bottom: 40px;
}

.shipping-label {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.shipping-input {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 18px;
}

.shipping-btn {
  padding: 14px 35px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
}

.shipping-btn-primary {
  background: #cf4028;
  color: #fff;
}

.shipping-btn-outline {
  background: #fff;
  color: #cf4028;
  border: 2px solid #cf4028;
}

.shipping-btn-group {
  display: flex;
  justify-content: space-between;
}

.shipping-result {
  background: #fafafa;
  padding: 30px;
  border-radius: 15px;
  margin-top: 30px;
}

.shipping-result-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.shipping-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.shipping-total {
  color: #cf4028;
  font-weight: 700;
  font-size: 22px;
}

.shipping-radio-group {
  margin-bottom: 15px;
}

.rate-last {
  padding: 100px 0px 100px 0px;
}

.hero-about {
  padding: 100px 0;
}

.hero-about h1 span {
  color: #cf4028;
}

.btn-orange {
  background: #cf4028;
  color: #fff;
}

.btn-orange:hover {
  background: #e05500;
}

.section-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.card-custom {
  border: none;
  border-radius: 15px;
  transition: 0.3s;
}

.card-custom:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #fff3ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  font-size: 24px;
  color: #ff6600;
}

.highlight-box {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
}

.about-heading h1 {
  text-align: left;
}

.box-right {
  background-color: #fff3ec;
  width: 90%;
  display: block;
  margin: auto;
}
.box-right .rounded {
  border-radius: 10px !important;
  border: 10px solid #451805;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.who-are-section {
  background-color: #f6f6f6;
}

.card-custom {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-custom h4 {
  font-size: 22px;
  font-weight: 600;
}

.highlight-box h4 {
  font-size: 22px;
  font-weight: 600;
}

.about-us-last {
  background: linear-gradient(135deg, #451805, #8b3e00);
  color: white;
  position: relative;
  overflow: hidden;
  padding: 140px;
}
.cta-top-shape {
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  background: rgba(255, 255, 255, 0.05);
  z-index: 0;
}
.cta-bottom-shape {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  background: rgba(255, 255, 255, 0.05);
  z-index: 0;
  bottom: 0;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}

.about-us-last h2 {
  font-size: 40px;
  font-weight: 600;
}

.section-title-1 {
  font-weight: 700;
  text-align: center;
  font-size: 50px;
}

.highlight {
  color: #cf4028;
}

.step-circle {
  width: 40px;
  height: 40px;
  background: #cf4028;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.image-box {
  border: 2px solid #cf4028;
  border-radius: 10px;
  height: 350px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
}

.btn-orange {
  background: #cf4028;
  color: #fff;
  border: none;
}

.btn-orange:hover {
  background: #cf4028;
}

.card-box {
  border-radius: 12px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.card-left {
  border-top: 4px solid #cf4028;
}

.card-right {
  border-top: 4px solid blue;
}

.cta-section {
  /* background: #cf4028; */
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}

.cta-section .btn {
  margin: 10px;
}

.how-it-works-main {
  padding: 100px 12px;
}

.step-1-rate {
  margin-top: 70px !important;
}
.shop-text {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.rate-list {
  padding-left: 20px;
}

.rate-list li {
  margin-bottom: 10px;
}
.main-ready-work {
  padding: 50px 0px 70px 0px;
}

.signup-shell {
  max-width: 760px;
  margin: 0px auto;
  background: #fff;
  border-radius: 28px;
  padding: 30px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.progress-track {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 30px 0 50px;
  gap: 10px;
}
.progress-track:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 30px;
  right: 30px;
  height: 3px;
  background: #ddd;
  z-index: 0;
}
.progress-node {
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 1;
  font-size: 14px;
}
.progress-badge {
  width: 48px;
  height: 48px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  background: #fff;
  font-weight: 700;
  font-size: 24px;
}
.progress-node.active .progress-badge {
  background: #cf4028;
  border-color: #cf4028;
  color: #fff;
}
.btn:hover {
  background-color: #666 !important;
}
.account-choice {
  border: 2px solid #ddd;
  border-radius: 18px;
  padding: 50px 20px;
  text-align: center;
  cursor: pointer;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}
.account-choice.active,
.account-choice:hover {
  border-color: #cf4028;
}
.action-next {
  background: #cf4028;
  color: #fff;
  border: none;
  padding: 18px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: auto;
}
.form-screen {
  display: none;
}
.form-screen.active {
  display: block;
}

.register-section {
  padding: 100px 0px;
}
.login-hero {
  display: flex;
  justify-content: center;
}
.login-hero a{
 
      padding: 15px 100px;
}
/* ================= 1400px ================= */
@media (max-width: 1400px) {
  .user-card {
    padding: 32px 15px;

    width: 250px;
    position: absolute;
    top: 260px;
  }
  .square-back {
    width: 270px;
  }
}
/* ================= 1200px ================= */
@media (max-width: 1200px) {
  .all-gemini {
    margin-top: 15px !important;
  }
  .user-card {
    padding: 20px 10px;

    width: 210px;
    height: 280px;
    position: absolute;
    top: 225px;
  }
  .square-back {
    width: 225px;
  }
  .user-card h4 {
    font-size: 18px;
  }
  .main-banner-section {
    height: auto;
  }
  .navbar-nav .nav-link {
    padding: 0 10px !important;
  }
}

/* ================= 992px ================= */
@media (max-width: 992px) {
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .btn-close:focus {
    box-shadow: none !important;
  }
  .navbar-toggler {
    border: none !important;
  }
  .signup-mbl {
    font-weight: 400;
    padding: 12px 25px;
  }
  .mbl-nav-item {
    padding: 6px 0px;
  }
  .mbl-nav-item a {
    font-size: 18px;
  }
  .square-back {
    display: none;
  }
  .rates-title {
    font-size: 28px;
  }

  .calculator-box,
  .pricing-box {
    padding: 20px;
  }

  .featured-testimonial {
    margin-bottom: 30px;
    padding: 50px 25px;
  }

  .hero-title h1 {
    font-size: 45px;
  }

  .main-container-ban {
    padding: 70px 12px;
  }

  .main-banner-section {
    height: 550px;
  }

  /* .section-title {
    font-size: 34px;
  } */

  .simple-process-section,
  .rates-section,
  .location-section,
  .testimonial-section {
    padding: 70px 0;
  }

  .cta-section {
    padding: 70px 0;
  }
  .cta-section h2 {
    font-size: 34px;
  }
  .all-gemini {
    margin-top: 0px !important;
  }
  .user-card {
    width: 85%;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .cta-img {
    height: auto;
  }

  /* ❗ IMPORTANT FIX */
  .card-one,
  .card-two,
  .card-three,
  .card-four {
    position: static !important;
    top: auto !important;
  }
  .quote-icon {
    top: 0px;
  }
  .info-card-rigth {
    height: 571px;
  }
  .info-card {
    padding: 70px 20px;
  }
  .hero-title span br {
    display: none;
  }
  .cta-img-box img {
    height: auto;
  }
  .contact-us-head h1 {
    text-align: center;
    font-size: 40px;
  }
  .hero-about {
    padding: 80px 0;
  }
  .box-right {
    margin-top: 40px;
  }
  .about-us-last {
    padding: 85px;
  }
  .register-section {
    padding: 90px 0px;
  }
}

/* ================= 768px ================= */
@media (max-width: 768px) {
  .hero-title h1 {
    font-size: 40px;
  }
  .main-container-ban {
    padding: 90px 12px;
  }

  .section-title {
    font-size: 34px;
  }

  .main-container-ban {
    padding: 70px 12px;
  }

  .user-card {
    width: 90%;
    height: auto;
  }
  .all-gemini {
    margin-top: 0px !important;
  }
  .cta-section h2 {
    font-size: 30px;
  }
  .who-uses-section {
    padding: 70px 0px;
  }
  .info-card-rigth {
    height: auto;
  }
  .contact-us-main {
    padding: 70px 0px;
  }
  .contact-us-main {
    padding: 70px 0px 0px 0px;
  }
  .customs-duty-section {
    padding: 70px 0px 70px 0px;
  }
  .info-card {
    padding: 60px 30px;
  }
  .invoice-btn {
    padding: 15px 18px;
  }
  .rate-right-img {
    margin-top: 30px;
  }

  .cta-modern {
    padding: 70px 0;
  }
  .cta-modern h2 {
    font-size: 36px;
  }
  .shipping-title {
    font-size: 36px;
  }
  .contact-us-head h1 {
    font-size: 36px;
  }
  .hero-about {
    padding: 70px 0;
  }
  .box-right {
    margin-top: 30px;
    width: 100%;
  }

  .box-right .rounded {
    height: auto;
  }
  .about-us-last h2 {
    font-size: 36px;
  }
  .about-us-last {
    padding: 70px 10px;
  }
  .card-custom {
    margin-bottom: 20px;
  }

  .how-it-works-main {
    padding: 70px 12px;
  }
  .section-title-1 {
    font-size: 36px;
  }
  .circle-empty {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .image-box {
    margin-bottom: 40px;
  }
  .shop-text {
    font-size: 30px;
  }
  .image-box {
    height: 180px;
  }
  .register-section {
    padding: 70px 0px;
  }
}

/* ================= 576px ================= */
@media (max-width: 576px) {
  .hero-title h1 {
    font-size: 36px;
  }
  .main-banner-section {
    height: auto;
  }
  .invoice-btn {
    margin-bottom: 5px;
    display: inline-block;
  }
  .why-choose-section {
    padding: 50px 0;
  }
  .section-title {
    font-size: 28px;
  }
  .who-uses-section {
    padding: 50px 0;
  }

  .main-container-ban {
    padding: 50px 12px;
  }

  .all-content-text {
    font-size: 16px;
  }

  .get-free-btn {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
  }

  .simple-process-section,
  .rates-section,
  .location-section,
  .testimonial-section {
    padding: 50px 0;
  }

  .cta-section h2 {
    font-size: 28px;
  }

  .primary-btn {
    display: inline-block;
    margin-bottom: 15px;
  }

  .user-card {
    width: 100%;
    height: auto;
  }

  .footer-section p,
  .footer-section a,
  .footer-section li {
    font-size: 16px;
  }

  .contact-us-main {
    padding: 50px 0px 0px 0px;
  }
  .customs-duty-section {
    padding: 50px 0px 50px 0px;
  }
  .info-card {
    padding: 30px 15px;
  }
  .send-text {
    font-size: 30px;
  }

  .accordion-button {
    font-size: 18px;
  }

  .upload-box {
    padding: 20px;
  }

  .cta-modern {
    padding: 50px 0;
    background: #f6f6f6;
  }
  .cta-modern h2 {
    font-size: 28px;
  }

  .rate-list-section {
    padding: 0px 0px 50px 0px !important;
  }
  .shipping-title {
    font-size: 28px;
  }
  .shipping-card {
    padding: 25px;
  }

  .contact-us-head h1 {
    font-size: 32px;
  }
  .hero-about {
    padding: 50px 0;
  }
  .box-right {
    margin-top: 30px;
    width: 100%;
  }

  .box-right .rounded {
    border-radius: 10px !important;
    border: 10px solid #451805;
    height: auto;
  }
  .about-us-last h2 {
    font-size: 28px;
  }
  .about-us-last {
    padding: 50px 10px;
  }

  .how-it-works-main {
    padding: 50px 12px;
  }
  .section-title-1 {
    font-size: 32px;
  }

  .shop-text {
    font-size: 28px;
  }

  .signup-shell {
    padding: 30px 10px;
  }
  .progress-badge {
    width: 40px;
    height: 40px;

    font-size: 18px;
  }
  .progress-track {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 30px 0 50px;
    gap: 0px;
  }
  .register-section {
    padding: 50px 0px;
  }
}
