/* ==== HEADER AREA START ==== */
.hs_top_header_main_Wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; 
    background: #fff;
    z-index: 1001;
}
.hs_navigation_header_wrapper {
    position: fixed;
    top: 80px; 
    left: 0;
    width: 100%;
    background: #0b1a3a;
    z-index: 1000;
}


.hs_top_header_main_Wrapper {
    padding-top: 10px;
    padding-bottom: 0px;
}

/* .hs_header_logo_right {
    padding-top: 10px;
} */

.hs_header_add_wrapper {
    padding-top: 4px;
} 

.hs_header_add_icon {
    width: 45px;
    height: 32px;
    line-height: 33px;
}

.hs_top_user_profile.login-btn {
    display: inline-block;
    cursor: pointer;
    padding: 14px 18px;
   
    color: #131d41;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hs_header_add_wrapper {
    width: 450px;
    max-width: 100%;
}

.hs_header_search {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
}

.hs_header_search form {
    display: flex;
    align-items: center;
}

.hs_header_search input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 16px;
    font-size: 14px;
}

.hs_header_search button {
    border: none;
    background: #131d41;
    color: #fff;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
}

.hs_header_search button:hover {
    background: #0f1735;
}


.hs_navigation_header_wrapper .hs_main_menu{
    display: flex;
    justify-content: center;
}
.hs_navigation_header_wrapper .hs_main_menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs_navigation_header_wrapper{
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .hs_header_add_wrapper {
        width: 350px;
        padding-top: 0px;
    }
}


@media (max-width: 768px) {
.hs_top_header_main_Wrapper {
    display: none;
}
.hs_navigation_header_wrapper {
    position: fixed;
    top: 0px;
    background:#fff;
}

.hs_indx_title_main_wrapper {
    margin-top: 70px !important;
}

}

#suggestions {
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
      width: 405px;
    display: none;
    z-index: 1000;
    margin-top: 15%;
}
.suggest-item {
  padding: 8px 10px;
  cursor: pointer;
}
.suggest-item:hover {
  background: #f0f0f0;
}
/* ==== HEADER AREA END ==== */

/* ==== BANNER AREA START ==== */
.slider-area .carousel-inner .item .carousel-captions .content {
    padding-top:100px;
}

.slider-area .carousel-inner .item .carousel-captions .content_tabs {
    padding-top:120px !important;
}
.slider-area,
.slider-area .carousel,
.slider-area .carousel-inner,
.slider-area .carousel-inner .item {
    height: 450px;
}

.slider-area .carousel-inner .item .caption-1 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url(../images/header/slide.webp) 50% 0 repeat-y;
    position: relative;
    min-height: 450px !important;
    height: 450px !important;
}
.slider-area {
    overflow: visible;
}

.slider-area .container,
.slider-area .row {
    margin-bottom: 0;
    padding-bottom: 0;
}
.slider-area .carousel-inner .item .carousel-captions .content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-top: 85px;
}
.expert-image{
    width: 100%;
    height: 100%;
    overflow: hidden;  
    text-align: right; 
    margin-top: 125px;
}

.expert-image img{
    opacity: 1 !important;
    filter: none !important;
}

.hs_indx_title_main_wrapper {
    margin-top: 130px;
}
@media (max-width: 768px) {
.slider-area .carousel-inner .item .carousel-captions .content {
    padding-top:80px;
}
}
/* ==== BANNER AREA END ==== */

/* ==== CHAT / CALL BUTTON AREA ==== */

.hs_blog_categories_main_wrapper_button {
    margin-top: -140px !important;
   
    z-index: 9;
}
.hs_blog_single_second_main_wrapper {
    float: left;
    width: 100%;
    margin-top: -40px;
}

@media (max-width: 768px) {
    .hs_blog_single_second_main_wrapper {
    float: left;
    width: 100%;
    margin-top: 120px;
}
}


