/*==================================================
============== Buttons css
==================================================*/
.theme-btn {
    position: relative;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Host Grotesk';
}
ul.navmenu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.navmenu li a {
  text-decoration: none;
  color: #143463;
  font-weight: 500;
  font-size: 16px;
}

.primary-btn {
	background: #1F3A93;
	color: #fff;
}
.primary-btn:hover {
	background: #1f3373;
	color: #fff;
}
.secondary-btn {
	background: rgb(31 58 147 / 15%);
	color: #1F3A93;
}
.secondary-btn:hover {
	background: rgb(31 58 147 / 30%);
	color: #1F3A93;
}
.header-buttons .theme-btn {
  padding: 12px 24px;
  font-size: 14px;
}

 .pill-label {
       display: inline-block;
    padding: 8px 20px;
    border: 1px solid #cfd3da;
    border-radius: 50px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    }
    .top-bar{
      background-color: #f8f8fa;
     
      font-family: Host Grotesk;
      line-height: 24px;
      font-size: 16px;
      font-weight: 500;
    }
    .top-bar a{
      color:#25224D;
    }
    /* Make Bootstrap’s vr (vertical rule) bigger/taller */
.vr {
  width: 1px;
  background-color: #ccc; /* your desired color */
  min-height: 120px; /* adjust height */
}
.hero-content h1{
  font-size: 60px;
  line-height: 60px;
  color: #01355C;
}
.feature-card.active {
  background: linear-gradient(135deg, #304a8f 0%, #2c5bb3 60%, #4666b8 100%);

  transition: background 0.3s ease;
  border-radius: 10px; /* optional, keep consistent styling */
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}
.feature-card.active p{
  color:#FFF;
}

.explore-btn span{
  font-size: 18px;
    font-weight: 700;
    offset: 25%;
    text-decoration: underline;
}


.starter-section {
  /* Add your styles here */
}


/*  .btn-login{
   background:  #d8dceb;

    color: #1f3a93;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
  }
      .btn-login:hover{
     
      color: #1f3a93;
*/
    
  .cnt{
    font-weight: bold;
  }




.inline-image {
  width: 90px;   
  height: 45px;  
  object-fit: cover;
  border-radius: 120px; 
}
.hero-image-text {
  display: flex;
  align-items: center;    
 
  gap: 10px;              
  margin-bottom: 15px;     
}


.offer-css{
padding: 0px 10rem 0 10rem;
    color: #00001B80;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.features{
  background:#f8f8fa;
}


.innovator-css{
  line-height: 40px;
}


 /* Gray background for the full section */
.explore-section {
  background-color: #f8f8fa; 
  padding: 10px 0px 60px 0px;
  display: flex;
  justify-content: center;
}

/* Blue Card */
.explore-card {
    background: linear-gradient(154deg, #1f3a93 0%, #6e88dd 61%, #1f3a93 90%);
    color: white;
    padding: 60px 0px;
    border-radius: 40px;
    max-width: 1320px;
    width: 100%;
    background: url('https://crystalatlas.atoatechnologies.website/public/assets/img/bg-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* Heading */
.explore-card h2 {
      font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 10px;
    color: #fff;
}

/* Subtitle */
.explore-card p {
   font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
    color: #f0f0f0;
    padding: 0 10rem 0 10rem;
    text-align: center;
    
}

/* Divider and Button Container */
.divider-with-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

/* Divider lines */
.divider-with-button .line {
  flex: 1;
  height: 1px;
  background-color: #ffffff2e;
}

/* Button style */
.explore-btn {
  background-color: rgb(191 186 186 / 15%);
  color: #ffffff;
      padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s 
ease;
    font-weight: 400;
    line-height: 28px;
}

.explore-btn:hover {
  background-color: rgb(191 186 186 / 15%);
  color: #FFF;
}


  .ask-css{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #00001B80;
    padding-left: 20px;

  }
  .ask-css li{
    margin-bottom: 14px;
  }






  /* Header Styling */
.custom-header {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 12px 0;
  z-index: 999;
}

/* Logo */
.custom-header .logo img {
  
}
.custom-header .logo-text {
  font-weight: 600;
  font-size: 1.1rem;
  color: #1434A4; /* deep blue */
}

/* Navigation */
.navmenu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.navmenu ul li a {
  text-decoration: none;
  color: #143463; /* medium-dark blue */
  font-weight: 500;
  /*font-size: 0.95rem;*/
}
.navmenu ul li a.active {
  font-weight: 600;
}

/* Buttons */
.header-buttons .btn {
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s ease;
}

/* Register now - dark blue button */
#header .btn-register,
#header .btn-login {
    padding: 12px 24px;
	font-size: 14px;
}

/* Responsive nav toggle (optional) */
.mobile-nav-toggle {
  display: none;
}

.features{
  padding: inherit;
}



.coverage-section {
  padding: 30px 0;
  background-color: #fff;
  
}

.section-title {
 
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 60px;
    font-size: 40px
}

.section-subtitle {
     font-size: 18px;
    line-height: 28px;
    color: #00001B80;
    margin-bottom: 30px;
    font-weight: 400;
}

.divider-line {
    width: 100%;
 
    margin: 0 auto 30px auto;
    border: none;
    border-top: 1px solid #00001B26;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 30px;
}

.stat-box {
  text-align: center;
}

.stat-box h3 {
    font-size: 48px;
    font-weight: 700;
    color: #01355C;
    margin-bottom: 5px;
    line-height: 60px;
}

.stat-box p {
    font-size: 20px;
    color: #1F3A93;
    margin: 0;
    line-height: 30px;
    font-weight: 500;
}


.image-box {
  background-color: #f4ede5; /* Light beige like your image */
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  max-width: 550px; /* Optional: limit width */
  aspect-ratio: 1 / 1; /* Keeps box square */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 350px;
}

.image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.footer h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #00001BE5 !important;
}
.footer .footer-links ul a {
     color: #00001B80;
    display: inline-block;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

.footer-links p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #00001B80;
}
.footer-contact p{
  font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #00001B80;
}
.btn-logins{
  background-color: #1F3A93;
    color: #FFFFFF;
    border: none;
    font-size: 18px !important;
    /* font-family: 'Host Grotesk'; */
    line-height: 24px;
        border-radius: 8px;
    padding: 15px 20px;

}
.btn-logins:hover{
   color: #FFFFFF;
}

.as-css{
      font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #00001B80 !important;
   
}
.contact-info h1{
font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #00001BE5;
}
.contact-info span{
  font-style: italic;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #00001B80;
    padding-top: 5px;
}

.form-label{
  font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #768292;
}
.form-select{
      background-color: #ffffff00 !important;
      color: #768292 !important;
}
.form-control{
  background-color: #ffffff00 !important;
}
.one-css a{
  color:#1F3A93 !important;
}


.icon-circle {
  background-color: white;
  border-radius: 50%;        /* Makes it a perfect circle */
  width: 48px;               /* Set a fixed size */
  height: 48px;
  display: flex;             /* Center icon inside */
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
}


/*login css*/
  .form-control::placeholder{
   color:  #94A3B8 !important;
  }

     .cards {
      width: 100%;
      max-width: 500px;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      background-color: #FFF;
    }

    .password-wrapper {
      position: relative;
    }

    .password-toggle {
      position: absolute;
      top: 68%;
      right: 15px;
      transform: translateY(-50%);
      cursor: pointer;
      color: #6c757d;
      font-size: 1rem;
    }

    .form-control {
      padding-right: 40px;
    }

    .btn-prim {
      width: 100%;
      padding: 15px;
      border-radius: 5px;
      background-color: #F1F5F9;
      margin: 30px 0px 0px 0px;
      color:#1f3a93 !important;
      font-weight: 500;
    }
  /*  .btn:hover{
       background-color: #1f3373 !important;
       color:#fff !important;
    }*/

    .form-check-label,
    .forgot-password,
    .register-link {
      font-size: 0.9rem;
    }

    .forgot-password,
    .register-link {
      color: #1F3A93;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    }

    .forgot-password:hover,
    .register-link:hover {
      text-decoration: underline;
      color:#000;
    }

    .login-css{
           background-color: #f8f9fa;
      min-height: calc(100vh - 100px); /* total height minus 50px top and bottom */
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 50px;
      padding-bottom: 50px;
      margin: 0;
    }

    .acc-css{
    color: #475569;
    font-weight: 500;
    line-height: 24px;
    }

   .register{

        font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #1F3A93;
    }
    .form-labels{
            font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #64748B;
    }

    .login-css form{
      margin-top:25px !important;
    }
     
     .control-css{
      padding: 12px 12px !important;
     }




/* register form*/

.res-login-css{

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #f4f6f9;
}
.form-container {
    background-color: white;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    width: 600px;
    text-align: center;
    margin-top: 40px;  /* Add 40px margin to the top */
    margin-bottom: 40px;  /* Add 40px margin to the bottom */
}

.form-heading {
      font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 38px;
}

.form-subheading {
      font-size: 16px;
    margin-bottom: 45px;
    color: #475569;
    line-height: 24px;
    font-weight: 500;
}

.form-login-link {
    color: #0056b3;
    text-decoration: none;
}
.form-login-link:hover {
     color: #000 !important;
}
.form-registration {
    width: 100%;
}

.form-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
    text-align: left;
}

.form-group.full-width {
    flex: 100%;
}

.form-label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-input, .form-select, .form-textarea {
    width: 100%;
    padding: 10px;
    margin-top: 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;

}

.form-textarea {
    resize: vertical;
    height: 100px;
}

.form-button {
      width: 100%;
    padding: 15px;
    border-radius: 5px;
    background-color: #F1F5F9;
    margin: 30px 0px 0px 0px;
    color: #1f3a93 !important;
    font-weight: 500;
    border: none;
}



.form-captcha {
    margin-top: 10px;
}


/*successfully submit*/

.custom-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 360px;
    width: 100%;
  }
/*
  .icon-wrapper {
    width: 60px;
    height: 60px;
    background: #5a6fcf;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }*/

/*  .icon-wrapper svg {
    width: 24px;
    height: 24px;
    fill: white;
  }
*/
  .title {
    font-weight: 600;
    color: #13294b;
    margin-bottom: 12px;
    font-size: 1.25rem;
  }

  .description {
    font-size: 0.875rem;
    color: #425466;
    margin-bottom: 25px;
    line-height: 1.4;
  }


@media(min-width: 992px) {
   .Success-css{
             padding-bottom:15rem;
  }

  }
 
/*  .btn-login {
    background-color: #203d9a;
    border: none;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 10px 0;
    border-radius: 5px;
    width: 100%;
    transition: background-color 0.3s ease;
    color: white;
  }

  .btn-login:hover {
    background-color: #152d6a;
  }*/















  .custom-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 50px 0;
  background-color: #f4f7fc;
}

