/* @font-face {
    font-family: "Futura Std Book";
    font-style: normal;
    font-weight: normal;
    src: local("Futura Std Book"),
        url("../fonts/FuturaStdBook.woff") format("woff");
} */


/* Crimson Text */
/* @font-face {
    font-family: "Crimson Text";
    font-style: normal;
    font-weight: normal;
    src: local("Crimson Text"), url("path-to-crimson-text.woff") format("woff");
} */

/* Georgia */
@font-face {
    font-family: "Georgia","Futura Std Book", "Roboto", "sans-serif";
    font-style: normal;
    font-weight: normal;
    src: local("Georgia"), url("path-to-georgia.woff") format("woff");
}

/* Helvetica */
/* @font-face {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: normal;
    src: local("Helvetica"), url("path-to-helvetica.woff") format("woff");
} */

/* Roboto */
/* @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: local("Roboto"), url("path-to-roboto.woff") format("woff");
} */

/* Avenir Next LT Pro */
/* @font-face {
    font-family: "Avenir Next LT Pro";
    font-style: normal;
    font-weight: normal;
    src: local("Avenir Next LT Pro"), url("path-to-avenir-next.woff") format("woff");
} */

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

:root {
    --black: #000;
    --white: #fff;
    --themeBlue: #2a224b;
    --gray: #989898;
}

body {
    font-family: "Georgia","Futura Std Book", "Roboto", "sans-serif";
}
/* body {
    font-family: "Georgia", "Helvetica", "Roboto", "Avenir Next LT Pro", "Futura Std Book";
} */

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
a {
    text-decoration: none;
}
.outlineBtn {
    text-decoration: none;
    border: 1px solid var(--white);
    padding: 10px;
    display: table;
    color: var(--white);
    min-width: 190px;
    text-align: center;
}
.outlineBtn:hover {
    color: var(--white);
}
.form-control:focus {
    background-color: transparent;
}

.dropdown-toggle::after {
    display: inline-block;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 16px;
    top: 5px;
    position: relative;
}
/* header css */

.main-menu .navbar-brand img {
    width: 220px;
}
.main-menu .navbar-nav {
    /* width: 88%;
  justify-content: space-between; */
    width: auto;
    justify-content: space-between;
    align-items: center;
    gap: 1vw;
}
.main-menu .nav-link {
    color: var(--themeBlue);
    font-size: 19px;
    line-height: 30px;
}
.carousel-caption {
    position: absolute;
    right: unset;
    bottom: unset;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    top: 50%;
}

.slider-details {
    /* background: url(../images/Ywc-Video_Teaserbild_1313x670.jpg) no-repeat; */
    background-size: cover;
    min-height: 600px;
}
.minHeight {
    min-height: 600px;
}
.slider-details h1 {
    color: white;
    font-size: 45px;
}
.slider-details p {
    color: white;
    font-size: 20px;
    line-height: 32px;
    padding: 10px 0;
    text-align: justify;
}

