.Global {
  padding: 60px 0 !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}

.section-title {
  margin-bottom: 0px !important;
}

.section-title-line {
  margin-bottom: 0px !important;
}

.section-title-line-up {
  margin-bottom: 0px !important;
}
.section-title h2 {
  font-size: 2.5rem;
  color: #0a1754;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.section-title-line h2 {
  color: #0a1754;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.section-title-line-up h2 {
  color: #0a1754;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.overly h-100-bg {
  position: absolute;
  top: 115px;
  left: 0px;
  width: 100%;
  height: 210px;
  background: rgb(31 30 30 / 60%);
}

.section-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #db3434, #0a1754);
  border-radius: 2px;
}
.section-title-line-up h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 16%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #db3434, #0a1754);
  border-radius: 2px;
}

.section-title-line h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 13%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #db3434, #0a1754);
  border-radius: 2px;
}

.section-title p {
  font-size: 1.1rem;
  color: #1d1d1d;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 25px;
  line-height: 1.6;
}

.sec-title .read-more-redirect span:hover {
  background-color: #ce1810;
  color: white;
  transform: translateX(0);
}

.right-icon {
  background: #e63946;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 0.9rem;
  text-align: center;
}

/*================== Mobile Responsive Hero Section ==================*/
@media (max-width: 991px) {
  .journey-section {
    height: auto !important;          /* Let the section expand based on content */
    min-height: 400px;     /* Optional: ensures it doesn't collapse too much */
    padding: 50px 15px;    /* Adjust padding for mobile */
    background-position: center top; /* Make background look good on mobile */
  }

  /* Image below text */
  .image-container {
    position: relative;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: 20px;
    clip-path: none; /* remove desktop polygon cut */
    display: block;
    text-align: center;
  }

  .image-container img {
    width: 80%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(230, 57, 70, 0.4);
  }
  .theme-btn{
        padding: 11px 39px;
  }
  .section-title-line h2{
        margin-top: 19px;
  }
}


/* /==================banner section ======================/ */

.hero-section {
  position: relative;
  background: linear-gradient(120deg, #0a1b47 50%, #ffffff 50%);
  padding: 100px 0;
  overflow: hidden;
}

.hero-content {
  color: #fff;
  padding-right: 30px;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e63946;
}

.hero-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #f5f5f5;
}

.hero-content strong {
  color: #fff;
}

.btn-group {
  margin-top: 20px;
}

.btn-custom {
  background: #e63946;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  transition: 0.3s ease;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  border-radius: 10px;
}

.btn-custom:hover {
  background: #c12736;
  color: white;
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  border: 2px solid #e63946;
  color: #e63946;
  font-weight: 600;
  padding: 12px 30px;
  transition: 0.3s ease;
  text-decoration: none;
}

.btn-outline:hover {
  background: #e63946;
  color: #fff;
}

.hero-image {
  text-align: center;
}

.hero-image img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(230, 57, 70, 0.6);
  border: 6px solid #fff;
  transition: transform 0.4s ease;
}

.hero-image img:hover {
  transform: scale(1.05);
}

.journey-section {
  position: relative;
  overflow: hidden;
  background: #0a1b47
    url("https://images.unsplash.com/photo-1579165466741-3f8f9d1b9a5d?auto=format&fit=crop&w=1200&q=80")
    no-repeat center right / cover;
  height: 630px;
  padding: 50px 0;
  overflow: hidden;
}

/* Full Image on Right with Half Cutting */
.image-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  /* width: 0; */
  background-size: cover;
  background-position: left;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% -200%, 100% 100%, 0 100%);
}

/* For smaller screens, hide the image */
@media (max-width: 991px) {
  .image-container {
    display: none;
  }
}

@media (max-width: 991px) {
  .hero-section {
    background: #0a1b47;
    text-align: center;
  }

  .hero-content {
    padding-right: 0;
  }

  .hero-image img {
    width: 250px;
    height: 250px;
    margin-top: 30px;
  }
}

.web-hero {
  background: linear-gradient(135deg, #001246 0%, #0f6fc7 100%);
  /* color: white; */
  text-align: center;
  padding: 80px 20px 60px;
}

.web-hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 700;
  color: white;
  text-shadow: 3px 2px 8px #00000078;
}

.web-hero p {
  font-size: 18px;
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto;
  color: white;
}

.global-breadcrumb {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-shadow: 4px 0px 6px #00000075;
}

.overly h-100 {
  position: absolute;
  top: 115px;
  left: 0px;
  width: 100%;
  height: 60%;
  background: rgb(31 30 30 / 60%);
}

.web-hero h1 {
  position: relative;
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 700;
  color: white;
}

.web-hero p {
  position: relative;

  font-size: 18px;
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto;
  color: #001246;
}

.section-title h2 {
  margin-bottom: 35px !important;
}

.two-proven {
  background: white;
  border-radius: 10px;
  color: #001246;
  font-size: 20px;
  padding: 10px 15px;
}

.side-img-design {
  border-radius: 12px;
  box-shadow: 2px 2px 7px #80808075;
}

.no-background {
  background: white !important;
}

.lead-text {
  text-align: justify;
}

/* new whatsapp */

.floating-particles {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.particle {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float 6s infinite ease-in-out;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-30px) translateX(20px);
  }
}

.whatsapp-btn {
  position: fixed;
  bottom: 58px;
  right: 30px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1000;
  animation: whatsapp 2s infinite;
}

@keyframes whatsapp {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.6);
  }
}

.whatsapp-btn:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.6);
}

.whatsapp-btn svg {
  width: 38px;
  height: 38px;
  fill: white;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 999;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  position: fixed;
  bottom: 120px;
  right: 30px;
  width: 380px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0) rotate(180deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 9999;
  overflow: hidden;
}

