h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.section-heading {
    font-family: inherit!important;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

/* navbar boxshadow*/
#masthead,
.main-header-bar,
.ast-primary-header-bar {
    box-shadow: 0 1px 12px rgba(15, 23, 42, 0.08) !important;
}


/* Disable transparent header on visa template pages */
.visa-page-body .main-header-bar-wrap {
    position: relative !important;
}

.visa-page-body .ast-header-break-point .main-header-bar-wrap {
    position: relative !important;
}


.site-header{
	z-index:999!important;
}


/*newsletter*/


.newsletter-section {
    padding: 0 20px;
    background: #ffffff;
}

.newsletter-inner {
    max-width: 1250px;
    margin: 10px auto;
    padding: 34px 42px;
    border-radius: 22px 22px;
    background: linear-gradient(135deg, #021b63, #0038b8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    
}

.newsletter-left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.newsletter-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #2f7bff);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 35px rgba(0, 102, 255, 0.45);
}

.newsletter-icon i {
    color: #ffffff;
    font-size: 30px;
}

.newsletter-left h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.newsletter-left p {
    margin: 0;
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    line-height: 1.6;
    max-width: 470px;
}

.newsletter-form {
    display: flex;
    gap: 14px;
    width: 100%;
    max-width: 470px;
}

.newsletter-form input {
    flex: 1;
    height: 58px;
    border-radius: 10px;
    border: none;
    padding: 0 22px;
    font-size: 15px;
    outline: none;
}

.newsletter-form button {
    height: 58px;
    padding: 0 32px;
    border: none;
    border-radius: 10px;
    background: #0066ff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.newsletter-form button:hover {
    background: #0051d4;
    transform: translateY(-2px);
}


/*resources page*/

.resource-cards-section {
  padding: 60px 20px;
  background: #ffffff;
}

.resource-cards-wrap {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
}

.resource-card {
  min-height: 190px;
  padding: 38px 26px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 102, 255, 0.12);
  box-shadow: 0 18px 45px rgba(6, 25, 71, 0.06);
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.resource-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 102, 255, 0.35);
  box-shadow: 0 28px 70px rgba(0, 102, 255, 0.13);
}

.resource-card i {
  font-size: 42px;
  color: #0066ff;
  margin-bottom: 22px;
  display: block;
}

.resource-card h3 {
  margin: 0 0 12px;
  color: #061947;
  font-size: 20px;
  font-weight: 800;
}

.resource-card p {
  margin: 0 auto;
  max-width: 220px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .resource-cards-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .resource-cards-wrap {
    grid-template-columns: 1fr;
  }
}



/*question section*/


.help-cta-section {
  padding: 70px 20px;
  background: #ffffff;
}

.help-cta-box {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 320px;
  border-radius: 22px;
  background: linear-gradient(135deg, #eef6ff 0%, #dcecff 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 65px 75px;
  overflow: hidden;
  position: relative;
}

.help-cta-content {
  max-width: 520px;
  position: relative;
  z-index: 2;
}

.help-cta-content span {
  color: #061947;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.8;
}

.help-cta-content h2 {
  margin: 8px 0 14px;
  color: #061947;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.15;
}

.help-cta-content p {
  color: #34415f;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 28px;
}

.help-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #061947;
  color: #ffffff;
  padding: 17px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 16px 35px rgba(6, 25, 71, 0.2);
  transition: 0.3s ease;
}

.help-cta-btn:hover {
  background: #0066ff;
  transform: translateY(-3px);
}

.help-cta-visual {
  width: 380px;
  height: 260px;
  position: relative;
  flex-shrink: 0;
}

.orbit-ring {
  width: 250px;
  height: 250px;
  border: 2px dashed rgba(0, 102, 255, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 65px;
}

.orbit-ring::after {
  content: "";
  width: 190px;
  height: 190px;
  border: 1px dashed rgba(0, 102, 255, 0.18);
  border-radius: 50%;
  position: absolute;
  top: 28px;
  left: 28px;
}

.headset-icon {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0066ff, #003bb8);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 74px;
  position: absolute;
  top: 55px;
  left: 118px;
  box-shadow: 0 25px 50px rgba(0,102,255,0.25);
}

.floating-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: rgba(255,255,255,0.9);
  color: #0066ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  position: absolute;
  box-shadow: 0 18px 35px rgba(0,102,255,0.16);
}

.chat-icon {
  top: 50px;
  left: 35px;
}

.mail-icon {
  top: 135px;
  left: 70px;
  background: #0066ff;
  color: #ffffff;
}

.phone-icon {
  top: 165px;
  right: 8px;
}

.orbit-dot {
  width: 13px;
  height: 13px;
  background: #0066ff;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0 0 0 6px rgba(0,102,255,0.12);
}

.dot-one {
  top: 6px;
  left: 260px;
}

.dot-two {
  top: 102px;
  left: 60px;
}

.dot-three {
  bottom: 30px;
  left: 300px;
}

/*umrah visa section*/

.umrah-hero-section{
	display:relative;
	z-index:595!important;
}

