body {
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}

html {
    font-size: 10px;
    font-size: 62.5%;
}

b,
strong {
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 12px;
    margin-bottom: 0;
}

img {
    object-fit: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding: 1rem 0;
    padding: 0;
    font-size: 2.8rem;
}

section {
    padding: 5rem 0;
}

.section-header {
    width: 70%;
    margin: 0 auto 3rem;
}

.bg {
    background: #1351a4;
}

.bg-blue-dark {
    background: #082d61;
}

main>.container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.region-content .container {
    max-width: 1320px;
    margin: 0 auto !important;
}

.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
    padding: 0;
}

.col-md,
.col,
.row {
    padding: 0 !important;
    margin: 0 !important;
}

main ul {
    list-style-type: none;
    padding: 0;
}

main ul li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
}

main ul li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 1rem;
    margin-bottom: .3rem;
}

/* NAVBAR & LOGO */
#block-bootstrap5-branding img {
    width: 100%;
}

.navbar {
    background: linear-gradient(to right,
    #ffffff 0%,       /* White */
    #e5ecf9 20%,      /* Very pale blue */
    #c4d5f3 40%,      /* Soft pastel blue */
    #94ade3 60%,      /* Mid soft blue */
    #4a72c4 80%,      /* Mild medium blue */
    #2f54a3 100%      /* Slightly deeper blue (but not dark navy) */
  );
  color: white;
}
.navbar ul li {
    padding: 0;
    margin: 0;
}

.navbar ul li::before {
    content: none;
}

.nav-link {
    color: white;
    padding: 0 2rem !important;
    font-weight: 600;
    width: fit-content;
}

.nav-link.is-active,
.nav-link:hover,
.navbar-nav .nav-link.active {
    color: #1351a4;
}

/* Intro Home section */
.intro-section {
    align-items: center;
}

.intro-section p {
    padding: 0 2rem;
    color: #fff;
}

.intro-section .col-md-6,
.intro-section {
    padding: 0 !important;
    margin: 0 !important;
}

/* Mission Vision */
.box {
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.2) !important;
    padding: 0rem 1rem 5rem;
    text-align: center;
    transition: 0.3s;
    margin: 0 2rem;
    background-color: #fff;
    border-radius: 1.2rem;
}

.about-us-overview .overview,
.our-expertise-aboutus h2 {
    color: #fff;
}

.our-expertise-aboutus {
    margin: 5rem 0;
}

.home-mission-vision img {
    padding: 30px 50px 0;
    transition: 0.5s;
    transform: scale(1.1);
}

.box:hover img {
    transform: none;
}

/* Our Expertise */
.our-expertise {
    color: black;
    /* background-color: #fff !important; */
}

.our-expertise>h2 {
    color: #fff;
}

.our-expertise ul li {
    font-size: 1.8rem;
    line-height: 1.8;
}

.our-expertise-list ul li::before {
    background-color: #1351a4 !important;
}

.our-expertise-content {
    padding-top: 2rem !important;
}

.our-expertise-list {
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.2) !important;
    margin: 2rem 1rem;
    padding: 2rem 2rem;
    background: #fff;
    min-height: 210px;
}

/* About Us Page*/
.field--name-field-about-us-image img {
    width: 100%;
    height: 50vh;
    object-fit: cover !important;
}

.our-expertise-aboutus-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 70%;
    margin: 3rem auto !important;

}

.our-expertise-aboutus-cards .col-md-2 {
    padding: 1.5rem;
    float: none;
    text-transform: none;
    text-align: center;
    background: #0d3873;
    border-radius: 1rem;
    display: flex;
    color: #fff;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0/15%);
    min-height: 125px;
    align-items: center;
    /* width: 100%; */
    font-weight: 600;
    transition: all 0.3s;
}

.our-expertise-aboutus-cards .col-md-2:hover {
    background: #1351a4;
}

/* Homepage gallery */
.haveAproject {
    background-size: cover;
    background-repeat: no-repeat;
}

