/* ===============================================
   CONSOLIDATED PROJECT FIXES CSS
   All fixes combined for better performance
=============================================== */

/* ===============================================
   0. Global Section Styling
=============================================== */
.section {
    padding: 50px 0 !important;   
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.05) !important;
}

section.section,
.section.prt-row,
section.prt-row.section {
    padding: 50px 0 !important;   
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.05) !important;
}

/* Apply box-shadow to all prt-row sections */
section.prt-row,
.prt-row {
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.05) !important;
}

/* ===============================================
   1. Menu Active State Fix
=============================================== */
#site-header-menu .site-navigation ul.menu > li.active > a,
#site-header-menu .site-navigation ul.menu > li.mega-menu-item.active > a {
    color: var(--base-skin) !important;
    font-weight: 600;
    position: relative;
}

#site-header-menu .site-navigation ul.menu > li > a,
#site-header-menu .site-navigation ul.menu > li.mega-menu-item > a {
    border-bottom: none !important;
}

#site-header-menu .site-navigation ul.menu > li:hover > a,
#site-header-menu .site-navigation ul.menu > li.mega-menu-item:hover > a {
    border-bottom: none !important;
}

/* ===============================================
   2. Menu Hover Fix
=============================================== */
#site-header-menu .site-navigation ul.menu > li:hover > a,
#site-header-menu .site-navigation ul.menu > li.mega-menu-item:hover > a,
nav.main-menu ul.menu > li:hover > a,
nav.main-menu ul.menu > li.mega-menu-item:hover > a {
    color: var(--base-skin) !important;
    transition: color 0.3s ease;
}

#site-header-menu .site-navigation ul.menu > li > a:hover,
#site-header-menu .site-navigation ul.menu > li.mega-menu-item > a:hover {
    color: var(--base-skin) !important;
}

#site-header-menu .site-navigation ul.menu > li ul.mega-submenu li:hover > a,
#site-header-menu .site-navigation ul.menu > li ul.sub-menu li:hover > a {
    color: var(--base-skin) !important;
}

/* ===============================================
   3. Menu Dropdown Fix - Line Height and Icons
=============================================== */
nav.main-menu ul.menu li ul.mega-submenu li a {
    line-height: 14px !important;
    padding: 8px 10px 8px 10px !important;
    min-height: 44px;
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    nav.main-menu ul.menu > li.mega-menu-item > a.mega-menu-link {
        position: relative;
        padding-right: 25px;
    }

    nav.main-menu ul.menu > li.mega-menu-item > a.mega-menu-link::after {
        content: "\f107";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        transition: transform 0.3s ease;
        color: var(--base-dark);
        opacity: 0.7;
    }

    nav.main-menu ul.menu > li.mega-menu-item:hover > a.mega-menu-link::after {
        transform: translateY(-50%) rotate(180deg);
        opacity: 1;
    }

    nav.main-menu ul.menu li ul.mega-submenu li a {
        position: relative;
        padding-left: 28px !important;
    }

    nav.main-menu ul.menu li ul.mega-submenu li a::before {
        content: "\f105";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 11px;
        color: var(--base-skin);
        transition: all 0.3s ease;
        opacity: 0.6;
    }

    nav.main-menu ul.menu li ul.mega-submenu li a:hover::before {
        opacity: 1;
        left: 12px;
        color: var(--base-skin);
    }

    nav.main-menu ul.menu li ul.mega-submenu li a:hover {
        background-color: rgba(196, 22, 28, 0.05);
        padding-left: 30px !important;
        color: var(--base-skin);
    }
}

@media (max-width: 1199px) {
    nav.main-menu li.mega-menu-item a.mega-menu-link::after {
        content: "\f107" !important;
        font-family: 'Font Awesome 6 Free' !important;
        font-weight: 900 !important;
        float: right;
        font-size: 14px;
        margin-left: 10px;
        position: static;
        transform: none;
        transition: transform 0.3s ease;
    }
    
    nav.main-menu li.mega-menu-item > a.mega-menu-link.active::after {
        content: "\f106" !important;
        transform: none;
    }
    
    nav.main-menu ul.menu li ul.mega-submenu li a::before {
        display: none;
    }
    
    nav.main-menu ul.menu li ul.mega-submenu li a {
        padding: 12px 15px 12px 15px !important;
        line-height: 22px !important;
        padding-left: 15px !important;
    }
    
    nav.main-menu ul.menu li ul.mega-submenu li a:hover {
        padding-left: 15px !important;
        background-color: rgba(196, 22, 28, 0.05);
        color: var(--base-skin);
    }
}

