/*=========================================================================================================================================================*/

.new_enqury_form_sec {
    padding: 1rem 0;
    position: relative;
    margin-top: 6rem;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 58, 84, 1) 0%, rgba(0, 115, 162, 1) 100%);
}



.new_enqury_form_sec .right_form {
    background: #fff;
    padding: 3rem;
    width: 55rem;
    border: .1rem dashed rgba(0, 0, 0, .2);
    position: relative;
    z-index: 5;
}

/*.new_enqury_form_sec .right_form*/
.new_enqury_form_sec .right_form h4 {
    border-bottom: .1rem dashed #ccc;
    padding-bottom: 1rem;
    font-size: 3rem;
}

.new_enqury_form_sec .right_form .frm_label_txt {
    font-size: 1.6rem;
    text-transform: capitalize;
    color: var(--black);
    display: block;
    padding-bottom: .2rem;
}

.new_enqury_form_sec .right_form form .input_fld {
    margin-bottom: 1.5rem;
}

.new_enqury_form_sec .right_form form input {
    width: 100%;
    border: .1rem solid #ced4da;
    height: 5rem;
    padding: 0 1.5rem;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    color: var(--black);
    font-size: 1.5rem;
    border-radius: 1rem;
    background: transparent;
}


.new_enqury_form_sec .right_form form input::placeholder {
    color: var(--black) !important;
    opacity: .2;
    font-weight: 500;
}

.new_enqury_form_sec .right_form form button {
    display: inline-block;
    padding: 0 3.5rem;
    height: 4.5rem;
    color: var(--white);
    background: var(--gradient);
    line-height: 4.5rem;
    border-radius: .5rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 3rem;
    letter-spacing: .1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    font-size: 1.6rem;
    border: none;
}



.new_enqury_form_sec .left_images {
    position: absolute;
    left: 37rem;
    top: -14rem;
    z-index: 1;
}

.new_enqury_form_sec .left_images img {
    width: 52.6rem;
}


/*.new_enqury_form_sec::after{ content: ""; width: 100%; height: 100%; position: absolute; right: 0; bottom: 0rem; background: url(../images/Goutam.png) no-repeat right bottom; z-index: 3; }*/








/*=========================================================================================================================================================*/

/*=========================================================================================================================================================*/

@media (min-width: 1200px) and (max-width: 9000px) {
    .nav_top .dropdown .dropdown-menu {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        max-height: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        border: none;
        border-bottom: .2rem solid #ccc;
        background: #fff !important;
        width: 10.50rem;
        padding: 0;
        border-radius: 0;
        left: 0;
        right: inherit;
        padding: .5rem .8rem .8rem;
        box-shadow: inherit;
    }

    .nav_top .dropdown:hover .dropdown-menu {
        max-height: 30rem;
        opacity: 1;
        visibility: visible;
    }

    .nav_top .dropdown-menu {
        max-height: 30rem !important;
        overflow-y: auto;
    }


    .nav_top .dropdown .dropdown-menu {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        max-height: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        width: 25rem;
        padding: 0;
        border-radius: .5rem;
        left: 0;
        right: inherit;
        padding: 0;
        box-shadow: 0 0 1rem rgb(0 0 0 / 28%);
    }



}

/* responsive */
@media only screen and (max-width: 1400px) {}


@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1300px) {}


@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}


@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 480px) {}



/* channel-manager-software-pg */

