@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Jura:wght@500;600;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Alice&family=Roboto+Slab:wght@100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    list-style: none;
    box-sizing: border-box;
    font-family: "Roboto Slab", serif;
}
html {
  scroll-behavior: smooth;
}

.container-fluid{
  overflow: hidden;
}
.tradevista-color{
  color: #7e4a88;
}
.common-para{
  color: #8d8c8c;
  line-height: 25px;
}
.top-bar{
  border-bottom: 1px solid #e1cde4;
}
.contact-info a{
color: #7e4a88;
transition: all ease 0.3s;
}
@media screen and (max-width: 991px) {
.contact-info a{
color: #7e4a88;
transition: all ease 0.3s;
font-size: 14px;
}
.top-bar-social-media a i{
  padding: 8px 10px !important;
}

}
.top-bar-social-media a i{
  color: #7e4a88;
  background-color: white;
  padding: 10px 13px;
  transition: all ease 0.3s;
  border-radius: 50%;
}
.top-bar-social-media a i:hover, .contact-info a:hover{
 opacity: 0.7;
  transition: all ease 0.3s;
}
nav {
  background-color: #ffffff;
  color: #d20b96;
  padding: 10px 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.fixed-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff; /* Ensure background color to avoid transparency issues */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional: Add a shadow for better visibility */
}
.nav-container {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 15rem;
}

.nav-links {
  list-style: none;
}

.nav-links li {
  display: inline;
  position: relative;
  margin-left: 5px;
  font-size: 14px;
}

.nav-links li::before {
  position: absolute;
  content: " ";
  background-color: #7e4a88;
  bottom: -5px;
  height: 2px;
  width: 0%;
  margin-left: 20px;
  transition: ease 0.4s;
}

.nav-links li a {
  display: inline;
  margin-left: 20px;
  color: #000000 !important;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-links li .active {
  color: #7e4a88 !important;
}

.nav-links li:first-child {
  margin-left: 0;
}

.services-dropdown {
  position: relative;
}

.services-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.services-dropdown:hover .dropdown-content {
  display: block;
}

.services-dropdown .dropdown-content a {
  color: #7e4a88 !important;
  padding: 8px 14px;
  font-size: 13px !important;
  text-decoration: none;
  display: block;
}

.services-dropdown .dropdown-content a:hover {
  color: #000000 !important;
}

.export-services-dropdown {
  position: relative;
}

.export-services-dropdown .dropdown-subcontent {
  display: none;
  position: absolute;
  left: 90%;
  top: 0;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.export-services-dropdown:hover .dropdown-subcontent {
  display: block;
}

/*nav Styles for small screens */
@media (max-width: 768px) {
  .top-bar{
    display: none;
  }
  .navbar-nav {
    flex-direction: column;
  }

  .nav-item {
    text-align: center;
    margin: 5px 0;
  }

  .services-dropdown {
    position: relative;
  }

  .services-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 0;
    top: 100%;
  }
  .export-services-dropdown .dropdown-subcontent {
    display: none;
    position: absolute;
    left: 5%;
    top: 100%;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  .services-dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
}
@media only screen and (max-width: 1200px){
  .nav-links li {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0  !important;
      padding-left: 0  !important;
  }
}

@media only screen and (max-width: 991px) {
  .nav-links li a {
    margin-left: 0px !important;
  }

  .nav-links li {
    margin-left: 0px !important;
    margin-top: 20px;
  }

  .nav-links li .active::before {
    position: absolute;
    content: " ";
    background-color: #7e4a88;
    bottom: -5px;
    height: 2px;
    width: 10% !important;
    margin-left: 0px;
    transition: ease 0.4s;
  }
}

@media only screen and (min-width: 992px) {
  .navbar {
    height: 80px;
  }
}

/* sliding style */
.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
}
.mySlides {
  display: none;
}
.dot-container {
  text-align: center;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.current {
  background-color: #dbb8e0;
}

/* banner style */
.about-vd{
  width: 100%;
  height: auto;
}


/* form style */
input, textarea {
    width: 100%;
    padding: 12px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
   background-color: transparent;
  }
  input::placeholder, textarea::placeholder{
    color: #583160;
  }
  
  input:focus, textarea:focus {
    background-color: transparent;
    outline: none;
  }
  .banner-btn{
    background-color: #7e4a88;
    color: white;
    width: 130px;
    padding: 10px 20px;
    border: none;
  }
 
.free-consultation{
  background: url('img/bg2.png'); 
  background-repeat: no-repeat; 
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .free-consultation{
    background-size: contain;
    background-position: center right;
  }
}
@media only screen and (max-width: 767px) {
  #query_formmain{
    order: 1 !important;
  }
  .free-consultation{
    order:0 !important;
  }
  .vas-alibaba-img{
    order:0 !important;
  }
  .vas-alibaba-content{
    order: 1 !important;
  }
}
  /* about us styling */
  .sub-heading{
    color: #7e4a88;
    font-weight: 700;
  }
  .main-heading{
    font-family: "Roboto Slab", serif;
    color: #543472;
    font-weight: 700;
    letter-spacing: 2px;
  }
