/* Import the button styles */
@import url('content/styles/buttons.css');

/* Import the variables styles */
@import url('content/styles/variables.css');

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

.z-2 {
    z-index: 2;
}

.clipped-border-card {
    padding: 1.5px;
    border-radius: 20px;
    background: linear-gradient(180deg, #990000 0%, #d633ff00 56.28%), linear-gradient(0deg, #ffffff4d, #ffffff26);
    clip-path: polygon(90% 0, 100% 15%, 100% 75%, 100% 100%, 0 100%, 0 0);
    cursor: pointer;
}

.clipped-border-card:hover {
    background: linear-gradient(180deg, #000 0%, #d633ff00 56.28%), linear-gradient(0deg, #ffffff4d, #ffffff26);
}

.clipped-item-card {
    border-radius: 20px;
    padding: 1.9rem 1.5rem;
    clip-path: polygon(90% 0, 100% 15%, 100% 75%, 100% 100%, 0 100%, 0 0);
}

#home-page {
    /* background-color: lightblue; */
}

#home-page .section-bundries {
    padding-block: 2rem;
}

/* Start Quick Access Styles */
#quick-access-card .brand-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 1rem;
}

#quick-access-card .brand-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

#quick-access-card .brand-card .brand-card-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: #990000;
    color: #fff;
}

#quick-access-card .brand-card:hover .brand-card-icon img {
    filter: brightness(90%) invert(1);

}

#quick-access-card .brand-card .brand-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

#quick-access-card .brand-card .brand-card-category {
    background: rgba(153, 0, 0, 0.05);
    /* Light shade of #990000 */
    color: #990000;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 5px;
}

/* End Quick Access Styles */

/* Start Feature Section */
#features-section .feature-title {
    font-weight: 600;
    color: #990000 !important;
    hyphens: auto;
    word-wrap: break-word;
    margin-bottom: 6px;
}

#features-section .description {
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 2rem;
}

#features-section .features svg {
    margin-top: 10px;
    font-size: 24px;
    clear: both;
    display: block;
    margin-bottom: 10px;
}

#features-section .features span {
    color: #990000;
    font-size: 38px !important;
    font-weight: bold;
    text-align: center;
}

#features-section .features div:hover {
    background-color: rgba(255, 0, 0, 0.099);
    border-radius: 4px;
}

/* End Feature Section */

/* Start Stats Section */
#stats-section {
    padding-top: 5rem;
}

#stats-section .subheading {
    color: var(--text-main-color);
    background-color: #33333318;
    font-size: 16px;
    margin-bottom: 10px;
    width: fit-content;
    padding: 2px 16px;
    border-radius: 5px;
}

#stats-section .stats-card {
    width: 100%;
    min-height: 150px;
    background: linear-gradient(to bottom,
            rgb(34, 34, 36) 0%,
            rgb(10, 10, 11) 80%,
            #990000 100%);
    border-radius: 15px;
    /* box-shadow: rgb(0,0,0,0.7) 5px 10px 50px ,rgb(0,0,0,0.7) -5px 0px 250px; */
    display: flex;
    color: white;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

#stats-section .stats-card .counter-text {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2px;
}

#stats-section .stats-card .counter-text .count {
    font-size: 2rem !important;
    font-weight: 600;
}

#stats-section .stats-card .counter-text .count-tag {
    font-size: 1rem !important;
    font-weight: 400;
}

#stats-section .stats-card .label-text {
    font-size: 18px;
    margin-top: 0px;
    font-weight: 500;
}

#stats-section .stats-card .image-box {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

#stats-section .stats-card .image-box img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#stats-section .stats-card .card:hover>.image-box {
    width: 33px;
    height: 33px;
}


/* End Stats Section */

/* Start About Section Styles */
#home-page #about-company-section {
    /* padding-top: 5rem; */
    background-image: url(../../images/pages/home-page/about-bg.svg);
    background-repeat: no-repeat;
    background-position: 5% 50px;
    background-size: 12rem;

    background: var(--bg-main-color);
}

#home-page #about-company-section .description {
    text-align: justify !important;
}

#home-page #about-company-section .about-img {
    height: 450px;
    width: 100%;
    border-radius: 7px;
    flex-shrink: 0;
    overflow: hidden;
}

#home-page #about-company-section .about-img img {
    height: 100%;
    width: 100%;
}

:dir(rtl) #home-page #about-company-section {
    background-position: 95% 50px;
}

