/*****************FEATURES SECTION START*************/
#features {
    padding-top: 125px;
    padding-bottom: 125px;
}

.main-heading {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -3px;
    font-weight: normal;
}

.sub-heading {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.feature-icon {
    font-size: 55px;
    margin-bottom: 13px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.feature-card .card {
    border: none;
}

.feature-card .card-title {
    font-size: 20px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.feature-card .card-body {
    padding: 2rem;
}

.box {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    border: 1px solid #000;
    z-index: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    margin-right: -1px;
}

.box:hover {
    z-index: 10;
}

.box:before,
.box:after {
    content: "";
    display: block;
    position: absolute;
    background: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
}

.box:before {
    width: calc(100% + 1px);
    height: 100%;
    z-index: 1;
    -webkit-transition: height 1s ease, opacity .8s ease;
    -o-transition: height 1s ease, opacity .8s ease;
    transition: height 1s ease, opacity .8s ease;
}

.box:after {
    height: calc(100% + 1px);
    width: 100%;
    z-index: 1;
    -webkit-transition: width 1s ease, opacity .8s ease;
    -o-transition: width 1s ease, opacity .8s ease;
    transition: width 1s ease, opacity .8s ease;
}

.box:hover:before,
.box:focus:before {
    -webkit-transition: height .2s ease, opacity .3s ease;
    -o-transition: height .2s ease, opacity .3s ease;
    transition: height .2s ease, opacity .3s ease;
    height: 85%;
    opacity: .7;
    border: 1px solid #6CDFBD;
}

.box:hover:after,
.box:focus:after {
    -webkit-transition: width .2s ease, opacity .3s ease;
    -o-transition: width .2s ease, opacity .3s ease;
    transition: width .2s ease, opacity .3s ease;
    width: 85%;
    opacity: .8;
    border: 1px solid #1635B7;
}

.box:hover .box__image .card-title {
    color: #0C9A9A;
}

.box:hover .feature-icon {
    color: #94cb00;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.box__image {
    fill: #000;
    width: 100%;
    will-change: width;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.col-height-features {
    height: 270px;
}


/* feature section */

.features {
    padding: 60px 110px;
    background: #f9f9f9;
}

.container-custome {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 30px;
}

.feature-box {
    /* background: #fff; */
    padding: 25px 10px;
    text-align: left;
    border-radius: 12px;
    transition: 0.3s ease;
}



.icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.feature-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 14px;
    color: #666;
    text-align: left;
}

@media (max-width: 992px) {
    .container-custome {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .container-custome {
        grid-template-columns: 1fr;
    }
}

.icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
    transition: all 0.3s ease;
}

/* SVG */
.icon svg {
    width: 40px;
    height: 35px;
    fill: currentColor;
    transition: all 0.3s ease;
}

/* Default colors */
.feature-box:nth-child(odd) .icon {
    color: #1635B7;
}

.feature-box:nth-child(even) .icon {
    color: #47D7AC;
}

/* ✅ Hover → NOW circle appears */
.feature-box:nth-child(odd):hover .icon {
    background: #1635B7;
    border-radius: 50%;
}

.feature-box:nth-child(even):hover .icon {
    background: #47D7AC;
    border-radius: 50%;
}

/* Icon turns white */
.feature-box:hover .icon svg path {
    fill: #fff !important;
}


/* gallery section css */
/* SECTION */
.gx-gallery-section {
    padding: 60px 20px;
    /* background: linear-gradient(135deg, #4facfe, #00f2fe); */
    background: radial-gradient(50% 87.75% at 50% 50%, rgba(64, 194, 155, 0.8) 0%, rgba(108, 205, 160, 0.6) 25%, rgba(80, 213, 169, 0.35) 55%, rgba(90, 210, 166, 0.2) 75%, rgba(71, 215, 172, 0.1) 100%);

}

.gx-gallery-wrapper {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* IMAGE ITEM */
.gx-gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}

.gx-gallery-img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

/* LABEL */
.gx-gallery-label {
    position: absolute;
    bottom: 23px;
    left: 28px;
    background: #1635B7;
    color: #FFFFFF;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

/* OVERLAY */
.gx-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s;
}

.gx-zoom-icon {
    font-size: 32px;
    color: white;
}

/* HOVER EFFECT */
.gx-gallery-item:hover .gx-gallery-overlay {
    opacity: 1;
}

.gx-gallery-item:hover .gx-gallery-img {
    transform: scale(1.1);
}

/* MODAL */
.gx-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(135 135 135 / 90%);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* CLOSE BUTTON */
.gx-close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

/* SLIDER */
.gx-slider-container {
    width: 80%;
    overflow: hidden;
}

.gx-slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.gx-slide {
    width: 100%;
    flex-shrink: 0;
    border-radius: 0px;
}

/* NAV BUTTONS */
.gx-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    user-select: none;
}

.gx-prev {
    left: 30px;
}

.gx-next {
    right: 30px;
}

/* end */

.about-heading {
    color: #8C8C8C;
    font-size: 20px;
        font-family: 'Raleway', sans-serif;
}


/* Modal full height */
/* MODAL SIZE CONTROL */
.custom-modal .modal-dialog {
    width: 100%;
    max-width: 1200px;
}

/* MAIN MODAL CONTENT */
.custom-modal .modal-content {
    height:85vh;
    min-height: 420px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
}

/* ROW FULL HEIGHT */
.custom-modal .row {
    height: 100%;
}

/* LEFT SIDE */
.left-side {
    background: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* CENTERED IMAGE (ADJUSTABLE) */
.left-side img {
    width: 85%;
    /* Change as needed */
    height: auto;
}

/* RIGHT SIDE */
.right-side {
    /* background: url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f') no-repeat center; */
    background-size: cover !important;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* DARK OVERLAY */
/* .right-side::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
} */

/* FORM WRAPPER */
.form-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    /* keeps whole block centered */
}

/* LOGO */
.logo {
    width: 60%;
    display: block;
    margin: 0 auto 20px;
}

/* CARD */
.form-card {
    padding: 30px;
    border-radius: 12px;
    border: none !important;
}

/* CLOSE BUTTON FIX */
.custom-modal .btn-close {
    z-index: 5;
}

/* 📱 RESPONSIVE */
@media (min-width: 768px) and (max-width: 1024px) {

    /* HIDE LEFT SIDE */
    .left-side {
        display: none !important;
    }

    /* FULL WIDTH RIGHT SIDE */
    .right-side {
        width: 100%;
    }

    /* ADJUST HEIGHT */
    .custom-modal .modal-content {
        height: auto;
        min-height: 100%;
        padding: 0px;
        margin: 0 auto;
        width: 75%;
    }
}

.book-a-demo-btn {
    background-color: #1635B7;
    border: none;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 7px 12px;
    font-size: 14px;
    gap: 8px;
    text-decoration: none;
        font-family: "Open Sans", sans-serif !important;
            font-weight: 600;
}

.book-a-demo-btn:hover {
    background-color: #09205E;
    color: #FFFFFF !important;
}

.forgot-password {
    text-decoration: none;
    color: #1635B7;

}

.forgot-password:hover {
    text-decoration: underline;
}

.login-heading {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.fixed-top {
    padding: 5px 20px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .team-section .item img {
        height: 225px;
    }

    .team-section .team-detail p {
        font-size: 10px;
    }

    .team-section .team-detail h5 {
        font-size: 13px;
    }

    .team-section .team-detail {
        top: 0px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .contact-section {
        padding: 80px 0;
    }

    .form-wrapper {
        padding: 30px 0px;
    }
}

/* display none for desktop only */
.sidemenu_btn.link {
    display: none;
}

.blue-fill svg path {
    fill: #1635B7;
}

.btn.btn-hvr-blue:hover svg path {
    fill: #FFFFFF !important;
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 1024px) {
    #navbarSupportedContent {
        display: none !important;
    }

    .sidemenu_btn.link {
        display: block;
    }

    .sidemenu_btn {
        top: 0px;
    }

    .side-menu .inner-wrapper {
        padding: 2rem 20px;
    }

    .side-menu-footer p {
        font-size: 12px !important;
        text-align: center !important;
    }

    .contact-section p,
    .contact-section .media-body p {
        font-size: 12px;
    }

    .contact-section label {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .form-control {
        font-size: 13px;
    }

    .footer-card h4 {
        font-size: 14px;
    }

    .footer-card .container {
        padding: 30px 30px;
        margin-top: 30px;
		
    }
}

/* for mobile */



@media (max-width: 767px) {
    .sidemenu_btn.link {
        display: block;
    }

    .blog-section {
        padding: 30px 0;
    }

    .blog-section h2,
    .about-heading {
        text-align: center;
    }

    .blog-section p {
        text-align: center;
        font-size: 14px;
        padding: 0px 38px;
    }

    .sidemenu_btn {
        top: 0px;
    }

    .features {
        padding: 60px 30px;
    }

    .custome-mt-pe {
        margin-top: 0px !important;
        padding-right: 0px !important;
    }

    .feature-box {
        padding: 13px 10px;
    }
}


@media (max-width: 576px) {

    .gx-gallery-wrapper {
        display: flex;
        overflow-x: auto;
        gap: 10px;

        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;

        /* HIDE SCROLLBAR */
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .gx-gallery-wrapper::-webkit-scrollbar {
        display: none;
    }

    .gx-gallery-item {
        flex: 0 0 94%;
        /* adjust for 2–3% peek */
        scroll-snap-align: start;
    }

    .gx-gallery-img {
        width: 100%;
    }

    /* .custome-mt-pe {
    margin-top: 0px !important;
    padding-right: 0px !important;
} */

    .team-section .item img {
        width: 70%;
        margin: 0px auto;
        height: 320px;
    }

    /* .bg-on-mobile{
    display: block; 
}
.bg-on-desktop{
    display: none;
}
.slotholder{
    top: 60px !important;
} */

    .contact-section {
        padding: 60px 20px;
    }

    footer {
        padding: 120px 0 25px;
    }

    .footer-card h4 {
        font-size: 15px;
    }

    .footer-card h4 span {
        font-size: 18px;
    }

    .footer-card .container {
        border-radius: 0px;
        padding: 20px 30px;
		
    }

    .footer-card {
        top: -42px;
    }

    .footer-card .btn {
        padding: 7px 25px;
        font-size: 14px;
    }
}

/* HIDE SCROLLBAR BUT KEEP SCROLL */
.gx-gallery-wrapper {
    -ms-overflow-style: none;
    /* IE & Edge */
    scrollbar-width: none;
    /* Firefox */
}

.gx-gallery-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

/* .custome-mt-pe {
    margin-top: 30px !important;
    padding-right: 50px !important;
} */
/* 
.bg-on-mobile{
    display: none; 
}

.bg-on-desktop{
    display: block;
} */


/* @media (max-width: 1024px) and (min-width: 768px) {
    #rev_slider_1_1 .tp-bgimg {
        background-size: 100% auto !important;
        background-position: center center !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

    #rev_slider_1_1 .tp-caption {
        text-align: left !important;
    }

    #rev_slider_1_1 .tp-parallax-wrap {
        left: 70px !important;
        transform: none !important;
    }
} */


/* @media (max-width: 991px) and (min-width: 577px) {

    #slide-2-layer-4 a,
    #slide-2-layer-8 a {
        font-size: 13px !important;
        padding: 10px 25px !important;
    }
}

@media (max-width: 991px) and (min-width: 577px) {

    #slide-2-layer-2,
    #slide-4-layer-2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    #slide-2-layer-3,
    #slide-4-layer-3 {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .tp-caption {
        overflow: visible !important;
    }
} */


/* feature section new on mobile */

@media (max-width: 576px) {

    .container-custome {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .feature-box {
        border: 1px solid #b6eadb;
        padding: 0;
        border-radius: 0px;
    }

    .feature-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 10px;
        cursor: pointer;
        background-color: #fff;
        transition: background 0.3s ease;
    }

    .feature-header h3 {
        font-size: 15px;
        margin: 0;
        flex: 1;
        padding-left: 10px;
    }

    .toggle-icon {
        font-size: 20px;
    }

    .modal.show .modal-dialog {
        margin-left: 20px;
    }
}

@media (min-width: 577px) {

    .feature-content {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

    .feature-header {
        pointer-events: none;
        /* disables click */
    }

    .toggle-icon {
        display: none;
        /* hide + icon */
    }


}


@media (max-width: 576px) {

    .feature-box:hover .icon {
        background: transparent !important;
        border-radius: 0 !important;
    }

    .feature-box:hover .icon svg path {
        fill: currentColor !important;
    }

}

@media (max-width: 576px) {

    .feature-header h3 {
        padding: 0 25px;
        font-weight: 400;
    }

    .feature-content {
        padding: 6px 35px 6px 60px;
    }

    .icon {
        width: 40px;
        height: 60px;
    }

    .icon svg {
        width: 20px;
        height: 20px;
    }

    .icon svg path {
        fill: #1635B7;
    }

}


@media (max-width: 576px) {



    /* Open */
    .feature-box.active .feature-header {
        background: #EDFBF7;
        border-bottom: 1px solid #b6eadb;
    }
.button-position{
      display: flex;
    justify-content: center !important;
    margin-top: 10px;
}
/* .tp-parallax-wrap{
        top: 295px !important;
} */
/* .tp-parallax-wrap:has(#slide-4-layer-3) {
    top: 295px !important;
} */
.navbar-brand img {
    width: 75%;
}
}

.button-position{
      display: flex;
    justify-content: end;
}
/* @media (max-width: 991px) and (min-width: 577px) {
    #rev_slider_1_1 .tp-parallax-wrap {
        top: 380px;
    }

.tp-caption:has(#slide-4-layer-3) {       
     font-size: 15px;
    line-height: 20px;
        top: 303px;
}
} */

.captcha-row {
    display: flex;
    align-items: center; /* vertically align */
    gap: 10px; /* space between image & input */
}

.captcha-row img {
    height: 40px; /* adjust as needed */
}

.captcha-row input {
    flex: 1; /* input takes remaining space */
}

.forgot-password {
    text-decoration: none;
    color: #1635B7;
}

.forgot-password:hover {
    text-decoration: underline !important;
    color: #1635B7;
}