/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 4.22.1
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ---------------------
   TAB BUTTONS (FLAGS)
---------------------- */
.visa-tab-buttons {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0 !important;
    cursor: pointer;
    border-bottom: 1px solid #00000030;
    padding-bottom: 30px !important;
    margin-bottom: 30px;
}
.visa-tab-buttons li {
    padding: 10px 15px;
    list-style: none;
    position: relative;
    padding-left: 40px;
    background: transparent;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    color: #000;
}
.visa-tab-buttons .active {
    border-bottom: 2px solid #0053A3;
}
.visa-tab-buttons li[data-tab="tab-3"]::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/09/India.png');
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.visa-tab-buttons li[data-tab="tab-4"]::before { 
	content:'';
	background-image: url('/wp-content/uploads/2025/09/Paksitan.png');
	    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
     }
.visa-tab-buttons li[data-tab="tab-5"]::before { 
	content:'';
	background-image: url('/wp-content/uploads/2025/09/Bangladesh.png'); 
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.visa-tab-buttons li[data-tab="tab-6"]::before { 
	content:'';
	background-image: url('/wp-content/uploads/2025/09/Philippines.png'); 
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.visa-tab-buttons li[data-tab="tab-7"]::before { 
	content:'';
	background-image: url('/wp-content/uploads/2025/09/Indonesia.png'); 
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.visa-tab-content {
    display: none;
    margin-top: 20px;
}
.visa-tab-content.active {
    display: block;
}

.visa-items {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 6px;
}

.visa-item {
    box-sizing: border-box;
    width: calc(25% - 21px);
    min-width: 240px;
    background: #fff;
    border-radius: 0;
    padding: 20px;
    border-top: 2px solid #0053A3;
    transition: transform .20s ease, box-shadow .20s ease;
    position: relative;
}

/* hover lift */
.visa-item:hover { transform: translateY(-6px); box-shadow: 0 18px 28px rgba(0,0,0,0.08); }

/* small blue square and label (EU Visa Services) */
.visa-item span {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.visa-item span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #0053a3;
    margin-right: 10px;
    vertical-align: middle;
}

.visa-item h3 {
    font-size: 25px;
    margin: 6px 0 12px;
    font-weight: 700;
    color: #000;
}

.visa-item div {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 18px;
    min-height: 120px;
    font-weight: 400;
}

.visa-item a {
    display: inline-block;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #0053A3;
    padding-bottom: 4px;
    font-size: 18px;
}

/* active (highlighted) card style */
.visa-item.hover {
  background: #0053A3;
  color: #fff;
  border-color: transparent;
  box-shadow: none;
}
.visa-item.hover span,
.visa-item.hover h3,
.visa-item.hover div,
.visa-item.hover a { color: #fff; }
.visa-item.hover a { border-color: #fff; }




.partner-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.partner-card {
    flex: 1 1 calc(25% - 20px);
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-sizing: border-box;
    text-align: left;
}
.partner-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.partner-card h3 {
    margin: 10px 0 5px;
    font-size: 25px;
    color: #000;
    font-weight: 500;
}
.partner-card p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
}
.partner-card .learn-more {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    border-bottom: 2px solid #0056a3;
    font-size: 16px;
}
.partner-card .learn-more:hover {
    transition: all 0.5s ease;
    color: #0056a3;
    border-bottom: 2px solid #0056a3;
    font-size: 16px;
}
.et_pb_menu .et_pb_menu__wrap {
    justify-content: end;
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #005baa;
    padding: 0;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 70px;
    padding-top: 5px;
}
    .marquee-track {
      display: inline-block;
      padding-left: 0%;
      animation: marquee-scroll 50s linear infinite;
    }
    @keyframes marquee-scroll {
      from { transform: translateX(0); }
      to { transform: translateX(-100%); }
    }
.marquee-item {
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-right: 30px;
}
    .marquee-item img  {
      margin: 0 10px;
      width: 30px;
      height: 30px;
      vertical-align: middle;
      margin-right: 30px;
    }


.div1 {
    overflow: visible !important;
}
.div2 {
    overflow: visible !important;
}


.div1.one:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/09/intial.png);
    position: absolute;
    width: 55px;
    height: 60px;
    top: -15px;
    right: -15px;
}
.div1.two:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/09/Applications.png);
    position: absolute;
    width: 55px;
    height: 60px;
    top: -15px;
    right: -15px;
}
.div1.three:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/09/Customize.png);
    position: absolute;
    width: 55px;
    height: 60px;
    top: -15px;
    right: -15px;
}
.div2.four:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/09/Prepare.png);
    position: absolute;
    width: 55px;
    height: 60px;
    top: -15px;
    left: -15px;
}
.div2.five:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/09/Risk-Manage.png);
    position: absolute;
    width: 55px;
    height: 60px;
    top: -15px;
    left: -15px;
}
.div2.six:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/09/Innovation.png);
    position: absolute;
    width: 55px;
    height: 60px;
    top: -15px;
    left: -15px;
}
.testimonial-nav-arrow i.fa {
    font-size: 50px;
}
h4.sp-testimonial-client-name {
    font-size: 26px !important;
    color: #000 !important;
}
.sp-testimonial-content p {
    font-size: 22px !IMPORTANT;
    color: #000;
    width: 75%;
    margin: 0px auto !important;
}
/* ===== Featured Posts Layout ===== */
.featured-posts-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Big Left Post */
.featured-posts-layout .big-post {
  position: relative;
}