.hs_blog_categories_main_wrapper_button {
    width: 100%;
    padding: 40px 0;
}

.hs_expert_boxes {
    display: flex;
    gap: 24px;
}

.expert_box {
    flex: 1;
    display: flex;
    gap: 16px;
    padding: 24px;
    background: rgb(198 202 221);
    border: 1px solid #eaeaea;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.expert_box:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: #a2a2a2;
    transform: translateY(-6px);
}

.expert_content h4 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

.expert_content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .hs_expert_boxes {
        flex-direction: column;
    }
}

/* ==== CHAT / CALL Button AREA END ==== */

/* ==== EXPERT AREA START ==== */

.hs_title_main_wrapper {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}



.hs_client_slider_wrapper {
    position: relative;
}
.hs_client_slider_wrapper .owl-theme .owl-nav .owl-prev {
    margin: 0;
    padding: 0;
    left: -75px !important;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.owl-nav button {
    background: #fff !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.owl-nav i {
    font-size: 22px;
}


/* RESPONSIVE */
@media (max-width: 1200px) {
.hs_client_slider_wrapper .owl-theme .owl-nav .owl-prev {
    margin: 0;
    padding: 0;
    font-size: 24px;
    left: -50px !important;
}
    .hs_client_slider_wrapper .owl-theme .owl-nav .owl-next {
    font-size: 24px;
    right: -50px;
}
}

@media (max-width: 900px) {
    
    .hs_client_slider_wrapper .owl-theme .owl-nav .owl-prev {
        display:none;
    }
    .hs_client_slider_wrapper .owl-theme .owl-nav .owl-next {
    display: none;
    }
}
@media (max-width: 767px) {

    .hs_title_main_wrapper {
        margin-top: 0;
    }

    .hs_client_slider_wrapper .owl-nav {
        top: -45px;
        right: 0;
    }

    .owl-nav button {
        width: 38px;
        height: 38px;
    }
    .hs_client_slider_main_wrapper{
        margin-top: -110px !important;
    }

     .owl-carousel .item {
        display: flex;
        justify-content: center;
    }
    .astro-card-final {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 20px;            
        padding: 12px;
        height: 200px;
        width: 100%;
        justify-content: center;
    }

    /* LEFT image + rating */
    .astro-left {
        min-width: 150px;
        text-align: center;
    }

    .astro-img-wrap img {
        width: 85px !important;
        height: 85px !important;
    }

    .astro-rating {
        font-size: 14px;
        margin-top: 4px;
    }

    /* RIGHT content */
    

    .astro-name {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .astro-skill,
    .astro-exp {
        font-size: 16px;
        margin: 2px 0;
    }

    /* buttons right align */
    .astro-actions {
        justify-content: flex-start;
        gap: 8px;
        margin-top: 6px;
    }

    .btn-chat,
    .btn-call {
        padding: 5px 14px;
        font-size: 12px;
    }

    .hs_client_slider_wrapper .owl-theme .owl-nav .owl-prev {
        display:none;
    }
    .hs_client_slider_wrapper .owl-theme .owl-nav .owl-next {
    display: none;
    }

    
    
}
@media (max-width: 380px) {
    .astro-card-final {
        width: 100%;
    }
    .hs_client_slider_wrapper .owl-theme .owl-nav .owl-prev {
        display:none;
    }
    .hs_client_slider_wrapper .owl-theme .owl-nav .owl-next {
    display: none;
    }
}

/* ==== EXPERT  AREA END ==== */

/* ==== ABOUT AREA ==== */

.multi-img {
    display: flex;
    gap: 15px;
}

/* BIG IMAGE */
.about-img-big img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

/* SMALL IMAGES */
.about-img-small {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-img-small img {
    width: 180px;
    height: 210px;
    border-radius: 16px;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .multi-img {
        flex-direction: column;
    }

    .about-img-small {
        flex-direction: row;
    }

    .about-img-small img {
        width: 50%;
        height: auto;
    }
}
/* ==== ABOUT AREA END ==== */
/* ==== CATEGORY AREA ==== */
.hs_service_main_wrapper {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
}

.heading-flex{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
}

.view-all-btn{
    margin-top:30px;
    display:flex;
    justify-content:center;
}

.btn-view-all{
    padding:10px 22px;
    border-radius:30px;
    border:2px solid #37a4dd; 
    color: #37a4dd;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
    white-space:nowrap;
}

.btn-view-all:hover{
    background:#37a4dd;
    color:#fff;
}


@media(max-width:768px){
    .heading-flex{
        flex-direction:column;
        align-items:flex-start;
    }

    .view-all-btn{
        display:flex;
        justify-content:center;
        align-self:flex-start;
    }
}

.portfolio-area {
    margin-top: 80px !important;
    padding-top: 0 !important;
}

.hs_about_heading_main_wrapper {
    padding-bottom: 0 !important;
}
#gridWrapper {
    margin-top: 60px !important;
}

.hs_service_icon_wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hs_service_icon_wrapper i,
.hs_service_icon_wrapper img {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.hs_service_icon_cont_wrapper h2 {
    font-size: 16px;
    font-weight: 600;
    min-height: 48px;
}
/* Overlay */
.btc_step_overlay {
    position: absolute;
    inset: 0;
    background: rgba(121, 121, 121, 0.15);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 1;
}

/* Hover Effect (icon + image both) */
.hs_service_icon_wrapper:hover .btc_step_overlay {
    opacity: 1;
}

.hs_service_icon_wrapper:hover i,
.hs_service_icon_wrapper:hover img {
    transform: scale(1.1) rotate(3deg);
}

/* Image size */
.service-img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

/* ==== CATEGORY AREA END ==== */

/* ==== COUNTER AREA ==== */

.hs_counter_cont_wrapper {
    width: 25%;
}
.count-description span {
    width: 100px;
    height: 100px;
    line-height: 95px;
}

.hs_main_cycle_main {
   width: 120px;
    height: 120px;
    line-height: 100px;

}

.hs_kd_sidebar_main_wrapper{
    margin-bottom: 80px !important;
    margin-top: -80px;
    padding-top: 0 !important;
}

.hs_lest_news_cont_wrapper h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
}

.astro-rating {
    font-size: 16px;
    color: #f5c518;
    letter-spacing: 1px;
}

.no-rating {
    color: #999;
    font-size: 14px;
}
.service-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: auto;
}

@media (max-width: 687px){
    .hs_counter_cont_wrapper {
        width: 50%;
    }
}
/* ==== COUNTER AREA END ==== */
/* ==== SERVICE SECTION CSS ==== */
.col-lg-3.col-md-3.col-sm-6.col-xs-12{
    display:flex;
}
.hs_astro_img_cont_wrapper p{
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;   
}
.hs_astro_img_cont_wrapper h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}
.col-lg-3{
    display:flex;
}
.hs_astro_team_img_main_wrapper{
    height:100%;
}

