

    @font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-VariableFont.ttf") format("truetype");
	/* font-weight: normal;
	font-style: normal; */

    font-weight: 100 500;
    font-style: normal;
}
html,
body {
   margin: 0;
  padding: 0;
	font-family: "Montserrat", sans-serif !important;
}


strong{
    font-weight: 700 !important;
}




.hero-modern {
  position: relative;
  background: linear-gradient(115deg, #004b3e 0%, #007a63 50%, #00a885 100%);
  color: #fff;
  padding: 90px 0 80px;
  overflow: hidden;
}

/* background image overlay */
.hero-bg {
  background: url('../images/air-cargo.webp') center/cover no-repeat;
  opacity: 0.18;
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* subtle shapes */
.hero-modern::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 60%);
  top: -120px;
  right: -80px;
  z-index: 1;
}

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

/* LEFT TEXT */
.hero-text {
  max-width: 560px;
}

.hero-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.hero-text h1.title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 14px;
}

.hero-text h1.title span {
  color: #fffbdf;
}

.hero-text .subtitle {
  font-size: 1rem;
  margin: 14px 0 12px;
  max-width: 520px;
  opacity: 0.95;
}



/* CTA under text */
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}

.hero-note {
  font-size: 0.82rem;
  opacity: 0.9;
}

/* MAIN CTA BUTTON */
.btn-main {
  background: #ffce00;
  color: #004b3e;
  font-weight: 600;
  padding: 11px 26px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  transition: 0.3s;
}

.btn-main:hover {
  background: #ffc107;
  transform: translateY(-2px);
  color: #003428;
}

/* Quote Form */
.quote-box {
  background: #fff;
  padding: 30px 28px;
  border-radius: 18px;
  color: #000;
  border-top: 4px solid #007a63;
  transition: 0.3s ease;
}

.quote-box:hover {
  transform: translateY(-4px);
}

.form-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 18px;
  color: #007a63;
}

.form-control,
.form-select {
  border-radius: 10px;
  font-size: 0.95rem;
  border: 1px solid #d0d0d0;
}

.form-control:focus,
.form-select:focus {
  border-color: #007a63;
  box-shadow: 0 0 4px rgba(0, 122, 99, 0.35);
}

.hero-modern .btn-danger {
  background-color: #e63946;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.hero-modern .btn-danger:hover {
  background-color: #c92533;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 991.98px) {
  .hero-modern {
    padding: 70px 0 60px;
    text-align: center;
  }

  .hero-text {
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-text .subtitle {
    margin: 12px auto;
  }

  .hero-text .features {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    text-align: left;
  }

  .hero-cta {
    justify-content: center;
  }

  .quote-box {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .hero-modern {
    padding: 60px 0 50px;
  }

  .hero-text h1.title {
    font-size: 2rem;
  }

  .hero-text .subtitle {
    font-size: 0.95rem;
  }

  .hero-text .features li {
    font-size: 0.9rem;
  }

  .quote-box {
    padding: 24px 18px;
  }
}











#our-services {
  background-color: #fff;
}

#our-services h2 {
  font-size: 2rem;
  color: #333;
  letter-spacing: 1px;
}

.service-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 5px;
}

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

.service-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.service-content h5 {
  font-size: 1rem;
  color: #222;
}

.service-content .underline {
  width: 50px;
  height: 2px;
  background: #d80000;
}

.service-content p {
  font-size: 15px;
  line-height: 1.6;
}

.read-more i {
  transition: transform 0.3s;
}

.read-more:hover i {
  transform: translateX(4px);
}

.corner-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.corner-box i {
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 13px;
}

@media (max-width: 991px) {
  #our-services h2 {
    font-size: 1.6rem;
  }
  .service-img img {
    height: 200px;
  }
  .corner-box {
    width: 35px;
    height: 35px;
  }
}




/* OUTER SECTION */
.freight-section {
  padding: 70px 0;

}

