/********** Template CSS **********/
:root {
  --primary: #141647;
  --secondary: #f62f20;
  --light: #F7FAFF;
  --dark: #1D1D27;
}

/*index*/
#testimonial-item-new{
height: 300px;
overflow: hidden;
}


@media (min-width: 412px) {
  .card_bank{
     margin-left: 55px;
  }
}

@media (min-width: 300px) {
  .card_bank{
  margin-left: 20px;
  }
}



/*footerlogo*/
/*.img-fluid-new{
position: relative;
top:-5px;
height: auto;
width: 100%;
}*/

body{
--fa-style-family-classic: "Font Awesome 6 Free"
}

body{
word-spacing: 5px;
}

.btn-squares:hover{
color: #fff;
background-color: #141647;
border: none;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
  font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
  font-weight: 500 !important;
}



/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  color: var(--light) !important;
  outline: none;
  transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark) !important;
}

/* .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--light) !important;
} */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
  color: #FFFFFF;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
      position: relative;
      background: #FFFFFF;
  }

  .navbar-light .navbar-collapse {
      margin-top: 15px;
      border-top: 1px solid #DDDDDD;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
      padding: 10px 0;
      margin-left: 0;
      color: var(--dark) !important;
  }

  .navbar-light .navbar-brand h1 {
      color: var(--primary);
  }

  .navbar-light .navbar-brand img {
      max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar-light {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      border-bottom: 1px solid rgba(256, 256, 256, .1);
      z-index: 999;
  }
  
  .sticky-top.navbar-light {
      position: fixed;
      background: #FFFFFF;
  }

  .navbar-light .navbar-nav .nav-link::before {
      position: absolute;
      content: "";
      width: 0;
      height: 2px;
      bottom: -1px;
      left: 50%;
      background: var(--secondary);
      transition: .5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
      width: 100%;
      left: 0;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
      display: none;
  }

  .sticky-top.navbar-light .navbar-brand h1 {
      color: var(--primary);
  }
}


/*** Hero Header ***/
.hero-header {
  background:
      url(../img/bg-dot.png),
      url(../img/bg-dot.png),
      url(../img/bg-round.png),
      url(../img/bg-tree.png),
      url(../img/bg-bottom-hero.png);
  background-position:
      10px 10px,
      bottom 190px right 10px,
      left 55% top -1px,
      left 45% bottom -1px,
      center bottom -1px;
  background-repeat: no-repeat;
}


/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: var(--dark);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  bottom: 0;
  left: 50px;
  background: var(--dark);
}

.section-title.text-center::before {
  left: 50%;
  margin-left: -25px;    
}

.section-title.text-center::after {
  left: 50%;
  margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 0;
  background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
  top: 5px;
  left: 3px;
}

/* #headshow{
  background: linear-gradient(to right, #f83600, #f83600, #f83600);
  width: 37px;
  height: 4px;
  display: block;
  border-radius: 100px;
  position: relative;
  margin-bottom: 10px;
} */

/* Index  */

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
color: #fff;
overflow: hidden; /* Ensures the content is not revealed until the animation */
white-space: nowrap; 
margin: 0 auto; 
font-size: 60px;
letter-spacing: .15em;
animation: 
  typing 7.5s steps(30) infinite alternate,
  blink-caret .5s step-end infinite;
 
}

/* The typing effect */
@keyframes typing {
0% { width: 0 }
50% { width: 100% }
100% { width: 0 }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: orange }
}



#deve_card img:hover{
width: 50%;
height: 50%;
object-fit: contain;
transition: .60s;
}

.card_bank{
width: 250px;
height: 100px;
padding: 20px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
transition: transform 0.3s;
}
.card_bank:hover{
transform: scale(1.15);
}
.card_bank img{
position: relative;
top: px;
left: 30px;
}


/* About  */

#about_color{
background-color: #f3f0f0;
}

#about_card {
transition: background-color 0.3s ease;
border-radius: 10px;
}
.card-hedaing{
width: 100%;
height: 70px;
background-color: #D83424;
border-radius: 10px 10px 0 0;
padding: 15px 5px;
text-align: center;
position: relative;
top: 0px;
/* margin-bottom: 20px; */
transition: background-color 0.3s ease;
}
.card-hedaing:hover{
background-color: #141647;
}

.course-card {
background-color: #ffff;
border-radius: 15px;
padding: 20px;
text-align: center;
transition: transform 0.3s ease;
height: 200px;
border: 2px solid red;
}
.course-card:hover {
transform: translateY(-7px);
}
.icon-circle {
border-radius: 50%;
width: 80px;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 15px auto;
}
.icon-circle img {
width: 200px;
height: 110px;
/* filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%); */
}
.course-title {
font-size: 25px;
font-weight: 600;
color: black;
}
.card_about{
width: 100%;
height: 120px;
padding: 30px;
border-radius: 10px;
margin: 10px;
background-color: #f62f20;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.card_about h4{
color: #fff;
}


/*** Service ***/
.service-item {
  position: relative;
  height: 350px;
  padding: 30px 25px;
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}

.service-item:hover {
  background: var(--primary);
}

.service-item .service-icon {
  margin: 0 auto 20px auto;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  background: url(../img/icon-shape-white.png) center center no-repeat;
  transition: .5s;
}

.service-item:hover .service-icon {
  color: var(--primary);
  background: url(../img/icon-shape-white.png);
}

.service-item h5,
.service-item p {
  transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
  color: var(--light);
}

.service-item a.btn {
  position: relative;
  display: flex;
  color: var(--primary);
  transition: .5s;
  z-index: 1;
}

.service-item:hover a.btn {
  color: var(--primary);
}

.service-item a.btn::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  border-radius: 35px;
  background: #DDDDDD;
  transition: .5s;
  z-index: -1;
}

.service-item:hover a.btn::before {
  width: 100%;
  background: var(--light);
}


/*** Testimonial ***/
.newsletter,
.testimonial {
  background:
      url(../img/bg-top.png),
      url(../img/bg-bottom.png);
  background-position:
      left top,
      right bottom;
  background-repeat: no-repeat;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
  transition: .2s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--light) !important;
  border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
  color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
  color: var(--dark) !important;
}


/*** Team ***/
.team-item {
  position: relative;
  transition: .5s;
  z-index: 1;
}

.team-item::after {
  position: absolute;
  content: "";
  top: 3rem;
  right: 3rem;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .1);
  transition: .5s;
  z-index: -1;
}

.team-item:hover::after {
  background: var(--primary);
}

.team-item h5,
.team-item small {
  transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
  color: var(--light);
}


/*** Project Portfolio ***/
#portfolio-flters .btn {
  position: relative;
  display: inline-block;
  margin: 10px 4px 0 4px;
  transition: .5s;
}

#portfolio-flters .btn::after {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -1px;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 50px solid #FA5252;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
  color: var(--light);
  background: var(--primary);
}

.portfolio-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  background: var(--primary);
  transition: .5s;
  z-index: 1;
  opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-item .btn {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/icon-shape-white.png) center center no-repeat;
  border: none;
  transition: .5s;
  opacity: 0;
  z-index: 2;
}

.portfolio-item:hover .btn {
  opacity: 1;
  transition-delay: .15s;
}


/*** Footer ***/
.footer {
  background: url(../img/footer.png) center center no-repeat;
  background-size: contain;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid rgba(256, 256, 256, .1);
  border-radius: 40px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: white;
  font-weight: normal;
  transition: .3s;
  position: relative; /* Ensure positioning is correct for pseudo-elements */
}

.footer .btn.btn-link::before {
  font-family: "Font Awesome 6 Free"; /* Specify the correct font family */
  content: "\f105"; /* Ensure this matches the icon */
  font-weight: 900; /* Check if your version requires this */
  position: absolute; /* Ensure it shows properly */
  left: -20px; /* Adjust as needed */
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Adjust vertical centering */
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}


.footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}





.btn-pro-version:hover {
  background-color: #f62f20;
  color: #fff; 
}


/* Graphics design */

.process-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #141647;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
}
.process-circle img {
  width: 60px;
  height: 60px;
}
.process-title {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.process-step {
  font-size: 18px;
  font-weight: bold;
  color: #f62f20;
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #f62f20;
}
.arrow {
  width: 50px;
  height: 3px;
  background-color: #999;
  margin-top: 140px;
}

.choice1{
  background-color: #f76a60;
}

.service-card {
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}
.service-card:hover {
  transform: translateY(-10px);
}
#graphicLogo {
  font-size: 2.5rem;
  color: #f62f20;
}
#graphicCard {
  font-weight: bold;
  margin-top: 10px;
  color: black;
}


 /* Web design  */

 #webcard:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

/* Digital  */
.service-section {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.icon-container {
  background-color: #f62f20;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.icon-container:hover{
  background-color: #e6e0db;
 
}
.icon-container img {
  width: 50px;
  height: 50px;
}
.service-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f62f20;
  margin-bottom: 10px;
}
.service-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
.title-container {
  display: flex;
  align-items: center;
}
.title-container::before {
  content: '';
  height: 2px;
  width: 40px;
  background-color: #f62f20;
  margin-right: 10px;
  display: inline-block;
}


.custom-cards {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  margin: 20px 0;
}
.step-numbers {
  background-color: #f62f20;
  border-radius: 50%;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: -15px;
  font-weight: bold;
}
.custom-cards h4 {
  color: #f62f20;
  font-weight: bold;
}
.custom-icons {
  width: 100px;
  height: 100px;
  background-color: #f62f20;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
/* .choice2{
  background-color: rgb(224, 224, 221);
} */

#hero1{
  position: relative;
  top:-10px;
}
#Adoption {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

#iconcrm {
  font-size: 40px;
  margin-bottom: 10px;
}

