


body {
    font-family: 'Poppins', sans-serif !important;
}


 .social-top-bar {
      background-color: #ffffff;
      padding: 5px 0;
    }
    .social-top-bar .social-icons a {
      color: #000;
      margin-left: 15px;
      font-size: 18px;
      text-decoration: none;
    }
    .navbar-brand img {
      height: 45px;
    }
    .navbar-nav .nav-link {
      margin: 0 10px;
      font-weight: 500;
    }






   /* Custom dropdown look */
.navbar .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-top: 2px solid #0056d2;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  min-width: 220px; 
  white-space: nowrap; /* fix typo: use nowrap instead of wrap */
  margin-top: 14px   !important; 
  border-radius:0px;
}

/* Dropdown items style */
.navbar .dropdown-menu .dropdown-item {
   
  padding:15px;
  color: #000;
  transition: all 0.3s ease;
}

/* Hover/active effect */
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #f2f2f2;
  color: #0056d2;
}


















    .custom_heading{
      color: #253d7e;
    }

    .custom_heading2{
      
      color: #fd8509;
    }

    
    .border-left-orange {
  border-left: 3px solid #fd8509 !important;
}


    .custom_bg{
      background-color: #253d7e;
    }

    .custom_bg2{
      background-color: #fd8509;
    }

    .custom_footer{
      background-color: #f9f9f9;
    }

     .custom-width-container{
    max-width: 1140px;
    margin: 0 auto;
  } 


     .custom-width-container2{
    max-width:992px;
    margin: 0 auto;
  } 

  

  .why-box {
    min-height: 100%;
  }

  .why-box ul {
    padding-left: 1.2rem;
  }

  .small_line{
    height:45px;
    width:4px;
  }

   .small_line2{
    height:4px;
    width:45px;
  }


  .iconcolor{
    color:#FF8000
  }





    .social-icons-vertical {
  position: fixed;
  top:50%;
  left:50px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 999;
}

.social-icons-vertical a {
  font-size:27px;
  color: #fd8509; /* orange */
  text-align: center;
  transition: 0.3s;
}

.social-icons-vertical a:hover {
  color: #1d2b53; /* dark blue hover */
}






.flipbox-vertical {
  max-width:600px;
  height:230px;
  perspective: 1000px;
  margin-top: -30px;
}

.flipbox-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease-in-out;
}

.flipbox-vertical:hover .flipbox-inner {
  transform: rotateX(180deg);
}

.flipbox-front,
.flipbox-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 0 0 1rem 1rem; /* round only bottom */
  padding: 2rem;
}

.flipbox-front {
  background: #1abc9c;
}

.flipbox-back {
  background: #4054b2;
  transform: rotateX(180deg);
}

.flipbox-vertical,
.flipbox-inner,
.flipbox-front,
.flipbox-back {
  border-radius: 0 !important;
}

  




































    
    .section-bg {
      background: url('your-background-image.jpg') no-repeat center center/cover;
      height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .orange-overlay {
      background: rgba(253, 133, 9, 0.9); /* Orange with opacity */
      padding: 50px 40px;
      border-radius: 20px;
      max-width: 500px;
      width: 90%;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      text-align: center;
    }

    .orange-overlay h2 {
      color: #1e0c61;
      font-weight: 700;
      margin-bottom: 0;
    }










svg{
  position: absolute;
  bottom: 0%;
    transform: scaleY(-1);
}


.footer-wave {
  position: absolute;
  top: -0;
  left: 0;
  width: 100%;
  transform: scaleY(-1);
  z-index: 0;
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 120px;
}

.footer .custom-width-container {
  position: relative;
  z-index: 1;
}




    /* .full-section {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
} */

/* Orange curved gradient on left bottom corner */
/* .orange-gradient-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse at bottom left, rgba(255, 165, 0, 0.7), transparent 70%);
  z-index: 1;
} */

/* Form styling */
/* .form-box {
  background-color: rgba(255, 128, 0, 0.85);
  border-radius: 20px;
  z-index: 3;
} 
 */



.full-section {
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.bg-video {
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}

.form-box input {
  height: 48px;
}

.carousel-item h1 {
  font-size: 2rem;
  line-height: 1.4;
}
.carousel-item p {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .carousel-item h1 {
    font-size: 1.5rem;
  }
}





.carousel-control-prev.carousel-btn-arrow,
.carousel-control-next.carousel-btn-arrow {
  width:28px;
  height:28px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  opacity: 1;
  font-weight:900;
  z-index: 3;
}

.carousel-control-prev.carousel-btn-arrow {
  left: -10px;
}

.carousel-control-next.carousel-btn-arrow {
  right: -10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  width: 30px;
  height: 30px;
}





/* ==== Main Section Wrapper ==== */
.mission-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 180px;
  background-color: #000; /* fallback if image doesn't load */
}

/* ==== Background Image with Gradient Overlay ==== */
.mission-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/handshake-2056021_960_720.jpg') no-repeat center center / cover;
  z-index: 0;
}

