/*
Theme Name: Evisa Child
Theme URI: https://evisa.xpressbuddy.com/
Description: Evisa Child Theme
Author: XpressBuddy
Author URI: https://xpressbuddy.com/
Template: evisa
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: evisa-child
*/
:root {
	--color-primary: #224A98;
	--color-heading: #0F172A;
	--color-bg:#7389B0;
	--color-secondary: #2D5CAD;
}
html {
  scroll-behavior: smooth;
}
html, body {
	font-family: "Plus Jakarta Sans", Sans-serif !important;
}
.color-blue{
	color: var(--color-primary) !important;
}
.hero .hero__content h1{
	font-size: 62px;
}
.cl-button span:hover,
.thm-btn--trv:hover {
    background-color: #2D5CAD;
}
.header__top-info svg path{
	stroke:var(--color-primary) !important;
}
.header__top.ul_li_between svg circle{
	fill:var(--color-primary) !important;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing:normal !important;
	word-spacing: normal;
}
.cl-footer .contact-pt {
    padding-top: 0px;
}
.cl-button span{
    background-color: var(--color-primary);
    color: white;
}
.cl-iconbox .elementor-widget-icon-box{
	height:100%;
	box-shadow: 0px 30px 45px rgba(122, 146, 168, 0.08) !important;
}
.cl-steps .about-list li {
    width: 33%;
}
.cl-hero-form .xb-book-form{
	background-color: #ffffff85;
	border-radius:15px;	
	padding: 40px;
}
.cl-hero-form{
	width:80%;
	float:right;
}
.cl-hero-form .xb-book-form .xb-item--field{
	max-width: 100%;
    margin-top: 15px;
}
.xb-counter .xb-item--number {
	font-size: 55px;
}
.header__top {
    padding: 5px 0;
}
.main-menu ul li a{
	padding:30px 0px;
}
.xb-service2__wrap .xb-item--link,
.single-evisa_country .sidebar-widget .widget-banner .icon-logo{
	display:none;
}
.hero-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-swiper,
.swiper-slide {
    height: 100%;
}

.slide-bg {
    position:absolute;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
}

.slide-overlay {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}
.header__top-cta span svg{
	width: 14px;
	height: 14px;
}
.slide-content {
    position:relative;
    z-index:2;
    color:#fff;
    padding:100px;
    max-width:600px;
}

.slide-content h2 {
    font-size:48px;
    margin-bottom:20px;
}

.slide-cta {
    display:inline-block;
    padding:14px 30px;
    background:#ff6b35;
    color:#fff;
    border-radius:40px;
}

.form-section {
    position:absolute;
    top:50%;
    right:60px;
    transform:translateY(-50%);
    width:360px;
    z-index:5;
}

.consultation-form {
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 20px 50px rgba(0,0,0,0.3);
}

.consultation-form input,
.consultation-form select {
    width:100%;
    padding:12px;
    margin-bottom:15px;
}

.cl-service-wrapper .xb-service2 .xb-item--inner{
	padding: 45px 25px;
    height: 100%;
}

.cl-service-wrapper .xb-service2 {
    width: 33%;
    height: stretch;
}
.cl-service-wrapper .xb-service2 .xb-item--link{
	position: absolute;
    bottom: 15px;
}
.about-list .xb-item--holder {
    padding-left: 60px;
    margin-top: 10px;
}
.xb-contact .google-map iframe{
	height: revert-layer;
}

.xb-service2:nth-child(4) .xb-item--inner {
    border-top: 1px solid;
    border-right: 1px solid;
}

.xb-service2:nth-child(1) .xb-item--inner, 
.xb-service2:nth-child(2) .xb-item--inner, 
.xb-service2:nth-child(3) .xb-item--inner {
    border-top: 0;
}
.xb-service2:nth-child(3) .xb-item--inner,
.xb-service2:nth-child(6) .xb-item--inner {
    border-right: 0;    
}

