:root{
    --gradient-1: linear-gradient(135deg, var(--primary), var(--primary-light));
    --gradient-2: linear-gradient(135deg, #3b82f6, #06b6d4);
    --gradient-3: linear-gradient(135deg, #10b981, #14b8a6);
    --gradient-4: linear-gradient(135deg, #f59e0b, #ef4444);
    --gradient-5: linear-gradient(135deg, #ec4899, #8b5cf6);
}
.navbar-collapse-rtl{
    flex-grow: 0 !important;
}
.navbar-light .navbar-toggler {
    color: #f4f8fa;
}

.header {
    position: relative;
    z-index: 100;
}

.top-client-testimonial .thum img {
    border-radius: 100px;
}

.top-terms-and-condition .terms-condition-area {
    color: rgb(44, 43, 43);
}

.form-control {
    -webkit-appearance: auto;
    appearance: auto;
    /* border:1px solid #ececec; */
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.banner-area {
    height: 420px;
    background-size: cover !important;
    padding: 150px 0px 70px 0px;
    background-position: 100% 100% !important;
    background-size: cover !important;
}

.banner-area .overlay-bg {
    background: #2727275c;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

html {
    overflow-x: hidden;
}

body {
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #767474;
    font-weight: 400;
    background: #f7f7fe;
}

.btn {
    font-family: "Inter", 'sans-serif' !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    color: #454545;
    font-family: "Inter", sans-serif;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2.2rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.3rem;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    line-height: 30px;
}

.mt-6 {
    margin-top: 5rem;
}

.color-white {
    color: #fff !important;
}

.header-top {
    background: var(--primary);
    font-size: 14px;
    padding: 5px 0px;
}


.text-sm {
    font-size: 14px;
}

.text-md {
    font-size: 2.25rem;
}

.text-lg {
    font-size: 3.75rem;
}

.no-spacing {
    letter-spacing: 0px;
}

a {
    color: #222;
    text-decoration: none;
    transition: all .35s ease;
}

a:focus,
a:hover {
    color: var(--primary-dark);
    text-decoration: none;
}

a:focus {
    outline: none !important;

}

@media (max-width: 480px) {
    .text-lg {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .text-lg {
        font-size: 28px;
    }
}

#navbar {
    background-color: var(#ffffff);
    min-height: 95px;
}

#navbar-main .nav-link {
    font-weight: 600;
    padding: 10px 12px;
    color: #222;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .25s ease;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-brand {
    margin-top: 10px;
}

.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 240px;
    top: 130%;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #f8f9fa;
    border-top: 5px solid var(--primary);
    border-radius: 12px;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 115%;
}

.dropdown .dropdown-item {
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    background: transparent;
    font-weight: 400;
    color: #555;
}

.dropdown .dropdown-item:hover {
    color: var(--primary-dark);
}

#navbar-main .nav-link:hover,
#navbar-main .active .nav-link {
    color: var(--primary-dark);
}

.header-top-left a {
    margin-right: 8px;
    color: #fff;
}

.header-top-left a:hover {
    margin-right: 9px;
    color: #e7e7e7;
}

.footer {
    background: #151617;
    padding-top: 89px;
}

.footer h3 {
    color: #e4e4e4;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-widget {
    padding: 0px 10px;
    line-height: 35px;
}

.footer-widget ul li a {
    color: #777777;
    font-size: 14px;
}

.footer-widget ul li a:hover {
    color: var(--primary-dark);
}

.footer-widget p {
    color: #777777;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 50px;
    line-height: 25px;
}

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

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 990px) {
    .footer-widget {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .footer-social-media a {
        margin-top: 15px;
        float: left !important;
    }
}

.footer-social-media a {
    float: right;
    margin-right: 15px;
    color: #fff;
}

.footer-social-media a:hover {
    color: #e7e7e7;
}

.footer-button-section {
    border-top: 1px solid #292929;
    padding-top: 15px;
}

.top-section {
    position: relative;
}

.top-banner {
    overflow: hidden;
    min-height: 550px !important;
    background-size: cover !important;
    background-position: 100% 100% !important;
}

.top-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.about-service p {
    color: #615e5e;
}

.btn-gradient {
  background: var(--gradient-1);
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.3);
}

.btn-gradient:hover {
  box-shadow: 0 6px 20px rgba(var(--primary-rgb), 0.4);
  transform: translateY(-1px);
}

/* --- Global Form Controls --- */
.form-control {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
  color: #334155;
  box-shadow: none;
}

.form-control:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 99, 102, 241), 0.15) !important;
  outline: none;
}

