body {
    scroll-behavior: smooth;
}

section {
    padding: 40px 0;
}

header {
    background: #ffff;
    top: 0;
    width: 100%;
    z-index: 999;
}

header a {
    color: #fff !important;
    margin-right: 20px;
    text-decoration: none;
}


.heder_logo {
    width: 60px;
    height: 60px;
}

.tab_button {
    max-width: 100%;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    top: 0px;
    position: sticky;
    background-color: #f94522;
    z-index: 999;
}

.tab_button nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 auto;
}

.tab_button nav a {
    display: inline-block;
    padding: 5px 12px 7px 12px !important;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.tab_button nav a:hover {
    color: #fff;
    background-color: #f94522;
    border: 2px solid #ffffff;
}

.tab_button nav a.active {
    color: #fff;
    background-color: #f94522;
    border: 2px solid #ffffff;
}

#business,
#student,
#professional,
#accommodation,
#jobs,
#albums,
#success_stories,
#opportunity {
    scroll-margin-top: 60px;
}

.title_text_size {
    font-size: 27px !important;
    text-align: left;
    margin-bottom: 20px;
}

.heder_img_width img {
    width: 130px;
}

.heder_img_width a {
    margin-right: 4px;
}

.button_color {
    background-color: #f94522;
    border-color: #f94522;
}

.button_color:hover {
    background-color: #f94522;
    border-color: #f94522;
}

.title_data a {
    font-size: 15px;
}

.detils_box {
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;

}

.detils_box img {
    border-radius: 100%;
}

.detils_section_top,
.app_detils {
    margin: 0px 70px 0 70px !important;
}

.detils_section_top img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.app_img_width img {
    width: 170px;
    margin: 5px 0px 15px 0px;
}

.title_data {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px 10px;
    font-size: 20px;
    padding-top: 10px;
}

/*.detils_box img {*/
/*    width: 200px;*/
/*    border-radius: 0px;*/
/*}*/

.detils_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* ✅ keeps image clean */
    border-radius: 0;
}

.detils_box p {
    margin-bottom: 0px;
    text-align: left !important;
    width: 100%;
    padding: 0px 20px;
}

.title_data {
    text-align: center !important;
}

#city {
    margin: 20px 0px 20px 20px;
    background: #e6e6e645 !important;
    border: 1px solid #9794947d !important;
    padding: 4px 4px 5px 4px !important;
    border-radius: 5px !important;
}

/*.img_div_bg {*/
/*    width: 100%;*/
/*    background-color: #f8f9fa;*/
/*    margin-bottom: -12px;*/
/*}*/

.img_div_bg {
    width: 100%;
    height: 300px;            /* ✅ fixed height */
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;         /* ✅ crop overflow */
    margin-bottom: -12px;
    /*border-radius: 5px !important;*/
    /* ✅ top corners only */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.text_align_p {
    width: 100%;
}

.box_title_a_tag a {
    text-decoration: none !important;
}

header {
    padding: 15px !important;
}

.slider_detils_img_div img {
    width: 100% !important;
    height: 500px !important;
    display: block;
    object-fit: cover !important;
}

@media (max-width: 767px) {
    .title_data {
        font-size: 20px;
        padding-top: 10px;
    }

    .heder_img_width {
        display: flex;
    }

    .heder_img_width img {
        width: 100px;
    }

    .tab_button nav a {
        display: inline-block;
        padding: 5px 13px 5px 13px !important;
        border: 2px solid transparent;
        border-radius: 6px;
        font-weight: 500;
        color: #333;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
        font-size: 13px;
    }

    .tab_button nav {
        gap: 10px;
        justify-content: center;
    }


    #business,
    #student,
    #professional,
    #accommodation,
    #jobs,
    #albums,
    #success_stories,
    #opportunity {
        scroll-margin-top: 60px !important;
    }

    .title_text_size {
        font-size: 23px !important;
    }

    .detils_section_top,
    .app_detils {
        margin: 200px 30px 0 30px !important;
    }

    .button_color {
        font-size: 13px;
    }

    #city {
        margin: 8px 15px 8px 15px !important;
        width: -webkit-fill-available;
        text-align: center;
        font-size: 14px;
    }

    section {
        padding: 30px 0;
    }

    .title_data {

        font-size: 17px;
        padding-top: 10px;
    }

    .title_data a {
        font-size: 17px !important;
    }

    .detils_main_div {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .detils_section_top img {
        width: 200px !important;
    }

    .heder_logo {
        width: 50px;
        height: 50px;
    }

    header {
        padding: 10px !important;
    }

    .tab_button {
        top: 0px;
    }

    .footer_logo {
        width: 100px;
    }

    .slider_detils_img_div img {
        width: 100% !important;
        height: 300px !important;
        display: block;
        object-fit: cover !important;
    }

    .footer-container {
        gap: 20px !important;
    }
}