.mission-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #334878 0%, #FD8509 100%);
  opacity: 0.74;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
}

/* ==== Top Section Label and Heading ==== */
.section-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  z-index: 2;
}

.section-label::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #fd8509;
  margin: 6px auto 0;
}

/* ==== Description Paragraph ==== */
.mission-description {
  max-width: 850px;
  color: #ffffff;
  font-size: 1.1rem;
  z-index: 2;
}

/* ==== Feature Cards ==== */
.mission-card {
  background: white;
  padding: 2.5rem 1rem 1.5rem;
  text-align: center;
  border: 1px solid #fd8509;
  position: relative;
  border-radius: 0.5rem;
  z-index: 2;
}

.icon-box {
  background-color: #fd8509;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -50px auto 10px;
  border-radius: 50%;
}

.card-underline {
  width: 40px;
  height: 3px;
  background-color: #fd8509;
  margin: 8px auto 15px;
}

.mission-card h5 {
  margin-top: 10px;
  color: #000;
  font-weight: bold;
}

.mission-card p {
  font-size: 0.95rem;
  color: #444;
}

/* ==== Responsive SVG Wave (Already Handled in HTML) ==== */






/* Colors */
/* Custom Colors */

/* Custom Orange Button */
.btn-orange {
  background-color: #fd8509 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-orange:hover {
  background-color:#253d7e  !important;
  color: #fff !important;
}









.diamond-btn {
      position: relative;
      padding: 15px 40px;
      border: none;
      color: white;
      background-color: #fd8509;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      overflow: hidden;
      z-index: 0;
    }

    .diamond-btn::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      background:#253d7e ;
      transform: translate(-50%, -50%) rotate(45deg);
      transition: width 0.5s ease, height 0.5s ease;
      z-index: -1;
    }

    .diamond-btn:hover::before {
      width: 300%;
      height: 300%;
    }

    .diamond-btn:hover {
      color: #fff;
    }



