@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: 770px;
        margin-bottom: -36px;
        /* 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;
}

.header-first-about {
    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 {
    background-color: #2152a1 !important;
}


.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;
    z-index: 1000;
}

/* 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: 999999;
    top: 125%;
    /* now appears below */
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    font-size: 14px;
    opacity: 1;

}

/* 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;
    z-index: 101 !important;
}

/* Show the popup on hover */
.popup-container:hover .popup-text {
    visibility: visible;
    opacity: 1;
}

.radious-20 {
    border-radius: 20px;
}

.navpadd {
    padding: 0 !important;
    height: 50px;
}

.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;
}

.effective-link-btn {
    margin-top: 0 !important;
}

@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 */
}

/* Banner Section */
.hero-banner {
    width: 100%;
    height: 550px;

    background-image: url("/assets/image/main-hero.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.hero-banner2 {
    width: 100%;
    height: 550px;

    background-image: url("/assets/image/hero-banner-index-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

/* Content */
.banner-content {
    max-width: 525px;
    margin-left: 8%;
    text-align: left;
}

.banner-content h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    color: #1d2b4f;
    margin-bottom: 30px;
}

.banner-content-2 {
    padding-top: 5%;
    max-width: 850px;
    margin: auto;
}

.benner-bac h1 {
    color: #ffffff !important;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;

    /* makes text readable on any image */
    text-shadow:
        0px 2px 6px rgba(0, 0, 0, 0.8),
        0px 4px 12px rgba(0, 0, 0, 0.6);
}

/* Logo */
.banner-logo {
    width: 160px;
    margin: 0 140px auto;
    display: block;
}

/* Heading */
.banner-content-2 h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    color: #1d2b4f;
}



.contact-us-log {
    display: flex;
}

.contact-us-log img {
    margin-left: 15%;
    margin-right: 20px;

}

.contact-us-log h1 {
    margin-top: 50px;
    color: #fff;
    font-size: 55px;
}

.contact-logo {
    border-radius: 10px;
}

/* .benner-bac {
    background-color: #ffffff69;
    padding: 5%;
    border-radius: 10px;
    border: 1px solid #ffffff9e;
} */

/* Buttons */
.banner-btn {
    display: flex;
    gap: 18px;
}

.btn {
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.download-btn {
    background: #00a896;
    color: #fff;
}

.contact-btn {
    background: #1d2b4f;
    color: #fff;
}

@media (max-width:1368px) {

    .hero-banner {
        height: 400px;
    }

    .hero-banner2 {
        height: 400px;
    }

    .banner-heading h1 {
        font-size: 30px;
    }

    .text-slider {
        font-size: 16px;
    }

    .banner-content {
        width: 500px;
    }

    .banner-logo {
        width: 100px;

        margin: 0 140px auto;
        margin-bottom: 20px !important;
    }

    .banner-content-2 {

        width: 700px;
    }

}

/* Responsive */
@media (max-width:900px) {

    .hero-banner {
        height: 80vh;
        padding: 100px 20px;
        justify-content: center;
        text-align: center;
    }

    .hero-banner2 {
        height: 80vh;
        padding: 40px 20px;
        justify-content: center;
        text-align: center;
    }

    .banner-content {
        margin-right: 0;
    }

    .banner-content h1 {
        font-size: 28px;
    }

    .banner-btn {
        justify-content: center;
        flex-wrap: wrap;
    }

}

@media (max-width:500px) {

    .hero-banner {
        background-image: url("/assets/image/mobile-banner.jpeg");

    }

    .banner-content {
        width: 280px;
    }

    .banner-content-2 {

        width: 300px;
    }

    .banner-logo {
        margin: 0px 80px auto 115px;
    }

    .hero-banner {
        padding: 60px 20px;
    }

    .banner-content h1 {
        font-size: 17px;
    }

    .contact-us-log img {
        height: 69px;
    }

    .contact-us-log h1 {
        margin-top: 5px;
        color: #fff;
        font-size: 32px;
    }

    .hero-banner-contact {
        padding: 6rem 0 6rem !important;
    }

    .topcont {
        /* margin-top: -25px !important; */
        padding: 15px 15px 20px 15px;
    }

    .phone-center {
        text-align: center;
    }

    .text-slider .slide {
        width: auto;
    }

}