 /*.hero-section {*/
 /*  position: relative;*/
 /*  background: url('https://webconvoy.com/public/websitenew/image/hero-image.png') no-repeat center center/cover;*/
 /*  border-radius: 30px;*/
 /*  height: 700px;*/
 /*  margin-top: 70px;*/
 /*  color: #fff;*/
 /*      max-width: 1140px;*/
 /*  overflow: hidden;*/
 /*}*/

 /* =======================
       BANNER CONTAINER
    ======================= */
    .hanging-banner {
      position: fixed;
      top: 55px;
      left: 50%;
          display: none !important;
      transform: translateX(-50%);
      z-index: 49;
      display: none;
    }

    /* =======================
       SWING ANIMATION
    ======================= */
    .banner-swing {
      display: flex;
      flex-direction: column;
      align-items: center;
      animation: swing 3s ease-in-out infinite;
      transform-origin: top center;
    }

    @keyframes swing {
      0%   { transform: rotate(0deg); }
      25%  { transform: rotate(1.5deg); }
      50%  { transform: rotate(0deg); }
      75%  { transform: rotate(-1.5deg); }
      100% { transform: rotate(0deg); }
    }

    /* =======================
       HANGING LINES
    ======================= */
    .lines {
      position: relative;
      height: 80px;
      width: 720px;
      z-index: 0;
    }

    .line {
      position: absolute;
      top: 0;
      width: 3px;
      height: 80px;
      background: #9ca3af;
    }

    .line.left {
      left: 64px;
    }

    .line.right {
      right: 64px;
    }

    /* =======================
       BANNER IMAGE
    ======================= */
    .banner-wrapper {
      position: relative;
      z-index: 10;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 20px 40px rgba(0,0,0,0.4);
      background: #fff;
    }

    .banner-wrapper img {
      width: 720px;
      height: 280px;
      object-fit: fill;
      display: block;
    }

    /* =======================
       CLOSE BUTTON
    ======================= */
    .close-btn {
      position: absolute;
      top: 8px;
      right: 8px;
      z-index: 20;
      background: rgba(0,0,0,0.4);
      border: none;
      border-radius: 50%;
      padding: 6px;
      cursor: pointer;
      transition: background 0.2s;
    }

    .close-btn:hover {
      background: rgba(0,0,0,0.6);
    }

    .close-btn img {
      width: 16px;
      height: 16px;
    }

    /* =======================
       RESPONSIVE
    ======================= */
    @media (max-width: 768px) {
      .lines {
        width: 320px;
      }

      .line.left {
        left: 20px;
      }

      .line.right {
        right: 20px;
      }

      .banner-wrapper img {
        width: 320px;
        height: 280px;
      }
    }

 .hero-section {
  position: relative;
 width: 100%;
height: 85vh;
overflow: hidden;
  display: flex;
     align-items: end;
     justify-content: flex-start;
  color: #fff;
      margin-top: 65px;
}
.hero-bg-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
    object-fit: inherit;
z-index: 0;
}
/* 🔹 Video Modal Styling */
.video-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
justify-content: center;
align-items: center;
z-index: 9999;
}


.video-modal-content {
position: relative;
max-width: 90%;
width: 800px;
}


.video-modal video {
width: 100%;
height: auto;
border-radius: 10px;
}