#home-page #about-company-section .about-img .about-layer {
    width: 200px;
    height: 200px;
    background-color: #99999936;
    transform: rotate(39deg);
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 4px;
}

:dir(rtl) #home-page #about-company-section .about-img .about-layer {
    left: 0;
    right: inherit;
}

@media (max-width: 992px) {
    #home-page #about-company-section .w-75 {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    #home-page #about-company-section {
        padding-top: 2rem;
        background-size: 10rem;
    }

    #home-page #about-company-section .title {
        font-size: 1.5rem;
    }
}

@media (max-width: 375px) {
    #home-page #about-company-section .title {
        font-size: 1.3rem;
    }

    #home-page #about-company-section .about-layer {
        width: 150px !important;
        height: 150px !important;
    }
}

/* End About Section Styles */

/* Start Projects Section Styles */
#home-page #projects-section {
    /* Styles for the step section */
}

#home-page #projects-section .global-title {
    font-size: 2rem !important;
}

#home-page #projects-section .image-box {
    width: 100%;
    height: 170px;
    border-radius: 4px;
    overflow: hidden;
}

#home-page #projects-section .image-box img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#home-page #projects-section .step {
    background-color: #9a9a9a29;
    /* color: var(--text-white-color); */

    border-radius: 16px;
    padding: 0.9rem;
    min-height: 15rem;
}

#home-page #projects-section .step-num {
    background-color: var(--bg-main-color);
    color: var(--text-white-color);
    width: 2.8rem;
    min-width: 2.8rem;
    height: 2.8rem;
    margin-bottom: 1rem;
}

/* Special step styles */
#home-page #projects-section .special-step {
    background-color: #000000;
    border: 2px solid var(--bg-main-color);
    background-image: url(../../images/pages/home-page/step-bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: fill;
    color: var(--text-white-color);
}

@media (max-width: 576px) {
    #home-page #projects-section .fs-5 {
        font-size: 1.1rem !important;
    }
}

#join .join-img {
    width: 75%;
}

#contact-us .contact-img {
    height: 28rem;
}


/* End Projects Section Styles */

/* Start Education Section Styles */
#home-page #education-section {
    background-color: #990000;
    /* Background color */
    position: relative;
    background-image: url(../../images/footer/footer-bg.svg), url(../../images/footer/footer-bg.svg);
    /* Multiple background images */
    background-position: left top, right bottom;
    /* Position for each image */
    background-repeat: no-repeat, no-repeat;
    /* Prevent repetition for both images */
    background-size: contain, contain;
    /* Adjust size of each image */
}

#home-page #education-section .clipped-item-card {
    background-color: var(--bg-white-color);
    background-image: url(../../images/footer/footer-bg-2.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#home-page #education-section .description {
    color: #000000ab;
}

#home-page #education-section .box-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: #000;
}

#home-page #education-section .item-content:hover .item-overlay {
    background: radial-gradient(circle, rgb(158 158 158 / 42%) 0%, rgba(255, 255, 255, 0) 65%);
    inset: 0;
}

#home-page #education-section .clipped-item-card:hover .box-icon {
    background-color: #990000;
}

/* End Education Section Styles */

/* Start Testing Section Styles */
#testing-section {
    padding-top: 6rem;
}

#testing-section .testing-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--text-main-color);
}

#testing-section .testing-description {
    font-size: 1rem;
    color: var(--text-main-color);
}

#testing-section .testing-img {
    width: 90%;
    border-radius: 20px;
    background-color: var(--bg-main-color);
    z-index: 2;
}

#testing-section .testing-img img {
    border-radius: 20px;
}

#testing-section .layer {
    border-radius: 20px;
    position: absolute;
}

#testing-section .layer-one {
    height: 90%;
    width: 90%;
    background-color: var(--bg-main-color);
    right: 6%;
    z-index: 1;
}

#testing-section .layer-two {
    height: 80%;
    width: 80%;
    background-color: var(--grey-400);
    right: 2%;
    z-index: 0;
}

#testing-section .subheading {
    color: var(--text-main-color);
    background-color: #33333318;
    font-size: 16px;
    margin-bottom: 10px;
    width: fit-content;
    padding: 2px 16px;
    border-radius: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    #testing-section {
        padding-top: 2rem;
    }

    #testing-section .testing-title {
        font-size: 1.5rem;
    }

    #testing-section .testing-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 567px) {
    #testing-section {
        padding-top: 1rem;
    }

    #testing-section .testing-title {
        font-size: 1.2rem;
    }

    #testing-section .testing-img {
        width: 100%;
    }

    #testing-section .layer-one {
        left: 0;
        right: inherit;
        bottom: -6%;
    }

    #testing-section .layer-two {
        bottom: -12%;
        left: 0;
        right: inherit;
    }
}

