@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* Initially hide the sticky logo */
.logo-sticky {
    display: none;
}

/* When navbar-area is sticky, switch logos */
.navbar-area.sticky .logo-normal {
    display: none;
}

.navbar-area.sticky .logo-sticky {
    display: inline-block;
}

.logo_custom_resize {
    height: 35px !important;
}


.preloader_new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #ffffff; */
    /* Optional background color */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.preloader-logo {
    width: 100px;
    /* Adjust as needed */
    height: auto;
    animation: fadePulse 1.5s ease-in-out infinite;
}

@keyframes fadePulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(.2);
    }

    50% {
        opacity: 1;
        transform: scale(.6);
    }
}





/* 3D button style */
.container-3 {
    height: 0px;
    width: 88px;
    /* margin: 70px auto -45px; */
    margin-top: 70px;
    position: relative;
    margin-right: 43px;
}

.circle-3 {
    background-color: #fff;
    height: 38px !important;
    width: 120px;
    display: block;
    border: 5px solid #00baff;
    /* border-radius: 100px; */
    position: absolute;
    bottom: 0;
    z-index: 1;
    animation-name: circle;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: circle;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* rotate: -90deg; */
}

.total-visitor-counter {
    margin-left: 19px;
    color: red;
}

.fa-3 {
    font-size: 20px;
    color: #00baff;
    bottom: 83px;
    position: absolute;
    left: 50%;
    margin-left: 25px;
    animation-name: arrow;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: arrow;
    -webkit-animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}

.pulse-3 {
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 0;
    background-color: transparent;
    opacity: 0;
    width: 110px;
    height: 110px;
    border: 10px solid #00baff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    /* Giving Animation Function */
    -webkit-animation: pulse 1s linear infinite 0.3s;
    -moz-animation: pulse 1s linear infinite 0.3s;
    border-image: initial;
}

@keyframes arrow {
    0% {
        bottom: 0;
    }

    75% {
        bottom: 90px;
    }

    100% {
        bottom: 0;
    }
}

@-webkit-keyframes arrow {
    0% {
        bottom: 0;
    }

    75% {
        bottom: 90px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes circle {
    0% {
        height: 120px;
    }

    10% {
        height: 120px;
    }

    50% {
        height: 130px;
    }

    75% {
        height: 150px;
    }

    90% {
        height: 130px;
    }

    100% {
        height: 120px;
    }
}

@-webkit-keyframes circle {
    0% {
        height: 120px;
    }

    10% {
        height: 120px;
    }

    50% {
        height: 130px;
    }

    75% {
        height: 150px;
    }

    90% {
        height: 130px;
    }

    100% {
        height: 120px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}



#regModal {
    font-size: 13px;
    line-height: 1.4;
}

#regModal .modal-title {
    font-size: 16px;
    font-weight: 600;
}

#regModal label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
    display: inline-block;
}

#regModal input,
#regModal select,
#regModal textarea {
    font-size: 13px;
    padding: 4px 8px;
    height: auto;
    line-height: 1.2;
}

#regModal .form-group {
    margin-bottom: 10px;
}

#regModal .error {
    font-size: 11px;
    color: #d9534f;
    margin-top: 2px;
    display: block;
}

#regModal .form-select {
    padding: 4px 8px;
}

#regModal .pp-plans-cta .btn {
    font-size: 13px;
    padding: 6px 12px;
}

#regModal .chart-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

#regModal .sp-summary {
    padding-left: 18px;
}

#regModal .sp-summary li {
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 1.4;
}

#regModal .modal-body {
    padding: 15px;
}

#regModal .modal-header {
    padding: 10px 15px;
}

#regModal .modal-content {
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


@media screen and (max-width: 767px) {
    .logo_custom_resize {
        max-width: 50% !important;
    }

    .btn-resize-sm {
        padding: 3px 15px !important;
    }

    .contact-item {
        display: flex;
        align-items: flex-start;
        /* Align icon at the top */
        gap: 15px;
        /* Add space between icon and text */
        margin-bottom: 20px;
    }

    .contact-icon {
        flex-shrink: 0;
        /* Prevent the icon from shrinking */
        font-size: 24px;
        margin-top: 4px;
        /* Minor adjustment to vertically align better */
    }

    .contact-content h4 {
        margin-bottom: 4px;
        font-size: 16px;
        font-weight: 600;
    }

    .contact-content p {
        margin: 0;
        line-height: 1.4;
    }
    
    #regModal .sp-summary li {
    	font-size: 13px;
    	margin-bottom: 5px !important; 
    	line-height: 1.4 !important;
    }
    #regModal .form-group {
    	margin-bottom: 10px;
    }
    #regModal .card{
        margin-top:0;
        margin-bottom:0;
    }
    /*#regModal input,*/
    /*#regModal select,*/
    /*#regModal textarea {*/
    /*    font-size: 11px;*/
    /*    padding: 2px 6px;*/
    /*    height: auto;*/
    /*    line-height: 1.1;*/
    /*}*/
    
    #regModal .chart-title{
        display:none;
    }
    #regModal .card-body {
    	padding: 5px;
    }
    #regModal .checkbox-replace a{
        font-size:10px;
    }
    #regModal .pp-plans-bottom{
        margin-top:10px;
    }
    #regModal .pp-plans-cta .btn {
    	font-size: 13px;
    	padding: 6px 12px;
    	margin-bottom: 4px !important;
    }
}