.form-control::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

/* Global Select2 overrides to match form-control */
.select2-container .select2-selection--single {
  height: auto !important;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 99, 102, 241), 0.15);
}

/* --- Global Buttons --- */
.btn-booking {
    color: #fff;
    background: var(--gradient-1);
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(var(--primary-rgb, 99, 102, 241), 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-booking:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary-rgb, 99, 102, 241), 0.4);
}

.btn-booking:focus {
    color: #fff;
    box-shadow: 0 0 0 4px rgba(var(--primary-rgb, 99, 102, 241), 0.2);
}

.btn-full-round {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.top-area p {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.top-service .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.single-item p {
    color: #6c757d;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 15px 0px 15px;
}

.top-service .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.single-item .thum {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-item {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.single-item .thum img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-item h4 {
    margin: 20px 0px 7px 0;
    font-size: 19px;
    padding: 0px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-item:hover .thum img {
    transform: scale(1.10) rotate(-3deg);
}

.new-team .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.new-team .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.new-team a {
    margin-left: 15px;
}

.new-team .single-item h4 {
    margin-top: 10px !important;
}

.btn-booking-white {
    background: #EEF1F4;
    font-weight: 600;
}

.btn-booking-white:hover {
    color: var(--primary-dark);
}

.btn-booking-white:focus {
    box-shadow: none !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-dark);
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
}

.client-single-testimonial {
    background-color: #ffffff;
    border: 1px solid #f6f6f6;
    padding: 19px 10px 10px 18px;
    transition: all 0.3s ease 0s;
}

.top-client-testimonial .desctiotion {
    padding-left: 20px;
}

.client-single-testimonial p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    min-height: 70px;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.client-single-testimonial .thum {
    width: 130px;
}

.star .checked {
    color: #faca51;
}

.single-service .thum img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-service {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #f6f6f6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.single-service .details h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-service .details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.single-service:hover {
    box-shadow: 0px 10px 30px 0px rgb(60 64 143 / 20%);
}

.single-service .thum img {
    width: 100% !important;
}

.single-service .details .single-service-info li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.single-service .details .single-service-info li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.single-service .details {
    padding: 21px;
}

.single-service .details li span {
    color: #6c757d;
    font-size: 14px;
}

.single-our-team {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #f6f6f6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.single-our-team .details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.s .single-our-team:hover {
    box-shadow: 0px 10px 30px 0px rgb(60 64 143 / 20%);
}

.single-our-team .thum img {
    width: 100% !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
    height: 260px;
}

.single-our-team .details .service-list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.single-our-team .details .service-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.single-our-team .details {
    padding: 21px;
}

.single-our-team .details li span {
    color: #6c757d;
    font-size: 14px;
}

.single-our-team .details .star {
    color: var(--primary);
}

.photo-gallery .single-photo-gallery {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-about-us {
    background: #fff;
}

.single-about-us .about-service-quality i {
    color: var(--primary)
}

.single-about-us .about-us-head {
    margin-top: 10px;
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.single-about-us h2 {
    padding-bottom: 5px;
    width: 60%;
}

.single-about-us p {
    color: #6c757d;
    font-size: 16px;
}

.single-about-us img {
    width: 100%;
    border-radius: 10px;
}

.single-about-us .about-us-details {
    padding-left: 50px;
}

.single-about-us .btn-booking-white {
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .single-about-us .about-us-details {
        padding-left: 15px;
    }

    .single-about-us h2 {
        width: 100%;
    }
}

.contact-address .single-contact .icon i {
    font-size: 27px;
    padding: 9px 21px;
    color: var(--primary);
}

.contact-us-email input {
    height: 50px;
}

.appoinment-booking-area .support-man-icon i {
    color: #777777;
}

.single-contact {
    min-height: 70px;
}

.website-service-summary {
    margin-top: -120px;
    margin-bottom: 80px;
}

.website-service-summary .single-item-service-summary {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
    position: relative;
    height: 100%;
}

.website-service-summary .icon-background {
    height: 67px;
    width: 72px;
    border-radius: 148px 89px 93px 105px;
    padding: 12px 10px 6px 14px;
}

.website-service-summary .icon-background i {
    font-size: 50px;
}

.website-service-summary .text-count {
    font-size: 38px !important;
    font-weight: 600;
    margin-bottom: -6px;
}

.website-service-summary .text-total-service-count {
    color: #DF2475;
}

.website-service-summary .icon-total-service {
    background: #df24750d;
}

.website-service-summary .icon-total-service img {
    padding-left: 4px;
}

.website-service-summary .text-service-title {
    font-size: 18px !important;
    font-weight: 400;
}

.website-service-summary .single-item-service-summary-content {
    padding-left: 15px;
}

.website-service-summary .ico-background-exp-staff {
    background: #716bf10d;
}

.website-service-summary .text-exp-staff-count {
    color: #716BF1;
}

.website-service-summary .ico-background-satisfied-client {
    background: rgba(255, 164, 47, 0.05);
}

.website-service-summary .text-satisfied-client-count {
    color: #FFA42F;
}

.website-service-summary .ico-background-done-service {
    background: rgba(106, 176, 76, 0.05);
}

.website-service-summary .text-done-service-count {
    color: #6BB04D;
}

.website-service-summary .ico-background-done-service img {
    padding-left: 5px;
    padding-top: 5px;
}


.read-more {
    padding: 15px;
}

.section-service-details {
    background: #fff;
}

.service-details {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.service-details .details h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-details .thum img {
    width: 100% !important;
    border-radius: 12px;
}

.service-details .details .service-details-info li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.service-details .details .service-details-info li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.service-details .details {
    padding: 21px;
}

.service-details .details li span {
    color: #6c757d;
    font-size: 14px;
}

.support-card {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
    position: relative;
}

.section-team-details {
    background: #fff;
}

.team-details .details h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-details .thum img {
    width: 95% !important;
    border-radius: 12px;
}

.top-service .single-item {
    background: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.top-service .star {
    padding: 0px 15px;
    margin-bottom: -10px;
}

.single-item p {
    color: #6c757d;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 15px 0px 15px;
}

.staff-related-service .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.staff-related-service .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.contact-details .address {
    width: 80%;
    text-align: justify;
}

.accordion-body {
    padding-top: 0px;
}

.accordion-item {
    background-color: #f7f7fe00;
    border: none;
    border-top: 1px solid #E5ECF4;
    border-bottom: 1px solid #E5ECF4;
    border-radius: 0px;
}

.accordion-button {
    background-color: #f7f7fe00;
    padding: 2rem 1.25rem;
}

.accordion-button .collapsed {
    border-left: 0px solid !important;

}

.accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: #f7f7fe00;
    ;
    box-shadow: none;
    border-left: 3px solid var(--primary);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    border-left: 3px solid var(--primary);
}

.single-faq button {
    font-size: 18px;
}

.single-faq p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.expertise-staff-section .header-expertise p {
    color: var(--primary);
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
}

.expertise-team .single-item {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.expertise-team .single-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.expertise-team a {
    margin-left: 15px;
}

.expertise-team .single-item h4 {
    margin-top: 10px !important;
}

.section-client-say {
    background: #fff;
    margin-bottom: -22px;
    padding-top: 35px;
    padding-bottom: 100px;
}

.section-client-say .header-client-say p {
    color: var(--primary);
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.client-say-about-us .thum {
    width: 80px;
    margin-bottom: 10px;
}

.client-say-about-us img {
    border-radius: 100px;
}

.client-say-about-us .desctiotion {
    margin-bottom: 20px;
}

.client-say-about-us .desctiotion p {
    font-size: 18px;
    line-height: 32px;
}

.client-say-about-us .desctiotion h4 {
    font-size: 25px;
}

.service-details-top-services .star {
    padding: 0px 15px;
}

hr {
    opacity: 0.15;
}

.top-service p {
   min-height: 75px;
}
.new-team p{
    min-height: 50px;
}

.single-service-services p{
    min-height: 90px;
}

.expertise-staff-section p{
    min-height: 50px
}
.single-our-team p{
    min-height: 50px;
}

.single-service-voucher .thum img{
    height: 300px;
    object-fit: cover;
}
.top-service .thum img {
    height: 260px;
    object-fit: cover;
}
.new-team .thum img{
    height: 260px;
    object-fit: cover;
}
.single-service-services .thum img{
    height: 260px;
    object-fit: cover;
}

.staff-related-service .thum img{
    height: 260px;
    object-fit: cover;
}

.service-details-top-services .thum img{
    height: 260px;
    object-fit: cover; 
}

.expertise-staff-section .thum img{
    height: 260px;
    object-fit: cover;
}

.single-our-team .thum img{
    height: 260px;
    object-fit: cover;
}

.table>:not(:first-child){
    border-top:none !important;
}

/* ============================================
   SITE THEME - Design System
   Matches admin forms.css / style.css aesthetic
   ============================================ */

/* --- Form Controls --- */
.form-control {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-control::placeholder {
  color: #94a3b8;
}

.form-control:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 99, 102, 241), 0.12);
}

textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

select.form-control {
  padding: 11px 36px 11px 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M2.22 4.47a.75.75 0 0 1 1.06 0L6 7.19l2.72-2.72a.75.75 0 1 1 1.06 1.06L6.53 8.78a.75.75 0 0 1-1.06 0L2.22 5.53a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  cursor: pointer;
}

/* Disabled / Read-only States */
.form-control:disabled,
.form-control[readonly] {
  background-color: #f1f5f9;
  color: #94a3b8;
  border-color: #e2e8f0;
  opacity: 1;
  cursor: not-allowed;
  box-shadow: none;
}

/* Form Labels */
.form-wrap label,
.single-booking-area label,
.appoinment-booking-area label,
.contact-us-email label,
#shipping-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

/* Input Group */
.input-group .form-control {
  border-radius: 8px 0 0 8px;
}

.input-group .btn {
  border-radius: 0 8px 8px 0;
}

.input-group-text {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 13px;
  border-radius: 8px;
}

/* --- Select2 Overrides --- */
.select2-container--default .select2-selection--single {
  height: 42px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  padding: 6px 14px !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0f172a !important;
  line-height: 28px !important;
  padding-left: 0 !important;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
  right: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #94a3b8 transparent transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #94a3b8 !important;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 99, 102, 241), 0.12);
}

/* Select2 Multi */
.select2-container--default .select2-selection--multiple {
  min-height: 42px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  padding: 4px 8px !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 99, 102, 241), 0.12);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.1) !important;
  border: 1px solid rgba(var(--primary-rgb, 99, 102, 241), 0.25) !important;
  border-radius: 8px !important;
  color: var(--primary) !important;
  font-size: 13px;
  font-weight: 500;
  padding: 3px 10px 3px 23px !important;
  margin: 3px 4px 3px 0 !important;
  font-family: 'Inter', sans-serif;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--primary) !important;
  font-weight: 700;
  border-right: 1px solid rgba(var(--primary-rgb, 99, 102, 241), 0.25) !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  background: transparent !important;
}

/* Select2 Dropdown */
.select2-dropdown {
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden;
}

.select2-results__option {
  padding: 10px 14px !important;
  font-size: 14px !important;
  font-family: 'Inter', sans-serif;
  color: #0f172a !important;
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.08) !important;
  color: var(--primary) !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.12) !important;
  color: var(--primary) !important;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  background: #f8fafc !important;
  color: #0f172a !important;
  outline: none;
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: var(--primary) !important;
}

/* Disabled Select2 */
.select2-container--disabled .select2-selection--single,
.select2-container--disabled .select2-selection--multiple {
  background-color: #f1f5f9 !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}

/* --- Themed Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Inter', sans-serif !important;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  line-height: 1.4;
  border: none;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

/* Primary Button */
.btn-booking,
.btn-primary {
  background: var(--gradient-1);
  color: #fff !important;
  border: none;
  box-shadow: 0 4px 12px rgba(var(--primary-rgb, 99, 102, 241), 0.3);
}

.btn-booking:hover,
.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(var(--primary-rgb, 99, 102, 241), 0.4);
  color: #fff !important;
  background: var(--gradient-1);
}

.btn-booking:focus,
.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 99, 102, 241), 0.25);
  color: #fff !important;
}

