/*
 Theme Name: Divi Child
 Theme URI: https://yourwebsite.com
 Description: Child theme for Divi
 Author: Your Name
 Template: Divi
 Version: 1.0.0
*/

/* Your custom CSS goes below this line */


body.admin-bar .site-header{
	top: 32px !important;
}
.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
}
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
  padding-top: 0px;
}
#faq, #jetzt , #uber, #projektbeispiele {
     scroll-margin-top: 200px ;
}
@media screen and (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px !important;
	}
	
	div#jetzt {
		background-size: 0% 100%;
	}
}
 .site-header.is-sticky {
        animation: up-motion 0.6s ease forwards;
    }

    @keyframes up-motion {
        from {
            transform: translateY(-100px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .header-logo {
        transition: all 0.3s ease;

    }

    .site-header.is-sticky .header-logo {
        max-width: 122px;
    }

/* --- Minimal, modern reset --- */
:root {
	--beige-light: #EDE9E0;
	--beige-medium: #E5DED3;
	--beige-dark: #D1C9B9;
	--brown-dark: #605B55;
	--text-dark: #2B2F30;
	--clr-hover: #a56f6f;
	--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.00);
	--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.0);
	--beige-warm: #d4c5b3;
	--gray-overlay: var(--brown-dark);
	--text-white: #F6F3EE;
	--dot-inactive: rgba(43, 47, 48, 1);
	--dot-active: var(--clr-hover);
	--shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.0);
	--transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	--ff-para: 'Albert Sans', Helvetica, Arial, Lucida, sans-serif;
	--ff-header: 'Crimson Text', Georgia, "Times New Roman", serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}


/* form elements reset */
input,
button,
textarea,
select {
	font: inherit;
	color: inherit;
	border: none;
	outline: none;
	background: transparent;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}


/* more predictable headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
}


*:focus {
	outline: none;
}

/*  custom js */
.full-width-text {
	width: 100%;
}


.et_pb_toggle_title:before {
	color: rgba(43, 47, 48, 1);
}

.footer-list ul {
	padding: 0px;
	margin: 0px;
}


.et_pb_social_media_follow li a.icon {
	padding: 13px;
	margin-right: 15px;
}

.footer-list ul li {
	list-style: none;
	float: left;
	width: 40%;
	padding-bottom: 25px;
}

.overlay-bg {
	position: relative;
}

.overlay-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	/* this is the key */
}

.overlay-bg>* {
	position: relative;
	z-index: 3;
	/* keeps text/buttons ABOVE overlay */
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-cta {
	padding: 16px 60px 16px 30px !important;
}

.header-cta:hover {
	background: #A56F6F !important;
	padding: 16px 70px 16px 20px !important;
}

body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module.contact-new-form .et_pb_button{
	padding-right: 50px !important;
    padding-left: 30px !important;
	transition: all  0.3s;
}
body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module.contact-new-form .et_pb_button:hover{
	padding-right: 60px !important;
    padding-left: 20px !important;
}
.contact-new-form .et_pb_contact_submit.et_pb_button::after{
	transition: all 0.3s;
}
.contact-new-form .et_pb_contact_submit.et_pb_button:hover:after{
	transform: translateX(12px) !important;
}

.header-cta::after {
	opacity: 1 !important;
	padding-right: 40px;
	transform: translateX(4px) !important;
	margin: 0 !important;
}

.header-cta:hover::after {
	transform: translateX(19px) !important;
}

.project-card .et_pb_blurb_container {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #00000024;
	border-radius: 20px;
	padding: 24px 15px;
	display: flex;
	align-items: end;
}

.project-card {
	display: flex;
	position: relative;
}

.project-card .et_pb_main_blurb_image {
	margin: 0;
}

.project-card .et_pb_blurb_container .et_pb_module_header {
	background: #605B55;
	padding: 10px;
	border-radius: 10px;
	backdrop-filter: blur(12px);
	width: 100%;
}

.nav-right ul#menu-header-menu {
	gap: 12px;
	margin-right: 11px;
}

.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
}

