
:root{
  --primary:#f14b0b;
  --secondary:#ffffff;
  --text-dark:#1a1a1a;
}

.text-primary{
    color: var(--primary) !important;
}

.bg-primary{
    background-color: var(--primary) !important;
}

.container{
  max-width: 1240px !important;
}
/* form css */

.form-box{
  max-width: 420px;
}

.form-control,
.form-select{
  border: 1px solid #ddd;
}

.form-control:focus,
.form-select:focus{
  box-shadow: none;
  border-color: var(--primary);
}

.submit-btn{
  background: var(--primary);
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  margin: 0 auto;
}

.submit-btn:hover{
  background: var(--primary);
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  margin: 0 auto;
}





/* gorm css close */




/* stcard css */

.stat-card{
  background: rgba(255,255,255,0.95);
  color: #1a1a1a;
  border-radius: 14px;
  padding: 22px 15px 35px;
  position: relative;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-card h3{
  color: var(--primary);
}

.stat-card p{
  font-size: 0.9rem;
  color: #555;
}

.stat-bottom{
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 14px 14px;
}


/* stcard css close */
.st-barnd {
    width: 80%;
}

.top-header{background:#fff;}
.hero-section{
background:url('../img/hero.jpg') center/cover no-repeat;
padding:80px 0;
}
.stat-box{
background:#fff;color:#4b0082;
padding:15px 20px;border-radius:10px;text-align:center;
}
.form-box{
background:#fff;padding:25px;border-radius:15px;
}


.st-contact-bx{
  max-width: 100% !important;
  padding: 0px !important;
}



.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #dbeafe;
}

.timeline-item {
    display: flex;
    align-items: start;
    margin-bottom: 30px;
    position: relative;
}

.timeline-icon {
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.timeline-content h6 {
    font-weight: 600;
    margin-bottom: 4px;
}

.timeline-content p {
    font-size: 14px;
    color: #6c757d;
}

.bg-warning {
  background-color: #ff7300 !important;
  color: #fff !important;
  border: none !important;
}
.btn-warning {
  background-color: #ff7300 !important;
  color: #fff !important;
  border: none !important;
}
.text-warning {
  color: #ff7300 !important;
}

/* blink css */
 @keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0.4; }
  }

  .icon-blink i {
    animation: blink 1.2s infinite;
  }

  .icon-blink:hover i {
    transform: scale(1.2);
    transition: transform 0.3s;
  }

.logo-st{
  width: 200px;
}


/* new css  */

.srm-company-box.shadow {
    padding: 20px;
    width: 241px;
    background: #ffff;
    border-radius: 15px;
    position: absolute;
    bottom: 8%;
}


.navbar-toggler{
  color: #fff !important;
  background-color: #fff !important;
}
.txt-m{
  text-transform: uppercase;
}
.nav-link {
  font-size: 12px !important;
}

/* mobile css */

@media only screen and (max-width: 600px) {
    .stcenter{
        text-align: center !important;
        width: 100% !important;
        
    }
  .st-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    z-index: 9999999;
    background-color: #141d30;
    width: 100%;
    top: 72px;
    left: 0px;
    padding-bottom: 30px;
  }

}

