* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: sans-serif;
  background: #fff;
  color: #333;
}

img {
  max-width: 100%;
}

.header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 40px;
  background: white;
  border-bottom: 1px solid #eee;
}

.header p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #555;
}

.header p img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.icon-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #eee;
  padding: 6px 12px;
  font-size: 13px;
  color: #555;
}

.icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.icon-box i {
  display: flex;
  background-color: white;
}

.navbar,
nav {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  overflow: hidden;
}

.logo {
  display: flex;
  align-items: center;
  margin-left: 0;
  padding: 10px 0;
  background: #fff;
  flex-shrink: 0;
}

.logo img {
  width: 165px;
  height: auto;
  display: block;
  object-fit: contain;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0;
  margin: 0;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

.nav-links li {
  display: flex;
  align-items: center;
}

.nav-links li:hover,
.nav-links li.active {
  color: #0077c2;
}

.search-icon,
.shop-icon {
  color: #555;
}

.search-icon:hover,
.shop-icon:hover{
  color: #0077c2;
}


.image-box {
  width: 100%;
  max-width: 100%;
  height: 550px;
  overflow: hidden;
  display: block;
  position: relative;
}

.image-box img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
  padding: 0;
}

.text {
  font-size: 60px;
  top: 20px;
  left: 200px;
  color: whitesmoke;
  margin: 5%;
  padding: 5%;
  text-shadow: 0 3px 6px gray;
  position: absolute;
  text-align: center;
  z-index: 5;
}

#scrol-next {
  background-color: white;
  color: black;
  border: none;
  text-align: center;
  position: absolute;
  top: 230px;
  left: 20px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  z-index: 10;
}

#scrol-prev {
  background: white;
  color: black;
  text-align: center;
  border: 2px solid white;
  position: absolute;
  top: 230px;
  right: 20px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  z-index: 10;
}

.btn {
  display: flex;
  position: absolute;
  top: 350px;
  left: 450px;
  z-index: 10;
}

#Explore {
  background-color: #ff0000;
  color: white;
  border: none;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  margin-left: 145px;
  cursor: pointer;
  position: relative;
  top: -25px;
}

#contact {
  background: white;
  color: #f00000;
  text-align: center;
  border: 2px solid white;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
  top: -25px;
}

.white-page {
  width: 1410px;
  margin: -160px auto 0;
  border-radius: 10px;
  min-height: 550vh;
  background: white;
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.white-page img {
  mix-blend-mode: multiply;
  width: 20px;
  height: 20px;
}

#Flight,
#Tour,
#Hotel,
#Bus,
#CIP,
#Transfer,
#Route,
#Flight-Hotel {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: -30px;
  z-index: 0;
  border-radius: 6px;
  margin-left: 50px;
  margin-top: 60px;
  cursor: pointer;
  padding: 4px 8px;
}

#Flight {
  left: 10px;
  background-color: red;
  color: white;
  border: 2px solid white;
}

#Tour {
  left: 90px;
  background-color: white;
  color: black;
  border: 2px solid red;
}

#Hotel {
  left: 160px;
  background-color: white;
  color: black;
  border: 2px solid red;
}

#Bus {
  left: 240px;
  background-color: white;
  color: black;
  border: 2px solid red;
}

#CIP {
  left: 310px;
  background-color: white;
  color: black;
  border: 2px solid red;
}

#Transfer {
  left: 380px;
  background-color: white;
  color: black;
  border: 2px solid red;
}

#Route {
  left: 470px;
  background-color: white;
  color: black;
  border: 2px solid red;
}

#Flight-Hotel {
  left: 550px;
  background-color: white;
  color: black;
  border: 2px solid red;
}

#Flight img,
#Tour img,
#Hotel img,
#Bus img,
#CIP img,
#Transfer img,
#Route img,
#Flight-Hotel img {
  z-index: 4;
  padding: 0.5px;
  border: none;
}


