/* Hero Section */
.hero-banner{
    background: #072656;
    padding:80px 0;
}

/* Text */
.hero-title{
    font-size:48px;
    font-weight:700;
    color:#ffffff;
}

.hero-text{
    font-size:18px;
    color:#ffffff;
    margin:20px 0;
}

/* Button */
.hero-btn{
    padding:12px 28px;
    border-radius:30px;
    font-weight:600;
}

/* Product Image */
.hero-product img{
    width:100%;
    max-width:480px;
    animation: float 4s ease-in-out infinite;
}

/* Floating Effect */
@keyframes float{
    0%{transform:translateY(0);}
    50%{transform:translateY(-10px);}
    100%{transform:translateY(0);}
}

/* Mobile */
@media(max-width:768px){
    .hero-title{
        font-size:32px;
        text-align:center;
    }

    .hero-text{
        text-align:center;
    }

    .hero-content{
        text-align:center;
    }
}


.why-choose-section{
    padding:80px 0;
    background:#f8f9fa;
}

.why-title{
    font-size:36px;
    font-weight:700;
    color:#0b132b;
}

.why-subtitle{
    max-width:600px;
    margin:auto;
    color:#666;
}

.why-box{
    background:#fff;
    padding:35px 25px;
    border-radius:12px;
    transition:0.3s;
    height:100%;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.why-box:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.why-icon{
    font-size:40px;
    margin-bottom:15px;
}

.why-box h5{
    font-weight:600;
    margin-bottom:10px;
}


.product-section{
    padding:80px 0;
    background:#f8f9fa;
}

.product-title{
    font-size:36px;
    font-weight:700;
}

.product-subtitle{
    color:#666;
}

.product-card{
    background:#050e4200;
    padding:20px;
    border-radius:12px;
    text-align:center;
    transition:0.3s;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    height:100%;
}

.product-card img{
    border-radius:10px;
    margin-bottom:15px;
}

.product-card h5{
    font-weight:600;
    margin-bottom:8px;
}

.price{
    font-size:20px;
    font-weight:700;
    color:#2e2d2d;
    margin-bottom:15px;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}


.msfaq-section{
    padding:80px 0;
    background:#f8f9fa;
}

.msfaq-title{
    font-size:36px;
    font-weight:700;
}

.msfaq-subtitle{
    color:#666;
    max-width:650px;
    margin:auto;
}

.accordion-button{
    font-weight:600;
}

.accordion-item{
    border-radius:10px;
    overflow:hidden;
    margin-bottom:10px;
}


.ms-footer{
    background:#1e33a8;
    color:#fff;
    padding:60px 0 20px;
}

.footer-logo{
    height:50px;
    margin-bottom:15px;
}

.footer-text{
    color:#cbd5e1;
    font-size:14px;
}

.ms-footer h5{
    margin-bottom:15px;
    font-weight:600;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:8px;
}

.footer-links a{
    color:#cbd5e1;
    text-decoration:none;
    transition:0.3s;
}

.footer-links a:hover{
    color:#ffffff;
    padding-left:5px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.1);
    margin-top:30px;
    padding-top:15px;
    font-size:14px;
    color:#cbd5e1;
}

/* Mobile */
@media(max-width:768px){
    .ms-footer{
        text-align:center;
    }
}

