* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
}
.navbar-brand img {
  max-height: 56px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  padding: 0 10px;
  font-weight: 500;
}
.homeBanner {
  background: transparent linear-gradient(421deg, #0052b4 0%, #ffda44 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}
.bgBannwe {
  background-image: url(../img/malaysia-translation-at-very-low-price.webp);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.text-main2 {
  color: #ffda44;
}
.bg-main {
  background: #ffda44;
}
.text-danger {
  color: #d80027 !important;
}
h2 {
  font-weight: 700;
}
.trust {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0000001f;
  border: 0.20000000298023224px solid #0052b4;
  border-radius: 12px;
}
.bg-sept {
  background: #f4f3ee 0% 0% no-repeat padding-box;
}
.bg-abstract {
  background: url("../img/abtract.webp") 0% 0% no-repeat padding-box;
  background-size: cover;
}
.formSection {
  background: linear-gradient(109deg, #0052b4 0%, #ffda44 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
}
.formSectionimg {
  background: url(../img/consulat-malaysia-assignment-help.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.z-index-4 {
  z-index: 10001;
}

.sideBAr {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0000001f;
  border-radius: 12px;
  overflow: hidden;
}

.form-busi {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0000001f;
  border-radius: 12px;
}

.formMain input {
  background-color: #f4f3ee;
  padding: 7px;
  border: none;
}
.formMain select {
  background-color: #f4f3ee;
  padding: 7px;
  border: none;
  color: #7e757d;
  padding-right: 31px;
}

input[type="file"] {
  color: #7e757d;
}

input[type="file"]::file-selector-button {
  color: #7e757d;
}

.custom_choose .remove_field {
  position: absolute;
  right: 85px;
  margin-top: -40px;
}

.formMain textarea {
  background: #f4f3ee 0% 0% no-repeat padding-box;
  padding: 10px;
  border: unset;
}
.form-control:focus {
  box-shadow: unset;
  background: #f4f3ee 0% 0% no-repeat padding-box;
}
.textarea {
  box-shadow: unset;
  background: #f4f3ee 0% 0% no-repeat padding-box;
}
input.btn-primary {
  background: #0052b4;
}
.form-busi {
  position: relative;
  margin-top: -160px;
  z-index: 1000;
}

/* Review card fixed height */
.review {
  height: 340px; /* ðŸ”¥ fixed height */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
}

/* Top blue header fixed */
.review .bg-primary {
  flex-shrink: 0;
}

/* Content area */
.review .px-4.pb-4 {
  flex: 1; /* remaining height le */
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Top meta (stars + name) fixed */
.review .mt-4.d-flex {
  flex-shrink: 0;
}

/* Paragraph scrollable */
.review p {
  margin-top: 16px;
  overflow-y: auto; /* âœ… scroll yahin aayega */
  padding-right: 6px;
}

/* Optional: scrollbar styling */
.review p::-webkit-scrollbar {
  width: 5px;
}

.review p::-webkit-scrollbar-thumb {
  background: #dc3545; /* danger red */
  border-radius: 10px;
}

.review p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.star img {
  height: 24px;
  width: 24px;
}
/*.owl-carousel .owl-nav.disabled{*/
/*    display: block;*/
/*}*/
.owl-carousel .owl-nav {
  text-align: center;
  margin-top: 20px;
}
.bgWa {
  position: relative;
}
.bgWa .imgWa {
  position: absolute;
}
.bgFeature {
  border-radius: 12px;
}
.bhMa {
  list-style: none;
  padding-left: unset;
}
.bhMa li {
  margin-bottom: 20px;
}
.paddingLeft {
  padding-left: 40px;
}
.bgFeature {
  border-bottom-left-radius: 80px;
}
.bgFeature2 {
  border-radius: 12px;
  border-bottom-right-radius: 80px;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #ffffff;
  box-shadow: unset;
}

.accordion-button h3 {
  font-size: 1rem !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #d80027;
  outline: 0px;
  box-shadow: unset;
}
.accordion-button:not(.collapsed)::after {
  display: none;
}
.accordion-button.collapsed::after {
  display: none;
}

.accordion-button:not(.collapsed)::before {
  width: 30px;
  height: 30px;

  content: "";
  background-image: url(../img/minus.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-color: #0052b4;
  padding: 5px;
  background-size: 12px;
  border-radius: 8px;
  background-position: center;
}
.accordion-button.collapsed::before {
  width: 30px;
  height: 30px;

  content: "";
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-color: #0052b4;
  padding: 5px;
  background-size: 12px;
  border-radius: 8px;
  background-position: center;
}
.accordion-item {
  margin-bottom: 20px;
  border: 1px solid #c1c1c1 !important;
  border-radius: 12px !important;
}
.accordion-button {
  background-color: transparent !important;
}
.ctaBackground {
  background: url(../img/contact-for-translations.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.backCV {
  border-radius: 20px;
  background: #f4f3eeb3;
  z-index: 20;
  position: relative;
}
.footUtl li a {
  text-decoration: none;
  color: #000;
}
.footUtl {
  list-style: none;
  padding-left: unset;
}
.footUtl li {
  margin-bottom: 10px;
}
.bg-primary {
  background-color: #0052b4 !important;
}
.btn-primary {
  background-color: #0052b4 !important;
}
.text-primary {
  color: #0052b4 !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: unset !important;
  border: unset !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: unset !important;
}
.nav-tabs .nav-link {
  border: unset !important;
  color: #868686;
}
.nav-tabs .nav-link.active {
  color: #d80027;
}
.btn-primary2 {
  border: 2px solid #0052b4;
  color: #0052b4;
  font-weight: 600;
}
.btn-primary2:hover {
  color: #0052b4;
}
.fixed-main {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900000;
}
.hirePage {
  background: url(../img/hire-translators.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bakZin {
  z-index: 1001;
}
.bg-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.svgIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 94px;
  width: 94px;
  padding: 5px;
  background: #0052b4;
  border-radius: 12px;
}
.border-radius-12 {
  border-radius: 12px;
}
.bg-grad {
  background: linear-gradient(109deg, #0052b4 0%, #ffda44 100%);
}
.img-height img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 50%;
}
.langTranlation {
  list-style: none;
  padding-left: unset;
  font-size: 20px;
  color: #d80027;
}

.langTranlation li {
  margin-bottom: 15px;
}
.firstMain {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.firstMain h5 {
  transform: rotate(90deg);
}
.secMain {
  left: 0;
}
.secMain h5 {
  transform: rotate(-90deg);
}
.review-divider {
  border-bottom: 2px dashed #d80027;
  margin: 15px 0;
}
.border-gradient {
  display: flex;
  align-items: center;

  position: relative;
  padding: 30% 2em;
  box-sizing: border-box;

  justify-content: center;

  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 1em;
}
.border-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(to right, #0052b4, #ffda44);
}
.list-style-none {
  list-style: none;
  padding-left: 0;
}
.megaMenu {
  position: absolute;
  width: auto;

  top: 67px;
  background: #ffffff;
  z-index: 900900;
  border-radius: 5px;
  display: none;
}
.menulist {
  list-style: none;
  padding-left: unset;
}
.menulist .nav-item a {
  text-decoration: none;
  color: #dc3545;
}
.menulist .nav-item {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #ebebeb;
}

.nav-tabs .nav-link {
  margin-bottom: unset;
}

.arrow-img {
  width: 20px;
}

.app-section-wrapper {
  position: relative;
  margin: 30px 0 -100px 0;
  z-index: 22;
}

.app-section-wrapper-inner {
  width: 100%;
  display: flex;
  border-radius: 13px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.app-section-wrapper-inner-left {
  width: 55%;
  padding: 40px 45px;
}

.footerheading {
  font-size: 33px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
}
.footerheading .mob-footerheading {
  display: none;
}

.reqcallbck {
  background: #dc3545;
  color: #fff;
  font-size: 19px;
  padding: 11px 18px;
  border-radius: 5px;
  cursor: pointer;
}

.reqcallbck:hover {
  border: 1px solid #dc3545;
  background: transparent !important;
  color: #fff !important;
}

.app-section-wrapper-inner-right {
  width: 45%;
  padding: 50px 78px;
  display: flex;
  align-items: center;
}

.appicon {
  width: 43%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.appicon img {
  width: 100%;
  display: block;
}

.appscan {
  margin-left: 15px;
  width: 30%;
}

.appscan img {
  width: 100%;
}

footer {
  padding-top: 140px;
}

/* Icon Style */
.doc-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

/* Card Hover */
.doc-card {
  transition: all 0.35s ease;
}

.doc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Icon Hover */
.doc-card:hover .doc-icon {
  transform: rotate(-5deg) scale(1.08);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.45);
}

.city-card-inner {
  position: relative;
  height: 220px;
  background: #0d6efd;
  transition: all 0.4s ease;
  border-radius: 10px;
}

/* IMAGE LAYER */
.city-image-layer {
  position: absolute;
  inset: 0;
  transition: all 0.5s ease;
}

.city-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* City name on image */
.city-name-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.1));
  color: #fff;
}

/* CONTENT LAYER (Hidden by default) */
.city-content-layer {
  position: absolute;
  inset: 0;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

/* HOVER EFFECTS */
.city-card:hover .city-image-layer {
  opacity: 0;
  transform: scale(1.1);
}

.city-card:hover .city-content-layer {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   PREMIUM CASE STUDY CARD
================================ */
.premium-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 26px;
  height: 470px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

/* Left gradient border (default blue) */
.premium-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #0d6efd 0%, #6610f2 50%, #0d6efd 100%);
  transition: background 0.6s ease;
}

/* Hover effect */
.premium-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 32px 65px rgba(220, 53, 69, 0.28);
}

/* Hover → red gradient (top to bottom) */
.premium-card:hover::before {
  background: linear-gradient(to bottom, #dc3545 0%, #b02a37 50%, #dc3545 100%);
}

/* ===============================
   BADGE
================================ */
.case-badge {
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  color: #fff;
  font-size: 0.75rem;
  padding: 6px 12px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-bottom: 14px;
}

/* ===============================
   TITLE
================================ */
.case-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #1f2937;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* ===============================
   SCROLL AREA
================================ */
.case-scroll {
  flex: 1;
  overflow-y: auto;
  padding-right: 8px;
}

/* ===============================
   CASE BLOCKS
================================ */
.case-block {
  margin-bottom: 14px;
}

.case-block h6 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0d6efd;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.case-block p {
  font-size: 0.88rem;
  color: #4b5563;
  margin-bottom: 0;
  line-height: 1.45;
}

/* ===============================
   RESULT SECTION
================================ */
.case-result {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed #f3c2c6;
  color: #218311;
}

.case-result p {
  margin-bottom: 0;
  font-size: 0.88rem;
}

/* ===============================
   SVG ICON SIZES (FINAL)
================================ */
/* BASE SVG ICON RESET (MOST IMPORTANT) */
.case-icon {
  width: 14px; /* 🔒 hard lock */
  height: 14px; /* 🔒 hard lock */
  fill: rgb(220 53 69);
  flex-shrink: 0;
  display: inline-block;
}

/* Optional sizes (agar chaho to override) */
.case-icon-xs {
  width: 12px;
  height: 12px;
}

.case-icon-md {
  width: 18px;
  height: 18px;
}

.case-icon-sm {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
}

/* Prevent SVG stretching */
.case-study-card svg {
  max-width: none;
}

/* ===============================
   SCROLLBAR
================================ */
.case-scroll::-webkit-scrollbar {
  width: 5px;
}

.case-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(#dc3545, #b02a37);
  border-radius: 10px;
}

.premium-card:hover .case-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(#0d6efd, #6610f2);
}

.case-scroll::-webkit-scrollbar-track {
  background: #f1f5f9;
}

/* Scrollbar Styling (Webkit browsers) */
.height-scroller::-webkit-scrollbar {
  width: 5px;
}

.height-scroller::-webkit-scrollbar-thumb {
  background: #0d6efd;
  border-radius: 10px;
}

.height-scroller::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.height-scroller {
  height: 480px;
  overflow-y: auto;
}

/* ==========================================
   FIXED HEIGHT + INNER SCROLL
   ONLY FOR LANGUAGE COMBINATION SECTION
========================================== */

/* Card wrapper – ONLY where img-Box exists */
.bg-sept .border-radius-12:has(.img-Box) {
  height: 465px;
  display: flex;
  flex-direction: column;
  overflow: auto !important;
}

/* Image box fixed */
.bg-sept .border-radius-12:has(.img-Box) .img-Box {
  flex-shrink: 0;
}

/* Content wrapper */
.bg-sept .border-radius-12:has(.img-Box) .text-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Title fixed */
.bg-sept .border-radius-12:has(.img-Box) h3 {
  flex-shrink: 0;
}

/* Paragraph scrollable */
.bg-sept .border-radius-12:has(.img-Box) p {
  margin-bottom: 0;
  overflow-y: auto;
  padding-right: 6px;
}

/* Scrollbar styling */
.bg-sept .border-radius-12:has(.img-Box) p::-webkit-scrollbar {
  width: 5px;
}

.bg-sept .border-radius-12:has(.img-Box) p::-webkit-scrollbar-thumb {
  background: #dc3545;
  border-radius: 10px;
}

.bg-sept .border-radius-12:has(.img-Box) p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* =========================================
   UNIQUE CARD-LIKE SCROLLABLE TABS
   (NO WRAP + HORIZONTAL SCROLL)
========================================= */

/* Tabs container */
.vjTabs {
  border-bottom: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap !important;

  overflow-x: auto;
  overflow-y: visible;
  white-space: nowrap;

  padding: 14px 18px 18px;
  background: linear-gradient(180deg, #f8f9fa, #ffffff);
  border-radius: 22px;

  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #dc3545 #f1f1f1; /* thumb | track */
  position: relative;
  justify-content: flex-start !important;
}

/* 🔥 LEFT SPACER – FIRST TAB NEVER CUT */
.vjTabs::before {
  content: "";
  flex: 0 0 18px; /* ← actual physical space */
}

/* 🔥 RIGHT SPACER – LAST TAB SAFE */
.vjTabs::after {
  content: "";
  flex: 0 0 18px;
}

/* Nav item */
.vjTabs .nav-item {
  flex: 0 0 auto;
}

/* Safe spacing between tabs */
.vjTabs .nav-item:not(:last-child) {
  margin-right: 18px;
}

/* Chrome / Edge / Safari */
.vjTabs::-webkit-scrollbar {
  height: 5px; /* 🔥 thin */
}

.vjTabs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.vjTabs::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #dc3545, #ff6b6b);
  border-radius: 10px;
}

.vjTabs::-webkit-scrollbar-thumb:hover {
  background: #dc3545;
}

/* Individual tab – CARD STYLE */
.vjTabs .nav-link {
  border: 1px solid #eee !important;
  border-bottom: none !important;
  border-radius: 18px;
  background: #0052b4;
  color: #fff;
  font-weight: 600;

  padding: 14px 28px;
  position: relative;
  transition: all 0.35s ease;
  white-space: nowrap;

  will-change: transform;
}

/* Hover effect */
.vjTabs .nav-link:hover {
  background: #ffffff;
  color: #dc3545;
  transform: translateY(-4px);
  box-shadow: 0 -10px 22px rgba(0, 0, 0, 0.1);
}

/* Active tab */
.vjTabs .nav-link.active {
  background-color: #dc3545 !important;
  color: #fff;
  border-color: #ddd !important;

  transform: translateY(-6px);
  box-shadow: 0 -14px 34px rgba(0, 0, 0, 0.14);
  z-index: 3;
}

/* Active indicator strip */
.vjTabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 18%;
  bottom: -7px;
  width: 64%;
  height: 4px;
  background: linear-gradient(90deg, #dc3545, #ff6b6b);
  border-radius: 10px;
}

/* Connected content card */
#myTabContent {
  background: #ffffff;
  border-radius: 0 24px 24px 24px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
  margin-top: -2px;
  position: relative;
  z-index: 1;
}

/* Content animation */
.tab-pane {
  animation: contentSlide 0.45s ease;
}

@keyframes contentSlide {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================================================
   FIXED HEIGHT + INNER SCROLL
   ONLY FOR "CHEAP PRICES" DOCUMENT TRANSLATION SECTION
===================================================== */

/* Target only cards having trusted-translation-service icon */
section.py-5:not(.bg-sept)
  .border-radius-12.p-4.text-center.d-flex
  img[src*="trusted-translation-service"] {
  display: none; /* hide icon temporarily for layout calc */
}

/* Card wrapper */
section.py-5:not(.bg-sept) .border-radius-12.p-4.text-center.d-flex {
  height: 500px; /* 🔥 fixed height */
  overflow: hidden;
  justify-content: flex-start; /* important */
}

/* Restore icon */
section.py-5:not(.bg-sept)
  .border-radius-12.p-4.text-center.d-flex
  img[src*="trusted-translation-service"] {
  display: block;
  flex-shrink: 0;
}

/* Heading fixed */
section.py-5:not(.bg-sept) .border-radius-12 h3 {
  flex-shrink: 0;
}

/* Paragraph scrollable */
section.py-5:not(.bg-sept) .border-radius-12 p {
  margin-top: 12px;
  margin-bottom: 0;
  overflow-y: auto; /* ✅ scroll here only */
  padding-right: 6px;
}

/* Scrollbar styling */
section.py-5:not(.bg-sept) .border-radius-12 p::-webkit-scrollbar {
  width: 5px;
}

section.py-5:not(.bg-sept) .border-radius-12 p::-webkit-scrollbar-thumb {
  background: #dc3545;
  border-radius: 10px;
}

section.py-5:not(.bg-sept) .border-radius-12 p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* =====================================================
   UNIQUE + FIXED HEIGHT DESIGN
   ONLY: "Along With Translation..." SECTION
===================================================== */

/* Section level styling */
.bg-sept:has(.border-radius-12 .bg-primary):not(:has(.img-Box)):not(
    :has(.owl-carousel)
  ) {
  background: linear-gradient(135deg, #fff5f6 0%, #ffffff 75%);
  position: relative;
}

/* Soft top divider */
.bg-sept:has(.border-radius-12 .bg-primary):not(:has(.img-Box)):not(
    :has(.owl-carousel)
  )::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 3px;
  background: linear-gradient(to right, transparent, #dc3545, transparent);
}

/* Card wrapper */
.bg-sept:has(.border-radius-12 .bg-primary):not(:has(.img-Box)):not(
    :has(.owl-carousel)
  )
  .border-radius-12 {
  height: 320px; /* 🔥 FIXED HEIGHT */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(220, 53, 69, 0.18);
  border-radius: 14px;
  transition: all 0.35s ease;
  position: relative;
}

/* Left accent strip */
.bg-sept:has(.border-radius-12 .bg-primary):not(:has(.img-Box)):not(
    :has(.owl-carousel)
  )
  .border-radius-12::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 4px;
  height: 60%;
  background: #dc3545;
  border-radius: 0 6px 6px 0;
}

/* Hover effect */
.bg-sept:has(.border-radius-12 .bg-primary):not(:has(.img-Box)):not(
    :has(.owl-carousel)
  )
  .border-radius-12:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(220, 53, 69, 0.2);
}

/* Header strip */
.bg-sept:has(.border-radius-12 .bg-primary):not(:has(.img-Box)):not(
    :has(.owl-carousel)
  )
  .bg-primary {
  background: linear-gradient(135deg, #dc3545, #b02a37) !important;
  flex-shrink: 0;
}

/* Content area */
.bg-sept:has(.border-radius-12 .bg-primary):not(:has(.img-Box)):not(
    :has(.owl-carousel)
  )
  .p-4 {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Scrollable text */
.bg-sept:has(.border-radius-12 .bg-primary):not(:has(.img-Box)):not(
    :has(.owl-carousel)
  )
  p {
  margin-bottom: 0;
  overflow-y: auto;
  padding-right: 6px;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Scrollbar */
.bg-sept:has(.border-radius-12 .bg-primary):not(:has(.img-Box)):not(
    :has(.owl-carousel)
  )
  p::-webkit-scrollbar {
  width: 5px;
}

.bg-sept:has(.border-radius-12 .bg-primary):not(:has(.img-Box)):not(
    :has(.owl-carousel)
  )
  p::-webkit-scrollbar-thumb {
  background: #dc3545;
  border-radius: 10px;
}

.bg-sept:has(.border-radius-12 .bg-primary):not(:has(.img-Box)):not(
    :has(.owl-carousel)
  )
  p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* =====================================================
   FULL WIDTH HEADINGS + INTRO TEXT
   (Override Bootstrap col-md-8 safely)
===================================================== */

/* Target only centered intro blocks */
.row.justify-content-center > .col-md-8.text-center {
  max-width: 100% !important; /* 🔥 remove bootstrap limit */
  flex: 0 0 100%;
}

/* Optional: slightly constrain text for readability */
.row.justify-content-center > .col-md-8.text-center p {
  max-width: 1100px; /* readable width */
  margin-left: auto;
  margin-right: auto;
}

/* Headings truly full width */
.row.justify-content-center > .col-md-8.text-center h2 {
  max-width: 100%;
}

/* =========================================
   ONLY FOR "#No.1 Chinese Translation" SECTION
   SCROLL ONLY PARAGRAPHS
========================================= */

.scroll-only-content {
  max-height: 320px; /* 🔥 scroll area height */
  overflow-y: auto;
  padding-right: 10px;
}

/* Thin primary scrollbar */
.scroll-only-content::-webkit-scrollbar {
  width: 4px;
}

.scroll-only-content::-webkit-scrollbar-thumb {
  background: #dc3545;
  border-radius: 10px;
}

.scroll-only-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Firefox support */
.scroll-only-content {
  scrollbar-width: thin;
  scrollbar-color: #dc3545 #f1f1f1;
}

/* Unique Pricing Section Styles */
.mytrs-pricing-section {
  padding: 2rem 0;
  background-color: #fdfdfd;
}

.mytrs-pricing-card {
  border-radius: 12px;

  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.mytrs-pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.mytrs-card-head {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 1.5rem;
  border-radius: 12px;
}

.mytrs-price-main {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0052b4;
  margin-bottom: 0.25rem;
}

.mytrs-price-note {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.mytrs-card-content {
  padding: 1.5rem;
  flex-grow: 1;
}

.mytrs-feature-items {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.mytrs-feature-items li {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e9ecef;
  display: flex;
  align-items: center;
  gap: 7px;
}

.mytrs-feature-items li:last-child {
  border-bottom: none;
}

.mytrs-select-btn {
  background: linear-gradient(to right, #3a86ff, #8338ec);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  width: 100%;
  transition: all 0.3s ease;
}

.mytrs-select-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(58, 134, 255, 0.3);
  color: white;
}

.mytrs-popular-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  background-color: #dc3545;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(255, 0, 110, 0.2);
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}

.mytrs-guarantee-box {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 3rem;
  border-left: 5px solid #3a86ff;
}

.mytrs-guarantee-icon {
  font-size: 3rem;
  color: #3a86ff;
}

@media (max-width: 768px) {
  .mytrs-price-main {
    font-size: 2rem;
  }

  .mytrs-section-title {
    font-size: 1.8rem;
  }

  .mytrs-guarantee-icon {
    font-size: 2.5rem;
  }
}

.border-red {
  border: 3px solid #b02a37;
}

@media (max-width: 767px) {
  .app-section-wrapper {
    margin: 0;
  }
  .app-section-wrapper .container {
    padding: 0;
  }
  .app-section-wrapper-inner {
    flex-wrap: wrap;
    border-radius: 0;
  }

  .app-section-wrapper-inner-left {
    width: 100%;
    padding: 20px 20px 0px;
    text-align: center;
  }

  .app-section-wrapper-inner-right {
    width: 100%;
    padding: 20px 20px;
  }

  .footerheading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
  }

  .footerheading .desk-footerheading {
    display: none;
  }
  .footerheading .mob-footerheading {
    display: block;
  }

  #reqBtn {
    display: none;
  }

  .appicon {
    width: 100%;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }

  .appscan {
    display: none;
  }
  .app-section-wrapper .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  footer {
    padding-top: 30px;
  }

  .bg-sept .border-radius-12 {
    height: auto;
  }

  .bg-sept .border-radius-12 p {
    overflow: visible;
  }

  section.py-5:not(.bg-sept) .border-radius-12.p-4.text-center.d-flex {
    height: auto;
  }

  section.py-5:not(.bg-sept) .border-radius-12 p {
    overflow: visible;
  }
}

@media (min-width: 991.98px) {
  .serviceDrop:hover .megaMenu {
    display: block;
  }
  .menuMain {
    height: 100%;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav {
    height: 100%;
  }
  .navbar-nav .nav-item {
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-toggler-icon {
    background-image: unset;
  }
  .navbar-light .navbar-toggler {
    color: unset;
    border-color: unset;
    border: unset !important;
    box-shadow: unset !important;
  }
  .navbar-toggler:focus {
    box-shadow: unset;
    border: unset;
  }
  .navbar-light .navbar-toggler-icon {
    height: 3px;
    width: 25px;
    background: #495057;
    border-radius: 4px;
    position: relative;
  }
  .navbar-light .navbar-toggler-icon::after {
    content: "";
    height: 3px;
    width: 30px;
    background: #495057;
    border-radius: 4px;
    position: absolute;
    bottom: -8px;
    right: 0;
    transition: all 0.4s ease;
  }
  .navbar-light .navbar-toggler-icon::before {
    content: "";
    height: 3px;
    width: 30px;
    background: #495057;
    border-radius: 4px;
    position: absolute;
    top: -8px;
    right: 0;
    transition: all 0.4s ease;
  }
  .rajaVj {
    position: fixed;
    left: 0;
    background: #ffffff;
    top: 82px;
    width: 308px;
    padding: 25px;
    height: 100%;
    z-index: 900999;
    overflow-y: auto;
  }
  .menuMain {
    justify-content: start !important;
  }
  .rajaVj .nav-item {
    padding: 10px 5px;
    border-bottom: 1px solid #ebebeb;
  }
  .rajaVj .navbar-nav {
    width: 100%;
  }
  .rajaVj:not(.show) {
    display: block !important;
  }
  .collapse:not(.show) {
    transform: translateX(-100%);
  }
  .collapse.show {
    transform: translateX(0);
  }
  .rajaVj {
    transition: all 0.4s ease;
  }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background: transparent;
  }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(45deg);
    bottom: 0;
  }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(-45deg);
    top: 0;
  }
  .mt-mobile-4 {
    margin-top: 30px;
  }
  .firstMain {
    position: static;
    padding: 20px;
    width: 100%;
  }
  .firstMain h5 {
    transform: unset;
  }
  .megaMenu {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .imgWa {
    display: none;
  }
  .form-busi {
    margin-top: 0;
  }
  .paddingLeft .btn-light {
    display: none;
  }
  .centerBg img {
    display: none;
  }
  .MainBtn {
    flex-direction: column;
  }
  .MainBtn a {
    margin-bottom: 20px;
  }

  .vjTabs .nav-item {
    display: block;
  }

  .homeBanner {
    background: transparent linear-gradient(462deg, #0052b4 0%, #ffda44 100%) 0%
      0% no-repeat padding-box;
    opacity: 1;
  }
  .footerMobile {
    margin-bottom: 18px;
  }
  .navbar-brand img {
    max-height: 30px;
  }
  .vjFooter img {
    margin-bottom: 10px;
  }
  .vjFooter {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .topBtn a {
    font-size: 13px;
  }
  .topBtn {
    padding: 3px 2px;
  }
  .rajaVj {
    top: 59px;
    width: 293px;
  }
  .reviewStep {
    justify-content: center !important;
    align-items: center !important;
    margin-top: 10px;
  }
  .m-none {
    display: none;
  }
  .homeBan {
    text-align: center;
  }
  .homeBan h1 {
    margin-bottom: unset !important;
  }
  .m-text {
    text-align: center;
  }

  .review {
    height: auto;
  }

  .review p {
    max-height: none;
    overflow: visible;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .imgWa {
    display: none;
  }
  .form-busi {
    margin-top: 0;
  }
  .paddingLeft .btn-light {
    display: none;
  }
  .centerBg img {
    display: none;
  }
  .MainBtn {
    flex-direction: column;
  }
  .MainBtn a {
    margin-bottom: 20px;
  }
  .vjTabs li:nth-child(1) {
    padding-left: 536px;
  }
  .vjTabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .vjTabs .nav-item {
    display: block;
    height: 54px;
  }
  .vjTabs .nav-link {
    border: unset !important;
    color: #868686;
    width: 170px;
    border-right: 1px solid red !important;
    border-radius: unset;
  }
  .vjTabs .nav-link.active {
    border: 1px solid red !important;
  }
  .homeBanner {
    background: transparent linear-gradient(462deg, #0052b4 0%, #ffda44 100%) 0%
      0% no-repeat padding-box;
    opacity: 1;
  }
  .footerMobile {
    margin-bottom: 18px;
  }
  .reviewStep {
    justify-content: center !important;
    align-items: center !important;
    margin-top: 10px;
  }
  .m-none {
    display: none;
  }
  .homeBan {
    text-align: center;
  }
  .m-text {
    text-align: center;
  }

  .review {
    height: auto;
  }

  .review p {
    max-height: none;
    overflow: visible;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}
