﻿.home-img {
    height: 100%;
    width: 100%;
    padding: 5%;
}

.first-div {
    background-color: #ffffff !important;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.025);
}

.logo-img {
    height: 45px !important;
    width: auto !important;
}

.try-now {
    background-color: #f79722; /* Choose a brand color */
    color: white !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    transition: background-color 0.3s !important;
    margin-top:30px !important;
    margin-left:20px !important;
    height: 40px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

    .try-now:hover {
        background-color: #ac6206 ; /* Slightly darker on hover */
        color: #fff;
    }

.about-1 {
    background-image: url("/images/chm/team.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 700px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /*padding-top: 145px;*/
}

.embossed-text {
    font-weight: bold !important;
   /* text-shadow: -1px -1px 1px #555, 1px 1px 1px #fff !important;*/
    color: #0000ff !important
}

.a-btn {
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 55px;
    line-height: 53px;
    margin-top: 33px;
    padding: 0 40px;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

    .a-btn:hover {
        color: #ffffff;
        text-decoration: none;
    }
        .a-btn:before {
        background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#26aef9), to(#22f285)) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #26aef9 0%, #22f285 100%) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) linear-gradient(to right, #26aef9 0%, #22f285 100%) repeat scroll 0 0;
        border-radius: 30px;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: -1;
    }

    .a-btn:after {
        background: #001430 none repeat scroll 0 0;
        border-radius: 30px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: -1;
    }

    .a-btn:hover:after {
        opacity: 1;
        color: #ffffff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }


.line-1 {
    margin-top: 20px;
    border-bottom: 1px solid rgba(216, 210, 196, 0.2) !important;
    margin-left: 10%;
    margin-right: 10%
}

.feature-block {
    transition: all 0.3s ease;
    border: 1px solid #f7f7ba !important;
    cursor: pointer
}

    .feature-block:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
        border-color: rgba(0, 0, 0, 0.15);
    }

.success-key {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px !important;
    padding-bottom: 10px;
    white-space: nowrap;
}

.hero-div {
    height: calc(100vh - 150px);
    padding: 0px !important;
    margin: 0px !important
}

.nomarpad {
    padding: 0px !important;
    margin: 0px !important
}

.home-txt-dv {
    padding: 0px 30px 0px 80px;
    margin: 0px !important;
    height: 100%
}

.app-h1 {
    font-size: 2.25rem !important;
    font-weight: 500 !important;
    color: #333 !important;
    letter-spacing: .5px !important
}

.app-h2 {
    font-size: 1.60rem !important;
    font-weight: 500 !important;
    color: #555 !important;
    letter-spacing:.5px !important
}

/* Tablet (max-width: 991px) */
@media screen and (max-width: 991px) {
    .home-img {
        width: 100%;
        padding-right: 6%;
        padding-left: 6%;
        height: auto;
        max-height: 500px; /* Adjust as per design */
    }

    .success-key {
        gap: 20px;
        display: none
    }

    .home-txt-dv {
        padding: 20px !important;
        height: auto;
    }

    .app-h1 {
        font-size: 2rem !important;
    }

    .app-h2 {
        font-size: 1.4rem !important;
    }


    .about-1 {
        height: auto !important;
    }
}

/* Mobile (max-width: 767px) */
@media screen and (max-width: 767px) {
    .home-img {
        width: 100%;
        padding-right: 6%;
        padding-left: 6%;
        height: auto;
        max-height: 300px; /* Adjust as per design */
    }

    .success-key {
        gap: 20px;
        display: none
    }

    .hero-div {
        height: auto;
    }

    .home-txt-dv {
        padding: 20px !important;
        height: auto;
    }

    .app-h1 {
        font-size: 2rem !important;
    }

    .app-h2 {
        font-size: 1.4rem !important;
    }

    .about-1 {
        height: auto !important;
    }
}