/* Icon Circle */
.service-icon {
  width:105px;
  height:105px;
  border: 2px solid #1a2f6c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}





/* team section */

.team-member img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .team-name {
      font-size: 20px;
      font-weight: 600;
      color: #1a3c7b;
      margin-top: 15px;
    }

    .team-role {
      font-size: 14px;
      color: #333;
    }

    .team-icons i {
      font-size: 28px;
      margin: 10px;
      color: #000;
    }

    .team-icons i:hover {
      color: #fd8509;
      transition: 0.3s;
    }

    .our-team-title {
      font-size: 36px;
      font-weight: bold;
      color: #1a3c7b;
      text-align: center;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px #ccc;
    }







    /* /gallery section */
  

    .gallery-image {
      border-radius: 20px;
      width: 100%;
      height: auto;
      transition: transform 0.3s ease;
    }

    .gallery-image:hover {
      transform: scale(1.03);
    }




    /* testimonials */

    

    .testimonial-section {
      background-color: #fff;
      padding: 40px 10px;
      text-align: center;
    }

    .testimonial-image {
      width:60px;
      height:60px;
      border-radius: 50%;
      object-fit: cover;
      margin: 20px auto;
    }

    .testimonial-text {
      font-style: italic;
      color: #2c3e50;
      max-width: 900px;
      margin: 0 auto 30px;
      font-size: 18px;
      line-height: 1.6;
    }

    .testimonial-name {
      font-weight: 600;
      font-size: 18px;
      color: #2c3e50;
    }

    .testimonial-role {
      font-size: 15px;
      color: #5d6d7e;
    }








/* form section */




.join-section {
      background-color: #fba951;
      padding: 80px 20px;
      text-align: center;
    }

    .join-section h2 {
      color: #1a3c7b;
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 50px;
    }

    .form-control {
      border-radius: 6px;
      height: 60px;
      font-size: 16px;
    }

    textarea.form-control {
      height: 60px;
    }

    .form-btn {
      background-color: #5a5e66;
      color: white;
      font-weight: bold;
      padding: 12px 40px;
      border-radius: 6px;
      border: none;
      transition: background-color 0.3s;
    }

    .form-btn:hover {
      background-color: #3b3e44;
    }


































/* smart-data-solution */


   .digital-section {
      background-image: linear-gradient(180deg, #334878 0%, #FD8509 100%);
      position: relative;
      color: white;
      padding: 100px 0 0;
      min-height:85vh;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .divider {
      width: 60px;
      height: 4px;
      background-color: #f7931e;
      margin-bottom: 1rem;
    }

    .form-box {
      background-color: #f7931e;
      color: #001d3d;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      border-radius: 10px;
    }

    .form-control {
      border-radius: 0.5rem;
    }

    .svg-curve {
      position: relative;
      margin-top: -5px;
      line-height: 0;
      z-index: 1;
    }

    .svg-curve svg {
      display: block;
      width: 100%;
      height: 100vh;
    }

    .logo-carousel {
      background-color: #132E7D;
      padding: 60px 0;
      text-align: center;
    }

    .logo-carousel img {
      max-height: 50px;
      margin: 0 20px;
      filter: grayscale(100%);
      transition: 0.3s;
    }

    .logo-carousel img:hover {
      filter: grayscale(0%);
    }

    .section-content {
      padding-bottom: 0;
    }




  
    .feature-icon {
      font-size: 3rem;
       color: #fd8509;
    }

    .feature-box {
      background: #fff;
      border-radius: 12px;
      padding: 2rem;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      height: 100%;
    }

    .feature-box:hover {
      transform: translateY(-6px);
    }

    .feature-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: #253d7e; 
      
    }

    .feature-text {
      font-size:0.8rem;
      color: #444;
    }

    .section-title {
      font-size: 2.5rem;
      font-weight: 800;
      color: #1d3c6a;
    }









 .testimonial-section {
      text-align: center;
      padding: 4rem 2rem;
    }

    .testimonial-badge {
      background-color: #FF7A00;
      color: white;
      padding: 10px 25px;
      font-weight: bold;
      border-radius: 25px;
      font-size: 14px;
      letter-spacing: 2px;
      display: inline-block;
      margin-bottom: 30px;
    }

    .testimonial-img {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      object-fit: contain;
      margin: 0 auto 1.5rem;
    }

    .testimonial-quote {
      font-size: 14px;
      color: #555;
      max-width: 750px;
      margin: 0 auto 1rem;
    }

    .testimonial-name {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 5px;
    }

    .testimonial-role {
      font-size: 12px;
      letter-spacing: 1px;
      color: #888;
      text-transform: uppercase;
    }

    .swiper-button-next,
    .swiper-button-prev {
      color: #000;
      background-color: #f1f5f9;
      padding: 30px 10px;
    }

    .cta-section {
      background-color: #263F82;
      padding: 60px 0 100px;
      position: relative;
      border-top-left-radius: 50% 10%;
      border-top-right-radius: 50% 10%;
      margin-top: -50px;
      z-index: -1;
    }

    .cta-button {
      background-color: #FF7A00;
      color: white;
      font-weight: bold;
      padding: 14px 40px;
      border-radius: 50px;
      font-size: 16px;
      border: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .swiper {
      padding-bottom: 40px;
    }













    /* digital marketing  */





     

    .services-section h5 {
      text-transform: uppercase;
      letter-spacing: 3px;
      color: #1F3C88;
      font-weight: 700;
    }

    .services-section p {
      font-style: italic;
      color: #333;
      margin-top: 15px;
    }





    

    .card-icon {
      width: 90px;
      height: 90px;
      background-color: #fd8509;
      color: white;
      font-size:30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 auto 20px;
      color:#253d7e;;
    }

    .card h6 {
      font-weight: 700;
      color: #1F3C88;
    }

    .card {
      border: none !important;
      box-shadow: 0 5px 8px rgba(0,0,0,0.08);
      transition: 0.3s;
    }

    .card:hover {
      transform: translateY(-5px);
    }



   

     .custom-why-section {
      padding: 80px 0;
    }

    .custom-why-title {
      font-weight: bold;
      color: #1a237e;
      text-align: center;
      margin-bottom: 30px;
    }

    .custom-fade-buttons {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .custom-fade-buttons.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .custom-btn-orange {
      background-color: #ff8000;
      color: white;
      font-weight: bold;
      border-radius: 30px;
      padding: 10px 30px;
      border: none;
    }

    .custom-btn-orange:hover {
      background-color: #e07000;
    }

    .custom-note {
      text-align: center;
      font-weight: bold;
      margin-top: 20px;
    }



    .testimonial-slider-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 40px 20px;
}

.carousel-control-prev.custom-arrow,
.carousel-control-next.custom-arrow {
  width:20px;
  height:20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  opacity: 1;
  font-weight: 600;
}

.carousel-control-prev.custom-arrow {
  left: -50px; /* Push it outside the container */
}

.carousel-control-next.custom-arrow {
  right: -50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* Make icon visible on light background */
  width: 30px;
  height: 30px;
}










/* 
mystery-shopping-editing */



.check-icon {
  width:20px;
  height:20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  flex-shrink: 0;
}







/* contect us form */


.bg-orange {
    background-color: #f7941d;
  }



 
    .logo-slider {
      background-color: #1d3b7f;
      padding: 2rem 0;
      white-space: nowrap;
      cursor: grab;
    }
    .logo-slider:active {
      cursor: grabbing;
    }

    .logo-track {
      display: inline-flex;
      align-items: center;
      gap: 3rem;
      padding: 0 2rem;
    }

    .logo-slide {
      flex: 0 0 auto;
      width: 250px;
      height: 100px;
    }

    .logo-slide img {
      width: 300px !important;
      height: 100% !important;
      object-fit: contain;
      user-select: none;
      pointer-events: none;
    }







/* Dropdown menu styling */
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    display: none;
    margin-top: 10px;
    border-radius: 0;
    background-color: #fff;
    border-top: 2px solid #0056d2;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    min-width: 210px;
    white-space: nowrap;
  }

  .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}