#home-page #testing-section .testing-page-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0,0,0,0.07);
    border-top: 4px solid #990000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

#home-page #testing-section .testing-page-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(153,0,0,0.14);
}

#home-page #testing-section .testing-card-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

#home-page #testing-section .testing-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

#home-page #testing-section .testing-page-card:hover .testing-card-img img {
    transform: scale(1.06);
}

#home-page #testing-section .testing-card-icon {
    position: absolute;
    bottom: -20px;
    inset-inline-start: 1.2rem;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    z-index: 2;
}

#home-page #testing-section .testing-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#home-page #testing-section .testing-card-body {
    padding: 1.8rem 1.2rem 1.2rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.5rem;
}

#home-page #testing-section .testing-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.3rem;
}

#home-page #testing-section .testing-card-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 0.8rem;
}

#home-page #testing-section .testing-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #990000;
    transition: gap 0.2s ease;
}

#home-page #testing-section .testing-page-card:hover .testing-card-link {
    gap: 10px;
}

/* End Testing Section Styles */

/* Start Solutions Section Styles */
#home-page #solutions-section {}

#home-page #solutions-section .duties-title {
    color: #333333;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
}

#home-page #solutions-section .duties-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#home-page #solutions-section .type-title {
    background: linear-gradient(268.94deg, #990000 -5.98%, #000 95.88%);
    color: #ffffff;
    padding: 10px;
    border-radius: 12px;
    font-size: 17px;
    text-align: center;
}

#home-page #solutions-section .duties-items-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#home-page #solutions-section .duties-item-card {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: box-shadow 0.2s ease;
}

#home-page #solutions-section .duties-item-card:hover {
    box-shadow: 0 4px 20px rgba(153,0,0,0.13);
}

#home-page #solutions-section .duties-item-img {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
}

#home-page #solutions-section .duties-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#home-page #solutions-section .duties-items-details {
    text-align: start;
    flex: 1;
}

#home-page #solutions-section .duties-item-title {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0.4rem;
    line-height: 1.4;
}

#home-page #solutions-section .duties-item-description {
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
}

#home-page #solutions-section .duties-items-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 768px) {
    #home-page #solutions-section .duties-item-img {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 576px) {
    #home-page #solutions-section .duties-title {
        font-size: 24px;
    }

    #home-page #solutions-section .duties-item-card {
        gap: 0.8rem;
    }
}

#home-page #solutions-section .duties-show-more-wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.2rem;
    padding-inline-start: 0.25rem;
}

#home-page #solutions-section .duties-show-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0;
    background: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

#home-page #solutions-section .duties-show-more-btn .duties-show-more-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #222;
    color: #fff;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

#home-page #solutions-section .duties-show-more-btn .duties-show-more-label {
    display: inline-block;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    color: #990000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: max-width 0.35s ease, opacity 0.3s ease, margin 0.3s ease;
    margin-inline-start: 0;
}

#home-page #solutions-section .duties-show-more-btn:hover .duties-show-more-icon {
    background: linear-gradient(135deg, #990000, #1a1a1a);
    color: #fff;
    transform: scale(1.08);
}

#home-page #solutions-section .duties-show-more-btn:hover .duties-show-more-label {
    max-width: 120px;
    opacity: 1;
    margin-inline-start: 10px;
}

#home-page #solutions-section .duties-show-more-arrow {
    transition: transform 0.3s ease;
}

#home-page #solutions-section .duties-show-more-btn:hover .duties-show-more-arrow {
    transform: translateX(3px);
}

[dir="rtl"] #home-page #solutions-section .duties-show-more-btn:hover .duties-show-more-arrow {
    transform: translateX(-3px);
}

/* End Solutions Section Styles */

/* Start Technology Section Styles */
#home-page #technology-section {
    background: #f8f8f8;
}

#home-page #technology-section .global-title {
    color: #111 !important;
}

#home-page #technology-section .subheading {
    color: var(--text-main-color);
    background-color: #33333318;
    font-size: 16px;
    margin-bottom: 10px;
    width: fit-content;
    padding: 2px 16px;
    border-radius: 5px;
}

#home-page #technology-section .articles {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

@media (max-width: 768px) {
    #home-page #technology-section .articles {
        width: 390px;
        margin-left: 23px !important;
    }
}