.haveAproject {
    padding: 80px 69px 80px 78px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, #0d3873, rgb(19 81 164 / 57%)), url(/sites/default/files/2025-06/13.jpg) center center;
    margin: 0 auto;
    width: 80%;
    transition: all 0.3s;
    background-size: cover;
}

.haveAproject .wantToWork-caption h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 13px;
}

.haveAproject .wantToWork-caption p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.haveAproject .btn-ans {
    background: #fff;
    position: relative;
    color: #082d61;
    font-size: 22px;
    padding: 7px 40px;
}

.haveAproject:hover {
    scale: 1.02;
}

.haveAproject .btn-ans:hover {
    background: #082d61;
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.home-events-accomplished {
    margin: 5rem 0;
}

/* Gallery Images */
.field--name-field-gallery-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8rem 0;
}

.field--name-field-gallery-images .field__item {
    height: 350px;
    width: 350px;
    overflow: hidden;
    margin: 20px;
    border-radius: 0.5rem;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0/15%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.field--name-field-gallery-images img {
    box-shadow: 1px 2px 5px 0 rgb(0 0 0/15%);
    text-align: center;
    height: 350px;
    width: 350px;
    transition: 0.3s;
    object-fit: cover;
    border-radius: 0.5rem;
    transition: transform 0.4s ease;
    ;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.field--name-field-gallery-images .field__item img:hover {
    transform: scale(1.05);
}

.field--name-field-gallery-banner img {
    width: 100%;
    height: 50vh;
    object-fit: cover !important;
}

/* Our Solutions  */
.path-frontpage .our-solutions {
    margin-top: 8rem;
    margin-bottom: 0;
}

.our-solutions {
    padding: 8rem 0;
}

.field--name-field-solution-banner-image img {
    width: 100%;
    height: 50vh;
    object-fit: cover !important;
}

.our-solutions h2 {
    color: #fff;
    padding-bottom: 1rem;
}

.our-solutions .our-solutions-content .icon-box {
    padding: 32px 30px;
    position: relative;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.5);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    width: 23%;
    min-height: 375px;
    margin: 1rem;
}

/* .our-solutions .our-solutions-content .icon-box:hover{
    transform: scale(1.02);
} */
.our-solutions .our-solutions-content .icon-box .icon {
    margin-bottom: 10px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.our-solutions .our-solutions-content .icon-box .icon img {
    width: 72px;
    transition: all 0.5s;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.2) !important;
    background: #3573b9;
    border-radius: 0.5rem;
}

.our-solutions .our-solutions-content .icon-box:hover .icon img {
    box-shadow: none;
    background: transparent;
    border-radius: 50%;
}

.our-solutions .our-solutions-content .icon-box .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}

.our-solutions .our-solutions-content .icon-box:hover .title {
    color: #1351a4;
}

/* Contact Us  */
.page-node-type-contact-us .region-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8rem 0;
}

.contact-header {
    color: #fff;
}

.contact-us-form {
    background: #fafbff;
    padding: 30px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-top: 13rem;
    border-radius: 1.2rem;
    height: 39rem;
}

.contact-us-form .form-control {
    padding: 12px 15px;
    font-size: 1.2rem;
    font-family: Roboto, sans-serif !important;
    ;
}

.contact-us-form #edit-inquiry {
    height: 8.1rem;
}

.contact-us-form #edit-submit {
    background: #1351a4;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    display: flex;
    margin: 0 auto;
    font-size: 1.4rem;
}

.contact-us-form #edit-submit:hover {
    opacity: 0.9;
}

.contact-us-content {
    color: #444444;
    background: #fafbff;
    padding: 5rem 3rem;
    border: 1px solid rgba(0, 0, 0, .125);
    margin: 2rem;
    margin-left: 0;
    border-radius: 1.2rem;
}

.contact-us-info {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 2rem;
    display: flex;
}

.contact-us-info:nth-child(3) {
    border: none !important;
    margin: 0 !important;
}

