:root{

  --color-yellow : #D3D000;
  --color-red : #C80001;
  --color-green : #5ED322;

} 

*{
     font-family: "DM Sans", sans-serif;
}


/******************* Custom design ******************/
.yellow{
    color: var(--color-yellow);
}

.green{
    color: var(--color-green);
}

.red{
    color: var(--color-red);
}

.custom-btn {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #000000;
    background-color: #EDEA00;
    text-decoration: none;
    padding: 14px 20px;
    margin-top: 32px;
    display: inline-block;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background-color: #d4d000; 
    color: #000;
}


/******************************************************/


/* header */

.home_slides ul.splide__list li.splide__slide{
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    /* filter: brightness(0.7); */
}

/* .home-slide-pagination {
  bottom: 20px;
  text-align: center;
}

.home-slide-pagination li button {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.home-slide-pagination li.is-active button {
  opacity: 1;
  background: #f9c900; 
} */

.splide__caption h2 {
    font-weight: 700;
    font-size: 46px;
    color: #4B4B4B;
    letter-spacing: 3%;
    line-height: 70px;
}

.splide__caption p {
    font-size: 15px;
    line-height: 28px;
    color: #2B2B2B;
    margin-bottom: 0px;
}

.splide__caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}

div#home_slide {
    position: relative;
}

/* Front Page */
header div#top_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 24px 0 10px;
    background-color: transparent;
}

/* header.fix {
    position: fixed; 
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    left: auto;
    animation: smoothScroll 1s forwards;
} */

/* Inner Page */

header.inner_page #top_header {
    position: static;
    padding: 24px 0 16px;
    background-color: #fff;
}

/* header.inner_page {
    position: relative;
    z-index: 1000;
    padding: 20px 0;
} */

header.inner_page.mm-slideout {
    position: relative;
}

header.front_page.fix nav#topMenu ul li a {
    color: #000;
}

.inner_page nav#topMenu ul li a {
    color: #333;
}

nav#topMenu {
    float: right;
}

nav#topMenu ul li a {
    font-size: 14px;
    line-height: 100%;
    color: #2B2B2B;
    padding: 0 23px;
}

.navbar-nav .nav-link:hover {
    color: var(--color-red) !important;   
}

.navbar-nav .nav-item.active .nav-link {
    color: var(--color-red) !important;   
    font-weight: 700;
}

div#top_header .container .row {
    display: flex;
    align-items: center;
}

.social-icon-for-slide {
    display: flex;
    flex-flow: column;
    align-items: end;
    gap: 13px;
}

ul.splide__pagination.home-slide-pagination.splide__pagination--ltr {
    bottom: 20px;
}

.home-slide-pagination {
    display: flex;
    gap: 25px;
}

.home-slide-pagination li button.splide__pagination__page {
    background-color: transparent;
    color: #000000;
    font-size: 18px;
}

.home-slide-pagination .splide__pagination__page.is-active{
    text-decoration: underline;
    font-weight: 700;
    font-size: 24px;
    transform: none;
}

/* Add numbers to pagination buttons by CSS */
.splide__pagination {
  counter-reset: pagination-num;
}

.splide__pagination__page:before {
  counter-increment: pagination-num;
  content: "0" counter( pagination-num );
}

/* ******************** INNER BANNER ********************** */
.innerPageBanner-wrapper {
    position: relative;
}

#innerPageBanner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    display: flex;
    align-items: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.inner_banner_wrap {
    position: relative;
    z-index: 2;
}

.inner-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.custom-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: #ffd700;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: #0d6efd; 
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #ddd;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

@media (max-width: 992px) {
    #innerPageBanner {
        padding: 90px 0;
    }

    .inner-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    #innerPageBanner {
        padding: 70px 0;
        text-align: center;
    }

    .inner-title {
        font-size: 26px;
        text-align: left;
    }
}


/**************** Home  ***************/