.product-banner-single{
    background:linear-gradient(135deg,#0d6efd,#0b132b);
    padding:70px 0;
    color:#fff;
}

.product-title{
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
}

.breadcrumb{
    background:transparent;
    margin:0;
}

.breadcrumb-item a{
    color:#e2e8f0;
    text-decoration:none;
}

.breadcrumb-item.active{
    color:#ffffff;
}

.breadcrumb-item + .breadcrumb-item::before{
    color:#cbd5e1;
}

/* Mobile */
@media(max-width:768px){
    .product-title{
        font-size:26px;
    }
}



.office-content-section{
    padding:70px 0;
    background:#f8fafc;
}

.office-content-section .container{
    max-width:900px;
}

.office-heading{
    font-size:34px;
    font-weight:700;
    color:#0b132b;
    margin-bottom:25px;
    text-align:center;
}

.office-content-section h3{
    margin-top:30px;
    font-size:24px;
    font-weight:600;
    color:#0d6efd;
}

.office-content-section p{
    font-size:17px;
    line-height:1.8;
    color:#475569;
    margin-bottom:18px;
}

/* Card Feel */
.office-content-section{
    border-radius:12px;
}

/* Mobile Optimization */
@media(max-width:768px){

.office-heading{
    font-size:26px;
}

.office-content-section p{
    font-size:16px;
}

}


.product-detail-section{
    padding:80px 0;
    background:#f5f7fb;
}

/* Image Box */
.product-image-box{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.main-product{
    max-height:320px;
}

/* Icons */
.product-icons{
    margin-top:20px;
}

.product-icons img{
    width:45px;
    margin:5px;
}

/* Badge */
.product-badge{
    background:#2f6fed;
    color:#fff;
    padding:6px 14px;
    border-radius:20px;
    font-size:14px;
}

/* Title */
.product-title{
    font-size:38px;
    font-weight:700;
    margin:15px 0;
    color:#0b132b;
}

/* Rating */
.product-rating{
    font-size:18px;
    margin-bottom:10px;
}

.product-rating span{
    color:#6b7280;
    font-size:14px;
}

/* Description */
.product-desc{
    color:#475569;
}

/* Price */
.product-price{
    margin:20px 0;
}

.product-price del{
    color:#94a3b8;
    margin-right:10px;
}

.sale-price{
    font-size:34px;
    font-weight:700;
    color:#2563eb;
}

.product-price small{
    color:green;
    margin-left:10px;
}

/* Features */
.product-features{
    list-style:none;
    padding:0;
    margin-bottom:25px;
}

.product-features li{
    margin-bottom:8px;
    color:#334155;
}

/* Button */
.buy-btn{
    background:#2f6fed;
    color:#fff;
    padding:14px 35px;
    border-radius:8px;
    font-weight:600;
}

.buy-btn:hover{
    background:#1d4ed8;
    color:#fff;
}

/* Mobile */
@media(max-width:768px){

.product-title{
    font-size:26px;
    text-align:center;
}

.product-rating,
.product-desc,
.product-price,
.product-features{
    text-align:center;
}

.buy-btn{
    display:block;
    margin:auto;
}

}


/* Custom Navbar Styling */
.custom-navbar{
    background:#072656 !important;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.navbar-brand img{
    height:50px;
}

.nav-link{
    font-weight:500;
    color:white !important;
    margin-left:15px;
}

.nav-link:hover{
    color:#0d6efd !important;
}


/* ===== ABOUT PAGE CSS ===== */

.about-wrapper {
  padding: 70px 20px;
  background: #f8fafc;
  font-family: Arial, sans-serif;
}

.about-container {
  max-width: 1200px;
  margin: auto;
}

/* Hero */
.about-hero {
  text-align: center;
  margin-bottom: 50px;
}

.about-hero h1 {
  font-size: 40px;
  color: #020617;
  margin-bottom: 15px;
}

.about-hero p {
  font-size: 18px;
  color: #475569;
  max-width: 800px;
  margin: auto;
  line-height: 1.7;
}

/* Grid Section */
.about-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.about-grid img {
  width: 100%;
  border-radius: 12px;
}

/* Content */
.about-content h2 {
  font-size: 28px;
  color: #020617;
  margin-bottom: 15px;
}

.about-content p {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Features */
.about-features {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}

.feature-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  text-align: center;
  transition: 0.3s;
}

.feature-box:hover {
  transform: translateY(-6px);
}

.feature-box h3 {
  color: #020617;
  margin-bottom: 10px;
}

.feature-box p {
  color: #64748b;
  font-size: 15px;
}

/* Responsive */
@media(max-width:900px){
  .about-grid{
    grid-template-columns:1fr;
  }

  .about-features{
    grid-template-columns:1fr;
  }

  .about-hero h1{
    font-size:30px;
  }
}


/* ===== TERMS PAGE CSS ===== */

.terms-wrapper {
  background:#f8fafc;
  padding:60px 20px;
  font-family: Arial, sans-serif;
}

.terms-container {
  max-width:1000px;
  margin:auto;
  background:#ffffff;
  padding:40px;
  border-radius:10px;
  box-shadow:0 5px 25px rgba(0,0,0,0.05);
}

.terms-title {
  text-align:center;
  margin-bottom:30px;
}

.terms-title h1 {
  font-size:36px;
  color:#020617;
}

.terms-title p {
  color:#64748b;
  font-size:14px;
}

.terms-section {
  margin-bottom:28px;
}

.terms-section h2 {
  font-size:22px;
  margin-bottom:10px;
  color:#020617;
}

.terms-section p {
  color:#475569;
  line-height:1.8;
  font-size:15px;
}

.terms-section ul {
  padding-left:20px;
  color:#475569;
}

.terms-section li {
  margin-bottom:8px;
}

/* Responsive */
@media(max-width:768px){
  .terms-container{
    padding:25px;
  }

  .terms-title h1{
    font-size:28px;
  }
}


.thirdparty-wrapper{
  background:#f8fafc;
  padding:40px 20px;
  font-family:Arial, sans-serif;
}

.thirdparty-box{
  max-width:900px;
  margin:auto;
  background:#ffffff;
  padding:25px 30px;
  border-radius:8px;
  box-shadow:0 4px 18px rgba(0,0,0,0.05);
}

.thirdparty-box h2{
  color:#020617;
  margin-bottom:12px;
  font-size:24px;
}

.thirdparty-box p{
  color:#475569;
  line-height:1.7;
  font-size:15px;
}

@media(max-width:768px){
  .thirdparty-box{
    padding:20px;
  }
}


/* WHY SECTION */
.nx-why-wrapper{
  padding:80px 0;
  background:#f8fafc;
}

/* Heading */
.nx-why-heading{
  font-size:36px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:10px;
}

.nx-why-desc{
  max-width:650px;
  margin:auto;
  color:#64748b;
  font-size:16px;
}

/* Grid spacing */
.nx-why-grid{
  margin-top:50px;
}

/* Card */
.nx-why-card{
  background:#ffffff;
  padding:35px 25px;
  border-radius:14px;
  text-align:center;
  height:100%;
  transition:all .35s ease;
  border:1px solid #e5e7eb;
  position:relative;
  overflow:hidden;
}

/* Hover Effect */
.nx-why-card:hover{
  transform:translateY(-10px);
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* Icon */
.nx-why-icon{
  font-size:40px;
  display:inline-block;
  margin-bottom:18px;
}

/* Title */
.nx-why-card h5{
  font-weight:600;
  margin-bottom:12px;
  color:#111827;
}

/* Text */
.nx-why-card p{
  font-size:15px;
  color:#6b7280;
  line-height:1.6;
}

/* Mobile */
@media(max-width:768px){
  .nx-why-heading{
    font-size:28px;
  }
}

/* FAQ SECTION */
.nxfaq-wrapper{
  padding:80px 0;
  background:#ffffff;
}

/* Heading */
.nxfaq-heading{
  font-size:36px;
  font-weight:700;
  color:#0f172a;
}

.nxfaq-desc{
  max-width:700px;
  margin:auto;
  color:#64748b;
  margin-top:10px;
}

/* Accordion */
.nxfaq-accordion{
  margin-top:50px;
}

/* Item */
.nxfaq-item{
  border:none;
  margin-bottom:15px;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 5px 18px rgba(0,0,0,0.05);
}

/* Button */
.nxfaq-btn{
  font-weight:600;
  font-size:16px;
  padding:18px 22px;
  background:#f8fafc;
  color:#111827;
}

.nxfaq-btn:not(.collapsed){
  background:#0ea5e9;
  color:#fff;
}

/* Remove bootstrap arrow bg */
.nxfaq-btn:focus{
  box-shadow:none;
}

/* Body */
.nxfaq-body{
  background:#ffffff;
  color:#6b7280;
  line-height:1.7;
  font-size:15px;
  padding:20px 22px;
}

/* Hover */
.nxfaq-item:hover{
  transform:translateY(-3px);
  transition:.3s ease;
}

/* Mobile */
@media(max-width:768px){
  .nxfaq-heading{
    font-size:28px;
  }
}

/* DISCLAIMER SECTION */
.nx-disclaimer-wrapper{
  padding:70px 0;
  background:#f1f5f9;
}

/* Card */
.nx-disclaimer-card{
  max-width:900px;
  margin:auto;
  background:#ffffff;
  padding:40px 45px;
  border-radius:14px;
  box-shadow:0 10px 35px rgba(0,0,0,0.06);
  border-left:5px solid #0ea5e9;
}

/* Title */
.nx-disclaimer-title{
  font-size:28px;
  font-weight:700;
  margin-bottom:18px;
  color:#0f172a;
}

/* Text */
.nx-disclaimer-text{
  font-size:15.5px;
  line-height:1.8;
  color:#475569;
  margin-bottom:12px;
}

/* Mobile */
@media(max-width:768px){
  .nx-disclaimer-card{
    padding:28px 22px;
  }

  .nx-disclaimer-title{
    font-size:22px;
  }
}

/* ABOUT WRAPPER */
.nxabout-wrapper{
  padding:80px 0;
  background:#ffffff;
}

/* HERO */
.nxabout-main-title{
  font-size:40px;
  font-weight:700;
  color:#0f172a;
}

.nxabout-main-desc{
  max-width:720px;
  margin:auto;
  color:#64748b;
  margin-top:12px;
  font-size:16px;
}

/* GRID */
.nxabout-grid{
  margin-top:60px;
}

/* IMAGE */
.nxabout-image{
  width:100%;
  border-radius:14px;
  box-shadow:0 12px 35px rgba(0,0,0,0.08);
}

/* CONTENT */
.nxabout-content h2{
  font-weight:700;
  margin-bottom:15px;
  color:#111827;
}

.nxabout-content p{
  color:#6b7280;
  line-height:1.8;
  margin-bottom:14px;
}

/* FEATURES */
.nxabout-features{
  margin-top:70px;
}

/* FEATURE CARD */
.nxabout-feature-card{
  background:#f8fafc;
  padding:35px 25px;
  border-radius:14px;
  text-align:center;
  transition:.35s ease;
  height:100%;
}

.nxabout-feature-card:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* ICON */
.nxabout-icon{
  font-size:36px;
  display:block;
  margin-bottom:15px;
}

/* TITLE */
.nxabout-feature-card h3{
  font-size:20px;
  font-weight:600;
  margin-bottom:10px;
}

/* TEXT */
.nxabout-feature-card p{
  color:#6b7280;
  font-size:15px;
}

/* MOBILE */
@media(max-width:768px){
  .nxabout-main-title{
    font-size:30px;
  }

  .nxabout-grid{
    text-align:center;
  }

  .nxabout-content{
    margin-top:25px;
  }
}

/* OFFICE CONTENT */
.nxoffice-wrapper{
  padding:80px 0;
  background:#f8fafc;
}

/* HEADER */
.nxoffice-title{
  font-size:36px;
  font-weight:700;
  color:#0f172a;
}

.nxoffice-intro{
  max-width:800px;
  margin:15px auto 0;
  color:#64748b;
  line-height:1.7;
}

/* BLOCK */
.nxoffice-block{
  margin-top:60px;
}

/* IMAGE */
.nxoffice-img{
  width:100%;
  border-radius:14px;
  box-shadow:0 12px 35px rgba(0,0,0,0.08);
}

/* TEXT */
.nxoffice-block h3,
.nxoffice-full h3{
  font-weight:700;
  margin-bottom:15px;
  color:#111827;
}

.nxoffice-block p,
.nxoffice-full p{
  color:#6b7280;
  line-height:1.8;
}

/* FULL WIDTH TEXT */
.nxoffice-full{
  margin-top:60px;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

/* HIGHLIGHT */
.nxoffice-highlight{
  margin-top:20px;
  font-weight:600;
  color:#0ea5e9;
}

/* MOBILE */
@media(max-width:768px){
  .nxoffice-title{
    font-size:28px;
  }

  .nxoffice-block{
    text-align:center;
  }

  .nxoffice-img{
    margin-bottom:25px;
  }
}



/* ===== MSGADGETS TERMS PAGE STYLING ===== */
.msg-terms-wrapper{
  background:#f8f9fc;
  padding:60px 20px;
  font-family:Arial, Helvetica, sans-serif;
}

.msg-terms-box{
  max-width:1100px;
  margin:auto;
  background:#ffffff;
  padding:40px;
  border-radius:10px;
  box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.msg-terms-title{
  font-size:32px;
  font-weight:700;
  color:#1a1a1a;
  margin-bottom:15px;
}

.msg-update{
  color:#666;
  font-size:14px;
  margin-bottom:30px;
}

.msg-section{
  margin-bottom:28px;
}

.msg-section h3{
  font-size:20px;
  color:#0d6efd;
  margin-bottom:10px;
}

.msg-section p{
  font-size:15px;
  color:#444;
  line-height:1.7;
}

.msg-section ul{
  padding-left:20px;
}

.msg-section ul li{
  margin-bottom:8px;
  color:#444;
}

.msg-highlight{
  background:#eef4ff;
  padding:15px;
  border-left:4px solid #0d6efd;
  border-radius:6px;
  margin-top:10px;
}

.msx-hero-wrapper {
  background: #f4f6fb;
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.msx-hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT SIDE */
.msx-hero-text h1 {
  font-size: 48px;
  color: #1a2238;
  margin-bottom: 20px;
  line-height: 1.2;
}

.msx-hero-text h1 span {
  color: #2f64ff;
  display: block;
}

.msx-hero-text p {
  font-size: 17px;
  color: #555;
  max-width: 520px;
  margin-bottom: 30px;
}

/* BUTTONS */
.msx-btn-group {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.msx-primary-btn {
  background: #2f64ff;
  color: #fff;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.msx-outline-btn {
  border: 2px solid #2f64ff;
  color: #2f64ff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* FEATURES */
.msx-feature-list span {
  margin-right: 20px;
  color: #333;
  font-size: 15px;
}

/* RIGHT GRID */
.msx-hero-visual {
  display: grid;
  grid-template-columns: repeat(2, 160px);
  gap: 25px;
}

.msx-box {
  width: 160px;
  height: 160px;
  border-radius: 14px;
}

.msx-box.red { background:#ff3b30; }
.msx-box.green { background:#4caf50; }
.msx-box.blue { background:#2d8bd3; }
.msx-box.yellow { background:#ffc107; }

/* ✅ RESPONSIVE */
@media (max-width: 992px) {
  .msx-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .msx-btn-group {
    justify-content: center;
  }

  .msx-hero-visual {
    grid-template-columns: repeat(2, 130px);
  }

  .msx-box {
    width:130px;
    height:130px;
  }
}

@media (max-width: 480px) {
  .msx-hero-text h1 {
    font-size: 34px;
  }

  .msx-box {
    width:110px;
    height:110px;
  }
}

/* HEADER */
.ltnav-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 999;
}

.ltnav-container {
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.ltnav-logo a {
  font-size: 22px;
  font-weight: 700;
  color: #1c2b4a;
  text-decoration: none;
}

/* MENU */
.ltnav-menu {
  display: flex;
  gap: 30px;
}

.ltnav-menu a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
  transition: 0.3s;
}

.ltnav-menu a:hover {
  color: #2f64ff;
}

/* BUTTON */
.ltnav-btn {
  background: #2f64ff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* HAMBURGER */
.ltnav-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* ✅ MOBILE */
@media (max-width: 900px) {

  .ltnav-menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
    display: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  }

  .ltnav-menu.active {
    display: flex;
  }

  .ltnav-action {
    display: none;
  }

  .ltnav-toggle {
    display: block;
  }
}

.abtzone-wrapper {
  padding: 80px 20px;
  background: #f7f9fc;
  font-family: Arial, sans-serif;
}

.abtzone-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* IMAGE */
.abtzone-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* CONTENT */
.abtzone-content h2 {
  font-size: 38px;
  color: #1c2b4a;
  margin-bottom: 20px;
}

.abtzone-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* HIGHLIGHTS */
.abtzone-highlights {
  display: flex;
  gap: 25px;
  margin: 30px 0;
}

.abtzone-box {
  background: #fff;
  padding: 18px 22px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.abtzone-box h3 {
  color: #2f64ff;
  font-size: 26px;
  margin-bottom: 5px;
}

/* BUTTON */
.abtzone-btn {
  display: inline-block;
  background: #2f64ff;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* ✅ RESPONSIVE */
@media (max-width: 992px) {
  .abtzone-container {
    flex-direction: column;
    text-align: center;
  }

  .abtzone-highlights {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .abtzone-content h2 {
    font-size: 28px;
  }
}

/* Container */
.msheaven-faq-section {
  background-color: #f8f9fa;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.msheaven-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Heading */
.msheaven-faq-heading {
  text-align: center;
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 40px;
  position: relative;
}

.msheaven-faq-heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #007BFF;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* FAQ Item */
.msheaven-faq-item {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Question Button */
.msheaven-faq-question {
  width: 100%;
  background-color: #ffffff;
  border: none;
  outline: none;
  padding: 18px 24px;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
}

.msheaven-faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 24px;
  transition: transform 0.3s;
}

.msheaven-faq-question.active::after {
  transform: rotate(45deg);
}

/* Answer */
.msheaven-faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #f1f1f1;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 24px;
}

.msheaven-faq-answer p {
  margin: 15px 0;
  font-size: 16px;
  color: #333333;
}

/* Full-width Disclaimer Section */
.msheaven-disclaimer-section {
  width: 100%;
  background-color: #f1f8ff;  /* Light blue background */
  padding: 50px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.msheaven-disclaimer-container {
  max-width: 1000px;
  background-color: #ffffff;  /* White card */
  border-left: 6px solid #007BFF; /* Fresh blue accent */
  border-radius: 12px;
  padding: 30px 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.msheaven-disclaimer-heading {
  font-size: 28px;
  color: #0b2545;
  margin-bottom: 20px;
  font-weight: 600;
}

.msheaven-disclaimer-text {
  font-size: 16px;
  line-height: 1.7;
  color: #3b3b3b;
  margin-bottom: 15px;
}

/* Breadcrumb Section */
.msheaven-breadcrumb-section {
  width: 100%;
  background-color: #b9bbbd99;
  padding: 12px 20px;
  box-sizing: border-box;
}

.msheaven-breadcrumb-container {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.msheaven-breadcrumb-link {
  text-decoration: none;
  color: #007BFF;
  transition: color 0.3s;
}

.msheaven-breadcrumb-link:hover {
  color: #0056b3;
}

.msheaven-breadcrumb-separator {
  margin: 0 8px;
  color: #6c757d;
}

.msheaven-breadcrumb-current {
  color: #495057;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 600px) {
  .msheaven-breadcrumb-container {
    font-size: 13px;
  }
}

    .about-section {
        max-width: 1100px;
        margin: 60px auto;
        padding: 50px;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        position: relative;
        overflow: hidden;
    }

    .about-section::before {
        content: "";
        position: absolute;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, #6c63ff40, transparent 70%);
        top: -50px;
        right: -50px;
        border-radius: 50%;
    }

    .about-section h1 {
        font-size: 36px;
        margin-bottom: 20px;
        background: linear-gradient(90deg, #6c63ff, #00c6ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
    }

    .about-section p {
        font-size: 17px;
        line-height: 1.8;
        margin-bottom: 18px;
    }

    .highlight {
        color: #6c63ff;
        font-weight: 600;
    }

    .mission-box {
        margin-top: 30px;
        padding: 25px;
        background: linear-gradient(135deg, #6c63ff, #00c6ff);
        color: white;
        border-radius: 15px;
        font-size: 16px;
        line-height: 1.7;
        box-shadow: 0 10px 25px rgba(108, 99, 255, 0.3);
    }

    @media (max-width: 768px) {
        .about-section {
            padding: 30px;
            margin: 30px 15px;
        }
        .about-section h1 {
            font-size: 28px;
        }
    }

    
.cloudsuite-wrapper {
  padding: 80px 20px;
  background: linear-gradient(135deg, #eef3ff, #f8fbff);
  font-family: 'Poppins', sans-serif;
}

.cloudsuite-container {
  max-width: 1200px;
  margin: auto;
}

.cloudsuite-header {
  text-align: center;
  margin-bottom: 60px;
}

.cloudsuite-title {
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
}

.cloudsuite-title span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  background: linear-gradient(90deg, #0078d4, #00b4d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cloudsuite-subtext {
  font-size: 17px;
  max-width: 750px;
  margin: 20px auto 0;
  color: #555;
  line-height: 1.7;
}

.cloudsuite-grid {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}

.cloudsuite-grid.reverse {
  flex-direction: row-reverse;
}

.cloudsuite-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.cloudsuite-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #0078d4;
}

.cloudsuite-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.cloudsuite-highlight {
  background: linear-gradient(135deg, #0078d4, #00b4d8);
  padding: 50px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 120, 212, 0.3);
}

.cloudsuite-highlight h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.cloudsuite-highlight p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto 15px;
}

.cloudsuite-tagline {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .cloudsuite-grid {
    flex-direction: column;
  }
}


.cloudsuite-contact-form {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

.cloudsuite-form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.cloudsuite-form-group label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #0078d4;
}

.cloudsuite-form-group input,
.cloudsuite-form-group textarea {
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid #ccc;
  outline: none;
  transition: all 0.3s ease;
}

.cloudsuite-form-group input:focus,
.cloudsuite-form-group textarea:focus {
  border-color: #00b4d8;
  box-shadow: 0 0 10px rgba(0, 180, 216, 0.2);
}

.cloudsuite-btn {
  background: linear-gradient(135deg, #0078d4, #00b4d8);
  color: #fff;
  font-weight: 600;
  padding: 14px 25px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}

.cloudsuite-btn:hover {
  background: linear-gradient(135deg, #00b4d8, #0078d4);
  box-shadow: 0 8px 20px rgba(0, 180, 216, 0.4);
}

@media (max-width: 768px) {
  .cloudsuite-contact-form {
    padding: 30px 20px;
  }
}
