/* =====  HOME HERO ======= */
.live-bystyle-homebanner{ background: var(--bg); overflow: hidden;}
.live-bystyle-homebanner__wrapper{ display:flex; min-height:720px;}
.live-bystyle-homebanner .container{ width:100%;}
.live-bystyle-homebanner__content{ width:50%; display:flex; flex-direction:column; justify-content:center; min-height:720px; padding:60px 0;}
.live-bystyle-homebanner__image{ position:absolute; right:0; top:0; width:50%; height:100%;}
.live-bystyle-homebanner__wrapper{ position:relative;}
.live-bystyle-homebanner__image img{ width:100%; height:100%; object-fit:cover; display:block;}
.live-bystyle-homebanner__label{ display:block; margin-bottom:10px; font-family:var(--font-subheading); font-size:15px; font-weight:600; letter-spacing:3px; text-transform:uppercase; color:var(--primary);}
.live-bystyle-homebanner h1{ max-width:560px;  margin-bottom:7px; color:var(--secondary); font-size: 45px;}
.live-bystyle-homebanner__since{  margin-bottom:22px; font-size:45px; font-weight:400; line-height:1.2; font-style:italic; color:var(--primary);}
.live-bystyle-homebanner__desc{ max-width:520px; margin-bottom:30px; color:var(--secondary); font-family:var(--font-subheading); font-size:18px; font-weight:500;}
.live-bystyle-homebanner__stats{ display:flex; flex-wrap:wrap; gap:20px 35px; margin-bottom:45px;}
.live-bystyle-homebanner__stat{ display:flex; align-items:center; gap:12px; min-width:220px;}
.live-bystyle-homebanner__icon{ width:32px; height:32px; border-radius:50%; background:var(--white); color:var(--primary); display:flex; align-items:center; justify-content:center; font-size:15px; flex-shrink:0;}
.live-bystyle-homebanner__stat h4{ margin:0; font-size:21px; font-family:var(--font-heading); color:var(--secondary);}
.live-bystyle-homebanner__stat span{ display:block; margin-top:2px; color:var(--text-light); font-size:12px; line-height:1.5;}
.live-bystyle-homebanner__buttons{ display:flex;  gap:18px;  flex-wrap:wrap;}
@media(max-width:1200px){.live-bystyle-homebanner__content{ width:55%;}.live-bystyle-homebanner__image{ width:45%;}}
@media(max-width:991px){.live-bystyle-homebanner__wrapper{ flex-direction:column;}
.live-bystyle-homebanner__content{ width:100%; min-height:auto; padding:80px 0 60px;}.live-bystyle-homebanner__image{ position:relative; width:100%; height:500px;}.live-bystyle-homebanner__since{ font-size:36px;}}
@media(max-width:767px){.live-bystyle-homebanner__content{ padding:60px 0;}.live-bystyle-homebanner h1{ font-size:40px; line-height:1.2;}.live-bystyle-homebanner__since{ font-size:30px;}
.live-bystyle-homebanner__desc{ font-size:18px;}.live-bystyle-homebanner__stats{ gap:20px;}.live-bystyle-homebanner__stat{ min-width:100%;}
.live-bystyle-homebanner__buttons{ flex-direction:column;}.live-bystyle-homebanner__buttons .common-btn{ width:100%;}.live-bystyle-homebanner__image{ height:380px;}}


