* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --them-color: #000000;
    --red-dark: #A1373A;
    --white: #fff;
    --font: "Poppins", sans-serif;
    --offwhite: #E7E7E7;
    --yellow: #f6bb06;
    --text-color: #8a8a8a;
    --them-color2: #1a1a1a;
}

body,
html {
    background: var(--them-color) !important;
}

.main-btn a,
.main-btn button {
    background: var(--red-dark);
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-family: var(--font);
    font-weight: 500;
    padding: 7px 8px;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
}

.main-btn a:hover,
.main-btn button:hover {
    background: var(--white);
    color: var(--red-dark);
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.sections-top-padding {
    padding-top: 80px;
}

.sections-bottom-padding {
    padding-bottom: 80px;
}

.sections-padding {
    padding: 80px 0;
}

.section-top-margin {
    margin-top: 80px;
}

.section-bottom-margin {
    margin-bottom: 80px;
}

.sectioo-margin {
    margin: 80px 0;
}

.text-justify {
    text-align: justify;
}

.navbar {
    background: var(--them-color);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    transition: all 0.3s ease-in-out;
}

.navbar.scrolled {
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.navbar .navbar-brand img {
    height: 100px;
    width: 100%;
}

.navbar .nav-item .nav-link {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--font);
    text-transform: uppercase;
    padding-left: 20px;
}

.navbar .nav-item {
    padding-left: 20px;
}

.navbar .nav-item .nav-link:focus,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:active {
    color: var(--red-dark);
}

.navbar .nav-item .active {
    color: var(--red-dark) !important;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    animation: fadeIn 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

.dropdown-toggle::after {
    display: none !important;
}

.navbar .dropdown-menu {
    background: var(--them-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.navbar .dropdown-item {
    color: var(--white);
    font-weight: 500;
}

.navbar .dropdown-item:hover {
    color: var(--red-dark);
    background-color: transparent;
}

.dropdown-menu {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

#checkbox2 {
    display: none;
}

.toggle2 {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition-duration: .5s;
}

.bars {
    width: 80%;
    height: 4px;
    background-color: var(--white);
    border-radius: 6px;
}

#bar5 {
    transition-duration: .8s;
}

#bar4,
#bar6 {
    width: 50%;
}

#checkbox2:checked+.toggle2 .bars {
    position: absolute;
    transition-duration: .5s;
}

#checkbox2:checked+.toggle2 #bar5 {
    transform: scaleX(0);
    transition-duration: .5s;
}

#checkbox2:checked+.toggle2 #bar4 {
    width: 50%;
    transform: rotate(45deg);
    transition-duration: .5s;
}

#checkbox2:checked+.toggle2 #bar6 {
    width: 50%;
    transform: rotate(-45deg);
    transition-duration: .5s;
}

#checkbox2:checked+.toggle2 {
    transition-duration: .5s;
    transform: rotate(180deg);
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_wrapper .main-img-background {
    background-image: url(../images/background/banner-img01.jpeg);
    width: 100%;
    height: 600px;
    background-size: cover;
    padding: 150px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-blend-mode: darken;
    background-color: #00000075;
}

.banner_wrapper .main-img-background .banner-title {
    font-size: 60px;
    color: var(--white);
    font-weight: 700;
}

.banner_wrapper .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
    background: var(--red-dark) !important;
}

.banner_wrapper .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
}

.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important;
}

.expression_wrapper .expression-img-main1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 085px 0px 30px;
    transition: transform 0.6s ease, border-radius 0.6s ease;
}

.expression_wrapper .expression-img-main1 img:hover {
    transform: scale(1.05) rotate(2deg);
    border-radius: 50px 0px 50px 0px;
}

.expression_wrapper .expression-img-main2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 0px 100px;
    transition: transform 0.6s ease, border-radius 0.6s ease;
}

.expression_wrapper .expression-img-main2 img:hover {
    transform: scale(1.05) rotate(-2deg);
    border-radius: 100px 0px 0px 0px;
}

.expression_wrapper .expression-main-text .exp-title {
    font-family: var(--font);
    font-weight: 900;
    font-size: 31px;
}

.expression_wrapper .expression-main-text .exp-subtitle {
    font-size: 18px;
    padding-top: 20px;
}

.expression_wrapper .expression-main-text .exp-subtitle strong {
    font-weight: 700;
    text-transform: uppercase;
}

.expression_wrapper .expression-main-text .exp-text {
    font-size: 18px;
    color: var(--offwhite);
    font-family: var(--font);
}

.counter_wrapper .counter-title {
    font-size: 75px;
    color: var(--white);
    font-family: var(--font);
    font-weight: 700;
    margin-bottom: 0px !important;
}

