*{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0%;
}
html {
    scroll-behavior: smooth;
}
/*.bg img{*/
/*    margin-left: 70%;*/
/*    position:relative; */
/*    height: 90;*/
/*    width: 900px; */
/*    margin-bottom: 30%;*/
/*    border-radius: 3%; */
/*    background-position:50%;*/
   
/*}*/
.container{
    background-image: url(/Assets/images/ai-generated-7957989_1920.webp);
    width: 100%;
    /*background-color:rgb(2, 48, 52);*/
    /*clip-path: ellipse(100% 100% at 20% 0%); */
    font-size: larger;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100vh;
    transition: 1s ease;
}
.content {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.content-box {
    flex: 1;
    height: 100%;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    position: relative;
    border-color:gray;
    border-width: 1px;
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: white;
    font-weight: 600;
    font-size: 2.0rem;
}

.content-box span{
    color: #fff;
    text-align: center;
    padding-bottom: 120px;
    font-size: 2.0rem;
    font-weight: bold;
    transition: padding-bottom 0.3s ease, transform 0.3s ease;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.content-box:hover{
    background-color: rgba(0, 0, 0, 0.300);
    height: 100vh;
    
}
.content-box:hover span {
    color: #00ac4e;
    font-weight: bold;
    padding-bottom: 150px;
}

.scroll-down-arrow {
    font-size: 50px;           
    color: #ffffff;           
    position: absolute;
    left: 48.3%;
    bottom: 20px;
    transform: translateX(-50%); 
    animation: bounce 1.5s infinite; 
    cursor: pointer;      
    text-decoration: none;     
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0); 
    }
    40% {
        transform: translateY(-20px); 
    }
    60% {
        transform: translateY(-10px); 
    }
}

.container-server-loca{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 10px 30px 10px;
}
.server-loca-hr{
    display: flex;
    rotate: 50%;
    background-color: #00ac4e;
    width: 150px;
    height: 2px;
}
.server-loca-tag{
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 30px 30px;
}
.server-loca-oppr{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    flex-wrap: wrap;
}

.server-loca-oppr-div{
    width: 300px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.252);
    transition: padding-bottom 0.3s ease, transform 0.3s ease;
    transform: matrix(1, 0, 0, 1, 0, 0);
    border-radius: 10px;
    padding: 15px 10px ;    
}
.server-loca-oppr-tag{
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #2b3e4d;
}
.server-loca-oppr-box{
    width: 180px;
    height: 40px;
    background-color: #00ac4e;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 5px 40px 5px 40px;
    border-radius: 5px;
}
.server-loca-oppr-div:hover{
    box-shadow: 0px 0px 20px 0px #2b5648;
}
.server-loca-last-tag{
    padding: 50px 10px 30px 10px;
    font-size: 1.6rem;
    font-weight: 700;   
}
.info-call-tour{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 20px 20px 20px;
    width: 95%;
    flex-wrap: wrap;
}
.info-call-tag{
    width: 45%;
    height: 50px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}
.info-call-a-div{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 45%;
    padding: 10px 10px;
}
.info-call-a-btn{
    background-color: #2b5648;
    height: 40px;
    width: 150px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    border: none;
    font-size: 0.8rem;
    cursor: pointer;
}
.info-call-a-btn:hover{
    background-color: #00ac4e;
}

.info-call-a{
    text-decoration: none;
    color: #ffffff;
    background-color: #2b5648;
    height: 40px;
    width: 150px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.info-call-a:hover{
    background-color: #00ac4e;
}
.info-call-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d3dbe4;
    padding: 15px 0px;
    width: 100%;
}
.contain-features{
    background-color: #F0F0F0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 50px 20px 50px;
}
.contain-features h1{
    color: rgb(83, 80, 80);
    padding: 40px 0px 20px 0px;
    font-size: 2rem;
}
.contain-featu-list{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0px;
    flex-wrap: wrap;
    width: 95%;
}
.contain-img-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    gap: 10px;
    width: 150px;
    height: 200px;
    text-align: center;
    font-weight: bold;
    color: black;
    transition: .3s ease;
    padding: 10px 5px 10px 5px;
    border-radius: 50px;
    background-color: transparent;
}
.svg-image{
    background-color: transparent;
}
.featu-img-div:hover {
    background-color: #00ac4d44;
    color: white;
}
.contain-img-div:hover span{
    color: #00ac4e;
}
.featu-img-div{
    background-color: white;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.4s ease;
}
.contain-img-div span{
    padding: 5px 5px;
}