/*=== Features Section =====*/
.features-liveghsgdd6{ position:relative; z-index:5; padding:40px 0 70px;}
.features-liveghsgdd6__wrapper{ display:flex; background:var(--white); border-radius:12px; overflow:hidden; box-shadow:0 12px 35px rgba(0,0,0,.08);}
.features-liveghsgdd6__item{ flex:1; text-align:center; padding:25px 10px; position:relative;}
.features-liveghsgdd6__item:not(:last-child)::after{ content:""; position:absolute; right:0; top:35px; bottom:35px; width:1px; background:#e8ddd0;}
.features-liveghsgdd6__icon{ width:45px; height:45px; margin:0 auto 10px; display:flex; align-items:center; justify-content:center; color:var(--primary); font-size:25px;}
.features-liveghsgdd6__item h3{ margin:0; font-size:14px; line-height:1.45; font-family:var(--font-subheading); font-weight:600; color:var(--secondary);}
@media(max-width:991px){.features-liveghsgdd6{ margin-top:40px;} .features-liveghsgdd6__wrapper{ flex-wrap:wrap;} .features-liveghsgdd6__item{ flex:0 0 33.333%;}
.features-liveghsgdd6__item:nth-child(3)::after{ display:none;}}
@media(max-width:767px){.features-liveghsgdd6__item{ flex:0 0 50%; padding:35px 15px;} .features-liveghsgdd6__item::after{ display:none;}
.features-liveghsgdd6__icon{ font-size:24px; margin-bottom:15px;} .features-liveghsgdd6__item h3{ font-size:15px;}}
@media(max-width:480px){.features-liveghsgdd6__item{ flex:0 0 100%;}}


/*===  Product Category Section ====*/
.producctaegar-luivehstyle{ padding:40px 20px 50px;}
.producctaegar-luivehstyle .common-title{ text-align:center; margin:0 auto 35px;}
.producctaegar-luivehstyle .common-title__text{ margin-left:auto; margin-right:auto;}
.producctaegar-luivehstyle__grid{ display:grid; grid-template-columns:repeat(7,1fr); gap:15px;}
.producctaegar-luivehstyle__item{ display:flex; flex-direction:column; justify-content:space-between; background:var(--bg); border-radius:6px; overflow:hidden; text-decoration:none; transition:.35s;}
.producctaegar-luivehstyle__item:hover{ box-shadow:0 12px 30px rgba(0,0,0,.08);} .producctaegar-luivehstyle__image{ height:240px; overflow:hidden;}
.producctaegar-luivehstyle__image img{ width:100%; height:100%; object-fit:cover; display:block;}
.producctaegar-luivehstyle__item h3{ margin:0; padding:8px; text-align:center; font-family:var(--font-subheading); font-size:16px; font-weight:600;  background-color: var(--primary); color:var(--secondary); text-transform:uppercase; letter-spacing:.5px;}
.producctaegar-luivehstyle__button{ margin-top:55px; text-align:center;}
@media (max-width:1300px){.producctaegar-luivehstyle__grid{ grid-template-columns:repeat(4,1fr);}}
@media (max-width:991px){.producctaegar-luivehstyle__grid{ grid-template-columns:repeat(4,1fr);}.producctaegar-luivehstyle__image{  height:220px;}}
@media (max-width:767px){.producctaegar-luivehstyle__grid{ grid-template-columns:repeat(3,1fr); gap:15px;}
.producctaegar-luivehstyle__image{ height:200px;} .producctaegar-luivehstyle__item h3{ font-size:16px; padding:16px 10px;}}
@media (max-width:480px){.producctaegar-luivehstyle__grid{ grid-template-columns: repeat(2,1fr);} .producctaegar-luivehstyle__image{ height:280px;}}


/*==== Manufacturing LiveByStyle ========*/
.manufacturing-livebystyle{ padding:20px 0 50px;}
.manufacturing-livebystyle__wrapper{ display:flex; align-items:center; gap:24px; padding:25px; border-radius:8px; background:var(--primary);}
.manufacturing-livebystyle__content{ width:30%;}
.manufacturing-livebystyle__subtitle{ display:block; margin-bottom:12px; font-family:var(--font-subheading); font-size:16px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:var(--text-dark);}
.manufacturing-livebystyle__title{ display:none;} .manufacturing-livebystyle__text{ margin-bottom:24px; font-size:15px; color:var(--text-dark);}
.manufacturing-livebystyle__gallery{ width:60%; display:grid; grid-template-columns:repeat(4,1fr); gap:16px;} .manufacturing-livebystyle__image{ overflow:hidden; border-radius:6px;}
.manufacturing-livebystyle__image img{ width:100%; height:190px; object-fit:cover; display:block;}
.manufacturing-livebystyle__video{ width:10%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:18px;}
.manufacturing-livebystyle__video-btn{ width:50px; height:50px; border:2px solid var(--secondary); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--secondary);text-decoration:none;  transition:.3s;}
.manufacturing-livebystyle__video-btn:hover{ background:var(--primary); border-color:var(--white); color:var(--white);}
.manufacturing-livebystyle__video-text{ font-family:var(--font-subheading); font-size:13px; line-height:22px; font-weight:600; text-transform:uppercase; color:var(--text-dark); text-align:center;letter-spacing:.8px;}
@media(max-width:1199px){ .manufacturing-livebystyle__wrapper{ flex-wrap:wrap;} .manufacturing-livebystyle__content{ width:100%;} .manufacturing-livebystyle__gallery{ width:100%;}
.manufacturing-livebystyle__video{ width:100%; flex-direction:row; }}
@media(max-width:767px){ .manufacturing-livebystyle{ padding:50px 0;} .manufacturing-livebystyle__wrapper{ padding:18px; gap:20px;}
.manufacturing-livebystyle__gallery{ grid-template-columns:repeat(2,1fr); gap:12px;} .manufacturing-livebystyle__image img{ height:150px;} .manufacturing-livebystyle__video{ flex-direction:column;}}



/*=== Trusted Across India ======*/

