.blogs-module__DEsqIa__container{background-color:#f0e6ce;min-height:100vh;overflow-x:hidden}.blogs-module__DEsqIa__hero{background:#f0e6ce;border-bottom:1px solid #e8502a1a;align-items:center;width:100%;min-height:90vh;padding-top:120px;display:flex;position:relative}.blogs-module__DEsqIa__heroContent{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;padding:0 5%;display:grid}.blogs-module__DEsqIa__heroLeft{max-width:700px}.blogs-module__DEsqIa__heroTag{color:#e8502a;text-transform:uppercase;letter-spacing:4px;align-items:center;gap:10px;margin-bottom:2rem;font-size:.85rem;font-weight:800;display:inline-flex}.blogs-module__DEsqIa__heroTag:before{content:"";background:#e8502a;width:40px;height:2px}.blogs-module__DEsqIa__heroTitle{color:#1c0d07;letter-spacing:-1px;margin-bottom:2.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.blogs-module__DEsqIa__heroDesc{color:#475569;max-width:580px;font-size:1.25rem;line-height:1.7}.blogs-module__DEsqIa__heroRight{border-radius:40px;height:70vh;position:relative;overflow:hidden;box-shadow:0 40px 100px #00206026}.blogs-module__DEsqIa__heroImage{object-fit:cover;width:100%;height:100%}.blogs-module__DEsqIa__heroSearch{background:#f0e6ce;border:1px solid #1c0d071a;border-radius:16px;max-width:500px;margin-bottom:2rem;padding:6px;transition:all .3s;display:flex}.blogs-module__DEsqIa__heroSearch:focus-within{background:#fff;border-color:#e8502a;box-shadow:0 10px 30px #ef233c1a}.blogs-module__DEsqIa__heroInput{color:#1c0d07;background:0 0;border:none;outline:none;flex:1;padding:12px 20px;font-size:1rem}.blogs-module__DEsqIa__heroSearchBtn{color:#fff;cursor:pointer;background:#1c0d07;border:none;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.blogs-module__DEsqIa__heroSearchBtn:hover{background:#e8502a}.blogs-module__DEsqIa__trendingTags{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.blogs-module__DEsqIa__trendingLabel{color:#94a3b8;letter-spacing:1px;font-size:.75rem;font-weight:800}.blogs-module__DEsqIa__tag{color:#475569;background:#fff;border-radius:100px;padding:6px 16px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 2px 8px #0000000d}.blogs-module__DEsqIa__tag:hover{color:#fff;background:#e8502a;transform:translateY(-2px)}.blogs-module__DEsqIa__blogSection{background:#f0e6ce;padding:8rem 5%}.blogs-module__DEsqIa__sectionHeader{justify-content:space-between;align-items:flex-end;max-width:1300px;margin-bottom:6rem;margin-left:auto;margin-right:auto;display:flex}.blogs-module__DEsqIa__headerLeft h2{color:#1c0d07;letter-spacing:-2px;font-size:3rem;font-weight:900}.blogs-module__DEsqIa__headerLeft p{color:#64748b;font-weight:500}.blogs-module__DEsqIa__blogGrid{flex-direction:column;gap:6rem;max-width:1300px;margin:0 auto;display:flex}.blogs-module__DEsqIa__blogArticle{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;text-decoration:none;display:grid}.blogs-module__DEsqIa__blogArticle:nth-child(2n){direction:rtl}.blogs-module__DEsqIa__blogArticle:nth-child(2n) .blogs-module__DEsqIa__articleContent{direction:ltr}.blogs-module__DEsqIa__imageBox{aspect-ratio:16/10;border-radius:30px;transition:all .5s;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000d}.blogs-module__DEsqIa__articleImage{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.blogs-module__DEsqIa__blogArticle:hover .blogs-module__DEsqIa__articleImage{transform:scale(1.08)}.blogs-module__DEsqIa__articleContent{flex-direction:column;gap:1.5rem;display:flex}.blogs-module__DEsqIa__articleCategory{color:#e8502a;letter-spacing:2px;text-transform:uppercase;font-size:.85rem;font-weight:900}.blogs-module__DEsqIa__articleTitle{color:#1c0d07;font-size:2.2rem;font-weight:800;line-height:1.2;transition:color .3s}.blogs-module__DEsqIa__blogArticle:hover .blogs-module__DEsqIa__articleTitle{color:#e8502a}.blogs-module__DEsqIa__articleExcerpt{color:#64748b;font-size:1.1rem;line-height:1.8}.blogs-module__DEsqIa__readMore{color:#1c0d07;align-items:center;gap:12px;margin-top:1rem;font-size:1rem;font-weight:800;text-decoration:none;transition:gap .3s;display:inline-flex}.blogs-module__DEsqIa__blogArticle:hover .blogs-module__DEsqIa__readMore{color:#e8502a;gap:18px}.blogs-module__DEsqIa__viewMoreBtn{color:#fff;cursor:pointer;background:#1c0d07;border:none;border-radius:100px;align-items:center;gap:1rem;margin:6rem auto 0;padding:1.25rem 4rem;font-weight:800;transition:all .4s;display:flex}.blogs-module__DEsqIa__viewMoreBtn:hover{background:#e8502a;transform:translateY(-5px);box-shadow:0 20px 40px #ef233c33}@media (max-width:1024px){.blogs-module__DEsqIa__hero{height:auto;padding-top:8rem}.blogs-module__DEsqIa__heroContent{text-align:center;grid-template-columns:1fr;gap:3rem}.blogs-module__DEsqIa__heroLeft{max-width:100%}.blogs-module__DEsqIa__heroTag{justify-content:center}.blogs-module__DEsqIa__heroSearch{margin-left:auto;margin-right:auto}.blogs-module__DEsqIa__trendingTags{justify-content:center}.blogs-module__DEsqIa__heroRight{height:400px}.blogs-module__DEsqIa__blogArticle{grid-template-columns:1fr;gap:3rem}.blogs-module__DEsqIa__blogArticle:nth-child(2n){direction:ltr}.blogs-module__DEsqIa__sectionHeader{flex-direction:column;align-items:flex-start;gap:2rem}.blogs-module__DEsqIa__articleTitle{font-size:1.8rem}.blogs-module__DEsqIa__blogSection{padding:5rem 5%}}@media (max-width:768px){.blogs-module__DEsqIa__hero{min-height:auto;padding-top:5rem}.blogs-module__DEsqIa__heroContent{gap:2rem;padding:0 1.25rem}.blogs-module__DEsqIa__heroTitle{margin-bottom:1.5rem;font-size:clamp(1.6rem,6vw,2.2rem)}.blogs-module__DEsqIa__heroDesc{font-size:1rem}.blogs-module__DEsqIa__heroRight{border-radius:20px;height:260px}.blogs-module__DEsqIa__heroSearch{max-width:100%}.blogs-module__DEsqIa__blogSection{padding:3.5rem 1.25rem}.blogs-module__DEsqIa__sectionHeader{margin-bottom:3rem}.blogs-module__DEsqIa__headerLeft h2{letter-spacing:-1px;font-size:2rem}.blogs-module__DEsqIa__blogGrid{gap:3.5rem}.blogs-module__DEsqIa__articleTitle{font-size:1.5rem}.blogs-module__DEsqIa__articleExcerpt{font-size:.95rem}.blogs-module__DEsqIa__imageBox{border-radius:16px}.blogs-module__DEsqIa__viewMoreBtn{justify-content:center;width:100%;padding:1rem 2.5rem}}@media (max-width:480px){.blogs-module__DEsqIa__heroContent{padding:0 1rem}.blogs-module__DEsqIa__heroRight{height:200px}.blogs-module__DEsqIa__blogSection{padding:2.5rem 1rem}.blogs-module__DEsqIa__articleTitle{font-size:1.3rem}.blogs-module__DEsqIa__blogGrid{gap:2.5rem}}