/* Success Button */
.btn-success {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.btn-success:hover {
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
  color: #fff !important;
}

/* Info Button */
.btn-info {
  background: linear-gradient(135deg, #06b6d4, #0891b2) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
}

.btn-info:hover {
  box-shadow: 0 6px 20px rgba(6, 182, 212, 0.4);
  color: #fff !important;
}

/* Danger Button */
.btn-danger {
  background: linear-gradient(135deg, #ef4444, #dc2626) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.btn-danger:hover {
  box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
  color: #fff !important;
}

/* Warning Button */
.btn-warning {
  background: linear-gradient(135deg, #f59e0b, #d97706) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.btn-warning:hover {
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
  color: #fff !important;
}

/* Secondary / Light Button */
.btn-booking-white,
.btn-secondary,
.btn-light {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #64748b !important;
  box-shadow: none;
}

.btn-booking-white:hover,
.btn-secondary:hover,
.btn-light:hover {
  background: #f1f5f9;
  color: #334155 !important;
  border-color: #cbd5e1;
}

/* Outline Variants */
.btn-outline-primary {
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.08) !important;
  color: var(--primary) !important;
  border: 1px solid rgba(var(--primary-rgb, 99, 102, 241), 0.25) !important;
  box-shadow: none;
}

.btn-outline-primary:hover {
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.15) !important;
}

.btn-outline-success {
  background: rgba(34, 197, 94, 0.08) !important;
  color: #16a34a !important;
  border: 1px solid rgba(34, 197, 94, 0.25) !important;
  box-shadow: none;
}

.btn-outline-success:hover {
  background: rgba(34, 197, 94, 0.15) !important;
}

.btn-outline-danger {
  background: rgba(239, 68, 68, 0.08) !important;
  color: #dc2626 !important;
  border: 1px solid rgba(239, 68, 68, 0.25) !important;
  box-shadow: none;
}

.btn-outline-danger:hover {
  background: rgba(239, 68, 68, 0.15) !important;
}

.btn-outline-info {
  background: rgba(6, 182, 212, 0.08) !important;
  color: #0891b2 !important;
  border: 1px solid rgba(6, 182, 212, 0.25) !important;
  box-shadow: none;
}

.btn-outline-info:hover {
  background: rgba(6, 182, 212, 0.15) !important;
}

/* Button Sizes */
.btn-sm {
  padding: 7px 16px;
  font-size: 13px;
}

.btn-lg {
  padding: 13px 30px;
  font-size: 15px;
}

/* Full round button enhancement */
.btn-full-round {
  border-radius: 50px;
  padding-left: 24px;
  padding-right: 24px;
}

/* --- Glassmorphism Button --- */
.btn-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  line-height: 1.4;
  background: rgba(255,255,255,0.2);
  color: #fff !important;
}

.btn-glass:hover {
  background: rgba(255,255,255,0.3);
  transform: translateY(-2px);
}

.navbar-glass {
  background: rgba(255,255,255,0.95) !important;
  backdrop-filter: blur(10px);
}

/* --- Checkbox & Radio --- */
.form-check-input {
  border-color: #e2e8f0;
  background-color: #f8fafc;
  width: 18px;
  height: 18px;
}

.form-check-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 99, 102, 241), 0.15);
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-check-label {
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

/* Toggle Switch */
.form-switch .form-check-input {
  width: 44px;
  height: 22px;
  cursor: pointer;
  border-radius: 22px;
}

/* --- Validation Error --- */
label.error {
  color: #ef4444;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  display: block;
}

.form-control.error {
  border-color: #ef4444 !important;
}

.form-control.error:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.form-control.valid,
.form-control.is-valid {
  border-color: #10b981 !important;
}

.error + .select2-container--default .select2-selection--single,
.error + .select2-container--default .select2-selection--multiple {
  border-color: #ef4444 !important;
}

/* --- Bootstrap Dropdown Overrides --- */
.dropdown-menu {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  padding: 8px;
  overflow: hidden;
}

.dropdown-item {
  padding: 10px 14px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #334155;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.08);
  color: var(--primary);
}

.dropdown-item.active,
.dropdown-item:active {
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.12);
  color: var(--primary);
}

