

html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

/* FLOATING PILL NAVBAR */
.fixed-header {
  background: transparent !important;
  padding: 0 !important;
  transition: all 0.3s ease;
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 1050;
  margin: 0 !important;
}

.fixed-header .navbar {
  padding: 0 !important;
  margin: 0 !important;
}

.navbar-pill {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  padding: 16px 50px; /* Further increased padding */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 auto !important;
  max-width: 1400px;
  width: 95%;
}

.navbar-brand img {
  height: 52px; /* Increased from 42px */
}

.navbar-nav .nav-link {
  color: #444 !important;
  font-weight: 700; /* Bolder weight */
  margin: 0 16px; /* More spacing */
  transition: color 0.3s ease;
  font-size: 22px; /* Substantially increased from 18px */
}

.navbar-nav .nav-link:hover {
  color: #00a4ef !important;
}

.nav-email {
  color: #00a4ef;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px; /* Increased from 17px */
}

.btn-get-started {
  background: #00a4ef;
  color: #fff !important;
  border-radius: 100px;
  padding: 12px 32px; /* Increased padding */
  font-weight: 800; /* Extra bold */
  font-size: 18px; /* Increased from 16px */
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 164, 239, 0.3);
  text-decoration: none;
  display: inline-block;
}

.btn-get-started:hover {
  background: #008cd1;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 164, 239, 0.4);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .navbar-pill {
    border-radius: 20px;
    padding: 12px 20px;
    margin: 0 15px;
    width: auto;
  }
  .navbar-collapse {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .navbar-right {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    flex-direction: column;
    align-items: flex-start !important;
    display: flex;
  }
}

/* ================= FIXED HEADER ================= */
.news-section{
  margin-top: 110px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#000000;
  height:60px;
  width:100%;
  top: 0;
  z-index: 1000;
  color:white;
}

/* Fixed Left */
.news-label{
  background:#1da1f2;
  color:#fff;
  font-weight:600;
  padding:0 20px;
  height:100%;
  display:flex;
  align-items:center;
  white-space:nowrap;
  flex-shrink:0;
  border-radius: 0px 50px;
}

/* Marquee */
.news-marquee{
  flex:1;
  overflow:hidden;
}

.news-track{
  display:flex;
  align-items:center;
  white-space:nowrap;
  width:max-content;
  animation: scroll 35s linear infinite;
  padding-left:100%;
}

.news-item{
  font-size:15px;
  padding-right:60px;
}

.news-dot{
  color:#d50000;
  margin-right:8px;
  font-size:18px;
}

@keyframes scroll{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}

/* ================= NAVBAR ================= */
#mainHeader{
  position: relative;
  margin-top: 60px; /* space for news bar */
  z-index: 1000;
}

/* Fixed state */
#mainHeader.fixed{
  position: fixed;
  top: 60px; /* stays below news */
  left: 0;
  width: 100%;
}

/* Navbar style */
.navbar{
  background:#ffffff;
  backdrop-filter: blur(6px);
 
}

.navbar-brand{
  color:#fff;
  font-weight:700;
  line-height:1.2;
}

.navbar-nav .nav-link{
  color:black;
  font-weight:500;
  margin:0 10px;
}

.navbar-nav .nav-link:hover{
  color:#1da1f2;
}

.btn-visit{
  background:#1da1f2;
  color:#ffffff;
  font-weight:700;
  border-radius:50px;
  padding:10px 20px;
}

/* Toggler */
.navbar-toggler{
  border:none;
}

.navbar-toggler:hover{
  border:none;
  box-shadow: none;
}
.navbar-toggler-icon {
    /* Removed negative margin that hid the icon */
}


/* Dummy content */
.content{
  height:2000px;
  padding-top:40px;
}

/* ================= PREMIUM HERO SLIDER ================= */
.hero-slider-section {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
}

.heroSwiper {
  width: 100%;
  height: 75vh;
  min-height: 600px;
}

.hero-slide-content {
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0b1120 0%, #0f172a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-slide-content.slide-alt {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
}

/* Background Decoration */
.hero-slide-content::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 50%;
  height: 120%;
  background: rgba(255, 255, 255, 0.03);
  transform: skewX(-15deg);
  z-index: 1;
}

.hero-text-col {
  position: relative;
  z-index: 10;
}

.hero-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
}

.hero-title span {
  color: #0ea5e9; 
}

