    body {
      padding-top: 120px; /* space for fixed header */
      font-family: "Roboto", sans-serif;
    }
    /* Top Bar */
    .top-bar {
      background-image: linear-gradient(89deg, #FF7300 1%, #EC483E 100%);
      color: #fff;
      font-size: 14px;
      padding: 16px 4px;
    }
    .top-bar a {
      color: #fff;
      text-decoration: none;
      font-weight: 500;
    }
    .emails {
      font-size: 18px;
    }
    .btn-login, .btn-register {
      background: #fff;
      color: #000;
      border-radius: 20px;
      padding: 8px 20px;
      margin-left: 10px;
      font-size: 16px;
      font-weight: 500;
    }
    .btn-login i, .btn-register i {
      margin-right: 5px;
      color: #f25b0a;
    }

    /* Navbar */
    .heads {
      box-shadow: 0px 6px 98px -38px rgba(0, 0, 0, 0.5);
      padding: 16px 0;
    }
    .main_head li a {
      color: #000;
      font-weight: 400;
      font-size: 18px;
      padding: 12px 15px;
    }
    .main_head li a:hover,
    .main_head li a.active {
      background: #418DC9 !important;
      color: #fff !important;
    }

    /* Slider */
    .carousel-item img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    /* Stats Section */
    .stats-section {
      background: #f8f9fa;
    }
    .stats-wrapper {
      background: #fff;
      border-radius: 16px;
      padding: 30px;
    }
    .stats-wrapper h2 {
      font-size: 26px;
      line-height: 1.4;
    }
    .stat-box h3 {
      font-size: 28px;
      font-weight: 700;
      color: #f25b0a;
      margin-bottom: 8px;
      transition: transform 0.2s ease-in-out;
    }
    .stat-box h3:hover {
      transform: scale(1.1);
    }
    .stat-box p {
      font-size: 16px;
      font-weight: 500;
      color: #555;
      margin: 0;
    }
    .arrow {
      font-size: 40px;
      color: #418DC9;
    }
    @media (max-width: 768px) {
      .stats-wrapper h2 {
        font-size: 22px;
      }
      .stat-box h3 {
        font-size: 22px;
      }
      .arrow {
        display: none;
      }
    }

    @media (max-width: 576px) {
  .aatma_p span {
    font-size: 48px;
  }
}

.hero-section {
      text-align: center;
      padding: 60px 20px;
    }
    .hero-section h1 {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .hero-section h1 span {
      font-weight: 700;
      background: linear-gradient(to right, #007bff, #28a745, #ff6600, #dc3545);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .hero-section h3 {
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 30px;
    }
    .hero-section p {
    font-size: 22px;
    color: #444;
}
    .read-more-btn {
      background-color: #ff6600;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      padding: 10px 25px;
      border-radius: 6px;
      text-decoration: none;
      transition: 0.3s ease;
      display: inline-block;
      margin-top: 20px;
    }
    .read-more-btn:hover {
      background-color: #e65c00;
      color: #fff;
    }
    .hero-section h2{
      text-align: center;
    color: #232323;
    font-family: "Roboto", Sans-serif;
    font-size: 44px;
    font-weight: 400;
    margin: 0px;
    }
    .aatma_p{
      margin: 0px!important;
      margin-bottom: 0px!important;
    }
    /* Desktop */
.aatma_p span {
  text-align: center;
  color: #232323;
  font-family: "Roboto", Sans-serif;
  font-size: 82px;
  font-weight: 600;
  letter-spacing: -3px !important;
}

/* Mobile devices */
@media (max-width: 768px) {
  .aatma_p span {
    font-size: 48px !important;
    letter-spacing: -3px !important;
  }
  .hero-section h3 {
    
    font-size: 28px!important;
}
}
    .hero-section h3 {
    text-align: center;
    color: #232323;
    font-family: "Roboto", Sans-serif;
    font-size: 44px;
    font-weight: 700;
}


.services-section {
      padding: 60px 20px;
      text-align: center;
      background: #EFFFFA;
    }
    .service-card {
      border-radius: 15px;
      padding: 30px 15px;
      text-align: center;
      color: white;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      min-height: 150px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    }
    .service-card i {
      font-size: 32px;
      margin-bottom: 10px;
    }
    .service-card img{
      margin: auto;
    }


    .digital-seva {
      padding: 60px 20px;
    }
    .digital-seva h3 {
      font-weight: 700;
      margin-bottom: 20px;
    }
    .digital-seva ul {
      list-style: none;
      padding-left: 0;
    }
    .digital-seva ul li {
      margin-bottom: 12px;
      font-size: 16px;
    }
    .digital-seva ul li::before {
      content: "✔";
      color: #ff6600;
      margin-right: 8px;
      font-weight: bold;
    }
.cta-section {
    /* background: linear-gradient(90deg, #ff6600, #ff3300); */
    color: #fff;
    text-align: center;
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient(190deg, #FF7300 0%, #FF522F 76%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 0px 30px 0px;
    font-size: 44px;
}

.cta-section .btn {
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    background-color: #FF7300;
    border-radius: 8px;
    color: #fff;
}

/* Mobile version */
@media (max-width: 768px) {
    .cta-section {
        font-size: 24px; /* smaller text on mobile */
        padding: 20px 10px; /* optional smaller padding */
    }

    .cta-section .btn {
        font-size: 28px; /* keep button readable */
        margin-top: 10px; /* separate from text */
    }
    .advantage-section h3 {
    font-weight: 700;
    margin-bottom: 24px!important;
    font-size: 26px!important;
}
}

    .advantage-section {
      padding: 60px 20px;
      background: #eaf7ff;
      text-align: center;
    }
    .advantage-section h3 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 36px;
}
    .advantage-box {
      background: #fff;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      height: 100%;
    }
    .advantage-box img {
      height: 80px;
      /*width: 30px;*/
      margin-bottom: 15px;
    }
    .advantage-box h5 {
      font-size: 16px;
      font-weight: 400;
      color: #424242;
    }


/* Benefits */
    #benefits{background:#f7fafc}
    
    .benefit-card{
        border:0; 
        border-radius:0px; 
        overflow:hidden; 
        height:100%;   
    }
    
    .benefit-left{
        background:linear-gradient(135deg,#1f7bd8 0%, #1162b5 100%); 
        color:#fff;
    }
    
    .benefit-right{
        background:linear-gradient(135deg,#0d2a4a 0%, #0b1f37 100%); 
        color:#e7f1ff;
    }
    .benefit-item{
        position:relative; 
        padding-left:2rem; 
        margin-bottom:1rem;
    }
    .benefit-item:last-child{
        margin-bottom:0;
        
    }
    .benefit-item::before{content:""; position:absolute; left:.5rem; top:.6rem; width:.5rem; height:.5rem; border-radius:50%; background:#fff; opacity:.85}
    .benefit-item p{
        font-size:16px;
    }
    .section-title{
        font-weight:700;
    }
    
    
    /* Dark banner with background image */
#agent {
    padding:120px;
  /*position: relative;*/
  background: url('https://www.suhanasoftech.com/digital/images/Background-2-1.png') center/cover no-repeat;
  color: #f3f7ff;
  margin-top: 50px;
}

#agent h2 {
  font-size: 60px;
  font-style: italic;
}

#agent::before {
  content: "";
  position: absolute;
  /*inset: 0;*/
  background: rgba(6,46,87,0.8);
}

#agent .container {
  position: relative;
  z-index: 2;
}

#agent .badge {
  background: #0ea5e9;
}

.agent-img {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
#agent span{
    margin-bottom:20px;
}

/* Mobile view: hide background image, keep only dark color */
@media (max-width: 767.98px) {
  #agent {
    background: #062E57; /* solid dark color instead of image */
    padding:0px!important;
  }
}

