
/*first css*/

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #777777;
	font-size: 16px;
}
.home-details p {
    display: none;
}

.transparent-header .navbar-wrap ul li a {
    color: #000000;
}


.logo img {
    max-width: 230px;
}
/* Banner Base */
.capsule-banner {
 position: relative;
    background: linear-gradient(135deg, #ffffff 40%, #fa324c);
    overflow: hidden;
    padding: 120px 0;
    color: #fff;


}

/* Background Shape */
.capsule-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/img/banner/capsule_banner_bg.png");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

/* Text Styling */
.capsule-banner-content {
  position: relative;
  z-index: 1;
}

.capsule-banner-content .sub-title {
  font-size: 18px;
  color: #ff6b6b;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.capsule-banner-content .highlight {
  color: #ff4e4e;
  font-weight: bold;
}

.capsule-banner-content .title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.capsule-banner-content .capsule-info {
  display: inline-block;
  background: #fff;
  color: #222;
  padding: 8px 20px;
  margin-left: 15px;
  border-radius: 10px;
  font-size: 18px;
}

.capsule-banner-content strong {
  color: #ff4e4e;
}

/* Buy Now Button */
.capsule-btn {
  display: inline-flex;
  align-items: center;
  background: #ff4e4e;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.capsule-btn:hover {
  background: #fff;
  color: #ff4e4e;
  transform: scale(1.05);
}

.capsule-btn i {
  margin-right: 8px;
}

/* Image Styling */
.banner-img img {
  max-width: 100%;
  transform: rotate(-10deg);
  transition: transform 0.5s ease;
}

.banner-img img:hover {
  transform: rotate(0deg) scale(1.05);
}

/* Decorative Shape */
.capsule-banner-shape {
  position: absolute;
  bottom: -50px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #ff4e4e 0%, transparent 70%);
  filter: blur(100px);
  opacity: 0.6;
  z-index: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .capsule-banner-content .title {
    font-size: 42px;
  }
  .capsule-btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .capsule-banner {
    padding: 80px 0;
  }
  .capsule-banner-content .title {
    font-size: 32px;
  }
}


.read-more-btn {
  display: inline-block;
  background: #ff4e4e;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 35px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.read-more-btn i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.read-more-btn:hover {
  background: #fff;
  color: #ff4e4e;
  box-shadow: 0 4px 10px rgba(255, 78, 78, 0.3);
}

.read-more-btn:hover i {
  transform: translateX(6px);
}



.feature-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 14px;
  padding: -1px -12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.feature-content {
  flex: 1;
  padding-right: -3px;
  /* padding-right: 15px; */
}

.feature-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}

.feature-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.feature-image img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .feature-card {
    flex-direction: row-reverse;
    text-align: right;
  }
  .feature-content {
    padding-right: 0;
    padding-left: 15px;
  }
}


.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
button,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #222222;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #777777;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #777777;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.slick-slide:focus {
	outline: none;
}
.row.slick-slider [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}

/* ================= HERO ================= */
.hero-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #fff, #f1f5ff);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,81,47,0.2), transparent);
  top: -100px;
  right: -100px;
}

