/* assets/style.css - small custom styles */
body { padding-bottom: 60px; }
.card .card-title i { margin-right: 8px; }

/* Hide default Google icon */
.goog-te-gadget-icon {
  display: none !important;
}

/* Remove default borders and background */
.goog-te-gadget-simple {
  background-color: #f8f9fa !important; /* Bootstrap bg-light */
  color: #212529 !important; /* Bootstrap text-dark */
  border: none !important;
  padding: 2px 10px !important;
  border-radius: 50rem !important; /* Rounded pill */
  font-size: 0.875rem !important; /* Small text */
  font-family: inherit !important;
  cursor: pointer;
  display: inline-block !important;
  box-shadow: none !important;
  margin-top: 6px;
}

/* Arrow ▼ color */
.goog-te-gadget-simple span {
  color: #212529 !important;
}

/* Remove underline on hover */
.goog-te-gadget-simple a {
  text-decoration: none !important;
}
  
  
  
  .social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.social-icons a {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #25d366; /* WhatsApp green */
}
    .top-bar {
      background-color:  #a77f08d0;
      font-size: 14px;
      padding: 4px 0;
    }

    .main-header {
      background: white;
      padding: 10px 0;
    }

    .navbar-custom {
      background-color: #a64b00;
    }

    .navbar-custom .nav-link,
    .navbar-custom .navbar-brand {
      color: #fff;
    }

    .font-buttons button {
      font-size: 12px;
      margin-left: 5px;
    }

    .navbar-toggler {
      border-color: white;
    }

    .social-icon i {
      font-size: 40px;
      /* Equal size */
      /* color: #444; */
      /* Default color */
      transition: 0.3s;
      /* Smooth hover effect */
    }

    .navbar-custom.sticky-top {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      z-index: 1030;
    }

    .social-icon:hover i {
      color: #007bff;
      /* Change color on hover */
      transform: scale(1.1);
      /* Slight zoom effect */
    }



    /* .menu-tab {
  padding: 8px 12px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.menu-tab:hover,
.menu-tab.active {
  background-color:#f26522 ;
  color: #000;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  text-decoration: none;
}

.menu-tab::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #f26522; 
  position: absolute;
  left: 0;
  bottom: -3px;
  opacity: 0;
  
  transition: opacity 0.3s ease-in-out;
}

.menu-tab:hover::after,
.menu-tab.active::after {
  opacity: 1;
} */
    .menu-tab {
      padding: 8px 12px;
      position: relative;
      transition: all 0.3s ease-in-out;
      z-index: 1;

    }

    .menu-tab::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 3px;
      background-color: #f26522;
      opacity: 0;
      transform: scaleY(1);
      transform-origin: bottom;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 4px 6px rgba(242, 101, 34, 0.4);
      /* soft orange glow */
      border-radius: 0 0 4px 4px;
      z-index: -1;
    }

    .menu-tab:hover::after,
    .menu-tab.active::after {
      opacity: 1;
      height: 30px;
      /* increase thickness */
      transform: scaleY(1.2);
    }

    /* Default for all screens */
    .menu-tab::after {
      height: 3px;
    }

    /* Limit hover effect height only on desktop */
    @media (min-width: 768px) {

      .menu-tab:hover::after,
      .menu-tab.active::after {
        height: 30px;
      }
    }

    /* On mobile, keep it small and clean */
    @media (max-width: 767.98px) {
      .menu-tab::after {
        height: 3px !important;
      }

      .menu-tab:hover::after,
      .menu-tab.active::after {
        height: 3px !important;
        transform: scaleY(1);
        /* remove zoom effect */
        box-shadow: none;
      }
    }



    /* search */
    .sf-search {
      background-color: #fff;
      border: 1px solid #ddd;
      transition: box-shadow 0.3s ease;
    }

    .sf-search:hover {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    }

    .sf-searchbox {
      border: none;
      background: transparent;
      font-size: 14px;
    }

    .sf-searchbox::placeholder {
      color: #888;
    }

    .sf-search-mic {
      cursor: pointer;
    }


    /* end of search */


    /* login */
    .login__btn button:focus {
      box-shadow: none;
    }

    .login__modal a:hover {
      color: #f26522;
    }
    
   

   
      .top-bar .overflow-auto {
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */

      }

      .top-bar .overflow-auto::-webkit-scrollbar {
        display: none;
      }
      
      
      /*home starts*/
       /* Carousel container */
  #mainCarousel {
    width: 100%;
  }

  /* Fixed height for carousel area */
  .carousel-item {
    height: 400px; /* Adjust as needed */
    width: 100%;
    background-position: center;
    background-repeat:no-repeat;
    background-size:contain;

      background-color: #000; /* fallback if gradient fails */
  background-image: 
    linear-gradient(to right, #111, #222), 
    url('/assets/images/img3.jpeg');

    
  }

  /* Responsive image: full width, auto height */
  .carousel-item img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit:contain; /* Show full image without distortion */
  }







  /* Custom CSS */
  .circular-layout {
    width: 800px;
    height: 800px;
    max-width: 90vw;
    max-height: 90vw;
  }

  .central-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #2c3e50;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  .feature-circle {
    top: 50%;
    left: 50%;
    transform:
      translate(-50%, -50%) rotate(var(--angle)) translate(300px) rotate(calc(-1 * var(--angle)));
  }

  .circle-item {
    width: 100px;
    height: 100px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: 0.8rem;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .arrow-line {
    position: absolute;
    width: 120px;
    height: 2px;
    background: #2c3e50;
    top: 50%;
    left: -120px;
    transform: translateY(-50%);
  }

  .arrow-line::after {
    content: '';
    position: absolute;
    right: -10px;
    top: -4px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #2c3e50;
  }

  .circle-item:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
  }

  @media (max-width: 768px) {
    .circular-layout {
      width: 300px;
      height: 300px;
    }

    .central-circle {
      width: 80px;
      height: 80px;
      font-size: 0.7rem;
    }

    .circle-item {
      width: 60px;
      height: 60px;
      font-size: 0.6rem;
    }

    .feature-circle {
      transform:
        translate(-50%, -50%) rotate(var(--angle)) translate(100px) rotate(calc(-1 * var(--angle)));
    }

    .arrow-line {
      width: 80px;
      left: -80px;
    }
  }
  
  
   /* Custom CSS */
  .circular-layout {
    max-width: 100%;
  }

  .central-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #2c3e50;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  .feature-circle {
    top: 50%;
    left: 50%;
    transform:
      translate(-50%, -50%) rotate(var(--angle)) translate(200px) rotate(calc(-1 * var(--angle)));
  }

  .circle-item {
    width: 120px;
    height: 120px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    font-size: 0.9rem;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .circle-item:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
  }

  /* Connecting Lines */
  .feature-circle::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #dee2e6;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
  }

  @media (max-width: 768px) {
    .circular-layout {
      width: 300px !important;
      height: 300px !important;
    }

    .central-circle {
      width: 100px;
      height: 100px;
      font-size: 0.8rem;
    }

    .circle-item {
      width: 80px;
      height: 80px;
      font-size: 0.7rem;
    }


btn-warning:hover,
.btn-warning:focus {
  color: #fff !important;
}
.btn:hover {
  color: inherit;
}
    .feature-circle {
      transform:
        translate(-50%, -50%) rotate(var(--angle)) translate(120px) rotate(calc(-1 * var(--angle)));
    }

    .feature-circle::before {
      width: 60px;
      left: -50px;
    }
  }
  
  /* Add this CSS to your stylesheet */
  .section-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .feature-item {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1rem;
    text-align: center;
  }

  .feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: #e9ecef;
    cursor: pointer;
  }

  .text-primary {
    color: #2c3e50 !important;
  }

  h2 {
    letter-spacing: 1.5px;
  }

  h4 {
    font-size: 1.4rem;
  }
  
  .download-btn {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 16px;
      background-color: #0fb300ff;
      color: white;
      text-decoration: none;
      border-radius: 5px;
    }

    .download-btn:hover {
      background-color: #003f7f;
    }
  .faq-marquee {
    position: absolute;
    width: 100%;
    animation: scroll-up 20s linear infinite;
  }

  @keyframes scroll-up {
    0% {
      top: 100%;
    }

    100% {
      top: -100%;
    }
  }
  
    /* third */
    .tech-marquee-container {
      position: relative;
    }

    .tech-marquee-wrapper {
      overflow: hidden;
      position: relative;
      width: 100%;
    }

    .tech-track {
      display: flex;
      animation: scroll-marquee 60s linear infinite;
      will-change: transform;
    }

    .tech-item {
      flex: 0 0 auto;
      width: 180px;
      text-align: center;
      padding: 1rem;
      text-decoration: none;
      color: inherit;
      transition: transform 0.5s ease;
    }

    .tech-item img {
      width: 60px;
      height: auto;
      margin-bottom: 0.5rem;
    }

    .tech-item p {
      margin: 0;
      font-size: 1rem;
      color: #333;
    }

    .tech-item:hover {
      transform: scale(1.05);
    }

    .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      border: none;
      z-index: 10;
      font-size: 2rem;
      padding: 0.25rem 0.75rem;
      cursor: pointer;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      opacity: 0.8;
    }

    .scroll-btn.left {
      left: 5px;
    }

    .scroll-btn.right {
      right: 5px;
    }

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

      100% {
        transform: translateX(-50%);
      }
    }

    /* end of third */

    .tech-logo {
      max-width: 120px;
      height: auto;
      margin: 0 auto;
      transition: transform 0.3s ease;
    }

    .tech-logo:hover {
      transform: scale(1.1);
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      padding: 15px;
    }

    .carousel-item {
      padding: 20px 0;
    }
    
      .dot span {
    font-size: 11px;

  }

  .circle-carousel {
    padding-top: 100%;
    background: rgba(0, 0, 0, .3);
  }

  .circle-carousel .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .circle-carousel .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    background: rgba(255, 0, 0, .3);
  }

  .circle-carousel .slide.active {
    z-index: 1;
    opacity: 1;
  }

  .circle-carousel .pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 52%;
    height: 52%;
    border-radius: 50%;
    border: 3px solid white;
    pointer-events: none;
    user-select: none;
  }

  .circle-carousel .pagination .dot {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    pointer-events: auto;
    transition: .3s;
    background: orange;
  }

  .circle-carousel .pagination .dot:hover {
    transform: translate(-50%, -50%) scale(1.05);
    cursor: pointer;
    background: white;
    color: black;
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.5);
    border: 4px solid #007bff;


  }

  .circle-carousel .pagination .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .circle-carousel .pagination .item.active .dot {
    background: white;
    color: black;
  }

  .circle-carousel .next,
  .circle-carousel .prev {
    position: absolute;
    bottom: 6%;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .3em;
    transition: .3s;
    user-select: none;
  }

  .circle-carousel .next::before,
  .circle-carousel .prev::before {
    content: '';
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-color: transparent black;
    transition: .3s;
  }

  .circle-carousel .next:hover,
  .circle-carousel .prev:hover {
    cursor: pointer;
    color: black;
  }

  .circle-carousel .next:hover::before,
  .circle-carousel .prev:hover::before {
    border-color: transparent white;
    transform: translate(-50%, -50%) scale(1.05);
  }

  .circle-carousel .next {
    right: 5%;
  }

  .circle-carousel .next::before {
    left: 65%;
    border-width: 30px 0 30px 70px;
  }

  .circle-carousel .prev {
    left: 5%;
  }

  .circle-carousel .prev::before {
    left: 35%;
    border-width: 30px 70px 30px 0;
  }




  .center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  .center-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
  }

  .main-container {
    position: relative;
    width: 500px;
    /* Adjust to your layout */
    height: 500px;
    margin: auto;
  }

  .point {
    position: relative;
    width: 130px;
    height: 130px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    border: 4px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 1;
  }

  .view-indicator {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #007bff;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    font-weight: 500;
  }

  .point:hover .view-indicator {
    opacity: 1;
  }

  .label-text {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
  }

  /* Add this new hover effect */
  .point:hover {
    transform: scale(1.3);
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.5);
    border: 4px solid #007bff;
    z-index: 10;
  }


  .main-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
  }

  .center-image-wrapper {
    position: relative;
    width: 600px;
    /* adjust based on image size */
    height: 600px;
  }

  .circle-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .center-circle {
    position: absolute;
    top: 60%;
    left: 57%;
    width: 200px;
    height: 200px;
    background: url('MSCenter.png') no-repeat center/contain;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 2;
  }

  .orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }

  .point-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(var(--angle)) translate(330px) rotate(calc(-1 * var(--angle)));
    transform-origin: center center;
  }

  .point {
    width: 130px;
    height: 130px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    border: 4px solid transparent;
    transition: all 0.4s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 1;
  }

  .hover-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
  }

  .hover-modal.active {
    display: flex;
  }

  .hover-modal .modal-content {
    width: 80%;
    max-width: 800px;
    max-height: 85%;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: relative;
    overflow-y: auto;
    border-radius: 10px;
    animation: scaleIn 0.3s ease;
  }

  .hover-modal .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
  }

  .hover-modal iframe {
    width: 100%;
    height: 400px;
    border: none;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes scaleIn {
    from {
      transform: scale(0.8);
      opacity: 0;
    }

    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  @media (max-width: 768px) {
    .main-container {
      transform: scale(0.7);
    }
  }

  .carousel-img {
    height: 300px !important;
    object-fit: cover;
    /* crop and fill */
    width: 100%;
  }

  /* Smooth fade-in animation */
  .fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.2s ease-out forwards;
  }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: none;
    }
  }
  
  /* card glass*/
  
  
  /*end card glass*/
      /*home ends*/
   