@font-face {
    font-family: 'Alternate Gothic';
    src: url('/wp-content/uploads/fonts/AlternateGotNo1D.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6,
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6 {
    font-family: 'Alternate Gothic', sans-serif !important;
	line-height: 1em !important;
	font-weight: 500 !important;
}

h1{
	font-size: 100px !important;
}

h2{
	font-size: 76px !important;
}

h3{
	font-size: 70px !important;
}

h4{
	font-size: 60px !important;
}
h5{
	font-size: 44px !important;
}
h6{
	font-size: 38px !important;
}


@font-face {
    font-family: 'Tablet Gothic Regular';
    src: url('/wp-content/uploads/fonts/TabletGothicW02Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Apply to all paragraph text */
.ast-custom-button, li, ul, p,.elementor-button-text,.elementor-testimonial-content,
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
    font-family: 'Tablet Gothic Regular', sans-serif !important;
}
p, .elementskit-infobox .box-body > p{
	font-size: 20px;
}

@media (max-width: 767px) {
	h1{
	font-size: 60px !important;
}

h2{
	font-size: 50px !important;
}

h3{
	font-size: 36px !important;
}

h4{
	font-size: 30px !important;
}
h5{
	font-size: 26px !important;
}
h6{
	font-size: 24px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
		h1{
	font-size: 66px !important;
}

h2{
	font-size: 56px !important;
}

h3{
	font-size: 42px !important;
}

h4{
	font-size: 36px !important;
}
h5{
	font-size: 32px !important;
}
h6{
	font-size: 30px !important;
}
}
/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/* #ast-desktop-header > div{
	background-color: #E4F0F7;
	padding-left: 10px;
	padding-right: 10px;
}
#ast-desktop-header > div > div{
	padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    border: 1px solid #F77979
;
	position: fixed;
	width: 98.5%;

} */
#ast-desktop-header > div > div{
/* 	padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px; */
/*     border: 1px solid #F77979; */
	position: fixed;
	width: 100%;

} 
#menu-footer-01 li a,#menu-footer-02 li a ,#text-4 > div > div > div, .address p a ,#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-equal.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1 > div > div > p:nth-child(2){
	color: #000 !important;
}

#block-13 > h2{
	color: #A365A3 !important;
}
#block-12 > h2{
	color: #F77979  !important;
}
#block-10 > h2{
	color: #91c8e4  !important;
}

#block-13 > h2{
	margin-top: -50px !important;
}

/* @media screen and (max-width: 1024px) {
 

#block-13 > h2 {
margin-top: 0 !important;
}
	} */

@media (max-width: 768px){
	#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-equal.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1 > div > div > p:nth-child(2){
		text-align: center !important;
	}
	
	#block-13 > h2 {
    margin-top: 0px !important;
}
}

/* TABLET VIEW (1 row + 3 columns layout) */
/* TABLET VIEW — 1st row = 1 column, 2nd row = 3 columns */
@media (min-width: 768px) and (max-width: 1024px) {

  /* Turn Astra footer container into grid */
  .ast-builder-footer-grid-columns {
    display: grid !important;
    grid-template-columns: 1fr !important;  /* Row 1 = 1 column */
    grid-template-rows: auto auto;
    row-gap: 30px;
  }

  /* ---------- ROW 1 ---------- */
  .site-footer-primary-section-1 {
    order: 1 !important;
    grid-column: 1 / -1 !important; /* full width */
  }

  /* ---------- ROW 2 = 3 columns ---------- */
  .site-footer-primary-section-2,
  .site-footer-primary-section-3,
  .site-footer-primary-section-4 {
    order: 2 !important;
  }

  /* Make row 2 into 3 equal columns */
  .site-footer-primary-section-2,
  .site-footer-primary-section-3,
  .site-footer-primary-section-4 {
    display: block !important; /* reset flex */
  }

  /* Create the 3-column grid for row-2 items */
  .site-footer-primary-section-2,
  .site-footer-primary-section-3,
  .site-footer-primary-section-4 {
    grid-column: span 1 !important;
  }

  /* Row 2 wrapper (the container) */
  .ast-builder-footer-grid-columns {
    grid-template-columns: 1fr 1fr 1fr; /* 3 columns for row 2 */
  }

  /* Ensure row 1 stays alone */
  .site-footer-primary-section-1 {
    grid-column: 1 / 4 !important; /* spans all 3 columns */
  }
	#colophon > div.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-equal.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack > div > div > div.site-footer-primary-section-1.site-footer-section.site-footer-section-1 > div.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1 > div > div > p:nth-child(2){
		text-align: center !important;
	}

}