.orange-header {
  background-color: #f62f20;
  color: white;
  padding: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card-body {
  padding: 20px;
  border: 1px solid #f62f20;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* Fantasy Sports  */

.banner {
  background-color: #141647;
  color: white;
  padding: 60px 0;
  position: relative;
  height: 550px;
}

.banner h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.banner p {
  font-size: 1.2rem;
  margin: 20px 0;
}

.banner img {
  max-width: 100%;
}

.get-demo-btn {
  /* border: 1px solid #f62f20; */
  color: #f62f20;
  background-color: #fff;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.get-demo-btn:hover {
  background-color: #f62f20;
  color: #fff;
}


.social-icons {
  position: absolute;
  right: 20px;
  top: 20px;
}

.social-icons a {
  color: white;
  margin: 5px 0;
  display: block;
}

.scroll-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 20px;
  color: white;
  letter-spacing: 3px;
}

.card-custom1 {
  background-color: #141647;
  color: white;
  border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
}
.card-custom1 h3{
  color: white;
}
.card-custom1 img {
  max-width: 80px;
  margin-right: 20px;
}

.card-left1 {
  background-color: #031432;
  border-radius: 10px 0 0 10px;
  padding: 10px;
}
.card-left1 img{
  height: 150px;
  width: 150px;
}

.card-title1 {
  font-size: 1.5rem;
  font-weight: bold;
}


/* ecommerce  */
.img_slider{
  position: relative;
  top: -70px;
}
.img_top{
  position: relative;
  top: -40px;
}
.choice3{
  background-color: rgba(246, 47, 32, 0.8);;
  border-radius: 20px;
}

#ecommercel_Banner{
  position: relative;
  top: -70px;
  width: 450px;
}

#ecommercel_Banner{
  animation: moveHorizontal 3s infinite alternate;
}      
@keyframes moveHorizontal {
      from {
          transform: translateX(0);
      }
      to {
          transform: translateX(50px);
      }
  }
 @keyframes moveHorizontal {
      from {
          transform: translateX(0); 
      }
      to {
          transform: translateX(50px);
      }
      }

#manucard {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

#manu-icon {
  flex-shrink: 0;
  padding: 20px;
  border-radius: 20px 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.manufacturer-icon {
  background-color: rgba(246, 47, 32, 0.8);
}


#ecommerce-card{
  width: 100%;
  height: 350px;
  border: #f62f20;
  border-radius: 20px;
  background-color: #f62f20;
}
#ecommerce-content{
  width: 100%;
  height: 365px;
  position:absolute;
  top: 100px;
  left:-0px;
  border: #f62f20;
  background-color: #fff;
  border: 1px solid #dcd7d7;
  color: #000;
}
.ecom-img{
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 15px;
}
.ecom-cont{
  position: absolute;
  top: 10px;
  left: 110px;
}
#ecom-imgr1{
  position: absolute;
  top: 8px;
  left: 10px;
}

#ecom-newsletter{
  position: relative;
  top: 50px;
}

/* Travel Booking */

#travelBanner{
  position: relative;
  top: -70px;
  width: 450px;
}

#travel-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

#travel-card {
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

#travel-icon {
  flex-shrink: 0;
  padding: 20px;
  border-radius: 50%;
  background-color: #f62f20;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  
}

#travel-icon img {
  width: 40px;
  height: auto;
  color: #fff;
}

#travel-text {
  color: #f62f20;
}

#travel-content {
  text-align: center;
  margin-bottom: 40px;
}

#travel-card2{
  padding: 15px;
  background-color: #f0f8ff;
  border: none;
}

#travel-container{
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
  margin-block-end: 6rem;
  gap: .5rem;
  padding-right: 1rem;
  /* background-color: rgb(226, 150, 9); */
}
.boxs{
  min-width: 367px;
  height: 210px;
  width: 100%;
  padding-right: 1rem;
  /* font-size: xx-large;   xx-large */
}
#travel-container{
  overflow-x: scroll; 
  overflow: auto;
}
#travel-container::-webkit-scrollbar {
display: none; /* Hides the scrollbar */
}
#loginBtn{
  background-color: #141647;
  color: #fff;
}
@media only screen and (min-width: 300px) and (max-width: 567px){
#newsletter h2{
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
}
#newsletter h5{
  font-size: 14px;
  margin-bottom: 0px;
}
#buttons a{
  font-size: 14px;
  height: 15px;
  width: 10px;
  position: relative;
  margin-bottom: 300px !important;
  justify-content: center;
}
}

/* b2b fin Tach  */
/* 
#b2b-card{
padding: 15px;
background-color: #f0f8ff;
border: none;
height: 350px;

}
#b2b-card p{
font-size: 13px;
}

.benefits-icon{
width: 80px;
height: 80px;
background-color: #141647;
border-radius: 13px;
margin-bottom: 15px;
}
.benefits-icon img{
position: absolute;
top:30px;
left:30px;
}



.faq-section {
display: flex;
border-radius: 15px; 
overflow: hidden;
}
.faq-questions {
width: 50%;
height: 400px;
background-color: rgba(246, 47, 32, 0.8);
color: white;
padding: 20px;  
line-height: 40px;
}
.faq-answers h3{
 color: white;
 position: relative;
 top:30px;
}
.faq-answers p{
 color: white;
 position: relative;
 top:40px;
 font-size: 14px;
}
.faq-answers {
width: 50%;
height: 400px;
background-color: black;
color: white;
padding: 20px;
}
.faq-answer {
display: none;  
}
.faq-answer.active {
display: block;
}
.list-group-item.active {
background-color: #007BFF;
font-weight: bold;
}

.faq-icon{
margin-top: 15px;
width: 80px;
height: 80px;
background-color: rgba(246, 47, 32, 0.8);
border-radius: 13px;
}
.faq-icon img{
position: relative;
top:18px;
left:17px;
}

#b2b-card2{
padding: 15px;
background-color: #fee9e9;
border: none;
width: 250px;
height: 250px;
}
.service-icon2 img{
width: 100px;
height: 100px;
} */
  
/* Food Delivery */

.underline {
width: 55%;
position: relative;
top: -40px;
margin: 0 auto;
border-bottom: 2px solid #BEBEBE; /* Grey line */
}
#foodh3{
position: relative;
top: 100px;
}
#foodBanner{
position: relative;
top: -20px;
width: 450px;
}
#foodimage{
width: 600px;
height: 400px;
position: relative;
border-radius: 15px;
/* margin-top: 60px; */
}

#foodimg{
animation: moveVertical 2s infinite alternate;
}      
@keyframes moveVertical {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(20px);
    }
}
@keyframes moveVertical {
    from {
        transform: translateY(0px); 
    }
    to {
        transform: translateY(25px);
    }
}

.title-color{
font-weight: 800;
color: #f62f20;
}
.left-icon-part{
width: 80px;
height: 80px;
border-radius: 25%;
margin-right: 20px;
color: #ddd;
background-color: rgba(246, 47, 32, 0.8);
}
.left-icon-part:hover{
width: 80px;
height: 80px;
border-radius: 50%;
margin-right: 20px;
color: #ddd;
background-color: rgba(20, 22, 71,0.8)
}
.left-icon-part img{
position: relative;
top: 13px;
left: 13px
}
#food_icon{
background-color: rgba(246, 47, 32, 0.8);
}
#food_icon:hover{
background-color: rgba(20, 22, 71,0.8)
}
#food_icon h6{
color: #fff;
margin-top: 10px;
}
#food_icon p{
color: #fff;
font-size: 14px;
}




/* b2b Software  */

.feature-cards {
display: flex;
justify-content: space-around;
margin-top: 15px;
}

/* Styling for individual cards */
.card-b2b {
position: relative;
margin-right: 10px;
width: 300px;
height: 90px;
background-color: #141647;
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
transition: background-color 0.5s ease;
}

.corner {
content: '';
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 1px;
background-color: #f62f20;
border-radius: 0 0 50px 0;
transition: all 0.8s ease;
}

/* Text inside the card */
.card-b2b p {
color: white;
font-size: 17px;
font-weight: bold;
text-align: center;
z-index: 1;
}
.card-b2b:hover .corner {
width: 100%;
height: 100%;
border-radius: 0;
}

.b2b-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
justify-items: center;
margin-top: 50px;
}

/* Individual service cards */
.b2b-card4 {
background-color: #F3F4F6;
border: 2px solid #1C3C72;
border-radius: 10px;
width: 200px;
height: 180px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 20px 0;
position: relative;
transition: box-shadow 0.3s ease;
}

.b2b-card4 img {
width: 60px;
height: auto;
}

/* The service name on a red background */
.service-name {
background-color: #141647;
color: white;
padding: 10px 20px;
border-radius: 5px;
font-weight: bold;
text-align: center;
width: 100%;
transition: background-color 0.3s ease;
position: absolute;
bottom: 0;
left: 0;
border-radius: 0 0 8px 8px;
}

.b2b-card4:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.b2b-card4:hover .service-name {
background-color: #f62f20;
}

/* school  */

#school_img{
animation: moveHorizontal 3s infinite alternate;
}      
@keyframes moveHorizontal {
     from {
         transform: translateX(0);
     }
     to {
         transform: translateX(50px);
     }
 }
@keyframes moveHorizontal {
     from {
         transform: translateX(0); 
     }
     to {
         transform: translateX(50px);
     }
}
@media screen and (max-width:498px) {
  
#school_img{
animation:none;
}  
}


.card_school{
  width: 170px;
  height: 170px;
  background-color: #f62f20;
  border-radius: 15px;
  color: #fff;
  top: 10px;
}

#card_school:hover{
  background-color: #141647;
  color: #fff;
}
#card_school:hover h5{
  color: #fff;
}

