.post,
.page,
* {
    margin: 0;
    padding: 0;
}

.wrapper {
    overflow: hidden;
}

/* --- Mobile Styles (e.g., for screens up to 767px wide) --- */

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    background: linear-gradient(180deg, #fdfdff 0%, #f8f7ff 100%);
    font-family: "Sora", serif;

}

.mobile-menu {
    display: none;
}

p,
a,
span,
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    font-family: "Sora", serif;

}

hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

a.edit-button {
    text-decoration: none;
    padding: 5px 10px;
    background-color: rgb(209, 209, 6);
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
}

/* bread-crumb */
.bread-crumb {
    padding: 60px 0;
    background: url('../images/innerpage-bg.jpg')center center no-repeat fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bread-crumb h4 {
    font-size: 30px;
    color: #fff;
    font-family: "Stack Sans Text", sans-serif;
    text-align: center;
}

.bread-crumb ::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: -1;
}

/* header */
/* ==== STICKY HEADER ==== */
.header {
    transition: background .2s;
}

/* smooth bg change */
.is-sticky {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

/* optional shadow */

.top-header {
    background-color: #0F2B51;
}


.top-header .container-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.top-header .container-wrapper .top-contact span,
.top-header .container-wrapper .top-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.top-header .container-wrapper .top-contact p {
    color: #fff;
}

.top-header .container-wrapper .top-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

/* header-section-wrapper */
.header-section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header-section-wrapper .menu-wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.header-section-wrapper .menu-wrapper ul li {
    list-style: none;
}



.header-section-wrapper .menu-wrapper ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #291616;
}

.header-section-wrapper .header-cta a {
    text-decoration: none;
    display: inline-block;
}

.header-section-wrapper .header-cta a {
    background-color: #D81128;
    padding: 13px 25px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 17px;
    transition: all linear .3s;
}

.header-section-wrapper .header-cta a:hover {
    background-color: #0F2B51;
}

/* Banner */

.banner-single {
    position: relative;
}

.banner-single .single-banner-content {
    position: absolute;
    top: 15%;
    left: 7%;
    z-index: 9;
}

.banner-single .single-banner-content h3 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    gap: 5px;
    margin-bottom: 20px;
}

.banner-single .single-banner-content h2 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    color: #FFFFFF;
}

.banner-single .single-banner-content p {
    font-size: 16px;
    width:55%;
    font-weight: 300;
    line-height: 27px;
    color: #FFFFFF;
    margin: 20px 0;
}

.banner-cta a {
    text-decoration: none;
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #291616;
    padding: 16px 25px;
    background-color: #fff;
    display: inline-block;
    transition: all linear .3s;
    border: 2px solid #fff;
}

.banner-cta a:hover {
    background-color: transparent;
    color: #fff;
}

.banner-bottom-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.banner-bottom-wrapper .banner-short-link ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 13px;
}

.banner-bottom-wrapper .banner-short-link ul li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff;
}

.banner-bottom-wrapper .banner-short-link ul li {
    list-style: none;
}

/* why-wrapper */
.why-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 70px;
}

.why-wrapper .single-why {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.why-wrapper .single-why p {
    margin: 0;
    width:100%
}

.why-wrapper .single-why h4 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

/* section-title */
.section-title {
    display: block;
    text-align: left;
}

.section-title .title-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.section-title .title-top h3 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #192D2F;
}

.section-title h2,
.section-title h1 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 33px;
    line-height: 48px;
    color: #192D2F;
    margin-bottom: 25px;
    font-weight: 700;
}

/* more-btn */
.more-btn {
    display: block;
    text-align: center;
}

.more-btn a {
    background-color: #D81128;
    padding: 14px 25px;
    text-decoration: none;
    display: inline-block;
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #D81128;
    color: #FFFFFF;
    margin-top: 30px;
    transition: all linear .3s;
}

.more-btn a:hover {
    background-color: transparent;
    color: #D81128;
}

/* welcome-content */
.welcome {
    padding: 60px 0;
    background-color: #f2f2f2;
}

.welcome p {
    font-size: 16px;
    line-height: 32px;
    color: #4B4444;
}

