/************************************************************/
/**************** Custom Home Banner Changes ****************/
/************************************************************/
.home-banner {
	position: relative;
    background-repeat: no-repeat !important;
    background-position: center 110px !important;
    background-size: auto !important;
}

.home-banner-cta-btns-container-desktop {
    display: flex !important;
}

.home-banner-cta-btns-container-mobile {
    display: none !important;
}

.home-banner .home-banner-cta-btns-container .wpb_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.home-banner .home-banner-cta-btns-container .wpb_wrapper .start-now-button-container.albatrossarmenia-dynamic-button,
.home-banner .home-banner-cta-btns-container .wpb_wrapper .start-now-logged-in-button-container.albatrossarmenia-dynamic-button,
.home-banner .home-banner-cta-btns-container .wpb_wrapper .activate-discount-button-container.albatrossarmenia-dynamic-button,
.home-banner .home-banner-cta-btns-container .wpb_wrapper .promo-button-container.albatrossarmenia-dynamic-button {
    margin-right: 10px;
}

.albatrossarmenia-video-player {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding: 15px;
    margin: auto;
    background: rgba(252, 252, 252, 0.9);
    box-shadow: 0px 13px 15px 0px rgba(131, 131, 131, 0.3), 0px 2.11px 1px 0px #FFFFFF inset, 0px 4px 0px 0px #3596FF;
    backdrop-filter: blur(10px);
    border-radius: 20px;
}

.albatrossarmenia-video-player .video-placeholder {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.11);
}

.albatrossarmenia-video-player .video-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 194px;
    height: 60px;
    background: url('../images/albatross-gray-text.svg') no-repeat center;
    background-size: contain;
    z-index: 2;
}

.albatrossarmenia-video-player .video-placeholder::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 305px;
    height: 205px;
    background: url('../images/video-player-illustration.svg') no-repeat center;
    background-size: contain;
    z-index: 1;
}

.albatrossarmenia-video-player .video-placeholder img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.albatrossarmenia-video-player .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url('../images/home-video-player-play-icon.svg') no-repeat center;
    background-size: contain;
    z-index: 9;
    cursor: pointer;
}

.albatrossarmenia-video-player .video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: none;
}

.albatrossarmenia-video-player .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

@media screen and (min-width: 991px) {
    .home-banner .home-banner-text {
        width: 74%;
    }
}

@media screen and (max-width: 1144px) {
	.home-banner {
		margin-top: -180px !important;
		padding-top: 220px !important;
		padding-bottom: 98px !important;
	}

    .albatrossarmenia-video-player .video-placeholder::after {
        width: 75%;
        height: 75%;
    }
}