.umrah-info-section {
  padding: 0 20px;
  margin-top: -50px;
  position: relative;
  z-index:9;
}

.umrah-info-wrapper {
    max-width: 100%;
    margin: auto;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(0,102,255,0.08);
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    overflow: hidden;
}

.umrah-info-card {
    padding: 42px 24px;
    text-align: center;
    position: relative;
    transition: 0.3s ease;
}

.umrah-info-card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    width: 1px;
    height: 50%;
    background: rgba(0,0,0,0.06);
}

.umrah-info-card:last-child::after {
    display: none;
}

.umrah-info-card:hover {
    background: linear-gradient(
        180deg,
        rgba(0,102,255,0.03),
        rgba(0,102,255,0.01)
    );
}

.umrah-info-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        rgba(0,102,255,0.12),
        rgba(0,102,255,0.04)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.umrah-info-icon::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 18px;
    border: 1px solid rgba(0,102,255,0.12);
}

.umrah-info-icon i {
    color: #065f46;
    font-size: 28px;
}

.umrah-info-card h3 {
    margin: 0 0 10px;
    color: #061947;
    font-size: 17px;
    font-weight: 700;
}

.umrah-info-card p {
    margin: 0;
    color: #5b6477;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

/*umrah step section*/

.umrah-steps-section {
  padding: 40px 20px;
  background: #ffffff;
  text-align: center;
}

.umrah-steps-header span {
  color: #0066ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.umrah-steps-header h2 {
  margin: 10px 0 70px;
  font-size: clamp(30px, 4vw, 44px);
  color: #061947;
  font-weight: 800;
}

.umrah-steps-header h2 span {
  color: #0066ff;
}

.umrah-steps-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 50px;
}

.umrah-steps-wrapper::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 12%;
  width: 76%;
  border-top: 2px dashed rgba(0,102,255,0.25);
  z-index: 0;
}

.umrah-step {
  position: relative;
  z-index: 2;
}

.umrah-step-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: white;
  color: #065f46;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
}

.umrah-step-icon::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(0,102,255,0.18);
}

.umrah-step h3 {
  margin: 0 0 12px;
  color: #061947;
  font-size: 18px;
  font-weight: 800;
}

.umrah-step p {
  margin: 0 auto;
  max-width: 210px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

/* umrah Required doc*/


.required-docs-section {
  padding: 40px 20px;
  text-align: center;
}

.required-docs-header h2 {
  margin: 0 0 14px;
  color: #061947;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
}

.required-docs-header p {
  margin: 0 auto 50px;
  max-width: 700px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}

.required-docs-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.doc-card {
  padding: 38px 22px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0,102,255,0.12);
  
  transition: 0.3s ease;
}

.doc-card:hover {
  transform: translateY(-8px);
  
}

.doc-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(0,102,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.doc-icon i {
  color: #065f46;
  font-size: 28px;
}

.doc-card h3 {
  margin: 0 0 10px;
  color: #061947;
  font-size: 17px;
  font-weight: 800;
}

.doc-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}


.umrah-why-section {
  padding: 40px 20px;
  background: #ffffff;
  text-align: center;
}

.umrah-why-header h2 {
  margin: 0 0 12px;
  color: #061947;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
}

.umrah-why-header p {
  margin: 0 auto 50px;
  max-width: 700px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}

.umrah-why-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.why-card {
  padding: 38px 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0,102,255,0.12);
  
  transition: 0.3s ease;
}

.why-card:hover {
  transform: translateY(-8px);
  
}

.why-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(0,102,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon i {
  color: #065f46;
  font-size: 28px;
}

.why-card h3 {
  margin: 0 0 10px;
  color: #061947;
  font-size: 17px;
  font-weight: 800;
}

.why-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}


/*faq section*/

.umrah-faq-section {
  padding: 40px 20px;
  background: #ffffff;
}

.umrah-faq-header {
  text-align: center;
  margin-bottom: 45px;
}

.umrah-faq-header span {
  color: #0066ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.umrah-faq-header h2 {
  margin: 8px 0 0;
  color: #061947;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
}

.umrah-faq-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 34px;
  align-items: stretch;
}

.faq-list {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,102,255,0.12);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(6,25,71,0.05);
}

.faq-list details {
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.faq-list details:last-child {
  border-bottom: none;
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 30px;
  color: #061947;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #061947;
  font-size: 26px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  padding: 0 30px 24px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.faq-image-box {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 350px;
}

.faq-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 350px;
  display: block;
}

.faq-help-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 360px;
  padding: 30px;
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 70px rgba(6,25,71,0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.faq-help-card h3 {
  margin: 0 0 10px;
  color: #061947;
  font-size: 22px;
  font-weight: 800;
}

.faq-help-card p {
  margin: 0 0 20px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
}

.faq-help-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #061947;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 9px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.help-icon {
  color: rgba(0,102,255,0.14);
  font-size: 78px;
}

.umrah-final-cta {
  padding: 70px 20px;
  background: #ffffff;
}

.umrah-final-cta-inner {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 150px;
  padding: 34px 46px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(3,18,69,0.92), rgba(0,35,120,0.96)),
    radial-gradient(circle at left, rgba(0,102,255,0.35), transparent 35%);
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 34px;
  box-shadow: 0 22px 60px rgba(6,25,71,0.18);
  overflow: hidden;
  position: relative;
}

