body {
    min-height: 100vh;
    background: linear-gradient(135deg, #050F24 0%, #0B1B3A 100%);
  }
  
  
  .hero-section {
    color: #fff;
  }
  
  /* Navbar */
  .navbar {
    padding: 20px 0;
  }

  .navbar-toggler {
    padding: 0 !important;
    border: 0;
    outline: 0;
  }

  .navbar-toggler:focus {
    outline: 0;
    border: 0;
    box-shadow: none !important;
  }
  
  .navbar-brand {
    font-size: 20px;
    color: rgb(255, 255, 255);
    letter-spacing: -0.02em;
    margin-right: 0 !important;
    font-weight: bold;
  }
  
  .nav-link {
    margin: 0 8px;
  }
  
  .nav-link:hover {
    color: #2563eb;
  }
  
  
  .heading-xl {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 24px;
  }
  
  .hero-section h1 {
    font-size: 75px;
}
  
  .hero-content h4 {
    margin-top: 10px;
    font-weight: 500;
    color: #d6ddff;
  }
  
  .hero-content p.heading-md {
    /*font-size: 1.875rem;*/
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    opacity: 0.9;

  }
  
  /* Buttons */
  .hero-buttons .btn {
    padding: 12px 28px;
    border-radius: 8px;
  }
  
  /* Features */
  .features {
    margin-top: 60px;
  }
  
  .feature-box {
    text-align: center;
  }
  
  .feature-box i {
    font-size: 28px;
    background: rgba(255, 255, 255, 0.08);
    padding: 18px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .feature-box p {
    font-size: 14px;
    color: #dce2ff;
  }

  /* Light section background */
.section-light {
    background-color: #f8fafc;
  }
  
  /* Section spacing */
  .pricing-intro {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  /* Heading */
  .heading-lg {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0f172a; /* dark-text */
  }
  
  /* Paragraph text */
  .intro-text {
    font-size: 1.125rem; /* text-lg */
    line-height: 1.7;
    color: #64748b;
  }
  .pricing-intro .intro-text {
    font-size:21px;
  }

  /* Section spacing */
.brand-systems {
    padding: 4rem 0;
  }
  
  /* Subtitle */
  .section-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
  }
  
  /* Cards */
  .card-saas {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    position: relative;
  }
  
  /* Popular card */
  .card-popular {
    border: 2px solid #2563eb;
  }
  .popular-badge {
    background: #2563eb;
    color: #fff;
    padding: 6px 14px;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.375rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  
  /* Pricing */
  .price-box {
    margin: 0px 0 25px;
  }
  .price-display {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0f172a;
  }
  .price-note {
    font-size: 0.875rem;
    color: #64748b;
  }
  
  /* Feature list */
  .feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 32px;
  }
  .feature-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    color: #0f172a;
    position: relative;
    padding: 0 0 0 30px;
  }

  .feature-list li:before{content: "";position: absolute;left:0;top: 3px;height: 20px;width: 20px;background: url(../images/check.svg)no-repeat #2f7bff1a;border-radius: 50%;background-position: 4px 4px;}

  .checkmark {
    width: 22px;
    height: 22px;
    background: #e0f2fe;
    color: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
  }
  
  /* Payment buttons */
  .payment-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .btn-payment {
    background: #fff; padding: 16px 24px;
    border-radius: 8px;
    text-align: left;
    border: 1px solid #e3e7ee;
  }
  
  .brand-systems .btn-payment p {margin-bottom:0;}
  
  .btn-payment span {
    display: block;
    font-size: 0.85rem;
    color: #64748b;
  }

  .btn-payment h5 {
    font-size: 16px;
}
  
  /* Payment info box */
  .payment-info {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    max-width: 100%;
    margin: 60px auto 0;
    width: 890px;
  }
  .payment-info h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
  }
  .payment-info p {
    font-size: 0.875rem;
    color: #64748b;    margin: 0;
    padding: 0;
  }
  .payment-info .note {
    font-size: 0.85rem;
    color: #64748b;
  }


  .how-it-works {
    padding: 80px 20px;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .how-it-works h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #0b0f19;
  }
  
  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
  }
  
  .step-card {
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 12px;
    padding: 32px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
  }
  
  .step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
  .step_card_right {
    padding: 0 0 0 25px;
}
#how-it-works .container {
    max-width: 1210px;
}
  .icon-box {
    width: 48px;
    height: 48px;
    background: #eef4ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    margin-bottom: 0px;
    align-content: center;
    flex-wrap: wrap;
  }
  
  .step-number {
    font-size: 48px;
    font-weight: 700;
    color: #2f7bff;
    opacity: 0.1;
  }
  
  .step-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0b0f19;    line-height: 1.3;
  }
  
  .step-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #5b6475;    margin: 0;
  }














  .section-light {
    background: #f8fafc;
  }
  
  /* Headings */
  .heading-lg {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0f172a;
  }
  
  .heading-sm {
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
  }
  
  /* Card */
  .card-saas {
    background: #fff;
    border-radius: 14px;
    padding: 32px 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    position: relative;
  }
  
  /* Popular Card */
  .card-popular {
    border: 1px solid #2563eb;
    position: relative;
    box-shadow: 0 4px 16px rgba(47, 123, 255, 0.15);
  }
  

 
