* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

body {
  overflow-x: hidden;
}

/* Utilities */
.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  gap:30px;
}


.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 1. Top Bar */
.top-bar {
  background-color: #0050F0;
  height: 80px;
  align-content: center;

  color: white;
}

.top-text {
  font-size: 24px;
  font-weight: 600;
}

.file-btn {
  background: white;
  color: #E61111;
  border: none;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
}

.lang-switch {
  background: white;
  padding: 4px;
  border-radius: 50px;
  margin-left: 10px;
}

.lang-switch span {
  padding: 10px 10px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  font-weight: bold;
  color: #0050F0;
  cursor: pointer;
}

.lang-switch span.active {
  background: #E61111;
  color: white;
}

/* 2. Main Navigation */
.main-nav {
  padding: 15px 0;
  background: white;
  border-bottom: 1px solid #eee;
}

.visa-score-btn {
  border: 1px solid #E61111;
  color: #E61111;
  background: transparent;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: .4s ease-in;
}
.visa-score-btn:hover{
  background-color: #E61111;
  color:white;
}
.search-box {
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 8px 15px;
  width: 300px;
  justify-content: space-between;
  color: #666;
}

.search-box input {
  border: none;
  outline: none;
  width: 90%;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  margin: 0 5px;
  font-size: 16px;
}

.outline-btn {
  border: 1px solid #0050F0;
  width: 122px;
  background: white;
  color: #333;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
  transition: .4s ease;
}
.outline-btn:hover{
  background-color: #0050F0;
  color:white;
}
/* 3. Menu Bar */
.menu-bar {
  background: #F9F9F9;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.menu-items {
  gap: 25px;
}

.all-menu {
  color: #E61111;
  font-weight:600;
  cursor: pointer;
  font-size: 20px;
}

.menu-items a {
  text-decoration: none;
  color: #444;
  font-weight: 400;
  font-size: 20px;
}

.notice-btn {
  background: #E61111;
  color: white;
  border: none;
  font-size: 20px;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

/* 4. Hero Section */
.hero-section {
  background-image: url('./img/Hero.png');
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-text h1 {
  font-size: 3rem;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-text p {
  color: #666;
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.hero-btns {
  gap: 20px;
}

.red-cta {
  background: #E61111;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-circle {
  background: #0050F0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
}

.outline-cta {
  background: transparent;
  border: 1px solid #333;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.hero-images img {
  width: 400px;
  height: auto;
  margin-top: 20px;
  padding-top: 26px;
}


/* our police */


.policy-section {
  padding: 60px 0;
  background-color: white;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #202020;
  margin-bottom: 15px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
}

.policy-grid {
  display: flex;
  justify-content: space-between;
}

.policy-card {
  flex: 1;
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.policy-card:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

.icon i {
  display: inline-block;
}

.card-purple .icon i {
  color: #333;
}

.policy-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #202020;
  margin-bottom: 10px;
}

.policy-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

.card-purple {
  background-color: #F3F0FF;
}

.card-yellow {
  background-color: #FFF8E5;
}

.card-green {
  background-color: #E0FFE5;
}

.card-blue {
  background-color: #E0F0FF;
}

.active-card {
  position: relative;
}



/* Our Service */
container {
  max-width: 1400px;
  margin: 0 auto;
}

.service-section-title {
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: 50px;
}

/* All services  */
.our-all-services {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
}

/* left side bar */
.leftside-bar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.filter-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 10px;
}

.card-header {
  background: #fff;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.card-body {
  padding: 10px 20px;
}

.filter-card ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.filter-card ul li {
  margin-bottom: 10px;
}

.filter-card ul li label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.filter-card input[type="radio"] {
  margin-right: 10px;
  accent-color: #0052ff;
}

.range-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #666;
}

.range-container input {
  flex: 1;
}

/* right side bar */
.rightside-bar-wrapper {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}

.rightside-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: auto;
  height: auto;
}

.visa-card {
  background: #fff;
  border-radius: 24px;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  overflow: hidden;
  transition: transform 0.2s;
}

.visa-card:hover {
  transform: translateY(-5px);
}

.image-wrapper {
  position: relative;
  height: 180px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge-type {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #333;
}

.visa-card .card-body {
  padding: 20px;
}

.card-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
}

.discount-tag {
  background: #fff9c4;
  color: #fbc02d;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #fff176;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: 20px;
}

.price-section {
  display: flex;
  align-items: center;
  gap: 5px;
}

.current-price {
  font-size: 18px;
  font-weight: 700;
}

.old-price {
  text-decoration: line-through;
  color: #ff4d4d;
  font-size: 14px;
}

.deadline-section {
  text-align: right;
  background: #f8f8f8;
  padding: 4px 10px;
  border-radius: 6px;
}

.deadline-label {
  display: block;
  font-size: 10px;
  color: #999;
}

.deadline-date {
  font-size: 12px;
  font-weight: 600;
  color: #333;
}

.button-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.btn-cart {
  background: #0052ff;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
}

.btn-order {
  background: #e61e14;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
}

.show-all-btn-container {
  text-align: center;
  margin-top: 40px;
}

.show-all-btn {
  background: transparent;
  color: #0052ff;
  border: 2px solid #0052ff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
}