.ht_ctc_chat_greetings_box :not(ul):not(ol):not(.ht_ctc_default):not(.ht_ctc_defaults *){box-sizing:border-box;margin:0;padding:0}.ht_ctc_chat_greetings_box ol,.ht_ctc_chat_greetings_box ul{margin-bottom:0;margin-top:0}.ht_ctc_modal_backdrop{animation:fadeIn .2s ease;backdrop-filter:blur(1px);background:rgba(0,0,0,.3);height:100vh;left:0;position:fixed;top:0;width:100vw}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ctc_g_bottom,.ctc_g_content,.ctc_g_sentbutton{margin-top:-.9px!important}.ctc_g_content{max-height:calc(80vh - 140px);overflow-y:auto}.greetings_header_image img{object-fit:cover}.greetings_header_image{display:inline-block;position:relative}.g_header_badge_online{border-radius:50%;bottom:0;height:12px;position:absolute;right:0;width:12px;z-index:1}@media only screen and (max-width:420px){.ctc_side_positions .ctc_m_p_left{left:0!important;right:unset!important}.ctc_side_positions .ctc_m_p_right{left:unset!important;right:0!important}.ctc_side_positions .ctc_m_p_left .ctc_greetings_close_btn{float:left!important}.ctc_side_positions .ctc_m_p_right .ctc_greetings_close_btn{float:right!important}.ctc_side_positions .ctc_m_cta_order_0{order:0!important}.ctc_side_positions .ctc_m_cta_order_1{order:1!important}.ht_ctc_greetings.ctc_m_full_width{bottom:0!important;position:fixed!important;right:0!important}.ht_ctc_greetings.ctc_m_full_width .ht_ctc_chat_greetings_box{margin:7px!important;min-width:80vw!important;position:unset!important;width:calc(100vw - 14px)!important}.ctc_m_full_width .ctc_g_message_box_width{max-width:85%!important}.ht_ctc_animation:has(.ht_ctc_greetings){animation-fill-mode:none!important}}@media only screen and (min-width:900px){.ctc_g_content::-webkit-scrollbar{width:2.8px}.ctc_g_content::-webkit-scrollbar-thumb{background:#a5a5a5}}


.main-header .header-upper .logo-box .logo {
    max-width: 150px;
}
.fixed-header .sticky-header .logo {
    padding: 6px 0px !important;
    max-width: 150px!important;
}
span.flaticon-play {
    display: none;
}
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Georgia", serif;
}

/* ===================== TOP IMAGE SECTION ===================== */
.top-section {
    display: flex;
}

.top-box {
    flex: 1;
    height: 330px;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    color: white;
    padding-top: 120px;
}

.top-box h2 {
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #000;
}

.top-box p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
}

/* ===================== SERVICES SECTION ===================== */
.services-section {
    background: url("../images/fixed.jpg");
    color: white;
    text-align: center;
    padding: 80px 50px;
}

.services-section h1 {
    font-size: 34px;
    letter-spacing: 2px;
}

.sub-title {
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 3px;
}

.services-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding: 0 50px;
}

.service-box {
    text-align: center;
    padding: 10px;
    border: 1px solid #ada7a7;
    padding: 50px;
    background: #041c2638;
    border-radius: 30px;
}

.service-box i {
    font-size: 42px;
    color: #e0b984;
    margin-bottom: 20px;
}

.service-box h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.service-box p {
    color: #ccc;
    max-width: 280px;
    margin: auto;
    font-family: math;
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}

/* ===================== RESPONSIVE ===================== */
@media(max-width: 900px) {
    .top-section {
        flex-direction: column;
    }
    .services-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
.choose-area {
    box-shadow: inset 0px 6px 10px 0px rgba(0, 0, 0, 0.01);
    background: url(../images/fixed_scroll.jpg) fixed;
    position: relative;
    z-index: 9999;
    background-repeat: no-repeat;
    padding: 130px 0;
    background-size: cover;
}
section.choose-area.sec-pding-two:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: rgba(51, 62, 70, 0.78); */
    top: 0;
    left: 0px;
}
.title-holder p {
    text-align: center;
    line-height: 30px;
    color: #181616;
    background: #fff;
    padding: 50px;
    line-height: 40px;
}

h2.choose {
    color: #141313;
    /* background: #ffffffa3; */
    padding: 40px;
}


.about-section {
    padding: 80px 6%;
    font-family: 'Poppins', serif;
}

.about-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.about-left {
    flex: 1;
}

.about-tag span {
    font-size: 20px;
    color: #b48a4d;
    font-weight: 600;
}

.about-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin: 20px 0;
}

.about-title span {
    color: #b48a4d;
}

.about-text {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.learn-btn {
    display: inline-block;
    background: #b48a4d;
    color: white;
    padding: 14px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.learn-btn:hover {
    background: #8f6c38;
}

.about-right {
    flex: 1;
}

.about-right img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* Responsive */
@media(max-width: 900px) {
    .about-container {
        flex-direction: column;
    }

    .about-title {
        font-size: 36px;
    }
}
span.gallery_tittle {
    text-align: center;
    margin: 0px auto;
    display: table;
    padding: 20px;
    font-size: 35px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.gallery {
    margin: 20px 0px;
}