/* --- Table Styling --- */
.table {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #334155;
}

.table thead th {
  background: #f0f2f8;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  padding: 12px 16px;
  border-bottom: 2px solid #e2e8f0;
}

.table tbody td {
  padding: 12px 16px;
  vertical-align: middle;
  border-color: #f1f5f9;
}

.table-bordered {
  border-color: #e2e8f0;
}

.table-bordered th,
.table-bordered td {
  border-color: #e2e8f0;
}

.table tbody tr:hover {
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.03);
}

/* --- Card Enhancements --- */
.card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.card-header {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 16px 20px;
  font-weight: 600;
}

.card-body {
  padding: 20px;
}

/* --- Badge / Status --- */
.badge {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 6px;
  letter-spacing: 0.2px;
}

.badge.bg-primary,
.badge-primary {
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.12) !important;
  color: var(--primary) !important;
}

.badge.bg-success,
.badge-success {
  background: rgba(34, 197, 94, 0.12) !important;
  color: #16a34a !important;
}

.badge.bg-danger,
.badge-danger {
  background: rgba(239, 68, 68, 0.12) !important;
  color: #dc2626 !important;
}

.badge.bg-warning,
.badge-warning {
  background: rgba(245, 158, 11, 0.12) !important;
  color: #d97706 !important;
}