.contact-us-info p {
    padding-bottom: 0;
}

.contact-us-info svg {
    font-size: 2.1rem;
    color: #1351a4;
    margin-right: 2rem;
    margin-top: 0.5rem;
}

/* Homepage services  */
/* #cta {
    margin-bottom: 3rem;
} */

.cta {
    background: linear-gradient(90deg, #1352a4b8, #1352a4b8), url("/sites/default/files/2025-06/6.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

.cta p {
    color: #fff;
    font-size: 19px;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;

}

.cta .cta-btn:hover {
    background: #082d61;
    border: 2px solid #082d61;
}

/* Home Prod & Proj */
/* .home-prod-proj .cta ul li::before {
    background-color: #1351a4 !important;
} */

.home-prod-proj ul li {
    padding-left: 2rem;
    text-align: left;
}

.prod-proj-cont {
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.2) !important;
    margin: 5rem 1rem;
    padding: 2rem 2rem;
    /* background: #fff; */
    color: white;
}

.home-prod-proj p {
    font-weight: 100;
}

.home-productions-projects>h2 {
    color: #fff;
}

.our-expertise .cta {
    padding: 40px 0;
    color: white;
    font-weight: 700;
}

/* Banners  */
.layout__region .field--name-field-service-banner-title,
.layout__region .field--name-field-about-us-banner-title,
.field--name-field-gallery-banner-title,
.field--name-field-solution-banner-title,
.field--name-field-contact-us-banner-title {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.2rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.layout__region .field--type-image>img,
.field--name-field-contact-us-banner>img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    position: relative;
    z-index: -1;
    filter: brightness(0.7);
}

.page-node-type-service-page .layout__region .field--type-image>img {
    z-index: 0;
}

/* .field--name-field-service-banner-image,
.field--name-field-about-us-image,
.field--name-field-gallery-banner,
.field--name-field-solution-banner-image,
.field--name-field-contact-us-banner {
    background-image: linear-gradient(to bottom right, rgb(56 68 103 / 70%), rgb(56 68 103 / 70%));
    background-image: linear-gradient(to bottom right,
            rgba(63, 81, 181, 0.9),
            rgba(156, 39, 176, 0.7));
    filter: brightness(0.3);
} */

/* Home Banner  */
.layout__region .home-banner-carousel img {
    height: 90vh;
    object-fit: cover;
    z-index: -1;
    position: relative;
}

/* .home-banner-carousel .carousel-item,
.layout__region .home-banner-carousel img {
    background-image: linear-gradient(to bottom right,
            #1352a4b8,
            #1352a4b8);
    filter: brightness(50%);
} */
.layout__region .home-banner-carousel img {
    filter: brightness(55%);
}

.home-banner-carousel p {
    padding-bottom: 0;
}

.carousel-dark .carousel-caption {
    color: #fff;
    left: 50%;
    top: calc(50% + 50px);
    transform: translate(-50%, -50%);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: none;
}

/* footer */
.footer-dark {
    padding: 120px 0px !important;
    background: #082d61 !important;
}

.footer_links li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

/* Services Page  */
.service-offered-cards .view-content {
    display: flex;
    justify-content: center;
    margin: 5rem 0;
}

.service-desc .field--name-field-service-description- {
    margin-top: 8rem !important;
}

.services-cards .service-offered-cards {
    margin-bottom: 5rem !important;
}

.services-offered {
    display: flex;
    justify-content: center;
    padding: 2.5rem 3.5rem;
    float: none;
    text-transform: none;
    text-align: center;
    background: #0d3873;
    border-radius: 1.5rem;
    display: flex;
    color: #fff;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 15%);
    min-height: 205px;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s;
    margin: 0 1rem;
}

.services-offered:hover {
    background: #3774bb;
}

.service-offered-cards a {
    color: #fff;
    text-decoration: none;
}

.services-offered .col-md-3 {
    width: 40%;
}

.services-offered img {
    width: 110px;
    height: auto;
    margin-bottom: 1rem;
}

.service-offered-cards .view-content .views-row:first-child .services-offered img {
    width: 120px;
}

/* Service Inner Page  */
.page-node-type-service-page .region-content,
.page-node-type-contact-us .region-content,
.page-node-type-about-us .field--name-field-about-us-description,
.field--name-field-gallery-images {
    background: #1351a4 !important;
}

.service-inner-page-cards .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-inner-page-card {
    width: 100%;
    padding: 32px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(18 66 101 / 96%);
    transition: all 0.3s;
    border-radius: 8px;
    min-height: 400px;
    margin-bottom: 3rem;
    /* border-bottom: 3px solid #1351a4; */
}

.service-inner-page-card:hover {
    box-shadow: none;
}

.service-inner-page-card:hover h2 {
    color: #1351a4;
}

.page-node-type-service-page main ul li::before {
    background-color: #1351a4;
}

.page-node-type-service-page main ul li {
    padding-left: 0;
}

.equipment-icon {
    margin-top: 5rem;
}

.equipment-title h1 {
    color: #fff;
    border-bottom: 2px solid #fff;
    width: fit-content;
    margin: 3rem auto 5rem;
}

.service-inner-page-cards .col-md-4 {
    margin: 0 1rem;
    width: 30%;
}

/* Footer  */
.footer_links {
    margin-bottom: 2rem;
}

.footer_detail p {
    padding: 0;
}

.footer_links em {
    font-size: 2rem;
    padding: 1.5rem;
    margin: 0 1rem;
    transition: all 0.3s;
}

.footer_links em svg {
    width: 20px;
    height: 20px;
}

.footer_links em:hover {
    background: #1351a4;
    border-radius: 1rem;
}

.footer_detail p a,
.nav-link.is-active,
.nav-link,
.navbar-nav .nav-link.active,
.our-solutions .our-solutions-content .icon-box .title {
    transition: all 0.3s;
    position: relative;
}

.footer_detail p:nth-child(2) a::after,
.nav-link.is-active::after,
.nav-link::after,
.navbar-nav .nav-link.active::after,
.our-solutions .our-solutions-content .icon-box .title::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transition: transform 0.25s ease-out;
    transform-origin: bottom center;
}