.featured-posts-layout .big-post img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.featured-posts-layout .big-post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    max-width: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 91%), #00000000);
    padding: 60px 20px 20px 20px;
    border-radius: 0;
}

.featured-posts-layout .big-post-content h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.featured-posts-layout .big-post-content p {
  margin: 0 0 10px;
}

.featured-posts-layout .big-post-content a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

/* Right Small Posts Column */
.featured-posts-layout .small-posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.featured-posts-layout .small-post {
  display: flex;
  gap: 15px;
  align-items: center;
}

.featured-posts-layout .small-post .thumb {
    flex: 0 0 200px;
}

.featured-posts-layout .small-post .thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.featured-posts-layout .small-post-content h4 {
    margin: 0;
    font-size: 20px;
    color: #000;
}

.featured-posts-layout .small-post-content p {
    margin: 0 0 8px;
    color: #6B706E;
    font-weight: 400;
}

.featured-posts-layout .small-post-content a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.featured-posts-layout .small-post-content a:hover {
  text-decoration: underline;
}
.name-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
div#wpcf7-f12-p31-o1 input {
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 18px;
    color: #000;
}
div#wpcf7-f12-p31-o1 textarea {
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 18px;
    color: #000;
    height: 150px;
}
div#wpcf7-f12-p31-o1 input.wpcf7-submit {
    display: flex;
    justify-content: center;
    width: auto;
    border: 1px solid #05ABDD;
    padding: 15px 30px;
    border-radius: 100px;
    background: #05ABDD;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px auto;
    cursor: pointer;
}
div#wpcf7-f12-p31-o1 input.wpcf7-submit:hover {
    border: 1px solid #05ABDD;
    padding: 15px 30px;
    border-radius: 100px;
    background: #fff;
    color: #05ABDD;
    transition: all 0.5s ease;
}
.emaillist .es-form-field-container .gjs-row:nth-child(1) {
    display: none !important;
}
.emaillist .es-form-field-container .gjs-row:nth-child(2) {
    width: 70%;
    margin-bottom: 0px;
}
.emaillist .es-form-field-container .gjs-row:nth-child(3) {
    width: 30%;
    margin-bottom: 0px;
}
.emaillist .es-form-field-container {
    background: #fff;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    border: none !important;
    width: 70%;
}
.emaillist .es-form-field-container .gjs-row:nth-child(2) input {
    width: 100%;
    height: 50px;
    padding: 15px;
    border: none;
    color: #000;
    font-size: 16px;
    border-radius: 100px;
}
.emaillist .es-form-field-container .gjs-row:nth-child(3) input[type="submit"] {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    background: transparent;
    font-size: 18px;
    text-transform: uppercase;
    color: #0053a3;
    font-weight: 500;
    cursor: pointer;
    border-radius: 100px;
}
.emaillist .es-form-field-container .gjs-row:nth-child(3) input[type="submit"]:hover {
    background: #0053a3;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.5s ease;
}
.foo-links ul {
    display: flex;
    justify-content: end;
    gap: 30px;
    color: #fff;
    padding: 0px;
}
.foo-links ul a {
    color: #fff;
}
.foo-links ul a:hover {
    color: #05abdd;
}
/* Contact Form 7 Styling for specific form */
.contact-form #wpcf7-f12-p52-o1 .wpcf7-form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}

/* Two-column layout for First Name + Last Name */
.contact-form #wpcf7-f12-p52-o1 .name-fields {
  display: block;
}

/* Submit button */
.contact-form #wpcf7-f12-p52-o1 input[type="submit"] {
    background-color: #fff;
    color: #003366;
    padding: 15px 20px;
    border: 2px solid #003366;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
}