.badge.bg-info,
.badge-info {
  background: rgba(6, 182, 212, 0.12) !important;
  color: #0891b2 !important;
}

/* --- Modal Overrides --- */
.modal-content {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.modal-header {
  border-bottom: 1px solid #e2e8f0;
  padding: 18px 24px;
}

.modal-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.modal-body {
  padding: 24px;
}

.modal-footer {
  border-top: 1px solid #e2e8f0;
  padding: 14px 24px;
  gap: 10px;
}

/* --- Accordion Enhancements --- */
.accordion-button:not(.collapsed) {
  color: var(--primary);
  background-color: rgba(var(--primary-rgb, 99, 102, 241), 0.04);
  box-shadow: none;
  border-left: 3px solid var(--primary);
}

.accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb, 99, 102, 241), 0.1);
  border-color: transparent;
}

/* --- Alert Enhancements --- */
.alert {
  border-radius: 10px;
  border: none;
  font-size: 14px;
  font-weight: 500;
}

.alert-success {
  background: rgba(34, 197, 94, 0.1);
  color: #16a34a;
  border-left: 4px solid #22c55e;
}

.alert-danger {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  border-left: 4px solid #ef4444;
}

.alert-warning {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
  border-left: 4px solid #f59e0b;
}

.alert-info {
  background: rgba(6, 182, 212, 0.1);
  color: #0891b2;
  border-left: 4px solid #06b6d4;
}