@media (max-width: 1024px) {
    #city {
        margin: 20px 0px 18px 24px;
    }

    .heder_logo {
        width: 46px;
        height: 46px;
    }

    header {
        padding: 12px !important;
    }

    .tab_button {
        top: 0px;
    }

    .heder_img_width img {
        width: 100px;
    }

    .tab_button nav a {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 6px 18px 6px 18px;
        text-decoration: none;
        font-size: 13px;
    }

    #business,
    #student,
    #professional,
    #accommodation,
    #jobs,
    #albums,
    #success_stories,
    #opportunity {
        scroll-margin-top: 60px;
    }

    .tab_button nav {
        justify-content: center;
    }

    .detils_section_top,
    .app_detils {
        margin: 0px 30px 0 30px !important;
    }

    .footer-links {
        justify-content: left !important;
    }

    .footer-container {
        gap: 0px;
    }
}

.detail-page {
    background-color: #f8f9fa;
}

.detils_main_div {
    display: flex;
    gap: 25px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.detils_section_top img {
    width: 300px;
    height: auto;
    margin-bottom: 0px;
    border-radius: 0px;
}


.tab_button {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tab_button nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    min-width: max-content;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    gap: 10px;
}

.tab_button nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 14px;
    text-decoration: none;
}

.tab_button nav::-webkit-scrollbar {
    height: 6px;
}

.tab_button nav::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}





.footer {
    background: #fff;
    color: #222;
    padding: 50px 10% 1px 10%;
    border-top: 1px solid #e0e0e0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.footer-left {
    flex: 1 1 250px;
    max-width: 300px;
}

.footer-logo {
    height: 40px;
    margin-bottom: 15px;
}

.footer-left p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.footer-left a {
    color: #222;
    text-decoration: none;
}

.footer-left a:hover {
    color: #fff;
}

.social-icons {
    margin-top: 15px;
}

.social-icons a {
    color: #d32f2f;
    font-size: 18px;
    margin-right: 15px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #fff;
}

/* ---- Links section ---- */
.footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.link-column {
    min-width: 120px;
}

.link-column h4 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.link-column a {
    display: block;
    color: #555;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 15px;
    transition: 0.3s;
}

.link-column a:hover {
    color: #fff;
}

/* ---- Footer bottom ---- */
footer {
    background: rgb(249, 69, 34) !important;
    color: #fff;
    text-align: left padding: 50px 13% 10px 13% !important;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 14px;
    color: #444;
}

.footer-bottom a {
    color: #d32f2f;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-left p,
.footer-left a,
.link-column a {
    color: #ffffff;
    text-align: left;
}

.link-column h4 {
    color: #ffffff !important;
    font-size: 17px;

}

.footer-bottom p {
    color: #ffffff !important;
}

.footer_logo {
    width: 100px;
    margin-bottom: 10px;
}

.footer-links {
    display: flex;
    justify-content: end;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .footer-container {
        flex-direction: column;
        text-align: left align-items: center;
    }

    .footer-links {
        justify-content: center;
        margin-bottom: 30px;
    }

    .link-column {
        text-align: center;
    }

    .social-icons a {
        margin: 0 10px;
    }

}

@media (max-width: 600px) {
    .detils_city_time_div {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 12px;
    }
}

/* Tablet Portrait and Landscape */
@media (min-width: 768px) and (max-width: 1024px) {
    .footer-container {
        display: flex;
        flex-direction: row;
    }

    .footer_logo {
        width: 100px;

    }

    .slider_detils_img_div img {
        width: 100% !important;
        height: 500px !important;
        display: block;
        object-fit: cover !important;
    }
}

.slider_detils_img_div .slick-list {
    border: 2.5px solid #f94522;
    border-radius: 15px;
}

.social-icons {
    margin-bottom: 30px;
}

.posted_text_color {
    color: #f94522;
    font-weight: 600;
    margin-left: 70px;
}

.detils_img_div {
    background: #f94522;
}

.bottom_div {
    width: fit-content;
    margin: 0 auto 30px auto;
    justify-content: center;
    text-align: center;
    padding: 30px 0px;
}

.bottom_div p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
}

.bottom_div img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
}