.custom-box {
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.custom-box h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #1c2b5f;
}

.custom-box p {
  font-size: 14px;
  color: #555555;
  margin-bottom: 30px;
}

.custom-input-container {
  position: relative;
  margin-bottom: 20px;
}

.custom-label {
  font-size: 14px;
  text-align: left;
  display: block;
  color: #333333;
}

.custom-input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}

.custom-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.custom-button {
width: 100%;
    padding: 15px;
    border-radius: 5px;
    background-color: #F1F5F9;
    margin: 30px 0px 0px 0px;
    color: #1f3a93 !important;
    font-weight: 500;
    border: none;
}

.custom-button:hover {
background-color: #F1F5F9;
}

.explore-card {
    background: linear-gradient(154deg, #1f3a93 0%, #6e88dd 61%, #1f3a93 90%);
    color: white;
    padding: 60px 0px;
    border-radius: 40px;
    max-width: 1320px;
    width: 100%;
    background: url('https://crystalatlas.atoatechnologies.website/public/assets/img/bg-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#features-2{
    background-color: #fff;;
}
#features-2 .section-title {
    padding: 0;
    margin-bottom: 40px;
}
.hero-wrapper {
    display: grid;
    gap: 8%;
    grid-template-columns: 48% 44%;

	align-items: center;
}
@media(max-width: 1199px) {
	.hero-wrapper {
	    gap: 6%;
	    grid-template-columns: 46% 48%;
	}
}
@media(max-width: 767px) {
	.hero-wrapper {
	    display: block;
	    gap: 5%;
	    grid-template-columns: 100% 100%;
	}
	.hero-content h1{
  font-size: 26px;
  line-height: 35px;
}
#navmenu {
	display: none;
}
.logo img {
	height: 30px;
}
.header-buttons.ms-5.d-flex.gap-2 {
	margin-left: 2px !important;
}
#header .btn-register, #header .btn-login {
	padding: 10px 10px;
	font-size: 12px;
}
.offer-css ,.explore-card p{
	padding: 0px 10px 0 10px;
}
.section-title {
	font-size: 34px;
}
.coverage-section .section-title {
	line-height: 44px;
}
}