/* MAIN SHELL CARD */
.freight-shell {
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* LEFT SIDE */
.freight-left {
  padding: 26px 30px 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

/* Top badge */
.freight-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(0, 122, 99, 0.08);   /* theme green light */
  color: #004b3e;                        /* dark green */
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

/* Heading & copy */
.freight-heading {
  font-weight: 700;
  font-size: 1.9rem;
  margin-bottom: 10px;
  color: #102026;
}

.freight-subheading {
  font-size: 1.02rem;
  font-weight: 500;
  color: #333c47;
  margin-bottom: 16px;
}

.freight-body {
  font-size: 0.97rem;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #454c55;
}

.freight-body strong {
  font-weight: 700;
}

.freight-body a {
  color: #d40000;            /* theme red */
  text-decoration: underline;
}

.freight-body a:hover {
  text-decoration: none;
}

/* CTA area */
.freight-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-top: 14px;
}

.btn-freight {
  background-color: #007a63; /* main green */
  color: #fff;
  border-radius: 999px;
  padding: 9px 26px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.86rem;
  border: none;
}

.btn-freight:hover {
  background-color: #004b3e;
  color: #fff;
}

.freight-note {
  font-size: 0.82rem;
  color: #6b727c;
}


/* RESPONSIVE */
@media (max-width: 991.98px) {
  .freight-shell {
    border-radius: 18px;
  }

  .freight-left {
    padding: 22px 18px 18px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }

  .freight-right {
    padding: 20px 18px 18px;
  }

  .freight-heading {
    font-size: 1.7rem;
  }

  .freight-section {
    padding: 55px 0;
  }
}

@media (max-width: 575.98px) {
  .freight-left,
  .freight-right {
    padding: 18px 16px 16px;
  }

  .freight-heading {
    font-size: 1.45rem;
  }

  .freight-subheading {
    font-size: 0.95rem;
  }

  .freight-body {
    font-size: 0.9rem;
  }

  .freight-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .freight-note {
    font-size: 0.78rem;
  }
}
















#why-choose-us {
  background: #fff;
}

#why-choose-us h3 {
  color: #222;
  letter-spacing: 0.5px;
}

#why-choose-us .underline {
  width: 80px;
  height: 3px;
  background: #d80000;
}

#why-choose-us p {
  line-height: 1.7;
  font-size: 15px;
}

.read-more i {
  transition: transform 0.3s ease;
}
.read-more:hover i {
  transform: translateX(5px);
}

/* ===== Features Section ===== */
.features {
  border-left: 2px solid #d80000;
  padding-left: 25px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.icon-box {
  width: 55px;
  height: 55px;
  background: #d80000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.feature-item span {
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
}

/* ===== Responsive Styles ===== */
@media (max-width: 991px) {
  #why-choose-us .content {
    text-align: center;
  }

  .features {
    border-left: none;
    border-top: 2px solid #d80000;
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
  }

  .icon-box {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 575px) {
  #why-choose-us {
    text-align: center;
  }
  #why-choose-us img {
    width: 100%;
    margin-bottom: 20px;
  }
  .features {
    gap: 20px;
  }
}







#service-process {
  position: relative;
}

.section-title h2 {
  font-size: 2rem;
  color: #333;
  letter-spacing: 1px;
  padding-bottom: 8px;
  /* border-bottom: 3px solid #d80000; */
  display: inline-block;
  position: relative;
}

.section-title p {
  font-size: 15px;
  color: #666;
  margin-top: 15px;
}

.process-step {
  text-align: center;
  position: relative;
}

.circle {
  width: 170px;
  height: 170px;
  border: 2px solid #d80000;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  transition: 0.3s;
}

.circle:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.circle i {
  font-size: 48px;
  color: #777;
}

.circle .number {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 45px;
  height: 45px;
  background: #d80000;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 2;
}

.process-step h6 {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

/* Line between circles */
#service-process .row::before {
  content: "";
  position: absolute;
  top: 85px;
  left: 12%;
  width: 76%;
  height: 2px;
  background: #d80000;
  z-index: 0;
}

@media (max-width: 991px) {
  .circle {
    width: 140px;
    height: 140px;
  }
  .circle i {
    font-size: 36px;
  }
  .circle .number {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  #service-process .row::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 1.6rem;
  }
  .process-step {
    margin-bottom: 40px;
  }
}