.nav-link.is-active::after,
.nav-link::after,
.navbar-nav .nav-link.active::after,
.our-solutions .our-solutions-content .icon-box .title::after {
    transform-origin: bottom left;
    background-color: #1351a4 !important;
}

.our-solutions .our-solutions-content .icon-box .title {
    width: fit-content;
}

.footer_detail p:nth-child(2) a:hover::after,
.nav-link.is-active:hover::after,
.nav-link:hover::after,
.navbar-nav .nav-link.active:hover::after,
.our-solutions .our-solutions-content .icon-box:hover .title::after {
    transform: scaleX(1);
}

.nav-link {
    padding: 0 !important;
    margin: 0 1rem !important;
}

.thank-you {
    text-align: center;
}

.sticky-nav {
    position: fixed;
    top: 0;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.carousel-caption h2 {
    font-size: 3.8rem;
}

.carousel-caption p {
    font-size: 24px !important;
    line-height: 1.4;
}

.ct-mail {
    border-bottom: 1px solid #dcd3d3;
    width: 100%;
}

.ct-whatsapp {
    margin: 0;
    padding: 16px 0;
    border-bottom: none;
}

.svg-inline--fa .fa-square-whatsapp {
    margin: 0px !important;
}

.our-expertise-list {
    height: 32vh;
}
.cta-our-solution {
    background: linear-gradient(90deg, #1352a4b8, #1352a4b8), 
                url("/themes/contrib/bootstrap5/images/bule-light.webp") fixed center center;
    background-size: cover;
    padding: 120px 0;
}
.fa-square-whatsapp{
    color: #128c7e !important;
    font-size: 3rem !important;
}
.ct-whatsapp a{ 
    display: flex !important;
    align-items: center !important;
}