.sec-top{
    margin-top: 150px;
}

.float {
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:9999;    
    width: 60px;
    height: 60px;    
    top: 700px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float{
   
}

.my-float{
    margin-top:16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--gorent-font-two);
    color: #ffffff;
    margin: 0;
}

.footer-widget__about-text {
    margin: 0;
    color: rgba(var(--gorent-white-rgb), .70);
    padding-top: 24px;
    padding-bottom: 20px;
}

.mar1{
	margin-top: 40px;
}

.mar2{
	margin-top: 30px;
}

.mar3{
    margin-bottom: 80px;
}

.mar4{
    margin-top: 60px;
}

.about-one__btn-box-and-call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 10px;
}

.fo1{color: #fff;

}

.package-card{
    background: linear-gradient(135deg,#252535,#1d1d28);
    border-radius:30px;
    color:#fff;
    padding:70px 35px 40px;
    position:relative;
    overflow:visible;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.package-title{
    position:absolute;
    top:-15px;
    left:50%;
    transform:translateX(-50%);
    background:#ffbf00;
    color:#000;
    padding:14px 28px;
    border-radius:12px;
    font-size:28px;
    font-weight:700;
    white-space:nowrap;
}

.package-desc{
    color:#f5f5f5;
    font-size:18px;
    line-height:1.8;
    margin-top:20px;
    margin-bottom:20px;
}

.tariff-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
    font-size:20px;
}

.tariff-row span{
    font-weight:600;
    color:#fff;
}

.tariff-row strong{
    color:#fff;
    font-weight:700;
}

.btn-book{
    background-color:#ffc107 !important;
    border-color:#ffc107 !important;
    color:#000 !important;
    font-weight:700;
    padding:14px 25px;
    border-radius:12px;
    text-decoration:none;
    display:block;
    transition:0.3s;
}

.btn-book:hover{
    background-color:#e0a800 !important;
    border-color:#e0a800 !important;
    color:#000 !important;
}

.btn {    
    background-color: #ffb51d;   
}

.btn-book{
    background:#ffbf00;
    color:#000;
    font-size:22px;
    font-weight:700;
    padding:15px 40px;
    border-radius:15px;
    border:none;
    text-decoration:none;
    display:block;
}

.btn-book:hover{
    background:#e8ad00;
    color:#000;
}

.img-res{
    width: 100%;    
}



@media(max-width:768px){

    .package-title{
        font-size:22px;
        padding:12px 24px;
    }

    .tariff-row{
        font-size:16px;
    }

    .btn-book{
        font-size:18px;
    }
}

@media (max-width: 575.98px) {

    .bot1{
        margin-bottom: 60px;
    }

}