nav.main-menu li ul.mega-submenu {
    line-height: normal;
}

nav.main-menu li ul.mega-submenu li {
    line-height: normal;
}

/* ===============================================
   4. Breadcrumb Color Fix
=============================================== */
.breadcrumb-wrapper {
    color: var(--base-white) !important;
}

.breadcrumb-wrapper span {
    color: var(--base-white) !important;
}

.breadcrumb-wrapper span:last-child {
    color: var(--base-white) !important;
    border-bottom: none !important;
}

.breadcrumb-wrapper span a {
    color: var(--base-white) !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-wrapper span a:hover {
    color: var(--base-skin) !important;
    border-bottom: 1px solid var(--base-skin) !important;
}

.breadcrumb-wrapper .prt-sep {
    color: var(--base-white) !important;
    margin: 0 8px;
}

.page-title-heading h1.title,
.prt-page-title-row-heading .page-title-heading h1.title {
    color: var(--base-white) !important;
}

/* ===============================================
   5. Scroll to Top Button
=============================================== */
#totop {
    position: fixed !important;
    right: 30px !important;
    bottom: 30px !important;
    z-index: 999999 !important;
    width: 50px !important;
    height: 50px !important;
    background-color: var(--base-skin) !important;
    color: #fff !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 50px !important;
    font-size: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(196, 22, 28, 0.3) !important;
    border: none !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#totop.top-visible {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#totop:hover {
    background-color: #a01015 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 20px rgba(196, 22, 28, 0.5) !important;
}

#totop i {
    color: #fff !important;
    line-height: 50px !important;
    font-size: 20px !important;
}

body.scrolled #totop {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ===============================================
   6. Service Page Fixes
=============================================== */
.service-page-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.service-page-content p,
.service-page-content li,
.service-page-content h4,
.service-page-content h5 {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.service-page-content .prt-list-li-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    width: 100%;
}

.sidebar-right {
    position: relative;
}

.service-faq-section {
    width: 100%;
    clear: both;
}

.featured-imagebox-services .services-details-wrap {
    display: none;
}

.featured-imagebox-services:hover .services-details-wrap {
    display: block;
}

.featured-imagebox-services:hover .featured-details-wrap {
    display: none;
}

.service-desc,
.service-header,
.service-title {
    overflow: visible;
    word-break: break-word;
}

.prt-list-li-content {
    max-width: 100%;
    display: inline-block;
}

.page-title-heading h1.title {
    color: var(--base-white) !important;
}

.site-main .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.service-page-content .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.service-page-content {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .service-page-content {
        padding-right: 15px;
        margin-bottom: 40px;
    }
}

.sidebar-right {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .sidebar-right {
        padding-left: 15px;
    }
}

.service-page-content .row {
    margin-bottom: 30px;
}

.service-page-content .section-title {
    margin-bottom: 40px;
}

.service-page-content .mt-50 {
    margin-top: 50px !important;
}

.service-page-content .mb-30 {
    margin-bottom: 30px !important;
}

.service-page-content .mb-20 {
    margin-bottom: 20px !important;
}

.service-page-content .prt-service-single-content-area {
    margin-bottom: 0;
    padding-bottom: 0;
}

.service-page-content .row.mt-50:first-of-type {
    margin-top: 0 !important;
}

/* ===============================================
   7. Footer Fixes
=============================================== */
.footer .footer-contact-simple,
.footer .footer-contact-simple p,
.footer .footer-contact-simple a,
.footer .footer-contact-simple i,
.footer .menu-footer-quick-links,
.footer .menu-footer-quick-links a,
.footer .widget-title h3,
.footer .footer-description,
.footer .widget-title a {
    color: #000 !important;
}

.footer .footer-contact-simple i,
.footer .menu-footer-quick-links i {
    color: #000 !important;
}

.footer .footer-contact-simple a:hover,
.footer .menu-footer-quick-links a:hover {
    color: var(--base-skin) !important;
}

.footer .footer-contact-link i.fa-comments {
    color: #000 !important;
    font-size: 18px;
}

.footer .footer-contact-link span {
    color: #000 !important;
}