.advantages-section {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.advantage {
  flex: 1;
  max-width: 45%;
  background-color: #fff4e5;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* .icon img {
  width: 50px;
  height: 50px;
} */

/* h3 {
  color: #f27405;
  font-size: 20px;
  margin-top: 10px;
} */

/* p {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
} */


/* API Services */
.api_icon{
width: 70px;
height: 70px;
margin-top: 30px;
background-color: #D83424;
border-radius: 15px; 
position: relative;
left: 120px;
}
.api_icon img{
position: relative;
top: 11px;
left: 13px;
}


/* Employee Tracking Software  */

.feature-box {
border: 1px solid #ddd;
border-radius: 5px;
padding: 15px 15px 8px 0px;
display: flex;
align-items: center;

}
.feature-box .icon {
font-size: 40px;
position: relative;
right: 80px;
}
.feature-box.orange {
border-left: 90px solid #f62f20;
}
.feature-box.orange:hover {
border-left: 90px solid #141647;
}
.feature-title {
font-weight: bold;
font-size: 18px;
}
.feature-description {
font-size: 14px;
color: #555;
}

.title-background{
background-color: #f62f20;
}
#employee_hover p{
text-align: center;
margin-bottom: 0;
}
#employee_hover:hover{
background-color: #141647;
border-radius: 50px;

margin-top: 5px;
}

/* Reseller Software  */

#reseller_card{
padding: 10px 10px 10px 110px;
/* height: auto; */
}
.reseller_icon{
width: 75px;
height: 100%;
position: absolute;
background-color: #f62f20;
top: 0px;
left: 20px;
}
.reseller_icon img{
position: absolute;
top: 10px;
left: 3px;
}
.card_reseller{
width: 300px;
height: 150px;
/* border: 2px solid cornflowerblue; */
border-radius: 20px;
background-color: #f62f20;
justify-content: center;
text-align: center;
padding-top: 40px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card_reseller h4{
color: #fff;
padding: 10px;
}
.choice5{
background-color: #e9e5e5;
}

/* contact form  */

/* #getQuote{
background-color: #BEBEBE;
} */

.contact-form-all {
background-color: #dedbdb;
padding: 30px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
.contact-form-all h2 {
font-size: 24px;
margin-bottom: 20px;
}
.contact-form-all .form-control {
margin-bottom: 15px;
}
.contact-form-all textarea {
height: 150px;
resize: none;
}
.contact-form-all .btn-submit {
background-color: #f62f20;
color: #fff;
}
.contact-details-all {
margin-top: 30px;
}
.contact-details-all .card {
border: none;
background-color: #f8f9fa;
}
.contact-details-all .card-header {
background-color: #f62f20;
color: #fff;
text-align: center;
font-weight: bold;
}
.contact-details-all .card-body {
text-align: center;
}
.map-responsive {
overflow: hidden;
padding-bottom: 77.25%;
position: relative;
height: 0;
}
.map-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}

.story-com-cont h1{
font-size:54px;
text-shadow:0 1px 10px rgb(255 255 255 / .5);
margin:30px 0
}
.story-com-cont p span{
color:#f72f20;
/* padding:0px 0px 0px; */
/* background-color:#f72f20; */
font-weight:700;
font-size:20px;
position:relative;
border-radius:10px;
}
.story-com-cont p span::before{
content:'';
position:absolute;
bottom:-30%;
width:100%;
background-color:#141647;
height:2px;
left:0
}
.story-com-cont p span::after{
content:'';
position:absolute;
bottom:-37%;
width:8px;
background-color:#f10;
height:8px;
left:0;
animation:3s linear infinite forwards dotunder
}
.story-com-cont p span::before{
content:'';
position:absolute;
bottom:-30%;
width:100%;
background-color:#141647;
height:2px;
left:0
}

@keyframes dotunder{
0%{
    left:0
}
100%{
    left:100%
}
}
.story-com-cont{
/* padding-left:50px; */
padding-top:20px;
padding-bottom:30px
}

/* Aeps  */
/* 
.aeps-panel {
display: flex;
align-items: center;
background-color: white;
border: 1px solid #ddd;
padding: 20px;
border-radius: 8px;
max-width: 800px;
margin: 10px auto;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s;
}

.icon-aeps {
background-color: #f62f20;
border-radius: 50%;
padding: 20px;
display: inline-block;
margin-right: 20px;
position: relative;
}
.aeps-panel:hover{
background-color: #141647;
color: #fff;
transform: scale(1.15);
}
.aeps-panel:hover p {
color: #fff;
}

.icon-aeps i {
font-size: 50px;
color: white;
}

.content-aeps h2 {
color: #f62f20;
font-size: 24px;
margin: 0 0 10px;
}

.content-aeps p {
color: #333;
font-size: 16px;
line-height: 1.5;
}

.card_aeps{
width: 350px;
height: 350px;
margin: 10px;
border-radius: 13px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
transition: transform 0.3s;
}
.card_aeps:hover{
transform: scale(1.09);
}
.card_aeps h4{
color: #f62f20;
padding: 10px 10px 0px 10px;
}
.card_aeps p{
font-size: 13px;
padding: 10px 10px 0px 10px
}
.card_aeps img{
padding: 10px;
}
.aeps_button:hover{
 background-color: #f62f20;
 color: #fff;
 border: none;
}
.aeps_button a:hover{
 color: #fff;   
}

.card_aeps_api{
width: 430px;
height: 200px;
margin: 15px;
border-radius: 15px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
transition: transform 0.3s;
}
.card_aeps_api:hover{
transform: skew(5deg, 5deg);
}

.card_aeps_api h4{
color: #141647;
padding: 10px 10px 0px 10px;
}
.card_aeps_api p{
font-size: 13px;
color: #000;
padding: 10px 10px 0px 10px
} */


.common-aboutus-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.story-com-cont p {
  font-size: 16px;
  color: #333;
}

.card_aeps {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.card_aeps h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  color: #0056b3;
}

.card_aeps p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.card_aeps img {
  width: 60px;
  height: 60px;
}

.card-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.img_aeps {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .card_aeps {
      margin-bottom: 30px;
  }
}




.y-us-section {
  padding: 82px 0 82px;
}
.y-us-head {
  text-align: center;
  margin: 0 0 91px;
}
.y-us-title h2 {
  color: #000;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.y-us-title > p {
  color: #777777;
  line-height: 22px;
}
.y-us-title-border {
  background: #ffae11 none repeat scroll 0 0;
  border-radius: 2px;
  display: inline-block;
  height: 3px;
  position: relative;
  width: 50px;
}
.service-3 .service-box {
  margin-bottom: 18px;
}
.service-3 .service-box .iconset {
  float: left;
  text-align: center;
  width: 25%;
}
.service-3 .service-box .iconset i {
  color: #000;
  font-size: 44px;
}
.service-3 .service-box .y-us-content {
  float: left;
  width: 75%;
}
service-3 .service-box .y-us-content h4 {
  color: #3a3a3a;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 14px 0 12px;
  text-transform: uppercase;
}
.service-3 .service-box .y-us-content p {
  color: #777777;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.icon {
  color : #f4b841;
  padding:0px;
  font-size:40px;
  border: 1px solid #fdb801;
  border-radius: 100px;
  color: #fdb801;
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}

@media (max-width: 498px) {
  .cartoon-img {
    display: none;
  }

}







/* Dmt  */






/* terms conditions */
.terms-container {
  margin: 0 auto;
  background-color: #fff;
  padding: 80px;
  border-radius: 5px;
}

/* .terms-container h1,{
  color: #2c3e50;
  text-align: center;

} */

.terms-container h1 {
  border-bottom: 2px solid #2980b9;
  padding-bottom: 10px;
  font-size: 35px;
  text-align: center;
}
.terms-container h2{
  font-size: 20px;
}

.terms-container p {
  line-height: 1.9;
  margin-bottom: 25px;
  color: black;
}

.terms-container address {
  font-style: normal;
  line-height: 1.6;
  color: black;
}

.terms-container a {
  color: #2980b9;
  text-decoration: none;
}

.terms-container a:hover {
  text-decoration: underline;
}







/* /return page/ */
.return-container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  margin: 25px !important;
  border-radius: 5px;
}

.return-container  h2, h3, h4 {
  color: #2c3e50;
  font-size: 22px;

}

.return-container h1 {
  border-bottom: 2px solid #2980b9;
  padding-bottom: 10px;
  text-align: center;
      color: #2c3e50;
      font-size: 35px;
      margin-bottom: 30px;
}

.return-container p, ul {
  line-height: 1.6;
  margin-bottom: 20px;
  color: black;
}

.return-container ul {
  padding-left: 20px;
}

.return-container a {
  color: #2980b9;
  text-decoration: none;
}

.return-container a:hover {
  text-decoration: underline;
}

.return-container address {
  font-style: normal;
  line-height: 1.6;
}


/* Extra  */

.img_grap{
position: relative;
top: -20px;
}




/*index pge*/
.map-responsive {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%; /* This ratio is for 16:9 aspect ratio */
 
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}







/*nav bar style*/
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Base Styles (for larger screens) */
header {
  height: 70px;
  width: 100%;
  /* background: linear-gradient(15deg, #F72F20 ,#141647 ); */
  background:white;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-bottom:2px solid white ;
}

.navbar {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  justify-content: space-between;
  height: 70px;
  transition: background-color 0.5s ease;
}

#navbar {
width: 100%;
padding: 20px;
background: transparent;
transition: background-color 0.5s ease;
}

#navbar.scrolled {
background-color: white; 
}

.logo img {
  width: 150px;
  height: 50px;
  position: relative;
  top:-10px;
}

.menu {
  list-style: none;
  display: flex;
  margin-right: 140px;


}

.menu-item {
  position: relative;
}

.menu-item a {
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  transition: color 0.5s ease;
}