.curved-section {
    background: linear-gradient(135deg, #ff9a56 0%, #ff8c42 100%);
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.curved-section .container {
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 30px;
    line-height: 1.2;
}

.section-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
    line-height: 1.6;
}

.btn-outline-light {
    border: 2px solid var(--white);
    color: var(--white);
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 40px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background-color: var(--white);
    color: #ff9a56;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.image-container {
    position: relative;
    z-index: 3;
    text-align: center;
}

.section-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.curve {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
}

.htl-sof-mnge-bnr-lt h1,
.new_book_banner_sec .htl-sof-mnge-bnr-lt ul li a {
    color: var(--white);
}

.new_book_banner_sec .left_text p {
    color: #ffffffbf;
}

.new_book_banner_sec .htl-sof-mnge-bnr-lt ul li {
    border-right: .1rem solid rgb(0 115 162);
}

@media (max-width: 992px) {
    .curved-section {
        padding: 60px 0 0 0;
        min-height: auto;
    }

    .section-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .section-description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .image-container {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .curved-section {
        padding: 40px 0 0 0;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .section-description {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .btn-outline-light {
        padding: 10px 30px;
        font-size: 14px;
    }

    .image-container {
        margin-top: 30px;
    }

    .curve {
        height: 80px;
    }
}

@media (max-width: 576px) {
    .curved-section {
        padding: 30px 0 0 0;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .section-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .curve {
        height: 60px;
    }
}






.director_sec h2,
.rev-mange-solu-sec h2 {
    font-weight: 700;
    font-size: 4rem;
    text-align: center
}

.rev-solu-card {
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    background: #f5f7f4;
    border: 1px solid #0000001f;
    border-radius: 1rem;
    height: 100%
}

.rev-solu-card i {
    font-size: 2.7rem;
    margin-bottom: .8rem;
    color: var(--brand)
}

.rev-solu-crd-listing {
    margin-top: 5rem
}

.director_sec .director_box .person_image img {
    width: 10rem
}

.director_sec,
.rev-mange-solu-sec {
    padding-top: 0
}

.director_main {
    margin-top: 10.5rem
}

.new_enqury_form_sec .right_form h4 {
    line-height: 3.5rem;
    border-bottom: none;
    border-left: 2.4px solid #0073a2;
    padding-bottom: 0;
    padding-left: .6rem
}

.new_enqury_form_sec .right_form p {
    border-bottom: .1rem dashed #ccc
}

.new_enqury_form_sec .right_form .frm_label_txt {
    padding-bottom: 1rem
}

.new_book_banner_sec .left_text {
    margin-left: 0;
    padding: 2rem 0
}

.new_book_banner_sec .left_text ul {
    flex-wrap: wrap;
    gap: 10px
}

.new_book_banner_sec .right_images img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-top: 2rem
}


.new_enqury_form_sec .left_images img {
    width: 100%;
    max-width: 543px;
}

.new_enqury_form_sec .right_form {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 992px) and (max-width: 1900px) {
    .new_enqury_form_sec .left_images {
        left: 0;
    }
}

@media (max-width:1024px) {

    .director_sec h2,
    .rev-mange-solu-sec h2,
    .trusted_sec h2 {
        font-size: 2.8rem
    }

    .new_book_banner_sec .left_text h1 {
        font-size: 2.5rem
    }

    .director_sec .director_box .person_image {
        margin-bottom: 3rem;
        margin-top: 0
    }

    .director_main {
        margin-top: 3rem
    }

    .director_sec .director_box .bottom_content h3 {
        font-size: 2.5rem;
        font-weight: 600;
        color: var(--black)
    }

    .new_enqury_form_sec .left_images {
        position: relative;
        left: 0;
        top: 0;
        z-index: 1;
        margin-bottom: 0rem;
    }

    .challenge_sec .left_text {
        margin-bottom: 2rem;
        flex-direction: column;
        text-align: center
    }

    .challenge_sec .left_text .content ul li {
        text-align: left
    }

    .challenge_sec .left_text .content h3 {
        margin-top: 1rem;
    }
}

@media (max-width:767px) {
    .ptb {
        padding: 4rem 0
    }

    .new_book_banner_sec .left_text ul li {
        border-right: none;
        width: 100%;
        padding: 5px 0
    }

    .director_box {
        margin-top: 8rem;
        margin-bottom: 2rem
    }

    .challenge_sec .container {
        padding: 0 15px
    }

    .challenge_sec .left_text .images img {
        width: 8rem;
        margin-bottom: 1.5rem
    }

    .footer_sec .collum {
        margin-bottom: 3rem;
        text-align: center
    }

    .ft_contact,
    .ft_location li {
        justify-content: center
    }

    .challenge_sec .left_text .content h3 {
        font-size: 2.5rem
    }
}

@media (max-width:575px) {

    html,
    body {
        overflow-x: hidden !important;
    }

    .rev-solu-crd-listing,
    .trusted_sec .trusted_main,
    .director_main {
        margin-top: 2rem;
    }

    .director_box {
        margin: 0 !important;
    }

    .director_sec,
    .rev-mange-solu-sec {
        padding-top: 0 !important;
    }


}



.cta-sec-2 {
    padding: 6rem;
    background: #0073a2;
    margin-bottom: 7rem;
}

.cta-sec-2-lt h2 {
    font-size: 4rem;
    line-height: 50px;
    color: var(--white);
}

.cta-sec-2-lt p {
    color: #ffffffbf;
}

.cta-sec-2-lt span {
    display: block;
    color: #ff924b;
}

.cta-sec-2-lt .click_btn {
    border-radius: 3rem;
    padding: 0 3rem;
    font-size: 1.8rem;
    background: #ff934b;

}

.brnd-main-wrpr {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
    justify-content: center;
}


.brand-items {
    flex: 1 0 18%;
    display: flex;
    justify-content: center;
}


.trusted_slider {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}


.trusted_slider img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.booking-sec {
    background: linear-gradient(to right, #1a132f, #1f1b3a);
    padding: 7rem 0;
    color: var(--white);
    margin-bottom: 7rem;
}

.tab-cta-sub-tle {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    display: inline-block;
}

.booking-sec h2 {
    margin-bottom: 30px;
    font-size: 27px;
    color: var(--white);
    font-weight: 500;
}

.booking-sec h2 {
    margin-bottom: 30px;
}


.booking-tabs {
    margin-bottom: 40px;
}

.booking-tabs .nav-link {
    background: #ff4b1f;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 1.8rem;
}

.booking-tabs .nav-link.active {
    background: #ff3d00;
}


.slider-box {
    background: #f3f3f3;
    padding: 30px;
    border-radius: 5px;
}


.logo-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-slider img {
    max-height: 50px;
    width: auto;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.explore-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 25px;
    border: 1px solid var(--white);
    color: var(--white);
    text-decoration: none;
}

/* .solution_sec {
        padding: 100px 0 150px 0;
        clip-path: ellipse(150% 100% at 50% 0%);
    } */



.solution_sec {
    background: url('../images/150-1505858_blue-line-curve-png.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 600px;
    display: flex;
    color: var(--white);
    padding: 4rem 0;
}


/* channel-manager-software-pg */


/* hotel-management-software-13-april */
/* 
.serving_properties {
    background: linear-gradient(45deg, #c0e4ff, #0073a299);
    padding: 3rem 0;
} */

.vid-cta-sec {
    background: var(--brand);
    padding: 5rem;
    border-radius: 2rem;
    color: var(--white);
}



.htl-brnd-listing {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    align-items: center;
    justify-items: center;
    padding: 40px 0 20px;
}

.htl-brnd-items {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
    border: 1px solid #eee;
    cursor: pointer;
}

.htl-brnd-items img {
    max-width: 100%;
    max-height: 9rem;
    object-fit: contain;
    opacity: 0.7;
    transition: all 0.3s ease;
}


.htl-brnd-items:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}



@media (max-width: 991px) {
    .htl-brnd-listing {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
}



.video-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    background: #000;
}


.video-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}


.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 1.4rem;
    z-index: 5;
    transition: all 0.3s ease;
}

.video-wrapper:hover .play-btn {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}


.play-btn i {
    font-size: 2.5rem;
}


.video-wrapper {
    position: relative;
    cursor: pointer;
}


.video-wrapper iframe {
    display: none;
    width: 100%;
    height: 315px;
}


.video-wrapper .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    z-index: 2;
}


.video-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}


.video-wrapper.active iframe {
    display: block;
}

.video-wrapper.active img,
.video-wrapper.active .play-btn,
.video-wrapper.active::after {
    display: none;
}

.athr-name-2 {
    color: var(--brand);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: 2rem;
}



h6.athr-post-2 {
    font-size: 16px;
    color: var(--heding);
    padding: 1rem 0;
}

.athr-role-2 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #2c3e50;
}