.footer .footer-contact-link:hover {
    color: var(--base-skin) !important;
}

.footer .footer-contact-link:hover i,
.footer .footer-contact-link:hover span {
    color: var(--base-skin) !important;
}

/* ===============================================
   8. Header CTA Button
=============================================== */
.header-cta-button {
    margin-left: 15px;
}

.header-phone-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, var(--base-skin), #a01015);
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(196, 22, 28, 0.25);
    border: none;
    position: relative;
    overflow: hidden;
}

.header-phone-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.header-phone-btn:hover::before {
    left: 100%;
}

.header-phone-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196, 22, 28, 0.4);
    background: linear-gradient(135deg, #a01015, var(--base-skin));
}

.btn-icon-wrapper {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.header-phone-btn:hover .btn-icon-wrapper {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.btn-icon-wrapper i {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.btn-icon-wrapper i svg {
    width: 18px;
    height: 18px;
    display: block;
    animation: phonePulse 2s ease-in-out infinite;
    transform-origin: center;
}

/* Phone Icon Animation - Smooth Pulse */
@keyframes phonePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.9;
    }
}

/* Hover animation - Ring Effect */
.header-phone-btn:hover .btn-icon-wrapper i svg {
    animation: phoneRing 0.6s ease-in-out infinite;
}

@keyframes phoneRing {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.2) rotate(-8deg);
    }
    50% {
        transform: scale(1.25) rotate(0deg);
    }
    75% {
        transform: scale(1.2) rotate(8deg);
    }
}

.btn-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    gap: 2px;
}

.btn-label {
    font-size: 9px;
    font-weight: 500;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1;
    color: #fff !important;
}

.btn-phone {
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.2;
}

.header-phone-btn:hover .btn-phone,
.header-phone-btn:hover .btn-label {
    color: #fff !important;
}

.header-phone-btn * {
    color: #fff !important;
}

.header-phone-btn:hover * {
    color: #fff !important;
}

@media (max-width: 991px) {
    .header-cta-button {
        margin-left: 10px;
    }
    
    .header-phone-btn {
        padding: 7px 14px;
        gap: 6px;
    }
    
    .btn-icon-wrapper {
        width: 30px;
        height: 30px;
    }
    
    .btn-icon-wrapper i {
        font-size: 13px;
    }
    
    .btn-icon-wrapper i svg {
        width: 16px;
        height: 16px;
        animation: phonePulse 2s ease-in-out infinite;
    }
    
    .btn-label {
        font-size: 8px;
    }
    
    .btn-phone {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .header-phone-btn {
        padding: 6px 12px;
    }
    
    .btn-content {
        display: none;
    }
    
    .btn-icon-wrapper {
        width: 32px;
        height: 32px;
    }
    
    .btn-icon-wrapper i {
        font-size: 16px;
    }
    
    .btn-icon-wrapper i svg {
        width: 18px;
        height: 18px;
        animation: phonePulse 2s ease-in-out infinite;
    }
}

/* ===============================================
   9. Button Border Radius Fix
=============================================== */
.prt-btn,
.prt-btn.prt-btn-shape-round,
.cta-btn-primary,
.cta-btn-secondary,
.header-phone-btn,
.project-card-modern,
.service-icon-box-compact,
button,
input[type="submit"],
input[type="button"],
.btn,
a.prt-btn {
    border-radius: 3px !important;
}

.prt-btn.prt-btn-shape-round {
    border-radius: 3px !important;
}

#totop {
    border-radius: 50% !important;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
    border-radius: 3px !important;
}

.featured-imagebox,
.featured-imagebox-services,
.project-card-modern,
.service-icon-box-compact {
    border-radius: 8px !important;
}

.cta-btn-primary,
.cta-btn-secondary {
    border-radius: 3px !important;
}

.btn-icon-wrapper,
.project-icon {
    border-radius: 50% !important;
}

/* ===============================================
   10. Office Locations
=============================================== */
.about__v3 {
    padding: 50px 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}

.about__v3.prt-row {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.about__v3 .container {
    display: block !important;
    visibility: visible !important;
}

.about__v3 .row {
    display: flex !important;
    visibility: visible !important;
    flex-wrap: wrap;
}

.about__v3 .col-md-4 {
    display: block !important;
    visibility: visible !important;
}

.about__v3 .subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--base-skin);
    letter-spacing: 1px;
    display: inline-block;
}

