@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700;900&display=swap');

body{ 
  font-family: 'Lato', sans-serif;
}

.navbar{
  background: #fff;
  box-shadow: 0px 0px 5px 0px #d6d6d6;
}

.navbar-nav .nav-link {
  position: relative;
  color: #222;
  padding: 0.5rem 0;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #0d6efd; /* bootstrap primary */
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
  opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
}

.logo-img{
  width: 150px;
}

@media (max-width: 567px) {

  .mobile-drawer {
    position: fixed;
    inset: 0;
    background: #eaeaea;
    padding: 20px;
    z-index: 1050;

    transform: translateX(100%);
    transition: transform 0.4s ease;
  }

  .btn-close{
    padding: 7px;
    font-size: 9px;
    background: #fffcfc var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border-radius: 20px;
    opacity: 1;
  }

  .mobile-drawer.show {
    transform: translateX(0);
  }

  .drawer-header {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .drawer-logo {
    font-size: 1.4rem;
    text-decoration: none;
  }

  .mobile-drawer .navbar-nav {
    align-items: flex-start;
  }

  .mobile-drawer .nav-link {
    font-size: 14px;
    padding: 12px 0;
    color: #0c0c0c;
  }

  body.menu-open {
    overflow: hidden;
  }

  .navbar-toggler-icon {
    background-image: url('../img/toggle.png');
  }

  .nav-item{
    width: 100%;
  }

  .hero {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/banner.jpg) center / cover no-repeat !important;
    color: #fff !important;
    padding: 50px 0 !important;
    margin-top: 20% !important;
}

  .hero h1{
    font-size: 24px;
  }
  .hero p{
    font-size: 14px;
    width: 100%;
  }

  .btn-primary{
    font-size: 12px;
  }

  .accordion-collapse .accordion-body p{
    font-size: 14px;
  }
}

@media(min-width: 992px){
  .mobile-drawer{
    display: none !important;
  }
}


.hero{
  background: url('../img/banner.jpg') center/cover no-repeat;
  color: #fff;
  padding: 120px 0;
  margin-top: 3%;
}
.hero p{
    width: 50%;
  }

.section-padding{ 
  padding: 50px 0;
}

.feature-box, .industry-box{
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: 0.3s;
}