.welcome ul li {
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    color: #4B4444;
    margin-top: 30px;
    padding-left: 28px;
    position: relative;
    z-index: 1;
}

.welcome ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: url('../images/Symbol.png')no-repeat;
}

.welcome ul li strong {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #192D2F;
    margin-bottom: 5px;
}

.welcome .more-btn {
    text-align: left;
}

.welcome .welcome-main-image img {
    width: 80%;
}

.welcome .welcome-image {
    position: relative;
}

.welcome .welcome-image .businesshourse {
    display: inline-block;
    padding: 20px;
    background: #0F2B51;
    border: 5px solid #F6F3F0;
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: 9;
    width: 43%;
}

.welcome .welcome-image .businesshourse h3 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.welcome .welcome-image .businesshourse ol li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
}

/* service-wrapper */
.service-wrapper {
    padding: 60px 0;
}

.service-wrapper .section-title {
    text-align: center;
}

.service-wrapper .section-title .title-top {
    justify-content: center;
}

.service-wrapper .service-item {
    transition: all linear .3s;
    border-bottom: 1px solid #E0E0E0;
}

.service-wrapper .service-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #011C1A;
    padding: 30px;
    border-radius: 30px;
    transition: all linear .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-wrapper .service-item a .service-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 37%;
}

.service-wrapper .service-item a .service-left .service-thumbnail img {
    width: 40px;
    height: auto;
}

.service-wrapper .service-item a .service-left .service-thumbnail {

    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.service-wrapper .service-item a .service-left h3 {

    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #011C1A;
}

.service-wrapper .service-item a .service-short-description {
    font-family: 'Sora', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #565656;
    width: 40%;
}

.service-wrapper .service-item:hover {
    border-color: transparent;
}

.service-wrapper .service-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
    opacity: 0;
    transition: all linear .3s;
}

.service-wrapper .service-item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../images/civil.jpg')center center no-repeat;
    z-index: -2;
    opacity: 0;
    transition: all linear .3s;
}

.service-wrapper .service-item:nth-child(1) a::after {
    background: url('../images/civil.jpg')center center no-repeat;
}

.service-wrapper .service-item:nth-child(2) a::after {
    background: url('../images/immigration.jpg')center center no-repeat;
}

.service-wrapper .service-item:nth-child(3) a::after {
    background: url('../images/emplyment.jpg')center center no-repeat;
}

.service-wrapper .service-item:nth-child(4) a::after {
    background: url('../images/family.jpg')center center no-repeat;
}

.service-wrapper .service-item:nth-child(5) a::after {
    background: url('../images/wills.jpg')center center no-repeat;
}

.service-wrapper .service-item:nth-child(6) a::after {
    background: url('../images/notary.jpg')center center no-repeat;
}

.service-wrapper .service-item:nth-child(7) a::after {
    background: url('../images/media.jpg')center center no-repeat;
}

.service-wrapper .service-item a:hover::before {
    opacity: 1;
}

.service-wrapper .service-item a:hover::after {
    opacity: 1;
}

.service-wrapper .service-item a:hover h3,
.service-wrapper .service-item a:hover p {
    color: #fff;
}


.service-wrapper .service-item:last-child {
    border-bottom: 0;
}

/* how-it-works */
.how-it-works {
    background-color: #192D2F;
    padding: 60px 0;
}

.how-it-works .section-title h2 {
    color: #fff;
    font-size: 40px;
}

.how-it-works .section-title p {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.how-it-works .section-title h2 span {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #B79E63;
}


.how-it-works .section-title .title-top h3 {
    color: #fff;
}

.how-it-works .how-image img {
    width: 100%;
    height: auto;
}

.how-it-works .how-process {
    position: relative;
    margin-left: 30px;
    z-index: 1;
}

.how-it-works .how-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    height: 90%;
    width: 1px;
    border-right: 1px dashed #B79E63;
    z-index: -1;
}

.how-it-works .how-process .how-single {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 50px;
}

.how-it-works .how-process .how-number {
    width: 60px;
    height: 60px;
    background: #B79E63;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.how-it-works .how-process .how-number h6 {
    color: #fff;
    font-size: 20px;
}

