*{
  font-family: 'Poppins', sans-serif;
}

/* Interactive Rating Section Styles */
.interactive-rating-section {
  position: absolute;   /* agar zaroorat ho */
  top: -1.7%;
  right: 3%;
  transform: translateY(-50%);
  z-index: 10;

}
.bhnkhnkh{
display: none;
}

.interactive-rating-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  max-width: 280px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.interactive-rating-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.star-rating {
  font-size: 2.5rem;
  cursor: pointer;
  user-select: none;
}

.star-rating .fa-star {
  margin: 0 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.star-rating .fa-star:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.8));
}

.rating-text {
  font-size: 1.1rem;
  transition: all 0.3s ease;
  min-height: 25px;
}

/* Modal Styles */
.modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
 background: linear-gradient(155deg,  #013faa, #01066a);
  color: white;
  border-radius: 15px 15px 0 0;
  border-bottom: none;
}

.modal-header .btn-close {
  filter: invert(1);
}

.selected-rating {
  font-size: 1.8rem;
}

.selected-rating .fa-star {
  margin: 0 3px;
}

.form-control:focus {
  border-color: #4285f4;
  box-shadow: 0 0 0 0.2rem rgba(66, 133, 244, 0.25);
}

.btn-primary {
  background: linear-gradient(155deg,  #013faa, #01066a); 
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(155deg,  #0155fc, #097de3) ;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(66, 133, 244, 0.4);
}

.alert-info {
  background: linear-gradient(135deg, #e3f2fd, #f3e5f5);
  border: 1px solid #4285f4;
  border-radius: 10px;
}

/* Animation for star filling */
@keyframes starFill {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.star-rating .fa-star.animate {
  animation: starFill 0.3s ease;
}

/* ===== Interactive rating floating stars animations ===== */
.rating-float .fa-star {
  will-change: transform, opacity, text-shadow;
  text-shadow: 0 0 8px rgba(255,255,255,0.15);
}

/* Pause all child animations when container gets .paused */
.rating-float.paused .fa-star {
  animation-play-state: paused !important;
}

/* Temporary class for shooting star */
.rating-float .fa-star.shooting {
  animation: var(--shoot-anim, shoot 1.1s ease-out) forwards !important;
  text-shadow: 0 0 8px rgba(255,193,7,.8), -6px -2px 10px rgba(255,255,255,.5);
}

/* Keyframes for subtle movements */
@keyframes floatY {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

@keyframes driftX {
  0% { transform: translateX(0); }
  50% { transform: translateX(8px); }
  100% { transform: translateX(0); }
}

@keyframes wiggle {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(6deg); }
  100% { transform: rotate(0deg); }
}

@keyframes twinkle {
  0% { opacity: .9; }
  40% { opacity: .5; }
  80% { opacity: 1; }
  100% { opacity: .9; }
}

@keyframes pulseGlow {
  0% { text-shadow: 0 0 6px rgba(255,193,7,.0); }
  50% { text-shadow: 0 0 14px rgba(255,193,7,.7); }
  100% { text-shadow: 0 0 6px rgba(255,193,7,.0); }
}

/* Shooting star with speed bursts and glow trail */
@keyframes shoot {
  0%   { opacity: 0; transform: translate(0,0) scale(1); filter: blur(0); text-shadow: none; }
  8%   { opacity: 1; transform: translate(-14px, -4px) scale(.995); }
  22%  { transform: translate(-36px, -12px) scale(.99); text-shadow: 0 0 8px rgba(255,193,7,.8), -10px -4px 14px rgba(255,255,255,.6); }
  30%  { transform: translate(-50px, -16px) scale(.985); }
  45%  { transform: translate(-78px, -26px) scale(.96); filter: blur(.6px); }
  55%  { transform: translate(-92px, -31px) scale(.95); }
  70%  { opacity: .9; transform: translate(-120px, -42px) scale(.92); filter: blur(1.2px); text-shadow: 0 0 10px rgba(255,193,7,.9), -24px -10px 22px rgba(255,255,255,.5); }
  85%  { opacity: .6; transform: translate(-148px, -52px) scale(.89); filter: blur(1.6px); }
  100% { opacity: 0; transform: translate(-170px, -60px) scale(.86); filter: blur(2px); text-shadow: none; }
}
  input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
html {
  scroll-behavior: smooth;
}
::selection {
  background:rgb(0, 53, 145);   /* Black background */
  color: #ffffff;        /* White text */
}
.btn:hover{
  box-shadow: none !important;
border: 1px solid rgb(0, 59, 131);
}
.brandlogo{
    height: 60px;
    width:100px;
}
.brandlogo2{
     height: 64px;
    width:170px;

}
/* 
 🔹 Top (smallest) line -> width=8
 🔹 Middle (longer) line -> width=26
 🔹 Bottom (medium) line -> width=18
*/
.navbar-toggler-icon {
  width: 34px;      /* button chhota karne ke liye */
  height: 29px;     /* height adjust kar */
  background-size: 100% 100%; /* image ko fit kara de */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 30 22'%3E%3Crect width='24' height='3' x='19' y='0' rx='2' fill='%230a2540'/%3E%3Crect width='32' height='3' x='2' y='9' rx='2' fill='%230a2540'/%3E%3Crect width='25' height='3' x='11' y='18' rx='2' fill='%230a2540'/%3E%3C/svg%3E") !important;
}

  /* Top announcement bar (shared) */
    .topbar {
      background: linear-gradient(167deg, #025bc2, #001f79);
      color: #fff;
      font-size: 14px;
      line-height: 1.4;
      padding: 6px 0;
    }
    .topbar a { color: #fff; }
    .topbar .ticker-container {
      overflow: hidden;
      white-space: nowrap;
      width: 100%;
    }
    .topbar .ticker-track {
      display: inline-block;
      padding-left: 100%;
      animation: tickerScroll 28s linear infinite;
    }
    @keyframes tickerScroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-100%); }
    }
    .topbar .close-topbar {
      color: #fff;
      border: 1px solid rgba(255,255,255,0.6);
      padding: 2px 8px;
      border-radius: 14px;
      background: transparent;
    }
.navbar-nav .nav-item{
    margin: 0px 6px;

}
.navbar-nav .nav-item .nav-link{
    font-size: 18px;
    font-weight: 600;
}

.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
   box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4), 0 5px 5px rgba(0, 94, 176, 0.3);
  animation: slideDown 0.4s;

  background: #ffffff !important;
}
@keyframes slideDown {
  from { transform: translateY(-100%);}
  to { transform: translateY(0);}
}









.btnvoicecircle{
    border-radius: 30px ;
    position: relative;
    right: 15px;
    background-color: rgb(3, 68, 188);
    padding: 10px  28px;
    color:white;
}
.btnvoicecircle:hover{
 background-color: rgb(1, 31, 99);
}
.inputfildmy{
 border-radius: 30px ;
 width:280px;
margin-right: -50px;


}
.inputfildmy:focus{
   box-shadow: none;
}


html{
  overflow-x: hidden; /* Prevent horizontal scroll */

}
     .hover-effect:hover {
      background-color: #f1f1f1;
      cursor: pointer;
    }

  .serchbaarlink{
    margin-top: 50px !important;
  }

 .carousel-caption-custom {
    position: absolute;
    top: 50%;
    left: 44%;
    z-index: 10;
    transform: translate(-50%, -50%);
    text-align: start;
    color: white;
    width: 80%;
  }
.carousel-caption-custom h1{
    font-size: 50px;
  
    font-weight: 800;
 
}
.carousel-caption-custom p{
    width:60%;
   
    
    margin-bottom: 25px;
    font-size: 18px;
 
}
#caption-strategy{
 margin-bottom: 14px !important;
 font-size: 20px;
 

}


.ancidvas12 {
  position: absolute;
  z-index: -4;
  width: 80px;
  height: 80px;
  top: 15px;
  left: 15px;
  animation: redGlow 3s ease-in-out infinite;
  border-radius: 50%; /* optional - for round area */
  overflow: hidden;
}

@keyframes redGlow {
  0% {
    box-shadow: 0 0 40px rgba(0, 106, 255, 0.323), 0 0 80px rgba(0, 106, 255, 0.323);
    background: radial-gradient(circle, rgba(0, 106, 255, 0.323) 0%, transparent 80%);
  }
  50% {
    box-shadow: 0 0 80px rgba(255, 0, 0, 0.843), 0 0 120px rgba(0, 72, 255, 0.843);
    background: radial-gradient(circle, rgba(0, 72, 255, 0.843) 0%, transparent 80%);
  }
  100% {
    box-shadow: 0 0 40px rgba(0, 106, 255, 0.323), 0 0 80px rgba(0, 106, 255, 0.323);
    background: radial-gradient(circle, rgba(0, 106, 255, 0.323) 0%, transparent 80%);
  }
}

.ancidvas {
  z-index: 100000;
  background-color: white; 
  color: rgb(0, 94, 210);

}

.aoffcanbo {
  padding: 0;
  margin: 0;
}
.aoffcanbo::-webkit-scrollbar {
  display: none !important;
}