#quote-section {
  overflow: hidden;
}

.quote-form {
  background: rgba(216, 0, 0, 0.85);
  height: 100%;
}

#quote-section .form-control,
#quote-section .form-select {
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 15px;
}

#quote-section .form-control:focus,
#quote-section .form-select:focus {
  box-shadow: none;
  outline: none;
}

#quote-section textarea {
  resize: none;
}

#quote-section .btn-danger {
  background: #d80000;
  border: none;
  border-radius: 0;
  transition: background 0.3s;
}

#quote-section .btn-danger:hover {
  background: #b10000;
}

.bg-fixed {
  background-image: url('../images/air-cargo.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 600px;
}

@media (max-width: 991px) {
  .bg-fixed {
    display: none;
  }
  .quote-form {
    background: rgba(216, 0, 0, 0.9);
  }
}




.blog-title-main {
  font-size: 30px;
  letter-spacing: 1px;
}

.blog-subtext {
  font-size: 15px;
}


/* Blog Card Modern Look */
.blog-card-modern {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all .3s ease;
}

.blog-card-modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}


/* Image */
.blog-image-wrapper {
  overflow: hidden;
  height: 200px;
}

.blog-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s ease;
}

.blog-card-modern:hover img {
  transform: scale(1.07);
}


/* Content */
.blog-content {
  padding: 18px;
}

.blog-date {
  font-size: 13px;
  color: #888;
  display: block;
  margin-bottom: 8px;
}

.blog-title a {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  line-height: 1.3;
  transition: .3s;
}

.blog-title a:hover {
  color: #d80000;
}

.blog-desc {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
  margin-bottom: 15px;
}


/* Read More Button */
.blog-readmore {
  font-weight: 600;
  font-size: 14px;
  color: #d80000;
  text-decoration: none;
  transition: .3s ease;
}

.blog-readmore:hover {
  color: #000;
}


/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #d80000 !important;
}

@media (max-width: 768px) {
  .blog-image-wrapper {
    height: 180px;
  }

  .blog-title a {
    font-size: 16px;
  }
}


.latest-blogs {
  padding-bottom: 0;
}

.blogSwiper {
  padding-bottom: 10px !important; /* remove large blank area */
}

.swiper-wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.swiper-slide {
  height: auto !important;
}

.blog-card-modern {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}

/* Blog card inner fix */
.blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-content p {
  flex-grow: 1;
}

.blog-readmore {
  margin-top: auto;
}







/* Section Background with Fixed Image */
#counter-section {
 
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

/* Dark overlay */
.counter-overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

/* White counter boxes */
.counter-box {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 40px 25px 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  color: #333;
  transition: 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-5px);
}

/* Red icon boxes */
.icon-box {
  width: 65px;
  height: 65px;
  background: #d80000;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 30px;
  border-radius: 4px;
}

/* Counter text */
.count-number {
  font-size: 42px;
  font-weight: 700;
  color: #d80000;
  margin-top: 40px;
}

.counter-box p {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .count-number {
    font-size: 34px;
  }
  .icon-box {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
  }
  .counter-box {
    text-align: center;
    padding-top: 60px;
  }
}



.gp-faq-section {
    padding: 70px 0;
    background: #FFFFFF;
}

.gp-faq-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #084C38;
    margin-bottom: 40px;
}

/* FAQ Container */
.gp-faq {
    max-width: 900px;
    margin: 0 auto;
}

/* FAQ Item */
.gp-faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

/* Question Button */
.gp-faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    padding: 18px 10px;
    cursor: pointer;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;
}

.gp-faq-question:hover {
    color: #0F6848;
}

/* Plus / Minus Icon */
.gp-faq-icon {
    font-size: 24px;
    transition: transform 0.3s ease;
}

/* Answer Box */
.gp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s ease;
    padding: 0 10px;
}

