
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1410px;
  }
  .container-banner {
    max-width: 1410px;
  }
}
 .loginForm {
  padding: 0px 100px
}
  .menu-expand svg{
        padding-left: 230px;
        display: none;
    }
.header .main-menu li a::after
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 0%;
    height: 2px;
    background: currentColor;
    transition: width 0.3s ease;
    color:#06D6A0;
}

    .header .main-menu li a:hover::after {
     color:#06D6A0;   
    width: 100%;
}
.header .main-menu li a:hover{
    color:#071920 !important;
}



.col-lg-7.bg-testimonials.position-relative .wow {
    z-index: 999;
    position: relative;
}
.cls-page-heading {
  padding-top: 50px;
  padding-bottom: 10px;
}
.cls-page-subheading {
  font-size: 18px;
  color: #3d565f;
}
.form-check-input:checked {
    background-color: #2fbf64;
    border-color: #1c994a;
}


/* homepage css starts */
@media (min-width: 1200px) {
    .container-banner{
        max-width: 1320px;
    }
}
.color-gray-400 {
    color: #4e6770;
}
.color-gray-500 {
    color: #3d565f;
}


.con-css{
    color: #48D597;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-right: 45px;
}
.feature-box {
    border: 1px solid #48D597;
    padding: 20px 18px 0px 20px;
    border-radius: 8px;
    background-color: #f2fbf7bd;
    text-align: left;
    height: 140px;
    border-top: 1px solid #48D597;
    border-left: 1px solid #48D597;
}
.feature-box h5 {
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    font-weight: 600;
    line-height: 25px;
}
.feature-box h5 i {
    margin-right: 10px;
    color: #4e7d5a;
}
.feature-box p {
    color: #6B717A;
    font-size: 13px;
    margin-left: 30px;
    font-weight: 400;
    padding-top: 10px;
}
.feature-list {
    color: #4e7d5a;
    font-size: 1rem;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-left: initial;
}
.feature-list li {
    margin-bottom: 10px;
}
.feature-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    color: #06D6A0;
}
.cta-btn {
    background-color: #4e7d5a;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.1rem;
    border-radius: 5px;
    text-decoration: none;
}
.cta-btn:hover {
    background-color: #3b6742;
}
.image-container img {
    max-width: 100%;
    border-radius: 10px;
}
.mecanical img{
    width: 400px;
    height: 350px;
}
.certi img{
    margin-left: 40px;
}
.certibox{
    margin-top: -133px;
}
.card-container {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.feature-box1 {
    border: 1px solid #e0e0e0;
    padding: 20px 20px 0px 20px;
    border-radius: 8px;
    background-color: #f8f9fa;
    margin-bottom: 15px;
}
.feature-box1 h5 {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    color: #000000;
    font-family: "Manrope", sans-serif;
}
.feature-box1 p {
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    color: #000000;
    font-family: "Manrope", sans-serif;
}
.image-container {
    position: relative;
}
.d-icon {
  position: absolute;
  top: -61px;
  right: -50px;
  width: 100px;
  z-index: 1;
  pointer-events: none;
}


.card-container {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.card-container img {
    width: 100%;
    border-radius: 8px;
}
.card-container h5 {
    font-size: 1rem;
    margin-bottom: 10px;
}
.card-no-border .card-we-do .card-image{
    max-width: 110px;
}
.card-offer .card-image img{
    max-height: none;
}
.card-container p {
    font-size: 0.9rem;
    color: #6c757d;
}
.row .col-md-4 {
    margin-bottom: 15px;
}

.des-css{
    font-weight: 500;
    font-style: medium;
    font-size: 16px;
    line-height: 24px;
}
.footer .menu-footer li a{
    color: #4E6770;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    display: block;
    padding: 0px 0px 0px 0px;
    transition-duration: 0.2s;
    font-family: "Manrope", sans-serif;
}
.footer-font{
    font-size: 16px;
}

/* Language Switcher Styles */
.language-switcher {
    margin-bottom: 20px;
}

.language-switcher .lang-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    color: #4E6770;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.language-switcher .lang-option:hover {
    background-color: #f0f9f4;
    border-color: #48D597;
    color: #024430;
    text-decoration: none;
}

.language-switcher .lang-option.active {
    background-color: #48D597;
    color: white;
    border-color: #48D597;
}

.language-switcher .flag-icon {
    width: 18px;
    height: 14px;
    border-radius: 2px;
    object-fit: cover;
}

.language-switcher .lang-option.active .flag-icon {
    border: 1px solid white;
}

.language-switcher .gap-10 {
    gap: 10px;
}

/* Box 1 styles */
/* .box1 {
    padding-left: 15px;
} */

.section-subtitle {
    display: flex;
    align-items: center;
    color: #4E6770;
    font-weight: 500;
    font-size: 18px !important;
}

.section-subtitle::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #024430;
    margin-right: 10px;
    vertical-align: super;
}