/* about us */
#about-us {
    padding: 100px 0;
}

#about-us .row {
    align-items: center;
}

#about-us .col-6:first-child {
    padding-right: 30px;
}

#about-us img {
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

#about-us img:hover {
    transform: translateY(-8px);
}

#about-us .d-flex > div:first-child {
    margin-right: 24px;
}

#about-us .d-flex > div:last-child > div:first-child {
    margin-bottom: 24px;
}

#about-us h6 {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#about-us h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

#about-us p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 14px;
}

.first-img img {
    margin-top: 80px;
}

.sec-img img{
    width: 250px;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    #about-us {
        padding: 60px 0;
    }

    #about-us .col-6 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    #about-us .d-flex {
        flex-direction: column;
    }

    #about-us .d-flex > div {
        margin-right: 0 !important;
    }

    #about-us .d-flex > div:last-child > div:first-child {
        margin-bottom: 20px;
    }

    #about-us h2 {
        font-size: 22px;
}

    #about-us p {
        font-size: 12px;
}
}

/* Our Services */
#our-services {
    padding: 80px 0;
    background: url('/img/home/home-services-bg.png') no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center;
}


#our-services h5 {
    color: var(--color-red);
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#our-services h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: 1.4;
}

#our-services .services {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#our-services .service-icon img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

#our-services .overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    color: #fff;
    text-align: left;
    transition: 0.4s ease;
}

#our-services .overlay-text h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

#our-services .col-md-6 > a {
    display: block;
    text-decoration: none;
    color: inherit;
}

#our-services .overlay-text a,
#our-services .overlay-text .read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 0;
    background: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    position: relative;
}

#our-services .overlay-text a::after,
#our-services .overlay-text .read-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.3s ease;
}

#our-services .services:hover .overlay-text a::after,
#our-services .services:hover .overlay-text .read-more::after {
    width: 100%;
}

#our-services .services:hover img {
    transform: scale(1.08);
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 991px) {

    #our-services {
        padding: 60px 0;
    }

    #our-services h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }

    #our-services .overlay-text {
        padding: 20px;
    }

    #our-services .overlay-text h3 {
        font-size: 16px;
    }
}

/* message */

#message {
    padding: 100px 0;
}

#message .row {
    align-items: center;
}

#message .col-6:first-child img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.4s ease;
}

#message .col-6:first-child img:hover {
    transform: translateY(-5px);
}

#message h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

#message p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}

#message h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

#message p:last-child {
    font-style: italic;
    color: #777;
}

@media (max-width: 992px) {

    #message {
        padding: 60px 0;
    }

    #message .col-6 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    #message h2 {
        font-size: 26px;
    }

    #message h3 {
        font-size: 20px;
    }

    #message p {
    font-size: 12px;
}
}

/* news and announcement */
#news {
    padding: 100px 0;
    background: #ffffff;
    text-align: center;
}

#news h5 {
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#news h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: 1.4;
    color: #222;
}

#news .col-4 {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

#news .col-4 img {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

#news .col-lg-4 {
    position: relative; 
    overflow: hidden;  
}

#news .white-overlay-text {
    position: absolute;
    bottom: 0;
    left: 54px;
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    text-align: left;
    width: 380px;
}

.news-content li {
    font-size: 14px;
    margin-bottom: 12px;
}

@media (max-width: 1200px) {
    #news .white-overlay-text {
    left: 40px;
    width: 280px;
}
}

@media (max-width: 992px) {
    #news .white-overlay-text {
        left: 40px;
        width: 320px;
    }
}

@media (max-width: 768px) {
    #news .white-overlay-text {
        left: 61px;
        width: 330px;
    }
}

#news .white-overlay-text h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.7;
}

.white-overlay-text a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 13px;
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
    color: var(--color-red);
}
#news .white-overlay-text .read-more:hover {
    color: var(--color-red);
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    #news h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }

    #news .col-4 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #news .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #news .white-overlay-text h3 {
        font-size: 14px;
    }

    #news .white-overlay-text .read-more {
        font-size: 12px;
    }
}


