body{
    color: white;
}
.bgimg5{
    background-image: url('../images/A5.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bgcard{
    height: 420px !important;
    border: 1px solid white;
    border-radius: 20px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0.315) 0%, #3b1c3242 0%, #09122c4b 36%);
}
.helpsec{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(97, 97, 97)  0%, #F05323 56%);
    border-radius: 50px;
    text-align: center;
}
.bgimg6{
    background-image: url('../images/A7.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.ownerbuisness{
    border: 1px solid white;
    border-radius: 20px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, #6b2510 0%, #03060eaf 36%);
    width:100% !important;
    
}


.bgimg7{
    background-image: url('../images/A7.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.boldfaq{
    font-weight: 500;
    font-size: 20px;
    color: gainsboro;
}
.heighlight{
    background: linear-gradient(90deg, #a1247e, #1e3ea0); /* Gradient colors */
    -webkit-background-clip: text; /* Clip the background to the text */
    -webkit-text-fill-color: transparent; /* Make the text fill transparent */
}
.img-width{
    width: 100vw;
}
.bgblu{
    background: rgb(2,0,36);
    background: rgb(71, 71, 71);
    border-radius: 20px;
}
.btnlight{
    background: white;
    color:  #F05323;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
}
.btnlight:hover{
    background: white;
    color:  #af2f07;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
}
.faq-container {
    width: 90%;
    max-width: 600px;

    color: white;
    border-radius: 10px;
    padding: 10px;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-title {
    background: #41223838;
    color: white;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-title:hover {
    background: #292950;
}

.faq-content {
    display: none;
    padding: 15px;
    font-size: 16px;
    color: #ddd;
}

.faq-title.active + .faq-content {
    display: block;
}
.bg-1{
    background-image: url("../images/A1.webp");
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: cover;
    color:white;
}
.bg-4{
    background-image: url("../images/A4.webp");
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: cover;
    color:white;
}
.logowidth{
width:300px;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flex1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.align{
    text-align: center;
}
.paading_5{
    padding-top: 3%;
}
.paading_6{
    padding-right: 28% !important;
    padding-left: 28% !important;
}
.font-size_1{
    font-size: 30px;
}
@media(max-width:768px){
    .flex1{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .font-size_1{
        font-size: 30px;
    }
    .paading_6{
        padding-right: 0% !important;
        padding-left: 0% !important;
    }
}
.bold{
    font-weight: bold;
}
.heighlight{
    background: linear-gradient(90deg, #F05323, #d16b4c); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}
.psize{
    font-size: 20px;
    color:rgb(189, 186, 186);
    font-weight: bold;
}
.imagwidth1{
    width:90%;


}
.button1{
   background: #F05323;
   color:white;
    padding:10px 15px;
    margin-bottom: 5%;

    border: none;
    border-radius: 40px;
    font-weight: bold;
    
}
.button1:hover{
    background: #ad2b03;
    color:rgb(219, 219, 219);
     padding:10px 15px;
     margin-bottom: 5%;
 
     border: none;
     border-radius: 40px;
     font-weight: bold;
     
 }
/* .........................sectipon2 */
.bg-2{
    background-image: url("../images/A2.webp");
    width:100%;

    background-repeat: no-repeat;
    background-size:cover;
    color:white;
    background-position: center;
}
.bg-3{
    background-image: url("../images/A3.webp");
    width:100%;
    background-repeat: no-repeat;
    background-size:cover;
    color:white;
    background-position: center;
}
.imagewidth2{
    width:100%;
}
.psize2{
    font-size: 20px;
    color:rgb(189, 186, 186);
    font-weight: 700;
}
.psize3{
    font-size: 20px;
     color:white;
    padding-top: 3%;
}
.iconcolor{
    color:#F05323;
    font-size: 25px;
}
.kkk li{ 
 list-style: none;
}
.containerss {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .containerss {
        background: white;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        width: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.hidden {
    display: none;
}

.row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.calendar-container {
    flex: 1;
    text-align: center;
}

.calendar {
    width: 100%;
}

.time-slot {
    flex: 1;
    text-align: left;
}

.slots {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slot-btn {
    background-color: white;
    border: 1px solid #4A90E2;
    padding: 8px;
    width: 100%;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.slot-btn.selected {
    background-color: #4A90E2;
    color: white;
}

.btn-container {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.pointer{
    cursor: pointer;
}
.small{
    font-size: 14px;
}
.phone-container {
    margin-bottom: 15px;
}
.phone-container label {
    margin-bottom: 5px;
    color: black;
    display: block;
}