.offcanul {
  list-style-type: none;
  margin: 0;
  padding: 0;
 
  
}
.hjklopui {
  text-decoration: none;
  margin-top: 15px;
  margin-left: 10px;
  font-size: 22px;
  width: 100%;
  font-weight: 500;
  height: 1.5cm;
  color: black !important;
}
.offcanul li {
  display: flex;
  padding-left: 20px;
  width: 100%;
  height: 1.5cm;
  border-bottom: 0.5px solid rgb(99, 99, 99);
}
.offcanul li:hover {
  background: linear-gradient(135deg,  #004df4, #020030) ; 
  transition: ease-in-out 0.4s;
  
}
.offcanul li:hover .hjklopui,
.offcanul li:hover .erorighthoab {
  color: white !important;
  font-weight: 700;
}
.nymziql a{
margin-left: 30px;
font-size: 30px;

}
.buttonlogsign{
  display: block;
  justify-content: space-evenly;
  align-items: center;
}
.buttonlogsignjkl{
 display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.buttonlogsign1{
  border: 2px solid rgb(0, 173, 17);
  color:rgb(0, 173, 17);
  font-size: 18px;
  padding: 8px 20px;
 width: 150px;
}
.buttonlogsign2{
background-color: rgb(12, 117, 255);
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 8px 20px;
  width: 150px;

}
.buttonlogsign3{
border: 2px solid  rgb(12, 117, 255) ;
  color: rgb(12, 117, 255);
  font-size: 18px;
  padding: 8px 20px;
 width:100%;
display: none;
}
.buttonlogsign4{
 background: linear-gradient(135deg, #0058cb, #001263);
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 9px 20px;
 
 width: 100%;
 transition: all 0.3s ease-in-out ;
display: none;
}
.colorioall0 {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.colorioall4ui{
  color: black;

}
.nymziql{
  display: flex;
 justify-content: center;
}
.erorighthoab{
   color: rgb(39, 38, 38) !important;
} 

.ofcmmtit{
  margin-left: 20px;
}
.ofcanimg{
  height: 70px;
  width:170px;
 margin-left: -5px;

}
.offcanul li:hover .hjklopui,.erorighthoab {
  color: rgb(70, 70, 70);
}


.closeoffcan:hover{
  box-shadow: none !important;
  transform: none !important;
}
.closeoffcan {
  background-color: transparent;
  padding: 10px 14px !important;
 
}
.btn-close {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3e%3cpath d='M2.5 2.5l11 11M13.5 2.5l-11 11' stroke='black' stroke-width='2'/%3e%3c/svg%3e");
  background-size: 1em;
  background-repeat: no-repeat;
  border: none;
  opacity: 1;
  font-size: 22px;
}
.btnclose3ry:hover{
  color: rgb(0, 0, 0) !important;
  box-shadow: none !important;
  border: none !important;
}
.erorighthoab {
  font-size: 20px;
  position: relative;
  right: 25px;
  top: 20px;
}

.mybtn100{
 margin-left: 40px; 
 padding:8px 25px; 
 font-size: 18px;
 font-weight: 600; 
 border-radius: 6px;
 background-color:rgb(214, 0, 0) ;
 text-decoration: none;
 text-align: center;
   border: 1px solid white;
 color: white;
}
.mybtn99{
    margin-left: 10px;
   
    padding:8px 25px; 
    font-size: 18px;
    font-weight: 600;
    background-color:rgb(4, 50, 215) ;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid white;
    color: white;
}
.mybtn100:hover{
 background-color: rgb(136, 3, 3);
}
.mybtn99:hover{

  background-color:rgb(3, 2, 98) ;

}
#offline-message,
#online-message {
  position: fixed;
  top: 20px;

 
 
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
 
  z-index: 9999;
  text-align: center;
  display: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  animation: popupIn 0.4s ease-out;
}


  /* Red for offline */
  #offline-message {
    background: linear-gradient(135deg, #ff4d4d, #c82333);
  }

  /* Green for online */
  #online-message {
    background: linear-gradient(135deg, #28a745, #1e7e34);
  }

  /* Entry animation */
@keyframes popupIn {
  0% {
    opacity: 0;
    transform: translateX(0%) translateY(-40px) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: translateX(0%) translateY(5px) scale(1.02);
  }
  100% {
    transform: translateX(0%) translateY(0) scale(1);
  }
}

@keyframes popupOut {
  0% {
    opacity: 1;
    transform: translateX(0%) translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(0%) translateY(-30px) scale(0.9);
  }
}

/* Animation classes */
.popup-in {
  animation: popupIn 0.6s ease-out forwards;
}
.popup-out {
  animation: popupOut 0.4s ease-in forwards;
}


@keyframes smoothZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.04);
    }
}

/* Dono slides (current + next) par zoom effect apply hoga */
.carousel-item img {
    animation: smoothZoom 6s ease-in-out forwards;
}

/* Ensure images fit properly */
.carousel-item img {
    width: 100%;
    height: 500px; /* Apni requirement ke hisaab se set karo */
    object-fit: cover;
}


  /* Small screens ke liye styling */
  @media (max-width: 768px) {
    .carousel-caption-custom h1 {
      font-size: 2.5rem;
    }

    .carousel-caption-custom p {
      font-size: 0.9rem;
      width:100%;
      
    }

    .mybtn99, .mybtn100 {
      font-size: 0.8rem;
      padding: 8px 12px;
    }
  }

  .carousel img {
    height: 500px;
    object-fit: cover;
    
  }
  @media (max-width: 514px) {
    .carousel-caption-custom h1 {
      font-size: 1.9rem;
      
    }
    .bro{
        display: none;
    }
}
@media (max-width: 991px){
    .h6top{
        font-size: 20px;
    }
    .colordiv .mykkk{
      left:20px;
      bottom: 20px;
      
    }
    }
  .colordiv{
   height: auto;
   width:auto;
   background-color: white;

   
  }
.colordiv img{
  height: 450px;
  width: 450px;
  margin-left: -50px;
  -webkit-box-shadow: -5px 8px 39px 10px rgba(0,0,0,0.51);
  -moz-box-shadow: -5px 8px 39px 10px rgba(0,0,0,0.51);
  box-shadow: -5px 8px 39px 10px rgba(0,0,0,0.51);

}
.pcontaint{
  font-size: 18px;
}
.nnnn{
  font-size: 28px;
}



/* From Uiverse.io by MuhammadHasann */ 
button {
  position: relative;
  padding: 12px 35px;
  background: #0f3efa;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 0 #fec1958c;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s ease;
}


.fil0 {
  fill: #fffdef;
}
.carousel-caption-custom p,
.carousel-caption-custom h1,
.carousel-caption-custom button {
  transition: opacity 0.4s ease;
}
/* From Uiverse.io by kennyotsu */ 
.card {
  /* color used to softly clip top and bottom of the .words container */
  --bg-color: #212121;
  background-color: var(--bg-color);
  padding: 1rem 2rem;
  border-radius: 1.25rem;
}
.loader {
  color: rgb(124, 124, 124);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 25px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
}

