
:root {
  --primary-color: #b3924c;
}



h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

 @font-face {
    font-family: Tahoma;
    src: url('../webFonts/Tahoma\ Regular\ font.ttf');
  }
 @font-face {
    font-family: Tahoma Bold;
    src: url('../webFonts/TAHOMAB0.TTF');
  }

body {
font-family: Tahoma;
}

.container{
	max-width: 1275px;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
   display: none;
 }
 .mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000000;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto;
  font-size: 16px;
  position: absolute;
  right: 29px;
  top: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #9d6c05;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 17px;
  top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
  .mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
  }
  .mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
  }
  .mobile-menu .navlinks li a:hover {
    text-decoration: none;
  }
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
/* .preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
} */
/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */


/* home page css */
/* desktop header */
.primary-btn {
  background: var(--primary-color);
  padding: 9px 10px 13px 18px;
  color: #fff;
  border-radius: 30px;
  font-size: 17px;
  margin-top: 40px;
  font-weight: 400;
  transition:0.3s;
  border: 1px solid transparent;
}

.primary-btn:hover {
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid var(--primary-color);
}
.primary-btn:hover i{
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.secondary-btn {
  background-color: #ffffff;
  padding: 10px 10px 11px 20px;
  color: #070707;
  border-radius: 30px;
  /* border: 2px solid #bababa; */
  margin-left: 6px;
  font-size: 17px;
  /* font-weight: 600; */
  transition: 0.3s;
}


.secondary-btn:hover {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.secondary-btn:hover i{
  color: var(--primary-color);

  background-color: #fff;
  border: 1px solid var(--primary-color);
}

.primary-btn i {
  background-color: #fff;
  color: #B3924C;
  border-radius: 30px;
  /* padding: 9px 15px; */
  width: 28px;
  font-size: 14px;
  height: 28px;
  text-align: center;
  line-height: 27px;
  /* position: absolute; */
  margin-left: 14px;
  transform: rotate(229deg);
  border: 1px solid transparent;
}

.secondary-btn i {
  background-color: #000000;
  color: #ffffff;
  border-radius: 30px;
  /* padding: 9px 15px; */
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 27px;
  /* position: absolute; */
  margin-left: 14px;
  transform: rotate(229deg);
  border: 2px solid #bababa;
  line-height: 25px;
  font-size: 15px;
}

.desktop-header {
  background-color: #dcdcdc00;
  padding: 10px 0px;
  border-radius: 0px;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.desktop-header ul {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding: 24px 0 15px;
}

.desktop-header ul li {
  list-style: none;
}

.desktop-header ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #ffffff;
}

.desktop-header .logo {
  text-align: center;
  line-height: 72px;
}

.desktop-header {
  /* margin-top: 5px; */
}

.desktop-header .primary-btn-div {
  margin-top: 20px;
}


.home-banner {position: relative;/* top: 0; *//* left: 0; */width: 100%;height: 100vh;background: url('../images/home-banner-1.png') center / cover no-repeat;z-index: 1;      /* header se neeche *//* padding: 101px 0 0; */}

/* .video-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: absolute;
  z-index: 10;
  top: 450px;
  right: 0px;
  z-index: 99999;
  cursor: pointer;
} */




/* video content */

.video-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  position: absolute;
  z-index: 99999;
  top: 120px;
  right: 0px;
  cursor: pointer;
  opacity: 0;
  animation: videoToContainer 1s ease forwards;
  animation-delay: 0.6s;
}

@keyframes videoToContainer {
  0% {
    transform: translateX(260px);   /* bahir se start */
    opacity: 0;
  }
  100% {
    transform: translateX(-40px);   /* container k paas rukay */
    opacity: 1;
  }
}




.banner-content .video-content h6{color: #fff;font-size: 30px;font-weight: 600;}
.banner-content .video-content i{
  font-size: 22px;
  color: #B3924C;
  background: #fff;
  /* padding: 10px; */
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 30px;
}


/* Ripple Circle */
.banner-content .video-content::before,
.banner-content .video-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 9%;
  width: 63px;
  height: 63px;
  background: rgb(255 255 255 / 97%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  z-index: -1;
}

.banner-content .video-content::after {
  animation-delay: 1s;
}

/* Animation */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}


/* about section */


.about-section {
  background: #ffffff;
  padding: 100px 0 50px !important;
}

.about-img img {
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  /* margin-right: 49px; */
  width: 90%;
}


.about-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #b3924c;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 18px;
  color: #8B8B8B;
  line-height: 1.3;
  margin-bottom: 15px;
  /* font-weight: 300; */
}