.close-modal {
position: absolute;
top: -40px;
right: 0;
background: transparent;
border: none;
color: #fff;
font-size: 2rem;
cursor: pointer;
}

 .hero-content {
   position: absolute;
   top: 8%;
  left: 5%;
   transform: translateY(-50%);
   max-width: 550px;
 }

 .hero-content p {
   color: #fff;
     font-family: 'Montserrat', sans-serif;
 }
 .head-p{
    font-family: 'Montserrat', sans-serif;
        font-size: 24px;
    max-width: 900px;
    margin: auto;
 }

 .hero-content h1 {
   font-weight: 700;
   font-size: 2.5rem;
 }

 .hero-content h1 span {
   color: #3daaf8;
 }

 .watch-btn {
   background-color: #058ACB;
   border: none;
   display: flex;
   color: #fff;
   padding: 10px 20px;
   border-radius: 6px;
   margin-top: 15px;
   font-weight: 600;
    font-family: 'Montserrat', sans-serif;
 }

 .bottom-right {
     position: absolute;
    bottom: -2px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
 }

 .know-more-box {
   background: #F5F5F5;
   border-radius: 40px;
   padding: 15px 30px;
   display: flex;
   align-items: center;
    justify-content: space-evenly;
   /* box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1); */
      width: 258px;
 }

 .know-more-box button {
   background: none;
   border: none;
   font-weight: 600;
   color: #000;
 }

 .know-more-box i {
   font-size: 16px;
   color: #000;
 }

 .rating-box {
   background: #F5F5F5;
   border-radius: 40px;
   padding: 14px 10px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 0px;
   /* box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1); */
      width: 258px;
 }
 .know-more-box:hover {
  background-color: #C2C2C2;
   box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
 }
 .rating-box:hover{
  background-color: #C2C2C2;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
 }

 .rating-box img {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   border: 1px solid #fff;
 }

 .rating-text {
 font-size: 14px;
 font-weight: 600;
    color: #000;
    justify-content: center;
    text-align: center;
    display: flex;
 }

 .logo-marquee {
   overflow: hidden;
   white-space: nowrap;
   width: 100%;
 }

 .company-logos {
   display: inline-flex;
   animation: scroll 6s linear infinite;
 }

 .company-logos {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 50px;
 }

 .company-logo {
   width: 100%;
   margin: 0 0px;
   height: 40px;
 }

 @keyframes scroll {
   from {
     transform: translateX(0);
   }

   to {
     transform: translateX(-50%);
   }
 }


 .custom-card {
   background: #fff;
   color: #000;
   transition: all 0.4s ease;
  display: flex;
   height: 100%;
 }

 .custom-card p {
   color: #000;
 }


 .custom-card .icon-box  {
  
    width: 210px;
    height: 60px;
    padding: 9px;
    border-radius: 12px;
 }
.custom-card:hover .icon-box{
      background: #b4dcf0;
}

.custom-card .icon-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.color1{
 background: #00FF002E;
}
.color2{
   background: #00B2FF2E;

}
.color3{
   background: #0004FF2E;

}
.color4{
   background: #FF00042E;

}
.color5{
   background: #D0FF002E;

}
.color6{
   background: #DD00FF2E;

}


 /* Hidden arrow initially */
 .hover-arrow {
   position: absolute;
   bottom: 15px;
   right: 15px;
   display:none;
   opacity: 0;
   transform: translateY(10px);
   transition: all 0.3s ease;
   color: #fff;
 }

 /* Hover effect */
 .custom-card:hover {
  background: #3B8DBC !important;
   color: #fff;
 }

 .custom-card:hover .icon-box i {
   background: #fff;
   color: #007bff;
 }

 .custom-card:hover .hover-arrow {
   opacity: 1;
   transform: translateY(0);
 }

 .custom-card:hover p {
   color: #e8e8e8;
 }



        #emailaddress {
  background: transparent !important;
  border: none !important;
  outline: none !important;
 margin-left:10px;
  color: #000; /* keep text visible, adjust if needed */
}

#emailaddress:-webkit-autofill,
#emailaddress:-webkit-autofill:hover,
#emailaddress:-webkit-autofill:focus,
#emailaddress:-webkit-autofill:active {
  background-color: #fff !important;  /* 👈 make background white */
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; /* force white bg */
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important; /* keep text visible */
  border: none !important;
  outline: none !important;
  padding-left: 10px;
}

/* Optional: when user pastes text manually */
#emailaddress:focus {
  background-color: #fff !important;
  color: #000 !important;
}





 /* ===== Tabs Styling ===== */
 .nav-tabs {
   border: none;
   display: flex;
   justify-content: center;

   margin-bottom: 25px;
 }

 .nav-tabs .nav-item {
   flex: 1;
   text-align: center;
 }

 .nav-tabs .nav-link {
   border: 1px solid #dcdcdc;
   border-radius: 8px;
   padding: 18px 0px;
   background-color: #f8f9fa;
   color: #555;
   font-weight: 600;
   height: 100%;
   transition: all 0.3s ease;
   width: 100%;
   display: ruby !important;
   
 }

 .nav-tabs .nav-link:hover {
   background-color: #0068A9;
   color : #fff !important;
   
 }
.nav-tabs .nav-link:hover img {
    filter: brightness(0) invert(1) !important;
}
 .nav-tabs .nav-link.active {
   background-color: #0068A9;
   color: #fff;
   border-color: #0068A9;
   font-weight: 700;
 }

 .nav-tabs .nav-link.active img {
   filter: brightness(0) invert(1) !important;
 }

 .nav-tabs .nav-link img {
   height: 30px;
   object-fit: contain;
 }

 /* ===== Card Styling ===== */
 .service-card {
   border: 1px solid #e0e0e0;
   border-radius: 8px;
   background: #fff;
   padding: 20px;
   transition: all 0.3s ease;
   height: 100%;
 }

 .service-card:hover {
   transform: translateY(-5px);
   box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
   background-color: #0068A9;
   color: #fff;
 }
