 
 body{
     background: #F5F7FA;
     max-width: 100%;
     overflow-x:hidden;
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
 }
 #brandlogo{
    width: 150px;
    transition: transform 0.3s ease;
}
#brandlogo:hover{
    transform: scale(1.05);
}
.brand-logo img{
    width: 150px;
}
.bs-example{
    margin: 0;
}

.navbar-light{
    -webkit-box-shadow: 0px 2px 12px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 2px 12px rgba(0,0,0,0.08);
    box-shadow: 0px 2px 12px rgba(0,0,0,0.08);
    background: #fff;
    border-bottom: 1px solid #e8eef5;
}

.classic_div{
    margin-left: auto;
    margin-right: auto;
}

.latoFont{
   font-family: 'Lato', Calibri, Arial, sans-serif !important;
}

::-webkit-input-placeholder {
    /* color: #a1a1a1 !important; */
    font-family:'Lato', Calibri, Arial, sans-serif !important;
   
    /* font-family: */
   
    
  }

.hide-on-med-and-down li a{
 color:#777;
}
.nav-wrapper{
    background: #fff;
}
.sidenav-trigger{
    color: #777;
}

#invalid_credit{
    position:absolute;
    top:56px;
right: 3%;
}

.lassic_div{
    margin-left: auto;
    margin-right: auto;
}

.weight600{
    font-weight: 600;
}

.weight500{
    font-weight: 500;
}

.weight200{
    font-weight: 200;
}

.weight100{
    font-weight: 100;
}

.weight400{
    font-weight: 400;
}

.weight300{
    font-weight: 300;
}

.weight700{
    font-weight: 700;
}

.InterFont{
    
    font-style: normal;
    font-weight: 400;
   
    line-height: 190.02%;
}

.border0{
    border-radius:0;
    
}

.whiteBg{
   background-color: #fff;
}
.brown{
    color:brown
}
.smallFont{
    font-size: small;
}

.form-control:focus{
    box-shadow: inset 0 -1px 0 rgb(255, 255, 255);
}

.todoPanels div.m-3{
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    max-width: 300px;
    min-width: 220px;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    border: 1px solid #e8eef5;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.todoPanels div.m-3:hover{
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    border-color: #FF8A00;
}

.pricingPanel{
    width: 290px;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #e8eef5;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pricingPanel:hover{
    box-shadow: 0 12px 32px rgba(255, 138, 0, 0.15);
    border-color: #FF8A00;
    transform: translateY(-6px);
}

.todoPanels p.text-center{
    margin-top: -30px;
}

.todoPanels p.text-center span svg{
    height: 2.4em;
    width: 2.4em;
}
.contents p.d-flex span svg{
    height: .90em;
    width: .90em;
}
.contents p.d-flex span.ml-1{
   font-size: 15px;
   line-height: 1.6;
   color: #2c3e50;
}

.pendekezwa{
    background: linear-gradient(135deg, #4F94FB, #0066ff);
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(79, 148, 251, 0.3);
}

/* Hero Section Styles */
.hero-section{
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.section-title{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
}

.section-subtitle{
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}



.pricingPanel h6.weight400 span.weight700{
    font-size: 1.5em;
    
}
 .pricingPanel div.ruler{
    height:5px;
    width:80%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(204, 204, 204);
    transition: all ease-in;
    transition-duration: .3s;
    
 }

 .pricingPanel:hover div.ruler{
    background-color:#ff8800 ;
 }

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    z-index: -33;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(233, 233, 233); 
    border-radius: 3px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(233, 233, 233); 
    border-radius: 3px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #dddddd; 
  }


  #langSel{
    font-size:smaller;
    padding: 0;

  
}

.footer{
  bottom: 0;
  margin-bottom: 0;
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  border-top: 2px solid #FF8A00;
  margin-top: 60px;
}

.footer p a{
  color: #e2e8f0;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer p a:hover{
  color: #FF8A00;
  text-decoration: underline;
}

.footer p.socialmedia a{
  padding: 8px 12px;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.footer p.socialmedia a:hover{
   text-decoration: none;
   background: rgba(255, 138, 0, 0.1);
   transform: scale(1.15);
}

.footer p.socialmedia a svg{
   height: 1.3em;
   width: 1.3em;
   color: #FF8A00;
}

label.weight500{
    font-size: small;
    color:brown;
}

.darkblue{
    color:rgba(5, 5, 175, 0.877)
  }
.brown{
    color:brown;
}

  .Short {  
    width: 100%;  
    /* background-color: #dc3545;   */
    margin-top: 5px;  
    height: 3px;  
    color: #dc3545;  
    font-weight: 500;  
    font-size: 12px;  
  }  

  .Bg20{
    background-color: #dc3545; 
  }
  .Weak {  
    width: 100%;  
    /* background-color: #ffc107;   */
    margin-top: 5px;  
    height: 3px;  
    color: #ffc107;  
    font-weight: 500;  
    font-size: 12px;  
  }  
  .Bg40{
    background-color: #ffc107;
  }
  .Good {  
    width: 100%;  
    /* background-color: #28a745;   */
    margin-top: 5px;  
    height: 3px;  
    color: #689e04;  
    font-weight: 500;  
    font-size: 12px;  
  }  

  .Bg60{
    background-color: #28a745;
  }
  .Strong {  
    width: 100%;  
    /* //background-color: #06722a;   */
    margin-top: 5px;  
    height: 3px;  
    color: #07571f;  
    font-weight: 500;  
    font-size: 12px;  
  }  

  .Bg80{
    background-color: #07571f; 
  }

 

  #pwdSign{
    height:3px;
    
    
  }

  .redborder{
    border-color:brown;
  }

  /* Button Styles */
  .btn-primary {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
  }

  .btn-primary:hover {
    background: linear-gradient(135deg, #764ba2, #667eea);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
  }

  .btn-warning {
    background: linear-gradient(135deg, #FF8A00, #FFB84D);
    border: none;
    color: white;
    transition: all 0.3s ease;
    font-weight: 600;
  }

  .btn-warning:hover {
    background: linear-gradient(135deg, #FFB84D, #FF8A00);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 138, 0, 0.4);
  }

  /* Nav Link Styles */
  .nav-link {
    color: #2c3e50 !important;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 5px !important;
  }

  .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #FF8A00;
    transition: width 0.3s ease;
  }

  .nav-link:hover::after {
    width: 100%;
  }

  /* Improved spacing */
  .content-panel {
    border-radius: 12px;
  }