/* Dark Section */
.section-dark {
    background: linear-gradient(135deg, #020617, #020617);
  }
  
  /* CTA Text */
  .cta-text {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
  }
  
  /* CTA Button */
  .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    font-weight: 600;
    border-radius: 30px;
  }
  

  .section-dark {
    background-color: #020617;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  
  .footer-links a:hover {
    opacity: 0.8;
  }
  
  .border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
  
  .text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  /* Header base */
.header-main {
    transition: all 0.3s ease;
    background: transparent;
  }
  
  /* Navbar spacing */
  .navbar {
    min-height: 80px;
  }
  
  /* Links */
  .navbar .nav-link {
    font-weight: 500;
    opacity: 0.9;
  }
  
  .navbar .nav-link:hover {
    opacity: 0.8;
  }
  
  /* On scroll background */
  .header-main.scrolled {
    background: rgba(2, 6, 23, 0.95);
    backdrop-filter: blur(10px);
  }
  
 
  /* ================================
   Core Container (SOURCE OF TRUTH)
================================ */
.container-saas {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  
 
  
  /* ================================
     Sections
  ================================ */
  .section-light {
    background-color: #f6f8fb;
    padding: 5rem 0;
  }
  
  .section-dark {
    background-color: #020617;
    padding: 4rem 0 2rem;
    background: linear-gradient(135deg, var(--navy-gradient-start) 0%, var(--navy-gradient-end) 100%);
  }
  
  /* ================================
     Header / Navbar
  ================================ */
  .header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    background: transparent;
  }
  
  .header-main.scrolled {
    background: rgba(2, 6, 23, 0.95);
    backdrop-filter: blur(10px);
  }
  
  .navbar {
    min-height: 80px;
    padding: 0;
  }
  
  .navbar .nav-link {
    font-weight: 500;
    color: #ffffff;
    opacity: 0.9;
    transition: opacity 0.2s ease;
  }
  
  .navbar .nav-link:hover {
    opacity: 0.8;
  }
  .main-logo svg {
    margin: 0 12px 0 0;
}



  
  /* ================================
     Buttons
  ================================ */
  .btn-primary {
    background-color: #2f7bff;
    border-color: #2f7bff;
    font-weight: 500;
    padding: 14px 32px;
    border-radius:8px;
  }
  
  .btn-primary:hover {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
  }
  
  /* ================================
     Typography Helpers
  ================================ */
  .heading-lg {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .text-lg {
    font-size: 1.05rem;
    line-height: 1.7;
  }
  
  .text-xl {
    font-size: 1.15rem;
  }
  

  
  
  /* ================================
     Utility (Safe & Minimal)
  ================================ */
  img {
    max-width: 100%;
    height: auto;
  }
  
  a {
    text-decoration: none;
  }

  /* ===== HERO SECTION ===== */
.hero-section {
    padding: 5rem 0;
  }

  .hero-section .hero-content  {
    max-width: 56rem;
  }

  /*.header-section {*/
  /*  background: linear-gradient(135deg, #050f24 0%, #0b1b3a 100%);*/
  /*}*/
  
  
  .heading-md {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 500;
  }
  
  /* Description */
  
  /*.hero-description {*/
  /*  color: rgba(255, 255, 255, 0.7);*/
  /*  max-width: 700px;*/
  /*  margin: 0 auto 2.5rem;*/
  /*  font-size: 1.35rem;*/
  /*  line-height: 1.4;*/
  /*}*/
  
  
  .hero-description {
    color: rgba(255, 255, 255, 0.7);
    max-width: 900px;
    margin: 0 auto 2.5rem;
    font-size: 22px;
    line-height: 1.4;
}
  
  
  
  
  /* Buttons */
  .btn-primary-custom {
    background-color: #2f7bff;
    border-color: #2f7bff;
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 8px;
    color: #fff;
  }
  .hero-section .button_bx .btn {
    font-size: 18px;
}
  .btn-primary-custom:hover {
    background-color: #7a9df0;
  }
  
  .btn-secondary-custom {
    border-color: #2f7bff;
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 8px;
    color: #fff;
    background: #ffffff1a;
    border: 1px solid #ffffff33;
  }
  
  .btn-secondary-custom:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  
  /* Features */
  .hero-features {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .feature-item {
    text-align: center;
  }
  
  .feature-icon {
    width: 65px;
    height: 65px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    color: #8faeff;
  }
  
  .feature-icon svg {
    width: 32px;
    height: 32px;
}
  
  .feature-item p {
    color: #fff;
    /*font-size: 0.9rem;*/
    font-size:18px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .bg-white {background-color: #f6f8fb !important;}
  .button_bx{ margin-bottom: 40px; }
  

  .portfolio-section {
    background: #f8fafc;
    padding: 6rem 0;
  }
  
  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
  }
  .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 225px;
}
  
  .feature-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 0.95rem;
  }
  

    .feature-list li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        background: #e0edff;
        color: #2563eb;
        border-radius: 50%;
        font-size: 12px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .portfolio-section .section-subtitle {
        margin: 0 0 20px;
    }
  
  .portfolio-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
  }
  
  .portfolio-card img {
    max-width: 100%;

    object-fit: contain;

    height: 210px;
  }
  
  .view-portfolio {
    font-size: 0.95rem;
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
  }
  
  .view-portfolio:hover {
    text-decoration: underline;
  }
  


  /* ================================
     Footer
  ================================ */
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  
  .footer-links a:hover {
    opacity: 0.8;
  }
  
  footer .border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
  
  footer .text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
  }