.options-bar {
  position: static !important;
  display: block !important;
  top: auto !important;
  left: auto !important;
  gap: 0 !important;
}

.traveler_option{
  display: flex;
  gap: 25px;
  margin-top: 25px;
  margin-left: 65px;
}

.option {
  position: relative;
  top: 90px;
  left: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.option span {
  font-size: 12px;
  margin-left: 2px;
}

.option .icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.menu {
  position: absolute;
  top: 25px;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  width: 120px;
  padding: 5px 0;
  display: none;
  border-radius: 4px;
  z-index: 50;
}

.menu p {
  margin: 0;
  padding: 8px 12px;
  cursor: pointer;
}

.menu p:hover {
  background: #eee;
}

.search-form {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr auto;
  gap: 20px;
  top: 125px;
  left: 20px;
  align-items: end;
  font-family: sans-serif;
  position: relative;
}

.search-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-family: sans-serif;
}

.search-group{
  position: relative;
  left: 200px;

}

.inputs {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.inputs input {
  flex: 1;
  padding: 12px;
  outline: none;
  font-size: 14px;
  border: none;
}

.switch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
  font-size: 15px;
  color: #777;
}

.result-tag {
  position: relative;
  margin-top: 6px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
}

.tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  color: white;
  font-size: 14px;
  min-width: 140px;
}

.green {
  background: #16a34a;
  grid-column: 1;
  margin-top: 6px;
  position: absolute;
  bottom: -35px;
  left: 60px;
}

.orange {
  background: #f97316;
  grid-column: 2;
  margin-top: 6px;
  position: absolute;
  bottom: -35px;
  left: -160px;
}

.remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: black;
  font-size: 14px;
  cursor: pointer;
}

.search-box {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  width: 220px;
  background: white;
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
  overflow: hidden;
}

#Arrival {
  left: 530px;
  bottom: -85px;
}

#Return {
  left: 800px;
  bottom: -45px;
}

.search-box label {
  margin-left: -30px;
  font-size: 14px;
  color: #444;
}

.search-box input {
  border: none;
  outline: none;
  font-size: 15px;
  color: #333;
}

.search-box input::placeholder {
  color: #777;
}

.explore-btn {
  position: relative;
  background: #ef3333;
  color: white;
  padding: 10px 12px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  left: 1250px;
}

.section-ourservices {
  font-family: sans-serif;
  font-size: larger;
  justify-self: center;
  border-bottom: 1px solid black;
  text-align: center;
  position: relative;
  top: 120px;
  left: 450px;
  padding: 0 15px;
  display: inline-block;
}

.section-ourservices span {
  color: red;
}

#Find {
  position: relative;
  left: 50px;
  bottom: -140px;
  color: gray;
}

.deal-card {
  width: 380px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px black;
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
  font-family: sans-serif;
  margin: 50px;
  top: 150px;
}

.deal-card:hover,
.private-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.deal-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.deal-content {
  padding: 20px;
  display: block;
}

.deal-content h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 600;
}

.deal-content p {
  color: gray;
  font-size: 14px;
  line-height: 1.6;
  margin: 5px 0 15px;
}