.contain-colocation-apply-info{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    justify-content: space-around;
    padding: 30px 20px 30px 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.colocation-apply-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 350px;
    height: max-content;
    gap: 20px;
    background-color: #00ac4e;
    color: white;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
}
.colocation-apply-div h1{
    font-size: 1.5rem;
    padding: 15px 15px 15px 15px;
}
.colocation-apply-div button{
    background-color: #00ac4e;
    width: 150px;
    height: 50px;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid white;
    cursor: pointer;
}
.container-main-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    box-shadow: 0px 0px 50px 8px rgba(118, 119, 119, 0.492);
}
.main-info-hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: max-content; 
}
.main-info-hero button{
    color: rgb(0, 0, 0);
    background-color: white;
    height: 20%;
    width: 100%;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    border: rgba(0, 0, 0, 0.244);
    padding: 20px 20px;
    text-wrap: nowrap;
    border: none;
    transition: 0.2s ease;
}
.main-info-hero button span{
    float: left;
}
.main-info-hero button:hover {
    background-color: #00ac4e;
    color: white;
}
.main-info-para{
    background-color: #ffffff;
    border: 1px solid #ccc;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: rgb(0, 0, 0);
    padding: 20px 10px;
}
.div-top-logo-mobile{
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
}
.main-info-para h1{
    color: #00ac4e;
    text-decoration: overline;
}
.main-info-para p{
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.main-info-para-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    height: 100%;
}
.main-info-para-container img{
    width: 300px;
    height: 250px;
}
.main-info-hero button.active {
    background-color: #00ac4e;
    color: white;
}
.container-main-verticle{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}
.container-support {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
    position: relative;
}

.div-support-4 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

.image-support, .image-tech, .image-monitor, .image-always {
    flex: 1;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #00ac4e; 
    transition: transform 0.5s ease-in-out; 
    position: relative; 
    z-index: 0; 
    overflow: hidden; 
    text-align: center;
}

.div-support-4 h1, h6{
    color: white;
    opacity: 1;
}
.image-support {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)),url("../../images/our_opprtunities/customer.webp");
    overflow: hidden;
}

.image-tech {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)), url("../../images/our_opprtunities/tech.webp");
    overflow: hidden;
}

.image-monitor {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)), url("../../images/our_opprtunities/monitor.webp");
    overflow: hidden;
}

.image-always {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)), url("../../images/our_opprtunities/always.jpg");
    overflow: hidden;
}
.image-support:hover, .image-tech:hover, .image-monitor:hover, .image-always:hover {
    transform: scale(1.1); 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); 
    overflow: hidden;
}
.container-facilities{
    background-image: url("../../images/DBSHero18-blue.webp"), linear-gradient(to right, #6DB3F2, #6DB3F2);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.container-facilities h2{
    color: white;
    font-size: 2rem;
    padding: 50px 0px 50px 0px; 
}
.facili-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    height: max-content;
    padding: 50px 0px;
}
.facili-div div {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.facili-div h3{
    color: white;
    font-size: 1.0rem;
    padding: 5px 0px;
    font-weight: 400;
}
.facili-div h3 span{
    color: #00ac4e;
    padding: 0px 5px;
}
.container-faq{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 0px ;
}
.colocation-tag{
    padding: 10px 0px;
    letter-spacing: 2px;
    font-size: 20px;
}
.faq-submain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}
.faq-main{
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    color: rgb(102, 101, 101);
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: max-content;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 22.8571px;
    font-weight: 400;
}
.collab-div-main{
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);
    box-sizing: border-box;
    outline-offset: -2px;
    cursor: pointer;
    display: block;
    font-size: 17px;
    line-height: 27.2px;
    padding: 10px;
    position: relative;
    font-weight: 500;
    font-family: HKNova, sans-serif;
    text-wrap: nowrap;
}
.collab-div-tag{
    padding: 15px 0px;
    text-wrap: nowrap;
}

.collapsible {
    background-color: #ffffff;
    color: #2b5648;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 0.9rem;
    transition: 0.3s ease;
    border: 1px solid grey;
}
.collapsible span{
    float: right;
    font-size: 1.3rem;
}
.collapsible::before{
    content: "\1F4AC";
    color: #00ac4e;
}
  
