
:root{
  --primary:#272069;
  --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: 14px !important;
}


.hero-section{
    min-height: 70vh;
    position: relative;
}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* background: linear-gradient(90deg, rgba(0,0,0,0.75), rgba(0,0,0,0.35)); */
}

.glass-form{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
}

.input-group-text{
    background: #fff;
}


/* FLOAT BUTTON WRAPPER */
.ikon-wa-float{
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    padding: 8px 12px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: all 0.3s ease;
    animation: ikonPulse 2s infinite;
}

/* ICON BOX */
.ikon-wa-icon{
    width: 42px;
    height: 42px;
    background: #fff;
    color: #25D366;
    border-radius: 50%;
    font-size: 22px;
}

/* TEXT */
.ikon-wa-text{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

/* HOVER EFFECT */
.ikon-wa-float:hover{
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

/* PULSE ANIMATION */
@keyframes ikonPulse{
    0%{
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70%{
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* 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;
  }

}

