
body{
  background:#f4f4f6;
font-family:'Times New Roman', Times, serif;
overflow-x:hidden;
  width:100%;
}

/* Titles premium magazine look */
.section-title,
.hero h1{
  font-family:'Playfair Display', serif;
  letter-spacing:1px;
}
/* ================= NAVBAR ================= */

.navbar {
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(29, 27, 27, 0.4);
    position:relative;
    z-index:9999;
}

/* WHITE NAVBAR */
.navbar-nav .nav-link{
  font-weight:600;
  color:#222 !important;
  position:relative;
}

.navbar-nav .nav-link::after{
  content:"";
  position:absolute;
  width:0;
  height:2px;
  background:#ffc107;
  left:0;
  bottom:-4px;
  transition:0.4s;
}

.navbar-nav .nav-link:hover::after{
  width:100%;
}

/* HOVER EFFECT */
.navbar-nav .nav-link:hover {
    color: #efef6e !important;
}

/* ACTIVE LINK */
.navbar-nav .nav-link.active {
    color: #080808 !important;
}

/* Logo size control */
.logo-img {
    height: 100px;
    width: auto;
}
/* ===== FORCE NAVBAR TEXT WHITE ===== */
.navbar,
.navbar-nav,
.navbar-nav .nav-link,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active{
  color:#fff !important;
}

/* Bootstrap override fix */
.navbar-dark .navbar-nav .nav-link{
  color:#fff !important;
}

/* Mobile menu fix */
@media(max-width:768px){
  .navbar-nav{
    background:#fbfbfb !important;
  }

  .navbar-nav .nav-link{
    color:#fff !important;
  }
}

/* ================= HERO SECTION ================= */

.hero {
    height: 70vh;
    background:url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d") center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:10px !important;
}

.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    top: 0;
    left: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.hero h1 {
    font-size: 3rem;
}

.hero p {
    font-size: 1.2rem;
}

.btn-warning {
    font-weight: 600;
}



/* FOOTER */

.footer h6{
  color:#fff;
  font-weight:600;
  margin-bottom:20px;
}
.footer{
background:linear-gradient(135deg,#0f172a,#1e293b);
color:#e5e7eb;
padding:70px 0;
}

.footer a:hover{
color:#ffc107;
}
.footer a{
  color:#d7e1ea;
  text-decoration:none;
  display:block;
  margin-bottom:8px;
}
.footer a:hover{color:#fff;}
.social i{
  font-size:20px;
  margin-right:12px;
}
/* SMOOTH GLOBAL TRANSITIONS */
*{
  transition: all 0.3s ease;
}

/* HERO TEXT ANIMATION */
.hero-content h1{
  animation: fadeUp 1.2s ease forwards;
}
.hero-content p{
  animation: fadeUp 1.6s ease forwards;
}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(40px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* BUTTON HOVER */
.btn-warning{
background:linear-gradient(45deg,#ffc107,#ff9800);
border:none;
font-weight:600;
padding:10px 25px;
}

.btn-warning:hover{
transform:translateY(-4px);
box-shadow:0 15px 30px rgba(255,193,7,0.4);
}


/* NAV LINK UNDERLINE ANIMATION */
/* Only top navbar links white */
.navbar .nav-link{
  color:#fff !important;
}

/* Dropdown text normal black */
.dropdown-menu .dropdown-item{
  color:#000 !important;
}
.dropdown-menu{
  border-radius:6px;
  border:1px solid #ddd;
}

.social a{
  color:#d7e1ea;
  margin-right:15px;
  display:inline-block;
}
.social a:hover{
  color:#ffc107;
  transform:translateY(-4px) scale(1.2);
}

/* TESTIMONIALS */
.testimonial-section{
background:#f8f9fc;

}
.testimonial-card{
background:rgba(255,255,255,0.7);
backdrop-filter:blur(10px);
border-radius:20px;
padding:40px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}
.testimonial-card:hover{
  transform:translateY(-8px);
  box-shadow:0 25px 45px rgba(255,193,7,.35);
}
.testimonial-img{
  width:70px;
  height:70px;
  border-radius:50%;
  object-fit:cover;
  margin-bottom:15px;
}

.testimonial-wrapper {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.testimonial-slider{
  overflow:hidden;
  width:100%;
}

.testimonial-track{
  display:flex;
  transition: transform 0.5s ease;
}

.testimonial-track > div{
  min-width:100%;
}

.stars i{
  color:#ffc107;
}

/* =========================
   PRESS RELEASE SECTION
========================= */


.press-section {
  width: 100%;
  margin: 20px 0;
  background: #f8fafc;
  padding: 0;
}

.press-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 0;   /* full width look */
  overflow: hidden;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}


/* Left Label */
.press-label {
  background: #0f172a;  /* Same dark theme */
  color: #fff;
  padding: 18px 25px;
  font-weight: 600;
  white-space: nowrap;
}

/* Slider */
.press-slider {
  flex: 1;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}

.press-track {
  display: flex;
  transition: transform 0.5s ease;
}

/* Individual News */
.press-item {
  display: flex;
  align-items: center;
  min-width: 100%;
  text-decoration: none;
  color: inherit;
  gap: 10px;
}

.press-item img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 4px;
}

.press-item span {
  font-size: 15px;
  color: #1e293b;
  font-weight: 500;
}

/* Arrows */
.press-controls {
  display: flex;
}

.press-controls button {
  background: #0f172a;
  color: #fff;
  border: none;
  padding: 15px 18px;
  cursor: pointer;
  transition: 0.3s;
}

.press-controls button:hover {
  background: #1e293b;
}

.counter{
  font-size:42px;
  font-weight:700;
  color:#ffc107;
}



/* Diagonal Line Pattern */
.latest-edition-section::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  background: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.08) 2px,
    transparent 2px,
    transparent 12px
  );
  opacity:.4;
  z-index:0;
  pointer-events:none;
}


/* FORCE COMPACT – LATEST EDITION */
.latest-edition .edition-card{
  max-width:100%;
}