.umrah-final-cta-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(255,255,255,0.04) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255,255,255,0.04) 25%, transparent 25%);
  background-size: 40px 40px;
  opacity: 0.18;
  pointer-events: none;
}

.umrah-cta-image {
  position: relative;
  z-index: 2;
}

.umrah-cta-image img {
  width: 170px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.umrah-cta-content {
  position: relative;
  z-index: 2;
}

.umrah-cta-content h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.2;
}

.umrah-cta-content p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.6;
}

.umrah-cta-btn {
  position: relative;
  z-index: 2;
  min-width: 170px;
  height: 62px;
  padding: 0 30px;
  border-radius: 12px;
  background: #ffffff;
  color: #061947;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 15px 35px rgba(0,0,0,0.18);
  transition: 0.3s ease;
}

.umrah-cta-btn:hover {
  transform: translateY(-3px);
  background: #0066ff;
  color: #ffffff;
}


/*schengen visa*/
.schengen-info-section {
  padding: 0 20px;
  margin-top: -120px;
  position: relative;
  z-index: 9999;
}

.schengen-info-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 38px 36px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,102,255,0.12);
  border-radius: 22px;
  box-shadow: 0 22px 65px rgba(6,25,71,0.08);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.schengen-info-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 28px;
  border-right: 1px solid rgba(6,25,71,0.12);
}

.schengen-info-card:last-child {
  border-right: none;
}

.schengen-info-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(0,102,255,0.08);
  color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.schengen-info-card h3 {
  margin: 0 0 7px;
  color: #061947;
  font-size: 16px;
  font-weight: 800;
}

.schengen-info-card p {
  margin: 0;
  color: #061947;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.schengen-countries-section {
  padding: 90px 20px;
  background: #ffffff;
  text-align: center;
}

.schengen-countries-header h2 {
  margin: 0 0 12px;
  color: #061947;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
}

.schengen-countries-header p {
  margin: 0 0 55px;
  color: #64748b;
  font-size: 16px;
}

.schengen-countries-row {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.country-item {
  min-width: 80px;
  text-align: center;
}

.flag,
.more-badge {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0,102,255,0.12);
  box-shadow: 0 12px 30px rgba(6,25,71,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.more-badge {
  color: #0066ff;
  font-size: 16px;
  font-weight: 800;
}

.country-item p {
  margin: 0;
  color: #061947;
  font-size: 14px;
  font-weight: 600;
}

.country-item:hover .flag,
.country-item:hover .more-badge {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,102,255,0.16);
}

.flag,
.more-badge {
  transition: 0.3s ease;
}

.schengen-process-section {
  padding: 90px 20px;
  background: #ffffff;
  text-align: center;
}

.schengen-process-header h2 {
  margin: 0 0 10px;
  color: #061947;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
}

.schengen-process-header p {
  margin: 0 0 70px;
  color: #64748b;
  font-size: 16px;
}

.schengen-process-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 55px;
  position: relative;
}

.schengen-process-wrapper::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 13%;
  width: 74%;
  border-top: 2px dashed rgba(0,102,255,0.25);
  z-index: 0;
}

.process-step {
  position: relative;
  z-index: 2;
}

.process-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0,102,255,0.22);
  color: #003399;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  position: relative;
  box-shadow: 0 15px 40px rgba(6,25,71,0.06);
}

.process-icon span {
  position: absolute;
  right: -5px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  background: #FFCC00;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-step h3 {
  margin: 0 0 10px;
  color: #061947;
  font-size: 18px;
  font-weight: 800;
}

.process-step p {
  margin: 0 auto;
  max-width: 210px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

/*usa section*/

.usa-info-icon{
	width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(0,102,255,0.08);
  color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.usa-process-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0,102,255,0.22);
  color: #003399;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  position: relative;
  box-shadow: 0 15px 40px rgba(6,25,71,0.06);
}

.usa-process-icon span {
  position: absolute;
  right: -5px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  background: red;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*visa guide*/

.visa-guide-page,
.single-visa-guide,
.visa-comparison-page,
.vss-single-post-page{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.visa-guide-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.visa-guide-page,
.single-visa-guide {
  font-family: 'Poppins', sans-serif;
  background: #f8fbff;
  color: #071a44;
}

.visa-guide-hero,
.single-visa-hero {
  padding: 110px 20px 90px;
  background: linear-gradient(135deg, #eef6ff 0%, #ffffff 55%, #d9ecff 100%);
  text-align: center;
}

.visa-eyebrow,
.single-visa-label {
  display: inline-block;
  color: #0066ff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 16px;
}

.visa-guide-hero h1,
.single-visa-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  margin: 0 0 18px;
  color: #071a44;
}

.visa-guide-hero p,
.single-visa-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: #42526e;
  line-height: 1.8;
}

.visa-type-section,
.popular-guides-section {
  padding: 80px 20px;
	
}

.visa-type-header,
.popular-guides-header {
  text-align: center;
  margin-bottom: 45px;
}

.visa-type-header h2,
.popular-guides-header h2 {
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 12px;
  color: #071a44;
}

.visa-type-header p,
.popular-guides-header p {
  color: #63718a;
}

.visa-type-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.visa-type-card {
  background: #ffffff;
  border: 1px solid #dceaff;
  border-radius: 24px;
  padding: 32px;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(0, 38, 100, .06);
  transition: .3s ease;
}

.visa-type-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 65px rgba(0, 102, 255, .14);
}