.detils_contet_div {
    width: 100%;
}

/* ===== Jitendra Added Code Start ===== */

.detils_contet_div p,
.detils_contet_div {
    white-space: pre-line;
}
/* ===== Jitendra Added Code End ===== */

.detils_city_time_div {
    display: flex;
    justify-content: space-between;
}

.detils_city_time_div p {
    font-size: 13px;
}

.detils_section_top h5 {
    margin-bottom: 15px;
}

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

    .posted_text_color {
        color: #f94522;
        font-weight: 600;
        margin-left: 30px;
    }

    .bottom_div img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        border-radius: 100%;
    }

    .bottom_div p {
        margin-bottom: 0px;
        color: #fff;
        font-weight: 600;
        margin-top: 10px;
        font-size: 17px;
    }
}

.first_three_tab_main_div {
    max-width: 600px;
    margin: 0px auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', sans-serif;
}

/* ===== Top Profile Section ===== */
.first_three_tab_detils_img_div {
    background: #f94522;
    color: #fff;
    padding: 25px 20px;
    text-align: center;
}

.first_three_tab_detils_img_div img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    margin-bottom: 10px;
}

.first_three_tab_detils_img_div p {
    margin: 8px 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.first_three_tab_detils_img_div i {
    color: #fff;
    font-size: 16px;
}

/* ===== Bottom Details Section ===== */
.first_three_tab_detils_contet_div {
    padding: 20px;
    text-align: left;
    font-size: 15px;
    color: #333;
}

.first_three_tab_detils_contet_div p {
    margin: 15px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f94522;
}

.first_three_tab_detils_contet_div i {
    color: #ff7043;
    margin-right: 8px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

/* Label (top line) */
.first_three_tab_detils_contet_div strong {
    display: block;
    margin-bottom: 5px;
    color: #f94522;
    font-size: 14px;
    font-weight: 600;
}

/* Value (bottom line) */
.first_three_tab_detils_contet_div span {
    display: block;
    font-size: 15px;
    color: #333;
}

/* Responsive (mobile) */
@media (max-width: 480px) {

    .detils_section_top,
    .app_detils {
        margin: -10px 15px 0 15px !important;
    }

    .first_three_tab_main_div {
        max-width: 100%;
    }

    .first_three_tab_detils_img_div p {
        font-size: 14px;
    }

    .first_three_tab_detils_contet_div {
        padding: 15px;
    }

    .first_three_tab_detils_contet_div strong {
        font-size: 13px;
    }

    .first_three_tab_detils_contet_div span {
        font-size: 14px;
    }

    .first_three_tab_detils_img_div img {
        width: 130px !important;
        height: 130px;
        border-radius: 50%;
        border: 3px solid #fff;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .first_three_tab_main_div {
        border-radius: 14px;
    }
    
    .img_div_bg {
        height: 300px;
    }

}

.slick-slide {
    height: auto;
}

.slider_detils_img_div .slick-slide img {
    width: 100% !important;
    height: 240px !important;
    object-fit: contain !important;
    border-radius: 10px;
}

.slider_detils_img_div {
    max-width: 330px !important;
}

/* responsive */
@media (max-width: 768px) {
    .slider_detils_img_div .slick-slide img {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .slider_detils_img_div .slick-slide img {
        height: 150px;
    }
}


.share-bar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f0f0f0;
    padding: 6px 10px;
    border-radius: 6px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
    color: #333;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) inset;
    font-size: 13px;
}

.share-label {
    color: #000000;
    margin-right: 6px;
    white-space: nowrap;
    font-weight: 600;
}

.share-buttons {
    display: flex;
    gap: 6px;
    align-items: center;
}

.share-btn {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease;
    padding: 4px;
    line-height: 0;
}

.share-btn:active {
    transform: translateY(1px)
}

.share-btn:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08)
}

.share-btn svg {
    display: block;
    width: 18px;
    height: 18px;
    color: #222
}

.share-toast {
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    bottom: 24px;
    background: #222;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 9999;
}

.share-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0)
}

@media (max-width:480px) {
    .share-bar {
        font-size: 12px;
        padding: 6px 8px
    }

    .share-btn {
        width: 28px;
        height: 28px
    }
}

.slick-dots li button:before {
    font-size: 30px;
    color: #f94522;
}

.slick-dots li.slick-active button:before {
    color: #f94522;
}

@media (max-width: 480px) {
    .detils_section_top,
    .app_detils {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .detils_box p {
        padding-left: 8px;
        padding-right: 8px;
    }

    .detils_main_div {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
