

    body {
      margin: 0;
      font-family: Arial, sans-serif;
    }
.py_8{
  padding:60px 0;
  
}
    /* Top Header */
    .top-header {
      background: #064db5;
      color: #fff;
      font-size: 15px;
      padding: 12px 0;
    }

    .top-header a {
      color: #fff;
      text-decoration: none;
      transition: 0.3s ease;
    }

    .top-header a:hover {
      opacity: 0.8;
    }

    .top-header i {
      margin-right: 7px;
    }

    /* Main Header */
  
  .main-header {
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 999;
  }

  header.main-header .navbar {
    padding: 0;
  }

  header.main-header .navbar-brand img {
    max-height: 70px;
    width: auto;
  }

  header.main-header .navbar-nav .nav-link {
    color: #111;
    font-weight: 600;
    padding: 28px 16px;
    transition: 0.3s ease;
  }

  header.main-header .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #006ff7;
  }

  header.main-header .get-started-btn {
    background: #0d8cff;
    color: #fff;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 9px;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-block;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
  }

  header.main-header .get-started-btn:hover {
    background: #006fd1;
    color: #fff;
    transform: translateY(-2px);
  }

  /* Dropdown Base */
  header.main-header .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    padding: 10px 0;
    min-width: 240px;
    margin: 0;
  }

  header.main-header .dropdown-item {
    font-weight: 600;
    color: #444;
    padding: 11px 18px;
    transition: 0.3s ease;
    white-space: normal;
  }

  header.main-header .dropdown-item:hover {
    background: #f2f7ff;
    color: #006ff7;
  }

  header.main-header .dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 6px;
  }

  /* Submenu */
  header.main-header .dropdown-submenu {
    position: relative;
  }

  header.main-header .dropdown-submenu > a.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header.main-header .dropdown-submenu > a.dropdown-toggle::after {
    content: "\F285" !important;
    font-family: "bootstrap-icons" !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    font-size: 12px;
    margin-left: 12px;
    margin-top: 0;
  }

  /* Desktop Dropdown Hover Working */
  @media (min-width: 992px) {
    header.main-header .navbar-collapse {
      display: flex !important;
      align-items: center;
    }

    header.main-header .navbar-center {
      flex: 1;
      display: flex;
      justify-content: center;
    }

   header.main-header .navbar .nav-item.dropdown {
      position: relative;
    }

    header.main-header .navbar .dropdown-menu {
      display: block !important;
      position: absolute;
      top: 100%;
      left: 0;
      visibility: hidden;
      opacity: 0;
      transform: translateY(12px);
      transition: all 0.25s ease;
      z-index: 99999;
      pointer-events: none;
    }

    header.main-header .navbar .nav-item.dropdown:hover > .dropdown-menu {
      visibility: visible !important;
      opacity: 1 !important;
      transform: translateY(0) !important;
      pointer-events: auto;
    }

    header.main-header .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-left: 0;
    }

    header.main-header .dropdown-submenu:hover > .dropdown-menu {
      visibility: visible !important;
      opacity: 1 !important;
      transform: translateY(0) !important;
      pointer-events: auto;
    }

    header.main-header .desktop-btn {
      margin-left: 25px;
    }
  }

  /* Mobile */
  @media (max-width: 991px) {
    header.main-header .navbar {
      padding: 10px 0;
    }

    header.main-header .navbar-brand img {
      max-height: 58px;
    }

    header.main-header .navbar-toggler {
      border: 0;
      box-shadow: none !important;
    }

    header.main-header .navbar-collapse {
      background: #fff;
      padding: 15px 0 20px;
    }

    header.main-header .navbar-center {
      width: 100%;
    }

    header.main-header .navbar-nav .nav-link {
      padding: 12px 0;
    }

    header.main-header .dropdown-menu {
      position: static !important;
      box-shadow: none;
      border-left: 3px solid #006ff7;
      margin-left: 10px;
      padding: 0;
      display: none;
      min-width: 100%;
      visibility: visible;
      opacity: 1;
      transform: none;
    }

    header.main-header .dropdown-menu.show {
      display: block;
      animation: mobileDropdown 0.25s ease;
    }

    @keyframes mobileDropdown {
      from {
        opacity: 0;
        transform: translateY(-6px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    header.main-header .dropdown-item {
      padding: 10px 15px;
    }

    header.main-header .dropdown-submenu > .dropdown-menu {
      margin-left: 15px;
    }

    header.main-header .dropdown-submenu > a.dropdown-toggle::after {
      content: "\F282" !important;
      border: 0 !important;
    }

    header.main-header .desktop-btn {
      margin-top: 12px;
    }

    header.main-header .get-started-btn {
      padding: 13px 28px;
      width: fit-content;
    }
  }
/*----------------------banner*----------------------------------------*/
.quote-form-box .custom-phone-box {
  display: flex;
  align-items: center;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  height: 43px;
  background: #fff;
  position: relative;
}

.quote-form-box .custom-phone-box:focus-within {
  border-color: #0d8cff;
  box-shadow: 0 0 0 3px rgba(13, 140, 255, 0.18);
}

.quote-form-box .country-dropdown {
  position: relative;
  height: 100%;
  flex: 0 0 105px;
  border-right: 1px solid #d6d6d6;
}

.quote-form-box .country-selected {
  width: 100%;
  height: 100%;
  border: 0;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}

.quote-form-box .country-selected img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.quote-form-box .country-selected i {
  font-size: 10px;
  margin-left: auto;
}

.quote-form-box .country-list {
  position: absolute;
  top: 46px;
  left: 0;
  width: 240px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  padding: 6px 0;
  margin: 0;
  list-style: none;
  display: none;
  z-index: 9999;
}

.quote-form-box .country-list.show {
  display: block;
}

.quote-form-box .country-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #222;
}

.quote-form-box .country-list li:hover {
  background: #f2f7ff;
}

.quote-form-box .country-list li img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.quote-form-box .country-list li span {
  flex: 1;
}

.quote-form-box .country-list li small {
  color: #777;
  font-size: 13px;
}

.quote-form-box .phone-input {
  border: 0 !important;
  height: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  flex: 1;
  min-width: 0;
}

@media (max-width: 575px) {
  .quote-form-box.custom-phone-box {
    height: 43px;
  }

  .country-dropdown {
    flex: 0 0 95px;
  }

  .country-list {
    width: 230px;
  }
}

.hero-banner {
    position: relative;
    padding: 60px 0;
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

  .hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 20, 95, 0.25);
    z-index: 1;
  }

  .hero-banner .container {
    position: relative;
    z-index: 2;
  }

   .hero-banner .hero-content {
    color: #fff;
    max-width: 620px;
  }

   .hero-banner .hero-content .small-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 22px;
  }

   .hero-banner .hero-content h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 24px;
  }

   .hero-banner .hero-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 560px;
  }

  .hero-banner .hero-btn {
    background: #0d8cff;
    color: #fff;
    padding: 15px 36px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    transition: 0.3s ease;
  }

   .hero-banner .hero-btn:hover {
    background: #0049BC;
    color: #fff;
    transform: translateY(-2px);
  }

   .hero-banner .quote-form-box {
    background: #fff;
    border-radius: 9px;
    padding: 38px 30px 30px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    max-width: 570px;
    margin-left: auto;
  }

  .hero-banner .quote-form-box h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.22;
    text-align: center;
    margin-bottom: 6px;
    color: #000;
  }

   .hero-banner .quote-form-box .offer-text {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #1266f1;
    margin-bottom: 18px;
  }

   .hero-banner .quote-form-box .form-subtitle {
    color: #ff5b12;
    text-align: center;
    font-size: 16px;
    margin-bottom: 24px;
  }

   .hero-banner .quote-form-box label {
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .hero-banner .quote-form-box .form-control,
  .quote-form-box .form-select {
    height: 43px;
    border-radius: 6px;
    border: 1px solid #d6d6d6;
    font-size: 15px;
    box-shadow: none;
  }

   .hero-banner .quote-form-box .form-control:focus,
  .quote-form-box .form-select:focus {
    border-color: #0d8cff;
    box-shadow: 0 0 0 3px rgba(13, 140, 255, 0.18);
  }

  /* Phone Country Dropdown */
   .hero-banner .phone-dropdown-group {
    display: flex;
    align-items: center;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    overflow: hidden;
    height: 43px;
    background: #fff;
  }

   .hero-banner .country-code-select {
    width: 84px;
    height: 100%;
    border: 0;
    border-right: 1px solid #d6d6d6;
    background: #f7f7f7;
    padding: 0 7px;
    font-size: 14px;
    color: #333;
    outline: none;
    cursor: pointer;
  }

   .hero-banner .phone-input {
    border: 0 !important;
    height: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    flex: 1;
    min-width: 0;
  }

   .hero-banner .phone-dropdown-group:focus-within {
    border-color: #0d8cff;
    box-shadow: 0 0 0 3px rgba(13, 140, 255, 0.18);
  }

   .hero-banner .submit-btn {
    background: #ff6508;
    color: #fff;
    border: 0;
    border-radius: 9px;
    padding: 14px 48px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s ease;
  }

   .hero-banner .submit-btn:hover {
    background: #e65400;
    transform: translateY(-2px);
  }

  @media (max-width: 1199px) {
     .hero-banner .hero-content h1 {
      font-size: 40px;
    }

     .hero-banner .quote-form-box h2,
    .quote-form-box .offer-text {
      font-size: 34px;
    }
  }

  @media (max-width: 991px) {
     .hero-banner .hero-banner {
      padding: 70px 0;
      min-height: auto;
    }

     .hero-banner .hero-content {
      text-align: center;
      max-width: 100%;
      margin-bottom: 40px;
    }

     .hero-banner .hero-content p {
      margin-left: auto;
      margin-right: auto;
    }

     .hero-banner .quote-form-box {
      margin: 0 auto;
      max-width: 650px;
    }
  }

  @media (max-width: 575px) {
     .hero-banner .hero-banner {
      padding: 55px 0;
    }

     .hero-banner .hero-content h1 {
      font-size: 32px;
    }

     .hero-banner .hero-content .small-title {
      font-size: 15px;
    }

     .hero-banner .hero-content p {
      font-size: 15px;
    }

    .hero-banner.quote-form-box {
      padding: 28px 18px;
    }

     .hero-banner .quote-form-box h2 {
      font-size: 28px;
    }

     .hero-banner .quote-form-box .offer-text {
      font-size: 30px;
    }

     .hero-banner .quote-form-box .form-subtitle {
      font-size: 14px;
    }

     .hero-banner .phone-dropdown-group {
      height: auto;
      flex-direction: column;
      align-items: stretch;
    }

     .hero-banner .country-code-select {
      width: 100%;
      height: 43px;
      border-right: 0;
      border-bottom: 1px solid #d6d6d6;
    }

     .hero-banner .phone-input {
      height: 43px !important;
    }
    .hero-banner.submit-btn {
      width: 100%;
    }
  }


    .hero-banner {
    position: relative;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 20, 95, 0.25);
    z-index: 1;
  }

  .hero-banner .container {
    position: relative;
    z-index: 2;
  }

  .hero-content {
    color: #fff;
    max-width: 620px;
  }

  .hero-content .small-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 22px;
  }

  .hero-content h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 24px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 560px;
  }

  .hero-btn {
    background: #0d8cff;
    color: #fff;
    padding: 15px 36px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    transition: 0.3s ease;
  }

  .hero-btn:hover {
    background: #0049bc;
    color: #fff;
    transform: translateY(-2px);
  }

  .hero-animate {
    opacity: 0;
    transform: translateX(-70px);
    animation: slideLeftContent 0.85s ease forwards;
  }

  .hero-delay-1 {
    animation-delay: 0.2s;
  }

  .hero-delay-2 {
    animation-delay: 0.45s;
  }

  .hero-delay-3 {
    animation-delay: 0.7s;
  }

  .hero-delay-4 {
    animation-delay: 0.95s;
  }

  @keyframes slideLeftContent {
    from {
      opacity: 0;
      transform: translateX(-70px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .quote-form-box {
    background: #fff;
    border-radius: 9px;
    padding: 38px 30px 30px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    max-width: 570px;
    margin-left: auto;
  }

  .quote-form-box h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.22;
    text-align: center;
    margin-bottom: 6px;
    color: #000;
  }

  .quote-form-box .offer-text {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #1266f1;
    margin-bottom: 18px;
  }

  .quote-form-box .form-subtitle {
    color: #ff5b12;
    text-align: center;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .quote-form-box label {
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .quote-form-box .form-control,
  .quote-form-box .form-select {
    height: 43px;
    border-radius: 6px;
    border: 1px solid #d6d6d6;
    font-size: 15px;
    box-shadow: none;
  }

  .quote-form-box .form-control:focus,
  .quote-form-box .form-select:focus {
    border-color: #0d8cff;
    box-shadow: 0 0 0 3px rgba(13, 140, 255, 0.18);
  }

  .custom-phone-box {
    display: flex;
    align-items: center;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    height: 43px;
    background: #fff;
    position: relative;
  }

  .custom-phone-box:focus-within {
    border-color: #0d8cff;
    box-shadow: 0 0 0 3px rgba(13, 140, 255, 0.18);
  }

  .country-dropdown {
    position: relative;
    height: 100%;
    flex: 0 0 105px;
    border-right: 1px solid #d6d6d6;
  }

  .country-selected {
    width: 100%;
    height: 100%;
    border: 0;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 8px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
  }

  .country-selected img {
    width: 20px;
    height: 14px;
    object-fit: cover;
  }

  .country-selected i {
    font-size: 10px;
    margin-left: auto;
  }

  .country-list {
    position: absolute;
    top: 46px;
    left: 0;
    width: 240px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    padding: 6px 0;
    margin: 0;
    list-style: none;
    display: none;
    z-index: 9999;
  }

  .country-list.show {
    display: block;
  }

  .country-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #222;
  }

  .country-list li:hover {
    background: #f2f7ff;
  }

  .country-list li img {
    width: 20px;
    height: 14px;
    object-fit: cover;
  }

  .country-list li span {
    flex: 1;
  }

  .country-list li small {
    color: #777;
    font-size: 13px;
  }

  .phone-input {
    border: 0 !important;
    height: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    flex: 1;
    min-width: 0;
  }

  .submit-btn {
    background: #ff6508;
    color: #fff;
    border: 0;
    border-radius: 9px;
    padding: 14px 48px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s ease;
  }

  .submit-btn:hover {
    background: #e65400;
    transform: translateY(-2px);
  }

  @media (max-width: 1199px) {
    .hero-content h1 {
      font-size: 40px;
    }

    .quote-form-box h2,
    .quote-form-box .offer-text {
      font-size: 34px;
    }
  }

  @media (max-width: 991px) {
    .hero-banner {
      padding: 70px 0;
      min-height: auto;
    }

    .hero-content {
      text-align: center;
      max-width: 100%;
      margin-bottom: 40px;
    }

    .hero-content p {
      margin-left: auto;
      margin-right: auto;
    }

    .quote-form-box {
      margin: 0 auto;
      max-width: 650px;
    }
  }

  @media (max-width: 575px) {
    .hero-banner {
      padding: 55px 0;
    }

    .hero-content h1 {
      font-size: 32px;
    }

    .hero-content .small-title {
      font-size: 15px;
    }

    .hero-content p {
      font-size: 15px;
    }

    .quote-form-box {
      padding: 28px 18px;
    }

    .quote-form-box h2 {
      font-size: 28px;
    }

    .quote-form-box .offer-text {
      font-size: 30px;
    }

    .quote-form-box .form-subtitle {
      font-size: 14px;
    }

    .country-dropdown {
      flex: 0 0 95px;
    }

    .country-list {
      width: 230px;
    }

    .submit-btn {
      width: 100%;
    }
  }
/*-----------------------counter--------------------------------------*/

  .counter-section {
    padding: 50px 0;
    background: #f7f7f7;
    overflow: hidden;
  }

  .counter-section .counter-box {
    background: #fff;
    border: 1px solid #007bff;
    border-radius: 8px;
    padding: 48px 25px 38px;
    text-align: center;
    min-height: 223px;
    box-shadow: none;
  }

  .counter-section .counter-box:hover {
    box-shadow: 0 14px 35px rgba(0, 123, 255, 0.12);
  }

  .counter-section .counter-icon {
    margin-bottom: 18px;
  }

  .counter-section .counter-icon img {
    width: 62px;
    height: 62px;
    object-fit: contain;
  }

  .counter-section .counter-box h3 {
    margin: 0;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
  }

  .counter-section .plus {
    color: #007bff;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: -10px;
    margin-left: 4px;
  }

  .counter-section .counter-box p {
    margin: 6px 0 0;
    color: #444;
    font-size: 16px;
    font-weight: 400;
  }

  /* Center box always visible */
  .counter-center {
    opacity: 1;
    transform: translateX(0);
  }

  /* First box left se aayega */
  .counter-left {
    opacity: 0;
    transform: translateX(-350px);
    transition: all 2.8s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* Third box right se aayega */
  .counter-right {
    opacity: 0;
    transform: translateX(350px);
    transition: all 2.8s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* Active class add hone ke baad */
  .counter-section.active-counter .counter-left {
    opacity: 1;
    transform: translateX(0);
  }

  .counter-section.active-counter .counter-right {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.25s;
  }

  @media (max-width: 991px) {
    .counter-section {
      padding: 50px 0;
    }

    .counter-section .counter-box {
      padding: 40px 22px 34px;
    }

    .counter-left {
      transform: translateX(-160px);
    }

    .counter-right {
      transform: translateX(160px);
    }
  }

  @media (max-width: 575px) {
    .counter-section {
      padding: 40px 0;
    }

    .counter-section .counter-box {
      min-height: auto;
      padding: 35px 20px 30px;
    }

    .counter-section .counter-box h3 {
      font-size: 30px;
    }

    .counter-left,
    .counter-right {
      transform: translateY(70px);
      transition: all 2.2s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .counter-section.active-counter .counter-left,
    .counter-section.active-counter .counter-right {
      transform: translateY(0);
    }
  }


  /*---------------------------about-us-----------------------------------------------*/
.about-us-sec {
    padding: 40px 0 60px 0;
    background: #fff;
    overflow: hidden;
}

  .about-us-sec .about-image-wrap {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    min-height: 430px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .about-us-sec .about-bg-shape {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 92%;
    max-width: 465px;
    transform: translateX(-50%);
    z-index: 1;
  }

  .about-us-sec .about-main-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 430px;
    height: auto;
    opacity: 0;
    transform: translateY(120px);
    transition:
      opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1),
      transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .about-us-sec.about-active .about-main-img {
    opacity: 1;
    transform: translateY(0);
  }

  .about-us-sec .about-content {
    max-width: 620px;
  }

  .about-us-sec .about-subtitle {
    display: inline-block;
    color: #007bff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
  }

  .about-us-sec .about-content h2 {
    color: #000;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .about-us-sec .about-content p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 34px;
    max-width: 620px;
  }

  .about-us-sec .about-btn {
    display: inline-block;
    background: #0d8cff;
    color: #fff;
    padding: 15px 36px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    opacity: 0;
    transform: translateX(-100px);
    transition:
      background 0.3s ease,
      opacity 1.3s cubic-bezier(0.16, 1, 0.3, 1),
      transform 1.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .about-us-sec.about-active .about-btn {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.35s;
  }

  .about-us-sec .about-btn:hover {
    background: #0049bc;
    color: #fff;
  }

  @media (max-width: 991px) {
    .about-us-sec {
      padding: 60px 0;
    }

    .about-us-sec .about-image-wrap {
      margin-bottom: 40px;
      min-height: 390px;
    }

    .about-us-sec .about-content {
      text-align: center;
      max-width: 100%;
    }

    .about-us-sec .about-content p {
      margin-left: auto;
      margin-right: auto;
    }

    .about-us-sec .about-content h2 {
      font-size: 34px;
    }
  }

  @media (max-width: 575px) {
    .about-us-sec {
      padding: 45px 0;
    }

    .about-us-sec .about-image-wrap {
      min-height: 330px;
      margin-bottom: 30px;
    }

    .about-us-sec .about-bg-shape {
      width: 95%;
    }

    .about-us-sec .about-main-img {
      width: 320px;
      transform: translateY(80px);
    }

    .about-us-sec .about-content h2 {
      font-size: 28px;
      line-height: 1.2;
    }

    .about-us-sec .about-content p {
      font-size: 15px;
      line-height: 1.6;
    }

    .about-us-sec .about-btn {
      padding: 13px 32px;
    }
  }
/*----------------------------------  .prefesional-team-------------------------------------------------*/

.prefesional-team {
    padding: 0 0px 60px 0px;
    background: #fff;
    overflow: hidden;
}

  .prefesional-team .prefesional-content {
    max-width: 590px;
  }

  .prefesional-team .prefesional-content h2 {
    font-size: 38px;
    line-height: 1.12;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
  }

  .prefesional-team .feature-card {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #fff;
    border: 1px solid #8cc8ff;
    border-radius: 9px;
    padding: 28px 22px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.18);
    transition: 0.3s ease;
  }

  .prefesional-team .feature-card:hover {
    box-shadow: 0 12px 28px rgba(0, 123, 255, 0.18);
    transform: translateY(-4px);
  }

  .prefesional-team .feature-icon {
    flex: 0 0 48px;
  }

  .prefesional-team .feature-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
  }

  .prefesional-team .feature-text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
  }

  .prefesional-team .feature-text p {
    font-size: 16px;
    line-height: 1.45;
    color: #444;
    margin: 0;
  }

  .prefesional-team .prefesional-image-wrap {
    position: relative;
    min-height: 520px;
    max-width: 610px;
    margin-left: auto;
  }

  .prefesional-team .professional-bg-shape {
    position: absolute;
    right: 0;
    top: 80px;
    width: 88%;
    max-width: 530px;
    height: auto;
    z-index: 1;
  }

  .prefesional-team .professional-img {
    position: absolute;
    z-index: 2;
    width: 398px;
    height: 230px;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    opacity: 0;
    will-change: transform, opacity;
    transition:
      opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1),
      transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .prefesional-team .professional-img-top {
    top: 0;
    right: 70px;
    transform: translateX(160px);
  }

  .prefesional-team .professional-img-bottom {
    bottom: 0;
    right: 0;
    transform: translateX(-160px);
    transition-delay: 0.25s;
  }

  .prefesional-team.professional-active .professional-img-top,
  .prefesional-team.professional-active .professional-img-bottom {
    opacity: 1;
    transform: translateX(0);
  }

  @media (max-width: 1199px) {
    .prefesional-team .prefesional-content h2 {
      font-size: 34px;
    }

    .prefesional-team .professional-img {
      width: 360px;
      height: 240px;
    }

    .prefesional-team .prefesional-image-wrap {
      min-height: 500px;
    }
  }

  @media (max-width: 991px) {
    .prefesional-team {
      padding: 60px 0;
    }

    .prefesional-team .prefesional-content {
      max-width: 100%;
    }

    .prefesional-team .prefesional-content h2 {
      text-align: center;
      font-size: 32px;
    }

    .prefesional-team .prefesional-image-wrap {
      margin: 35px auto 0;
      min-height: 500px;
      max-width: 620px;
    }

    .prefesional-team .professional-img-top {
      right: 120px;
    }

    .prefesional-team .professional-img-bottom {
      right: 25px;
    }
  }

  @media (max-width: 767px) {
    .prefesional-team .feature-card {
      padding: 24px 18px;
      gap: 16px;
    }

    .prefesional-team .feature-text h4 {
      font-size: 20px;
    }

    .prefesional-team .feature-text p {
      font-size: 15px;
    }

    .prefesional-team .prefesional-image-wrap {
      min-height: 430px;
    }

    .prefesional-team .professional-img {
      width: 330px;
      height: 215px;
    }

    .prefesional-team .professional-img-top {
      right: 70px;
    }

    .prefesional-team .professional-img-bottom {
      right: 0;
    }
  }

  @media (max-width: 575px) {
    .prefesional-team {
      padding: 45px 0;
    }

    .prefesional-team .prefesional-content h2 {
      font-size: 28px;
      line-height: 1.2;
    }

    .prefesional-team .feature-card {
      align-items: flex-start;
      padding: 22px 16px;
    }

    .prefesional-team .feature-icon {
      flex: 0 0 42px;
    }

    .prefesional-team .feature-icon img {
      width: 44px;
      height: 44px;
    }

    .prefesional-team .feature-text h4 {
      font-size: 18px;
    }

    .prefesional-team .prefesional-image-wrap {
      min-height: 365px;
      margin-top: 25px;
    }

    .prefesional-team .professional-bg-shape {
      top: 55px;
      width: 95%;
    }

    .prefesional-team .professional-img {
      width: 270px;
      height: 175px;
      border-radius: 7px;
    }

    .prefesional-team .professional-img-top {
      top: 0;
      right: 25px;
      transform: translateX(100px);
    }

    .prefesional-team .professional-img-bottom {
      bottom: 0;
      right: 0;
      transform: translateX(-100px);
    }

    .prefesional-team.professional-active .professional-img-top,
    .prefesional-team.professional-active .professional-img-bottom {
      transform: translateX(0);
    }
  }


  /*----------------------------professional services----------------------*/

.professional-services {
  position: relative;
  padding: 70px 0 80px;
  background:
    linear-gradient(rgba(13, 140, 255, 0.92), rgba(13, 140, 255, 0.92)),
    url("img/bg-2x.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
}

  .professional-services .container {
    position: relative;
    z-index: 2;
  }

  .professional-services .services-heading {
    margin-bottom: 36px;
  }

  .professional-services .services-heading span {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
  }

  .professional-services .services-heading h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
  }

  .professional-services .services-heading p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 540px;
  }

  .professional-services .service-card {
    height: 100%;
    min-height: 248px;
    padding: 24px 18px 22px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.02);
    transition: box-shadow 0.3s ease, background 0.3s ease;
  }

  .professional-services .service-card:hover {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
  }

  .professional-services .service-icon {
    margin-bottom: 22px;
  }

  .professional-services .service-icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
  }

  .professional-services .service-card:hover .service-icon img {
    animation: serviceIconBounce 0.75s ease;
  }

  @keyframes serviceIconBounce {
    0% {
      transform: translateY(0) scale(1);
    }

    30% {
      transform: translateY(-12px) scale(1.08);
    }

    55% {
      transform: translateY(4px) scale(0.98);
    }

    75% {
      transform: translateY(-5px) scale(1.03);
    }

    100% {
      transform: translateY(0) scale(1);
    }
  }

  .professional-services .service-card h4 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
  }

  .professional-services .service-card p {
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 15px;
  }

  .professional-services .service-card a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: 0.3s ease;
  }

  .professional-services .service-card a span {
    display: inline-block;
    margin-left: 4px;
    transition: 0.3s ease;
  }

  .professional-services .service-card a:hover span {
    transform: translateX(5px);
  }

  @media (max-width: 1199px) {
    .professional-services .service-card {
      min-height: 270px;
    }
  }

  @media (max-width: 991px) {
    .professional-services {
      padding: 60px 0;
      background-position: center top;
    }

    .professional-services .services-heading h2 {
      font-size: 30px;
    }

    .professional-services .service-card {
      min-height: 250px;
    }
  }

  @media (max-width: 575px) {
    .professional-services {
      padding: 50px 0;
    }

    .professional-services .services-heading {
      margin-bottom: 28px;
    }

    .professional-services .services-heading h2 {
      font-size: 26px;
    }

    .professional-services .services-heading p {
      font-size: 16px;
    }

    .professional-services .service-card {
      padding: 24px 16px;
      min-height: auto;
    }

    .professional-services .service-icon img {
      width: 50px;
      height: 50px;
    }

    .professional-services .service-card h4 {
      font-size: 17px;
    }

    .professional-services .service-card p {
      font-size: 14px;
    }
  }

  /*----------------------testimonial-----------------------------------*/
