@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&display=swap');
.uae-sigle {
    background-size: cover;
    max-height: 700px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 52% 71%;
    background-image: url(https://www.sastaticket.pk/wp-content/uploads/2024/11/uae-visa-banner-optimize.webp);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.umrah-sigle {
    background-size: cover;
    max-height: 700px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-image: url(https://www.sastaticket.pk/wp-content/uploads/2024/11/umrah-single-banner.webp);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.baku-sigle {
    background-size: cover;
    max-height: 700px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-image: url(https://www.sastaticket.pk/wp-content/uploads/baku-main-banner.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.visa-platform {
    background: #fff;
    padding: 16px 0px 16px 0px;
    width: 299px;
    margin: auto;
    font-family: 'Mulish';
    font-size: 24px;
    border-radius: 8px;
}
.visa-platform-baku {
    background: #fff;
    padding: 16px 0px 16px 0px;
    width: 400px;
    margin: auto;
    font-family: 'Mulish';
    font-size: 24px;
    border-radius: 8px;
}
.uae-sigle h2 {
    font-family: 'Mulish';
    font-size: 60px;
    color: #fff;
    line-height: 74px;


}
.umrah-sigle h2 {
    font-family: 'Mulish';
    font-size: 60px;
    color: #fff;
    line-height: 74px;

}
.baku-sigle h2 {
    font-family: 'Mulish';
    font-size: 60px;
    color: #fff;
    line-height: 74px;

}
	.visa-inter-heading {
    font: normal 400 20px / 22px 'Reem Kufi';
    color: #262626;
    padding: 30px 0 10px 0;
}
/* tabs section start here */
.uae-sigle-tabs {
    padding: 36px 0;
}
.tab-container-gvisa {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.tab-button-gvisa {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  font-family: 'Mulish';
}

.tab-button-gvisa.active {
  background-color: #007bff;
  color: white;
}

.tab-button-gvisa:first-child {
  border-top-left-radius: 8px;
  border-right: none;
}

.tab-button-gvisa:last-child {
  border-top-right-radius: 8px;
}

.tab-button-gvisa:not(:last-child) {
  border-right: none;
}

.uae-sigle-tabs h2 {
    text-align: center;
    font-family: 'Mulish';
    font-size: 32px;
    line-height: 38px;
}
.uae-sigle-tabs p {
    text-align: center;
    font-size: 16px;
    color: #595959;
}
.uae-single-tags {
    font-size: 1.5em;
}


.tab-container-gvisa {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* .tab-button-gvisa {
  background-color: #ddd;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
} */

.tab-button-gvisa.active {
  background-color: #0A549C;
  color: white;
}
/* 
.tab-button-gvisa:not(:last-child) {
  margin-right: 5px;
} */

.tab-content-gvisa {
  display: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-top: 70px;
}

.tab-content-gvisa.active {
  display: flex;
  gap: 20px;
}

.card-gvisa {
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 600px;
    height: 750px;
}
/* tabs cards section */

.cards-gvisacta {
    background-color: #0060C0;
    padding: 10px 44px 10px 44px;
    border: 0;
    font-family: 'Mulish';
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: auto;
    right: 0;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.cards-topgvisa {
    position: relative;
 
}

.gvisa-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #F7F0B6;
    /* display: flex; */
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -100px;
    font-family: 'Mulish';
    font-size: 32px;
    line-height: 28px;
    display: inline-grid;
    align-items: center;
    justify-items: stretch;
    align-content: center;
}

.gvisa-circle span {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
}
.cards-topgvisa p {
    margin: 45px 0px 11px;
    font-size: 13px;
    font-family: 'Mulish';
    line-height: 21px;
    color: #595959;
}

.custom-dashed-line {
    width: 93%;
    height: 2px;
    background-image: linear-gradient(to right, #D9D9D9 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 14px 2px;
    margin: auto;

}
span.e-gvisareq {
    font-family: 'Mulish';
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    margin: 1px 0px 16px 0px;
}
.cardsgvisa-lis {
    padding: 21px 10px 1px 29px;
        max-height: 415px;
    overflow-y: auto;
    padding-right: 10px;
}
.cardsgvisa-lis ul {
    text-align: left;
}
.cardsgvisa-lis ul li {
    text-align: left;
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #595959;
}
.card-footgvisa h3 {
    font-size: 15px;
    font-family: 'Mulish';
    font-weight: 500;
    margin: 13px 0;
}
.card-footgvisa h3 span {
    font-size: 20px;
    font-family: 'Mulish';
    font-weight: 500;
}
a.gvisa-tc {
    font-size: 11px;
    margin: 12px 0;
    color: #3B76B0;
    font-family: 'Mulish';
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
a.gvisa-tc:hover {
    transition: 0.3s;
}


.umrah-gvisa .tab-content-gvisa {
    padding-top: 20px;
}

/* visa form css */
form.gvisa_contactForm {
    margin-bottom: 4px;
}
 .visaFormOverlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 999;
        }

        #contact-form__visa {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1000;
            width: 30%;
            max-width: 600px;
            background-color: white;
            border-radius: 14px;
            display: none;
        }

   .visa-contact--info-g{
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    position: relative;
    border-top: 1px solid #fff;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
   .visa-banner-g {
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.visa-banner-g img {
    width: 100%; 
    height: auto; 
    display: block;
}
.visa-banner-gu {
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
}

.visa-banner-gu img {
    width: 100%;
    height: auto;
    display: block; 
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.visa-contact--info-g .col-12 {
    padding: 0;
}
#contact-details-visa-g h3 {
    font-size: 24px;
    font-family: 'Mulish';
    color: #08437D;
    line-height: 32px;
}
.gvisa-form--fields {
    position: relative;
    margin-bottom: 15px;
}
.gvisa-form--fields p {
    margin: 3px 0;
}
.cont-frm-g {
    padding: 18px 34px 0px 36px;
    border-radius: 12px;
}
.gvisa-form--fields input, .gvisa-form--fields input:focus, .gsvisa-form--fields select {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    font-family: 'Mulish';
    background-color: white;
    height: 45px;
    color: #212529;
}
a.cards-gvisacta:hover {
    color: #edecec;
    text-decoration: none;
    transition: 0.3s;
}

#submitgVisa {
    padding-right: 48px;
    background-size: 16px;
    /* border: none; */
    cursor: pointer;
    background: #0466C8;
    color: #fff;
    border: 1px solid #0466C8;
    border-radius: 3px;
    background-image: url(https://www.sastaticket.pk/wp-content/uploads/2024/10/submit-arrow-singlee-visa.svg);
    background-repeat: no-repeat;
    background-position: 61% 50%;
    padding: 0px 0px 0px 0px;
}

.line-visabreak {
    border: 1px solid #E1E1E1;
    height: 1px;
    width: 117px;
    vertical-align: middle;
}
.or-visabr {
    margin: 0px 10px 6px 10px;
    font-size: 16px;
    color: #B8B8B8;
    font-family: 'Mulish';
}
.formbreak p {
    font-family: 'Mulish';
    font-size: 14px;
    font-weight: 400;
    color: #5C5C5C;
}
.formbreak .visa-whatsappform {
    background: #f4fff5;
    border: 1px solid #47c758;
    margin: 0 0 27px 0;
    padding: 6px 18px;
    border-radius: 12px;
    color: #005f0d;
    font-size: 12px;
    font-family: 'Mulish';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    max-width: fit-content;
}
.visa-whatsappform img {
    margin-right: 5px;
}
form.gvisa_contactForm .alert.alert-danger.display-error.single-visa-alerts {
    padding: 3px 0px 2px 7px;
}
form.gvisa_contactForm .alert.alert-danger.display-error.single-visa-alerts ul {
    margin-bottom: 3px;
    font-family: 'Mulish';
}
.formbreak a {
    text-decoration: none;
    transition: 0.3s;
}
.mobile-poup-visag{
    display: none;
}

/* thank yu pages css */

.visa-whatsappform-thank {
    background: #F4FFF5;
    border: 1px solid #47C758;
    margin: 10px 0px 25px 0px;
    padding: 6px 18px;
    border-radius: 12px;
    color: #005F0D;
    font-size: 14px;
    font-family: 'Mulish';
}
.action-visawhatsapp-thank {
    color: #FF3366;
    text-align: center;
    font-size: 14px;
    font-family: 'Mulish';
    margin: 3px 0 6px 0px;
}
.gvisapo-whatsappmobile-thank {
    color: #595959;
    font-family: 'Mulish';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}
#contact-details-visa-thanks {
    text-align: center;
    max-width: 850px;
    margin: auto;
    margin-bottom: 35px;
    border: 1px solid #F0F0F0;
}
.revamp-cards.pkgListner h4 {
    color: #262626;
    font-size: 16px;
    font-family: 'Mulish';
    margin: 12px 0;
}
.otherPkg-thank-visa {
    text-align: center;
}
.otherPkg-thank-visa a {
    color: #3B76B0;
    background: #E7EEF5;
    border: 1px solid #3B76B0;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Mulish';
    margin: auto;
    text-align: center;
    padding: 6px 14px;
}
.umrah-tabs-card .card-gvisa {
    width: 600px;
    padding: 0px 20px 20px 20px;
}
.umrah-gvisa .tab-content-gvisa p {
    margin-top: 23px;
}


.polioNotifi { background-color: #E7EEF5;display: flex;position: relative;padding: 13px;border-radius: 5px; }
.polioNotifi img { width: 17px; height: 17px; margin-top: 2px;}
.polioNotifi p { padding: 0; margin: 0 !important; font: normal 400 12px/20px 'Mulish'; color: #0A549C; }

.gvisa-form--fields.visa-phone.phone input#visa_contact_numbervi {
    padding: 12px 12px 12px 70px;
}
.gvisa-form--fields.visa-phone.phone span {
    position: absolute;
    left: 10px;
    top: inherit;
    bottom: 11px;
    color: #a5a1a1;
    font-size: 15px;
}
.gvisa-form--fields input#visa_name::placeholder {
    color: #c7c6c6;
    font-family: 'Mulish';
}
.gvisa-form--fields input#email::placeholder {
    color: #c7c6c6;
    font-family: 'Mulish';
}
.gvisa-form--fields input#visa_contact_numbervi::placeholder {
    color: #c7c6c6;
    font-family: 'Mulish';
}

input#submitgVisa.disabled-btn {
    background-color: #ccc !important;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}
.gvisa-form--fields.visa-phone.phone span.active{
    color: #000000;
}
@media only screen and (min-width: 901px) and (max-width: 1200px){
#contact-form__visa {
    width: 50%;
}
}

@media only screen and (min-width: 600px) and (max-width: 900px){
  

#contact-form__visa {
    width: 70%;
    top: 40% !important; 
}
.umrah-tabs-card .card-gvisa {
    width: 600px;
    padding: 0px 20px 20px 20px;
}
}
@media only screen and (min-width: 300px) and (max-width: 599px){
    
    .card-gvisa {
        width: 500px;
    }
    #contact-form__visa {
        width: 90%;
        top: 35% !important; 
    }
    .visa-whatsappform {
        background: #F4FFF5;
        border: 1px solid #47C758;
        margin: 0px 0px 27px 0px;
        padding: 3px 13px;
        border-radius: 12px;
        color: #005F0D;
        font-size: 10px;
        font-family: 'Mulish';
    }
    }

@media (max-width: 900px) {
    .umrah-gvisa .tab-content-gvisa p {
        margin-top: 8px;
        font-size: 13px;
        line-height: 24px;
    } 
    .polioNotifi img { margin-right: 4px; }
    .umrah-gvisa .tab-content-gvisa .polioNotifi p { font-size: 12px; line-height: 18px; }

    .desktop-poup-visag {
        display: none;
    }
    .mobile-poup-visag{
        display: block;
    }
    div#contact-details-visa-g h3 {
    font-size: 16px;
    font-family: 'Mulish';
    color: #08437D;
    line-height: 24px;
}    .tab-content-gvisa.active {
    display: flex;
    gap: 70px;
    flex-direction: column;
    align-items: center;
}
.card-gvisa {
    width: 100%;
    padding: 20px 20px 0px 20px;
}
.umrah-tabs-card .card-gvisa{
    width: 100%;
    /* padding: 20px 20px 0px 20px; */
}
section.uae-sigle {
    height: 200px;
}
section.umrah-sigle {
    height: 200px;
}
section.baku-sigle {
    height: 200px;
}
.uae-sigle h2 {
    font-family: 'Mulish';
    font-size: 30px;
    color: #fff;
    line-height: 30px;
  
}
.umrah-sigle h2 {
    font-family: 'Mulish';
    font-size: 30px;
    color: #fff;
    line-height: 30px;
   
}
.baku-sigle h2 {
    font-family: 'Mulish';
    font-size: 30px;
    color: #fff;
    line-height: 30px;

}
.visa-platform {
    background: #fff;
    padding: 6px 0px 6px 0px;
    width: 133px;
    margin: auto;
    font-family: 'Mulish';
    font-size: 11px;
    border-radius: 4px;
}
.visa-platform-baku {
    background: #fff;
    padding: 6px 0px 6px 0px;
    width: 190px;
    margin: auto;
    font-family: 'Mulish';
    font-size: 11px;
    border-radius: 4px;
}
.cont-frm-g {
    padding: 5px 15px 0px 15px;
}
/* #contact-form__visa {
    width: 90%;
} */
.uae-sigle-tabs h2 {
    text-align: center;
    font-family: 'Mulish';
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;

}
.uae-sigle-tabs {
    padding: 13px 0;
}
.uae-sigle-tabs p {
    font-size: 12px;
    margin-bottom: 8px;
}
.tab-button-gvisa {
    padding: 8px 12px;
    font-size: 11px;
}
.gvisa-circle span {
    margin: 0;
    font-size: 11px;
    font-weight: 300;
}
.gvisa-circle {
    width: 55px;
    height: 55px;
    font-size: 20px;
    line-height: 16px;
    margin-top: -57px;
}
.tab-content-gvisa {

    padding-top: 40px;
}
.cards-topgvisa p {
    margin: 11px 0px -1px;
    font-size: 12px;
    font-family: 'Mulish';
    line-height: 21px;
    color: #595959;
}
span.e-gvisareq {
    font-family: 'Mulish';
    font-size: 14px;
    margin: 1px 0px 7px 0px;
}
.custom-dashed-line {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #D9D9D9 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 9px 1px;
    margin: auto;
}
.cardsgvisa-lis ul li {
    text-align: left;
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: #595959;
}
.cardsgvisa-lis {
    padding: 8px 10px 0px 10px;
}
.card-footgvisa h3 {
    font-size: 13px;
}
.card-footgvisa h3 {
    font-size: 15px;
}
.cards-gvisacta {
    background-color: #0060C0;
    padding: 8px 20px 10px 20px;
    border: 0;
    font-family: 'Mulish';
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}
.gvisa-form--fields input, .gvisa-form--fields input:focus, .gsvisa-form--fields select {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    font-family: 'Mulish';
    background-color: white;
    height: 45px;
    color: #212529;
}
.gvisa-form--fields {
    margin-bottom: 8px;
}

#submitgVisa {
        padding: 0px 60px 0px 0px;
        font-size: 13px;
        border-radius: 2px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: 'Mulish';
    }
