:root{
  --primary-color : #0141A1;
  --title-font: "Montserrat", sans-serif;
}

*{
    font-family: 'Poppins', sans-serif;
}

/******************* Custom design ******************/



/******************************************************/
/* header */


nav {
    padding: 0 !important;
}
footer p, footer a, footer span {
    font-size: 13px;
    color: #fff;
}
.about-text {
    line-height: 35px;
    font-size: 16px;
}

.home-about-info p {
    font-size: 16px;
    line-height: 35px;
}

header {
    position: absolute;
    z-index: 111;
    width: 100%;
}

.menu {
    background: #ffffff;
    padding: 12px 12px;
    margin-top: 8px;
}

nav ul li a {
    transition: all 0.3s;
    text-transform: uppercase;
    color: black;
    padding: 20px 20px !important;
}

.navbar-toggler-iconbar {
    background: red;
    display: block;
    height: 2px;
    width: 25px;
    margin: 8px 0px;
}

.social{
    gap: 20px;
}

.social a{
    text-decoration: none;
}

.icon-box {
    background-color: var(--primary-color);
}

.icon-box i {
    color: #ffffff;
    align-items: center;
    padding: 10px;
}

/*  */

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

.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: 500;
    font-size: 41px;
    color: #ffffff;
    letter-spacing: 3%;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--title-font);
}

.splide__caption p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    padding-bottom: 12px;
    text-align: center;
}

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

div#home_slide {
    position: relative;
}

/* Front Page */
header div#top_header {
    position: relative;
    padding: 20px 0;
    background-color: transparent;
}



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: 17px;
    line-height: 100%;
    color: #2B2B2B;
    padding: 0 25px;
    font-family: var(--title-font);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

nav#topMenu ul li a:hover {
    color: var(--primary-color);
}

nav#topMenu ul li.active > a {
    color: var(--primary-color) !important;
    position: relative;
}

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;
    display: flex;
    justify-content: center;
    gap: 15px;
    position: absolute;
    width: 100%;
    left: 0;
}

.home-slide-pagination li button.splide__pagination__page {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-slide-pagination li button.splide__pagination__page.is-active {
    background-color: #ffffff;
    transform: scale(1.5);
}

/* 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 );
} */

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

.splide__caption h2 {
    font-size: 36px;
}
}

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

.splide__caption h2 {
    font-size: 34px;
}
}

@media (max-width: 1200px) {
    nav#topMenu ul li a {
        padding: 0 11px !important;
        font-size: 14px;
    }
}

.home_slides ul.splide__list li.splide__slide{
    height: 700px;
}

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

.splide__caption p {
    font-size: 18px;
}
@media (max-width: 1200px){
    .splide__caption h2 {
    font-size: 22px;
    font-weight: 700;
}

.splide__caption p {
    font-size: 15px;
}
}


@media (max-width: 992px){

    .home_slides ul.splide__list li.splide__slide{
    height: 400px;
}

.splide__caption {
    top: 20%;
}

    .splide__caption h2 {
        display: none;
    }

    .splide__caption p {
        display: none;
    }

    .custom-btn{
        display: none;
    }


}

@media (max-width: 992px){

    .home_slides ul.splide__list li.splide__slide{
    height: 400px;
    }

    .splide__caption p {
        font-size: 14px;
    }

}

@media (max-width: 768px){

    .home_slides ul.splide__list li.splide__slide{
    height: 300px;
    }

    .splide__caption h2 {
        display: none;
    }

}

@media (max-width: 568px){

    .home_slides ul.splide__list li.splide__slide{
    height: 200px;
    }
}


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

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

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    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: #0d6efd; /* Bootstrap primary */
}

.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;
    }
}

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

.text-color {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
}
.grid-container {
    display: grid;
    grid-template-columns: 60px auto;
}
.icon-box img {
    background: var(--primary-color);
    padding: 10px 10px;
}
.icon-box {
    width: 45px;
    height: 40px;
    margin-top: 10px;
}

i.fa-solid.fa-globe {
    margin-left: 3px;
}

.title{
    border-left: 3px solid #ff0000;
    padding: 0px 0px 0px 10px;
}
.service {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    height: 250px;
    overflow: hidden;
}