.visa-type-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #eef6ff;
  color: #0066ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 22px;
}

.visa-type-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #071a44;
}

.visa-type-card p {
  color: #63718a;
  line-height: 1.7;
  margin: 0;
}

.popular-guides-section {
  background: #ffffff;
}

.popular-guides-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
}

.guide-card {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background: #f8fbff;
  border: 1px solid #dceaff;
  border-radius: 24px;
  padding: 28px;
  text-decoration: none;
  transition: .3s ease;
}

.guide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(0, 102, 255, .13);
}

.guide-flag {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 12px 30px rgba(0, 38, 100, .08);
}

.guide-card h3 {
  font-size: 22px;
  margin: 0 0 8px;
  color: #071a44;
}

.guide-card p {
  color: #63718a;
  line-height: 1.7;
  margin: 0 0 14px;
}

.guide-card span {
  color: #0066ff;
  font-weight: 700;
}

.no-guides-message {
  grid-column: 1 / -1;
  text-align: center;
  color: #63718a;
}

/* Single Visa Guide */

.single-visa-hero {
  text-align: left;
}

.single-visa-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.single-visa-hero p {
  margin: 0;
}

.single-visa-buttons {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.single-primary-btn,
.single-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

.single-primary-btn {
  background: #0066ff;
  color: #ffffff;
}

.single-secondary-btn {
  background: #ffffff;
  color: #0066ff;
  border: 1px solid #dbe8ff;
}

.single-visa-flag {
  width: 150px;
  height: 150px;
  min-width: 150px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  box-shadow: 0 25px 60px rgba(0, 55, 150, .12);
}

.single-visa-content {
    padding: 70px 0 100px;
}

.single-visa-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
}

.single-visa-main {
  background: #ffffff;
  border: 1px solid #dceaff;
  border-radius: 24px;
  padding: 42px;
  box-shadow: 0 18px 45px rgba(0, 38, 100, .06);
}

.single-visa-main h2 {
  font-size: 32px;
  margin: 35px 0 15px;
  color: #071a44;
}

.single-visa-main h2:first-child {
  margin-top: 0;
}

.single-visa-main h3 {
  font-size: 22px;
  margin: 26px 0 12px;
  color: #071a44;
}

.single-visa-main p,
.single-visa-main li {
  color: #42526e;
  line-height: 1.8;
}

.single-visa-main ul,
.single-visa-main ol {
  padding-left: 22px;
}

.single-sidebar-card {
  position: sticky;
  top: 120px;
  background: #071a44;
  color: #ffffff;
  border-radius: 24px;
  padding: 32px;
}

.single-sidebar-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

.single-sidebar-card p {
  color: #dbe8ff;
  line-height: 1.7;
  margin-bottom: 24px;
}

.single-primary-btn.full {
  width: 100%;
}



.visa-overview-section {
	padding:20px;
    position: relative;
    margin-top: -55px;
    z-index: 20;
}

.visa-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;

    padding: 20px;

    background: rgba(255,255,255,.75);

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border: 1px solid rgba(255,255,255,.7);

    border-radius: 24px;

}

.visa-overview-card {
    padding: 18px 20px;
    border-radius: 18px;

    background: rgba(255,255,255,.6);

    border: 1px solid rgba(221,233,255,.8);

    transition: .3s ease;
}

.visa-overview-card:hover {
    transform: translateY(-4px);
    background: #ffffff;

    box-shadow:
    0 15px 35px rgba(0,102,255,.12);
}

.visa-overview-card span {
    display: block;

    font-size: 18px;
    font-weight: 900;

    color: #6b7280;

    text-transform: uppercase;
    letter-spacing: .08em;

    margin-bottom: 8px;
}

.visa-overview-card strong {
    display: block;

    font-size: 15px;
    line-height: 1.5;

    color: #071a44;
    font-weight: 500;
}





/*404 page*/


.vss-404-page {
    min-height: 75vh;
    padding: 100px 20px;
    background: linear-gradient(
        135deg,
        #eef6ff 0%,
        #ffffff 50%,
        #d9ecff 100%
    );

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%!important;
    overflow-x: hidden;
}

.vss-404-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.vss-404-label {
    display: inline-block;
    color: #0066ff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 20px;
}