.carousel-control-next,
.carousel-control-prev {
    width: 7%;
}
.carousel-control-prev i,
.carousel-control-next i {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-indicators {
    justify-content: end;
    margin-bottom: 30px;
}
.carousel-indicators .active {
    background-color: #ea9021;
}
.carousel-indicators [data-bs-target] {
    width: 50px;
    height: 6px;
    opacity: 1;
}
/* service-card */

.service-card {
    background: url(../images/serv/consultancy-min.jpg) no-repeat;
    background-size: cover;
    min-height: 340px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* flex-flow: column; */
    padding: 40px;
    z-index: 1;
    color: var(--white);
    transition: all 0.6s ease !important;
    transform: translateY(0px);
    object-fit: fill;
}
.service-card1 {
    background: url(../images/serv/servicesforeign.jpg) no-repeat;
    object-fit: fill !important;
    background-size: cover;
    display: flex;
    justify-content: center;
    transition: all 0.6s ease !important;
}
.service-card2 {
    background: url(../images/predictiven.jpg) no-repeat;
    object-fit: fill !important;
    background-size: cover;
    display: flex;
    justify-content: center;
    transition: all 0.6s ease !important;
}
.service-card3 {
    background: url(../images/serv/System_Integration.jpg) no-repeat;
    object-fit: fill !important;
    background-size: cover;
    display: flex;
    justify-content: center;
    transition: all 0.6s ease !important;
}
.service-card:after {
    content: "";
    position: absolute;
    background: #08002ba3;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}

.service-card:hover {
    transform: translateY(-20px) !important;
}

.service-card:hover:after {
    box-shadow: 20px 20px 13px 0 rgba(0, 0, 0, 0.05);
}

.service-card h3 {
    color: var(--white);
    font-size: 35px;
    font-weight: 400;
    position: relative;
    padding-top: 20px;
    width: 100%;
}
.service-card h3::before {
    content: "";
    background: var(--white);
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
}

.arrow-links {
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}

.service-card a {
    text-decoration: none;
    color: var(--white);
    width: 80%;
}
.serv-info {
    min-height: 260px;
    /* justify-content: space-around; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;

    margin: 0 auto;
    text-decoration: none;
}

.articles-cards {
    background: var(--themeBlue);
    transition: all 0.6s ease;
}
.articles-info {
    padding: 20px;
}
.articles-info h3 {
    color: white;
    font-size: 18px;
}
.basicInfo {
    display: flex;
    color: #fff;
    justify-content: space-between;
}
.basicInfo p {
    color: var(--gray);
    text-align: justify;
}

.articles-img {
    overflow: hidden;
}
.articles-cards img {
    transition: all 0.6s ease;
}

.articles-cards:hover {
    transform: translateY(-20px);
}

/* our client */
.section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2px; /* Add padding around the section */
    margin-left: auto;
}

/* Define small columns */
.column {
    flex: 0 0 calc(20% - 10px); /* Each column occupies 25% of the container width with small spacing */
    margin: 5px; /* Add a small margin around each column */
    /* Add background color to columns */
    padding: 10px; /* Add padding within each column */
    text-align: center; /* Center-align content within each column */
    margin-left: 5px;
}
.column img {
    max-width: 85%; /* Ensure images don't exceed column width */
    height: auto; /* Maintain image aspect ratio */
    /* Remove any potential spacing below images */
    margin: 0 auto 2px; /* Center images horizontally and add spacing below */
    display: flex;
    margin-left: 5px;
    padding-left: 5px;
}
.column1 {
    flex: 0 0 calc(20% - 10px); /* Each column occupies 25% of the container width with small spacing */
    margin: 5px; /* Add a small margin around each column */
    /* Add background color to columns */
    padding: 10px; /* Add padding within each column */
    text-align: center; /* Center-align content within each column */
    margin-left: 5px;
}
.column1 img {
    max-width: 150px; /* Ensure images don't exceed column width */
    height: auto; /* Maintain image aspect ratio */
    /* Remove any potential spacing below images */
    margin: 0 auto 2px; /* Center images horizontally and add spacing below */
    display: flex;
    margin-left: 5px;
    padding-left: 5px;
}

/* Media Query for screens with a width between 1200px and 350px */
@media screen and (max-width: 1200px) {
    .column {
        flex: 0 0 calc(13.33% - 10px); /* Each column occupies 33.33% of the container width with small spacing */
    }
    .column1 {
        flex: 0 0 calc(13.33% - 10px); /* Each column occupies 33.33% of the container width with small spacing */
    }
}

@media screen and (max-width: 768px) {
    .column {
        flex: 0 0 calc(50% - 10px); /* Each column occupies 50% of the container width with small spacing */
    }
    .column1 {
        flex: 0 0 calc(13.33% - 10px); /* Each column occupies 33.33% of the container width with small spacing */
    }
}

@media screen and (max-width: 350px) {
    .column {
        flex: 0 0 calc(100% - 10px); /* Each column occupies 100% of the container width with small spacing */
    }
}

/* or client end */

/* footer */

.footer {
    background: var(--themeBlue);
    border-top: 20px solid #ea9021;
    padding: 50px 0 20px;
    color: var(--white);
}
.quick-infos h3 {
    color: var(--white);
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.quick-infos h3:after {
    content: "";
    position: absolute;
    width: 75%;
    height: 0.4px;
    background: var(--white);
    left: 0;
    bottom: 0;
}
.quick-links {
    padding-left: 0;
}
.quick-links li {
    color: var(--white);
    list-style: none;
    font-size: 16px;
}
.quick-links a {
    color: var(--white);
    transition: ease 0.6s;
}

.quick-links a:hover {
    color: #ea9021;
}

.quick-links li:not(:last-child) {
    margin-bottom: 12px;
}

.what-email {
    position: relative;
}
.what-email input {
    border: 1px solid var(--white);
    background: transparent;
    color: var(--white);
    height: 50px;
    border-radius: 0;
}
.what-email input::placeholder {
    color: #7c6fb1;
}
.what-email button {
    position: absolute;
    right: 15px;
    background: transparent;
    border: 0;
    top: 10px;
}

.social-links {
    padding-top: 30px;
}
.social-links ul {
    padding-left: 0;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.social-links li {
    list-style: none;
}
.social-links li a {
    color: var(--white);
    font-size: 18px;
}
.social-links li a:hover {
    color: #ea9021;
}

.bottom-foot {
    border-top: 0.4px solid #534491;
    margin-top: 40px;
}
.bottom-foot p {
    color: #978fba;
    text-align: justify;
}

.foot-links {
    display: flex;
    gap: 15px;
    justify-content: end;
}
.foot-links a {
    text-decoration: none;
    color: #978fba;
    transition: ease 0.6s;
}

.foot-links a:hover {
    color: #ea9021;
}

/* company page */
.gray-img {
    position: relative;
    padding-top: 72%;
}
.gray-img img {
    border: 5px solid #ea9021;
    width: 78%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.sub-info h1 {
    color: var(--themeBlue);
    font-size: 45px;
    line-height: 56px;
    padding-bottom: 8px;
    max-width: 50%;
}
.sub-info p {
    color: #2a224b;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}
.nav-tabs .nav-link {
    border: 0;
    padding: 0;
}

.tab-clicks {
    position: relative;
    color: var(--white);
    padding-top: 100%;
}

.tab-clicks h3 {
    position: absolute;
    bottom: 22px;
    right: 0;
    left: 0;
    font-size: 25px;
    padding: 0 40px;
    z-index: 1;
}

.tab-clicks img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-fit: fill !important;
}
.tab-click img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-height: fit-content !important;

    max-width: -37% !important;
    max-height: 54% !important;
    padding-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
    object-fit: fill !important;

}
.tab-click1 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top:10px !important;
    margin-left:10px !important;
    height: 100%;
    object-fit: fill !important;

    max-width: -91% !important;
    max-height: 55% !important;
    padding-top: 90px;

}

.tab-click2 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top:10px !important;
    margin-left:5px !important;
    height: 100%;

    max-width: -41% !important;
    max-height: 48% !important;
    padding-top: 90px;
    object-fit: fill !important;

}
.tabStyle {
    gap: 30px;
}
.tabStyle .nav-item {
    flex: 1;
}
.tabStyle .nav-item button {
    width: 100%;
}
.closeBtn i {
    text-align: right;
    font-size: 40px;
}

/* stikcy nav */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 10px;
}
.accordion-body {
    background: #eae5ff;
    margin-top: 20px;
    border-top: 2px solid #2a224b;
}
.contentInfo h3 {
    color: #2a224b;
    font-size: 36px;
    display: table;
    padding-bottom: 15px;
    border-bottom: 1px solid #2a224b;
    margin-bottom: 25px;
    padding-top: 30px;
}
.closeBtn {
    text-align: right;
}
.closeBtn img {
    width: 20px;
}
.inner-content p {
    color: #2a224b;
    font-size: 18px;
    text-align: justify;
}
.accordion-item {
    border: 0px solid rgba(0, 0, 0, 0.125);
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.inner-content p:not(:last-child) {
    margin-bottom: 15px;
}
.contentInfo {
    padding: 20px;
}
.inner-content h4 {
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--themeBlue);
}

/* timeline */
.history-tl-container {
    margin: auto;
    display: block;
    position: relative;
    padding: 0 40px;
}
.history-tl-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
}
.history-tl-container ul.tl li {
    list-style: none;
    margin: auto;
    margin-left: 80px;
    min-height: 50px;
    border-left: 3px solid var(--themeBlue);
    padding: 0 0 20px 30px;
    position: relative;
}
.history-tl-container ul.tl li:last-child {
    border-left: 0;
}
.history-tl-container ul.tl li::before {
    position: absolute;
    left: -8px;
    top: -5px;
    content: " ";
    border-radius: 500%;
    background: #ea9021;
    height: 15px;
    width: 15px;
    transition: all 500ms ease-in-out;
}
.history-tl-container ul.tl li:hover::before {
    border-color: #258cc7;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-title {
}
ul.tl li .item-detail {
    color: var(--themeBlue);
    font-size: 18px;
    position: relative;
    top: -10px;
}
ul.tl li .timestamp {
    /* color: #8d8d8d; */
    position: absolute;
    width: 100px;
    left: -125px;
    text-align: right;
    font-size: 16px;
    top: -8px;
}