.gvisa_contactForm {
    margin-bottom: 10px;
}
.gvisa-form--fields p {
    margin: 3px 0;
    font-size: 10px;
}
.mobile-poup-visag #contact-details-visa-g h3 {
    text-align: center;
    font-size: 16px;
    font-family: 'Mulish';
    margin-top: 10px;
}
.action-visawhatsapp {
    color: #FF3366;
    text-align: center;
    font-size: 13px;
    font-family: 'Mulish';
    margin: 6px 0 0px 0px;
}
/* .mobile-poup-visag .visa-whatsappform {
    background: #F4FFF5;
    border: 1px solid #47C758;
    margin: 0px 0px 27px 0px;
    padding: 6px 18px;
    border-radius: 12px;
    color: #005F0D;
    font-size: 12px;
    font-family: 'Mulish';
} */
.mobile-poup-visag .visa-whatsappform {
    background: #F4FFF5;
    border: 1px solid #47C758;
    margin: 0px 0px 27px 0px;
    padding: 6px 18px;
    border-radius: 12px;
    color: #005F0D;
    font-size: 12px;
    font-family: 'Mulish';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0px; 
    text-decoration: none; 
    max-width: fit-content; 
}


p.gvisapo-whatsappmobile {
    text-align: center;
    color: #595959;
    font-size: 12px;
}
.mobile-poup-visag {
    margin: auto;
    text-align: center;
}

}