.vss-404-content h1 {
    font-size: clamp(48px, 8vw, 88px);
    line-height: 1.05;
    color: #071a44;
    margin-bottom: 24px;
}

.vss-404-content p {
    color: #42526e;
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.vss-404-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.vss-404-countdown {
    color: #63718a;
    font-size: 15px;
}

.vss-404-countdown span {
    color: #0066ff;
    font-weight: 700;
}


























/*footer*/

.visa-footer {
    background: linear-gradient(180deg, #03154a 0%, #020f36 100%);
    color: #ffffff;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}

/* TOP AREA */

.footer-top {
    max-width: 1250px;
    margin: auto;
    padding: 0 20px 60px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr 1.2fr;
    gap: 50px;
}

/* LOGO */

.site-logo img {
    width: 140px;   /* CHANGE SIZE */
	padding-bottom:15px;
    height: auto;
    display: block;
    object-fit: contain;
}

.site-logo {
    color: #2f7bff;
}

.footer-about p {
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    margin-bottom: 28px;
    font-size: 15px;
}

/* SOCIALS */

.footer-socials {
    display: flex;
    gap: 14px;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-socials a:hover {
    background: #0066ff;
    transform: translateY(-4px);
}

/* TITLES */

.footer-col h3 {
	color: #ffffff;
    font-size: 28px;
    margin-bottom: 24px;
    font-weight: 900;
}

/* LINKS */

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 14px;
}

.footer-col ul li a {
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 15px;
}

.footer-col ul li a:hover {
    color: #2f7bff;
    padding-left: 5px;
}

/* CONTACT */

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
}

.footer-contact i {
    color: #2f7bff;
    margin-top: 4px;
}

/* PAYMENT */

.payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.payment-card {
    min-width: 74px;
    height: 44px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.secure-box {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 10px;
}

.secure-box i {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f7bff;
}

.secure-box p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    line-height: 1.7;
}

/* BOTTOM */

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 26px 20px;
    max-width: 1250px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,0.65);
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #2f7bff;
}



/* ================================
   VSS EXTRA CSS CLEANED
================================ */

/* Search */
.visa-guide-search-wrap {
  max-width: 620px;
  height: 64px;
  margin: 38px auto 0;
  position: relative;
}

.visa-guide-search-wrap i {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #0066ff;
  font-size: 18px;
  z-index: 2;
}

.visa-guide-search-wrap input {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 1px solid #cfe1ff;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0 28px 0 58px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #071a44;
  outline: none;
  box-shadow: 0 18px 45px rgba(0,102,255,.08);
  transition: .25s ease;
}

.visa-guide-search-wrap input::placeholder {
  color: #8a97ad;
}

.visa-guide-search-wrap input:focus {
  border-color: #0066ff;
  box-shadow: 0 20px 55px rgba(0,102,255,.16);
}

.no-search-results,
.visa-comparison-no-results {
  display: none;
  text-align: center;
  color: #63718a;
  font-weight: 600;
}

.no-search-results {
  margin-top: 32px;
}

.visa-comparison-no-results {
  padding: 28px;
}


/* Single Visa Guide */
.single-visa-guide {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.visa-guide-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.visa-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
  z-index: 99999;
}

.visa-scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #0066ff;
  transition: width .08s linear;
}

.single-visa-back-wrapper {
  padding: 24px 0 0;
  background: #f8fbff;
}

.single-visa-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #dceaff;
  border-radius: 999px;
  color: #071a44;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,38,100,.06);
  transition: .25s ease;
}

.single-visa-back-btn i {
  color: #0066ff;
  transition: transform .25s ease;
}

.single-visa-back-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,102,255,.12);
}

.single-visa-back-btn:hover i {
  transform: translateX(-4px);
}

.single-visa-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
  color: #63718a;
  font-size: 14px;
  font-weight: 600;
}

.single-visa-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.single-visa-meta i {
  color: #0066ff;
}

.single-visa-sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.single-toc-card,
.single-sidebar-card {
  position: sticky;
}

.single-toc-card {
  top: 110px;
  background: #ffffff;
  border: 1px solid #dceaff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(0,38,100,.06);
}

.single-sidebar-card {
  top: 430px;
}

.single-toc-card h3 {
  font-size: 20px;
  margin: 0 0 18px;
  color: #071a44;
}

.single-toc-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-toc-card li {
  margin-bottom: 10px;
}

.single-toc-card li:last-child {
  margin-bottom: 0;
}

.single-toc-card a {
  color: #42526e;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  transition: .2s ease;
}

.single-toc-card a:hover,
.single-toc-card a.active {
  color: #0066ff;
}

.single-visa-main h2 {
  scroll-margin-top: 130px;
}

.single-inline-cta {
  margin: 42px 0;
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #071a44 0%, #0c2c73 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.single-inline-cta span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.single-inline-cta h3 {
  color: #ffffff;
  margin: 8px 0 0;
  font-size: 26px;
}


/* Related Visa Cards */
.related-visa-section {
  padding: 90px 0 110px;
  background: #ffffff;
}