#navbar.scrolled ul li a {
  color:black; /* Change this to the desired color */
}

.menu-item a:hover {
  color: #F62F20;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 4px 0;
}

/* Mega Menu */
.mega-menu-content {
  display: none;
  position: absolute;
  top: 100%;
  left: -450px;
  background: linear-gradient(135deg, #141647, #F72F20);
  padding: 8px;
  width: 1000px;
/*    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);*/
  /* z-index: 1; */
  height:auto;
  flex-wrap: wrap;
  border-radius: 8px;
}

.nav-fa-icon{
  margin-left: 50px;
}

.mega-menu:hover .mega-menu-content {
  display: flex;
}

.side-tab-menu {
  background-color: white;
  padding: 20px;
  width: 300px;
 /* height: 400px;*/
  flex-direction: column;
}

.tab-link {
  background-color: #ead3e9;
  border: none;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  width: 250px;
  transition: background-color 0.3s ease;
}

.tab-link.active {
  background-color: #141647;
  color: white;
}

.right-content {
  flex-grow: 1;
  padding: 20px;
  background-color:whitesmoke;
  color: black;
  list-style: none;
  border-left: 2px solid black;
}
.right-content ul li a{
 color:black;
 font-weight:bold;
 list-style: none;
 text-decoration: none;
 font-size: 16px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.navbar-web-image{
position: absolute;
left: 650px;
top:40px;
}



.mega-menu-content-fintech {
  display: none;
  position: absolute;
  top: 100%;
  left: -100px;
  background-color: #f3f3f3;
  padding: 15px;
  width: 350px;
  height:400px;
  flex-wrap: wrap;
  margin-left: 30px;

}

.mega-menu:hover .mega-menu-content-fintech{
  display: flex;
}
/* Responsive Styles */



/* Small Screens (below 768px) */
@media (max-width: 768px) {
  .menu {
      display: none;
      flex-direction: column;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      background-color: white;
      z-index: 1000;
      overflow-y: auto;
      padding-top: 70px;
  }

  .hamburger {
      display: flex;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 1001;
  }

  .menu.active {
      display: flex;
  }

  .mega-menu-content {
      display: block;
      position: static;
      padding: 0;
      box-shadow: none;
      margin-top: 10px;
      width: 50%;
      background: whitesmoke;
  }

  .side-tab-menu,
  .right-content {
      width: 100%;
      padding: 10px;
      display: block;
  }

  .tab-link {
      margin: 5px 0;
      width: 100%;
  }

  .right-content {
      display: table-row;
      padding: 20px;
  }
  .navbar-web-image{
    display: none;
  }
}

/* Extra Small Screens (below 498px) */
@media (max-width: 498px) {
  .logo img {
      width: 150px;
      height: 50px;
      margin-top: 8px;
   
  }

  .menu-item a {
      padding: 10px;
      font-size: 14px;
  }

  .hamburger span {
      width: 30px;
      height: 3px;
  }

  .mega-menu-content {
      width:350px;
      height: auto;
      margin-bottom: 15px;
      
  }
  .right-content {
  width: 50%;
}
.navbar-web-image{
display: none;
}
.right-content ul li a{
 color:black;
 font-weight: normal;
 list-style: none;
 text-decoration: none;
 font-size: 13px;
}
.mega-menu-content-fintech {
      width:350px;
      height: auto;
      margin-bottom: 15px;
  }

}



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


.no-list-style li img {
  margin-right: 10px;
}

/* Tablet View */
@media (max-width: 768px) {
  .mega-menu-content-fintech {
      width: 100%;
      position: static;
      box-shadow: none;
  }

  .no-list-style li {
      margin-bottom: 8px;
  }

  .no-list-style li img {
      display: none;
  }
}

/* Mobile View */
@media (max-width: 480px) {
  .mega-menu-content-fintech {
      width: 320px;
      padding: 5px;
  }

  .no-list-style li {
      margin-bottom: 5px;
  }

  .no-list-style li img {
      height: 30px;
      width: 35px;
  }
  
  .menu-item.mega-menu a {
      font-size: 14px;
      padding: 10px;
  }
  .home-login{
    margin-top: 20px;
    margin-left: -100px;
  }
}

@media (max-width: 360px){

.mega-menu-content {
  width:320px;
  height: auto;
  margin-bottom: 15px;
  
}
.mega-menu-content-fintech {
width: 280px;
padding: 5px;
}

}


.home-login{
  width: 100px;
  height: 40px;
  border-radius: 5px;
  background-color: #F72F20;
  position: relative;
  top:-10px;
left: 100px;
  border: none;
  color:white;
}
.home-login:hover{
  background-color: #141647;
  color: white;
}
.no-list-style {
    list-style: none;     /* List bullets को हटाना */
    padding-left: 0;      /* Default padding हटाना */
}










/*project card*/
.project-card{
transition: transform 0.3s;
}
.project-card:hover{
transform: scale(1.1);
}


/* 
index */

/* Card Styles */
.card-modern-alt {
  background: linear-gradient(135deg, #141647, #F72F20);
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 300px;
  color: #fff;
}

.card-modern-alt:hover {
  transform: translateY(-10px);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.card-modern-alt:hover .icon-container-why-choose {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.2);
}

.icon-container-why-choose {
  font-size: 3rem;
  margin-bottom: 20px;
  background-color: rgba(0, 123, 255, 0.1);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s, transform 0.4s;
}

.card-modern-alt h4 {
  font-size: 1.75rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
}

.card-modern-alt p {
  font-size: 1rem;
  margin-bottom: 0;
}

/* Animation */
.wow {
  visibility: hidden;
}

.wow.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.6s;
  visibility: visible;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
      transform: translate3d(0, 40px, 0);
      opacity: 0;
  }
  to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
  }
}

/* Hover Effect */
.card-modern-alt:hover h4, 
.card-modern-alt:hover p {
  color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .card-modern-alt {
      margin-bottom: 20px;
  }
}














/* aeps */
.aeps-section {
background-color: #f8f9fa; /* Light background for contrast */
}

.aeps-title {
color: #F72F20;
font-size: 2.5rem;
margin-bottom: 1rem;
}

.aeps-description {
color: #141647;
font-size: 1.1rem;
line-height: 1.5;
}

.aeps-image-container {
overflow: hidden; /* Ensures the image stays within its container */
}

.aeps-image {
width: 100%; /* Responsive image */
transition: transform 0.5s; /* Animation effect */
}

















/* ADVERTISERS SERVICE CARD */

.sec-icon {
position: relative;
display: inline-block;
padding: 0;
margin: 0 auto;
}

.sec-icon::before {
content: "";
position: absolute;
height: 1px;
left: -70px;
margin-top: -5.5px;
top: 60%;
background: #333333;
width: 50px;
}

.sec-icon::after {
content: "";
position: absolute;
height: 1px;
right: -70px;
margin-top: -5.5px;
top: 60%;
background: #333;
width: 50px;
}

.advertisers-service-sec {
background-color: #f5f5f5;
}

.advertisers-service-sec span {
color: #F43D2F;
}

.advertisers-service-sec .col {
padding: 0 1em 1em 1em;
text-align: center;
}

.advertisers-service-sec .service-card {
width: 100%;
height: 100%;
padding: 2em 1.5em;
border-radius: 5px;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
cursor: pointer;
transition: 0.5s;
position: relative;
z-index: 2;
overflow: hidden;
background: #fff;
}