/*tabbing-switch-css*/


.pricing-section{text-align:center;padding:60px 20px; background-color: #f6f8fb;}
.pricing-intro a {font-size: 21px;}
.subtitle{color:#5a6b8a;margin-bottom:30px}
.toggle{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:50px}
.toggle span{font-weight:600}
.switch{position:relative;width:50px;height:26px}
.switch input{opacity:0}
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#cfd8e3;border-radius:20px}
.slider:before{content:'';position:absolute;height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}
.pricing-section input:checked + .slider:before{transform:translateX(24px)}
.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:1100px;margin:auto}
.pricing-section .card{background:#fff;padding:30px;border-radius:16px;border:1px solid #e3eaf3;text-align:left}
.pricing-section .card h3{margin-top:0}
.pricing-section .price{font-size:32px;font-weight:700}
.period{color:#6b7a90}
.pricing-section ul{padding-left:0px}
.pricing-section ul li{margin:12px 0; position: relative; list-style: none; padding-left: 28px;}
.pricing-section ul li:before {
  content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #e0edff;
    color: #2563eb;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-section button{width:100%;padding:14px;border:none;border-radius:10px;background:#377dff;color:#fff;font-size:16px;cursor:pointer}
.recommended{border:2px solid #377dff;position:relative}
.badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#377dff;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px}
.pricing-section .pricing-cards {
  display: none;
} 

.pricing-section .pricing-cards.active {
  display: grid;
}

.navbar.sticky-active{ position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    /*background: #07132d;*/
     background: linear-gradient(135deg, #050f24 0%, #0b1b3a 100%); 
} 










/*responisve-starts*/

@media (max-width: 1240px) {
  .steps { grid-template-columns: repeat(2, 1fr); gap: 24px;}
}

@media (max-width: 1200px) {
  .section-light, .portfolio-section {
    padding: 3rem 0;
  }
  .pricing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-it-works h2 {
    margin-bottom: 25px;
  }
  .heading-lg {
    font-size: 30px;
  }

  .pricing-section h2 {
    font-size: 30px;
  }

  .how-it-works h2 {
    font-size: 30px;
  }

  .section-title {
    font-size: 30px;
  }

  .pricing-section .price {
    font-size: 30px;
  }

  .pricing-section .card h3 {
    font-size: 21px;
  }
}
.sidebar-close{display:none;}

  @media (max-width: 991px) {
    .navbar-collapse {
        background: #020617;
        padding: 20px;
        border-radius: 0px;
        margin-top: 0px;
            position: absolute;
    top: 61px;left:0;
    width: 100%;
    z-index: 1;
      }
  .pricing-section .pricing-cards.active {
    grid-template-columns: repeat(2, 1fr);
  }

.heading-xl {
  font-size: 2.8rem;
}

.hero-content p.heading-md {
  font-size: 1.3rem;
}

.hero-description {
  max-width: 100%;
  font-size: 1rem;
}

.btn-primary {
    padding: 11px 24px;
    font-size: 12px;
            margin-top: 6px;
}

.navbar .nav-link {
  font-size: 14px;
}


  #navMenu{
    position: fixed;
    top: 0;
    left:inherit;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #111;
    padding: 20px;
    transition: 0.3s;
    z-index: 1050;
    display: block !important;
  }

  #navMenu.show{
    right: 0;
  }

  body.menu-open{
    overflow: hidden;
  }

  .sidebar-close{
    position:absolute;
    top:0px;
    right:15px;
    font-size:28px;
    background:none;
    border:none;
    color:#fff;display:block;
    cursor:pointer;
  }

    .header-section .navbar-expand-lg .navbar-nav { padding-top: 60px;
    }




.arti_main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}


  }





  /* Responsive tweaks */
  @media (max-width: 767px) {
      .single_blog_main_top img {
    
    margin-bottom: 40px !important;
}
      .single_blog_content h2 {
    font-size: 30px !important;
}
    .heading-lg {
      font-size: 1.9rem;
    }
  
    .intro-text {
      font-size: 1rem;
    }

      .pricing-section .pricing-cards.active {
    grid-template-columns: repeat(1, 1fr);
  }

  .steps {  grid-template-columns: repeat(1, 1fr);}

  .heading-xl {
    font-size: 2.1rem;
  }

  .hero-content p.heading-md {
  font-size: 1.1rem;
}

.btn-primary-custom {
  font-size: 12px;
}

.btn-secondary-custom {
 font-size: 13px; 
}

.feature-item p {
  font-size: 12px;
}

.section-light, .portfolio-section {
  padding: 1rem 0;
}
.price-display {
  font-size: 2rem;
}
.step-card h3 {
  font-size: 20px;
}

.step-number {
  font-size: 30px;
}

.icon-box span {
  width: 100%;
  text-align: center;
}

.icon-box {
  width: 40px;
  height: 40px;
}

#how-it-works {
  padding-bottom: 3rem;
}

.payment-info {
      margin: 35px auto 0;
}

.toggle {
  margin-bottom: 30px;
}
  }
    


  @media (max-width: 575px) {
    .arti_main {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
    .container-saas {
        padding: 0 1rem;
      }
  
      .container {
          padding: 0 1rem;
        }
  
    
      .text-lg,
      .text-xl {
        font-size: 1rem;
      }
    .steps {
      grid-template-columns: 1fr;
    }
  
    .how-it-works h2 {
      font-size: 32px;
    }
    .heading-lg {
        font-size: 1.7rem;
      }
    
      .cta-text {
        font-size: 14px;
      }
      .card-saas {
        padding: 20px;
      }
    
      .price-display {
        font-size: 2rem;
      }
    
      .popular-badge {
        right: 16px;
        top: -12px;
      }

 
    .price-display {
      font-size: 2.2rem;
    }

    .heading-sm {
      font-size: 20px;
    }

        .heading-lg {
        font-size: 1.4rem;
    } 

    .pricing-intro {
      padding-bottom: 1rem;
    }

    .btn-payment {
      padding: 15px;
    }

    .payment-info {
      padding: 20px;
    }

    .pricing-section {
      padding-top: 28px;
    }

    .pricing-section h2, .how-it-works h2 {
      font-size: 24px;
    }
    .step-card {
      padding: 20px;
    }
    .section-title {
      font-size: 24px;
    }

    .cta-btn {
      font-size: 14px;
    }

    .portfolio-section {
      padding: 2rem 0;
    }

    .steps {
      gap: 15px;
    }

    .navbar-brand {
      font-size: 14px;
    }
    .hero-section {
      padding: 3rem 0;
    }
  }


@media (max-width: 360px) {
    .page-id-261 section#innerBlog .innerBlog_box {
    padding: 20px;
}
.blog_date_main {
    gap: 5px;
}
  .heading-xl {
    font-size: 1.8rem;
            margin-bottom: 10px;
  }

  .hero-content p.heading-md, .hero-description {
    font-size:14px;  
  }
 }
 
 
 
 
 /*kinnari 11-03-2026*/
 
 .innerBlog_cntBox {
    display: flex;
}
.page-id-261 section#innerBlog {
    background: #F6F8FB;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.page-id-261 section#innerBlog .blogCategoryTabs {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px !important;
}
.page-id-261 section#innerBlog .blogCategoryTabs a.catTab {
    font-weight: 500;
    background: #fff;
    padding-block: 10px;
    padding-inline: 20px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #0A1020;
    border: 1px solid #E3E7EE;
}
.page-id-261 section#innerBlog .blogCategoryTabs a.catTab.active {
    background: #2F7BFF;
    color: #fff;
}
.page-id-261 section#innerBlog .innerBlog_box {
    padding: 2rem;
    border: 1px solid #E3E7EE;
}
.page-id-261 section#innerBlog .innerBlog_box .innerBlogImg img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #E3E7EE;
}
.page-id-261 section#innerBlog .innerBlogCnt {
    padding: 0;
    margin-top: 24px;
}
.page-id-261 section#innerBlog .innerBlogCnt span.blogCategory a {
    padding-inline: 12px;
    padding-block: 4px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 500;
    color: #2F7BFF;
    background: rgba(47, 123, 255, 0.1);
    /* margin-bottom: 12px; */
    /* float: left; */
}
.page-id-261 section#innerBlog .innerBlogCnt span.blogCategory {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.page-id-261 section#innerBlog .innerBlogCnt a.innerBlogTitle {
    margin-bottom: 12px;
    color: #0A1020;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}