.related-visa-header {
  text-align: center;
  margin-bottom: 42px;
}

.related-visa-header h2 {
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 12px;
  color: #071a44;
}

.related-visa-header p {
  color: #63718a;
}

.related-visa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.related-visa-card {
  background: #f8fbff;
  border: 1px solid #dceaff;
  border-radius: 24px;
  padding: 30px;
  text-decoration: none;
  transition: .3s ease;
}

.related-visa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 65px rgba(0,102,255,.13);
}

.related-visa-flag {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 22px;
}

.related-visa-card h3 {
  font-size: 22px;
  color: #071a44;
  margin-bottom: 10px;
}

.related-visa-card p {
  color: #63718a;
  line-height: 1.7;
  margin-bottom: 18px;
}

.related-visa-card span {
  color: #0066ff;
  font-weight: 700;
}


/* CTA */
.visa-cta-section {
  padding: 0 0 110px;
  background: #ffffff;
}

.visa-cta-card {
  background: linear-gradient(135deg, #071a44 0%, #0c2c73 100%);
  border-radius: 32px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  position: relative;
}

.visa-cta-card::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}

.visa-cta-content,
.visa-cta-badge {
  position: relative;
  z-index: 2;
}

.visa-cta-content {
  max-width: 650px;
}

.visa-cta-label {
  display: inline-block;
  color: #8fc2ff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 18px;
}

.visa-cta-content h2 {
  color: #ffffff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.visa-cta-content p {
  color: rgba(255,255,255,.85);
  line-height: 1.8;
  margin-bottom: 30px;
}

.visa-cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.visa-cta-badge {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 280px;
}

.visa-cta-stat {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  padding: 18px 22px;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 600;
}


/* Visa Comparison */
.visa-comparison-page {
  font-family: 'Poppins', sans-serif;
  background: #f8fbff;
  color: #071a44;
  overflow-x: hidden;
}

.visa-comparison-hero {
  padding: 110px 0 90px;
  background: linear-gradient(135deg, #eef6ff 0%, #ffffff 55%, #d9ecff 100%);
  text-align: center;
}

.visa-comparison-hero h1 {
  max-width: 900px;
  margin: 0 auto 18px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  color: #071a44;
}

.visa-comparison-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #42526e;
  line-height: 1.8;
}

.visa-comparison-controls {
  max-width: 850px;
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 16px;
}

.visa-comparison-controls input,
.visa-comparison-controls select {
  height: 60px;
  border-radius: 999px;
  border: 1px solid #cfe1ff;
  background: #ffffff;
  padding: 0 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #071a44;
  outline: none;
  box-shadow: 0 18px 45px rgba(0,102,255,.08);
}

.visa-comparison-controls select {
  cursor: pointer;
}

.visa-comparison-controls input:focus,
.visa-comparison-controls select:focus {
  border-color: #0066ff;
}

.visa-comparison-section {
  padding: 80px 0 110px;
}

.visa-comparison-table-wrap {
  background: #ffffff;
  border: 1px solid #dceaff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,38,100,.08);
}

.visa-comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.visa-comparison-table th {
  background: #071a44;
  color: #ffffff;
  text-align: left;
  padding: 22px 24px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.visa-comparison-table td {
  padding: 24px;
  border-bottom: 1px solid #e7efff;
  color: #42526e;
  font-weight: 500;
}

.visa-comparison-table tr:last-child td {
  border-bottom: 0;
}

.visa-table-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.visa-table-title span {
  font-size: 30px;
}

.visa-table-title strong {
  color: #071a44;
  font-size: 17px;
}

.visa-table-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  background: #0066ff;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.visa-table-btn:hover {
  background: #0053d6;
  color: #ffffff;
}


/* Destination Shortcuts */
.home-destination-shortcuts {
  padding: 0 0 60px;
  background: #ffffff;
}

.home-destination-shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.destination-shortcut-card {
  background: #ffffff;
  border: 1px solid #dceaff;
  border-radius: 22px;
  padding: 30px 18px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 30px;
  transition: .3s ease;
  box-shadow: 0 12px 32px rgba(0,38,100,.04);
}

.destination-shortcut-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,102,255,.12);
  border-color: #b8d5ff;
}

.destination-shortcut-flag {
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #eef6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.destination-shortcut-card h3 {
  color: #071a44;
  font-size: 18px;
  line-height: 1.35;
  margin: 0;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.destination-shortcut-card span {
  color: #0066ff;
  font-weight: 700;
  font-size: 14px;
  margin-top: auto;
}


/* Why Choose VSS */
.why-choose-vss {
  padding: 0;
  background: #ffffff;
}

.why-choose-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 52px;
}

.why-choose-header span {
  display: inline-block;
  color: #0066ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.why-choose-header h2 strong {
  color: #0066ff;
  font-weight: 800;
}

.why-choose-header p {
  max-width: 760px;
  margin: 0 auto;
  color: #42526e;
  font-size: 19px;
  line-height: 1.7;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.why-choose-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #dceaff;
  border-radius: 26px;
  padding: 36px 28px;
  text-align: center;
  min-height: 300px;
  transition: .3s ease;
  overflow: hidden;
}

