.contact-section {
     padding: 0px !important;
}.sticky-form-box {
    padding: 0px !important;
}.btn-submit {
    background: #553d24 !important;
	color:white !important;
}.contact-container {
    padding: 15px 28px 0 !important;
}/* ===== BANNER ===== */
.common-banner {
	position: relative;
	height: 420px;
	background: url('https://livorainterio.com/wp-content/uploads/2025/12/sofas-and-fireplace-in-living-room-LBSQYYR.jpg')
		center/cover no-repeat;
	color: #fff;
}

.common-banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.35);
}

/* BOTTOM ALIGNMENT */
.common-banner-inner {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	max-width: 1300px;
	margin: auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.banner-tabs {
    display: inline-flex;
    background: rgba(255,255,255,0.15);
    border-radius: 30px;
    padding: 5px 30px 5px 8px;
    margin-bottom: 15px;
}
.banner-tabs .tab {
	padding: 0px 18px;
	font-size: 13px;
	opacity: 0.8;
	color: #fff;
}

.banner-tabs .active {
	background: #fff;
	color: #000;
	border-radius: 20px;
}

/* LEFT */
.banner-left h1 {
	font-size: 52px !important;
	font-weight: 500;
	margin: 0 0 10px;
}

.banner-breadcrumb {
	font-size: 15px;
	font-weight: 700;
	display: flex;
	gap: 20px;
	align-items: center;
}

.banner-breadcrumb .breadcrumb-item {
	display: flex;
	align-items: center;
	gap: 6px;
	color: white;
}

/* RIGHT */
.banner-right {
	display: flex;
	gap: 60px;
}

.banner-stat {
	text-align: left;
}

.stat-title {
	font-size: 14px;
	font-weight: 500;
	opacity: 0.9;
}

.banner-stat h3 {
	font-size: 52px;
	font-weight: 500;
	margin: 6px 0 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.common-banner-inner {
		flex-direction: column;
		gap: 25px;
	}

	.banner-right {
		gap: 30px;
	}
}
/* =====================================================
   GLOBAL BLOG VARIABLES
===================================================== */
:root {
  --theme-color: #553d24;
  --theme-dark: #3e2a18;
  --text-dark: #111;
  --text-light: #444;
  --bg-light: #fff;
}

/* =====================================================
   BLOG BANNER
===================================================== */
.blog-banner {
  background: url("https://livorainterio.com/wp-content/uploads/2025/12/living-room-in-a-modern-villa-MHQFEN6.jpg")
    center/cover no-repeat;
  padding: 150px 20px 90px;
  position: relative;
  text-align: center;
  color: #fff;
}

.blog-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.blog-banner-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}

.blog-banner h1 {
  font-size: 52px !important;
  font-weight: 900;
  margin-bottom: 15px;
}

.blog-banner p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Search Bar */
.blog-search-form {
  display: flex;
  max-width: 420px;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.blog-search-form input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  font-size: 16px;
}

.blog-search-form button {
  background: #553D24 !important;
  border: none;
  color: #fff;
  padding: 0 25px;
  font-size: 18px;
  cursor: pointer;
}

.blog-search-form button:hover,
.blog-search-form button:active {
  background: var(--theme-dark);
}

/* =====================================================
   BLOG LAYOUT
===================================================== */
.blog-layout {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
}

.blog-left {
  flex: 0 0 70%;
}

.blog-right {
  flex: 0 0 30%;
}

/* =====================================================
   BLOG CARD
===================================================== */
.blog-card {
  display: flex;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}

.blog-card-img {
  flex: 0 0 40%;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-content {
  padding: 25px 30px;
}

.blog-cat {
  background: var(--theme-color);
  color: #fff;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 12px;
}

.blog-card-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.blog-card-content h3 a {
  color: var(--text-dark);
  text-decoration: none;
}

.blog-card-content h3 a:hover {
  color: var(--theme-color);
}

.blog-date {
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

.blog-card-content p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-light);
}

.blog-readmore {
  color: var(--theme-color);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

/* =====================================================
   PAGINATION
===================================================== */
.custom-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.custom-pagination .page-numbers {
  padding: 10px 16px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.custom-pagination .page-numbers:hover,
.custom-pagination .page-numbers.current {
  background: var(--theme-color);
  color: #fff;
}

/* =====================================================
   SINGLE POST BANNER
===================================================== */
.single-post-banner {
  height: 440px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.single-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}

.single-banner-content h1 {
  color: #fff;
  font-size: 48px !important;
  font-weight: 900;
  margin-bottom: 15px;
}

.single-banner-meta {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.95;
}

/* =====================================================
   SINGLE POST CONTENT
===================================================== */
.single-post-container-1240 {
  max-width: 1240px;
  margin: 70px auto;
  padding: 0 20px;
}

.single-post-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 18px;
}

/* Headings (ONLY SINGLE PAGE) */
.single-post-content h2 {
  font-size: 34px;
  font-weight: 800;
  margin: 45px 0 22px;
}

.single-post-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 38px 0 20px;
}