.hero-content h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-content h1 span {
  background: linear-gradient(90deg, #ff512f, #dd2476);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-content p {
  margin: 20px 0;
  color: #666;
  font-size: 16px;
}

.hero-img {
  max-width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
}

/* ================= BUTTONS ================= */
.btn-primary {
  background: linear-gradient(90deg, #ff512f, #dd2476);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: 0 10px 20px rgba(255,81,47,0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
}

.btn-outline {
  border: 2px solid #ddd;
  padding: 12px 28px;
  border-radius: 30px;
  margin-left: 10px;
  color: #333;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #000;
  color: #fff;
}

/* ================= SECTION ================= */
.section-title h2 {
  font-weight: 700;
}

.section-title p {
  color: #777;
}

/* ================= CATEGORY ================= */
.category-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  padding: 25px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
  border: 1px solid rgba(255,255,255,0.3);
}

.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.category-card img {
  width: 70px;
  margin-bottom: 10px;
}

/* ================= PRODUCT ================= */
.product-card {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-img {
  position: relative;
}

.product-img img {
  width: 100%;
  border-radius: 10px;
}

.product-img .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(90deg, #ff512f, #dd2476);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.price {
  color: #ff512f;
  font-weight: bold;
  font-size: 18px;
}

.product-card button {
  background: #111;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 25px;
  transition: 0.3s;
}

.product-card button:hover {
  background: #ff512f;
}

/* ================= CTA ================= */
.cta {
  background: linear-gradient(135deg, #ff512f, #dd2476);
  color: #fff;
  padding: 80px 0;
  margin-top: 60px;
  border-radius: 20px 20px 0 0;
}

.cta h2 {
  font-weight: 700;
    color: #fff;
}

/*end here*/






/* GLOBAL */
body {
    font-family: 'Poppins', sans-serif;
    /* background: #f8fafc; */
}

/* ================= HOME CONTENT ================= */
.home-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 50px;
}

/* ================= CATEGORY ================= */
.category-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.category-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.category-box h6 {
    font-weight: 600;
}

.category-count {
    font-size: 12px;
    color: #888;
}

/* ================= DEAL CARD ================= */
.deal-card {
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.deal-card:hover {
    transform: translateY(-10px);
}



.deal-body {
    padding: 15px;
}

.deal-price {
    color: #ff512f;
    font-weight: 700;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.discount-badge {
    background: linear-gradient(90deg,#ff512f,#dd2476);
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
}
.badge{
    background-color: green;
}
.deal-btn {
    background: #111;
    color: #fff;
    border-radius: 25px;
    padding: 8px;
    transition: 0.3s;
}

.deal-btn:hover {
    background: #ff512f;
}

/* ================= BLOG ================= */
.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 15px;
}

.blog-title {
    font-weight: 600;
    font-size: 16px;
}

.blog-btn a {
    font-size: 14px;
    color: #ff512f;
}

/* ================= SECTION ================= */
.section-title {
    margin-bottom: 30px;
        padding: 30px;
}

.section-title h2 {
    font-weight: 700;
}


/*sepliments index.blade.php css*/

/* GLOBAL */
body {
    font-family: 'Poppins', sans-serif;
    /* background: #f8fafc; */
}

/* ================= HERO ================= */
.category-hero {
    background: linear-gradient(135deg,#ff512f,#dd2476);
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.category-hero h1 {
    color: white;
    font-weight: 700;
}

/* ================= PRODUCT CARD ================= */
.product-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.product-card:hover {
    transform: translateY(-8px);
}

/* IMAGE */
.product-img {
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.product-card:hover img {
    transform: scale(1.08);
}

/* CONTENT */
.product-content {
    padding: 15px;
    text-align: center;
}

.product-title {
    font-size: 15px;
    font-weight: 600;
}

.price {
    color: #ff512f;
    font-weight: 700;
    margin: 8px 0;
}

/* BUTTON */
.btn-cart {
    background: #111;
    color: #fff;
    border-radius: 25px;
    padding: 6px 15px;
    font-size: 14px;
    transition: 0.3s;
}

.btn-cart:hover {
    background: #ff512f;
}

/* ================= SIDEBAR ================= */
.sidebar-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

/* CATEGORY LIST */
.category-list li {
    margin-bottom: 10px;
}

.category-list a {
    color: #333;
}

.category-list a:hover {
    color: #ff512f;
}

/* LATEST PRODUCTS */
.latest-product {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.latest-product img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

/* PAGINATION */
.pagination {
    justify-content: center;
}

.category-hero {
  height: 299px;/* FIX HEIGHT */
    background: linear-gradient(135deg,#ff512f,#dd2476);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* CENTER CONTENT */
.category-hero .container {
    position: relative;
    z-index: 2;
        top: 51px;
}

/* TEXT */
.category-hero h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.category-hero p {
    font-size: 14px;
    opacity: 0.9;
}

/* BACKGROUND SHAPE (premium look) */
.category-hero::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.category-hero::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
}
/*end here*/


/*view.blade css*/


/* ================= HERO BANNER ================= */

.product-hero{
    position: relative;
    width: 100%;
    height:394px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.product-hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(45%);
}

/* DARK OVERLAY */
.product-hero::before{
    content: '';
    position: absolute;
    inset: 0;
       background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));
    z-index: 1;
}

/* CONTENT */
.hero-contents{
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 950px;
    padding: 20px;
}

/* DATE TEXT */
.hero-contents p{
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

/* TITLE */
.product-hero .hero-contents h1{
    color: #ffffff !important;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    text-shadow: 0 6px 25px rgba(0,0,0,0.5);
}


/* 
.hero-content h1{
    font-size:28px;
    font-weight:700;
    color: white;
    text-shadow:0 5px 20px rgb(255, 255, 255);
}

.hero-content p{
    font-size:14px;
    opacity:0.9;
} */

/* ================= PRODUCT ================= */
.product-section{
    padding:50px 0;
}

/* IMAGE */
.product-img-box{
    background:#fff;
    border-radius:20px;
    padding:30px;
    text-align:center;
    /* box-shadow:0 10px 25px rgba(0,0,0,0.05); */
}

.product-img-box img{
    max-width:100%;
    height:350px;
    object-fit:contain;
}

/* INFO */
.product-info{
    background:#fff;
    padding:30px;
    border-radius:20px;
    /* box-shadow:0 10px 25px rgba(0,0,0,0.05); */
}

.product-title{
    font-size:24px;
    font-weight:700;
}

.product-short{
    color:#555;
    margin:15px 0;
    line-height:1.7;
}

/* PRICE */
.price{
    font-size:28px;
    color:#ff512f;
    font-weight:700;
}

/* TRUST */
.trust{
    margin:15px 0;
    font-size:14px;
    color:#28a745;
}

/* CTA */
.btn-buy{
    display:block;
    width:100%;
    text-align:center;
    background:linear-gradient(135deg,#ff512f,#dd2476);
    color:#fff;
    padding:14px;
    border-radius:30px;
    font-weight:600;
    margin-top:15px;
    transition:0.3s;
}

.btn-buy:hover{
    transform:scale(1.03);
}

/* DESC */
.desc-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin-top:40px;
}

/* RELATED */
.product-card{
    border-radius:15px;
    overflow:hidden;
    transition:0.3s;
}

.product-card:hover{
    transform:translateY(-6px);
}

.product-card img{
    height:180px;
    object-fit:cover;
}

/*end here*/

/*Footer.blade css*/

.footer-area{
    background:black;
    color:#cbd5e1;
}

/* TOP */
.footer-top{
    padding:60px 0;
}

/* LOGO */
.footer-logo img{
    max-width:160px;
    margin-bottom:15px;
}

/* TEXT */
.footer-text{
    font-size:14px;
    line-height:1.7;
    color:#94a3b8;
}

/* TITLE */
.footer-title{
    color:#fff;
    font-weight:600;
    margin-bottom:20px;
    font-size:18px;
}

/* LINKS */
.footer-links a{
    display:block;
    color:#94a3b8;
    margin-bottom:10px;
    transition:0.3s;
    font-size:14px;
}

.footer-links a:hover{
    color:#ff512f;
    padding-left:5px;
}

/* CONTACT */
.footer-contact li{
    margin-bottom:10px;
    font-size:14px;
}

.footer-contact i{
    color:#ff512f;
    margin-right:8px;
}

/* SOCIAL */
.footer-social a{
    display:inline-block;
    width:36px;
    height:36px;
    line-height:36px;
    text-align:center;
    border-radius:50%;
    background:#1e293b;
    color:#fff;
    margin-right:8px;
    transition:0.3s;
}

.footer-social a:hover{
    background:linear-gradient(135deg,#ff512f,#dd2476);
}

/* BOTTOM */
.footer-bottom{
    border-top:1px solid #1e293b;
    padding:20px 0;
    font-size:14px;
    color:#94a3b8;
}

/* RESPONSIVE */
@media(max-width:768px){
    .footer-top{
        text-align:center;
    }
}

/*end here*/


/*blog*/


/* ================= HERO ================= */
.blog-hero {
    background: linear-gradient(135deg,#ff512f,#dd2476);
    padding: 70px 0;
    color: #fff;
    text-align: center;
}

.blog-hero h1 {
    font-weight: 800;
    font-size: 40px;
}

.blog-hero p {
    opacity: 0.9;
}

/* ================= BLOG CARD ================= */
.blog-card {
    background: rgba(255,255,255,0.9);
    border-radius: 18px;
    overflow: hidden;
    transition: 0.3s;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.blog-card:hover {
    transform: translateY(-8px);
}

/* IMAGE */
.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.4s;
}

.blog-img:hover img {
    transform: scale(1.08);
}

/* CATEGORY BADGE */
.blog-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(90deg,#ff512f,#dd2476);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
}

/* CONTENT */
.blog-content {
    padding: 18px;
}

.blog-date {
    font-size: 12px;
    color: #777;
}

.blog-title {
    font-size: 20px;
    font-weight: 700;
    margin: 8px 0;
}

.blog-title a {
    color: #111;
}

.blog-title a:hover {
    color: #ff512f;
}

/* FOOTER */
.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.author img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.read-more {
    color: #ff512f;
    font-size: 14px;
    font-weight: 500;
}

/* ================= SIDEBAR ================= */
.sidebar-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.sidebar-title {
    font-weight: 600;
    margin-bottom: 15px;
}

/* STICKY SIDEBAR */
.sticky {
    position: sticky;
    top: 20px;
}

/* RECENT */
.recent-post {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.recent-post img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

/* SEARCH */
.search-input {
    border-radius: 30px;
    padding: 10px 15px;
}


/*blog details*/



/* ================= TOP IMAGE ================= */
.blog-top-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* ================= CONTENT ================= */
.blog-wrapper {
    margin-top: 40px;
    margin-bottom: 60px;
}

.blog-content {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* TITLE */
.blog-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* META */
.blog-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

/* TEXT */
.blog-content p {
    line-height: 1.9;
    color: #444;
    margin-bottom: 18px;
    font-size: 16px;
}

/* ================= SIDEBAR ================= */
.sidebar-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.sticky {
    position: sticky;
    top: 20px;
}

/* RECENT POSTS */
.recent-post {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.recent-post img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

/* ================= IMAGE SECTION ================= */
.blog-top-img {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.blog-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DARK OVERLAY */
.blog-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
    display: flex;
    align-items: flex-end;
}

/* TEXT */
.overlay-content {
    color: #fff;
    padding: 30px;
    max-width: 900px;
}

.blog-title {
    font-size: 32px;
    font-weight: 700;
    margin: 5px 0;
}

.blog-meta {
    font-size: 14px;
    opacity: 0.9;
}










/* OVERLAY CONTAINER */
.overlay-content {
    color: #fff;
    padding: 25px 30px;
    max-width: 700px;

    /* GLASS EFFECT */
   
    /* backdrop-filter: blur(8px); */

    border-radius: 12px;
}

/* TITLE */
.blog-title {
    font-size: 32px;
    font-weight: 700;
    margin: 8px 0;

    text-shadow: 0 4px 20px rgb(255, 255, 255);
}

/* META */
.blog-meta {
    font-size: 14px;
    opacity: 0.9;

    text-shadow: 0 2px 10px rgb(255, 255, 255);
}






/*privacy*/




/* ================= HERO SECTION ================= */

.privacy-hero{
    background: linear-gradient(135deg, #0f172a, #1e293b);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.privacy-hero::before{
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    top: -100px;
    right: -80px;
}

.privacy-hero::after{
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    bottom: -80px;
    left: -50px;
}

.privacy-hero-content{
    position: relative;
    z-index: 2;
}

.privacy-badge{
    background: rgba(255,255,255,0.12);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    backdrop-filter: blur(8px);
}

.privacy-title{
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.privacy-subtitle{
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    max-width: 650px;
    margin: auto;
    line-height: 1.8;
}

/* ================= CONTENT SECTION ================= */

.privacy-content-section{
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

.privacy-card {
    /* background: #fff; */
    /* border-radius: 24px; */
    padding: 45px;
    /* box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08); */
    /* border: 1px solid #eef2f7; */
}

/* ================= TOP INFO ================= */

.privacy-top{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #edf2f7;
}

.privacy-icon{
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy-icon i{
    color: #fff;
    font-size: 28px;
}

/* ================= DESCRIPTION ================= */

.privacy-description{
    margin-top: 30px;
    color: #475569;
    line-height: 1.9;
    font-size: 16px;
}

.privacy-description h1,
.privacy-description h2,
.privacy-description h3,
.privacy-description h4{
    color: #0f172a;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 700;
}

.privacy-description p{
    margin-bottom: 18px;
}

.privacy-description ul{
    padding-left: 20px;
    margin-bottom: 20px;
}

.privacy-description li{
    margin-bottom: 10px;
}

.privacy-description a{
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.privacy-description a:hover{
    text-decoration: underline;
}

/* ================= RESPONSIVE ================= */

@media(max-width: 991px){

    .privacy-title{
        font-size: 38px;
    }

    .privacy-card{
        padding: 30px;
    }

}

@media(max-width: 767px){

    .privacy-hero{
        padding: 70px 0;
    }

    .privacy-title{
        font-size: 30px;
    }

    .privacy-subtitle{
        font-size: 15px;
    }

    .privacy-top{
        flex-direction: column;
        text-align: center;
    }

    .privacy-card{
        padding: 22px;
        border-radius: 18px;
    }

}