@media screen and (max-width: 1100px) {
	.home-banner .home-banner-cta-btns-container {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
	.home-banner {
		margin-top: -100px !important;
		padding-top: 220px !important;
		padding-bottom: 98px !important;
	}

    .home-banner .home-banner-cta-btns-container.home-banner-cta-btns-container-desktop .wpb_wrapper {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

    .home-banner .home-banner-cta-btns-container .wpb_wrapper .promo-button-container.albatrossarmenia-dynamic-button {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.home-banner {
		margin-top: -180px !important;
		padding-top: 220px !important;
		padding-bottom: 98px !important;
	}

    .home-banner h2,
    .home-banner h1 {
        margin-bottom: 15px !important;
    }

    .home-video-player-container {
        margin-top: 30px !important;
    }

    .home-banner-cta-btns-container-desktop {
        display: none !important;
    }
    
    .home-banner-cta-btns-container-mobile {
        display: flex !important;
        margin-top: 56px !important;
    }

    .home-banner .home-banner-cta-btns-container.home-banner-cta-btns-container-mobile .wpb_wrapper {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

/*********************************************************************/
/**************** Custom How it Works Section Changes ****************/
/*********************************************************************/
.how-it-works .how-it-works-desc {
    max-width: 444px;
    width: 100%;
}

.albatrossarmenia-how-it-works-widget.how-it-works-widget-desktop {
    display: block;
}

.albatrossarmenia-how-it-works-widget .how-it-works-widget-inner {
    position: relative;
    width: 100%;
}

.albatrossarmenia-how-it-works-widget .how-it-works-widget-inner {
    max-height: 512px;
    height: 512px;
}

.albatrossarmenia-how-it-works-widget .flags-container {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9;
}

.albatrossarmenia-how-it-works-widget .flags-container .flags-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
    padding: 20px 25px 20px 25px;
    margin: 80px 0 0 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.73);
    border: 1px solid rgba(237, 237, 237, 0.54);
    border-radius: 12px;
    box-shadow: 0px 13px 15px 0px #00000054, 30px 50px 100px 0px #13131326, 0px 1px 0px 0px #FFFFFF inset;
    backdrop-filter: blur(10px);

}

.albatrossarmenia-how-it-works-widget .flags-container .flags-list .flag-list-item {
    width: 16px;
    height: 16px;
    background: initial;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.albatrossarmenia-how-it-works-widget .online-img-container {
    position: absolute;
    top: 124px;
    left: 0;
}

.albatrossarmenia-how-it-works-widget .online-img-container img.online-img-desktop {
    display: block;
}

.albatrossarmenia-how-it-works-widget .online-img-container img.online-img-mobile {
    display: none;
}

.albatrossarmenia-how-it-works-widget .online-img-container img {
    width: 100%;
}

.albatrossarmenia-how-it-works-widget .upload-document-img-container {
    position: absolute;
    top: 235px;
    left: 118px;
    z-index: 9;
}

.albatrossarmenia-how-it-works-widget .upload-document-img-container img {
    width: 100%;
}

.albatrossarmenia-how-it-works-widget .user-id-card-img-container {
    position: absolute;
    top: 365px;
    left: 214px;
}

.albatrossarmenia-how-it-works-widget .user-id-card-img-container img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 17px 29px 0px rgba(6, 80, 165, 0.3), 0px 2px 2px 0px rgba(255, 255, 255, 0.3) inset;
    backdrop-filter: blur(5px);
}

.albatrossarmenia-how-it-works-widget .hiw-step-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-1-container {
    top: 0;
    left: 240px;
    max-width: 230px;
    width: 230px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-2-container {
    top: 136px;
    left: 488px;
}

html[lang="en-US"] .albatrossarmenia-how-it-works-widget .hiw-step-2-container {
    max-width: 190px;
    width: 190px;
}
html[lang="hy-AM"] .albatrossarmenia-how-it-works-widget .hiw-step-2-container {
    max-width: 154px;
    width: 154px;
}
html[lang="ru-RU"] .albatrossarmenia-how-it-works-widget .hiw-step-2-container {
    max-width: 232px;
    width: 232px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-3-container {
    top: 40px;
    right: 0;
    max-width: 310px;
    width: 310px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-4-container {
    top: 164px;
    right: 66px;
    max-width: 246px;
    width: 246px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-5-container {
    top: 288px;
    right: 74px;
    max-width: 238px;
    width: 238px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-6-container {
    bottom: 0;
    right: 0;
    max-width: 324px;
    width: 324px;
    padding: 25px 35px 22px 35px;
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-shadow: 0px 20px 25px 0px rgba(131, 131, 131, 0.2), 0px 4px 0px 0px #3596FF, 0px 2px 2px 0px #FFFFFF inset;
}

.albatrossarmenia-how-it-works-widget .hiw-step-6-container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 92%;
    height: 82%;
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
    box-shadow: 0px 12px 12px 0px rgba(131, 131, 131, 0.15), 0px 2px 2px 0px rgba(255, 255, 255, 0.8) inset;
    backdrop-filter: blur(9px);
    z-index: -9;
}

.albatrossarmenia-how-it-works-widget .hiw-step-7-container {
    bottom: 52px;
    right: 425px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 0;
    max-width: 180px;
    width: 180px;
}

html[lang="hy-AM"] .albatrossarmenia-how-it-works-widget .hiw-step-7-container {
    right: 390px;
    max-width: 220px;
    width: 220px;
}

html[lang="ru-RU"] .albatrossarmenia-how-it-works-widget .hiw-step-7-container {
    right: 400px;
    max-width: 210px;
    width: 210px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-container::before,
.albatrossarmenia-how-it-works-widget .hiw-step-6-container::after {
    content: '';
    position: absolute;
    background-size: contain !important;
}

.albatrossarmenia-how-it-works-widget .hiw-step-1-container::before {
    bottom: -70px;
    right: 2px;
    width: 76px;
    height: 60px;
    background: url('../images/how-it-works/step-1-2-line.svg') no-repeat center;
}

.albatrossarmenia-how-it-works-widget .hiw-step-2-container::before {
    top: -75px;
    right: -130px;
    width: 226px;
    height: 52px;
    background: url('../images/how-it-works/step-2-3-line.svg') no-repeat center;
}

html[lang="hy-AM"] .albatrossarmenia-how-it-works-widget .hiw-step-2-container::before {
    top: -58px;
    right: -160px;
}

html[lang="ru-RU"] .albatrossarmenia-how-it-works-widget .hiw-step-2-container::before {
    top: -65px;
    right: -80px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-3-container::before,
.albatrossarmenia-how-it-works-widget .hiw-step-4-container::before {
    bottom: -66px;
    left: 18px;
    width: 7px;
    height: 52px;
    background: url('../images/how-it-works/step-3-4-5-line.svg') no-repeat center;
}

.albatrossarmenia-how-it-works-widget .hiw-step-5-container::before {
    bottom: -66px;
    left: 12px;
    width: 111px;
    height: 46px;
    background: url('../images/how-it-works/step-5-6-line.svg') no-repeat center;
}

html[lang="hy-AM"] .albatrossarmenia-how-it-works-widget .hiw-step-5-container::before,
html[lang="ru-RU"] .albatrossarmenia-how-it-works-widget .hiw-step-5-container::before {
    bottom: -48px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-6-container::after {
    top: -36px;
    left: -226px;
    width: 210px;
    height: 90px;
    background: url('../images/how-it-works/step-6-7-line.svg') no-repeat center;
}

html[lang="hy-AM"] .albatrossarmenia-how-it-works-widget .hiw-step-6-container::after,
html[lang="ru-RU"] .albatrossarmenia-how-it-works-widget .hiw-step-6-container::after {
    top: -22px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-container .hiw-step-icon-container {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-1-container .hiw-step-icon-container,
.albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-2-container .hiw-step-icon-container,
.albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-3-container .hiw-step-icon-container,
.albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-4-container .hiw-step-icon-container,
.albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-5-container .hiw-step-icon-container,
.albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-6-container .hiw-step-icon-container,
.albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-7-container .hiw-step-icon-container {
    flex: 1 0 44px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-container .hiw-step-icon-container.bg-blue {
    background: #0076F6;
    box-shadow: 0px 3px 0px 0px #94C7FF, 0px 5px 12px 0px rgba(39, 140, 249, 0.5);
}

.albatrossarmenia-how-it-works-widget .hiw-step-container .hiw-step-icon-container.bg-white {
    background: #FFFFFF;
    box-shadow: 0px 3px 0px 0px #2C91FF, 0px 5px 12px 0px rgba(39, 140, 249, 0.3);
}

.albatrossarmenia-how-it-works-widget .hiw-step-container .hiw-step-icon-container.bg-custom {
    background: linear-gradient(90deg, #0076F6 0%, #319DF2 100%);
    box-shadow: 0px 2px 13px 0px rgba(39, 140, 249, 0.75), 0px -1px 0.6px 0px rgba(255, 255, 255, 0.3) inset;
}

.albatrossarmenia-how-it-works-widget .hiw-step-2-container .hiw-step-icon-container {
    display: none;
}

.albatrossarmenia-how-it-works-widget .hiw-step-2-container .hiw-step-info-container {
    margin-left: 20px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-1-container .hiw-step-info-container {
    flex: 1 0 176px;
}
.albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-3-container .hiw-step-info-container {
    flex: 1 0 246px;
}
.albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-4-container .hiw-step-info-container {
    flex: 1 0 182px;
}
.albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-5-container .hiw-step-info-container {
    flex: 1 0 174px;
}

.albatrossarmenia-how-it-works-widget .hiw-step-container .hiw-step-info-container h3 {
    padding: 0;
    margin-bottom: 2px;
    font-size: 16px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 200 !important;
    color: #000 !important;
    line-height: 20px !important;
}

.albatrossarmenia-how-it-works-widget .hiw-step-container .hiw-step-info-container p {
    position: relative;
    margin-bottom: 0;
    font-size: 12px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #C1C1C1 !important;
    line-height: 16px !important;
}

.albatrossarmenia-how-it-works-widget .hiw-step-container .hiw-step-info-container p a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 18px;
    color: #006ADC;
}

.albatrossarmenia-how-it-works-widget .hiw-step-container:not(.user-logged-in) .hiw-step-info-container p a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: url('../images/how-it-works/arrow-right.svg') no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .albatrossarmenia-how-it-works-widget .how-it-works-widget-inner {
        max-width: 352px;
        width: 100%;
        max-height: 894px;
        height: 894px;
    }

    .albatrossarmenia-how-it-works-widget .flags-container {
        position: absolute;
        top: 96px;
        left: initial;
        right: 0;
        z-index: 9;
    }

    .albatrossarmenia-how-it-works-widget .flags-container .flags-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 8px;
        max-width: 218px;
        width: 100%;
        padding: 25px;
        margin: 0;
    }

    .albatrossarmenia-how-it-works-widget .flags-container .flags-list .flag-list-item {
        width: 16px;
        height: 16px;
    }

    .albatrossarmenia-how-it-works-widget .online-img-container img.online-img-desktop {
        display: none;
    }
    
    .albatrossarmenia-how-it-works-widget .online-img-container img.online-img-mobile {
        display: block;
    }

    .albatrossarmenia-how-it-works-widget .online-img-container {
        top: 0;
        left: 0;
    }

    .albatrossarmenia-how-it-works-widget .upload-document-img-container {
        top: initial;
        bottom: 410px;
        left: initial;
        right: 16px;
    }

    .albatrossarmenia-how-it-works-widget .upload-document-img-container img {
        width: 70px;
        height: 94px;
    }

    .albatrossarmenia-how-it-works-widget .user-id-card-img-container {
        top: initial;
        bottom: 0;
        left: initial;
        right: 0;
    }

    .albatrossarmenia-how-it-works-widget .user-id-card-img-container img {
        width: 188px;
        height: 104px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-1-container {
        top: 202px;
        left: 0;
        max-width: 300px;
        width: 100%;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-1-container .hiw-step-info-container {
        flex: 1 0 236px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-2-container {
        top: 268px;
        left: 0;
        max-width: 300px !important;
        width: 100% !important;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-2-container::before {
        content: '';
        display: none;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-2-container .hiw-step-icon-container {
        display: flex;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-2-container .hiw-step-info-container {
        flex: 1 0 236px;
        margin-left: 0;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-3-container {
        top: 334px;
        left: 0;
        right: initial;
        max-width: 300px !important;
        width: 100% !important;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-3-container .hiw-step-info-container {
        flex: 1 0 236px;
    }
    
    .albatrossarmenia-how-it-works-widget .hiw-step-4-container {
        top: 402px;
        left: 0;
        right: initial;
        max-width: 300px !important;
        width: 100% !important;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-4-container .hiw-step-info-container {
        flex: 1 0 236px;
    }
    
    .albatrossarmenia-how-it-works-widget .hiw-step-5-container {
        top: 472px;
        left: 0;
        right: initial;
        max-width: 300px !important;
        width: 100% !important;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-5-container .hiw-step-info-container {
        flex: 1 0 236px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-6-container {
        bottom: 210px;
        right: 0;
        max-width: 324px !important;
        width: 100% !important;
    }

    html[lang="hy-AM"] .albatrossarmenia-how-it-works-widget .hiw-step-6-container::after,
    html[lang="ru-RU"] .albatrossarmenia-how-it-works-widget .hiw-step-6-container::after {
        top: initial;
        bottom: -50px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-container.hiw-step-6-container .hiw-step-info-container {
        flex: 1 0 200px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-7-container {
        bottom: 92px;
        left: 0;
        right: initial;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0 10px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-1-container::before {
        top: -80px;
        bottom: initial;
        left: 18px;
        right: initial;
        width: 80px;
        height: 70px;
        background: url('../images/how-it-works/step-mobile-0-1-line.svg') no-repeat center;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-3-container::before,
    .albatrossarmenia-how-it-works-widget .hiw-step-4-container::before {
        content: '';
        display: none;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-5-container::before {
        bottom: -56px;
        left: 22px;
        width: 150px;
        height: 32px;
        background: url('../images/how-it-works/step-mobile-5-6-line.svg') no-repeat center;
    }

    html[lang="hy-AM"] .albatrossarmenia-how-it-works-widget .hiw-step-5-container::before,
    html[lang="ru-RU"] .albatrossarmenia-how-it-works-widget .hiw-step-5-container::before {
        bottom: -38px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-5-container::after {
        content: '';
        position: absolute;
        bottom: -56px;
        right: -60px;
        right: 0;
        width: 121px;
        height: 57px;
        background: url('../images/how-it-works/step-mobile-5-6-second-line.svg') no-repeat center;
        background-size: contain !important;
    }

    html[lang="hy-AM"] .albatrossarmenia-how-it-works-widget .hiw-step-5-container::after,
    html[lang="ru-RU"] .albatrossarmenia-how-it-works-widget .hiw-step-5-container::after {
        bottom: -38px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-6-container::after {
        top: initial;
        bottom: -60px;
        left: -8px;
        width: 154px;
        height: 35px;
        background: url('../images/how-it-works/step-mobile-6-7-line.svg') no-repeat center;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-7-container::before {
        bottom: -56px;
        left: 10px;
        width: 125px;
        height: 45px;
        background: url('../images/how-it-works/step-mobile-7-line.svg') no-repeat center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1115px) {
    .albatrossarmenia-how-it-works-widget .how-it-works-widget-inner {
        max-width: 768px;
        width: 100%;
        max-height: 512px;
        height: 512px;
        margin: 0 auto;
    }

    .albatrossarmenia-how-it-works-widget .flags-container {
        top: 50px;
    }

    .albatrossarmenia-how-it-works-widget .flags-container .flags-list {
        gap: 0 4px;
        padding: 15px 15px 10px 15px;
    }

    .albatrossarmenia-how-it-works-widget .flags-container .flags-list .flag-list-item {
        width: 16px;
        height: 16px;
    }

    .albatrossarmenia-how-it-works-widget .online-img-container {
        width: 55%;
    }

    .albatrossarmenia-how-it-works-widget .upload-document-img-container {
        top: 132px;
        left: 30px;
    }

    .albatrossarmenia-how-it-works-widget .upload-document-img-container img {
        width: 75%;
    }

    .albatrossarmenia-how-it-works-widget .user-id-card-img-container {
        top: 265px;
        left: 90px;
    }

    .albatrossarmenia-how-it-works-widget .user-id-card-img-container img {
        width: 62%;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-container {
        gap: 0 6px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-container .hiw-step-info-container h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-1-container {
        left: 150px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-2-container {
        top: 122px;
        left: 260px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-4-container {
        right: 66px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-5-container {
        right: 72px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-6-container {
        bottom: 20px;
        padding: 10px 20px 8px 20px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-7-container {
        bottom: 48px;
        right: 355px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-1-container::before {
        right: 80px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-2-container::before {
        top: -60px;
        right: 5px;
        width: 176px;
        height: 56px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-4-container::before {
        left: 18px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-5-container::before {
        bottom: -76px;
        left: 16px;
        width: 131px;
        height: 56px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-6-container::after {
        top: -26px;
        left: -182px;
        width: 150px;
        height: 65px;
    }

    .albatrossarmenia-how-it-works-widget .hiw-step-2-container .hiw-step-info-container {
        margin-left: 0;
    }
}

/*********************************************************************/
/**************** Custom How it Works Section Changes ****************/
/*********************************************************************/
.countries .countries-desc p {
    margin-bottom: 0;
}

.countries .countries-desc p a {
    color: #0076F6;
}

/*
.albatrossarmenia-custom-countries-products-widget {
    display: none;
}
*/

.albatrossarmenia-custom-countries-products-widget {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 20px;
    min-height: 675px;
}

.albatrossarmenia-custom-countries-products-widget .countries-left {
    position: relative;
    flex: 1 0 20%;
}

.albatrossarmenia-custom-countries-products-widget .countries-right {
    flex: 1 0 80%;
}

.albatrossarmenia-custom-countries-products-widget .countries-left h3 {
    position: relative;
    padding: 12px 46px;
    margin: 0;
    font-size: 16px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 400;
    color: #006ADC;
    line-height: 20px;
    border: 1px solid #006ADC;
    border-radius: 12px;
    box-shadow: 0px 15px 20px 0px rgba(131, 131, 131, 0.15);
}

.albatrossarmenia-custom-countries-products-widget .countries-left h3::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 24px;
    width: 18px;
    height: 18px;
    background: url('../images/compass-icon.svg') no-repeat center;
    background-size: contain;
}

.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
}

.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li {
    position: relative;
    padding: 0 18px 0 46px;
    margin-bottom: 15px;
    font-size: 16px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 200 !important;
    color: #000 !important;
    line-height: 20px !important;
    cursor: pointer;
}

/* .albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li:last-child {
    margin-bottom: 0;
} */

.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.active {
    padding: 20px 26px 20px 55px;
    font-size: 22px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 500 !important;
    color: #0076F6 !important;
    line-height: 28px !important;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 102.02%);
    border-left: 3px solid #0076F6;
}

.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 20px;
    width: 16px;
    height: 16px;
    background-size: contain !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.active::before {
    top: 22px;
    width: 22px;
    height: 22px;
}

.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-france,
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-france {
    order: 2;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-italy {
    order: 3;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-spain {
    order: 4;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-portugal {
    order: 5;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-the-schengen-multivisa {
    order: 6;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-dominica {
    order: 7;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-saint-lucia {
    order: 8;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-saint-kitts-and-nevis {
    order: 9;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-grenada {
    order: 10;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-vanuatu {
    order: 11;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-antigua-and-barbuda {
    order: 12;
    margin-bottom: 0;
}

.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-armenia::before {
    background: url('../images/flags/flag-armenia.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-france::before {
    background: url('../images/flags/flag-france.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-italy::before {
    background: url('../images/flags/flag-italy.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-spain::before {
    background: url('../images/flags/flag-spain.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-portugal::before {
    background: url('../images/flags/flag-portugal.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-the-schengen-multivisa::before {
    background: url('../images/flags/flag-the-schengen-multivisa.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-cuba::before {
    background: url('../images/flags/flag-cuba.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-jamaica::before {
    background: url('../images/flags/flag-jamaica.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-dominican-republic::before {
    background: url('../images/flags/flag-dominican-republic.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-dominica::before {
    background: url('../images/flags/flag-dominica.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-saint-lucia::before {
    background: url('../images/flags/flag-saint-lucia.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-saint-kitts-and-nevis::before {
    background: url('../images/flags/flag-saint-kitts-and-nevis.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-grenada::before {
    background: url('../images/flags/flag-grenada.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-vanuatu::before {
    background: url('../images/flags/flag-vanuatu.svg') no-repeat center;
}
.albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.country-antigua-and-barbuda::before {
    background: url('../images/flags/flag-antigua-and-barbuda.svg') no-repeat center;
}

.albatrossarmenia-custom-countries-products-widget .countries-info-box {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    padding: 24px 25px;
    border: 1px solid #147EF2;
    border-radius: 12px;
}

.albatrossarmenia-custom-countries-products-widget .countries-info-box.countries-info-box-desktop {
    display: block;
}

.albatrossarmenia-custom-countries-products-widget .countries-info-box.countries-info-box-mobile {
    display: none;
}

.albatrossarmenia-custom-countries-products-widget .countries-info-box h4.info-box-title {
    padding: 0;
    margin: 0 0 12px 0;
    font-size: 22px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 500 !important;
    color: #0076F6 !important;
    line-height: 28px !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-info-box h4.info-box-subtitle {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 0 4px 0;
    font-size: 18px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #0076F6 !important;
    line-height: 22px !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-info-box h4.info-box-subtitle::before {
    content: '';
    position: absolute;
    top: 2px;
    right: -16px;
    width: 20px;
    height: 20px;
    background: url('../images/arrow-right.svg') no-repeat center;
    background-size: contain;
}

.albatrossarmenia-custom-countries-products-widget .countries-info-box h4.info-box-subtitle a {
    color: #0076F6 !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-info-box p {
    padding: 0;
    margin: 0;
    font-size: 12px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #0076F6 !important;
    line-height: 16px !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-info-box p a {
    text-decoration: underline;
}

.albatrossarmenia-custom-countries-products-widget .countries-left-cta {
    position: absolute;
    bottom: -120px;
    left: 0px;
    width: 100%;
}

.albatrossarmenia-custom-countries-products-widget .countries-left-cta a {
    width: 100%;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .no-products-container p,
.albatrossarmenia-custom-countries-products-widget .countries-right .no-products {
    padding: 14px 0 0 0;
    margin: 0;
    font-size: 16px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #131313 !important;
    line-height: 20px !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .countries-products-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 6px;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item {
    position: relative;
    flex: 0 0 33%;
    padding: 25px;
    padding: 25px 0;
    background: #FCFCFC;
    border-right: 3px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    border-radius: 20px;
    box-shadow: 0px 8px 8.9px 0px rgba(131, 131, 131, 0.27), 0px 4px 0px 0px #1384FF, 0px 4px 1px 0px rgba(255, 255, 255, 0.81) inset;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item h3 {
    width: 90%;
    padding: 0 25px;
    margin: 0 0 20px 0;
    font-size: 22px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 500 !important;
    color: #131313 !important;
    line-height: 28px !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-short-desc {
    padding: 0 25px;
    margin: 0 0 22px 0;
    font-size: 16px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #0076F6 !important;
    line-height: 20px !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-info-list {
    padding: 0 25px 0 45px;
    margin: 0 0 36px 0;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-info-list li {
    margin: 0 0 8px 0;
    font-size: 16px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 200 !important;
    color: #111 !important;
    line-height: 20px !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-info-list li:last-child {
    margin: 0;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .important-note {
    position: relative;
    padding: 0 25px 0 55px;
    margin: 0 0 42px 0;
    font-size: 12px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #131313 !important;
    line-height: 16px !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .important-note::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 28px;
    width: 18px;
    height: 20px;
    background: url('../images/product-info-icon.svg') no-repeat center;
    background-size: contain;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-price-info-container {
    position: relative;
    padding: 18px 10px 18px 45px;
    margin: 0 0 20px 0;
    background: linear-gradient(270deg, #E8F3FF -2.02%, #FFFFFF 100%);
    border: 1px solid #F1F1F1;
    border-radius: 0;
    box-shadow: 0px 1px 1px 0px #AFAFAFB2 inset;
    box-shadow: none;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-price-info-container::before {
    content: '';
    position: absolute;
    top: 26px;
    left: 15px;
    width: 18px;
    height: 18px;
    background: url('../images/product-price-tag-icon.svg') no-repeat center;
    background-size: contain;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-price-info-container .product-price-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-price-info-container .product-price-container .price {
    padding: 0;
    margin: 0;
    font-size: 22px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 700 !important;
    color: #0076F6 !important;
    line-height: 20px !important;
}

/*
.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-price-info-container .product-price-container .price .woocommerce-Price-currencySymbol,
.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-price-info-container .product-price-container .price .currency-symbol {
    font-size: 14px !important;
    line-height: 14px !important;
}
*/

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-price-info-container .product-price-container .price.regular-price {
    font-size: 14px !important;
    text-decoration: line-through;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-price-info-container .product-price-container .price.sale-price {
    font-size: 22px !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-price-info-container .product-service-duration-container .process-time,
.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-price-info-container .coupon-expiration-message-container p {
    padding: 0;
    margin: 0;
    font-size: 12px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #0076F6 !important;
    line-height: 16px !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-btns-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-cta-btn-container,
.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .start-now-button-container {
    text-align: center;
    padding: 0 25px;
    padding: 0;
}

/*
.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-cta-btn-container .product-cta-button {
    text-align: center;
    width: 100%;
}
*/

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-cta-btn-container .product-cta-button {
    position: relative;
    padding: 0 !important;
    border: none !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-cta-btn-container .product-cta-buy-button {
    padding: 12px 24px !important;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-cta-btn-container .product-cta-button::after {
    content: '';
    position: absolute;
    top: 2px;
    right: -24px;
    width: 20px;
    height: 20px;
    background: url('../images/arrow-right.svg') no-repeat center;
    background-size: contain;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-cta-btn-container.albatross-primary-btn .product-cta-button::after {
    content: '';
    display: none;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .start-now-button-container,
.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-cta-btn-container {
    width: 100%;
    text-align: center;
}

.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .start-now-button-container a,
.albatrossarmenia-custom-countries-products-widget .countries-right .product-item .product-cta-btn-container .product-cta-buy-button {
    width: 80%;
}

@media screen and (max-width: 991px) {
    .albatrossarmenia-custom-countries-products-widget {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 50px 0;
    }

    .albatrossarmenia-custom-countries-products-widget .countries-left {
        flex: initial;
        width: 100%;
    }

    .albatrossarmenia-custom-countries-products-widget .countries-left .countries-list {
        margin: 32px 0 0 0;
    }

    .albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.active {
        padding: 18px 26px 18px 55px;
    }

    .albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li::before {
        left: 20px;
    }
    
    .albatrossarmenia-custom-countries-products-widget .countries-left .countries-list li.active::before {
        left: 20px;
    }

    .albatrossarmenia-custom-countries-products-widget .countries-right {
        flex: initial;
        width: 100%;
    }
    
    .albatrossarmenia-custom-countries-products-widget .countries-info-box.countries-info-box-desktop {
        display: none;
    }
    
    .albatrossarmenia-custom-countries-products-widget .countries-info-box.countries-info-box-mobile {
        display: block;
        position: initial;
        margin-top: 50px;
    }

    .albatrossarmenia-custom-countries-products-widget .countries-right .countries-products-container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 50px 0;
    }

    .albatrossarmenia-custom-countries-products-widget .countries-right .countries-products-container .product-item {
        flex: initial;
        width: 100%;
    }
}


/*****************************************************************/
/**************** Custom About Us Section Changes ****************/
/*****************************************************************/
.about-us {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
}

.albatrossarmenia-homepage-about-section-info h2 {
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 36px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 40px !important;
}

.albatrossarmenia-homepage-about-section-info p {
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 16px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 200 !important;
    color: #fff !important;
    line-height: 20px !important;
}

.albatrossarmenia-homepage-about-section-info .about-section-address-title {
    padding: 0;
    margin: 0;
    font-size: 12px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 16px !important;
}

.albatrossarmenia-homepage-about-section-info .about-section-address {
    padding: 0;
    margin: 0;
    font-size: 12px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 200 !important;
    color: #fff !important;
    line-height: 14px !important;
}

.albatrossarmenia-homepage-about-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px 0;
    padding: 20px 25px 25px 25px;
    background: linear-gradient(270deg, #FFFFFF 0%, #F5F5F5 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: 0px 20px 20px 0px rgba(39, 140, 249, 0.85), 0px 4px 0px 0px #94C7FF, 0px 4px 1px 0px rgba(255, 255, 255, 0.8) inset;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-logo {
    width: 100%;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-logo img {
    max-width: 136px;
    width: 100%;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
    width: 100%;
    padding: 15px 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.albatrossarmenia-homepage-about-card .homepage-about-card-content .homepage-about-card-content-quote h2 {
    text-align: center !important;
    max-width: 330px !important;
    width: 100% !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 200 !important;
    color: #131313 !important;
    line-height: 20px !important;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-content .homepage-about-card-content-person-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-content .homepage-about-card-content-person-details .homepage-about-card-content-person-image img {
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.albatrossarmenia-homepage-about-card .homepage-about-card-content .homepage-about-card-content-person-details .homepage-about-card-content-person-info h3 {
    margin: 0 !important;
    font-size: 12px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #131313 !important;
    line-height: 16px !important;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-content .homepage-about-card-content-person-details .homepage-about-card-content-person-info p {
    margin: 0 !important;
    font-size: 12px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 200 !important;
    color: #131313 !important;
    line-height: 16px !important;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-social-networks {
    width: 100%;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-social-networks h3 {
    margin: 0 0 2px 0 !important;
    font-size: 12px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 200 !important;
    color: #131313 !important;
    line-height: 16px !important;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-social-networks .social-networks-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-social-networks .social-networks-list .social-networks-list-item a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-social-networks .social-networks-list .social-networks-list-item a img {
    width: 14px;
    height: 14px;
}

.albatrossarmenia-homepage-about-card .homepage-about-card-social-networks .social-networks-list .social-networks-list-item a span {
    font-size: 16px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #131313 !important;
    line-height: 20px !important;
}

@media screen and (max-width: 768px) {
    .about-us {
		background-image: url('/wp-content/uploads/2025/01/about-bg-image-mobile.png') !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: top center !important;
    }

    .albatrossarmenia-homepage-about-card {
        margin-top: 50px;
    }
    
    .albatrossarmenia-homepage-about-card .homepage-about-card-content .homepage-about-card-content-quote h2 {
        max-width: 100% !important;
    }

    .albatrossarmenia-homepage-about-card .homepage-about-card-social-networks h3 {
        text-align: center;
    }

    .albatrossarmenia-homepage-about-card .homepage-about-card-social-networks .social-networks-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
    }
}

/************************************************************/
/**************** Custom FAQ Section Changes ****************/
/************************************************************/
.faq .faq-desc {
    max-width: 363px !important;
    width: 100% !important;
}

.albatrossarmenia-faq-widget {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 20px;
    min-height: 500px;
}

.albatrossarmenia-faq-widget .faq-left {
    position: relative;
    flex: 1 0 25%;
}

.albatrossarmenia-faq-widget .faq-right {
    flex: 1 0 75%;
}

.albatrossarmenia-faq-widget .faq-left h3 {
    position: relative;
    padding: 12px 46px;
    margin: 0;
    font-size: 16px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 400;
    color: #006ADC;
    line-height: 20px;
    border: 1px solid #006ADC;
    border-radius: 12px;
    box-shadow: 0px 15px 20px 0px rgba(131, 131, 131, 0.15);
}

.albatrossarmenia-faq-widget .faq-left h3::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 24px;
    width: 18px;
    height: 18px;
    background: url('../images/compass-icon.svg') no-repeat center;
    background-size: contain;
}

.albatrossarmenia-faq-widget .faq-left .faq-categories {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
}

.albatrossarmenia-faq-widget .faq-left .faq-categories li {
    position: relative;
    padding: 0 18px 0 46px;
    margin-bottom: 15px;
    font-size: 16px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 200 !important;
    color: #000 !important;
    line-height: 20px !important;
    cursor: pointer;
}

/* 
.albatrossarmenia-faq-widget .faq-left .faq-categories li:last-child {
    margin-bottom: 0;
}
*/

.albatrossarmenia-faq-widget .faq-left .faq-categories li.active {
    padding: 20px 26px 20px 55px;
    font-size: 22px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 500 !important;
    color: #0076F6 !important;
    line-height: 28px !important;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 102.02%);
    border-left: 3px solid #0076F6;
}

.albatrossarmenia-faq-widget .faq-left .faq-categories li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 20px;
    width: 16px;
    height: 16px;
    background-size: contain !important;
}

.albatrossarmenia-faq-widget .faq-left .faq-categories li.active::before {
    top: 22px;
    width: 22px;
    height: 22px;
}

.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-france {
    order: 2;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-italy {
    order: 3;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-spain {
    order: 4;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-portugal {
    order: 5;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-the-schengen-multivisa {
    order: 6;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-dominica {
    order: 7;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-saint-lucia {
    order: 8;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-saint-kitts-and-nevis {
    order: 9;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-grenada {
    order: 10;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-vanuatu {
    order: 11;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-antigua-and-barbuda {
    order: 12;
    margin-bottom: 0;
}

.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-armenia::before {
    background: url('../images/flags/flag-armenia.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-france::before {
    background: url('../images/flags/flag-france.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-italy::before {
    background: url('../images/flags/flag-italy.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-spain::before {
    background: url('../images/flags/flag-spain.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-portugal::before {
    background: url('../images/flags/flag-portugal.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-the-schengen-multivisa::before {
    background: url('../images/flags/flag-the-schengen-multivisa.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-cuba::before {
    background: url('../images/flags/flag-cuba.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-jamaica::before {
    background: url('../images/flags/flag-jamaica.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-dominican-republic::before {
    background: url('../images/flags/flag-dominican-republic.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-dominica::before {
    background: url('../images/flags/flag-dominica.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-saint-lucia::before {
    background: url('../images/flags/flag-saint-lucia.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-saint-kitts-and-nevis::before {
    background: url('../images/flags/flag-saint-kitts-and-nevis.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-grenada::before {
    background: url('../images/flags/flag-grenada.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-vanuatu::before {
    background: url('../images/flags/flag-vanuatu.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-antigua-and-barbuda::before {
    background: url('../images/flags/flag-antigua-and-barbuda.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-cuba::before {
    background: url('../images/flags/flag-cuba.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-jamaica::before {
    background: url('../images/flags/flag-jamaica.svg') no-repeat center;
}
.albatrossarmenia-faq-widget .faq-left .faq-categories li.country-dominican-republic::before {
    background: url('../images/flags/flag-dominican-republic.svg') no-repeat center;
}

.albatrossarmenia-faq-widget .faq-info-box {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    padding: 22px 25px 24px 25px;
    border: 1px solid #147EF2;
    border-radius: 12px;
}

.albatrossarmenia-faq-widget .faq-info-box.faq-info-box-desktop {
    display: block;
}

.albatrossarmenia-faq-widget .faq-info-box.faq-info-box-mobile {
    display: none;
}

.albatrossarmenia-faq-widget .faq-info-box h4 {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 16px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #0076F6 !important;
    line-height: 20px !important;
}

.albatrossarmenia-faq-widget .faq-info-box p {
    padding: 0;
    margin: 0;
    font-size: 12px !important;
    font-family: 'Geologica', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #0076F6 !important;
    line-height: 16px !important;
}

.albatrossarmenia-faq-widget .faq-info-box p a {
    text-decoration: underline;
}

.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item {
    padding: 15px 25px;
    margin-bottom: 6px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 102.02%);
    border-left: 3px solid rgba(19, 19, 19, 0.5);
    cursor: pointer;
}

.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item.hidden {
    display: none;
}

.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item.active {
    border-left: 3px solid #0076F6;
}

.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-title {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 400;
    color: #131313;
    line-height: 22px;
}

.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content {
    display: block;
    margin-top: 10px;
}

.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content.hidden {
    display: none;
}

.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content h2,
.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content h3,
.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content h4,
.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content h5,
.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content h6 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 400;
    color: #131313;
    line-height: 20px;
}

.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content p {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 200;
    color: #131313;
    line-height: 20px;
}

.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content ul,
.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content ol {
    padding: 0 0 0 25px !important;
}

.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content ul li,
.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content ol li {
    padding: 0;
    margin: 0 0 8px 0;
    font-size: 16px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 200;
    color: #131313;
    line-height: 20px;
}

.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content ul li:last-child,
.albatrossarmenia-faq-widget .faq-right .faq-category-content .faq-item .faq-content ol li:last-child {
    margin-bottom: 0;
}

.albatrossarmenia-faq-widget .faq-right .faq-toggle {
    position: relative;
    padding: 15px 25px 15px 50px;
    margin: 0;
    font-size: 18px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 400;
    color: #0076F6;
    line-height: 22px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 102.02%);
    border-left: 3px solid #0076F6;
    cursor: pointer;
}

.albatrossarmenia-faq-widget .faq-right .faq-toggle::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 25px;
    width: 20px;
    height: 20px;
    background: url('../images/toggle-arrow.svg') no-repeat center;
    background-size: contain;
}

.albatrossarmenia-faq-widget .faq-right .faq-toggle.btn-toggled::before {
    transform: rotate(180deg);
}

.under-faq-btns-container {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .albatrossarmenia-faq-widget {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 50px 0;
    }

    .albatrossarmenia-faq-widget .faq-left {
        flex: initial;
        width: 100%;
    }

    .albatrossarmenia-faq-widget .faq-left .faq-categories {
        margin: 32px 0 0 0;
    }

    .albatrossarmenia-faq-widget .faq-left .faq-categories li.active {
        padding: 18px 26px 18px 55px;
    }

    .albatrossarmenia-faq-widget .faq-left .faq-categories li::before {
        left: 20px;
    }
    
    .albatrossarmenia-faq-widget .faq-left .faq-categories li.active::before {
        left: 20px;
    }

    .albatrossarmenia-faq-widget .faq-right {
        flex: initial;
        width: 100%;
    }

    .albatrossarmenia-faq-widget .faq-info-box.faq-info-box-desktop {
        display: none;
    }
    
    .albatrossarmenia-faq-widget .faq-info-box.faq-info-box-mobile {
        display: block;
        position: initial;
        margin-top: 50px;
    }

    .faq .albatrossarmenia-dynamic-button a {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/*********************************************************************/
/**************** Custom Testimonials Section Changes ****************/
/*********************************************************************/
.testimonials .testimonials-desc {
    max-width: 363px !important;
    width: 100% !important;
}

.albatrossarmenia-testimonials-slider-container .testimonials-slider-navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 50px;
    margin-bottom: 25px;
}

.albatrossarmenia-testimonials-slider-container .testimonials-slider-navigation .testimonials-slider-arrows {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
}

.albatrossarmenia-testimonials-slider-container .swiper-button-prev,
.albatrossarmenia-testimonials-slider-container .swiper-button-next {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    width: 40px;
    height: 40px;
    margin: initial;
}

.albatrossarmenia-testimonials-slider-container .swiper-button-prev::after,
.albatrossarmenia-testimonials-slider-container .swiper-button-next::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain !important;
}

.albatrossarmenia-testimonials-slider-container .swiper-button-prev::after {
    background: url('../images/circle-gray-arrow-prev.svg') no-repeat center;
}

.albatrossarmenia-testimonials-slider-container .swiper-button-next::after {
    background: url('../images/circle-gray-arrow-next.svg') no-repeat center;
}

.albatrossarmenia-testimonials-slider-container .swiper-pagination {
    position: initial;
    text-align: left;
}

.albatrossarmenia-testimonials-slider-container .swiper-pagination .swiper-pagination-bullet {
    width: 75px;
    height: 2px;
    background: #DADADA;
    border-radius: 0;
    opacity: 1;
}

.albatrossarmenia-testimonials-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #278CF9;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide {
    padding: 25px 30px 25px 25px;
    margin-bottom: 40px;
    background: #FCFCFC;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: 0px 13px 15px 0px rgba(131, 131, 131, 0.3), 0px 4px 0px 0px #1384FF;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    gap: 0 25px;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-video {
    flex: 1 0 35%;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-video video {
    max-height: 414px;
    width: 100%;
    border-radius: 12px;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    flex: 1 0 65%;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-text h3 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 28px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 400;
    color: #131313;
    line-height: 30px;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-text p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 200;
    color: #131313;
    line-height: 16px;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-user-desktop {
    display: flex !important;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-user-mobile {
    display: none !important;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-user {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
    margin-top: auto;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-user img {
    border-radius: 50px;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-user h3 {
    padding: 0;
    margin: 0 0 2px 0;
    font-size: 12px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 16px;
}

.albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-user p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 200;
    color: #000;
    line-height: 16px;
}

@media screen and (max-width: 768px) {
    .albatrossarmenia-testimonials-slider-container .testimonial-slide {
        margin-bottom: 20px;
    }

    .albatrossarmenia-testimonials-slider-container .testimonials-slider-navigation {
        gap: 0 24px;
        margin-bottom: 50px;
    }

    .albatrossarmenia-testimonials-slider-container .swiper-pagination .swiper-pagination-bullet {
        width: 50px;
    }
    
    .albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-user-desktop {
        display: none !important;
    }

    .albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-user-mobile {
        display: flex !important;
    }

    .albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 25px 0;
    }

    .albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-video {
        flex: initial;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 0 10px;
    }

    .albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-video video {
        max-height: 288px;
        flex: 1 0 40%;
    }

    .albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-user {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px 0;
        flex: 1 0 50%;
        margin-top: 0;
    }

    .albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-text {
        flex: initial;
        width: 100%;
    }

    .albatrossarmenia-testimonials-slider-container .testimonial-slide .testimonial-content .testimonial-text h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
    }
}

@media screen and (max-width: 386px) {
    .albatrossarmenia-testimonials-slider-container .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
    }

    .testimonials-cta-container .albatrossarmenia-dynamic-button a {
        display: block;
        width: 100%;
        text-align: center;
    }
}



/*******************************************************************/
/**************** Custom Contact Us Section Changes ****************/
/*******************************************************************/
.contact-us {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
}

.contact-us .porto-wrap-container .row {
	justify-content: space-between !important;
	gap: 0 50px;
	padding: 25px 25px 28px 35px !important;
	margin-top: -58px !important;
	background: #fcfcfc;
	border-radius: 20px;
	box-shadow: 0px 13px 15px 0px rgba(131, 131, 131, 0.3), 0px 4px 0px 0px #1384FF, 30px 50px 100px 0px rgba(19, 19, 19, 0.15);
	backdrop-filter: blur(10px);
}

.contact-us .porto-wrap-container .row .main-contact-form-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px 0;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .contact-form-two-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 6px;
	width: 100%;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .contact-form-one-column {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	width: 100%;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .wpcf7-form-control-wrap {
    flex: 1 0 100%;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .contact-form-two-columns .wpcf7-form-control-wrap {
    flex: 1 0 49%;
    display: block;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .wpcf7-form-control-wrap::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .name-email-column span:first-child::before {
    background: url('../images/contact-form-user-icon.svg') no-repeat center;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .name-email-column span:last-child::before {
    background: url('../images/contact-form-email-icon.svg') no-repeat center;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .subject-column span:last-child::before {
    background: url('../images/contact-form-subject-icon.svg') no-repeat center;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .message-column span::before {
    background: url('../images/contact-form-message-icon.svg') no-repeat center;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .attachment-send-column .form-file-upload-field-container h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('../images/contact-form-attach-icon.svg') no-repeat center;
    background-size: contain;
}

.contact-us .porto-wrap-container .row .main-contact-form-container input:not([type="file"]):not([type="submit"]),
.contact-us .porto-wrap-container .row .main-contact-form-container textarea {
    padding: 12px 15px;
    font-size: 16px;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 400;
    background: #FFFFFF;
    line-height: 20px;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    box-shadow: -1px 2px 3px 0px rgba(175, 175, 175, 0.7) inset;
}

.contact-us .porto-wrap-container .row .main-contact-form-container input::placeholder,
.contact-us .porto-wrap-container .row .main-contact-form-container input::-moz-placeholder,
.contact-us .porto-wrap-container .row .main-contact-form-container textarea::placeholder,
.contact-us .porto-wrap-container .row .main-contact-form-container textarea::-moz-placeholder {
    color: #C8C8C8 !important;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .attachment-send-column {
    margin-top: 6px;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .attachment-send-column .form-file-upload-field-container h3 {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 5px 0;
    font-size: 16px;
    font-family: 'Geologica', arial sans-serif;
    font-weight: 200;
    color: #0076F6;
    line-height: 20px;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .attachment-send-column .form-file-upload-field-container .wpcf7-form-control-wrap::before {
    content: '';
    display: none !important;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .attachment-send-column .form-submit-btn-container {
    position: relative;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .attachment-send-column .form-submit-btn-container input {
    padding: 12px 34px !important;
}

.contact-us .porto-wrap-container .row .main-contact-form-container .attachment-send-column .form-submit-btn-container .wpcf7-spinner {
    top: 14px;
    left: -80px;
}

.contact-us form .wpcf7-response-output {
    margin: 10px 0 0 0 !important;
}

@media screen and (max-width: 767px) {
    .contact-us {
        background-image: url('/wp-content/uploads/2025/01/contact-us-bg-image-mobile.png') !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: top center !important;
    }
    
    .contact-us .porto-wrap-container .row {
        flex-direction: column !important;
        justify-content: initial !important;
        gap: 50px 0;
        padding: 25px !important;
        margin-top: -110px !important;
        backdrop-filter: initial;
    }

    .contact-us .porto-wrap-container .row .main-contact-form-container .name-email-column {
        flex-direction: column;
        gap: 6px 0;
    }

    .contact-us .porto-wrap-container .row .main-contact-form-container .contact-form-two-columns .wpcf7-form-control-wrap {
        flex: initial;
        width: 100%;
    }

    .contact-us .porto-wrap-container .row .main-contact-form-container .attachment-send-column {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px 0;
        width: 100%;
    }

    .contact-us .porto-wrap-container .row .main-contact-form-container .attachment-send-column .form-file-upload-field-container {
        width: 100%;
    }

    .contact-us .porto-wrap-container .row .main-contact-form-container .attachment-send-column .form-submit-btn-container {
        text-align: right;
        width: 100%;
    }
}

/* Custom Home Promo Section Changes */
.home-promo-section .wpb_single_image img {
	text-align: center !important;
	margin: 0 auto !important;
}

.home-promo-section .owl-item.active.center {
	opacity: 1;
}

.home-promo-section .custom-country-flag-icon-container .custom-country-flag-image img {
	border-radius: 20px !important;
}

@media screen and (max-width: 767px) {
	.home-promo-section .porto-wrap-container .row {
		gap: 20px 0;
	}
	
	.home-promo-section h2 {
		text-align: center;
	}
}

/* Custom Homepage Cards Changes */
.what-will-you-get .vc_row {
    align-items: stretch !important;
	gap: 30px 0;
}

.what-will-you-get .vc_row .vc_column_container {
    height: initial;
    flex: initial;
}

.what-will-you-get .vc_row .vc_column_container .wpb_wrapper {
    height: 100%;
}

.what-will-you-get .vc_row .vc_column_container .wpb_wrapper .wpb_text_column {
	margin-bottom: 0 !important;
	height: 100%;
}

.custom-homepage-card {
	height: 100%;
    padding: 15px 20px 30px 20px;
    background: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
}

.custom-homepage-card .card-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.custom-card-list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0 4px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.custom-card-list li {
	width: 10px;
	height: 10px;
	background: #3098e9;
	border-radius: 50px;
}

.custom-card-list.has-1-list-items li {
	opacity: 1;
}

.custom-card-list.has-2-list-items li:first-child {
	opacity: 0.5;
}
.custom-card-list.has-2-list-items li:last-child {
	opacity: 1;
}

.custom-card-list.has-3-list-items li:first-child {
	opacity: 0.33;
}
.custom-card-list.has-3-list-items li:nth-child(2) {
	opacity: 0.66;
}
.custom-card-list.has-3-list-items li:last-child {
	opacity: 1;
}

.custom-card-list.has-4-list-items li:first-child {
	opacity: 0.25;
}
.custom-card-list.has-4-list-items li:nth-child(2) {
	opacity: 0.5;
}
.custom-card-list.has-4-list-items li:nth-child(3) {
	opacity: 0.75;
}
.custom-card-list.has-4-list-items li:last-child {
	opacity: 1;
}

.custom-card-list.has-5-list-items li:first-child {
	opacity: 0.20;
}
.custom-card-list.has-5-list-items li:nth-child(2) {
	opacity: 0.40;
}
.custom-card-list.has-5-list-items li:nth-child(3) {
	opacity: 0.60;
}
.custom-card-list.has-5-list-items li:nth-child(4) {
	opacity: 0.80;
}
.custom-card-list.has-5-list-items li:last-child {
	opacity: 1;
}

.custom-card-list.has-6-list-items li:first-child {
	opacity: 0.16;
}
.custom-card-list.has-6-list-items li:nth-child(2) {
	opacity: 0.32;
}
.custom-card-list.has-6-list-items li:nth-child(3) {
	opacity: 0.48;
}
.custom-card-list.has-6-list-items li:nth-child(4) {
	opacity: 0.64;
}
.custom-card-list.has-6-list-items li:nth-child(5) {
	opacity: 0.80;
}
.custom-card-list.has-6-list-items li:last-child {
	opacity: 1;
}

.custom-homepage-card .card-top img {
	width: 30px;
	height: 30px;
}

.custom-homepage-card .card-bottom {
    text-align: left;
}

.custom-homepage-card .card-bottom h2 {
	width: 50%;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    color: #000b6f;
    line-height: 22px;
	text-transform: uppercase;
}

.custom-homepage-card .card-bottom p {
	width: 95%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 500;
    color: #111;
    line-height: 20px;
}

.custom-card-image-top .vc_single_image-wrapper img,
.custom-card-image-bottom .vc_single_image-wrapper img {
    border-radius: 20px !important;
}

@media screen and (min-width: 1024px) {
	.what-will-you-get {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}
	
	.custom-card-image-top .vc_single_image-wrapper img {
		position: absolute;
		height: 350px;
		top: -180px;
	}

	.custom-card-image-bottom .vc_single_image-wrapper img {
		height: 350px;
		position: absolute;
	}
}

/* Custom How it Works Section Changes */
.how-it-works .porto-content-box .icon-featured.icon-image {
	width: 180px !important;
	height: 125px !important;
	line-height: 180px !important;
	background-color: transparent !important;
	border-color: transparent !important;
}

.how-it-works .porto-content-box .icon-featured.icon-image img {
	margin-top: 0 !important;
}

.how-it-works .porto-content-box .how-it-works-number {
	color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    background: #3098e9;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.how-it-works .home-how-it-works-cta-btn a {
	line-height: 18px !important;
	color: #fff !important;
	background: #000b6f !important;
	border: 2px solid #000b6f !important;
	opacity: 1;
}

.how-it-works .home-how-it-works-cta-btn a:hover {
	opacity: 0.9;
}

@media screen and (max-width: 992px) {
	.how-it-works .vc_row.how-it-works-top:before,
	.how-it-works .vc_row.how-it-works-top:after,
	.how-it-works .vc_row.how-it-works-bottom:before {
		content: '';
		display: none !important;
	}

	.how-it-works .vc_row .vc_column_container {
		top: 0 !important;
	}

	.how-it-works .vc_row .vc_column_container {
		z-index: 9;
	}
	
	.how-it-works-bottom {
		margin-top: 30px !important;
	}

	.how-it-works-bottom .row {
		flex-direction: column-reverse;
	}
}

@media screen and (min-width: 992px) {
	.how-it-works .vc_row.how-it-works-top,
	.how-it-works .vc_row.how-it-works-bottom {
		position: relative;
		z-index: 9;
	}

	.how-it-works .vc_row.how-it-works-top:before {
		content: '';
		display: block !important;
		position: absolute;
		top: -160px;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url('/wp-content/uploads/2024/12/how-it-works-line.svg');
		background-repeat: no-repeat;
		background-position: center 140px;
		background-size: 910px auto;
		z-index: -1;
	}

	.how-it-works .how-it-works-top .row .vc_column_container:first-child {
		top: -40px !important;
	}
	.how-it-works .how-it-works-top .row .vc_column_container:nth-child(2) {
		top: 30px !important;
	}
	.how-it-works .how-it-works-top .row .vc_column_container:nth-child(3) {
		top: -80px !important;
	}
	.how-it-works .how-it-works-top .row .vc_column_container:last-child {
		top: -20px !important;
	}

	.how-it-works .vc_row.how-it-works-top:after {
		content: '';
		display: block !important;
		position: absolute;
		top: 60px;
		right: 40px;
		width: 181px;
		height: 390px;
		border-right: 3px dashed #3098e9;
		border-radius: 50%;
		z-index: -1;
	}

	.how-it-works .vc_row.how-it-works-bottom:before {
		content: '';
		display: block !important;
		position: absolute;
		top: -180px;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(/wp-content/uploads/2024/12/how-it-works-line.svg);
		background-repeat: no-repeat;
		background-position: center 140px;
		background-size: 910px auto;
		z-index: -1;
		transform: rotateY(180deg);
	}

	.how-it-works .how-it-works-bottom .row .vc_column_container:first-child {
		top: -30px !important;
	}
	.how-it-works .how-it-works-bottom .row .vc_column_container:nth-child(2) {
		top: -90px !important;
	}
	.how-it-works .how-it-works-bottom .row .vc_column_container:nth-child(3) {
		top: 0 !important;
	}
	.how-it-works .how-it-works-bottom .row .vc_column_container:last-child {
		top: -60px !important;
	}
	
	.how-it-works-bottom .row {
		flex-direction: row;
	}
}

@media screen and (min-width: 993px) and (max-width: 1169px) {
	.how-it-works .vc_row:before {
		background-size: 780px auto;
	}
}

/* Custom FAQ Section Changes */
.faq-content .faq-filter li.active a:hover {
	color: #fff !important;
}

/* Custom Contact Us Section Changes */
/*
.contact-us .form-submit-btn-container .form-submit-btn {
	padding: 12px 38px;
	border-radius: 50px;
}
*/

/* Custom Sign Up Section Changes */
/*
.sign-up .home-sign-up-cta-btn a {
	color: #3098e9 !important;
	background: #fff !important;
	border: 2px solid #fff !important;
	opacity: 1;
}

.albatrossarmenia-dynamic-button.footer-banner-cta-btn {
	text-align: right;
}

.albatrossarmenia-dynamic-button.footer-banner-cta-btn a {
    padding: 12px 38px !important;
    font-size: 18px !important;
    color: #3098e9 !important;
	background-color: #fff !important;
    line-height: 28px !important;
    border: 2px solid #fff !important;
    border-radius: 50px !important;
}

@media screen and (max-width: 767px) {
	.sign-up {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.sign-up h2 {
		text-align: center !important;
	}
	
	.sign-up .row {
		gap: 20px 0 !important;
	}
	
	.sign-up .row .albatrossarmenia-dynamic-button.footer-banner-cta-btn {
		text-align: center;
	}

	.home-sign-up-cta-btn {
		text-align: center !important;
		margin-top: 30px !important;
	}
}
*/