body {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;    
}
p {
    margin-bottom: 5px;
}
a {
    color: inherit !important;
}
:root {
    --hpln: #003876;
    --water: #018BA5;
    --base-color: #152A36;
    --environmental: #004F49;
    --infra: #152A36;
    --contracting: #102D3D;
    --data:#004d82;

}
.hpln-color {
    color: var(--hpln);
}
.hpln-bg {
    background-color: var(--hpln);
}


.bg-hpln {
    background-color: var(--hpln);
}
.color-hpln {
    color: var(--hpln);
}


.bg-water{
    background-color: var(--water);
}
.color-water {
    color: var(--water);
}

.bg-environmental {
    background-color: var(--environmental);
}
.color-environmental {
    color: var(--environmental);;
}

.bg-contracting {
    background-color: var(--contracting);
}
.color-contracting {
    color: var(--contracting);;
}


.bg-data {
    background: linear-gradient(to bottom, #003876, #00A3B3);
}
.color-data {
    color: var(--data);
}


.bg-infra {
    background-color: var(--infra);
}
.color-infra {
    color: var(--infra);
}



.base-color {
    color: var(--base-color);
}
.base-bg {
    background-color: var(--base-color);
}


.btn  {
    border: 1px solid transparent;
    padding: 8px 50px;
}
.btn:hover {
    border: 1px solid transparent;
}
.btn-rounded{
    border-radius: 30px;
}
.btn-water-outline {
    border: 1px solid var(--water);
    color: white;
}
.btn-water-outline:hover {
    background-color: #365d65;
    color: white;
}

.btn-water-bg {
    background-color: var(--water);
}
.btn-water-bg:hover {
    background-color: #029cba ;
    /* border: 1px solid var(--water); */
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* START Headear and banner Section  */

.nav-link {
    color: var(--base-color) !important;
    font-weight: 500;
    padding-right: 20px !important;
}
.header-section .logo {
    width: 320px !important;
}

.header-section .btn {
    padding: 5px 25px;
} 
.navbar-collapse {
    justify-content: end !important;
}

.navbar-toggler:focus {
    box-shadow:  0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}


/* END Headear Section  */





/* start banner section   */
.banner-content-div {
    left: 50px;
    top: 50%;
    text-align:left;
    transform: translateY(-50%);
}


.banner-section {
    height: 100vh;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Overlay styling */
.banner-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-colorrgb(255 255 255 / 30%);
    z-index: 1;
}



/* Make sure content appears above the overlay */
.banner-section .position-absolute {
    z-index: 2;
}


.banner-brief {
    max-width: 740px;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}
.banner-title {
    /* color: #00BFE4; */
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;    
}
.title-text {
    font-weight: 600;
    font-size: 62px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.banner-section .btn {
    text-transform: uppercase;
}
/* end banner section   */



/* start service card section   */
.service-card-section .col-md-4 {
    height: auto !important;
}

.service-card-section {
    background-color: #021b22 ;
}

.service-card {
    position: relative; 
    /* display: flex;
    flex-direction: column; 
    justify-content: flex-end; 
    align-items: flex-start;  */
    border-radius: 20px;
    background-size: cover;  
    background-position: center;
    margin-bottom: 25px;
}
.service-card::after {
    content: '';
    /* background-color: red; */
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(255,255,255,0));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 20px;
}
.service-card-content {
    position: absolute;
    bottom: 0px; 
    color: white;
    font-size: 26px;
    font-weight: 500;
    padding: 20px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 2;
}
.height-short {
    height: 280px;
}
.height-long {
    height: 450px;
}

/* END service card section   */


/* START footer section  */
.footer-section  {
    background-color:#f5f6fa ;
}
.white-logo-container {
    /* background-color: white; */
    border-radius: 10px;
    padding: 20px 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.white-logo-container img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.footer-section-logo {
    max-width: 1080px;
}
.footer-section-main-logo {
    margin-bottom: 20px;
}

.footer-col-detail .footer-col h3 {
    font-size:28px;
    font-weight: 600;
}
.footer-col-detail .footer-col {
    margin-bottom: 15px;
}
.footer-col-detail .footer-col ul {
    list-style: none;
    padding-left: 0px;
    line-height: 2;
    font-weight: 400;
}
.footer-col-detail .footer-col li a {
    text-decoration: none;
    font-size: 18px;    
}
.footer-col-detail .footer-col li a:hover {
    text-decoration: underline;
}




.contact-icon-footer .icon-circle {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--base-color);
}
.contact-icon-footer .icon-circle i {
    color: white;
    /* padding: 15px; */
    font-size: 25px;
}
.contact-icon-footer .contact-icon-detail {
    padding-left: 20px;
    font-weight: 500;
}

.footer-trademark {
    border-top: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-trademark p {
    font-size: 16px;
}
/* END footer section  */









/* START inside page  */


/* START banner section   */
.inside-banner-img-container {
    border-radius: 12px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: 50vh;
}

.inside-banner-img-container img {
    object-fit: cover;
    height: 100%;
}
/* END banner section   */


/* START short brief section   */
.page-heading {
    font-size: 40px;
    font-weight: 600;
}
.experience-brief-div {
    border-left: 1px solid var(--base-color);
}

.experience-brief-div ul {
font-size: 26px;font-weight: 500; line-height: 1.7; list-style:none; padding-left:0px;
}
.short-experience-brief {
    font-size: 20px;
    line-height: 1.6;
}

.experience-brief {
    font-size: 18px; 
    margin-bottom: 18px;   
}
/* END short brief section   */



/* START service section  */
.service-section {
    /* background-color: var(--water); */
    padding-top: 60px;
    padding-bottom: 60px;

}
.service-section-container {
    border-radius: 32px;
    padding: 20px;
}
.service-section-container .col-md-6 {
    min-height: 460px;
}
.service-desc-section {
    font-size: 20px;
}
.service-desc-section .page-heading {
    font-size: 38px ;
}
.service-section-img {
    border-radius: 24px;
    min-height: 500px;
}


/* END service section  */








/* END inside pages  */