#home-page #technology-section article {
    scroll-snap-align: start;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border-top: 4px solid #990000;
    box-shadow: 0 2px 14px rgba(0,0,0,0.07);
    padding: 0 0 1.2rem 0;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}

#home-page #technology-section article:hover {
    box-shadow: 0 8px 28px rgba(153,0,0,0.15);
    transform: translateY(-5px);
}

#home-page #technology-section article .article-img {
    height: 210px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

#home-page #technology-section article .article-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

#home-page #technology-section article:hover .article-img img {
    transform: scale(1.05);
}

#home-page #technology-section article .d-flex {
    padding: 1rem 1.2rem 0;
}

#home-page #technology-section article h5 {
    color: #111 !important;
    font-weight: 700;
}

#home-page #technology-section article p {
    color: #666 !important;
}

#home-page #technology-section article .arrow-icon {
    border-color: #ddd !important;
    background: #f5f5f5;
    transition: border-color 0.2s ease, background 0.2s ease;
}

#home-page #technology-section article a:hover .arrow-icon {
    border-color: #990000 !important;
    background: #990000;
}

#home-page #technology-section article a:hover .arrow-icon svg path {
    fill: #fff;
}

#home-page #technology-section article a .text-main-color {
    color: #990000 !important;
    font-weight: 600;
    font-size: 13px;
}

#home-page #technology-section article .arrow-icon,
#home-page #technology-section .scroll-btns .arrow-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid #333333;
    /* transition: all 0.3s ease-in-out; */
}

#home-page #technology-section .scroll-btns .arrow-icon.scroll {
    background-color: black !important;
    transition: all 0.3s ease-in-out;
}

#home-page #technology-section .scroll-btns .arrow-icon.scroll:hover {
    background-color: white !important;
    /* transition: all 0.3s ease-in-out; */
}

#home-page #technology-section .scroll-btns .arrow-icon.scroll svg {
    filter: brightness(90%) invert(1);
    /* transition: all 0.3s ease-in-out; */
}

#home-page #technology-section .scroll-btns .arrow-icon.scroll:hover svg {
    filter: none;
    /* transition: all 0.3s ease-in-out; */
}

#home-page #technology-section .scroll-btns button {
    outline: 0;
    border: 0;
    background: 0;
}

#home-page #technology-section .scroll-btns .scroll-left {
    transform: rotate(180deg);
    top: 50%;
    left: 0px;
}

/* End Technology Section Styles */

/* Start Doc Validation Section Styles */
#home-page #doc-validation-section {
    /* background-color: aquamarine; */
}

#home-page #doc-validation-section #item-list {
    position: relative;
    background: url('https://img.freepik.com/free-vector/abstract-blue-lights-background_1182-609.jpg?t=st=1737576062~exp=1737579662~hmac=d299a5de8926ba8f6e085190fdead0a8177a1ebc89b7d029998cfd9502c9726f&w=740') center/cover no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

#home-page #doc-validation-section #item-list .doc-icon {
    filter: brightness(0%) invert(1);
}

#home-page #doc-validation-section #item-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}

#home-page #doc-validation-section #item-list>* {
    position: relative;
    z-index: 2;
}

.doc-validation .doc-icon {
    width: 75px;
    height: 75px;
}

.doc-validation-card .doc-icon img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.doc-validation-card .circle {
    font-size: 9px;
}

.doc-validation-card .text-item {
    color: #d3d3d3;
}

.doc-validation-card .title:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 2px;
    background-color: var(--bg-white-color);
    bottom: -3px;
    left: 0;
}

.doc-validation-card .number {
    right: 18px;
    font-size: 12rem;
    top: -20px;
    color: #880000;
    z-index: -1;
    font-weight: 700;
}

/* End Doc Validation Section Styles */

/* Start Join Us Section Styles */
#home-page #join-us-section {
    background-image: url(../../../../content/images/pages/home-page/find-us-bg.svg);
    /* background-color: #990000; */
}

/* Section Styling */
#home-page #join-us-section {
    padding: 60px 20px;
    text-align: center;
}

#home-page #join-us-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#home-page #join-us-section p {
    color: #666;
    margin-bottom: 2rem;
}

/* World Map Styling */
#home-page #join-us-section .world-map {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: url("https://convenitconsultants.com/wp-content/uploads/2023/12/Map.svg") no-repeat center center;
    background-size: cover;
    border-radius: 14px;
    height: 460px;
}

#home-page #join-us-section .map-dot {
    position: absolute;
    background-color: #990000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Dynamic dot base */
