/* Start custom CSS for html, class: .elementor-element-b6c35ce */.about-hero{

position:relative;

height:100vh;

display:flex;

align-items:center;

background:url('https://crimsonloom.com/wp-content/uploads/2026/07/pexels-aminnaderloei-31896921-scaled.jpg') center center/cover no-repeat;

overflow:hidden;

}

.about-overlay{

position:absolute;

width:100%;

height:100%;

background:linear-gradient(90deg,
rgba(10,10,10,.88),
rgba(80,0,20,.65),
rgba(0,0,0,.35));

}

.about-content{

position:relative;

max-width:650px;

z-index:2;

color:#fff;

}

.sub-title{

display:inline-block;

padding:10px 25px;

background:#7A0C24;

letter-spacing:3px;

font-size:13px;

border-radius:40px;

margin-bottom:25px;

font-weight:600;

}

.about-content h1{

font-size:72px;

font-weight:700;

line-height:1.1;

margin-bottom:30px;

}

.about-content p{

font-size:18px;

line-height:34px;

color:#dddddd;

margin-bottom:45px;

}

.hero-buttons{

display:flex;

gap:20px;

}

.btn-primary{

padding:18px 42px;

background:#7A0C24;

color:#fff;

text-decoration:none;

border-radius:50px;

transition:.4s;

font-weight:600;

}

.btn-primary:hover{

background:#fff;

color:#7A0C24;

}

.btn-outline{

padding:18px 42px;

border:2px solid white;

color:#fff;

text-decoration:none;

border-radius:50px;

transition:.4s;

}

.btn-outline:hover{

background:white;

color:#111;

}