.advertisers-service-sec .service-card::after {
content: "";
width: 100%;
height: 100%;
background: linear-gradient(#1C1E4C, #F43D2F);
position: absolute;
left: 0%;
top: -98%;
z-index: -2;
transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
font-size: 20px;
text-transform: capitalize;
font-weight: 600;
color: #1f194c;
margin: 1em 0;
z-index: 3;
}

.advertisers-service-sec p {
color: black;
font-size: 15px;
line-height: 1.6;
letter-spacing: 0.03em;
z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
background-color: #2c7bfe;
position: relative;
margin: auto;
font-size: 30px;
height: 2.5em;
width: 2.5em;
color: #ffffff;
border-radius: 50%;
display: grid;
place-items: center;
transition: 0.5s;
z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
top: 0%;
}

.service-card .icon-wrapper {
background-color: #ffffff;
color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
color: white;
}

.advertisers-service-sec .service-card:hover ul li  {
color: #f0f0f0;
}
/* ADVERTISERS SERVICE CARD ENDED */



/* why choose section */









.aeps-api-section {
background-color: #f9f9f9;
padding: 50px 0;
}

/* Text Centering and Color */
.aeps-api-section .section-title {
color: #141647;
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 20px;
}

.aeps-api-section .section-description {
color: #555;
font-size: 1.2rem;
max-width: 1250px;
margin: 0 auto;
}

.aeps-api-section .benefits-title {
color: #141647;
font-size: 2rem;
font-weight: bold;
margin-bottom: 40px;
}

/* Benefit Items Layout */
.benefit-item {
background-color: #fff;
border-radius: 8px;
padding: 30px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
text-align: center;
height: 350px;
border: 5px solid transparent;
border-image: linear-gradient(#141647, #F72F20) 1;
}


/* Icon Styles */
.benefit-item .circle-overlay {
width: 80px;
height: 80px;
margin: 0 auto 20px;
background-color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #141647;
}

.benefit-item .benefit-icon {
width: 50px;
height: 50px;
}

/* Benefit Item Titles and Descriptions */
.benefit-item h4 {
color: #141647;
font-size: 1.5rem;
margin-bottom: 15px;
}

.benefit-item p {
color: #777;
font-size: 1rem;
}

/* Hover Effects */
.benefit-item:hover {
transform: translateY(-10px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}


/* Section Conclusion */
.section-conclusion {
color: #555;
font-size: 1.2rem;
max-width: 1250px;
margin: 0 auto;
}

/* Responsive Styles */
@media (max-width: 768px) {
.aeps-api-section .section-title {
    font-size: 2rem;
}

.aeps-api-section .section-description {
    font-size: 1rem;
}

.benefit-item h4 {
    font-size: 1.25rem;
}

.benefit-item p {
    font-size: 0.9rem;
}
}







#b2b-software {
background-color: #f4f7fa; /* Light grey-blue background */
color: #333; /* Dark text for contrast */
padding: 60px 0;
}

.section-title {
font-size: 2.5rem;
margin-bottom: 20px;
}

.section-description {
font-size: 1.2rem;
margin-bottom: 40px;
}

.feature-card {
background-color: whitesmoke; /* White background for cards */
border-radius: 12px;
padding: 20px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
transition: transform 0.3s;
height: 300px;
}

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

.card-icon {
font-size: 3rem;
color: #F72F20; /* Blue color for icons */
margin-bottom: 15px;
}

.card-title {
font-size: 1.5rem;
margin-bottom: 10px;
color: #333; /* Dark text color for titles */
}

.card-text {
font-size: 1rem;
color: #666; /* Lighter text color for descriptions */
}

.b2b-software-btn {
background-color: #28a745; /* Green button */
color: #ffffff;
border-radius: 25px;
padding: 10px 30px;
}

.b2b-software-btn:hover {
background-color: #218838; /* Darker green on hover */
color: #ffffff;
}






/* dmt page */
.dmt-section {
background-color: #f8f9fa;
padding: 60px 0;
}

.dmt-title {
color: #141647;
font-size: 2.5rem;
font-weight: 700;
}

.dmt-description {
color: #6c757d;
font-size: 1.1rem;
margin-bottom: 20px;
}

.dmt-feature-list {
list-style: none;
padding-left: 0;
}

.dmt-feature-item {
font-size: 1.2rem;
margin-bottom: 15px;
}

.dmt-feature-item::before {
content: "✔ ";
color: #F72F20;
font-weight: bold;
}

.dmt-btn {
background-color: #F72F20;
color: #fff;
border: none;
padding: 10px 25px;
border-radius: 5px;
}

.dmt-btn:hover {
background-color: #c9271a;
}






/* step */
.cta-section {
background-color: white;
color: black;
padding: 60px 0;
text-align: center;
}

.cta-title {
font-size: 2.1rem;
font-weight: 700;
margin-bottom: 20px;
}

.cta-description {
font-size: 1.2rem;
margin-bottom: 30px;
}


.cta-btn {
background-color: #F72F20;
color: #fff;
padding: 12px 30px;
border-radius: 5px;
border: none;
font-size: 1.1rem;
}

.cta-btn:hover {
background-color: #c9271a;
}








.benefits-section {
background-color: #e9ecef;
padding: 60px 0;
}

.benefits-title {
color: #141647;
margin-bottom: 40px;
font-size: 2.5rem;
}

.benefit-item {
padding: 20px;
border-radius: 10px;
background: white;
margin-bottom: 30px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
transition: transform 0.2s;
}

.benefit-item:hover {
transform: translateY(-5px);
}

.benefit-icon {
font-size: 2rem;
color: #F72F20;
margin-bottom: 15px;
}
#businessBenefits{
height: 500px;
}





/* recharge */

.why-choose-section {
background-color: #141647;
color: white;
padding: 50px 0;
}
.why-choose-section h2 {
color: #F72F20;
margin-bottom: 30px;
}
.why-choose-section .icon-box {
font-size: 50px;
color: #F72F20;
margin-bottom: 20px;
}
.why-choose-section .feature-box {
background-color: #20285C;
padding: 20px;
border-radius: 8px;
margin-bottom: 30px;
transition: transform 0.3s ease-in-out;
}
.why-choose-section .feature-box:hover {
transform: translateY(-10px);
}

section {
padding: 60px 0;
min-height: 100vh;
}



.work-porcess-area {
padding: 60px 0; /* Adjusts top and bottom padding */
background-color: #f9f9f9; /* Light background color */


}

.section-title {
margin-bottom: 40px; /* Space below the title */
}

.section-title h2 {
font-size: 1rem; /* Title font size */
color: #141647; /* Title color */
font-weight: bold; /* Bold title */
}

.process-info {
padding: 20px 0; /* Space around the process info */
}

.single-process {
background: white; /* White background for each process */
padding: 30px; /* Padding inside the process box */
border-radius: 50%; /* Rounded corners */
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
transition: transform 0.3s, box-shadow 0.3s; /* Smooth hover effect */
height: 270px;
width: 270px;
gap:10px;

}

.single-process:hover {
transform: translateY(-5px); /* Lift effect on hover */
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
}

.single-process i {
font-size: 40px; /* Icon size */
color: #F72F20; /* Icon color */
margin-bottom: 15px; /* Space below the icon */
}

.single-process h4 {
font-size: 1.5rem; /* Font size for process title */
color: #141647; /* Title color */
font-weight: 600; /* Semi-bold title */
}

@media (max-width: 768px) {
.single-process {
    margin-bottom: 20px; /* Space between process boxes on small screens */
}
}





















/* FEATURES SECTION */

.icon-divider {
position: relative;
display: inline-block;
padding: 0;
margin: 0 auto;
}

.icon-divider::before {
content: "";
position: absolute;
height: 1px;
left: -70px;
margin-top: -5.5px;
top: 60%;
background: #333333;
width: 50px;
}

.icon-divider::after {
content: "";
position: absolute;
height: 1px;
right: -70px;
margin-top: -5.5px;
top: 60%;
background: #333;
width: 50px;
}

.features-section {
background-color: #f5f5f5;
}

.features-section span {
color: #F43D2F;
}

.features-section .col {
padding: 0 1em 1em 1em;
text-align: center;
}

.features-section .feature-card {
width: 100%;
height: 100%;
padding: 2em 1.5em;
border-radius: 5px;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
cursor: pointer;
transition: 0.5s;
position: relative;
z-index: 2;
overflow: hidden;
background: #fff;
}

.features-section .feature-card::after {
content: "";
width: 100%;
height: 100%;
background: linear-gradient(#1C1E4C, #F43D2F);
position: absolute;
left: 0%;
top: -98%;
z-index: -2;
transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}
.features-section .feature-card::after {
content: "";
width: 100%;
height: 100%;
background: linear-gradient(#1C1E4C, #F43D2F);
position: absolute;
left: -100%; /* Initially hide the background to the left */
top: 0;
z-index: -2;
transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.features-section .feature-card:hover::after {
left: 0%; /* On hover, slide the background in from the left */
}

.features-section h3 {
font-size: 20px;
text-transform: capitalize;
font-weight: 600;
color: #1f194c;
margin: 1em 0;
z-index: 3;
}

.features-section p {
color: #575a7b;
font-size: 15px;
line-height: 1.6;
letter-spacing: 0.03em;
z-index: 3;
}

.features-section .icon-box {
background-color: #2c7bfe;
position: relative;
margin: auto;
font-size: 30px;
height: 2.5em;
width: 2.5em;
color: #ffffff;
border-radius: 50%;
display: grid;
place-items: center;
transition: 0.5s;
z-index: 3;
border: 2px solid black;

}

.features-section .feature-card:hover:after {
top: 0%;
}

.feature-card .icon-box {
background-color: #ffffff;
color: rgb(255, 23, 131);
}

.features-section .feature-card:hover .icon-box {
color: #0dcaf0;
}

.features-section .feature-card:hover h3 {
color: #ffffff;
}

.features-section .feature-card:hover p {
color: #f0f0f0;
}

.features-section .feature-card:hover ul li {
color: #f0f0f0;
}




/* 
bbps */
.bbps-container {
background-color: #f8f9fa;
padding: 30px;
border-radius: 12px;
}

.section-title h2 {
color: #141647;
font-weight: bold;
}

.business-benefits, .consumer-benefits {
background-color: white;
border-radius: 15px;
transition: box-shadow 0.3s ease, transform 0.3s ease;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.business-benefits:hover, .consumer-benefits:hover {
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
transform: translateY(-5px);
}

.vertical-line {
width: 2px;
height: 80%;
background-color: #141647;
}

.icon {
margin-bottom: 15px;
}

.fas.fa-briefcase {
color: #F72F20;
}

.fas.fa-users {
color: #28a745;
}

.list-unstyled {
font-size: 16px;
}

.list-unstyled li {
margin-bottom: 12px;
}

.list-unstyled li i {
margin-right: 10px;
}













.bbps-users-section {
padding: 60px 20px;
background-color: #f9f9f9;
text-align: center;
}

.section-title {
font-size: 2.5rem;
color: #141647;
margin-bottom: 20px;
text-align: center;
}

.section-description {
font-size: 1.2rem;
color: #666;
margin-bottom: 40px;
text-align: center;
}

.users-timeline {
position: relative;
margin: 0 auto;
padding: 20px 0;
max-width: 800px;
}

.timeline-item {
display: flex;
align-items: center;
position: relative;
padding: 20px 0;
}

.timeline-item:nth-child(even) {
flex-direction: row-reverse;
}

.timeline-icon {
flex: 0 0 50px;
height: 50px;
background-color: #F72F20;
color: white;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.5rem;
margin: 0 20px;
}

.timeline-content {
background-color: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 500px;
}

.timeline-content h3 {
font-size: 1.5rem;
margin-bottom: 10px;
color: #141647;
}

.timeline-content p {
font-size: 1rem;
color: #777;
}

/* Line between items */
.users-timeline:before {
content: '';
position: absolute;
top: 0;
left: 50%;
height: 100%;
width: 2px;
background-color: #ccc;
transform: translateX(-50%);
}

.timeline-item:nth-child(even) .timeline-content {
text-align: right;
}

.timeline-item:nth-child(even) .timeline-icon {
margin-right: 0;
margin-left: 20px;
}

@media (max-width: 768px) {
.timeline-item {
    flex-direction: column;
    text-align: center;
}

.timeline-item:nth-child(even) {
    flex-direction: column;
}

.timeline-icon {
    margin: 10px 0;
}

.timeline-content {
    text-align: center;
}

.users-timeline:before {
    left: 0;
}
}







.service-section .icon-box {
margin-bottom: 20px;
padding: 30px;
border-radius: 6px;
background-color: #f8f9fa;
}
.service-section .icon-box:hover .service-title a {
color: #F72F20;
}
.service-section .icon-box .service-icon {
float: left;
color:  #F72F20;
font-size: 40px;
}
.service-section .icon-box .service-title {
margin-left: 70px;
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
line-height: 1.2;
}
.service-section .icon-box .service-title a {
color: #556270;
transition: 0.3s;
text-decoration: none;
}
.service-section .icon-box .service-para {
margin-left: 70px;
line-height: 24px;
font-size: 14px;
}
.service-section .service-main-heading {
color: #556270;
padding: 0;
margin-bottom: 20px;
line-height: 1;
font-size: 60px;
font-weight: 600;
}




/* payout */

@keyframes moveCircle {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(200px);
  }
}

.payout-card {
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 4px 15px black;
  padding: 20px;
  margin: 20px auto;
  position: relative;
  max-width: 100%;
  height: 250px;
}

.payout-card::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #F72F20;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #FFFFFF;
  animation: moveCircle 2s ease-in-out infinite; /* Add this animation */
}

.payout-card::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 3px;
  height: calc(100% - 50px);
  background-color: #F72F20;
}


.payout-card-content {
  position: relative;
  z-index: 1;
}

.payout-card-title {
  color: #F72F20;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.payout-card-text {
  color: #1A1A1A;
  line-height: 1.6;
}

/* Media Queries for Responsive Design */
@media (max-width: 1199px) {
  .payout-card {
      margin: 15px auto;
  }
  .payout-card-title {
      font-size: 1.4em;
  }
}

@media (max-width: 991px) {
  .payout-card {
      padding: 15px;
      margin: 10px auto;
  }
  .payout-card-title {
      font-size: 1.3em;
  }
}

@media (max-width: 767px) {
  .payout-card {
      margin: 10px auto;
  }
  .payout-card-title {
      font-size: 1.2em;
  }
}

@media (max-width: 575px) {
  .payout-card {
      padding: 10px;
      margin: 5px auto;
  }
  .payout-card-title {
      font-size: 1.1em;
  }
  .payout-card-text {
      font-size: 0.9em;
  }
}


#payment-systems-title {
  color: #141647; /* Title color */
  font-weight: bold;
}

.payment-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.payment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.card-header {
  background: linear-gradient(135deg, #F72F20,#4C4D71);
  color: white;
  border-radius: 15px 15px 0 0;
}

.card-header .fa {
  margin-bottom: 10px;
}

.advantages {
  list-style-type: none;
  padding: 0;
}

.advantages li {
  background: #f1f1f1; /* Background for advantages */
  margin: 5px 0;
  padding: 10px;
  border-radius: 5px;
  color: black;
}






.payout-section {
background-color: #ffffff;
padding: 40px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
margin-top: 30px;
width: 100%;
}
.payout-title {
color: #141647;
font-size: 32px;
font-weight: 600;
margin-bottom: 20px;
border-bottom: 2px solid #F72F20;
padding-bottom: 10px;
}
.payout-point {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
}
.payout-icon {
font-size: 28px;
color: #F72F20;
margin-right: 15px;
flex-shrink: 0;
}
.payout-description {
font-size: 16px;
color: #333333;
}




.card {
transition: transform 0.2s; /* Smooth scaling effect */
}

.card:hover {
transform: scale(1.05); /* Scale effect on hover */
}

h2 {
color: #141647; /* Your preferred color */
}

.card-title {
color: #F72F20; /* Your preferred color */
}








.heading-payout {
font-size: 2.5rem;
color: #141647;
}

.subtitle-payout {
font-size: 1.2rem;
color: #666;
margin-bottom: 30px;
}

.card-payout {
background-color: #F72F20;
color: #fff;
padding: 25px;
border-radius: 12px;
text-align: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}

.card-payout:hover {
transform: translateY(-10px);
}

.icon-payout {
font-size: 2rem;
margin-bottom: 15px;
}

.title-payout {
font-size: 1.25rem;
font-weight: bold;
}

.text-payout {
font-size: 1rem;
color: #f9f9f9;
}








/* quick transfer page */
#useCasesSection {
background-color: #f8f9fa;
padding: 60px 0;
}
.use-case-card {
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 30px;
transition: transform 0.3s ease;
}
.use-case-card:hover {
transform: translateY(-10px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.use-case-icon {
font-size: 36px;
color: #141647;
margin-bottom: 15px;
}
.use-case-title {
font-size: 1.5rem;
font-weight: bold;
color: #F72F20;
}
.use-case-desc {
font-size: 1rem;
color: #6c757d;
}



/* 

about  */


/* new home page */
 /* Fade-in Animation */
 .fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Button Animated Effects */
.btn-animated {
  position: relative;
  overflow: hidden;
  transition: color 0.3s, background-color 0.3s;
}

.btn-animated::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease;
  z-index: 0;
}

.btn-animated:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.btn-animated:hover {
  color: #fff;
}

/* Parallax Effect */
.hero-section {
  position: relative;
  height: 100vh; /* Full viewport height */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  animation: backgroundAnimation 10s infinite alternate;
}

@keyframes backgroundAnimation {
  0% { background-color: rgba(255, 255, 255, 0); }
  100% { background-color: rgba(0, 0, 0, 0.2); }
}


.section-title h2 {
color: #343a40;
}

.text-muted {
color: #6c757d !important;
}

/* Service Cards Styling */
.service-card {
position: relative;
padding: 20px;
border-radius: 15px;
overflow: hidden;
text-align: center;
min-height: 280px;
color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Icon Styling */
.service-icon {
top: 10px;
left: 50%;
transform: translateX(-50%);
width: 70px;
height: 70px;
background-color: rgba(255, 255, 255, 0.2);
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.3s ease;
}

.service-card:hover .service-icon {
background-color: rgba(255, 255, 255, 0.3);
}

/* Gradient Backgrounds */
.bg-gradient2 {
background: linear-gradient(180deg, #30325C, #F32E1E);
}

.bg-gradient3 {
background: linear-gradient(180deg, #30325C, #F32E1E);
}

.bg-gradient4 {
background: linear-gradient(180deg, #30325C, #F32E1E);
}

/* Text Styling */
.service-card h5 {
margin-top: 80px;
font-size: 1.25rem;
}

.service-card p {
font-size: 0.95rem;
line-height: 1.6;
}
.service-card p :hover {
  color: white;
  }
  

.text-white-50 {
color: rgba(255, 255, 255, 0.75) !important;
}

/* Responsive */
@media (max-width: 767px) {
h2 {
    font-size: 1.1rem;
}
p {
    font-size: 0.9rem;
}
}


/* 

about  */
.financial-innovation-section {
  background-color: #f5f7fa; /* Light grey background */
  padding: 60px 0; /* Top and bottom padding */
  position: relative; /* For potential overlay effects */
  overflow: hidden; /* Prevent overflow */
}

.innovation-title {
  font-size: 2.5rem; /* Title font size */
  margin-bottom: 20px; /* Space below the title */
  color: #343a40; /* Darker text color */
}

.innovation-description {
  font-size: 1.2rem; /* Description font size */
  line-height: 1.6; /* Line height for readability */
  color: #495057; /* Slightly lighter text color */
  margin-bottom: 30px; /* Space below paragraphs */
}

.innovation-icons {
  display: flex; /* Flexbox for horizontal layout */
  justify-content: space-around; /* Space around items */
  margin-top: 30px; /* Space above icons */
}

.icon-box {
  text-align: center; /* Center icon and text */
  transition: transform 0.3s; /* Animation for hover effect */
}

.icon-box:hover {
  transform: translateY(-5px); /* Lift effect on hover */
}

.icon-box i {
  font-size: 3rem; /* Icon size */
  color: #007bff; /* Primary color for icons */
  margin-bottom: 10px; /* Space below icons */
}

.icon-box h5 {
  font-size: 1.2rem; /* Subtitle font size */
  color: #343a40; /* Darker text color */
}

.innovation-image {
  border-radius: 10px; /* Rounded corners for the image */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Shadow effect */
  height: 700px;
  
}


.timeline-main {
width: 100%;
padding: 25px;

.timeline-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;

  &::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: calc(100% - 10px);
    background-color: #00283a;
    animation: line 5s linear;

    @media (max-width: 767px) {
      left: 95%;
    }
  }

  .timeline-card {
    width: 50%;
    height:320px;
    margin-right: auto;
    position: relative;

    @media (max-width: 767px) {
      width: 95%;
      height: auto; 
    }

    &::after {
      content: "";
      position: absolute;
      top: 10px;
      right: -10px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 3px solid #fff;
      background: #00283a;
      animation: fadeIn 1.5s;
      animation-fill-mode: both;
    }

    .timeline-card-wrap {
      height: 100%;
      margin-right: 35px;
      background: linear-gradient(90deg, #141647, #F72F20);
      border-radius: 10px;
      position: relative;
      padding: 30px;
      animation: fadeInRight 2.5s;
      animation-fill-mode: both;

      @media (max-width: 767px) {
        padding: 20px;
      }

      &::before {
        content: "";
        position: absolute;
        left: 30px;
        top: -8px;
        height: 8px;
        width: calc(100% - 60px);
        background-color: #00283a;
        border-radius: 5px 5px 0 0;
        opacity: 0.3;
      }

      &::after {
        content: "";
        position: absolute;
        top: 10px;
        right: -8px;
        width: 20px;
        height: 20px;
        background-color: #00283a;
        border-radius: 5px;
        transform: rotate(45deg);
      }

      .card-head-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;

        @media (max-width: 1199px) {
          flex-direction: column;
          align-items: flex-start;
          gap: 10px;
        }

        .timeline-card-head {
          font-size: 28px;
          line-height: 38px;
          font-weight: 500;
          color: #fff;
          margin-bottom: 0;

          @media (max-width: 767px) {
            font-size: 18px;
            line-height: 28px;
          }
        }

        .timeline-card-subhead {
          font-size: 16px;
          line-height: 26px;
          font-weight: 400;
          color: #bdbdbd;
          margin-bottom: 0;
          font-style: italic;

          @media (max-width: 767px) {
            font-size: 14px;
            line-height: 24px;
          }
        }
      }

      .timeline-card-text {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #919ca1;
        margin: 25px 0 0;

        @media (max-width: 767px) {
          font-size: 12px;
          line-height: 22px;
        }
      }
    }

    &:nth-child(even) {
      @media (min-width: 768px) {
        margin-left: auto;
        margin-right: 0;

        &::after {
          right: unset;
          left: -10px;
          animation-delay: 2.6s;
        }

        .timeline-card-wrap {
          margin-right: 0;
          margin-left: 35px;
          animation: fadeInLeft 2.5s;
          animation-fill-mode: both;
          animation-delay: 2.5s;

          &::after {
            right: unset;
            border-left: none;
            left: -8px;
            border-right: 10px solid #00283a;
          }
        }
      }
    }
  }
}
}

@media (max-width: 820px) {
.img img {
  display: none; 
}
}


@media (max-width: 498px) {
.img img {
  display: none; 
}
}


@keyframes line {
0% {
  height: 0;
}
100% {
  height: calc(100% - 10px);
}
}

@keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

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

@keyframes fadeInLeft {
0% {
  opacity: 0;
  transform: translateX(-20px);
}
100% {
  opacity: 1;
  transform: translateX(0);
}
}

.smart-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #141647;
}

.smart-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.smart-item {
  position: relative;
  width: 150px;
  margin-top: 30px;
}

.smart-circle,
.smart-hexagon {
  width: 120px;
  height: 120px;
  background-color: white;
  color: #141647;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  font-weight: bold;
  margin: 0 auto;
}

.smart-circle {
  border-radius: 50%;
}

.smart-hexagon {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.smart-item h5 {
  font-size: 20px;
  color: white;
  margin-top: 20px;
  line-height: 1.2;
}

.fs-5 {
  font-size: 1.25rem;
  line-height: 1.5;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .smart-item {
      width: 120px;
  }

  .smart-circle, .smart-hexagon {
      width: 100px;
      height: 100px;
      font-size: 36px;
  }

  .smart-item h5 {
      font-size: 18px;
  }

  .fs-5 {
      font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .smart-item {
      width: 90px;
  }

  .smart-circle, .smart-hexagon {
      width: 80px;
      height: 80px;
      font-size: 30px;
  }

  .smart-item h5 {
      font-size: 16px;
  }

  .fs-5 {
      font-size: 1rem;
      text-align: center;
  }
}
/* hero section */

.hero-section-new {
  background-image: url('img/Home%20PAge.html');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}

@media (max-width: 992px) {
  .hero-section-new {
      background-position: top;
      background-size: cover;
      height: 500px;
  }
}

@media (max-width: 768px) {
  .hero-section-new {
      background-position: center;
      background-size: cover;
      height: 400px;
  }
}

@media (max-width: 576px) {
  .hero-section-new {
      background-position: center;
      background-size: cover;
      height: 300px;
  }
}



.video-background-holder {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.video-background-holder video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.text-content {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  text-align: center;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  margin-top: 60px;
}

.text-content h1 span {
  display: inline-block;
}

.text-content-description {
  width: 60%;
  margin: 0 auto;
  padding: 0 15px;
  margin-left: -10px;
}

.animation-btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #92EEF7;
  color: #141647;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-left: 180px;
}

.animation-btn:hover {
  background-color: #72cfd4;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .text-content {
      margin-top: 10px;
  }
  .text-content h1 span {
      font-size: 35px;
  }
  .animation-btn {
      font-size: 14px;
      margin-left:-220px ;
  }
  .text-content-description {
      width: 100%;
      text-align: left;
      margin-left: 10px;
  }
}

@media (max-width: 400px) {
  .text-content {
    top: -90px;
  }
}

/* 
dmt page */
@media (max-width: 767px) {
  #dmt-video{
    margin-top: 0px;
  }
  #dmt-video.text-content-description {
    width: 100%;
    text-align: left;
    margin-left: 10px;
    font-size: 15px;
}
  }
  






/* ui ux design */

.ui-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 100px 50px;
        padding: 100px 50px;
    }

    .ui-container .ui-card {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 350px;
        max-width: 100%;
        height: 300px;
        background: white;
        border-radius: 20px;
        transition: 0.5s;
        box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    }

    .ui-container .ui-card:hover {
        height: 400px;
    }

    .ui-container .ui-card .img-container {
        position: absolute;
        top: 20px;
        width: 250px;
        height: 220px;
        
        border-radius: 12px;
        overflow: hidden;
        transition: 0.5s;
    } 
   

    .ui-container .ui-card:hover .img-container {
        top: -100px;
        scale: 0.75;
        box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
    }

    .ui-container .ui-card .img-container img {
        position: absolute;
        top: 0;
        left: 0;
        
        object-fit: cover;
    }

    .ui-container .ui-card .text-content {
        position: absolute;
        top: 252px;
        width: 100%;
        height: 35px;
        padding: 0 30px;
        text-align: center;
        overflow: hidden;
        transition: 0.5s;
    }

    .ui-container .ui-card:hover .text-content {
        top: 130px;
        height: 250px;
    }

    .ui-container .ui-card .text-content h2 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #151747;
    }

    .ui-container .ui-card .text-content p {
        color: #333;
    }

    .ui-container .ui-card .text-content a {
        position: relative;
        top: 15px;
        display: inline-block;
        padding: 12px 25px;
        text-decoration: none;
        background: var(--clr);
        color: white;
        font-weight: 500;
    }

    .ui-container .ui-card .text-content a:hover {
        opacity: 0.8;
    }

    @media (max-width: 480px) {
        .ui-container .ui-card {
            width: 330px;
            border-radius: 15px;
        }

        .ui-container .ui-card .img-container {
            width:250px;
            border-radius: 10px;
        }

        .ui-container .ui-card .text-content p {
            font-size: 0.8rem;
        }

        .ui-container .ui-card .text-content a {
            font-size: 0.9rem;
        }
    }




    .design-section {
            padding: 60px 30px;
        }
        .design-title {
            color: #141647;
            font-weight: 700;
            font-size: 2rem;
            text-align: center;
            margin-bottom: 40px;
        }
        .design-card {
            background-color: #fff;
            border: 2px solid #141647;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        .design-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }
        .design-heading {
            color: #F72F20;
            font-weight: bold;
            font-size: 1.2rem;
            margin-bottom: 15px;
        }
        .design-text {
            color: #333;
            line-height: 1.6;
        }





        .design-section {
            padding: 60px 30px;
        }
        .design-title {
            color: #141647;
            font-weight: 700;
            font-size: 2rem;
            text-align: center;
            margin-bottom: 40px;
        }
        .design-card {
            background-color: #fff;
            border: 2px solid #141647;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        .design-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }
        .design-heading {
            color: #F72F20;
            font-weight: bold;
            font-size: 1.2rem;
            margin-bottom: 15px;
        }
        .design-text {
            color: #333;
            line-height: 1.6;
        }




        .main-heading {
    color: #141647; 
    font-weight: bold; 
}

.ui-card, .ux-card {
    background-color: #ffffff; 
    border-radius: 10px;
    padding: 20px; 
    transition: transform 0.3s; 
}

.ui-card:hover, .ux-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}

.card-header {
    background-color: #F72F20; 
    color: #ffffff; 
    padding: 10px;
    border-radius: 8px; 
    text-align: center; 

}

.ui-list, .ux-list {
    list-style-type: none; 
    padding: 0; 
}

.ui-list li, .ux-list li {
    background: #e9ecef; 
    border-radius: 5px; 
    padding: 10px; 
    margin-bottom: 10px; 
    transition: background 0.3s; 
}

.ui-list li:hover, .ux-list li:hover {
    background-color: #d0d8e3; 
    cursor: pointer; 
}

#ui-ux-relationship {
    background-color: #ffffff; /* White background for contrast */
}