/* responsive quires */

@media (max-width: 1400px) {
    .serv-info {
        width: 95%;
    }
    .service-card h3 {
        font-size: 34px;
    }
}

@media (max-width: 1199px) {
    .main-menu .navbar-brand img {
        width: 136px;
    }
    .main-menu .navbar-nav {
        width: auto;
    }
    .main-menu .nav-link {
        font-size: 18px;
    }
    .sub-info h1 {
        max-width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .service-card h3 {
        font-size: 27px;
    }
    .serv-info {
        min-height: 210px;
    }

    .service-card {
        min-height: 285px;
        padding: 35px 15px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 95%;
    }
    .navbar-collapse {
        position: absolute;
        top: 85px;
        background: rgb(255, 255, 255);
        z-index: 9;
        width: 95%;
        left: 0px;
        margin: 0px auto;
        right: 0px;
        box-shadow: 0px 0px 10px;
        border-radius: 10px;
    }
    .navbar-nav .nav-item:nth-child(1) a {
        padding-top: 20px;
    }
    .navbar-nav .nav-link {
        padding: 5px 30px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
}

@media (max-width: 600px) {
    .slider-details h1 {
        font-size: 38px;
    }
    .slider-details p {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }
    .serv-info {
        min-height: 240px;
    }
    .service-card h3 {
        font-size: 32px;
    }
    .minHeight {
        min-height: 510px;
    }
    .slider-details {
        min-height: auto;
    }
    .foot-links {
        justify-content: center;
    }
    .bottom-foot {
        text-align: center;
    }
}

/* ArticleS Page Start */
.articles_header {
    position: relative;
}

.articles_header:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/article-header-bg.svg) no-repeat center;
    background-size: 100%;
    min-width: 27%;
    height: auto;
    z-index: -1;
    margin: auto;
    /* top: 50%; */
}