.service-card h5{
  margin-left: 10px;
}

 .service-icon {
      width: 70px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    padding: 8px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
 }
 .service-icon img{
  height: 100%;
  width: 100%;
 }
.service-card:hover .service-icon {
  background-color: #fff !important; /* makes the icon white or opposite color */
}

 .service-card p {
   color: #000;
 }
.service-card:hover p{
    color: #fff;
}
 .icon-ai {
   background-color: #f8b4b4;
 }

 .icon-apps {
   background-color: #c7b4f8;
 }

 .icon-cloud {
   background-color: #b4e1f8;
 }

 .icon-data {
   background-color: #eaf8b4;
   color: #333;
 }

 .icon-security {
   background-color: #b4f8ce;
   color: #333;
 }

 .icon-software {
   background-color: #f8d3b4;
   color: #333;
 }

 h5 {
   font-weight: 700;
   margin-bottom: 10px;
 }

 p {
   color: #000;
   margin-bottom: 0;
 }

 /* Remove bullets */
 .nav-tabs,
 .nav-tabs li {
   list-style: none !important;
 }

 .technical-card {
   background: #F8F8F8;
   border-radius: 8px;
      padding: 20px 30px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   cursor: pointer;
   transition: all 0.3s ease;
 }

 .technical-card:hover {
   background-color: #EEF2FF;
 }

 .technical-icon {
   width: 30px;
   height: 30px;
   border-radius: 8px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 20px;
 }

 .technical-title {
   font-weight: 600;
   margin-left: 25px;
   font-size: 1rem;
 }

 .technical-details {
   background: #F8F8F8;
   padding: 20px;
   border-top: 1px solid #ddd;
 }

 .technical-details ul {
   list-style: none;
   padding-left: 0;
   columns: 2;
   column-gap: 40px;
 }

 .technical-details li {
   margin-bottom: 8px;
   color: #555;
 }

 @media (max-width: 768px) {
   .technical-details ul {
     columns: 1;
   }
 }

 .accordion-button::after {
   display: none;
 }


 /* Section Headings */




 /* Info Cards */
 .info-card {
   background: #fff;
   border: 1px solid #e0e0e0;
   border-radius: 10px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
   padding: 25px 15px;
   min-height: 300px;
   justify-items: center;
   text-align: center;
   transition: all 0.3s ease;
 }

 .info-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 }

 .info-card i {
   font-size: 35px;
   color: #009FE3;
   margin-bottom: 15px;
 }

 .info-card h5 {
   font-weight: 600;
   margin-bottom: 8px;
   color: #333;
   margin-top: 20px;
 }

 .info-card p {
   font-size: 0.8rem;
   color: #666;
   margin-bottom: 0;
 }

 /* Awards Section */
 .awards-section {
   background: #fff;
   padding: 20px 0;
 }

 .award-card {
   background: #fff;
   border: 1px solid #000;
   border-radius: 10px;
   /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
   text-align: center;
   width: calc(20% - 16px);
   padding: 25px 20px;
  
 }

 .award-card:hover {
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 }
 .award-card img {
  transition: transform 0.4s ease;
}

.award-card:hover img {
  transform: translateY(-10px) scale(1.05);
}

 .award-card img {
   width: 100%;
   object-fit: contain;
       height: 120px;
   margin-bottom: 15px;
 }

 .award-card h6 {
   font-weight: 600;
   color: #007bff;
   margin-bottom: 5px;
 }

 .award-card p {
   color: #666;
   font-size: 0.9rem;
 }

 .highlight {
   color: #009FE3;
 }

 .bgnew-section {

   overflow: hidden;
   max-width: 1140px;
   margin: auto;
   background: #000;
 }



 .bgnew-section .content-overlay {
   position: relative;
   z-index: 2;
 }

 /* .bgnew-section .text-box {
   max-width: 700px;
 } */

 .testimonial-card {
 background: #FBFBFB;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 25px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
 }

 .testimonial-card small{
  color: #575757;
  font-weight: 600;
  font-size:18px ;
  font-family: 'Montserrat', sans-serif;
 }
 .testimonial-card .quote {
   margin-bottom: 20px;
 }
  .testimonial-card .quote img {
  height: auto;
  width: auto;
 }


 .testimonial-card h6 {
font-weight: 400;
    margin-top: 15px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
 }
 .testimonial-card img{
      object-fit: contain;
   
    height: 30px;
 }

 .testimonial-card p {
   font-size: 14px;
   color: #555;
 }

 .stars {
   color: #f9c10a;
   margin-top: 10px;
 }

 .contact-section {
   background: #fff;
   border-radius: 15px;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
   padding: 30px;
 }
 .contact-p{
     font-size: 22px;
 }