.bg-light {
    border-left: 5px solid #f72f20; /* Color accent on the left */
}

h5 {
    color: #141647; /* Dark color for the headings */
}





#uiux-goals {
  background-color: #f7f7f7;
}

.goal-item {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.goal-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.icon {
  font-size: 2em;
  color: #F72F20;
  transition: color 0.3s ease-in-out;
  border: none;
}

.goal-title {
  font-size: 1.5em;
  margin-top: 10px;
}

.goal-description {
  color: #333333;
  font-size: 1em;
}

.goal-item:nth-child(2) .icon {
  color: #141647;
}

/* crm software */

.crm-software-timeline {
  background-color: #f8f9fa;
  padding: 5rem 0;
}

.crm-software-timeline h2 {
  font-size: 2.5rem;
  color: #151747;
  font-weight: 600;
}

.crm-software-timeline p {
  font-size: 1.125rem;
  color: #6c757d;
}

.crm-timeline-content {
  position: relative;
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 800px;
}

.timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}

.timeline-item:nth-child(odd) .timeline-content {
  order: 1;
  padding-left: 3rem;
 background-color: white;
}

.timeline-item:nth-child(even) .timeline-content {
  order: -1;
  padding-right: 3rem;
  text-align: left;
  background-color: white;
}

.timeline-icon {
  width: 60px;
  height: 60px;
  background-color: #F72F20;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.timeline-arrow {
  position: absolute;
    top: 16%;
    left: 52%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #F72F20;
    transform: translateX(-50%) translateY(-50%);
}