.hero-desc {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 500px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.btn-premium {
  background: #fff;
  color: #0b1120;
  padding: 16px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.btn-premium:hover {
  background: #000;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

/* Image Side */
.hero-img-col {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-img-visual {
  position: relative;
  width: 420px;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero-person {
  width: 85%;
  height: 85%;
  object-fit: cover;
  object-position: top; /* Added to show heads at the top */
  border-radius: 50%;
  z-index: 2;
  border: 10px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  color: #0ea5e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  z-index: 5;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.icon-1 { top: 10%; right: 0; animation-delay: 0s; }
.icon-2 { bottom: 20%; left: -10%; animation-delay: 1s; }
.icon-3 { top: 40%; left: -5%; animation-delay: 2s; background: #0056b3; color: #fff; }

/* Swiper Navigation */
.swiper-button-next, .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #fff;
  color: #0ea5e9;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 10px;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .heroSwiper {
    height: auto;
    min-height: 100vh;
    padding: 0;
  }
  .hero-slide-content {
    height: auto;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .hero-img-visual {
    width: 300px;
    height: 300px;
    margin: 50px auto 0;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .floating-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .navbar-collapse {
    background: #ffffff;
    padding: 15px;
  }

  .hero {
    margin-top: 0px; /* mobile header height */
  }


}




/* SECTION BACKGROUND */
.cc_section {
    /* background: radial-gradient(circle at top, #3b3b3b 0%, #1f1f1f 70%); */
    background-color: #ffffff;
    padding: 100px 0;
    color: #000000;
}

/* TOP TITLE */
.cc_title {
    text-align: center;
    margin-bottom: 70px;
}

.cc_title h2 {
    font-size: 36px;
    font-weight: 600;
}

.cc_title p {
    font-size: 22px;
    margin-top: 10px;
}

.cc_title .cc_line {
    width: 60px;
    height: 3px;
    background: #1da1f2;
    margin: 15px auto 0;
}

/* NEW ABOUT STYLES */
.about-label {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    font-weight: 700;
    color: #00a4ef;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-label::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #00a4ef;
}

.about-heading {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #111;
    position: relative;
    padding-bottom: 20px;
}

.about-heading span {
    color: #00a4ef;
}

.about-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #a0c4ff;
}

.about-heading::before {
    content: "";
    position: absolute;
    left: 48px;
    bottom: -1px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00a4ef;
}

.about-description {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.about-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.about-card {
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 30px 15px;
    text-align: center;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.about-card:first-child {
    border: 1px solid #cce0ff;
    box-shadow: 0 10px 30px rgba(0, 164, 239, 0.08);
}

.about-card:hover {
    box-shadow: 0 10px 30px rgba(0, 164, 239, 0.08);
    border-color: #cce0ff;
    transform: translateY(-5px);
}

.about-card .icon-wrapper {
    width: 55px;
    height: 55px;
    background: #00a4ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.about-card .icon-wrapper i {
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.about-card h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #000;
}

.about-card p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

.btn-explore {
    background: #00a4ef;
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    position: relative;
    z-index: 10;
}

.btn-explore:hover {
    background: #008bc9;
    color: #fff;
    transform: translateY(-2px);
}

/* CHAPTERS SECTION - EXACT DESIGN */
.chapters-section {
    background: #333; /* Premium Dark Blue */
    padding: 90px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.chapters-header-row {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-left {
    flex: 1;
}

.chapters-label-badge {
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.chapters-main-title {
    font-size: 38px;
    font-weight: 600;
    color: #fff; /* White text on dark blue */
}

.header-divider {
    width: 1.5px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
}

.header-right {
    flex: 1;
}

.header-right p {
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.9;
    margin: 0;
}

/* CARDS */
.chapter-card-new {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    height: auto; /* Changed from 420px to auto to remove the gap */
    min-height: 280px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #333;
}

.card-head-new {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.icon-box-new {
    width: 45px;
    height: 45px;
    background: #e6eff8; /* Very light version of #0d5fb7 */
    color: #0d5fb7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.name-new {
    font-size: 17px;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: 0.5px;
}

.card-body-new p {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 20px;
}

.chapter-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: top center;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.card-footer-new {
    margin-top: auto;
}

.btn-chapter-read {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #0d5fb7; /* Specific blue requested */
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-chapter-read:hover {
    background: #0a4a8f;
    color: #fff;
}

.arrow-circle-new {
    width: 22px;
    height: 22px;
    background: #fff;
    color: #0d5fb7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* CORNER SHAPE */
.card-accent-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #fdf2e9;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

/* NAVIGATION */
.chapters-next, .chapters-prev {
    background: #00a4ef !important; /* Updated to theme blue */
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important; /* Circular buttons look better */
    opacity: 0.9;
    box-shadow: 0 4px 10px rgba(0, 164, 239, 0.3);
}

.chapters-next:hover, .chapters-prev:hover {
    opacity: 1;
    background: #008cc9 !important;
}

.chapters-next::after, .chapters-prev::after {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: bold;
}

/* Position them inside the swiper so they are not hidden by overflow */
.chapters-prev { left: 10px !important; }
.chapters-next { right: 10px !important; }

@media (max-width: 1200px) {
    .chapters-prev { left: 5px !important; }
    .chapters-next { right: 5px !important; }
}

@media (max-width: 991px) {
    .chapters-header-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .chapters-main-title {
        font-size: 28px;
    }
    .chapters-next, .chapters-prev {
        display: none !important;
    }
    .chapter-img {
        height: 240px; /* Increased from 160px so faces aren't clipped */
    }
}

/* RIGHT IMAGE SHAPE */
.large-circle-decor {
    position: absolute;
    top: 50%;
    right: -550px;
    transform: translateY(-50%);
    width: 900px;
    height: 900px;
    border-radius: 50%;
    border: 45px solid #f0f4fb;
    z-index: 0;
}

.about-hexagon-wrap {
    position: relative;
    width: 100%;
    height: 500px;
    filter: drop-shadow(-6px 0px 0px #00a4ef);
    z-index: 2;
}

.hexagon-container {
    width: 100%;
    height: 100%;
    background: #eee;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
    overflow: hidden;
    border-radius: 20px;
}

.hexagon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hexagon-container:hover .hexagon-img {
    transform: scale(1.05);
}

.dots-bg-top {
    position: absolute;
    top: -40px;
    right: 30px;
    width: 160px;
    height: 100px;
    background-image: radial-gradient(#6ba4ff 2.5px, transparent 2.5px);
    background-size: 22px 22px;
    z-index: 1;
}

.dots-bg-bottom {
    position: absolute;
    bottom: -40px;
    right: 30px;
    width: 160px;
    height: 100px;
    background-image: radial-gradient(#6ba4ff 2.5px, transparent 2.5px);
    background-size: 22px 22px;
    z-index: 1;
}

@media (max-width: 991px) {
    .about-hexagon-wrap {
        height: auto;
        aspect-ratio: 1;
        max-height: 400px;
        margin: 50px auto 0;
    }
    .about-cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .about-heading {
        font-size: 36px;
    }
}

/* VIDEO BOX */
.cc_video_box {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.cc_video_box img {
    width: 100%;
    display: block;
}

/* PLAY ICON */
.cc_play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc_play span {
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50%;
    position: relative;
}

.cc_play span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* RIGHT CONTENT */
.cc_content h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cc_content .cc_subline {
    width: 50px;
    height: 2px;
    background: #aaa;
    margin-bottom: 25px;
}

.cc_content p {
    font-size: 17px;
    line-height: 1.8;
    color: #e0e0e0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .cc_section {
        padding: 70px 0;
    }
    .cc_title h2 {
        font-size: 30px;
    }
    .cc_content {
        margin-top: 40px;
    }
}



/* SECTION BACKGROUND */
.te_section {
    background: radial-gradient(circle at top, #3b3b3b 0%, #1f1f1f 70%);
    padding: 110px 0;
    color: #ffffff;
}

/* LEFT CONTENT */
.te_content h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.te_line {
    width: 50px;
    height: 2px;
    background: #9e9e9e;
    margin-bottom: 30px;
}

.te_content p {
    font-size: 17px;
    line-height: 1.9;
    color: #e0e0e0;
    max-width: 620px;
}

/* VIDEO BOX */
.te_video {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.te_video img {
    width: 100%;
    display: block;
}

/* PLAY ICON */
.te_play {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.te_play span {
    width: 70px;
    height: 70px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    position: relative;
}

.te_play span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    border-left: 18px solid #ffffff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .te_section {
        padding: 70px 0;
    }

    .te_content {
        margin-bottom: 40px;
    }

    .te_content p {
        max-width: 100%;
    }
}




.ms_section {
    background: white;
    padding: 110px 0;
    color: #000000;
    position: relative;
    overflow: hidden;
}

.ms_section::before {
    content: 'WHO WE ARE';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12vw;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
    text-transform: uppercase;
}

/* VIDEO BOX */
.ms_video {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.ms_video img {
    width: 100%;
    display: block;
}

/* PLAY ICON */
.ms_play {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ms_play span {
    width: 70px;
    height: 70px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    position: relative;
}

.ms_play span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    border-left: 18px solid #ffffff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* RIGHT CONTENT */
.ms_content h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.ms_line {
    width: 50px;
    height: 2px;
    background: #9e9e9e;
    margin-bottom: 30px;
}

.ms_content p {
    font-size: 17px;
    line-height: 1.9;
    color: #e0e0e0;
    max-width: 620px;
}

/* RESPONSIVE */
.ms_feature_item i {
    color: #0ea5e9; /* Match theme blue */
    background: rgba(14, 165, 233, 0.1);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.ms_feature_item span {
    font-size: 16px;
    color: #1f2937;
}

@media (max-width: 991px) {
    .ms_section {
        padding: 70px 0;
    }

    .ms_content {
        margin-top: 40px;
    }

    .ms_content p {
        max-width: 100%;
    }
}









/* SECTION */













/* SECTION BACKGROUND */







/* FOOTER WRAPPER */
.footer-wrap{
  padding:80px 20px 40px;
}

/* GLASS FOOTER */
.glass-footer{
  position:relative;
  border-radius:20px;
  padding:40px 40px 20px;
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  border:1px solid rgba(255,255,255,0.18);
  box-shadow:
    inset 0 0 0.5px rgba(255,255,255,.35),
    0 30px 80px rgba(0,0,0,.65);
  overflow:hidden;
}

/* SUBTLE TOP GRADIENT */
.glass-footer::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0) 40%
  );
  pointer-events:none;
}

/* LOGO */
.footer-logo{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  font-size:18px;
  margin-bottom:12px;
}

/* TEXT */
.footer-desc{
  font-size:13px;
  line-height:1.6;
  opacity:.75;
  max-width:280px;
}

/* HEADINGS */
.footer-title{
  font-size:14px;
  font-weight:600;
  margin-bottom:14px;
}

/* LINKS */
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-links li{
  margin-bottom:10px;
}
.footer-links a{
  color:rgba(255,255,255,.7);
  text-decoration:none;
  font-size:13px;
  transition:.3s;
}
.footer-links a:hover{
  color:#fff;
}
.footer{
    margin:0;
  background:#0b0b0b;
  color:#fff;
  
}
/* BOTTOM BAR */
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.15);
  margin-top:30px;
  padding-top:14px;
  font-size:12px;
  opacity:.65;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .glass-footer{
    padding:30px 25px 20px;
  }
  .footer-bottom{
    flex-direction:column;
    text-align:center;
  }
}
/************/
 .hero-section {
      position: relative;
      background: url("abc.jpg") center/cover no-repeat;
      min-height: 80vh;
      display: flex;
      align-items: center;
    }

    .overlay-box {
      background: linear-gradient(
        180deg,
        rgba(193, 63, 63, 0.9),
        rgba(245, 130, 32, 0.9)
      );
      color: #fff;
      padding: 3rem;
      max-width: 480px;
    }

    .overlay-box h2 {
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .overlay-box p {
      line-height: 1.7;
      font-size: 1rem;
    }

    .author {
      display: flex;
      align-items: center;
      margin-top: 2rem;
    }

    .author img {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      margin-right: 1rem;
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
      .hero-section {
        min-height: auto;
      }

      .overlay-box {
        max-width: 100%;
        margin: 1rem;
      }
    }


    /* breadcrumbs start */
    /* Hero Section */
        .bsr-hero-wrapper {
            position: relative;
            width: 100%;
            height: 45vh;
            min-height: 350px;
            overflow: hidden;
        }

        .bsr-hero-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(0, 75, 85, 0.85) 0%, rgba(0, 95, 105, 0.75) 100%),
                        url('https://images.unsplash.com/photo-1511497584788-876760111969?q=80&w=2000') center/cover no-repeat;
            z-index: 1;
        }

        .bsr-hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 60, 70, 0.3);
            z-index: 2;
        }

        /* Navigation */
        .bsr-navbar-custom {
            position: relative;
            z-index: 1000;
            padding: 1.5rem 0;
            background: transparent;
        }

        .bsr-navbar-brand-logo {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
        }

        .bsr-logo-circle {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .bsr-logo-dots {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3px;
            padding: 8px;
        }

        .bsr-dot-item {
            width: 4px;
            height: 4px;
            background: white;
            border-radius: 50%;
        }

        .bsr-logo-text {
            font-size: 2.5rem;
            font-weight: 300;
            color: white;
            letter-spacing: 2px;
        }

        .bsr-nav-menu {
            display: flex;
            align-items: center;
            gap: 2rem;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .bsr-nav-link-item {
            color: white;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 400;
            transition: all 0.3s ease;
            position: relative;
        }

        .bsr-nav-link-item:hover {
            color: rgba(255, 255, 255, 0.8);
        }

        .bsr-nav-link-item::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: white;
            transition: width 0.3s ease;
        }

        .bsr-nav-link-item:hover::after {
            width: 100%;
        }

        .bsr-nav-dropdown-toggle::after {
            content: '▼';
            font-size: 0.7rem;
            margin-left: 5px;
        }

        .bsr-top-menu-links {
            display: flex;
            gap: 1.5rem;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .bsr-top-link-item {
            color: white;
            text-decoration: none;
            font-size: 0.9rem;
            transition: opacity 0.3s ease;
        }

        .bsr-top-link-item:hover {
            opacity: 0.8;
        }

        .bsr-search-icon-btn {
            background: transparent;
            border: none;
            color: white;
            font-size: 1.2rem;
            cursor: pointer;
            padding: 0;
            transition: transform 0.3s ease;
        }

        .bsr-search-icon-btn:hover {
            transform: scale(1.1);
        }

        /* Hero Content */
        .bsr-hero-content-wrapper {
            position: relative;
            z-index: 10;
            height: 45vh;
            display: flex;
            align-items: center;
        }

        .bsr-hero-text-container {
            max-width: 800px;
        }

        /* Premium Breadcrumbs Styling */
        .premium-breadcrumbs {
            display: inline-flex;
            margin: 0 0 10px 0;
            padding: 0;
            line-height: normal;
        }
        
        .breadcrumb-list {
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 6px;
            line-height: 1;
        }
        
        .breadcrumb-item {
            font-size: 17px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.9);
            letter-spacing: 0.2px;
            text-transform: capitalize;
        }
        
        .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .breadcrumb-item a:hover {
            color: #fff;
        }
        
        .breadcrumb-separator {
            color: rgba(255, 255, 255, 0.6);
            font-size: 15px;
            margin: 0 6px;
        }
        
        .breadcrumb-item.active {
            color: #fff;
            font-weight: 700;
        }

        .bsr-hero-subtitle {
            font-size: 1.2rem;
            font-weight: 400;
            color: white;
            margin-bottom: 1rem;
            letter-spacing: 1px;
        }

        .bsr-hero-main-title {
            font-size: 51px;
            font-weight: 400;
            color: white;
            line-height: 1.2;
            margin-bottom: 0;
        }

        .bsr-hero-title-line {
            display: block;
        }

        /* Mobile Styles */
        .bsr-mobile-menu-toggle {
            display: none;
            background: transparent;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
        }

        /* Responsive Design */
        @media (max-width: 1199px) {
            .bsr-nav-menu {
                gap: 1.5rem;
            }

            .bsr-hero-main-title {
                font-size: 3.5rem ;
            }
        }

        @media (max-width: 991px) {
            .bsr-nav-menu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: rgba(0, 60, 70, 0.98);
                flex-direction: column;
                padding: 2rem;
                gap: 1.5rem;
            }

            .bsr-nav-menu.bsr-menu-active {
                display: flex;
            }

            .bsr-mobile-menu-toggle {
                display: block;
            }

            .bsr-hero-main-title {
                font-size: 2rem;
            }

            .bsr-top-menu-links {
                flex-wrap: wrap;
                gap: 1rem;
            }
        }

        @media (max-width: 768px) {
            .bsr-hero-wrapper {
                height: 60vh;
                min-height: 450px;
            }

            .bsr-hero-content-wrapper {
                height: 60vh;
            }

            .bsr-hero-main-title {
                font-size: 2.5rem;
            }

            .bsr-hero-subtitle {
                font-size: 1rem;
            }

            .bsr-logo-text {
                font-size: 2rem;
            }

            .bsr-nav-link-item {
                font-size: 1.1rem;
            }

            .bsr-top-menu-links {
                font-size: 0.85rem;
            }
        }

        @media (max-width: 576px) {
            .bsr-hero-wrapper {
                height: 55vh;
                min-height: 400px;
            }

            .bsr-hero-content-wrapper {
                height: 55vh;
            }

            .bsr-hero-main-title {
                font-size: 1.5rem;
            }

            .bsr-hero-subtitle {
                font-size: 0.9rem;
            }

            .bsr-logo-text {
                font-size: 1.8rem;
            }

            .bsr-logo-circle {
                width: 40px;
                height: 40px;
            }

            .bsr-navbar-custom {
                padding: 1rem 0;
            }

            .bsr-top-menu-links {
                gap: 0.8rem;
                font-size: 0.8rem;
            }
        }

        /* breadcrumbs finished */

/* ================= NEWSLETTER SECTION ================= */
.newsletter-section {
    padding: 80px 0;
    background: #f5f5f5;
    position: relative;
    color: #1e3a5f;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="%23e0e0e0"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.newsletter-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.newsletter-content {
    flex: 1;
}

.newsletter-label {
    font-size: 1rem;
    color: #666;
    margin-bottom: 10px;
    font-weight: 500;
}

.newsletter-title {
    font-size: 3rem;
    color: #1e3a5f;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.newsletter-form-wrapper {
    flex: 1;
    display: flex;
    gap: 0;
    background: white;
    border-radius: 50px;
    padding: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.newsletter-input {
    flex: 1;
    border: none;
    padding: 18px 30px;
    font-size: 1rem;
    outline: none;
    background: transparent;
    color: #333;
}

.newsletter-input::placeholder {
    color: #999;
}

.newsletter-btn {
    background: #1e3a5f;
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.newsletter-btn:hover {
    background: #2d5280;
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .newsletter-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    .newsletter-title {
        font-size: 2.5rem;
    }
    .newsletter-form-wrapper {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .newsletter-title {
        font-size: 2rem;
    }
    .newsletter-form-wrapper {
        flex-direction: column;
        border-radius: 20px;
        gap: 10px;
    }
    .newsletter-input,
    .newsletter-btn {
        width: 100%;
        text-align: center;
    }
    .newsletter-btn {
        padding: 16px 30px;
    }
}
/* ================= BENEFITS PREMIUM SECTION ================= */
.benefits-premium-section {
    background-color: #f8f9fa;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.benefits-premium-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#ced4da 2px, transparent 2px); /* Darker and slightly larger dots */
    background-size: 30px 30px;
    opacity: 1; /* Full opacity of the pattern */
    pointer-events: none;
    display: block;
    z-index: 0;
}

.benefits-inner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.benefits-img-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    height: 520px;
    margin-top: 40px;
}

.benefits-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefits-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
    position: relative;
    z-index: 2;
    margin-left: -120px;
    border: none;
    align-self: center;
}

@media (max-width: 1199px) {
    .benefits-card {
        margin-left: -40px;
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .benefits-card {
        margin-left: 0;
        margin-top: -60px;
        padding: 40px 25px;
    }
    .benefits-img-wrapper {
        height: 400px;
    }
}

.benefit-badge {
    display: inline-block;
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #333;
    color: #333;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

.benefits-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 1.2;
}

.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    background: #fdf2e9;
    color: #8d6e63;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.benefit-content p {
    font-size: 14.5px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5;
}

.benefit-title-inline {
    font-weight: 700;
    margin-right: 5px;
}

/* NEW PAGE HEADER BREADCRUMBS */
.page-header-banner {
    background: linear-gradient(135deg, #0b1120 0%, #0f172a 100%);
    padding: 120px 0 60px;
    text-align: center;
    position: relative;
    margin-top: 80px; 
    overflow: hidden;
}

.page-header-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -10%;
    width: 40%;
    height: 200%;
    background: rgba(255, 255, 255, 0.02);
    transform: skewX(-20deg);
}

.page-header-banner::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 10%;
    width: 150px;
    height: 150px;
    background-image: radial-gradient(#00a4ef 2px, transparent 2px);
    background-size: 15px 15px;
    opacity: 0.2;
}

.page-header-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.page-breadcrumbs {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 2;
}

.page-breadcrumbs a {
    color: #a0c4ff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.page-breadcrumbs a:hover {
    color: #ffffff;
}

.page-breadcrumbs span {
    color: rgba(255,255,255,0.4);
    margin: 0 10px;
    font-size: 14px;
}

.page-breadcrumbs .current {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}
