ul {
    padding: 0;
    margin: 0;
    clear: both;
}

li {
    list-style-type: none;
    list-style-position: outside;
    padding: 5px;
    float: left;
}

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: -9999%;
}

input[type="checkbox"]+label {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    /* border: 1px solid black; */
    border-radius: 45px;
    padding-right: 20px;
    padding-left: 20px;
    color: black;
    background-color: #f4f8ff;
    /* margin-bottom: 5px; */
}

input[type="checkbox"]:checked+label {
    border: 1px solid white;
    color: white;
    background-color: rgb(13, 110, 253);

}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.bg-globe {
    background-image: url("../images/globes.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}

.services-detail {
    padding: 120px 150px;
    /* padding-bottom: 20px; */
    background-color: #0057fc;
    background-image: url("../images/services-detail.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-detail-2 {
    /* padding: 120px 150px; */
    /* padding-bottom: 20px; */
    background-color: #0057fc;
    background-image: url("../images/services-detail.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.service-detail-header {
    font-size: 4rem !important;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

.service-detail-description {
    font-size: 1.5rem;
    line-height: 120%;
    color: white;
    text-transform: capitalize;
    text-align: center;
}

.heading-15 {
    font-size: 3rem;
}

.case-study {
    background-image: url("../images/casestudy.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.core-experties {
    background-color: #1c51b9;
}

.background {
    /* Height adjust kar sakte hain */
    background: linear-gradient(to bottom, #6fc3f7, #1813a2);
    /* Gradient colors */
    border-radius: 12px;
    /* Round corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    /* Shadow effect */
}

.button.fullfield {
    background: linear-gradient(to bottom, #6fc3f7, #1813a2) !important;
    border: none !important;
    font-weight: 500;
    /* border-color: var(--sala-primary-navy, #0057fc); */
    color: var(--sala-alway-white, #ffffff);
}

.button.whatsapp {
    background: #128C7E;
    border: none !important;
    font-weight: 500;
    /* border-color: var(--sala-primary-navy, #0057fc); */
    color: var(--sala-alway-white, #ffffff);
}

.button {
    transition-duration: .3s;
    transition-property: transform;
}

.button:hover {
    transform: scale(1.1);
}


#message {
    height: 100px;
    resize: auto;
}

.header-form input , select {
    height: 35px !important;

}

.text-grad {
    /* background: linear-gradient(to bottom, #6fc3f7, #1813a2); */
    background: linear-gradient(269.07deg, #1813a2 0.48%, #2992d3 99.18%);
    background-clip: text;
    /* Standard property */
    -webkit-background-clip: text;
    /* Vendor prefix for WebKit-based browsers */
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}




/* .consultation-section::after {
    content: "";
    background-image: url("../images/consultation-bg.png");
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
} */

.consultation-section {
    background-color: #032E81;
    background-image: url("../images/consultation-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.consultation-section-border {
    border-color: #032E81;
}

.consultation-section-border {
    opacity: 1;
    border-color: #032E81 !important
        /* border-color:  rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; */
}


.carousel-indicators {
    position: absolute;
    right: 0;
    top: 105% !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 53px !important;
}


.card {
    position: relative;
    overflow: hidden;
    /* To hide the zoomed image */
}

.overlay {
    background: linear-gradient(179.43deg, rgba(0, 0, 0, 0) 4.79%, #000000 91.92%);
    /* Transparent black background */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    z-index: 1;
}

img.zoom-image {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    /* Smooth transition for zoom */
}

.card:hover img.zoom-image {
    transform: scale(1.1);
    /* Zoom effect on hover */
}

.triangle-0 {
    width: 60px;
    height: 60px;
    border-bottom: solid 30px white;
    border-right: solid 30px white;
    border-left: solid 30px transparent;
    border-top: solid 30px transparent;
}

.triangle-2 {
    width: 60px;
    height: 60px;
    border-bottom: solid 30px #0B3689;
    border-right: solid 30px #0B3689;
    border-left: solid 30px transparent;
    border-top: solid 30px transparent;
}

.triangle-3 {
    width: 60px;
    height: 60px;
    border-bottom: solid 10px #032E81;
    border-right: solid 10px #032E81;
    border-left: solid 10px transparent;
    border-top: solid 10px #032E81;
}

body {
    font-family: Arial, sans-serif;
}

/* Chatbot Widget */
.chatbox {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 300px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0;
}

/* Chatbox Header */
.chatbox-header {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

/* Chatlog Styles */
.chatlog {
    display: none;
    height: 300px;
    padding: 10px;
    overflow-y: auto;
    background-color: white;
    border-bottom: 1px solid #ccc;
}

/* Message Styles */
.chatlog p {
    margin: 0;
    padding: 5px;
}

.user {
    color: blue;
}

.bot {
    color: green;
}

/* Input Area */
.chat-input-area {
    display: none;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 0 0 10px 10px;
}

.chat-input-area input[type="text"] {
    width: 75%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.chat-input-area button {
    width: 20%;
    padding: 8px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


.bg-primary {
    background-color: #032E81 !important;
}

.btn-primary {
    background: linear-gradient(to bottom, #6fc3f7, #1813a2) !important;
    border-radius: 5px !important;
    border: none !important;


}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: inherit !important;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


.iti {
    position: relative;
    display: block !important;
    width: 100% !important;

}


.ul-style{
    list-style-type: square !important;
}