/*
Theme Name: D'Cat Queen
Theme URI: http://www.gravis-design.com/ or http://www.milestoneseo.com/
Author: Gravis
Author URI: http://www.gravis-design.com/
Description: Theme for RL Remodeling
Version: 1.0
License: Commercial
License URI: http://www.gravis-design.com/ or http://www.milestoneseo.com/
Tags: brown, green
Text Domain: remodeling

/* Reset */
body {
	background-color: #F6F7FF;
	font-family: 'Montsterrat', sans-serif;
}

iframe.goog-te-banner-frame {
    display: none !important;
}

.dancing-script-font {
	font-family: 'Dancing Script', serif;
}

.monsterrat {
	font-family: 'Monsterrat', sans-serif;
}

.myimg {
	margin-left: 100px;
}

.myimage {
	margin-right: 395px;
	display: none;
}

.dcq-padding-default {
	padding-left: 7rem;
	padding-right: 7rem;
}

.navbar.scrolled {
	backdrop-filter: blur(10px);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
	/* background-color: #F6F7FF; */
	color: blueviolet;
	font-weight: 700;
}

.navbar {
	color: white;
	font-weight: 500;
}

.mynavbar {
	justify-content: center;
}

.dcq-logo-hero {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.dcq-text-hero {
	font-size: 1.5rem
}

.dcq-bg {
	background-color: transparent;
}

.dcq-button-blog {
	width: 16.6rem;
}

.dcq-button-blog-sidebar {
	width: 10.7rem;
	height: 2.5rem;

}

.dcq-text-blog-sidebar {
	font-size: 0.875rem;
	line-height: 1.25rem;

}

.dcq-artikel-terakhir {
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
}

.dcq-rounded-default {
	border-radius: 2rem;
}

.dcq-rounded-2nd {
	border-radius: 1.5rem;
}

.about-section {
	position: relative;
}

.about-section::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #f0f0f0;
	border-radius: 50%;
	top: 20px;
	left: -30px;
}

.section-title {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 25px;
}

.section-title::before {
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	height: 50px;
	background-color: #5b441d;
}

.section-title-2 {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 15px;
}

.section-title-2::before {
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	height: 50px;
	background-color: #ffffff;
}

.title-text {
	font-size: 1.25rem;
	font-weight: bold;
	color: #5b441d;
	padding-left: 16px;
	position: relative;
}