/* user dashboard starts */
.btn.action-outline-btn {
  background: ;
  background: #dce0ee;
  border-radius: 12px;
  width: 47px;
  height: 47px;
  padding: 0px;
}
.main-container{
          background-color: #f4f7fc;
          padding: 50px 0px 50px 0px;
    }

    .profile-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .gradient-bg {
      background-image: url("../img/prifile-bg.svg");
      height: 100px;
      position: relative;
      background-size: cover;
     background-position: center;
    }
    .ms-css{
         width: 100%;
    }

    .profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    left: 1rem;
    object-fit: cover;
    top: 65px;
    }

    .profile-content {
     padding: 2rem 2rem 2rem 10rem;
    }

    .profile-btn {
       background-color: #f0f4ff;
    border: none;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: 500;
    width: 50%;
    color: #1f3a93 !important;
    }

.btn.btn-back-option.back-link {
  background: #fff;
  border: 1px solid #07202126;
  border-radius: 12px;
  /*! width: 53px; */
  /*! height: 53px; */
  border-radius: 12px;
  border-width: 1px;
  opacity: 1;
  padding: 10px;
  margin-right: 7px;
}
.btn.export-btn {
  background: #dee2ef;
  color: #1f3a93;
}
.btn-cls-sme {
  padding: 10px 20px;
}
.subscription-card {
  background: #fff;
}
.subscription-card p {
  width: ;
  margin: 0 auto;
  font-size: 13px;
}
    .profile-btn:hover {
      background-color: #dbe6ff;
    }

    .subscription-card {
    /*  background-color: #fff;
      border-radius: 12px;
      padding: 2rem 1rem;*/
      text-align: center;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    }

    .subscribe-btn {
      background-color: #1f3a93;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 8px;
      font-weight: 500;
    }

    .subscribe-btn:hover {
      background-color: #003fa3;
    }


     .table-section {
      background-color: #ffffff;
      border-radius: 16px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      padding: 20px;
      margin-top: 30px;
    }

    .table-title {
      font-weight: 600;
      font-size: 1.25rem;
      margin-bottom: 20px;
/*      border-bottom: 1px solid #E2E2E5;*/
    }

    .table-responsive-wrapper {
      /* On small screens allow horizontal scroll */
      overflow-x: auto;
    }

    .product-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
    }

    .product-table thead tr {
      background-color: #fff4f0;
    }

    .product-table thead th {
      color: #EF8856;
      font-weight: 600;
      padding: 12px;
/*      white-space: nowrap;*/
      font-size: 14px;
    }

    .product-table tbody td {
      padding: 12px;
      font-size: 14px;
      vertical-align: middle;
      color: #333;
      white-space: nowrap;
    }

    .product-table tbody tr:not(:last-child) {
      border-bottom: 1px solid #eee;
    }

    .action-btn {
      background-color: #204fcf;
      color: white;
      border: none;
      border-radius: 20%;
      width: 32px;
      height: 32px;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .action-btn:hover {
      background-color: #183b9c;
    }

    @media (max-width: 768px) {
      .product-table {
        min-width: 1000px; /* triggers scroll on small screens only */
      }
      .profile-content {
    padding: 7rem 1rem 3rem;
}
    }


/* user dashboard ends */

/* products details starts */

.back-link {
            color: #6c757d;
            text-decoration: none;
            font-size: 0.9rem;
        }
        
        .back-link:hover {
            color: #495057;
        }
        
        .download-btn {
            background-color: #1434a4;
            border: none;
            padding: 0.5rem 1rem;
            border-radius: 0.375rem;
            color: white;
            font-size: 0.875rem;
            font-weight: 500;
        }
        
        .export-btn {
            background-color: #c5d2ff;
            border: none;
            padding: 0.5rem 1rem;
            border-radius: 0.375rem;
            color: #4c6ef5;
            font-size: 0.875rem;
            font-weight: 500;
        }
        
        .content-card {
            background-color: white;
            border-radius: 0.5rem;
            border: 1px solid #e9ecef;
            padding: 0;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .field-row {
            border-bottom: 1px solid #e9ecef;
        }
        
        .field-row:last-child {
            border-bottom: none;
        }
        
        .field-cell {
            border-right: 1px solid #e9ecef;
            padding: 1.5rem;
        }
        
        .field-cell:last-child {
            border-right: none;
        }
        
        .field-label {
            font-size: 0.875rem;
            font-weight: 500;
            color: #D8A03A;
            margin-bottom: 0.5rem;
        }
      .field-label-new{
            font-size: 0.875rem;
            font-weight: 500;
            color: hsl(120deg 49.48% 61.96%);
            margin-bottom: 0.5rem;
      }
        .field-value {
            font-size: 0.875rem;
            color: #475569;
            font-weight: 400;
        }
        .text-red{
          color:#EF8856;
        }
        @media (max-width: 768px) {
            .field-cell {
                border-right: none;
                border-bottom: 1px solid #e9ecef;
                padding: 1.5rem;
            }
            
            .field-row .field-cell:last-child {
                border-bottom: none;
            }
            
        
            .download-btn, .export-btn {
                padding: 0.75rem 1.25rem;
                font-size: 0.9rem;
            }
            
            .content-card {
                margin: 0 -15px;
                border-radius: 0;
                border-left: none;
                border-right: none;
            }
            
            .container-fluid {
                padding-left: 15px;
                padding-right: 15px;
            }
            
            .long-text {
                font-size: 0.8rem;
                line-height: 1.4;
            }
            .text-end{
              text-align: left !important;
              margin-top: 10px;
            }
        }
        
        .status-applied {
            color: #198754;
            font-weight: 500;
        }
        
      
        
        .status-refused {
            color: #dc3545;
            font-weight: 500;
        }
        
     
        
        .na-text {
            color: #6c757d;
            font-style: italic;
        }
        
        .separator-line {
            border-top: 1px solid #e9ecef;
            margin: 2rem 0;
        }
        
        .long-text {
            line-height: 1.5;
            color: #495057;
        }

        .product-css{
          padding: 100px 0px 50px 0px;
          background-color: #f8f9fa;
        }
/* products details ends */


/* Profile (left) */
    .profile-cover {
     background-image: url("../img/prifile-bg.svg");
      height: 110px;
      background-size: cover;
    }
    .profile-image {
      width: 90px;
      height: 90px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #fff;
      margin-top: -45px;
      margin-left: 1.5rem;
    }
    .profile-info {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: 0 1rem 1rem;
      flex-wrap: wrap;
      #1434a4
    }
    .profile-info a{
      color: #1434a4 !important;
    }
    .profile-info-text {
      flex: 1;
    }
    .change-image {
      display: inline-block;
      font-size: .85rem;
      margin-left: 1.5rem;
      margin-top: -.5rem;
      text-decoration: underline;
      margin-bottom: 1rem;
    }

    /* Right form */
    .form-card {
      padding: 1.5rem;
    }
    .form-card label {
      font-size: .9rem;
      font-weight: 500;
    }
    .btn-save {
      background-color: #1f3a93;
      color: #fff;
    }
    .btn-logout {
      background-color: #fee;
      color: #d9534f;
      border: none;
    }


     .profile-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-bottom: 30px;
  }

  .icon-bg {
    background-color: white;
    border-radius: 20%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
  }

  .icon-bg svg {
    fill: #333;
    width: 16px;
    height: 16px;
  }

.main-box-css{
       background-color: #f8f9fa;
       padding: 20px 0px 0px 0px;
    }
    span.text-muted.small{
      margin-right: 50px;
    }
    /* Tabs */
    .tabs-wrap {
      
  
      flex-wrap: wrap;
      gap: .75rem;
    }
    .tabs-wrap .nav-link {
      background-color: #fff;
      border-radius: 50rem;
      padding: .5rem 2rem;
      border: 1px solid #dee2e6;
      color: #000;
      display: flex;
      align-items: center;
      gap: .3rem;
    }
    .tabs-wrap .nav-link.active {
      background-color: #1434a4;
      color: #fff;
    }

    /* Main white container */
    .profile-container {
      background-color: #fff;
      border-radius: .75rem;
      box-shadow: 0 2px 6px rgba(0,0,0,.05);
      padding: 1.5rem;
    }

    /* Inner boxes */
    .inner-box {
      background-color: #fff;
      border-radius: 22px;
      box-shadow: 0 0px 0px 2px rgba(0,0,0,.05);
      overflow: hidden;
    }

    /* Profile (left) */
    .profile-cover {
     background-image: url("../img/prifile-bg.svg");
      height: 110px;
      background-size: cover;
    }
    .profile-image {
      width: 90px;
      height: 90px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #fff;
      margin-top: -45px;
      margin-left: 1.5rem;
    }
    .profile-info {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: 0 1rem 1rem;
      flex-wrap: wrap;
      #1434a4
    }
    .profile-info a{
      color: #1434a4 !important;
    }
    .profile-info-text {
      flex: 1;
    }
    .change-image {
      display: inline-block;
      font-size: .85rem;
      margin-left: 1.5rem;
      margin-top: -.5rem;
      text-decoration: underline;
      margin-bottom: 1rem;
    }

    /* Right form */
    .form-card {
      padding: 1.5rem;
    }
    .form-card label {
      font-size: .9rem;
      font-weight: 500;
    }
    .btn-save {
      background-color: #1f3a93;
      color: #fff;
    }
    .btn-logout {
      background-color: #fee;
      color: #d9534f;
      border: none;
    }


     .profile-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-bottom: 30px;
  }

  .icon-bg {
    background-color: white;
    border-radius: 20%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
  }

  .icon-bg svg {
    fill: #333;
    width: 16px;
    height: 16px;
  }
   