/* --- Pagination --- */
.page-link {
  color: var(--primary);
  border-color: #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  transition: all 0.2s ease;
}

.page-link:hover {
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.08);
  color: var(--primary);
  border-color: rgba(var(--primary-rgb, 99, 102, 241), 0.25);
}

.page-item.active .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(var(--primary-rgb, 99, 102, 241), 0.3);
}

.page-item.disabled .page-link {
  color: #94a3b8;
  background: #f8fafc;
}

/* --- Booking Area Cards --- */
.single-booking-area {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
}

.single-booking-support {
  background: linear-gradient(135deg, rgba(var(--primary-rgb, 99, 102, 241), 0.04), rgba(var(--primary-rgb, 99, 102, 241), 0.08));
  border: 1px solid rgba(var(--primary-rgb, 99, 102, 241), 0.15);
}

/* --- Scrollbar (already in website.css but enhanced) --- */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #94a3b8;
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #64748b;
}

/* --- Pro Header Top Styling --- */
.header-top {
    background: var(--gradient-1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0 !important;
    position: relative;
    z-index: 1030;
}

/* Language dropdown must render above the sticky navbar */
.custom-lang-dropdown .dropdown-menu {
    z-index: 1031;
}
.social-links li {
    margin-right: 8px;
}
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
    transition: all 0.3s ease;
}
.social-icon:hover {
    background: #ffffff;
    color: var(--primary) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.header-top-right {
    font-size: 13px;
}
.language-selector {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 0.25rem 2rem 0.25rem 1rem;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
}
.language-selector option {
    color: #333;
}
.language-selector:focus, .language-selector:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    color: #fff;
}
.top-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none !important;
}
.top-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05);
}
.top-btn-outline:hover {
    background: #ffffff;
    color: var(--primary) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.top-btn-solid {
    background: #ffffff;
    color: var(--primary) !important;
}
.top-btn-solid:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.top-cart-icon {
    color: #ffffff !important;
    font-size: 16px;
    padding: 5px;
    margin-right: 15px;
    transition: all 0.3s;
}
.top-cart-icon:hover {
    color: rgba(255, 255, 255, 0.8) !important;
    transform: scale(1.1);
}
.cart-badge {
    position: absolute;
    top: -4px;
    right: -8px;
    background: #ff4757;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 12px;
    line-height: 1.2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.top-auth-link {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 4px 8px;
    border-radius: 4px;
}
.top-auth-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1);
}

/* Responsive fixes for header-top */
.top-btn, .auth-links { white-space: nowrap; }
@media (max-width: 767px) {
    .header-top-right { gap: 10px !important; }
    .top-btn { padding: 4px 12px; font-size: 12px; }
    .top-auth-link { font-size: 12px; padding: 2px 4px; }
    .language-selector { padding: 2px 20px 2px 10px; font-size: 12px; }
    .top-cart-icon { margin-right: 0px; font-size: 14px; }
    .cart-badge { padding: 2px 4px; font-size: 9px; }
}