.latest-edition .edition-card .p-3{
  padding:1px 1px !important;
}

.latest-edition .edition-card h5{
  margin-bottom:5px;
}

.latest-edition .edition-card p{
  margin-bottom:6px;
}

.latest-edition .edition-card .btn{
  font-size:11px;
  padding:4px 10px;
}

/* Section Title White */
.latest-edition-section .section-title{
  color:#fff;
}

/* Button White Border */
.latest-edition-section .btn-outline-dark{
  border-color:#fff;
  color:#fff;
}

.latest-edition-section .btn-outline-dark:hover{
  background:#fff;
  color:#000;
}
.latest-edition-section .btn{
  transition: all .3s ease;
}

.latest-edition-section .btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,.3);
}
/* LATEST EDITION PREMIUM BACKGROUND */
.latest-edition-section{
  background: linear-gradient(135deg, #1a0f2e, #0f1234, #201e46);
  position: relative;
  overflow: hidden;
  z-index:1;
  padding:60px 0;
  margin-bottom:20px;
  margin-left: 0px;
}


.latest-edition-section .container{
  position:relative;
  z-index:2;
}

.edition-card{
  border-radius:12px;
  overflow:hidden;
  transform-style:preserve-3d;
  transition:transform .5s ease, box-shadow .5s ease;
}

.edition-card:hover{
  transform:translateY(-12px) scale(1.04);
  box-shadow:0 25px 50px rgba(0,0,0,0.25);
}

.edition-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.6), transparent);
  opacity:0;
  transition:.4s;
  pointer-events: none;   /* 🔥 IMPORTANT FIX */
}
.edition-card a {
  position: relative;
  z-index: 2;
  display: block;
}

.edition-card img {
    width: auto;
    height: 400px;
    max-width: 100%;
    display: block;
     object-fit:cover;
}



.edition-card:hover img{
  transform: scale(1.1);
}


.news-ticker{
  margin-bottom:40px;   /* gap after news ticker */
}

/* For better section spacing overall */


/* ===== MOBILE OPTIMIZATION ===== */
@media(max-width:768px){

  .hero{
    padding:100px 20px;
    text-align:center;
  }

  .hero-content h1{
    font-size:28px;
  }

  .hero-content p{
    font-size:14px;
  }

  .news-ticker{
    font-size:13px;
    padding:10px 0;
  }

  .edition-card img{
    height:160px;
  }

  .testimonial-card{
    padding:20px;
  }

  .navbar-nav{
    background:#0b1c2d;
    padding:15px;
  }
}

/* STATS SECTION */
.stats-section{
  background:linear-gradient(135deg,#0b1c2d,#132f4c);
  padding:9px 0;
}



.stats-section p{
  font-size:15px;
  letter-spacing:.5px;
}
.latest-edition-section .section-title{
  font-size:28px;
  font-weight:700;
  letter-spacing:1px;
}
.featured-brands{
  background:#fff;
}

.brand-grid{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:50px;
}

.brand-grid img{
  height:100px;
  opacity:.7;
  transition:.3s ease;
}

.brand-grid img:hover{
  opacity:1;
  transform:scale(1.1);
}
.service-card{
  transition:.4s ease;
}

.service-card:hover{
  transform:translateY(-10px) scale(1.03);
}

.interviews-section {
  padding: 18px 20px;
  background: #f8f9fa;
}


.interview-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
  

}

.interview-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
   border-radius: 10px;

}

.interview-card:hover {
  transform: translateY(-8px);
}
.carousel-item {
    padding: 10px 0;
}



.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

/* ================= SERVICES BUTTON STYLE ================= */
.services-section .section-title{
  margin-bottom:0px;
}

.service-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:250px;
  border-radius:18px;
  text-decoration:none;
  color:#fff;
  font-size:30px;
  font-weight:600;
  position:relative;
  overflow:hidden;
  transition:0.5s ease;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

/* Dark Overlay */
.service-btn::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  transition:0.4s;
}

.service-btn span{
  position:relative;
  z-index:25;
  text-align:center;
}
/* ===== GLOBAL SECTION SPACING ===== */
section{
  padding:5px 0;
}


/* ===== SERVICES SECTION FIX ===== */
.services-section{
  padding-top:5px;
  padding-bottom:10px;
  margin-top:90px;
  margin-bottom:90px;
}


/* ===== HERO GAP FIX ===== */


/* ===== SECTION TITLE CLEAN VERSION ===== */
.section-title{
  text-align:center;
  font-weight:700;
  font-size:32px;
  margin-top:0px;
  margin-bottom:30px;
  position:relative;
  display:inline-block;
  padding-bottom:12px;
  
}

/* Yellow underline */
.section-title::after{
  content:"";
  width:100%;
  height:3px;
  background:#ffc107;
  position:absolute;
  left:1%;
  bottom:0;
}

.latest-edition-section .section-title{
  display:block;
  text-align:center;
  margin:0 auto 30px auto;
}


/* Hover Animation */
.service-btn:hover{
  transform:translateY(-10px) scale(1.05);
}

.service-btn:hover::before{
  background:rgba(0,0,0,0.4);
}
/* ================= BACKGROUND IMAGES ================= */

.service-tele{
  background-image:url("https://images.unsplash.com/photo-1556740749-887f6717d7e4?auto=format&fit=crop&w=1600&q=80");
}

.service-channel{
  background-image:url("https://images.unsplash.com/photo-1531482615713-2afd69097998?auto=format&fit=crop&w=1600&q=80");
}

.service-magazine{
  background-image:url("https://images.unsplash.com/photo-1516280440614-37939bbacd81?auto=format&fit=crop&w=1200&q=80");

}

.service-trade{
  background-image:url("https://images.unsplash.com/photo-1526304640581-d334cdbbf45e?auto=format&fit=crop&w=1200&q=80");
}

.service-events{
  background-image:url("https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&w=1200&q=80");
}



/* BUTTON */

.filter-btn{

padding:10px 100px;
border:none;
background:#e0e0e0;
margin:10px;
font-weight:600;

}