.testimonial-section {
    position: relative;
    min-height: 650px;
    padding: 80px 0px 0px;
    /* background-image: url("img/review_bg1-scaled.jpg"); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
}

.testimonial-overlay {
  display: none;
}

.testimonial-content {
  position: relative;
  z-index: 2;
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.small-title {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.testimonial-content h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 700;
  color: #fff;
}

.testimonial-content > p {
  max-width: 600px;
  margin: 0 auto 50px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}

.testimonial-bg-box {
  background: rgba(0, 0, 0, 0.55);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 12px 0 rgba(0, 0, 0, 0.45);
}

.testimonial-wrapper {
    overflow: hidden;
    width: 100%;
    background-color: #0000008A;
    margin: 0px 0px 0px 0px;
    padding: 13px 19px 12px 27px;
    border-radius: 10px 10px 10px 10px;
}

.testimonial-track {
  display: flex;
  gap: 10px;
  transition: transform 0.7s ease-in-out;
}

.testimonial-card {
  min-width: calc(33.333% - 7px);
  background: #fff;
  color: #444;
  border-radius: 8px;
  padding: 50px 35px 32px;
  text-align: left;
  min-height: 310px;
  box-shadow: none;
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.8s ease;
}

.testimonial-card.show {
  opacity: 1;
  transform: translateY(0);
}

.client-info {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 45px;
}

.client-info img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ddd;
  flex-shrink: 0;
}

.client-info h4 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
}

.client-info span {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  display: block;
}

.testimonial-card p {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  color: #444;
}

@media (max-width: 991px) {
  .testimonial-section {
    min-height: auto;
    padding: 50px 20px 65px;
    background-attachment: scroll;
  }

  .testimonial-card {
    min-width: calc(50% - 5px);
  }
}

@media (max-width: 600px) {
  .testimonial-section {
    padding: 45px 15px 55px;
    background-attachment: scroll;
  }

  .testimonial-content h2 {
    font-size: 27px;
  }

  .testimonial-content > p {
    margin-bottom: 35px;
    font-size: 14px;
  }

  .testimonial-bg-box {
    padding: 8px;
  }

  .testimonial-card {
    min-width: 100%;
    padding: 35px 25px 30px;
    min-height: auto;
  }

  .client-info {
    gap: 18px;
    margin-bottom: 35px;
  }

  .client-info img {
    width: 68px;
    height: 68px;
  }

  .testimonial-card p {
    font-size: 15px;
  }
}

/*-----------------------blog---------------------------------*/
.latest-news-section {
  padding: 70px 20px 80px;
  background: #ffffff;
  overflow: hidden;
}

.news-container {
  max-width: 1030px;
  margin: 0 auto;
}

.news-heading {
  text-align: center;
  margin-bottom: 50px;
}

.news-heading span {
  display: inline-block;
  color: #007bff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.news-heading h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #050505;
  margin: 0 0 20px;
}

.news-heading p {
  max-width: 560px;
  margin: 0 auto;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.news-card {
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  border-color: #007bff;
}

.news-img {
  width: 100%;
  height: 202px;
  overflow: hidden;
  background: #f4f4f4;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.news-card:hover .news-img img {
  transform: scale(1.08);
}

.news-content {
  padding: 18px 18px 22px;
}

.news-category {
  display: inline-block;
  color: #007bff;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.news-content h3 {
  font-size: 21px;
  line-height: 1.28;
  font-weight: 700;
  color: #070707;
  margin: 0 0 12px;
}

.news-content p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 24px;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #007bff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: gap 0.3s ease, color 0.3s ease;
}

.read-more span {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.read-more:hover {
  gap: 15px;
  color: #005ecb;
}

.read-more:hover span {
  transform: translateX(4px);
}

/* Scroll Animation */
.scroll-animate {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.scroll-animate.active {
  opacity: 1;
  transform: translateY(0);
}

.news-grid .news-card:nth-child(1).active {
  transition-delay: 0.1s;
}

.news-grid .news-card:nth-child(2).active {
  transition-delay: 0.25s;
}

.news-grid .news-card:nth-child(3).active {
  transition-delay: 0.4s;
}

/* Tablet */
@media (max-width: 991px) {
  .latest-news-section {
    padding: 60px 18px;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .news-heading h2 {
    font-size: 30px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .latest-news-section {
    padding: 50px 15px;
  }

  .news-heading {
    margin-bottom: 35px;
  }

  .news-heading h2 {
    font-size: 27px;
  }

  .news-heading p {
    font-size: 14px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .news-img {
    height: 210px;
  }

  .news-content h3 {
    font-size: 20px;
  }

  .news-content p {
    font-size: 15px;
  }
}

/*-----------------------footer------------------------------------*/
.footer-section {
  width: 100%;
  background: #064db4;
  color: #fff;
  font-family: Arial, sans-serif;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-main {
  position: relative;
  padding: 55px 0 70px;
  background: linear-gradient(120deg, #064db4 0%, #064db4 45%, #0756c2 100%);
  overflow: hidden;
}

.footer-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 45% 0%, rgba(255,255,255,0.06), transparent 32%),
    linear-gradient(110deg, transparent 0%, transparent 36%, rgba(255,255,255,0.04) 36%, rgba(255,255,255,0.04) 64%, transparent 64%);
  pointer-events: none;
}

.footer-row {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 -15px;
}

.footer-col {
  padding: 0 15px;
  width: 18%;
}

.footer-about {
  width: 22%;
}

.footer-contact {
  width: 24%;
}

/* Logo */
.footer-logo {
  margin-bottom: 15px;
}

.footer-logo img {
  width: 145px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Text */
.footer-about p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.55;
  color: #fff;
}

.footer-col h3 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

/* Footer Links */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.footer-col ul li::before {
  content: "⊙";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 18px;
  color: #fff;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
  transition: 0.3s ease;
}

.footer-col ul li a:hover {
  padding-left: 5px;
  color: #dbeaff;
}

/* Social */
.footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #fff;
  color: #064db4;
  transform: translateY(-4px);
}

/* Contact */
.contact-box {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 11px;
}

.contact-box i {
  min-width: 16px;
  font-size: 15px;
  margin-top: 4px;
  color: #fff;
}

.contact-box p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}

.contact-box a {
  color: #fff;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}

/* Bottom Footer */
.footer-bottom {
  background: #0668b7;
  padding: 18px 0;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.footer-bottom p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.footer-policy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-policy a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 0 10px;
  border-right: 1px solid rgba(255,255,255,0.8);
}

.footer-policy a:first-child {
  padding-left: 0;
}

.footer-policy a:last-child {
  border-right: none;
  padding-right: 0;
}

.footer-policy a:hover {
  text-decoration: underline;
}
.footer-logo img {
    background: #fff;
    padding: 5px;
    border-radius: 18px;
}
/* Responsive Tablet */
@media (max-width: 1100px) {
  .footer-about {
    width: 33.33%;
  }

  .footer-col {
    width: 33.33%;
    margin-bottom: 35px;
  }

  .footer-contact {
    width: 66.66%;
  }

  .footer-main {
    padding-bottom: 35px;
  }
}

/* Responsive Mobile */
@media (max-width: 767px) {
  .footer-main {
    padding: 45px 0 30px;
  }

  .footer-about,
  .footer-col,
  .footer-contact {
    width: 50%;
    margin-bottom: 32px;
  }

  .footer-bottom-row {
    flex-direction: column;
    text-align: center;
  }

  .footer-policy {
    justify-content: center;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .footer-about,
  .footer-col,
  .footer-contact {
    width: 100%;
  }

  .footer-logo img {
    width: 135px;
  }

  .footer-col h3 {
    font-size: 21px;
    margin-bottom: 16px;
  }

  .footer-about p,
  .footer-col ul li a,
  .contact-box p {
    font-size: 15px;
  }

  .footer-policy {
    gap: 8px;
  }

  .footer-policy a {
    border-right: none;
    padding: 0 5px;
    font-size: 15px;
  }
}

/*--------------------------aabout us page----------------------------------------------*/
section.about_banner {
    position: relative;
    padding: 200px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.under_about_content h1 {
    font-size: 45px;
}
.aboutconcentration {
  position: relative;
  padding: 70px 0;
  background: #f8fafc;
  overflow: hidden;
}

.aboutconcentration::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.025);
  right: -180px;
  top: -130px;
  z-index: 1;
}

.aboutconcentration .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}

.aboutconcentration-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 40px;
}

.aboutconcentration-image {
  width: 50%;
  border-radius: 9px;
  overflow: hidden;
}

.aboutconcentration-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  border-radius: 9px;
}

.aboutconcentration-content {
  width: 50%;
}

.aboutconcentration-content span {
  display: inline-block;
  color: #007bff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.aboutconcentration-content h2 {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  color: #050505;
  margin: 0 0 24px;
}

.aboutconcentration-content p {
  font-size: 18px;
  line-height: 1.55;
  color: #444;
  margin: 0 0 16px;
}

.aboutconcentration-content p a {
  color: #007bff;
  text-decoration: none;
}

.aboutconcentration-content p a:hover {
  text-decoration: underline;
}

.aboutconcentration-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  height: 52px;
  margin-top: 24px;
  background: #0d8bff;
  color: #fff;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.35s ease;
}

.aboutconcentration-btn:hover {
  background: #006ed6;
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 123, 255, 0.28);
}

