/* ===== HEADER STYLES ===== */
*,
/*body {*/
/*  font-family: 'inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif*/
/*}*/

*,
hr {
  margin: 0
}

.bottom-nav,
.top-nav {
  background-color: #f9fbff
}

.dropdown-country a,
.nav-list .dropdown-items,
.nav-social a,
ul li a {
  text-decoration: none
}

.dropdown-title,
.link-item,
.nav-link,
.nav-list,
.popup-close {
  font-weight: 700
}

.usa-page .nav-list {
  margin-top: -4px !important;
  gap: 0 !important
}

.usa-pricing .nav-list {
  margin-top: 2px !important;
  gap: 0 !important
}

* {
  padding: 0;
  box-sizing: border-box;
  outline: 0
}

.container-fluid,
.list-country,
.top-nav {
  padding: 0 40px
}

.nav-logo img {
  width: 100%;
  height: 50px;
  margin-top: 5px
}

header ul {
  list-style: none;
  padding-left: 0
}

ul li a {
  color: #0a0a0a;
  font-weight: 500
}

.header {
  position: sticky !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
  height: 3.5rem;
  margin-bottom: 65px
}

.country-lists li,
.has-submenu,
.list-country,
.submenu-items {
  position: relative
}

@media(max-width:1200px) {
  .header {
    margin-bottom: 0
  }
}

.dropdown-title,
.has-submenu:hover {
  margin-bottom: 10px
}

@media(max-width:480px) {
  .header {
    height: 3rem !important
  }
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.contact-info ul,
.nav-contacts {
  justify-content: center;
  display: flex
}

.contact-info ul {
  gap: 12px;
  align-items: center;
  margin-top: 2px
}

.contact-info ul li {
  display: flex
}

.contact-info ul li a {
  font-size: 18px;
  color: #010101;
  margin-left: 10px
}

.social-media {
  display: flex;
  gap: 20px
}

.social-media li i {
  font-size: 26px;
  transition: .3s ease-in-out
}

.nav-contacts {
  align-items: center
}

.phone-numbers {
  display: flex;
  padding: 10px 20px;
  gap: 10px;
  justify-content: center;
  align-items: center
}

.phone-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px
}

.phone-numbers li img {
  height: auto
}

.nav-list {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  margin-top: 8px
}

.bottom-nav {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
  height: 60px;
  transition: none
}

#scrollToTop,
#toggle-popup-btn,
.dropdown-container,
.group-country {
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.nav-link {
  cursor: pointer;
  padding: 15px 10px;
  display: flex !important;
  align-items: center;
  gap: 5px;
  justify-content: center
}

.nav-link i {
  transition: .2s ease-in;
  margin-top: 2px
}

.has-submenu:hover i,
.nav-link.active i {
  transform: rotate(180deg)
}

.dropdown-container {
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 15px;
  width: auto;
  min-width: 250px
}

@media screen and (min-width:993px) {

  .dropdown-container:hover,
  .nav-link:hover+.dropdown-container {
    display: flex
  }
}

.dropdown-group {
  flex: 1;
  min-width: 200px;
  padding: 10px
}

.dropdown-group ul li a,
.submenu-items li a {
  color: #646e80
}

.dropdown-group ul li a:hover,
.submenu-items li a:hover {
  color: #007bff
}

.dropdown-title {
  display: block;
  padding: 5px 0;
  border-bottom: 2px solid #007bff
}

.dropdown-list,
.login-meeting ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.dropdown-list {
  line-height: 28px
}

.has-submenu {
  padding: 5px;
  display: block;
  transition: .3s ease-in-out
}

.has-submenu i,
.nav-toggle-close,
.nav-toggle-menu {
  transition: .2s ease-in-out
}

.call-log a i,
.input-wrapper label,
.whatsapp a i {
  transition: .3s ease-in-out
}

.submenu-items {
  display: none;
  border-radius: 5px;
  width: max-content;
  min-width: 200px;
  padding: 10px 0;
  flex-direction: column;
  margin-top: 5px
}

.dropdown-country,
.list-country {
  align-items: center;
  display: flex
}

.has-submenu:hover>.submenu-items {
  display: flex;
  list-style: disc;
  margin-left: 20px
}

#country-items {
  background-color: #e5f4fc;
  padding: 12px 15px;
  border-radius: 10px;
  font-weight: 500
}

.country-lists {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center
}

.country-lists li a:hover {
  color: #104ea9
}