.xb-service2 .xb-item--inner {
    padding: 45px;
    border-right: 1px solid #1D1D1D;
    border-top: 1px solid #1D1D1D;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

/* steps card */
.step-card {
    position: relative;
    padding: 30px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
    transition: 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
}

.step-number {
    font-weight: 600;
    color: #787b84;
    margin-bottom: 10px;
}

.step-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.step-desc {
    color: #666;
    margin-bottom: 0;
}

/* Arrow Base */
.arrow-icon {
    position: absolute;
    width: 20px;
    height: 20px;
}

/* TOP */
.arrow-top .arrow-icon {
    top: -10px;
    left: 50%;
}

/* BOTTOM */
.arrow-bottom .arrow-icon {
    bottom: -10px;
    left: 50%;
    animation: moveDown 1.5s infinite ease-in-out;
}

/* LEFT */
.arrow-left .arrow-icon {
    left: -10px;
    top: 40%;
    animation: moveLeft 1.5s infinite ease-in-out;
}

/* RIGHT */
.arrow-right .arrow-icon {
    right: -10px;
    top: 40%;
    animation: moveRight 1.5s infinite ease-in-out;
}
.thm-btn.thm-btn--trv span{
	display:none;
}
.step-card .arrow-icon svg path {
    fill: var(--color-primary);
}
.cl-footer .sec-title h2{
	height: 65px;
}

.sticky-layout{
    display:flex !important;
    align-items:flex-start !important;
    gap:40px!important;
}

.left-sticky{
    position:sticky!important;
    top:120px!important;
    height:fit-content!important;
}

.right-scroll{
    flex:1!important;
}
.sticky-layout,
.sticky-layout .elementor-container{
    overflow:visible !important;
}

.country-breadcrumb{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero__style-one {
    min-height:100vh;
}
.service-wrap{
	padding-bottom: 30px;
}

.service-img{
	margin-top: 60px;
	height: 95%;
}

@media (max-width: 767px) {
	.hero__style-one {
        background: unset;
    }
	.hero__style-one  .xb-list li {
		font-size: 14px;
		font-weight: 500;
		color: var(--color-dark);
	}
	.cl-footer .sec-title h2{
		height: auto;
	}
	.hero__content{
		padding-top:30px;
		padding-bottom:50px;
	}
	.cl-hero-form{
		width:100%;
		margin-top: 30px;
        margin-bottom: 60px;
	}
	.cl-steps .about-list li {
        width: 100%; 
	} 
	.cl-service-wrapper .xb-service2{
	    width: 100% !important;
	}
	.xb-item--inner{
	    border: none !important;
	}
	.step-card .arrow-icon{
	    display: none;
	}
	
	.breadcrumb {
        background-position: right !important;
    }
	.cl-button span {
		background-color: var(--color-primary);
		color: white;
		padding: 10px 30px;
		border-radius: 10px;
		margin: 23px 0px;
	}
	.cl-button a{
		border-bottom:unset !important;
	}
}

.section-link-menu .elementor-icon-list-text {
    color: var(--e-global-color-secondary);
    background: #FFF;
    border-radius: 15px;
    padding: 2px 10px;
    margin: 3px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.visa-type .service-wrap.pos-rel .sec-title{
	padding-top:60px;
}
@keyframes moveRight {
  0% { transform: translateX(0); }
  50% { transform: translateX(8px); }
  100% { transform: translateX(0); }
}

@keyframes moveLeft {
  0% { transform: translateX(0); }
  50% { transform: translateX(-8px); }
  100% { transform: translateX(0); }
}

@keyframes moveDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(8px); }
  100% { transform: translateY(0); }
}
.accordion-trigger{
	cursor: pointer;
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
/* 	background: #edf3f5; */
	padding: 10px 19px;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.accordion-trigger .elementor-heading-title{
	font-size: 21px !important;
    font-weight: 700;
    line-height: 31px !important;
}



.custom-accordion-content.is-active {
    display: block !important;
}

.accordion-trigger {
    cursor: pointer;
}
/* 1. Trigger Styling */
.accordion-trigger {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 2. Font Awesome Icon Setup */
.accordion-trigger::after {
    content: '\f078'; /* Font Awesome Down Arrow */
    font-family: "Font Awesome 5 pro", "Font Awesome 6 Free";
    font-weight: 900;
    
    /* CRITICAL: Rotation requires display: inline-block */
    display: inline-block; 
    transition: transform 0.3s ease-in-out;
}

/* 3. The Rotation Fix */
.accordion-trigger.is-open::after {
    transform: rotate(180deg);
}

.custom-accordion-content.is-open {
    display: block !important;
}
.sidebar-widget .widget{
	background: #f8fafc !important;
}
.custom-accordion-content .elementor-container {
	padding: 5px 19px;
    border: 1px solid var(--color-border);
    background: #f8fafc;
    border-radius: 10px;
	margin-bottom: 30px;
}
.single-evisa_country .xb-brand2__mt {
	margin-top: 0px;
}
.cl-hc-cards .single-content-feature .xb-item--inner.ul_li{
	padding: 20px 14px !important;
}
.cl-list-style{
	list-style: disc !important;
    margin-left: 30px !important;
}
.cl-list-style li{
	margin:unset !important;
}
.cl-table table{
	width:100%;
	max-width:100%;
}
.page-id-3150 .visa-type .service-wrap.pos-rel .sec-title {
    margin-bottom: 60px;
}
.page-id-3150 .visa-type .sec-title .title{
	margin-bottom:5px !important;
}
.custom-accordion-content {
    display: none; 
    transition: all 0.3s ease-in-out;
} 
.elementor-popup-modal .dialog-widget-content{
	border-radius:8px !important;
}
.cl-book-appointment .xb-book-form{
	padding: 0px 15px;
}
.cl-book-appointment .xb-book-form .xb-item--field{
	max-width:100% !important;
}
#wpcf7-f2200-o3 .xb-book-form .xb-item--btn{
	padding-top: 30px;
    margin-top: 50px;
}
#wpcf7-f2200-o1 .xb-book-form .xb-item--btn,
#wpcf7-f7-o2 .xb-book-form .xb-item--btn {
    margin-top: 20px;
    padding-top: 30px;
}
.wpcf7-form .xb-book-form .nice-select{
	border-radius: 30px;
}

.home .xb-category .xb-item--icon,
.breadcrumb__circle{
	display:none !important;
}
#wpcf7-f2200-o2 .xb-item--btn .thm-btn--trv{
	    margin-top: 25px;
}
@media (max-width: 767px) {
    .hero__content h1 {
        font-size: 40px !important;
    }
}

.xb-backtotop {
	left: 30px !important;
}