#staffing-tab.active, #marketing-tab.active, #tech-tab.active{
    color: #fff !important;
}
 .presence-flags {
   display: flex;
   flex-wrap: wrap;
   gap: 15px;
 }
#address-section{
          font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    max-width: 400px;
}
 .flag-item {
   display: flex;
   align-items: center;
   gap: 8px;
   cursor: pointer;
   padding: 6px 10px;
   border-radius: 10px;
   transition: all 0.3s ease;
 }

 .flag-item img {
   width: 35px;
   height: 35px;
   object-fit: cover;
   border-radius: 50%;
   transition: transform 0.2s ease;
 }

 .flag-item:hover {
   transform: translateY(-2px);
 }

 .flag-item.active {

 border: 1px solid #000;
 }

 .flag-item span {
   color: #1f55ff;
   font-weight: 600;
   display: none;
 }

 .flag-item.active span {
   color: #1f55ff;
   font-weight: 600;
   display: block;
 }

 .highlight-blue {
   color: #058ACB;
 }

 .btn-connect {
   background-color: #058ACB;
   color: white;
   width: 100%;
   padding: 15px;
   border-radius: 8px;
 }

 .btn-connect:hover {
   background-color: #058ACB;
   color: white;
 }

 .error-message {
   color: red;
   font-size: 13px;
   margin-top: 5px;
   display: none;
 }

 .iti {
   width: 100%;
 }



.blog_newsletter{
        align-items: center;
    text-align: center;
        margin-bottom: 30px;
}
.lt_s{
    font-size: 65px;
}
.c_primary{
     color: #058acc;
}
.rt_s p{
    font-size: 22px;
}
.blog_newsletter .form {
   width: 100%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    border-radius: 50px;
    margin: 20px auto 0;
    gap: 10px;
    box-shadow: 0 0px 23px #00000021;
}
.blog_newsletter .form .form_control {
    margin-bottom: 0;
    width: 100%;
}
.blog_newsletter .form.v2 input:not(.btn) {
    border: none;
    height: 50px;
    color: #000;
     width: 100%;
}
.blog_newsletter .form_btn {
    margin-top: 0px;
}
.blog_newsletter .form_btn .btn[type=submit] {
    font-size: 14px;
    border-radius: 30px;
}
.blog_newsletter .form.v2 .btn {
    min-width: 100px;
}
.form_btn .btn[type=submit] {
 color: #fff;
    border-radius: 5px;
    min-width: 160px;
    font-size: 18px;
    background: #058acc;
    font-weight: 700;
    padding: 5px 20px;
    min-height: 50px;
    border: unset;
}
 @media (max-width: 768px) {
 .hero-section {
height: 300px;
    margin-top: 50px;
}
 .lt_s {
    font-size: 42px;
}
.rt_s p {
    font-size: 18px;
}

 .technical-title {
   
    font-size: 0.8rem;
}
.info-card {
  
    min-height: 260px;
}
 

      .hero-content {
        left: -4%;
        width: 90%;
        top: 25%;
    }
    .hero-content h1 {
    font-weight: 700;
    font-size: 1.5rem;
}
.hero-content p {
   
    font-size: 12px;
}
   .bottom-right {
           width: 100%;
        bottom: 50px;
        justify-content: center;
        right: 0px;
       
        flex-direction: row;
   }
   .rating-box, .know-more-box{
    width: 160px;
    font-size: 12px;
    padding: 7px 22px;
   }
.rating-text{
  display: none;
}
.head-p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    max-width: 900px;
    margin: auto;
}
   .award-card {
     width: calc(48% - 16px);
   }
   .heading1{
    display: flex;
    flex-direction: column !important;
   }
 }
 
  @media (max-width: 450px) {
 
    .lt_s {
    font-size: 38px;
}
.rt_s p {
    font-size: 14px;
}
}