/* ********************** About Us **************************** */

/*  */
#corporate-Representatives {
    padding: 100px 0;
}

#corporate-Representatives .section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}

#corporate-Representatives .section-heading h2 em {
    color: #d9232d;   /* Accent color */
    font-style: normal;
}

#corporate-Representatives .left-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

#corporate-Representatives img {
    transition: 0.3s ease;
}

#corporate-Representatives img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.corporate-img img{
    max-width: 100%;
}

.row.g-0.corporate-img {
    align-items: center;
    justify-content: right;
}

/*  */
.social-background {
    position: relative;
    padding: 60px 0 100px;
    overflow: hidden;
}

.bg-left-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background-image: url('/img/about-us/social-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.content-box {
    position: relative;
    z-index: 2;
    padding: 50px;
    border-radius: 8px;
}

.social-background h2 em {
    color: #d9232d;
    font-style: normal;
}

.social-background-box {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.section-heading h2 {
    font-size: 36px;
    font-weight: 700;
}

.left-content p {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 991px) {

    .bg-left-image {
        position: relative;
        width: 100%;
        height: 300px;
        margin-bottom: 40px;
    }

    .content-box {
        background: none;
        padding: 0;
        box-shadow: none;
    }
}

/* Reason */
#why-alpha {
    background: #f8f9fc;
    padding: 100px 0;
}

#why-alpha {
    position: relative;
    padding: 80px 0;
    background: url('../img/about-us/background.png') center center / cover no-repeat;
    z-index: 1;
}

.section-heading h2 {
    font-size: 32px;
}

.title-line {
    width: 200px;
    height: 4px;
    background: var(--color-yellow);
    margin-top: 10px;
}

.reason-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    text-align: left;
}

.reason-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.reason-icon {
    width: 60px;
    height: 60px;
    background: var(--color-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 26px;
    color: #fff;
    transition: all 0.3s ease;
}

.reason-card:hover .reason-icon {
    background: var(--color-red);
    color: #fff;
}

.reason-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}

.reason-card ul {
    padding-left: 18px;
}

.reason-card ul li {
    margin-bottom: 12px;
    font-size: 14px;
}

.reason-card p {
    font-size: 14px;
}

@media (max-width: 768px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

/* ********************** Our services **************************** */
.alpha-myanmar-services {
    padding: 100px 0 0;
    font-family: Arial, sans-serif;
}

.alpha-myanmar-services .row h1 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 42px;
    color: var(--color-red);
    font-weight: 600;
}

.alpha-myanmar-services .col-6 {
    padding: 30px;
    box-sizing: border-box;
}

.myanmar-recruitment {
    position: relative; 
    background-image: url('/img/services/service-img1.png');
    background-size: cover;
    background-position: center;
    color: #fff; 
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1 / 1; 
}

.myanmar-recruitment::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 0;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(50px);
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.myanmar-recruitment h3,
.myanmar-recruitment ul {
    position: relative;
    z-index: 1;
}

.myanmar-recruitment-content {
    margin-top: 360px;
}

.myanmar-recruitment h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

.myanmar-recruitment ul {
    list-style: none; 
    padding-left: 0;
}

.myanmar-recruitment ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
}

.myanmar-recruitment ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
}

.hotel-guest-room{
    position: relative; 
    background-image: url('/img/services/service-img2.png');
    background-size: cover;
    background-position: center;
    color: #fff; 
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1 / 1; 
}

.hotel-guest-room::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 0;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(70px);
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.hotel-guest-room h3,
.hotel-guest-room ul {
    position: relative;
    z-index: 1;
}

.myanmar-recruitment-content {
    margin-top: 350px;
}

.hotel-guest-room h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