/* Animation Initial */
.aboutconcentration .animate-zoom {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 1s ease, transform 1s ease;
}

.aboutconcentration .animate-right {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 1s ease, transform 1s ease;
}

/* Animation Active */
.aboutconcentration .animate-zoom.active {
  opacity: 1;
  transform: scale(1);
}

.aboutconcentration .animate-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* Tablet */
@media (max-width: 991px) {
  .aboutconcentration {
    padding: 60px 0;
  }

  .aboutconcentration-row {
    gap: 28px;
  }

  .aboutconcentration-image img {
    height: 500px;
  }

  .aboutconcentration-content h2 {
    font-size: 32px;
  }

  .aboutconcentration-content p {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .aboutconcentration {
    padding: 50px 0;
  }

  .aboutconcentration-row {
    flex-direction: column;
  }

  .aboutconcentration-image,
  .aboutconcentration-content {
    width: 100%;
  }

  .aboutconcentration-image img {
    height: 420px;
  }

  .aboutconcentration-content h2 {
    font-size: 29px;
  }

  .aboutconcentration-content span {
    margin-bottom: 14px;
  }

  .aboutconcentration-btn {
    min-width: 220px;
  }

  .aboutconcentration .animate-right {
    transform: translateY(60px);
  }

  .aboutconcentration .animate-right.active {
    transform: translateY(0);
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .aboutconcentration-image img {
    height: 340px;
  }

  .aboutconcentration-content h2 {
    font-size: 26px;
  }

  .aboutconcentration-content p {
    font-size: 15px;
  }

  .aboutconcentration-btn {
    width: 100%;
    min-width: auto;
  }
}
.aboutconcentration-content ul li {
    margin-bottom: 12px;
    list-style: none;
}

.aboutconcentration-content svg {
    max-width: 16px;
    margin-right: 5px;
}
.aboutconcentration-content ul {
    padding-left: 0;
}
.used_other {
    padding-top: 60px;
}

/*---------------------------partner--------------------------------*/

.partner-banner {
  position: relative;
  min-height: 390px;
  background-image: url("img/aboutus_bg_quote-scaled.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
  overflow: hidden;
}

.partner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 1;
}

.partner-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.partner-content h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 22px;
  color: #fff;
}

.partner-content p {
  max-width: 620px;
  margin: 0 auto 36px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}

.partner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 52px;
  background: #0d8bff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.35s ease;
}

