@font-face {
    font-family: 'Bebas Neue light';
    src: url('../fonts/BebasNeue-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    overflow-x: hidden !important;

}

a:hover {
    color: #a08a3c;
}

.nav-link:hover {
    color: #a08a3c;
}

.dm-sans-normal {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
}

.roboto-normal {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bebas-neue-light {
    font-family: "Inter", "Bebas Neue light", "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.inter-normal {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

:root {
    --bs-font-sans-serif: "Inter", "Bebas Neue", "dm-sans-normal", "dm-sans";
    --bs-primary: #bfa046e5; /* Light golden color */
    --bs-primary-rgb: 191, 160, 70; /* rgb of #bfa046 */
    
    --bs-dark: #a08a3c; /* Dark golden brown */
    --bs-dark-rgb: 160, 138, 60;
}

.btn-primary {
  /* base state */
  --bs-btn-color: #fff !important;
  --bs-btn-bg: var(--bs-primary) !important;
  --bs-btn-border-color: var(--bs-primary) !important;

  /* hover state */
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-primary) 85%, black) !important;
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-primary) 75%, black) !important;

  /* active state */
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: color-mix(in srgb, var(--bs-primary) 70%, black) !important;
  --bs-btn-active-border-color: color-mix(in srgb, var(--bs-primary) 60%, black) !important;

  /* disabled */
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: var(--bs-primary) !important;
  --bs-btn-disabled-border-color: var(--bs-primary) !important;
}

.bg-dark {
  background-color: var(--bs-dark) !important;
}
.text-dark {
  color: var(--bs-dark) !important;
}
.border-dark {
  border-color: var(--bs-dark) !important;
}

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

body {
    background: #F7F7F7;
    color: #5A5A5A;
    font-size: 16px;
}

a {
    color: unset;
    text-decoration: unset;
}

.h1,
h1 {
    font-size: 96px;
    line-height: normal;
}

.h2,
h2 {
    font-size: 67px;
    line-height: normal;
}

.h5,
h5 {
    font-size: 22px;
}

.h6,
h6 {
    font-size: 18px;
}

.nav-link {
    font-size: 16px;
}

.logo-img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .logo-img {
        max-width: 100px;
    }
}

.gold-bg {
    --bs-btn-bg: #bfa046;
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #a08a3c;
    --bs-btn-hover-color: #fff;
}

.gold-outline {
    --bs-btn-color: #bfa046;
    --bs-btn-border-color: #bfa046;
    --bs-btn-hover-bg: unset;
    --bs-btn-hover-color: #a08a3c;
    --bs-btn-active-color: #a08a3c;
}

.text-gold {
    color: #E7C774;
}

.text-light-gray {
    color: #EFEFEF;
}

footer {
    background-color: #EFEFEF;
}

.hero {
    background-color: #6C6C6A;
}


.explore-services-label {
    color: #7C8493;
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 500;
}

.explore-services-hr {
    max-width: 80px;
    width: 100%;
    margin: 0.5rem auto 1.2rem auto;
    border-top: 2px solid #B89B5E;
}

.popular-services-title-wrap {
    font-size: 2rem;
    font-weight: 700;
    color: #18103A;
    letter-spacing: 1px;
}

.popular-services-title {
    width: 100%;
    height: 48px;
    opacity: 1;
    font-family: Bebas Neue;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    text-align: center;
    color: #6C6C6A;


}

.popular-services-title-bordered {
    border-top: 3px solid #6C6C6A;
    border-bottom: 3px solid #6C6C6A;
    padding: 0.9rem 0;
    display: inline-block;
    margin: auto;
}

.popular-services-star {
    color: #B89B5E;
}


.popular-services .card {
    transition:
        transform 0.25s cubic-bezier(.4, 2, .6, 1),
        box-shadow 0.25s;
    will-change: transform, box-shadow;
    position: relative;
    height: 420px;
    transform-origin: top;
    margin-bottom: 5rem;
}

.service-card-info {

    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;

}

.popular-services .card:hover {
    box-shadow: 0 8px 32px #0002, 0 2px 8px #0001;
    z-index: 2;
    cursor: pointer !important;
    transform: scaleY(1.07);
    /* Only scale downwards */
}

.service-card-title {
    max-width: 296px;
    width: 100%;
    height: 50px;
    opacity: 1;
    font-family: Bebas Neue;
    font-weight: 500;
    font-style: Bold;
    font-size: 26px;
    color: #BEA35F;
}

.popular-services .card .card-body .service-button {
    display: none;
}

.popular-services .card:hover .card-body .service-button {
    display: inline-block;
    max-width: 239px;
    width: 100%;
    height: 40px;
    opacity: 1;
    gap: 10px;
    background-color: #BEA35F;
    color: #FFFFFF;
    padding: 10px 16px;
    border-radius: 4px;
    border: none;
    font-family: Bebas Neue;
    font-style: Bold;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 2%;


}