.group-country {
  top: 100%;
  left: 0;
  border-radius: 5px;
  padding: 10px;
  min-width: 180px
}

.dropdown-items.active .dropdown-container,
.dropdown-items.active .group-country,
.dropdown-items:hover .group-country {
  display: block
}

.dropdown-country {
  padding: 8px
}

.dropdown-country a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  width: 100%
}

.dropdown-country img {
  width: 25px;
  height: 25px;
  object-fit: contain
}

@media (max-width:768px) {
  .country-lists {
    flex-direction: column;
    align-items: flex-start
  }

  .group-country {
    position: static;
    display: none;
    width: 100%
  }

  .dropdown-items:hover .group-country {
    display: block
  }
}

.call-log,
.nav-social,
.whatsapp {
  align-items: center;
  display: flex
}

.fa-whatsapp,
.whatsapp a i:hover {
  color: #25d366
}

.fa-facebook {
  color: #0866ff
}

.fa-linkedin {
  color: #0a66c2
}

.fa-youtube {
  color: #f03
}

.nav-social {
  gap: 30px;
  justify-content: center
}

#menu-close,
.nav-data {
  display: none
}

.call-log a i:hover {
  color: #134faa
}

.call-log a,
.whatsapp a {
  display: flex;
  align-items: center;
  justify-content: center
}

.nav-data {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #fff;
  position: relative
}

.nav-social a {
  color: #333;
  font-size: 20px
}

.login-meeting ul li {
  display: inline
}

.login-meeting ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
  border: 1px solid #104ea9;
  border-radius: 5px;
  padding: 3px 15px;
  transition: .4s ease-in-out
}

.login-meeting ul li a:hover {
  background: #104ea9;
  color: #ffff
}

.login {
  border-radius: 30px
}

.nav-toggle i {
  font-size: 24px;
  cursor: pointer
}

.nav-toggle-menu:active,
.popup-close:hover {
  transform: rotate(90deg)
}

.nav-toggle-close:active {
  transform: rotate(-90deg)
}

@media (max-width:1200px) {

  .country-lists,
  .dropdown-container {
    flex-direction: column
  }

  .submenu-items {
    position: static;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
  }

  .has-submenu:hover>.submenu-items {
    list-style: none
  }

  .nav-link {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0 0 12px !important;
    margin-bottom: 10px
  }

  .nav-link i {
    margin-top: 5px
  }

  .nav-logo img {
    height: 27px
  }

  .list-country,
  .nav-container {
    display: none
  }

  .dropdown-items.active>.dropdown-container,
  .dropdown-items.active>.group-country,
  .has-submenu.active .submenu-items,
  .nav-list {
    display: block
  }

  .nav-menu {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    overflow: auto;
    padding-block: 1.5rem 4rem;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: top .4s, opacity .3s, visibility .3s;
    z-index: 9999;
    padding: 0 5px;
    margin-top: 10px
  }

  .nav-menu.active {
    opacity: 1;
    top: 2.5rem;
    pointer-events: initial;
    visibility: visible;
    height: 100vh
  }

  .nav-list {
    width: 100%;
    padding: 0;
    margin: 0
  }

  .dropdown-group,
  .dropdown-items,
  .has-submenu,
  .list-country li,
  .nav-list li {
    width: 100%
  }

  .nav-data {
    display: flex;
    width: 100%;
    height: 100%
  }

  .fa-phone {
    font-size: 20px
  }

  .fa-whatsapp {
    font-size: 28px
  }

  .dropdown-container,
  .group-country {
    position: static;
    width: 100%;
    display: none;
    background-color: #fff;
    max-height: none;
    overflow-y: visible
  }

  .submenu-items {
    display: none;
    width: 100%;
    padding-left: 20px
  }

  .dropdown-container {
    position: relative;
    padding: 0 5px
  }

  .link-item a:hover {
    color: #007bff
  }
}

.box-1,
.box-2,
.box-3,
.box-4 {
  height: 100vh;
  width: 100%
}

.link-item {
  cursor: pointer;
  padding: 20px 10px
}

.dropdown-container,
.group-country {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1000
}

