.elementor-3157 .elementor-element.elementor-element-e979547{--display:flex;}.elementor-3157 .elementor-element.elementor-element-c54cff6{--display:flex;}.elementor-3157 .elementor-element.elementor-element-c5e46b1{--display:flex;}.elementor-3157 .elementor-element.elementor-element-c5533bd{--display:flex;}.elementor-3157 .elementor-element.elementor-element-cef3ad9{--display:flex;}.elementor-3157 .elementor-element.elementor-element-c0d8bc0{--display:flex;}.elementor-3157 .elementor-element.elementor-element-51f66db{--display:flex;}.elementor-3157 .elementor-element.elementor-element-6734cff{--display:flex;}.elementor-3157 .elementor-element.elementor-element-f0656fb{--display:flex;}.elementor-3157 .elementor-element.elementor-element-eb80a61{--display:flex;}.elementor-3157 .elementor-element.elementor-element-04d9a4c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b110232 */.visa-hero-section {
  padding: 80px 0;
}

.visa-hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 0 20px;
}

.visa-hero-left {
  flex: 1;
}

.visa-hero-left h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #111;
}

.visa-hero-left h1 span {
  color: #2f6fed;
}

.visa-subtext {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  max-width: 500px;
}

.visa-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.btn-primary {
  background-color: #2f6fed;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #1e4fc4;
}

.btn-secondary {
  background-color: #6c757d;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: #555c63;
}

.visa-features {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 16px;
  color: #333;
}

.feature-item {
  display: flex;
  align-items: center;
}

.visa-hero-right {
  flex: 1;
  text-align: right;
}

.visa-hero-right img {
  max-width: 100%;
  border-radius: 12px;
}

/* Responsive */