.filter-btn.active{

background:#1b1864;
color:white;

}


/* MAGAZINE CARD */

.mag-card{
position:relative;
overflow:hidden;
border-radius:6px;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
height:400px;
display:flex;
align-items:center;
justify-content:center;
}

.mag-card img{
width:100%;
height:auto;
object-fit:cover;
}

.mag-card:hover img{

transform:scale(1.1);

}


/* OVERLAY */

.overlay{

position:absolute;
bottom:0;
width:100%;
background:rgba(0,0,0,0.7);
color:white;
text-align:center;
padding:10px;
opacity:0;
transition:0.3s;

}

.mag-card:hover .overlay{

opacity:1;

}

.top-leaders{
padding:30px 0;
background:#f3f3f3;
font-family: 'Times New Roman', Times, serif;
}

.container{

margin:auto;
max-width: 1200px;
width: 100%;
}

/* TITLE */

.title{
text-align:center;
font-size:40px;
margin-bottom:30px;
font-weight: 100px;
}

.title span{
color:#100c40;
}

/* FILTER BUTTONS */

.filters{
text-align:center;
margin-bottom:40px;
}

.filters button{
background:#170941;
color:white;
border:none;
padding:10px 20px;
margin:5px;
cursor:pointer;
font-size:14px;
}

.filters .active{
background:black;
}

/* GRID */

.leaders-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:10px;
}

/* CARD */

.leader-card{
background:white;
border:1px solid #ddd;
transition:0.3s;

}

.leader-card:hover{
transform:translateY(-8px);
box-shadow:0 10px 20px rgba(0,0,0,0.15);
}

.leader-card img{
width:305px;
height:420px;
object-fit:cover;
}

/* INFO */

.leader-info{
padding:15px;
}

.tags span{
background:black;
color:white;
font-size:12px;
padding:4px 8px;
margin-right:5px;
}

.leader-info h3{
font-size:18px;
margin:10px 0;
}

.leader-info p{
font-size:14px;
color:#555;
}

.filters a{
background:#14063a;
color:white;
padding:10px 20px;
text-decoration:none;
margin:5px;
display:inline-block;
font-size:14px;
}

.filters a:hover{
background:#a40000;
}

.filters .active{
background:#000;
}

.read-more-btn{
display:inline-block;
margin-top:10px;
padding:8px 18px;
background:#000;
color:#fff;
text-decoration:none;
font-size:14px;
border-radius:3px;
}

.read-more-btn:hover{
background:#a40000;
color:#fff;
}

/* ann-schlegel */


.article-title{
font-size:32px;
font-weight:700;
margin-bottom:10px;
}

.category{
color:red;
font-style:italic;
margin-bottom:20px;
}

.article-img{
width:100%;
border-radius:10px;
margin-bottom:20px;
}

.article-content p{
font-size:16px;
line-height:1.8;
margin-bottom:15px;
}

.sidebar-title{
background:red;
color:white;
padding:6px 12px;
display:inline-block;
font-size:14px;
margin-bottom:15px;
}

.popular-post{
display:flex;
gap:10px;
margin-bottom:15px;
}

.popular-post img{
width:80px;
height:60px;
object-fit:cover;
border-radius:5px;
}
.sidebar{
position: sticky;
top: 100px;
}


/* ================= CONTACT PAGE ================= */

/* HERO CONTACT */
.contact-hero{
height:55vh;
background:url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
position:relative;
display:flex;
align-items:center;
justify-content:center;
}

.contact-hero::before{
content:"";
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
top:0;
left:0;
}

.contact-hero .hero-content{
position:relative;
z-index:2;
color:#fff;
text-align:center;
max-width:800px;
}

.contact-hero h1{
font-family:'Playfair Display', serif;
font-size:40px;
margin-bottom:10px;
}

.contact-hero p{
font-size:16px;
color:#ddd;
}

/* CONTACT SECTION */

.contact-section{
padding:70px 0;
background:#f4f4f6;
}

/* LEFT INFO */

.contact-info h3{
font-size:22px;
margin-bottom:15px;
font-weight:600;
}

.contact-info p{
font-size:15px;
color:#444;
margin-bottom:25px;
}

/* FORM TITLE */

.contact-title{
font-size:22px;
font-weight:600;
margin-bottom:30px;
}

/* FORM STYLE */

.contact-form input,
.contact-form textarea{
width:100%;
padding:12px;
border:1px solid #ccc;
border-radius:4px;
margin-bottom:18px;
font-size:14px;
}

.contact-form textarea{
height:120px;
resize:none;
}

/* BUTTON */

.submit-btn{
background:#000;
color:#fff;
border:none;
padding:10px 30px;
font-weight:600;
border-radius:4px;
}

.submit-btn:hover{
background:#ffc107;
color:#000;
transform:translateY(-3px);
}

/* MOBILE */

@media(max-width:768px){

.contact-hero{
height:40vh;
}

.contact-hero h1{
font-size:28px;
}

.contact-title{
font-size:18px;
}

}
/* CONTROLS BAR */
.viewer-controls{
  margin-top:10px;
  background:#fff;
  padding:10px;
  border-radius:8px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.viewer-controls button{
  border:none;
  background:#8b0000;
  color:#fff;
  padding:6px 12px;
  border-radius:5px;
  cursor:pointer;
}

.viewer-controls button:hover{
  background:#000;
}

#pageNumber{
  font-weight:600;
}


/* ===== S2W PREMIUM SECTION ===== */

.s2w-premium{
  background:#f9faf7;
  padding:80px 0;
}

/* HERO */
.s2w-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  margin-bottom:80px;
}

.s2w-left h1{
  font-family:'Playfair Display', serif;
  font-size:48px;
  color:#2b140c;
  align-items: center;
  
}

.s2w-left p{
  margin-top:15px;
  color:#444;
  max-width:600px;
}

.s2w-right img{
  width:380px;
}



/* CARDS */
.s2w-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
  margin-top:60px;
}

.s2w-card{
  background:#fff;
  padding:35px;
  border-radius:20px;
  box-shadow:0 15px 40px rgba(0,0,0,0.1);
  transition:0.4s;
}