.popular-services .row {
    position: relative;

}

.service-near-img-1 {
    max-width: 270px;
    width: 100%;

}

.service-near-img-2 {
    max-width: 300px;
    width: 100%;
    height: 23rem;

}

.service-near-img-3 {
    max-width: 270px;
    width: 100%;
}



.service-near-number {
    max-width: 31px;
    width: 100%;
    height: 50px;
    opacity: 1;
    border-radius: 100px;
    border-width: 1px;
    background-color: #FFF0BC;
    text-align: center !important;
    font-size: 2rem;
    margin: auto;
}

.service-near-text {
    max-width: 371px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #77808B;
    padding-top: 15px;
    margin: auto;
}

.service-near-heading {
    max-width: 422px;
    width: 100%;
    opacity: 1;
    font-family: Raleway;
    font-weight: 700;
    font-size: 24px;
    line-height: 31.99px;
    letter-spacing: 0%;
    text-align: center;
    color: #484848;

}

.row-image-1 {
    position: relative;
    bottom: 10rem;
    left: 24rem;

}

.row-image-2 {
    position: relative;
    bottom: 9rem;
    right: 24rem;

}

.stats-number {
    max-width: 324px;
    width: 100%;
    height: 160px;
    opacity: 1;
    font-family: Bebas Neue;
    font-weight: 400;
    font-style: Book;
    font-size: 128px;
    line-height: 120%;
    letter-spacing: -4%;
    color: #464646;
}

.stats-text {
    max-width: 324px;
    width: 100%;
    height: 100px;
    opacity: 1;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #6B7280;
}

.stat-button {
    max-width: 183px;
    width: 100%;
    height: 32px;
    opacity: 1;
    gap: 11px;
    padding: 10px 16px;
    border-radius: 100px;
    border-width: 1px;
    background-color: #BEA35F;
    color: #FFFFFF;
}

.provider-image-1 {
    max-width: 260px;
    width: 100%;
    border: 4px solid #444;
    border-radius: 4px;
    background: #fff;
    position: relative;
    bottom: 4rem;
}

.provider-heading {
    width: 100%;
    opacity: 1;
    font-family: Bebas Neue;
    font-weight: 700;
    font-style: Bold;
    font-size: 73px;
    color: #FFFFFF;
    line-height: 1;
}

.provider-text {
    width: 100%;
    font-family: Inter;
    font-style: Semi Bold;
    font-size: 16px;
    letter-spacing: 0%;
    color: #E2E2E2;

}



.provider-button {
    max-width: 230px !important;
    width: 100%;
    height: 44px !important;
    padding: 10px 16px;
    border-radius: 8px;
    background-color: #BEA35F;
    color: #fff;
    text-decoration: none;
    border: none;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;

}


.download-app-section {
    background: #fafafa;
}

.download-app-container {
    max-width: 1600px;
    width: 100%;
}

.download-app-title {
    max-width: 518px;
    width: 100%;
    height: 249px;
    top: 89.5px;
    font-family: Bebas Neue;
    font-weight: 700;
    font-style: Bold;
    font-size: 68px;
    color: #887442;
}

.download-app-desc {
    max-width: 425px;
    width: 100%;
    height: 82px;
    top: 275.5px;
    left: 9px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    color: #848484;

}

.download-app-buttons {

    flex-direction: row;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.store-badge {
    height: 50px;
    width: 150px;
}

.download-app-image {
    max-width: 400px;
    width: 100%;
}



@import url('https://fonts.googleapis.com/css?family=Bebas+Neue:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inter:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');

.register-hero-section {
    background-image: url('../photos/register-hero-img.png');
    background-size: cover;
    background-position: fixed;
    background-repeat: no-repeat;
    height: 85vh;


}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 85vh;
}

.register-hero-title {
    height: 120px;
    opacity: 1;
    font-family: Bebas Neue;
    font-style: Bold;
    color: #FFFFFF;
    font-size: 115px;

}

.text-gold {
    color: #E7C774;
}

.register-hero-subtitle {
    width: 600px;
    font-size: 57px;
    text-align: center;
    color: #FFFFFF;

}

.register-hero-desc {
    width: 746px;
    height: 39px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #FFFFFF;
}



.form-best-choice {
    color: #888888;

    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;

}

.form-hr {
    width: 80px;
    margin: 0.5rem auto 1.2rem auto;
    border-top: 2px solid #B89B5E;
}

.form-title-wrap {
    font-size: 2rem;
    font-weight: 700;
    color: #18103A;
    letter-spacing: 1px;
}