.hotel-guest-room ul {
    list-style: none; 
    padding-left: 0;
}

.hotel-guest-room ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
}

.hotel-guest-room ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
}

.process-flow {
    position: relative;
}

.process-flow h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.process-flow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.process-flow ul li {
    position: relative;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #f1f1f1;
    border-radius: 8px;
    font-size: 14px;
}

@media (max-width: 992px) {
    .alpha-myanmar-services .row {
        display: flex;
        flex-wrap: wrap;
    }

    .alpha-myanmar-services .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
    }

    .myanmar-recruitment {
        aspect-ratio: auto; 
        min-height: 400px;
    }

    .hotel-guest-room {
        aspect-ratio: auto; 
        min-height: 400px;
    }

    .myanmar-recruitment-content {
        margin-top: 220px;
    }

    .alpha-myanmar-services .row h1 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .myanmar-recruitment h3 {
        font-size: 22px;
    }

    .hotel-guest-room ul li {
        font-size: 14px;
        padding-left: 30px;
    }

    .hotel-guest-room h3 {
        font-size: 22px;
    }

    .myanmar-recruitment ul li {
        font-size: 14px;
        padding-left: 30px;
    }

    .process-flow ul li {
        font-size: 14px;
        padding: 12px 16px;
        margin-bottom: 15px;
    }

    .process-flow h3 {
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 30px;
}
}

@media (max-width: 768px) {
    .alpha-myanmar-services .col-6 {
        padding: 20px;
    }

    .alpha-myanmar-services .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* FAQ */
section.faq h1 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 42px;
    color: var(--color-red);
    font-weight: 600;
}

/* ************************* News and Announcement *********************************** */
.news-section {
    background: #eeeeee;
}

section.news-section h2 {
    font-size: 28px;
}

section.news-section h5 {
    margin-bottom: 20px;
    color: var(--color-red);
}

.news-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    transition: 0.4s ease;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.news-img img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
}

.news-content {
    padding: 40px;
}

.news-date {
    font-size: 16px;
    color: #999;
    display: block;
    margin-bottom: 10px;
}

.news-content h3 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
}

.news-content p {
    color: #555;
    margin-bottom: 10px;
    font-size: 14px;
}

.news-content ul {
    padding-left: 20px;
}

.highlight-text {
    font-weight: 600;
    color: #e60023;
}

@media (max-width: 1400px) {
    .news-img img {
        min-height: 500px;
    }
}

@media (max-width: 1200px) {
    .news-img img {
        min-height: 530px;
    }
}

@media (max-width: 991px) {
    .news-img img {
        min-height: 300px;
        height: 300px;
    }

    .news-content {
        padding: 25px;
    }
}

/* *********************** Contact Us *************************** */

.form-bg {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-bottom: 100px;
}

.contact-info h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #b30000;
}

.contact-info .gray {
    color: #777;
    font-size: 15px;
    padding-bottom: 30px;
}

.reservation-form-control {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
    padding: 12px 18px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: none;
    margin-bottom: 20px;
}

.reservation-form-control:focus {
    border-color: #ffe261;
    box-shadow: 0 0 0 4px rgba(204, 0, 0, 0.1);
    outline: none;
}

textarea.reservation-form-control {
    height: auto;
    min-height: 140px;
    resize: none;
}

