
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
 body{font-family:'Jost',sans-serif;line-height:1.5;font-weight:400;margin:0;padding:0;width:100%;overflow-x:hidden;overflow-y:scroll}

 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul, li { margin: 0; padding: 0; list-style: none;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6, .heading-font, strong, b {
    color: #30373f; font-weight: 500; 
}
h1{font-size: 56px; position: relative;}
h2{font-size: 48px; position: relative;}
h3{font-size: 36px; position: relative;}
h4{font-size: 24px; position: relative;}
h5{font-size: 18px; position: relative;}
h6{font-size: 16px; position: relative;}
p, ul, li{ font-size: 16px; color: #616161; font-weight: 400;}
p{ margin-bottom: 10px;}
/* Font Weight Classes */
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
img, svg {
    vertical-align: middle;
}
a{ line-height: 1.2;}
img {
    display: block;
    border: none;
    max-width: 100%;
    height: auto;
}
figure {
    margin: 0 0 1rem;
} 
.text-justify p {
    text-align: justify;
}
.bg-f7f7f7{ background-color: #f7f7f7;width: 100%;}
.h2_text{font-size:31px;
    font-weight: 500;
    line-height: 1.4;
}
ul.disc li{list-style-type: disc;}
.sub-heading .withline {
    color: rgb(139, 111, 78);
    padding-left: 40px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sub-heading .withline:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: rgb(139, 111, 78);
    left: 0;
    top: 50%;
}
.sub-heading .withline.content-none:before {
    content: none;
}
a#readMoreBtn, a#readLessBtn{ color: rgb(139, 111, 78);font-weight: 600;}
.sub-heading div.withline {
    color: rgb(139, 111, 78);
    padding-left: 40px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5rem;
}

.sub-heading h2 {
    
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
}
 .sub-section {padding: 60px 0; margin: 0 auto; max-width:100%;} 
 .bg-grey-color{background-color: #f7f7f7;}
.left50right50{padding-left:50px; padding-right: 50px;}

.modal-content.newsletter {
    background: white;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    display: block;
}
.heading-bottom-border {
    border-bottom: 1px solid #ddd;
    position: relative;
}
.image-container a {
    color: #8b6f4e;
    text-decoration: none;
}
@media (min-width: 1400px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 1320px !important;
        width: 100% !important;
    }
}
@media (max-width: 1399px) {
    h1{font-size: 52px;}
    h2{font-size: 40px;}
    h3{font-size: 32px;}
    h4{font-size: 22px;}
    h5{font-size: 18px;}
    h6{font-size: 16px;}
}
@media (max-width: 1199px) {
    h1{font-size: 42px;}
    h2{font-size: 32px;}
    h3{font-size: 26px;}
    h4{font-size: 20px;}
    h5{font-size: 18px;}
    h6{font-size: 16px;}
    .left50right50{padding-left:30px; padding-right: 30px;}
}
@media (max-width: 767px) {
    h1{font-size: 32px;}
    h2{font-size: 26px;}
    h3{font-size: 20px;}
    h4{font-size: 18px;}
    h5{font-size: 16px;}
    h6{font-size: 14px;}
    .left50right50{padding-left:15px; padding-right: 15px;}
    .heading-bottom-border {
        padding-bottom: 0px;
    }
}


.theme-btn {
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2;
    font-size: 14px;
    padding: 12px 24px;
    position: relative;
    background: #30373f;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    transition: all 0.5s;
}
.theme-btn:hover {
    background-color: rgb(139, 111, 78);
}
.arrow-link {
    position: relative;
}
.arrow-link span {
    background: rgb(139, 111, 78);
    width: 50px;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    opacity: 1;
    margin-right: -6px;
    margin-top: -1px;
    margin-left: 8px;
    position: relative;
    color: rgb(139, 111, 78);
}
.arrow-link span:after {
    content: "\f105";
    font-size: 20px;
    position: absolute;
    top: -12px;
    right: -2.8px;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}
.arrow-link:before, .arrow-link:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    right: -20px;
    top: -7px;
}
.arrow-link:before {
    border: 1px solid rgb(221, 204, 176);
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.arrow-link:after {
    transition: all 1s;
    box-shadow: none;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.45s;
}
.arrow-link:hover:before {
    border-top-color: rgb(139, 111, 78);
    border-right-color: rgb(139, 111, 78);
    border-bottom-color: rgb(139, 111, 78);
}
.arrow-link:hover:after {
    border-top: 1px solid rgb(139, 111, 78);
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
}



/* Default styles for larger screens */
.content-inner-all h1 { 
    font-size: 31px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 14px;
    position: relative;
}

.content-inner-all h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 12px;
    position: relative;
}

.content-inner-all h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    position: relative;
}

.content-inner-all h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    position: relative;
}

