﻿@import url('../../css.css');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 28px
}
.spacer-85 {
    height: 85px;
}
a {
    text-decoration: none !important;
}
a:hover {
    color: #C8966F !important;
}
img {
    max-width: 100%;
}
.btn:hover{
    background: #c49b7f !important;
}
.border-spacer-85 {
    border-bottom: 1px solid #eaeef1;
    margin-bottom: 65px;
    padding-top: 65px;
}
.seprator {
    color: #949494;
    display: inline-block;
    padding: 0 10px;
}
.factorian-btn {
    background: #f7be49 none repeat scroll 0 0;
    border-radius: 3px;
    color: #222;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    text-transform: uppercase;
}
.check-list li:before {
    color: #f7be49;
    content: "";
    font-family: fontawesome;
    padding-right: 9px;
}
.check-list {
    font-weight: 500;
    line-height: 31px;
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
}
.factorian-content-block {
    background-image: url('/frontend/assets/images/WAVE.png');
    position: relative;
    background-position-y: 27%;
    background-repeat: no-repeat;
    background-size: cover;
}

input[type="submit"] {
    background: #f7be49 none repeat scroll 0 0;
    border: medium none;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
}

input[type="submit"]:hover {
    background: #333;
    color: #fff;
}
.spacer-45 {
    height: 45px;
}
.factorian-btn:hover {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/* Backgrounds */

.slide-bg-1 {
    background-image: url(assets/img/slide-bg-1.jpg)
}
.slide-bg-2 {
    background-image: url(assets/img/slide-bg-2.jpg)
}
.service-bg-1 {
    background-image: url(assets/img/service-bg-0.jpg)
}
.service-bg-2 {
    background-image: url(assets/img/service-bg-2.jpg)
}
.project-bg-1 {
    background-image: url(assets/img/boxed-bg-1.jpg)
}
.project-bg-2 {
    background-image: url(assets/img/boxed-bg-2.jpg)
}
.project-bg-3 {
    background-image: url(assets/img/boxed-bg-3.jpg)
}
.blog-bg-1 {
    background-image: url(assets/img/blog-bg-1.jpg)
}
.blog-bg-2 {
    background-image: url(assets/img/blog-bg-2.jpg)
}
.blog-bg-3 {
    background-image: url(assets/img/blog-bg-3.jpg)
}
.team-bg-1 {
    background-image: url(assets/img/team-bg-1.jpg)
}
.team-bg-2 {
    background-image: url(assets/img/team-bg-2.jpg)
}
.team-bg-3 {
    background-image: url(assets/img/team-bg-3.jpg)
}
.team-bg-4 {
    background-image: url(assets/img/team-bg-4.jpg)
}
.team-bg-5 {
    background-image: url(assets/img/team-bg-5.jpg)
}
.team-bg-6 {
    background-image: url(assets/img/team-bg-6.jpg)
}
.work-bg-1 {
    background-image: url(assets/img/work-bg-1.jpg)
}
.work-bg-2 {
    background-image: url(assets/img/work-bg-2.jpg)
}
.work-bg-3 {
    background-image: url(assets/img/work-bg-3.jpg)
}
.work-bg-4 {
    background-image: url(assets/img/work-bg-4.jpg)
}
.work-bg-5 {
    background-image: url(assets/img/work-bg-5.jpg)
}
.work-bg-6 {
    background-image: url(assets/img/work-bg-6.jpg)
}
/* Preloaders CSS */

/* Menu Icon Styles */
.menu-icon {
  font-size: 17px;
  cursor: pointer;
  padding: 2px 10px;
  position: absolute;
  top: 8px;
  right: 11px;
  background: #fff; 
  color: #000;       
  border-radius: 4px;
  display: none;    
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .menu-icon {
    display: block;
  }
}


/* Sidebar Styles */
.sidebar {
  position: fixed;
  top: 0;
  left: -250px; /* Hidden initially */
  width: 250px;
  height: 100%;
  background: #222;
  color: #fff;
  transition: 0.3s;
  z-index: 1000;
  padding-top: 50px;
}

.sidebar.active {
  left: 0; /* Slide in */
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #444;
}

.sidebar ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 999;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Close button inside sidebar */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.mobile_list{
    font-size: 12px;
}

.spinner {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.spinner-2 {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout2 1.0s infinite ease-in-out;
    animation: sk-scaleout2 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout2 {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes sk-scaleout2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
.factorian-site-preloader-wrap {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.factorian-site-preloader-wrap .spinner-2 {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
}
/* Header area CSS */

.header-top-area {
    background-color: #222;
    font-size: 15px;
    padding: 10px 0;
}
.header-top-area a,
.header-top-area {
    color: #fff;
}
.header-top-area i.fa {
    color: #f7be49;
}
.mainmenu {
  float: left;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start; /* align left */
}

.mainmenu ul li {
  margin-right: 10px; /* reduce gap (was 20px) */
}

.mainmenu ul li:last-child {
  margin-right: 0; /* no extra space after last item */
}

.mainmenu ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 6px 8px; /* tighter padding */
  display: block;
}

.mainmenu ul li a:hover {
  color: #c3916d;
}

.header-search-bar {
  float: right; /* keep search bar to right */
}

.header-search-bar input {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
}

.responsive-menu-wrap {
    display: none
}
.header-search-bar {
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
}
.header-search-bar {} .header-search-bar:after {
    font-family: fontawesome;
    content: "\f002";
}
.header-search-bar:after {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 1
}
.header-search-bar form {
    position: relative;
    z-index: 9;
}
.header-search-bar input[type="search"] {
    border: medium none;
    cursor: pointer;
    height: 40px;
    padding: 5px 15px;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
    background: none;
}
.header-search-bar input[type="search"]:focus {
    border: 1px solid #ddd;
    text-indent: 0;
    width: 200px;
    background: #fff;
    cursor: text
}
.header-top-area a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    text-decoration: none;
}
.logo a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* 3. Slider area */

.single-slide-item {
    background-color: #dddd;
    background-position: center center;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    height: 590px;
}
.slide-item-table {
    display: table;
    height: 100%;
    width: 100%;
}
.slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-slide-item h2 {
    font-size: 60px;
    margin: 0 0 30px;
}
.factorian-btn.slide-btn {
    margin-top: 20px;
}
.factorian-content-block {
    padding: 10px 0;
}
.homepage-slides .owl-nav div {
    border: 2px solid;
    color: #fff;
    font-size: 19px;
    height: 40px;
    left: 50px;
    line-height: 35px;
    margin-top: -20px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}
.homepage-slides .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}
.homepage-slides .owl-nav div:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.homepage-slides-wrapper {
    position: relative;
}
.factorian-slide-preloader-wrap {
    background: #f7be49 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.factorian-slide-preloader-wrap .spinner {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
}
/* Service area CSS */

.service-item-bg {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 180px;
}
h3 {
    font-size: 22px;
    font-weight: 700;
}
.service-readmore-btn {
    color: #222;
    font-weight: 700;
}
.service-readmore-btn i.fa {
    padding-left: 5px;
}
.single-smal-service-item {
    border-bottom: 1px solid #e9e9e9;
    color: #222;
    display: block;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.single-smal-service-item img {
    float: left;
    margin-right: 15px;
}
.single-smal-service-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}
.single-smal-service-item p:last-child {
    margin: 0;
}
.single-smal-service-item:hover {
    color: #222;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    text-decoration: none;
}
/* CTA area CSS */

.factorian-cta-area {
    background: #222222 none repeat scroll 0 0;
    color: #fff;
    padding: 40px 0;
}
.factorian-cta-area h2 {
    margin: 9px 0;
}
.who-we-are-text {
    padding: 0 40px;
}
/* 3. Promotion area */

.single-promo-item {
    margin-top: 70px;
    padding-left: 45px;
    position: relative;
}
.single-promo-item i.fa {
    border: 2px solid #f7be49;
    border-radius: 50%;
    color: #f7be49;
    height: 25px;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px;
}
.factorian-content-block.section-gray {
    background-color: #f2f5f7;
}
.section-title {
    margin: 0 auto 50px;
    max-width: 415px;
    text-align: center;
}
.section-title h3 {
    line-height: 30px;
    margin: 0;
}
.single-boxed-item {
    color: #6e6e6e;
    display: block;
    margin-bottom: 30px;
}
.boxed-preview {
    height: 180px;
    margin-bottom: 20px;
    background-size: cover;
    background-color: #ddd;
    background-position: center center;
}
.single-boxed-item h4 {
    color: #222;
    font-weight: 700;
    margin: 0 0 10px;
}
.single-boxed-item:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    text-decoration: none;
}
.factorian-content-block.testimonial-area {
    border-top: 1px solid #ddd;
    padding: 80px 0;
}
.single-testimonial-item {
    color: #666;
    margin-bottom: 30px;
}
.testimonial-content {
    font-style: italic;
}
.testimonial-content i.fa {
    font-size: 150%;
}
.single-testimonial-item h4 {
    font-size: 16px;
    margin: 20px 0 0;
}
.single-testimonial-item h4 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}
/* Footer area CSS */