.gp-faq-answer p {
    margin: 15px 0;
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

/* When Active */
.gp-faq-item.active .gp-faq-answer {
    max-height: 200px;
    padding-bottom: 15px;
}

.gp-faq-item.active .gp-faq-icon {
    transform: rotate(45deg);
    color: #0F6848;
}

/* Responsive */
@media (max-width: 768px) {
    .gp-faq-question {
        font-size: 18px;
    }
}



/* Section Title */
.section-title {
  position: relative;
  display: inline-block;
}

.section-title .underline {
  width: 80px;
  height: 3px;
  background: #d80000;
  margin-top: 8px;
}

/* Testimonial box */
.testimonial-box {
  background: #d80000;
  color: #fff;
  padding: 40px 35px;
  border-radius: 6px;
  position: relative;
  min-height: 220px;
}

.testimonial-text {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  justify-content: center;
  text-align: center;
}

.quote-icon {
  font-size: 30px;
  opacity: 0.9;
  position: absolute;
  color: #fff;
}

.quote-right {
  right: 25px;
  bottom: 15px;
  font-size: 28px;
}

/* Image alignment */
#testimonial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Swiper customization */
.swiper-pagination-bullet {
  background: #f7d36b;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #7a0010;
}

/* Responsive */
@media (max-width: 767px) {
  .testimonial-box {
    padding: 30px 25px;
    margin-top: 20px;
  }
  .quote-right {
    right: 15px;
    bottom: 10px;
  }
}





/* Section Title */
.section-title {
  position: relative;
  display: inline-block;
}

.section-title .underline {
  width: 80px;
  height: 3px;
  background: #d80000;
  margin-top: 8px;
}

/* Client Boxes */
.client-box {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.client-box img {
  opacity: 0.6;
  transition: 0.3s ease;
  max-width: 100%;
}

.client-box:hover {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.client-box:hover img {
  opacity: 1;
  transform: scale(1.05);
}

/* Swiper adjustments */
.client-slider {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .client-box {
    padding: 20px;
  }
}












.about-tabs .list-group-item {
  border: none;
  background: #f8f9fa;
  font-weight: 500;
  color: #333;
  padding: 14px 16px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.about-tabs .list-group-item.active,
.about-tabs .list-group-item:hover {
  background: #4a9d47;
  color: #fff;
  border-left: 4px solid #d40000;
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active {
  display: block;
}

.section-title {
  color: #222;
  font-weight: 700;
  /* border-bottom: 3px solid #d40000; */
  display: inline-block;
  padding-bottom: 5px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .about-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }

  .about-tabs .list-group-item {
    flex: 0 0 auto;
    margin-right: 8px;
    border-left: none;
    border-bottom: 3px solid transparent;
  }

  .about-tabs .list-group-item.active {
    border-bottom: 3px solid #d40000;
  }
}



/* Section Title */
.why-choose-us .section-title {
  font-weight: 700;
  text-align: left;
  color: #333;
  position: relative;
}

.why-choose-us .underline {
  width: 120px;
  height: 3px;
  background-color: #d40000;
  position: relative;
  margin-top: 6px;
  margin-left: 2px;
}

.why-choose-us .underline::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #d40000;
  top: 0;
  left: -25px;
}

/* Icon Styles */
.icon-circle {
  width: 110px;
  height: 110px;
  background-color: #d40000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 38px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Hover Animation */
.icon-circle:hover {
  background-color: #b20000;
  transform: translateY(-5px);
}

/* Text */
.choose-item h6 {
  color: #333;
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 767px) {
  .icon-circle {
    width: 90px;
    height: 90px;
    font-size: 28px;
  }

  .choose-item h6 {
    font-size: 14px;
  }

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

  .why-choose-us .underline {
    margin: 6px auto 0;
  }
}





  .product-card {
  transition: all 0.3s ease;
  background: #fff;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.hover-shadow {
  transition: box-shadow 0.3s ease;
}








  .intro-section p.highlight {
        background: #fff3cd;
        padding: 10px 15px;
        border-radius: 8px;
        font-weight: 500;
    }

    .requirements-flow {
      background: #d80000 !important;
        position: relative;
    }

    .requirements-flow .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .requirements-flow h2 {
        color: #fff;
    }

    .flow {
        position: relative;
        margin: 0 auto;
        max-width: 800px;
    }

    .flow::before {
        content: '';
        position: absolute;
        left: 50%;
        width: 3px;
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
        transform: translateX(-50%);
    }

    .flow-step {
        width: 50%;
        padding: 30px;
        position: relative;
    }

    .flow-step.left {
        left: 0;
        text-align: right;
    }

    .flow-step.right {
        left: 50%;
    }

    .flow-step .content {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        padding: 20px;
        border-radius: 10px;
        transition: 0.3s;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .flow-step .content:hover {
        background: rgba(255, 255, 255, 0.25);
        transform: translateY(-4px);
    }

    .flow-step.left .content {
        margin-right: 40px;
    }

    .flow-step.right .content {
        margin-left: 40px;
    }

    .flow-step h4 {
        color: #fff;
        font-weight: 600;
    }

    .flow-step p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 0;
    }


    .process-section {
        background: #f8f9fa;
    }

 
    .process-item span {
        display: inline-block;
        background: #d80000 !important;
        color: #fff;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .process-item h6 {
        color: #333;
        font-weight: 600;
    }

    .process-line {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }


    @media(max-width:768px) {
        .flow::before {
            left: 5px;
        }

        .flow-step,
        .flow-step.left,
        .flow-step.right {
            width: 100%;
            text-align: left;
            left: 0;
        }

        .flow-step .content {
            margin: 0 0 30px 30px;
        }
    }







     .whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #25D366, #1EBE57);
  color: white;
  border-radius: 50px;
  padding: 14px 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  transform: translateY(100px);
  opacity: 0;
  animation: slideUp 1s ease forwards 1.5s;
  font-family: 'Poppins', sans-serif;
}

.whatsapp-inner i {
  font-size: 24px;
  animation: pulse 1.5s infinite;
}

.whatsapp-text {
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}


.whatsapp-float:hover {
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.7);
  transform: scale(1.05);
  transition: 0.3s;
}


@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 15px;
    right: 15px;
    padding: 12px 18px;
  }
  .whatsapp-text {
    display: none; 
  }
}