@media (max-width: 992px) {
  .visa-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .visa-hero-left h1 {
    font-size: 36px;
  }

  .visa-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .visa-features {
    justify-content: center;
  }

  .visa-hero-right {
    text-align: center;
    margin-top: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edee8ac */.media-visa-section {
  padding: 80px 0;
}

.media-visa-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 0 20px;
}

.media-visa-left {
  flex: 1;
}

.media-visa-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.media-visa-left p {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

.media-block {
  margin-bottom: 25px;
}

.media-block h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2f6fed;
  margin-bottom: 8px;
}

.media-block p {
  font-size: 16px;
  color: #444;
}

.media-visa-right {
  flex: 1;
  text-align: right;
}

.media-visa-right img {
  max-width: 100%;
  border-radius: 12px;
}

/* Responsive */

@media (max-width: 992px) {
  .media-visa-container {
    flex-direction: column;
    text-align: center;
  }

  .media-visa-left h2 {
    font-size: 32px;
  }

  .media-visa-right {
    text-align: center;
    margin-top: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb294db */.why-media-section {
  padding: 90px 0;
}

.why-media-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.why-media-header {
  text-align: center;
  margin-bottom: 60px;
}

.why-media-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.why-media-header p {
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: 0 auto;
}

.why-media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.why-card {
  background: #f7f9fc;
  padding: 30px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.why-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2f6fed;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Responsive */

@media (max-width: 992px) {
  .why-media-grid {
    grid-template-columns: 1fr;
  }

  .why-media-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74c0c28 */.visa-categories-section {
  padding: 90px 0;
}

.visa-categories-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.visa-categories-header {
  text-align: center;
  margin-bottom: 60px;
}

.visa-categories-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.visa-categories-header p {
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: 0 auto;
}

.visa-country-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.visa-country-card {
  background: #f7f9fc;
  padding: 35px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.visa-country-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2f6fed;
}

.visa-country-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.visa-country-card ul li {
  font-size: 16px;
  color: #444;
  margin-bottom: 12px;
  line-height: 1.6;
}

.visa-country-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.visa-disclaimer {
  text-align: center;
  margin-top: 40px;
}

.visa-disclaimer p {
  font-size: 14px;
  color: #777;
  max-width: 800px;
  margin: auto;
}

/* Responsive */

@media (max-width: 992px) {
  .visa-country-grid {
    grid-template-columns: 1fr;
  }

  .visa-categories-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf67ef7 */.trusted-media-section {
  padding: 90px 0;
  background: #eef2f6;
}

.trusted-media-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.trusted-media-header {
  text-align: center;
  margin-bottom: 60px;
}

.trusted-media-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.trusted-media-header p {
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: 0 auto;
}

.trusted-media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.trusted-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.trusted-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2f6fed;
  margin-bottom: 10px;
}

.trusted-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.trusted-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.trusted-media-note {
  text-align: center;
  margin-top: 40px;
}

.trusted-media-note p {
  font-size: 15px;
  color: #666;
  max-width: 800px;
  margin: auto;
}

/* Responsive */

@media (max-width: 992px) {
  .trusted-media-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trusted-media-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .trusted-media-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c32743f */.evidence-support-section {
  padding: 100px 0;
}

.evidence-support-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.evidence-left {
  flex: 1;
}

.evidence-highlight {
  border-left: 5px solid #2f6fed;
  padding-left: 25px;
}

.evidence-highlight h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.evidence-highlight p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.evidence-right {
  flex: 1;
}

.evidence-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.evidence-icon {
  background: #2f6fed;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.evidence-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.evidence-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.evidence-note {
  margin-top: 30px;
}

.evidence-note p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 992px) {
  .evidence-support-container {
    flex-direction: column;
    gap: 50px;
  }

  .evidence-highlight h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0797601 */.media-process-section {
  padding: 100px 0;
  background: #f8fafc;
}

.media-process-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.process-header {
  text-align: center;
  margin-bottom: 70px;
}

.process-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.process-header p {
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: 0 auto;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 5%;
  width: 90%;
  height: 2px;
  background: #dce3ea;
  z-index: 0;
}

.process-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-circle {
  width: 55px;
  height: 55px;
  background: #2f6fed;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto 20px auto;
}

.process-step h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.process-step p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  padding: 0 10px;
}

/* Responsive */

@media (max-width: 992px) {

  .process-steps {
    flex-direction: column;
  }

  .process-steps::before {
    display: none;
  }

  .process-step {
    margin-bottom: 50px;
  }

  .process-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ad225e */.who-uses-section {
  padding: 100px 0;
}

.who-uses-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.who-uses-header {
  text-align: center;
  margin-bottom: 60px;
}

.who-uses-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.who-uses-header p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.who-uses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.who-card {
  text-align: center;
  padding: 35px 20px;
  border-radius: 14px;
  background: #f8fafc;
  transition: all 0.3s ease;
}

.who-icon {
  width: 65px;
  height: 65px;
  background: #2f6fed;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 20px auto;
}

.who-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}

.who-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

/* Responsive */

@media (max-width: 992px) {
  .who-uses-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .who-uses-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .who-uses-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eaa6856 */.why-brandhexa-section {
  padding: 110px 0;
  background: #ffffff;
}

.why-brandhexa-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.why-brandhexa-left {
  flex: 1;
}

.why-brandhexa-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.brandhexa-tagline {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  max-width: 420px;
}

.why-brandhexa-right {
  flex: 1;
}

.brandhexa-point {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

.brandhexa-point:last-child {
  border-bottom: none;
}

.check-icon {
  background: #2f6fed;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.brandhexa-point h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

.brandhexa-point p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 992px) {
  .why-brandhexa-container {
    flex-direction: column;
    gap: 50px;
  }

  .why-brandhexa-left h2 {
    font-size: 32px;
  }

  .brandhexa-tagline {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b7bc44 */.important-note-section {
  padding: 90px 20px;
  background: #f5f7fa;
}

.important-note-container {
  max-width: 900px;
  margin: auto;
}

.important-note-box {
  background: #ffffff;
  padding: 50px 40px;
  border-left: 6px solid #2f6fed;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  text-align: left;
}

.important-note-box h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.important-note-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.important-note-box p:last-child {
  margin-bottom: 0;
}

/* Responsive */

@media (max-width: 768px) {
  .important-note-box {
    padding: 35px 25px;
  }

  .important-note-box h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a8db0 *//* FAQ SECTION ONLY */
.faq-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

/* LOCAL CONTAINER */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* TITLE */
.faq-section .faq-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
}

/* FAQ ITEM */
.faq-section .faq-item {
  background: #eef2f3;
  border-radius: 6px;
  margin-bottom: 18px;
}

/* QUESTION */
.faq-section .faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  position: relative;
}

.faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}

/* PLUS / MINUS ICON */
.faq-section .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  font-size: 22px;
}

.faq-section .faq-item[open] summary::after {
  content: "−";
}

/* ANSWER */
.faq-section .faq-item p {
  padding: 0 22px 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}/* End custom CSS */