.cta-text h4{
    color:#fff;
    font-size:22px;
    margin-top:20px;
    margin-bottom:5px;
}

.cta-text p{
    color:#ddd;
    font-size:15px;
}

.hs_advert_btn_wrapper ul{
    display:flex;
    gap:15px;
    justify-content:center;
    margin-top:20px;
}

.hs_advert_btn_wrapper .secondary{
    background:transparent;
    border:1px solid #fff;
}

/* ==== SERVICES AREA END ==== */

/* ==== FEATURED AREA START ==== */
.hs_sign_main_wrapper {
 padding-bottom : 0px;
}
#featured-expert-section .fx_circle_layout {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* LEFT SIDE */
#featured-expert-section #fx-left-col {
    flex: 0 0 49%;
    position: relative;
}

/* RIGHT SIDE */
#featured-expert-section #fx-right-col {
    flex: 0 0 49%;
    padding-right: 40px;
}

#featured-expert-section #fx-right-col h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

#featured-expert-section #fx-right-col ul {
    padding-left: 0;
    list-style: none;
}

#featured-expert-section #fx-right-col ul li {
    font-size: 16px;
    margin-bottom: 12px;
}

#featured-expert-section .fx-cta-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    background: #1a2c5b;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}

.fx_expert_section{
    padding-top: 60px;
    padding-bottom: 60px;
}