.words {
  overflow: hidden;
  position: relative;
  margin-left: -18px;

}
.words::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    var(--bg-color) 10%,
    transparent 30%,
    transparent 70%,
    var(--bg-color) 90%
  );
  z-index: 20;
}
.lineclass{
 
  position:relative;
  right: -15px;
  bottom: -30px;
  height: 1px;
  width:180px;
  background-color: red;

}
.hide2sp{
  display: inline-block
}
.word{ 
  display: block;
  height: 100%;
  padding-left: 6px;
       background: linear-gradient(135deg,  #004df4, #020030) ;   
  background-clip: text;   
  background-clip: text;   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
  animation: spin_4991 5s infinite;
 font-size: 35px;
  font-weight: 600;
}
.hidespan{
  display: inline-block;
}
@keyframes spin_4991 {
  10% {
    -webkit-transform: translateY(-122%);
    transform: translateY(-122%);
  }

  25% {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }

  35% {
    -webkit-transform: translateY(-222%);
    transform: translateY(-222%);
  }

  50% {
    -webkit-transform: translateY(-220%);
    transform: translateY(-220%);
  }

  60% {
    -webkit-transform: translateY(-322%);
    transform: translateY(-322%);
  }

  75% {
    -webkit-transform: translateY(-320%);
    transform: translateY(-320%);
  }

  85% {
    -webkit-transform: translateY(-422%);
    transform: translateY(-422%);
  }

  100% {
    -webkit-transform: translateY(-420%);
    transform: translateY(-420%);
  }
}
.productslider{
    width:82%;
    max-width: 1536px;
      margin-inline: auto;
      position: relative;
      height:380px;
      overflow: hidden;
     mask-image: linear-gradient(
      to right,
      rgba(0,0,0,0),
      rgba(0,0,0,1)20%,
      rgba(0,0,0,1)80%,
      rgba(0,0,0,0)
     );
  }

  @keyframes scrollleft {
      to{
          left: -200px;
      }
  }



  .item0{
      width:200px;
      height:180px;
      border-radius: 6px;
      position:absolute;
      z-index: 1;
      left:max(calc(180px * 8), 100%);
      animation-name: scrollleft;
      animation-duration: 24s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;

  }
 
  .item .img-fluid{
      width:100px;
      height:130px;
      transition:all 0.5s;
      margin-right: 100px;
  }
  .productslidersection{
 
    height: 120px;
  }

  .item1{
      animation-delay:calc(24s / 8 * (8 - 1) * -1);
  }
  .item2{
      animation-delay:calc(24s / 8 * (8 - 2) * -1);
  }
  .item3{
      animation-delay:calc(24s / 8 * (8 - 3) * -1);
  }
  
  .item4{
      animation-delay:calc(24s / 8 * (8 - 4) * -1);
  }
  
  .item5{
      animation-delay:calc(24s / 8 * (8 - 5) * -1);
  }
  
  .item6{
      animation-delay:calc(24s / 8 * (8 - 6) * -1);
  }
  
  .item7{
      animation-delay:calc(24s / 8 * (8 - 7) * -1);
  }
  .item8{
      animation-delay:calc(24s / 8 * (8 - 8) * -1);
  }
  .productslider img:hover{
    
      transform:scale(1.2);
      z-index:1000;
  
    
  }
  .productslider img{
       transition: all 0.4s ease-in-out;
  }
  *{
    
    box-sizing: border-box;
  
}
.call-btncall{
 background: linear-gradient(135deg, #00b1ec, #0240eb); 
   
  text-decoration: none;
   color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 5px 82px;
  border-radius: 10px;
 box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

  transition: all 0.2s ease-in-out;
 cursor: pointer;

}
.call-btncall:hover{
     background: linear-gradient(165deg, #0099ff, #0039b3); 
 
  color: white;

}


.wuptw{
  background: linear-gradient(165deg, #21b300, #007814); 
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 700;
   padding: 6px 45px !important;
  border-radius: 10px;
 box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
 transition: all 0.2s ease-in-out;
 cursor: pointer;
}
.wuptw:hover{
   background: linear-gradient(165deg, #ffffff, #ffffff); 
   
 
  color: rgb(3, 197, 0);
}
.wuptw2:hover{

    background: linear-gradient(165deg, #0099ff, #0039b3);
color: #ffffff;
box-shadow: none !important;
border: none !important;
}
.scgthiukh{
  margin: 0;
  padding: 0;
}
.wuptw2{
    background: linear-gradient(135deg, #00b1ec, #0240eb); 
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
   padding: 6px 28px !important;
  border-radius: 10px;
 box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
 transition: all 0.2s ease-in-out;
 cursor: pointer;
}
.productslider112{
    height: 300px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

    .custom-slider {
      width: 100vw;
      height: 180px;
      overflow: hidden;
      position: relative;
      margin: 0 auto;

    
    }

    @keyframes scrollright {
      from {
        transform: translateX(-220px);
      }
      to {
        transform: translateX(calc(100vw + 220px));
      }
    }

    .custom-slide {
      width: 200px;
      height: 180px;
      border-radius: 6px;
      position: absolute;
      top: 30%;
      left: 0; /* required to start transform from left */
      transform: translateY(-50%);
      animation-name: scrollright;
      animation-duration: 24s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      will-change: transform;
      z-index: 1;
    }

    /* Stagger animation delays so slides are spaced */
    .custom-slide.slide1 { animation-delay: calc(24s / 8 * 0 * -1); }
    .custom-slide.slide2 { animation-delay: calc(24s / 8 * 1 * -1); }
    .custom-slide.slide3 { animation-delay: calc(24s / 8 * 2 * -1); }
    .custom-slide.slide4 { animation-delay: calc(24s / 8 * 3 * -1); }
    .custom-slide.slide5 { animation-delay: calc(24s / 8 * 4 * -1); }
    .custom-slide.slide6 { animation-delay: calc(24s / 8 * 5 * -1); }
    .custom-slide.slide7 { animation-delay: calc(24s / 8 * 6 * -1); }
    .custom-slide.slide8 { animation-delay: calc(24s / 8 * 7 * -1); }

    /* Image styles */
.custom-slide img{
    transition: all 0.4s ease-in-out;
}

    .custom-slide img:hover {
      transform: scale(1.2);
      z-index: 1000;
      position: relative;
    }
    .mytextu{
      font-weight: 800;
      font-size: 50px;
        background: linear-gradient(135deg,  #004df4, #020030) ; 
  background-clip: text;   
  background-clip: text;   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
    }
     
    .mytextu::before{
      content: "";
      height: 1px !important;
      width:60px !important;
      background-color: red !important;
     
  
      
    }
    .category-badge {
            color: #0d6efd;
            border: 1px solid #0d6efd;
            border-radius: 4px;
            padding: 2px 10px;
            font-size: 13px;
            display: inline-block;
            margin-bottom: 10px;
        }
        .main-image {
            border-radius: 8px;
            margin-bottom: 20px;
        }
        .sidebar-section {
            background: #ececec;
            border-radius: 8px;
            padding: 18px 15px;
            margin-bottom: 20px;
        }
        .author-date {
            color: #888;
            font-size: 14px;
            margin-bottom: 20px;
        }
        .popular-list li {
            margin-bottom: 8px;
        }
      .mediahe{
        font-weight: 700;
      }
      .carousel-control-prev,.carousel-control-next:hover{
       box-shadow: none !important;
      }

     
    .subtitle2 {
      color: #ffffff;
    
      
    }
    .card {
      background-color: #ffffff;
      border: none;
      border-radius: 16px;
      padding: 25px;
      height: 100%;
      color: black;
    }
   
    .card-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 15px;
}
    .btn-custom {
      
      background-color: #007bff;
      color: white;
      border: none;
      padding: 12px 28px;
      border-radius: 8px;
      font-size: 16px;
    }
    .tsxtdecorti{
text-decoration: none;
    }
    .carousel-multi {
      overflow: hidden;
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
    }
    .carousel-track {
      display: flex;
      transition: transform 0.5s cubic-bezier(.77,0,.18,1);
      will-change: transform;
    }
    .carousel-item-wrapper {
      flex: 0 0 33.3333%;
      padding: 0 10px;
      box-sizing: border-box;
      transition: flex-basis 0.3s ease;
    }
    @media (max-width: 992px) {
      .carousel-item-wrapper {
        flex: 0 0 50%;
      }
    }
    @media (max-width: 576px) {
      .carousel-item-wrapper {
        flex: 0 0 100%;
      }
    }
    .arrow-btn {
      position: absolute;
      top: 85%;
      transform: translateY(-50%);
      background: none;
      border: none;
      color: rgb(255, 255, 255);
    
      font-size: 70px;
      cursor: pointer;
      user-select: none;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s;
      z-index: 10;
    }
    .arrow-btn:hover{
      box-shadow: none;
      color:#3ba1ff
    }

    .arrow-left { left: 306px; }
    .arrow-right { right: 306px; }
    .carousel-indicators-custom {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding: 30px 0px;
      margin-top: 20px !important;
    
     
    }
    .carousel-indicator-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #3ba1ff;
      opacity: 0.4;
      position: relative;
      transition: all 0.4s cubic-bezier(.77,0,.18,1);
      box-shadow: 0 0 0 0 #3ba1ff;
      cursor: pointer;
    }
    .carousel-indicator-dot.active {
      opacity: 1;
      background: #3ba1ff;
      transform: scale(1.6);
      box-shadow: 0 0 16px 0 #3ba1ff99;
      z-index: 2;
      animation: liquid-bounce 0.5s;
    }
    @keyframes liquid-bounce {
      0% { transform: scale(1); }
      40% { transform: scale(2.1, 0.7); }
      60% { transform: scale(1.4, 1.6); }
      80% { transform: scale(1.7, 1.2);}
      100% { transform: scale(1.6, 1.6);}
    }
    .nevogesh{
      background-image: url('img/trustclint/backimg2.jpg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-attachment: fixed;
    }

    .pricing-card {
      border-radius: 16px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.07);
      transition: box-shadow 0.2s, transform 0.2s;
      background: #fff;
      margin-bottom: 0.5rem;
      border: 1px solid black;
    
    }
    .pricing-card:hover {
     box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
      transform: translateY(-10px) scale(1.03);
    }
    .pricing-card.recommended {
      border: 1px solid #0066ff;
      box-shadow: 0 4px 24px rgba(0,224,214,0.15);
      background: linear-gradient(120deg,  #0519eb, #240000) ; 
       color: white;
    }
.textglowone {
  color: #fff;
  font-weight: bold;
  animation: glow-pulse 1.5s infinite alternate;
  text-shadow:
    0 0 5px #fff,
    0 0 10px #9933ff,
    0 0 15px #9933ff,
    0 0 20px #9933ff,
    0 0 25px #9933ff;
   
}

@keyframes glow-pulse {
  0% {
    text-shadow:
      0 0 5px #fff,
      0 0 10px #9933ff,
      0 0 15px #9933ff,
      0 0 20px #9933ff,
      0 0 25px #9933ff;
  }
  100% {
    text-shadow:
      0 0 10px #fff,
      0 0 20px #cc66ff,
      0 0 30px #cc66ff,
      0 0 40px #cc66ff,
      0 0 50px #cc66ff;
  }
}

    .plan-title {
      font-size: 1.5rem;
      font-weight: 700;
    }
    .plan-price {
      font-size: 2rem;
      font-weight: 700;
      color: #222;
    }
    .plan-features {
      list-style: none;
      padding-left: 0;
    }
    .plan-features li {
      margin-bottom: 0.75rem;
      display: flex;
      align-items: center;
    }
   
    .plan-features li i {
      color: #008cff;
      margin-right: 0.5rem;
    }
    .circlerong{
       color: #ff0000 !important;
      margin-right: 0.5rem !important; 
    }
 
    .brand {
      font-size: 2.6rem;
      font-weight: bold;
        background: linear-gradient(135deg,  #004df4, #020030) ;  
  background-clip: text;   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
   
      text-align: center;
    }
        .brandtwezrating {
    
        background: linear-gradient(135deg,  #ffee01, #ff0404) ;  
  background-clip: text;   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
   
     
    }
.faq-question h5,.f2zi{
  background: linear-gradient(135deg,  #004df4, #020030) ; 
  background-clip: text;   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
  font-weight: 800;
}
.faq-question{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.btn-custom:hover{
      border: 1px solid black;
    }
    .ankerpoint{
      display: none;
    }
.tagppricing{   
  font-size: 13px ;
  display: block;
}
.tetagicon h5{
  background: linear-gradient(135deg,  #004df4, #020030) ;   
  background-clip: text;   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
  display: inline-block; 
  font-weight: 600;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  font-size:25px !important;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-customhofty:hover{
    background: linear-gradient(135deg, #000fe7, #ff0033, #0800fc);
  background-size: 300% 400%;
  animation: gradientMove 3s ease infinite;
  color: white !important;
 
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn-customhofty{
   
 
  background-color: #ffffff !important;
 transition: all 1.4s ease-in-out;
 
  

  
      color: #000000 !important;
    
      border-radius: 6px;
      font-weight: 700;
      
      position: relative;
      overflow: hidden;
      display: flex;
      
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
}

 .btn-custom {
      background: #0042ea;
      color: #fff;
      border: none;
      border-radius: 6px;
      font-weight: 700;
      transition: background 0.2s;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
    }
    .btn-custom .fa-arrow-right {
      opacity: 0;
      transform: translateX(10px);
      transition: opacity 0.2s, transform 0.2s;
      margin-left: 0.25rem;
    }

    .btn-custom:hover .fa-arrow-right {
      opacity: 1;
      transform: translateX(0);
    }
    /* Hide mobile slider by default */
    .pricing-slider, .pricing-indicators { display: none !important; }
    /* Show grid by default */
    .row.justify-content-center { display: flex !important; }
    @media (max-width: 500px) {
      .pricing-slider, .pricing-indicators { display: flex !important; }
      .row.justify-content-center { display: none !important; }
      .pricing-slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        padding-bottom: 1.5rem;
      }
      .pricing-slider::-webkit-scrollbar {
        display: none;
      }
      .pricing-card {
        min-width: 85vw;
        max-width: 85vw;
        flex: 0 0 85vw;
        scroll-snap-align: center;
        margin-bottom: 0;
      }
      .pricing-indicators {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
      }
      .pricing-indicator {
        width: 32px;
        height: 4px;
        background: #e0e0e0;
        border-radius: 2px;
        transition: background 0.2s, width 0.2s;
      }
      .pricing-indicator.active {
        background: #002b90;
        width: 40px;
      }
      /* Center the button below the tagline */
      .pricing-card .plan-price {
        margin-bottom: 0.5rem;
      }
      .pricing-card .plan-tagline {
        margin-bottom: 1rem;
        color: white !important;
       
      }
      .pricing-card .btn-custom {
        margin: 0 auto 0.5rem auto;
        display: flex;
        justify-content: center;
      
        
      }
    }

    .mybhtncustom{
      padding: 8px 12px;
      border-radius: 7px;
      background-color: #002feb;
   
      color: white;
       display: flex;
        justify-content: center ;
        align-items: center;
      
    }

    .mybhtncustom .fa-arrow-right {
    display: none;
      transform: translateX(10px);
      transition: opacity 0.2s, transform 0.2s;
      margin-left: 0.25rem;

    }
     .mybhtncustom:hover .fa-arrow-right {
      display: block;
      transform: translateX(0);
    }
    .mybhtncustom2{
        padding: 8px 12px;
      border-radius: 7px;
    border: 1px solid rgb(0, 0, 0);
   font-weight: 700;
      color: rgb(0, 0, 0);
       display: flex;
        justify-content: center ;
        align-items: center;
      
    }
    .mybhtncustom2:hover{
      border: 1px solid black;
      
    }
    .amuborder{
      border:1px solid rgb(255, 255, 255) !important;
    }
    .mybhtncustom2 .fa-arrow-right {
    display: none;
      transform: translateX(10px);
      transition: opacity 0.2s, transform 0.2s;
      margin-left: 0.25rem;
      

    }
     .mybhtncustom2:hover .fa-arrow-right {
      display: block;
      transform: translateX(0);
    }

   .gallery-wrapper {
      overflow-x: hidden; /* 🚫 No horizontal scroll */
      width: 100%;
      height: 100%;
    }

    .image-gallery {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .gallery-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      transition: transform 0.3s;
    }

    .gallery-item:nth-child(odd) {
      margin-top: 40px;
    }

    .gallery-item:nth-child(even) {
      margin-bottom: 40px;
    }

    .gallery-img {
      width: 180px;
      height: 280px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      transition: width 0.8s cubic-bezier(0.4,0,0.2,1), box-shadow 0.4s;
      cursor: pointer;
      z-index: 2;
    }

    .gallery-img:hover {
      width: 350px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    }

    .gallery-content {
      opacity: 0;
      max-height: 0;
      transition: opacity 0.4s, max-height 0.4s;
      background: #fff;
      color: #222;
      padding: 14px 18px;
      border-radius: 0 0 12px 12px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      text-align: center;
      font-weight: 600;
      z-index: 1;
      pointer-events: none;
    }

    .gallery-item:hover .gallery-content {
      opacity: 1;
      max-height: 80px;
      pointer-events: auto;
    }

    @media (max-width: 900px) {
      .gallery-img {
        width: 120px;
        height: 180px;
      }

      .gallery-img:hover {
        width: 220px;
      }
    }

    @media (max-width: 600px) {
      .image-gallery {
        flex-direction: column;
        align-items: center;
      }

      .gallery-item {
        margin: 0 !important;
      }

      .gallery-img {
        width: 90vw;
        height: 160px;
      }

      .gallery-img:hover {
        width: 98vw;
      }
    }
    .hmybg{
      background-color: #8800ff;
      position:relative;
     
      font-size: 12px;
      padding: 5px 8px;
    }

    .ppafibght{
      padding: 0px 100px;
    }
 
   


 

    @media (max-width: 768px) {
    
      
      .row {
        margin: 0 -0.5rem;
      }
      
      .col {
        padding: 0 0.5rem;
      }
    }

    .simple-service-card {
      height: 100%;
      margin: 0;
      border-radius: 8px;
      overflow: hidden;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      transition: all 0.3s ease;
      background: #fff;
      text-align: center;
      position: relative;

    }

    .simple-service-card .image-container {
      position: relative;
      width: 100%;
      height: 30px !important;
      padding-bottom: 75%;
      overflow: hidden;
    }

    .simple-service-card .static-image,
    .simple-service-card .gif-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .simple-service-card .gif-image {
      opacity: 0;
      transform: scale(1.02);
    }

    .simple-service-card .card-title{ 
      font-weight: bold;
      margin-top: 16px;
      margin-bottom: 8px;
      font-size: 1.4rem;
     background: linear-gradient(135deg,  #004df4, #020030) ; 
      background-clip: text;   
      -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent;   
    }

    .htmklhojogh{
         background: linear-gradient(135deg,  #0055d4, #020024) ; 
       background-clip: text;   
       -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent;  
   font-family: 'Poppins', sans-serif;
    }
    .simple-service-card .card-text {
      font-size: 0.97rem;
      color: #444;
      min-height: 48px;
      padding: 12px;
    }

    .simple-service-card .btn-row {
      margin: 18px 0 12px 0;
      display: flex;
      justify-content: center;
      gap: 10px;
    }

    .simple-service-card .btn-blue {
      background: #1565c0;
      color: #fff;
      border: none;
      padding: 4px 18px;
      border-radius: 4px;
      font-size: 0.97rem;
      transition: background 0.2s;
    }

    .simple-service-card .btn-blue:hover {
      background: #003c8f;
    }

    .simple-service-card .btn-outline-blue {
      border: 1px solid #1565c0;
      color: #1565c0;
      background: #fff;
      padding: 4px 18px;
      border-radius: 4px;
      font-size: 0.97rem;
      transition: background 0.2s, color 0.2s;
    }

    .simple-service-card .btn-outline-blue:hover {
      background: #1565c0;
      color: #fff;
    }

    .simple-service-card:hover {
      box-shadow: 0 8px 24px rgba(21,101,192,0.13);
      transform: translateY(-6px) scale(1.03);
    }

    /* Loading line styles */
    .loading-line {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 3px; /* Made thicker for better visibility on mobile */
      background-color: #e53935;
      z-index: 2;
      box-shadow: 0 0 3px rgba(229, 57, 53, 0.5);
      transition: opacity 0.2s ease;
      opacity: 0;
    }

    .loading-line.active {
      animation: fillLine var(--fill-duration) linear forwards;
    }

    @keyframes fillLine {
      from { width: 0; }
      to { width: 100%; }
    }

    /* Mobile styles for all phone sizes */
    @media (max-width: 768px) {
      .simple-service-card {
        margin-bottom: 15px;
      }
      .simple-service-card .image-container {
        padding-bottom: 100%;
      }
      .simple-service-card .card-title {
        font-size: 14px;
        margin: 8px 4px 4px;
        line-height: 1.2;
      }
      .simple-service-card .card-text {
        font-size: 12px;
        padding: 0 4px;
        margin-bottom: 4px;
        line-height: 1.3;
      }
      .simple-service-card .btn-row {
        margin: 8px 0;
        gap: 6px;
        padding: 0 6px;
        flex-wrap: nowrap;
      }
      .simple-service-card .btn-blue,
      .simple-service-card .btn-outline-blue {
        padding: 6px 10px;
        font-size: 12px;
        min-width: 75px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        border-radius: 4px;
      }
    }

    /* Extra small screens */
    @media (max-width: 400px) {
      .simple-service-card .btn-row {
        margin: 6px 0;
        gap: 4px;
        padding: 0 4px;
      }
      
      .simple-service-card .btn-blue,
      .simple-service-card .btn-outline-blue {
        padding: 4px 8px;
        font-size: 11px;
        min-width: 65px;
        height: 26px;
      }
    }

    /* Regular mobile styles */
    @media (min-width: 301px) and (max-width: 768px) {
     
      .simple-service-card {
        margin-bottom: 15px;
      }
      .simple-service-card .image-container {
        padding-bottom: 75%;
      }
      .simple-service-card .card-title {
        font-size: 24px !important;
        margin-top: 10px;
        margin-bottom: 5px;
      }
      .simple-service-card .card-text {
        font-size: 14px ;
        min-height: auto;
        padding: 4px 8px;
        margin-bottom: 5px;
      }
      .simple-service-card .btn-row {
        margin: 10px 0;
        gap: 18px;
      }
      .simple-service-card .btn-blue,
      .simple-service-card .btn-outline-blue {
        padding: 18px 18px;
        font-size: 1.2rem;
        
      }
    }

     .simple-service-card .btn-blue,
      .simple-service-card .btn-outline-blue {
       box-shadow: none;
        
      }
    
    
     .hero-sectionfree {
      background: rgba(0, 0, 0, 0.6) url('img/backfol/blog5.jpg');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      color: white;
      text-align: center;
      padding: 100px 20px;
      background-blend-mode: darken;
      position: relative;
      height: 420px;
    }

    .btn-customfree {
      margin: 10px;
     
    }
    .freehtht{
      font-weight: 800;
    }

    .cards-wrapperfree {
      margin-top: -180px; /* Pull cards upward */
      z-index: 5;
      position: relative;
    }

    .info-cardfree {
      background: linear-gradient(155deg,  #002989, #0014abed, #140026e0);
      color: white;
      padding: 30px 20px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .info-cardfree img {
      width: 90px;
      height: 90px;
      margin-bottom: 15px;
    color: white;
    }

    .info-cardfree h5 {
      margin-top: 10px;
    }
    
    .contugloble {
   height: auto;
    }

    .row.align-items-center {
      height: 100%;
    }

    .section-title,.mypnjio {
      font-weight: bold;
      font-size: 2.5rem;
  background: linear-gradient(135deg,  #004df4, #020030) ; 
  background-clip: text;   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent;  
      
    }
    .section-title2{
      color: white;
      font-weight: 600;
    }

    .subtitle {
      font-size: 1.1rem;
      margin-top: 10px;
      color: #555;
    }

    .stat-box {
      margin-top: 30px;
    }
 

    .stat {
      font-size: 1.5rem;
      font-weight: bold;
      color: #007b42;
    }

    .country-flags img {
      width: 32px;
      margin: 5px;
    }

    .globe-container {
      height: 600px ;
      cursor: pointer;
    }

    #globeViz {
      width: 100%;
      height: 100%;
      display: block;
    }
    .btn-global{
      background: linear-gradient(135deg, #008ebe, #012ba0); 
      color: white ;
      font-weight: 600;
    }
    .btn-global:hover{
    box-shadow: none;
    background-color: #003c8f;
    color: white;
    }
     .sticky-lefti {
            position: sticky ;
            top: 100px;
        }

        .faq-question {
            background: white;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 15px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        }
          .phasenet7 {
      padding: 100px 20px;
      max-width: 1200px;
      margin: auto;
    }
    .title {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 60px;
        font-family: 'Segoe UI', sans-serif;
      color: #1540b5;
      text-shadow: 0 0 5px rgba(0, 51, 102, 0.2);
    }
    .timeline {
      position: relative;
      margin-left: 60px;
      display: none !important;
    }
   .timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px; /* <-- shifted to the right */
  width: 6px;
  height: 96%;
  background: #cce0ff;
  z-index: 0; /* behind everything */
  border-radius: 10px;
  
}

 .progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 0%;
  background: linear-gradient(135deg, #0022fe, #2363f9);
  z-index: 0; /* <-- was 1, now lower than .circle */
  border-radius: 10px;
  box-shadow: 0 0 15px #004cfe, 0 0 25px #4f89fe;
  transition: height 0.2s ease-out;
}
    .phase {
      position: relative;
      display: flex;
      align-items: center;
      margin: 40px 0;
      transform: translateY(40px);
      opacity: 0;
      transition: transform 0.5s ease, opacity 0.5s ease;
    }
    .phase.active {
      transform: translateY(0);
      opacity: 1;
    }
   .circle {
  position: absolute;
  left: -16px; /* <-- will now overlap to the left of the line */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #444, #222);
  color: white;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2; /* make sure it's above everything */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
    .circle.active-glow {
      transform: scale(1.2);
      background: linear-gradient(135deg, #0022fe, #4faffe);
      box-shadow: 0 0 15px #004cfe, 0 0 25px #4f89fe;
      color: #ffffff;
    }
    .cardphase {
     
      background: #f5faff;
      border-radius: 12px;
      padding: 15px;
      margin-left: 60px;
      box-shadow: 0 0 8px rgba(0, 0, 50, 0.1);
      flex: 1;
    }
    .cardphase h4 {
      font-size: 1.1rem;
      margin-bottom: 5px;
      color: #0080ff;
    }
    .cardphase p {
      font-size: 0.9rem;
      color: #333;
    }
    .cardphase img {
      width: 100%;
      border-radius: 10px;
      margin-top: 10px;
    }
    @media (max-width: 768px) {
      .timeline {
        margin-left: 40px;
        display: none;
      }
      .phase {
        flex-direction: column;
        align-items: flex-start;
      }
      .cardphase {
        margin-left: 40px;
      }
      .circle {
        left: -20px;
      }
    }
   .product-cardtyp{ 
  transition: transform 0.3s ease;
  background-color: #fff;

}
.product-cardtyp:hover {
  transform: scale(1.05);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
}

.product-img {
  height: 180px;
  object-fit: contain;
  background-color: #f8f9fa;
  transition: transform 0.4s ease, filter 0.4s ease;
  display: block;
}

@media (max-width: 768px) {
  .product-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
    display: block;
    object-fit: scale-down;
  }
  .image-wrapper {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}

.vignette-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.visit-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px);
 background: linear-gradient(135deg,  #0256de, #010394) ;  
  color: white;
  padding: 8px 12px;
  font-weight: 600;
  border-radius: 5px;
  opacity: 0;
  z-index: 2;
 
  overflow: hidden;
  transition: all 0.4s ease;
  text-decoration: none;
}

.product-cardtyp:hover .product-img {
  transform: scale(1.1);
  filter: blur(3px); 
}

.product-cardtyp:hover .vignette-overlay {
  opacity: 1;
}

.product-cardtyp:hover .visit-btn {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.visit-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: skewX(-25deg);
  transition: 0.5s;
}

.product-cardtyp:hover .visit-btn::after {
  left: 130%;
}

.loderprojuct img{
  height: 36px !important;
  width:120px !important;
}
.gifdivop{
  background-image: url(img/backfol/wave.svg);
}
.product-cardtyp img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: filter 0.4s ease, transform 0.4s ease;
  display: block;
}

.product-cardtyp:hover img {
  filter: blur(3px); /* 👈 blur on hover */
  transform: scale(1.05);
}

.foterlink a {
          width: 54px;
          height: 54px;
          margin: 5px;
          
        }
        .ilo{
         font-size: 26px;
        }
        .foterlink{
          position: relative;
          bottom: 10px;
          margin-top: 10px !important;
          display: flex;
          flex-direction: column;
         
          align-items: center;
        }
         .hjtjhjt{
          background-color: #000120;
          color: white;
            font-family:Verdana, Geneva, Tahoma, sans-serif;
        }
        .hhhhhhkhk{
          display: flex;
          justify-content: end;
        }
        .futtorsec{
          background-color: #023b9d;
          color:white;
          font-family:Verdana, Geneva, Tahoma, sans-serif;
        }
        .notlight{
          margin-bottom: 12px;
          font-weight: 700;
          font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }
        .notlight:hover.notlight a{
          color:#00aeff !important;
          font-weight: 800;
          transition: all 0.3s ;
        }
        .pcont{
          font-size: 22px; 
          font-weight: 600;
        }
        .touchh5{
          font-size: 18px;
          font-family: Verdana, Geneva, Tahoma, sans-serif;
    
        }
         .touchh5 a{
        text-decoration: none;
    
        }
        .bthuto3{
          display: block !important;
        }
        .mjko{
          margin-right: 10px;
        }
        .foterlink a{
          width: 34px;
          height: 34px;
          margin: 5px;
          
        }
        .foterlink{
          position: relative;
          bottom: 10px;
          display: flex;
          flex-direction: column;
         
          align-items: center;
        }
        .colorioall33:hover{
          color:black;
           font-size: 25px;
    transition:  0.2s; 
        }
.erolo {
  display: inline-block;  /* Make the span behave like a block element */
  position: relative;     /* Required for translateX to work */
  animation: leftright 2s infinite ease-in-out;

}
 
    .logo img {
      max-width: 200px;
      margin-bottom: 25px;
    }

    .form-label {
      font-weight: 600;
      color: #333;
    }

    .form-control {
      border-radius: 10px;
      border: 1px solid #ccc;
      padding: 10px 15px;
      background: #fff;
    }

    .form-control:focus {
      border-color: #007bff;
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
    }

    .form-error {
      font-size: 0.85em;
      color: #dc3545;
      display: none;
    }

    .btn-primary {
      background-color: #0056b3;
      border: none;
      border-radius: 30px;
      padding: 10px 30px;
    }

    .btn-primary:hover {
      background-color: #004494;
    }
     .popup p{
      font-size: 16px;
     }

    .popup {
      display: none;
      width:600px;
      
      position: fixed;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
     background: linear-gradient(155deg,  #0139aa, #000357) ;
      color: #ffffff;
      padding: 40px 35px;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
      z-index: 99999;
      text-align: center;
      animation: fadeIn 0.5s ease-in-out;
    }

    .checkmark {
      font-size: 3rem;
      margin-bottom: 10px;
      animation: pop 0.4s ease-out;
    }

    .spinner-border {
      display: none;
    }

    @keyframes pop {
      from { transform: scale(0.7); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translate(-50%, -60%); }
      to { opacity: 1; transform: translate(-50%, -50%); }
    }
   
   
    .team-card {
      position: relative;
      width: 100%;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      background: #fff;
      height: 100%;
    }

    .team-card img {
      width: 100%;
      display: block;
      transition: transform 0.3s ease;
    }

    .team-card:hover img {
      transform: scale(1.02);
    }

    .team-overlay {
      position: absolute;
      bottom: 0;
      height: 40%;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      color: white;
      padding: 20px;
      transform: translateY(100%);
      transition: transform 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      z-index: 2;
    }

    .team-card:hover .team-overlay {
      transform: translateY(0%);
      opacity: 1;
    }

    .team-info h3 {
      margin: 0;
      font-size: 20px;
    }

    .team-info p {
      font-size: 14px;
      margin-top: 5px;
      opacity: 0.85;
    }
.social-icons a img:hover {
  transform: scale(1.2); /* Zoom by 20% on hover */
}
    .social-icons {
      position: absolute;
      top: 20px;
      left: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 2; /* social icons should be above the overlay */
    }

    .social-icons a {
      display: inline-block;
      width: 35px;
      height: 35px;
   
      border-radius: 50%;
      text-align: center;
      line-height: 35px;
      color: #000;
      font-weight: bold;
      transform: translateX(-100px);
      opacity: 0;
      transition: all 0.5s ease;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    }

    .team-card:hover .social-icons a:nth-child(1) {
      transform: translateX(0);
      opacity: 1;
      transition-delay: 0.1s;
    }

    .team-card:hover .social-icons a:nth-child(2) {
      transform: translateX(0);
      opacity: 1;
      transition-delay: 0.2s;
    }

    .team-card:hover .social-icons a:nth-child(3) {
      transform: translateX(0);
      opacity: 1;
      transition-delay: 0.3s;
    }

    .team-card:hover .social-icons a:nth-child(4) {
      transform: translateX(0);
      opacity: 1;
      transition-delay: 0.4s;
    }
    .team-card {
  position: relative;
  overflow: hidden;
}

.team-card img:first-child {
  width: 100%;
  height: auto;
  transition: opacity 0.1s ease;
  display: block;
  position: relative;
  z-index: 1;
}

.team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('img/teamimg/ReLens_Image_2025-06-12_22_17_20_2128x3264 (1).jpg'); /* 👈 Replace with hover image */
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.team-card:hover::before {
  opacity: 1;
}

 .faq-heading {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 2rem;
      color: white;
    }

    .accordion-item {
      background-color: transparent;
      border: 1px solid #5c5c9d;
      border-radius: 0;
      margin-bottom: 10px;
    }

    .accordion-button {
      background-color: transparent;
      color: white;
      font-size: 1.3rem;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
    }

    .accordion-button:focus {
      box-shadow: none;
   
    }
     .accordion-button:hover{
      box-shadow:none;
   
     }
.accordion-button::after {
  content: '+';
  font-size: 1.5rem;
  color: white;
position: relative;
top:-5px;
  transform: scaleX(1);
  transition: transform 0.3s ease;
  background-image: none; /* Removes default Bootstrap arrow */
}
   
.accordion-button:not(.collapsed)::after {
    content: '-';
    position: relative;
    top: -20px !important;
  font-size: 45px;
  color: rgb(0, 0, 0);
transform: rotateY(180deg);
  transition: transform 0.3s ease;
  background-image: none; /* Removes default Bootstrap arrow */
}

    .accordion-body {
      background-color: transparent;
      color: #ffffff;
      font-size: 0.95rem;
    }
    .bgfaq{
      background: linear-gradient(135deg,  #0c01a5, #060011) ;  /* Dark background */
      color: white;
      font-family: 'Segoe UI', sans-serif;
    }

    .swiper {
      padding: 50px 0;
    }

    .swiper-slide {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
    
     
      transition: all 0.3s ease;
    }
 .swiper-slide:hover {
     transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
    }

    .swiper-slide.swiper-slide-active {
      opacity: 1;
      transform: scale(1);
      z-index: 2;
    
    }

    .product-cardtyp {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }

    .product-cardtyp img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .product-content {
      padding: 25px 25px;
      color: #1303ff;
    }

    .tag {
      font-size: 13px;
      color: #007bff;
    }

    .product-title {
      font-size: 16px;
      font-weight: bold;
    }

    .meta {
      font-size: 12px;
      color: #777;
    }

    .swiper-pagination-bullets {
      bottom: 0px;
    }

    .swiper-pagination-bullet {
      background:rgb(255, 255, 255);
      opacity: 0.4;
    }

    .swiper-pagination-bullet-active {
      opacity: 1;
    }
    .displayshow991{
      display: none;
    }
    .spnocontact{
      color: rgb(1, 48, 149);

    }
    .spnocontact::after {
  content: "";
  height: 3px;
  width:80px;
  background-color: rgb(1, 48, 149);
  display: block;
  position: relative;
  top: 14px;
  left: 333px;
  
}
    .spnocontact::before {
  content: "";
  height: 3px;
  width:80px;
  background-color:rgb(1, 48, 149);
  display: block;
  position: absolute;
  top: 14px;
  left: 560px;
  
}
.conblue{
  color: rgb(1, 48, 149);
}
.apnhspo{
  color: black;
  font-weight: 600;
}
.adocontact{
  justify-content: space-between;
}
.nopvew{
  text-decoration: none;
  color: black;
}
.adoadress::after{
  content: "";
  height: 3px;
  width:60px;
  display: block;
  position: relative;
  border-radius: 10px;
  top:-58px;
 left: 80px;
  background-color:rgb(1, 48, 149);

}
.adoadress2::after{
  content: "";
  height: 3px;
  width:60px;
  display: block;
  position: relative;
  border-radius: 10px;
  top:-58px;
 left: 56px;
  background-color:rgb(1, 48, 149);

}
.adoadress3::after{
  content: "";
  height: 3px;
  width:60px;
  display: block;
  position: relative;
  border-radius: 10px;
  top:-58px;
 left: 67px;
  background-color: rgb(1, 48, 149);

}
.bg-orange {
  background-color: #ffa500;
  min-height: 100%;
}

.vertical-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vertical-bars .bar {
  width: 30px;
  height: 6px;
  background-color: white;
  border-radius: 3px;
}

.form-error {
  font-size: 0.8rem;
  color: red;
  display: none;
}

#contactForm .btn .spinner-border {
  margin-left: 10px;
}
.gifimopve{
  height: 450px !important;
  width: 600px !important;
  padding-top: 60px;
}
.submitbthformbtn{
  width: 70%;

}
.divpiid{
  justify-content: space-between;
  padding: 0px 4px;
}
.befoafter{
  color:rgb(1, 48, 149);
}
.anycontact i{
  position: relative;
  top:26px;
  left: -42px;
  font-size: 24px;
  color:rgb(1, 48, 149); ;
}
.anycontact{
  padding-left:  70px;
margin-top: 18px !important;

}
.anycontact a{
  text-decoration: none;
  color: rgb(1, 48, 149);
  font-size: 22px;
  margin-top: 0px;

}
.pitchdivop{
  margin-top: 10px;
}
.hdetoxreadius{
  border-radius: 20px;
  margin: 0px;
 width: 100%;
 display: flex ;
 justify-content: center;
 align-items: center;
padding: 8px 20px !important;

}

.plan-features li{
font-weight: 600;
}
.warningjip{
  background-color: rgb(2, 55, 139); 
  color: white;
}
.itnemnameh i{
  padding-right:10px ;
  
}
.bhiojkol{
  color:rgb(1, 48, 149) !important;
}
.bokgok {

  border-radius: 10px;
 box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.bhitdrhg{
margin-bottom: 20px !important;
}
.htmklio{
  display: none;
}
  .eeWslider-section {
      text-align: center;
      margin-bottom: 30px;
    }
.swiper-wrapper{
  padding-bottom: 40px;
  cursor: pointer;
}
    .eeWslider-section h2 {
      font-size: 34px;
      color: #ffffff;
    }

    .eeWslider-section span {
      display: block;
      color: #ffffff;
      margin-bottom: 10px;
      font-size: 22px;
    }

    .swiper {
      padding: 20px 0;
    }

    .eeWslide-card {
      background: #ffffff;
      border-radius: 15px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      padding: 20px;
    }

    .eeWprofile {
      display: flex;
      align-items: center;
      margin-bottom: 16px;
    }

    .eeWimg-circle {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
      border: 4px solid #fff700;
      margin-right: 15px;
    
      z-index: 4;
    }

    .eeWimg-circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .eeWinfo h4 {
      font-size: 16px;
      margin: 0;
      color: #333;
      z-index: 2;
    }

    .eeWinfo p {
      margin: 0;
      font-size: 12px;
      color: gray;
         z-index: 2;
    }
.eeWinfo{
  padding-left: 20px;
}
    .eeWstars {
      color: #f7b400;
      margin-bottom: 10px;
      font-size: 15px;
    }

    .eeWquote {
      font-size: 14px;
      color: #555;
    }

    /* Swiper dots */
    .swiper-pagination-bullets {
      bottom: 5px !important;
      
    }
    .eeWquote-icon {
        position: absolute;
  font-size: 40px;
  color: #007bff;
  text-align: right;
 top: 1px;
  right: 20px;
}
.eeWquotetes{
  position: absolute;
  left: 0px;
  top:-14px;


}
.eeWquotetes img{
  height: 130px;
  width:120px; 
  z-index: -3;
    border-radius: 20px;
}
.testiomnalsec {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 
}
.testibefo {
  position: relative;
}

.testibefo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 130px;
  height: 130px;
  background-image: url("img/erotesti.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: floatImage 3s ease-in-out infinite;
}

/* Animation keyframes */
@keyframes floatImage {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* jitna hilega */
  }
}
.testibefo::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 120px;
  height: 120px;
  background-image: url("img/erotesti.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: floatImagehjme 4s ease-in-out infinite;
}

@keyframes floatImagehjme {
  0%, 100% {
    transform: scaleX(-1) translateY(-15px);
  }
  50% {
    transform: scaleX(-1) translateY(-0);
  }
}
.more-btn{
  position: relative;
  display: inline-block;
  padding: 10px 40px !important;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  color: #0024b5;
  border: 2px solid transparent;
  border-radius: 10px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #004df4, #020030) border-box;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 transparent;
}


.more-btn:hover {
  background: linear-gradient(135deg, #004df4, #020030);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 77, 244, 0.4);
  transform: translateY(-2px);
}

.sevenface{
   font-size: 2.5rem;
            font-weight: bold;
            text-transform: uppercase;
            position: relative;
            color: transparent;
            background-image: linear-gradient(90deg, #ff00ff, #00ffff, #ff4500, #ff00ff);
            background-size: 200% 100%;
            -webkit-background-clip: text;
            background-clip: text;
            animation: waveAnimation 3s infinite linear;
}
  @keyframes waveAnimation {
            0% { background-position: 0% 50%; }
            100% { background-position: 200% 50%; }
        }
.imgdevopsevenface{
  display: block !important;
}
.uiogkhktg{
  height: 110px;
  width: 110px;
  position:relative;
  top: 80px;
  left: -220px;
}
.brandinfoser{
    background: linear-gradient(135deg,  #004df4, #020030) ;  
   font-size: 45px;
   font-weight: 700;
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;   
}
.hjyokjert,.hjyokjertoop{
  background: linear-gradient(135deg,  #004df4, #020030) ; 
   
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;   
}
  .floating-buttons {
      position: fixed;
      bottom: 90px;
      right: 16px;
      z-index: 999;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .floating-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background-color: #25d36500;
      color: white;
      text-decoration: none;
    
      font-size: 25px;
      transition: all 0.3s ease;
    }

    .floating-buttons a.call-button {
      background-color: #054ba7; /* Blue for call */
    }

    .floating-buttons a:hover {
      transform: scale(1.1);
    }

  #chatbase-bubble-button {
    position: fixed !important;
    bottom: 20px !important;
    right: 16px !important;
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999 !important;
  }
  .plan-duration{
    font-size: 14px;
    
  }

.old-price {
  text-decoration: line-through;
  color: #ffffff;
  font-size: 1.1rem;
  margin-right: 8px;
  opacity: 0.8;
}
.old-price2 {
  text-decoration: line-through;
  color: #f90000;
  font-size: 1.1rem;
  margin-right: 8px;
  opacity: 0.8;

}
.save-badge {
  background: #ffe082;
  color: #1a237e;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 10px;
  margin-left: 5px;
  display: inline-block;
}

/* --- Navbar Animated Underline & Active Color --- */
.navbar .nav-link {
  position: relative;
  color: #444;
  font-weight: 700;
  transition: color 0.3s;
  z-index: 1;
}

.navbar .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 3px;
  background: linear-gradient(135deg,  #0066e3, #00163e) ;  
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(.4,0,.2,1);
  transform-origin: center;
  z-index: 0;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  background: linear-gradient(135deg,  #026ced, #00163e) ;  
  background-clip: text;   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
}

.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after {
  transform: scaleX(1);
}

.navbar .nav-link.active,
.navbar .nav-link[aria-current="page"] {
  background: linear-gradient(135deg,  #026ced, #00163e) ;  
  background-clip: text;   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
}
.navbar .nav-link.active::after,
.navbar .nav-link[aria-current="page"]::after {
  transform: scaleX(1);
}
    .modal-dialog-slide {
      transform: translateY(-100%);
      transition: transform 0.4s ease-out;
    }
    .modal.show .modal-dialog-slide {
      transform: translateY(0);
    }
    .alert {
      z-index: 9998889;
      
    }
    #enquiryModal{
 z-index: 99988989 !important;
    }
.checkmark {
  width: 50px;
  height: 50px;
  display: flex;
  margin-bottom: 15px !important;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.checkmark__svg {
  width: 100%;
  height: 100%;
  animation: scaleIn 0.3s ease-in-out;
  overflow: visible;
}

.checkmark__circle {
  fill: #4caf50;

  stroke-width: 4;
  stroke-dasharray: 175;
  stroke-dashoffset: 175;
  stroke-linecap: round;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  stroke: #ffffff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.4s 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes input-shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-8px); }
  40% { transform: translateX(8px); }
  60% { transform: translateX(-6px); }
  80% { transform: translateX(6px); }
  100% { transform: translateX(0); }
}
.form-control.is-invalid.input-shake {
  animation: input-shake 0.3s linear;
}

@media (max-width: 768px) {
  #searchBarWrapper {
    display: none;
  }
  #searchBarWrapper.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 3000;
    background: #fff;
    padding: 24px 10px 0 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    animation: slideDown 0.3s;
  }
  #searchBarWrapper form {
    background: none;
    border-radius: 0;
    box-shadow: none;
    gap: 0;
    align-items: center;
    position: relative;
    padding: 0;
    min-height: 56px;
    margin: 0;
  }
  .searchbar-mobile-input {
    width: 100%;
    border: none;
    background: #f5f6fa;
    outline: none;
    flex: 1;
    min-width: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    font-size: 17px;
    padding: 0 90px 0 44px;
    height: 48px;
    border-radius: 28px;
    transition: box-shadow 0.2s, background 0.2s;
    color: #222;
    position: relative;
  }
  .searchbar-mobile-input:focus {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  }
  .searchbar-icon-mobile {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 20px;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    
  }
  .hkuothkothk{
    margin-left: -8px;
  }
  
  .mic-mobile-search {
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 6px;
  }
  #closeMobileSearch{
    padding-right: 15px !important;

  }
  #micMobileSearch{
    padding-right: 18px !important;
  }
  .close-mobile-search {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 6px;
  }
  .btnvoicecircle.d-lg-block {
    display: none !important;
  }
}
@media (min-width: 769px) {
  #searchBarWrapper {
    display: block !important;
    position: static !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .mic-mobile-search, .close-mobile-search, .searchbar-icon-mobile {
    display: none !important;
  }
  .btnvoicecircle.d-lg-block {
    display: inline-block !important;
  }
}
#mobileSearchIcon{


background:none; border:none; font-size:22px !important; color:#333; margin-right:-60px;
}

@media (max-width: 991px) {
  #searchBarWrapper {
    display: none !important;
  }
  .show-mobile-search #searchBarWrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100vw;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 3000;
    background: #fff;
    padding: 18px 10px 10px 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    animation: slideDown 0.3s;
    min-height: 70px;
  }
  .show-mobile-search #searchBarWrapper form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #f5f6fa;
    border-radius: 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    position: relative;
    padding: 0;
    min-height: 48px;
  }
  .show-mobile-search #searchBarWrapper .searchbar-mobile-input {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    min-width: 0;
    font-size: 17px;
    padding: 0 50px 0 44px;
    height: 48px;
    border-radius: 28px;
    color: #222;
    position: relative;
    margin: 0;
  }
  .show-mobile-search #searchBarWrapper .searchbar-icon-mobile {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 20px;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
  }
  .show-mobile-search #searchBarWrapper .mic-mobile-search {
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 6px;
  }
  .show-mobile-search #searchBarWrapper .close-mobile-search {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 3;
    display: flex !important;
    align-items: center;
    padding: 0 6px;
  }
  .btnvoicecircle.d-lg-block {
    display: none !important;
  }
}

.hukhikorghi{
  display: none !important ;
}
.bthuto:hover,
.bthutoip:hover{
  color: rgb(0, 145, 235);
  
}
.bthuto,.bthutoip{
  transition: all 0.2s ease-in-out;

}
.btn-row a{
  text-decoration: none;
 
}
.google-review-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 22px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  background: linear-gradient(90deg, #ffbf00, #ffbf00,#e5ff00 ,#ff1500,#ffbf00);
  background-size: 300% 300%;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  animation: gradientShift 6s infinite linear;
  transition: transform 0.25s ease, box-shadow 0.3s ease;
}
* {
  scrollbar-width:thin;
  scrollbar-color: #035fc1 #f1f1f1;
}

.google-review-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Google Icon Animation */
.google-icon {
  font-size: 22px;
  animation: googleBounce 1.5s infinite ease-in-out;
}

@keyframes googleBounce {
  0%, 100% { transform: scale(1) rotate(0deg); color: #fff; }
  25% { transform: scale(1.2) rotate(-15deg); color: #eeff00; }
  50% { transform: scale(1) rotate(0deg); color: #0080ff; }
  75% { transform: scale(1.2) rotate(15deg); color: #ff2600; }
}

.google-star {
  color: #FFEB3B;
  font-size: 20px;
}

.imgbanner{
  border-radius: 10px;
}

/* Temporary dev trigger button for promo popup */
.promo-test-btn {
  position: fixed;
  left: 16px;
  bottom: 18px;
  z-index: 999992;
  padding: 8px 14px;
  border-radius: 20px;
  border: none;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9, #0b5ed7);
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
  cursor: pointer;
}
.promo-test-btn:hover { filter: brightness(1.05); }

/* ===== Reusable Promo Popup (image/video left, content right) ===== */
.promo-overlay {
   
  position: fixed;
  inset: 0;
  background: rgba(9, 12, 18, 0.65);
  backdrop-filter: blur(2px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999991;
}
.promo-overlay.active { display: flex; }
.promo-modal {
  width: min(920px, 92vw);
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}
.promo-modal { height: 520px; }
.promo-media { position: relative; background: #ffffff; display:flex; align-items:center;
   justify-content:center; height: 100%; overflow: hidden; width: 98%; }
.promo-media img, .promo-media video
 { width: 100%;
   height: 100%; 
   object-fit: cover;
    display: block;
    padding: 18px;
    border-radius:14px !important; }
#promoContentMain{
  padding: 20px;
 
}
.promo-media video { background: #ffffff; }
.promo-content { 
   overflow-x: hidden;
  padding: 20px  ; 
  position: relative; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  min-height: 100%; 
  overflow-y: auto;
  width: 500px;
  margin-right: 20px;
}
.promo-close {
  position: absolute; top: 2px; right: -29px; border: none; background: none; font-size: 30px; color: #333; cursor: pointer; z-index: 6; line-height: 1;
}
#promoVideo{
  border-radius: 30px !important;
}
#promoImage{
  border-radius: 20px !important;
}
.promo-close:hover { color: #000; transform: scale(1.05); }
.promo-eyebrow { letter-spacing: 2px; font-weight: 700; color: #6b7280; text-transform: uppercase; font-size: 12px; margin-top: -2px; margin-bottom: 20px; }
.promo-title { font-size: 26px; font-weight: 800; color: #111827; margin: 6px 0 10px; }
.promo-subtitle66 {letter-spacing: 2px; font-weight: 700; color: #6b7280; text-transform: uppercase; font-size: 12px; margin-bottom: 12px; }
.promo-list { list-style: none; padding: 0; margin: 0 0 16px; }
.promo-subtitle { color: #374151; font-size: 16px; margin-bottom: 12px; }
.promo-list li { display: flex; align-items: center; gap: 10px; margin: 8px 0; color: #111827; font-weight: 600; }
.promo-list li i { color: #0d6efd; }
.promo-cta { width: 100%; padding: 12px 18px; border-radius: 10px; background: linear-gradient(135deg, #0256de, #001e8f); color: #fff; font-weight: 700; border: none; cursor: pointer; }
.promo-cta:hover { filter: brightness(1.05); }
.promo-footnote { font-size: 12px; color: #6b7280; margin-top: 10px; }
.promo-cta2 { width: 100%; padding: 12px 18px; border-radius: 10px; background: linear-gradient(135deg, #26cb0c, #1e9400); color: #fff; font-weight: 700; border: none; cursor: pointer; }

/* small animations for content swap */
.fade-out-up { animation: fadeOutUp .22s ease forwards; }
.slide-in-up { animation: slideInUp .28s ease forwards; }
@keyframes fadeOutUp { to { opacity: 0; transform: translateY(-10px);} }
@keyframes slideInUp { from { opacity: 0; transform: translateY(12px);} to { opacity:1; transform: translateY(0);} }


.promo-cta .spinner-border {
  color: #fff;             
  vertical-align: middle;
  margin-left: 8px;
  display: none;           
}
.promo-cta { 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  position: relative;
}

@media (max-width: 600px) {
  .pricing-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 8px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .pricing-slider .pricing-card {
    min-width: 90vw;
    max-width: 90vw;
    flex: 0 0 90vw;
    scroll-snap-align: start;
    margin-right: 0;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  }
}
 /* Custom Blur Animation */
    [data-aos="blur-up"] {
      opacity: 0;
      transform: translateY(40px);
      filter: blur(12px);
      transition: all 1s ease;
    }

    [data-aos="blur-up"].aos-animate {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }



.xslide-container {
  width: 100%;
  max-width: 1250px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.xslide-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.xslide-item {
  min-width: 50%;
  box-sizing: border-box;
  padding: 10px;
}

.xslide-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
}

@media (max-width: 768px) {
  .xslide-item {
    min-width: 100%;
  }
}
/* Buttons Style */
.xslide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
   width: 20px !important; 
  height: 55px;
  background: #fff;
  border: none;
  cursor: pointer;
  z-index: 160;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 38px;
    
  border-left: 3px solid #011dbd;
  
  color: #011dbd; /* green/blue arrow color */

  transition: 0.3s;
}

.xslide-btn2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
   width: 20px !important; 
  height: 55px;
  background: #fff;
  border: none;
  cursor: pointer;
  z-index: 160;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content:start;
    border-right: 3px solid #011dbd;
  font-size: 38px;
  color: #011dbd; /* green/blue arrow color */

  transition: 0.3s;
}



.xslide-prev {
  left: -30px;
}

.xslide-next {
  right: -30px;
}

/* Responsive buttons */
@media (max-width: 768px) {
  .xslide-btn, .xslide-btn2 {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  .xslide-prev {
  left: -26px;
}

.xslide-next {
  right: -26px;
}
}
@media (max-width: 408px) {
  .xslide-btn, .xslide-btn2 {
  display: none;
  }

}




/* ==============================
   Ratings & Recognition Section
   ============================== */
.ratings-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(1200px 600px at -10% -20%, rgba(0, 123, 255, 0.721), transparent 60%),
              radial-gradient(900px 480px at 110% 10%, rgba(255, 132, 0, 0.28), transparent 60%),
              linear-gradient(180deg, #0b0e13 0%, #0a0c10 60%, #0c0907 100%);
  border-radius: 18px;
  isolation: isolate; /* create own stacking context so children z-index work predictably */
}

.ratings-section .container { position: relative; z-index: 3; }

.ratings-section .label { letter-spacing: .08em; }

.ratings-wrap { margin-top: 10px; }

.rating-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  border-radius: 14px;
  padding: 16px 14px;
  color: #e9edf3;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
  height: 100%;
  position: relative;
  z-index: 2; /* stay above ornaments and canvas */
  will-change: transform;
}

.rating-card .brand { 
  display: flex; align-items: center; gap: 8px; 
  color: #eaf2ff; font-weight: 600; font-size: 14.5px;
  /* Reset global .brand gradient text so icons/text are visible */
  background: none !important;
  -webkit-background-clip: initial;
          background-clip: initial;
  -webkit-text-fill-color: currentColor;
}
.rating-card .brand i,
.rating-card .brand span {
  color: currentColor;
  -webkit-text-fill-color: currentColor;
}
.rating-card .brand .fa-brands { font-size: 18px; opacity: .95; }
.rating-card .brand-img { height: 18px; filter: brightness(1) contrast(1.2); }
.rating-card .brand-text { font-weight: 700; letter-spacing: .02em; }

.rating-card .stars { color: #f7b500; letter-spacing: 1px; font-size: 15px; }
.rating-card .stars .fa-regular.fa-star { color: #e1a400; opacity: .6; }
.rating-card .caption { color: rgba(233, 237, 243, .75); font-size: 12.8px; margin: 6px 0 0; }

/* Hover effects only on devices that support hover */
@media (hover: hover) and (pointer: fine) {
  .rating-card:hover,
  .rating-card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(2, 124, 255, 0.824);
    box-shadow: 0 14px 36px rgba(2, 123, 255, 0.18), 0 3px 10px rgba(0,0,0,0.25);
    background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
  }
}

/* Background ornaments */
.ratings-section .bg-ornament {
  position: absolute; inset: -10% -20% auto auto; width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 124, 2, 0.29), transparent 60%);
  filter: blur(50px); opacity: .35; z-index: 1; animation: floatY 10s ease-in-out infinite; pointer-events: none;
}
.ratings-section .bg-ornament.two {
  inset: auto auto -25% -10%; width: 720px; height: 720px;
  background: radial-gradient(circle at 70% 70%, rgba(0, 68, 255, 0.28), transparent 60%);
  animation: floatX 12s ease-in-out infinite;
}

@keyframes floatY { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(14px);} }
@keyframes floatX { 0%,100%{ transform: translateX(0);} 50%{ transform: translateX(18px);} }

/* Starfield canvas */
.ratings-section .ratings-stars {
  position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .ratings-section { border-radius: 0px; }
  .rating-card { padding: 14px; }
}

@media (max-width: 575px) {
  .ratings-wrap { margin-top: 8px; }
  .rating-card { padding: 12px; }
  .rating-card .brand { font-size: 13.5px; }
  .rating-card .stars { font-size: 14px; }
  .rating-card .caption { font-size: 12.2px; }
}