.timeline-content {
  flex: 1;
  background-color: #e6f4f1;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.timeline-content h4 {
  color: #151747;
  font-weight: 600;
  margin-bottom: 1rem;
}

.timeline-content p {
  color: #495057;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .crm-timeline-content {
    padding: 1rem;
  }

  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    padding: 1rem;
    text-align: left;
  }

  .timeline-icon {
    left: 8%;
  }
  .timeline-arrow {
  position: absolute;
    top: 16%;
    left: 10%;

}
}


/* b2b software */
  /* Container styling */
  .b2b-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.b2b-card4 {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.b2b-card4 img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.b2b-card4 .service-name {
    font-size: 1.1em;
    font-weight: 500;
    color: white;
}

/* Hover effect */
.b2b-card4:hover {
    transform: translateY(-5px);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .b2b-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .b2b-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .b2b-container {
        grid-template-columns: 1fr;
    }
}





.b2b-software {
            background-color: #f9f9f9;
            padding: 60px 0;
            color: #151747;
        }
        .b2b-software .section-title {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 40px;
            text-align: center;
            color: #F72F20;
        }
        .b2b-software .feature-card {
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
            padding: 40px;
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .b2b-software .feature-card:hover {
            transform: translateY(-15px);
        }
        .b2b-software .feature-icon {
            font-size: 3rem;
            color: #F72F20;
            margin-bottom: 20px;
        }
        .b2b-software .feature-card h5 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-top: 15px;
            color: #151747;
        }
        .b2b-software .feature-card p {
            font-size: 1rem;
            color: #666;
            line-height: 1.5;
        }
        /* Responsive Design */
        @media (max-width: 767px) {
            .b2b-software .feature-card {
                padding: 30px;
            }
        }



        /* fintech software */
        .fintech-section {
          padding: 80px 0;
          position: relative;
          text-align: center;
          z-index: 1;
      }

      .fintech-title {
          font-size: 36px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 2px;
          animation: fadeInUp 1s ease-out;
          margin-bottom: 60px;
      }

      .fintech-card-wrapper {
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
          gap: 30px;
          margin-top: 40px;
          animation: fadeInUp 1.5s ease-out;
      }

      .fintech-card {
          background-color: #2c2e62;
          border-radius: 15px;
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
          padding: 30px;
          position: relative;
          transition: all 0.3s ease-in-out;
          opacity: 0;
          transform: translateY(30px);
          animation: fadeInUpCard 0.7s ease-in-out forwards;
      }

      .fintech-card:hover {
          transform: translateY(-10px) scale(1.05);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
      }

      .fintech-card-title {
          font-size: 24px;
          font-weight: 600;
          margin-bottom: 20px;
          color: white;
      }

      .fintech-card-text {
          font-size: 16px;
          color: #dcdcdc;
          line-height: 1.7;
      }

      .fintech-card-icon {
          font-size: 50px;
          margin-bottom: 20px;
          color: #f72f20;
          transition: all 0.3s ease;
      }

      .fintech-card:hover .fintech-card-icon {
          color: #ffffff;
          transform: scale(1.2);
      }

      .fintech-footer {
          padding: 30px;
          text-align: center;
          background-color: #222;
          font-size: 18px;
          color: #aaa;
          margin-top: 60px;
      }

      /* Animations */
      @keyframes fadeInUp {
          0% {
              opacity: 0;
              transform: translateY(20px);
          }
          100% {
              opacity: 1;
              transform: translateY(0);
          }
      }

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

      @media (max-width: 768px) {
          .fintech-title {
              font-size: 28px;
          }

          .fintech-card-wrapper {
              grid-template-columns: 1fr;
          }
      }

      /* core php */
      #core-pages-unique {
        background-color: #e8f9fa;
        padding-top: 70px;
        padding-bottom: 70px;
      }
      
      .core-pages-unique .section-title {
        font-size: 36px;
        font-weight: 700;
        color: #0a3d51;
      }
      
      .core-pages-unique .core-text {
        font-size: 18px;
        color: #6c757d;
        margin-top: 20px;
      }
      
      .core-benefits-unique .core-benefit-box {
        background-color: #ffffff;
        padding: 40px;
        margin: 20px 0;
        border-radius: 15px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        height: 350px;
      }
      
      .core-benefit-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
      }
      
      .core-icon-circle {
        display: inline-block;
        background-color: #f72f20;
        padding: 15px;
        border-radius: 50%;
        color: #fff;
        margin-bottom: 20px;
      }
      
      .core-icon {
        font-size: 40px;
      }
      
      .core-benefit-title {
        font-size: 22px;
        font-weight: 600;
        color: #0a3d51;
        margin-bottom: 15px;
      }
      
      .core-benefit-text {
        font-size: 16px;
        color: #6c757d;
      }
      
    
      
      @media (max-width: 768px) {
        .core-benefits-unique .core-benefit-box {
          padding: 30px;
          margin: 10px 0;
        }
      
        .core-icon-circle {
          padding: 12px;
        }
      
        .core-icon {
          font-size: 35px;
        }
      
        .section-title {
          font-size: 28px;
        }
      }