.btn-submit {
    width: 20%;
    height: 55px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    background: linear-gradient(135deg, #cc0000, #800000);
    color: #ffffff;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
    width: 200px;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(204, 0, 0, 0.3);
    color: #fff;
}

/* Alerts */
.alert {
    border-radius: 10px;
    padding: 12px 18px;
    margin-bottom: 20px;
    font-size: 14px;
}

.alert-danger {
    background: #ffe5e5;
    color: #b30000;
    border: 1px solid #ffb3b3;
}

.alert.success {
    background: #eafff6;
    color: #00b65b;
    border: 1px solid #ccffe3;
}

/* Responsive */
@media (max-width: 768px) {
    .form-bg {
        padding: 35px 20px;
    }

    .pr-8,
    .pl-8 {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-info h3 {
        font-size: 26px;
    }
}



/**************** Footer ***************/
footer {
    background: #353535;
    padding-top: 70px;
    padding-bottom: 20px;
}

.widget h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.address address span:nth-child(2) {
    flex: 0 0 65%;
    max-width: 65%;
    margin-top: -2px;
    font-size: 18px;
}
.address address span:nth-child(1) {
    flex: 0 0 20%;
    max-width: 20%;
    font-size: 16px;
    font-weight: 600;
}
.address address span i.fa {
    margin-right: 8px;
}
.address address span {
    color: #fff;
}
.widget.faq-widget a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;

}
.widget.faq-widget p {
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    color: #fff;
    width: 270px;
}
.address address span a {
    text-decoration: none;
    color: #fff;
}
.address address span a:focus,
.address address span a:hover{
    text-decoration: none;
    outline: none;
}
.copyright p a {
    text-decoration: none;
    color: var(--color-yellow);
    font-weight: 600;
}
.copyright p {
    margin-bottom: 0;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    padding-top: 12px;
}
.career-box h4>span {
    float: right;
}

.social-icon a{
    margin-right: 20px;
}
.address address {
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.address address span:nth-child(1),
.address address span:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
}


@media (min-width: 576px) {
    .address address span:nth-child(1) {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .address address span:nth-child(2) {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (max-width: 575px) {

    footer {
        padding-top: 50px;
    }

    .widget h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .widget.faq-widget p {
        font-size: 14px;
        text-align: left;
    }

    .address address span:nth-child(2) {
        font-size: 15px;
    }

    .social-icon {
        margin-top: 10px;
    }

    .social-icon a {
        margin: 0 10px;
    }

    .copyright p {
        font-size: 12px;
        text-align: center;
    }
}

/********************************************************/

/* scroll to top */
.scrollup{
    position:fixed;
    width:32px;
    height:32px;
    bottom:0px;
    right:20px;
    background: #222;
}
a.scrollup {
    outline:0;
    text-align: center;
    padding-top:5px;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
    opacity:1;
    text-decoration:none;
}
a.scrollup i {
    color: #fff;
}
a.scrollup i:hover {
    text-decoration:none;
}

/* go top */

#go-top {

    width: 42px;

    height: 42px;

    border-radius: 50%;

    background-color: #ffffff;

    color: #1f4c77;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 18px;

    position: fixed;

    right: 14px;

    bottom: 14px;

}

/* ********************** RESPONSIVE ********************************* */

@media (max-width: 1400px) {
.splide__caption h2 {
    font-size: 38px;
    line-height: 70px;
}
}

@media (max-width: 1200px) {
    .home_slides ul.splide__list li.splide__slide {
        height: 600px;
    }

    .splide__caption h2 {
        font-size: 33px;
        line-height: 50px;
    }

    .web-logo img {
    width: 260px;
}

}

@media (max-width: 992px){
    .home_slides ul.splide__list li.splide__slide {
        height: 500px;
    }

    .splide__caption h2 {
    font-size: 24px;
    line-height: 40px;
}

.splide__caption p {
    font-size: 12px;
    line-height: 20px;
}

.web-logo img {
    width: 250px;
}

    .xs.sm .responsive-menu-wrap {
        position: absolute;
        top: 20px;
        z-index: 99999;
    }
}

@media (max-width: 768px) {

    .xs.sm nav#topMenu {
        display: none;
    }
    .xs.sm .web-logo {
        margin: 0 auto;
        text-align: center;
    }

    .xs.sm .responsive-menu-wrap {
        position: absolute;
        top: 20px;
        z-index: 99999;
    }
    
    .xs.sm .home_slides ul.splide__list li.splide__slide{
        height: 195px;
    }
    nav#topMenu {
        display: none;
    }
    
    .xs .splide__caption {
        /* position: static; */
        /* display: none; */
    }

    .splide__caption p{
        display: none;
    }

    .xs div#about_section {
        padding-top: 50px;
    }

    .splide__caption a {
        display: none;
    }

    .splide__slide__container.caption.container .row {
        align-items: center;
    }
    .xs .splide__caption h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -20px;
    }
    .xs .splide__caption h3 {
        font-size: 16px;
        white-space: normal;
    }
    ul.splide__pagination.home-slide-pagination.splide__pagination--ltr {
        right: 4%;
    }

    .xs.sm .web-logo img {
        width: 200px;
    }
    .xs .overlay-bg:before {
        height: 299px;
        top: 210px;
      
    }
    .xs .career-box {
        margin-bottom: 30px;
    }
    ol.breadcrumb.breadcrumb-arrow {
        float: left !important;
    }
    .row.inner_banner_wrap h1 {
        font-size: 19px;
    }
    .xs ol.breadcrumb.breadcrumb-arrow li.active span,
    .xs .row.inner_banner_wrap ol.breadcrumb i.bi {
        font-size: 15px;
    }
    .xs .contact-section.application_form_form.online-application-page h2 {
        font-size: 20px;
    }

    .xs header div#top_header {
            position: static !important;
    }

    .online-application-page .table-responsive .form-control {
     width: auto;
      
    }
}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}

