*{
    position: relative;
}
body{
    scroll-behavior: smooth;
    font-size: 0.8rem;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-family: "Poppins", sans-serif;
    font-family: 'Exo 2', sans-serif;
    box-sizing: border-box;
    
}

/* utility classes */
.mini-logos{
    width: 2rem;
}
.amz-logo{
    width: 5.5rem;
}

.blue-color{
    color: #00aaff;
}

.linear-blue-text{
    background: #47b5fa;
background: linear-gradient(to right, #42b3f8 20%, #a58eff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

.gray-text{
    color: gray;
}

.pink-text{
    color: #AF2DA9;
}

.purple-text{
    color: rgb(49, 65, 179);
}

/* modal styling */
.modal-content{
    background-image: url(../images/wave.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
    padding: 1rem;

}

.modal form{
    border: none;
    border-radius: 20px;
    padding: 1rem;
}

/* side form styling */
.side-form {
    position: fixed;
    top: 200px;
    left: -315px;
    transition: left 0.5s ease;
    z-index: 5;
    
}
.side-form form{
    background-color: #FFF;
}
.slide-in {
    left: 0;
}

.slide-out {
    left: -315px;
}


.cbr-btn{
    left: 180px;
    bottom: -200px;
    transform: rotate(-90deg);
    background-color: rgb(49, 65, 179);
}
.cbr-btn .btn{

    background-color: rgb(49, 65, 179);
    border: none;
}

/* nav styling */
.main-logo-img{
    width: 130px;
    height: auto;
}

.navbar-container{
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);  */
}
.navbar{
    transition: background-color 0.3s ease;
}

.nav-list{
    display: flex;
    justify-content: end;
}

nav .nav-list .nav-item{
    margin: 1rem;
    /* color: rgba(224,8,0,1); */
    /* border-bottom: 2px solid  rgba(224,8,0,1); */
    transition: 1s ease-in-out;
    font-size: large;
    font-weight: 500;
}
nav .nav-list .tel{
    border-bottom: none;
    font-weight: 900;
}
nav .nav-list .tel i{
    font-size: 1.2rem;
}

nav .nav-list .nav-item:hover{
    border-bottom: none;
}

/* main banner styling */
.main-banner img{

    object-fit: cover;
    height: 80vh;

}

.main-banner {
    position: relative;
}

.main-banner .text-container {
    /* background: rgba(0, 0, 0, 0.5); */
    /* background: rgba(94, 142, 255, 0.3); */
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    padding: 1rem;
}

.main-banner img {
    width: 100%;
}

.banner-heading{
    font-size: 4rem;
}

.main-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* description styling */
.description .main-details ul li{
    list-style-type: none;
    padding-left: 0;
  }
  
  .description .main-details ul li::before {
    content: "\2714"; /* Unicode character for a checkmark */
    color: rgb(34,74,169); /* Change the color to your preference */
    font-size: 1rem;
    margin: 0.5rem;
    border-radius: 100%; /* Makes the border a circle */
    padding: 0.3rem; 
  }
  
  .description .main-details ul li {
    margin-bottom: 10px;
  }

  .main-btns .details-btn .btn{
    width: 12rem;
    background-color: #fff;
    color: rgb(34,74,169);
    font-weight: 600;
    border: 2px solid rgb(34,74,169);
    padding: 1rem 2rem;
  }
  .main-btns .details-btn .btn:hover{
    color: rgb(34,74,169);
    border: 2px solid rgb(34,74,169);
  }
  .main-btns .call-btn .btn{
    width: 12rem;
    background-color: rgb(34,74,169);
    color: #fff;
    font-weight: 600;
    border: 2px solid rgb(34,74,169);
    padding: 1rem 2rem;
  }
  .main-btns .call-btn .btn:hover{
    background-color: rgb(34,74,169);
    
  }

/* form styling */
form{
    border: 2px solid rgb(34,74,169);
    border-radius: 20px;
    line-height: 2rem;
}

.form input{
    background-color: #f5f5f5;
    border: none;
}
.form .package-select{
    background-color: #f5f5f5;
    border: none;
    width: 100%;
    height: 2rem;
    border-radius: 5px;
}

 .form-btn .btn{
    border: none;
    color: white;
    width: 10rem;
    background: rgb(34,74,169);
    background: linear-gradient(90deg, rgba(34,74,169,1) 0%, rgba(188,112,223,1) 100%);
    transition: 0.3s ease-in-out;
}

 .form-btn .btn:hover{
    background:  #00aaff;
}

/* card packages styling */
.card {
    border: 2px solid rgb(34,74,169);
    margin-bottom: 2rem;
    border-radius: 20px;
    height: 90vh;
    width: 320px;
    box-shadow: 6px 6px 12px -2px rgba(69,69,69,0.3);
    -webkit-box-shadow: 6px 6px 12px -2px rgba(69,69,69,0.3);
    -moz-box-shadow: 6px 6px 12px -2px rgba(69,69,69,0.3);
}
.card p{
    font-size: 0.8rem;
}

.card-header {
    background-color: #f8f9fa;
    border: 1px solid black;
}

.card-price{
    padding: 5px;
    background: rgb(34,74,169);
    background: linear-gradient(90deg, rgba(34,74,169,1) 0%, rgba(188,112,223,1) 100%);
    width: 125%;
    left: -32px;
    border-radius: 15px;
}

.card-price-border{
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
}

.act-price{
    line-height: 1.2rem;
}

.promo-price{
    line-height: 1.2rem;
}

.card-body .onus{
    width: 60%;
    border-radius: 25px;
    padding: 0.1rem 0.2rem;
    background: rgb(34,74,169);
    background: linear-gradient(90deg, rgba(34,74,169,1) 0%, rgba(188,112,223,1) 100%);
}

.list-group li{
    list-style: none;
}

.list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-group-item img {
    width: 30px;
    height: 30px;
}

.select-btn{
    padding: 5px;
    background: #AF2DA9;
    border: none;
    width: 50%;
    border-radius: 15px;
    margin: 1rem;
}

.select-btn:hover{
    background: rgb(34,74,169);
    background: linear-gradient(90deg, rgba(34,74,169,1) 0%, rgba(188,112,223,1) 100%);
}

/* appointment section styling */
.appointment-sec{
    background-color: #3fb8f5;
}
.contact-btn .btn{
    border: none;
    background: rgb(34,74,169);
    background: linear-gradient(90deg, rgba(34,74,169,1) 0%, rgba(188,112,223,1) 100%);
    width: 12rem;
    padding: 0.5rem 2rem;
    transition: 0.3s ease-in-out;
    font-size: 1.5rem;
    
}

.contact-btn:hover{
    background: #AF2DA9;
}

/* Whatsapp section */
/* for desktop */
.whatsapp_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.whatsapp-icon {
	margin-top:7px;
}   

/* phone section */
/* for desktop */
.phone_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	/* background-color:rgb(108, 108, 108); */
    background-color: #00aaff;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.phone-icon {
    margin-top:8px;
}   


@media (max-width: 768px) {
    /* Styles for medium-sized devices go here */
    .whatsapp-icon {
        margin-top:4px;
    }
    .whatsapp_float{
        width: 40px;
        height: 40px;
        bottom: 20px;
        left: 10px;
        font-size: 22px;
    }
    .phone-icon {
        margin-top:4px;
    }
    .phone_float{
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
  }