.about-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s ease;
}

.about-btn span {
  margin-left: 6px;
}

.about-btn:hover {
  background: #9f7e3c;
  color: #fff;
  text-decoration: none;
}


.sub-heading {
  font-weight: 400;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
}

.primary-heading {
  font-size: 44px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0px;
  color: #b3924c;
  margin-bottom: 20px;
  font-family: Tahoma Bold;
  text-transform: uppercase;
}

/* services */

/* .service-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}

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

.service-card.large {
  height: 260px;
}

.service-card.small {
  height: 280px;
}

.service-card:hover img {
  transform: scale(1.05);
  transition: 0.4s ease;
} */



.services-section {
  background: #ffffff;
}

.service-card {
  background: #DDB86833;
  border-radius: 18px;
  padding: 30px 25px;
  height: 100%;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card .icon img{
  /* width: 80px; */
  height: 70px;
  /* margin-bottom: 15px; */
}

/* .service-card hr {
  border-top: 1px solid #d7e4f2;
  margin: 15px 0;
} */

.service-card h5 {
  font-size: 20px;
  font-weight: 700;
  color: #B3924C;
  text-transform: uppercase;
  margin: 15px 0;
  font-family: Tahoma Bold;
}

.service-card p {
  font-size: 17px;
  color: #8B8B8B;
  line-height: 1.3;
}



.service-overlay {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  background: rgb(0 0 0 / 40%);
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
}

.service-overlay h5,
.service-overlay h6 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  white-space: nowrap;
}



.hero-box {
  background: linear-gradient(
163deg, #997A37 0%, #E5BF6E 100%);
  border-radius: 28px;
  padding: 50px 30px;
  color: #fff;
  position: relative;
  /* overflow: hidden; */
}

.hero-img {
  max-height: 315px;
  object-fit: contain;
  position: absolute;
  top: 29px;
  right: -12px;
}


/* news section */



/* Section wrapper */
.latest-news {
  background: #fafafa;
}

/* Section heading */
.latest-news h3 {
  color: #333;
  letter-spacing: .5px;
}

/* Card container */
.logistics-card {
  /* background: #fff; */
  border-radius: 30px;
  /* padding: 10px 13px 22px; */
  height: 100%;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06); */
  transition: transform .2s ease, box-shadow .2s ease;
}

/* Hover lift */
.logistics-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