.nav_numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .nav_numbers li a {
    width: 50px;
    height: 50px;
    border: 1px solid #2a224b;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #2a224b;
} */

.nav_numbers li.active a {
    background: #ea9021;
    border: 0;
}

.gray-img-preventive img {
    border: 5px solid #ea9021;
    max-width: 284px;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    animation-name: slideInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.sticky-nav .main-menu .nav-link {
    font-size: 16px;
}

.sticky-nav .main-menu .navbar-brand img {
    width: 155px;
}
.sticky-nav .navbar {
    padding: 5px 0 !important;
}

.go-top.active {
    top: 92%;
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    right: 20px;
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #ea9021;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    width: 32px;
    text-align: center;
    height: 32px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease-out 0s;
    border-right: 0;
}
.go-top i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 12px;
    transform: translateY(-50%);
    transition: all 0.5s ease-out 0s;
}

@media (max-width: 990px) {
    .articles_header:after {
        display: none;
    }
    .gray-img {
        margin-top: 50px;
    }
    .gray-img:after {
        content: "";
        position: absolute;
        right: -6vw;
        top: 0;
        bottom: 0;
        background: url(../images/article-header-bg.svg) no-repeat center;
        background-size: 100%;
        min-width: 63%;
        height: auto;
        z-index: -1;
        margin: auto;
        /* top: 50%; */
    }
}

@media (max-width: 767px) {
    .nav_numbers li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 26px;
    }
    .tab-clicks h3 {
        font-size: 24px;
        padding: 0 20px;
        text-align: center;
        bottom: 60px;
    }
    .contentInfo h3 {
        font-size: 22px;
    }
    .inner-content p {
        font-size: 16px;
        text-align: justify;
    }
    .sub-info h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .articles_header {
        overflow: hidden;
    }
    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
    .tabStyle {
        display: none;
    }
    .accordion-button::after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        transition: ease 0.6s;
        transition-delay: 0.3s;
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: bold;
        font-size: 30px;
        color: #ffff;
        background-image: none;
    }
    .accordion-button {
        padding: 0;
        position: relative;
        flex-flow: column;
    }
    .tab-content {
        gap: 20px;
        display: flex;
        flex-flow: column;
    }
    .tab-clicks {
        width: 100%;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: none;
    }
    .history-tl-container {
        padding: 0 0px;
    }
    ul.tl li .timestamp {
        font-size: 12px;
    }
    ul.tl li .item-detail {
        font-size: 16px;
    }
    .contentInfo {
        padding: 0px;
    }
}