.how-it-works .how-process h3 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.how-it-works .how-process p {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
}

/* casestudy */
.casestudy {
    padding: 60px 0;
    background-color: #F5F5F5;
    position: relative;
}

.casestudy::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: -20px;
    width: 133px;
    height: 340px;
    background: url('../images/blog2.png')center center no-repeat;
    background-size: contain;
    z-index: 1;
}


.casestudy::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: -20px;
    width: 133px;
    height: 340px;
    background: url('../images/blog1.png')center center no-repeat;
    background-size: contain;
    z-index: 1;
}

.casestudy .section-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.casestudy .section-title-wrapper .more-btn a {
    margin-top: 0;
}

.casestudy .case-item {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background-color: #fff;
    border-bottom: 4px solid #B79E63;
    z-index: 9;
}

.casestudy .case-item a {
    text-decoration: none;
}

.casestudy .meta-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.casestudy .meta-info>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.casestudy .meta-info p {
    font-size: 14px;
    line-height: 26px;
    color: #868686;
}

.casestudy .case-item img {
    width: 100%;
    height: auto;
    transition: all linear .3s;
}

.casestudy .case-item:hover img {
    transform: scale(1.2);
}

.casestudy .case-thumb {
    height: 240px;
    border-radius: 30px;
    overflow: hidden;
}

.casestudy .case-details {
    padding: 20px;
    min-height: 162px;
}

.casestudy a {
    text-decoration: none;
}

.casestudy .case-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 22;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    color: #fff;
    background-color: #ffc107;
}

.casestudy .case-details h4 {
    width: 100%;
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #011C1A;
}

.case-tabs {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 20px 0;
    padding: 0;
    flex-wrap: wrap;
}

.case-tabs li {
    padding: 8px 18px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 30px;
    transition: all .3s ease;
}

.case-tabs li.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.tab-content {
    display: none;
    width: 100%;
    margin-top: 20px;
}

.tab-content.active {
    display: block;
}


/* Faq */
.faq-wrapper {
    padding: 60px 0;
    background-color: #fff;
}

.faq-wrapper .section-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.faq-wrapper .section-title-wrapper .more-btn a {
    margin-top: 0;
}

.faq-wrapper .section-title h2 span {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    color: #D81128;
}

.faq-wrapper .faq-image {
    position: relative;
    z-index: 1;
    width: 90%;
}

.faq-wrapper .faq-image img {
    width: 100%;
    height: auto;
}

.faq-wrapper .faq-image .faq-top-icon {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 2;
    width: 120px;
    height: 120px;
    background: #192D2F;
    border: 5px solid #FFFFFF;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-wrapper .faq-image .faq-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    background: #192D2F;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 50%;
}

.faq-wrapper .faq-image .faq-info p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 300;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    cursor: pointer;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid transparent;
}

.faq-answer {
    display: none;
    margin-top: 10px;
}

.faq-item {
    border: 2px solid #eee;
    padding: 15px;
    margin-bottom: 30px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-toggle svg {
    transform: rotate(45deg);
    transition: transform .3s ease;
}


.faq-question h4 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #192D2F;

}


.faq-answer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #011C1A;
}

.faq-item.active {
    background-color: #192D2F;
}

.faq-item.active h4,
.faq-item.active p {
    color: #fff;
}

.faq-item.active .faq-question {
    border-color: rgba(255, 255, 255, .2);
}

.faq-item.active .faq-toggle {
    position: relative;
    top: -10px;
}

.faq-item.active h4 {
    padding: 10px 0 20px;
}

.faq-item.active svg path {

    fill: #fff;
}


/* footer */
.footer {
    background-color: #4B2524;
    padding: 60px 0 0;
}

.association-block {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 30px;
    padding-top: 30px;
    background-color: #fff;
    padding: 40px 10%;
}

.association-block .association-block-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.association-block h5 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #011C1A;
    margin-bottom: 25px;
}