#highlights{
    background-color:#F1FBFF;
}
.feature-card{
    border:none;
}
.card-img-top {
     border-top-left-radius: 0px; 
     border-top-right-radius: 0px; 
}
.card-body{
    background-color:#F1FBFF;
}

/* Blog Cards */
    .blog-card {
      border: none;
      /*border-radius: 0.5rem;*/
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform .3s ease;
    }
    .blog-card:hover {
      transform: translateY(-5px);
    }
.blogss{
    margin-top: -165px;
    background: #fff;
}
.more{
    background-color:#418DC9!important;
}

.india{
    width:100%;
}
.leads{
    font-size:18px;
}

#faq{
    background-color:#F8F8F8;
}

.about-section{
    margin-top:20px;
    background-color:#FCFCFC;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
}
.about-section p{
    font-size:15px!important;
}






footer {
      background: #fff;
      color: #333;
      font-size: 15px;
      border-top: 1px solid #ddd;
      position: relative;
    }
    footer .footer-top {
        background-color: #FFFFFF;
      padding: 30px 30px 30px 30px;
      text-align: center;
      background: url('https://suhanasoftech.com/digital/images/foo_bg.jpg'); /* faint bg pattern */
      background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    }
    .list-unstyled li a{
        text-decoration:none;
        color:#000;
    }
    footer .footer-top img {
      max-height: 60px;
    }
    footer h6 {
      font-weight: 600;
    }
    footer .social-icons a {
      font-size: 1.5rem;
      margin: 0 8px;
      color: #fff;
      display: inline-flex;
      width: 40px;
      height: 40px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }
    footer .social-icons .facebook { background: #1877f2; }
    footer .social-icons .twitter { background: #1da1f2; }
    footer .social-icons .youtube { background: #ff0000; }
    footer .social-icons .instagram { background: #e4405f; }
    footer .footer-bottom {
      background: #333;
      color: #eee;
      padding: 12px 0;
      font-size: 14px;
      text-align: center;
    }
    footer .footer-bottom a {
      color: #eee;
      text-decoration: none;
    }
    @media(max-width: 768px){
      footer .footer-top .row > div {
        margin-bottom: 20px;
      }
      .breadcrumb-bar{
          margin-top:60px!important;
      }
    }
    
    
    
/*About US Section*/

.breadcrumb-bar {
      background-color: #418DC9;
      padding: 12px 0;
      color: #fff;
      margin-top: 35px;
    }
    .breadcrumb-bar a {
      color: #fff;
      text-decoration: none;
      font-weight: 600;
    }
    .breadcrumb-bar a:hover {
      text-decoration: underline;
    }
    .about-section {
      padding: 40px 15px;
    }
    .about-section h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }
    .about-section p {
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 18px;
    }
    .mission-vision{
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-top: 15px;
    margin-bottom: 15px;
    }
    
    
   /*Digital Seva Services */
    
.section-title {
      font-weight: bold;
      margin: 30px 0 15px;
    }
    .service-item {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px;
      background: transparent;
      margin-bottom: 12px;
      transition: 0.3s;
      font-size:14px;
    }
    .service-item:hover {
      color: #3b82c4;
    }
    .circle-icon {
      width: 16px;
      height: 16px;
      border: 2px solid #000;
      border-radius: 50%;
      flex-shrink: 0;
    }
    


.contact-section {
      padding: 40px 20px;
    }
    .contact-title {
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 10px;
    }
    .contact-subtitle {
      color: #555;
      margin-bottom: 30px;
    }
    .form-control {
      border-radius: 4px;
      margin-bottom: 15px;
    }
    .btn-submit {
      background: #0d6efd;
      color: white;
      border-radius: 4px;
      padding: 10px 20px;
      border: none;
    }
    .btn-submit:hover {
      background: #0b5ed7;
    }
    .contact-info {
      background: #fff;
      padding: 20px;
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    iframe {
      border: 0;
      width: 100%;
      height: 200px;
      border-radius: 6px;
      margin-top: 15px;
    }
    
    
.content-section .divsss {
    color:#282828;
    padding: 10px 15px 10px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DEDEDE;
    text-align: left !important;
    font-size: 22px;
    font-weight: 400;
}