.form-title-bordered {
    border-top: 3px solid #6E6E6E;
    border-bottom: 3px solid #6E6E6E;
    display: inline-block;
    margin: auto;
    width: 100%;
    max-width: 579px;
}

.register-form {
    width: auto;

}

.login-form {
    width: auto;

}

.form-title {

    font-family: Bebas Neue;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    text-align: center;
    color: #6E6E6E;

}

.form-star {
    color: #B89B5E;
}

.register-form-steps {
    width: 1284px;
    height: 39px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 27px
}

.register-step {
    cursor: pointer;
    transition: color 0.3s ease;
}

.register-step:hover {
    color: #B89B5E;
}

.register-step-active {
    color: #B89B5E;
    font-weight: 700;
}

.register-step-divider {
    margin: 0 0.5rem;
    color: #B89B5E;
}

.btn-gold {
    background: #B89B5E;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 1.1rem;
}

.form-label {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    color: #6C6C6A;

}



.form-field {
    display: block;
    width: 90%;
    padding: 9px .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: Inter;
}

.form-field-2 {
    display: block;
    width: 90%;
    padding: 9px .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: Inter;
}

.form-field:focus,
.form-field-2:focus {
    outline: none !important;
    box-shadow: none !important;
    border: var(--bs-border-width) solid var(--bs-border-color);
}





select.form-field {
    background: #fff url('data:image/svg+xml;utf8,<svg fill="gray" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 1rem center/18px 18px;
}

.check-box-text {
    width: 317px;
    height: 26px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    color: #BEA35F;
    margin-top: 3rem;
    margin-bottom: 6px;

}

.confirm-check-box {
    width: 26px;
    height: 26px;
    opacity: 1;
    border-radius: 1px;
    border-width: 2px;
    border-color: #6C6C6A;
    margin-top: 3rem;
    margin-right: 7px;

}

.btn-upload {
    background: #B89B5E;
    color: #fff;
    min-width: 90px;
}

.next-button {
    width: 377px;
    height: 61px;
    top: 1837px;
    left: 694px;
    gap: 11px;
    border-radius: 8px;
    background-color: #BEA35F;
    color: #fff;
    text-decoration: none;
    border: none;
    font-size: 20px;
    margin-top: 1rem;
}

.input-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.input-group .form-field-2 {
    flex: 1 1 auto;
    width: auto;
}


.input-group .btn-upload {
    white-space: nowrap;
}

.step-3-heading {
    font-family: Inter;
    font-weight: 500;
    font-style: Semi Bold;
    font-size: 43px;
    text-align: center;
    color: #BEA35F;


}

.step-3-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Semi Bold;
    font-size: 25px;
    text-align: center;
    color: #484848;
}


.days-content {
    width: 1200px;
    height: 95px;
    opacity: 1;
    top: 1076px;
    left: 266px;
    font-family: Inter;
    font-style: Semi Bold;
    font-size: 32px;
    gap: 3rem;

}

.day-label {
    margin-right: 24px;
    font-size: 16px;
    cursor: pointer;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #bca255;
    border-radius: 4px;
    border: 2px solid #6C6C6A;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    background-image: none;
}

.custom-checkbox:checked {
    background-color: #bca255;
    border: 2px solid #bca255;
}

.custom-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.online-heading {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    color: #525252;
    margin-top: 5rem;

}

.confirm-heading {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    color: #525252;
    margin-top: 5rem;
}

.link-label {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    color: #6C6C6A;
}

.confirm-label {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 23px;
    color: #000000;

}

.confirm-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #bca255;
    /* modern browsers, sets checkbox color */
    border-radius: 4px;
    border: 2px solid #6C6C6A;
    margin-right: 8px;

}


.footer-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #5A5A5A;
    font-family: Inter;
    font-style: Regular;

}

.footer-about-text {
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: Inter;
    font-style: Regular;

}

.footer-items {

    font-family: Inter;
    font-style: Regular;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;

}

.footer-items-list {

    font-family: Inter;
    font-style: Regular;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;

}

.input-email {
    width: 236px;
    height: 40px;
    opacity: 1;
    border-radius: 100px;
    border: 2px solid #5A5A5A;
    color: #5A5A5A !important;

    font-family: Inter;
    font-style: Regular;
}

.subscribe-button {
    cursor: pointer;
    width: 123px;
    height: 40px;
    opacity: 1;
    border-radius: 100px;
    background-color: #CDB16A;
    color: #5A5A5A;

    font-family: Inter;
    font-style: Regular;
}

.join-as-provider-button {
    cursor: pointer;
    width: 294px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #EEEEEE;
    background-color: #CDB16A;

    font-family: Inter;
    font-style: Regular;
}