.fx_heading{
  text-align:center;
  margin-bottom:50px;
}

.fx_circle_layout{
  position:relative;
  height:650px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

/* BIG CARD */
.fx_big_card{
  width:360px;
  height:360px;
  background:#fff;
  border-radius:50%;
  box-shadow:0 25px 50px rgba(0,0,0,0.12);
  text-align:center;
  padding:30px;
  z-index:2;
  margin-left: 100px;
}

.fx_big_card img{
  width:140px;
  height:140px;
  border-radius:12px;
  object-fit:cover;
  margin-bottom:12px;
}
.fx_big_card img:hover{
  transform: scale(1.1);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}
/* ORBIT WRAPPER */
.fx_orbit_wrapper{
  position:absolute;
  top:50% !important;
  left:50% !important;
  transform:translate(-50%,-50%);
}

/* ROTATING ORBIT */
.fx_orbit{
  width:600px;
  height:600px;
  position:relative;
  animation:spin 22s linear infinite;
}

@keyframes spin{
  from{ transform:rotate(0deg); }
  to{ transform:rotate(360deg); }
}

/* SMALL CIRCLES */
.fx_circle{
  position:absolute;
  top:43%;
  left:43%;
  transform:
    rotate(calc(360deg / 8 * var(--i)))
     translate(240px)
    rotate(calc(-360deg / 8 * var(--i)));
  cursor:pointer;
}

.fx_circle img{
  width:75px;
  height:75px;
  border-radius:50%;
  border:4px solid #e0e3ff;
  background:#fff;
}

.fx_circle.active img{
  transform:scale(1.25);
}

/* BUTTONS */
.actions{
 justify-content:center;
}

.btn{
  padding:8px 16px;
  border-radius:20px;
  font-size:13px;
  color:#fff;
  text-decoration:none;
}

.btn.chat{ background:#1aa34a; }
.btn.call{ background:#ff5a5a; }

@media (max-width: 991px) {
    #featured-expert-section .fx_circle_layout {
        flex-direction: column;
        text-align: center;
    }

    #featured-expert-section #fx-left-col,
    #featured-expert-section #fx-right-col {
        flex: 0 0 100%;
        padding: 0;
    }
}

/* ==== FEATURED AREA END ==== */
/* ==== TESTIMONIAL AREA START ==== */
#testimonial-carousel .hs_testi_card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    min-height: 230px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    position: relative;
}

#testimonial-carousel .hs_testi_quote {
    font-size: 26px;
    color: #7aa35c;
    margin-bottom: 15px;
}

#testimonial-carousel .hs_testi_text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

#testimonial-carousel .hs_testi_user {
    display: flex;
    align-items: center;
    gap: 12px;
}

#testimonial-carousel .hs_testi_user img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

#testimonial-carousel .hs_testi_user h4 {
    font-size: 15px;
    margin: 0;
}

#testimonial-carousel .hs_testi_stars {
    color: #f4b400;
    font-size: 13px;
}
/* ==== TESTIMONIAL AREA END ==== */

/* Slider wrapper spacing */
.video_testimonial_wrapper {
    padding: 60px 0;
}

.video-marquee {
    overflow: hidden;
    width: 100%;
}

.video-track {
    display: flex;
    width: max-content;
    animation: scroll-left 35s linear infinite;
}