.footer-top-area {
    background: #222222 none repeat scroll 0 0;
        padding-bottom: 105px;
}
.footer-top-area,
.footer-top-area a {
    color: #cacaca;
}
.footer-wid {
    padding: 20px 0px 0px 0px;
}
.footer-logo {
    background: #fff none repeat scroll 0 0;
    color: #222;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.footer-wid-title {
    color: #fff;
    font-size: 15px;
    margin: 0 0 10px;
}
.footer-wid ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-copyright-area {
    background: #1d1d1d none repeat scroll 0 0;
    color: #fff;
    padding: 15px 0;
}
/* Breadcroumb area CSS */

.factorian-content-block.factorian-breadcroumb {
    color: #666;
    font-size: 13px;
    padding: 40px 0;
}
.factorian-breadcroumb h2 {
    color: #222;
    margin: 0 0 5px;
}
.factorian-breadcroumb h3 {
    color: #222;
    margin: 20px 0;
}
.factorian-service-breadcroumb {
    padding: 40px 0;
}
.factorian-service-breadcroumb h3 {
    margin: 0 0 10px;
}
/* Team area CSS*/

.single-team-item {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    float: left;
    height: 355px;
    position: relative;
    width: 33.3333%;
    overflow: hidden
}
.team-info-hover {
    bottom: -30px;
    color: #fff;
    font-size: 14px;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 15px;
    position: absolute;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
    padding-top: 50px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 46%, rgba(0, 0, 0, 1) 71%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 46%, rgba(0, 0, 0, 1) 71%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.team-info-hover h3 {
    margin: 0 0 5px;
}
.single-team-item:hover .team-info-hover {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 9;
}
/* Gallery CSS */

.gallery-lightbox {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.gallery-lightbox img {
    width: 100%
}
.gallery-lightbox i.fa {
    color: #fff;
    left: 50%;
    line-height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 60%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 20px;
    z-index: -1;
}
.gallery-lightbox:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.gallery-lightbox:hover i.fa {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
    visibility: visible;
    z-index: 2;
}
.gallery-lightbox:hover:after {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    visibility: visible;
    z-index: 1;
}
.single-step-item {
    margin-top: 35px;
    padding-left: 55px;
    position: relative;
}
.single-step-item span.step-count {
    border: 2px solid;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    left: 0;
    line-height: 31px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px;
}
.single-step-item h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
}
.single-step-item p:last-child {
    margin: 0;
}
/* Quote form CSS */

.quote-title {
    background: #505050 none repeat scroll 0 0;
    color: #fff;
    padding: 20px;
}
.quote-title h3 {
    margin: 0 0 5px;
}
.get-quote-form {
    box-shadow: 0 0 7px #ccc;
    padding: 30px;
}
.get-quote-form label {
    display: block;
    font-weight: 400;
}
.get-quote-form input[type="text"],
.get-quote-form input[type="email"],
.get-quote-form input[type="tel"],
.get-quote-form textarea {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 7px;
    width: 100%;
}
.get-quote-form textarea {
    height: 110px;
}
.get-quote-form input[type="submit"] {
    border-bottom: 4px solid #d6a137;
    border-radius: 3px;
    color: #fff;
}
.get-quote-form input[type="submit"]:hover {
  border-color: #000;
  background-color: #666;
}
img.contact-banner {
    margin: 30px 0 10px;
}
.contact-heading {
    color: #9b9b9b;
    margin-top: 20px;
    text-transform: uppercase;
}
.bigger-text-link {
    color: #222;
    font-size: 24px;
    line-height: 30px;
}
/* Hovers CSS */

.service-readmore-btn:hover {
    text-decoration: none;
}
.service-readmore-btn:hover i.fa {
    padding-left: 10px;
}
.service-readmore-btn i.fa {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-readmore-btn:hover {
    color: #f7be49;
}
.single-boxed-item:hover {
    color: #6e6e6e;
}
.footer-wid a:hover {
    color: #f7be49;
}
/* Widgets CSS */

.widget {
    border: 1px solid #edeff8;
    line-height: 25px;
    margin-bottom: 50px;
}
.search-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: right;
    padding: 15px;
}
.search-form input[type="search"] {
    border: medium none;
    padding: 15px;
}
h3.widget-title {
    border-bottom: 1px solid #edeff8;
    font-size: 18px;
    margin: 0;
    padding: 20px;
}
.widget ul {
    margin: 0;
    padding: 20px 20px 20px 35px;
    list-style: none;
}
.widget a {
    color: #333;
}
.recent_posts li span {
    color: #8d9cad;
    display: block;
    font-size: 13px;
}
.widget li {
    padding-bottom: 8px;
}
.widget li:before {
    font-family: fontawesome;
    content: "\f0da";
}
.widget li:before {
    left: -10px;
    position: absolute;
    top: 0;
}
.widget li {
    position: relative;
}
.widget.category_list ul {
    overflow: hidden;
}
.widget.category_list ul li {
    float: left;
    width: 50%;
}
.widget.recent_posts li {
    padding-bottom: 15px;
}
.widget.recent_posts li a:hover {
    text-decoration: none;
    color: #000;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/* Single post CSS */

article.post {
    border: 1px solid #e8ebf7;
    margin-bottom: 50px;
    padding: 10px;
}
.featured-content {
    margin-bottom: 25px;
}
.post-title-wrap {
    margin-bottom: 20px;
}
.post-title-wrap p {
    font-size: 12px;
    margin: 0;
}
.post-title-wrap h3 {
    margin: 0 0 5px;
}
article.post a {
    color: #f7be49;
}
.blog-pagination .pagination li.active a {
    background-color: #f7be49;
    border-color: #f7be49;
}
.blog-pagination .pagination a {
    color: #333;
}
/* Comments area */

.comment-title {
    margin: 0 0 30px;
}
.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comment-metadata h4 {
    color: #222;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}
.comment-metadata {
    color: #a3a3a3;
    font-size: 12px;
}
.comment-reply-link {
    font-weight: 700;
}
.comment-item {
    border-bottom: 1px solid #eef1f4;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
.comment-form-wrap input[type="text"],
.comment-form-wrap input[type="email"],
.comment-form-wrap input[type="url"],
.comment-form-wrap textarea {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
}
.comment-form-wrap textarea {
    height: 150px;
}
.comment-form-title {
    margin: 0 0 30px;
}
/* 404 CSS */

.not-found-content h1 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px;
}
.not-found-content i.fa {
    font-size: 100px;
    margin-bottom: 20px;
}
.not-found-content .factorian-btn {
    margin-top: 15px;
}
/* Wrapper */
.custom-header {
  background-color: #ededed;
  padding: 5px 20px;
}

/* Desktop Layout */
.header-top {
  display: flex;
  align-items: center;
  gap: 107px;
}

.header-logo img {
  height: 36px;
  max-width: 100%;
}

/* Default (desktop) */
.header-logo {
  display: flex;
  align-items: center;
}

/* Mobile view: center logo */
@media (max-width: 768px) {
  .header-logo {
    justify-content: center;
    width: 100%;
  }
  .header-logo img {
    margin: 0 auto;
  }
}


.header-search {
  flex: 1;
  max-width: 700px;
}
.header-search form {
  display: flex;
  width: 100%;
}
.header-search input {
  flex: 1;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}
.header-search button {
  padding: 6px 12px;
  border: none;
  background-color: #c49b7f;
  color: white;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 14px;
}

/* Desktop (default) */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Mobile view: center & stack buttons neatly */
@media (max-width: 768px) {
  .header-actions {
    justify-content: center;
    margin-top: 10px;
    gap: 8px;
  }

  .header-actions button,
  .header-actions .profile-btn {
    font-size: 13px;
    padding: 6px 8px !important;
  }

  .profile-dropdown {
    display: inline-block;
  }
}

.access-btn {
  background: linear-gradient(to right, #57b0ff, #ff6e6e);
  border: none;
  padding: 5px 25px;
  color: white;
  border-radius: 22px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.profile-btn {
  background-color: #c3916d;
  border: none;
  color: white;
  border-radius: 22px;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}

/* Dropdown */
.profile-dropdown {
  position: relative;
}
.profile-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -21px;
    background: white;
    min-width: 116px !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.dropdown-menu a {
    color: black;
    padding: 3px 16px;
    font-size: 13px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu a:hover {
  background-color: #c3916d !important;
  color: white !important;
}

.dropdown-menu hr {
  margin: 4px 0;
  border: none;
  border-top: 1px solid #eee;
}

/* KEEP dropdown open while hovering button or menu */
.profile-dropdown:hover .dropdown-menu {
  display: block;
}


/* ===================== Responsive ===================== */
@media (max-width: 768px) {
  .header-top {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  /* Logo + actions row */
  .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .header-logo {
    flex: 1;
  }
  .header-actions {
    flex-shrink: 0;
  }

  /* Search full width */
  .header-search {
    width: 100%;
  }
  .header-search form {
    width: 100%;
  }
  .header-search input {
    width: 100%;
  }
}
.ai-menu-item i {
    color: #2196f3;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.ai_icon{

    color: #2196f3 !important;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.footer_menu{
    font-size: 13px;
}
@media (min-width: 1200px) {
    .menu_container {
        width: 1325px !important;
    }
}
@media (min-width: 1200px) {
    .footer_container {
        width: 1325px !important;
    }
}
/*.court_image {
    height: 200px;
    max-width: 100%;
}*/
.court-card {
    background-color: #fff;
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
}
.court-info {
    padding: 10px;
    background-color: #f1f1f1;
    text-align: center;
}
.court-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-top: 2px;
}
.a_color {
    color: #333;
}
.hearticon {
    font-weight: 100;
    display: flex;
    align-items: center;
    font-size: 13px;
    border-radius: 22px;
    padding: 4px 9px;
    color: #db0000;
    border: 1px solid #c8966f;
}
.hearticon i, .share_icon i {
    margin-right: 5px;
    /* color: #c8966f; */
}
.bi-heart-fill{
    color: #db0000;
}
.btn_follow {
    padding: 4px 10px 6px 15px;
    border-radius: 20px;
    border: 1px solid #c8966f;
    color: #c8966f;
    font-size: 14px;
}
.icon-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: inherit;
}
.share_icon {
    height: 30px;
    width: 30px;
    border: 1px solid #c8966f !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: none;
}
.Justice-section {
    background-color: rgb(42 42 42 / 0.08);
}
.Justice-col {
    align-items: center;
}
.Justice-span {
    color: rgb(42 42 42 / 50%);
    text-decoration: underline;
    font-weight: 500;
}
.btn_search{
    font-size: 1.3rem;
    padding: 6px 11px 2px 9px;
    background: #c3916d;
    color: white;
}
.search_bar{
    display: flex; 
    gap: 10px;
    margin-top: 10px;
}
.search_inner_text{
    font-size: 1.2rem;
}
.court_heading{
    margin-bottom: 1px;
    font-weight: 600
}
.Justice_span{
    font-size: 1rem;
}
.justice_section{
    padding: 1px 0px;
}
.group_search{
    flex-grow: 1;
}
.overflow-hidden {
    overflow: hidden !important;
}
.group_search2{
    gap: 8px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.search_bar {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 7px;
    flex-wrap: wrap; /* allow stacking on small screens */
}

.group_search {
    flex-grow: 1;
    min-width: 200px;
}

.group_search2 {
    gap: 8px;
}

/* Responsive: stack search bar elements vertically */
@media (max-width: 575px) {
    .search_bar {
        flex-direction: column;
        gap: 8px;
    }

    .group_search,
    .group_search2 {
        width: 100%;
    }

    .btn_search {
        width: 100%; /* full-width button on mobile */
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .factorian-content-block {
        padding: 20px 0 !important;
    }
}
@media (max-width: 768px) {
 .case-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
    align-items: center;
    font-size: 15px;
    color: #666;
}
}
a:focus, a:hover {
    color: #000000;
    text-decoration: none; 
}
.playlist-card {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    padding: 10px;
    cursor: pointer;
    margin-top: 10px;
}

/* Card hover effect */
.playlist-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.case-main {
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

/* Serial number */
.case-list {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-top: 5px;
    min-width: 25px;
    text-align: center;
}

/* Thumbnail */
.case_card_court {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.case_card_court img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

/* Title */
.heading_act {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #222;
    line-height: 1.4;
}

/* Icons row */
.case-icons {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    align-items: center;
}
.case-icons-acts {
    display: flex
;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    /* align-items: center; */
    /* justify-content: center; */
}
.case-info h3 .d-inline-flex {
  margin-left: 0; /* aligns exactly with start of title */
}

.icon-btn-share.share {
    /* background: #c3916d; */
    color: #c28d66;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s 
ease;
}
.bi-plus-circle{
    font-size: 12px; 
    color: #c3916d;
}
.hearticon{
    padding: 3px 8px;
}
.icons_all{
display: inline-flex !important; 
align-items: center !important; 
gap: 15px !important; 
margin-top: 4px !important; 
margin-left: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex_column{
    display: flex !important; 
    flex-direction: column !important;
}
.case_card_court {
    width: 70px;
    flex-shrink: 0;
}
.me-3 {
    margin-right: 1rem !important;
}
.court, .case-number, .date {
    padding: 5px 14px;
    border-radius: 20px;
    border: 1px solid #c28d66;
    font-size: 12px;
}
.bi-heart::before {
    content: "\f417";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iconheart i {
    color: red;
}
.mt-2{
    margin-top: 10px;
}
.profile-row {
    background-color: rgb(42 42 42 / 3%);
    padding: 30px;
}
.col-profile-a {
    text-align: center;
}
.aprofileimg {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.aprofileimg img.imgpa {
    width: 200px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
    border: 4px solid white;
}
.imgpa {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
.aprofilec {
    /* display: flex
; */
    align-items: center;
}
.aprofilec {
    justify-content: center;
    margin-top: 20px;
}
.aprofilec h3 {
    font-size: 19px;
    margin: 0px;
}
.court_name_judge {
    font-size: 12px;
    color: #c8966f;
}
#profile_action_buttons {
    display: inline-block;
}
.a-follow-fixed {
    border: 2px solid #c79872;
    border-radius: 10px;
    display: flex
;
    justify-content: space-around;
    align-items: center;
    padding: 4px 0;
    max-width: 250px;
    margin: 4px auto 0;
}
.a-follow-fixed .a-stat {
    text-align: center;
    flex: 1;
}
.a-follow-fixed .a-count {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.a-follow-fixed .a-label {
    font-size: 13px;
    color: #555;
}
.divider {
    color: #b07d52;
    margin: 0 5px;
}
.a-follow-fixed .divider {
    width: 1px;
    height: 30px;
    background-color: #c79872;
}
.col_3{
    background: #f7f7f7;
    padding: 6px;
}
/* card shell */
.playlist-card {
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
}

/* inner row that holds left + right */
.playlist-card .inner {
  height: 100%;
  align-items: center;     /* vertically center left and right */
}

/* LEFT: play area */
.play-area {
  min-width: 48px;         /* reserve space for the button */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* play button */
.play-button {
  width: 36px;
  height: 36px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

/* RIGHT: case info */
.case-info {
  min-width: 0;            /* allows flex children to shrink properly */
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}

/* Title: 2-line clamp with ellipsis */
.title {
  font-size: 13px;
  line-height: 1.3;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Meta row: pills stay on one line and never wrap */
.meta {
  display: flex;
  gap: .5rem;
  align-items: center;
  margin-top: 6px;
}
.pill {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 1px 7px;
    border-radius: 999px;
    border: 1px solid #e6e6e6;
    background: #f8f9fa;
    font-size: 11px;
    color: #333;
}

/* small icon spacing inside pill */
.pill i {
  margin-right: .4rem;
}
.inner {
  display: flex;
  flex-direction: row;   /* left-right layout */
  align-items: center;   /* vertical alignment */
}

.play-area {
  flex: 0 0 48px;        /* fixed width, never grow/shrink */
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest_section{
    background: #f4f4f7;
}
@media (min-width: 1200px) {
    .judge_container {
        width: 1314px;
    }
}

@media (min-width: 1200px) {
    .container_caseon {
        width: 970px;
    }
}
/* Play icon + title row */
.case-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.case-play span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #c68c53;   /* same brown as screenshot */
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
}

.case-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #111;
  line-height: 1.4;
}


.case-icons .icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #555;
}

.case-icons .icon-btn:hover {
  color: #c28d66;
}
/* ===== Case Card ===== */
.case-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  color: #222;
}

.case-card .playsound_1 {
  font-size: 14px;
  color: #555;
  text-align: right;
  display: block;
}

.case-card .playsound_1 i {
  margin-right: 4px;
  color: #888;
}

.case-card .playsound_1 .time {
  margin-left: 8px;
  color: #777;
}

/* ===== Play + Title ===== */
.case-info {
  display: ruby;
  gap: 10px; /* spacing between play icon & title */
  margin-bottom: 10px;
}

.case-play span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;   /* smaller, balanced circle */
  height: 32px;
  border-radius: 50%;
  background: #d9a066; /* brownish circle */
  color: #fff;
  font-size: 16px; /* smaller play icon */
  cursor: pointer;
  flex-shrink: 0; /* prevent shrinking */
}

.case-info h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #222;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.case-icons .court a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
}

.case-icons .case-number {
  color: #555;
}

.case-icons i {
  margin-right: 4px;
  font-size: 15px;
}

.case-icons .btn_like, .case-icons .action-buttons button {
    background: none;
    border: none;
    padding: 1px;
    cursor: pointer;
    font-size: 6px;
    color: #c28d66;
}

.case-icons .btn_like i {
  transition: color 0.3s;
}

.case-icons .btn_like i:hover {
  color: #d33;
}

.action-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ===== Dropdown ===== */
.dropdown-menu.adddrop {
  padding: 8px;
  min-width: 200px !important;
}

.dropdown-menu.adddrop label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

/* ===== Case Background ===== */
.case-b {
  background: #f9f9f9;
  border-radius: 10px;
  margin-top: 15px;
}

.case-b h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.case-background-container {
  max-height: 150px;
  overflow-y: auto;
}

.case-background-text {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bg-white {
    background-color: #fff !important;
}
/* Bench & Applied Acts Card */
.bench-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-family: "Inter", sans-serif;
  color: #222;
  margin-bottom: 20px;
}

.bench-card h5,
.bench-card h6 {
  font-weight: 600;
  color: #333;
  font-size: 12px;
}

.bench-avatar {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    object-fit: cover;
    border: 2px solid #eee;
    transition: transform 0.2s;
}

.bench-avatar:hover {
  transform: scale(1.05);
  border-color: #d9a066; /* matches your play button color */
}

.no-sections p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
/* Profile Container */
.user-profile-wrapper {
  position: relative; 
  width: 156px; 
  height: 141px; 
  margin: 0 auto;
  border-radius: 6px;
  padding: 20px;
}
.image_profile{
    width: 156px; 
    height: 130px; 
    border-radius: 50%; 
    display:block;
}
.verify-icon{
    position: absolute;
    bottom: 1px;
    right: 8px;
    width: 40px;
    height: 40px;
    z-index: 50;
}

/* Sidebar */
.profile-sidebar {
  border-right: 1px solid #ddd;
}

/* Nav Pills */
.profile-pills .nav-link {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  color: #333;
  margin-bottom: 8px;
  border-radius: 6px;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.2s;
  font-size: 14px;
}

.profile-pills .nav-link.active {
  background: #c28d66;   /* brown active */
  color: #fff;
  font-weight: 600;
}

.profile-pills .nav-link:hover {
  background: #e0b18b;
  color: #fff;
}

/* Right Content */
.profile-content {
  padding-left: 30px;
}

/* Form Controls */
.profile-content .form-control {
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #ccc;
}

.profile-content .form-control:focus {
  border-color: #c28d66;
  box-shadow: 0 0 0 0.1rem rgba(194, 141, 102, 0.25);
}

/* Buttons */
.profile-btn {
  background: #c28d66;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 20px;
  transition: 0.2s;
}

.profile-btn:hover {
  background: #a8714f;
}
.text-white{
    color: white !important;
}
.upgrade-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: "Inter", sans-serif;
}
.upgrade-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 31%);
    padding: 40px;
    max-width: 1000px;
    width: 100%;
    text-align: center;
}
.title {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
}
.pricing-options {
    display: flex
;
    justify-content: center;
    gap: 16px;
    margin: 30px 0;
}
.plan {
    flex: 1;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.plan .label {
    font-size: 15px;
    font-weight: bold;
    color: inherit;
    margin-bottom: 8px;
}
.plan .price {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.plan .note {
    font-size: 12px;
    color: inherit;
    margin-top: 6px;
}
.continue-btn {
    color: white;
    text-decoration: none;
}

.continue-btn {
    background: #c3916d;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 11px;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.3);
}
.tags {
    display: flex
;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.tags span {
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #444;
    background: #fafafa;
}
.checkout-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 25px;
    transition: 0.3s 
ease-in-out;
}
.checkout-card-header {
    padding: 12px 24px;
    background: linear-gradient(135deg, #c3916d, #a06a45);
}
.checkout-card-body {
    padding: 15px 28px;
}
.plan-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}
.checkout-section {
    background: #f9fafb;
    min-height: 100vh;
    padding: 60px 0;
    font-family: 'Inter', sans-serif;
}
.plan-details li {
    padding: 8px 0;
    font-size: 15px;
    color: #475569;
    display: flex
;
    justify-content: space-between;
    border-bottom: 1px dashed #e5e7eb;
}
.plan-details {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.summary-item {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 16px;
    color: #1e293b;
    font-weight: 500;
}
.text-success {
    color: #198754 !important;
}
.fs-5 {
    font-size: 12px !important;
}
.fs_5{
    font-size: 1.6rem !important;
}
.checkout-btn {
    width: 100%;
    padding: 11px;
    background: #16a34a;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    box-shadow: 0px 4px 12px rgba(22, 163, 74, 0.3);
}
.secure-note {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    margin-top: 15px;
}
.highcourts {
    background-color: #f9f9f9;
    padding: 15px 0px 2px 28px;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.btn-access-free {
    background: linear-gradient(to right, #6ad70a, #2cb30a);
    border: none;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
    display: flex;             
    align-items: center !important;   
    justify-content: center !important; 
    text-align: center !important;      
    line-height: 1.2 !important;      
}

.login-btn{
    display: inline;      
    align-items: center !important;  
    justify-content: center !important;
    text-align: center !important;        
    line-height: -0.6 !important;        
    font-size: 13px !important;
    border-radius: 8px !important;
    padding: 6px 12px !important; /* Equal padding top/bottom */
}
.sign-btn{
    display: inline;      
    align-items: center !important;  
    justify-content: center !important;
    text-align: center !important;        
    line-height: -0.6 !important;        
    font-size: 13px !important;
    border-radius: 8px !important;
    padding: 6px 12px !important; /* Equal padding top/bottom */
}

.login-btn {
    background: #C8966F !important;
    color: white !important;
    border: none !important;
    margin: 0 10px !important;
}

.sign-btn {
    display: inline;  
    color: #000;
    border: 1px solid #C8966F;
    margin: 0 5px;
    background: transparent;
}
@media (max-width: 768px) {
    .login-btn {
        display: inline-flex; /* center content */
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1; 
        font-size: 10px; /* smaller text */
        border-radius: 4px; /* tighter corners */
        padding: 2px 6px; /* very small padding */
        min-width: 40px; /* optional: very small button width */
        height: 24px; /* optional: fixed height for small size */
    }
}
@media (max-width: 768px) {
    .login-btn {
       background: #C8966F !important;
    color: white !important;
    border: none !important;
    margin: 14px 10px !important;
    }
}



.login-btn:hover {
    color: white!important;
}
.header-login-sigup {
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: center;
}
.court_image {
    height: 130px !important;
    width: 100% !important;
}
.judge_image {
    height: 180px !important;
    width: 100% !important;
    object-fit: contain !important;
}
.btn-get-full{
    background: linear-gradient(to right, #50adff, #ff6347);
    border: none;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
}
@media (max-width: 767px) {
    .Justice-section {
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .case-icons {
        /* justify-content: center; */
        gap: 20px;
        font-size: 12px;
        margin-bottom: 8px;
    }
}
@media (max-width: 768px) {
    .court-img {
        max-width: 100%;
        object-fit:cover;  /* smaller on mobile */
    }
}
.form-control {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    color: #000000 !important;
    padding: 0.55rem 1rem !important;
    /* border-radius: 10px !important; */
}
.form_year{
    width: 130px !important; 
    font-size: 0.85rem;
}
@media (max-width: 480px) {
    .case-icons {
        gap: 6px;
    }

    .icon-btn {
        font-size: 12px;
        padding: 3px 6px;
    }
}
.color_theme {
    color: #C8966F !important;
}
.playlist-right {
    display: flex;
    flex-wrap: wrap;       /* wrap on very small screens if needed */
    align-items: center;
    gap: 10px;             /* spacing between items */
    color: #C8966F;        /* text/icon color */
    font-size: 16px;       /* slightly bigger font */
}

.playlist-right a.text-muted {
    color: #C8966F !important; /* override muted color */
    text-decoration: none;
    font-weight: 600;
}

.playlist-right .playlist-stats span,
.playlist-right .separator {
    color: #C8966F;
    font-size: 16px;
}

.playlist-right .action-buttons button,
.playlist-right a i {
    color: #C8966F;
    font-size: 18px;       /* make icons slightly bigger */
}

/* Optional: show social icons horizontally when visible */
.playlist-right  {
    display: flex !important;
    gap: 8px;
    align-items: center;
}

/* Responsive adjustments for small screens */
@media (max-width: 480px) {
    .playlist-right {
        font-size: 14px;
        gap: 6px;
    }

    .playlist-right .action-buttons button,
    .playlist-right  a i {
        font-size: 16px;
    }
}
.btn:focus {
    outline: none !important; /* removes the black border */
    box-shadow: none !important; /* removes any Bootstrap focus shadow */
}
.btn_search_playlist{
    font-size: 0.85rem !important; 
    padding: 0.25rem 0.75rem !important; 
    background: #c3916d !important;
    border: none !important;
}
.playlist_search_form{
    display: flex !important; 
    gap: 10px !important;
}
.case-icons .btn_like button {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    font-size: 16px;
    color: red !important;
}
.playlist_icons{
    margin-left:45px; 
    justify-content: flex-start !important;
}
.text-brown {
    color: #a56f4d;
}

.btn-outline-brown {
    border: 1px solid #a56f4d;
    color: #a56f4d;
    background-color: transparent;
}

.btn-outline-brown:hover {
    background-color: #a56f4d;
    color: white;
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #a56f4d;
}



/* Optional: Force aspect ratio if needed */
img[style*="aspect-ratio"] {
    aspect-ratio: 1/1;
}

/* Optional: Custom label for Edit */
label[for^="editImageInput_"] {
    cursor: pointer;
}
.creation-col-inner {
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.creation-col-2 a {
    border-left: 1px solid #c9c9c9;
    padding-left: 10px;
    margin-left: 6px;
}
.creation-col-2 span, .creation-col-2 a {
    font-size: 12px;
    font-weight: 500;
    color: #2A2A2A;
}
.court-img{
    max-height:150px; 
    width: 100%;
}
.profile-row {
    background-color: rgb(42 42 42 / 3%);
    padding: 30px;
}
.profile-nav ul {
    padding-left: 0px;
    /* border-bottom: 1px solid rgb(42 42 42 / 8%); */
    padding-bottom: 10px;
}
.profile-nav {
    padding: 50px;
}
.profile-nav ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
}
.profile-nav .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #C8966F;
    width: 100%;
    text-align: justify;
    color: white;
}
.profile-nav .nav-pills .nav-link {
    color: black;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: justify;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #e0b18b;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #e0b18b !important;
}
/* Profile Form Base */
.profile-form {
  padding: 40px;
}

/* Form Label & Input */
.profile-form .form-label {
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.profile-form .profile-input {
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
  font-size: 14px;
}

.profile-form .profile-input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.25);
}

/* Submit Button */
.profile-form .profile-submit-btn {
  min-width: 100px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 6px;
  margin: 0px 0px 0px 0px !important;
}

/* Feedback Box */
.profile-form .form-feedback {
  font-size: 0.95rem;
  color: #28a745; /* Success Green */
}
.profile-preview-img {
    width: 100px;          /* smaller width */
    height: 100px;         /* smaller height */
    object-fit: cover;     /* crop nicely */
    border-radius: 50%;    /* make it circular, optional */
    display: block;
    margin: 0 20px;        /* center image */
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 95% !important;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.fade {
    transition: opacity 0.15s 
linear;
}
.login-modal.modal-dialog {
    max-width: 871px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 580px;
        margin: 1.75rem auto;
    }
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-content {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.login-p {
    background-color: #C8966F;
    padding: 30px;
    height: 488px;
    width: 381px;
}
.login-pcontent h2 {
    color: rgb(255 255 255 / 80%);
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem;
    }
}
.login-pcontent p {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
}
.top_plo {
    color: white;
    font-size: 1.5rem;
    text-align: left;
    margin: 0;
    width: 100%;
    padding-right: 5px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.login-p1 {
    padding: 65px;
}
.login-p1 {
    width: 490px;
}
.modal-content .btn-close {
    position: absolute;
    top: 10px;
    right: 15px;
}
.login-p1 .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.login-p1 h3 {
    font-size: 24px;
    color: #2A2A2A;
}
.small_text {
    color: #909090db;
    font-size: 14px;
}
.step-active {
    display: block;
}
.btn-primary {
    background-color: #c3916d;
    border-color: #c3916d;
    color: white;
    font-size: 1rem;
    transition: background-color 0.2s;
}
.sendbtn {
    background: #C8966F;
    color: white;
    display: inline-block;
    padding: 8px 33px;
    border-radius: 8px;
    margin: 8px 10px;
    border: none;
    width: fit-content;
    margin-left: 0px;
    border: none;
    font-size: 13px;
}
.padding_login_content{
    padding: 20px !important;
}
.padding_login_form{
    padding: 30px !important;
}
.form-label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0.6rem;
}
.form-control{
        font-size: 1.3rem !important;
}
.login-psigup {
    background-color: #C8966F;
    padding: 30px;
    height: 609px;
    width: 381px;
}
label.required:after {
    content: '*';
    color: #DC3545 !important;
    margin-left: 2px;
}
.otp-verty {
  display: flex;
  justify-content: flex-start;
  gap: 10px; /* space between boxes */
}

.otp-verty .otp-input {
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.otp-verty .otp-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.5);
  outline: none;
}
/* --- Modal Centering --- */
.modal_center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

/* --- Modal Styling --- */
.success-modal {
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  background: #fff;
  max-width: 400px;
  margin: auto;
  text-align: center;
}

/* --- Success Icon --- */
.success-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
  animation: popIn 0.5s ease;
}

/* --- Headings & Text --- */
.success-title {
  font-weight: 600;
  color: #2e7d32;
  margin-bottom: 10px;
}

.success-text {
  color: #555;
  font-size: 15px;
  line-height: 1.5;
}

/* --- Button Styling --- */
.sendbtn {
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.login-btn.sendbtn:hover {
  background: linear-gradient(90deg, #1b5e20, #43a047);
  transform: scale(1.03);
}

/* --- Animation --- */
@keyframes popIn {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.profession-box {
    width: 100px;
    height: 100px;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 0;
    border-radius: 8px;
    border: 3px solid #c8966f;
    background-color: #C8966F33;
    opacity: 1;
    transition: transform 0.3s ease, background-color 0.3s ease, filter 0.3s 
    ease;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 8px;
}
.profession-icon img {
    max-width: 60px;
    max-height: 60px;
    transition: filter 0.3s ease;
}
.profession_box_p {
    font-weight: 500;
}
.login_p2 {
    padding: 50px 40px;
}
.ai-container {
    position: relative;
}
.ai-container {
    background-color: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(195, 145, 109, 0.2), 0 0 40px rgba(195, 145, 109, 0.15);
    max-width: 1000px;
    width: 100%;
    text-align: center;
    position: relative;
    transition: box-shadow 0.3s 
ease;
}
.toggle-container {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* === TOGGLE SWITCH FIX === */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide the default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Background (track) */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

/* The white circular knob */
.slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* When ON */
input:checked + .slider {
  background-color: #4CAF50;
}

/* Move knob when ON */
input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded style (optional, you already have .round class) */
.slider.round {
  border-radius: 24px;
}
.slider.round:before {
  border-radius: 50%;
}

.highlight_ai {
    color: #c3916d;
    font-weight: 400 !important;
}
.highlight {
    color: #c3916d;
    font-weight: bold;
}
.orb {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle at 30% 30%, #e0b490, #c3916d);
    border-radius: 50%;
    margin: 0 auto 20px;
    box-shadow: 0 0 20px #e0b490, 0 0 40px #c3916d, 0 0 60px rgba(195, 145, 109, 0.6);
    animation: pulse-glow 1.6s infinite 
ease-in-out;
    transition: transform 0.3s 
ease;
}
.examples {
    margin-top: 50px;
    display: flex
;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.card {
    background-color: #ffffff !important;
    padding: 20px !important;
    flex: 1 1 22% !important;
    min-width: 200px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
    transition: transform 0.2s 
ease, box-shadow 0.3s 
ease !important;
    cursor: pointer !important;
    text-align: left !important;
}
.card p {
    font-size: 15px;
    color: #444;
    margin: 0;
    line-height: 1.4;
}
@media (max-width: 400px) {
    .input-box {
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
    }
}
@media (max-width: 400px) {
    .input-actions {
        justify-content: flex-end;
        margin-top: 10px;
    }
}
.card .fab-icon {
    width: 40px;
    height: 40px;
    background-color: #c3916d;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(126, 34, 206, 0.4);
}
.input-box {
    width: 100%;
    max-width: 1500px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 4px 8px 4px 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transition: border 0.2s;
}
.input-box input[type="text"] {
    border: none;
    flex: 1;
    font-size: 18px;
    outline: none;
    padding: 10px 12px;
    background-color: transparent;
    color: #333;
}
.input-actions {
    display: flex
;
    gap: 12px;
}
.input-actions .send {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.input-actions button {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #555;
    transition: color 0.2s, transform 0.2s;
}
.wrapper {
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
}
/* ---------- RESPONSIVE FIXES ---------- */

/* General layout adjustments */
@media (max-width: 992px) {
  .ai-container {
    padding: 30px 20px;
    max-width: 90%;
  }
  .heading_ai {
    font-size: 22px;
  }
}

/* Fix toggle placement on mobile */
@media (max-width: 768px) {
  .toggle-container {
    position: static;
    justify-content: center;
    margin-bottom: 15px;
    padding: 8px 12px;
    gap: 6px;
  }
  .mode-label {
    font-size: 13px;
  }
  .switch {
    width: 45px;
    height: 22px;
  }
  .slider:before {
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
  }
}

/* Input box: make compact and stacked on phones */
@media (max-width: 576px) {
  .input-box {
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px;
  }
  .input-box img {
    margin-bottom: 10px;
  }
  .input-box input[type="text"] {
    font-size: 16px;
    padding: 8px;
  }
  .input-actions {
    justify-content: flex-end;
    margin-top: 10px;
  }
  .input-actions .send {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

/* Example cards layout */
@media (max-width: 992px) {
  .examples {
    justify-content: center;
    gap: 16px;
  }
  .card {
    flex: 1 1 45%;
    min-width: 160px;
  }
}

@media (max-width: 576px) {
  .examples {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .card {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
    padding: 16px;
  }
  .card p {
    font-size: 14px;
  }
}

/* Center orb and heading on all screens */
@media (max-width: 768px) {
  .orb {
    width: 50px;
    height: 50px;
  }
  .heading_ai {
    font-size: 20px;
    line-height: 1.4;
  }
}

/* Prevent overflow */
@media (max-width: 400px) {
  .ai-container {
    padding: 20px 12px;
  }
  .heading_ai {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
    .login-modal .row {
        flex-direction: column-reverse;
    }
}
.subscription-table thead {
  background-color: #c3916d;
  color: #fff;
}

/* Header font and spacing */
.subscription-table th {
  font-weight: 600;
  padding: 14px 10px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* Row styling */
.subscription-table tbody tr {
  transition: background-color 0.2s ease;
}

.subscription-table tbody tr:nth-child(even) {
  background-color: #faf8f6;
}

.subscription-table tbody tr:hover {
  background-color: #f1e9e3;
}

/* Table text adjustments */
.subscription-table td {
  padding: 12px 10px;
  font-size: 15px;
  vertical-align: middle;
}
.court_theme:hover {
    color: #fff !important;
}
/* Custom button style */
.btn-theme {
  background-color: #c3916d;
  color: #fff;
  border: none;
  transition: 0.3s ease;
}
.btn-theme:hover {
    background-color: #a7744e;
    color: #fff !important;
}
/* Responsive tweaks */
@media (max-width: 768px) {
  .subscription-table th, 
  .subscription-table td {
    font-size: 13px;
    padding: 10px 6px;
  }

  .btn-theme {
    font-size: 12px;
    padding: 5px 8px;
  }

  .badge {
    font-size: 12px;
    padding: 4px 6px;
  }
}
table.table thead tr {
  background-color: #c3916d !important;
  color: #fff !important;
}
.table_heading{
    background: #c3916d !important; 
    color: white !important;
    font-size: 13px;
}
.bg_subscription{
    background:rgb(237 237 237) !important ;
}
.btn-theme {
    background-color: #c3916d;
    border-color: #c3916d;
    color: white;
    font-size: 1rem;
    transition: background-color 0.2s;
    margin-top: 1.5rem;
}
.plans_title{
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
}
.plans_title .pro {
    color: #c8966f;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4), 0px 0px 12px rgb(200 150 111), 0px 0px 20px rgb(200 150 111);
}
.subtitle {
    font-size: 14px !important;
    color: #666;
    line-height: 1.5;
}
.continue-btn:hover {
    color: #fff !important;
}
.continue-btn {
    display: inline-block;
    background-color: #c3916d;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 25px;
    padding: 10px 28px;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s ease;
    width: 60%;
    max-width: 298px;
}
.continue-btn:hover:not(:disabled) {
  background-color: #a97751;
  color: #fff;
  transform: scale(1.03);
}

.continue-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
  .continue-btn {
    width: 90%;
    font-size: 15px;
    padding: 10px 22px;
  }
}

@media (max-width: 480px) {
  .continue-btn {
    width: 100%;
    font-size: 12px;
    padding: 5px 12px;
  }
}
 .owl-carousel .item {
      background: #fff;
      margin: 10px;
      border-radius: 10px;
      text-align: center;
      font-size: 18px;
    }

    .owl-nav button {
    position: absolute;
    top: 31%;
    background: #c3916d !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    }

    .owl-nav button.owl-prev {
      left: -20px;
    }

    .owl-nav button.owl-next {
      right: -20px;
    }

    .owl-dots {
      text-align: center;
      margin-top: 15px;
    }

    .owl-dot span {
      width: 12px;
      height: 12px;
      background: #ccc;
      display: block;
      margin: 5px;
      border-radius: 50%;
      transition: background 0.3s;
    }

    .owl-dot.active span {
      background: #333;
    }
    /* ====== OWL CAROUSEL CUSTOM STYLING ====== */

.owl-carousel {
  padding: 10px 0;
}

.owl-carousel .item {
  position: relative;
  background: #fff;
  border-radius: 12px;
}


/* Image styling */
.owl-carousel .item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transition: transform 0.4s ease;
}

.owl-carousel .item:hover img {
  transform: scale(1.05);
}

/* Info box below image */
.highcourtsbasic {
  padding: 12px 16px;
  text-align: left;
  background-color: #c3916d; /* theme color */
  color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.highcourtsbasic p {
  margin: 0 0 8px 0;
  font-weight: 600;
  font-size: 14px;
}

.highcourtsbasic a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.highcourtsbasic a:hover {
  opacity: 0.8;
}

/* Audio + share row */
.audio-share-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bordered-box {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
  transition: background 0.3s ease;
}

.bordered-box:hover {
  background: rgba(255, 255, 255, 0.25);
}

.share-icon {
  color: #fff;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.share-icon:hover {
  transform: scale(1.2);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
  .owl-carousel .item img {
    height: 180px;
  }
  .highcourtsbasic p {
    font-size: 15px;
  }
  .bordered-box {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .owl-carousel .item img {
    height: 150px;
  }
  .highcourtsbasic {
    padding: 10px 12px;
  }
  .highcourtsbasic p {
    font-size: 14px;
  }
}
.audio-share-row li {
    list-style: none;  
    margin: 0;  
    padding: 0; 
}
ul {
    list-style: none;
    padding-left: none !important; /* remove default indent */
    margin: 0;
}
.caseon-playlist-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    gap: 10px;
}
.caseon-white-style {
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 6px 10px;
    border-radius: 24px;
    display: inline-flex
;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.2s 
ease all;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    display: none;
    justify-content: center; 
    align-items: center;     
    font-size: 30px;    
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    color: #c3916d;
    transition: all 0.3s ease;
    position: absolute;       
    top: 40%;                
    transform: translateY(-50%);
    pointer-events: all;
    margin-bottom: 10px;
}
.case-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.case-play span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #c3916d;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.case-card {
    padding: 10px;
    background-color: #fff;
    border-left: 1px solid #ddd;
}
.player_icon{
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    background: #c3916d !important;
    color: white !important;
}
.case-actions {
    display: flex;
    align-items: center;
    gap: 1rem;    
    flex-wrap: nowrap; 
    overflow-x: visible;  
}
.case-actions span, .case-actions .heart, .case-actions .badge {
    white-space: nowrap; /* prevent wrapping of individual elements */
}
.bg_white{
    background: white !important;
    border: 1px solid lightgray;
    border-radius: 25px !important;
}
@media (min-width: 1200px) {
    .fs_2 {
        font-size: 1.2rem !important;
    }
}
.copy_message {
    display: none;
    color: green;
    margin-top: 10px;
}
.hover-shadow-sm:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.transition-all {
    transition: all 0.2s ease-in-out;
}

.playlist-title:hover {
    color: #c28d66 !important;
}
.hero {
    padding: 60px 0px;
    position: relative;
    background-size: cover;
    overflow: visible; /* Important: prevents clipping the overlay */
}

.wave-overlay {
    position: absolute;
    top: -200px;
    left: 0;
    width: 116vw;
    height: 444%;
    z-index: 9999;
    pointer-events: none;
}

/* .hero::after{
    content: "";
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    
    background: radial-gradient(50% 50% at 50% 50%, #C8966F 0%, #E7C5AB 100%);
    opacity: 20%;
    border-radius: 100%;

} */
.book{
    position: absolute;
    top: -48px;
    left: -20px;
    width: 300px;
}
.HEADPHONE{
    position: absolute;
    bottom: -18px;
    right: 0px;
    width: 300px;
}
.Ellipseleft{
    position: absolute;
    top: 0px;
    right: 0%;
     z-index: -2;
}
.Ellipse22{
    position: absolute;
    top: -47px;
    left: 0px;
    width: 300px;
}
.Ellipseright{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 33%;
    z-index: -2;
}
.hero-col h1{
    text-align: center;
    margin-bottom: 40px;
    font-size: 35px;
}
.tags-ul{
    margin-top: 30px;
    opacity: 50%;
}
.tags-ul ul{
    display: flex;
    flex-wrap: wrap;
   justify-content: center;
    padding: 0px 30px;
}
.tags-ul ul li{
    list-style: none;
    color: #2A2A2A;
    padding: 8px 14px 8px 14px;
    border-radius: 35px;
    border: 1px solid #2A2A2A;
    margin: 4px 6px;
    text-align: center;
}

/* hear-section */
.hear-section{
    background-color: #C8966F;
    padding: 2px 0px;
}
.hear-audio{
    display: flex;
    align-items: center;
    justify-content: center;

}
.hear-audio p{
    color: white;
    font-weight: 500;
    margin-bottom: 0px;
}
.hear-audio a{
    background: white;
    padding: 7px 12px;
    border-radius: 28px;
    display: inline-block;
    color: black;
    margin-left: 10px;
}
/* Hide book and headphone images on mobile */
@media (max-width: 767px) {
    .book,
    .HEADPHONE {
        display: none !important;
    }
}
.hear_font{
    font-size: 1.1rem !important;
}
@media (max-width: 768px) {
    .hear_font {
        font-size: 0.95rem;
        text-align: center;
        padding: 0 10px;
    }

    .hear-icon {
        display: none !important;
    }

    .hear-audio {
        flex-direction: column;
    }
}
.playlist-card h6 {
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.playlist-card .border {
    background-color: #f8f9fa;
    font-size: 1.1rem;
    line-height: 1;
    color: #333;
}
.more-menu-dropdown {
    width: 150px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.85rem;
}
/* ----------- Section Styling ----------- */
.highcourts {
    background-color: #fff;
}

.viewall {
    font-weight: 500;
    font-size: 15px;
    color: #c3916d;
    text-decoration: none;
    transition: color 0.3s ease;
}
.viewall:hover {
    color: #a6724b;
}
.court-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.court-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.highcourtsbasic {
    padding: 6px 20px;
    text-align: left;
}

.court-name {
    font-weight: 600;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

/* ----------- Meta info ----------- */
.court-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
}

.court-meta li a {
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.court-meta li a:hover {
    color: #c3916d;
}
@media (max-width: 768px) {
    .court-img {
        height: 180px;
    }
    .highcourtsbasic {
        padding: 12px 15px;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 38px;
        height: 38px;
        font-size: 22px;
        left: -15px;
        right: -15px;
    }
}
.faq {
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 50px;
    background-image: url(../images/wavefaq.png);
    position: relative;
    background-position-y: -87%;
}
.Ellipse22w {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

/* faq */
.faq-item {
    border-bottom: 1px solid #dee2e6;
    padding: 15px 0;
  }
  .faq-item:last-child {
    border-bottom: none;
  }
  .faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .faq-header:hover {
    color: #57978a;
  }
  .faq-header span{
    font-size: 18px;
    font-weight: 500;
    color: #2A2A2A;
    width: 88%;
  }
  .faq-body{
    color: #2A2A2A;
    opacity: 60%;
    font-size: 16px;
  }
  .faq-icon {
    transition: transform 0.3s ease;
    position: relative;
    right: 10%;
  }
  .faq-icon.rotate {
    transform: rotate(180deg);
  }
  .faq-body {
    padding: 15px 0;
    width: 70%;
  }
  .Ellipse22w{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
  }
  .faq{
    background-size: cover;
    background: #ededed;
    padding-top: 30px;
    padding-bottom: 50px;
    background-image: url(assets/images/wavefaq.png);
    position: relative;
    background-position-y: -87%;

  }
  .faq h2{
    font-size: 26px;
    margin-bottom: 20px;
  }
  .action-buttons {
    position: relative;
    display: inline-block;
}

/* Main share button */
.icon-btn.share {
    background: #c3916d;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.action-buttons {
    position: relative;
}

.social-icons {
    display: none; 
    position: absolute;
    bottom: 100%; 
    left: 1%;
    transform: translateX(-50%);
    background: #c28d66;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex-direction: row; 
    gap: 0.5rem; 
    display: flex;
    flex-wrap: nowrap;
}

.social-icons.active {
    display: flex; 
}

.social-icon {
    color: #fff;
    font-size: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
}
a.social-icon {
    display: inline-flex; /* ensures transform works nicely */
    align-items: center;
    justify-content: center;
    color: #fff; /* default icon color */
}

a.social-icon:hover {
    transform: scale(1.2);
    color: #fff !important; 
}
.margin_left{
        margin-left: 10px;
}
.section_item{
    font-size: 14px;
}
.case-background-container {
    position: relative;
}
.read-more-btn {
    transition: all 0.3s ease;
}
.read-more-btn:hover {
    text-decoration: underline;
}
#profile_action_buttons .social-icons {
  display: none !important;
}
#profile_action_buttons .social-icons.active {
  display: inline-flex !important;
}
@media (max-width: 768px) {
    .viewall {
    font-weight: 500;
    font-size: 15px;
    color: #c3916d;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 12px;
}
}
#subscriptionTable {
    max-height: 150px;       /* Set your fixed height */
    overflow-y: auto;        /* Enable vertical scroll */
    display: block;          /* Make scrolling work properly */
}

#subscriptionTable table {
    width: 100%;
    table-layout: fixed;     /* Optional: ensures columns don’t stretch */
}
.play_button {
    width: 25px;
    height: 25px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
}
.a_color:hover {
    color: #000 !important; 
}
.media_icons {
    display: none;
    top: 18%;
    left: 47%;
    transform: translateX(-51%);
    padding: 8px 14px 30px 15px;
}
.share_icon .icon-btn:hover {
     color: #fff; 
}
.judge_form{
    display: flex; 
    gap: 10px;
}
.d_flex{
    gap: 8px;
}
.judge_search_box{
    font-size: 0.85rem; 
    padding: 0.25rem 0.5rem; 
    background: #c3916d;
}
.bi_search{
    margin-right: 4px;
}
.profession-box:hover {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    border-radius: 8px;
    border: 3px solid #c8966f;
    background-color: #b9530433;
    opacity: 1;
    transition: transform 0.3s ease, background-color 0.3s ease, filter 0.3s ease;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 8px;
}

/** player **/

.fixed-song {
    background-color: #2A2A2A;
    width: 100%;
    padding: 0px 15px;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
}
.fixed-song-inner {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.fsong-m {
    display: flex;
    align-items: center;
}
.fsong-m img {
    margin-right: 10px;
}
.fsong-m .names {
    color: white;
    margin: 0px;
        font-size: 13px;
}
.viewsf {
    color: white;
    opacity: 0.6;
    margin-left: 10px;
}
.fsong-m a {
    color: #FFFFFF;
    opacity: 0.6;
    text-decoration: underline !important;
    font-size: 12px;
}
.fsong-m1 {
    /* margin-left: 100px; */
}
.controls {
    margin-bottom: 10px;
}
.control-button {
    background-color: #a87c5d !important;
    border: none !important;
    color: white;
    border-radius: 50%;
    transition: background-color 0.3s;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#playPause i{
    font-size: 14px;
}
.spped-audio {
    display: flex;
    align-items: center;
    justify-content: center;
}
.speed-control {
    color: white;
    margin-top: 0px;
}
.speed-control select {
    border: none;
    border-radius: 5px;
    color: #7b7b7b;
    cursor: pointer;
    background: none;
    appearance: none;
}
.spped-audio button {
    margin: 0px 15px;
    background: none;
    border: none;
}
.spped-audio button {
    margin: 0px 15px;
    background: none;
    border: none;
}
.spped-audio button {
    margin: 0px 15px;
    background: none;
    border: none;
}
.spped-audio button {
    margin: 0px 15px;
    background: none;
    border: none;
}
.spped-audio button {
    margin: 0px 15px;
    background: none;
    border: none;
}
.spped-audio button {
    margin: 0px 15px;
    background: none;
    border: none;
}
.current-time, .duration-time {
    color: white;
    margin: 0 5px;
}
#seekbar {
    /*width: 400px;*/
    width: auto;
    min-width: 76%;
        display: inline;
}
.seek-bar::-webkit-slider-thumb, .volume-bar::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    background: #a87c5d;
    border-radius: 50%;
    cursor: pointer;
}
.current-time, .duration-time {
    color: white;
    margin: 0 5px;
    font-size: 13px;
}
.fsong-m2 {
    display: flex;
    align-items: center;
}
.fsong-m2 select {
    border: none;
    background: none;
    color: white;
    width: 85px;
}
.fsong-m2 select option {
    color: black !important;
}
.fsong-m2 .dropdown {
    margin: 0px 10px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.adddrop {
    border: 1px solid #2A2A2A1A !important;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.ad-pl {
    color: #c3916d;
}
.ad-pl i {
    font-size: 18px;
}
.fsong-m2 > a {
    margin: 0px 10px;
}
.fsong-m2 .dropdown {
    margin: 0px 10px;
}
.share-dr {
    width: 225px;
    border-radius: 15px;
}
.share-dr-div {
    display: flex;
    justify-content: space-evenly;
}
.share-dr-div a {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 7px;
    border: 1px solid #cfcfcf;
    border-radius: 100%;
    display: flex;
    justify-content: center;
}
.fsong-m2 > a {
    margin: 0px 10px;
}
.fa-volume-down:before, .fa-volume-low:before {
    content: "\f027";
}
.seek-bar, .volume-bar {
    width: 100px;
    margin: 0 10px;
    appearance: none;
    height: 5px;
    background: #555;
    border-radius: 5px;
}
.seek-bar::-webkit-slider-thumb, .volume-bar::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    background: #a87c5d;
    border-radius: 50%;
    cursor: pointer;
}
.volume-bar {
    width: 100px !important;
    display: inline !important;
    }
.fa-volume-high:before, .fa-volume-up:before {
    content: "\f028";
}


/** player **/
/* Make pagination buttons bigger */
.pagination .page-link {
    font-size: 1.1rem;        /* bigger text */
    padding: 0.6rem 1rem;     /* more clickable area */
    border-radius: 8px;       /* rounded corners */
    margin: 0 4px;            /* spacing between buttons */
    color: #007bff;           /* bootstrap primary color */
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: all 0.2s;
}

/* Hover effect */
.pagination .page-link:hover {
    color: #fff;
    border-color: #c3916d;
}

/* Active page */
.pagination .page-item.active .page-link {
    background-color: #c3916d;
    color: #fff;
    border-color: #c3916d;
    font-weight: bold;
}

/* Previous / Next arrows */
.pagination .page-item .page-link {
    min-width: 40px;          /* bigger clickable area for arrows */
    text-align: center;
}

/* Responsive: small screens */
@media (max-width: 576px) {
    .pagination .page-link {
        padding: 0.4rem 0.6rem;
        font-size: 1rem;
    }
}
.btn_follow:hover {
    cursor: pointer;
}
.btn_follow {
    cursor: pointer;
}
.ad-pl {
    color: #c3916d;
}
.dropdown-menu.adddrop {
    min-width: 220px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 0.5rem 0;
    background-color: #fff;
}

.dropdown-menu.adddrop .dropdown-item {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px; /* space between icon/image and text */
}

.dropdown-menu.adddrop .dropdown-item:hover {
    background-color: #f0f0f0;
    color: #000;
}
.dropdown {
    position: relative; /* usually already set by Bootstrap */
    z-index: 1050;      /* Bootstrap default for dropdowns */
}

.dropdown-menu {
    z-index: 2000;      /* ensure it is above other content */
}
.list_image{
    width:20px; 
    height:20px; 
    object-fit:cover; 
    border-radius:3px; 
    margin-right:5px;
}
.toast-success {
    background-color: #51A351 !important; /* classic toastr green */
    color: #fff !important;
}
.toast-error {
    background-color: #BD362F !important;
    color: #fff !important;
}
.toast-info {
    background-color: #2F96B4 !important;
    color: #fff !important;
}
.toast-warning {
    background-color: #F89406 !important;
    color: #fff !important;
}
.side_image{
    border-radius:10px; 
    object-fit:cover; 
    aspect-ratio:1/1;
}
.scrollable-container{
    max-height: 400px; 
    overflow-y: auto;
}
.button_box{
    background-color: #c8966f !important; 
    color: white !important; 
    letter-spacing: 0.5px !important;
}
.image_box{
    width:160px; 
    height:160px; 
    object-fit:cover; 
    cursor:pointer; transition:0.3s;
}
.dropdown_list:hover{
    background: #c3916d !important;
}
.icon_btn:hover{
    color: #fff !important;
}
.brown-border {
    display: inline-block;
    border: 1px solid #c3916d;
    padding: 2px 6px;
    border-radius: 4px;
}
.read_more_btn {
    background: none;
    border: none;
    color: #3498db;
    cursor: pointer;
    padding: 0;
    font-size: 13px;
}
.padding_bar{
    padding: 0px 10px 4px 35px !important;
}
.profession-box {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.active_profession_box {
      width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    border-radius: 8px;
    border: 3px solid #c8966f;
    background-color: #b9530433;
    opacity: 1;
    transition: transform 0.3s ease, background-color 0.3s ease, filter 0.3s ease;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 8px;
}

.profession_box_img {
  transition: filter 0.2s ease;
}

.active_profession_box_img {
  filter: brightness(0.8); /* darken the icon slightly */
}
.owl_theme {
   padding: 0px 0 !important; 
}
.case-social-icons {
    display: inline-flex;
    /* flex-wrap: wrap; */
    gap: 15px;
    align-items: center;
    /* font-size: 14px; */
    color: #666;
    /* margin-top: 6px; */
    /* align-items: center; */
    justify-content: center;
}
/* Make the whole search form more compact */
.small-search-form input.form-control {
  font-size: 0.75rem;
  padding: 0.25rem 0.4rem;
  height: 26px;
  border-radius: 4px;
}

.small-search-form button.btn_search_playlist {
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
  height: 26px;
  background-color: #c3916d;
  border: none;
  border-radius: 4px;
}

.small-search-form button.btn_search_playlist i {
  font-size: 0.8rem;
}

.small-search-form {
  gap: 6px !important; /* tighter spacing between input and button */
}
.spinner-circle {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(200, 150, 111, 0.2); /* light color for background */
    border-top-color: #C8966F; /* main spinner color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto; /* center horizontally */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
    .case-card {
    min-width: 100% !important; 
    max-width: 100% !important; 
    height: auto !important; 
    display: flex !important;
    align-items: start !important;
    background: #fff !important;
}
.case_card{
    min-width: 100% !important; 
    max-width: 100% !important; 
    height: auto !important; 
    align-items: start !important;
    background: #fff !important;
}
    .spinner-circle {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(200, 150, 111, 0.2); /* light color for background */
    border-top-color: #C8966F; /* main spinner color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto; /* center horizontally */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.case_card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  color: #222;
}

.case_card .playsound_1 {
  font-size: 14px;
  color: #555;
  text-align: right;
  display: block;
}

.case_card .playsound_1 i {
  margin-right: 4px;
  color: #888;
}

.case_card .playsound_1 .time {
  margin-left: 8px;
  color: #777;
}
.side_card {
    display: block !important;
}

.bench_card .d-flex {
    width: 100% !important;
}

.sections_list {
    padding-left: 0 !important;
}
.enjoy-plan{
    background: linear-gradient(to right, #6e0000, #f54a2b) !important;
    border: none;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
}
.case-card {
    min-width: 100% !important; 
    max-width: 100% !important; 
    height: auto !important; 
    display: flex !important;
    align-items: start !important;
    background: #fff !important;
}
.subplaylist-section{
    background: #f5f5f5; 
    border-radius: 8px;
}
.subplaylist-heading{
    font-weight: 600; 
    color: #333;
}
.spinner-circle {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(200, 150, 111, 0.2); 
    border-top-color: #C8966F;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.top_plo {
  color: white;
  font-size: 1.5rem;
  text-align: left;
  margin: 0;
  width: 100%;
  padding-right: 5px !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#pdf_response {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-message {
    padding: 10px 15px;
    border-radius: 15px;
    max-width: 80%;
    word-wrap: break-word;
    line-height: 1.5;
    position: relative;
}

.chat-message.user {
    background-color: #e7d2c221; 
    align-self: flex-end;
}

.chat-message.ai {
    background-color: #80808012; 
    align-self: flex-start;
}

.chat-message ul {
    margin: 5px 0 0 20px;
    padding: 0;
    list-style-type: disc;
}

.chat-message li {
    margin-bottom: 5px;
}

.message-actions {
    margin-top: 5px;
    display: flex;
    gap: 10px;
}

.message-actions .action-btn {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 16px;
}
.pdf-response{
    margin-top: 15px; 
    padding: 10px; 
    border: 1px solid #ddd; 
    border-radius: 5px; 
    min-height: 350px; 
    max-height: 400px; 
    overflow-y:auto; 
    font-family: 'Arial', sans-serif; 
    font-size: 14px;
    }
    /* Markdown styling */
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    margin: 15px 0 8px;
    font-weight: bold;
}

.markdown-body p {
    margin: 10px 0;
    line-height: 1.6;
}

.markdown-body ul,
.markdown-body ol {
    margin: 10px 0 10px 25px;
}

.markdown-body li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.markdown-body strong {
    font-weight: bold;
}

.markdown-body em {
    font-style: italic;
}

.markdown-body img {
    max-width: 100%;
    display: block;
    margin: 15px 0;
}

.markdown-body blockquote {
    margin: 15px 0;
    padding: 10px 15px;
    border-left: 4px solid #ccc;
    background: #f9f9f9;
}
/* Force ai <h3> center */
.pdf-response h3 {
    text-align: center !important;
    width: 100%;
    display: block;
}

/* Force ai <p> left */
.pdf-response p {
    text-align: left !important;
    width: 100%;
    display: block;
}

/* All other text justified */
.pdf-response, 
.pdf-response * {
    text-align: justify;
}
.list-section {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    max-height: 550px;
    overflow-y: auto;
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    cursor: pointer;
}

.custom-list li:last-child {
    border-bottom: none;
}

.custom-list li i {
    margin-right: 10px;
    font-size: 16px;
    color: #d7a985; /* highlight color */
}
.highlight_ai{
    font-size: 15px;
}
    #suggestion-list {
    z-index: 999;
    top: 100%;
    font-size: 14px;
    left: 0;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top: none;
    background: white;
}

#suggestion-list .list-group-item {
    cursor: pointer;
}

#suggestion-list .list-group-item:hover {
    background-color: #f0f0f0;
}
.btn-advanced-ai {
    font-size: 13px;
    padding: 8px 18px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    color: white;
    background:linear-gradient(135deg, #2196f3, #2575fc);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 0 12px rgba(106, 17, 203, 0.4),
                0 0 20px rgba(37, 117, 252, 0.4);
}

.btn-advanced-ai:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(106, 17, 203, 0.6),
                0 0 30px rgba(37, 117, 252, 0.6);
}

.btn-advanced-ai::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.btn-advanced-ai:hover::after {
    left: 130%;
}

.btn-advanced-ai i {
    margin-right: 6px;
}
.copyToast{
    display:none;
    position:fixed;
    top:20px;
    right:20px;
    background:#333;
    color:#fff;
    padding:10px 18px;
    border-radius:6px;
    font-size:14px;
    z-index:9999;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #seekbar {
        width: auto;
        min-width: 65%;
    }
}

@media(max-width: 767px)
{
    .spped-audio button {
    margin: 0px 8px;
}
#seekbar {
        width: auto;
        min-width: 65%;
}
}