.feature-box:hover, .industry-box:hover{
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
    
.stats{
  background: linear-gradient(90deg, #0d2c6c, #0b5ed7);
  color: #fff;
}

.btn-primary{
  background: #0169a9;
  border-radius: 25px;
  padding: 10px 20px;
}

.btn-primary:hover{
  background: #0f2d4e;
}

.btn-outline-light{
  color: #0f2d4e;
  border-radius: 25px;
  border: 2px solid #0f2d4e;
  padding: 10px 30px;
}

.btn-outline-light:hover{
  background: #0f2d4e;
  color: #fff;
}

.why-tabs .nav-link{
  text-align: left;
  color: #222;
  line-height: 2;

  position: relative;
  border: none;
  background: transparent;
  border-radius: 12px;
  margin-bottom: 10px;

  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease;
}

.why-tabs .nav-link h5,
.why-tabs .nav-link p {
  transition: opacity 0.3s ease;
}

.why-tabs .nav-link.active{
  background: #0169a9;
  color: #fff;
  border-radius: 5px;
  width: 85%;
  padding: 20px;
}

.accordion-item{
  background-color: #fafafa;
  border: none;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #0169a9 !important;
  }

  .feature-tabs .nav-item button{
    color: #222;
    font-size: 16px;
    font-weight: bold;
  }

  .feature-tabs .nav-item button.active{
    color: #0169a9;
    text-decoration: underline;
  }

  .feature-content .tab-pane img{
    max-width: 800px;
    border-radius: 15px !important;
    margin-bottom: 30px;
  }

  @media(max-width:567px){
    .verticals .img-box img {
        max-width: 200px;
    }
    .verticals ul li, .vertical_p{
      font-size: 14px;
      text-align: left;
    }
    .feature-content .tab-pane img{
      max-width: 100%;
    }
  }

  .color-background{
    background: #f3fcff;
  }

  .verticals .img-box img{
    max-width: 300px;
    text-align: center;
  }

  /* ===== GLOBAL SECTION ===== */
.global-section {
  background: linear-gradient(135deg, #2b3f8f, #0a7bbd);
  color: #fff;
  padding: 50px 0;
}

/* Map Container */


/* ===== STATS ===== */
.stat-card {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 20px 20px;

}

.stat-left {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-right: 20px;
}

.stat-right {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

/* Responsive */
@media (max-width: 576px) {
  .stat-left {
    font-size: 25px;
    margin-right: 5px;
  }
  .stat-right {
    font-size: 12px;
  }
  .stat-card{
    padding: 20px 0;
  }
}


/*
.stats-box {
  border-left: 2px solid rgba(255,255,255,0.3);
  padding-left: 20px;
}*/
/*
.stats-box:first-child {
  border-left: none;
  padding-left: 0;
}*/

.stat-number {
  font-size: 48px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .global-map {
    height: 300px;
  }
  .stats-box {
    border-left: none;
    padding-left: 0;
    text-align: center;
  }
  .stat-number {
    font-size: 36px;
  }
}


/* Section */


/* Map Wrapper */
.map-wrapper {
  position: relative;
  max-width: 1100px;
  margin: auto;
  aspect-ratio: 16 / 9;
}

/* Map Image */
.map-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Pin */
.map-pin {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

/* Pulse */
.map-pin::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 50%;
  animation: pulse 1.6s infinite;
}

@keyframes pulse {
  0% { transform: scale(.7); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* Tooltip */
.map-pin span {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,.8);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: .3s;
}

.map-pin:hover span {
  opacity: 1;
}

.india{
  top: 45%;
  left: 68.5%;
}

.uae{
    top: 46%;
    left: 62.5%;
}

.singapore{
      top: 57%;
    left: 75.5%;
}

.malaysia{
        top: 54%;
    left: 74.5%;
}


/* Mobile */
@media (max-width: 768px) {
  .map-wrapper {
    aspect-ratio: 4 / 3;
  }
}


/* Section */
.industries-section {
  padding: 50px 0;
}

/* Headings */
.industries-title {
  font-size: 42px;
  font-weight: 700;
}

.industries-subtitle {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}

/* Card */
.industry-card {
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  transition: 0.3s;
}

/* White Card */
.card-light {
  background: #fff;
  border: 1.5px solid #0a66b2;
  color: #000;
}

/* Blue Card */
.card-dark {
  background: #0a66b2;
  color: #fff;
}

/* Icon Circle */
.icon-box {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 26px;
}

/* Icon colors */
.card-light .icon-box {
  border: 1.5px solid #0a66b2;
  color: #0a66b2;
}

.card-dark .icon-box {
  border: 1.5px solid #fff;
  color: #fff;
}

/* Card Title */
.industry-card h5 {
  font-weight: 600;
  margin-bottom: 12px;
}

/* Hover */
.industry-card:hover {
  transform: translateY(-6px);
}

/* Responsive */
@media (max-width: 768px) {
  .industries-title {
    font-size: 32px;
  }
}

.cta-section {
      padding: 50px 0;
  background: linear-gradient(135deg, #121826, #1b2235);
  color: #fff;
  display: flex;
  align-items: center;
}


.cta-text {
  font-size: 15px;
  margin: 20px 0 30px;
}

.btn-partner {
  background: #fff;
  color: #000;
  padding: 14px 26px;
  border-radius: 35px;
  border: none;
}

.btn-partner:hover {
  background: #0169a9;
    color: #fff;
}

/* Right Image */
.cta-img img {
  max-width: 60%;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 34px;
  }
  .cta-section {
    text-align: center;
  }
}

footer{
  background: #ffffff;
}

.footer-logo{
  width: 150px;
  margin-bottom: 10px;
}

footer p a {
  color: #222;
  text-decoration: none;
}

.social-logo{
  width: 50px;
}

@media(max-width: 567px){
  footer{
    padding: 50px 10px;
  }
  .footer-logo-section{
    text-align: center;
    margin-bottom: 15px;
  }

  footer h4{
        font-size: 16px;
    font-weight: bold;
  }

  .social-logo {
    width: 35px;
}
}

.form-control, .form-select{
      border-radius: 35px;
    font-size: 14px;
    color: #272727;
    padding: 15px 25px;
}