.video-card {
    width: 320px;
    margin-right: 20px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.video-card video {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.video-card h4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Owl item fix */
#video-carousel .item {
    padding: 10px;
}

/* Video card design */
.video-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    text-align: center;
    height: 100%;
}

/* Video responsive */
.video-card video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #eee;
}

/* Client name */
.video-card h4 {
    margin: 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}



#video-carousel .owl-stage {
    display: flex;
    transition-timing-function: linear !important;
}

#video-carousel .owl-item {
    display: flex;
}

#video-carousel .item {
    flex: 1 0 auto;
}

#video-carousel .owl-dots { display: none; }
#video-carousel .owl-nav { display: none; }

/* ==== VIDEO AREA END ==== */
.hs_testi_slider_main_wrapper {
    margin-bottom: 50px;
}
.hs_lest_news_cont_wrapper p {
    padding-top: 5px;
}

.hs_lest_news_cont_wrapper h5 {
    min-height: 30px;
}
.hs_lest_news_cont_bottom_left {
    width: 50%;
}
.hs_lest_news_cont_bottom_right {
    width: 50%;
}
.hs_lest_news_cont_bottom_left p, .hs_lest_news_cont_bottom_right p {
    font-size: 15px;
}
.hs_about_progress_main_wrapper {
    float: left;
     padding-top: 0px;
}
.hs_kd_ser_img_wrapper img {
    height:85px;
}
.hs_kd_first_sec_wrapper p {
    padding-top: 30px;
    padding-bottom: 40px;
}
.hs_lest_news_cont_wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    height: 170px;
    
}

/* ==== ABOUT PAGE CSS START==== */

/* Global Section Spacing */
.about-section,
.legacy-section {
    padding: 50px 0;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.section-header span {
    width: 70px;
    height: 3px;
    background: #c59d5f;
    display: inline-block;
}



/* About Cards */
.about-card {
    margin: 0 auto;
    background: #fff;
    padding: 45px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.07);
}

.about-card p {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

/* Alternating Background */
.philosophy-section {
    background: #fafafa;
}

.commitment-section {
    background: #fff;
}
/* ==== ABOUT PAGE CSS ==== */
/* ==== EXPERT PAGE CSS ==== */
.hs_kd_five_heading_sec_wrapper {
    margin-bottom: 50px;
}



.expert-card{
    position:relative;
    border:1px solid #e6e6e6;
    border-radius:16px;
    padding:18px;
    background:#fff;
    margin-bottom: 30px;
}

/* Follow button top-right */
.top-follow{
    position:absolute;
    top:15px;
    right:15px;
    border:1px solid #00a89d;
    background:#fff;
    color:#00a89d;
    padding:4px 14px;
    border-radius:20px;
    font-size:12px;
}

/* Image section */
.expert-img{
    position:relative;
    text-align:center;
}

.expert-img img{
    width:85px !important;
    height:85px;
    border-radius:50%;
    object-fit:cover;
}

/* Green dot on image */
.status-dot{
    width:13px;
    height:13px;
    background:#28a745;
    border-radius:50%;
    position:absolute;
    right:6px;
    top:6px;
    border:2px solid #fff;
}



/* Rating below image */
.rating.under-img{
    margin-top:-10px;
    font-size:13px;
    font-weight:600;
    color:#000;
    background:#fff;
    border:1px solid #ddd;
    border-radius:20px;
    align-items:center;
    gap:4px;
    position: relative;
    overflow: visible; 

}

.rating span{
    font-weight:400;
    color:#000000;
}

/* Layout */
.expert-top{
    border-bottom: 1px solid #ededed;
    display:flex;
    gap:14px;
    padding-bottom: 15px;
    height: 150px;
}

.expert-info h3{
    font-size:16px;
    margin:0;
    font-weight:600;
}

.expert-info p{
    margin:4px 0;
    font-size:13px;
    color:#666;
}

.skill{
    margin-top:6px;
    font-size:13px;
}

.expert-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;  
    padding: 0;
}