.single-post-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 32px 0 16px;
}

.single-post-content h5 {
  font-size: 18px;
  font-weight: 600;
}

.single-post-content h6 {
  font-size: 16px;
  font-weight: 600;
}

/* Tags */
.post-tags a {
  background: var(--theme-color);
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  text-decoration: none;
  margin-right: 8px;
}

/* =====================================================
   COMMENTS (SINGLE PAGE)
===================================================== */
.single-post-main .comments-area {
  max-width: 1240px;
  margin: 60px auto;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.single-post-main .comment-reply-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--theme-color);
  margin-bottom: 25px;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 768px) {
  .blog-layout {
    flex-direction: column;
  }

  .blog-left,
  .blog-right {
    flex: 100%;
  }

  .sticky-form-box {
    position: relative;
    top: auto;
  }

  .blog-card {
    flex-direction: column;
  }

  .single-post-banner {
    height: 300px;
  }

  .single-banner-content h1 {
    font-size: 32px !important;
  }
}
Leave a Reply
/* ================= BANNER ================= */
.blog-banner {
	background: url("https://livorainterio.com/wp-content/uploads/2025/12/living-room-in-a-modern-villa-MHQFEN6.jpg") center/cover no-repeat;
	padding: 150px 20px 90px;
	position: relative;
	text-align: center;
	color: #fff;
	margin:0px !important
}

.blog-banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.55);
}

.blog-banner-content {
	position: relative;
	max-width: 900px;
	margin: auto;
	z-index: 2;
}

.blog-banner h1 {
	font-size: 52px;
	font-weight: 900;
	margin-bottom: 15px;
}

.blog-banner p {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 30px;
}