.association-block img {
    width: 200px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.association-block img.long {
    width: 350px;
}

.footer .footer-logo-image {
    padding: 10px;
    background-color: #fff;
}

.footer .footer-logo p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    margin-top: 20px;
}

.footer h3 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.footer .quick-links ul li {
    list-style: none;
}

.footer .quick-links ul li,
.footer .quick-links ul li a {
    font-family: 'Sora';
    display: flex;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 27px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all linear .3s;
    line-height: 3;
}

.footer .quick-links ul li:last-child {
    line-height: 25px;
}

.footer .quick-links ul li a:hover {
    color: #B79E63;
}


.footer .quick-links.contact-info ul li span {
    display: inline-block;
    margin-right: 10px;
}

/*whychooseuspage*/
.whychooseuspage {
    background: #fff;
}

/* copyright */
.copyright {
    background-color: #291616;
}

.copyright a {
    text-decoration: none;
    color: #B79E63;
    font-weight: bold;
}

.copyright p {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0;

}

/* .owl-theme .owl-nav */
.banner .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    /* Allows clicks to pass through except arrows */
    z-index: 10;
}

.banner .owl-theme .owl-nav .owl-prev,
.banner .owl-theme .owl-nav .owl-next {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 28px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    /* Enable clicking */
}

.banner .owl-theme .owl-nav .owl-prev:hover,
.banner .owl-theme .owl-nav .owl-next:hover {
    background: #0F2B51;
    color: #fff;
}

.banner .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
}

.banner .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 20px;
}

.owl-theme .owl-dots {
    display: none;
}

/* single-page-wrapper */
.single-page-wrapper {
    background-color: #fff;
    padding: 60px 0;
}

.single-page-wrapper p {
    font-size: 17px;
    line-height: 32px;
    color: #4B4444;
}

.family-law-wrapper.single-page-wrapper p strong {
    cursor: pointer;
}

.family-law-wrapper.single-page-wrapper .toggle-block {
    margin: 10px 0;
}

.single-page-wrapper h2,
.single-page-wrapper h3 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 72px;
    color: #0F2B51;
}

.single-page-wrapper h4 {
    font-family: "Stack Sans Text", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #0F2B51;
    margin-bottom: 25px;
}

.single-page-wrapper ul {
    margin-bottom: 20px;
    margin-left: 20px;
}

.single-page-wrapper ul li {
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    color: #4B4444;
    margin-top: 10px;
    padding-left: 28px;
    position: relative;
    z-index: 1;
}

.single-page-wrapper ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: url('../images/Symbol.png')no-repeat;
}




/* Contact Page */
/* Contact Page Styles */
.contact-page-wrapper {
    background-color: #fff;
    padding: 80px 0;
}

/* Contact Info Cards */
.contact-info-cards {
    margin-bottom: 60px;
}