.price
    { font-size:16px; 
        font-weight:600; 
        color:#000; 
        display:flex; 
        align-items:center; 
        gap:6px; 
    } 
    .price .old-price{ 
        font-size:14px; 
        font-weight:400; 
        color:#888; 
        text-decoration:line-through; 
    } 
    .price .per{ 
        font-size:13px; 
        font-weight:400; 
        color:#666; 
    } 

.rates{
    display:flex;
    flex-direction:column;
    gap:3px;
    margin-top:3px;
}

.rate-row{
    display:flex;
    align-items:baseline;
    gap:6px;
    font-size:13px;
    line-height:1;
    color:#000;
}

.rate-row .label{
    font-weight:500;
    color:#666;
}

.rate-row .old-price{
    font-size:12px;
    color:#999;
    text-decoration:line-through;
}

.rate-row .new-price{
    font-weight:600;
}

.rate-row .per{
    font-size:12px;
    color:#666;
}



.actions{
    display:flex;
    gap:10px;
}

.actions .btn{
    padding:6px 16px;
    border-radius:22px;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
}

.actions .chat{
    border:1px solid #28a745;
    color:#28a745;
    background:#fff;
}

.actions .call{
    border:1px solid #ff4d4d;
    background:#fff;
    color:#ff4d4d;
}

.hs_lest_news_img_wrapper img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/* ==== EXPERT PAGE CSS  END ==== */
/* ==== EXPERT DETAIL PAGE CSS START ==== */

/* LEFT CARD */
.expert-left-card{
    position: relative;
    border:1px solid #e6edf7;
    border-radius:18px;
    padding:20px;
    background:#fff;
    height:100%;
}

.expert-left{
    display:flex;
    gap:20px;
}

/* Avatar */
.expert-avatar{
    position:relative;
}

.expert-avatar img{
    width:100px;
    height:100px;
    border-radius:50%;
    border:2px solid #00c16a;
}

/* Online dot */
.online-dot{
    width:14px;
    height:14px;
    background:#00c16a;
    border-radius:50%;
    position:absolute;
    top:10px;
    right:5px;
    border:2px solid #fff;
}

/* Rating */
.rating-badge{
    position:absolute;
    top:80px;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    border:1px solid #ddd;
    border-radius:4px;

    padding:0 10px;
    font-size:14px;
    font-weight:600;

    line-height:20px;
    height:20px;
    white-space:nowrap;
}

/* Details */
.expert-details h2{
    font-size:22px;
    font-weight:700;
}

.expert-details p{
    font-size:14px;
    margin:5px 0;
    color:#666;
}

/* .verified-icon{
    color:#1da1f2;
    margin-left:6px;
} */

.verified-icon{
    position: absolute;   
    top: 15px;
    right: 15px;
    padding: 3px 7px;
    border-radius:20px;
    border:1px solid #00a89d;
    background:#fff;
    color:#00a89d;
    font-weight:600;
    cursor:pointer;
}
@media (max-width: 375px){
    .follow-btn{
        position: relative; 
        top:0;
        right:0;
        display: inline-block;
        margin-top: 4px;
        float: right;
        font-size:10px;
        padding:2px 4px;
    }
}
@media (max-width: 360px){
    .follow-btn{
        position: relative; 
        top:0;
        right:0;
        margin-top:6px;
        float:right;
    }
}

@media (max-width: 344px){
    .follow-btn{
        font-size:11px;
        padding:2px 5px;
    }
}

/* RIGHT CARD */
/* WRAPPER */
.expert-right-wrapper{
    display:flex;
    gap:15px;
}

/* CARD */
.expert-right-card{
    flex:1;
    border:1px solid #e6edf7;
    border-radius:16px;
    padding:18px;
    background:#fff;
    text-align:center;
    transition:0.3s;
}

/* HOVER CLEAR FEEL */
.expert-right-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* PRICE */
.price-box{
    font-size:20px;
    font-weight:700;
    margin-bottom:12px;
}