.service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service::before {
    content: "";
    position: absolute;
    inset: 0; 
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.service h6,
.service i {
    position: absolute;
    z-index: 2;
}

.service h6 {
    bottom: 100px;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.service i {
    bottom: 0px;
    right: 0px;
    background: var(--primary-color);
    padding: 8px;
    color: #ffffff;
}

.project-container {
    max-width: 1500px;
}
.index-services {
    background: linear-gradient(transparent,#ffffff96 0px),url(../images/service-bg.png);
}

.service {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    height: 100%; /* important */
    overflow: hidden;
}

.service img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* makes image fill nicely */
    display: block;
}

.owl-prev span, .owl-next span {
    font-size: 3em;
    line-height: 33px;
}
.carousel-caption{
    bottom: 30%;
}
.owl-carousel {
    position: relative;
}
.copy-text {
    font-size: 13px;
    color: #fff !important;
}
footer {
    /* background: linear-gradient(to right, #fde022 38.5%,#222222 35%); */
}
.container-holder{
    overflow: hidden;
    background: #222222;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #fff !important;
}

.color-box{
    background: var(--primary-color);
    padding: 0 15px 9999px 9999px;
    margin: 0 10px -9999px -9999px;
}

h6.contact-info-tit {
    color: #fff;
    line-height: 1.5;
}

.owl-prev {
    position: absolute;
    left: -4px;
    background: black !important;
    color: white !important;
    margin: 0 !important;
}
.owl-next {
    position: absolute;
    right: -4px;
    background: black !important;
    color: white !important;
    margin: 0 !important;
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.social-link li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.social-link li {
    display: inline;
    padding: 0px 10px 0px 0px;
}
.social-link {
    padding: 0;
    list-style: none;
}
.contact-info-tit::after{
    background: #fff;
}

.blue::after{
    background: var(--primary-color);
}

footer h6::after {
    content: "";
    display: block;
    width: 58px;
    background: var(--primary-color);
    height: 2px;
    margin: 20px 0px;
}
.useful-link li a {
    background: var(--primary-color);
    color: #fff;
    width: 100px !important;
    display: inline-block;
    text-align: center;
    margin: 0px 10px 10px 0px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    transition: all 0.3s;
    line-height: 28px;
    text-decoration: none;
}
.useful-link li a:hover{
    background: transparent;
    color: var(--primary-color);
    text-decoration: none;
}
.useful-link li {
    display: inline;
}

.custom-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 30px;
    transition: all 0.3s;
    border-radius: 10px;
    text-decoration: none;
}

.custom-btn:hover{
    color: white;
    text-decoration: none;
}

.index-experiences {
    padding: 80px 0px;
}
.useful-link {
    padding: 0;
    margin: 0;
}

@media (max-width: 992px) {
    .color-box {
        margin: 0px -15px 0px -15px;
        padding: 0px 15px 0px 15px;
    }
    header{
        position: unset;
    }
    .top-header{
        background: var(--primary-color);
        display: none;
    }
}

.top-header-phone{
    font-size: 18px;
}



/* -------------- home gallery ------------------ */
.home-gallery {
    padding: 80px 0 140px;
}

.gallery-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-card img {
    width: 100%;
    transition: transform 0.4s ease;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.home-gallery-slider{
    margin-top: 60px;
}

.home-gallery-slider .splide__arrow{
    align-items: center;
    background: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

.home-gallery-slider .splide__arrow--prev{
    left:-70px;
}

.home-gallery-slider .splide__arrow--next{
    right:-70px;
}

.splide__arrow svg {
    fill: var(--primary-color) !important;
    height: 0.9em !important;
    width: 0.9em !important;
}

@media (max-width: 1440px){
    .home-gallery-slider  .splide__arrow--prev {
    left: 400px;
    }

    .home-gallery-slider  .splide__arrow--next {
    right: 400px;
}

    .home-gallery-slider  .splide__arrow {
        top: 115%;
    }

}

@media (max-width: 992px){
    .title-row{
        text-align: center;
        justify-content: center;
    }

    .title-row .col-12{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .title-row .custom-btn{
        margin-top: 15px;
    }

        .home-gallery-slider  .splide__arrow--prev {
    left: 200px;
    }

    .home-gallery-slider  .splide__arrow--next {
    right: 200px;
}
}

@media (max-width: 576px){
    .home-gallery-slider  .splide__arrow--prev {
    left: 100px;
    }

    .home-gallery-slider  .splide__arrow--next {
    right: 100px;
}

    .home-gallery-slider  .splide__arrow {
        top: 115%;
    }

    .home-gallery-slider  .splide__slide{
        display: flex;
        justify-content: center;
    }

    .home-gallery-slider  .product-card{
        max-width: 280px;  
        margin: 0 auto;
        text-align: center;
    }

}

/* ********************** Who We Are **************************** */
.about-us{
    padding: 100px 0;
    background: #fff;
}

.about-us h2 {
    color: #0d1b2a;
    font-size: 2rem;
}

.about-us p {
    color: #495057;
    line-height: 1.7;
    font-size: 18px;
}

.about-image {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Why Companies Trust Arrays Engineering */

.why-trust h2 {
    color: #0d1b2a;
    font-size: 2rem;
    margin-bottom: 20px;
}

.trust-item {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.trust-icon {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.trust-item p {
    color: #495057;
    margin: 0;
    font-weight: 500;
}

/*  */
.procurement-process{
    padding: 100px 0;
    background-color: #ffffff;
}

.procurement-process p {
    font-size: 18px;
    margin-bottom: 40px;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.process-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 400px;
}

.process-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.process-card .card-body {
    padding: 25px 25px;
}

.process-card h5 {
    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: 20px;
}

.process-card p {
    color: #495057;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    width: auto;
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/*  */
.strong-trust {
    background-color: #f1f5f9;
    padding: 60px 0;
}

.strong-trust h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 2rem;
}

.strong-trust p {
    color: #495057;
    line-height: 1.7;
}

.strong-trust p.lead {
    font-size: 20px;
    font-weight: 500;
}

@media(max-width: 992px){
.procurement-process p {
    font-size: 18px;
    margin-bottom: 40px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 40px;
}
}

/* ********************** What We do **************************** */
.industries {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.industries h2 {
    color: #0d1b2a;
    font-weight: 700;
    margin-bottom: 15px;
}

.industries p.lead {
    color: #495057;
    font-size: 18px;
    margin: 0 auto;
    width: 1000px;
    line-height: 1.9;
}

.industry-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.industry-card .card-body {
    padding: 15px 20px;
}

.industry-card h5 {
    color: #0d1b2a;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 10px;
}

.industry-card p {
    color: #495057;
    font-size: 18px;
    line-height: 1.7;
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

@media(max-width: 992px){
    .industries p.lead {
    width: auto;
}
}

/*  */
.strategic-value {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.value-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon i {
    font-size: 28px;
    color: #fff;
}

.value-card h5 {
    color: #0d1b2a;
    margin-bottom: 10px;
    font-weight: 600;
}

.value-card p {
    color: #495057;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
}

/*  */
.how-support {
    background-color: #ffffff;
    padding: 100px 0;
}

.how-support h2 {
    color: #0d1b2a;
    font-weight: 700;
}

.how-support p{
    color: #495057;
    line-height: 1.8;
    font-size: 18px;
}

.support-item {
    margin-bottom: 20px;
    gap: 15px;
}

.support-icon {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.support-icon i {
    font-size: 20px;
    color: #fff;
}

.support-item h6 {
    margin-bottom: 5px;
    font-weight: 600;
    color: #0d1b2a;
}

.support-item p {
    margin: 0;
    font-size: 0.95rem;
}

/*  */
.what-we-do {
    background-color: #ffffff;
    padding: 60px 0;
}

.what-we-do h2 {
    color: #0d1b2a;
    font-weight: 700;
}

.what-we-do p {
    color: #495057;
    line-height: 1.7;
}

.what-we-do p.lead{
    font-size: 20px;
    font-weight: 500;
}

/*  */
.quality-compliance {
    background-color: #ffffff;
    padding: 100px 0;
}

.quality-compliance h2 {
    color: #0d1b2a;
    font-weight: 700;
    font-size: 36px;
}

.quality-compliance p{
    color: #495057;
    line-height: 1.6;
    font-size: 18px;
    width: 600px;
}

@media(max-width: 992px){
.quality-compliance p {
    width: auto;
}

.padding-left {
    padding-left: 0px;
}
}

.qc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.qc-standards {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
}

.qc-standards li {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.padding-left{
    padding-left: 50px;
}

/*  */
.support-projects {
    background-color: #ffffff;
    padding: 100px 0;
}

.support-projects h2 {
    color: #0d1b2a;
    font-weight: 700;
}

.support-projects p {
    color: #495057;
    line-height: 1.6;
}

.support-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.support-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 500;
    color: #0d1b2a;
}

.check-icon {
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.check-icon i {
    color: #fff;
    font-size: 14px;
}

.support-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* become a partner */
.partner-section {
    padding: 100px 0;
    background: #f9f9f9;
}

.partner-section h2 {
    color: #0d1b2a;
    font-weight: 700;
}

.partner-section p {
    color: #495057;
    line-height: 2;
    font-size: 18px;
}

.partner-list {
    list-style: none;
    padding: 0;
}

.partner-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
    color: #0d1b2a;
}

.partner-list i {
    margin-right: 16px;
    color: var(--primary-color);
    font-size: 18px;
}

.partner-btn {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.partner-btn:hover {
    background-color: #003c7c;
    color: #fff;
}


/* ************************* Projects *********************************** */


/* ************************* Gallery ***************************** */
.gallery {
    padding: 100px 0;
}

.gallery-filters button {
    border: none;
    background: #eee;
    padding: 8px 18px;
    margin: 5px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.gallery-filters button.active,
.gallery-filters button:hover {
    background: var(--primary-color);
    color: #fff;
}

.gallery-item {
    transition: 0.3s ease;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

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

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
    pointer-events: none;
}

.gallery-card::after {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 24px;
    color: #fff;

    opacity: 0;
    transition: 0.3s;
    z-index: 2;
    pointer-events: none;
}

.gallery-card:hover::before {
    opacity: 1;
}

.gallery-card:hover::after {
    opacity: 1;
}

.row.title-row.mb-4 {
    text-align: center;
}

/* light box text */
.glightbox-clean .gslide-title {
    color: #ffffff !important;
}

.glightbox-clean .gslide-description {
    background: transparent !important;
}


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

.contact-card {
    padding: 30px 20px;
    border-radius: 10px;
}

.contact-section {
    padding: 100px 0;
}

.contact-method {
    padding: 15px 0px;
    border-radius: 8px;
    flex: 1;
    font-size: 24px;
}

.contact-method h5 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1rem;
}

.contact-method p {
    margin: 0;
    font-size: 15px;
}

.contact-method a {
    text-decoration: none; 
    color: #333;
    font-weight: 500;
}

.contact-method a:hover {
    text-decoration: underline; 
}

.gray {
    color: #272727;
    font-size: 18px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .contact-method {
        width: 100%;
    }
}

.contact-method a i {
    padding-top: 12px;
    font-size: 1.3rem; 
    color: var(--primary-color); 
    margin-right: 10px;
    transition: transform 0.2s, color 0.2s;
}

.contact-method a i:hover {
    color: #0d47a1; 
    transform: scale(1.2); 
}


/* form */

.form-content {
    background: #eff6ff;
    padding: 60px 30px 60px 30px;
    border-radius: 40px;
}

.form-group {
    margin-bottom: 18px;
}

/* INPUT */
.reservation-form-control {
    background-color: #ffffff;
    border: 1px solid #cfdaf5;
    color: var(--primary-color);
    font-size: 0.9rem;
    padding: 14px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.reservation-form-control:hover {
    background-color: #ffffff;
    border-color: #b6c9f2;
}

.reservation-form-control:focus {
    background-color: #ffffff;
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26,115,232,0.15);
}

.reservation-form-control:disabled {
    background-color: #eef2f8;
    cursor: not-allowed;
}


/* BUTTON */
.btn-submit {
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    color: #fff;
    background-color: #0d47a1;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(26,115,232,0.3);
}

@media (max-width: 767px) {
    .pr-8, .pl-8 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.form-margin {
    display: flex;
    justify-content: center;
}

.btn-submit {
    width: 70%;          
    max-width: 420px;     
    text-align: center;
}

/* 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: #c1fcb9;
    color: #0da132;
    border: 1px solid #4fdb7e;
}

/* 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;
    }
}

#map{
    margin: 100px 0;
}

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

.location-map {
    overflow: hidden;
    border-radius: 15px;
    height: 450px; 
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* responsive */

@media (max-width: 991px) {
    .contact-section .row > .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .form-margin .btn-submit {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #map {
        padding: 50px 0;
    }

    .location-map {
        height: 300px; 
        border-radius: 15px;
    }

    .contact-method {
        flex: 0 0 100%;
    }
}

@media(max-width: 575px){
.input-group.xs-margin {
    margin-bottom: 20px;
}
}


/**************** Footer ***************/


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

/* scroll to top */
.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: var(--primary-color);
    z-index: 1111;
}
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: 1200px) {
    .web-logo img {
    width: 260px;
}

.info-2{
    display: none;
}

.service h6 {
    bottom: 60px;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

}

@media (max-width: 992px){
    .web-logo img {
        width: 200px;
    }

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

    .info-1{
    display: none;
}

.service h6 {
    bottom: 40px;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
}

@media (max-width: 768px) {

.useful-link-div{
display: none;
    }

    .quality-compliance {
    background-color: #ffffff;
    padding: 0px 0;
}


    .info-2{
    display: block;
}

    .info-1{
    display: block;
}

    .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;
        text-align: left;
    }
    .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;
    }

    .gallery-card img {
    width: 400px;
    height: 320px;
    object-fit: cover;
    transition: 0.4s ease;
}
}

@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;
    }
}

@media(max-width: 992px){

.padding-left {
    padding-left: 20px;
}
}

.mm-menu_offcanvas.mm-menu_opened {
    z-index: 111 !important;
}

span.hamburger-inner {
    /* margin-top: 25px; */
}

@media (max-width: 768px) {
    .service h6 {
        bottom: 160px;
        left: 0;
        right: 0;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
    }
}

.website-link{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/*  */
.custom-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--primary-color);
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.sub-title {
    font-size: 16px;
    letter-spacing: 3px;
    color: #6c757d;
    text-transform: uppercase;
}

.trust-test{
    font-size: 18px;
    line-height: 1.9;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: black;
}

.service img {
    transition: transform 0.4s ease; 
}

.service:hover img {
    transform: scale(1.1);
}

.service:hover img {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.top-header-phone a {
    color: #fff;
}

.about-image img {
    width: 100%;
}