@media (max-width: 470px) {
        .xs .splide__caption h2 {
        font-size: 14px;
        line-height: 25px;
        margin-top: -20px;
    }
}

@media (max-width: 420px) {

    .xs .overlay-bg:before {
        top: 182px;
        left: 10px;
    }

    .widget.contact-info-widget {
        margin-bottom: 30px;
    }

    .widget.faq-widget a {
        margin-bottom: 30px;
    }
}

/* company Profile */

.section-title {
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--color-red);
    margin-top: 10px;
}

.company-info {
    list-style: none;
    padding: 0;
}

.company-info li {
    margin-bottom: 10px;
}

.section-title {
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--color-red);
    margin-top: 10px;
}

.company-info {
    list-style: none;
    padding: 0;
}

.company-info li {
    margin-bottom: 10px;
}

.services-section {
    background: var(--light-gray);
    text-align: center;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.service-card i {
    font-size: 40px;
    color: var(--color-red);
    margin-bottom: 15px;
}

.service-card:hover {
    transform: translateY(-8px);
}

.history-section {
    background: #fff;
}

.timeline {
    max-width: 600px;
    margin: auto;
}

.timeline-item {
    padding: 15px 20px;
    border-left: 3px solid var(--color-red);
    margin-bottom: 20px;
    background: #f9f9f9;
    border-radius: 6px;
}

.timeline-item span {
    font-weight: bold;
    color: var(--color-red);
}

.partner-link {
    text-decoration: none;
    font-weight: 600;
    color: var(--color-red);
    font-size: 18px;
}

.partner-link:hover {
    text-decoration: underline;
}

/*  */
.clients-section {
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.clients-header .clients-subtitle {
    color: #6c757d;
    font-size: 1rem;
}

.client-card {
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.client-icon {
    font-size: 3rem;
    color: var(--color-red);
}

.client-title {
    margin-top: 1rem;
    font-weight: 600;
}

.client-desc {
    color: #6c757d;
    font-size: 0.95rem;
}

.client-image {
    max-height: 280px;
    width: auto;
    border-radius: 20px;
}

.location-map iframe {
    border-radius: 20px;
}

@media (max-width: 1200px) {
    nav#topMenu ul li a {
    font-size: 11px;
    line-height: 100%;
    color: #2B2B2B;
    padding: 0 13px;
}
}

.service-card h5 {
    margin-top: 10px;
}

#message img {
    width: 500px;
}