.content-inner-all h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 6px;
    position: relative;
}

.content-inner-all h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 4px;
    position: relative;
}

.content-inner-all p, 
.content-inner-all ul, 
.content-inner-all li {
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    line-height: 1.7;
    margin-bottom: 6px;
}

/* Additional Elements */
.content-inner-all em, 
.content-inner-all i, 
.content-inner-all b, 
.content-inner-all strong, 
.content-inner-all span, .content-inner-all p a {
    font-weight: 500;
    line-height: inherit;
    margin-bottom: inherit;
}

.content-inner-all .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 16px;
    line-height: 1.6;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 8px;
}

.content-inner-all a {
    color: rgb(139, 111, 78);
}



/* Unordered List (UL) */
.content-inner-all ul {
    padding-left: 20px;
}

.content-inner-all ul li {
    list-style-type: disc;
}

/* Ordered List (OL) */
.content-inner-all ol {
    padding-left: 20px;
}

.content-inner-all ol li {
    list-style-type: decimal;
}
.content-inner-all ol li a, .content-inner-all ul li a {
   font-weight: 500;
}

/* Custom Styles for Different List Types */
.content-inner-all ul.circle {
    list-style-type: circle;
}

.content-inner-all ul.square {
    list-style-type: square;
}

.content-inner-all ol.lower-roman {
    list-style-type: lower-roman;
}

.content-inner-all ol.upper-roman {
    list-style-type: upper-roman;
}

/* Custom List Without Default Bullets */
.content-inner-all ul.custom-list {
    list-style: none;
    padding-left: 0;
}

.content-inner-all ul.custom-list li::before {
    content: "✔";
    color: #28a745;
    font-weight: bold;
    font-size: 18px; /* Increase bullet size */
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}

/* 🔥 Make List Marker (Bullets & Numbers) Bold */
.content-inner-all ul li::marker, 
.content-inner-all ol li::marker {
    font-weight: 500;
    color: black; /* Optional: Change color */
}



/* Responsive styles */
@media (max-width: 1024px) { 
    .content-inner-all h1 { font-size: 28px; line-height: 1.3; }
    .content-inner-all h2 { font-size: 22px; line-height: 1.3; }
    .content-inner-all h3 { font-size: 18px; line-height: 1.2; }
    .content-inner-all h4 { font-size: 16px; line-height: 1.2; }
    .content-inner-all h5 { font-size: 15px; line-height: 1.2; }
    .content-inner-all h6 { font-size: 14px; line-height: 1.2; }
    .content-inner-all p, .content-inner-all ul, .content-inner-all li { font-size: 15px; line-height: 1.5; }
}

@media (max-width: 768px) { 
    .content-inner-all h1 { font-size: 23px; line-height: 1.3; }
    .content-inner-all h2 { font-size: 20px; line-height: 1.3; }
    .content-inner-all h3 { font-size: 17px; line-height: 1.2; }
    .content-inner-all h4 { font-size: 16px; line-height: 1.2; }
    .content-inner-all h5 { font-size: 14px; line-height: 1.2; }
    .content-inner-all h6 { font-size: 13px; line-height: 1.2; }
    .content-inner-all p, .content-inner-all ul, .content-inner-all li { font-size: 14px; line-height: 1.5; }
}

