.sc-button {
    background-color: #FF7107;
}

.flat-about .icon-box.icon-box2 {
    background-color: #FF7107;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Serif Display", serif;
}

.dm-serif {
    font-family: "DM Serif Display", serif;
}

.flat-contact.page-contact {
    padding: 40px 0 0;
}

p,
a,
li,
label,
input,
textarea,
select,
button {
    font-family: "Questrial", sans-serif;
}

.slider .flat-tabs .tab-title li:hover,
.slider .flat-tabs .tab-title li.active {
    background-color: #FF7107;
}

.sc-button:hover,
.sc-button.active {
    border-color: transparent;
    outline: 0 none;
    background-color: #FF7107;
}

.slider .flat-tabs .tab-title li {
    border-radius: 10px 10px 0px 0px;
}

.slider.home4 {
    background-image: url(../../assets/tcul-img/bg3.png);
    background-attachment: fixed;
}

.flat-contact.home5 {
    background-image: url(../../assets/tcul-img/img4.png);
    background-color: #1c1c1e;
}

.slider.home4 .heading {
    padding: 130px 0 0 !important;
}

.tf-section {
    padding: 60px 0;
}

.slider.home4 .slider-item .content {
    padding: 128px 0px 102px 0;
}

.text-color-3 {
    color: #FF7107 !important;
}

body {
    font-family: "Poppins", sans-serif !important;
}

.flat-about .heading-about h2 {
    padding-right: 50px;
    margin-bottom: 10px;
}

.flat-about .heading-about .text-1 {
    margin-bottom: 13px;
}

.comments .comment-form fieldset {
    margin-bottom: 14px;
}

.flat-blog .sub-box {
    width: 200px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.p-5 {
    padding: 5rem !important;
}

.p-4 {
    padding: 4rem !important;
}

.p-3 {
    padding: 3rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.p-1 {
    padding: 1rem !important;
}

.icon-social.header a i {
    color: #ff7107;
    font-size: 16px;
    width: 44px;
    height: 44px;
    border: 1px solid rgb(255 113 0.2);
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    margin-right: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-social.header a i:hover {
    color: #fff;
    background-color: #ff7107;
    border-color: #ff7107;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.sc-button.btn-icon.border-0 span::before {
    content: none;
}

.sc-button.btn-icon.border-0 {
    padding: 10px 18px;
}

.comments .comment-form .nice-select {
    font-size: 14px;
    margin-bottom: 12px !important;
    padding: 16px 20px 14px 46px;
    border-radius: 10px;
}

.nice-select .list {
    max-height: 200px;
    overflow-y: auto !important;
    overflow-x: hidden;
    z-index: 9999;
}

/* Optional: Show scrollbar nicely on Chrome */
.nice-select .list::-webkit-scrollbar {
    width: 6px;
}

.nice-select .list::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 4px;
}

/* Ensure dropdown stays above other elements */
.nice-select.open .list {
    display: block !important;
    position: absolute !important;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}