/* ==========================
   Base Styles (Desktop)
   ========================== */
* {
	font-family: "Century Gothic", Sans-serif;
}

.book-now a {
	display: inline-block;
	padding: 5px 20px;
	height: 40px !important;
	background: #FF713F;
	border-radius: 50px;
	color: #fff !important;
}

.book-now a:hover {
	display: inline-block;
	padding: 5px 20px;
	height: 40px !important;
	background: #FF713F;
	border-radius: 50px;
	color: #fff !important;
}


.trp-language-switcher-container {
	height: 50px;
	width: 50px;
	margin: auto 20px;
	align-items: center;
	justify-items: center;
	line-height: unset !important;
	border-radius: 50%;
	border: 1px solid #142E41;
}

.trp-language-switcher-container a {
	padding: 0 !important;
	margin: 0;
}

.current_page_item {
	font-weight: bold;
}

.elementor-element.elementor-element-5715334.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > .e-con-inner {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

div#wpcf7-f845-o1 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
}

.wpcf7 form {
	position: relative;
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.wpcf7 form textarea,
.wpcf7 form input {
	border: 1px solid #A1ABB3;
	background: #FDFEFD;
	border-radius: 8px;
	padding: 14px 19px !important;
}

.wpcf7 form textarea {
	height: 100px !important;
	min-height: 100px !important;
	max-height: 100px !important;
}

.wpcf7 form div {
	display: none;
}

.wpcf7 {
	display:flex;
	align-items:flex-end;
}
.wpcf7 h5 {
	width: 100%;
}
.wpcf7 form {
	max-width:100%;
	width:100%;
}

aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner p {
	margin-bottom: 10px;
}

#submit_reach_us {
	color: #FFF;
	background: #FF713F;
	border: 0;
	border-radius: 100px;
}

#wpcf7-f845-o1 p {
	margin: 0;
}

#wpcf7-f845-o1 label {
	font-size: 0;
	color: transparent;
}

#wpcf7-f845-o1 br {
	display: none;
}

#astra-footer-menu {
	gap: 10px;
}

.ast-footer-social-1-wrap .ast-social-color-type-custom .social-item-label {
	padding:0;
	margin-right:10px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	padding: 50px 100px 20px 100px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row-container-inner {
	margin: auto 50px;
	border-top: 1px solid #142E41;
	padding: 0;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
	padding: 10px 0 0 0;
}

.jp-relatedposts,
.sharedaddy {
	display: none !important;
}

.ast-single-entry-banner[data-post-type="post"] {
	padding: 0;
}

.ast-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: flex !important;
	justify-content: center;
	overflow: hidden;
	flex-direction: column;
	gap: 20px;
}

.post-thumb-img-content.post-thumb {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 60vh;
	margin: 0 !important;
	position: relative;
	overflow: hidden;
}

.post-thumb-img-content.post-thumb img {
	position: absolute;
	aspect-ratio: unset !important;
	width: 100%;
	height: auto !important;
}

.entry-title {
	z-index: 1;
	text-align: left !important;
	margin: 0 200px;
	color: #000;
	font-weight: bold;
	font-size: 40px;
}

.entry-meta {
	text-align: left !important;
	margin: 0 200px;
	color: #000;
}

.ast-page-builder-template.single-post .site-content > .ast-container {
	max-width: 100%;
	width: 100%;
}

.ast-page-builder-template.single-post .site-content > .ast-container * {
	color: #000;
}

.elementor-5991 .elementor-element.elementor-element-18f146ed {
	padding: 0;
}

.site-main {
	max-width: 100%;
	padding: 20px 200px !important;
}

.ast-single-post.ast-page-builder-template .site-main > article,
.woocommerce.ast-page-builder-template .site-main,
.ast-page-builder-template .post-navigation {
	padding: 0 !important;
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
	display: flex;
	max-width: 500px !important;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 50px;
}

.navigation.post-navigation {
	display: none;
}

	.site-footer-primary-section-1.site-footer-section.site-footer-section-1 figure {
		width: 100px
	}

/* ==========================
   Responsive Styles
   ========================== */

/* Tablets or smaller screens */
@media (max-width: 1024px) {

	.book-now a {
	width: auto;
    min-width: auto;
    max-width: max-content;
    margin: auto 20px;
}
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		padding: 50px; /* Reduced from 100px */
	}

	.entry-title,
	.entry-meta {
		margin: 0 100px; /* Reduced from 0 200px */
	}

	.site-main {
		padding: 20px 100px !important; /* Reduced from 20px 200px */
	}

	.post-thumb-img-content.post-thumb {
		height: 40vh; /* Example adjustment */
	}
}

