.hero-video {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: linear-gradient(97deg, #bb2a7080, #80267080 50%, #2b9fc380);
}
.video-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.5);
}

.hero-overlay {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%); /* This perfectly centers the content */
  width: 100%;
  max-width: 1000px;
  text-align: center;
  padding: 2rem;
}


.cta-buttons {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 33px;
}

/* Base button styles */
.btn1 {
  color: #fff;
    text-align: center;
    background-image: linear-gradient(93deg, #c62b71, #2e9bc6);
    border-radius: 50px;
  display: inline-block;
  padding: 12px 24px;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn1:hover {
    opacity: .8;
}

/* Secondary button (blue version) */
.btn1.secondary {
  background-color: #1b6ba2; /* Cool blue */
  color: #fff;
}

.btn1.secondary:hover {
  background-color: #a7276f; /* Accent effect for secondary */
}


/* Fade-in Animation */
.fade-in {
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.hero-text p{
  color: white;
}

.hero-text h1 {
    color: white;
    font-size: 50px;
    line-height: 1.4;
    max-width: 1080px;
    font-weight: 600;
    margin: 0 auto;
     font-family: "Exo", sans-serif;
}
h2.abthead span{
    text-align: center;
    margin-top: 0px;
    line-height: 50px;
    color: #fff;
    font-size: 40px;
    font-family: "Exo", sans-serif;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(93deg, #c52d70, #21a2c1);
    -webkit-background-clip: text;
    background-clip: text;
}

h2.abthead{
    margin-top: 0px;
    line-height:50px;
    color: #000;
    font-size: 40px;
    font-family: "Exo", sans-serif;
}

.navbar-default {
         background: #fff;
         margin-bottom: 0px;
         border: none;
         border-radius: 0;
         box-shadow: -2px -8px 8px 9px;
         }
         .navbar-default.fixHeader {
         background: rgba(255, 255, 255, 0.9);
         transition: ease all 0.5s;
         }
         .navbar-default .navbar-nav>li>a {
         color: #7f007f !important;
    text-shadow: none;
    transition: ease all 0.5s;
    letter-spacing: 2px;
    font-family: "Exo", sans-serif;
    font-size: 15px;
         }
         .navbar-default {
    background-color: #ffffff!important;
    border-color: #e7e7e7;
}
         .navbar-default .navbar-nav>li>a:last-child {
         margin-right: 0;
         }
         .navbar-default .navbar-nav>li>a:focus {
         color: #7f007f!important;
         text-shadow: none;
         transition: ease all 0.5s;
         }
         .navbar-default .navbar-nav>.active>a,
         .navbar-default .navbar-nav>.active>a:focus,
         .navbar-default .navbar-nav>.active>a:hover {
         background-image: none;
         box-shadow: none;
         background: transparent;
         color: #224e22;
         }
         .navbar-brand>img.nav-logo {
         width: 65px;
         padding: 0;
         right: 0;
         position: absolute;
         }

         .navbar-nav>li>a {
         line-height: 14px !important;
/*         margin-top: 9px;*/
         outline: none;
         text-transform: uppercase;
         font-family:  sans-serif;
         font-weight: 400;
         }
         .navbar-inverse .navbar-brand:focus,
         .navbar-inverse .navbar-brand:hover {
         outline: none;
         }
         .menu-overlay {
         height: 100vh;
         width: 100%;
         position: fixed;
         z-index: 99999;
         top: 0;
         right: -100%;
         background-image: linear-gradient(97deg, #bb2a70, #802670e0 50%, #2b9fc3);
         overflow-x: hidden;
         transition: 0.6s;
         }
         .menu-overlay-content {
         position: relative;
         top: 25%;
         width: 100%;
         text-align: center;
         margin-top: 0;
         }
         .menu-overlay a {
         padding: 8px;
         text-decoration: none;
         color: #ffff;
         display: block;
         transition: 0.3s;
         text-transform: uppercase;
         font-size: 15px;
         letter-spacing: 2px;
         margin-bottom: 10px;
         font-family: sans-serif;
         font-weight: 500;
         }
         .menu-overlay a span {
         border-left: 3px solid #fff;
         border-right: 3px solid #fff;
         padding: 0 14px;
         padding-top: 3px;
         }
         .menu-overlay a:hover,
         .menu-overlay a:focus {
         color: #f1f1f1;
         }
         .menu-overlay .closebtn {
         position: absolute;
         top: 1px;
         right: 10px;
         font-size: 48px;
         }
         .global-sec {
         padding: 70px 0;
         }
         .navbar-nav>li>a.btn-other {
         padding: 8px;
         margin-top: 16px;
         }

         .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #1b6ba2 !important;
}
.middlesection{
position: relative;
/*  background-image: url('img/5073198.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh; /* Adjust based on your design */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-image: linear-gradient(97deg, #bb2a70, #802670e0 50%, #2b9fc3);
}
#contact .row {display: flex;align-items: center;}
.main-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2); /* Overlay color (semi-transparent black) */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  z-index: 1;
}

.hero-section .content {
  position: relative;
  z-index: 2;
}

.colpad {
    height: 320px;
    background-image: linear-gradient(93deg, #7844c545 4.03%, #6a87db45);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 20px;
    color: #2a2a2a;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.colpad h3,.colpad1 h3 {
    text-align: left;
    font-family: "Exo", sans-serif;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(93deg, #c52d70, #21a2c1);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 30px;

}
.colpad3 {
    height: 555px;
    background-image: linear-gradient(93deg, #7844c545 4.03%, #6a87db45);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 20px;
    color: #2a2a2a;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.background-image-container {
    z-index: 0;
    pointer-events: none;
    position: absolute;
    inset: 0;
    overflow: hidden;
}
h2.abthead1 {
    margin-top: 0px;
    line-height: 50px;
    color: #fff;
    font-size: 40px;
    font-family: "Exo", sans-serif;
}
h2.abthead1 span{
    margin-top: 0px;
    line-height: 40px;
    color: #fff;
    font-size: 40px;
    font-family: "Exo", sans-serif;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(93deg, #c52d70, #21a2c1);
    -webkit-background-clip: text;
    background-clip: text;
}



.game-section {
  padding: 60px 50px;
}
.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 540px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
box-shadow: 4px 7px 21px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 7px 21px rgba(0, 0, 0, 0.25);
}
/* .game-section .item.active {
  width: 540px;
  box-shadow: 4px 7px 21px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 7px 21px rgba(0, 0, 0, 0.25);
} */
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
/* .game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
} 
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
} */
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}




.success-innovation {
  position: relative;
  background-image: url('img/back1.svg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 140vh; /* Adjust based on your design */
  padding: 80px 0 50px 0;
}

.stats-grid {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stat-card {
  flex: 1 1 45%;
}

.stat-card.full {
  flex-basis: 100%;
}
.stat-card h2 {
    font-size: 50px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(93deg, #c52d70, #21a2c1);
    -webkit-background-clip: text;
    background-clip: text;
}
.stat-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.video-wrapper .video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 180, 165, 0.25); /* Soft overlay */
  pointer-events: none;
  border-radius: 8px;
}



.faq-section {
  max-width: 800px;
  margin: auto;
  padding: 60px 20px;
  
}

.faq-item {
  border: 1px solid #e0e6f7;
  border-radius: 12px;
  margin-bottom: 16px;
  background: #f5f8ff;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item.active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.faq-question {
  width: 100%;
  padding: 18px 24px;
  font-size: 17px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: #0a0a23;
}

.faq-answer {
  padding: 0 24px;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  margin: 16px 0;
  color: #333;
}

.faq-question .arrow {
  transition: transform 0.3s ease;
  color: #1e40af;
  font-size: 20px;
}

.faq-item.active .faq-question .arrow {
  transform: rotate(90deg);
}
.form-bg {
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.social-links {
    display: flex;
}
i.fa.fa-linkedin {
    margin-right: 0px;
}
i.fa.fa-instagram {
    margin-right: 0px;
}
.social-links a {
  color: #fff;
  background-color: #c12b72; /* Or your theme color */
  padding: 5px;
    margin: 5px;
    height: 30px;
    width: 30px;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.social-links a:hover {
  color: #fff!important;
  background-color: #c12b72; /* Hover effect */
  transform: scale(1.1);
}
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 1920px) {
#hide-menu {height: 65px;}
img.ai_logo {width: 220px;}
.navbar-default .navbar-nav>li>a {font-size: 18px;}
.navbar-nav>li>a {padding-top: 20px;}
.middlesection {height: 60vh;}
.background-image-container {width: 100%;height: 100%;overflow: hidden;}
.background-image-container img {width: 100%;height: 100%;object-fit: cover;}
.success-innovation {height: 113vh;}
}



@media only screen and (max-width: 767px) {
 .hero-text h1 {font-size: 27px;}      
.navbar-brand>img {width: 200px!important;}       
#hide-menu {height: 60px!important;}	
.navbar-toggle {margin-top: 5px!important;}   
.background-image-container {
    overflow: hidden;
    height: 100%;
    width: 100%;
}       
h2.abthead span {
    font-size: 30px;
}
h2.abthead {
    font-size: 30px;     
}   
.colpad,.colpad1,.colpad3 {
    margin-bottom: 20px;
}  
.middlesection {
    height: 135vh;  
}     
section#solution {
        padding: 50px 0 0px 0 !important;
    }
    .game-section,section#faq,section#contact,section#overview {
    padding: 50px 0 0px 0 !important;
}
.single-do-service {
    margin-bottom: 0px!important;
}
.success-innovation {
    height: 183vh;
}
 .background-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    } 
    section#overview {
    padding-bottom: 0px !important;
}
#contact .row {
    display: flex;
    flex-direction: column;
}
.address-wrap {
    text-align: center;
    margin-top: 0px!important;
}
}


@media (min-width: 992px) and (max-width: 1199px) {
  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
 
  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {

  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 300px;
    height: 360px;
  }
  .game-section .item.active {
    width: 300px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  
}
    