@font-face {
    font-family: 'AlmadenSansMedium';
    src: url('../font/AlmadenSans-Regular-WebXL.woff2') format('woff2');
    font-weight: 500;
    /* Medium weight */
    font-style: normal;
}

.Effective-sec-item-custom {
    height: 100%;
}

.slideInLeft-background {
    background: url(../image/model-background.png) no-repeat center right;
    background-size: cover;
    height: 630px;
    /* width: 100px; */
}

.Cyber-Security-con-model {
    padding: 20px 50px !important;
}

.text-darks {
    color: black !important;
}

.saas {
    border-radius: 20px !important;
}

.client-logo-size {
    height: 100px;
    width: 100px;
    border-radius: 10px;
}

.color-white {
    color: rgb(255, 255, 255);
}

.marlef {
    margin-left: 20px;
}

.form-inner-con input {
    color: #000000;
}

.form-inner-con select {
    color: #000000;
    padding: 17px !important;
}

.form-inner-con select option {
    background-color: #0ccce9;
}

.pdb-0 {
    padding-bottom: 0px !important;

}

@media screen and (max-width: 500px) {
    .slideInLeft-background {
        background: url("../image/model-mobile-background.png") no-repeat center center;
        background-size: cover;
        min-height: 630px;
        /* Ensures minimum height without forcing fixed height */
        width: 100%;
    }

    .Cyber-Security-con-model {
        padding: 20px 25px !important;
    }

    .mb-10 {
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 1400px) {
    .custump {
        font-size: 16px;
        line-height: normal;
    }

    .custump2 {
        font-size: 18px;
        /* line-height: normal; */
    }

    .custh2 {
        font-size: 44px;
        line-height: normal;
    }

}



.custump {
    font-family: 'AlmadenSansMedium', sans-serif;
    font-size: 16px;
    line-height: normal;
}

.custump2 {
    font-size: 18px;
    color: black;
    /* line-height: normal; */
}

.custh2 {
    font-size: 44px;
    line-height: normal;
}

.loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.securelogo {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.header-first {
    margin-top: -45px;
    background: #ffffff !important;
}

.logotext {
    font-family: 'Playfair Display', 'Dancing Script', serif;
    /* font-style: italic; */

    font-size: 34px;
    font-weight: 600;
}

.blue-color {
    color: #13afe8 !important;
}

.green-color {
    color: #4dd101;
}

.darkblue-color {
    color: #005da2;
}

.contact-btn:hover {
    color: #000000;
}

.logo-container {
    display: flex;
    align-items: center;
}


.logo-container .logotext {
    font-size: 36px;
    font-family: 'Playfair Display', 'Dancing Script', serif;
    color: #ffffff !important;
    /* or your preferred color */
    text-decoration: none;
    /* remove underline */
}

.popup-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The popup text */
.popup-text {
    visibility: hidden;
    width: 300px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 125%;
    /* now appears below */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
}

/* Arrow pointing up now */
.popup-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
}

/* Show the popup on hover */
.popup-container:hover .popup-text {
    visibility: visible;
    opacity: 1;
}

.radious-20 {
    border-radius: 20px;
}

.activepage {
    color: #000000 !important;
    font-weight: 600;
}


.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: relative;
    animation: float 3s ease-in-out infinite;
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
    color: white;
}

.whatsapp-link:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background-color: #128C7E;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

button {
    cursor: pointer;
}

.banheight {
    height: 62vh;
}

@media screen and (max-width: 1368px) {
    .banheight {
        height: 80vh;
    }
}


.banner2-img {
    width: 100%;
    height: auto;
    /* keeps aspect ratio */
    object-fit: cover;
    /* crops to fill container */
    object-position: center;
}

.text-slider {
    position: relative;
    height: 120px;
    /* Adjust height based on your text size */
    overflow: hidden;
}

.text-slider .slide {
    position: absolute;
    width: 450px;
    opacity: 0;
    transform: translateY(100%);
    animation: slideAnimation 8s infinite;
}

.text-slider .slide:nth-child(1) {
    animation-delay: 0s;
}

.text-slider .slide:nth-child(2) {
    animation-delay: 2s;
}

.text-slider .slide:nth-child(3) {
    animation-delay: 4s;
}

.text-slider .slide:nth-child(4) {
    animation-delay: 6s;
}

@keyframes slideAnimation {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    5% {
        opacity: 1;
        transform: translateY(0);
    }

    25% {
        opacity: 1;
        transform: translateY(0);
    }

    30% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

#loaders {

    /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    /* optional dim effect */
    z-index: 9999;

    /* Flexbox centering */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Loader animation */
.loaders::after {
    content: "";
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.banimg {
    margin-top: 20px;
    width: 33vw;
}

.contactus-box {
    height: 150px;

}

.padding-0 {
    padding: 0;

}

.phone-input-group .country-code-select {
    width: 30% !important;
    /* 3:10 ratio for country code */
}

.phone-input-group .phone-number-input {
    width: 70% !important;
    /* 7:10 ratio for phone input */
}

.country-code-select .dropdown-menu {
    z-index: 1050 !important;
    /* Ensure dropdown appears on top */
    max-height: 200px !important;
    /* Limit dropdown height to 200px */
    overflow-y: auto;
    /* Enable scrolling for overflow content */
}