* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
}
.displayNone{
    display: none;
}

/* Custom header style */
.main-header-top {
    background-color: rgb(235, 249, 255);
}

.main-header {
    max-width: 1400px;
    margin: 0 auto;
    
}

.custom-header {
    color: rgb(0, 0, 0);
    padding: 2rem 1rem;
    
}
header{
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

.navbar-nav .nav-link {
    color: rgb(0, 0, 0) !important;
    margin-right: 15px;
    transition: 0.3s;
    border-radius: 50px;
    padding: 8px 15px !important;
    font-size: 16px !important;
}

.navbar-nav .nav-link:hover {
    color: #1707ff !important;
    background-color: #007bff77;
}

.user-info {
    font-size: 0.95rem;
    background: rgb(4, 0, 255);
    border-radius: 50px;
    padding: 15px 40px;
    color: white;
    transition: all 0.5s ease;
}
.user-info:hover{
    background-color: black;
    color: white;
}

.hero-c-plan {
    display: flex;
    padding: 2rem 2rem 5rem 2rem;
    flex-wrap: wrap;
}

.align {
    margin: 0 auto;
    max-width: 1400px;
}

.hero-left {
    max-width: 50%;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    /* allows vertical alignment */
    justify-content: center;
    align-items: flex-start;
    /* or center, depending on design */
}

h1 {
    font-size: 54px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-left h1 span {
    color: #007bff;
}

.hero-right {
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-tag {
    margin-bottom: 1rem;
}

.welcome-tag p {
    background-color: #007bff57;
    color: #003e81;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
}

.hero-left a {
    background-color: #007bff;
    border-radius: 50px;
    padding: 0.5rem 2rem;
    color: rgb(255, 255, 255);
    margin-top: 1rem;

}

p {
    font-weight: 500;
    opacity: 0.8;
    letter-spacing: 0.5px;
}

hr {
    margin: 0;
    padding: 0;
    opacity: 0.1;
}

.cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 6rem 2rem;
}

.cont .det {
    max-width: 50%;
}

.f-box {
    width: 300px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 4px 100px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
}

.f-box-all {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.f-box-image {
    max-width: 100px;
}

.f-box-image img {
    width: 100%;
    object-fit: cover;
}

h2 {
    font-size: 25px;
    margin: 1rem 0;
}

.f-box p {
    text-align: center;

}
.f-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}
.mid{
    background-color: rgb(245, 245, 245);
}
.cmid{
    padding: 6rem 2rem;
    display: flex
}
.mid-right{
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mid-right-umage-n{
    border-radius: 20px;
    overflow: hidden;
}
.mid-right img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
}
.mid-right img:hover{
    transform: scale(1.1);
    
}
.mid-left{
    max-width: 50%;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    /* allows vertical alignment */
    justify-content: center;
    align-items: flex-start;
    /* or center, depending on design */
}
.mid-img{
    max-width: 50px;
}
.mid-img img{
    width: 100%;
    object-fit: cover;
}
.sp-tag{
    margin-top: 20px;
}
.de-tag{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.de-tag2{
    display: flex;
    gap: 20px;
}
.de-tag p{
    max-width: 50%;
}
.det-det-tag{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.det-det-tag h3{
    background-color: #007bff27;
    color: #003e81;
    padding: 3rem;
    border-radius: 20px;
    font-size: 1rem;
    font-size: 24px;
}
.det-det-tag h3:hover{
    background-color: #000000;
    color: white;
    cursor: pointer;
    transition: all 0.5s ease;
}
.det-det-tag .highlight{
    color: white;
    background-color: #007bff;
}
.ready{
    display: flex;
    padding-top: 4rem;
    gap: 4rem;
    justify-content: center;
}
.redy-left{
    max-width: 50%;
    display: flex;
    flex-direction: column;
}
.redy-right{
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.create-acc{
    margin-top: 20px;
}
.create-acc a{
    display: inline-block;
    margin-top: 10px;
    padding: 20px 50px;
    background-color: #007bff;
    color: white;
    border-radius: 50px;
    text-decoration: none;
}
.de-tag2 h2{
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
}
.changebg{
    background-color: rgb(245, 245, 245);
}
.price-box{
    text-align: left;
    background-color: #007bff25;
    padding: 3rem;
    border-radius: 20px;
}

.price-box span{
    font-size: 20px;
}
p i {
  vertical-align: middle;
  margin: 0 6px 0 0;
  color: #007bff;
  font-size: 22px;
}
.p-det{
    margin: 10px 0;
    display: flex;
    gap: 10px;
}
.p-det p{
    font-size: 13px;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2px;
}
.price-box a{
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.price-update{
    text-align: left;
}
.tt{
    background-color: rgb(240, 251, 255);
    border-radius: 50px;
    margin: 0 20px;
}
.tt ul{
    background-color: rgb(255, 255, 255);
    padding: 20px;
    list-style: none;
    border-radius: 20px;
}
.tt ul li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.089);
    padding: 10px;
}
.ttt{
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    margin: 0 20px;
}
.ttt ul{
    background-color: rgb(255, 255, 255);
    padding: 20px;
    list-style: none;
    border-radius: 20px;
}
.ttt ul li{
    border: 1px solid rgba(0, 0, 0, 0.089);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.needHelp{
    text-align: center;
}
.needHelp span{
    font-weight: 600;
    color: blue;
}
.det5{
    text-align: center;
}
.copyright{
    text-align: center;
    margin: 2rem;
}
.det7{
    width: 100%;
}
.nav-link1{
    text-decoration: none;
}
.price-box a:hover{
    background-color: black;
    transition: all 0.5s ease;
}
.answer{
    color: rgba(0, 128, 0, 0.603);
}
.det-det-tag a{
    text-decoration: none;
    color: inherit;
}
.top-arrow{
    position: fixed;
    bottom: 80px;
    right: 30px;
    font-size: 40px;
    z-index: 100;
}
.logo img{
    max-width: 250px;
}
.price-main-div{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.price{
    max-width: 655px;
}


/* Responsive: full width on small screens */
@media (max-width: 1000px) {
    .hero-left {
        max-width: 100%;
        padding: 5%;
        margin: 0 auto;
        text-align: center;
        align-items: center;
    }

    .hero-right {
        max-width: 100%;
        margin-top: 2rem;
        padding: 5%;
    }

    h1 {
        font-size: 34px;
    }

    .cont .det {
        max-width: 100%;
        text-align: center;
    }

    .cont h1 {
        text-align: center;
    }
    .f-box-all{
        max-width: 100%;
    }

    .f-box {
        width: 100%;
    }
    .cmid{
        flex-direction: column;
    }
    .mid-left, .mid-right{
        max-width: 100%;
        padding: 5%;
        text-align: center;
    }
    .det-det-tag{
        flex-direction: column;
        gap: 20px;
    }
    .de-tag p{
        max-width: 100%;
    }
    .de-tag{
        text-align: left;
    }
    .ready{
        flex-direction: column;
        gap: 20px;
    }
    .redy-left, .redy-right{
        max-width: 100%;
        padding: 5%;
        text-align: center;
    }
    .create-acc{
        max-width: 100%;
    }
    .p-det{
        flex-direction: column;
    }

}

/* Responsive fix */
@media (max-width: 1000px) {
    .user-info {
        margin-top: 10px;
        text-align: center;
    }
}