.partner-btn:hover {
  background: #006fd6;
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(13, 139, 255, 0.35);
}

/* Tablet */
@media (max-width: 991px) {
  .partner-banner {
    min-height: 360px;
    padding: 60px 20px;
  }

  .partner-content h2 {
    font-size: 34px;
  }

  .partner-content p {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .partner-banner {
    min-height: 340px;
    padding: 55px 15px;
    background-attachment: scroll;
  }

  .partner-content h2 {
    font-size: 28px;
  }

  .partner-content p {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .partner-btn {
    min-width: 170px;
    height: 48px;
    font-size: 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .partner-content h2 {
    font-size: 25px;
  }

  .partner-content p {
    font-size: 14px;
  }
}
/*----------------------------------*/
.testimonial_other {
    background: none;
    background-color: #ffff;
    padding-bottom: 60px;
}
.testimonial_other::before{
  background-color: #ffff !important;
}
.testimonial_other .testimonial-content {
    color: #000 ;
}
.testimonial_other .testimonial-content h2{
    color: #000 !important;
}
.testimonial_other .testimonial-content p {
    color: #000 !important;
}
.testimonial_other .testimonial-wrapper {
    background-color: #fff;
}
.testimonial_other .testimonial-card {
      background-color: #0281FE0A;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
     border: 1px solid #0000000c;
}

/*------------------------contact us--------------------------*/
.contact-info-section {
  padding: 70px 0;
  background: #ffffff;
  overflow: hidden;
}

.contact-info-card {
  position: relative;
  background: #ffffff;
  min-height: 230px;
  padding: 55px 28px 35px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.contact-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 35px rgba(0, 123, 255, 0.16);
}

.contact-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #eeeeee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007bff;
  font-size: 30px;
  transition: all 0.35s ease;
}

.contact-info-card:hover .contact-icon {
  background: #007bff;
  color: #ffffff;
  transform: translateX(-50%) translateY(-5px);
}

.contact-info-card h3 {
  color: #007bff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 14px;
}

.contact-info-card p {
  margin: 0;
  color: #444444;
  font-size: 16px;
  line-height: 1.5;
}

.contact-info-card a {
  color: #444444;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-card a:hover {
  color: #007bff;
}

/* Scroll Animation Initial */
.animate-left,
.animate-right {
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.animate-left {
  transform: translateX(-90px);
}

.animate-right {
  transform: translateX(90px);
}

/* Active Animation */
.animate-left.active,
.animate-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* One by one delay */
.row .col-lg-3:nth-child(1) .contact-info-card.active {
  transition-delay: 0.1s;
}

.row .col-lg-3:nth-child(2) .contact-info-card.active {
  transition-delay: 0.25s;
}

.row .col-lg-3:nth-child(3) .contact-info-card.active {
  transition-delay: 0.4s;
}

.row .col-lg-3:nth-child(4) .contact-info-card.active {
  transition-delay: 0.55s;
}

/* Tablet */
@media (max-width: 991px) {
  .contact-info-section {
    padding: 65px 0 50px;
  }

  .contact-info-card {
    min-height: 220px;
    margin-bottom: 30px;
  }

  .contact-info-card h3 {
    font-size: 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .contact-info-section {
    padding: 60px 0 40px;
  }

  .contact-info-card {
    min-height: auto;
    padding: 52px 22px 30px;
  }

  .contact-info-card h3 {
    font-size: 23px;
  }

  .contact-info-card p {
    font-size: 15px;
  }

  .animate-left,
  .animate-right {
    transform: translateY(70px);
  }

  .animate-left.active,
  .animate-right.active {
    transform: translateY(0);
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .contact-info-card h3 {
    font-size: 22px;
  }

  .contact-icon {
    width: 66px;
    height: 66px;
    font-size: 28px;
  }
}

/*---------*/
.getintouch-section {
  padding: 70px 0;
  background: #ffffff;
  overflow: hidden;
}

.getintouch-left {
  width: 100%;
}

.section-subtitle {
  display: inline-block;
  color: #007bff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.getintouch-left h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #050505;
  margin: 0 0 22px;
}

.map-box {
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-radius: 0;
  background: #f2f2f2;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.divider {
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  margin: 38px 0 28px;
}

.social-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #050505;
  margin: 0 0 14px;
}

.social-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0 0 34px;
  max-width: 520px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.social-icons a {
  width: 31px;
  height: 31px;
  background: #007bff;
  color: #ffffff;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #005ecb;
  transform: translateY(-4px);
}

.getintouch-right {
  min-height: 520px;
}

/* Tablet */
@media (max-width: 991px) {
  .getintouch-section {
    padding: 60px 0;
  }

  .getintouch-right {
    min-height: 0;
    margin-top: 40px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .getintouch-section {
    padding: 50px 0;
  }

  .getintouch-left h2 {
    font-size: 30px;
  }

  .map-box {
    height: 260px;
  }

  .social-content p {
    font-size: 14px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .getintouch-left h2 {
    font-size: 28px;
  }

  .map-box {
    height: 240px;
  }

  .social-icons {
    gap: 12px;
  }
}

/*---------------------------web development------------------------------------------*/
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 55px;
  max-width: 620px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check-icon {
  color: #007bff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 2px;
  flex-shrink: 0;
}

.feature-item p {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .feature-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feature-item p {
    font-size: 15px;
  }
}
/*------------------development process---------------------*/
.process-section {
  width: 100%;
  padding: 60px 0 45px;
  background: #ffffff;
  overflow: hidden;
}

.process-section .container {
  max-width: 1160px;
}

.process-heading {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 55px;
}

.process-heading h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #050505;
  margin: 0 0 20px;
}

.process-heading p {
  font-size: 16px;
  line-height: 1.55;
  color: #444;
  margin: 0;
}

.process-row {
  row-gap: 24px;
}

.process-column {
  margin-bottom: 20px;
}

.process-card {
  height: 100%;
  min-height: 325px;
  background: #ffffff;
  border: 1px solid #0d83ff;
  border-radius: 10px;
  padding: 28px 18px 30px;
  text-align: center;
  box-shadow: 0 0 10px rgba(13, 131, 255, 0.45);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 28px rgba(13, 131, 255, 0.28);
  border-color: #006fe6;
}

.process-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 14px;
  color: #0d83ff;
  font-size: 42px;
  line-height: 70px;
  text-align: center;
}

.process-card h3 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  color: #050505;
  margin: 0 0 12px;
}

.process-card p {
  font-size: 16px;
  line-height: 1.48;
  color: #444;
  margin: 0;
}

/* Animation */
.process-animate {
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.process-animate.fade-up {
  transform: translateY(50px);
}

.process-animate.from-top {
  transform: translateY(-90px);
}

.process-animate.from-bottom {
  transform: translateY(90px);
}

.process-animate.active {
  opacity: 1;
  transform: translateY(0);
}

/* One by one delay */
.process-column:nth-child(1) .process-card.active {
  transition-delay: 0.1s;
}

.process-column:nth-child(2) .process-card.active {
  transition-delay: 0.25s;
}

.process-column:nth-child(3) .process-card.active {
  transition-delay: 0.4s;
}

.process-column:nth-child(4) .process-card.active {
  transition-delay: 0.55s;
}

/* Tablet */
@media (max-width: 991px) {
  .process-section {
    padding: 55px 0 45px;
  }

  .process-heading {
    margin-bottom: 40px;
  }

  .process-heading h2 {
    font-size: 32px;
  }

  .process-card {
    min-height: 300px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .process-section {
    padding: 45px 0 35px;
  }

  .process-heading h2 {
    font-size: 27px;
  }

  .process-heading p {
    font-size: 15px;
  }

  .process-card {
    min-height: auto;
    padding: 26px 18px 28px;
  }

  .process-card h3 {
    font-size: 20px;
  }

  .process-card p {
    font-size: 15px;
  }

  .process-icon {
    font-size: 38px;
  }
}
/*------------slidr devlopment-----------------------------*/

.servicepageslider {
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
  overflow: hidden;
}

.servicepageslider .container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}

.servicepageslider-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Zoom Animation Initial */
.servicepageslider .zoom-animate {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 1s ease, transform 1s ease;
}

/* Zoom Animation Active */
.servicepageslider .zoom-animate.active {
  opacity: 1;
  transform: scale(1);
}

.servicepageslider-window {
  width: 100%;
  overflow: hidden;
}

.servicepageslider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - 15px);
  gap: 30px;
  transition: transform 0.7s ease-in-out;
}

.servicepageslider-item {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.servicepageslider-item img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  transition: transform 0.5s ease;
}

.servicepageslider-item:hover img {
  transform: scale(1.06);
}

/* Arrows */
.servicepageslider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 58px;
  border: none;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s ease;
}

.servicepageslider-arrow:hover {
  background: #007bff;
}

.servicepageslider-prev {
  left: 0;
}

.servicepageslider-next {
  right: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .servicepageslider {
    padding: 35px 0;
  }

  .servicepageslider-track {
    grid-auto-columns: calc(50% - 12px);
    gap: 24px;
  }

  .servicepageslider-item img {
    height: 320px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .servicepageslider-track {
    grid-auto-columns: 100%;
    gap: 0;
  }

  .servicepageslider-item img {
    height: 280px;
  }

  .servicepageslider-arrow {
    width: 36px;
    height: 50px;
    font-size: 28px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .servicepageslider {
    padding: 30px 0;
  }

  .servicepageslider-item img {
    height: 230px;
  }
}

/*-------------accordian---------------------*/
.faq-section {
  width: 100%;
  padding: 70px 0;
  background: #ffffff;
  overflow: hidden;
}

.faq-left {
  max-width: 520px;
}

.faq-left span {
  display: inline-block;
  color: #007bff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}

.faq-left h2 {
  font-size: 38px;
  line-height: 1.18;
  font-weight: 700;
  color: #050505;
  margin: 0 0 24px;
}

.faq-left p {
  font-size: 16px;
  line-height: 1.55;
  color: #444;
  margin: 0;
}

.faq-right {
  width: 100%;
}

/* Bootstrap Accordion Custom Design */
.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  background: transparent;
}

.faq-accordion .accordion-button {
  background: #0d6efd;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  border-radius: 8px !important;
  padding: 17px 30px;
  box-shadow: none;
  min-height: 78px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #0d6efd;
  color: #ffffff;
  border: 2px solid #000000;
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: #000000;
}

.faq-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
  background-size: 18px;
}

.faq-accordion .accordion-body {
  background: #f7faff;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  padding: 18px 28px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #d8e8ff;
  border-top: none;
}

/* Scroll Animation Initial */
.faq-scroll-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.faq-scroll-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition-delay: 0.2s;
}

/* Scroll Animation Active */
.faq-scroll-left.active,
.faq-scroll-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* Tablet */
@media (max-width: 991px) {
  .faq-section {
    padding: 60px 0;
  }

  .faq-left {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .faq-left h2 {
    font-size: 32px;
  }

  .faq-accordion .accordion-button {
    min-height: auto;
    padding: 16px 24px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .faq-section {
    padding: 45px 0;
  }

  .faq-left span {
    margin-bottom: 14px;
  }

  .faq-left h2 {
    font-size: 28px;
  }

  .faq-left p {
    font-size: 15px;
  }

  .faq-accordion .accordion-button {
    font-size: 15px;
    padding: 15px 18px;
  }

  .faq-accordion .accordion-body {
    font-size: 14px;
    padding: 15px 18px;
  }

  .faq-scroll-left,
  .faq-scroll-right {
    transform: translateY(60px);
  }

  .faq-scroll-left.active,
  .faq-scroll-right.active {
    transform: translateY(0);
  }
}

/*------------privacy policy------------*/
.privacy-policy-section {
  width: 100%;
  padding: 50px 0;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.privacy-policy-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 17px;
}

.privacy-policy-section h1 {
  color: #064db4;
  font-size: 34px;
  font-weight:700;
  margin: 0 0 18px;
}

.privacy-policy-section p {
  color: #333;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 24px;
}

.privacy-policy-section a {
  color: #007bff;
  text-decoration: none;
}

.privacy-policy-section a:hover {
  text-decoration: underline;
}

.privacy-policy-section h3 {
  color: #000;
  font-size: 20px;
  font-weight:700;
  margin: 24px 0 14px;
}

.privacy-policy-section ul {
  margin: 0 0 16px;
  padding-left: 18px;
}

.privacy-policy-section ul li {
  color: #333;
  font-size: 16px;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 767px) {
  .privacy-policy-section {
    padding: 40px 0;
  }

  .privacy-policy-section h1 {
    font-size: 30px;
  }

  .privacy-policy-section p,
  .privacy-policy-section ul li {
    font-size: 14px;
  }
}