.deal-link,
.private-link {
  color: #1a73e8;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.deal-link:hover,
.private-link:hover {
  text-decoration: underline;
}

.private-card {
  width: 400px;
  height: 310px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px black;
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
  font-family: sans-serif;
  margin: 50px;
  bottom: 210px;
  left: 440px;
}

.private {
  padding-left: 20px;
}

.private h3 {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
}

.private-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.private p {
  color: gray;
  font-size: 14px;
  line-height: 1;
  margin: -2px 0 10px;
}

.service-card,
.service1-card,
.service2-card {
  width: 360px;
  height: 95px;
  display: flex;
  align-items: center;
  position: relative;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 10px 0;
  left: 920px;
}

.service-card {
  bottom: 580px;
}

.service1-card {
  bottom: 580px;
}

.service2-card {
  bottom: 580px;
}

.service-icon,
.service1-icon,
.service2-icon {
  background: #f2f2f2;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img,
.service1-icon img,
.service2-icon img {
  background: white;
  width: 100%;
  height: 90px;
  object-fit: cover;
}

.service-text,
.service1-text,
.service2-text {
  padding: 15px 20px;
}

.service-text h4,
.service1-text h4,
.service2-text h4 {
  margin: 0 0 6px;
  font-size: 16px;
}

.service-text a,
.service1-text a,
.service2-text a {
  color: #1a73e8;
  text-decoration: none;
  font-size: 14px;
}

.Recomended p {
  font-family: sans-serif;
  position: relative;
  text-align: center;
  bottom: 500px;
  font-size: 30px;
}

.Recomended-btn button {
  background-color: white;
  color: black;
  font-family: sans-serif;
  border-color: red;
  border-radius: 4px;
  padding: 8px;
  margin-left: 35px;
  min-width: 110px;
  position: relative;
  bottom: 470px;
  left: 300px;
  font-size: medium;
  cursor: pointer;
}

.Recomended-btn button:hover {
  background-color: rgb(226, 116, 116);
}

#hotel-btn {
  background-color: red;
  color: white;
}

.container,
.container2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin-left: 50px;
  padding: 0 16px;
  position: relative;
}

.container {
  margin-top: -10px;
  top: -370px;
}

.container2 {
  margin-top: 50px;
  margin-bottom: 70px;
  top: -390px;
}

.hotel {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.hotel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 5px 0 0;
}

.stars {
  color: #ffb400;
  font-size: 13px;
  white-space: nowrap;
}

.rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #555;
  white-space: nowrap;
}

.rate-circle {
  width: 34px;
  height: 34px;
  border: 3px solid #e63946;
  color: #e63946;
  border-radius: 50%;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  flex-shrink: 0;
}

.hotel-name {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin: 12px 0 10px;
  padding: 0;
}

.hotel-img-wrap {
  position: relative;
  margin-top: 8px;
}

.hotel-img-wrap img {
  width: 100%;
  border-radius: 12px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.hotel-img-wrap .tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #dfffd9;
  color: #2e7d32;
  font-size: 10px;
  border-radius: 6px;
  padding: 4px 6px;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.hotel-price {
  margin-top: 12px;
  color: #444;
}

.hotel-price span {
  font-size: 12px;
  color: #666;
}

.hotel-price h2 {
  margin: 4px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.select-btn {
  display: block;
  background: #e63946;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 0;
  width: 100%;
  max-width: 220px;
  cursor: pointer;
  margin: 16px auto 4px;
  transition: all 0.3s;
}

.select-btn:hover {
  background: #cf2e3b;
  transform: scale(1.03);
}

.popular-section {
  max-width: 1200px;
  margin-top: 0;
  margin-left: 90px;
  margin-bottom: 60px;
  padding: 0 16px;
  position: relative;
  top: -400px;
}

.Popular {
  font-family: sans-serif;
  font-size: 18px;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  top: -20px;
}

.Popular p {
  margin: 0;
  font-weight: 600;
  color: #222;
}

.city-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.city-card,
.city-card2 {
  width: 268px;
  height: 200px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.city-card img,
.city-card2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.city-card:hover img,
.city-card2:hover img {
  transform: scale(1.05);
}

.city-overlay,
.wide-city-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.28) 38%,
    rgba(0, 0, 0, 0.05) 75%
  );
  z-index: 1;
}

.city-arrow {
  position: absolute;
  top: 18px;
  right: 14px;
  z-index: 3;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  font-weight: 300;
}

.city-content {
  position: absolute;
  left: 16px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
}