.price-box span{
    font-size:13px;
    color:#777;
}

/* BUTTON */
.cta-btn{
    display:inline-block;
    padding:10px 22px;
    border-radius:30px;
    font-weight:600;
    font-size:14px;
    text-decoration:none;
    transition:0.3s;
    border:2px solid transparent;
}

/* CHAT */
.chat-card .price-box,
.cta-btn.chat{
    color:#28a745;
}

.cta-btn.chat{
    border-color:#28a745;
}

.cta-btn.chat:hover{
    background:#28a745;
    color:#fff;
}

/* CALL */
.call-card .price-box,
.cta-btn.call{
    color:#ff4d4d;
}

.cta-btn.call{
    border-color:#ff4d4d;
}

.cta-btn.call:hover{
    background:#ff4d4d;
    color:#fff;
}

/* MOBILE STACK */
@media(max-width:767px){
    .expert-right-wrapper{
        flex-direction:column;
    }
}


/* Buttons */
.cta-group{
    display:flex;
    gap:12px;
    margin-bottom:12px;
}

.cta-btn{
    flex:1;
    padding: 8px 20px;
    border-radius:30px;
    border:1px solid #00c16a;
    color:#00c16a;
    font-weight:600;
    text-decoration:none;
}

.book-btn{
    display:block;
    padding:12px;
    border-radius:30px;
    border:1px solid #0b6fb2;
    color:#0b6fb2;
    font-weight:700;
    text-decoration:none;
}

.hs_rs_comment_main_wrapper {
    border:1px solid #e6edf7;
    border-radius:18px;
}

.no-hover:hover {
    border:1px solid #e6edf7;
    background: transparent !important;
    color: inherit !important;
    border-radius:18px;
}

.hs_rs_comment_main_wrapper:hover {
    border: 1px solid #131d41;
    background: #131d41;
    color:#000000;
}

.rating-main-box {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    gap: 25px;
}

/* LEFT */
.rating-left {
    width: 35%;
}

.rating-left h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.rating-number {
    font-size: 26px;
    font-weight: 700;
}

.rating-number span {
    color: #f4b400;
    font-size: 30px;
}

.rating-left p {
    color: #777;
}

/* RIGHT */
.rating-right {
    width: 65%;
}

.rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rating-row span {
    width: 45px;
    font-weight: 500;
}

/* BAR */
.bar {
    flex: 1;
    height: 8px;
    background: #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
}

.fill {
    height: 100%;
    border-radius: 20px;
}