.card-color {
    background-color: #BEA35F;
    padding-bottom: 30px;

}

.card-color-text {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #7A5336;

}

.card-color-number {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: start;
    color: #FFFFFF;
}

.service-item {
    cursor: pointer;
}

.service-icon-name {
    font-family: Inter;
    font-style: Medium;
    line-height: 1.2;
    word-wrap: break-word; /* for legacy browsers */
    overflow-wrap: break-word; /* modern browsers */
    hyphens: auto;             /* adds hyphenation if supported */
    max-width: 100%; 
}

.icons-hover-tags {
    text-align: center;
    opacity: 1;

}

.icons-hover-buttons {
    height: 48px;
    opacity: 1;
    gap: 10px;
    border-radius: 32px;
    border-width: 1px;
    font-family: Inter;
    font-weight: 400;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #323232;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    word-wrap: break-word;     /* old */
    overflow-wrap: break-word; /* modern */
    hyphens: auto;             /* adds hyphenation if supported */
    padding: 0 50px;
}

.icons-hover-buttons:hover {
    background-color: #E6DDC4;
    color: #000000;
}

.border-sub-services {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding-bottom: 2rem;
}



#sub-services-container:empty+.mt-3 {
    margin-top: 1rem;
    /* default smaller margin when empty */
}

#sub-services-container:not(:empty)+.mt-3 {
    margin-top: 3rem;
    /* larger margin when sub-services are present */
}


.popular-services-title-2 {
    max-width: 800px;
    width: 100%;
    height: 64px;
    opacity: 1;
    font-family: Bebas Neue;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    text-align: center;
    color: #6C6C6A;
}

.provider-heading-2 {
    font-family: Roboto;
    font-weight: 5700;
    font-style: Medium;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;

    height: 20px;
    opacity: 1;
    color: #202020;
}

.provider-card {
    cursor: pointer;
}

.provider-card:hover {
    background-color: #E6DDC4;
}

.provider-card:hover .home-repair-button {
    background-color: #E6DDC4;

}

.provider-card:hover .home-repair-button:hover {
    background-color: #545454;
    color: #E6C778;


}


.provider-text-1 {
    height: 100%;
    max-height: 60px;

    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 25px;
    text-align: center;


}

.provider-text-2 {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #525252;

}

.input-search {
    display: flex;
    align-items: center;
}

.input-search-text {
    padding: 0 10px;
    /* Adjust padding for icon size */
}

.home-repair-button {
    /* width: 178px;
    height: 54px; */
    border-radius: 8px;
    border-width: 1px;
    padding-top: 16px;
    padding-right: 8px;
    padding-bottom: 16px;
    padding-left: 8px;
    color: #545454;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;

}

.home-repair-button:hover {
    background-color: #545454;
    color: #E6C778;
}



.container-max {
    max-width: 1728px;
}



.star {
    color: #B89B5E;
}

.search-filter-bar {
    padding: 1rem;
    width: 80rem;
}

.input-field {
    border: 1px solid #e0e0e0;
    border-radius: 8px 0 0 8px;
    background: white;
}

.input-icon {
    background: white;
}

.search-icon {
    width: 23px;
    height: 42px;
}

.search-icon path {
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
}

.provider-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.provider-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.flag {
    font-size: 0.8rem;
}



.badge-projects {
    opacity: 1;
    gap: 10px;
    border-radius: 8px;
    border-width: 0.5px;
    padding: 4px;
    background-color: #E6C778;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000000;


}

.star-rating {
    width: 20px;
    height: 20px;
    fill: #F0AF0C;
}

.provider-reviews {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #525252;
}

.video-preview {
    width: 120px;
    height: 80px;
    object-fit: cover;
    filter: grayscale(1);
}

.video-play-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-content img {
    width: 300px;
    height: 250px;

}

.video-text {
    width: 286px;
    height: 45px;
    gap: 12px;
    border-radius: 8px;
    padding: 12px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #525252;
    background-color: #F7F7F7;
}



.service-card {


    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

/* Typography */
.title-content {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    line-height: 188%;
    letter-spacing: 0.5px;
    color: #554E79;

}

.about-text {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 188%;
    letter-spacing: 0.5px;

    color: #000000;

}



.rating-number {
    font-size: 3rem;
    font-weight: 700;
    color: #18103A;
    text-align: center;
}

.stars-container {
    display: flex;
    justify-content: center;
}

.star-icon {
    width: 30px;
    height: 20px;
    fill: #FFD600;
}

.star-icon-small {
    width: 25px;
    height: 20px;
    fill: #222;
}

/* Rating Bars */
.rating-bar {
    height: 8px;
    background: #eee;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.rating-bar-empty {
    height: 8px;
    background: #eee;
    overflow: hidden;
    margin-bottom: 0.5rem;
    border: 2px solid #222;
}


.rating-bar-fill {
    height: 100%;
    background: #000;
}

.rating-bar-5 {
    width: 100%;
}

.rating-bar-4 {
    width: 0%;
}

.rating-bar-3 {
    width: 0%;
}

.rating-bar-2 {
    width: 0%;
}

.rating-bar-1 {
    width: 0%;
}

/* Reviews */
.review-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
}