@media (max-width: 480px) { 
    .content-inner-all h1 { font-size: 22px; line-height: 1.3; }
    .content-inner-all h2 { font-size: 18px; line-height: 1.3; }
    .content-inner-all h3 { font-size: 16px; line-height: 1.2; }
    .content-inner-all h4 { font-size: 15px; line-height: 1.2; }
    .content-inner-all h5 { font-size: 13px; line-height: 1.2; }
    .content-inner-all h6 { font-size: 12px; line-height: 1.2; }
    .content-inner-all p, .content-inner-all ul, .content-inner-all li { font-size: 14px; line-height: 1.5; }
}



/* Default Table Styles */
.content-inner-all table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
}

.content-inner-all table th, 
.content-inner-all table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
}

.content-inner-all table th {
    background-color: #f4f4f4;
    font-weight: 500;
    text-transform: uppercase;
}

.content-inner-all table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.content-inner-all table tbody tr:hover {
    background-color: #f1f1f1;
}
.content-inner-all blockquote {
    background: #fffaf5;
    border-left: 5px solid rgb(139, 111, 78); /* a soft gold */
    color: #3c2f2f;
    padding: 1.2em 1.5em;
    margin: 1.5em 0;
    font-style: normal;
    font-size: 1.05rem;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }
  
  

/* Responsive Table for Mobile */
@media (max-width: 768px) {
    .content-inner-all table {
        width: 100%;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .content-inner-all table thead {
        display: none; /* Hide table head on small screens */
    }

    .content-inner-all table tbody,
    .content-inner-all table tr,
    .content-inner-all table td {
        display: block;
        width: 100%;
    }

    .content-inner-all table tr {
        margin-bottom: 10px;
        border: 1px solid #ddd;
        padding: 10px;
        background-color: #fff;
    }

    .content-inner-all table td {
        text-align: right;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .content-inner-all table td:last-child {
        border-bottom: none;
    }

    .content-inner-all table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: left;
        color: #333;
    }
}





.faq-tab-pane {
    display: none;
}

.faq-tab-pane.active {
    display: block;
}

.tab-button {
    background-color: transparent;
    color: #8b6f4e;
    border: 2px solid #8b6f4e;
    padding: 15px 10px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.tab-button.active, .tab-button:hover {
    background-color: #8b6f4e;
    color: white;
}


.btn-six {
    color: rgb(139, 111, 78) !important;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid rgb(139, 111, 78);
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0px;
    width: 100%;
}
.btn-six.small{
    margin-top:20px;
    padding: 7px 12px;
    font-size: 15px;
    max-width: 150px;
}
.btn-six.xsmall{
    margin-top:20px;
    padding: 7px 12px;
    font-size: 15px;
    max-width: 300px;
}
.btn-six.middle{
    margin-top:20px;
    padding: 10px 15px;
    font-size: 16px;
   
}
.btn-six:hover {
    background-color: rgb(139, 111, 78) !important;
    color: rgb(255, 255, 255) !important;
}




.pagination-wrapper {
    margin-top: 30px;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.custom-pagination .page-item {
    list-style: none;
}

.custom-pagination .page-link {
    color: #333;
    background-color: #fff;
    border: 1px solid rgb(139, 111, 78);
    padding: 8px 14px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.custom-pagination .page-link:hover {
    background-color: rgb(139, 111, 78);
    color: white;
    border-color: rgb(139, 111, 78);
}

.custom-pagination .page-item.active .page-link {
    background-color: rgb(139, 111, 78);
    color: white;
    border-color: rgb(139, 111, 78);
    font-weight: bold;
}

.custom-pagination .page-item.disabled .page-link {
    color: #333;
    background-color: #fff;
    border: 1px solid rgb(139, 111, 78);
    padding: 5px 14px;
    border-radius: 5px;
    transition: all 0.3s ease;
    
}

.fas.fa-search{font-weight:900;}