/* Canton Fair Mobile Floating Button */
.canton-fair-float {
  position: fixed;
  bottom: 90px; /* 👈 WhatsApp se upar */
  right: 20px;
  background: linear-gradient(135deg, #ffd700, #ff9f00);
  color: #000;
  border-radius: 50px;
  padding: 14px 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.5);
  z-index: 9998; /* WhatsApp se thora kam */
  animation: slideUpFair 1s ease forwards 1.8s;
  opacity: 0;
  transform: translateY(100px);
  font-family: 'Poppins', sans-serif;
}

.canton-fair-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
}

.canton-fair-float:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.7);
  transition: 0.3s;
}

@keyframes slideUpFair {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile only */
@media (max-width: 768px) {
  .canton-fair-float {
    right: 15px;
    bottom: 85px;
    padding: 12px 18px;
  }

  .canton-fair-text {
    display: none; /* icon-only on mobile */
  }
}

/* Hide on desktop */
@media (min-width: 769px) {
  .canton-fair-float {
    display: none;
  }
}





 .reviews-section {
  background: #f9faf9;
}

.review-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border-top: 4px solid #b20000;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-top-color: #1d773a;
}

.review-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #b20000;
  object-fit: cover;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.review-image img:hover {
  transform: scale(1.05);
}

.review-stars {
  color: #ffb400;
  font-size: 1.1rem;
  letter-spacing: 2px;
}




.btn-success.btn-sm {
  background-color: #2a944b;
  border: none;
  transition: background 0.3s;
}

.btn-success.btn-sm:hover {
  background-color: #1d773a;
}

@media (max-width: 767px) {
  .review-card {
    margin-bottom: 20px;
  }
  .reviews-section h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .reviews-section .d-flex {
    flex-direction: column;
    text-align: center;
  }
  .reviews-section .btn {
    margin-top: 10px;
  }
}