/* Mobile devices */
@media (max-width: 768px) {
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		padding: 20px; /* Even smaller for mobile */
	}

	.entry-title,
	.entry-meta {
		margin: 0 20px; /* Much smaller margin */
		font-size: 32px; /* Slightly reduced font size */
	}

	.site-main {
		padding: 20px 20px !important;
	}

	.post-thumb-img-content.post-thumb {
		height: auto;
		min-height: 250px; /* Give a minimum height if needed */
	}

	/* Example to reduce gap in forms on small screens */
	#wpcf7-f845-o1, .wpcf7 form {
		gap: 10px;
	}
	.ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"]{
	}
	
	.footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu {
		gap: 5px !important;
		margin-bottom: 20px !important;
	}
	
	.footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu .menu-item{
		align-items: flex-start !important;
		margin-bottom: 10px;
	}
	
	.footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu .menu-item a {
		padding: 0 !important;
	}
}

.elementor-accordion-item {
 border-bottom: 1px solid #142E41 !important;
	padding-top: 7px;
	padding-bottom: 7px;
}

.elementor-accordion-item:first-child {
 border-top: 1px solid #142E41 !important;	
}

.team-container > .elementor-element span {
	opacity:0;
	display:none;
	transition: opacity 200ms ease-in-out;
}

.team-container > .elementor-element:hover span {
	opacity: 1;
	display:block;
}

.team-container > .elementor-element h2 {
	opacity:1;
	display:block;
	transition: opacity 200ms ease-in-out;
}

.team-container > .elementor-element:hover h2 {
	opacity: 0;
	display:none;
}



.footer-widget-area-inner {
	text-align: start !important;
}

.trp-language-switcher-container a{
	display: inline-block;
}
@media (max-width: 768px) {
.trp-language-switcher-container {
	height: 50px !important;
	width: 50px !important; 
	margin-top: 20px;
	align-items: center;
	justify-items: center;
	line-height: unset !important;
	border-radius: 50%;
	border: 1px solid #142E41;
	}
	.trp-language-switcher-container a {

	    display: inline !important;
    width: auto !important;
    height: auto !important;
}
}

#ast-scroll-top{
	display:none;
}

.FAQ{
	height: 1600px;
	max-height: 1600px
}/* ==========================
   Base Styles (Desktop)
   ========================== */
* {
	font-family: "Century Gothic", Sans-serif;
}

.book-now a {
	display: inline-block;
	padding: 5px 20px;
	height: 40px !important;
	background: #FF713F;
	border-radius: 50px;
	color: #fff !important;
}

.book-now a:hover {
	display: inline-block;
	padding: 5px 20px;
	height: 40px !important;
	background: #FF713F;
	border-radius: 50px;
	color: #fff !important;
}


.trp-language-switcher-container {
	height: 50px;
	width: 50px;
	margin: auto 20px;
	align-items: center;
	justify-items: center;
	line-height: unset !important;
	border-radius: 50%;
	border: 1px solid #142E41;
}

.trp-language-switcher-container a {
	padding: 0 !important;
	margin: 0;
}

.current_page_item {
	font-weight: bold;
}

.elementor-element.elementor-element-5715334.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > .e-con-inner {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

div#wpcf7-f845-o1 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
}

.wpcf7 form {
	position: relative;
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.wpcf7 form textarea,
.wpcf7 form input {
	border: 1px solid #A1ABB3;
	background: #FDFEFD;
	border-radius: 8px;
	padding: 14px 19px !important;
}

.wpcf7 form textarea {
	height: 100px !important;
	min-height: 100px !important;
	max-height: 100px !important;
}

.wpcf7 form div {
	display: none;
}

.wpcf7 {
	display:flex;
	align-items:flex-end;
}
.wpcf7 h5 {
	width: 100%;
}
.wpcf7 form {
	max-width:100%;
	width:100%;
}

aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner p {
	margin-bottom: 10px;
}

#submit_reach_us {
	color: #FFF;
	background: #FF713F;
	border: 0;
	border-radius: 100px;
}

#wpcf7-f845-o1 p {
	margin: 0;
}

#wpcf7-f845-o1 label {
	font-size: 0;
	color: transparent;
}

#wpcf7-f845-o1 br {
	display: none;
}

#astra-footer-menu {
	gap: 10px;
	justify-content: flex-start;
}