.contact-card {
    background: linear-gradient(180deg, #fdfdff 0%, #f8f7ff 100%);
    border: 2px solid #E0E0E0;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(216, 17, 40, 0.1), transparent);
    transition: left 0.5s ease;
}

.contact-card:hover::before {
    left: 100%;
}

.contact-card:hover {
    transform: translateY(-10px);
    border-color: #D81128;
    box-shadow: 0 10px 30px rgba(216, 17, 40, 0.15);
}

.contact-card-icon {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.contact-card:hover .contact-card-icon {
    background: #D81128;
    transform: scale(1.1);
}

.contact-card:hover .contact-card-icon svg path {
    fill: #fff;
}

.contact-card h3 {
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #192D2F;
    margin-bottom: 15px;
}

.contact-card p {
    font-size: 16px;
    line-height: 26px;
    color: #4B4444;
    margin-bottom: 5px;
}

.contact-card a {
    color: #4B4444;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: #D81128;
}

/* Contact Main Section */
.contact-main-section {
    margin-top: 40px;
}

.contact-form-wrapper {
    background: #F5F5F5;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.contact-form-wrapper .section-title {
    margin-bottom: 30px;
}

/* Contact Form Styles */
.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #E0E0E0;
    border-radius: 10px;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    color: #192D2F;
    background-color: #fff;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #D81128;
    box-shadow: 0 0 0 3px rgba(216, 17, 40, 0.1);
}

.contact-form .form-control::placeholder {
    color: #999;
}

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

.contact-submit-btn {
    background-color: #D81128;
    padding: 16px 40px;
    border: 2px solid #D81128;
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.contact-submit-btn:hover {
    background-color: transparent;
    color: #D81128;
}

/* Contact Form 7 Specific Styles */
.wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #E0E0E0;
    border-radius: 10px;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    color: #192D2F;
    background-color: #fff;
    transition: all 0.3s ease;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #D81128;
    box-shadow: 0 0 0 3px rgba(216, 17, 40, 0.1);
}

.wpcf7-form textarea {
    min-height: 150px;
    resize: vertical;
}

.wpcf7-form input[type="submit"] {
    background-color: #D81128;
    padding: 16px 40px;
    border: 2px solid #D81128;
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: transparent;
    color: #D81128;
}

.wpcf7-not-valid-tip {
    color: #D81128;
    font-size: 13px;
    margin-top: 5px;
}

.wpcf7-response-output {
    margin: 20px 0;
    padding: 15px;
    border-radius: 10px;
}

.wpcf7-mail-sent-ok {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.wpcf7-validation-errors {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

/* Business Hours */
.contact-business-hours {
    background: #192D2F;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
}

.contact-business-hours h3 {
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.contact-business-hours ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-business-hours ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    color: #FFFFFF;
}

.contact-business-hours ul li:last-child {
    border-bottom: none;
}

.contact-business-hours ul li span:first-child {
    font-weight: 400;
}

.contact-business-hours ul li span:last-child {
    font-weight: 600;
    color: #B79E63;
}

/* Map Wrapper */
.contact-map-wrapper {
    position: sticky;
    top: 100px;
}

.contact-map-wrapper .section-title {
    margin-bottom: 30px;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.map-container iframe {
    display: block;
    width: 100%;
    border: none;
}

.contact-additional-content {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 20px;
    margin-top: 20px;
}

.contact-additional-content p {
    font-size: 16px;
    line-height: 28px;
    color: #4B4444;
    margin-bottom: 15px;
}

.contact-additional-content h2,
.contact-additional-content h3 {
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    color: #192D2F;
    margin-bottom: 15px;
}




/* Free Quote */

/* Quote Page Styles */
.quote-page-wrapper {
    background-color: #fff;
    padding: 80px 0;
}

/* Quote Info Banner */
.quote-info-banner {
    background: linear-gradient(135deg, #D81128 0%, #0F2B51 100%);
    padding: 40px 20px;
    border-radius: 20px;
    margin-bottom: 60px;
    box-shadow: 0 10px 40px rgba(216, 17, 40, 0.2);
}

.quote-info-item {
    text-align: center;
    padding: 20px;
}

.quote-info-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}

.quote-info-item:hover .quote-info-icon {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}

.quote-info-item h4 {
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.quote-info-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Quote Main Section */
.quote-main-section {
    margin-bottom: 60px;
}

.quote-form-wrapper {
    background: linear-gradient(180deg, #fdfdff 0%, #f8f7ff 100%);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid #E0E0E0;
}

.quote-form-wrapper .section-title h2 {
    font-size: 36px;
    line-height: 48px;
}

.quote-form-wrapper .section-title h2 span {
    color: #D81128;
    font-family: "Stack Sans Text", sans-serif, sans-serif;
}

.quote-intro-text {
    font-size: 16px;
    line-height: 28px;
    color: #565656;
    margin-top: 15px;
}

/* Reuse Contact Form Styles */
.quote-form-wrapper .wpcf7-form p {
    margin-bottom: 20px;
}

.quote-form-wrapper .wpcf7-form input[type="text"],
.quote-form-wrapper .wpcf7-form input[type="email"],
.quote-form-wrapper .wpcf7-form input[type="tel"],
.quote-form-wrapper .wpcf7-form textarea,
.quote-form-wrapper .wpcf7-form select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #E0E0E0;
    border-radius: 10px;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    color: #192D2F;
    background-color: #fff;
    transition: all 0.3s ease;
}

.quote-form-wrapper .wpcf7-form input[type="text"]:focus,
.quote-form-wrapper .wpcf7-form input[type="email"]:focus,
.quote-form-wrapper .wpcf7-form input[type="tel"]:focus,
.quote-form-wrapper .wpcf7-form textarea:focus,
.quote-form-wrapper .wpcf7-form select:focus {
    outline: none;
    border-color: #D81128;
    box-shadow: 0 0 0 3px rgba(216, 17, 40, 0.1);
}

.quote-form-wrapper .wpcf7-form textarea {
    min-height: 120px;
    resize: vertical;
}

.quote-form-wrapper .wpcf7-form input[type="submit"] {
    background-color: #D81128;
    padding: 16px 40px;
    border: 2px solid #D81128;
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.quote-form-wrapper .wpcf7-form input[type="submit"]:hover {
    background-color: transparent;
    color: #D81128;
}

/* Quote Sidebar */
.quote-sidebar {
    position: sticky;
    top: 100px;
}

.quote-why-box {
    background: #F5F5F5;
    padding: 35px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.quote-why-box h3 {
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #192D2F;
    margin-bottom: 25px;
}

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

.quote-benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E0E0E0;
}

.quote-benefits-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.quote-benefits-list li svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.quote-benefits-list li strong {
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #192D2F;
    display: block;
    margin-bottom: 5px;
}

.quote-benefits-list li p {
    font-size: 14px;
    line-height: 22px;
    color: #565656;
    margin: 0;
}

/* Quote Contact Box */
.quote-contact-box {
    background: linear-gradient(135deg, #192D2F 0%, #0F2B51 100%);
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.quote-contact-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.quote-contact-icon {
    width: 80px;
    height: 80px;
    background: rgba(216, 17, 40, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}

.quote-contact-box h4 {
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.quote-contact-box p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.quote-phone-link {
    display: inline-block;
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #B79E63;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.quote-phone-link:hover {
    color: #fff;
    transform: scale(1.05);
}

.quote-available {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1;
}

/* Quote Additional Content */
.quote-additional-content {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 20px;
}

.quote-additional-content p {
    font-size: 16px;
    line-height: 28px;
    color: #4B4444;
    margin-bottom: 15px;
}

.quote-additional-content h2,
.quote-additional-content h3 {
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    color: #192D2F;
    margin-bottom: 15px;
}

/* Quote Services Section */
.quote-services-section {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid #E0E0E0;
}

.quote-services-section .section-title {
    margin-bottom: 40px;
}

.quote-service-card {
    background: linear-gradient(180deg, #fdfdff 0%, #f8f7ff 100%);
    border: 2px solid #E0E0E0;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

.quote-service-card:hover {
    transform: translateY(-5px);
    border-color: #D81128;
    box-shadow: 0 10px 30px rgba(216, 17, 40, 0.15);
}

.quote-service-icon {
    font-size: 50px;
    margin-bottom: 20px;
    display: block;
}

.quote-service-card h4 {
    font-family: "Stack Sans Text", sans-serif, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #192D2F;
    margin-bottom: 10px;
}

.quote-service-card p {
    font-size: 15px;
    line-height: 24px;
    color: #565656;
    margin: 0;
}

/* Service Not Found Section */
.service-not-found {
    background-color: #f9f9f9;
    border-top: 4px solid #d81128;
    padding: 60px 20px;
    text-align: center;
    margin-top: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

}

.service-not-found h2 {
    color: #d81128;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.service-not-found p {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .service-not-found {
        padding: 40px 15px;
        margin-top: 50px;
    }

    .service-not-found h2 {
        font-size: 1.6rem;
    }

    .service-not-found p {
        font-size: 1rem;
    }
}

.welcome-content .team-tabs strong {
    display: flex !important;
}

#erica h4,
#carlos h4 {
    margin: 15px 0;
}

.team-tabs {
    margin-top: 40px;
    text-align: center;
}

.team-tabs .tab-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;

}

.welcome.whychooseuspage.servingAreaSec ul li strong {
    font-size: inherit;
    font-family: inherit;
}

.welcome.whychooseuspage .tab-link {
    margin-top: 0;
}

.welcome.whychooseuspage .tab-link::before {
    background: none;
}

.team-tabs .tab-buttons .tab-link {
    padding: 10px 28px;
    background: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.team-tabs .tab-buttons .tab-link:hover {
    background: #e9e9e9;
    transform: translateY(-2px);
}

.team-tabs .tab-buttons .tab-link.active {
    background: #000;
    color: #fff;
    border-color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.team-tabs .tab-content {
    display: none;
    text-align: left;
    margin: 0 auto;
    background: #f8f8f8;
    border-radius: 16px;
    padding: 40px 30px;

    animation: fadeInUp 0.4s ease;
}

.team-tabs .tab-content.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .banner-bottom-wrapper .banner-short-link ul li a {
        justify-content: flex-start;
    }

    .banner .owl-theme .owl-nav {
        top: 10%;
    }

    .faq-wrapper .faq-image {
        width: 100%;
    }

    .faq-wrapper .faq-image .faq-info {
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .team-tabs .tab-buttons {
        flex-wrap: wrap;
        gap: 10px;
    }

    .team-tabs .tab-buttons .tab-link {
        padding: 8px 20px;
        font-size: 15px;
    }

    .team-tabs .tab-content {
        padding: 25px 20px;
    }
}



@media (max-width: 991px) {
    .header-section-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .banner-single .single-banner-content {
        position: inherit;
        background-color: #333;
        left: 0;
        padding: 15px;
    }

    .why-wrapper .single-why h4 {
        font-size: 22px;
    }

    .banner-single .single-banner-content p {
        font-size: 14px;
    }

    .banner-single .single-banner-content img {
        width: 30px;
    }

    .service-wrapper .service-item a .service-short-description {
        display: none;
    }

    .service-wrapper .service-item a .service-left {
        width: 80%;
    }


    .casestudy .case-item {
        margin-bottom: 20px;
    }

    .footer-logo {
        margin-bottom: 30px;
    }
}


@media (max-width: 767px) {
    .association-block .association-block-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .header-section-wrapper .menu-wrapper ul li {
        display: block;
        width: 100%;
    }
.banner-single .single-banner-content p{
    width:100%;
}
    .top-header .container-wrapper {
        flex-direction: column;
    }

    .header-section-wrapper .menu-wrapper ul li a {
        display: block;
        color: #fff;
    }

    .banner-single .single-banner-content h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .banner-bottom-wrapper {
        display: block;
    }

    .banner-cta a {
        margin-bottom: 20px;
    }

    .banner-bottom-wrapper .banner-short-link ul {
        flex-direction: column;
    }

    .why-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .section-title h2,
    .section-title h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .banner-bottom-wrapper .banner-short-link ul li {
        justify-content: flex-start;
        width: 100%;
    }

    .welcome ul li strong {
        font-size: 15px;
    }

    .welcome .welcome-image .businesshourse {
        position: static;
        width: 100%;
    }

    .welcome .welcome-main-image img {
        width: 100%;
        margin-top: 15px;
    }

    .service-wrapper .service-item a,
    .service-wrapper .service-item a .service-left {
        display: block;
        width: 100%;
        text-align: center;
    }

    .service-wrapper .service-item a .service-left .service-thumbnail {
        margin: 0 auto 20px;
    }

    .service-wrapper .service-item a .service-short-description {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .section-title h1,
    .section-title h1 span,
    .section-title h2,
    .section-title h2 span {
        font-size: 20px;
        line-height: 32px;
    }

    .how-it-works .section-title h2 span,
    .how-it-works .section-title h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .how-it-works .how-process {
        margin-left: 0;
    }

    .how-it-works .how-process h3 {
        font-size: 15px;
    }

    .how-it-works .how-process p {
        font-size: 15px;
    }

    .how-it-works .how-process .how-single {
        gap: 10px;
    }

    .how-it-works .how-process::before {
        left: 20px;
    }

    .casestudy .section-title-wrapper .more-btn,
    .faq-wrapper .section-title-wrapper .more-btn {
        display: none;
    }

    .faq-question h4 {
        font-size: 14px;
    }

    /* .single-page-wrapper */
    .single-page-wrapper {
        padding: 30px 0;
    }

    .quote-form-wrapper .section-title h2,
    .single-page-wrapper h2,
    .single-page-wrapper h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .quote-form-wrapper {
        margin: 20px 0;
        padding: 20px;
    }

    .contact-info-cards {
        gap: 10px;
    }

    /* .bread-crumb */
    .bread-crumb h4 {
        font-size: 18px;
    }

    .bread-crumb {
        padding: 30px 0;
    }

    .quote-info-banner {
        margin: 0 10px;
    }
}






@media (max-width: 767px) {
    .menu-logo {
        display: block;
        text-align: center;
        padding: 20px;
        background-color: #fff;
        position: relative;
        z-index: 99;
    }

    /* 1. Show the hamburger menu button and style it */
    .menu-toggle {
        display: block;
        /* Make the button visible */
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        z-index: 1000;
        /* Ensure it's above other elements */
        /* You may need to use flexbox or absolute positioning to place it correctly */
    }

    /* 2. Style the 'header-section-wrapper' for mobile layout */
    .header-section-wrapper {
        justify-content: space-between;
        /* Space out logo, toggle, and CTA */
        align-items: center;
        /* Ensure it's not wrapped in a display:flex or similar that breaks the menu overlay */
    }

    /* 3. Style the mobile menu container to act as an overlay */
    .mobile-menu-container {
        /* Hide by default */
        display: none;

        /* Position as an overlay for a full-screen or full-width slide-down effect */
        position: absolute;
        /* or fixed, depending on your needs */
        top: 0;
        /* Position it right below the header */
        left: 0;
        width: 100%;
        background-color: #333;
        /* Dark background for menu */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 999999;
    }

    /* 4. Show the menu when the 'toggled' class is added by JavaScript */
    .mobile-menu-container.toggled {
        display: block;
    }

    /* 5. Style the navigation list for a mobile, vertical layout */
    .mobile-menu-container ul {
        display: flex;
        flex-direction: column;
        /* Stack menu items vertically */
        list-style: none;
        margin: 0;
        padding: 20px 0;
    }

    .mobile-menu-container ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-menu-container ul li a {
        display: block;
        padding: 15px 20px;
        color: white;
        /* Menu item color */
        text-decoration: none;
    }


}

/* --- Desktop Styles (e.g., for screens 768px wide and above) --- */
@media (min-width: 768px) {

    /* Hide the hamburger menu button on desktop */
    .menu-toggle {
        display: none;
    }

    /* Ensure the full menu is visible on desktop, overriding the mobile 'display: none' */
    .mobile-menu-container {
        display: block !important;
    }
}

/* Style for the three lines of the hamburger icon */
.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #333;
    /* Color of the hamburger lines */
    transition: all 0.3s ease-in-out;
}

/* Animate the icon when the menu is open (button has the 'toggled' class) */
.menu-toggle.toggled .hamburger span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.menu-toggle.toggled .hamburger span:nth-child(2) {
    opacity: 0;
    /* Hide the middle line */
}

.menu-toggle.toggled .hamburger span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

@media (min-width: 992px) {
    .menu-logo {
        display: none;
    }
}

/* --- New Close Button Styles --- */
@media (max-width: 767px) {
    .menu-close {
        display: block;
        /* Make the button visible on mobile */
        position: absolute;
        /* Position it in the top right of the menu overlay */
        top: 15px;
        right: 20px;
        z-index: 1001;

        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
    }

    /* Style the 'X' cross lines */
    .cross span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: rgb(18, 7, 110);
        /* Match menu text color */
        position: absolute;
        transition: transform 0.3s ease-in-out;
    }

    /* Create the first line of the 'X' */
    .cross span:nth-child(1) {
        transform: rotate(45deg);
    }

    /* Create the second line of the 'X' */
    .cross span:nth-child(2) {
        transform: rotate(-45deg);
    }

}

@media (min-width: 768px) {

    /* Hide the close button on desktop */
    .menu-close {
        display: none;
    }
}