.counter_wrapper .counter-subtitle {
    font-size: 26px;
    color: var(--red-dark);
    font-family: var(--font);
    font-weight: 700;
    margin-bottom: 0px !important;
}

.portfolio_wrapper .portfolio-title {
    font-size: 57px;
    font-family: var(--font);
    color: var(--offwhite);
    font-weight: 800;
    text-transform: uppercase;
}

.portfolio_wrapper .portfolio-main-img {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.portfolio_wrapper .portfolio-main-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.9);
    transform: scale(1) rotate(0deg);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.3, 1);
    will-change: transform, filter;
}

.portfolio_wrapper .portfolio-main-img:hover img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.1) rotate(1.5deg);
}

.services_wrapper .services-title {
    font-size: 57px;
    font-family: var(--font);
    color: var(--offwhite);
    font-weight: 800;
    text-transform: uppercase;
}

.services_wrapper .card .services-main-title {
    font-size: 31px;
    color: var(--red-dark);
    font-weight: 700;
    font-family: var(--font);
}

.services_wrapper .card .services-text {
    font-size: 18px;
    color: var(--white);
    font-family: var(--font);
}

.services_wrapper .card {
    height: 100%;
    border: none;
    border-radius: 16px;
    background: var(--them-color2);
    padding: 30px 20px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
}

.services_wrapper .card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.15), transparent 70%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.6s ease-in-out;
    border-radius: 50%;
    z-index: 0;
}

.services_wrapper .card:hover {
    background: linear-gradient(135deg, var(--them-color2), var(--red-dark));
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
}

.services_wrapper .card:hover::before {
    opacity: 1;
}

.services_wrapper .card img {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: transform 0.5s ease;
    z-index: 1;
}

.services_wrapper .card:hover img {
    transform: rotate(190deg) scale(1.1);
}

.testimonials_wrapper .testimonial-title {
    font-size: 57px;
    font-family: var(--font);
    color: var(--offwhite);
    font-weight: 800;
    text-transform: uppercase;
}

.testimonials_wrapper .testimonial-subtitle {
    font-size: 24px;
    font-family: var(--font);
    color: var(--offwhite);
    font-weight: 700;
}

.testimonials_wrapper .start-icon i {
    font-size: 24px;
    color: var(--yellow);
    margin-top: 10px;
}

.testimonials_wrapper .google img {
    width: 120px;
    height: 60px;
    margin-top: 10px;
}

.testimonials_wrapper .swiper-slide .card {
    border: 0px !important;
    background: var(--them-color2);
    height: 100%;
}

.testimonials_wrapper .card .border-bottom1 {
    border-bottom: 1px solid var(--text-color);
}

.testimonials_wrapper .card .main-img .client-img img {
    height: 34px;
    width: 34px;
    border-radius: 50%;
}

.testimonials_wrapper .card .main-img .testimonial-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    font-family: var(--font);
}

.testimonials_wrapper .card .main-img .testimonial-date {
    font-size: 14px;
    color: var(--text-color);
    font-family: var(--font);
}

.testimonials_wrapper .card .testimonial-google img {
    height: 20px;
    width: 20px;
}

.testimonials_wrapper .card .start-icon1 {
    padding: 12px;
}

.testimonials_wrapper .card .start-icon1 i {
    font-size: 12px;
    color: var(--yellow);
}

.testimonials_wrapper .card .start-icon1 img {
    width: 12px;
    height: 12px;
}

.testimonials_wrapper .card .testimonial-text1 {
    font-size: 13px;
    font-family: var(--font);
    color: var(--white);
}

.testimonials_wrapper .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.testimonials_wrapper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: 0px !important;
}

.testimonials_wrapper .swiper-slide {
    height: auto;
}

.testimonials_wrapper .swiper-button-next,
.testimonials_wrapper .swiper-button-prev {
    color: var(--white);
}

.testimonials_wrapper .swiper-button-next:after,
.testimonials_wrapper .swiper-button-prev:after {
    font-size: 26px;
}

#footer-particles {
    position: relative;
    width: 100%;
    background-color: #000;
    overflow: hidden;
}

#footer-particles canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.footer_wrapper {
    position: relative;
    z-index: 1;
}

.footer_wrapper .footer-logo img {
    height: 100px;
    width: 100px;
}

.footer_wrapper .footer-subtitle {
    font-size: 16px;
    color: var(--white);
    font-family: var(--font);
    font-weight: 700;
    text-transform: uppercase;
}

.footer_wrapper .footer-text {
    font-size: 16px;
    color: var(--white);
    font-family: var(--font);
}