@media (max-width:1200px) {
  .dropdown-container {
    flex-direction: column;
    position: static;
    width: 100%
  }

  .has-submenu {
    position: relative;
    width: 100%
  }

  .submenu-items {
    display: none;
    position: static;
    width: 100%;
    padding: 10px;
    flex-direction: column
  }

  .has-submenu:hover>.submenu-items {
    display: flex
  }

  .submenu-items li {
    padding: 8px 15px;
    border-bottom: 1px solid #ddd
  }

  .submenu-items li:last-child {
    border-bottom: none
  }

  .has-submenu:hover {
    margin-bottom: 5px
  }

  .nav-link:hover {
    color: #007bff
  }
}

#scrollToTop,
#toggle-popup-btn,
.popup {
  position: fixed;
  display: none
}

@media (max-width:480px) {
  .container-fluid {
    padding: 0 20px
  }

  .slider-container-fluid h2 {
    margin-top: 40px
  }

  .nav-social {
    gap: 16px
  }

  .call-log {
    font-size: 12px
  }

  .login-meeting ul li a {
    padding: 0 4px;
    font-weight: 400
  }
}

.section {
  margin-top: 70px
}

.box-1 {
  background-color: red
}

.box-2 {
  background-color: #00ff95
}

.box-3 {
  background-color: #3e16ee
}

.box-4 {
  background-color: #d0ff00
}

.popup {
  scroll-behavior: smooth;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
  animation: .3s ease-out fadeIn
}

.popup-content {
  background-color: #fff;
  margin: 10vh auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 700px;
  position: relative;
  max-height: 90vh;
  overflow-x: auto;
  animation: .4s ease-out slideIn;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .2)
}

.popup-close {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 25px;
  color: #333;
  cursor: pointer;
  transition: transform .3s ease-in-out
}

.input-wrapper {
  position: relative;
  margin-bottom: 15px
}

.input-wrapper label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
  background: #fff;
  padding: 0 5px;
  pointer-events: none
}

.popup-content input,
.popup-content textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: .3s ease-in-out;
  font-size: 16px
}

#scrollToTop,
.popup-content button {
  border: none;
  color: #fff;
  cursor: pointer
}

.input-wrapper input:focus+label,
.input-wrapper input:not(:placeholder-shown)+label,
.input-wrapper textarea:focus+label,
.input-wrapper textarea:not(:placeholder-shown)+label {
  top: 2px;
  font-size: 12px;
  color: #104ea9
}

.input-wrapper input:focus,
.input-wrapper textarea:focus {
  border-color: #104ea9;
  box-shadow: 0 0 5px rgba(16, 78, 169, .3);
  transform: scale(1.02)
}

.popup-content button {
  background-color: #104ea9;
  padding: 10px 30px;
  border-radius: 5px;
  transition: .3s ease-out;
  font-weight: 600
}

.popup-content button:hover {
  color: #104ea9;
  background: 0 0;
  border: 1px solid #104ea9;
  transform: scale(1.05)
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

#scrollToTop {
  bottom: 110px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #104DA3;
  border-radius: 50%;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  transition: .3s;
  z-index: 9999
}

#scrollToTop:hover {
  background: #0056b3
}

#toggle-popup-btn {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #104ea8;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 40px 0 0 40px;
  font-size: 16px;
  transition: .5s ease-in-out;
  z-index: 1000;
  width: 45px;
  overflow: hidden;
  text-align: left;
  align-items: center
}

#toggle-popup-btn:hover {
  width: 140px;
  background: #fff;
  color: #104ea8;
  border: 1px solid;
  border-right: none
}

#toggle-popup-btn span {
  opacity: 0;
  visibility: hidden;
  margin-left: 10px;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

#toggle-popup-btn:hover span {
  opacity: 1;
  visibility: visible
}

.loader-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #fff;
  margin: 0;
  opacity: 1;
  transition: opacity .3s ease-in-out
}

.loader-container {
  position: relative;
  width: 150px;
  height: 180px
}

.globe,
.stand {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.globe {
  animation: 8s linear infinite rotateGlobe
}

.stand {
  animation: 8s linear infinite rotateStand
}

@keyframes rotateGlobe {
  from {
    transform: translateX(-50%) rotateY(0)
  }

  to {
    transform: translateX(-50%) rotateY(360deg)
  }
}

@keyframes rotateStand {
  from {
    transform: translateX(-50%) rotate(0)
  }

  to {
    transform: translateX(-50%) rotate(360deg)
  }
}

@media screen and (max-width:1200px) {
  .dropdown-container {
    display: none;
    flex-direction: column;
    position: static;
    width: 100%;
    box-shadow: none
  }

  .dropdown-container.show-dropdown {
    display: flex;
    background: #f2f5fc
  }
}

.nav-list .dropdown-list img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08)
}

