.btn-warning{
    background-color: #58acc5 !important;
    border-color: #58acc5 !important;
    color: #fff !important;
}
.text-warning{
    color: #58acc5 !important;
}
.logo-img {
    width: 100px;
}
.bg-warning{
   background-color: #58acc5 !important;
}
.bg-light {
    background-color: #ffe0cc !important;
}
.bg-dark{
    background-color: #000000 !important;
}


/* new  */
.container-fluid {
    padding: 0 60px;
}
.sec-pad {
    padding-top: 120px;
    padding-bottom: 60px;
}


.bg-home {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/common/b-img.jpg) center center no-repeat;
    background-size: cover;
    border-bottom-right-radius: 100px;
}

.contact-icons {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.contact-icons .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: 0.3s;
  text-decoration: none;
}

.contact-icons .whatsapp {
  background-color: #25d366;
}

.contact-icons .call {
  background-color: #0d6efd; 
}

.contact-icons .icon:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
  
  .container-fluid {
    padding: 0   12px;
  }
  .sec-pad {
    padding-top: 0px;
    padding-bottom: 0px;
 }
 .mb-st {
    padding: 11px 10px !important;
 }
 .navbar-nav.ms-auto.py-0 {
    padding-top: 20px !important;
 }
}