.s2w-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 50px rgba(255,193,7,0.3);
}

.s2w-card h3{
  font-size:22px;
}

.s2w-card p{
  color:#555;
  font-size:14px;
}

/* MOBILE */
@media(max-width:992px){

.s2w-hero{
  flex-direction:column;
  text-align:center;
}

.s2w-row{
  flex-direction:column;
  text-align:center;
}

.s2w-row.reverse{
  flex-direction:column;
}

}

@media(max-width:576px){

.s2w-left h1{
  font-size:28px;
}

.s2w-cards{
  grid-template-columns:1fr;
}

}

/* ================= HERO SECTION ================= */
.hero-section{
  padding:100px 0;
  background: radial-gradient(circle at 20% 30%, rgba(255,193,7,0.15), transparent 40%),
              linear-gradient(135deg,#0b1c2d,#020617);
  color:#fff;
  position:relative;
  overflow:hidden;
}

.hero-section::after{
  content:"";
  position:absolute;
  width:400px;
  height:400px;
  background:radial-gradient(circle,#ffc10733,transparent);
  top:-100px;
  right:-100px;
  filter:blur(80px);
}

.hero-section h1{
  font-size:48px;
  font-weight:700;
  line-height:1.2;
}

.hero-section p{
  color:#cbd5e1;
  margin-top:15px;
}

.hero-img{
  border-radius:20px;
  transform:perspective(1000px) rotateY(-8deg);
  box-shadow:0 30px 80px rgba(0,0,0,0.5);
  transition:0.5s;
}

.hero-img:hover{
  transform:rotateY(0deg) scale(1.05);
}

/* ================= ABOUT SECTION ================= */
.about-services-section{
  padding:100px 0;
  background:linear-gradient(135deg,#f4f4f6,#ffffff);
}

.about-services-section h2{
  font-size:36px;
  font-family:'Playfair Display', serif;
}

.about-services-section p{
  color:#170909;
  line-height:1.8;
}

/* STATS */
.stats{
  display:flex;
  gap:20px;
  margin-top:30px;
  flex-wrap:wrap;
}

.stats div{
  flex:1;
  min-width:120px;
  padding:20px;
  border-radius:12px;
  background:linear-gradient(135deg,#0b1c2d,#132f4c);
  color:#180e0e;
  text-align:center;
  box-shadow:0 15px 40px rgba(0,0,0,0.2);
  position:relative;
  overflow:hidden;
}

.stats div::before{
  content:"";
  position:absolute;
  width:120%;
  height:120%;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,0.2),transparent);
  top:-100%;
  left:-100%;
  transform:rotate(25deg);
  transition:.5s;
}

.stats div:hover::before{
  top:100%;
  left:100%;
}

.stats h3{
  font-size:36px;
  color:#ffc107;
}

/* ================= FEATURES ================= */
.features-section{
  padding:100px 0;
  background:linear-gradient(135deg,#020617,#0b1c2d);
  color:#fff;
}

.features-section h2{
  font-family:'Playfair Display', serif;
}

/* FEATURE CARD */
.feature-card{
  padding:35px;
  border-radius:18px;
  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,0.1);
  transition:0.4s;
  position:relative;
  overflow:hidden;
}

.feature-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,193,7,0.3),transparent);
  opacity:0;
  transition:.5s;
}

.feature-card:hover::before{
  opacity:1;
}

.feature-card:hover{
  transform:translateY(-12px) scale(1.03);
  box-shadow:0 30px 60px rgba(255,193,7,0.3);
}

.feature-card h5{
  font-weight:600;
  margin-bottom:10px;
}

/* ================= CTA ================= */
.cta-section{
  padding:100px 0;
  background:linear-gradient(135deg,#000,#0b1c2d);
  color:#fff;
  position:relative;
  overflow:hidden;
}

.cta-section::before{
  content:"";
  position:absolute;
  width:350px;
  height:350px;
  background:radial-gradient(circle,#ffc10733,transparent);
  top:-80px;
  left:-80px;
  filter:blur(70px);
}

.cta-section h2{
  font-size:38px;
  margin-bottom:20px;
}

.cta-section .btn-danger{
  background:linear-gradient(45deg,#ff0000,#ff4d4d);
  border:none;
  padding:12px 35px;
  border-radius:50px;
  font-weight:600;
  box-shadow:0 15px 40px rgba(255,0,0,0.4);
}

.cta-section .btn-danger:hover{
  transform:translateY(-5px) scale(1.05);
}

.hero-section{
  overflow:visible !important;
}

.hero-img{
  position:relative;
  z-index:2;
}

.hero-section::after{
  z-index:1;
}
/* ================= MOBILE ================= */
@media(max-width:768px){

  .hero-section{
    text-align:center;
  }

  .hero-section h1{
    font-size:28px;
  }

  .about-section h2{
    font-size:24px;
  }

  .stats{
    flex-direction:column;
  }

}

.services-zigzag {
  background: #f8f9fa;
}

.service-video {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.services-zigzag h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.services-zigzag p {
  color: #555;
  font-size: 16px;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #f5f7fa;
}



/* SERVICES */
.services h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.services p {
  color: #555;
  font-size: 16px;
}

/* VIDEO */
iframe {
  border-radius: 15px;
  width: 100%;
}

/* HOVER EFFECT */
.ratio {
  transition: transform 0.4s;
}

.ratio:hover {
  transform: scale(1.05);
}

/* =========================================
   ARTICLE GRID SECTION (Premium Magazine Look)
   ========================================= */

/* Main Section Container */
.article-grid-wrapper {
    padding: 60px 0;
    background: #f4f4f6; /* Matching your body bg */
}

/* Card Container Styling */
.news-box {
    position: relative;
    height: 380px; /* Standard height for cards */
    overflow: hidden;
    border-radius: 4px; /* Professional sharp look */
    margin-bottom: 24px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Image zoom & hover - matching your existing card styles */
.news-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.news-box:hover img {
    transform: scale(1.1);
}

/* Dark Overlay for Text readability */
.news-box .overlay-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, 
                rgba(15, 23, 42, 0.95) 0%, 
                rgba(15, 23, 42, 0.4) 50%, 
                transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    z-index: 2;
}

/* Date Badge - Matching your 'footer' dark theme */
.news-date {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(15, 23, 42, 0.8);
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
    z-index: 5;
    font-family: 'Poppins', sans-serif;
}

/* Article Title - Using your 'Playfair Display' font */
.news-box h3 {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    transition: 0.3s ease;
}

/* Hover Title Color - Using your yellow accent (#ffc107) */
.news-box:hover h3 {
    color: #ffc107;
}

/* Spacing between grid items */
.g-custom {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .news-box {
        height: 300px;
    }
    .news-box h3 {
        font-size: 1.2rem;
    }
}


/* =================================
   PREMIUM INVESTMENT HERO SECTION
================================= */

/* Glow effect matching your yellow accent */
.investment-hero::before{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,193,7,.15), transparent 70%);
  top:-120px;
  right:-100px;
  filter:blur(50px);
  z-index:1;
}

/* second blur effect */
.investment-hero::after{
  content:"";
  position:absolute;
  width:350px;
  height:350px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.08), transparent 70%);
  bottom:-100px;
  left:-80px;
  filter:blur(60px);
  z-index:1;
}