.footer_wrapper .footer-social-icon .footer-social-box {
    background-color: var(--them-color2);
    height: 40px;
    width: 40px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.footer_wrapper .footer-social-icon .footer-social-box:hover {
    background-color: var(--red-dark);
    transform: scale(1.1) rotate(5deg);
    box-shadow: rgba(207, 6, 36, 0.4) 0px 8px 30px;
}

.footer_wrapper .footer-social-icon a img {
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
}

.footer_wrapper .footer-social-icon .footer-social-box:hover a img {
    transform: scale(1.2);
}

.footer_wrapper .footer-title {
    font-size: 20px;
    font-weight: 900;
    color: var(--red-dark);
    font-family: var(--font);
}

.footer_wrapper .footer-link {
    padding: 0px;
}

.footer_wrapper .footer-link li {
    list-style-type: none !important;
}

.footer_wrapper .footer-link a {
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
    font-family: var(--font);
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

.footer_wrapper .footer-link a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--red-dark);
    transition: width 0.3s ease;
}

.footer_wrapper .footer-link a:hover {
    color: var(--red-dark);
}

.footer_wrapper .footer-link a:hover::after {
    width: 100%;
}

.footer-link1 {
    background-color: var(--them-color2);
    padding: 15px 0;
}

.footer-link1 .link a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-family: var(--font);
    transition: all 0.3s ease;
}

.footer-link1 .link a:hover {
    color: var(--red-dark);
}

#breadcrumb1 {
    position: relative;
    width: 100%;
    background-color: #000;
    overflow: hidden;
}

#breadcrumb1 canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.breadcrumb_wrapper {
    position: relative;
    z-index: 1;
}

.breadcrumb_wrapper {
    padding: 30px 0;
}

.breadcrumb_wrapper label {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: var(--red-dark);
    margin-bottom: 10px;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: var(--font);
}

.breadcrumb-list li {
    color: var(--offwhite);
}

.breadcrumb-list li a {
    color: var(--offwhite);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-list li a:hover {
    color: var(--red-dark);
}

.breadcrumb-list .active {
    color: var(--red-dark);
    font-weight: 600;
}

.about_wrapper .about-title {
    font-size: 44px;
    font-family: var(--font);
    color: var(--offwhite);
    font-weight: 800;
}

.about_wrapper .about-text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--offwhite);
}

.about_wrapper .about-img {
    overflow: hidden;
    border-radius: 12px;
}

.about_wrapper .about-img img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    transition: 0.5s ease-in-out;
    display: block;
}

.about_wrapper .about-img img:hover {
    filter: grayscale(80%);
    transform: scale(1.05);
}

.why_wrapper .why-title {
    font-size: 46px;
    font-family: var(--font);
    color: var(--red-dark);
    font-weight: 800;
    text-transform: uppercase;
}

.why_wrapper .why-text {
    font-size: 16px;
    color: var(--white);
    font-family: var(--font);
}

.why_wrapper .card {
    background-color: var(--them-color2);
    border: 0px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.why_wrapper .card .why-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--red-dark);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.why_wrapper .card .why-icon img {
    height: 30px;
    width: 30px;
    margin: 8px;
    transition: all 0.5s ease-in-out;
}

.why_wrapper .card .why-icon .img-border {
    border: 2px dashed var(--white);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.why_wrapper .card .why-subtitle {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font);
    color: var(--white);
    padding-top: 20px;
}

.why_wrapper .card .why-text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--white);
}

.why_wrapper .card:hover {
    background-color: var(--red-dark);
    cursor: pointer;
}

.why_wrapper .card:hover .why-icon {
    background-color: var(--white);
}

.why_wrapper .card:hover .why-icon .img-border {
    border: 2px dashed var(--red-dark);
}

.why_wrapper .card:hover .why-icon img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(29%) saturate(728%) hue-rotate(322deg) brightness(93%) contrast(95%);
}

.subbanner_wrapper {
    background-image: url(../images/background/sub-banner01-img.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    filter: grayscale(90%);
    padding: 80px 0px;
    background-blend-mode: darken;
    background-color: #00000070;
}

.subbanner_wrapper2 {
    filter: grayscale(0);
    background-image: url(../images/background/sub-banner02.jpg);
    background-attachment: scroll;
    background-position: center;
}

.subbanner_wrapper .subbanner-title {
    font-size: 36px;
    font-family: var(--font);
    color: var(--white);
    font-weight: 600;
}

.subbanner_wrapper .subbanner-text {
    font-size: 16px;
    color: var(--white);
    font-family: var(--font);
}

.portfolio_wrapper .swiper-button-next,
.portfolio_wrapper .swiper-button-prev {
    color: var(--white);
}

.portfolio_wrapper .swiper-button-next:after,
.portfolio_wrapper .swiper-button-prev:after {
    font-size: 26px;
}

.special_wrapper .special-title {
    font-size: 36px;
    font-family: var(--font);
    color: var(--white);
    font-weight: 800;
    text-transform: uppercase;
}

.special_wrapper .special-subtitle {
    font-size: 16px;
    font-family: var(--font);
    color: var(--white);
}

.special_wrapper .special-main-img {
    position: relative;
    overflow: hidden;
}

.special_wrapper .special-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}