.about-frist-bg{
  background: url('./img/about-frist-bg.png');
  background-position: left;
  background-size: cover;
}
.about-second-bg{
 background-color: #ededed;
}

.service-slider-container {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px){
  .solution-gif-area{
    display: none !important;
  }
}


  /* partner styling */
  .partner-img{
    width: 200px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  .partner-img2{
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  @media only screen and (max-width: 370px){
    .partner-img{
      width: 170px;
    }
    .partner-img2{
      height: 60px;
    }
  }
  @media only screen and (max-width: 306px){
    .partner-img{
      width: 120px;
    }
    .partner-img2{
      height: 40px;
    }
  }
/* footer styling strat */
.footer-heading{
    position: relative;
  }
  .footer-heading::before{
    position: absolute;
    content: " ";
    bottom: -10px;
    background-color: #eadfec;
    width: 80px;
    height: 1px;
    
  }
  .footer-heading a{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
  }
  .footer-heading a:hover{
   color: #bebdbd !important;
  }
 
  
  .footer-subheading{
    list-style: none;
   padding-top: 6px;
  }
  .footer-subheading a{
  color: #cecece;
  font-size: 15px;
  }
  .footer-subheading a:hover{
    color: #ecacf8 !important;
}
    .footer-headofficeheading{
      font-size: 18px; 
      color: white;
      position: relative;
      line-height: 35px !important;
    }
    .footer-headofficeheading::before{
      position: absolute;
      content: " ";
      bottom: -3px;
      background-color: #4bd7ff;
      width: 80px;
      height: 1px;
    }
    .footer-background{
        background: url("img/footer2.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }
      /* .footer-icon-bg{
        display: flex;
        justify-content: center;
        align-items: center;
      } */
    .footer-social-media{
      display: flex;
      justify-content: center;
      align-items: center;
    }
      .footer-social-media a{
       color: #cecece;
       border: 1px solid #cecece;
       padding: 6px 10px;
       border-radius: 50%;
       transition: all ease 0.3s;
        margin: 0px 5px;
      }
      .footer-social-media a:hover{
        color: #ecacf8;
        transition: all ease 0.3s;
        transform: scale(1.09);
       }
      @media only screen and (max-width: 768px){
        /* .footer-icon-bg{
          background-color: #fff;
          position: relative;
          top: 0px;
          border: #543472 1px solid;
          height: 300px;
        } */
      }



      .footer-menu{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
      }
       .footer-menu li a{
        color: #ffffff;
        padding: 5px 15px;
      }

/* language converter css  */
.goog-te-gadget {
  margin-top: 30px !important;
  padding-left: 20px;
}
.goog-te-gadget img {
  display: none !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
}
.goog-te-gadget .goog-te-combo {
  padding: 10px 16px;
  border: 2px solid #7e4a88 !important;
  border-radius: 3px !important;
}
.goog-te-gadget .goog-te-combo:focus {
  border: 2px solid #7e4a88 !important;
  
}
@media only screen and (max-width: 991px) {
 select .goog-te-gadget {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .goog-te-gadget {
    padding-left: 36%;
  }
}
@media only screen and (max-width: 515px) {
  .goog-te-gadget {
    padding-left: 30%;
  }
}
@media only screen and (max-width: 359px) {
  .goog-te-gadget {
    padding-left: 25%;
  }
}


/* .duocument_column style */
.duocument_column .duocument_btn{
  color: #fff;
}
.duocument_container {
  display: flex;
  flex-wrap: wrap;
}

.duocument_column {
  flex: 1 1 calc(50% - 20px);
  margin: 10px; /* Adjust margin as needed */
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .duocument_column {
    flex: 1 1 calc(20% - 20px); /* Adjusts to 5 columns with margin accounted for */
  }
}
@media (max-width: 456px) {
  .duocument_column {
    flex: 1 1 calc(100% - 20px) !important; /* Adjusts to 5 columns with margin accounted for */
  }
}
/* .Logistics-contact */
.Logistics-contact a{
 color: #6c6c6c;
}
.Logistics-contact a span{
  font-weight: 600;
 }
 .Logistics-contact a:hover{
  color: #7e4a88;
  
 }

 .banner_images{
  background-color: #af7ab8;
background-image: linear-gradient(0deg, #af7ab8 0%, #cc99cc 33%, #cc99cc 66%, #af7ab8 100%);
 }
 
 @media (max-width: 768px) {
  .Logistics-sub-container{
    background-color: #faf4fa;
    padding: 20px 40px;
   }
}

/* Back to top button */

#back-to-top-btn {
  display: none; /* Hide the button by default */
  position: fixed; /* Fixed position */
  bottom: 70px; /* Position it 20px from the bottom */
  right: 20px; /* Position it 20px from the right */
  z-index: 99; /* Ensure it appears above other elements */
  background-color: #af7ab8; /* Button background color */
  color: white; /* Button text color */
  border: none; /* Remove button border */
  border-radius: 50%; /* Rounded corners */
  padding: 10px 15px; /* Padding */
  cursor: pointer; /* Add cursor pointer */
}

#back-to-top-btn:hover {
  background-color: #8b5f96; /* Change background color on hover */
}

/* contact page style */
.contact-bg{
  background: url('img/contact-banner.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover; 
  min-height: 350px;
  width: 100%;
}
.contact-banner-heading{
  color: #7e4a88;
}
.contact-card{
  opacity: 0.7;
}
@media only screen and (min-width:3109px) {
  .contact-bg{
    min-height: 700px;
    width: 100%;
  }
}

/* about us page style */
.about-us-banner{
  background-color: #efeefd;
}
.why-card-aboutus{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
}
.why-card-aboutus p{
  color: #8c8a8a;
  font-size: 14px;
  text-align: center;
}
.comunity-bg{
background: url('./img/community-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.business-globe-bg{
  background: url('./img/business-globe.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.business-globe-heading{
  font-size: 3rem; 
  color: #f3d5f9;
  text-align: center;
}
@media (max-width: 913px) {
  .business-globe-heading{
    font-size: 2rem; 
    color: #f3d5f9;
  }
}
@media (max-width: 767px) {
  .business-globe-heading{
   background-color: rgba(0, 0, 0, 0.397);
  }
  .business-globe-para{
    background-color: rgba(0, 0, 0, 0.397);
  }
}

/* channel partner style */
.services-heading{
  font-size: 16px;
  font-weight: 600;
}
.services-heading{
  color: #dcdbdb;
  font-size: 13px;
}
 
/*alibaba documentation form styling */
@media only screen and (max-width: 767px) {
 .gold-benifits-card .alibaba-coin{
    width: 2.8rem !important;
  }
  .alibaba-coin-para{
    margin-top: 5px;
  }
  .gold-card-mr{
    margin-top: -40px;
  }
}
@media only screen and (max-width: 341px) {
  .gold-benifits-card .alibaba-coin{
    padding-right: 10px;
  }
 }

.Worlds_leading_bg{
  background: url('img/Worlds\ _leading_bg.jpg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.Verified_Supplier{
  background: url('img/Verified_Supplier-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.alibaba-btn{
  border: none;
  background-color: #e7a200;
  color: white;
  padding: 10px 20px;
  transition: all ease 0.5s;
}
.alibaba-btn:hover{
  opacity: 0.9;
  transition: all ease 0.5s;
}
.world-leading_number{
  font-weight: 800;
  color: #f5c885;
  opacity: 0.5;
  font-size: 80px;
  transition: all ease 0.5s;
}
.world-leading_card:hover .world-leading_number{
  font-weight: 800;
  color: #e6a305;
  opacity: 1;
  transition: all ease 0.5s;
}
.world-leading_card{
  overflow: hidden;
  min-height: 270px;
  border-radius: 0 !important;
  border: 1px solid #e7a200;
  transition: all ease 0.5s;
  position: relative;
}

.row_steps-for-gold-bg::after{
  content: "";
  display: table;
  clear: both;
}

.another-navtype_img{
  width: 200px;
}
.back_icon{
  background-color: #bebdbd63;
  padding: 10px 15px;
}
.alibaba_color{
  color: #e7a200;
}
.numeric-bg{
  background: url('./img/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.numeric-icon{
  width: 8vw;
}
.numeric-text-gray{
  color: #bebdbd;
}
.GGSWork_card{
  position: relative;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet {
  background: #7e4a88 !important; 
}
.swiper-pagination {
  position: relative;
  bottom: 0 ;
  height: -80px; /* Height for pagination container */
  text-align: center;
}

.ggs-card-step-card{
  transition: all ease 0.3s;
  border-top: 1px solid #e7a200 ;
}

.ggs-card{
  border: 3px solid #e7a200;
  border-radius: 0;
  transition: all ease 0.5s;overflow: hidden !important;
  position: relative;
}
.ggs-card:hover .ggs-card-step-card{
  transition: all ease 0.5s;
  background-color: #e7a200;
  color: white;
} 
.ggs-card:hover{
  transition: all ease 0.5s;
transform: scale(1.01);
}


.ggs-card p{
  font-size: 16px;
  color: #8c8a8a;
}
.ggs-card-step{
  margin-top: 15px;
  color: black !important;
}
.ggs-work-steps-bg{
  background-image: url("img/ggs-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.documentation-required-btn{
  width: 90%;
  padding: 15px 30px;
  border: 1px solid gray ;
  background-color: white;
  color: #ed864b;
  margin-bottom: 26px;
}
.alibaba-banner{
 background-color: #cce2f9;
}
.gold-benefits-bg{
  background-image: url("img/gold-supplier-benifits-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.gold-benifits-card{
  transition: all ease-in-out 0.5s;
}
.gold-benifits-card:hover{
  transition: all ease-in-out 0.5s;
  transform: scale(1.1);
  background-color: #f8f8f8;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}





.row_steps-for-gold-bg {
  margin: 0 -5px;
}

.card_steps-for-gold {
  background-color: #fff;
  padding: 0 12px;
}

.card_steps-for-gold p {
  font-size: 14px;
  color: #6c6c6c;
}

.column {
  float: left;
  width: 20%;
  padding: 0 0px;
}

@media screen and (max-width: 768px) {
  .column {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .column .card_steps-for-gold{
    width: 70%;
    padding: 10px 0px;
  }
  .column .wave-circle-body{
    width: 20%;
    border-top: none;
    border-left: 1px solid #808080;
  }
  .column .wave-circle-body .circle{
   left: -20px;
  }
  .wave-circle-body::before,
.wave-circle-body::after {
  left: -20px;
}
}

.wave-circle-body {
  width: 100%;
  height: 13vh;
  margin: 0;
  background-color: #ffffff;
  border-top: 1px solid #808080;
  position: relative;
}

.circle {
  transition: all ease-in-out 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #808080;
  background-color: #ffffff;
  color: #808080;
  z-index: 1;
}

.wave-circle-body::before,
.wave-circle-body::after {
  content: '';
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #808080;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  transform: scale(0);
  opacity: 0;
}

.wave-circle-body::before {
  animation: wave 4s linear infinite;
}

.wave-circle-body::after {
  animation: wave 4s linear 1s infinite;
}

@keyframes wave {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}

.column:hover .wave-circle-body::before,
.column:hover .wave-circle-body::after {
  animation-play-state: running;
}
.column:hover .circle{
  transition: all ease-in-out 0.5s;
background-color: #e7a200;
border: 1px solid rgb(242, 242, 242);
color: #fff;
}
.tranparency-card{
  border-radius: 0 ;
  border: none;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

/* tridge page styling  */
.text_Slides {display:none;}
.ai_bg{
  background: url('img/ai-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.tridge-services{
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.foodchain-bg{
  background: url('img/food-chain.jpg');
  background-size: cover;
  background-position: center;
 background-repeat: no-repeat;
 /* background-attachment: fixed; */
}
.tridge-contact{
  font-size: 3.3rem;
}
.tridge-form-label span{
color: red;
}

.tridge-form-input, .tridge-form-textarea {
  width: 100%;
  padding: 12px;
  margin: 0px 0 18px 0;
  display: inline-block;
  border: 1px solid rgb(244, 243, 243);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
 background-color: transparent;
}
.tridge-form-input::placeholder, .tridge-form-textarea::placeholder{
  color: #d8d8d8;
}

.tridge-form-input:focus, .tridge-form-textarea:focus {
  background-color: transparent;
  outline: none;
}
.contact-tridge-bg{
  background: url('img/tridge-contact-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
}


/* slick carousel style */

.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
  
}

.slick-slide img {
  width: 100%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
 display: none;
}

.slick-arrow.slick-next {
  display: none !important;
}

.slick-arrow.slick-prev {
  display: none !important;
}

/* Media Queries */

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
}


 

/* JsFiddle Example only/don't use */
.logo-carousel {
  margin-top: 32px;
}


/* form open with popup styling */
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popup-content {
  background-color: #fefefe;
  margin: 7% auto 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 500px;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.no-scroll {
  overflow: hidden;
}



/* dgft services style */
.dgft-card{
  border-radius: 0 ;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #dbd9d9;
  transition: all ease 0.5s;
}
.dgft-card:hover{
  scale: 1.015;
  transition: all ease 0.5s;
}
.dgft-card h5{
  font-size: 1rem;
}
.dgft-card p{
  font-size: 0.9rem;
 color: #929392;
}
.dgft-card li{
 list-style: circle;
 font-size: 0.9rem;
 color: #929392;
}




/* animated slider container styling */
.animated-slider-container{
  background-color: #e8eaf6;
  padding: 50px 20px;
}
.typewrite{
  color:#eaa339; 
  font-size: 2.5rem;
  text-decoration: none;
  font-weight: 800;
}
.heading-frist-text{
  color:#4a276b; 
  font-size: 2rem;
  text-decoration: none;
  font-weight: 800;
}
.purple-service-btn{
  margin-top: 10px;
  background-color: #eaa339;
  color: #fff;
  border: 1px solid #eaa339;
  padding: 10px 25px;
  transition: all ease-in-out 0.4s;
}
.purple-service-btn:hover{
  background-color: transparent;
  color: #eaa339;
  border: 1px solid #eaa339;
  padding: 10px 25px;
  transition: all ease-in-out 0.4s;
}

.orange-service-btn:hover{
  margin-top: 10px;
  background-color: #7e4a88;
  color: #fff;
  border: 1px solid #7e4a88;
  padding: 10px 25px;
  transition: all ease-in-out 0.4s;
}
.orange-service-btn{
  background-color: transparent;
  color: #7e4a88;
  border: 1px solid #7e4a88;
  padding: 10px 25px;
  transition: all ease-in-out 0.4s;
}


/* services card styling */
.services-section{
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #f4f4f4;
}
.service-card{
  padding: 10px;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all ease-in-out 0.4s;
}
.service-card:hover{
 scale: 1.02;
  transition: all ease-in-out 0.4s;
}

@media screen and (max-width: 768px) {
  .service-img-sec, .service-img-text{
  justify-content: center;
  }
  .service-img-sec img{
  width: 100px;
  padding: 10px;
  }
  .customer-growth-text{
    margin-left:-20px !important;
  }
}


/* customer-growth-section styling */
.customer-growth-section{
 padding-top: 50px;
 padding-bottom: 50px;
}
.orange-text{
  color: #e6a305;
  line-height: 30px;
}
.main-para{
  line-height: 30px;
  color: #3f3f3f;
}

.frist-main-heading{
  color: #48276b;
  margin-top: -10px;
}

.customer-growth-card{
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  padding: 10px;
}
.customer-growth-img img{
  width: 80px;
}
.customer-growth-text{
  margin-left: -15px;
}

.purple-know-btn{
  margin-top: 10px;
  background-color: #7e4a88;
  color: #fff;
  border: 1px solid #7e4a88;
  padding: 10px 25px;
  transition: all ease-in-out 0.4s;
}
.purple-know-btn:hover{
  background-color: transparent;
  color: #7e4a88;
  border: 1px solid #7e4a88;
  padding: 10px 25px;
  transition: all ease-in-out 0.4s;
}


/* darkpurple-section styling */
.darkpurple-section{
  background: url('img/darkpurple-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
.darkpurple-section h5{
  text-align: center;
  color: #fff;
}

.darkpurple-section h1{
  text-align: center;
  color: #fff;
  margin-top: 20px;
}


/* our services section styling */
.our-services-section{
  padding: 50px 0px;
}
.left-border-section{
  border-left: 2px solid orange;
  padding-left: 10px;
  margin: 20px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Testimonial section styling */
.testimonial-bg{
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #f2f2f2 50%, #fff 50%);
}
.Testimonial-card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.Testimonial-card {
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  overflow: hidden;
  border-bottom: 2px solid #af7ab8;
}
.testimonial-inner-section{
  padding: 20px;
}
.Testimonial-rating-part2{
  padding: 25px 20px !important;
  position: relative;
}
.Testimonial-rating-part2::after{
  position: absolute;
  content: " ";
  background-color: #cccccc;
  width: 90%;
  height: 1px;
  left: 5%;
  bottom: 10px;
}
.rating{
  color: #e68a00;
}


@media (max-width: 768px) {
  .Testimonial-card-container {
    grid-template-columns: 1fr;
  }
}



.lightpurple-section{
  background: url('img/mail-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px;
}
.lightpurple-section h1{
color: #fff;
font-weight: 800;
text-align: center;
}

/* partner-frist-section styling */
.partner-frist-section{
  background: url('img/partner-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.partner-card{
  background-color: transparent;
  border: none;
  border-radius: 0px;
  transition: all ease-in-out 0.4s;
}
.partner-border-right{
  border-right: 0.5px solid rgba(232, 232, 232, 0.199);
}

@media screen and (max-width: 992px) {
  .partner-border-right{
    border-right: none;
  }
  .partner-card{
    padding-top: 40px;
  }
}

.partner-card img{
  width: 120px;
}
.partner-circle{
  border: 2px solid #b07bba;
  border-radius: 50%;
}
.partner-circle2{
  border: 2px solid #e9a239;
  border-radius: 50%;
}
.partner-card:hover .partner-circle{
  background-color: #b07bba;
  border: 2px solid #b07bba;
  border-radius: 50%;
  transition: all ease-in-out 0.4s;
}
.partner-card:hover .partner-circle2{
  background-color: #e9a239;
  border: 2px solid #e9a239;
  border-radius: 50%;
  transition: all ease-in-out 0.4s;
}

/* faq section style */
.faq-section{
  background-color: #f2f2f2;
}

/* alibaba.com GGS page design */
.side-content-table-list-alibaba a{
color: #727272 ;
transition: all ease 0.3s;
}
.side-content-table-list-alibaba a:hover{
  color: #e68a00 !important;
 transition: all ease 0.3s;
}
.side-content-table-list-alibaba-card, .intro-alibaba-ggs-card{
  border: none;
  border-radius: 0;
  padding: 12px;
}
.intro-alibaba-ggs-card{
  padding: 35px 12px;
}

.alibaba-para{
  line-height: 30px;
  color: #707070;
}

.alibaba-benifits-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.alibaba-benifits-grid-card {
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  background: #fff;
}

.icon-container img {
  width: 80px;
  margin-bottom: 15px;
}

.alibaba-benifits-grid-card h5 {
  font-size: 18px;
  font-weight: 600;
}

.alibaba-benifits-grid-card p {
  color: rgb(146, 147, 146);
  font-size: 15px;
  line-height: 1.5;
}

.side-content-table-list-alibaba a.active-link {
  color: orange;
}

/* payment solution page */
.payment-solution-bg{
  background-color: #eaf3fa;
 }

 /* gst-refund page design */
 .gst-refund-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.gst-refund-grid-card {
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  background: #fff;
}

/* fixed-container layout */
.main-fixed-container {
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: flex-start;
}

.frist-part-container {
  width: 70%;
  padding: 20px;
  min-height: 1500px; /* Example height */
}
.fix-part-container {
  width: 30%;
  padding: 20px;
  position: sticky;
  top: 100px; /* Navbar se gap */
  height: fit-content;
  border-left: #e0e0e0 1px solid;
}

@media screen and (max-width: 768px) {
  .fix-part-container{
    display: none;
  }
  .frist-part-container{
    width: 100%;
  }
}


/* alibaba pricing plan section styling */
.alibabaplan-btn{
  background-color: #e7a200;
  border: 1px solid #e7a200;
  padding: 10px 20px;
  color: #ffffff;
  transition: all ease 0.5s;
}
.alibabaplan-btn:hover{
  background-color: #00000000;
  border: 1px solid #000000;
  color: #000000;
  transition: all ease 0.5s;
}

.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.pricing-card {
  position: relative;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  flex: 1 1 100%;
  max-width: 100%;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.ggs-pricing {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.pricing-card-section {
  margin-bottom: 15px;
}

.pricing-card-section-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.pricing-card-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.pricing-card-section ul li {
  font-size: 14px;
  padding: 4px 0;
  color: #444;
  border-bottom: 1px solid #eee;
}

.right-circle i {
  color: green;
}

.cross-circle i {
  color: red;
}

/* Buttons */
.pricing-btn {
  background-color: #482b66;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
}

.pricing-btn:hover {
  background-color: #3a2152;
}

/* Responsive */
@media (min-width: 768px) {
  .pricing-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (min-width: 1024px) {
  .pricing-card {
    flex: 1 1 calc(30% - 20px);
    max-width: calc(30% - 20px);
  }
}

/* Ribbon Styles */
.ribbon-wrapper {
  position: relative;
  z-index: 998;
}

.ribbon-front {
  background-color: #3e2658;
  height: 50px;
  width: 100% !important;
  position: relative;
  left: -30px;
  z-index: 2;
  font: 20px/50px bold Verdana, Geneva, sans-serif;
  color: #f8f8f8;
  text-align: center;
  text-shadow: 0px 1px 2px #603a87;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}

.ribbon-edge-topleft {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -30px;
  border-style: solid;
  border-width: 5px 10px 0 0;
  border-color: transparent #000000 transparent transparent;
}

/* Glowing Animation */
@keyframes flow {
  0% {
    left: -20px;
    opacity: 0;
  }
  50% {
    left: 100px;
    opacity: 0.3;
  }
  100% {
    left: 180px;
    opacity: 0;
  }
}

.glow {
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 60px;
  background: linear-gradient(90deg, rgba(255,255,255,0.5), transparent);
  animation: flow 3s infinite;
  pointer-events: none;
}


.right-circle{
  background-color: rgb(6, 160, 6);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.right-circle i{
  color:#fff;
  font-size: 14px;
}
.cross-circle{
  background-color: rgb(255, 0, 0);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.cross-circle i{
  color:#fff;
  font-size: 14px;
}
.pricing-btn{
  background-color: #7e4a88;
  color: #fff;
  padding: 8px 20px;
  border: 1px solid #7e4a88;
  border-radius: 2px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.pricing-btn:hover{
 background-color: #00000000;
  color: #000000;
  padding: 8px 20px;
  border: 1px solid #7e4a88;
  border-radius: 2px;
  cursor: pointer;
  transition: all ease 0.3s;
}

.pricingalibaba-btn{
  background-color: #e79213;
  color: #fff;
  padding: 8px 20px;
  border: 1px solid #e79213;
  border-radius: 2px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.pricingalibaba-btn:hover{
 background-color: #00000000;
  color: #000000;
  padding: 8px 20px;
  border: 1px solid #e79213;
  border-radius: 2px;
  cursor: pointer;
  transition: all ease 0.3s;
}

/* career page styling */
.Career-bg {
  background: url('img/3.jpeg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  min-height: 350px;
  width: 100%;
}
.Our_Culture_card{
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  border: none;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fcf8fc;
}
.Our_Culture_card h5{
 color: #929392;
 font-weight: 400 !important;
 font-size: 18px;
}

/* event page styling */
.event-bg {
  background: url('img/EVENT-BANNER.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  min-height: 450px;
  width: 100%;
}
.event-subheading {
  text-shadow: 2px 2px 4px rgba(250, 250, 250, 0.772)
}

.five-event-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px; /* optional */
}
.five-event-grid > div {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
}
.event-card img{
 width: 100PX; 
}
.Upcoming_events-bg{
  background-color: #000000;
  background: url('img/tradevista-upcoming-events-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  width: 100%;}