.header-logo a {
	text-align: center;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.header-nav-menu.et_pb_menu_0_tb_header.et_pb_menu ul li a:hover {
	color: #A56F6F !important;
}

.banner-header h1 {
	font-weight: 400 !important;
	line-height: 1.2;
}

/*  Button tabs  start */

.container {
	max-width: 1440px;
	margin: 0 auto;

}

/* Tab Navigation */
.tab-navigation {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 32px;
}

.tab-button {
	background: var(--beige-medium);
	border: none;
	border-radius: 20px;
	padding: 15px 17px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: var(--shadow-sm);
	text-align: left;
}

.tab-button .tab-button-inner {
	border-radius: 20px;
	padding: 15px 17px;
	transition: all 0.3s ease;
	border: none;
	display: inline-block;
	width: 100%;
}

.tab-button:hover .tab-button-inner,
.tab-button.active .tab-button-inner {
	/* transform: translateY(-2px); */
	box-shadow: var(--shadow-md);
	background: var(--beige-dark);
}

.tab-title {
	font-size: 30px;
	font-weight: 600;
	color: var(--text-dark);
	margin-bottom: 21px;
	display: block;
	font-family: 'Albert Sans', Helvetica, Arial, Lucida, sans-serif;
}

.tab-link,
.submit-button {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: var(--brown-dark);
	color: white;
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
	border: none;
}

.tab-link .tab-link-text,
.submit-button .submit-button-text,
.submit-button img {
	display: inline-block;
	transition: all 0.3s ease;
}

.tab-link:hover img {
	transition: all 0.3s ease;
}

.tab-link:hover .tab-link-text,
.submit-button:hover .submit-button-text {
	transform: translateX(-4px);
}

.tab-link:hover img,
.submit-button:hover img {
	transform: translateX(4px);
}
 /* Mobile Accordion - Hidden by default */
        .mobile-accordion {
            display: none;
        }

.tab-link:hover,
.submit-button:hover {
	background: var(--clr-hover);
}

/* Tab Content */
.tab-content {
	display: none;
	/* animation: fadeIn 0.4s ease; */
}

.tab-content.active {
	display: block;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Main Content Section */
.content-section {
	background: var(--beige-light);
	border-radius: 24px;
	padding: 75px 50px 60px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 69px 60px;
	align-items: center;
}

.content-image {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: var(--shadow-md);
}
.content-image img {
    width: 100%;
    height: 380px;
    max-height: 380px;
    object-fit: cover;
    display: block;
}

.content-text h2 {
	font-size: 48px;
	font-weight: 600;
	color: #605B55;
	margin-bottom: 25px;
	letter-spacing: 0;
	font-family: 'Crimson Text', Georgia, "Times New Roman", serif;
/* 	text-transform: uppercase; */
}

.content-text p {
	font-size: 24px;
	line-height: 40px;
	color: #2B2F30;
	font-family: 'Albert Sans', Helvetica, Arial, Lucida, sans-serif;
}

/* Pricing Cards */
.pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	grid-column-start: 1;
	grid-column-end: 3;
}

.pricing-card {
	text-align: center;
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: all 0.3s ease;
}

.pricing-grid:not(.add-style) .pricing-card .card-top-wrapper,
.pricing-grid.add-style .pricing-card {
	padding: 50px 15px 4px;
	background-image: url(https://irenes-interiordesign.de/wp-content/uploads/2025/12/1-1.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}

.pricing-grid.add-style .pricing-card .card-top-wrapper {
	background: transparent;
}

.pricing-grid:not(.add-style) .pricing-card.two .card-top-wrapper,
.pricing-grid.add-style .pricing-card.two {
	background-image: url(https://irenes-interiordesign.de/wp-content/uploads/2025/12/2-3.png);

}

.pricing-grid:not(.add-style) .pricing-card.three .card-top-wrapper,
.pricing-grid.add-style .pricing-card.three {
	background-image: url(https://irenes-interiordesign.de/wp-content/uploads/2025/12/3-1.png);

}

.pricing-grid.add-style .pricing-card .card-top-wrapper, .pricing-grid.add-style .pricing-card {
	margin: 0;
	padding-bottom: .0;
}

.pricing-grid.add-style .pricing-card h3 {
	font-size: 33px;
	margin-bottom: 16px;
}

.pricing-number {
	position: absolute;
	top: -20px;
	left: 20px;
	font-size: 200px;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.03);
	line-height: 1;
	pointer-events: none;
	font-family: var(--ff-header);
}

.pricing-card h3 {
	font-family: var(--ff-header);
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
	line-height: 1.2;
}

.pricing-card .features {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 11px;
    color: #2B2F30;
    position: relative;
    z-index: 1;
    max-width: 324px;
    margin: 0 auto;
}
.pricing-card .price {
    display: inline-block;
    background: #d1c9b91c;
    padding: 10px 31px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: #2B2F30;
    backdrop-filter: blur(9px);
    border: 1px solid #D1C9B9;
    font-family: 'Albert Sans', Helvetica, Arial, Lucida, sans-serif;
}

/* 3D Artist Image Strip */
.image-strip {
	display: flex;
	gap: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: var(--shadow-md);
}

.image-strip img {
	width: 50%;
	height: auto;
	display: block;
}

/* Form Styles */
.booking-form {
	grid-column-start: 1;
	grid-column-end: 3;
}

.form-title {
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 27px;
	color: rgba(96, 91, 85, 1);
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px;
	margin-bottom: 25px;
}

.form-group {
	display: flex;
	flex-direction: column;
	grid-column: span 2;
}

.form-group.full-width {
	grid-column: 1 / -1;
}

.form-group.half-width {
	grid-column: span 3;
}

.form-group label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--text-dark);
}

.form-group input,
.form-group textarea {
	background: transparent;
	border: 1px solid rgba(167, 162, 152, 1);
	border-radius: 12px;
	padding: 17px 20px;
	font-size: 20px;
	font-family: inherit;
	color: #000;
	transition: all 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: var(--brown-dark);
	/* box-shadow: 0 0 0 3px rgba(107, 99, 90, 0.1); */
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #000;

}

.form-group textarea {
	min-height: 140px;
	resize: none;
}

.upload-box {
	/* background: white; */
	border: 1px solid #a7a298;
	border-radius: 12px;
	padding: 27px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	height: 100%;
}

.upload-box .dnd-upload-status{
	display: none !important;
}
.upload-box input[type="file"] {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}
.upload-box .codedropz-upload-inner h3 {
    font-size: 19px;
    margin: 0;
}
.codedropz-upload-handler {
    border: none;
	 padding-bottom: 0;
}
.upload-box:has(.codedropz-upload-handler){
    padding: 0;
    padding-bottom: 10px;
}
.upload-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 12px;
	/* background: var(--beige-medium); */
	/* border-radius: 50%; */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}
.upload-box .codedropz-upload-container {
    padding-bottom: 0;
}

.upload-text {
	font-size: 20px;
	color: var(--text-dark);
	font-weight: 600;
}

/* ./button tabs end */
.form-grid p,
.form-grid span {
	display: contents;
}

.form-grid .form-group.half-width {
	max-height: 180px;
}

/* Gallery slider */
.portfolio-container {
	display: grid;
	grid-template-columns: 1fr 760px;
	gap: 29px;
	max-width: 1440px;
	margin: 0 auto;
	min-height: 50vh;
	/* height: calc(100vh - 48px); */
}

/* LEFT COLUMN - GALLERY SLIDER */
.gallery-section {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: var(--shadow-soft);
}

.gallery-slider {
	position: relative;
	width: 100%;
	height: 100%;
}

.gallery-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
	pointer-events: none;
}

