/*code written by Rutuja Nandre*/

body {
    height: 100vh;
    background-size: 60% 60%;
    font-family: 'Anton', sans-serif;
    color: #fff;
}

.sbuttons {
    bottom: 5%;
    position: fixed;
    margin: 1em;
    right: 26px;
}

.sbutton {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: 20px auto 0;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
}

.sbutton>i {
    font-size: 30px;
    line-height: 50px;
    transition: all .2s ease-in-out;
    transition-delay: 2s;
}

.sbutton:active,
.sbutton:focus,
.sbutton:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.sbutton:not(:last-child) {
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
    opacity: 0;
}

.sbutton:not(:last-child)>i {
    font-size: 25px;
    line-height: 37px;
    transition: all .3s ease-in-out;
}

.sbuttons:hover .sbutton:not(:last-child) {
    opacity: 1;
    width: 40px;
    height: 40px;
    margin: 15px auto 0;
}

.sbutton:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

.sbutton:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}

.sbutton:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}

.sbutton:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}

.sbutton:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

.sbutton:not(:last-child):nth-last-child(6) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.sbutton.mainsbutton {
    background: #2ab1ce;
}

.sbutton.linkedin {
    background: #0e76a8;
}

.sbutton.email {
    background: #BB001B;
}

.sbutton.sms {
    background: #4180ec;
}

.sbutton.twitt {
    background: #03A9F4;
}

.sbutton.fb {
    background: #3F51B5;
}

.sbutton.whatsapp {
    background: #00e676;
}


/* for desktop */

.whatsapp_float {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 60px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}


/* for mobile */

@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }
    .whatsapp_float {
        width: 60px;
        height: 60px;
        bottom: 50px;
        left: 30px;
        font-size: 37px;
    }
}


@media (max-width: 1199px) {
    .u-footer .u-social-icons-1 {
        width: 182px;
        margin-bottom: 8px;
    }
}
.u-footer .u-social-icons-1 {
    height: 27px;
    min-height: 16px;
    width: 182px;
    min-width: 139px;
    margin: 9px auto 31px;
}

.u-footer .u-icon-1 {
    color: rgb(59, 89, 152) !important;
    height: 100%;
}

.u-footer .u-icon-2 {
    color: rgb(85, 172, 238) !important;
    height: 100%;
}

.u-footer .u-icon-3 {
    color: rgb(197, 54, 164) !important;
    height: 100%;
}

.u-footer .u-icon-4 {
    height: 100%;
    color: rgb(210, 34, 21) !important;
}


.social-icons-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e3f2fd;
    box-shadow: 1px 1px 8px #1a1a1a, -1px -1px 8px #4a4a4a;
    color: #303030;
    font-size: 24px;
    transition: transform 0.3s, background 0.3s, color 0.3s;
}

.social-icon:hover {
    transform: scale(1.1);
    background: linear-gradient(145deg, #3a3a3a, #222222);
    color: #ffd700;
}

.social-icon.facebook:hover {
    background: #3b5998;
    color: #fff;
}

.social-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
}

.social-icon.linkedin:hover {
    background: #0077b5;
    color: #fff;
}

.social-icon.twitter:hover {
    background: #1da1f2;
    color: #fff;
}

.social-icon.youtube:hover {
    background: #ff0000;
    color: #fff;
}



 /* Container to center the button */
 .contact-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;

}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    color: #fff;
    background: linear-gradient(90deg, #e1e1e1, #aa0025);
    border: none;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
    text-transform: uppercase;
}

.contact-btn:hover {
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    color: #ffffff;
}

.contact-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact-options {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 20px;
    padding: 20px;
    /* background-color: #f7f9fc;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    padding-top: 55px;
}

.contact-item {
    text-align: center;
}

.contact-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #333;
    font-weight: bold;
    transition: transform 0.3s, color 0.3s;
}

.contact-link:hover {
    color: #007BFF;
    transform: translateY(-5px);
}


.icon {
    font-size: 1.5rem;
    margin-bottom: 8px;
    display: block;
    background: #e3f2fd;
    color: #007BFF;
    padding: 12px;
    border-radius: 30%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
}

.contact-link:hover .icon {
    background: #db545a;
    color: #fff;
}

.label {
    font-size: 1rem;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .contact-options {
        /* flex-direction: column; */
        gap: 15px;
    }

    .icon {
        font-size: 1.8rem;
        padding: 10px;
    }

    .label {
        font-size: 0.9rem;
    }
}

/* Initial state for hidden elements */
.slide-up {
    opacity: 0;
    transform: translateY(40px);
    transition: 
      opacity 0.6s ease-out, 
      transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1); /* Smoother animation curve */
    will-change: opacity, transform; /* Optimizes performance */
    pointer-events: none; /* Prevent interaction when hidden */
  }
  
  /* When the element is in view */
  .slide-up.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* Enable interaction when visible */
  }
  
 
  /* Additional advanced styling for smoother fallback */
  @media (prefers-reduced-motion: reduce) {
    .slide-up, .slide-up.visible {
      transition: none;
    }
  }
  