/*
Theme Name: Ensemble Tours
Description: Ensemble Tours Elementor Child Theme
Author: Vsourz
Author URI: https://www.vsourz.com/
Author Email: admin@vsourz.com
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/

body{
    padding: 0px;
    margin: 0px;
    font-family: 'DM Sans';
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, a, p, span{
	font-family: 'DM Sans';
}
#breadcrumbs, #breadcrumbs a{
	color: #fff !important;;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0px;
}
#breadcrumbs a{
	text-decoration: underline !important;
}
#breadcrumbs a:hover{
	opacity: 0.8;
}
/* Common Classes */
@font-face {
    font-family: 'DM Sans';
    src: url('./fonts/DMSans-Regular.woff2') format('woff2'),
        url('./fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('./fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('./fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('./fonts/DMSans-Bold.woff2') format('woff2'),
        url('./fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('./fonts/DMSans-Medium.woff2') format('woff2'),
        url('./fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('./fonts/DMSans-Light.woff2') format('woff2'),
        url('./fonts/DMSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('./fonts/DMSans-ExtraBold.woff2') format('woff2'),
        url('./fonts/DMSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*Common Padding*/
@media(max-width: 992px) {
	.cmn-padding .e-con-inner{
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
}
@media(max-width: 767px) {
	.cmn-padding .e-con-inner{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}
/*Common Buttons*/
.btn-typ1 a{
    color: #000;
    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #FFF;
    background: #FFFAF3;
    text-align: center;
    padding: 13.5px 24.5px;
    text-decoration: none;
    transition: all .3s ease;
	border-radius: 0px !important;
}

.btn-typ2 a{
    color: #fff !important;
    font-family: 'DM Sans';
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
    background: #101957;
    text-align: center;
    padding: 13.5px 24.5px !important;
    border:1px solid transparent;
    transition: all .3s ease-in-out;
	border-radius: 0px !important;
}
.btn-typ1 a:hover{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff !important; 
}
.btn-typ1 a:visited{
    color: #000;
}
.btn-typ2 a:hover{
    border: 1px solid #101957;
    color: #101957 !important;
    background: transparent;
}
@media(max-width: 768px) {
	.btn-typ1 a, 
	.btn-typ2 a{
		font-size: 14px !important;
	}
}
/*common headings*/
.hd-typ1{
    font-size: 85px;
    font-style: normal;
    font-weight: 600;
    line-height: 90px;
    color: #000;
    margin: 0;
}
.cms-page h1,
.search-sec h1{
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #272727;
    margin: 0;
}
.hd-typ2 , .cms-page h2{
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    margin: 0;
}
.hd-typ3 , .cms-page h3{
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    margin: 0;
}
.hd-typ4,, .cms-page h4{
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    color: #ffffff;
    margin: 0;
}
.hd-typ5, .cms-page h5{
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #636363;
    margin: 0;
}
.hd-typ6, .cms-page h6{
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #636363;
    margin: 0;
}
.hd-typ7{
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    margin: 0;
}
.cms-page p{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #636363;
    margin: 0 0 10px 0;
}

/*Common Container*/
.common-container{
	max-width: 1475px;
	margin: 0 auto;
}
/* Header */
.header-wrapper .hfe-nav-menu li.menu-item{
	display: flex;
	align-items: center;
}
.header-wrapper .logo-col{
	max-width: fit-content;
}
.header-wrapper .menu-item.btn-typ2{
	padding: 0px !important;
}
.header-wrapper .menu-item.btn-typ2 a{
	padding: 15px 20px !important;
}
.header-wrapper .menu-item.btn-typ2 a{
	color: #fff !important;
}
.header-wrapper .menu-item.btn-typ2:hover a{
	color: #101957 !important;
}
.header-wrapper .hfe-nav-menu li.menu-item:first-child,
.header-wrapper .hfe-button-wrapper{
	padding-left: 0px !important;
}
.header-wrapper .hfe-nav-menu li.menu-item:last-child{
	padding-right: 0px;
}
.header-wrapper .hfe-nav-menu li.menu-item{
	padding: 0px 50px;
}
.header-wrapper .hfe-button-wrapper .elementor-button{
	border: 1px solid transparent !important;
}
.header-wrapper .hfe-button-wrapper .elementor-button:hover{
	color: #101957 !important;
	background-color: transparent !important;
	border-color: #101957 !important;
}
.header-wrapper .hfe-sub-menu-item{
	font-size: 14px;
	padding: 15px !important;
}
.header-wrapper  .hfe-nav-menu .sub-menu{
	min-width: auto;
	width: 100% !important;
	max-width: fit-content;
}
.preheader .elementor-icon-list-item a:hover{
	text-decoration: underline !important;
}
@media(max-width: 1199px) {
	.header-wrapper .hfe-nav-menu li.menu-item{
		padding: 0px 30px;
	}
}


/*Footer*/

.ftr-site-logo{
	max-height: 38px;
	max-width: 408px !important;
}
.work-sec .join-us-sec{
	max-width: fit-content;
}
.work-sec p{
	margin-bottom: 0px;
}
.work-sec .content-col .elementor-widget-text-editor{
	max-width: 960px !important;
}
.copyright-sec .elementor-icon-list-item .elementor-icon-list-text,
.copyright-sec .elementor-icon-list-item a{
	color: #fff !important;
}
.copyright-sec a:hover{
	color: #C4C4C4 !important;
	opacity: 0.8;
	transition: all .3s ease;
}
.work-sec,
.find-us,
.main-ftr-outer,
.copyright-sec{max-width: 1475px !important; margin: 0 auto !important;}

.ftr-gallery img{
	width: 100% !important;
	height: 100% !important;
	max-height: 364px;
	max-width: 374px;
}
.ftr-gallery figure.swiper-slide-inner,
.ftr-gallery .swiper-slide,
.ftr-gallery img{
	/*min-height: 264px;
	min-width: 274px;*/
}
@media(max-width: 1600px) {
	.ftr-gallery figure.swiper-slide-inner,
	.ftr-gallery .swiper-slide,
	.ftr-gallery img{
		min-height: auto;
		min-width: auto;
	}
}
@media(max-width: 1199px) {
	.work-sec .content-col .elementor-widget-text-editor{
		max-width: 750px !important;
	}
}
@media(max-width: 476px) {
	.main-ftr{
		flex-direction: column;
	}
	.main-ftr .page-col,
	.main-ftr .follow-col{
		width: 100%;
	}
}



/*Body Why choose Ensemble Tours*/
.icon-box-typ1 .elementor-icon-box-wrapper{
	max-width: 328px;
}
/* Every row's last child (2nd, 4th, 6th, …) */
.icon-box-typ1 .e-grid .elementor-widget-icon-box:nth-child(4n) {
	border-right: none !important;
}

@media(max-width: 1152px) {
	.icon-box-typ1 .e-grid{
		grid-template-columns: repeat(2,1fr) !important;
	}
	.icon-box-typ1 .e-grid .elementor-widget-icon-box{
		margin: 0px !important;
		padding: 25px !important;
		border-bottom: 1px solid #000000E3 !important;
	}
	.icon-box-typ1 .elementor-icon-box-wrapper{
		max-width: 550px;
	}
	/* Every row's last child (2nd, 4th, 6th, …) */
	.icon-box-typ1 .e-grid .elementor-widget-icon-box:nth-child(2n) {
		border-right: none !important;
	}

	/* Remove border-bottom from the entire last row */
	.icon-box-typ1 .e-grid .elementor-widget-icon-box:nth-last-child(-n+2) {
		border-bottom: 0 !important;
	}

}
@media(max-width: 576px) {
	.icon-box-typ1 .e-grid{
		grid-template-columns: repeat(1,1fr) !important;
	}
	.icon-box-typ1 .e-grid .elementor-widget-icon-box{
		margin: 0px !important;
		padding:25px 0 !important;
		border-bottom: 1px solid #000000E3 !important;
		border-right: 0px !important;
	}
	.icon-box-typ1 .e-grid .elementor-widget-icon-box:nth-last-child(-n+2) {
		border-bottom: 1px solid #000000E3 !important;
	}
	.icon-box-typ1 .e-grid .elementor-widget-icon-box:last-child{
		border-bottom: 0 !important;
		padding-bottom: 0px !important;
	}
	.icon-box-typ1 .e-grid .elementor-widget-icon-box:first-child{
		padding-top: 0px !important;
	}
}


/*Our Service Section*/
.service-sec .service-txt-ed p{
	margin-bottom: 0px;
}
.service-sec .service-txt-ed{
	max-width: 850px !important;
	
}
.service-sec .service-inner .service-content p{
	margin-bottom: 0px;
}
.service-sec .service-inner .service-content{
	max-width: 800px !important;
}
.service-sec .service-inner .service-img{
	max-width: fit-content !important;
}
.service-sec .service-inner .service-img img{
	max-height: 551px !important;
	max-width: 460px !important;
}
@media(max-width: 992px) {
	.service-sec .service-inner{
		flex-direction: column-reverse !important;
	}
	.service-sec .service-inner .service-img img{
		max-height: 500px !important;
		max-width: 100% !important;
	}
	.service-sec .service-inner .service-content{
		max-width: 100% !important;
	}
}

/*How We Work*/

.how-work-sec .e-grid .icon-box-typ2{
	padding: 40px 25px 0 0;
	margin-right: 16px;
}
.how-work-sec .e-grid .icon-box-typ2 .elementor-icon-box-content{
	margin-left: 10px;
}
.how-work-sec .e-grid .icon-box-typ2:nth-child(3n+1) .elementor-icon-box-content{
	margin-left: 0px;
}
.how-work-sec .e-grid .icon-box-typ2:last-child{
	padding-right: 0;
	margin-right: 0px;
	border-right: 0px !important;
}
.how-work-sec .e-grid .icon-box-typ2:first-child{
	padding-left: 25px;
}
.how-work-sec .e-grid .icon-box-typ2{
	max-width: 477px !important;
	min-width: 477px;
}
/* Remove padding-left from the first item of each row in a 3-column grid */	
.how-work-sec .e-grid .icon-box-typ2:nth-child(3n+1) {
  padding-left: 0;
}
/* Remove padding-right and border-right from each row's last child */
.how-work-sec .e-grid .icon-box-typ2:nth-child(3n) {
  padding-right: 0;
  margin-right: 0;
  border-right: 0 !important;
}
.how-work-sec .e-grid {
  counter-reset: step-counter;
}
.how-work-sec .e-grid .icon-box-typ2 {
  counter-increment: step-counter;
  position: relative;
}
.how-work-sec .e-grid .icon-box-typ2 .elementor-icon-box-wrapper::before {
  position: absolute;
  content: counter(step-counter);
  font-family: 'DM Sans';
  font-size: 120px;
  color: #1B1B1B;
  font-weight: 600;
  line-height: 85px;
  top: 41px;
  right: 50px;
 opacity: 0.2;
	transition: all .3s ease;
}
.how-work-sec .e-grid .icon-box-typ2 .elementor-icon-box-wrapper:hover::before,
.how-work-sec .e-grid .icon-box-typ2 .elementor-icon-box-wrapper:hover .elementor-icon{
	opacity: 1;
}
.how-work-sec .e-grid .icon-box-typ2 .elementor-icon-box-wrapper .elementor-icon{
	opacity: 0.4;
	transition: all .3s ease;
}

@media(max-width: 1600px) {
	.how-work-sec .e-grid .icon-box-typ2{
		max-width: 477px;
		min-width: auto;
	}
}
@media(max-width: 1152px) {
	.how-work-sec .e-grid{
		grid-template-columns: repeat(1,1fr) !important;
	}
	.how-work-sec .e-grid .icon-box-typ2{
		max-width: 100% !important;
		min-width: auto;
		padding-right: 0px;
		margin-right: 0px;
	}
	.how-work-sec .e-grid .icon-box-typ2{
		border-right: none !important;
		border-bottom: 1px solid #000 !important;
	}
	.how-work-sec .e-grid .icon-box-typ2:first-child{
		padding-top: 0px;
	}
	.how-work-sec .e-grid .icon-box-typ2{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.how-work-sec .e-grid .icon-box-typ2:last-child{
		padding-bottom: 0px;
		border-bottom: none !important;
	}
	.how-work-sec .e-grid .icon-box-typ2 .elementor-icon-box-wrapper{
		gap: 25px !important;
	}
	.how-work-sec .e-grid .icon-box-typ2 .elementor-icon-box-wrapper::before{
		top: 50px;
	}
	.how-work-sec .e-grid .icon-box-typ2 .elementor-icon-box-content{
		max-width: 900px !important;
	}
	.how-work-sec .e-grid .icon-box-typ2:first-child .elementor-icon-box-wrapper::before {
		top: 0;
	}
}
@media(max-width: 768px) {
	.how-work-sec .e-grid .icon-box-typ2 .elementor-icon-box-wrapper::before{
		font-size: 80px;
		line-height: 65px;
	}
}
/* Main Header */
.main-header {
    background: #FFFAF3;
    z-index: 100;
    transition: all 0.3s ease-in-out;
}
.main-head-outer{
	padding: 0px 20px;
}
.main-header .header-wrappper .main-menu .btn-typ2{
	padding-left: 0px !important;
}
.main-header.sticky-header{
	padding: 20px;
}
.main-header .container{
	max-width: 1475px;
	margin: 0 auto;
}
.sticky-header .head-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.main-header .logo {
    max-width: 370px;
    max-height: 45px;
}

.main-header .logo img {
    height: 100%;
    width: 100%;
}

.main-header .header-wrappper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.main-header .header-wrappper .main-menu .menu-item {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0px;
}

.main-header .header-wrappper .main-menu .menu-item li {
    padding: 0 50px;
    transition: all .3s ease;
    position: relative; /* Essential for sub-menu positioning */
}

.main-header .header-wrappper .main-menu .menu-item li:hover .menu-link {
    color: #101957;
}

.preheader .lang-switcher-sec{
	max-width: fit-content;
}
.main-header .header-wrappper .main-menu .menu-item.btn-typ2{
	padding-right: 0px;
}

/* .main-header .header-wrappper .main-menu .menu-item li:nth-last-child(2),
.main-header .header-wrappper .main-menu .menu-item li:first-child {
    padding-left: 0px;
}
 */
.main-header .header-wrappper .main-menu .menu-item .menu-link {
    text-decoration: none;
    align-items: center;
}

.main-header .header-wrappper .main-menu .menu-item .menu-link span {
    padding-left: 10px;
    position: relative;
}

.main-header .header-wrappper .main-menu .menu-item .menu-link img {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

/* Hide toggle by default */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
	padding: 0px 0px 0 00px;
}

/* ======================== */
/* Offcanvas Base Styles */
/* ======================== */
.main-header .offcanvas-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100%;
    overflow: hidden; /* Important: Hides the submenus when they are positioned off-screen to the right */
    z-index: 9999;
    background: #FFFAF3; /* Move background here to prevent flash when child slides */
    transition: right 0.3s ease-in-out;
}

.main-header .offcanvas-menu-wrapper.open {
    left: auto;
    right: 0;
}

.main-header .offcanvas-menu-wrapper .offcanvas-menu {
    width: 100%;
    height: 100%;
    /* background: #FFFAF3; /* REMOVED: Moved to wrapper */
    position: relative; /* CRITICAL: Serves as the positioning context for the child menu */
    /* REMOVED: Transform and slide classes are no longer needed on the parent */
    /* transition: transform 0.3s ease-in-out; */
}

/* ======================== */
/* Submenu (Child Canvas) Styles */
/* ======================== */
.main-header .offcanvas-submenu {
    position: absolute; /* Overlays the parent content */
    top: 0;
    left: 100%; /* Start off-screen to the right */
    width: 100%;
    height: 100%;
    background: #FFFAF3; /* Matches parent background, or choose a different color */
    z-index: 10; /* Ensures it sits on top of the parent menu content */
    transition: left 0.3s ease-in-out; /* Slide animation */
    overflow-y: auto; /* Allow scrolling for child content */
}

.main-header .offcanvas-submenu.active {
    left: 0; /* Slides into view, fully covering the parent menu */
}

/* ======================== */
/* Common Styles (Modified/Kept) */
/* ======================== */
.main-header .offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px 20px 20px;
    border-bottom: 1px solid #1019578f;
}

.main-header .offcanvas-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-header .offcanvas-items li {
    border-bottom: 1px solid #00000083;
}

/* Add a class for items that open a submenu, e.g., to show an arrow */
.main-header .offcanvas-items a.has-submenu {
    /* Styles for link that opens submenu */
}

.main-header .offcanvas-items a {
    text-decoration: none;
    color: #636363;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.main-header .offcanvas-items a:hover {
    color: #101957;
}

.main-header .close-btn {
	position: absolute;
	top: 27px;
	right: 10px;
    background: #101957;
    border: none;
    font-size: 19px;
	padding: 0px;
	line-height: 20px;
    cursor: pointer;
    color: #FFF;
	height: 20px;
	width: 20px;
	border: 1px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-header .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(16 25 87 / 29%);
    backdrop-filter: blur(6px);
    z-index: 9998;
    display: none;
}

.main-header .menu-overlay.active {
    display: block;
}
.main-header .menu-toggle:hover,
.main-header .menu-toggle:focus{
	background-color: transparent;
}
.main-header .close-btn:hover,
.main-header .close-btn:focus{
	background-color: transparent;
	border: 1px solid #101957;
	color: #101957;
}
/* REMOVED: .main-header .offcanvas-menu-wrapper .offcanvas-menu.slide-left */
/* REMOVED: .main-header .offcanvas-menu-wrapper .offcanvas-menu.slide-right */
/* Desktop Dropdown Submenu */
.main-header .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 85px;
	left: auto;
    right: -10px;
    background: #FFFAF3;
    min-width: 200px;
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    z-index: 1111;
    list-style: none;
    padding: 0;
    margin: 0;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);

}

.main-header .main-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
}
.main-header .main-menu .sub-menu li:first-child{
	border-top: none;
}
.main-header .main-menu .sub-menu li {
    padding: 10px 10px 10px 15px !important;
	border-color: #a5a5a5;
}

.main-header .main-menu .sub-menu a {
    display: block;
	padding: 0px;
	font-size: 14px !important;
}

/* Desktop Dropdown Arrow */
.main-header .main-menu li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
/*     vertical-align: middle; */
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url('./images/dropdown-arrow.svg') no-repeat center center;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.main-header .menu-item a{
	color: #050505;
	padding: 31px 0px;
	font-size: 18px;
}
.main-header .menu-item a:hover{
	color: #182683;
}
.main-header .main-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

/* Mobile Offcanvas Submenu */
.main-header .offcanvas-menu-wrapper .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #FFFAF3;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    overflow-y: auto;
    border-left: 1px solid #00000083;
}
.main-header .offcanvas-menu-wrapper .menu-item a{
	padding: 10px 20px !important;
}
.main-header .offcanvas-menu-wrapper .sub-menu.open {
    display: block;
}

/* Mobile Dropdown Arrow */
/* .main-header .offcanvas-items li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background: url('./images/dropdown-arrow.svg') no-repeat center center;
    background-size: contain;
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
} */
/* New CSS for the Submenu Arrow */
.main-header .offcanvas-items li.menu-item-has-children > a {
    /* Optional: Set flex-grow to ensure the link takes up most of the space */
    flex-grow: 1;
    padding-right: 10px; /* Space before the arrow */
}

.main-header .offcanvas-items .sub-menu-arrow {
    /* Make the arrow a separate clickable target */
    display: block;
    cursor: pointer;
    padding: 10px 20px 10px 10px; /* Add padding to make it easier to click */
    height: 100%;
    /* Add the arrow graphic and styling */
    content: '';
    width: 30px; /* Give it space */
    height: 40px; 
    background: url('./images/dropdown-arrow.svg') no-repeat center right 10px; 
    background-size: 12px 12px;
    transform: rotate(-90deg); /* Initial state: pointing right */
    transition: transform 0.3s ease;
    /* Positioning trick: move it next to the link */
    margin-left: auto; 
}

/* Ensure the LI is a flex container so the link and arrow sit side-by-side */
.main-header .offcanvas-items li {
    display: flex;
    align-items: center;
    /* Reset padding for the LI since the children are now padded */
    padding: 0; 
}

/* Ensure the LI's direct children (link and arrow) are aligned */
.main-header .offcanvas-items li > a, 
.main-header .offcanvas-items li > .sub-menu-arrow {
    /* Override previous padding from 'a' if necessary, to be consistent */
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Ensure the link gets its original left padding */
.main-header .offcanvas-items li > a {
    padding-left: 20px;
}

/* If you want the arrow to spin on click (only visually, not functionally in this structure) */
/* You would need to add a class like 'active' to the sub-menu-arrow in jQuery.
   Since we're replacing the HTML, this spinning effect isn't needed. */
/* Submenu Header for Mobile */
.main-header .submenu-header {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    border-bottom: 1px solid #1019578f;
}

.main-header .submenu-header .back-btn {
    background: none;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #101957;
    padding-right: 15px;
	padding-left: 0px;
}

.main-header .submenu-header h4 {
    margin: 0;
    color: #101957;
	font-size: 20px;
}

/* Responsive trigger */
@media(max-width: 1199px) {
    .main-header .header-wrappper .main-menu .menu-item li {
        padding: 0 25px;
    }
	.main-header .menu-item a{
		font-size: 16px;
	}
}

@media(max-width: 992px) {
    .main-header .main-menu {
        display: none;
    }
	.menu-toggle img{
		margin-top: 0px;
	}
	.main-head-outer{
		padding: 10px 20px !important;
	}
    .main-header .menu-toggle {
        display: block;
		height: 25px;
		max-width: 22px;
		width: 100%;
    }
    .main-header .offcanvas-menu-wrapper {
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    }
	.main-header .offcanvas-menu-wrapper .btn-typ2 a{
		color: #050505 !important;
		font-size: 16px !important;
		font-weight: 400;
		background-color: transparent;
		border: none;
		box-shadow: none;
		
	}
	.main-header .offcanvas-menu-wrapper .btn-typ2:hover a{
		color: #101957 !important;
	}
}

/* @media(max-width: 450px) {
    .main-header {
        padding: 20px 20px 15px 20px;
    }
}
 */


/*Banner Section*/
.banner-sec{
	min-height: 800px;
}
.banner-sec .banner-inner-sec{
	padding-left: calc( (100% - ( 1475px ) ) / 2);
}
.banner-sec .banner-inner-sec .content-wrapper{
	max-width: 636px !important;
}
.banner-sec .banner-img,
.banner-sec .banner-img img{
	max-width: 960px;
	min-height: 800px;
	max-height: 800px;
	height: 100%;
	width: 100% ;
	min-width: 960px;
	object-fit: cover;
}
.banner-content h2{
	max-width: 473px;
}

@media(max-width: 1600px) {
	.banner-sec .banner-img,
	.banner-sec .banner-img img{
		max-width: 960px;
		min-width: auto;
		min-height: 535px;
		max-height: 535px;
		height: 100%;
		width: 100% ;
		object-fit: cover;
	}
	.banner-sec .banner-content h1 {
		font-size: 54px !important;
		line-height: 60px !important;
		max-width: 395px !important;
	}
	.banner-content h2{
		max-width: 333px !important;
		font-size: 18px !important;
		line-height: 25px !important;
	}
	.banner-sec{
		min-height: 535px;
	}
}
@media(max-width: 1440px) {
	.banner-sec .banner-content{
		padding: 20px 0px 20px 20px;
	}
}
@media(max-width: 1199px) {
/* 	.banner-sec .banner-content h1{
		font-size: 60px !important;
		line-height: normal !important;
	} */
}
@media(max-width: 992px) {
	.banner-sec .banner-inner-sec{
		flex-direction: column !important;
		row-gap: 50px !important;
	}
	.banner-sec .banner-content{
		padding-top: 50px;
		padding-right: 20px;
		padding-bottom: 0px;
	}
	.banner-sec .banner-img,
	.banner-sec .banner-img img{
		max-width: 100%;
		min-height: 325px;
		max-height: 100%;
		height: 100%;
		width: 100% ;
		min-width: 100%;
		object-fit: cover;
		object-position: center center;
	}
	.banner-sec .banner-content h1{
		font-size: 40px !important;
		line-height: 52px !important;
		max-width: 100% !important;
	}
	.banner-sec .banner-content h2{
		font-size: 20px !important;
		max-width: 100% !important;
	}
}
@media(max-width: 768px) {
	.banner-sec .banner-content h1{
		font-size: 38px !important;
	}
	.banner-sec{min-height: auto !important;}
	.banner-sec .banner-content h2{
		font-size: 16px !important;
	}
	.btn-typ1 a,
	.btn-typ2{
		font-size: 16px;
		border-radius: 0px;
	}
}

/*Tour Section after banner*/
.tour-sec .tour-images{
	position: relative;
	max-width: 664px !important;
    width: 100%;
}
.tour-sec .tour-images .img-iteam{
	position: absolute;
}
.tour-sec .tour-images .img-iteam:first-child{
	min-height:360px;
	max-height: 360px;
	max-width: 475px;
	z-index: 0;
	top: 0px;
	left: 0px;
}
.tour-sec .tour-images .img-iteam:last-child{
	min-height:346px;
	max-height: 346px;
	max-width: 289px;
	z-index: 1;
	top: 188px;
	left: auto;
	right: 0px;
}
.tour-sec .tour-images .img-iteam img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tour-sec .tour-content{
	max-width: fit-content !important;
}
.tour-sec .tour-content .sec-title,
.tour-sec .tour-content .sec-desc{
	max-width: 600px !important;
}
.tour-sec .tour-content .sec-desc p{
	margin-bottom: 0px !important;
}

@media(max-width: 1600px) {
	.tour-sec .tour-images .img-iteam:first-child{
		padding-right: 190px;
		max-width: 475px;
		width: 100%;
		min-width: 100%;
		aspect-ratio: 16 / 9;
	}
	.tour-sec .tour-images .img-iteam:last-child{
		min-height: 346px;
		max-height: 346px;
		width: 100%;
		aspect-ratio: 16 / 9;
	}
}

@media(max-width: 992px) {
	.tour-sec .tour-inner{
		flex-direction: column;
	}
	.tour-sec .tour-images .img-iteam:first-child{
		max-height: 460px;
		max-width: calc(100% - 95px);
	}
	.tour-sec .tour-images {
		max-width: 100% !important;
        /* Set a consistent height for the absolute image area */
        min-height: 520px;
	}
	.tour-sec .tour-content{
		margin-top: 50px;
	}
	.tour-sec .tour-content .sec-title,
	.tour-sec .tour-content .sec-desc{
		max-width: 100% !important;
	}
    /* Fixing potential responsiveness issues from the 1600px query in the image wrappers */
    .tour-sec .tour-images .img-iteam:first-child,
    .tour-sec .tour-images .img-iteam:last-child {
        aspect-ratio: 16 / 9;
        min-width: unset;
        width: 100%;
        padding-right: 0;
    }
}

@media(max-width: 768px) {
	.tour-sec .e-con-inner{
		padding-bottom: 0px !important;
	}
}

@media(max-width: 576px) {
	.tour-sec .tour-images {
		max-width: 100% !important;
        min-height: 395px; 
	}
	.tour-sec .tour-content {
		margin-top: calc(100% - 350px);
	}
	.tour-sec .tour-images .img-iteam:first-child{
        width: auto;
        padding-bottom: 50%;
        padding-right: 0;
        left: 0;
        right: 95px;
        min-height: 250px;
	}
	.tour-sec .tour-images .img-iteam:last-child {
        width: 60%;
/*         padding-bottom: 40%; */
        min-height: 280px;
        top: 150px;
        right: 0;
        left: auto;
        max-width: 100%;
	}
	.tour-sec .tour-images .img-iteam:last-child img{
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding: 0 !important;
        width: 100%;
	}
	.tour-sec .tour-images .img-iteam:first-child, .tour-sec .tour-images .img-iteam:last-child{
		aspect-ratio: unset;
	}
}











/*FAQ Sec*/
.faq-sec .e-n-accordion-item{
	border-bottom: 1px solid #1C1B1F;
}
.faq-sec .faq-content p{
	margin-bottom: 0 !important;
}
.faq-sec .faq-content{
	margin-bottom: 25px;
	margin-top: -15px;
}






.faq-accordion-wrapper {
    display: flex;
    gap: 25px;
    width: 100%;
    box-sizing: border-box;
}

.faq-accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-accordion-wrapper .faq-item {
    border-bottom: 1px solid #1C1B1F;
    box-sizing: border-box;
	padding: 25px 0;
}

.faq-accordion-wrapper .faq-question {
    cursor: pointer;
    font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	font-family: 'DM Sans';
	position: relative;
	padding-right: 35px;
	color: #1B1B1B;
}
.faq-accordion-wrapper .faq-answer {
	margin-top: 10px;
    display: none;
	color: #636363;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	font-family: 'DM Sans';
}
.faq-shortcode{
	width: 100%;
}
.faq-accordion-wrapper .faq-question.active::before{
	content:'';
	position: absolute;
	right: 5px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	background: url('./images/chips.svg') no-repeat;
	height: 17px;
	width: 17px;
	background-size: 17px;
}
.faq-accordion-wrapper .faq-question::before{
	content:'';
	position: absolute;
	right: 5px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	background: url('./images/add_box.svg') no-repeat;
	height: 17px;
	width: 17px;
	background-size: 17px;
}
@media(max-width: 992px) {
	.faq-accordion-wrapper .faq-question,
	.faq-accordion-wrapper .faq-answer{
		font-size: 18px;
	}
	.faq-accordion-wrapper .faq-item{
		padding: 15px 0;
	}
	.faq-accordion-wrapper .faq-answer{
		line-height: 28px;
	}
	.faq-accordion-wrapper{
		padding-top: 50px !important;
	}
	
}
@media (max-width: 768px) {
    .faq-accordion-wrapper {
        flex-direction: column;
		gap: 0px;
    }
	.faq-accordion-wrapper .faq-answer{
		font-size: 16px;
	}
	.faq-accordion-wrapper .faq-item:first-child{
		padding-top: 0px !important;
	}
	.faq-accordion.even-column{
		padding-top: 15px;
	}
		.faq-accordion-wrapper{
		padding-top: 30px !important;
	}
}
/*Contact Form*/
.contact-sec .contact-desc .elementor-widget-text-editor{
	max-width: 500px !important;
}
.contact-form-sec textarea{
	height: 100px;
}
.contact-form p{
	margin-bottom: 0px;
}
.contact-inner-banner .sec-desc p{
	margin-bottom: 0px;
}
.contact-form-sec .form-row{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 14px 23px;
}
.contact-form-sec .wpcf7-form-control-wrap.kc_captcha{
	margin-top: 7px;
}
.contact-form-sec .wpcf7-form-control-wrap.kc_captcha .captcha-image{
	width: 100%;
}
.contact-form-sec .wpcf7-form-control-wrap.kc_captcha .wpcf7-not-valid-tip{
	top: auto;
	bottom: 0px;
}
.contact-form-sec .form-row .form-field p,
.contact-form-sec .form-message p{
	margin-bottom: 0px !important;
}
.contact-form-sec .form-message{
	margin-top: 14px;
}
.contact-form-sec input:focus-visible,
.contact-form-sec textarea:focus-visible{
	outline: none !important;
	border-color: #fff !important;
}
.contact-form-sec .dark-theme .wpcf7-form-control-wrap.kc_captcha .captcha-image{
	border-color: #0B1036;
	color: #000000;
}
.contact-form-sec .wpcf7-form-control-wrap.kc_captcha .captcha-image{
	border-color: #fff;
	color: #fff;
}
.contact-form-sec .dark-theme input:focus-visible,
.contact-form-sec .dark-theme textarea:focus-visible{
	outline: none !important;
	border-color: #0B1036 !important;
}
.contact-form-sec input,
.contact-form-sec textarea{
	background: transparent;
	padding: 15px 20px;
	border-radius: 0px !important;
	font-size: 16px;
	font-family: 'DM Sans';
	font-weight: 400;
	line-height: normal;
	color: #fff;
}

.contact-form-sec .dark-theme input,
.contact-form-sec .dark-theme textarea{
	border-color: #0B1036;
	color: #000;
}
.contact-form-sec input,
.contact-form-sec textarea{
	border-color: #fff;
}
.contact-form-sec .btn-submit .wpcf7-submit{
	font-size: 18px;
	font-family: 'DM Sans';
	font-weight: 500;
	line-height: normal;
	/*margin-top: 26px;*/
	margin-top: 2px;
}
.contact-form-sec .dark-theme .btn-submit .wpcf7-submit{
	background-color: #101957;
	padding: 14.5px 24.5px;
	border-radius: 0px !important;
	color: #fff;
}
.contact-form-sec .dark-theme .btn-submit .wpcf7-submit:hover{
	background-color: transparent;
	border: 1px solid #101957;
	color: #101957;
}
.contact-form-sec .btn-submit .wpcf7-submit{
	background-color: #fff;
	padding: 15px 25px;
	border-radius: 0px !important;
	color: #101957;
}
.contact-form-sec .btn-submit .wpcf7-submit:hover{
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.contact-form-sec .wpcf7-not-valid-tip{
	background-color: red;
	font-size: 12px !important;
	color:#fff;
	font-weight: 700;
	padding: 0 10px;
	max-width: fit-content;
	float: inline-end;
	position: absolute;
	top: 20px;
	right: 0px;
	left: auto;
}
.contact-form-sec .wpcf7-response-output{
	color: #fff !important;
}
.contact-form-sec .dark-theme .wpcf7-response-output{
	color: #000 !important;
}
.contact-form-sec input::placeholder,
.contact-form-sec textarea::placeholder{
	color: #fff !important;
}
.contact-form-sec .dark-theme input::placeholder,
.contact-form-sec .dark-theme textarea::placeholder{
	color: #000 !important;
}
.contact-form-sec .wpcf7 form .wpcf7-response-output{
	margin-left: 0px !important;
}
.contact-form .btn-submit p{
	margin-bottom: 0px !important;
}
@media(max-width: 992px) {
	.contact-sec .e-con-inner{
		flex-direction: column !important;
	}
}
@media(max-width: 576px) {
	.contact-form-sec .form-row{
		grid-template-columns: repeat(1,1fr);
	}
}


/*Contact us page*/
.contact-banner-col .sec-desc{
	max-width: 375px !important;
}
.contact-banner-col .sec-title{
	max-width: 600px !important;
}
@media(max-width: 992px) {
	.contact-inner-banner{
		flex-direction: column !important;
		padding-top: 50px !important;
	}
	.contact-banner-col .banner-content{
		margin-bottom: 0px !important;
		padding: 0px;
	}
	.contact-inner-banner .sec-title h2{
		font-size: 40px !important;
	}
	.contact-inner-banner .sec-desc{
		font-size: 20px !important;
		max-width: 578px !important;
	}
	.contact-inner-banner .contact-banner-col{
		row-gap: 25px;
	}
}
@media(max-width: 768px){
	.contact-inner-banner .sec-desc{
		font-size: 18px !important;
	}
}

/*Testimonial Section*/
.testimonial-sec .testimonial-card{
	display: flex !important;
	gap: 0;
}
.testimonial-sec .slick-slide{
	margin: 0 12.5px !important;
}
.testimonial-sec .slick-list{
	margin: 0 -12.5px !important;
}
.testimonial-sec .testimonial-card .testimonial-content-wrapper{
	padding: 30px 25px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 20px;
}
.testimonial-sec .testimonial-card .testimonial-image{
	min-height: 420px;
	min-width: 350px;
	max-height: 420px;
	max-width: 350px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.testimonial-sec .testimonial-card .testimonial-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	min-width: 350px;
}
.testimonial-sec .testimonial-card .testimonial-content p{
	margin-bottom: 0px !important;
	font-family: 'DM Sans';
	color: #1B1B1B;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	display: -webkit-box; 
	-webkit-line-clamp: 6; 
	-webkit-box-orient: vertical; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	height: auto;
}
.testimonial-sec .testimonial-card .testimonial-meta p{
	margin-bottom: 0px !important;
	font-family: 'DM Sans';
	color: #636363;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: -webkit-box; 
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	height: auto;
}
/* Hide the button completely */
.testimonial-sec .slick-dots li::marker{
	font-size: 0px;
}
.testimonial-sec .slick-dots li button {
  opacity: 0;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
/* Style the dot container */
.testimonial-sec .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 44px;
  padding-left: 0px !important;
  position: relative;
}
/* Style each dot as a circle using ::before */
.testimonial-sec .slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  transition: background-color 0.3s ease;
}

/* Active dot */
.testimonial-sec .slick-dots li.slick-active {
  background-color: #fff;
}

/* Hover effect */
.testimonial-sec .slick-dots li:hover {
  background-color: #fff;
}
/* Base arrow styling */
.testimonial-sec .custom-arrow {
/* display: none !important; */
  position: absolute;
  top: 45%;	
  transform: translateY(-50%);
  width: 17px;
  height: 15px;
  z-index: 2;
  cursor: pointer;
  background: transparent;
  transition: all .4s ease;
}
.testimonial-sec .custom-arrow:hover{
	opacity: 0.5;
}
/* Left arrow */
.testimonial-sec .slick-prev.custom-arrow {
  left: -35px;
}
/* Right arrow */
.testimonial-sec .slick-next.custom-arrow {
  right: -35px;
}
/* Add background image using ::before */
.testimonial-sec .custom-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('./images/prev.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* Override right arrow image */
.testimonial-sec .slick-next.custom-arrow::before {
  background-image: url('./images/next.svg');
}

@media(max-width: 1600px) {
	.testimonial-sec .testimonial-card .testimonial-content-wrapper{
		max-width: 375px;
	}
	.testimonial-sec .testimonial-card .testimonial-image img{
		min-width: 200px;
	}
	.testimonial-sec .testimonial-card .testimonial-image{
		min-width: 200px;
		width: 100%;
	}
	.testimonial-outer-sec .e-con-inner{
		max-width: 1235px !important;
	}
}
@media(max-width: 1349px) {
	.testimonial-outer-sec .e-con-inner{
		max-width: 970px !important;
	}
}
@media(max-width: 1199px) {
	.testimonial-sec .testimonial-card .testimonial-content-wrapper{
		max-width: 100%;
	}
	.testimonial-sec .testimonial-card .testimonial-content p{
		font-size: 18px;
	}
}
@media(max-width: 1070px) {
	.testimonial-sec .custom-arrow {
		display: none !important;
	}
	.testimonial-outer-sec .e-con-inner{
		max-width: 100% !important;
	}

}
@media(max-width: 992px) {
	.testimonial-sec .testimonial-card .testimonial-image{
		min-width: 300px;
	}
}
@media(max-width: 576px) {
	.testimonial-sec .testimonial-card{
		flex-direction: column ;
	}
	.testimonial-sec .testimonial-card .testimonial-image img{
		max-height: 260px;
		object-position: center center;
	}
	.testimonial-sec .testimonial-card .testimonial-image{
		max-height: 100%;
		max-width: 100%;
		min-height: 260px;
	}
	.testimonial-sec .testimonial-card .testimonial-content p{
		font-size: 16px;
	}
	
}

/*About-us page*/
.icon-grid-typ3 .icon-box-typ3{
	padding: 60px;
	border: 1px solid #000000E3;
}

.icon-grid-typ3 .icon-box-typ3 .elementor-icon-box-wrapper{
	max-width: 295px;
}
.icon-box-typ3 .elementor-icon-box-title{
	margin-top: 17px;
}
.icon-box-typ3:first-child .elementor-icon-box-title{
	margin-top: 7px;
}

@media(max-width: 992px) {
	.static-banner{
		min-height: 385px !important;
	}
	.icon-grid-typ3 .icon-box-typ3 .elementor-icon-box-title{
		font-size: 20px !important;
	}
	.icon-grid-typ3 .icon-box-typ3{
		padding: 30px;
	}
	.icon-grid-typ3 .icon-box-typ3 .elementor-icon{
		font-size: 40px !important;
	}
}
@media(min-width: 768px) {
	.icon-grid-typ3 .icon-box-typ3:nth-child(3n+2) .elementor-icon-box-wrapper {
		margin: 0 auto;
	}
	/* Remove left padding and left border from the first column in each row */
	.icon-grid-typ3 .icon-box-typ3:nth-child(3n+1) {
		padding-left: 0;
		border-left: 0;
	}

	/* Remove right border from the last column in each row */
	.icon-grid-typ3 .icon-box-typ3:nth-child(3n) {
		border-right: none;
		padding-right: 0px;
	}

	/* Remove top border from all items in the first row */
	.icon-grid-typ3 .icon-box-typ3:nth-child(-n+3) {
		border-top: none;
	}

	/* Remove bottom border from all items in the last row */
	.icon-grid-typ3 .icon-box-typ3{
		border-bottom: none;
		border-right: none;
	}
}
@media(max-width: 767px){
/* 	.apart-sec .e-con-inner{
		padding-top: 0px !important;
	} */
	/* Remove left padding and left border from the first column in each row (2n+1) */
	.icon-grid-typ3 .icon-box-typ3:nth-child(2n+1) {
		padding-left: 0;
		border-left: none;
	}
	.icon-grid-typ3 .icon-box-typ3 .elementor-icon-box-title{
		font-size: 18px !important;
	}

  /* Remove right border and right padding from the last column in each row (2n) */
  .icon-grid-typ3 .icon-box-typ3:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }

  /* Remove top border from all items in the first row (first 2 items) */
  .icon-grid-typ3 .icon-box-typ3:nth-child(-n+2) {
    border-top: none;
  }

  /* Remove bottom border from all items in the last row (last 2 items) */
  .icon-grid-typ3 .icon-box-typ3:nth-last-child(-n+2) {
    border-bottom: none;
  }
	.icon-grid-typ3 .icon-box-typ3{
		border-bottom: none;
		border-right: none;
	}
	.icon-grid-typ3 .icon-box-typ3{
		padding: 20px;
	}
	.icon-grid-typ3 .icon-box-typ3 .elementor-icon-box-title{
		font-size: 16px !important;
	}
	.icon-grid-typ3 .icon-box-typ3 .elementor-icon-box-description{
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.icon-grid-typ3 .icon-box-typ3 .elementor-widget-icon-box .elementor-icon-box-icon{
		width: fit-content !important;
		height: fit-content !important;
	}

}
/*Explore Services Section*/
.explore-services-sec #breadcrumbs, .explore-services-sec #breadcrumbs a{
	color: #636363 !important;
	margin-bottom: 0px !important;
}
.explore-services-sec .counter-box p{
	margin-bottom: 0px !important;
}
.explore-services-sec .counter-box{
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.explore-services-sec .counter-box:nth-last-child(-n+2){
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.explore-services-sec .content-col h2,
.explore-services-sec .content-col .elementor-widget-text-editor{
	max-width: 595px !important;
}

@media(max-width: 992px) {
	.explore-sec{
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
    .explore-services-sec .explore-sec {
        flex-direction: column !important;
    }
    .explore-services-sec .content-col h2,
    .explore-services-sec .content-col .elementor-widget-text-editor {
        max-width: 100% !important;
    }
}

@media(max-width: 768px) {
    .explore-services-sec .counter-box {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
	.explore-sec{
		padding-top: 50px !important;
        padding-bottom: 50px !important;
	}
}

@media(max-width: 576px) {
    .explore-services-sec .e-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .explore-services-sec .counter-box {
        border-bottom: 1px solid #000 !important;
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }
    .explore-services-sec .counter-box:last-child {
        border-bottom: none !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
}

/*About Us Gallery Section*/
/* .about-gallery .inner-gallery{
	position: relative !important;
	min-height: 724px !important;
}
.about-gallery .inner-gallery img{
	width: 100% !important;
	height: auto !important;
	object-fit: cover !important;
}

.about-gallery .inner-gallery .gallery-item1{
	position: absolute;
	left:0;
	top:0;
	right: auto;
}
.about-gallery .inner-gallery .gallery-item2{
	position: absolute;
	left:375px;
	top:auto;
	right: auto;
	bottom: 0;
	z-index: 1;
}
.about-gallery .inner-gallery .gallery-item3{
	position: absolute;
	left:710px;
	top:56px;
	right: auto;
	bottom: auto;
}
.about-gallery .inner-gallery .gallery-item4{
	position: absolute;
	left:auto;
	top:auto;
	right: 0;
	bottom: 88px;
	z-index: 1;
} */

/* Base Styles: Applied to ALL screen sizes. 
   These establish the FIXED layout for screens WIDER than 1475px. */
.explore-sec .content-col .elementor-widget-text-editor p{
	margin-bottom: 0px;
}
.about-gallery .inner-gallery {
	position: relative !important;
	/* Fixed height for large screens (maintains maximum layout) */
	min-height: 724px !important; 
	/* Sets a maximum width for the container to stop scaling */
	max-width: 1475px; 
	margin-left: auto; /* Centers the container */
	margin-right: auto;
}

.about-gallery .inner-gallery img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover !important;
}

/* Base (Fixed) Positioning & Sizing for wide screens (> 1475px) */

.about-gallery .inner-gallery .gallery-item1 {
	position: absolute;
	width: 475px; /* Original width */
	left: 0px; 
	top: 0px;
	max-width: 475px !important;
	max-height: 360px !important;
}
.about-gallery .inner-gallery .gallery-item2 {
	position: absolute;
	width: 357px; /* Original width */
	left: 375px; 
	bottom: 0px;
	z-index: 1;
	max-width: 357px !important;
	max-height: 428px !important;
}
.about-gallery .inner-gallery .gallery-item3 {
	position: absolute;
	width: 515px; /* Original width */
	left: 710px; 
	top: 56px;
	max-width: 515px !important;
	max-height: 304px !important;
}
.about-gallery .inner-gallery .gallery-item4 {
	position: absolute;
	width: 374px; /* Original width */
	right: 0px; 
	bottom: 88px;
	z-index: 1;
	max-width: 374px !important;
	max-height: 448px !important;
}


/* Media Query: Overrides for screens UP TO 1475px (Responsive Scaling) */
@media (max-width: 1475px) {
    
    .about-gallery .inner-gallery {
		/* Overrides max-width to allow the inner gallery to fill the screen on smaller sizes */
		max-width: 100%; 
		/* CHANGES height to scale proportionally using vw */
        min-height: 49.1vw !important; 
    }

    /* Item 1: 32.2% width, 0% left, 0% top */
    .about-gallery .inner-gallery .gallery-item1 {
        width: 32.2%; 
        left: 0%; 
        top: 0%;
    }

    /* Item 2: 24.2% width, 25.4% left, 0% bottom */
    .about-gallery .inner-gallery .gallery-item2 {
        width: 24.2%;
        left: 25.4%; 
        bottom: 0%;
    }

    /* Item 3: 34.9% width, 48.1% left, 7.7% top */
    .about-gallery .inner-gallery .gallery-item3 {
        width: 34.9%;
        left: 48.1%; 
        top: 7.7%;
    }

    /* Item 4: 25.3% width, 0% right, 12.1% bottom */
    .about-gallery .inner-gallery .gallery-item4 {
        width: 25.3%;
        right: 0%; 
        bottom: 12.1%;
    }
}
/* NEW Media Query: Overrides for screens UP TO 768px (4-Image 2x2 Overlap Layout) */
@media (max-width: 768px) {   
	.about-gallery{
		padding-bottom: 200px !important;
	}
    /* 1. Adjust the Container Height */
    .about-gallery .inner-gallery {
        min-height: 100vw !important; 
        max-width: 100%; 
    }   
    /* 2. Ensure all items are absolutely positioned and visible */
    .about-gallery .inner-gallery .gallery-item1,
    .about-gallery .inner-gallery .gallery-item2,
    .about-gallery .inner-gallery .gallery-item3,
    .about-gallery .inner-gallery .gallery-item4 {
        position: absolute !important;
        display: block !important;    
        float: none !important;
    }
    /* TOP ROW (Items 1 and 3) */
    /* Item 1: Top-Left (Wide and slightly overlapping Item 3) */
    .about-gallery .inner-gallery .gallery-item1 {
        width: 68%; /* Wider item */
        left: 0%; 
        top: 0%;
    }
    /* Item 3: Top-Right (Slightly narrower and overlapping Item 1) */
    .about-gallery .inner-gallery .gallery-item3 {
        width: 68%; 
        left: 0; /* Allow item to float off the right edge */
        right: 0%;
        top: 60%; 
		z-index: 1;/* Push down slightly for visual separation from top edge */
    }
    /* BOTTOM ROW (Items 2 and 4) */
    /* Item 2: Bottom-Left (Overlapping Item 4) */
    .about-gallery .inner-gallery .gallery-item2 {
        width: 45%; 
        right: 0%; /* Push slightly off the left edge */
		left: auto;
        top: 20%;
		bottom: auto;
        z-index: 1;
    }
    /* Item 4: Bottom-Right (Overlapping Item 2) */
    .about-gallery .inner-gallery .gallery-item4 {
        width: 40%; 
        left: auto;
        right: 0%; 
        top: 80%;
        bottom: auto; /* Lift slightly off the bottom edge */
       
    }
}
@media(max-width: 496px) {
	.about-gallery{
		padding-bottom: 145px !important;
	}
}
/*Thank you page*/
.thankyou-sec{
	padding: 90px 20px;
}
.thankyou-sec .container{
	max-width: 1475px;
	margin: 0 auto;
}
.thankyou-sec .hd-typ6 p{
	padding-bottom: 30px;
	color: #636363;
	line-height: normal;
	max-width: 400px;
	margin: 0 auto;
}
.thankyou-sec .hd-typ2{
	margin: 0px !important;
	padding-bottom: 10px;
	font-weight: 600;
	color: #000;
}
.thankyou-sec .thanks-page{
	text-align: center;
}
.thankyou-sec .thank-btn{
	display: inline-block;
	color: #fff !important;
    font-family: 'DM Sans';
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
    background: #101957;
    text-align: center;
    padding: 15px 25px;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
    border-radius: 0px !important;
}
.thankyou-sec .thank-btn:hover{
	border: 1px solid #101957;
    color: #101957 !important;
    background: transparent;
}

/*Servies page*/
.ameture-sec #breadcrumbs, .ameture-sec #breadcrumbs a{
	color: #636363 !important;
	margin-bottom: 0px !important;
}
/* .ameture-sec .ameture-content,
.ameture-sec .ameture-img{
	max-width: fit-content !important;
} */
.ameture-sec .ameture-img img{
	width: 100% ;
	height: 100% ;
	max-width: 482px ;
	max-height: 578px ;
	object-fit: cover ;
}
.ameture-sec .ameture-content .sec-desc{
	max-width: 850px !important;
}

.ameture-sec .ameture-content .sec-desc p{
	margin-bottom: 0px !important;
}
@media(max-width: 992px) {
	.ameture-inner-sec{
		flex-direction: column !important;
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.ameture-sec .e-con-inner{
		padding-bottom: 0px !important;
	}
	.ameture-inner-sec .ameture-img{
		width: 100% !important;
		display: block !important;
		text-align: left !important;
	}
	.ameture-inner-sec .ameture-img img{
		max-width: 100%;
	}
	.icon-box-typ1 .e-grid{
		padding-top: 50px !important;
	}
}
@media(max-width: 768px) {
	.ameture-inner-sec{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}

/*We work section*/
.we-work-sec-grid{
	display: grid;
	grid-template-columns: repeat(4,1fr);
}
.we-work-sec-grid .slick-slide{
	margin: 0 12.5px;
}
.we-work-sec-grid .slick-list{
	margin: 0  -12.5px;
}
/* Keep the original image styling */
.we-work-sec-grid .we-work-sec-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.we-work-sec-grid .we-work-sec-image{
	width: 100%;
	max-width: 350px; 
	height: 350px;
	overflow: hidden;
}

.we-work-sec-grid .we-work-sec-title{
	color: #fff;
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 0px;
	font-weight: 600;
	line-height: normal;
}
@media(max-width: 1199px) {
	.we-work-sec-grid .we-work-sec-title{
		font-size: 20px;
	}
	.we-work-sec-grid .we-work-sec-image{
		height: 300px;
	}
}
@media(max-width: 992px) {
	.we-work-sec-grid{
		grid-template-columns: repeat(2,1fr);
		gap: 50px 30px;
	}
	.we-work-sec-grid .we-work-sec-image{
		max-height: 100%;
		max-width: 100%;
	}
}
@media(max-width: 768px) {
	.we-work-sec-grid{
		gap: 25px 15px;
	}
	.we-work-sec-grid .we-work-sec-title{
		font-size: 14px;
		margin-top: 5px;
	}
	.we-work-sec-grid .we-work-sec-image{
		height: 250px;
	}
}
@media(max-width: 576px) {
	.we-work-sec-grid .we-work-sec-image{
		height: 200px;
	}
}
/*yesCookies butons*/
.cky-btn-revisit-wrapper{
	display: none !important;
}
.cky-btn-accept:hover{
	background: transparent !important;
	color: #101957 !important;
	opacity: 1 !important;
}
.cky-btn-reject:hover,
.cky-btn-customize:hover,
.cky-btn-preferences:hover{
	color: #fff !important;
	background: #101957 !important;
	opacity: 1 !important;
}
.cky-audit-table{
	background-color: transparent !important;
}

/*Sitemap Page*/
.sitemap-page .sitemap-menu{
	padding: 50px 20px; 
}
.sitemap-page .sitemap-list{
	list-style: none;
	padding-left: 0px;
}
/* .sitemap-page .sitemap-list .page-item-422,
.sitemap-page .sitemap-list .page-item-547{
	display: none;
} */
.sitemap-page .sitemap-list .menu-item a{
	color: #212121;
	font-size: 18px;
	transition: all .3s ease;
}
.sitemap-page #breadcrumbs{
	margin-bottom: 20px;
}
.sitemap-page .sitemap-list .menu-item a:hover{
	color: #101957;
}
.sitemap-page .sitemap-list .menu-item{
	margin-bottom: 15px;
}
.sitemap-page .hd-typ2{
	color: #fff;
}
.sitemap-page .sitemap-head{
	background: #000;
	padding: 50px 20px;
}
.sitemap-page .menu-item-has-children>a{
	font-weight: 600;
	position: relative;
}
.sitemap-page .menu-item-has-children a::before {
  content: "View All ";
}
.page-id-545 .sitemap-page .menu-item-has-children a::before {
  content: "Alle anzeigen ";
}

.sitemap-page .menu-item-has-children .children{
	margin-top: 10px;
}
.sitemap-page .sitemap-list .sub-menu{
	list-style: none;
	margin-top: 10px;
	padding-left: 0px;
}
.sitemap-page .sitemap-list .sub-menu li{
	position: relative;	
	padding-left: 20px;
}
.sitemap-page .menu-item-has-children .sub-menu li::before{
	content: '';
	background: url('./images/dropdown-arrow.svg') no-repeat center center;
	width: 10px;
	height: 10px;
	background-size: 10px;
	transform: rotate(270deg);
	position: absolute;
	left: 0px;
	top: 9px;
}


@media(max-width: 768px) {
	.sitemap-page .sitemap-list ul:not(.children){
		column-count: 1;
	}
		.sitemap-page .hd-typ2{
		font-size: 28px;
	}
}

/*CMS PAGE*/
.cms-content{
	padding: 0 20px;
}
.cms-page .page-header{
	background: #000;
	padding: 50px 20px;
}
.cms-page .page-header .page-name{
	color: #fff;
	margin-bottom: 0px;
}
.cms-page .e-con-inner{
	padding: 90px 0px;
}
.cms-page .content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.cms-page h1,.cms-page h2,.cms-page h3
.cms-page h4,.cms-page h5,.cms-page h6{
	margin-bottom: 20px;
}
.cms-page img{
	width: auto;
	height: auto;
	object-fit: cover;
	margin: 0 0 20px 0;
}
.cms-page ul{
	padding-left: 25px;
	margin-bottom: 20px;
}
@media(max-width: 992px) {
	.cms-page .hd-typ2{
		font-size: 32px;
	}
}
/*Search Result Page*/
.search-content-sec{
	padding: 50px 20px;
}
.search-sec .page-header h1{
	margin: 0px;
	color: #fff;
	font-weight: 500;
}
.search-sec .page-header{
	padding: 50px 20px;
	background: #000;
}
.search-sec .comments-area a, .page-content a{
	text-decoration: none ;
}
.search-content-sec .post .page-name a{
	color: #101957;
	line-height: 35px;
}
.search-content-sec .post .page-name a:hover{
	opacity: 0.8;
}
.search-content-sec .post .page-name{
	margin-top: 20px;
	margin-bottom: 10px;
}
.search-content-sec .post .wp-post-image{
	width: auto;
}
.search-content-sec .post:first-child .page-name{
	margin-top: 0px;
}
.search-content-sec p{
	line-height: 28px;
}
@media(max-width: 768px) {
	.cms-page h1, .search-sec h1{
		font-size: 28px;
	}
}
/*WPML Header Chnages*/
.main-header .offcanvas-items .wpml-ls-menu-item{
	display: none;
}
.menu-item.language-switcher{
	display: none;
}

/* Generic dropdown submenu */
.main-header .menu-item-has-children {
    position: relative;
}

.main-header .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 85px;
    left: auto;
    right: -10px;
    background: #FFFAF3;
    min-width: 200px;
    z-index: 1111;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 4px;;
}

.main-header .menu-item-has-children:hover > .sub-menu {
    display: block;
}

.main-header .menu-item-has-children .sub-menu li {
    padding: 10px 10px 10px 15px !important;
    border-top: 1px solid #a5a5a5;
}

.main-header .menu-item-has-children .sub-menu a {
    display: block;
	width: 100%;
    padding: 0px;
    font-size: 14px !important;
}

/* Dropdown arrow for any menu item with children */
.main-header .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url('./images/dropdown-arrow.svg') no-repeat center center;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.main-header .offcanvas-menu .menu-item-has-children > a::after{
	display: none;
}
.main-header .menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}
.main-header .header-wrappper .main-menu .btn-typ2 a{
	font-weight: 400;
	padding: 14.5px 26px !important;
}
@media(max-width: 992px) {
	.menu-item.language-switcher{
		display: block;
		margin-right: 0px;
		margin-left: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	.menu-item.language-switcher a{
		font-size: 18px;
	}
	.menu-item.language-switcher .sub-menu li a{
		font-size: 16px !important; 
	}
	.main-header .menu-item a{
		padding: 31px 20px 31px 20px;
	}
	.main-header .offcanvas-menu .menu-item-has-children:hover > .sub-menu{
		display: none;
	}
}
@media(max-width: 576px) {
	.main-header .menu-item a{
		padding: 21px 0 21px 20px;
	}
	.menu-item.language-switcher a{
		font-size: 16px;
	}
	.menu-item.language-switcher .sub-menu li a{
		font-size: 14px !important; 
	}
	.menu-item.language-switcher{
		padding-right: 0px;
	}
	.main-header .menu-item-has-children .sub-menu{
		top: 65px;
	}
}

.sos-grid .elementor-social-icons-wrapper{
	gap: 20px !important;
	display: grid;
	grid-template-columns: repeat(3,1fr) !important;
}
.lang-switcher-sec {
	display: inline-block;
	li > ul {
		display: none;
	}
	li:hover > ul {
		display: block;
	}
}
.lang-switcher-sec .menu{
	list-style: none;
	margin: 0;
	padding-left: 0px;
}
.lang-switcher-sec .menu .menu-item{
	position: relative;
	padding-right: 25px;
	cursor: pointer;
}
.lang-switcher-sec .wpml-ls-menu-item .wpml-ls-native{
	font-size: 14px;
}
.lang-switcher-sec .sub-menu a{
	padding: 0px !important;
}
.lang-switcher-sec .sub-menu{
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
	position: absolute;
	z-index: 1;
	right: -5px;
	top: 40px;
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	padding: 6px;
	background-color: #FFF1DD;
	border-top: 1px solid #0000001C;
	min-width: 80px;
}
.lang-switcher-sec .menu>.menu-item::after{
	content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0px;
	top: 50%;
    background: url(./images/dropdown-arrow.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}
.lang-switcher-sec .menu .menu-item a{
	gap: 5px;
	align-items: center;
	color: #000;
	padding: 12px 0px;
}
.lang-switcher-sec .wpml-ls-menu-item .wpml-ls-flag{
	height: 16px;
	width: 16px;
	border-radius: 19px;
	object-fit: cover;
}
.lang-switcher-sec .menu>.menu-item:hover::after{
	transform: translateY(-50%) rotate(180deg);
}
.lang-switcher-sec #menu-language-switcher-ger .sub-menu{
	right: 3px;
}

.lang-switcher-sec {
    -webkit-tap-highlight-color: transparent; 
    -webkit-touch-callout: none;
}
a, button, input, textarea, select, li {
    -webkit-tap-highlight-color: transparent; 
    -webkit-touch-callout: none;
}
.lang-switcher-sec .menu .menu-item {
    -webkit-tap-highlight-color: transparent;
}
@media(max-width: 767px) {
	.call-list .elementor-icon-list-items .elementor-icon-list-item:first-child{
		margin-right: 9px !important;
	}
	.lang-switcher-sec li:hover .sub-menu,
	.lang-switcher-sec .sub-menu{
		display: none;
	}
	.lang-switcher-sec .sub-menu.active{
		display: block !important;
	}
	.lang-switcher-sec .menu>.menu-item::after{
		transform: translateY(-50%) rotate(0deg) !important;
	}
	.lang-switcher-sec .menu>.menu-item.active::after{
		transform: translateY(-50%) rotate(180deg) !important;
	}
}
@media(max-width: 576px) {
	.sos-grid .elementor-social-icons-wrapper{
		gap: 15px !important;
	}
	.header-wrappper .menu-toggle img{
		height: 100%;
		
	}
}

/* About us page new gallery */
.about--new-gallery .inner-gallery-column .inner-gallery-item img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.about--new-gallery .img-col-1 {
  	margin: auto 0; 
	align-items: end;
}
.about--new-gallery .img-col-3 {
  	margin: auto 0;
	align-items: start;
}
.about--new-gallery .img-col-1 .item-1,
.about--new-gallery .img-col-3 .item-2{
	height: 500px;
	width: 100%;
}
.about--new-gallery .img-col-1 .item-2,
.about--new-gallery .img-col-3 .item-1{
	height: 295px;
	width: 100%;
}
.about--new-gallery .img-col-2 .item-1{
	height: 968px;
	width: 100%;
}
.about--new-gallery .img-col-2{min-width: 785px;}
@media(max-width: 1440px) {
	.about--new-gallery .inner-gallery,
	.about--new-gallery .inner-gallery .img-col-1,
	.about--new-gallery .inner-gallery .img-col-3{
		gap: 30px !important;
	}
	.about--new-gallery .img-col-2{min-width: 570px;}
}
@media(max-width: 1280px) {
	.about--new-gallery .img-col-2 .item-1{
		height: 600px;
	}
	.about--new-gallery .img-col-1 .item-1,
	.about--new-gallery .img-col-3 .item-2{
		height: 300px;
	}
	.about--new-gallery .img-col-1 .item-2,
	.about--new-gallery .img-col-3 .item-1{
		height: 200px;
	}
}
@media(max-width: 992px) {
	.about--new-gallery .img-col-2{min-width: 370px;}
	.about--new-gallery .inner-gallery, 
	.about--new-gallery .inner-gallery .img-col-1, 
	.about--new-gallery .inner-gallery .img-col-3{
		gap: 15px !important;
	}
	.about--new-gallery .img-col-2 .item-1{
		height: 400px;
	}
	.about--new-gallery .img-col-1 .item-1,
	.about--new-gallery .img-col-3 .item-2{
		height: 200px;
	}
	.about--new-gallery .img-col-1 .item-2,
	.about--new-gallery .img-col-3 .item-1{
		height: 100px;
	}
}
@media(max-width: 576px) {
	.about--new-gallery .img-col-2{min-width: 160px;}
	.about--new-gallery .inner-gallery, 
	.about--new-gallery .inner-gallery .img-col-1, 
	.about--new-gallery .inner-gallery .img-col-3{gap: 10px !important;}
	.about--new-gallery .img-col-1 .item-1, 
	.about--new-gallery .img-col-3 .item-2{height: 100px;}
	.about--new-gallery .img-col-1 .item-2, 
	.about--new-gallery .img-col-3 .item-1{height: 70px;}
	.about--new-gallery .img-col-2 .item-1{height: 215px;}
}