.gallery-slide.active {
	opacity: 1;
	pointer-events: auto;
}
.gallery-slide{
overflow: hidden;	
}

.gallery-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.3s;
}

/* SLIDER DOTS */
.slider-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 12px;
	z-index: 10;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--dot-inactive);
	cursor: pointer;
	transition: var(--transition-smooth);
	/* border: 2px solid rgba(255, 255, 255, 0.3); */
}

.dot:hover {
	background: var(--dot-active);
	transform: scale(1.25);
}

.dot.active {
	background: var(--dot-active);
	transform: scale(1.25);
	/* border-color: rgba(255, 255, 255, 0.6); */
}

/* RIGHT COLUMN - PROJECT CARDS GRID */
.projects-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 29px;
}

.project-card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	/* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
	transition: var(--transition-smooth);
}

.project-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: transparent;
	transition: var(--transition-smooth);
	z-index: 1;
}

.project-card:hover::before {
	background: rgba(0, 0, 0, 0.05);
}


.project-card.active::before {
	background: rgba(255, 255, 255, 0.1);
}

.project-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: var(--transition-smooth);
}

.project-card:hover img, .gallery-slide:hover img {
	transform: scale(1.05);
}

.project-label {
	font-family: var(--ff-para);
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 0;
	width: calc(100% - 40px);
	background: var(--gray-overlay);
	color: var(--text-white);
	padding: 15px 20px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	border-radius: 10px;
	z-index: 2;
	backdrop-filter: blur(12px);
}
/* .upload-box input[type=button] {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
} */
/*./ Gallery slider */
/*  media */
@media (max-width:1440px) {
	
	.portfolio-container {
    padding: 0 50px;
}
	.tab-navigation {
	gap: 20px;
	margin-bottom: 20px;
}

	.max-height img {
    min-height: 403px !important;
    object-fit: cover;
}
	.footer-list ul li {
		width: 50%;
	}

	/* button tabs end */
	.tab-title {
		font-size: 25px;
	}

	.tab-link,
	.submit-button {
		padding: 13px 18px;
		font-size: 18px;
	}

	.content-text h2 {
		font-size: 40px;
	}

	.content-text p {
		font-size: 20px;
		line-height: 30px;
	}

	.form-title {
		font-size: 30px;
	}

	.pricing-grid.add-style .pricing-card h3 {
		font-size: 26px;
	}

	.pricing-card h3 {
		font-size: 33px;
	}

	.pricing-card .card-top-wrapper {
		padding: 43px 15px 4px;
	}

	/* ./button tabs end */
	/* Gallery slider */

	.portfolio-container {
		grid-template-columns: 1fr 640px;
	}

	.project-label {
		font-size: 18px;
	}

	/*./ Gallery slider */
}