.review-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 0.75rem;
}

.review-content {
    flex: 1;
}

.review-header-2 {
    display: flex;
    margin-bottom: 0.25rem;
    flex-direction: column;
}

.review-name {
    font-weight: 600;
    color: #18103A;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;

}

.review-date {
    color: #6c757d;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;


}

.review-stars {
    display: flex;
    margin-bottom: 0.25rem;
    gap: 4px;
}

.review-text {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 188%;
    letter-spacing: 0.5px;

    color: #000000;

}

.show-more-link {
    color: #007bff;
    text-decoration: none;
    font-size: 0.9rem;
}

.show-more-link:hover {
    text-decoration: underline;
}

/* Half-star for 4.5 rating */
.half-star {
    position: relative;
}

.half-star::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #FFD600;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

/* Grid Layout for Reviews */
.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
}


/* Provider Header */
.provider-avatar {
    border-radius: 8px;
    object-fit: cover;
}

.provider-name {
    font-weight: 700;
    color: #18103A;
    margin: 0;
}

.provider-info {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.provider-badges {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.badge-available {
    background: #28a745;
    color: #fff;
}


/* Projects Grid */
.project-item {
    background: #e9e9e9;
    border-radius: 8px;
    padding-top: 70%;
}

/* Reaction Icons */
.reaction-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
}

.reaction-like {
    background: #1877f2;
}

.reaction-heart {
    background: #f02849;
}

.reaction-wow {
    background: #f7b928;
}

/* Comment Styles */
.comment-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 0.5rem;
}

.comment-bubble {

    border-radius: 16px;
    padding: 8px 12px;
}

.comment-name {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000;
}

.comment-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000;
}

.comment-actions {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.comment-action-link {
    color: #6c757d;
    text-decoration: none;
}

.comment-action-link:hover {
    text-decoration: underline;
}

.side-bar-card {

    height: 567px;
    opacity: 1;
    gap: 10px;

}

.side-bar-text {

    height: 40px;
    opacity: 1;
    gap: 12px;
    border-radius: 8px;
    padding: 12px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    background-color: #F7F7F7;

}

.side-bar-buttons {
    width: 271px;
    height: 48px;
    opacity: 1;
    padding-top: 16px;
    padding-right: 8px;
    padding-bottom: 16px;
    padding-left: 8px;
    border-radius: 8px;
    border-width: 1px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;


}

/* Rating Bars - Inline Layout */
.rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    gap: 0.5rem;
}

.rating-label {
    font-weight: 600;
    color: #6c757d;
    min-width: 20px;
    text-align: center;
}

.rating-bar {
    width: 40rem;
    height: 12px;
    background: #eee;
    overflow: hidden;
}

.rating-bar-fill {
    height: 100%;
    background: #000;
    border-radius: 4px;
}

.rating-bar-empty {
    height: 100%;
    background: transparent;
    border-radius: 4px;
}

.rating-count {
    color: #6c757d;
    font-size: 0.875rem;
    min-width: 30px;
    text-align: left;
}

/* Review Header - Date below name */
.review-header-2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.25rem;
}

.review-name {
    font-weight: 600;
    color: #18103A;
    margin-bottom: 0.125rem;
}

.review-date {
    color: #6c757d;
    font-size: 0.875rem;
}

.action-buttons {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #545454;
    text-decoration: none;
    border: none;
}

/* About Us Page Styles */
.about-hero-section {
    background-image: url('../photos/about-us-hero-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-chose-wanted-title {

    height: 55px;
    opacity: 1;
    font-family: Bebas Neue;
    font-weight: 700;
    font-style: Bold;
    font-size: 54px;
    text-align: center;
    color: #6C6C6A;


}

.why-chose-wanted-title-bordered {
    border-top: 3px solid #6C6C6A;
    border-bottom: 3px solid #6C6C6A;
    padding: 0.9rem 0;
    display: inline-block;
    margin: auto;
}

.why-chose-wanted-star {
    color: #B89B5E;
    width: 24.229999542236328px;
    height: 24.209999084472656px;

}



.about-hero-content {
    text-align: center;
    color: white;
    padding: 0 20px;
}

.about-hero-title {
    font-family: Bebas Neue;
    font-weight: 700;
    font-style: Bold;
    font-size: 110px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;


}

.about-hero-subtitle {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #EFEFEF;
    width: 664px;
    height: 51px;

}

.about-main-section {
    padding: 5rem 0;
    background: white;
}

.about-main-heading {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    color: #bfa046;

}

.about-main-text {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 178%;
    letter-spacing: 0%;
    text-align: justify;

}


.why-choose-section {
    padding: 5rem 0;
    background: #f7f7f7;
}



.why-choose-intro {
    max-width: 800px;
    margin: 0 auto 3rem auto;
    text-align: center;
}

.why-choose-intro p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5A5A5A;
    margin: 0;
}