.about__v3 .h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--base-dark);
    margin-bottom: 15px;
}

.about__v3 p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.office-card {
    transition: all 0.3s ease;
    border: 1px solid #e8e8e8 !important;
    background: #fff !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: 200px !important;
}

.office-card * {
    display: block !important;
    visibility: visible !important;
}

.office-card .d-flex {
    display: flex !important;
    visibility: visible !important;
}

.office-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    border-color: var(--base-skin) !important;
}

.office-type .subtitle {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 3px;
}

.office-type .subtitle.bg-danger {
    background-color: var(--base-skin) !important;
}

.office-type .subtitle:not(.bg-danger) {
    background-color: #f0f0f0;
    color: var(--base-dark);
}

.office-card h3.h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--base-dark);
    margin-bottom: 20px;
}

.office-details {
    color: #333 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.office-details > div {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.office-details i {
    color: var(--base-skin);
    font-size: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

.office-details address {
    font-style: normal !important;
    line-height: 1.6 !important;
    color: #555 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
}

.office-details a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.office-details a:hover {
    color: var(--base-skin);
}

.theme-color-primary {
    color: var(--base-skin) !important;
}

@media (max-width: 991px) {
    .about__v3 .h2 {
        font-size: 30px;
    }
    
    .office-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .about__v3 {
        padding: 40px 0 !important;
        display: block !important;
        visibility: visible !important;
    }
    
    .about__v3 .h2 {
        font-size: 26px;
    }
    
    .office-card h3.h4 {
        font-size: 20px;
    }
    
    .office-details {
        display: block !important;
        visibility: visible !important;
    }
    
    .office-details address {
        display: block !important;
        visibility: visible !important;
    }
}

/* ===============================================
   11. App Slider Fix
=============================================== */
.bg-img.rj-banner {
    height: auto !important;
    min-height: 400px !important;
    position: relative;
}

.bg-img.rj-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.bg-img.rj-banner .container {
    position: relative;
    z-index: 2;
}

.bg-img.rj-banner .bg-base-grey {
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.bg-img.rj-banner .section-title.style7 .title-header h2.title {
    font-size: 30px !important;
    line-height: 32px !important;
    /* margin-bottom: 15px !important; */
    color: var(--base-dark) !important;
}

.bg-img.rj-banner .section-title.style7 .title-header h2.title span {
    color: var(--base-skin) !important;
}

.bg-img.rj-banner .section-title.style7 .title-header h2.title small {
    font-size: 13px !important;
    font-weight: 500;
    color: var(--base-skin) !important;
    display: block;
    margin-top: 4px !important;
}

.bg-img.rj-banner .spacing-25 {
    /* padding: 30px 25px !important; */
}

@media (max-width: 991px) {
    .bg-img.rj-banner {
        min-height: 350px !important;
        padding: 30px 0 !important;
    }
    
    .bg-img.rj-banner .section-title.style7 .title-header h2.title {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    
    .bg-img.rj-banner .section-title.style7 .title-header h2.title small {
        font-size: 12px !important;
    }
    
    .bg-img.rj-banner .spacing-25 {
        padding: 22px 18px !important;
    }
}

@media (max-width: 767px) {
    .bg-img.rj-banner {
        min-height: 300px !important;
        padding: 20px 0 !important;
    }
    
    .bg-img.rj-banner .section-title.style7 .title-header h2.title {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    
    .bg-img.rj-banner .section-title.style7 .title-header h2.title small {
        font-size: 11px !important;
        margin-top: 3px !important;
    }
    
    .bg-img.rj-banner .spacing-25 {
        padding: 18px 15px !important;
    }
}

/* ===============================================
   12. Contact Form Compact
=============================================== */
#inquiryForm .row {
    margin: 0;
}

#inquiryForm .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

#inquiryForm .form-group {
    margin-bottom: 12px;
}

#inquiryForm .form-control {
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

#inquiryForm .form-control:focus {
    border-color: var(--base-skin);
    box-shadow: 0 0 0 0.2rem rgba(196, 22, 28, 0.1);
}

#inquiryForm textarea.form-control {
    min-height: 70px;
    resize: vertical;
}

#inquiryForm .submit {
    margin-top: 10px;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 3px;
}