.ast-footer-social-1-wrap .ast-social-color-type-custom .social-item-label {
	padding:0;
	margin-right:10px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	padding: 50px 100px 20px 100px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row-container-inner {
	margin: auto 50px;
	border-top: 1px solid #142E41;
	padding: 0;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
	padding: 10px 0 0 0;
}

.jp-relatedposts,
.sharedaddy {
	display: none !important;
}

.ast-single-entry-banner[data-post-type="post"] {
	padding: 0;
}

.ast-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: flex !important;
	justify-content: center;
	overflow: hidden;
	flex-direction: column;
	gap: 20px;
}

.post-thumb-img-content.post-thumb {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 60vh;
	margin: 0 !important;
	position: relative;
	overflow: hidden;
}

.post-thumb-img-content.post-thumb img {
	position: absolute;
	width: 100%;
	height: auto !important;
}

.entry-title {
	z-index: 1;
	text-align: left !important;
	margin: 0 200px;
	color: #000;
	font-weight: bold;
	font-size: 40px;
}

.entry-meta {
	text-align: left !important;
	margin: 0 200px;
	color: #000;
}

.ast-page-builder-template.single-post .site-content > .ast-container {
	max-width: 100%;
	width: 100%;
}

.ast-page-builder-template.single-post .site-content > .ast-container * {
	color: #000;
}

.elementor-5991 .elementor-element.elementor-element-18f146ed {
	padding: 0;
}

.site-main {
	max-width: 100%;
	padding: 20px 200px !important;
}

.ast-single-post.ast-page-builder-template .site-main > article,
.woocommerce.ast-page-builder-template .site-main,
.ast-page-builder-template .post-navigation {
	padding: 0 !important;
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
	display: flex;
	max-width: 500px !important;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 50px;
}

.navigation.post-navigation {
	display: none;
}

	.site-footer-primary-section-1.site-footer-section.site-footer-section-1 figure {
		width: 100px
	}

/* ==========================
   Responsive Styles
   ========================== */

/* Tablets or smaller screens */
@media (max-width: 1024px) {

	.book-now a {
	width: auto;
    min-width: auto;
    max-width: max-content;
    margin: auto 20px;
}
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		padding: 50px; /* Reduced from 100px */
	}

	.entry-title,
	.entry-meta {
		margin: 0 100px; /* Reduced from 0 200px */
	}

	.site-main {
		padding: 20px 100px !important; /* Reduced from 20px 200px */
	}

	.post-thumb-img-content.post-thumb {
		height: 40vh; /* Example adjustment */
	}
}

/* Mobile devices */
@media (max-width: 768px) {
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		padding: 20px; /* Even smaller for mobile */
	}

	.entry-title,
	.entry-meta {
		margin: 0 20px; /* Much smaller margin */
		font-size: 32px; /* Slightly reduced font size */
	}

	.site-main {
		padding: 20px 20px !important;
	}

	.post-thumb-img-content.post-thumb {
		height: auto;
		min-height: 250px; /* Give a minimum height if needed */
	}

	/* Example to reduce gap in forms on small screens */
	#wpcf7-f845-o1, .wpcf7 form {
		gap: 10px;
	}
	.ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"]{
	}
	
	.footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu {
		gap: 5px !important;
		margin-bottom: 20px !important;
	}
	
	.footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu .menu-item{
		align-items: flex-start !important;
		margin-bottom: 10px;
	}
	
	.footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu .menu-item a {
		padding: 0 !important;
	}
}

.elementor-accordion-item {
 border-bottom: 1px solid #142E41 !important;
	padding-top: 7px;
	padding-bottom: 7px;
}

.elementor-accordion-item:first-child {
 border-top: 1px solid #142E41 !important;	
}

.team-container > .elementor-element span {
	opacity:0;
	display:none;
	transition: opacity 200ms ease-in-out;
}

.team-container > .elementor-element:hover span {
	opacity: 1;
	display:block;
}

.team-container > .elementor-element h2 {
	opacity:1;
	display:block;
	transition: opacity 200ms ease-in-out;
}

.team-container > .elementor-element:hover h2 {
	opacity: 0;
	display:none;
}



.footer-widget-area-inner {
	text-align: start !important;
}

.trp-language-switcher-container a{
	display: inline-block;
}
@media (max-width: 768px) {
.trp-language-switcher-container {
	height: 50px !important;
	width: 50px !important; 
	margin-top: 20px;
	align-items: center;
	justify-items: center;
	line-height: unset !important;
	border-radius: 50%;
	border: 1px solid #142E41;
	}
	.trp-language-switcher-container a {

	    display: inline !important;
    width: auto !important;
    height: auto !important;
}
}

#ast-scroll-top{
	display:none;
}

.FAQ{
	height: 1600px;
	max-height: 1600px
}