.page-id-261 section#innerBlog .innerBlogCnt p {
   
    margin-bottom: 16px;
    color: rgb(100, 116, 139);
    line-height: 1.6;
}
.page-id-261 .innerBlogLink {
    font-size: 16px;
   
    font-weight: 500;
    display: flex;
    gap: 8px;
}
.blog_date_main {
    color: rgb(148, 163, 184);
    font-size: 14px;
    display: flex;
    gap: 16px;
 align-items:center;
    margin-bottom: 16px;
}
.blog_det, span.hero_auther {
    display: flex;
    align-items: center;
    gap: 6px;
}
.blogPagination .page-numbers {
    background: #fff;
    border: 1px solid #E3E7EE;
    font-weight: 500;
    padding-block: 8px;
    padding-inline: 16px;
    font-size: 16px;
    border-radius: 12px;
    color: #0A1020;
}
span.page-numbers.current {
    background: #2F7BFF !important;
    color: #fff;
    border: 1px solid #2F7BFF !important;
}
.page-id-261 section.section-dark.py-5 {
    background: linear-gradient(135deg, #050F24 0%, #0B1B3A 100%);
    
}
.page-id-261 section.section-dark.py-5 h2{padding-top:80px;}
footer {
    background: linear-gradient(135deg, #050F24 0%, #0B1B3A 100%) !important;
}
.single-post .hero-section .hero-content {
    max-width: 768px;
}
.single-post .hero-section .hero-content  h1 {
    font-size: 75px;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}
.blog_date_main.single_blog {
    justify-content: center;
    margin-bottom: 32px;
    gap: 24px;
    color: rgba(255, 255, 255, 0.7);
    flex-wrap: wrap;
    font-size: 16px;
}
.sinlge_blog.single_blog_new {
    background: #F6F8FB;
    padding-top: 3rem;
    padding-bottom: 3rem;
    /* padding: 5rem 0; */
}
.single_blog_main_top img {
    max-width: 896px;
    margin: 0 auto;
    float: unset;
    display: flex;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #E3E7EE;
    height: 502px;
    object-fit: cover;margin-bottom:80px;
}
.single_blog_content {
    max-width: 768px;
    margin: 0 auto;
}
.single_blog_content div {
    margin-bottom: 48px !important;
}
.single_blog_content p {
    color: rgb(100, 116, 139);
    line-height: 1.8;
    font-size: 1.125rem;
   
}
.single_blog_content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
    color: #0A1020;
}
.single_blog_content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 16px !important;
    color: #0A1020;
}
.sinlge_blog_new_related {
    background: #fff;
    padding: 80px 0px;
}
.sinlge_blog_new_related .container {
    max-width: 896px;
    margin: 0 auto;
}
.sinlge_blog_new_related .container h3 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 32px;
}
.arti_main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.related-post-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E3E7EE;
    padding: 2rem;
    transition: all 0.2s ease;
}
.related-post-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
    border: 1px solid #E3E7EE;
    margin-bottom: 16px;
}
.arti_main span.post-date {
    display: none;
}
.arti_main h4.post-title a,.arti_main h4{
    color: #0A1020;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
}
.arti_main p.post-excerpt {
    color: rgb(100, 116, 139);
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 16px;
}
a.read-more {
    color: #2F7BFF;
    font-weight: 500;
    font-size: 14px;
}
.redy {
    background: linear-gradient(135deg, rgba(5, 15, 36, 0.97) 0%, rgba(15, 30, 60, 0.95) 100%);
    padding: 2rem;
    border-radius: 12px;
}
.redy .row.justify-content-center {
    margin-bottom: 0px !important;
}
.redy h2.heading-lg.text-white.mb-4 {
    margin-bottom: 16px;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.3;
}
.redy a.btn.btn-primary.btn-lg.cta-btn {
    font-size: 16px !important;
}
.redy .text-center {
    margin-bottom: 0px !important;
}
.sinlge_blog_Brand.single_blog_new_brand {
    background: #f6f8fb;
    text-align: center;
    padding-bottom:3rem;
}
.sinlge_blog_Brand.single_blog_new_brand h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 24px;
    color: #0A1020;
}
.sinlge_blog_Brand.single_blog_new_brand a {
    font-size: 14px;
    font-weight: 700;
}