#home-page #join-us-section .map-dot.dynamic-dot {
    width: 14px;
    height: 14px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 2;
}

#home-page #join-us-section .map-dot.dynamic-dot:hover {
    transform: scale(1.6);
    box-shadow: 0 0 12px rgba(153, 0, 0, 0.6);
    z-index: 10;
}

/* Hover popup */
#home-page #join-us-section .map-dot.dynamic-dot .dot-popup {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #990000;
    border-radius: 8px;
    padding: 8px 12px;
    min-width: 150px;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    z-index: 100;
    pointer-events: none;
}

#home-page #join-us-section .map-dot.dynamic-dot .dot-popup strong {
    display: block;
    color: #990000;
    font-size: 13px;
    margin-bottom: 3px;
}

#home-page #join-us-section .map-dot.dynamic-dot .dot-popup span {
    display: block;
    color: #555;
    font-size: 11px;
}

#home-page #join-us-section .map-dot.dynamic-dot:hover .dot-popup {
    display: block;
}

/* Contact Cards */
#home-page #join-us-section .contact-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

#home-page #join-us-section .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

#home-page #join-us-section .contact-card i {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #990000;
}

/* Links Styling */
#home-page #join-us-section .email-link,
#home-page #join-us-section .phone-link,
#home-page #join-us-section .map-link {
    color: #990000;
    text-decoration: none;
    font-weight: bold;
}

#home-page #join-us-section .email-link:hover,
#home-page #join-us-section .phone-link:hover,
#home-page #join-us-section .map-link:hover {
    text-decoration: underline;
}

/* End Join Us Section Styles */

/* Start Find Us Section Styles */
#home-page #find-us-section {
    /* background-color: #dfdfdfdd; */
    background-image: url(../../../../content/images/pages/home-page/find-us-bg.svg);
}

#home-page #find-us-section {
    text-align: center;
    padding: 4rem 1rem;
    padding-top: 0;
}

#home-page #find-us-section .title {
    font-size: 2.5rem;
    font-weight: bold;
}

#home-page #find-us-section .description {
    color: #333;
    max-width: 700px;
    margin: 1rem auto;
}

#home-page #find-us-section .location-section {
    margin-top: 3rem;
}

@media (min-width: 992px) {
    #home-page #find-us-section .location-section .location-item {
        border-left: 1px solid #ddd;
        /* Adjust the border color as needed */
        padding-left: 1.5rem;
        /* Add some spacing */
    }
}

#home-page #find-us-section .location-item {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
}

#home-page #find-us-section .country-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: fill;
    margin-top: 1rem;
}

#home-page #find-us-section .location-item .country-name {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#home-page #find-us-section .location-item .country-location {
    color: #555;
    margin: 0;
}

/* End Find Us Section Styles */

/* Start Contact Us Section Styles */
#contact-us-section {}

#contact-us-section .section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

#contact-us-section .section-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 2rem;
}

#contact-us-section .contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#contact-us-section .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#contact-us-section input,
textarea {
    box-shadow: none !important;
    outline: none !important;
    background-color: #f1f1f1;
    border: none;
    height: 3.9rem;
    border-radius: 0.625rem;
    padding: 1rem;
}

#contact-us-section input:focus,
textarea:focus {
    border-color: #007bff;
    outline: none;
}

#contact-us-section .radio-group {
    display: flex;
    gap: 1rem;
}

#contact-us-section .radio-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    padding: .375em .75em .375em .375em;
    transition: .25s ease;
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
    height: 40px;
    border-radius: 4px;
}

#contact-us-section .error-message {
    color: red;
    font-size: 0.875rem;
    display: none;
}

#contact-us-section .contact-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* End Contact Us Section Styles */
/* Start Join our Team */
#join-our-team {
    background-color: #f5f0f0;
}

#join-our-team h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#join-our-team p {
    color: #666;
    margin-bottom: 2rem;
}

#join-our-team .book {
    /* From Uiverse.io by eslam-hany */

    position: relative;
    border-radius: 10px;
    width: 220px;
    height: 300px;
    background-color: whitesmoke;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
    -webkit-transform: preserve-3d;
    -ms-transform: preserve-3d;
    transform: preserve-3d;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
}

#join-our-team .book .content {
    margin-left: 15px;
    text-align: center;
}

#join-our-team .book .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: calc(1.2em * 3);
    line-height: 1.2em;
}

#join-our-team .book .content p:last-child {
    font-size: 16px;
}

