/* 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:#050e42;
    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;
    color: white;
    margin-bottom:8px;
}

.price{
    font-size:20px;
    font-weight:700;
    color:#ffffff;
    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:#000000;
    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;
}