.why-choose-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 8px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

.why-choose-item:hover {
    transform: none;
    box-shadow: none;
}

.why-choose-number {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #B89B5E;
    min-width: 60px;
    text-align: center;
    line-height: 1;
}

.why-choose-content {
    flex: 1;
}

.why-choose-heading {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #18103A;
}

.why-choose-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #5A5A5A;
    margin: 0;
}
.intro-video-thumb img {
    width: 100%;
    max-width: 470px;
    aspect-ratio: 16/9;
}

.intro-video-thumb iframe {
    width: 35rem;
    max-width: 100% !important;
    aspect-ratio: 16/9;
}




@media (max-width: 1500px) {
    .popular-services .card {
        height: 375px;
    }
}

@media (min-width: 1300px) {

    .popular-services .card:hover .card-body .service-button {

        margin-left: 3rem;

    }

    .content-col {
        margin-left: 14rem;
    }

    .provider-content {
        margin-left: 11rem;
    }

    .service-near-heading {

        margin: auto;

    }

    .service-near-text {
        margin: auto;
    }

    .service-near-number {
        margin: auto;

    }

    .gap-lg {
        gap: 8rem !important;
    }

    .search-filter-bar {
        width: 80rem !important;
    }

    .provider-card {
        padding-left: 5rem;
    }

    .about-hero-subtitle {

        margin-left: 17rem;
    }

    .icons-hover-buttons {
        margin-left: 27px;


    }

    .provider-content {
        margin-left: 4rem;
    }
    .lg-items {
        margin-left: 11rem;
    }
    .lg-gap-btn {
        gap: 24rem;
}
.lg-provider-content {
    margin-left: 7rem;
}
}

@media (max-width: 1440px) {
    .lg-provider-content {
        margin-left: 3rem;
    }

    .search-filter-bar {
        padding: 1rem;
        width: 66rem !important;
        margin-left: 11rem;
    }

    .row-image-1,
    .row-image-2 {
        position: relative;
        margin: 0 auto;
        width: 100%;
        max-width: 92rem;
    }

    .popular-services .card {
        position: relative;
        height: 370px;
    }

    .icons-hover-tags {
        width: auto;
        height: auto;
        justify-content: center !important;
        opacity: 1;
        padding-left: 3rem;
        gap: 2rem;
    }

    .gap-lg {
        gap: 2rem !important;
    }


}


@media (max-width: 1300px) {
    .icons-hover-buttons {
        height: 48px;
        opacity: 1;
      
        margin-left: 2rem;
    }
    .provider-content-inner {
        margin-left: 7rem;
        width: 20rem;
    }

    .search-filter-bar {
        padding: 1rem;
        width: 59rem !important;
        margin-left: 0px;
    }
}