.investment-content{
  position:relative;
  z-index:2;
  max-width:720px;
  color:#fff;
}

.investment-content h1{
  font-family:'Playfair Display', serif;
  font-size:68px;
  line-height:1.1;
  font-weight:700;
  margin-bottom:20px;
  color:#fff !important;
  animation: fadeUp 1s ease forwards;
}

.investment-content p{
  font-size:18px;
  line-height:1.9;
  color:rgba(255,255,255,0.92) !important;
  max-width:620px;
  margin-bottom:35px;
  animation: fadeUp 1.4s ease forwards;
}

/* CTA button matching your existing btn style */
.investment-btn{
  display:inline-block;
  padding:14px 34px;
  border-radius:50px;
  text-decoration:none;
  font-weight:700;
  background:linear-gradient(45deg,#ffc107,#ff9800);
  color:#000 !important;
  box-shadow:0 15px 35px rgba(255,193,7,.35);
  transition:.4s ease;
}

.investment-btn:hover{
  transform:translateY(-5px) scale(1.03);
  box-shadow:0 25px 45px rgba(255,193,7,.45);
}

/* right floating premium card */
.hero-floating-card{
  position:absolute;
  right:8%;
  bottom:12%;
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,0.15);
  border-radius:18px;
  padding:25px;
  width:280px;
  color:#fff;
  z-index:3;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.hero-floating-card h4{
  font-size:22px;
  margin-bottom:10px;
  color:#ffc107;
}

.hero-floating-card p{
  font-size:14px;
  margin:0;
  color:#e2e8f0;
}

/* MOBILE */
@media(max-width:768px){
  .investment-hero{
    min-height:75vh;
    padding:90px 20px;
    text-align:center;
  }

  .investment-content{
    margin:auto;
  }

  .investment-content h1{
    font-size:38px;
  }

  .investment-content p{
    font-size:15px;
  }

  .hero-floating-card{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:30px;
  }
}

/* =================================
   DO BUSINESS IN INDIA HERO
================================= */
.india-hero{
  height:85vh;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  
background:
linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1600&q=80");
background-size:cover;
  background-position:center;
}



.india-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.35), transparent);
}

/* BIG TEXT */
.india-hero h1{
  position:relative;
  z-index:2;
  font-size:110px;
  line-height:0.95;
  font-weight:900;
  color:#fff;
  text-transform:uppercase;
  text-shadow:0 4px 10px rgba(0,0,0,.45);
  letter-spacing:2px;
  margin:0;
}

/* breadcrumb strip */
.hero-breadcrumb{
  background:#000;
  color:#fff;
  padding:14px 0;
  font-size:18px;
}

.hero-breadcrumb a{
  color:#fff;
  text-decoration:none;
}

.hero-breadcrumb span{
  color:#ffc107;
}

/* MOBILE */
@media(max-width:768px){
  .india-hero{
    height:60vh;
    padding:20px;
  }

  .india-hero h1{
    font-size:48px;
  }
}

/* =================================
   INDIA INVESTMENT CARDS SECTION
================================= */
.india-invest-section{
  margin-top:0;
  background:#fff;
}

.india-invest-card{
  position:relative;
  overflow:hidden;
  height:520px;
  cursor:pointer;
}

.india-invest-card img{
  width:100%;
  height:300px;
  object-fit:cover;
  transition:0.6s ease;
}

/* RED TEXT AREA */
.india-card-content{
  height:220px;
  padding:40px;
  color:#fff;
  background:linear-gradient(135deg,#d0021b,#b00015);
  position:relative;
  overflow:hidden;
}

/* diagonal premium effect */
.india-card-content::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(160deg, transparent 35%, rgba(255,255,255,.08) 36%, transparent 60%);
}

.india-card-content h3{
  position:relative;
  z-index:2;
  font-size:44px;
  font-weight:700;
  margin-bottom:15px;
  font-family:'Playfair Display', serif;
}

.india-card-content p{
  position:relative;
  z-index:2;
  font-size:24px;
  line-height:1.6;
  margin:0;
}

/* hover effect */
.india-invest-card:hover img{
  transform:scale(1.08);
}

