* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
@media(max-width: 768px){
    .abusandvalues{
        flex-direction: column;
    }
    .abus, .values{
        width: 100% !important;
    }
}




.navbar{
    background-color: rgb(229, 229, 229);
}
.servicebtn{
    color: black !important;
}
.servicebtn:hover{
    color: #71979c !important;
}

.topbar{
    margin: 0 !important;
    justify-content: space-between;
    padding: 10px 12vw !important;
    background-color: rgb(252 143 9);
}

.topbar .contactlinks ul, .topbar .socialmedias ul{
    display: flex; 
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 1em;
}
.topbar .contactlinks ul li{
    font-size: 16px;
}
 .topbar .socialmedias ul li i{
    font-size: 18px;
    border-radius: 50%;
    transition: box-shadow 0.3s ease;
 }
.socialmedias ul li a{
    color: white;
}
.socialmedias ul li i:hover{
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.contactlinks ul li{
    color: white;
}


.nav-item a{
    color: #71979c;
}
.navbar-nav{
    gap: 1vw !important;
}

#navbarNavDropdown{
    margin: 0 !important;
    justify-content: end;
    padding: 0 12vw 0 0!important;
    gap: 10vw;
}

.logoandname{
    padding: 0 2vw 0 12vw !important;
}
.logoandname img{
    padding: 0!important;
}

nav .navitems {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.nav-item a {
    text-decoration: none;
    color: black;
    transition: font-weight 0.2s ease, color 0.2s ease;
}
.nav-item a:hover {
  font-weight: 500;
  color: #71979c;
}
.appointbutton{
    color: black;
    background-color: #02a8f8;
    padding: 8px 20px;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.appointbutton:hover {
    color: white;
    background-color: black;
    transform: translateY(-5px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}


.carousel{
    width: 100%;
}

.valuecust{
    padding: 40px 0;
    text-align: center;
}
.entersols .col-md-4 .card{
    border-radius: 25px;
    height: 100% ;
}
.entersols .col-md-4 .card img{
    border-radius: 25px 25px 0 0;
    
}
.entersols .card-body{
    display: flex;
    flex-direction: column;
}
.entersols .card-body .btn{
    margin-top: auto;
    width: 40%;
}

.entersols .col-md-4 .card .card-title{
    text-align: center;
    font-weight: 550;
}
.entersols .card-body p{
    text-align: justify; 
    margin-bottom: 0;
}
.entersols .col-md-4{
    display: flex;
    justify-content: center;
    padding: 2vh 2vh;
}


.solnoffercards .col-md-4 .card{
    height: 230px;
    width: 950%;
}
.solnoffercards .col-md-4 .card .card-title{
    text-align: center;
    font-weight: 550;
}
.solnoffercards .col-md-4 .card p{
    text-align: justify; 
}
.solnoffercards .col-md-4{
    display: flex;
    justify-content: center;
    padding: 10px 10px;
}
.solnoffercards img{
    width: 30%;
}
.entersols .card{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.entersols .card:hover {
    transform: translateY(-5px);
    /* slight upward lift */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    /* soft shadow */
}
.solnoffercards .card{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solnoffercards .card:hover {
    transform: translateY(-5px);
    /* slight upward lift */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    /* soft shadow */
}

.whatsappbutton{
    color: white;
    font-size: 20px;
    background-color: 	#25d366;
    padding: 12px 30px;
    border-radius: 27px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsappbutton:hover {
    transform: translateY(-2px);
    /* slight upward lift */
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    /* soft shadow */
}

.abusandvalues p{
    text-align: justify;
}
.abusandvalues{
    padding: 40px 3vw !important;
    gap: 60px;
}
.abus, .values{
    width: 50%;
}

.banner{
    padding: 20px 12vw 0 12vw!important;
    background-color: #1f273a;
    color: white;
}

.whowetext p{
    padding-bottom:  auto;
    text-align: justify;
}

.sleep{
    color: white;
    padding: 120px 12vw !important;
    background-color: #71979c;
}
.sleep img{
    margin-top: 18px;
    width: 90%;
    border-radius: 10px;
    box-shadow: 3px 3px 7px #1f273a;
}



.consultbutton{
    color: black;
    background-color: #7ea7ad;
    padding: 8px 20px;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.consultbutton:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    color: white;
}

.emptycol{
    height: 100% !important;
    background-color: #5c7c80;
}
.followtext1{
    font-size: 1.1rem;
    padding: 20px !important;
}
.miniheadtext1{
    font-weight: 600;
    font-size: 2.2rem;
    padding-left: 20px;
}
.whowetext1 {
    padding: 60px 0;
    text-align: justify;
}

.socialmedias1 ul li a{
    color: black;
}
.socialmedias1 ul li i:hover{
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.mapcont{
    
    height: 50vh;
}
.mapembed{
    box-shadow: 2px 0px 4px 1px;
    height: 100%;
    width: 100% !important;
}




.headingtext{
    font-weight: 600;
    font-size: 3rem;
}
.miniheadtext{
    font-weight: 600;
    font-size: 2.2rem;
}
.followtext{
    font-size: 1.1rem;
}


.websitebody{
    padding: 0 12vw !important;
}

footer{
    background-color: #bebebe;
}
.foot1 {
    margin: 0;
    padding: 25px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 18px;
    font-weight: 700;
}
.foot2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 0 0 25px;
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.float-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #3d4d72; /* Custom color */
  color: white;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  font-size: 24px;
  transition: transform 0.3s, background-color 0.3s;
}

.float-btn:hover {
  background-color: #1f273a;
  transform: translateY(-3px);
}


/* service links */
.websitebody {
  position: relative;
}

.service-links {
  position: fixed;  /* fixed so it stays on screen */
  top: 30vh;        /* adjust vertical placement as you want */
  left: 0.5vw;        /* safely within your 12vw padding */
  width: 11.5vw;      /* keep it narrow, still in the padding space */
  z-index: 999;
  background: rgba(255,255,255,0.95);
  padding: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  border-radius: 6px;
}

.service-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-links li {
  margin-bottom: 8px;
}

.service-links a {
  text-decoration: none;
  color: black;
  transition: color 0.3s;
  font-size: 0.9em !important;
}

.service-links a:hover {
  color: #007bff;
}


form{
    min-height: 300px;
}
.emptycol input, .emptycol textarea{
    padding-left: 5px !important;
    border-radius: 7px;
    width: 90%;
    height: 2.5rem;
}