.city-content h3 {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.city-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.wide-city-card {
  width: 565px;
  height: 230px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  top: -430px;
  left: 105px;
}

.wide-city-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.wide-city-card:hover img {
  transform: scale(1.04);
}

.wide-city-content {
  position: absolute;
  left: 16px;
  bottom: 34px;
  z-index: 2;
  color: #fff;
}

.wide-city-content h3 {
  margin: 0 0 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.wide-city-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.wide-city-arrow {
  position: absolute;
  top: 18px;
  right: 16px;
  z-index: 3;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  font-weight: 300;
}

.newsletter-box {
  width: 500px;
  height: 430px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  padding: 16px 14px 12px;
  font-family: sans-serif;
  text-align: center;
  position: relative;
  left: 700px;
  bottom: 890px;
}

.newsletter-box h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.newsletter-box h2 span {
  color: #ff2a2a;
}

.subtitle {
  margin: 8px 0 10px;
  font-size: 14px;
  color: #666;
}

.newsletter-image {
  width: 280px;
  height: 225px;
  margin: 0 auto 8px;
}

.newsletter-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.privacy-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 18px;
  font-size: 12px;
  color: #666;
  text-align: left;
}

.privacy-row input {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
}

.newsletter-form {
  display: flex;
  align-items: end;
  gap: 24px;
  padding: 0 22px;
}

.form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 4px;
}

.form-group label {
  font-size: 13px;
  font-weight: 700;
  color: #333;
}

.form-group input {
  width: 153px;
  height: 27px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 7px;
  font-size: 12px;
  outline: none;
}

.form-group input:focus {
  border-color: #ff2a2a;
}

.newsletter-form button {
  width: 84px;
  height: 27px;
  border: none;
  border-radius: 4px;
  background: #ff2a2a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.newsletter-form button:hover {
  background: #e51f1f;
}

.terms-text {
  margin: 20px 0 0;
  font-size: 12px;
  color: #666;
}

.terms-text a {
  color: #25a100;
  text-decoration: none;
}

.terms-text a:hover {
  text-decoration: underline;
}

.mobile-app-section {
  width: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 3px solid #ddd;
  padding: 24px 0 14px;
  font-family: sans-serif;
  position: relative;
  top: -850px;
}

.mobile-app-content {
  max-width: 1180px;
  min-height: 300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-app-text {
  width: 52%;
  position: relative;
  top: -80px;
}

.mobile-app-text h2 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: #333;
}

.mobile-app-text h2 span {
  color: #ff2b2b;
}

.mobile-app-text p {
  width: 500px;
  max-width: 100%;
  margin: 0 0 22px;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.app-features {
  width: 470px;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 18px;
  column-gap: 28px;
  margin-bottom: 24px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #666;
}

.feature-item span {
  width: 12px;
  height: 12px;
  background: #ff2b2b;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  flex-shrink: 0;
}

.store-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.store-buttons img {
  height: 34px;
  width: auto;
  display: block;
  position: relative;
  top: 50px;
}

.mobile-app-image img {
  width: 400px;
  height: 400px;
  display: block;
}

.about-us {
  width: 100%;
  padding: 18px 55px 28px;
  margin-top: -850px;
  background: #fff;
  text-align: center;
  font-family: sans-serif;
}

.about-us h2 {
  font-size: 23px;
  color: #333;
  margin-bottom: 11px;
  white-space: nowrap;
  position: relative;
  left: -20px;
}

.about-us-line {
  width: 160px;
  height: 1px;
  background: #ff5b5b;
  position: relative;
  justify-self: center;
  margin: 0 auto 46px;
}

.about-us-cards {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
}

.about-us-card {
  width: 850px;
  min-height: 175px;
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 18px 10px 20px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.14);
}

.about-us img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f5f5f5;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 6px;
  margin-bottom: 12px;
}

.date {
  font-size: 10px;
  color: #666;
}

.card-top .rating {
  text-align: right;
  line-height: 1.1;
}