.main-heading{
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    margin-top: 10px;
}

.color-brand-1.heading1 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    text-decoration: none;
}


.card-info1{
    margin-bottom: 70px;
}

.info-box {
    color: #3D565F;
    border-radius: 6px;
    font-size: 12px;
    max-width: 400px;
    line-height: 18px;
    font-weight: 500;
}
.info-box ul {
    margin-top: 0.5rem;
    margin-bottom: 0;
    padding-left: 1.2rem;
    list-style: initial;
}
.info-box li {
    margin-bottom: 0.3rem;
}
.font-md1{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.card-offer-style-2 .card-offer .card-image{
    max-width: 87px;
    height: 96px;
    line-height: 94px;
}

.boxs1{
    background-color: #D7DDE7;
}
.boxs2{
    background-color: #EAEAEA;
}
.boxs3{
    background-color: #E6F1FB;
}
.second-box{
    margin-left: -40px;
}
.featur li{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #3D565F;
}
.main-footer{
    padding: 80px 30px 30px 60px;
}
.banner1{
    width: 140px;
    position: absolute;
    right: 200px;
    top: 26rem;
    transform: scaleX(-1);
    transition: transform 0.5s ease;
}
/* .card-offer{
    padding: 40px 30px 0px 30px !important;
}*/
.cust-img{
    width: 40px;
}
.header-nav {
    padding-left: 20px;
}
.footer-logo {
    display: none;
}


/*register 5*/

 .form-card{
    background:#eefbf1;
    border:1px solid;
}
/*register 5 end*/
/* Mobile CSS */
@media (max-width: 767px) {

    .carousel-inner .features-list {
      display: none;
      margin-bottom: ;
    }
    .pricing-section .tab-pane {
      margin-bottom: 50px;
    }

     .loginForm {
      padding: 0px 60px
    }
    .spc-col-top{
        margin-top: 50px !important;
    }
    .ctm-dv-css{
      display: block !important;
    }
    .mr-css-ctm{
        margin-top: 10px !important;
    }
    .w-box{
        width: auto !important;
    }
    .ctm-css-btn li a{
        font-size: 14px !important;
    }
    .mobile-ctm-css{
        padding: 10px 10px 10px 10px !important;

    }
    .mobile-ctm-css img{
        width: 80px !important;
    }
    .footer-1 {
        padding-top: 40px;
    }
    .footer-logo {
        display: block;
    }
    .mb-logo {
        height: 50px;
        margin-bottom: 15px;
    }
    .left-text{
             padding-bottom: 0px !important;
             padding-top: 0px !important;
    }
    .mobile-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
  
    .footer-mobile-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .card-no-border .card-we-do .card-image{
        max-width: 69px;
    }
    .mecanical img { 
        width: 218px; 
        height: 180px; 
        object-fit: cover; 
    }
    .cstm-crl{
        margin-top:30px;
    }
    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #75757500;
        border: 1px solid #48D59785;
    }
    .carousel-indicators{
        margin-bottom: -2rem;
    }
    .section-subtitle.font-md.d-flex.justify-content-left {
        justify-content: center !important;
    }

    .carousel-indicators .active {
        background-color: #48D59785;
    }
    .card-no-border .card-we-do{
        border: 1px solid #FFD166;
        background-color: #FFE7BB40;
    }
    
    .card-offer {
        padding: 10px 10px 10px 10px !important;
    }
    .color-brand-1.heading1 {
        font-size: 18px;
        line-height: 19px;
        text-decoration: none;
    }
    .mobile-md {
        line-height: 20px !important;
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }
    .main-heading {
        font-size: 29px !important;
        line-height: 33px !important;
        text-align: left;
    }
    .section-subtitle::before{
        display: none;
    }
    .card-offer-style-2 .card-offer .card-image{
        width: 60px;
        height: 60px;
        line-height: 48px;
    }
    .card-image img{
        width: 60px;
        padding-top: 10px;
    }
    .cust-img{
        width: 25px !important;
    }
    .main-footer{
        padding: 30px 20px 20px 20px !important;
    }
    .footer-mobile-6{
        padding: 15px;
/*        margin-left: -15px;*/
    }
    .banner-1{
        padding: 50px 0px 70px 0px;
    }
    .mobile-secti{
        flex-direction: row-reverse;
        display: flex;
        justify-content: space-between;
    }
    .mobile-top{
        margin-top: 30px !important;
    }
    .hero-heading{
        font-size: 25px;
        line-height: 30px;
        font-weight: 800;
        color: #024430;
    }
    .border-color{
        background: #024430;
        opacity: 1;
        margin: 10px 0px 10px 0px;
    }
    .footer-payment{
        text-align: center;
    }
    .header .main-header .header-left .header-right{
        width: 72% !important;
    }
    .font-sm-bold{
        font-size: 10px !important;
    }
}
@media (max-width: 520px) {
  .loginForm {
    padding: 0px 30px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) { 
    .main-container{
        padding: 0px 0px 0px 0px;
    }
    .feature-box h5 {
        font-size: 12px;
    }
    .feature-box p{
        font-size: 10px;
    }
    .feature-box {
        height: 150px;
    }
    .hero-heading{
        font-size: 30px;
        line-height: 40px;
        width: 45rem;
    }
    .header .main-header .header-left .header-right {
        width: 70%;
        padding-left: 70px !important;
    }
    .banner-1{
        padding: 50px 0px 0px 0px !important;
    }
}



@media (min-width: 1201px) and (max-width: 1300px) {
    .left-text {
        padding-left: 9rem !important;
    }
    h1.color-brand-1.mb-20 {
        font-size: 40px;
        line-height: 50px;
        width: 35rem;
    }
    .main-container{
        padding: 91px 0px 0px 0px;
    }

}

@media (max-width: 1200px) {
    .left-text {
        padding-left: 0rem !important;
    }
    .main-container{
        padding: 40px 0px 0px 0px;
    }
    h1.color-brand-1.mb-20 {
        font-size: 40px;
        line-height: 50px;
        width: 35rem;
    }
}

     
@media (min-width: 1301px) {
    .row.certibox.d-none.d-md-block{
        display: flex !important;
    }
    /* .card-offer{
        padding: 40px 30px 0px 30px !important;
    }*/
    .left-text{
        padding-left: 8rem !important;
    }
    .main-container{
        padding: 91px 130px 0px 130px;
    }
    .hero-heading{
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        margin-top: 10px;
        width: 45rem;
    }
    .w-6{
        width:auto;
    }
    .mt-100{
        margin-top: 100px !important;
    }
    .w-90{
        width:90% !important;
    }
    .feature-box{
        height: 140px !important;
    }
}




@media (max-width: 767px) {
    .section-homepage {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    h1.color-brand-1.mb-20 {
      font-size: 25px;
      line-height: 30px;
      display: inline;
      /*! padding-bottom: 20px !important; */
    }
    .header.sticky-bar {
      /*! background: transparent; */
    }
    .header.sticky-bar {
      background-color: #EBF5F8;
      border: none;
    }
    .banner-1 {
      padding-top: 25px;
    }
    .section-homepage .left-text {
      text-align: center;
    }
    .btn.btn-brand-1 {
      margin-top: 20px;
      font-size: 14px !important;
      padding: 15px 25px;
    }
    .card-offer {
        box-shadow: 2px 2px 21px #bfbfbf;
    }
    .row-element-hiw {
        margin-top: 0px !important;
    }

    .row-element-hiw {
      margin-top: 0px !important;
    }
    .section-subtitle.font-md {
      font-size: 11px !important;
    }
    .row-element-hiw .section-subtitle.font-md {
        white-space: nowrap;
    }

    .row-element-hiw .section-subtitle.font-md {
      position: relative;
    }
    .row-element-hiw .section-subtitle.font-md::after {
      position: absolute;
      content: "";
      min-height: 1px;
      min-width: 74%;
      background: #024430;
      right: 0px;
      top: 15px;
    }


    .section-professional .row.align-items-start.d-flex.flex-column-reverse.flex-md-row {
      text-align: center !important;
    }
    .section-professional .section-subtitle.font-md {
      text-align: center !important;
      display: block;
    }
    .section-professional .color-brand-1 {
      text-align: center;
    }
    .section-professional .info-box {
      display: none;
    }
    .section-professional .color-brand-1 {
      font-size: 14px;
    }
    .row.row-mb-professional {
      display: flex;
    }
    .row-mb-professional .col-lg-6.col-sm-6 {
      width: 50%;
    }

    .position-relative.cls-pos-custom-mb {
      margin-bottom: -240px;
    }
    .box-create-account {
      margin-bottom: 170px;
    }
    .box-create-account .cardNumber {
        right: -30px;
    }
    .about-box{
        padding: 15px !important;
        padding-top: 20px !important;
    }
}

@media (max-width: 460px) {

.row-element-hiw .section-subtitle.font-md {
      position: relative;
      height: 100px;
     margin-top: -8px;
    }
    .row-element-hiw .section-subtitle.font-md::after {
      position: absolute;
      content: "";
      min-height: 1px;
      min-width: 74%;
      background: #024430;
      right: 0px;
      top: 30px;
    }
      .w-box {
        max-width: 600px;
   }

}
/* homepage css ends */

/* Registration section starts */
.w-box {
    max-width: 600px;
}

.form-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

/* Progress Steps */
.progress-step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    color: #6c757d;
}

.progress-step.active {
    background: #48D597;
    color: white;
    box-shadow: 0 3px 15px rgba(72, 213, 151, 0.3);
}

.progress-step.completed {
    background: #28a745;
    color: white;
}

.progress-step::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 30px;
    height: 2px;
    background: #e9ecef;
    transform: translateY(-50%);
}