.india-invest-card:hover .india-card-content{
  background:linear-gradient(135deg,#121050,#0d1746);
}

/* MOBILE */
@media(max-width:768px){
  .india-invest-card{
    height:auto;
  }

  .india-invest-card img{
    height:220px;
  }

  .india-card-content{
    height:auto;
    padding:30px 20px;
  }

  .india-card-content h3{
    font-size:28px;
  }

  .india-card-content p{
    font-size:15px;
  }
}

/* =================================
   INDIA SPLIT TEXT SECTION
================================= */
.india-split-section{
  padding:100px 0;
  background:#fff;
  position:relative;
}

.split-left h2{
  font-size:78px;
  line-height:1;
  font-weight:900;
  color:#111;
  text-transform:uppercase;
  margin:0;
}

.split-left h2 span{
  color:#1c0b3e;
  display:block;
}

/* CENTER DOTTED DIVIDER */
.split-divider{
  width:2px;
  height:320px;
  border-left:2px dashed #c4002f;
  position:relative;
}

.split-divider::after{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  background:#c4002f;
  border-radius:50%;
  top:50%;
  left:-8px;
  transform:translateY(-50%);
}

/* RIGHT CONTENT */
.split-right{
  padding-left:20px;
}

.split-right p{
  font-size:22px;
  line-height:1.8;
  color:#333;
  margin-bottom:25px;
}

/* BUTTON */
.split-btn{
  display:inline-block;
  background:#c4002f;
  color:#fff;
  padding:16px 38px;
  text-decoration:none;
  font-weight:600;
  font-size:20px;
  transition:.3s ease;
}

.split-btn:hover{
  background:#a00026;
  color:#fff;
  transform:translateY(-4px);
}

/* MOBILE */
@media(max-width:768px){
  .india-split-section{
    padding:60px 20px;
    text-align:center;
  }

  .split-left h2{
    font-size:42px;
    margin-bottom:30px;
  }

  .split-right{
    padding-left:0;
  }

  .split-right p{
    font-size:16px;
  }

  .split-btn{
    font-size:16px;
    padding:12px 25px;
  }
}

/* =================================
   EVENTS PAGE PREMIUM SECTION
================================= */


.events-content{
  position:relative;
  z-index:2;
  max-width:700px;
}

.events-content h1{
  font-size:70px;
  font-weight:800;
  font-family:'Playfair Display', serif;
  line-height:1.1;
  margin-bottom:20px;
}

.events-content p{
  font-size:18px;
  line-height:1.9;
  color:#2a63ad;
  margin-bottom:30px;
}

.events-btn{
  display:inline-block;
  padding:14px 34px;
  border-radius:50px;
  text-decoration:none;
  background:linear-gradient(45deg,#ffc107,#ff9800);
  color:#000;
  font-weight:700;
  box-shadow:0 15px 35px rgba(255,193,7,.35);
}

.events-btn:hover{
  transform:translateY(-5px);
  color:#000;
}

/* =================================
   ABOUT EVENTS
================================= */
.events-about{
  padding:100px 0;
  background:#fff;
}

.events-about h2{
  font-size:42px;
  font-family:'Playfair Display', serif;
  margin-bottom:25px;
}

.events-about p{
  font-size:17px;
  line-height:1.9;
  color:#555;
}

/* =================================
   WHAT WE OFFER
================================= */

.offer-clean{
  background:#f8f9fb;
  padding:80px 0;
}

/* TITLE */
.offer-title{
  font-family:'Playfair Display', serif;
  font-size:36px;
  margin-bottom:15px;
}

/* SUBTEXT */
.offer-subtext{
  max-width:700px;
  margin:auto;
  color:#666;
  line-height:1.8;
}

/* CARD */
.offer-box{
  background:#fff;
  padding:20px;
  border-radius:20px;
  transition:0.3s;
}

/* IMAGE */
.offer-box img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:15px;
  margin-bottom:15px;
}

/* TEXT */
.offer-box h5{
  font-size:20px;
  font-weight:600;
  margin-bottom:5px;
}

.offer-box p{
  font-size:14px;
  color:#777;
}

/* HOVER */
.offer-box:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(0,0,0,0.1);
}



/* MOBILE RESPONSIVE */
@media(max-width:768px){

  .offer-row{
    flex-direction:column !important;
    text-align:center;
    gap:20px;
  }

  .offer-img img{
    height:220px;
  }

  .offer-text h3{
    font-size:22px;
  }

}

/* =================================
   EVENT TYPES STRIP
================================= */
.event-strip{
  background:#fff;
  padding:80px 0;
}