@media (min-width: 768px) {
    #inquiryForm .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    #inquiryForm .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #inquiryForm .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    
    #inquiryForm .form-group {
        margin-bottom: 10px;
    }
}

/* ===============================================
   13. Select Dropdown Icon
=============================================== */
select.form-control,
select,
.form-control[type="select"],
select[name*="service"],
select[name*="country"],
select[name*="visa"],
select#contact-service {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23c4161c' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px !important;
    padding-right: 35px !important;
    cursor: pointer;
    position: relative;
}

select.form-control:hover,
select:hover {
    border-color: var(--base-skin) !important;
}

select.form-control:focus,
select:focus {
    border-color: var(--base-skin) !important;
    box-shadow: 0 0 0 0.2rem rgba(196, 22, 28, 0.1) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a01015' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
}

#inquiryForm select.form-control,
#contact-form select.form-control,
#enquiryForm select.form-control {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23c4161c' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px !important;
    padding-right: 35px !important;
    cursor: pointer;
}

.sidebar-right select.form-control,
.city-page-sidebar select.form-control {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23c4161c' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px !important;
    padding-right: 35px !important;
    cursor: pointer;
}

select::-ms-expand {
    display: none !important;
}

select {
    cursor: pointer !important;
}

/* ===============================================
   14. Section Spacing Fix
=============================================== */
.prt-row {
    padding: 45px 0 !important;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.05) !important;
}

/* Service Page Section Spacing */
.service-page-content .row {
    margin-bottom: 0;
}

.service-page-content .row + .row {
    margin-top: 2rem;
}

.service-page-content .row.mt-4,
.service-page-content .row.mb-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.prt-row.home01-immigration-and-services-section {
    padding: 45px 0 !important;
}

.prt-row.home01-fid-section {
    padding: 35px 0 !important;
}

.prt-row.home01-welcome-section {
    padding: 45px 0 50px !important;
}

section + section,
.prt-row + .prt-row {
    margin-top: 0;
}

.row {
    margin-bottom: 15px;
}

.row:last-child {
    margin-bottom: 0;
}

.section-title {
    margin-bottom: 25px !important;
}

.section-title .title-header {
    margin-bottom: 15px !important;
}

.featured-imagebox,
.featured-imagebox-services,
.project-card-modern {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .prt-row {
        padding: 35px 0 !important;
    }
    
    .section-title {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .prt-row {
        padding: 25px 0 !important;
    }
    
    .section-title {
        margin-bottom: 15px !important;
    }
}

/* ===============================================
   15. Mobile Responsive Check
=============================================== */
@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

form input,
form textarea,
form select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6, li, span {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 991px) {
    .site-navigation {
        flex-direction: column;
    }
    
    .main-menu {
        width: 100%;
    }
}

button,
input[type="submit"],
input[type="button"],
a.btn,
a.prt-btn {
    min-height: 44px;
}

body {
    overflow-x: hidden;
    max-width: 100%;
}

@media (max-width: 768px) {
    .row > [class*="col-"] {
        margin-bottom: 20px;
    }
}

/* ===============================================
   16. About Us Page - Compact Design
=============================================== */
/* Reduce section padding */
.service02-about-section {
    padding: 30px 0 !important;
}

/* Reduce title sizes */
.service02-about-section .section-title .title-header h2.title {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 15px !important;
}

.service02-about-section .section-title .title-header h3 {
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

/* Reduce description text size */
.service02-about-section .title-desc p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 12px !important;
}

/* Reduce image sizes */
.service02-about-section .prt_single_image-wrapper img {
    max-width: 100%;
    height: auto;
}

.service02-about-section .bg-base-grey {
    padding: 20px !important;
}

.service02-about-section .spacing-18 h3 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

/* Compact icon boxes */
.service02-about-section .featured-icon-box {
    margin-bottom: 15px !important;
}

.service02-about-section .featured-icon-box .featured-title h3 {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.service02-about-section .featured-icon-box .featured-desc p {
    font-size: 13px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
}

.service02-about-section .featured-icon {
    margin-bottom: 10px !important;
}

.service02-about-section .prt-icon {
    font-size: 32px !important;
}

/* Reduce spacing */
.service02-about-section .prt-horizontal_sep {
    margin: 20px 0 !important;
}

.service02-about-section .d-sm-flex h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 0 !important;
}

.service02-about-section .ttm_single_image-wrapper img {
    max-width: 120px !important;
    height: auto !important;
}

/* Our Vision Section - Compact */
.services01-second-section {
    padding: 30px 0 !important;
}

.services01-second-section .featured-icon-box .featured-title h3 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.services01-second-section .featured-icon-box .featured-desc p {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
}

.services01-second-section .prt-icon {
    font-size: 36px !important;
}

/* Procedure Section - Compact */
.about02-procedure-section {
    padding: 30px 0 !important;
}

.about02-procedure-section .section-title .title-header h2.title {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 20px !important;
}

.about02-procedure-section .featured-imagebox-procedure .featured-title h3 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 0 !important;
}