@media (max-width:1350px) and (min-width:851px) {
	.banner-header h1 {
		font-size: 71px !important;
	}

	.nav-right ul#menu-header-menu {
		gap: 9px;
	}

	.nav-right ul#menu-header-menu li a {
		font-size: 16px;
		padding: 0;
	}
}

@media (max-width: 1200px) {
	.footer-list ul li a {
    font-size: 20px;
}
	/* Gallery slider */

	.portfolio-container {
		grid-template-columns: 1fr;
		grid-template-rows: 60vh auto;
		height: auto;
	}

	.projects-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
	}

	/*./ Gallery slider */

}

@media (max-width:1024.98px) {
	.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    justify-content: center;
}

.pricing-grid > div {
    max-width: 47%;
}
	div.et_pb_section.et_pb_section_5 {
		background-size: 0% 100% !important;
	}

	/* button tabs end */
	.tab-navigation {
		grid-template-columns: repeat(2, 1fr);
	}

	.content-section {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 40px;
	}


	.form-grid {
		grid-template-columns: 1fr;
	}

	/* ./button tabs end */
.form-group input, .form-group textarea {width: 100%;}

.form-group {
    grid-column: span 3;
}
}

@media (max-width: 980px) {
	.header-nav-menu {
		order: 1;
		margin-left: 14px;
	}

	.header-cta {
		padding: 10px 50px 10px 20px !important;
	}

	.header-cta:hover {
		padding: 10px 60px 10px 10px !important;
	}

	.header-nav-menu .et_mobile_menu {
		min-width: 350px;
		left: auto;
		right: 0;
		top: 120% !important;
		border: none;
	}

	.social-icon li a::before,
	.social-icon li a {
		font-size: 13px !important;
		line-height: 27px !important;
		height: 22px !important;
		width: 22px !important;
	}
}
@media (min-width:1024px) and (max-width:1600px) {
	
.pricing-grid.add-style .pricing-card h3 {
    font-size: 25px;
}

.pricing-grid.add-style .pricing-card .price {
    font-size: 17px;
}

.pricing-grid.add-style .pricing-card .card-top-wrapper {
    padding: 9px 5px 4px;
}
	
	.top-design-text h2, .bottom-design-text h2 {
    font-size: 52px !important;
}
body .design-text-wrapper {
    margin-top: -100px !important;
}
	body .et_pb_text_1 {
    font-size: 30px;
    line-height: 1.2;
}

body #page-container .et_pb_section .et_pb_button_0 {
    font-size: 25px !important;
}
.top-design-text {
    padding-left: 52px !important;
    margin-bottom: 40px !important;
}
	.devider-line {
    max-width: 229px !important;
}
}
@media (min-width:980px) and (max-width:1100px) {
	.header-logo {
    max-width: 131px;
}

.header-logo-wrapper {
    max-width: 141px;
}

.nav-right {width: 92% !important;}
}
@media (max-width:980px) {
	.footer-row {
		display: flex !important;
		gap: 9px;
	}

	.footer-list ul li {
		font-size: 16px !important;
	}
	
	.et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough{
		margin-bottom: 0px;
	}
  
}