/* SEARCH */
.blog-search-form {
	display: flex;
	max-width: 420px;
	margin: auto;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.blog-search-form input {
	flex: 1;
	padding: 15px 20px;
	border: none;
	font-size: 16px;
}

.blog-search-form button {
	background: #553d24 !important;
	border: none;
	color: #fff;
	padding: 0 25px;
	cursor: pointer;
	font-size: 18px;
}

.blog-search-form button:hover,
.blog-search-form button:active {
	background: #3e2a18;
}

/* ================= LAYOUT ================= */
.blog-layout {
	max-width: 1240px;
	margin: 80px auto;
	padding: 0 20px;
	display: flex;
	gap: 40px;
}

/* LEFT */
.blog-left {
	flex: 0 0 70%;
}

/* RIGHT */
.blog-right {
	flex: 0 0 30%;
}
.pagination{
	display:unset !important;
}
/* ================= BLOG CARD ================= */
.blog-card {
	display: flex;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.blog-card-img {
	flex: 0 0 42%;
}

.blog-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-card-content {
	flex: 1;
	padding: 25px 30px;
}

.blog-cat {
	background: #553d24;
	color: #fff;
	padding: 5px 14px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 12px;
}

.blog-card-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 28px;
    font-weight: 700;
}

.blog-card-content h3 a {
	color: #111;
	text-decoration: none;
}

.blog-card-content h3 a:hover {
	color: #553d24;
}

.blog-date {
	color: #553d24;
	font-weight: 600;
	font-size: 13px;
	display: block;
	margin-bottom: 12px;
}

.blog-card-content p {
	font-size: 15px;
	line-height: 1.6;
	color: #444;
}

.blog-readmore {
	color: #553d24;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
}

/* ================= STICKY FORM ================= */
.sticky-form-box {
	position: sticky;
	top: 90px;
	background: #fff;
	padding: 30px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(85,61,36,0.25);
}


/* ================= PAGINATION ================= */
.custom-pagination .nav-links {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 40px;
}

.custom-pagination .page-numbers {
	padding: 10px 16px;
	border: 1px solid #553d24;
	color: #553d24;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
}

.custom-pagination .page-numbers.current,
.custom-pagination .page-numbers:hover {
	background: #553d24;
	color: #fff;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
	.blog-layout {
		flex-direction: column;
	}

	.blog-left,
	.blog-right {
		flex: 100%;
	}

	.sticky-form-box {
		position: relative;
		top: auto;
	}

	.blog-card {
		flex-direction: column;
	}

	.blog-card-img {
		flex: auto;
	}
}
.project-container{
  display:grid;
    grid-template-columns: repeat(3, 1fr); 
  gap:30px;
}.elementor-238 .elementor-element {
    margin-top: 0px !important;
}

.project-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  transition:all 0.35s ease;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.project-card:hover{
  transform:translateY(-8px);
  box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

.project-img{
  position:relative;
  overflow:hidden;
}

.project-img img{
  width:100%;
  height:220px;
  object-fit:cover;
  transition:transform 0.5s ease;
}

.project-card:hover .project-img img{
  transform:scale(1.1);
}

.project-tag{
  position:absolute;
  top:15px;
  left:15px;
  background:linear-gradient(135deg,#ff416c,#ff4b2b);
  color:#fff;
  padding:7px 16px;
  border-radius:30px;
  font-size:12px;
  font-weight:600;
}

.project-content{
  padding:22px;
}

.project-meta{
  display:flex;
  justify-content:space-between;
  font-size:13px;
  color:#888;
  margin-bottom:12px;
}

.project-title{ font-size:18px !important; font-weight:700; }
.project-excerpt{ font-size:14px !important; color:#555; line-height:1.7; }

.project-read-more{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:0px;
  font-weight:700;
  color:#553d24;
  text-decoration:none;
}

.project-read-more:hover{ gap:10px; }

/* Pagination */
.project-pagination{
  width:100%;
  margin-top:40px;
  display:flex;
  justify-content:center;
  gap:5px;
}
.project-pagination a,
.project-pagination span{
  padding:8px 14px;
  border-radius:6px;
  background:#f2f2f2;
  text-decoration:none;
}
.project-pagination .current{
  background:#553d24;
  color:#fff;
}

/* SINGLE PROJECT PAGE */
.single-project-hero{
  position:relative;
  height:60vh;
  overflow:hidden;
}

.single-project-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.single-project-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.75));
  display:flex;
  align-items:flex-end;
}

.single-project-hero-content{
  padding:40px;
  color:#fff;
  max-width:800px;
}
.single-project-content h2 {
    font-size: 28px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
}
.elementor.elementor-238 {
    margin-top: 0px !important;
}
.single-project-content h3 {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
}

.single-project-content h4 {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

.single-project-content h5 {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
}

.single-project-content h6 {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}

.single-project-hero-content h1 {
    font-size: 45px !important;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 56px !important;
}
.single-project-meta{
  display:flex;
  gap:20px;
  font-size:14px !important;
  opacity:0.9;
}

/* 70/30 Layout */
.single-project-main{
  background:#f7f8fc;
  padding:60px 20px;
}
.single-project-wrapper{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:70% 30%;
  gap:40px;
}
.single-project-content{
  background:#fff;
  padding:40px;
 
}
.single-project-content p{ font-size:16px !important; line-height:1.8; color:#444; }

.single-project-sidebar{
  display:flex;
  flex-direction:column;
  gap:30px;
}
.sidebar-box{
  background:#fff;
  padding:25px;
  border-radius: 7px;
}
.sidebar-box.sidebar-sticky{ position:sticky; top:120px; }
.contact-container h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
}
.sidebar-title{
  font-size:24px !important;
  font-weight:700 !important;
  margin-bottom:18px;
  border-left:4px solid #ff4b2b;
  padding-left:12px;
}

/* Recent Projects Sidebar */
.recent-project-item{
  display:flex;
  gap:12px;
  margin-bottom:15px;
  text-decoration:none;
  color:#111;
}
.recent-project-item img{
  width:70px;
  height:70px;
  object-fit:cover;
  border-radius:12px;
}
.recent-project-item h4 {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 16px;
}
.recent-project-item span{ font-size:12px; color:#777; }

/* Responsive */
@media(max-width:900px){
  .single-project-wrapper{ grid-template-columns:1fr; }
  .single-project-hero-content h1{ font-size:28px !important; }
  .single-project-content p{ font-size:15px !important; }
}@media (max-width: 768px) {
    .project-container {
        grid-template-columns: repeat(1, 1fr); /* 2 columns on tablets */
        gap: 20px;
    }.single-project-hero {
    position: relative;
    height: 36vh;
    overflow: hidden;
}
}project-card, .project-content h3 {
    font-size: 22px !important;
    font-weight: 700;
    line-height: 24px;
}.contact-section {

  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.contact-container {
  background: #ffffff;
  max-width: 670px;
  width: 100%;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  text-align: center;
}

.contact-container h2 {
  font-size: 32px;
  color: #111;
}

.contact-container p {
  color: #555;
  margin-bottom: 30px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220,38,38,0.15);
}

.btn-submit {
  width: 100%;
  padding: 15px;
  background: #dc2626;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-submit:hover {
  background: #b91c1c;
  transform: translateY(-2px);
}