.why-choose-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,102,255,.08), rgba(255,255,255,0));
  opacity: 0;
  transition: .3s ease;
}

.why-choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0,102,255,.13);
  border-color: #b8d5ff;
}

.why-choose-card:hover::before {
  opacity: 1;
}

.why-us-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 24px;
  border-radius: 20px;
  background: #eef6ff;
  color: #003399;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  position: relative;
  z-index: 2;
}

.why-choose-card h3 {
  color: #071a44;
  font-size: 23px;
  line-height: 1.25;
  margin: 0 0 16px;
  position: relative;
  z-index: 2;
}

.why-choose-card p {
  color: #63718a;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  position: relative;
  z-index: 2;
}




/*local agents*/


/* =========================================
   1. MODERN AGENT CARDS (DIRECTORY)
========================================= */
.vss-agents-section {
    padding: 80px 0;
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
}

.vss-agents-section h2 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 800;
    font-size: 2.2rem;
    color: var(--vss-primary);
    letter-spacing: -0.5px;
}

.vss-agents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.vss-agent-card {
    background: var(--vss-bg);
    padding: 40px 30px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--vss-shadow);
    position: relative;
    overflow: hidden;
}

.vss-agent-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--vss-shadow-hover);
    border-color: rgba(59, 130, 246, 0.3);
}

.vss-agent-logo img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    border-radius: 50%;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    padding: 8px;
}

.vss-agent-name {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--vss-primary);
    font-weight: 700;
}

.vss-agent-meta p {
    margin: 8px 0;
    font-size: 0.95rem;
    color: var(--vss-text);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Modern Button */
.vss-agent-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background-color: var(--vss-accent);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.3);
}

.vss-agent-btn:hover {
    background-color: var(--vss-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.2);
}

/* =========================================
   2. MODERN APPLICATION FORM
========================================= */
.vss-application-form {
    background: var(--vss-bg);
    padding: 50px;
    border-radius: 24px;
    box-shadow: var(--vss-shadow);
    border: 1px solid var(--vss-border);
    max-width: 600px !important; 
}

.vss-application-form label {
    font-weight: 600;
    color: var(--vss-primary);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.vss-application-form input {
    background-color: var(--vss-input-bg);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 1rem;
    color: var(--vss-text);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.vss-application-form input:focus {
    background-color: #fff;
    border-color: var(--vss-accent);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
    outline: none;
}


/*whatsapp*/

.vss-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  background: #25D366;
  color: #fff !important;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
}

.vss-whatsapp-float:hover {
  transform: translateY(-3px);
}













/* ================================
   RESPONSIVE CSS - VSS WEBSITE
================================ */



/* Desktop / Small laptops */
@media (max-width: 1100px) {

  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .required-docs-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .schengen-info-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .schengen-info-card {
    border-right: none;
    padding: 0;
  }

  .visa-type-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .popular-guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	
 .home-destination-shortcuts-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }


}


/* Tablets */
@media (max-width: 991px) {

  .visa-steps-wrapper,
  .schengen-process-wrapper {
    grid-template-columns: 2fr;
    max-width: 520px;
    gap: 45px;
  }

  .visa-steps-wrapper::before,
  .schengen-process-wrapper::before {
    display: none;
  }

  .help-cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 45px 28px;
  }

  .help-cta-visual,
  .umrah-cta-image {
    display: none;
  }

  .umrah-info-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .umrah-info-card:nth-child(3)::after {
    display: none;
  }

  .visa-guide-hero,
  .single-visa-hero {
    padding: 90px 0 75px;
  }

  .visa-type-grid,
  .popular-guides-grid {
    grid-template-columns: 1fr;
  }

  .single-visa-hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .single-visa-hero p,
  .single-visa-flag {
    margin: 0 auto;
  }

  .single-visa-buttons {
    justify-content: center;
  }

  .single-visa-main {
    padding: 34px 28px;
  }

  .visa-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	
	
	.single-toc-card,
  .single-sidebar-card {
    position: relative;
    top: auto;
  }

  .related-visa-grid {
    grid-template-columns: 1fr;
  }

  .visa-cta-card,
  .single-inline-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .visa-cta-card {
    padding: 40px 30px;
  }

  .visa-cta-badge {
    min-width: 100%;
    width: 100%;
  }

  .visa-comparison-table-wrap {
    overflow-x: auto;
  }

  .visa-comparison-table {
    min-width: 850px;
  }

}