/* 
      laravel software */
      
    .laravel {
      background-color: #f1f5f9;
      padding-top: 60px;
      padding-bottom: 60px;
    }
    
    .laravel .laravel-card {
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      padding: 25px;
      text-align: center;
      transition: transform 0.3s ease-in-out;
      height: 320px;
      border:  2px  #F73223 double;
    }
    
    .laravel .laravel-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }
    
    .laravel .laravel-card .icon-container {
      background-color: #151747;
      color: white;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 30px;
    }
    
    .laravel .card-title {
      font-size: 1.2rem;
      font-weight: bold;
      color: #151747;
      margin-bottom: 15px;
    }
    
    .laravel .card-text {
      font-size: 1rem;
      color: #333;
    }
    
    .laravel h2 {
      color: #151747;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 30px;
    }


    @import url('https://fonts.googleapis.com/css?family=Rozha+One');

.wrapper-laravel {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: minmax(6em, auto);
	grid-gap: 1em;
}

.box-laravel {
	text-align: center;
	padding: 1em;
	color: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	height: 300px;
}

.box-laravel:nth-child(even) {
	background: linear-gradient(135deg,#F96F65, #F72F20);
}

.box-laravel:nth-child(odd) {
	background: linear-gradient(135deg,#252653, #151747);
}

.showcase {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

/* Responsive Layout */
@media (max-width: 1024px) {
	/* For medium screens like tablets (portrait) */
	.wrapper-laravel {
		grid-template-columns: repeat(2, 1fr); /* 2 columns */
	}

	.box-laravel {
		height: 250px; /* Adjust box height for smaller screens */
	}
}

@media (max-width: 768px) {
	/* For smaller screens (tablets and large phones) */
	.wrapper-laravel {
		grid-template-columns: 1fr; /* Single column layout */
	}

	.box-laravel {
		height: 200px; /* Adjust box height further */
	}
}

@media (max-width: 480px) {
	/* For extra small screens (phones in portrait) */
	.wrapper-laravel {
		grid-template-columns: 1fr; /* Ensure single column */
	}

	.box-laravel {
		height: 200px; /* Further reduce box height */
		padding: 0.5em; /* Adjust padding for better mobile experience */
	}
}

     /* kotline  */
     /* Section Background and Title Styling */
#kotlin-benefits {
  background-color: #f4f7fb;
}

#kotlin-title {
  font-size: 2.5rem;
  color: #151747;
  margin-bottom: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}

.kotlin-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 250px;
}

.kotlin-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.kotlin-card-header {
  background-color: #F72F20;
  color: #ffffff;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
}

.kotlin-card-icon {
  font-size: 2rem;
  margin-right: 10px;
}

.kotlin-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
}

.kotlin-card-body {
  padding: 20px;
}

.kotlin-card-body p {
  color: black;
  font-size: 1rem;
}


#kotlin-features {
  background-color: #fafafa;
  padding: 60px 0;
}

#kotlin-features-title {
  font-size: 2.5rem;
  color: #151747;
  margin-bottom: 40px;
  font-weight: 700;
}

.kotline-feature-card {
  background-color: #151747;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border: 1px solid #e1e4e8;
}

.kotline-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.kotline-feature-icon {
  color: #F72F20;
}

.kotline-feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}

.kotline-feature-description {
  color: white;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}





/* codelgniter */
.marquee {
  width: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  position: relative;
}

.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite; /* Infinite animation */
  animation-play-state: running; /* Default running state */
}

.marquee:hover .marquee-content {
  animation-play-state: paused; /* Pause the animation on hover */
}

.marquee-item {
  flex-shrink: 0;
  width: 350px; /* Set your desired width */
  height: 485px;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  font-size: 20px;
}



.marquee .marquee-item:hover {
  filter: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



.feature-item-codelgniter {
  background: linear-gradient(135deg, #F72F20,#4C4D71);
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  color: white;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 485px;
  width: 350px;
}


.feature-item-title-codelgniter {
  font-size: 1.8em;
  color: #F72F20; /* Your preferred accent color */
  margin-bottom: 10px;
  color: white;
}

.feature-item-description-codelgniter {
  color: white;
  font-size: 19px;
}