.trusted-fjdk-livebystylebb{  padding:60px 0;}
.trusted-fjdk-livebystylebb__wrapper{ display:grid; grid-template-columns:280px 340px 1fr; align-items:center; gap:40px;}
.trusted-fjdk-livebystylebb__heading{ margin-bottom:15px; font-family:var(--font-subheading); font-size:25px;line-height:1.2; text-transform:uppercase;}
.trusted-fjdk-livebystylebb__text{ margin-bottom:24px;}
.trusted-fjdk-livebystylebb__map{ text-align:center;}
.trusted-fjdk-livebystylebb__map img{  width:100%;  max-width:320px; display:block; margin:0 auto;}
.trusted-fjdk-livebystylebb__stats{ display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--primary); border-left:1px solid var(--primary);}
.trusted-fjdk-livebystylebb__item{ padding:26px 20px; text-align:center; border-right:1px solid var(--primary); border-bottom:1px solid var(--primary);}
.trusted-fjdk-livebystylebb__item h4{ margin:0 0 10px; font-size:29px; line-height:1; color:var(--secondary);}
.trusted-fjdk-livebystylebb__item span{ display:block; font-size:15px; color:var(--text-light);}
@media(max-width:991px){.trusted-fjdk-livebystylebb__wrapper{ grid-template-columns:1fr; gap:35px;}
.trusted-fjdk-livebystylebb__content{ text-align:center;}.trusted-fjdk-livebystylebb__stats{ grid-template-columns:repeat(3,1fr);}}
@media(max-width:767px){.trusted-fjdk-livebystylebb{ padding:50px 0;} .trusted-fjdk-livebystylebb__stats{ grid-template-columns:repeat(2,1fr);}
.trusted-fjdk-livebystylebb__item{ padding:24px 15px;} .trusted-fjdk-livebystylebb__item h4{ font-size:34px;}}
@media(max-width:480px){.trusted-fjdk-livebystylebb__stats{  grid-template-columns:1fr;}}


/*==== Distributor CTA ====*/
.distributer-livebystyehe74{  padding:70px 0;}
.distributer-livebystyehe74__wrapper{ display:flex; align-items:center; background:#e4ddd1;; border-radius:8px; overflow:hidden;}
.distributer-livebystyehe74__content{ width:36%; padding:50px; border-right:1px solid #ffffff00;}
.distributer-livebystyehe74__heading{ margin-bottom:16px; font-size:25px; line-height:1.2;}
.distributer-livebystyehe74__text{ margin-bottom:28px; max-width:420px;}
.distributer-livebystyehe74__features{ width:64%; display:grid; grid-template-columns:repeat(4,1fr);}
.distributer-livebystyehe74__item{ padding:25px 20px; text-align:center; border-right:1px solid var(--primary);}
.distributer-livebystyehe74__item:last-child{  border-right:none;}
.distributer-livebystyehe74__icon{ width:60px; height:60px; margin:0 auto 20px; display:flex; align-items:center; justify-content:center; border:1px solid var(--primary); border-radius:50%;}
.distributer-livebystyehe74__icon i{ font-size:25px; color:var(--primary);}
.distributer-livebystyehe74__item h4{ margin:0; font-family:var(--font-subheading); font-size:17px; line-height:1.4; font-weight:600; color:var(--text-dark);}
@media(max-width:1199px){.distributer-livebystyehe74__wrapper{ flex-direction:column;}
.distributer-livebystyehe74__content{  width:100% ; text-align:center;  border-right:none; border-bottom:1px solid var(--border);}
.distributer-livebystyehe74__text{ max-width:100%;}
.distributer-livebystyehe74__features{ width:100%;}}
@media(max-width:767px){.distributer-livebystyehe74{ padding:50px 0;}
.distributer-livebystyehe74__content{  padding:35px 25px;}
.distributer-livebystyehe74__heading{  font-size:30px;}
.distributer-livebystyehe74__features{ grid-template-columns:repeat(2,1fr);}
.distributer-livebystyehe74__item{ padding:30px 15px; border-bottom:1px solid var(--border);}
.distributer-livebystyehe74__item:nth-child(2){ border-right:none;}}
@media(max-width:480px){.distributer-livebystyehe74__features{  grid-template-columns:1fr;}
.distributer-livebystyehe74__item{ border-right:none;}}




/*==== About Live By Style ====*/
.about-livebystyleh6f__wrapper{ display:flex; align-items:center; gap:60px;}
.about-livebystyleh6f__image{ width:48%;}
.about-livebystyleh6f__image img{ width:100%; display:block; border-radius:10px;}
.about-livebystyleh6f__content{ width:52%;}
@media(max-width:991px){ .about-livebystyleh6f__wrapper{ flex-direction:column; gap:40px;}
.about-livebystyleh6f__image,
.about-livebystyleh6f__content{  width:100%;}}