.contact-form #wpcf7-f12-p52-o1 input[type="submit"]:hover {
  background-color: #003366;
  color: #fff;
}
.single-visa_service div#sidebar {
    display: none;
}
.single-visa_service div#left-area {
    width: 100% !important;
    padding-right: 0px !important;
}
.single-visa_service .container::before{
    display: none;
}
.single-visa_service .et_post_meta_wrapper {
    text-align: center;
}
.single-visa_service .et_post_meta_wrapper h1.entry-title {
    font-size: 36px;
    font-weight: 500;
    color: #0053a3;
}

/******************** media qurey start*******************/ 


@media (max-width: 1400px){
	div#banner-section h1.et_pb_module_heading {
    font-size: 55px;
}
div#commit-section .et_pb_heading {
    width: 100% !important;
}
div#trusted-section h2.et_pb_module_heading {
    font-size: 55px;
    line-height: 55px;
}
div#trusted-section .et_pb_column.et_pb_column_3_5 {
    padding-top: 50px;
}
div#blog-section .et_pb_module.et_pb_heading.et_pb_heading_13 {
    width: 80% !important;
}
div#form-section .et_pb_module.et_pb_heading {
    width: 60% !important;
}
}


@media (max-width:1200px){
	div#banner-section h1.et_pb_module_heading {
    font-size: 46px;
    line-height: 50px;
}
div#about-section .et_pb_number_counter .percent p {
    font-size: 55px !important;
}
.visa-items {
    gap: 4px;
}
.emaillist .es-form-field-container .gjs-row:nth-child(3) input[type="submit"] {
    font-size: 16px;
}
}

@media (max-width:1024px){
	div#trusted-section h2.et_pb_module_heading {
    font-size: 40px;
    line-height: 45px;
}
div#trusted-section .et_pb_image_2 {
    margin-top: 0px!important;
    text-align: left;
    margin-left: 0;
}
div#blog-section .et_pb_module.et_pb_heading.et_pb_heading_13 {
    width: 100% !important;
}
div#testimonials-section .et_pb_heading {
    width: 60%!important;
}
div#partner-section .et_pb_text {
    font-size: 20px;
    width: 100%;
}
div#why-choose-section .et_pb_heading {
    width: 80%!important;
    margin-bottom: 30px !important;
}
div#video-section .et_pb_heading {
    width: 70%!important;
}
}

@media (max-width: 980px){
	.visa-tab-buttons {
    gap: 10px;
}
.div1.one:before {
    right: 0px;
}
.div1.two:before {
    right: 0px;
}
.div1.three:before {
    right: 0px;
}
.div2.four:before {
    left: 0;
}
.div2.five:before {
    left: 0;
}
.div2.six:before {
    left: 0;
}
.partner-card {
    flex: 1 1 calc(49% - 20px);
}
.featured-posts-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
div#form-section .et_pb_module.et_pb_heading {
    width: 100% !important;
}
.foo-links ul {
    justify-content: center;
}
.sp-testimonial-content p {
    font-size: 18px !IMPORTANT;
    color: #000;
    width: 100%;
    margin: 0px auto !important;
}
.emaillist .es-form-field-container {
    width: 100%;
}
}

@media (max-width: 767px) {
    .marquee-item {
        font-size: 1em;
        margin-right: 24px;
    }
    .marquee-item img  {
        width: 20px;
        height: 20px;
    }
    .marquee-container {
        min-height: 70px;
    }
    .visa-tab-buttons {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.visa-item {
    width: calc(100% - 21px);
}
.marquee-item {
    font-size: 24px;
    margin-right: 24px;
}
div#video-section .et_pb_heading {
    width: 100%!important;
}
div#why-choose-section .et_pb_heading {
    width: 100%!important;
    margin-bottom: 30px !important;
}
.partner-card h3 {
    font-size: 21px;
}
.partner-card p {
    font-size: 16px;
}
div#testimonials-section .et_pb_heading {
    width: 100%!important;
}
div#trusted-section h2.et_pb_module_heading {
    font-size: 34px;
    line-height: 34px;
}
.featured-posts-layout .small-post .thumb {
    flex: 0 0 180px;
}
.emaillist .es-form-field-container .gjs-row:nth-child(2) {
    width: 100%;
    margin-bottom: 0px;
}
.emaillist .es-form-field-container {
    border-radius: 0;
    border: none !important;
    width: 100%;
}
.emaillist .es-form-field-container .gjs-row:nth-child(3) {
    width: 100%;
    margin-bottom: 0px;
}
div#banner-section h1.et_pb_module_heading {
    font-size: 40px;
    line-height: 42px;
}
}