.card-top .rating span {
  display: block;
  font-size: 10px;
  color: #666;
  margin-bottom: 2px;
}

.card-top .rating div {
  color: #f4b000;
  font-size: 11px;
  letter-spacing: 1px;
}

.about-us-card h3 {
  font-size: 14px;
  font-weight: 800;
  color: #333;
  margin-bottom: 17px;
}

.about-us-card p {
  max-width: 250px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.about-us-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.about-us-pagination button {
  width: 22px;
  height: 22px;
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 3px;
  color: #555;
  cursor: pointer;
  font-size: 11px;
}

.about-us-pagination button:hover {
  background: #f7f7f7;
  border-color: #d8d8d8;
}

.partners-section {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.partners-section h2 {
  color: #333;
  margin-bottom: 17px;
  text-align: center;
  position: static;
}

.partners-line {
  width: 160px;
  height: 1px;
  background: #ff5b5b;
  position: relative;
  margin: 0 auto 46px;
}

.partners-logos {
  width: 100%;
  max-width: 1180px;
  margin: 35px auto 0;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
}

.partners-logos img {
  width: 135px;
  height: 85px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: 0.3s ease;
}

.partners-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(-4px);
}

.footer {
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
  background: #fff;
  font-family: sans-serif;
  color: #333;
  overflow: hidden;
}

.footer-container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 78px 40px 30px;
  background: #fff;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.footer-col h3 {
  font-size: 20px;
  font-weight: 800;
  color: #2f2f2f;
  margin-bottom: 24px;
}

.footer-contact h3 span {
  color: #ff2a2a;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 16px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  transition: 0.25s;
}

.footer-col ul li a:hover {
  color: #ff2a2a;
}

.help-box {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 48px;
}

.help-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 34px;
  flex-shrink: 0;
}

.help-text p {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

.help-text a {
  font-size: 16px;
  font-weight: 800;
  color: #ff2a2a;
  text-decoration: none;
}

.help-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
}

.contact-info {
  margin-bottom: 46px;
}

.contact-info h3 {
  margin-bottom: 16px;
}

.contact-info p {
  font-size: 14px;
  color: #5b5b5b;
  line-height: 1.9;
}

.socials {
  display: flex;
  align-items: center;
  gap: 18px;
}

.socials img {
  width: 38px;
  height: 38px;
  background-color: red;
  object-fit: contain;
  display: block;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 40%;
}


.socials a:hover {
  background: #db1616;
  transform: translateY(-3px);
}

.footer-badges {
  margin-top: 34px;
  margin-left: 312px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-badges img {
  width: 74px;
  height: 54px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 6px;
}

.footer-middle {
  width: 100%;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 16px 0;
}

.footer-middle-container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo img {
  width: 165px;
  height: auto;
  display: block;
  object-fit: contain;
}

.payment-logos {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}

.payment-logos img {
  height: 25px;
  width: auto;
  object-fit: contain;
}

.footer-bottom {
  text-align: center;
  padding: 14px 20px;
  background: #fff;
}

.footer-bottom p {
  font-size: 12px;
  color: #777;
}

.footer-bottom span {
  margin: 0 8px;
  color: #999;
}

.popup-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 999999999 !important;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.popup-overlay.show {
  display: flex !important;
}

.popup-box {
  position: relative;
  z-index: 2;
  width: min(90%, 420px);
  padding: 34px 28px 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
  text-align: center;
  display: none;
  animation: popupFade 0.35s ease forwards;
}

.popup-box.active {
  display: block;
}

.popup-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup-box h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  color: #17345c;
}

.popup-box p {
  margin: 0 auto 24px;
  max-width: 310px;
  font-size: 15px;
  line-height: 1.9;
  color: #53657d;
}

.popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #17345c;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.25s ease;
}

.popup-btn:hover {
  transform: translateY(-2px);
  background: #0f2748;
}

@keyframes popupFade {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(10px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