.about02-procedure-section .featured-thumbnail img {
    max-width: 150px !important;
    height: auto !important;
}

.about02-procedure-section .featured-content h3 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 15px !important;
}

.about02-procedure-section .featured-content .featured-title h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 8px !important;
}

.about02-procedure-section .featured-content p {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 12px !important;
}

.about02-procedure-section hr {
    margin: 15px 0 !important;
}

.about02-procedure-section .mt-5 {
    margin-top: 25px !important;
}

/* FID Section - Compact */
.prt-row.home01-fid-section {
    padding: 30px 0 !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .service02-about-section {
        padding: 25px 0 !important;
    }
    
    .service02-about-section .section-title .title-header h2.title {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    
    .about02-procedure-section .section-title .title-header h2.title {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}

@media (max-width: 767px) {
    .service02-about-section {
        padding: 20px 0 !important;
    }
    
    .service02-about-section .section-title .title-header h2.title {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    
    .service02-about-section .title-desc p {
        font-size: 13px !important;
        line-height: 22px !important;
    }
    
    .about02-procedure-section .section-title .title-header h2.title {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    
    .about02-procedure-section .featured-content h3 {
        font-size: 18px !important;
        line-height: 26px !important;
    }
}

/* ===============================================
   19. Blog List Scrollable Design
=============================================== */
.blog-list-container {
    padding: 0;
}

.blog-list-scrollable {
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 10px;
}

.blog-list-scrollable::-webkit-scrollbar {
    width: 8px;
}

.blog-list-scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.blog-list-scrollable::-webkit-scrollbar-thumb {
    background: var(--base-skin);
    border-radius: 10px;
}

.blog-list-scrollable::-webkit-scrollbar-thumb:hover {
    background: #a01015;
}

.blog-list-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.blog-list-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    border-color: var(--base-skin);
}

.blog-image-wrapper {
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
}

.blog-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-list-item:hover .blog-image-wrapper img {
    transform: scale(1.05);
}

.blog-content-wrapper {
    padding-left: 20px;
}

.blog-content-wrapper .post-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

.blog-content-wrapper .post-meta span {
    margin-right: 15px;
}

.blog-content-wrapper .featured-title h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
}

.blog-content-wrapper .featured-title h3 a {
    color: var(--base-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-content-wrapper .featured-title h3 a:hover {
    color: var(--base-skin);
}

.blog-content-wrapper .featured-desc p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .blog-content-wrapper {
        padding-left: 0;
        padding-top: 15px;
    }
    
    .blog-image-wrapper {
        height: 180px;
    }
    
    .blog-content-wrapper .featured-title h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .blog-list-scrollable {
        max-height: none;
        overflow-y: visible;
    }
    
    .blog-list-item {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .blog-image-wrapper {
        height: 200px;
        margin-bottom: 15px;
    }
    
    .blog-content-wrapper {
        padding-left: 0;
        padding-top: 0;
    }
    
    .blog-content-wrapper .post-meta {
        font-size: 12px;
    }
    
    .blog-content-wrapper .featured-title h3 {
        font-size: 18px;
        line-height: 26px;
    }
    
    .blog-content-wrapper .featured-desc p {
        font-size: 13px;
        line-height: 22px;
    }
}

/* ===============================================
   20. Blog Cards - Homepage & Blogs Page
=============================================== */
/* .home01-blogs-section {
    padding: 50px 0 !important;
} */

.blog-card-homepage {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

.blog-card-homepage:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.blog-card-homepage .featured-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px !important;
}

.blog-card-homepage .featured-title {
    margin-bottom: 8px;
}

.blog-card-homepage .featured-title h3 {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600;
    margin-bottom: 0;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-homepage .featured-title h3 a {
    color: var(--base-dark);
    transition: color 0.3s ease;
}

.blog-card-homepage:hover .featured-title h3 a {
    color: var(--base-skin);
}

.blog-card-homepage .featured-desc {
    margin-bottom: 0;
    flex: 1;
}

.blog-card-homepage .featured-desc p {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-author-date-bottom {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px !important;
    margin-top: 10px !important;
    padding-bottom: 0 !important;
}

.blog-author-date-bottom .d-flex {
    align-items: center;
}

.blog-author-img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-author-name {
    font-size: 11px;
    color: #666;
    font-weight: 500;
}

.blog-date-bottom {
    font-size: 11px;
    color: #888;
}

.blog-date-bottom i {
    font-size: 10px;
}

/* ===============================================
   21. Blog Sidebar - All Blogs List
=============================================== */
body .page .site-main .sidebar.prt-sidebar-right {
    overflow: visible !important;
}

body .page .site-main .sidebar.prt-sidebar-right .container {
    overflow: visible !important;
}

body .page .site-main .sidebar.prt-sidebar-right .row {
    overflow: visible !important;
    align-items: flex-start;
}

.widget-area.sidebar-right {
    position: relative;
    align-self: flex-start;
    height: fit-content;
}

.blog-sidebar-all-blogs {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    z-index: 10;
    width: 100%;
}

.blog-sidebar-all-blogs .widget-title {
    margin-bottom: 20px;
}

.blog-sidebar-all-blogs .widget-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--base-dark);
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

.blog-list-scrollable-sidebar {
    overflow: visible;
    padding-right: 0;
    margin-right: 0;
}

/* Scrollbar removed - showing all blogs without scroll */

.blog-sidebar-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.blog-sidebar-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.blog-sidebar-item.active {
    background: #fff5f5;
    padding: 12px;
    border-radius: 8px;
    border-bottom: none;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.blog-sidebar-item.active:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-sidebar-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.blog-sidebar-item:hover {
    opacity: 0.8;
}

.blog-sidebar-item.active:hover {
    opacity: 1;
}

.blog-sidebar-image {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
}

.blog-sidebar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-sidebar-item:hover .blog-sidebar-image img {
    transform: scale(1.05);
}

.blog-sidebar-content {
    flex: 1;
    min-width: 0;
}

.blog-sidebar-content h4 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #333;
    margin: 0 0 6px 0;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-sidebar-item:hover .blog-sidebar-content h4 {
    color: var(--base-skin);
}

.blog-sidebar-item.active .blog-sidebar-content h4 {
    color: var(--base-skin);
    font-weight: 600;
}

.blog-sidebar-date {
    font-size: 10px;
    color: #888;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.blog-sidebar-date i {
    font-size: 9px;
    margin-right: 4px;
}

.blog-sidebar-item.active .blog-sidebar-date {
    color: var(--base-skin);
}

@media (max-width: 991px) {
    .blog-sidebar-all-blogs {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .blog-card-homepage .featured-content {
        padding: 12px !important;
    }
    
    .blog-card-homepage .featured-title h3 {
        font-size: 15px !important;
        line-height: 22px !important;
    }
    
    .blog-sidebar-all-blogs {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .home01-blogs-section {
        padding: 40px 0 !important;
    }
    
    .blog-card-homepage .featured-content {
        padding: 12px !important;
    }
    
    .blog-card-homepage .featured-title h3 {
        font-size: 14px !important;
        line-height: 20px !important;
        min-height: 40px;
    }
    
    .blog-card-homepage .featured-desc p {
        font-size: 12px;
        line-height: 18px;
    }
    
    .blog-author-img {
        width: 24px;
        height: 24px;
    }
    
    .blog-author-name {
        font-size: 10px;
    }
    
    .blog-date-bottom {
        font-size: 10px;
    }
    
    .blog-author-date-bottom {
        padding-top: 8px !important;
        margin-top: 8px !important;
    }
    
    .blog-sidebar-all-blogs {
        padding: 20px 15px;
        margin-top: 30px;
    }
    
    .blog-sidebar-all-blogs .widget-title h3 {
        font-size: 16px;
    }
    
    .blog-sidebar-image {
        width: 60px;
        height: 60px;
    }
    
    .blog-sidebar-content h4 {
        font-size: 12px;
        line-height: 16px;
    }
}

/* ===============================================
   22. Keywords Card Section - Modern Design
=============================================== */
.keywords-card-modern {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.keywords-card-modern:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.keywords-card-header {
    background: linear-gradient(135deg, var(--base-skin) 0%, #a01015 100%);
    color: #fff;
    padding: 25px 30px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.keywords-card-header h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.keywords-card-header h3 i {
    font-size: 20px;
    margin-right: 10px;
}

.keywords-card-header p {
    font-size: 14px;
    margin: 0;
    opacity: 0.95;
    color: #fff;
}

.keywords-card-body {
    padding: 30px;
    background: #fff;
}

.keyword-item-card {
    background: #f8f9fa;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.keyword-item-card:hover {
    background: #fff;
    border-color: var(--base-skin);
    box-shadow: 0 3px 10px rgba(196, 22, 28, 0.1);
    transform: translateY(-3px);
}

.keyword-item {
    display: flex;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.keyword-item:last-child {
    border-bottom: none;
}

.keyword-item:hover {
    padding-left: 5px;
}

.keyword-item i {
    color: var(--base-skin);
    margin-right: 10px;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

.keyword-item span {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
    font-weight: 500;
}

.keyword-item:hover span {
    color: var(--base-skin);
}

.keywords-card-section {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.keywords-card-section .section-title h3 {
    font-size: 16px;
    color: var(--base-skin);
    font-weight: 600;
    margin-bottom: 5px;
}

.keywords-card-section .section-title h4.title {
    font-size: 18px;
    color: var(--base-dark);
    font-weight: 600;
    margin-top: 10px;
}

.keywords-list-items li {
    margin-bottom: 8px;
    padding: 5px 0;
    transition: all 0.2s ease;
}

.keywords-list-items li:hover {
    transform: translateX(5px);
}

.keywords-list-items li i {
    color: var(--base-skin);
    margin-right: 8px;
    font-size: 12px;
}

.keywords-list-items li span {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .keywords-card-section {
        padding: 20px 15px;
    }
    
    .keywords-card-section .section-title h3 {
        font-size: 14px;
    }
    
    .keywords-card-section .section-title h4.title {
        font-size: 16px;
    }
    
    .keywords-list-items li span {
        font-size: 13px;
    }
}

/* ===============================================
   23. Bootstrap Accordion FAQ Styling
=============================================== */
.service-faq-section .accordion {
    margin-top: 0;
}

.service-faq-section .accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.service-faq-section .accordion-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.service-faq-section .accordion-item:last-child {
    margin-bottom: 0;
}

.service-faq-section .accordion-button {
    background: #f8f9fa;
    color: var(--base-dark);
    font-weight: 600;
    font-size: 16px;
    padding: 18px 25px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.service-faq-section .accordion-button:not(.collapsed) {
    background: var(--base-skin);
    color: #fff;
    box-shadow: none;
}

.service-faq-section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.service-faq-section .accordion-button:focus {
    border-color: var(--base-skin);
    box-shadow: 0 0 0 0.25rem rgba(196, 22, 28, 0.25);
}

.service-faq-section .accordion-button:hover {
    background: #e9ecef;
    color: var(--base-skin);
}

.service-faq-section .accordion-button:not(.collapsed):hover {
    background: #a01015;
    color: #fff;
}

.service-faq-section .accordion-body {
    padding: 20px 25px;
    background: #fff;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.service-faq-section .accordion-body p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .service-page-content .row.mt-4,
    .service-page-content .row.mb-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    .keywords-card-header {
        padding: 20px;
    }
    
    .keywords-card-body {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .service-faq-section .accordion-button {
        font-size: 14px;
        padding: 15px 20px;
    }
    
    .service-faq-section .accordion-body {
        padding: 15px 20px;
        font-size: 14px;
    }
    
    .keywords-card-header {
        padding: 18px 15px;
    }
    
    .keywords-card-header h3 {
        font-size: 18px;
    }
    
    .keywords-card-header p {
        font-size: 13px;
    }
    
    .keywords-card-body {
        padding: 15px;
    }
    
    .keyword-item-card {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .keyword-item {
        padding: 6px 0;
    }
    
    .keyword-item span {
        font-size: 12px;
    }
    
    .service-page-content .row.mt-4,
    .service-page-content .row.mb-4 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }
}