#join-our-team .cover {
    overflow: hidden;
    top: 0;
    position: absolute;
    background-color: lightgray;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-box-shadow: 1px 1px 12px #000;
    box-shadow: 1px 1px 12px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#join-our-team .cover p {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 10px;
    border-radius: 6px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);

}

#join-our-team .book:hover .cover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotatey(-80deg);
    -ms-transform: rotatey(-80deg);
    transform: rotatey(-80deg);
    -webkit-box-shadow: 1px 1px 12px #0000004a;
    box-shadow: 1px 1px 12px #0000004a;
}

#join-our-team .book p {
    font-size: 20px;
    font-weight: bolder;
}

/* End Join Our Team */

/* Start Check Section */
#check-section a {
    display: block;
    height: 100%;
    cursor: pointer;
}

#check-section .card {
    border: 3px solid rgba(128, 128, 128, 0.086);
    min-height: 170px;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: background-color 0.25s ease;
}

#check-section .card .card-body svg,
#check-section .card .card-body img.card-icon {
    width: 25px;
    height: 25px;
    color: #c20303;
    flex-shrink: 0;
}

#check-section .card .card-body h5 {
    margin-bottom: 0;
    color: #c20303;
}

#check-section .card .card-body .card-text {
    letter-spacing: 1px;
    margin-top: 10px;
}

#check-section .card > svg,
#check-section .card > img.card-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    color: #c20303;
    object-fit: contain;
}

#check-section .note {
    background-color: rgba(128, 128, 128, 0.199);
    padding: 20px;
    border-radius: 5px;
}

#check-section .note h6 {
    font-size: 1.5rem;
    color: #990000;
    letter-spacing: 1px;
}

#check-section .note p {
    font-size: 17px;
}

#check-section .card:hover,
#check-section a:hover .card {
    background-color: black;
}

#check-section .card:hover .card-body,
#check-section a:hover .card .card-body {
    background-color: black;
}

#check-section .card:hover .card-body h5,
#check-section a:hover .card .card-body h5 {
    color: white;
}

#check-section .card:hover .card-body .card-text,
#check-section a:hover .card .card-body .card-text {
    color: white;
}

#check-section .card:hover > svg,
#check-section a:hover .card > svg,
#check-section .card:hover > img.card-icon,
#check-section a:hover .card > img.card-icon {
    opacity: 0.6;
    filter: brightness(0) invert(1);
}

#check-section .card:hover .card-body svg,
#check-section a:hover .card .card-body svg,
#check-section .card:hover .card-body img.card-icon,
#check-section a:hover .card .card-body img.card-icon {
    filter: brightness(0) invert(1);
}

/* End Check Section */
/* Start Blogs Section */
#blogs-section {
    background-color: #f5f0f0;

}

#blogs-section .cards .card .category {
    background-color: rgba(169, 169, 169, 1);
    top: 20px;
    left: 20px;
}

#blogs-section .cards .card .card-body .description .card-text {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


#blogs-section .scroll-btns .arrow-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid #333333;
    /* transition: all 0.3s ease-in-out; */
}

#blogs-section .scroll-btns .arrow-icon.scroll {
    background-color: black !important;
    transition: all 0.3s ease-in-out;
}

#blogs-section .scroll-btns .arrow-icon.scroll:hover {
    background-color: white !important;
    /* transition: all 0.3s ease-in-out; */
}

#blogs-section .scroll-btns .arrow-icon.scroll svg {
    filter: brightness(90%) invert(1);
    /* transition: all 0.3s ease-in-out; */
}

#blogs-section .scroll-btns .arrow-icon.scroll:hover svg {
    filter: none;
    /* transition: all 0.3s ease-in-out; */
}

#blogs-section .scroll-btns button {
    outline: 0;
    border: 0;
    background: 0;
}

#blogs-section .scroll-btns .scroll-left {
    transform: rotate(180deg);
    top: 50%;
    left: 0px;
}

#blogs-section .blogs {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

#blogs-section .blogs .card {
    scroll-snap-align: start;
    overflow: hidden;
    transition: .3s;
}

#blogs-section .blogs .card .img-container {
    overflow: hidden;
    height: 350px;
}

#blogs-section .blogs .card .img-container img {
    transition: .3s;
}

#blogs-section .blogs .card:hover .img-container img {
    transform: scale(1.1);
}

#blogs-section .blogs .card .img-container img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

@media (max-width: 768px) {
    #blogs-section .blogs {
        width: 390px;
        margin-left: 23px !important;
        padding: 0 !important;
    }
}

/* End Blogs Section */