.active, .collapsible:hover {
    background-color: #6e6f6c52;
}
  
.content-collab {
    max-height: 0; 
    overflow: hidden;
    transition: max-height 0.5s ease; 
    width: 100%; 
    box-sizing: border-box; 
    padding: 0; 
    text-decoration: none;
}   
.content-collab p {
    margin: 0;
    width: 100%;
    text-wrap: wrap;
    padding: 18px; 
    background-color: inherit;
    box-sizing: border-box;
    color: black;
    text-decoration: none;
}


.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}
  
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
  
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
  
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
  
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
  
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
  
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
  
.active, .dot:hover {
    background-color: #ffffff;
}
  
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.main-info-div-para {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
    padding-left: 15px;
}
  
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

.title-head{
    color: white;
    font-size: 2rem;
    width: 100%;
    height: 100%;
    background-color: #3b527080;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-head-div{
    width: 85%;
    height: 70%;
    letter-spacing: 0.2rem;
    display: flex;
    align-items: center;
    justify-content:center;
    text-align:center;
    color: white;
    position: absolute;
    opacity: 0;
    transform: translateY(50px); 
    animation: slideIn 2s ease forwards; 
    animation-delay: 0.5s; 
    /*margin-left:2%;*/
    /*margin-bottom: -50%; */
    /*margin-top: 15%;*/
    
}
@keyframes slideIn {
    to {
      opacity: 1;
      transform: translateY(0); 
    }
}
.plans-region-btn{
    border-radius: 30px;
    border: none;
    background-color: #2b5648;
    color: white;
    width: 200px;
    height: 50px;
    font-size: 1.3rem;
    cursor: pointer;
	box-shadow: 1px 18px 20px rgba(0, 0, 0, 0.5)  ; 
	-webkit-box-shadow: 1px 18px 20px rgba(0, 0, 0, 0.5)  ; 
	-moz-box-shadow: 1px 18px 20px rgba(0, 0, 0, 0.5)  ;
    transition: 0.3s;
}
.plans-region-btn:hover{
    background-color: #00ac4e;
    transform: translateY(-5px);
}
.region-div{
    width: 35%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 80px;
    margin-top: 80px;
}

@media only screen and (max-width: 992px){
    .container-mobile {
        display: none;
    }
    .container{
        display: none;
    }
    .server-loca-tag{
        text-align: center;
        padding: 30px 10px;
    }
    .server-loca-oppr{
        height: 470px;
    }
    .server-loca-last-tag{
        text-align: center;
        font-size: 1.4rem;
        line-height: 35px;
    }
    .info-call-tag{
        display: flex;
        justify-content: center;
        font-size: 1.6rem;
        text-wrap: wrap;
        padding: 10px 0px 15px 0px;
        width: 100%;
        height: max-content;
    }
    .info-call-a-div{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 20px;
        width: 85%;
    }
    .contain-colocation-apply-info{
        gap: 30px;
        width: 100%;
        display: flex;
        padding: 30px 0px 30px 0px;
    }
    .colocation-apply-div{
        width: 300px;
    }
    .container-main-verticle{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: max-content;
        width: 100%;
        padding: 15px 0px 15px 0px;
    }
    .container-main-info{
        display: flex;
        flex-direction: column;
    }
    .main-info-hero{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
        padding: 20px 0px 20px 0px;
    }
    .main-info-hero button{
        width: max-content;
        height: 40px;
        padding: 0px 10px 0px 10px;
    }
    .main-info-hero button span{
        text-align: center;
        font-size: 1rem;
    }
    .main-info-para-container{
        display: flex;
        flex-direction: column;
        width: 90%;
    }
    .main-info-para{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px 0px 0px 0px;
        height: 680px;
    }
    .main-info-para h1{
        padding-left: 40px;
    }   
    .main-info-para p{
        padding-left: 40px;
    }
    .main-info-para-img{
        width: 87%;
    }
    .main-info-para-img img {
        width: 100%;
        height: 320px;
    }
    .div-support-4{
        display: flex;
        flex-direction: column;
        height: 800px;
    }
    .image-support, .image-tech,
    .image-monitor, .image-always{
        height: 300px;
    }
    .container-facilities h2{
        font-size: 1.8rem;
        padding: 40px 0px 50px 0px;
    }
    .facili-div{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        padding: 20px 0px;
    }
    .facili-div div{
        text-wrap: wrap;
        text-align: start;
        width: 100%;
    }
    .faq-main{
        width: 100%;
    }
    .faq-submain{
        display: flex;
        flex-direction: column;
    }
    .faq-main div{
        width: 100%
    }
    
}