.popup-container.active {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.popup-header {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.popup-header::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.popup-header h3 {
  color: white;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.popup-header p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin-top: 5px;
  position: relative;
  z-index: 1;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.popup-content {
  padding: 20px;
  max-height: 400px;
  overflow-y: auto;
}

.popup-content::-webkit-scrollbar {
  width: 6px;
}

.popup-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.popup-content::-webkit-scrollbar-thumb {
  background: #25d366;
  border-radius: 10px;
}

.country-item {
  display: flex;
  align-items: center;
  padding: 7px;
  border-radius: 16px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-30px);
  animation: slideIn 0.5s forwards;
}

.country-item:nth-child(1) {
  animation-delay: 0.1s;
}

.country-item:nth-child(2) {
  animation-delay: 0.2s;
}

.country-item:nth-child(3) {
  animation-delay: 0.3s;
}

.country-item:nth-child(4) {
  animation-delay: 0.4s;
}

.country-item:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.country-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(37, 211, 102, 0.1), transparent);
  transition: width 0.3s ease;
}

.country-item:hover {
  transform: translateX(5px) scale(1.02);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.2);
}

.country-item:hover::before {
  width: 100%;
}

.country-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.country-item:hover .country-icon {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 6px 15px rgba(37, 211, 102, 0.5);
}

.country-icon svg {
  width: 26px;
  height: 26px;
  fill: white;
}

.country-name-w {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.country-arrow {
  width: 24px;
  height: 24px;
  color: #25d366;
  transition: all 0.3s ease;
}

.country-item:hover .country-arrow {
  transform: translateX(5px);
}

@media (max-width: 480px) {
  .popup-container {
    width: calc(100% - 40px);
    right: 20px;
    bottom: 100px;
  }

  .whatsapp-btn {
        right: 9px;
        bottom: 65px;
        width: 64px;
        height: 64px;
  }
}

/* Section Styling */
.critical-transfer-img {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  position: relative;
  overflow: hidden;
}

/* Left Content */
.transfer-left-ga-ga {
  background: #ffffff;
  border-radius: 15px;
  padding: 35px;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.transfer-left-ga-ga img {
  border-radius: 12px;
}

.transfer-left-ga-ga:hover {
  transform: translateY(-8px);
}

.transfer-left-ga-ga ul {
  padding-left: 0;
  margin-bottom: 25px;
}

.transfer-left-ga-ga ul li {
  list-style: none;
  font-size: 1rem;
  padding: 10px 0 10px 32px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s ease;
}

.transfer-left-ga-ga ul li:last-child {
  border-bottom: none;
}

.transfer-left-ga-ga ul li::before {
  content: "\2713";
  /* Tick */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #d60909;
  font-weight: bold;
  font-size: 1.2rem;
}

.transfer-left-ga-ga ul li:hover {
  color: #d60909;
  padding-left: 38px;
}

/* Lead Text */
.transfer-left-ga-ga .lead-text-ga {
  font-size: 1rem;
  color: #444;
  font-style: italic;
  font-weight: 500;
  margin-top: 15px;
}

/* Right Image */
.transfer-right-ga {
  text-align: center;
  position: relative;
  z-index: 1;
}

.transfer-right-ga img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.5s ease;
}

/* floating background particles */
.floating-calls-particles {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* floating call button */
.calls-btn {
  position: fixed;
  bottom: 64px;
  left: 50px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0b5ed7 0%, #003399 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(11, 94, 215, 0.4);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1000;
  animation: calls-pulse 2s infinite;
}

/* TABLET */
@media (max-width: 991px) {
  .calls-btn {
    left: 20px;
    bottom: 70px;
    width: 60px;
    height: 60px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .calls-btn {
    left: 11px;
    bottom: 64px;
    width: 55px;
    height: 55px;
  }
  .calls-popup-container {
  position: fixed;
  bottom: 120px;
  left: 0px !important;
  width: 380px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0) rotate(180deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 9999 !important;
  overflow: hidden;
}
}

@keyframes calls-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 8px 30px rgba(11, 94, 215, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 40px rgba(11, 94, 215, 0.6);
  }
}

.calls-btn:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 40px rgba(11, 94, 215, 0.6);
}

.calls-btn svg {
  height: 30px;
  width: 30px;
  color: white !important;
}

/* popup overlay */
.calls-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 999;
}

.calls-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* popup box */
.calls-popup-container {
  position: fixed;
  bottom: 120px;
  left: 50px;
  width: 380px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0) rotate(180deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1001;
  overflow: hidden;
}

.calls-popup-container.active {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* header */
.calls-popup-header {
  background: linear-gradient(135deg, #0b5ed7 0%, #003399 100%);
  padding: 25px;
  position: relative;
  overflow: hidden;
  color: white;
}

.calls-popup-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.calls-popup-header p {
  font-size: 14px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.9);
}

/* close button */
.calls-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.calls-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

/* content area */
.calls-popup-content {
  padding: 20px;
  max-height: 400px;
  overflow-y: auto;
}

.calls-popup-content::-webkit-scrollbar {
  width: 6px;
}

.calls-popup-content::-webkit-scrollbar-thumb {
  background: #0b5ed7;
  border-radius: 10px;
}

/* country items */
.calls-country-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.calls-country-item:hover {
  background: #e9f1ff;
  transform: translateY(-2px);
}

.calls-country-icon svg {
  width: 20px;
  height: 20px;
}

.calls-country-name {
  flex: 1;
  margin-left: 12px;
  font-weight: 500;
  color: #333;
}

.calls-phone {
  font-weight: 600;
  color: #0b5ed7;
  text-decoration: none;
}

.calls-phone:hover {
  text-decoration: underline;
}