#toggle-popup-btn,
.has-submenu {
  cursor: pointer;
  white-space: nowrap
}

/* ===== TESTIMONIAL STYLES ===== */
.testimonial-pattern {
  background:
    radial-gradient(circle at 20% 30%, rgba(16, 78, 168, 0.05) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(255, 193, 7, 0.05) 0%, transparent 25%);
  height: 100%;
}

.testimonial-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  max-width: 800px;
  overflow: hidden;
  border-top: 4px solid #104EA8;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-img-container {
  position: relative;
  display: inline-block;
}

.quote-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}

.rating svg {
  margin: 0 2px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 1.5rem;
  transition: all 0.3s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(16, 78, 168, 0.2) !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  opacity: 1;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .testimonial-card {
    margin: 0 15px;
  }

  .testimonial-card .card-body {
    padding: 2rem !important;
  }
}

/* ===== FOOTER STYLES ===== */
.certification-badge:hover,
.social-icons a:hover {
  transform: translateY(-3px)
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

.site-footer {
  background: #0d0d0d;
  color: #ccc;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 40px 0 20px
}

.cta-link,
.site-footer a:hover,
.social-icons a:hover {
  color: #104ea8
}

.site-footer a {
  color: #ccc;
  text-decoration: none;
  transition: color .3s
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px !important
}

.footer-column {
  flex: 1 1 180px;
  margin: 20px;
  min-width: 200px
}

.bottom-footer,
.footer-content {
  margin: 0 auto;
  display: flex;
  max-width: 1300px
}

.footer-column h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative
}

.footer-column h3::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #104ea8;
  margin-top: 8px;
  transition: width .4s
}

.footer-column h3:hover::after {
  width: 60px
}

.footer-column ul {
  list-style: none;
  padding: 0
}

.footer-column ul li {
  margin-bottom: 10px
}

.cta-link {
  font-weight: 700
}

.bottom-footer {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #333;
  padding: 20px 15px
}

.bottom-left,
.bottom-right {
  display: flex;
  align-items: center;
  gap: 15px
}

.footer-search,
.language-selector,
.newsletter-form input {
  padding: 8px 10px;
  border: none;
  border-radius: 4px
}

.footer-search {
  width: 180px
}

.newsletter-form {
  display: flex
}

.newsletter-form input {
  width: 220px
}

.newsletter-form button {
  background: #104ea8;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background .3s
}

.newsletter-form button:hover {
  background: #0e4392
}

.social-icons a {
  font-size: 18px;
  color: #ccc;
  transition: transform .3s, color .3s
}

.secure-badge {
  font-size: 14px
}

.footer-bottom-text {
  text-align: center;
  font-size: 14px;
  padding: 0 15px
}

.footer-bottom-text a {
  color: #ccc;
  margin: 0 5px
}

.footer-intro {
  padding: 30px 0;
  border-bottom: 1px solid #333
}

.footer-content {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 15px
}

.footer-logo {
  align-items: center;
  display: inline-block;
  border-radius: 4px
}

.footer-logo img {
  max-height: 60px;
  display: block;
  max-width: 85%;
  height: auto
}

.footer-description {
  max-width: 600px;
  color: #fff
}

.footer-description p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6
}

.certifications {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 15px;
  width: 100%;
  margin-bottom: 12px
}

.certification-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .1);
  padding: 8px 12px;
  border-radius: 4px;
  transition: transform .3s
}

.certification-badge img {
  height: 65px;
  width: auto
}

.certification-badge span {
  font-size: 14px;
  color: #fff
}

@media (max-width:992px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start
  }

  .footer-description {
    max-width: 100%
  }

  .certifications {
    justify-content: flex-start
  }

  .bottom-right {
    margin-top: 15px
  }
}

@media (max-width:768px) {
  .footer-column {
    min-width: 150px;
    margin: 10px
  }

  .bottom-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
  }

  .footer-search,
  .newsletter-form,
  .newsletter-form input {
    width: 100%
  }
}

@media (max-width:576px) {
  .footer-container {
    flex-direction: column
  }

  .footer-column {
    width: 100%;
    margin: 10px 0
  }

  .bottom-footer,
  .certifications {
    flex-direction: column;
    align-items: flex-start
  }

  .bottom-right {
    margin-top: 15px;
    width: 100%;
    justify-content: space-between
  }
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/webfonts/fa-brands-400.woff2") format("woff2");
}