@media only screen and (max-width: 768px) {
    .container-mobile {
        display: none;
    }
    .container{
        display: none;
    }
    .server-loca-tag{
        text-align: center;
        padding: 30px 10px;
    }
    .server-loca-oppr{
        height: 470px;
    }
    .server-loca-last-tag{
        text-align: center;
        font-size: 1.4rem;
        line-height: 35px;
    }
    .info-call-tag{
        display: flex;
        justify-content: center;
        font-size: 1.6rem;
        text-wrap: wrap;
        padding: 10px 0px 15px 0px;
        width: 100%;
    }
    .info-call-a-div{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 20px;
        width: 85%;
    }
    .contain-colocation-apply-info{
        gap: 30px;
        width: 100%;
        display: flex;
        padding: 30px 0px 30px 0px;
    }
    .colocation-apply-div{
        width: 300px;
    }
    .container-main-verticle{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: max-content;
        width: 100%;
        padding: 15px 0px 15px 0px;
    }
    .container-main-info{
        display: flex;
        flex-direction: column;
    }
    .main-info-hero{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px 0px 20px 0px;
    }
    .main-info-hero button{
        width: max-content;
        height: 40px;
        padding: 0px 10px 0px 10px;
    }
    .main-info-hero button span{
        text-align: center;
        font-size: 1.4rem;
    }
    .main-info-para-container{
        display: flex;
        flex-direction: column;
        width: 90%;
    }
    .main-info-para{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px 0px 0px 0px;
        height: 680px;
    }
    .main-info-para h1{
        padding-left: 40px;
    }   
    .main-info-para p{
        padding-left: 40px;
    }
    .main-info-para-img{
        width: 83%;
    }
    .main-info-para-img img {
        width: 100%;
    }
    .div-support-4{
        display: flex;
        flex-direction: column;
        height: 800px;
    }
    .image-support, .image-tech,
    .image-monitor, .image-always{
        height: 300px;
    }
    .container-facilities h2{
        font-size: 1.8rem;
        padding: 40px 0px 50px 0px;
    }
    .facili-div{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        padding: 20px 0px;
    }
    .facili-div div{
        text-wrap: wrap;
        text-align: start;
        width: 100%;
    }
    .faq-main{
        width: 100%;
    }
    .faq-submain{
        display: flex;
        flex-direction: column;
    }
    .faq-main div{
        width: 75vw;
    }
    .collapsible{
        text-wrap: wrap;
    }
    .collab-div-tag h1{
        text-wrap: wrap;
        line-height: 35px;
    }
}