.progress-step:last-child::after {
    display: none;
}

.progress-step.completed::after {
    background: #28a745;
}

.progress-step.active::after {
    background: #48D597;
}

/* Form Validation States */
.form-control.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Button Loading States */
.btn .btn-loading {
    display: none;
}

/*.btn:disabled .btn-text {
    display: none;
}

.btn:disabled .btn-loading {
    display: inline !important;
}
*/
/* Error Messages */
.error-message {
    display: none;
    margin-top: 0.25rem;
}

/* Login Form Specific Styles */
.login-container {
    min-height: 70vh;
/*    display: flex;*/
    align-items: center;
}

.login-form-box {
    max-width: 450px;
}





/* Dashboard Styles */
.dashboard-container {
    min-height: 80vh;
}

.card {
    border: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.card-header {
    background: linear-gradient(135deg, #48D597, #3bbd85);
    color: white;
    border-radius: 10px 10px 0 0 !important;
}

.progress {
    height: 20px;
    border-radius: 10px;
}

.progress-bar {
    background: linear-gradient(135deg, #48D597, #3bbd85);
    border-radius: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .form-box {
        padding: 25px;
        margin: 0 15px;
    }
    
    .progress-step {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
    
    .progress-step::after {
        width: 20px;
    }
}

/* Registration section ends */



/*about css */

.box-container {
    background-color: #ffffff;        
    padding: 50px;
    border-radius: 20px;             
    box-shadow: 4px 6px 16px #b0b0b0;
}

.image-col img {
    width: 90%;
    height: auto;
    border-radius: 10px;
}
.btn-custom {
    background-color: #06D6A0;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
}

.title-heading{
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-top: 10px; 
  color: #024430;
}
.about-box p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 25px;
}
.about-box{
    padding: 0px 60px;
}

/*    about css end  */


/* contact css */
.font-label {
    color: #3d565f;
    font-weight: 600;
}
.contact-box {
    margin: 0 auto; 
    padding: 60px 150px 80px;
    border-radius: 10px;
    background-color: #eefbf1;
    position: relative;
    overflow: hidden;
    border: 1px solid #AEE6B9;
}
.main-contact{
    padding: 10px;
}

.circle-container {
    position: absolute;
    bottom: 0px;
    left: 0;
}

/* Custom input wrapper */
.form-row-custom {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}

.form-col {
    flex: 1;
}

.form-group-custom {
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}

/* BUTTON ROW */
.btn-row {
    text-align: right;
    position: relative;
    z-index: 10;
    margin-top: 20px;
}

/* CUSTOM BUTTON */
.btn-send {
    background-color: #024430;
    color:#FFE7BB;;
    padding: 14px 90px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    cursor: pointer;
}

  .btn-send:hover {
     background-color: #066a4c;
     color:#FFE7BB;
}
  
.form-control {
    height: 50px;        
    padding: 6px 12px;    
    font-size: 14px;
    border-radius: 4px;
    color:#3D565F !important;
}

.contact-box textarea.form-control {
    height: 180px !important;  
    resize: vertical;         
}

.form-group-custom,
.form-row-custom {
    margin-bottom: 0px;
}

@media (max-width: 992px) {
    .main-contact{
        padding: 0px 10px;
    }
    .ctm-css-class{
        width: 100%;
    }

    .contact-box {
        padding: 50px 40px 90px;
        max-width: 700px;
    }

   
}

/* Mobile */
 @media (max-width: 768px) {
         
    .form-row-custom {
        flex-direction: column;
        gap: 10px;
    }

    .contact-box {
        padding: 40px 25px 90px;
    }

    .btn-send {
        width: 100%;
        padding: 14px 0;
    }

    .circle-bg {
        bottom: -100px;
        left: 50%;
        width: 250px;
        height: 150px;
    }
    .mb-border::after {
      border-bottom: 1px solid #024430;
      position:     absolute;
      content: "";
      height: 1px;
      width: 85px;
      bottom: 0px;
    }
    .mb-border {
      position: relative;
      padding-bottom: 5px;
    }

}

/* Small Mobile (iPhone SE etc.) */
@media (max-width: 480px) {
.contact-box {
    padding: 30px 20px 90px;
}

.circle-bg {
    width: 220px;
    height: 130px;
    bottom: -80px;
}
   
}

/*contact end css*/


/*     pricing     */
 .li-tab.d-flex {
      border: 1px solid #48D597;
      border-radius: 10px;
      padding: 2px 2px;
}
.ctm-ht{
    height:60px;
}
.pricing-section {
      background: #ffffff;
    }

.title-main {
    font-size: 33px;
    font-weight: 700;
    color: #064e3b;
}

.subtitle {
    color: #555;
    font-size: 18px;
}

/* Tabs */
.nav-pills .nav-link {
    padding: 8px 25px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color:#024430 !important;
}

.nav-pills .nav-link.active {
    background: #AEE6B9;
    color:#024430 !important;
    border-color: #AEE6B9;
}

/* Box */
.price-box-css{
    padding: 0px 160px;
}
.price-box {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    transition: 0.3s;
}

.price-box:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 25px rgba(0,0,0,0.08);
}

.sub-heading {
    font-weight: 700;
    color: #024430;;
}

.price-amount {
    font-weight: 700;
    color: #064e3b;
    font-size: 18px;
}

.price-icon {
       width: 55px;
      height: 55px;
      padding: 10px;
      border: 1px solid #ccedf7;
      background: #ccedf7;
      border-radius: 6px;
}

/* Feature list */
.features-list li {
 margin-bottom: 6px;
  color: #3D565F;
  font-size: 13px;
  padding-left: 25px;
  position: relative;
  line-height: 26px;
  display: flex;
  gap: 15px;
  align-items: center;

}
  .pri-section{
        padding: 25px 25px 25px 25px !important;
  }
    

.btn-bg .btn{
    padding: 15px 24px !important;
}
.btn-outline-success:hover{
  color: #fff;
  background-color: #024430;
  border-color: #024430;
}

 @media (max-width: 991px) {
.price-box-css {
    padding: 0px 20px !important;
}
}

@media (max-width: 768px) {
 .pri-section{
        padding: 25px 25px 25px 25px !important;
  }
  .fl-s{
    font-size: 14px !important;
    line-height: 24px !important;
}
}


/*   documents    */

/* Ensure all cards have equal height */
.card-body {
  display: flex;
  flex-direction: column;
}
 .card-body .card-icon img{
    width: 50px !important;
    height: 50px !important;
}

.card-title {
  font-size: 20px;
}
.image-box {
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 10px 7px 5px 7px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 60px;
  margin: 10px;
}

.image-box-img {
    width: 50px; /* Adjust the image size */
    height: 50px; /* Adjust the image size */
    margin-bottom: 15px;
}

.container-img {
    display: flex;
    justify-content: center;
    align-items: center;     
}
.container .text-center .card{
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-clip: border-box;
      border: 0px solid;
      border-radius: 12px;
}


/* register form start */


.form-box {
    background: #E1F2E4CF;
    border-radius: 12px;
    padding: 35px;
    border-radius: 10px;
    background-color: #eefbf1;
    position: relative;
    overflow: hidden;
    border: 1px solid #AEE6B9;
}
.ctm-input-css{
    width: calc(100% - 15px);
}
.cts-box-md{
    font-size: 18px !important;
    font-weight: 600 !important;
}
.progress-step
{ 
    width:60px; 
    height:8px; 
    border-radius:10px; 
    background:#ddd; 
}
.progress-step.active 
{
    background:#2fbf64; 
}

.compte-heading .p-css {
     font-size: 18px;
     line-height: 23px;
     font-weight: 500;

}

.label-input{
   font-size: 12px;
   line-height: 18px;
   font-weight: 700;
}
.ctm-lbl-css{
     font-size: 11px;
   line-height: 11px;
   font-weight: 700;
}
.bg-color{
    background-color: #AEE6B9;
    padding: 9px 10px;
}

.bg-light-color{
    background-color: #E0F1F4;
    padding: 9px 10px;
}
.form-check-input{
    border: 2px solid #024430;
}
.form-check-input[type="checkbox"]{

    border-radius: 4px;
}

.w-box{
   max-width: 700px;
}
.form-control::placeholder {
    color: #CAC8C8; 
   font-size: 14px;
  font-weight: 500; 
  font-family: "Manrope", sans-serif; 

}

.select-option{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.fl-s{
    font-size: 18px;
    line-height: 20px;
}
.form-check-input[type="radio"]{
   border-radius: 4px;
  border: 3px solid #024430;
}
.form-input-box{
    display: flex;
    justify-content: center;
/*    align-items: center;*/
}
@media (min-width: 1024px) {
    .ctm-mde {
        margin-top: 5px !important;
    }

    .ctm-reg-form {
        width: 657px;
        
    }
    .ctm-css-form{
        width: 657px;
    }

    .ctm-css-form-custom{
        width: 657px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .input-je {
        width: 33px !important; 
        height: 22px !important;
    }
 

}


@media (max-width: 360px) {
   .btn-flex{
     flex-direction: column; 
     margin-top: 10px !important;
     text-align: center !important;
}
.input-je {
        width: 40px !important; 
        height: 20px !important;
    }
      
}


.col-select2-cn .select2 {
  /*! background: red; */
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  color: #3D565F !important;
  height: 50px;
  /*! border-radius: 8px; */
  color: #3D565F;
  border: 1px solid #CDE2E7;
  /*! padding: 18px 20px; */
  background: #fff;
  padding-top: 11px;
}
.col-select2-cn #select2-nationality-jo-container {
  font-size: 14px;
  padding: 0px;
}
.col-select2-cn .select2-selection__arrow {
  top: 11px !important;
  right: 9px !important;
}
.col-select2-cn .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4f656d;
    font-weight: 100;
    padding-left: 0;
}

/*regiser form end */


/*login start css*/

.pd-lr{
padding: 40px 150px 200px 150px;
}
.fgt-pwd{
    line-height:30px;
}
.btn-main {
    background-color: #024430;
    color: #FFE7BB;
    border-radius: 6px;
    padding: 12px 30px;
    width: 100%;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.btn-main:hover { background: #084225; }

.password-container { 
    position: relative; 
}
.password-container input { 
    padding-right: 40px; 
}

.password-toggle {
    position: absolute;
    right: 12px;
    bottom: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 24px;
}

.password-toggle svg {
     width: 100%; 
     height: 100%; 
     stroke: #6c757d; 
 }

 #password.form-control.is-invalid, .was-validated #password.form-control:invalid,#password_confirmation.form-control.is-invalid, .was-validated #password_confirmation.form-control:invalid {
    background-image: none;
}

./*d-none {
     display: none !important;
 }*/
.container.pr-6 {
    padding: 50px 50px 10px 50px;
}


/*login end css*/

/*register step2*/
.bg-primary{
    background-color: #d3e8ee !important;
}
  .form-box-css{
       background:#E1F2E4CF;
       border-radius:12px; 
       padding:35px 35px 70px 35px;
    }
     .form-identify{
        max-width: 700px;
    }
      .bg-id-color{
          background-color: #AEE6B9;
    }
      .btn-mt{
        margin-top: 30px;
    }
 

/*register step2 end*/


/*  step 3 css*/
.upload-card {
border-radius: 14px;
padding: 25px;
width: 100%;
border: 1px solid #e4e4e4;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
background: #fff;
}
.upload-card img{
width: 48px;
height: 48px;
object-fit: contain;
}

.dropzone {
border: 2px dashed #d6d6d6;
border-radius: 12px;
padding: 40px;
text-align: center;
cursor: pointer;
transition: 0.2s;
}

.dropzone:hover {
background: #f9fafb;
}


.icon {
width: 18px;
cursor: pointer;
}
.form-check-midspace {
    padding-top: 7px;
}
/* file upload step3 */

.upload-item {
/*    border: 1px solid #e6e6e6;*/
    border-radius: 10px;
    padding: 14px;
    background: #ffffff;
}
.divider {
    display: flex;
    max-width: 70%;
    align-items: center;
    text-align: center;
    margin: 15px 0;
    color: #aaa;
    font-weight: 500;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #dcdcdc;
}

.divider:not(:empty)::before {
    margin-right: .75em;
}

.divider:not(:empty)::after {
    margin-left: .75em;
}

  .w-box{
    width: 550px;
  }
  .horizontal-line {
    height: 2px;
    width: 70%;
    background: #66cdaa;
    border-radius: 2px;
    margin: 20px 0;
}

/* --- Mobile Responsive --- */
@media (max-width: 450px) {
    .container {
        padding: 0 10px !important;
    }

    .upload-card {
        width: 100% !important;
        padding: 20px !important;
        border-radius: 10px;
    }

    .dropzone {
        padding: 15px !important;
    }


    /* Buttons row */
    .d-flex.justify-content-between {
/*        flex-direction: column;*/
        gap: 10px;
    }

    .d-flex.justify-content-between button {
        width: 100%;
        justify-content: center;
    }

    /* Submit button */
    .btn-success {
        padding: 12px !important;
        font-size: 15px;
    }

    /* Cancel button */
    .btn-light {
        padding: 12px !important;
        font-size: 15px;
    }
   
}
.icon-check {
    width: 15px;
    height: 15px;
}

.icon-warning {
    width: 20px;
    height: 20px;
}

/*signature*/

.btn-file{
    padding: 1px 7px 1px 7px;
    border-radius: 7px;
    color:#024430;
    font-size: smaller;
    font-weight: 600;
}
.signature-card{
  border:1px solid #e6eef0;
  border-radius:6px;
  padding:12px;
  background:#fff
}
.signature-area{
  height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent
}

.edit-icon{
  font-size:18px;
  color:#0b6b4a;
  cursor:pointer
}
.clear-link{
  font-size:0.9rem;
  color:#6b6b6b;
  text-decoration:underline;
  cursor:pointer
}
.line{height:1px;
  background:#1f6b54;
  margin-top:14px;
  opacity:0.6;
  max-width: 500px
}
.btn-sign{
  background:#0b6b4a;
  border:0;
  border-radius:6px;
  padding:12px 26px
}
.btn-sign:hover{
  filter:brightness(0.95)
}
.dropdown-menu{
  min-width:160px
}
.sign-box{
  max-width: 700px;
}



/*   dashboard page css starts */


.page-title {
    font-size: 34px;
    font-weight: 700;
    color: #0c5c45;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* STATUS BOX */
.status-container {
    display: flex;
    width: 50%;
}

.flex-content-item {
  font-size: 18px;
}
.flex-content-item {
  padding: 25px 50px;
}
.container.status-container {
  justify-content: space-between;
  align-items: center;
}
.status-box {
    background: #e7f5ef;
    padding: 40px 24px;
    border-radius: 12px;
    font-size: 15px;
    color: #0c5c45;
    min-width: 240px;
}

/* MAIN PANEL BOX */
.main-panel {
    background: #d9ebee;
    border-radius: 18px;
    padding: 40px;
    margin-top: 20px;
}

/* IMAGE CARD */
.image-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 6px 0 rgba(0,0,0,0.04);
}

.image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.badge-accent{
     position: absolute;
      top: 7%;
      left: 6%;
    display: inline-block;
    background: #ffd166;
    color: #1a2b2b;
    padding: 10px 16px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: none;
    margin-bottom: 12px;
    font-size: clamp(12px, 2.5vw, 16px); /* responsive text size */
    z-index: 10;
   max-width: 85%; /* prevents overflow on small screens */
}

.image-label {
    background: #f7d45b;
    padding: 10px 15px;
    font-weight: 600;
    text-align: center;
}
/*.image-card img {
    width: 100%;
    display: block;
}*/

.steps-title {
  font-size: 30px;
  font-weight: 800;
  color: var(--green-dark);
  margin-bottom: 16px;
  line-height: 35px;
}

.step {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
  align-items: flex-start;
}

.step .num {
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  background:#024430;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}

.step .step-content h4 {
  margin: 0 0 6px;
  font-size: 16px;
  color: var(--green-dark);
  font-weight: 700;
}

.step .step-content p {
  margin: 0;
  color: rgba(10, 79, 58, 0.85);
  font-size: 14px;
  line-height: 1.45;
}

.modify-section {
/* margin-top: 26px;*/
/* border-top: 1px solid rgba(0,0,0,0.03);*/
   padding-top: 22px;
}

.modify-section h3 {
  color: var(--green-dark);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.modify-section p {
  margin: 0 0 16px;
  color: rgba(10, 79, 58, 0.8);
}



/*   dashboard page css ends */


/*forget popup box*/
#idSuccessMessage {
    display: none;
}

.recovery-message {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    margin: 0 auto;
}
.recovery-message p {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

.perfect-scroll{
    height: 0px !important;
}


@media (max-width: 1200px) {
    .cls-mobile-menu {
        display: none!important;
    }
    .header-right.d-sm-none {
        display: block !important;
        border-top: 1px solid #024430;
        padding-top: 20px;
    }
    .mobile-menu-wrap.mobile-header-border {
        width: 100%;
    }
    .d-inline-block.box-search-top {
        display: none !important;
    }
    .d-sm-inline-block .btn.btn-brand-1 {
      margin-top: 20px;
    }
}


@media (max-width: 768px) {
    body .cls-action-custom.ctm-reg-form.mx-auto {
        margin-top:10px!important;
    }
}

/* RESPONSIVE FIXES */
@media (max-width: 575px) {
    .page-title {
        font-size: 26px;
    }
    .main-panel {
        padding: 25px;
    }
    .steps-title {
        font-size: 22px;
    }

    
}

/*new css*/

.signature-box {
    background: #ebfbf4;
    border-radius: 12px;
    border: 1px solid #d8f2e7;
}

/* Pricing Page Mobile Carousel CSS */
@media (max-width: 767px) {
    /* Hide desktop pricing boxes on mobile */
    .pricing-box-mobile {
        display: none !important;
    }

    /* Pricing carousel container */
    .container.mt-3.d-block.d-md-none {
        padding: 0 15px;
    }

    /* Carousel styling */
    #pricingCarousel1, #pricingCarousel2 {
        width: 100%;
        overflow: visible;
    }

    /* Carousel items */
    #pricingCarousel1 .carousel-item,
    #pricingCarousel2 .carousel-item {
        transition: transform 0.6s ease;
        width: 100%;
    }

    /* Show partial next item */
    #pricingCarousel1 .carousel-item-next,
    #pricingCarousel2 .carousel-item-next {
        transform: translateX(100%);
    }

    #pricingCarousel1 .carousel-item-prev,
    #pricingCarousel2 .carousel-item-prev {
        transform: translateX(-100%);
    }

    /* Carousel indicators styling */
    #pricingCarousel1 .carousel-indicators,
    #pricingCarousel2 .carousel-indicators {
        position: static;
        margin-top: 15px;
        justify-content: center;
    }

    #pricingCarousel1 .carousel-indicators [data-bs-target],
    #pricingCarousel2 .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ddd;
        border: none;
        margin: 0 5px;
    }

    #pricingCarousel1 .carousel-indicators .active,
    #pricingCarousel2 .carousel-indicators .active {
        background-color: #48D597;
    }

    /* Price box styling for mobile */
    #pricingCarousel1 .price-box,
    #pricingCarousel2 .price-box {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
    }

    /* Features list styling */
    #pricingCarousel1 .features-list,
    #pricingCarousel2 .features-list {
        padding-left: 0;
    }

    #pricingCarousel1 .features-list li,
    #pricingCarousel2 .features-list li {
        font-size: 14px;
        line-height: 1.4;
        padding-left: 5px;
    }
}

