.article-content figure{
    margin: 0;
    padding: 0;
}

.pt-288 {
    padding-top: 288px;
}

@media (max-width: 768px) {
    .pt-288 {
        padding-top: 100px;
    }
}

.login-form form button {
    margin-top: 0;
}

.color-primary{
    color: #F0B9B2 !important;
}

.services-details-info .choose-us-services .choose-us-content .icon img {
    color: #212529;
    width: 50px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.pt-140 {
    padding-top: 140px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .pt-140 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .services-details-desc .content-image .sub-title {
        left: 25px;
        font-size: 18px;
    }
}

.two-line-service-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3; /* Adjust based on your design */
    max-height: calc(2 * 1.3em); /* 2 lines × line-height */
}

.top-header-area.bg-color{
    background-color: #F0B9B2;
}

.top-header-area.bg-color .top-header-information li {
    color: #000000;
}

.top-header-area.bg-color .top-header-information li i {
    color: #000000;
}

.top-header-area.bg-color .top-header-information li a {
    color: #000000;
}

.top-header-area.bg-color .top-header-optional li a i {
    color: #000000;
}

.main-navbar {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 1.25rem rgb(108 123 148 / 10%);
}

/* Logo Sizing */
.navbar-brand img,
.logo img {
    max-width: 200px !important;
    height: auto !important;
}

/* Responsive logo sizing */
@media (max-width: 768px) {
    .navbar-brand img,
    .logo img {
        max-width: 120px !important;
    }
}

/* Language Dropdown Button Styling */
.dropdown .btn-secondary {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.dropdown .btn-secondary:hover,
.dropdown .btn-secondary:focus,
.dropdown .btn-secondary:active {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff !important;
}

/* Footer Navigation Links Hover */
.single-footer-widget .quick-links li a {
    color: #ffffff !important;
    transition: all 0.6s ease !important;
}

.single-footer-widget .quick-links li a:hover {
    color: #6c757d !important;
    transform: translateX(5px) !important;
}

.single-footer-widget .footer-contact-info li a {
    color: #ffffff !important;
    transition: all 0.6s ease !important;
}

.single-footer-widget .footer-contact-info li a:hover {
    color: #6c757d !important;
}

/* Footer Section Headings */
.single-footer-widget h3 {
    color: #ffffff !important;
}

/* Footer Logo Sizing */
.single-footer-widget .widget-logo img {
    max-width: 180px !important;
    height: auto !important;
}

/* Responsive footer logo sizing */
@media (max-width: 768px) {
    .single-footer-widget .widget-logo img {
        max-width: 140px !important;
    }
}

/* Footer Copyright Link Hover */
.copyright-area .copyright-area-content p a {
    color: #6c757d !important;
    transition: all 0.6s ease !important;
}

.copyright-area .copyright-area-content p a:hover {
    color: #ffffff !important;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #FF0000;
}

/* Font Family Updates */
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Global Font Application */
* {
    font-family: 'Saira Condensed', sans-serif !important;
}

/* Titles use Open Sans */
h1, .h1, h2, .h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
}

/* Headings use Poppins */
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}

/* Content uses Saira Condensed (Salvador Condensed alternative) */
body, p, span, div, a, li, td, th, input, textarea, select, button, label {
    font-family: 'Saira Condensed', sans-serif !important;
}

/* Page titles and section titles */
.page-banner-content h2,
.section-title h2,
.story-title,
.brand-story-content h3,
.main-slides-content h1 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
}

/* Navigation and menu items */
.navbar-nav .nav-item a,
.quick-links li a,
.footer-contact-info li a,
.top-header-information li,
.top-header-information li a {
    font-family: 'Saira Condensed', sans-serif !important;
}

/* Button text */
.default-btn,
.optional-btn,
.btn {
    font-family: 'Saira Condensed', sans-serif !important;
    font-weight: 500 !important;
}

/* Form elements */
.form-control,
.form-select,
.form-check-label {
    font-family: 'Saira Condensed', sans-serif !important;
}

/* Table content */
.table th,
.table td,
.dataTables_wrapper {
    font-family: 'Saira Condensed', sans-serif !important;
}

/* Blog content */
.blog-content h3,
.single-blog-item h3 {
    font-family: 'Poppins', sans-serif !important;
}

/* About page content */
.about-main-content h3,
.about-main-content h4 {
    font-family: 'Open Sans', sans-serif !important;
}

/* Service page content */
.services-tab-content h4,
.services-content-image h4 {
    font-family: 'Poppins', sans-serif !important;
}

/* Footer content */
.footer-content h3,
.footer-contact-info h3 {
    font-family: 'Poppins', sans-serif !important;
}

/* Contact page */
.contact-form h3,
.contact-info-box h3 {
    font-family: 'Poppins', sans-serif !important;
}

/* Fun facts and statistics */
.single-fun-fact h3,
.single-fun-fact p {
    font-family: 'Saira Condensed', sans-serif !important;
}

.theme-red-color {
    color: #FF0000;
}


.grey-btn {
    background-color: #6c757d !important;
    color: #ffffff !important;
    display: inline-block;
    padding: 15px 60px 15px 10px;
    border-radius: 10px 10px 0 10px;
    font-size: 15px;
    font-weight: 500;
    background-color: #000000;
    color: #ffffff;
    transition: 0.6s;
    position: relative;
}

.grey-btn:hover {
    background-color: #fff !important;
    color: #000000 !important;
}

.grey-btn i {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.grey-btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    color: #000000;
    border-radius: 10px 10px 0 10px;
    background-color: #ffffff;
    transition: 0.6s;
}