@media only screen and (max-width: 480px) {
    .container {
        display: none;
    }
    .container-mobile{
        display: none;
    }
    .server-loca-tag{
        text-align: center;
        padding: 30px 10px;
    }
    .server-loca-oppr{
        height: 470px;
    }
    .server-loca-last-tag{
        text-align: center;
        font-size: 1.4rem;
        line-height: 35px;
    }
    .info-call-tag{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 1.4rem;
        text-wrap: wrap;
        padding: 10px 0px 15px 0px;
        width: 100%;
    }
    .info-call-a-div{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        height: 200px;
        width: 50%;
    }
    .container-main-verticle{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: max-content;
        width: 95%;
        padding: 15px 10px 15px 10px;
    }
    .container-main-info{
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .main-info-hero{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex-shrink: 1;
        align-items: center;
    }
    .main-info-hero button{
        width: max-content;
        height: 40px;
        padding: 0px 10px 0px 10px;
    }
    .main-info-hero button span{
        text-align: center;
        font-size: 1rem;
    }
    .main-info-para-container{
        flex-direction: column;
        padding: 0px 0px 0px 0px;
        height: fit-content;
    }
    .main-info-para{
        flex-direction: column;
        padding: 30px 0px 30px 0px;
        height: fit-content;
    }
    .main-info-para div{
        font-size: 0.5rem;
        width: 90%;
        padding-left: 0px;
        gap: 25px;
        justify-content: center;
    }
    .main-info-para h1 {
        color: #00ac4e;
        text-decoration: overline;
        gap: 10px;
        font-size: 1.5rem;
        text-align: center;
        padding-left: 0px;
    }
    .main-info-para p{
        font-size: 1rem;
        padding: 0px 30px 10px 30px;
        float: left;
        letter-spacing: normal;
        line-height: 20px;
    }
    .main-info-para img{
        width: 300px;
        height: 200px;
    }
    .main-info-para-img{
        width: 80%;
        display: flex;
        justify-content: center;
    }
    .div-support-4{
        flex-direction: column;
        height: 1200px;
    }
    .image-support, .image-tech, .image-monitor, .image-always {
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; 
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        color: #00ac4e; 
        transition: transform 0.5s ease-in-out; 
        position: relative; 
        z-index: 0; 
        overflow: hidden; 
        text-align: center;
        padding-bottom: 30px;
    }
    .facili-div{
        display: flex;
        flex-direction: column;
    }
    .facili-div div{
        width: 100%;
    }
    .container-facilities h2{
        padding: 50px 0px 10px 0px;
        letter-spacing: 2px;
        font-weight: 900;
    }
    .facili-div h3{
        font-size: 0.9rem;
    }
    .faq-submain{
        display: flex;
        flex-direction: column;
        width: 95%;
    }
    .faq-main{
        width: 100%;
    }
    .faq-main div{
        width: 100%;
        line-height: 35px;
        font-size: 0.9rem;
    }
    .collapsible{
        text-wrap: wrap;
    }
    .collab-div-tag{
        width: 100%;
        padding: 10px 10px 10px 10px;
    }
    .contain-features{
        background-color: #F0F0F0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 15px 0px 15px;
    }
    .contain-featu-list{
        height: max-content;
        gap: 30px;
    }
    .info-call-tour{
        padding: 20px 20px 20px 20px;
        width: 80%;
    }
    .contain-img-div{
        width: 150px;
    }
    .contain-colocation-apply-info{
        gap: 30px;
    }
    .container-support{
        height: max-content;
    }
    .faq-main{
        padding: 0px;
    }
}

.hidden {
    opacity: 0;
    transition: all 5s ease;
    transform: translateY(100px);
}
.show {
    opacity: 1;
    transition: all 2s ease;
    transform: translateY(0);
}
/*.footer-main {*/
/*  background-color:rgb(2, 48, 52);*/
/*  color: #ccc;*/
/*  font-family: 'Segoe UI', sans-serif;*/
/*  padding: 40px 20px 20px;*/
/*}*/

/*.footer-container {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: space-between;*/
/*  gap: 30px;*/
/*  max-width: 1200px;*/
/*  margin: auto;*/
/*}*/

/*.footer-column {*/
/*  flex: 1 1 180px;*/
/*  min-width: 180px;*/
/*}*/

/*.footer-column h3 {*/
/*  color: #fff;*/
/*  margin-bottom: 10px;*/
/*  font-size: 18px;*/
/*}*/

/*.footer-column hr {*/
/*  border: 0;*/
/*  border-top: 2px solid #ff9900;*/
/*  width: 40px;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.footer-column a {*/
/*  display: block;*/
/*  color: #ccc;*/
/*  text-decoration: none;*/
/*  margin-bottom: 8px;*/
/*  font-size: 15px;*/
/*  transition: color 0.3s ease;*/
/*}*/

/*.footer-column a:hover {*/
/*  color: #ff9900;*/
/*}*/

/*.social-icons a img {*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  margin-right: 10px;*/
/*  filter: grayscale(100%) brightness(1.5);*/
/*  transition: filter 0.3s ease;*/
/*  background-color: white;*/
/*  border-radius: 100%;*/
/*}*/

/*.social-icons a img:hover {*/
/*  filter: grayscale(0%) brightness(1);*/
/*}*/

/*.footer-bottom {*/
/*  text-align: center;*/
/*  padding-top: 20px;*/
/*  margin-top: 30px;*/
/*  border-top: 1px solid #333;*/
/*  color: #888;*/
/*  font-size: 14px;*/
/*}*/

/*.footer-bottom a {*/
/*  color: #ff9900;*/
/*  text-decoration: none;*/
/*}*/

/*.footer-bottom a:hover {*/
/*  text-decoration: underline;*/
/*}*/