/*   change profile popup*/

.close-btn-css{
border-radius: 20%;
  width: 20px;
  height: 20px;
  border: 1px solid #07202126;
}
  .modal-footer{
    margin-bottom: 10px;

  }

.pr-3{
  padding-right: 3rem;
}
.mr-half{
  margin-right: 0.50rem;
}
#downloadBtn {
	background: #1f3a93;
	color: #fff;
	padding: 10px 15px;
}

@media(min-width: 992px) {
.close-btn-css{
    margin-right: 5px !important;
  }
    .modal-popup-css{
       padding: 20px 30px 0px 30px;
    }
}

/* Top bar */
    .subscription-topbar {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 20px;
    }
    .subscription-topbar span{
      color: #495464;
    }

    .subscription-topbar i {
      font-size: 20px;
      cursor: pointer;
    }

    /* Outer container for all cards */
    .subscription-wrapper {
      background-color: #fff;
      border-radius: 16px;
      box-shadow: 0px 1px 3px rgba(60, 64, 67, 0.15), 0px 4px 8px rgba(60, 64, 67, 0.1);
      padding: 30px 20px;
    }

    /* Individual card box */
    .subscription-cards {
      border-radius: 16px;
      padding: 10px 10px 25px 10px;
      background-color: #efeef1cc;
      height: 100%;
    }

    .subscription-cards.active {
      background: #1F3A93;
      color: #fff;
    }

    /* Inner box for title and description */
    .subscription-inner {
       background-color: #ffffff;
    border: 1px solid #dce3f7;
    border-radius: 12px;
    padding: 20px 20px 26px 20px;
    margin-bottom: 30px;
    line-height: 50px;
    }

    /* Adjust inner box style for active card */
    .subscription-cards.active .subscription-inner {
      background-color: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .subscription-cards h5,
    .subscription-cards p {
      margin: 0;
    }
        .subscription-cards p {
      margin: 0;
      font-size: 13px;
      color: rgba(0, 0, 27, 0.75);;
    }
    .subscription-cards.active h5,
    .subscription-cards.active p {
      color: #fff;
    }

    /* Buttons */
    .subscription-cards .btn {
      width: 100%;
      font-weight: 500;
      padding: 10px 0;
      border-radius: 6px;
    }

    .subscription-cards.active .btn {
      background-color: #fff;
      color: #3c6df0;
    }

    .note-text {
      font-size: 16px;
      color: rgba(0, 0, 27, 0.75);;
      margin-top: 20px;
    }

    @media (max-width: 768px) {
      .subscription-inner {
        padding: 12px;
      }
    }

    /* Back Button Styling */
.back-btn {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease;
}

.back-btn:hover {
  background-color: #f2f2f2;
}

.back-btn i {
  font-size: 18px;
  color: #333;
}

.btn-disabled {
  border: #fff;
  background: #fff;
  opacity: 1 !important;
  color: #1f3a93 !important;
}



/*  popup */

#requestModal .modal-dialog {
      max-width: 96%;
      width: 100%;
    }