.lift-on-hover:hover,
.lift-on-hover:focus {             /* keyboard accessibility */
  transform: translateY(-8px);     /* negative Y = upward */
  box-shadow: 0 18px 36px rgba(0,0,0,0.12);
	border-radius: 30px 0px 30px 0px;
}
/* 
#post-141 > div > div > div.elementor-element.elementor-element-48f27b61.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > div > div.elementor-element.elementor-element-2d356c3c.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-259574c9.ekit-equal-height-disable.elementor-widget.elementor-widget-elementskit-icon-box > div > div > div{
	background-color: transparent !important;
	border: none !important;
} */

#post-141 > div > div > div.elementor-element.elementor-element-48f27b61.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded > div > div.elementor-element.elementor-element-2d356c3c.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-259574c9.ekit-equal-height-disable.elementor-widget.elementor-widget-elementskit-icon-box > div{
	background-image: none !important;
}


/* foo galler */

/* Keep layout for first 3 visible items */
#foogallery-gallery-6345.fg-simple_portfolio {
    display: grid !important;
    grid-template-columns: 70% 30%;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

/* LEFT big image */
#foogallery-gallery-6345 .fg-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

/* RIGHT top */
#foogallery-gallery-6345 .fg-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

/* RIGHT bottom */
#foogallery-gallery-6345 .fg-item:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

/* Make images fit nicely */
#foogallery-gallery-6345 .fg-item-inner,
#foogallery-gallery-6345 .fg-image-wrap,
#foogallery-gallery-6345 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Hide all images after the 3rd one */
#foogallery-gallery-6345 .fg-item:nth-child(n+4) {
    display: none !important;
}


#foogallery-gallery-6345 .fg-item-inner, #foogallery-gallery-6345 .fg-image-wrap, #foogallery-gallery-6345 img{
	justify-content: center !important;
	background-color: #F8FAFA !important;

}

.foogallery .fg-image-overlay, .foogallery.fg-video-sticky:not(.fg-caption-hover,.fg-preset) .fg-type-video.fg-loaded .fg-item-inner:focus-within .fg-image-overlay, .foogallery.fg-video-sticky:not(.fg-caption-hover,.fg-preset) .fg-type-video.fg-loaded .fg-item-inner:hover .fg-image-overlay{

background-color: transparent !important;
}


/* /test */


/* Keep layout for first 3 visible items */
 #foogallery-gallery-6345.fg-simple_portfolio {
     display: grid !important;
     grid-template-columns: 70% 30%;
     grid-template-rows: 1fr 1fr;
     gap: 10px;
}
/* LEFT big image */
 #foogallery-gallery-6345 .fg-item:nth-child(1) {
     grid-column: 1 / 2;
     grid-row: 1 / 3;
}
/* RIGHT top */
 #foogallery-gallery-6345 .fg-item:nth-child(2) {
     grid-column: 2 / 3;
     grid-row: 1 / 2;
}
/* RIGHT bottom */
 #foogallery-gallery-6345 .fg-item:nth-child(3) {
     grid-column: 2 / 3;
     grid-row: 2 / 3;
}
/* Make images fit nicely */
 #foogallery-gallery-6345 .fg-item-inner, #foogallery-gallery-6345 .fg-image-wrap, #foogallery-gallery-6345 img {
     width: 100% !important;
     height: 100% !important;
     object-fit: cover !important;
}
/* Hide all images after the 3rd one */
 #foogallery-gallery-6345 .fg-item:nth-child(n+4) {
     display: none !important;
}

/* strecth img */
/* Right column items full height */
#foogallery-gallery-6345 .fg-item:nth-child(2),
#foogallery-gallery-6345 .fg-item:nth-child(3) {
    height: 100% !important;
}

/* All wrappers inside right column must stretch */
#foogallery-gallery-6345 .fg-item:nth-child(2) *,
#foogallery-gallery-6345 .fg-item:nth-child(3) * {
    height: 100% !important;
}

/* Image should fill available height */
#foogallery-gallery-6345 .fg-item:nth-child(2) img,
#foogallery-gallery-6345 .fg-item:nth-child(3) img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}



/* kitchen galler */

/* Keep layout for first 3 visible items */
#foogallery-gallery-6388.fg-simple_portfolio {
    display: grid !important;
    grid-template-columns: 70% 30%;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

/* LEFT big image */
#foogallery-gallery-6388 .fg-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

/* RIGHT top */
#foogallery-gallery-6388 .fg-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

/* RIGHT bottom */
#foogallery-gallery-6388 .fg-item:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

/* Make images fit nicely */
#foogallery-gallery-6388 .fg-item-inner,
#foogallery-gallery-6388 .fg-image-wrap,
#foogallery-gallery-6388 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Hide all images after the 3rd one */
#foogallery-gallery-6388 .fg-item:nth-child(n+4) {
    display: none !important;
}


#foogallery-gallery-6388 .fg-item-inner, #foogallery-gallery-6345 .fg-image-wrap, #foogallery-gallery-6388 img{
	justify-content: center !important;
	background-color: #F8FAFA !important;

}