.strip-box{
  background:linear-gradient(135deg,#1a0f2e,#0f1234);
  color:#fff;
  border-radius:20px;
  padding:50px;
  box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.strip-box h3{
  font-size:36px;
  font-family:'Playfair Display', serif;
  margin-bottom:20px;
}

.strip-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.strip-list div{
  background:rgba(255,255,255,0.05);
  padding:18px 20px;
  border-left:4px solid #ffc107;
  border-radius:10px;
}

/* =================================
   CTA
================================= */
.events-cta{
  padding:100px 0;
  background:linear-gradient(135deg,#000,#0b1c2d);
  color:#fff;
  text-align:center;
}

.events-cta h2{
  font-size:42px;
  margin-bottom:20px;
}

.events-cta p{
  color:#cbd5e1;
  max-width:700px;
  margin:auto;
  margin-bottom:30px;
}

.events-cta .btn-warning{
  padding:14px 35px;
  border-radius:50px;
}

/* =================================
   MOBILE
================================= */
@media(max-width:768px){

  .events-hero{
    min-height:70vh;
    text-align:center;
    padding:80px 20px;
  }

  .events-content h1{
    font-size:38px;
  }

  .events-content p{
    font-size:15px;
  }

  .events-about h2,
  .events-cta h2{
    font-size:28px;
  }

  .strip-list{
    grid-template-columns:1fr;
  }

  .strip-box{
    padding:30px 20px;
  }
}

.offerSwiper{
  max-width:1100px;
  margin:auto;
  padding:20px 0 40px;
}


.image-card{
  position:relative;
  height:260px; /* thoda compact */
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

.image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.6s ease;
}

.image-card:hover img{
  transform:scale(1.08);
}

.offer-overlay{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:20px;
  background:linear-gradient(to top, rgba(0,0,0,.85), transparent);
  color:#fff;
}

.offer-overlay h4{
  color:#ffc107;
  margin-bottom:8px;
  font-size:22px;
}

.offer-overlay p{
  font-size:14px;
  margin:0;
}

/* =================================
   About Us
================================= */

/* ================= ABOUT PAGE UNIQUE THEME ================= */
.about-hero{
    min-height:10vh;
    display:flex;
    align-items:center;
    background:linear-gradient(135deg,#f8f8f7,#f8f8f8,#f9f9f8);
    color:#1f1f1f;
    padding:20px 0;
}

.about-tag{
    color:#b8860b;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.about-hero h1{
    font-size:2.2rem;
    font-weight:800;
    line-height:1.2;
    margin:10px 0;
    color:#111;
}

.about-hero h1 span{
    color:#b8860b;
}

.about-hero p{
    color:#444;
    font-size:1.05rem;
    line-height:1.8;
}

.about-btn{
    background:linear-gradient(90deg,#b8860b,#d4af37);
    border:none;
    color:white;
    padding:14px 28px;
    border-radius:40px;
    margin-top:20px;
    font-weight:600;
}

.about-btn:hover{
    color:white;
    transform:translateY(-2px);
}

.about-hero-image img{
    border-radius:25px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

/* ================= DETAILS ================= */


.section-heading h2{
    font-size:2.5rem;
    font-weight:800;
    color:#fcf7f7;
}

.section-heading p{
    color:#666;
    max-width:700px;
    margin:auto;
}

.info-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    padding:35px;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.4s;
}

.info-card:hover{
    transform:translateY(-8px);
}

.info-card h3{
    color:#b8860b;
    margin-bottom:15px;
}

/* ================= SERVICES ================= */
.services-section{
color:rgb(15, 15, 15);
    padding:5px 0;
}

.services-section .section-heading h2{
    color:white;
}

.services-section .section-heading p{
    color:#f4efef;
}

.service-card{
    background:#fbf9f9;
    border-radius:20px;
    padding:30px;
    height:100%;
    transition:.4s;
    border:1px solid rgba(255,255,255,.05);
}

.service-card:hover{
    transform:translateY(-8px);
    background:#fdfcfc;
}

.service-card h4{
    color:#0f0b21;
    margin-bottom:15px;
}

/* ================= FOOTER ================= */
.about-footer{
    background:#111;
    color:#d4af37;
    padding:10px 0;
}


/* cover story*/
body{
  font-family:'Poppins',sans-serif;
  background:#fafafa;
}

/* HERO */
.hero-11{
  background:#09193f;
  color:#fff;
  padding:80px 0;
  text-align:center;
}
.hero-11 h1{
  font-size:42px;
  font-weight:600;
}
.hero-11 button{
  background:#e60023;
  border:none;
  padding:10px 25px;
  margin-top:20px;
}

/* SECTION TITLE */
.section-title-11{
  font-size:12px;
  font-weight:400;
  margin:40px 0 20px;
  border-left:5px solid #e60023;
  padding-left:10px;
}

/* COVER */
.cover-11{
  background:#ffffff;
  border-radius:12px;
  padding:20px;
  margin-top:-40px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}
.cover-11 img{
  width:60%;
  border-radius:10px;
}

/* ARTICLE GRID */
.card-custom-11{
  border:none;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
  transition:0.3s;
}
.card-custom-11:hover{
  transform:translateY(-8px);
}
.card-custom-11 img{
    width:100%;
  max-width:30px;   /* 🔥 size control yaha se hoga */
  height:auto;
  display:block;
  margin:10px;       /* center karega */
  border-radius:10px;
}

.tag{
  background:#e60023;
  color:#fff;
  padding:4px 10px;
  font-size:120px;
  border-radius:20px;
}

/* NEWSLETTER */
.newsletter-11{
  background:#0f172a;
  color:#fff;
  padding:60px 20px;
  border-radius:12px;
  margin-top:60px;
  text-align:center;
}
.newsletter-11 input{
  max-width:400px;
  margin:auto;
}
/* cover story imag discription */
body{
  margin:0;
  background:#f5f5f7;
  font-family:'Poppins',sans-serif;
}

/* CONTAINER */
.article-container{
  max-width:1100px;     /* 🔥 thoda wide */
  margin:80px auto;
  padding:0 60px;       /* 🔥 dono side margin feel */
}

/* TITLE */
.article-title{
  font-family:'Playfair Display',serif;
  font-size:48px;
  line-height:1.2;
  font-weight:700;
  margin-bottom:40px;
  color:#111;
}

/* IMAGE */
.article-image img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:10px;
  margin-bottom:40px;
}

/* CONTENT */
.article-content{
  font-size:18px;
  line-height:1.9;
  color:#333;
}

/* INTRO */
.intro{
  font-size:20px;
  font-weight:500;
  color:#000;
}

/* HEADINGS */
.article-content h2{
  font-family:'Playfair Display',serif;
  font-size:28px;
  margin-top:40px;
  margin-bottom:15px;
  color:#111;
}

/* PARAGRAPH SPACING */
.article-content p{
  margin-bottom:18px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .article-title{
    font-size:30px;
  }

  .article-image img{
    height:250px;
  }

  .article-content{
    font-size:16px;
  }
}
/* ================= MOBILE FIX ================= */
@media(max-width:768px){

  /* BIG HEADINGS FIX */
  h1{ font-size:28px !important; }
  h2{ font-size:22px !important; }
  h3{ font-size:18px !important; }

  /* HERO */
  .india-hero h1{
    font-size:40px !important;
  }

  /* GRID FIX */
  .leaders-grid{
    grid-template-columns:1fr !important;
  }

  .s2w-cards{
    grid-template-columns:1fr !important;
  }

  /* BUTTON FIX */
  .filter-btn{
    padding:10px 20px !important;
    width:100%;
  }

  /* IMAGE HEIGHT FIX */
  
  .edition-card img{
  width:80%;
  height:auto;
  max-height:400px;
  object-fit:cover;
}

  /* SPACING */
  .services-section{
    margin:20px !important;
  }

  /* TEXT */
  p{
    font-size:14px;
  }

.latest-edition-section .container{
  padding-left:10 !important;
  padding-right:10 !important;
}
.latest-edition .edition-card{
  max-width:320px;   /* 🔥 card size control */
  margin:0 0px 0px 60px;  /* center */
}
}


/* =========================================
   FEATURE PAGE PREMIUM CSS
   MATCHING YOUR EXISTING STYLE.CSS
========================================= */

/* HERO SECTION */
.hero-section{
  padding:100px 0;
  background:
  linear-gradient(rgba(5,10,25,.82), rgba(5,10,25,.82)),
  url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1600&auto=format&fit=crop");
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
}

/* LEFT CONTENT */
.hero-left h1{
  font-size:52px;
  line-height:1.15;
  color:#fff;
  font-family:'Playfair Display', serif;
  margin:25px 0;
  font-weight:700;
}

.hero-left p{
  color:#d6dbe5;
  font-size:17px;
  line-height:1.9;
  max-width:500px;
}

/* BUTTON */
.start-btn{
  border:none;
  padding:12px 28px;
  border-radius:40px;
  background:linear-gradient(45deg,#ffc107,#ff9800);
  color:#000;
  font-weight:700;
  box-shadow:0 15px 35px rgba(255,193,7,.25);
}

.start-btn:hover{
  transform:translateY(-4px);
}

/* FORM */
.hero-form{
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(14px);
  padding:40px;
  border-radius:25px;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.hero-form input,
.hero-form textarea{
  width:100%;
  border:none;
  padding:14px 16px;
  margin-bottom:20px;
  border-radius:12px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:14px;
}

.hero-form input::placeholder,
.hero-form textarea::placeholder{
  color:#d1d5db;
}

.hero-form input:focus,
.hero-form textarea:focus{
  outline:none;
  background:rgba(255,255,255,.18);
}

/* SUBMIT BUTTON */
.submit-btn{
  width:100%;
  border:none;
  padding:14px;
  border-radius:50px;
  background:linear-gradient(45deg,#ffc107,#ff9800);
  color:#000;
  font-weight:700;
  font-size:16px;
}

.submit-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(255,193,7,.35);
}

/* =========================================
   FEATURE SECTION
========================================= */

.feature-section{
  padding:90px 0;
  background:#f4f4f6;
}

.small-title{
  color:#ffc107;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
}

.feature-left h2{
  font-size:46px;
  line-height:1.2;
  margin:20px 0;
  font-family:'Playfair Display', serif;
  color:#111827;
}

.feature-left h2 span{
  color:#1b1864;
}

.feature-left p{
  color:#555;
  line-height:1.9;
  font-size:16px;
}

/* FEATURE CARD */
.feature-card{
  background:#fff;
  padding:35px;
  border-radius:22px;
  height:100%;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
  transition:.4s ease;
  position:relative;
  overflow:hidden;
}

.feature-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 50px rgba(255,193,7,.25);
}

.feature-card::before{
  content:"";
  position:absolute;
  width:120%;
  height:120%;
  background:linear-gradient(120deg,transparent,rgba(255,193,7,.12),transparent);
  top:-100%;
  left:-100%;
  transform:rotate(20deg);
  transition:.6s;
}

.feature-card:hover::before{
  top:100%;
  left:100%;
}

/* ICON */
.icon{
  width:65px;
  height:65px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  color:#fff;
  margin-bottom:20px;
}

.cyan{ background:#06b6d4; }
.green{ background:#22c55e; }
.red{ background:#ef4444; }
.blue{ background:#3b82f6; }

.feature-card h3{
  font-size:36px;
  margin-bottom:10px;
  font-weight:700;
  color:#111;
}

.feature-card p{
  color:#666;
  margin-bottom:15px;
}

.feature-card a{
  color:#1b1864;
  text-decoration:none;
  font-weight:600;
}

/* =========================================
   STORY SECTION
========================================= */

.story-section{
  padding:100px 0;
  background:#fff;
}

.section-heading h2{
  font-size:48px;
  margin-bottom:15px;
  font-family:'Playfair Display', serif;
  color:#111;
}

.section-heading h2 span{
  color:#1b1864;
}

.section-heading p{
  color:#666;
  margin-bottom:60px;
}

/* IMAGE SIDE */
.image-side{
  position:relative;
}

.image-bg{
  position:absolute;
  width:85%;
  height:85%;
  background:#ffc107;
  border-radius:25px;
  top:-20px;
  left:-20px;
  z-index:1;
}

.image-side img{
  width:100%;
  border-radius:25px;
  position:relative;
  z-index:2;
  box-shadow:0 20px 50px rgba(0,0,0,.15);
}

/* INFO CARD */
.info-card{
  background:#fff;
  border-radius:20px;
  padding:30px;
  height:100%;
  box-shadow:0 15px 35px rgba(0,0,0,.08);
  transition:.4s ease;
}

.info-card:hover{
  transform:translateY(-8px);
  box-shadow:0 25px 45px rgba(255,193,7,.2);
}

/* SMALL ICON */
.small-icon{
  width:55px;
  height:55px;
  border-radius:15px;
  background:linear-gradient(45deg,#1b1864,#0f1234);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
  font-size:20px;
}

.info-card h3{
  font-size:24px;
  margin-bottom:12px;
  color:#111;
}

.info-card p{
  color:#666;
  line-height:1.8;
  font-size:15px;
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media(max-width:992px){

  .hero-section{
    padding:70px 20px;
    text-align:center;
  }

  .hero-left{
    margin-bottom:40px;
  }

  .hero-left h1{
    font-size:38px;
  }

  .feature-left{
    margin-bottom:40px;
    text-align:center;
  }

  .feature-left h2{
    font-size:34px;
  }

  .section-heading h2{
    font-size:34px;
  }

}

@media(max-width:768px){

  .hero-left h1{
    font-size:30px;
  }

  .hero-left p{
    font-size:14px;
  }

  .hero-form{
    padding:25px;
  }

  .feature-card{
    padding:25px;
  }

  .feature-card h3{
    font-size:28px;
  }

  .section-heading h2{
    font-size:28px;
  }

  .image-bg{
    display:none;
  }

}