.special_wrapper .special-main-img:hover img {
    filter: blur(2px) brightness(1.2);
    transform: scale(1.05);
}

.portfolio_wrapper .portfolio-text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--offwhite);
}

.portfolio-title2 {
    color: var(--red-dark) !important;
}

.terms-section {
    padding: 60px 20px;
    background: var(--them-color);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.terms-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.terms-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--offwhite);
    text-transform: uppercase;
}

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

.terms-list li {
    background: var(--them-color2);
    margin-bottom: 15px;
    padding: 15px 20px;
    border-left: 6px solid var(--red-dark);
    border-radius: 8px;
    color: var(--offwhite);
    font-size: 16px;
    font-family: var(--font);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.terms-list li:hover {
    background: var(--offwhite);
    color: var(--red-dark);
    transform: translateX(10px);
}

.portfolio_wrapper2 .portfolio-main-img img {
    width: 100%;
    height: 350px;
}

.contact_wrapper .contact-title {
    font-size: 30px;
    color: var(--white);
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact_wrapper .contact-subtitle {
    font-size: 16px;
    color: var(--white);
    font-family: var(--font);
}

.contact_wrapper .custom-input {
    border: 2px solid var(--offwhite);
    transition: all 0.3s ease;
    background-color: var(--offwhite);
    border-radius: 30px;
    padding: 12px 0;
}

.contact_wrapper .custom-input:focus {
    border-color: var(--red-dark);
    box-shadow: none;
}

.faq_wrapper .faq-title {
    font-size: 32px;
    color: var(--red-dark);
    font-family: var(--font);
    font-weight: 600;
    text-transform: uppercase;
}

.faq_wrapper .faq-subtitle {
    font-size: 24px;
    color: var(--white);
    font-family: var(--font);
    font-weight: 600;
}

.faq_wrapper .faq-text {
    font-size: 16px;
    color: var(--white);
    font-family: var(--font);
}

.faq_wrapper .faq-title2 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 700;
}

.faq_wrapper .faq-main .accordion-item {
    border: 1px solid var(--red-dark);
    border-radius: 10px;
    background-color: var(--them-color2);
    overflow: hidden;
    font-family: var(--font);
    transition: all 0.3s ease;
}

.faq_wrapper .faq-main .accordion-button {
    background-color: var(--them-color);
    color: var(--offwhite);
    font-weight: 500;
    font-size: 16px;
    border: none;
    box-shadow: none;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
}

.faq_wrapper .faq-main .accordion-button:not(.collapsed) {
    background-color: var(--red-dark);
    color: var(--white);
}

.faq_wrapper .faq-main .accordion-button:hover {
    background-color: var(--white);
    color: var(--red-dark);
}

.faq_wrapper .faq-main .accordion-body {
    background-color: var(--them-color2);
    color: var(--text-color);
    font-size: 15px;
    line-height: 1.6;
    padding: 1rem 1.25rem;
    border-top: 1px solid #333;
}

.accordion-collapse {
    transition: height 0.4s ease;
}

.blog_wrapper .blog-title {
    font-size: 57px;
    font-family: var(--font);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
}

.blog_wrapper .card {
    background-color: var(--them-color2);
    border: none !important;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 4px 12px 0px;
    transform: translateY(0);
}

.blog_wrapper .card:hover {
    box-shadow: rgba(207, 6, 36, 0.342) 0px 8px 20px;
    transform: translateY(-6px);
}

.blog_wrapper .card img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.4s ease;
}

.blog_wrapper .card:hover img {
    transform: scale(1.05);
}

.blog_wrapper .main-date-time i {
    color: var(--red-dark);
    font-size: 16px;
    background-color: var(--offwhite);
    padding: 6px;
    border-radius: 50%;
    margin-right: 8px;
}

.blog_wrapper .main-date-time .blog-date {
    font-size: 15px;
    color: var(--white);
    font-family: var(--font);
    font-weight: 500;
}

