.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    scroll-padding-top: 80px; /* Adjusts the scroll landing for ALL links */
    scroll-behavior: smooth !important;
}
.fade-text {
    transition: opacity 0.5s ease;
    opacity: 1;
}

.fade-out {
    opacity: 0;
}
.arc-container {
    position: relative;
    width: 80%;
    height: 260px;
}

.card-1 {
    width:150px;
    position: relative;
    top: 25%;
    right: -55%;
    z-index: 30;
    transform: rotate(0deg);
    animation: float 3s ease-in-out infinite;
}

.card-2 {
    width:200px;
    position: relative;
    top: 0%;
    left: 28%;
    transform: translateX(-50%) rotate(0deg);
    z-index: 20;
    animation: float 4s ease-in-out infinite;
}

.card-3 {
    width:220px;
    position: absolute;
    top: 12rem;
    left: 0%;
    z-index: 10;
    transform: rotate(0deg);
    animation: float 5s ease-in-out infinite;
}

.star-badge {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: linear-gradient(180deg, #00aaff, #0077c2);
    display: grid;
    place-items: center;
    color: white;
    font-weight: 700;
}

.arrow-badge {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: white;
    display: grid;
    place-items: center;
    color: black;
    font-weight: 700;
}

.bridge-1 {
    transform: rotate3d(1,1,1,68deg);
    position: absolute;
    height: 0rem;
    border: 8px solid white;
    left: -3px;
    width: 1.5rem;
    top: -0.5rem;
    z-index: 999;
}

.bridge-2 {
    transform: rotate3d(1,1,1,68deg);
    position: absolute;
    height: 0rem;
    border: 10px solid #01ACED;
    left: -3px;
    width: 1.5rem;
    top: -0.5rem;
    z-index: -1;
}

@media (max-width:1024px){
    .arc-container {
        top:7%;
    }

    .card-1 {
        width:150px;
        position: relative;        
        top: 5%;
        right: -70%;
    }

    .card-2 {
        position:absolute;
        top: 26%;
        left: 30%;
    }

    .card-3 {
        top:9.6rem;
    }
}

@media (max-width: 768px) {
    .arc-container {
        top:0%;
        height: 42vh;
    }

    .card-1 {
        position:relative;
        width:150px;
        top: 5rem;
        right: -50%;
        transform: rotate(-3deg);
    }

    .card-2 {
        position:relative;
        width:200px;
        top: 6%;
        left:25%;
        transform: translateX(-50%) rotate(-1deg);
    }

    .card-3 {
        position:absolute;
        width:220px;
        top:77%;
        left: 0;
        transform: rotate(2deg);
    }
}

@media (max-width: 640px) {
    .arc-container {
        height: 300px;
    }

    .card-1 {
        width:150px;
        top: 6rem;
        right: -55%;
        position:relative;
    }

    .card-2 {
        width:200px;
        top: 2rem;
        left: 16%;
        right:10px;
        position:relative;
    }

    .card-3 {
        top: 14rem;
        left: -2rem;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.client-image {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assest/client-image.png) no-repeat center/cover;
}

.social-icon {
    transition: all 0.3s ease;
    transform-style: preserve-3d;
}

    .social-icon:hover {
        transform: translateY(-4px) rotateX(15deg);
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    }

.facebook {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.instagram {
    background: linear-gradient(135deg, #e4405f, #f77737, #fccc63);
    color: white;
}

.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.linkedin {
    background: linear-gradient(135deg, #0077b5, #00a0dc);
}

.twitter {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9);
}

#insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    font-size: 150px;
}


.back-to-top {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

    .back-to-top.visible {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top:hover {
        background-color: #048BCD;
        transform: translateY(-3px);
    }

@media (max-width : 1200px){
    #about-us-para{
        font-size:1rem;
    }
}

.blog-logo {
    will-change: filter ,trasform;
    transition: filter 300ms;
    transform-origin: center; 
    animation: logo-float 4s ease-in infinite;
}

@keyframes logo-float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
        transform:rotate3d(360deg);
    }
}
.blog-background{
    background: radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.1), rgba(147, 197, 253, 0.2));
    background-color: #f8f7ff;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #000000de;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #37517e;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.chat-icon {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .chat-icon:hover {
        transform: scale(1.1) rotate(5deg);
    }

    .chat-icon:active {
        transform: scale(0.95);
    }

.chatbox {
    animation: slideUp 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.message {
    animation: messageSlide 0.3s ease-out;
}

@keyframes messageSlide {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.typing-indicator span {
    animation: typing 1.4s infinite;
}

    .typing-indicator span:nth-child(2) {
        animation-delay: 0.2s;
    }

    .typing-indicator span:nth-child(3) {
        animation-delay: 0.4s;
    }

@keyframes typing {
    0%, 60%, 100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }
}

.chat-messages {
    scrollbar-width: thin;
    scrollbar-color: #086FB2 #f1f1f1;
}

    .chat-messages::-webkit-scrollbar {
        width: 6px;
    }

    .chat-messages::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .chat-messages::-webkit-scrollbar-thumb {
        background: #086FB2;
        border-radius: 10px;
    }

.icon-3d {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
  .grecaptcha-badge {
    bottom: 200px !important;
  }

.message-content{
    overflow:auto;
}
.user-message{
    color:white;
}