.foogallery .fg-image-overlay, .foogallery.fg-video-sticky:not(.fg-caption-hover,.fg-preset) .fg-type-video.fg-loaded .fg-item-inner:focus-within .fg-image-overlay, .foogallery.fg-video-sticky:not(.fg-caption-hover,.fg-preset) .fg-type-video.fg-loaded .fg-item-inner:hover .fg-image-overlay{

background-color: transparent !important;
}


/* /test */


/* Keep layout for first 3 visible items */
 #foogallery-gallery-6388.fg-simple_portfolio {
     display: grid !important;
     grid-template-columns: 70% 30%;
     grid-template-rows: 1fr 1fr;
     gap: 10px;
}
/* LEFT big image */
 #foogallery-gallery-6388 .fg-item:nth-child(1) {
     grid-column: 1 / 2;
     grid-row: 1 / 3;
}
/* RIGHT top */
 #foogallery-gallery-6388 .fg-item:nth-child(2) {
     grid-column: 2 / 3;
     grid-row: 1 / 2;
}
/* RIGHT bottom */
 #foogallery-gallery-6388 .fg-item:nth-child(3) {
     grid-column: 2 / 3;
     grid-row: 2 / 3;
}
/* Make images fit nicely */
 #foogallery-gallery-6388 .fg-item-inner, #foogallery-gallery-6388 .fg-image-wrap, #foogallery-gallery-6388 img {
     width: 100% !important;
     height: 100% !important;
     object-fit: cover !important;
}
/* Hide all images after the 3rd one */
 #foogallery-gallery-6388 .fg-item:nth-child(n+4) {
     display: none !important;
}

/* strecth img */
/* Right column items full height */
#foogallery-gallery-6388 .fg-item:nth-child(2),
#foogallery-gallery-6388 .fg-item:nth-child(3) {
    height: 100% !important;
}

/* All wrappers inside right column must stretch */
#foogallery-gallery-6388 .fg-item:nth-child(2) *,
#foogallery-gallery-6388 .fg-item:nth-child(3) * {
    height: 100% !important;
}

/* Image should fill available height */
#foogallery-gallery-6388 .fg-item:nth-child(2) img,
#foogallery-gallery-6388 .fg-item:nth-child(3) img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}


.foogallery.fg-carousel.fg-dark button.fg-carousel-next, .foogallery.fg-carousel.fg-dark button.fg-carousel-prev, .foogallery.fg-carousel.fg-light.fg-inverted button.fg-carousel-next, .foogallery.fg-carousel.fg-light.fg-inverted button.fg-carousel-prev{
	color: #000 !important;
 
    font-size: 30px !important;
	    height: 50px !important;
    align-items: center;
    top: 50% !important;
    background-color: #A365A3 !important;
opacity: 0.8 !important;
}




/* studieo c */

/* NEW: 2-column layout, 50% / 50% */
#foogallery-gallery-6489.fg-simple_portfolio {
    display: grid !important;
    grid-template-columns: 1fr 1fr; /* 50% 50% */
    grid-template-rows: auto;
    gap: 10px;
}

/* FIRST IMAGE → left column */
#foogallery-gallery-6489 .fg-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

/* SECOND IMAGE → right column */
#foogallery-gallery-6489 .fg-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

/* Make images fit the grid properly */
#foogallery-gallery-6489 .fg-item-inner,
#foogallery-gallery-6489 .fg-image-wrap,
#foogallery-gallery-6489 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    background-color: #F8FAFA !important;
    justify-content: center !important;
}

/* Hide all images after 2nd */
#foogallery-gallery-6489 .fg-item:nth-child(n+3) {
    display: none !important;
}

/* Remove overlays */
.foogallery .fg-image-overlay,
.foogallery.fg-video-sticky:not(.fg-caption-hover,.fg-preset)
.fg-type-video.fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-video-sticky:not(.fg-caption-hover,.fg-preset)
.fg-type-video.fg-loaded .fg-item-inner:hover .fg-image-overlay {
    background-color: transparent !important;
}


.sc-dHbHSM .hxhwUP{
	margin-top:0px !important;
	margin-bottom: 0px !important;
}

.ti-verified-by{
	display: none !important;
}

.listItem {
	font-size:20px;
}

.footer-cta-team p {
	text-align: left !important;
/* 	margin-left: 40px !important; */
}

#nav_menu-3 , #nav_menu-5{
	font-size: 20px;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section
{
	align-items: baseline;
}

.whiteText .box-body{
	font-size:20px;
	color: #fff !important;
}
.whiteText .box-body h6{
	color: #fff !important;
}
.textBlack ul{
	color: #000 !important;
}

.privacyText ul{
		font-size:20px;
}