@media (min-width: 576px) {
  #requestModal .modal-dialog {
    max-width: 400px;
  }
}

#requestModal .modal-content {
  border-radius: 15px;
  background-color: #ffffff;
  padding: 20px 20px;
  border: none;
  text-align: center;
}

#requestModal .check-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#requestModal .check-icon {
  background-color: #2e5aac;
  border-radius: 50%;
  padding: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#requestModal .check-icon i {
  font-size: 28px;
  color: white;
}

#requestModal .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #014b82;
  margin-bottom: 15px;
}

#requestModal .modal-text {
  font-size: 12px;
  color: #555;
  margin-bottom: 25px;
}

#requestModal .modal-text b {
  font-weight: 600;
}

#requestModal .btn-ok {
  background-color: #2e5aac;
  border: none;
  padding: 10px 25px;
  font-size: 14px;
  border-radius: 6px;
  color: white;
  width: 100%;
}

.btn.btn-primary {
  background: #1f3a93;
  border-color: #1f3a93;
}

.subscription-card .btn.btn-primary {
  background: #1f3a93;
  border-color: #1f3a93;

  border-radius: 10px !important;
  padding: 12px;
}
.download-bt .spinner-border.spinner-border-sm {
  margin-left: 15px;
}

.cls-profile-back span {
  font-size: 18px;
}
.btn-outline-theme {
  border-radius: 30px;
  padding: 5px 15px;
  border:1px solid #1f3a93;
}

.btn-outline-theme.active {
  border-radius: 30px;
  background: #1f3a93;
  padding: 5px 15px;
  color: #fff;
}

#pending-count {
  background-color: #E2E3E8!important;
  border-radius: 50%;
  padding: 6px 8px;
  color: #1f3a93;
}
.avatar-initial.bg-theme.text-white {
	background: #1f3a93;
}