.blog_wrapper .blog-card-title {
    font-size: 20px;
    color: var(--red-dark);
    padding-top: 12px;
    font-weight: 600;
    font-family: var(--font);
    transition: color 0.3s ease;
}

.blog_wrapper .card:hover .blog-card-title {
    color: var(--offwhite);
}

.blog_wrapper .blog-text {
    font-size: 15.5px;
    font-family: var(--font);
    color: var(--white);
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.blog_wrapper .card:hover .blog-text {
    color: var(--offwhite);
}

.pagination-wrapper .pagination .page-link {
    background-color: var(--them-color2);
    border: 1px solid var(--red-dark);
    color: var(--white);
    font-family: var(--font);
    padding: 8px 16px;
    margin: 0 5px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.pagination-wrapper .pagination .page-link:hover {
    background-color: var(--white);
    color: var(--red-dark);
    border-color: var(--red-dark);
}

.pagination-wrapper .pagination .page-item.active .page-link {
    background-color: var(--red-dark);
    color: var(--white);
    border-color: var(--red-dark);
}

.pagination-wrapper .pagination .page-item.disabled .page-link {
    background-color: #444;
    color: #999;
    cursor: not-allowed;
    border-color: #444;
}

.blog-details_wrapper .blog-details-img {
    overflow: hidden;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.blog-details_wrapper .blog-details-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.4s ease;
    display: block;
}

.blog-details_wrapper .blog-details-img:hover img {
    transform: scale(1.05);
}

.blog-details_wrapper .blog-details-img:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.blog-details_wrapper h1 {
    font-size: 40px;
    color: var(--red-dark);
    font-family: var(--font);
    font-weight: 700;
    margin-top: 20px;
}

.blog-details_wrapper h2 {
    font-size: 36px;
    color: var(--white);
    font-family: var(--font);
    font-weight: 700;
}

.blog-details_wrapper h3 {
    font-size: 28px;
    color: var(--white);
    font-family: var(--font);
    font-weight: 700;
}

.blog-details_wrapper p {
    font-size: 16px;
    color: var(--white);
    font-family: var(--font);
    text-align: justify;
    margin-top: 20px;
}

.blog-details_wrapper ul {
    padding-left: 20px;
    list-style: disc;
}

.blog-details_wrapper ul li {
    color: var(--white);
    font-family: var(--font);
    font-size: 16px;
    padding-top: 8px;
    position: relative;
    transition: color 0.3s ease;
}

.blog-details_wrapper ul li:hover {
    color: var(--red-dark);
    cursor: default;
}

.blog-details_wrapper ul li::marker {
    color: var(--red-dark);
}

.sidebar {
    position: sticky;
    top: 100px;
    background-color: var(--them-color2);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.sidebar .blog-detail-title {
    font-family: var(--font);
    font-size: 20px;
    font-weight: 600;
    color: var(--red-dark);
    margin-bottom: 20px;
    border-bottom: 2px solid var(--red-dark);
    padding-bottom: 8px;
}

.sidebar .blog-main {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 16px;
}

.sidebar .blog-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(99, 99, 99, 0.2);
}

.sidebar .blog-title {
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    line-height: 1.5;
    margin: 0;
    transition: color 0.3s ease;
    text-align: left;
}

.sidebar .blog-main:hover .blog-title {
    color: var(--red-dark);
    cursor: pointer;
}

.main_services_wrapper .services-title {
    font-size: 28px;
    color: var(--red-dark);
    font-family: var(--font);
    font-weight: 600;
}

.main_services_wrapper .services-subtitle {
    font-size: 18px;
    color: var(--white);
    font-family: var(--font);
    font-weight: 600;
}

.main_services_wrapper .services-text {
    font-size: 16px;
    color: var(--white);
    font-family: var(--font);
}

.main_services_wrapper .services-img {
    overflow: hidden;
    border-radius: 8px;
}

.main_services_wrapper .services-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    filter: grayscale(80%);
    transition: 0.5s ease-out;
    border-radius: 8px;
}

.main_services_wrapper .services-img img:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.main_services_wrapper .why-services-img {
    overflow: hidden;
    border-radius: 8px;
}

.main_services_wrapper .why-services-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease-out;
}

.main_services_wrapper .why-services-img img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.main_services_wrapper .services-text-title i {
    font-size: 18px;
    color: var(--red-dark);
}

.main_services_wrapper .services-text-title {
    font-size: 18px;
    color: var(--white);
    font-family: var(--font);
    font-weight: 600;
}

.main_services_wrapper a {
    color: var(--red-dark);
    text-decoration: none;
    font-family: var(--font);
    font-weight: 600;
}