:root{
    --var-yellow:#f6ce54;
    --var-white:#fff;
    --var-blue:#4b8088;
    --var-light-blue:#c0eed8;
}
*{
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;

  
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body,html{
    margin: 0;
    padding: 0;
}
.box-container{
    height: 100vh;

}
.left-box{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 30%;
}
.box-bot{
    flex-flow: row;
    align-items: end;
    bottom: 0;
}
.left-container{
    background: #fefae7;
    /* display: flex;
padding-top: 20%;
    flex-direction: column; */
    
   height: 100vh;
   color: #4b8184;
   position: relative;
}
.left-container-inner{
    background: #fefae7;
    display: flex;
 
   
    flex-direction: column;
   height: 100vh;
   color: #4b8184;
   position: relative;
}
.hero-hd{
    text-transform: uppercase;
    font-size: clamp(2rem, 10vw, 3.5rem);
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    padding: 1rem;
    padding-bottom: 2rem;
}
.hero-subhd {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: clamp(1rem, 12vw, 1.5rem);
   
}
.right-box{
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box-yellow{
    background: #f6ce54;

}
.box-light-blue{
    background: #c0eed8;
}
.box-blue{
    background: #4b8088;
   overflow-y: scroll;
   height: 50vh;
}
.box-blue h4{
    color: var(--var-yellow);
    padding: 11px;
    /* border: 2px solid var(--var-white); */
    text-align: center;
    font-size: clamp(.8rem, 12vw, 1.5rem);
    /* margin-top: 3rem; */
}
.item{
   text-align: center;
   margin-bottom: 1rem;
}
.item-img{
  
}
.item-img img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.item h4{
    font-size: clamp(.8rem, 12vw, 1.3rem);
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
  
}
.item p{
    text-transform: capitalize;
    
}
.normaltxt{
    font-size: clamp(15px, 10vw, 20px);
    font-family: "Raleway";
    line-height: 45px;
    overflow: auto;
    /* height: calc(100vh - 12rem); */
}
.normaltxt li{
    line-height: 50px;
}
.normaltxt h4{
    font-weight: 600;
    line-height: 45px;
}
.normaltxt a{
    color: #000;
}
.objective-rightbox{
    min-height: 25vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    color: var(--var-blue);
    gap: clamp(2px, 4vh, 10px);
}
.objective-rightbox p{
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: .8em;
}


.objective-rightbox h4{
    border: 0px solid #000;
    color: var(--var-white);
    font-size: clamp(.8rem, 4vh, 2rem);
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
}
.planning-rightbox{
    min-height: 50vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    color: var(--var-blue);
}
.planning-rightbox p{
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}


.planning-rightbox h4{
    border: 0px solid #000;
    color: var(--var-white);
    font-size: clamp(1rem, 12vw, 2.1rem);
    text-transform: uppercase;
    text-align: center;
}
.service-rightbox{
    min-height: 33.33vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    color: var(--var-blue);
}
.service-rightbox p{
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}


.service-rightbox h4{
    border: 0px solid #000;
    color: var(--var-white);
    font-size: clamp(1rem, 12vw, 2.1rem);
    text-transform: uppercase;
    text-align: center;
}

.text-blue h4{
    color: var(--var-blue) !important;
}
.text-blue p{
    color: var(--var-blue);
}
.text-blue h5{
    font-size: clamp(15px, 10vw, 30px);
}
.butn{
    font-size: clamp(14px, 5vw, 16px);
    font-weight: 600;
    padding: 3px 30px;
    border: 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.btn-yellow{
    background: var(--var-yellow);
    color: var(--var-blue);
}
.btn-blue{
    background: var(--var-blue);
    color: var(--var-white);

}
.service-btn{
    background: #0d68be;
    color: var(--var-white);
    padding: .8rem 1rem;
}

.w-40{
    width: 170px;
}
.btn-login{
    font-size: clamp(15px, 10vw, 18px);
    font-weight: 600;
    font-family: "Raleway";
    height: 40px;
    width: 140px;
    margin: 0;
    text-transform: uppercase;
   line-height: 0;
    border: 0;
    background: var(--var-blue);
    color: var(--var-white);

}
.btn-green{
    font-weight: 600;
    font-family: "Raleway";
    height: 40px;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
   line-height: 0;
   background: #74a136;
   border: 1px solid #74a136;
   color: var(--var-white);
}
.input-group-text{
    background: #b16a26 !important;
    color: var(--var-white) !important;
}
.plan-box{
    padding: 1rem;
    color: #3a3a3a;
    background: #cccccc70;
    text-align: center;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 200px;
    gap: 2rem;
    z-index: 2;
}
.bg-building{
  position: absolute;
z-index: 1;
  margin-left:auto;
  margin-right: auto;

}
.form-check{
    display: flex;
    align-items: center;
}
.plan-hd{
   
    font-size: clamp(2rem, 10vw, 4rem);
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color:#4b8184;
    padding-bottom: 5rem;
    letter-spacing: 2px;
}
.bg-building img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
}

.service-txt{
    padding: 2rem;
    text-align: center;
    
}
.service-txt h3{
    color: var(--var-blue);
    font-size: clamp(2rem, 10vw, 3rem);
}
.service-txt p{
    font-size: clamp(15px, 10vw, 18px);

    font-family: "Raleway";
    line-height: clamp(25px, 10vw, 30px);
    color: #343434;
}

.pdfattachment{
   
    margin: .5rem;
}

.pdfattachment a {
    list-style: none;
    padding: 10px;
    font-size:20px;
    width: 100%;
   text-align: center;
}
.pdfattachment  a:nth-child(odd){

    color: #275d66;
   
}
.pdfattachment  a:nth-child(even){
 
    color: var(--var-yellow);
    background: var(--var-blue);
   
}
.pdfattachment a{
    color: #000;
}
.pdfattachment span{
    color: #fff;
    font-size: 11px;
    
    display: inline-block;
    padding: 3px 6px;
    border-radius: 5px;
    border: 0;
    background:rgb(187, 29, 29) ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 4px;
}
/* // Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .left-box{
        top: 20%;
    }
}
.login-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}
.login-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 2rem;
    width: 100%;
    max-width: 350px;
    text-align: center;
    display: flex;
    color: #4b8184;
    flex-direction: column;
    transition: transform 0.3s ease;
}
.login-card:hover {
    transform: translateY(-10px);
}
.card-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}
.btn-tactical {
    background-color: #4b8088;
    color: white;
}
.btn-p-metrx {
    background-color: #c0eed8;
    color: #333;
}
.btn-e-cv {
    background-color: #f6ce54;
    color: #333;
}
.login-btn {
    margin-top: auto;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 0;
}
/* .login-btn:hover {
    opacity: 0.9;
} */
@media (max-width: 992px) {
    .login-container {
        flex-direction: column;
        align-items: center;
    }
    .login-card {
        max-width: 450px;
        margin-bottom: 20px;
    }
}

/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #c0eed8;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f6ce54;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  
  ::-webkit-scrollbar-thumb:window-inactive {
    background: #f6ce54;
  }
  .top-menu{
    background: #f6ce54;
  }
  .top-menu ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .top-menu ul li{
    flex-grow: 1;
    list-style: none;
    text-align: center;
    padding: 5px;
  }
  .top-menu ul li a{
    color: #403514 !important;
    text-decoration: none;
    font-weight: 600;
  }
  .instruction-list {
   margin: 1.5rem;
   background: #fff;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
   transition: all ease .3s;
   -webkit-transition: all ease .3s;
   -moz-transition: all ease .3s;
   -ms-transition: all ease .3s;
   -o-transition: all ease .3s;
}
  .instruction-list a{
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    gap: 10px;
    color: #4b8088;
    text-decoration: none;
}
.instruction-list a:hover{
    text-decoration: none;
    color: #000;
}
.instruction-list:hover{
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
}
  .instruction-list img{
    width: 30px;
  }
  .instruction-list h4{
    font-size: 20px;
    margin-bottom: 0;
  }
  .instruction-box{
    height:calc(100vh - 200px);
    overflow: auto;
  }
  .height-screen{
    height: 100vh;
    overflow: auto;
  }
  .btn-download{
    background: rgb(187, 29, 29);
    padding: 7px 30px;
    color: #fff;
    border: 1px solid rgb(187, 29, 29);
  }
  .btn-download:hover , .btn-download:focus{
    border: 1px solid rgb(187, 29, 29);
    background:  rgb(154, 0, 0);
    outline:0;
  }
  .h-overflow{
    height: calc(100vh - 12rem);
    overflow: auto;
  }
  .h-full{
    height: 95vh;
    overflow: auto;
  }
.btn-back {
    font-size: clamp(14px, 5vw, 16px);
    font-weight: 600;
    padding: 3px 30px;
    border: 1px solid #4e757c;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #4bacc5;
    color: var(--var-white);
    margin: .5rem;
}

    .btn-back:hover {
        background: #2394b0;
    }