.testi-2-wrp {
    padding-top: 4rem;
}

.video-wrapper iframe {
    width: 100% !important;
}

.testi-2-sec {
    background: #f1f1f1;
    padding: 7rem 0;
}


.good_srv_box {
    height: 100%;
}


/* bnr & heading */

.bnr-main-hding {

    color: var(--heding) !important;
}


.bnr-main-hding .hotel_management_sub_txt {
    background: linear-gradient(to left, #42c8ff, #27b229f5, #42c8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.txt-gredient {
    background: linear-gradient(to left, #42c8ff 50%, #27b229cc 30%, #42c8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* bnr & heading */


@media (max-width: 991px) {

    .testi-2-sec {
        padding: 5rem 0;
    }

    .testi-2-wrp .row {
        margin-bottom: 3rem !important;
    }

    .test-2-txt,
    .testimonial-text-2 {
        /* text-align: center !important; */
        padding: 0 !important;
    }

    .athr-name-2 {
        font-size: 1.6rem;
    }

    .athr-role-2 {
        font-size: 1.4rem;
    }
}


@media (max-width: 767px) {

    .testi-2-sec {
        padding: 4rem 0;
    }

    .testi-2-wrp .row {
        flex-direction: column;
        /* text-align: center; */
    }

    .order-md-1,
    .order-md-2 {
        order: unset !important;
    }

    .col-md-6 {
        width: 100%;
    }

    .test-2-txt {
        margin-bottom: 2rem;
    }

    .testimonial-text-2 {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .athr-name-2 {
        font-size: 1.5rem;
    }

    .athr-role-2 {
        font-size: 1.3rem;
    }

    .play-btn {
        width: 55px;
        height: 55px;
        font-size: 18px;
    }

    .play-btn i {
        font-size: 1.8rem;
    }
}









.brand-slider-2-sec {
    padding: 7rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.brand-slider-2-sec .brand-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.brand-slider-2-sec .brand-title {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    line-height: 40px;
    text-align: start;
}

.brand-slider-2-sec .brand-highlight {
    color: #ff6b35;
    font-weight: 700;
}

.brand-slider-2-sec .brand-subtitle {
    color: #1a1a2e;
    font-weight: 700;
    font-size: 42px;
}

.brand-slider-2-sec .brand-divider {
    width: 4px;
    height: 100%;
    background: linear-gradient(90deg, #ff6b35 0%, #ff8c42 100%);
    margin: 20px auto 0;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
}

.logo-slider-2-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo {
    width: 100%;
    height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.brand-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: #ff6b35;
}

.brand-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.brand-logo:hover img {
    filter: grayscale(0%);
}


.logo-slider-2-sec .owl-nav {
    display: none;
}


.brand-slider-2-sec {
    padding: 7rem 0;
    background: linear-gradient(135deg, #c0e4ff 0%, #f1f1f1 100%);
    /* margin-top: 2rem; */
}

/* Responsive Design */

@media (max-width: 1200px) {
    .brand-title {
        font-size: 36px;
    }

    .brand-highlight,
    .brand-subtitle {
        font-size: 36px;
    }

    .brand-logo {
        height: 100px;
    }
}


@media (max-width: 992px) {
    .brand-slider-section {
        padding: 60px 0;
    }

    .brand-header {
        margin-bottom: 50px;
    }

    .brand-title {
        font-size: 32px;
    }

    .brand-highlight,
    .brand-subtitle {
        font-size: 32px;
    }

    .brand-logo {
        height: 90px;
    }

    .owl-carousel .owl-nav {
        top: -50px;
    }

    .owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .brand-slider-section {
        padding: 40px 0;
    }

    .brand-header {
        margin-bottom: 40px;
    }

    .brand-title {
        font-size: 24px;
        gap: 10px;
    }

    .brand-highlight,
    .brand-subtitle {
        font-size: 24px;
    }

    .brand-item {
        padding: 15px;
    }

    .brand-logo {
        height: 80px;
        padding: 15px;
    }

    .brand-logo img {
        max-width: 90%;
    }

    .owl-carousel .owl-nav {
        top: -45px;
    }

    .owl-carousel .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .brand-slider-section {
        padding: 30px 0;
    }

    .brand-header {
        margin-bottom: 30px;
    }

    .brand-title {
        font-size: 20px;
        gap: 5px;
        flex-direction: column;
    }

    .brand-highlight,
    .brand-subtitle {
        font-size: 20px;
    }

    .brand-item {
        padding: 10px;
    }

    .brand-logo {
        height: 70px;
        padding: 10px;
    }

    .owl-carousel .owl-nav {
        top: -40px;
    }

    .owl-carousel .owl-nav button {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .owl-carousel .owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}





.bking-cta-sec .cta-box {
    background: linear-gradient(90deg, #0d2b4d, #123a66);
    border-radius: 15px;
    padding: 4rem 3rem;
    color: var(--white);
}

.cta-icon {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}


.cta-list {
    list-style: none;
    padding: 0;
}

.cta-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
    font-size: 14px;
}

.cta-2-lt {
    display: flex;
    align-items: center;
    gap: 1.7rem;

}


.bking-cta-list {
    border-left: 1px solid #ffffff9e;
    padding-left: 20px;
}



.serv-2-card {
    background: var(--white);
    border-radius: 14px;
    padding: 25px 20px;
    border: 1px solid #c5ddff;
    text-align: left;
    height: 100%;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.icon-box {
    width: 45px;
    height: 45px;
    background: #eef4fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.serv-2-card .icon-box i {
    color: var(--brand);
    font-size: 28px;
}


.serv-2-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}


.serv-2-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}


.bking-cta-btn {
    padding: 0 3rem !important;
}


ul.bking-list-2 li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 25px;
}

.divider-line-2 {
    width: 59px;
    height: 2px;
    background: #27b229;
}


.divider-line-2 {
    width: 65px;
    height: 3px;
    background: #27b229;
    margin-top: 10px;
}

ul.bking-list-2 li i {
    font-size: 19px;
    color: #27b229;
}

/* hotel-management-software-13-april */

/* hotel-management-software-20-may */

:root {
    --brand-2: #ff5e00;
    --sub_heding-2: #005f73;
    --heding: #78909A;
    --black-2: #333;
}

.text-orange {
    color: var(--brand-2) !important;
}

.text-green {
    color: var(--sub_heding-2) !important;
}

.bg-orange {
    background-color: var(--brand-2) !important;
}

.bg-green {
    background-color: var(--sub_heding-2) !important;
}

.btn-gredient {
    background: linear-gradient(195deg, #005f73 0%, #005f73a6 100%) !important;
}

a.bg-orange:hover {
    color: #212529;
}

.bnr-main-hding .hotel_management_sub_txt {
    background: linear-gradient(to right, #008b8b, #ff5e00 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.txt-gredient {
    background: linear-gradient(to right, #008b8b 30%, #ff5e00 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serv-2-card .icon-box i {
    color: var(--brand-2);
}

.athr-name-2 {
    color: var(--sub_heding-2);
}

.new_enqury_form_sec .right_form h4 {
    border-left: 2.4px solid var(--brand-2);
    color: var(--sub_heding-2);
}

.hotel_management_txt h1 {
    line-height: 53px;
}

.cta-icon {
    width: 78px;
    height: 78px;
    font-size: 30px;
}

.bking-cta-sec .cta-box h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--white);
}

.bking-cta-list li {
    font-size: 1.6rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.frm-2-lt-part img {
    width: 100%;
    max-width: 655px !important;
}

.frm-2-lt-part {
    left: 25rem !important;
}

.frm-2-lt-part {

    top: -8rem !important;
}

.brand-slider-2-sec .logo-marquee-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    display: flex;
}


.brand-slider-2-sec .logo-marquee-track {
    display: flex;
    width: max-content;
    gap: 40px;
    animation: smoothScroll 20s linear infinite;
}


.brand-slider-2-sec .logo-marquee-track .brand-item {
    flex-shrink: 0;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-slider-2-sec .logo-marquee-track .brand-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}


.brand-slider-2-sec .logo-marquee-wrapper:hover .logo-marquee-track {
    animation-play-state: paused;
}


@keyframes smoothScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media(max-width:1399px) {

    .frm-2-lt-part {
        left: 0 !important;
        top: 0 !important;
    }
}

@media(max-width:1199px) {

    .bnr-main-hding {
        display: flex;
        flex-direction: column;
        line-height: 40px;
        font-size: 3.5rem !important;
    }

    .bnr-rt-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .bking-cta-sec .cta-box h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: var(--white);
    }

    .bking-cta-list li {
        font-size: 14px;
    }

    .frm-2-lt-part {
        top: 10px !important;
    }

    .frm-2-lt-part img {
        max-width: 100% !important;
        height: 100%;
    }


}

@media(max-width:991px) {

    .brand-logo {
        height: 70px;
        padding: 1rem;
    }

    .brand-slider-2-sec .brand-divider {
        display: none;
    }

    .bking-cta-list {
        border-left: none;
        padding: 1.5rem 0;
    }

    .testi-2-wrp .row {
        flex-direction: column-reverse !important;
    }
}

@media(max-width:575px) {

    .bnr-main-hding {
        line-height: 39px !important;
        font-size: 28px !important;
    }

    .brand-slider-2-sec .brand-title {
        font-size: 24px;
        line-height: 32px;
    }

    .brand-slider-2-sec {
        padding: 4rem 0;
    }

    .new_enqury_form_sec .right_form h4 {
        font-size: 21px;
        line-height: 34px !important;
        padding-bottom: 2rem !important;
    }

    .new_enqury_form_sec .right_form h4 {
        border-left: none !important;
        padding-left: 0;
    }
}


/* hotel-management-software-20-may */



/* new-blog-09-june-2026 */

.producti-cta-rt {
    padding-left: 20px;
}

.producti-cta-rt .sec-tle-2 {
    font-weight: 700;
    line-height: 1.2;
    color: #f54b1e;
    margin-bottom: 20px;
    position: relative;
}

.producti-cta-rt .sec-tle-2::before {
    content: "";
    width: 85px;
    height: 4px;
    background: linear-gradient(90deg, #0454ff, #27b229);
    border-radius: 30px;
    position: absolute;
    left: 5px;
    bottom: -12px;
}

.producti-cta-rt p {
    font-size: 17px;
    line-height: 28px;
    color: #4b5563;
    margin-bottom: 0;
    letter-spacing: 0.02rem;
}

.producti-cta-rt p strong {
    color: #111827;
}

.producti-cta-rt-2 .pr-cta-lt-img:before {
    display: none !important;
}

.produ-cta-lt-txt-2 p {
    color: #fff8f8c4;
}

/* new-blog-09-june-2026 */