/* ArticleS Page End */

/* Single Article Page Start */
/* .recent_article img {
  width: 100%;
  height: 550px;
  object-fit: cover;
} */

.recent_article {
    width: 100%;
    /* height: 550px; */
    object-fit: cover;
    overflow: hidden;
    position: relative;
    padding-top: 42%;
}
.recent_article a {
    position: absolute;
    top: 0;
}
.recent_article1 h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 50px;
    background: rgba(42, 34, 75, 0.7);
    margin: 0;
    color: #ffffff;
    display: block;
    font-size: 3vw;
    line-height: 4vw;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bottomLine {
    border-bottom: 1px solid var(--themeBlue);
    display: table;
    padding-bottom: 14px;
}

.blogContent {
    color: var(--themeBlue);
}
.blogContent ul {
    padding-left: 20px;
}

.blogContent ul li:not(:last-child) {
    margin-bottom: 10px;
}
.blogContent h2 {
    color: var(--themeBlue);
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 10px;
}
.blogContent p {
    padding-bottom: 15px;
    text-align: justify;
}
.blogContent h3 {
    font-size: 20px;
}

.closeBtn {
    border: none;
    background: transparent;
    float: right;
}
.tab-clicks h3 {
    transition: ease 0.6s;
}
.nav-link.active h3 {
    bottom: 60px;
}
.nav-link .tab-clicks:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    transition: ease 0.6s;
    transition-delay: 0.3s;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 30px;
    z-index: 1;
}
.nav-link.active .tab-clicks:after {
    bottom: 20px;
}

.tab-clicks:hover::after {
    bottom: 20px;
}
.tab-clicks:hover h3 {
    bottom: 60px;
}
.tab-clicks:before {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(57, 57, 57, 0) 100%
    );
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
}
@media (max-width: 991px) {
    .recent_article  h1 {
        padding: 20px 25px;
    }
    .main-menu .navbar-nav {
        align-items: start;
    }
}
@media (max-width: 767px) {
    .recent_article h1 {
        padding: 10px 21px;
    }
}


/* Single Article Page End */

/* contact page */

.yellowPart {
    background: #ea9021;
    height: 100%;
    min-height: 560px;
}
.formpart {
    position: absolute;
    /* left: 0; */
    width: 96%;
    background: #fff;
    top: 38px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    right: 0;
    margin: 0 auto;
}
.formpart .contact-Fields {
    padding: 40px;
    position: relative;
}

.contact-inputs input {
    height: 45px;
}

.submit-btn {
    background: #ea9021;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    margin: 0 auto;
    display: table;
    border: 2px solid #ea9021;
}

.submit-btn:hover {
    background: var(--white);
    color: #ea9021;
}

.map {
    padding: 70px 0;
}

.embed-responsive {
    border: 2px solid #ea9021;
    padding: 10px;
}

.embed-responsive iframe {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .yellowPart {
        min-height: 28px;
    }
    .formpart {
        position: relative;
        margin-top: -40px;
        width: 100%;
    }
    .formpart .contact-Fields {
        padding: 20px;
    }
}
.articles-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.nav_numbers {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.nav_numbers li {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.nav_numbers li a {
    text-decoration: none;
    color: #007bff;
    outline: none; /* Remove the default outline */
}

.nav_numbers li a:focus,
.nav_numbers li a:active {
    outline: none; /* Remove outline/circle when clicked or focused */
    box-shadow: none; /* Remove any shadow on focus */
}

.nav_numbers li:hover {
    background-color: #007bff;
}

.nav_numbers li:active {
    background-color: #0056b3; /* Slightly darker blue when clicked */
}

.nav_numbers li a:hover,
.nav_numbers li a:active {
    color: #fff;
}

.nav_numbers li.disabled {
    background-color: #e0e0e0;
    pointer-events: none;
}

.nav_numbers li.disabled span {
    color: #999;
}
