.header-bg {
    background: linear-gradient(135deg, #00354F, #005F80);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 50px;
    height: 680px;
    position: relative;
}

.left-column {
    width: 80%;
    position: relative;
    margin-top: -90px; 
}

.logo-image img {
    margin-left: -30px;
}


.main-title {
	font-family: 'Pangram', sans-serif;
  font-weight: 900; 
  font-size: 60px;  
  letter-spacing: normal; 
  font-size: 3rem;
  /*font-weight: bolder;
  line-height: 1.2;*/
  margin-bottom: 20px;
  color: #d4e5e7;
}

.title-container{
	max-width:1000px;
}

.gsc-heading__title {
 font-family: 'Exo', sans-serif;
 font-size:40px;
}

.el-68611347 {
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.description {
		font-family: 'Pangram', sans-serif;
  font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #d4e5e7;
}

.btn {
    padding: 10px 30px; 
    background-color: transparent;
    border: 2px solid #44D1D6;
    color: #44D1D6; 
    text-decoration: none;
    font-weight: normal; 
    font-size: 1rem; 
    border-radius: 30px; 
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #00A79D;
    color: #fff;
}


.right-column {
    width: 50%;
    height: 100%;
    /*position: relative;*/
    /*overflow: hidden;*/
}

.water-svg {
    position: absolute;
    right: -95%;
    top: -230px;
    height: fit-content;
    width: fit-content;
    transform: scale(1.7);
    z-index: 10;
}

@media (max-width: 1800px) {
    .water-svg {
        /* position: absolute; */
        right: -115%;
        top: -100px;
        height: fit-content;
        /* width: fit-content; */
        /* opacity: 0.9; */
        transform: scale(2.4);
    }
}


@media (max-width: 1500px) {
	.water-svg {
        position: absolute;
        right: -130%;
        top: -20px;
        height: fit-content;
        width: fit-content;
        opacity: 0.9;
        transform: scale(2.9);
    }
}

@media (max-width: 1200px) {
	.water-svg {
    position: absolute;
    right: -140%;
    top: 60px;
    height: fit-content;
    width: fit-content;
    opacity: 0.9;
    transform: scale(3.4);
}
}

@media (max-width: 300px) {
   .right-column {
        display: none; 
    }
    
    .logo-image img {
    	margin-top: 120px;
    margin-left: -30px;
}
}

@media (max-width: 750px) {
    .right-column {
        display: none; 
    }
    
    .logo-image img {
    	margin-top:80px;
    margin-left: -30px;
}
}

@media (max-width: 900px) {
    
    .logo-image img {
        margin-top: 100px;
        margin-left: -20px;
    }

       .water-svg {
        /* position: absolute; */
        right: -150%;
        top: 90px;
        transform: scale(3.7);
        opacity: 0.;
    }
}



.node__content {
	    font-family: Arial, sans-serif;
    background-color: #0D1B40;
    color: #fff;
}

.gva-body-wrapper {
    font-family: Arial, sans-serif;
    background-color: #0D1B40; 
    color: #fff;
}

.button-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; 
    margin: 40px auto;
    max-width: 1200px;
    margin-top:-40px;
}

.custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 80px;
    background-color: #0D1B40;
    border: 2px solid #44D1D6;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.custom-button img {
    width: 40px;
    height: auto;
    position: absolute;
    left: 0px;
    border-radius: 25%;
}

.custom-button span {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.custom-button:hover {
    background-color: #00A79D;
    color: #0D1B40;
    border-color: #00A79D;
}

.custom-button:hover img {
    filter: brightness(0.8);
}


html {
    scroll-behavior: smooth;
}

.performanca{
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(90deg, #00354F, #007d8b);
    padding-right: 20px;
    padding-left: 60px;
    padding-top: 40px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.3), 0 0 20px rgba(0, 255, 255, 0.2);
    color: white;
    font-family: 'Arial', sans-serif;
    margin: 10px auto;
}



/* Responsive adjustments */
@media (max-width: 992px) {
    .performanca {
        padding: 30px 40px;
        flex-direction: column; /* Stack items vertically on smaller screens */
        text-align: center;
    }

   /*
    .row-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .gsc-column {
        width: 80%; 
    }
    */
}

@media (max-width: 576px) {
    .performanca {
        padding: 20px;
        border-radius: 15px;
    }

    /*.gsc-column {
        width: 100%; 
    }

    .milestone-three__text {
        font-size: 16px; 
    }

    .milestone-three__number {
        font-size: 20px;
    }
    */
}


.widget-content img{
	margin-left: -35px;
}

.p{
	margin-top: -20px;
	font-size: 20px;
}

.el-88155642 {
     padding-right: 0px; 
}


.milestone-block {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  border-radius: 8px;
}

.milestone-three__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  width: 100%;
}

.milestone-three__icon {
  font-size: 60px; 
  color: #80d8ff; 
  margin-right: 30px; 
}

.milestone-three__content {
  display: flex;
  flex-direction: column;
}

.milestone-three__number-inner {
  font-size: 30px; 
  font-weight: bold;
  margin-right: 10px;
}

.milestone-three__text {
  font-size: 20px; 
  margin-top: -12px;
  text-transform: uppercase; 
}

.gsc-column .bg-column-inner {
	border-radius: 20px;
}

.gsc-heading__title {
font-family: 'Pangram', sans-serif;
    font-weight: 900;
}

.gsc-heading__desc {
font-family: 'Pangram', sans-serif;
    font-weight: 300;
}

.el-88155642 {
    padding-bottom: 0px;
}