@media (max-width: 900px) {
    .service-near-number {
        margin: auto;
    }

    .service-near-img-2 {
        max-width: 300px;
        width: 100%;
        height: 22rem;
    }

    .row-image-1,
    .row-image-2 {
        position: static;
        /* Remove positioning on smaller screens */
        margin: 0 auto;
        /* Center the image */
        width: 100%;
        max-width: 200px;
        /* Ensure it fits */
    }

    .register-form-steps {
        width: 644px;
        height: 39px;
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 20px;
    }

    .days-content {
        width: 689px;
        height: 95px;
        font-size: 32px;
    }

    .day-label {
        margin-right: 0px;
        font-size: 22px;
        cursor: pointer;
    }

    .confirm-label {
        font-size: 17px;
    }

    .form-label {
        font-size: 16px;
        color: #6C6C6A;
    }

    .next-button {
        width: auto;
        height: auto;

    }

    .check-box-text {
        width: auto;
        height: auto;
    }

    .popular-services-title {
        width: auto;
        height: auto;
    }

    .icons-hover-tags {
        width: auto;
        height: auto;
        justify-content: space-between !important;
        opacity: 1;
        padding-left: 0;
    }

    .icons-hover-buttons {
        width: 166px;
        height: 48px;
        margin-left: 4rem;
        margin-bottom: 1rem;
    }


    .service-near-heading {
        width: auto;
        height: auto;
        margin: auto;
    }

    .service-near-text {
        width: auto;
        height: auto;

    }

    .provider-heading {
        width: auto;
        height: auto;
    }

    .provider-text {
        width: auto;
        height: auto;
    }

    .provider-button {
        width: auto;
        height: auto;
    }

    .video-content-inner {
        margin-left: 14rem;
        margin-top: 2rem;
    }

    .provider-content {
        margin-left: 5rem;
    }

    .download-app-title {
        width: auto;
        height: auto;

    }

    .download-app-desc {
        width: auto;
        height: auto;
    }


    .register-hero-title {
        width: auto;
        height: auto;
    }

    .register-hero-subtitle {
        width: auto;
        height: auto;


    }

    .register-hero-desc {
        width: auto;
        height: auto;
    }

    .register-form-steps {
        width: auto;
        height: auto;
    }

    .service-card-title {
        width: auto;
        height: auto;
    }

    .stats-text {
        width: auto;
        height: 125px;

    }

    .popular-services .card {
        position: relative;
        height: 340px;
        transform-origin: top;
        margin-bottom: 5rem;
    }

    .search-filter-bar {
        padding: 1rem;
        width: 44rem !important;
        margin-left: 1rem;
    }

    .why-chose-wanted-title {

        width: auto;
        height: auto;
        font-size: 53px;


    }

    .about-hero-title {
        font-size: 3rem;
    }

    .about-hero-subtitle {
        font-size: 1rem;
    }

    .about-main-heading {
        font-size: 2rem;
    }

    .why-choose-title {
        font-size: 2rem;
    }

    .why-choose-title::before,
    .why-choose-title::after {
        width: 50px;
    }

    .why-choose-title::before {
        left: -60px;
    }

    .why-choose-title::after {
        right: -60px;
    }

    .why-choose-item {
        margin-bottom: 1.5rem;
    }

    .why-choose-number {
        font-size: 2rem;
        min-width: 50px;
    }

    .why-choose-heading {
        font-size: 1.2rem;
    }

    .footer-heading {
        width: auto;
        height: auto;

    }

    .footer-about-text {
        width: auto;
        height: auto;
    }

    .join-as-provider-button {
        cursor: pointer;
        width: 240px;
        font-weight: 500;
        font-size: 16px;

    }

    .gap-lg {
        gap: 0rem !important;
    }



}