/* --- Pro Navbar Styling --- */
.navbar-pro {
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    padding: 12px 0 !important;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0,0,0,0.02);
}
.navbar-pro .navbar-brand img {
    max-height: 55px;
    transition: transform 0.3s ease;
}
.navbar-pro .navbar-brand:hover img {
    transform: scale(1.03);
}
.navbar-pro .nav-link {
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #4a5568 !important;
    margin: 0 12px;
    padding: 8px 0 !important;
    position: relative;
    transition: color 0.3s ease;
}
.navbar-pro .nav-link:hover, .navbar-pro .nav-link.active {
    color: var(--primary) !important;
}
.navbar-pro .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -2px;
    left: 50%;
    background-color: var(--primary);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
    border-radius: 4px;
}
.navbar-pro .nav-link:hover::after, .navbar-pro .nav-link.active::after {
    width: 100%;
}

.navbar-pro .dropdown-menu {
    border: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 10px 0;
    margin-top: 15px;
    border-top: 3px solid var(--primary);
    display: none;
}

@media (min-width: 992px) {
    .navbar-pro .dropdown:hover .dropdown-menu {
        display: block;
        animation: fadeUp 0.3s ease forwards;
    }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.navbar-pro .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
    transition: all 0.2s ease;
}

.navbar-pro .dropdown-item:hover {
    background-color: #f8f9fa;
    color: var(--primary);
    padding-left: 25px;
}

/* --- Pro Footer Styling --- */
.footer-pro {
    background-color: #0f172a !important; /* Slate 900 */
    color: #94a3b8; /* Slate 400 */
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.footer-pro h3 {
    color: #f8fafc !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    position: relative;
    display: inline-block;
    text-transform: none !important;
    letter-spacing: 0.5px;
}

.footer-pro p {
    color: #94a3b8 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}
.footer-pro .footer-widget ul li {
    margin-bottom: 12px;
}
.footer-pro .footer-widget ul li a {
    color: #cbd5e1 !important;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 14.5px !important;
}
.footer-pro .footer-widget ul li a:hover {
    color: var(--primary) !important;
    transform: translateX(5px);
}
.footer-pro .footer-nav-links li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    font-size: 12px;
    color: var(--primary);
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}
.footer-pro .footer-nav-links li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}
.footer-pro .footer-button-section {
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    margin-top: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.footer-pro .social-icon {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.06);
    margin-left: 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f8fafc !important;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}
.footer-pro .social-icon:hover {
    background: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.footer-payment-icons li {
    background: rgba(255,255,255,0.9);
    border-radius: 6px;
    padding: 6px 10px;
    margin: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}
.footer-payment-icons li:hover {
    transform: scale(1.05);
}
.footer-payment-icons img {
    height: 22px;
    width: auto;
    object-fit: contain;
}

/* ============================================
   SHARED COMPONENTS - Reusable Across Pages
   ============================================ */

/* --- Page Banner / Breadcrumb --- */
.page-banner {
  position: relative;
  padding: 100px 0 120px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
}

.page-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.6) 40%, rgba(var(--primary-rgb, 99, 102, 241), 0.3) 100%);
}

.page-banner-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 30px 30px;
}

.page-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.page-banner-content h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

.page-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-breadcrumb a:hover {
  color: #fff;
}

.page-breadcrumb .separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.page-breadcrumb .current {
  color: #fff;
  font-weight: 600;
}

/* --- Section Header --- */
.section-header {
  text-align: center;
  margin: 0 auto 48px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.08);
  color: var(--primary);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.section-label i {
  font-size: 12px;
}

.section-header h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.section-header p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

/* --- Service Cards (Shared) --- */
.service-card-pro {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card-pro:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.service-card-thumb {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.service-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-pro:hover .service-card-thumb img {
  transform: scale(1.08);
}

.service-card-thumb .rating-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating-badge .fa-star {
  color: #fbbf24;
  font-size: 11px;
}

.service-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card-body h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.service-card-body h4 a {
  color: inherit;
  text-decoration: none;
}

.service-card-body h4 a:hover {
  color: var(--primary);
}

.service-card-body p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: auto;
}

.service-card-link i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.service-card-link:hover {
  gap: 10px;
  color: var(--primary-dark, var(--primary));
}

.service-card-link:hover i {
  transform: translateX(3px);
}

/* --- Service Detail List (inside cards) --- */
.service-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}

.service-detail-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
  color: #475569;
}

.service-detail-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.service-detail-list li .detail-label {
  font-weight: 500;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-detail-list li .detail-label i {
  color: var(--primary);
  font-size: 13px;
  width: 16px;
  text-align: center;
}

.service-detail-list li .detail-value {
  font-weight: 600;
  color: #1e293b;
}

/* --- Price Tag --- */
.price-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
}