@media (max-width:768px) {
	.content-image img {
		height: 250px;}
	
	.form-group textarea {
    min-height: 100px;
}
	.footer-row {
		flex-wrap: wrap;
		gap: 10px;
	}
	.upload-box {
    height: 183px;
}
	.upload-box .codedropz-upload-inner h3 {
    font-size: 13px;
    line-height: 1.2;
}
.tab-button .tab-button-inner {
    text-align: center;
}

.content-text h2, .form-title {
    text-align: center;
}

.content-text p {
    text-align: center;
}
.form-grid {
    gap: 15px;
}

	.footer-row>div:nth-child(2) {
		order: -1;
	}

	.footer-list ul {
		max-width: 80%;
		margin: 0 auto;
	}

	/* button tabs end */
	 .tab-navigation, .tab-content.active {
                display: none !important;
            }

             /* Show mobile accordion */
            .mobile-accordion {
                display: block;
                margin-bottom: 20px;
            }

            /* Accordion item wrapper */
            .accordion-item {
                margin-bottom: 16px;
            }

            /* Accordion trigger button */
            .accordion-item .tab-button {
                width: 100%;
                margin-bottom: 0;
            }

            .accordion-item .tab-button.active .tab-button-inner {
                background: var(--beige-dark);
                box-shadow: var(--shadow-md);
            }

            /* Accordion content wrapper */
            .accordion-content {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.4s ease-in-out;
            }

            .accordion-content.active {
                max-height: 10000px;
                margin-top: 16px;
            }

            /* Show tab content inside accordion */
            .accordion-content .tab-content {
                display: block !important;
                animation: fadeIn 0.3s ease;
            }
	.pricing-card h3 {
		font-size: 27px;
	}

	.content-text p {
		font-size: 16px;
		line-height: 26px;
	}

	.footer-list ul li {
		text-align: center;
	}

	.content-section {
		gap: 18px;
		display: flex;
		flex-direction: column;
	}

	.pricing-grid.add-style .pricing-card h3 {
		font-size: 20px;
	}

	.pricing-card .price {
		padding: 6px 22px;
		font-size: 18px;
	}

	.tab-title {
		font-size: 20px;
	}

	.content-text h2, .form-title {
		font-size: 24px;
		margin-bottom: 7px;
	}

	.content-section {
		padding: 30px;
	}

	.form-group {
		grid-column: span 3;
	}

	.booking-form {
		width: 100%;
	}

	/* ./button tabs end */
	/* Gallery slider */

	.portfolio-container {
		padding: 16px 40px;
		gap: 16px;
		grid-template-rows: 50vh auto;
	}

	.projects-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.project-card {
		min-height: 240px;
	}

	.slider-dots {
		bottom: 20px;
		gap: 10px;
	}

	.dot {
		width: 10px;
		height: 10px;
	}

	.project-label {
		font-size: 18px;
		padding: 16px 20px;
	}

	/*./ Gallery slider */
}

@media (max-width: 480px) {


	body:not(.et-tb) #main-content .container,
	body:not(.et-tb-has-header) #main-content .container {
		padding-top: 0;
	}

	.footer-list ul {
		max-width: 100%;
	}

	.footer-row>div {
		margin-bottom: 15px !important;
	}

	.footer-list ul li {
		text-align: center;
		padding-bottom: 11px;
	}

	/* Gallery slider */

	.gallery-section {
		border-radius: 16px;
	}

	.project-card {
		border-radius: 16px;
	}

	/*./ Gallery slider */
	.header-nav-menu .et_mobile_menu {
		min-width:388px;
	}

	body #page-container .et_pb_section .header-cta.et_pb_button_0_tb_header {
		font-size: 14px;
		padding: 10px 32px 10px 12px !important;
	}

	.header-cta:hover::after {
		transform: translateX(2px) !important;
	}

	.site-header .et_pb_row .et_pb_column.et_pb_column_1_4 {
		margin: 0;
	}

	.footer-bottom .footer-row>div {
		margin-bottom: 5px !important;
	}
}

@media (max-width: 480px) {
	    .pricing-grid > div {
        max-width: 100%;
    }
	.header-nav-menu .et_mobile_menu {
		min-width: 375px;
	  }
	.pricing-card .features {
    font-size: 16px;
}

.pricing-card h3 {
    font-size: 21px;
}
	.form-group input, .form-group textarea , .upload-text {
    font-size: 16px;
}
	.site-header.is-sticky .header-logo {
    max-width: 90px;
}

}

@media (max-width: 380px) {
	  .header-nav-menu .et_mobile_menu {
		min-width: 335px;
	  }
}