/* Mobile */
@media (max-width: 768px) {

  .newsletter-section {
    padding: 0 0 20px;
  }

  .newsletter-inner {
    padding: 34px 24px;
    border-radius: 26px;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 24px;
  }

  .newsletter-left {
    flex-direction: column;
    gap: 16px;
  }

  .newsletter-icon {
    width: 76px;
    height: 76px;
    border-radius: 24px;
  }

  .newsletter-left h3 {
    font-size: 28px;
    line-height: 1.15;
  }

  .newsletter-left p {
    max-width: 300px;
    font-size: 15px;
  }

  .newsletter-form {
    max-width: 330px;
    flex-direction: column;
    padding: 10px;
    border-radius: 20px;
    gap: 10px;
  }

  .newsletter-form input {
    width: 100%;
    height: 52px;
    text-align: center;
    background: #f6f9ff;
  }

  .newsletter-form button {
    width: 100%;
    height: 54px;
  }

  .footer-top,
  .required-docs-grid,
  .umrah-steps-wrapper,
  .umrah-why-grid,
  .schengen-info-wrapper,
  .schengen-process-wrapper,
  .visa-type-grid,
  .popular-guides-grid,
  .single-visa-hero-inner,
  .single-visa-layout,
  .visa-overview-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom,
  .vss-404-actions {
    flex-direction: column;
    text-align: center;
  }

  .help-cta-visual,
  .single-visa-flag,
  .umrah-cta-image {
    display: none;
  }

  .umrah-info-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .umrah-info-card::after {
    display: none;
  }

  .umrah-info-card {
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }

  .umrah-steps-wrapper::before,
  .schengen-process-wrapper::before {
    display: none;
  }

  .required-docs-section {
    padding: 0 20px;
  }

  .umrah-faq-header h2 {
    font-size: 34px;
  }

  .umrah-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .faq-list {
    order: 1;
    width: 100%;
  }

  .faq-image-box {
    order: 2;
    width: 100%;
    min-height: 300px;
    border-radius: 18px;
    overflow: hidden;
  }

  .faq-image-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .faq-help-card {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    margin: 0;
    padding: 22px;
  }

  .faq-help-card h3 {
    font-size: 22px;
  }

  .faq-help-card p {
    font-size: 14px;
  }

  .faq-list summary {
    padding: 22px 60px 22px 22px;
    font-size: 16px;
    line-height: 1.5;
  }

  .faq-list summary::after {
    right: 22px;
  }

  .umrah-final-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 38px 24px;
    gap: 24px;
  }

  .umrah-cta-content {
    order: 2;
  }

  .umrah-cta-btn {
    order: 3;
    margin: 0 auto;
    width: 100%;
    max-width: 260px;
  }

  .schengen-info-section {
    margin-top: 30px;
  }

  .schengen-info-wrapper {
    padding: 30px 24px;
  }

  .schengen-countries-row {
    justify-content: center;
    gap: 28px;
  }

  .country-item {
    width: 82px;
  }

  .single-visa-main h2 {
    line-height: 1.1;
  }

  .vss-404-page {
    padding: 80px 20px;
  }

  .vss-404-content p {
    font-size: 17px;
  }

  .vss-404-actions {
    align-items: center;
  }

  .vss-404-actions a {
    width: 100%;
    max-width: 280px;
  }
	
	 .single-visa-back-wrapper {
    padding-top: 16px;
  }

  .single-visa-back-btn {
    width: 100%;
    justify-content: center;
  }

  .single-inline-cta .single-primary-btn,
  .visa-cta-buttons .single-primary-btn,
  .visa-cta-buttons .single-secondary-btn {
    width: 100%;
  }

}


/* Small Mobile */
@media (max-width: 450px) {
	
	

  .visa-steps-section {
    padding: 2px;
  }

  .visa-steps-wrapper {
    max-width: 100%;
    gap: 24px;
  }

  .visa-step {
    padding: 32px 20px 26px;
  }

  .newsletter-inner {
    padding: 32px 24px;
  }
	
	.visa-comparison-controls {
    grid-template-columns: 1fr;
  }

  .home-destination-shortcuts {
    padding: 30px 0 45px;
  }

  .home-destination-shortcuts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .destination-shortcut-card {
    min-height: 230px;
    padding: 24px 14px;
    border-radius: 18px;
  }

  .destination-shortcut-flag {
    width: 50px;
    height: 50px;
    font-size: 28px;
    margin-bottom: 16px;
  }

  .destination-shortcut-card h3 {
    font-size: 15px;
    min-height: 58px;
  }

  .destination-shortcut-card span {
    font-size: 13px;
  }

  .why-choose-vss {
    padding: 30px 0;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
  }

.visa-guide-container {
width: 100%;
    max-width: 100%;
    padding: 10px;
    margin: 0;
}

  .why-choose-header h2 {
    font-size: 42px;
  }

  .why-choose-card {
    min-height: auto;
  }

  .home-destination-shortcuts-grid {
    grid-template-columns: 1fr;
  }

  .destination-shortcut-card {
    min-height: 210px;
  }

}










	








/* Force 404 page full width in Astra */
body.error404 .site-content,
body.error404 .ast-container,
body.error404 #primary,
body.error404 #main,
body.error404 .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.error404 .vss-404-page {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    min-height: calc(100vh - 90px);
    padding: 110px 20px;
    background: linear-gradient(135deg, #eef6ff 0%, #ffffff 50%, #d9ecff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

body.error404 .vss-404-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}