@media(max-width:768px){

.about-content h1{

font-size:45px;

}

.about-content{

padding:30px;

}

.hero-buttons{

flex-direction:column;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ec1821 *//*==============================
Brand Story
==============================*/

.brand-story{

padding:120px 0;

background:#0f0f0f;

overflow:hidden;

}

.story-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.story-images{

position:relative;

min-height:650px;

}

.img-large{

width:85%;

height:580px;

border-radius:25px;

overflow:hidden;

box-shadow:0 25px 60px rgba(0,0,0,.45);

}

.img-large img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}

.img-large:hover img{

transform:scale(1.08);

}

.img-small{

position:absolute;

bottom:0;

right:0;

width:260px;

height:300px;

border:8px solid #111;

border-radius:20px;

overflow:hidden;

box-shadow:0 20px 45px rgba(0,0,0,.45);

}

.img-small img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.img-small:hover img{

transform:scale(1.08);

}

.section-tag{

display:inline-block;

padding:10px 24px;

background:#7A0C24;

color:#fff;

border-radius:40px;

font-size:13px;

letter-spacing:2px;

margin-bottom:25px;

font-weight:600;

}

.story-content h2{

font-size:56px;

line-height:1.2;

color:#fff;

margin-bottom:30px;

}

.story-content h2 span{

color:#7A0C24;

}

.story-content p{

font-size:18px;

line-height:34px;

color:#cfcfcf;

margin-bottom:25px;

}

.story-highlights{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

margin-top:40px;

}

.highlight-box{

background:#181818;

padding:30px;

border-radius:18px;

border:1px solid rgba(255,255,255,.08);

transition:.4s;

}

.highlight-box:hover{

transform:translateY(-8px);

border-color:#7A0C24;

box-shadow:0 20px 40px rgba(122,12,36,.25);

}

.highlight-box h3{

color:#fff;

margin-bottom:12px;

font-size:22px;

}

.highlight-box p{

font-size:15px;

line-height:28px;

color:#bbbbbb;

margin:0;

}

@media(max-width:991px){

.story-grid{

grid-template-columns:1fr;

}

.story-images{

min-height:auto;

}

.img-large{

width:100%;

height:500px;

}

.img-small{

position:relative;

margin:25px auto 0;

right:auto;

width:220px;

height:260px;

}

.story-content h2{

font-size:40px;

}

.story-highlights{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aaa94c7 *//*==============================
OUR VALUES
==============================*/

.our-values{

padding:120px 0;

background:#111;

position:relative;

}

.section-heading{

text-align:center;

max-width:760px;

margin:auto auto 70px;

}

.section-heading span{

display:inline-block;

padding:10px 24px;

background:#7A0C24;

color:#fff;

border-radius:40px;

letter-spacing:2px;

font-size:13px;

font-weight:600;

margin-bottom:25px;

}

.section-heading h2{

font-size:54px;

color:#fff;

margin-bottom:25px;

line-height:1.2;

}

.section-heading h2 span{

color:#7A0C24;

}

.section-heading p{

color:#cfcfcf;

font-size:18px;

line-height:32px;

}

.values-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

}

.value-card{

background:rgba(255,255,255,.03);

padding:45px;

border-radius:24px;

border:1px solid rgba(255,255,255,.08);

transition:.4s;

position:relative;

overflow:hidden;

}

.value-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:5px;

height:100%;

background:#7A0C24;

transform:scaleY(0);

transition:.4s;

transform-origin:top;

}

.value-card:hover::before{

transform:scaleY(1);

}

.value-card:hover{

transform:translateY(-10px);

border-color:#7A0C24;

box-shadow:0 25px 45px rgba(122,12,36,.25);

}

.value-number{

font-size:54px;

font-weight:700;

color:rgba(255,255,255,.08);

margin-bottom:20px;

}

.value-card h3{

color:#fff;

font-size:28px;

margin-bottom:18px;

}

.value-card p{

color:#bdbdbd;

line-height:30px;

font-size:16px;

}

@media(max-width:992px){

.values-grid{

grid-template-columns:1fr;

}

.section-heading h2{

font-size:40px;

}

.value-card{

padding:35px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aaa7a5b *//*==============================
WHY CHOOSE US
==============================*/

.why-choose{

padding:120px 0;

background:#080808;

}

.why-grid{

display:grid;

grid-template-columns:1.2fr .8fr;

gap:80px;

align-items:center;

}

.section-tag{

display:inline-block;

padding:10px 24px;

background:#7A0C24;

color:#fff;

border-radius:40px;

letter-spacing:2px;

font-size:13px;

font-weight:600;

margin-bottom:25px;

}

.why-content h2{

font-size:54px;

line-height:1.2;

color:#fff;

margin-bottom:25px;

}

.why-content h2 span{

color:#7A0C24;

}

.intro{

color:#cfcfcf;

font-size:18px;

line-height:34px;

margin-bottom:45px;

}

.feature-item{

display:flex;

gap:20px;

margin-bottom:35px;

align-items:flex-start;

}

.icon{

width:55px;

height:55px;

background:#7A0C24;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

font-weight:bold;

color:#fff;

flex-shrink:0;

}

.feature-item h3{

color:#fff;

margin-bottom:8px;

font-size:24px;

}

.feature-item p{

color:#bfbfbf;

line-height:30px;

}

.stats-area{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.stat-card{

background:#121212;

border:1px solid rgba(255,255,255,.08);

padding:45px 25px;

border-radius:22px;

text-align:center;

transition:.4s;

}

.stat-card:hover{

transform:translateY(-10px);

border-color:#7A0C24;

box-shadow:0 20px 45px rgba(122,12,36,.25);

}

.stat-card h2{

font-size:46px;

color:#7A0C24;

margin-bottom:12px;

}

.stat-card p{

color:#d4d4d4;

font-size:17px;

}

@media(max-width:992px){

.why-grid{

grid-template-columns:1fr;

}

.why-content h2{

font-size:40px;

}

.stats-area{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f996c2b *//*==============================
OUR JOURNEY
==============================*/

.journey-section{

padding:120px 0;

background:#111111;

}

.journey-heading{

max-width:760px;

margin:auto;

text-align:center;

margin-bottom:80px;

}

.journey-tag{

display:inline-block;

padding:10px 24px;

background:#7A0C24;

color:#fff;

border-radius:40px;

letter-spacing:2px;

font-size:13px;

font-weight:600;

margin-bottom:25px;

}

.journey-heading h2{

font-size:54px;

color:#fff;

margin-bottom:25px;

line-height:1.2;

}

.journey-heading h2 span{

color:#7A0C24;

}

.journey-heading p{

color:#c8c8c8;

font-size:18px;

line-height:32px;

}

.journey-timeline{

position:relative;

margin-top:50px;

}

.journey-timeline::before{

content:"";

position:absolute;

left:50%;

top:0;

width:3px;

height:100%;

background:#7A0C24;

transform:translateX(-50%);

}

.timeline-item{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:70px;

position:relative;

}

.timeline-item:nth-child(even){

flex-direction:row-reverse;

}

.timeline-year{

width:130px;

height:130px;

background:#7A0C24;

color:#fff;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

font-weight:700;

z-index:2;

box-shadow:0 0 30px rgba(122,12,36,.45);

}

.timeline-card{

width:42%;

background:#1a1a1a;

padding:40px;

border-radius:22px;

border:1px solid rgba(255,255,255,.08);

transition:.4s;

}

.timeline-card:hover{

transform:translateY(-10px);

border-color:#7A0C24;

box-shadow:0 25px 50px rgba(122,12,36,.25);

}

.timeline-card h3{

color:#fff;

font-size:28px;

margin-bottom:15px;

}

.timeline-card p{

color:#cfcfcf;

line-height:30px;

font-size:16px;

}

@media(max-width:992px){

.journey-timeline::before{

left:35px;

}

.timeline-item,

.timeline-item:nth-child(even){

flex-direction:column;

align-items:flex-start;

padding-left:80px;

}

.timeline-year{

width:70px;

height:70px;

font-size:18px;

position:absolute;

left:0;

}

.timeline-card{

width:100%;

margin-top:20px;

}

.journey-heading h2{

font-size:40px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-531b76e *//*==============================
TESTIMONIALS
==============================*/

.testimonials{

padding:120px 0;

background:#080808;

}

.section-title{

max-width:720px;

margin:0 auto 70px;

text-align:center;

}

.section-title span{

display:inline-block;

padding:10px 24px;

background:#7A0C24;

color:#fff;

border-radius:50px;

letter-spacing:2px;

font-size:13px;

font-weight:600;

margin-bottom:20px;

}

.section-title h2{

font-size:54px;

color:#fff;

margin-bottom:20px;

line-height:1.2;

}

.section-title h2 span{

color:#7A0C24;

}

.section-title p{

color:#cfcfcf;

font-size:18px;

line-height:30px;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.testimonial-card{

background:#151515;

padding:40px;

border-radius:24px;

border:1px solid rgba(255,255,255,.08);

transition:.4s;

position:relative;

}

.testimonial-card:hover{

transform:translateY(-12px);

border-color:#7A0C24;

box-shadow:0 20px 40px rgba(122,12,36,.25);

}

.featured{

background:linear-gradient(180deg,#7A0C24,#3d0716);

}

.quote-icon{

font-size:70px;

color:#7A0C24;

font-family:serif;

line-height:1;

margin-bottom:20px;

}

.featured .quote-icon{

color:#fff;

}

.testimonial-card p{

color:#d6d6d6;

line-height:30px;

margin-bottom:35px;

}

.client{

display:flex;

align-items:center;

gap:15px;

}

.client img{

width:60px;

height:60px;

border-radius:50%;

object-fit:cover;

border:3px solid #7A0C24;

}

.client h4{

color:#fff;

margin-bottom:5px;

}

.client span{

color:#d0d0d0;

font-size:14px;

}

@media(max-width:992px){

.testimonial-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:40px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71b8e3a *//*=========================================
        FINAL CTA
==========================================*/

.about-cta{

position:relative;

padding:140px 0;

background:url("https://crimsonloom.com/wp-content/uploads/2026/07/pexels-aminnaderloei-31896921-scaled.jpg") center center/cover no-repeat;

overflow:hidden;

}

.cta-overlay{

position:absolute;

inset:0;

background:linear-gradient(
135deg,
rgba(8,8,8,.88),
rgba(122,12,36,.78),
rgba(8,8,8,.88)
);

}

.cta-content{

position:relative;

z-index:2;

max-width:850px;

margin:auto;

text-align:center;

color:#fff;

}

.cta-badge{

display:inline-block;

padding:12px 28px;

background:rgba(255,255,255,.12);

border:1px solid rgba(255,255,255,.18);

backdrop-filter:blur(10px);

border-radius:50px;

font-size:13px;

font-weight:600;

letter-spacing:2px;

margin-bottom:28px;

}

.cta-content h2{

font-size:64px;

line-height:1.15;

margin-bottom:30px;

font-weight:700;

}

.cta-content p{

max-width:700px;

margin:auto;

font-size:18px;

line-height:34px;

color:#e7e7e7;

margin-bottom:45px;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.btn-primary{

background:#7A0C24;

color:#fff;

padding:18px 42px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.35s;

}

.btn-primary:hover{

background:#fff;

color:#7A0C24;

transform:translateY(-4px);

}

.btn-secondary{

padding:18px 42px;

border:2px solid rgba(255,255,255,.7);

border-radius:50px;

color:#fff;

text-decoration:none;

font-weight:600;

transition:.35s;

}

.btn-secondary:hover{

background:#fff;

color:#111;

transform:translateY(-4px);

}

@media(max-width:768px){

.about-cta{

padding:90px 20px;

}

.cta-content h2{

font-size:42px;

}

.cta-content p{

font-size:16px;

line-height:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ca5f9c *//*==============================
OUR CRAFTSMANSHIP
==============================*/

.craftsmanship{

padding:120px 0;

background:#0b0b0b;

}

.craft-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.craft-tag{

display:inline-block;

padding:10px 24px;

background:#7A0C24;

color:#fff;

border-radius:40px;

letter-spacing:2px;

font-size:13px;

font-weight:600;

margin-bottom:25px;

}

.craft-content h2{

font-size:54px;

color:#fff;

line-height:1.2;

margin-bottom:25px;

}

.craft-content h2 span{

color:#7A0C24;

}

.craft-content>p{

font-size:18px;

line-height:34px;

color:#cfcfcf;

margin-bottom:40px;

}

.craft-item{

display:flex;

gap:20px;

margin-bottom:30px;

}

.craft-icon{

width:60px;

height:60px;

border-radius:50%;

background:#7A0C24;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:24px;

flex-shrink:0;

}

.craft-item h3{

color:#fff;

margin-bottom:8px;

}

.craft-item p{

color:#bdbdbd;

line-height:28px;

}

.craft-images{

position:relative;

}

.main-image{

width:100%;

border-radius:25px;

display:block;

}

.floating-card{

position:absolute;

bottom:30px;

left:-30px;

background:#fff;

padding:25px 35px;

border-radius:18px;

box-shadow:0 20px 40px rgba(0,0,0,.3);

}

.floating-card h3{

font-size:42px;

color:#7A0C24;

margin-bottom:5px;

}

.floating-card p{

color:#555;

font-weight:600;

}

@media(max-width:991px){

.craft-grid{

grid-template-columns:1fr;

}

.craft-content h2{

font-size:40px;

}

.floating-card{

position:relative;

left:0;

bottom:0;

margin-top:25px;

width:max-content;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb69669 *//*=========================================
        BRAND PROMISE
=========================================*/

.brand-promise{

padding:120px 0;

background:#090909;

}

.promise-header{

max-width:760px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.promise-header span{

display:inline-block;

padding:12px 24px;

background:#7A0C24;

color:#fff;

border-radius:40px;

letter-spacing:2px;

font-size:13px;

font-weight:600;

margin-bottom:22px;

}

.promise-header h2{

font-size:56px;

color:#fff;

margin-bottom:20px;

}

.promise-header h2 span{

color:#7A0C24;

}

.promise-header p{

color:#cfcfcf;

font-size:18px;

line-height:32px;

}

.promise-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.promise-card{

background:#151515;

padding:40px 30px;

border-radius:24px;

border:1px solid rgba(255,255,255,.08);

text-align:center;

transition:.35s;

}

.promise-card:hover{

transform:translateY(-10px);

border-color:#7A0C24;

box-shadow:0 20px 40px rgba(122,12,36,.22);

}

.promise-icon{

width:80px;

height:80px;

margin:0 auto 25px;

background:#7A0C24;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

color:#fff;

}

.promise-card h3{

color:#fff;

font-size:24px;

margin-bottom:15px;

}

.promise-card p{

color:#bfbfbf;

line-height:30px;

font-size:16px;

}

@media(max-width:992px){

.promise-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.promise-grid{

grid-template-columns:1fr;

}

.promise-header h2{

font-size:40px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80e30d3 *//*=========================================
        AS SEEN IN
=========================================*/

.featured-in{

padding:120px 0;

background:#111111;

}

.featured-header{

max-width:760px;

margin:0 auto 70px;

text-align:center;

}

.featured-header span{

display:inline-block;

padding:10px 24px;

background:#7A0C24;

color:#fff;

border-radius:40px;

letter-spacing:2px;

font-size:13px;

font-weight:600;

margin-bottom:20px;

}

.featured-header h2{

font-size:54px;

color:#fff;

margin-bottom:20px;

}

.featured-header h2 span{

color:#7A0C24;

}

.featured-header p{

color:#cfcfcf;

font-size:18px;

line-height:32px;

}

.logo-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.logo-card{

height:130px;

display:flex;

justify-content:center;

align-items:center;

background:#181818;

border:1px solid rgba(255,255,255,.08);

border-radius:20px;

font-size:28px;

font-weight:700;

color:#ffffff;

letter-spacing:2px;

transition:.35s;

}

.logo-card:hover{

transform:translateY(-8px);

border-color:#7A0C24;

color:#7A0C24;

box-shadow:0 20px 40px rgba(122,12,36,.22);

}

@media(max-width:992px){

.logo-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.logo-grid{

grid-template-columns:1fr;

}

.featured-header h2{

font-size:40px;

}

.logo-card{

font-size:22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5564e24 *//*==============================
LOOKBOOK
==============================*/

.lookbook{

padding:120px 0;

background:#0d0d0d;

}

.lookbook-heading{

max-width:750px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.lookbook-heading span{

display:inline-block;

padding:10px 24px;

background:#7A0C24;

color:#fff;

border-radius:40px;

letter-spacing:2px;

font-size:13px;

font-weight:600;

margin-bottom:20px;

}

.lookbook-heading h2{

font-size:56px;

color:#fff;

margin-bottom:20px;

}

.lookbook-heading h2 span{

color:#7A0C24;

}

.lookbook-heading p{

color:#cfcfcf;

font-size:18px;

line-height:32px;

}

.lookbook-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.lookbook-item{

overflow:hidden;

border-radius:20px;

}

.lookbook-item img{

width:100%;

height:500px;

object-fit:cover;

transition:.6s;

display:block;

}

.lookbook-item:hover img{

transform:scale(1.08);

}

@media(max-width:768px){

.lookbook-grid{

grid-template-columns:1fr;

}

.lookbook-item img{

height:350px;

}

.lookbook-heading h2{

font-size:40px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bbb522 *//*=================================
OUR DESIGN PROCESS
==================================*/

.design-process{

padding:120px 0;

background:#080808;

}

.process-heading{

max-width:760px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.process-tag{

display:inline-block;

padding:12px 28px;

background:#7A0C24;

color:#fff;

border-radius:50px;

font-size:13px;

letter-spacing:2px;

font-weight:600;

margin-bottom:20px;

}

.process-heading h2{

font-size:56px;

color:#fff;

margin-bottom:20px;

line-height:1.2;

}

.process-heading h2 span{

color:#7A0C24;

}

.process-heading p{

color:#cfcfcf;

font-size:18px;

line-height:32px;

}

.process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.process-card{

background:#151515;

padding:40px 30px;

border-radius:24px;

border:1px solid rgba(255,255,255,.08);

transition:.35s;

position:relative;

overflow:hidden;

}

.process-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:4px;

background:#7A0C24;

transform:scaleX(0);

transition:.35s;

}

.process-card:hover::before{

transform:scaleX(1);

}

.process-card:hover{

transform:translateY(-10px);

border-color:#7A0C24;

box-shadow:0 25px 45px rgba(122,12,36,.25);

}

.process-number{

font-size:60px;

font-weight:700;

color:rgba(255,255,255,.08);

margin-bottom:20px;

}

.process-card h3{

font-size:24px;

color:#fff;

margin-bottom:15px;

}

.process-card p{

color:#bdbdbd;

line-height:30px;

}

@media(max-width:992px){

.process-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.process-grid{

grid-template-columns:1fr;

}

.process-heading h2{

font-size:40px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fb9a68 *//*=================================
OUR IMPACT
==================================*/

.our-impact{

padding:120px 0;

background:#0d0d0d;

}

.impact-header{

max-width:760px;

margin:0 auto 70px;

text-align:center;

}

.impact-tag{

display:inline-block;

padding:12px 26px;

background:#7A0C24;

color:#fff;

border-radius:50px;

letter-spacing:2px;

font-size:13px;

font-weight:600;

margin-bottom:20px;

}

.impact-header h2{

font-size:56px;

color:#fff;

margin-bottom:20px;

}

.impact-header h2 span{

color:#7A0C24;

}

.impact-header p{

color:#cfcfcf;

font-size:18px;

line-height:32px;

}

.impact-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.impact-box{

background:#171717;

padding:45px 30px;

text-align:center;

border-radius:22px;

border:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.impact-box:hover{

transform:translateY(-10px);

border-color:#7A0C24;

box-shadow:0 20px 45px rgba(122,12,36,.25);

}

.impact-box h3{

font-size:54px;

color:#7A0C24;

margin-bottom:15px;

}

.impact-box h4{

color:#fff;

font-size:22px;

margin-bottom:15px;

}

.impact-box p{

color:#bfbfbf;

line-height:28px;

}

@media(max-width:992px){

.impact-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.impact-grid{

grid-template-columns:1fr;

}

.impact-header h2{

font-size:40px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b071d8c *//*=================================
FAQ SECTION
==================================*/

.about-faq{

padding:120px 0;

background:#0b0b0b;

}

.faq-header{

max-width:760px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.faq-header span{

display:inline-block;

padding:10px 24px;

background:#7A0C24;

color:#fff;

border-radius:40px;

font-size:13px;

letter-spacing:2px;

font-weight:600;

margin-bottom:20px;

}

.faq-header h2{

font-size:56px;

color:#fff;

margin-bottom:20px;

}

.faq-header h2 span{

color:#7A0C24;

}

.faq-header p{

color:#cfcfcf;

font-size:18px;

line-height:32px;

}

.faq-wrapper{

max-width:900px;

margin:auto;

}

.faq-item{

background:#171717;

border:1px solid rgba(255,255,255,.08);

border-radius:18px;

padding:25px 30px;

margin-bottom:20px;

transition:.3s;

}

.faq-item:hover{

border-color:#7A0C24;

}

.faq-item summary{

cursor:pointer;

font-size:22px;

font-weight:600;

color:#fff;

list-style:none;

}

.faq-item summary::-webkit-details-marker{

display:none;

}

.faq-item p{

margin-top:18px;

color:#cfcfcf;

line-height:30px;

}

@media(max-width:768px){

.faq-header h2{

font-size:40px;

}

.faq-item summary{

font-size:18px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48b21d4 *//*=================================
SERVICE PROMISE
==================================*/

.service-promise{

padding:120px 0;

background:#111;

}

.promise-title{

max-width:760px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.promise-title span{

display:inline-block;

padding:10px 24px;

background:#7A0C24;

color:#fff;

border-radius:40px;

font-size:13px;

letter-spacing:2px;

font-weight:600;

margin-bottom:20px;

}

.promise-title h2{

font-size:56px;

color:#fff;

margin-bottom:20px;

}

.promise-title h2 span{

color:#7A0C24;

}

.promise-title p{

color:#cfcfcf;

font-size:18px;

line-height:32px;

}

.service-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.service-box{

background:#181818;

padding:40px 30px;

text-align:center;

border-radius:22px;

border:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.service-box:hover{

transform:translateY(-10px);

border-color:#7A0C24;

box-shadow:0 20px 45px rgba(122,12,36,.25);

}

.service-icon{

font-size:42px;

margin-bottom:20px;

}

.service-box h3{

color:#fff;

margin-bottom:15px;

}

.service-box p{

color:#bdbdbd;

line-height:28px;

}

@media(max-width:992px){

.service-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.service-grid{

grid-template-columns:1fr;

}

.promise-title h2{

font-size:40px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c71247 *//*=================================
BRAND MANIFESTO
==================================*/

.brand-manifesto{

padding:150px 0;

background:#070707;

text-align:center;

}

.manifesto-content{

max-width:900px;

margin:auto;

}

.manifesto-tag{

display:inline-block;

padding:12px 28px;

background:#7A0C24;

color:#fff;

border-radius:50px;

letter-spacing:2px;

font-size:13px;

font-weight:600;

margin-bottom:30px;

}

.manifesto-content h2{

font-size:64px;

line-height:1.15;

color:#fff;

margin-bottom:35px;

}

.manifesto-content h2 span{

color:#7A0C24;

}

.manifesto-text{

font-size:22px;

line-height:42px;

color:#d4d4d4;

max-width:760px;

margin:0 auto 50px;

}

blockquote{

font-size:38px;

font-style:italic;

font-weight:300;

color:#ffffff;

position:relative;

}

blockquote::before{

content:"“";

font-size:80px;

color:#7A0C24;

position:absolute;

left:-40px;

top:-30px;

}

@media(max-width:768px){

.manifesto-content h2{

font-size:42px;

}

.manifesto-text{

font-size:18px;

line-height:34px;

}

blockquote{

font-size:26px;

}

}/* End custom CSS */