/* Image styling */
.service-img {
  border-radius: 25px;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* Titles */
.logistics-card h5 {
  color: #B3924C;         /* gold-style heading */
  letter-spacing: .5px;
  margin-top: 14px;
  font-size: 17px;
  margin-bottom: 10px;
}

/* Description text */
.logistics-card p {
  font-size: 17px;
  color: #8B8B8B;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Read more link */
.read-more {
  color: #B3924C;
  font-weight: 600;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: none;
  color: #B3924C;
}
.logistics-card-content{
  padding: 10px 15px;
}
.Trusted-partners-section{
  padding: 50px 0;
}
.Trusted-partners-section img{
  width: 100px !important;
}
.sub-content{
  font-size: 17px;
}
.Trusted-partners-section .primary-heading{
  margin-bottom: 0;
}



/* footer */


.site-footer {
  background: #0c0c0c;
  color: #cfcfcf;
}

.site-footer p {
  font-size: 13px;
  line-height: 1.7;
}

/* Logo text */
.brand-name {
  letter-spacing: 4px;
  font-size: 14px;
}

/* Section titles */
.footer-title {
  color: #caa448;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 12px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #cfcfcf;
  font-size: 13px;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a.active {
  color: #ffffff;
}

/* Social icons */
.footer-social a {
  color: #fff;
  display: inline-block;
  margin-right: 12px;
  font-size: 15px;
}

.footer-social a:hover {
  color: #caa448;
}

/* Subscribe */
.subscribe-form .form-control {
  background: #fff;
  border-radius: 20px 0 0 20px;
  border: none;
  height: 36px;
  font-size: 13px;
}

.subscribe-btn {
  background: #caa448;
  border-radius: 0 20px 20px 0;
  border: none;
  padding: 0 14px;
  color: #fff;
}

.subscribe-btn:hover {
  opacity: .9;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid #1c1c1c;
}

.footer-bottom a {
  color: #cfcfcf;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffffff;
}

.site-footer img{
  width: 180px;
}
/* .banner-text{
  background: rgb(3 3 3 / 31%); 
  padding: 20px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 -15px 40px rgb(0 0 0 / 23%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: absolute;
  top: 521px;
  left: 0%;
  width: 32%;
  max-width: 600px;
} */
    

.banner-text {
    background: rgb(3 3 3 / 14%);
    padding: 25px 30px;
    border-radius: 20px 20px 0px 0px;
    /* box-shadow: 0 -15px 40px rgb(0 0 0 / 23%); */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(8px);
    position: absolute;
    top: 220px;
    left: 0%;
    width: 37%;
    max-width: 600px;
    opacity: 0;
    animation: textBottomUp 1.1s ease forwards;
    animation-delay: 1.2s;
    z-index: 4;
}

@keyframes textBottomUp {
  0% {
    transform: translateY(220px);   /* neechay se start */
    opacity: 0;
  }

  100% {
    transform: translateY(0);       /* apne original top 521 per stop */
    opacity: 1;
  }
}






/* Heading */
.banner-text h1{
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow: 0 3px 8px rgba(0,0,0,0.6);
  font-family: Tahoma Bold;
}

/* Paragraph */
.banner-text p{
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
  max-width: 370px;
  margin-bottom: 0;
}

.video-wrapper {
    /* max-width: 900px; */
    /* margin: auto; */
    position: relative;
    padding-top: 40%;
    overflow: hidden;
}

.thumb-img,
.video-element {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
}

.video-element {
    display: none;
}

/* Button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    background: #ffffff82;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    border: 2px solid #ffffff;
    color: #fff;
    animation: pulse 2s infinite;
}

/* Keyframes */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    }
    70% {
        box-shadow: 0 0 0 25px rgba(255,255,255,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}


.inner-hero {
    background: url('../images/about-banner.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}

.service-banner {
    background: url('../images/service-banner.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}

.service-detail-banner {
    background: url('../images/service-detail.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}
.contact-banner {
    background: url('../images/contact-banner.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}


/* service detail banner */

.sea-frieght-banner {
    background: url('../images/s-d-2.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}
.Custom-Brokerage {
    background: url('../images/s-d-3.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}
.Chartering-Services {
    background: url('../images/s-d-4.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}
.Inland-Transportation {
    background: url('../images/s-d-5.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}
.CONSOLIDATION-DECONSOLIDATION {
    background: url('../images/s-d--6.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}
.AFGHAN-TRANSIT-TRADE {
    background: url('../images/s-d-7.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}
.Project-Logistics {
    background: url('../images/s-d-8.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}
.INSURANCE-banner {
    background: url('../images/s-d-9.png') center/cover no-repeat;
    padding: 240px 0 0;
    position: relative;
    height: 500px;
}

.inner-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 15%);
}
.inner-hero h1{
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 20px;
  font-family: Tahoma Bold;
  text-transform: uppercase;
}
.breadcrumb-custom {
    text-transform: uppercase;
    font-size: 14px;
    opacity: .8;
}
.inner-hero .content {
  display: flex;
  justify-content: space-between;
}
.inner-hero .content p{
  width: 50%;
}

.video-section {
  padding: 100px 0 0px;
}

.vision-mission-section {
    background: #ffffff;
}

.vm-box {
    max-width: 520px;
    margin: auto;
}

.vm-icon {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 10px 0;
}

.vm-box h4 {
    color: #B3924C; /* golden color */
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.vm-box p {
    color: #8B8B8B;
    font-size: 18px;
    line-height: 1.4;
}


.about-section.about-page{
  padding: 50px 0 !important;
}


/* servive page */
.service-box {
  background: #F5F5F5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%;
}

.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

.service-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 25px;
}

.service-content {
  padding: 20px 20px 20px;
}

.service-content h5 {
  font-size: 22px;
  font-weight: 700;
  color: #B3924C;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.service-content p {
  font-size: 14px;
  color: #8B8B8B;
  line-height: 1.3;
  margin-bottom: 18px;
}

.service-btn {
  padding: 10px 18px;
  border-radius: 25px;
  background: #f5f5f5;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.service-btn:hover {
  background: #B3924C;
  color: #fff;
}




.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

.service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #B3924C; /* primary color */
  border-radius: 50%;
}

.network-section img{
  width: 100%;
}


/* contact us */

.contact-section {
    background: #fff;
    padding: 100px 0;
}
.contact-info i {
    color: #B3924C; /* Gold color */
}
.contact-info h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-section p {
    color: #A3A3A3;
}
.btn-gold {
    background-color: #B3924C;
    color: #fff;
    border: none;
}
.btn-gold:hover {
    background-color: #8c6d3f;
    color: #fff;
}
.social-icons a {
    font-size: 20px;
    margin-right: 15px;
    color: #B3924C;
}
.social-icons a:hover {
    color: #8c6d3f;
}

.contact-section h5{
  font-size: 22px;
  font-family: Tahoma Bold;
  margin-top: 50px;
}
.contact-section h3{
  font-size: 26px;
  font-weight: 700;
  font-family: Tahoma Bold;
  color: #b3924c;
}
.contact-info{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
    padding: 30px 20px;
}

.contact-info::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 1px;
  height: 180px;
  background-color: #b3924c; /* Golden color */
}

/* Remove line from last column */
.col-md-4:last-child .contact-info::after {
  display: none;
}
.contact-section input {
  background: #CECECE33;
  border: none;
  border-radius: 12px;
  height: 50px;
}

.contact-section textarea{
   background: #CECECE33;
  border: none;
  border-radius: 12px;
}
.form-control::placeholder {
  color: #A3A3A3 !important;
  opacity: 1;
  font-size: 14px;
}

.services {
  padding: 100px 0;
}

.trusted-partner-carousel .item{
  text-align: center;
}
.trusted-partner-carousel {
  text-align: center;
}

.hero-section{
  padding: 50px 0;
}


/* active */

.desktop-header ul li a.active {
    font-weight: bold; /* Bold for active link */
    color: #ffffff; /* Same color, or change if you want */
}


/* home banner animation */


/* ===== IMAGES WRAPPER ===== */
.home-banner .image-layer {
  position: relative;
  height: 400px;            /* apni need k mutabiq */
}



/* ===== TIGER IMAGE ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ TOP TO CENTER ===== */

.home-banner img:nth-child(2) {     /* Tiger */
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translate(-50%, -50%);   /* ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¹ real center */
  opacity: 0;
  z-index: 2;

  animation:
    tigerDown 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    tigerFloatPhase 2.6s ease-in-out 2,
    tigerFreeze 0.6s linear forwards;

  animation-delay:
    0.8s,
    2.7s,
    5.1s;        /* float k end k baad freeze */
}

/* ===== PHASE 1 ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ TOP TO CENTER ===== */
@keyframes tigerDown {
  0% {
    transform: translate(-50%, -125%);   /* bilkul top se */
    opacity: 0;
  }

  80% {
    transform: translate(-50%, -48%);    /* soft landing */
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

/* ===== PHASE 2 ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ LIGHT FLOAT ===== */
@keyframes tigerFloatPhase {
  0% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(-50%, -51%);   /* ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¹ sirf 1% */
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

/* ===== PHASE 3 ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ BILKUL SMOOTH STOP ===== */
@keyframes tigerFreeze {
  0% {
    transform: translate(-50%, -50%);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}



.home-banner img:nth-child(1) {     /* container-box */
  position: absolute;
  left: 50%;
  top: 100%;
  width: 55%;
  transform: translate(-50%, -50%);

  opacity: 0;

  animation:
    boxScrollDown 1.2s ease forwards,
    boxFloatLight 1.8s ease-in-out 2;

  animation-delay:
    2.0s,      /* Tiger k complete hone k baad */
    3.3s;

  z-index: 3;
}

/* ===== PHASE 1 ===== */
@keyframes boxScrollDown {
  0% {
    transform: translate(-50%, -120%);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

/* ===== PHASE 2 ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â BOHOT HALKI ===== */
@keyframes boxFloatLight {
  0% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(-50%, -52%);   /* ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¹ sirf 2% uper */
  }

  100% {
    transform: translate(-50%, -50%);
  }
}



/* ===== VIDEO CONTENT ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ RIGHT TO LEFT ===== */
.video-content {
  opacity: 0;
  animation: videoSlide 0.8s ease forwards;
  animation-delay: 2.6s;
}

@keyframes videoSlide {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ===== BANNER TEXT BOX ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ BOTTOM TO TOP ===== */
.banner-text {
  opacity: 0;
  animation: textUp 1s ease forwards;
  animation-delay: 3.3s;
}

@keyframes textUp {
  0% {
    transform: translateY(160px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



/* people commitment */




.people-commitment-overlay {
    position: absolute;
    bottom: 15px;
    background: rgb(0 0 0 / 0%);
    padding: 10px 20px;
    /* border-radius: 10px; */
    /* text-align: center; */
    z-index: 999;
}
/* Image */
.people-commitment-card img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
}


.people-commitment-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 0;
}

.people-commitment-card.large {
    height: 340px;
}

.people-commitment-overlay h5, .people-commitment-overlay h6 {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    white-space: nowrap;
}

/* Gradient Overlay */
.people-commitment-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 43%) 40%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}






.people-commitment-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

/* Overlay pehle se visible hoga sirf heading k sath */
.people-commitment-overlay {
  position: absolute;
  left: 0;
  bottom: 25px;              /* ab gap remove ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â strip feel khatam */
  width: 100%;
  padding: 22px;

  /* smooth gradient ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â koi hard line nahi */
  background: linear-gradient(
      to top,
      rgba(0,0,0,0.82) 0%,
      rgba(0,0,0,0.40) 55%,
      rgba(0,0,0,0.05) 100%
  );
  color: #fff;
  transform: translateY(58%);
  transition: all 0.6s cubic-bezier(.22,.61,.36,1);
}

/* Hover par sirf darkness increase hogi, edge still smooth */
.people-commitment-card:hover .people-commitment-overlay {
  background: linear-gradient(to top, rgb(0 0 0 / 82%) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, -0.88) 100%);
  transform: translateY(0);
}
/* Paragraph text initial hidden */
.people-commitment-overlay .overlay-text {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 15px;
}

/* ===== Hover par animation ===== */

/* Overlay upar slide hoga */
.people-commitment-card:hover .people-commitment-overlay {
  transform: translateY(0);
}

/* Hover par paragraph neechay se upar a k show hoga */
.people-commitment-card:hover .people-commitment-overlay .overlay-text {
  opacity: 1;
  transform: translateY(0);
}




.logistics-commitment-section {
  padding: 60px 0;
}

/* Image Card */
.commitment-img-card {
  overflow: hidden;
  border-radius: 18px;
}

.commitment-img-card img {
  border-radius: 18px;
}

/* Commitment Boxes */
.commitment-box {
  background: #DDB86833;      /* light cream feel */
  padding: 24px;
  border-radius: 25px;
  height: 200px;
  /* position: relative; */
  min-height: 150px;
  /* display: flex; */
  /* align-items: center; */
  justify-content: center;
  /* text-align: center; */
}

.commitment-number {
  /* position: absolute; */
  /* top: 15px; */
  /* left: 18px; */
  background: #b3924c;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
}

.commitment-box p {
  color: #b3924c;
  font-weight: 700;
  font-size: 22px;
  margin-top: 15px;
}
.read-btn{
  margin-top: 10px;
}
.read-btn a{
  color: #B3924C;
  font-weight: 600;
}
.read-btn a i {
    transform: rotate(325deg);
}

.contact-info a {
  color: #A3A3A3;
}