/* COLORS */
.green { background: #0f9d58; }
.red { background: #d93025; }
.grey { background: #cfcfcf; }

/* Scroll container */
.review-scroll-box {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 8px;
}

.review-scroll-box::-webkit-scrollbar {
    width: 6px;
}

.review-scroll-box::-webkit-scrollbar-thumb {
    background: #f4b400;
    border-radius: 10px;
}

/* Review card */
.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* User row */
.review-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.review-user h4 {
    font-size: 16px;
    margin: 0;
}

/* Stars */
.review-stars {
    color: #f4b400;
    margin: 5px 0;
    font-size: 14px;
}

.trust-box {
    margin-top: 30px;
    background: #fff;
    border-radius: 16px;
    padding: 10px 20px;
    box-shadow: 0 0 0 1px #e6eefb;
}

/* Single row */
.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #e6eefb;
}

.trust-item.no-border {
    border-bottom: none;
}

/* Icon */
.trust-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1f3c88;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

.trust-icon.bag {
    background: #1f3c88;
}

.trust-icon.check {
    background: #1f3c88;
}

/* Text */
.trust-text {
    font-size: 16px;
    font-weight: 500;
    color: #1f2b50;
}

/* ==== EXPERT DETAIL PAGE CSS  END ==== */
/* <===== Blog Detail Page ====> */

.hs_blog_box1_img_wrapper video{
    border-radius:12px;
    max-height:450px;
    object-fit:cover;
}

.follow-box {
    margin-top:3px;
    background: #fff;
    border:1px solid #e6edf7;
    border-radius: 16px;
    padding: 8px 30px;
    box-shadow: 0 0 25px rgba(0,0,0,0.05);
}

.follow-box h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 30px;
    align-items: center;
}

.social-icons a i {
    font-size: 34px;
}

/* Individual colors */

.social-icons .wtsp i {
    color: #0ca83e;
}

.social-icons .fb i {
    color: #1877f2;
}


.social-icons .link i {
    color: #4285F4;
}

.x-twitter{
    font-size: 34px;
    font-weight: 900;
    color: #000;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.follow-card{
    background:#fff;
    border-radius:14px;
    padding:20px;
}

.follow-title{
    font-size:20px;
    font-weight:600;
    margin-bottom:15px;
}

.follow-image-wrap{
    text-align:center;
}

.follow-image{
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}

.blog-scroll-wrapper{
    border:1px solid #e6edf7;
    border-radius: 16px;
    max-height:360px; 
    overflow-y:auto;
    padding-right:6px;
    margin-top:50px;
}

/* Scrollbar (optional nice look) */
.blog-scroll-wrapper::-webkit-scrollbar{
    width:6px;
}
.blog-scroll-wrapper::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius:10px;
}

.blog-scroll-item{
    display:flex;
    gap:15px;
    padding:15px 0;
    border-bottom:1px solid #eee;
}

.blog-scroll-img img{
    width:100px;
    height:75px;
    object-fit:cover;
    border-radius:10px; 
}

.blog-scroll-content h3{
    position: relative;
    font-size:15px;
    margin:0;
    font-weight:600;
}



.blog-date{
    font-size:12px;
    color:#999;
    margin:2px 0;
    
}

.blog-excerpt{
    font-size:13px;
    color:#666;
    margin:4px 0 0;
}

/* ==== BLOG DETAIL PAGE END ==== */

/* <===== CONTACT Page ====> */
.contact-card-wrapper{
    background: transparent;
    padding:60px 0;
}

.contact-card-box{
    background:#fff;
    padding:30px 35px;  
    border-radius:16px;
    max-width:720px;   
    margin:0 auto;     
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}


.contact-title{
    font-size:26px;
    font-weight:700;
    margin-bottom:20px;
}
.hs_kd_six_sec_input_wrapper input{
    padding:10px 14px;
    height:44px;
    font-size:14px;
}

.hs_kd_six_sec_input_wrapper textarea{
    padding:0px 4px;
    font-size:14px;
    margin-bottom:0px;
}

/* <===== Category Page ====> */
.hs_kd_special_service_main_wrapper {
    margin-bottom: 100px;
}

.footer_bottom_cont_wrapper a {
    color: #ffffff;      /* white color */
    text-decoration: none;
}

.footer_bottom_cont_wrapper a:hover {
    color: #ffffff;      
    text-decoration:underline;
}
.hs_footer_help_btn {
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 25px;
}

.hs_footer_main_wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
}

.hs_footer_help_btn li a {
    height: 30px;
}
/* Secure Footer Column */
.hs_footer_contact_wrapper{
    text-align: center;
}

/* Secure Section Wrapper */
.footer-secure{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* List reset */
.secure-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each item */
.secure-list li{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    gap: 14px;
    margin-bottom: 16px;
}

/* Icon box */
.secure-list .icon{
    width: 44px;
    height: 44px;
    background: #f2f2f2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Icon */
.secure-list .icon i{
    font-size: 18px;
    color: #000;
}

/* Text */
.secure-list .text{
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}

#return-to-top {
    background: #c2c6d4;
}
.gallery-item {
    height: 200px;          
    overflow: hidden;      
    margin-bottom: 15px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;     
    cursor: pointer;
}