@media (min-width: 577px) and (max-width: 767px) {
    .sm-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .sm-content-img {
        flex: 0 0 auto;
        width: 20%;
        text-align: center;
    }

    .provider-content {
        flex: 0 0 auto;
        margin-left: 1rem;
    }

    .video-content-inner {
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
        text-align: center;
    }

    .video-content {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .provider-heading-2 {
        font-size: 16px;
    }

    .provider-text-2 {
        font-size: 16px;
        letter-spacing: 0%;

    }
    .search-filter-bar {
        padding: 1rem;
        width: 32rem !important;
        margin-left: 1rem;
    }
    .provider-content-inner {
        margin-left: 11rem;
        width: 20rem;
    }
}


@media (max-width: 576px) {
    .icons-hover-buttons {
        width: auto;
        height: 48px;
        margin-left: 0px;
        margin-bottom: 1rem;
    }
    .container-max {
        width: 20rem;
    }

    .container-max-1 {
        width: 19rem;
    }

    .hero-heading {
        font-size: 47px;
    }

    .hero-sub-heading {
        font-size: 46px;
    }


    .popular-services-title {

        font-size: 28px;
    }

    .popular-services-title-2 {
        max-width: auto;

        height: auto;

        font-size: 34px;

    }

    .service-near-heading {

        opacity: 1;
        font-family: Raleway;
        font-weight: 700;
        font-size: 24px;

    }

    .service-near-number {
        width: 31px;
        height: 50px;

    }

    .row-image-1,
    .row-image-2 {
        position: static;
        margin: 0 auto;
        width: 100%;
        max-width: 200px;
    }

    .services-image-1-width {
        width: 100%;
        height: 100%;
    }

    .service-near-img-3 {
        max-width: 270px;
        width: 100%;
        max-width: 19rem;
        margin-top: 3rem;
    }

    .stats-number {
        font-size: 100px;
        max-width: 324px;
        width: 100%;
        height: 122px;

    }

    .service-card {
        padding: 0px;
        margin-bottom: 1.5rem;
    }

    .about-text {
        font-size: 16px;
    }

    .review-text {

        font-size: 17px;
        text-align: justify;
    }


    .provider-heading {

        font-size: 22px;
        color: #FFFFFF;
    }

    .provider-text {

        font-size: 16px;
        letter-spacing: 0%;
        color: #E2E2E2;
    }

    .provider-content {
        margin-left: 0px;
        margin-top: 0px;
    }

    .provider-content-inner {
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

    .video-content-inner {
        margin-left: 0px;
        margin-top: 0px;
    }

    .provider-button {

        padding: 10px 16px;
        border-radius: 8px;
        background-color: #BEA35F;
        color: #fff;
        text-decoration: none;
        border: none;
    }

    .lg-provider-content {
        margin-left: 0px;
    }

    .download-app-title {

        top: 89.5px;
        font-family: Bebas Neue;
        font-weight: 200;
        font-style: Bold;
        font-size: 39px;

    }


    .register-hero-title {
        opacity: 1;
        font-family: Bebas Neue;
        font-style: Bold;
        color: #FFFFFF;
        font-size: 57px;
    }

    .register-hero-subtitle {

        font-size: 31px;
        text-align: center;


    }

    .register-hero-desc {

        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        color: #FFFFFF;
    }

    .register-form-title {
        font-size: 41px;
        text-align: center;
        color: #6E6E6E;
    }

    .register-form-steps {

        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 23px;
    }


    .step-3-heading {
        font-size: 38px;

    }

    .days-content {
        width: 306px;
        height: 200px;
        font-size: 32px;
    }

    .check-list.indented {
        margin-left: 0px !important;
    }

    .search-filter-bar {
        padding: 0px;
        max-width: 21rem;
        width: 100% !important;
        margin-left: 0px;
    }

    .input-search {
        max-width: 20.5rem;
        width: 100%;
    }

    .mr-sm {
        margin-top: 0px !important;
        gap: 1rem;
    }

    .button-sm {
        flex-direction: column !important;
        margin-left: 4rem;

    }

    .provider-heading-2 {
        font-size: 16px;
    }


    .about-hero-section {
        height: 50vh;
    }

    .about-hero-title {
        font-size: 2.5rem;
    }

    .about-main-heading {
        font-size: 1.8rem;
    }


    .why-chose-wanted-title {

        width: auto;
        height: auto;
        font-size: 36px;

    }

    .why-choose-title {
        font-size: 1.8rem;
    }

    .why-choose-title::before,
    .why-choose-title::after {
        display: none;
    }

    .why-choose-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .why-choose-number {
        font-size: 2.5rem;
        min-width: auto;
    }

    .why-choose-intro {
        margin-bottom: 2rem;
    }

    .why-choose-intro p {
        font-size: 1rem;
    }

    .subscribe-button {
        cursor: pointer;
        width: 123px;
        height: 40px;
        text-align: center !important;

    }

    .join-as-provider-button {
        cursor: pointer;
        width: auto;

        margin-top: 7px;
    }

    .about-hero-subtitle {

        width: auto;
        height: auto;
    }

    .reviews-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .review-item {
        display: grid;
        grid-template-columns: none;
        align-items: start;
        column-gap: 10px;
    }

    .review-item .review-avatar {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        object-fit: cover;
    }



}

.rounded-circle {
    border-radius: 0px !important;
    max-width: 17rem;
    width: 100%;
}

/* Services Dropdown Styles */
#servicesDropdownMenu {
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 8px 0;
    margin-top: 8px;
    position: absolute;
    z-index: 1000;
    background: white;
    min-width: 300px;
}

#servicesDropdownMenu .dropdown-item-text {
    padding: 0;
    cursor: default;
}

#servicesDropdownMenu .dropdown-item-text:hover {
    background-color: transparent;
}

#servicesDropdownMenu .dropdown-item {
    padding: 8px 16px;
    border-radius: 6px;
    margin: 2px 8px;
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

#servicesDropdownMenu .dropdown-item .flex-grow-1 {
    min-width: 0;
    max-width: 100%;
}

#servicesDropdownMenu .dropdown-item .text-muted {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.4;
}

#servicesDropdownMenu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #B89B5E;
    text-decoration: none;
}

#servicesDropdownMenu .dropdown-divider {
    margin: 8px 0;
    border-color: #e9ecef;
}

/* Service icon styling in dropdown */
#servicesDropdownMenu .service-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #B89B5E;
}

/* Responsive adjustments for services dropdown */
@media (max-width: 768px) {
    #servicesDropdownMenu {
        min-width: 280px;
        max-width: 90vw;
    }

    .intro-video-thumb img {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 16/9;
        height: 15rem;
    }
}

/* icon inherits color by default; active one turns #bea35f */
.service-item .service-icon { transition: color .2s ease; }
.service-item.active .service-icon { color: #bea35f !important; }

.profile-photo {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    border-radius: 5%;
    border: 4px solid #B89B5E;
    box-shadow: 0 8px 25px rgba(184, 155, 94, 0.3);
    margin: 0 auto;
    display: block;
}