/* visa main page */

#visa-a {
    border-radius: 0 8px 8px 8px;
    padding: 18px 10px 18px 10px;
}
.gvisa-banner-home{
    height: 483px;
    background: url(https://www.sastaticket.pk/wp-content/uploads/2023/02/blue_bg.png) left top repeat;
}
#visa-a a {
    text-decoration: none;
}
.uae-ban-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-image: url(https://www.sastaticket.pk/wp-content/uploads/2024/10/uae-tabs-ban-min.png);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    font-family: 'Reem Kufi';
    border-radius: 8px;
    transition: 0.3s;
}
a.uae-ban-tabs {
    text-decoration: none;
}
.uae-ban-tabs h2 {
    color: #fff;
}
.umrah-ban-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-image: url(https://www.sastaticket.pk/wp-content/uploads/2024/10/umrha-tabs-ban-min.png);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    font-family: 'Reem Kufi';
    border-radius: 8px;
   transition: 0.3s;
    
}
.uae-ban-tabs:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.01);
}
.umrah-ban-tabs:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.01);
}
.baku-ban-tabs:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.01);
}

.umrah-ban-tabs h2{
    color: #fff;
}
.baku-ban-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-image: url(https://www.sastaticket.pk/wp-content/uploads/baku-visa-min.png);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    font-family: 'Reem Kufi';
    border-radius: 8px;
    transition: 0.3s;
}
a.baku-ban-tabs {
    text-decoration: none;
}
.baku-ban-tabs h2 {
    color: #fff;
}
.home-gvisa-tabs {
    padding: 14px 0px 15px 12px;
}
.homeu-gvisa-tabs {
    padding: 14px 0px 14px 0px;
}
.homeb-gvisa-tabs {
    padding: 12px 12px 12px 0px;
}
.visasingle-page-banner{
background-size: cover;
max-height: 700px;
height: 400px;
background-repeat: no-repeat;
background-position: 52% 71%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.banner-heading-abc h2{
    font-family: 'Mulish';
    font-size: 60px;
    color: #fff;
    line-height: 74px;
}
.visaonboard .col-12 {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .gvisa-banner-home {
        height: 676px;
    }
    .gvisa-tabs-section {
        border-radius: 12px 12px 12px 12px;
        max-height: 676px;
    }
    .home-gvisa-tabs {
        padding: 0px 0px 10px 0px;
    }
    .homeu-gvisa-tabs {
        padding: 0px 0px 10px 0px;
    }
    .homeb-gvisa-tabs {
        padding: 0px 0px 10px 0px;
    }
    .uae-ban-tabs {
        height: 180px;
        border-radius: 8px;
}
.umrah-ban-tabs{
    height: 180px;
    border-radius: 8px;
}
.gvisa-banner-home .mob-banner-rv5 {
    margin-top: 25px;
}
#visa-a {
    border-radius: 8px 8px 8px 8px;
    padding: 6px 8px 0px 8px;
}
}
@media only screen and (min-width: 300px) and (max-width: 599px){

}