.section-title::after {
	content: "";
	position: absolute;
	left: 12px;
	top: -8px;
	width: 80px;
	height: 40px;
	background-image: radial-gradient(#5b441d 1px, transparent 1px);
	background-size: 8px 8px;
	opacity: 0.2;
}

.section-title-2::after {
	content: "";
	position: absolute;
	left: 12px;
	top: -8px;
	width: 80px;
	height: 40px;
	background-image: radial-gradient(#ffffff 1px, transparent 1px);
	background-size: 8px 8px;
	opacity: 0.2;
}

html {
	scroll-behavior: smooth;
}

.footer {
	justify-content: center;
	gap: 8.5rem;
}

.top-banner {
	position: relative;
	z-index: 10;
	width: auto;
	margin: -160px auto -35px;
}

.top-banner-2 {
	position: relative;
	z-index: 10;
	width: auto;
	margin: 30px auto -5px;
}

.scroll-to-top-btn {
	position: fixed;
	bottom: 40px;
	right: 40px;
	color: white;
	border: none;
	border-radius: 50%;
	padding: 15px;
	font-size: 25px;
	cursor: pointer;
	display: none;
	z-index: 1000;
	transition: opacity 0.3s;
	background-color: #67716485;
	backdrop-filter: blur(10px);
	box-shadow: 0px 20px 22px rgba(112, 99, 51, 0.279);
}

.scroll-to-top-btn:hover {
	background-color: #4e3b18;
}

/* Hero Animation */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in-up {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up.show {
	opacity: 1;
	transform: translateY(0);
}

.hero {
	opacity: 0;
	animation: fadeInUp 1s ease-out forwards;
	animation-delay: 0.5s;
}

.myscreen {
	height: 100vh;
}

@media (max-width: 1920px) {
	.dcq-button-blog {
		width: 18.5rem;
	}

	.dcq-padding-default {
		padding-left: 7rem;
		padding-right: 7rem;
	}

}

/* Mobile Adjustments */
@media (max-width: 1120px) {
	.hero {
		background-position: left;
		text-align: center;
		justify-content: center;
		margin-top: 25px;
	}

	.top-banner {
		position: relative;
		z-index: 10;
		width: auto;
		margin: -150px auto -35px;
	}

	.dcq-logo-hero {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}

	.dcq-text-hero {
		font-size: 1rem
	}

	.dcq-bg {
		background-color: white;
	}

	.dcq-button-blog {
		width: 13rem;
	}

	.dcq-artikel-terakhir {
		bottom: 2rem;
		left: 2rem;
		right: 2rem;
	}

	.dcq-button-blog-sidebar {
		width: 25rem;
		height: 3rem;

	}

	.dcq-text-blog-sidebar {}

	.myimage {
		display: block;
		margin-left: 7rem;
		margin-right: 7rem;
	}

	.mytext {
		text-align: center;
	}

	.myscreen {
		max-height: 100vh;
	}

	.footer {
		justify-content: center;
		gap: 2rem;
	}

	.mynavbar {
		justify-content: space-between;
	}
}

/* Mobile Adjustment */
@media (max-width: 770px) {
	.top-banner {
		position: relative;
		z-index: 10;
		width: auto;
		margin: -60px auto -35px;
	}

	.dcq-logo-hero {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 30%;
	}

	.dcq-text-hero {
		font-size: 1rem
	}

	.dcq-button-blog {
		width: 20.9rem;
	}

	.dcq-artikel-terakhir {
		bottom: 2rem;
		left: 2rem;
		right: 2rem;
	}

	.dcq-text-blog-sidebar {}

	.footer {
		justify-content: center;
		gap: 2rem;
	}


	.footer-section iframe {
		margin-top: 10px;
		border-radius: 8px;
	}

	.mybutton {
		justify-content: center;
	}

	.mytext {
		text-align: center;
	}

	.mygrid {
		padding: 20px;
		text-align: center;
		align-items: center;
	}

	.myimage {
		display: block;
		margin-left: 10rem;
		margin-right: 10rem;
	}

	.myimg {
		margin-left: 120px;
	}

	.mynavbar {
		justify-content: space-between;
	}
}

@media (max-width: 990px) {
	.myimage {
		display: block;
		margin-left: 7rem;
		margin-right: 7rem;
	}

	.dcq-button-blog {
		width: 17.5rem;
		align-items: center;
	}

	.dcq-padding-default {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.dcq-artikel-terakhir {
		bottom: 2rem;
		left: 2rem;
		right: 2rem;
	}

	.dcq-text-blog-sidebar {}

}

.pum-content {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}

.subscribe-btn {
	font-size: 16px;
	padding: 10px 20px;
}

.comment-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
}

.comment-avatar img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.comment-content {
	flex: 1;
}

.comment-meta {
	font-size: 0.875rem;
	color: #555;
	margin-bottom: 0.5rem;
}

.comment-text {
	font-size: 1rem;
	color: #333;
}

.comment-reply a {
	font-size: 0.875rem;
	color: #0073aa;
}

.comment-reply a:hover {
	color: #005177;
}

.thecontent a img {
	padding: 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
	width: 50%;
	height: auto;
	margin: 10px auto;
}

.trp-language-switcher-container ul{
	list-style:none;
	margin:0;
	padding:4px 0;
}

.trp-language-switcher-container li a{
	display:block;
	padding:8px 12px;
	font-size:14px;
}

.trp-language-switcher-container li a:hover{
	background:#f3f4f6;
}