.price-tag .currency {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.7;
}

/* --- CTA Section (Shared) --- */
.cta-section {
  background: var(--gradient-1);
  border-radius: 20px;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.cta-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-content h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.cta-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.7;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--primary);
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
  color: var(--primary-dark, var(--primary));
}

/* Shared Responsive */
@media (max-width: 991px) {
  .section-header h2 { font-size: 1.8rem; }
  .cta-section { padding: 40px 28px; border-radius: 16px; }
  .cta-content h2 { font-size: 1.6rem; }
  .page-banner { padding: 80px 0 50px; }
  .page-banner-content h1 { font-size: 2rem; }
}


/* --- Team Cards (Shared) --- */
.team-card-pro {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card-pro:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.team-card-thumb {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.team-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card-pro:hover .team-card-thumb img {
  transform: scale(1.06);
}

.team-card-thumb .team-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.team-card-pro:hover .team-overlay {
  opacity: 1;
}

.team-card-body {
  padding: 18px 20px;
}

.team-card-body h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.team-card-body p {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  min-height: auto;
}

.team-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(var(--primary-rgb, 99, 102, 241), 0.08);
  color: var(--primary);
  border: 1px solid rgba(var(--primary-rgb, 99, 102, 241), 0.2);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.team-book-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(var(--primary-rgb, 99, 102, 241), 0.3);
}

/* --- Testimonial Section (Shared) --- */
.testimonial-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.testimonial-card-pro {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #f1f5f9;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  height: 100%;
}

.testimonial-card-pro::before {
  content: '\201C';
  font-size: 80px;
  font-family: Georgia, serif;
  color: rgba(var(--primary-rgb, 99, 102, 241), 0.1);
  position: absolute;
  top: 10px;
  left: 24px;
  line-height: 1;
}

.testimonial-card-pro:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  border-color: rgba(var(--primary-rgb, 99, 102, 241), 0.15);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(var(--primary-rgb, 99, 102, 241), 0.15);
  flex-shrink: 0;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-author h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 2px;
}

.testimonial-stars {
  display: flex;
  gap: 2px;
}

.testimonial-stars .fa-star {
  font-size: 12px;
  color: #e2e8f0;
}

.testimonial-stars .fa-star.checked {
  color: #fbbf24;
}

.testimonial-card-pro .testimonial-text {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: auto;
}

/* --- OWL Carousel Overrides (Shared) --- */
.pro-carousel .owl-dots {
  text-align: center;
  margin-top: 32px !important;
}

.pro-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
  transition: all 0.3s ease;
  margin: 0 5px;
}

.pro-carousel .owl-dots .owl-dot.active span {
  background: var(--primary);
  width: 28px;
  border-radius: 50px;
}

.pro-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-dark, var(--primary));
}

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

/* ============================================
   JS NOTIFICATIONS - Pro Design System
   ============================================ */
[data-notify="container"] {
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
  padding: 16px 20px !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
}

[data-notify="title"] {
  font-weight: 700 !important;
  font-size: 15px !important;
  margin-bottom: 4px !important;
  display: block;
}

[data-notify="message"] {
  font-weight: 400 !important;
  font-size: 14px !important;
  opacity: 0.95;
}

[data-notify="icon"] {
  font-size: 24px !important;
  margin-right: 12px !important;
  margin-top: 4px !important;
  float: left;
}

[data-notify="dismiss"] {
  color: rgba(255, 255, 255, 0.7) !important;
  text-shadow: none !important;
  opacity: 1 !important;
  transition: color 0.3s ease;
  top: 15px !important;
  right: 15px !important;
}

[data-notify="dismiss"]:hover {
  color: #fff !important;
}

[data-notify="container"].alert-bg-success, 
[data-notify="container"].alert-success,
[data-notify="container"].bg-success {
  background: rgba(4, 120, 87, 0.95) !important; /* Dark Emerald */
}

[data-notify="container"].alert-bg-danger,
[data-notify="container"].alert-danger,
[data-notify="container"].bg-danger {
  background: rgba(185, 28, 28, 0.95) !important; /* Dark Red */
}

[data-notify="container"].alert-bg-warning-cstm,
[data-notify="container"].alert-warning,
[data-notify="container"].bg-warning {
  background: rgba(180, 83, 9, 0.95) !important; /* Dark Amber */
}

[data-notify="container"].alert-bg-info,
[data-notify="container"].alert-info,
[data-notify="container"].bg-info {
  background: rgba(29, 78, 216, 0.95) !important; /* Dark Blue */
}
