/* base styling */

:root{
    ---background: #fff;
    ---text_color: #000;
    ---text_light: #3f3f3fdc;
    ---light_color : #a3a3a3;
    ---primary_color: #002143;
    ---background_gradient: linear-gradient(90deg, #dfdfdfcf, #d6d0d0d7);
    ---background_sect_gradent: radial-gradient(50% 50% at 50% 50%, #ffffff1a 0%, #004b991a 100%);
    ---button_background: #004b99;
    ---background_sect:linear-gradient(90deg, #ffffff66 0%, #0259b744 100%), #e0e0e0;
    ---button_background_hover: #003f8c;
    ---button_gradent: linear-gradient(10deg, #00142af8, #043365e7, #00142af8);
    ---button_border: #dd8800;
    ---font: Arial;
}

body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background: var(---background_sect);
}

textarea{
    resize: none;
}

.head{
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    z-index: 200;
    padding: 5px 20px;
    background-color: var(---background);
    box-shadow: 5px 0px 10px var(---text_light);
}

.navagator{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.logo_holder{
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: var(---text_color);
    height: 100%;
}

.logo{
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.logo img{
    width: auto;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    min-width: 100%;
}

.logo_text{
    font-family: var(---font);
    font-size: 2rem;
    box-sizing: border-box;
    font-weight: 700;
    color: var(---primary_color);
}

.nav_links{
    width: fit-content;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 10px;
}

.nav_links a{
    text-decoration: none;
    color: var(---text_color);
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(---font);
    width: fit-content;
    height: fit-content;
    font-weight: 600;
    border-radius: 10px;
    transition: .3s linear;
    cursor: pointer;
}

.nav_links a:hover{
    background-color: whitesmoke;
}

.user_link{
    box-sizing: border-box;
    width: fit-content;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 0px;
    position: absolute;
    padding-right: 20px;
    gap: 20px;
}

.user_link a{
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(---background);
    font-family: var(---font);
    padding: 15px 25px;
    background: var(---button_gradent);
    border-radius: 12px;
    border: 2px solid var(---button_border);
    font-weight: 500;
    transition: .3s linear;
}

.user_link a:hover{
    opacity: .7;
}

.log_show{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: transparent !important;
    color: var(---text_color) !important;
    border: none !important;
    padding: 15px !important;
    font-size: 14px !important;
    height: 100% !important;
    box-sizing: border-box;
}

.log_show:hover{
    background: #7c7c7c2a !important;
}

.log_show .user_avater{
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.user_avater img{
    width: auto;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
    min-width: 100%;
}

.body_content{
    width: 100%;
    padding-top: 70px;
    height: fit-content;
    min-height: 200px;
}

.foot{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    padding: 50px 20px;
    background-color: var(---primary_color);
    padding-bottom: 0px !important;
}

.top_foot{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    font-family: var(---font);
    color: var(---background);
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
}

.top_foot_links p{
    font-weight: 600;
    margin-bottom: 0.30rem;
}

.top_foot_links{
    width: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    height: fit-content;

}

.top_foot_links a{
    text-decoration: none;
    color: var(---background);
    opacity: 0.9;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 2rem;
    font-size: 13.5px;
    font-weight: 500;
}

.s_link{
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5b5;
    border-radius: 50%;
    color: var(---primary_color) !important;
}

.socials{
    display: flex !important;
    box-sizing: border-box;
    flex-wrap: wrap;
    max-width: 200px;
    gap: 10px;
}

.center_foot{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0px;
    gap: 10px;
}

.pay_me{
    width: 40px;
    height: 30px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay_me img{
    width: auto;
    height: 100%;
    min-width: 100%;
}

.selections{
    margin-left: 100px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.select_set{
    width: 200px;
    height: 45px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 2px solid var(---button_gradent);
}

.select_set select{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    font-weight: 600;
    font-family: var(---font);
    outline: none;
}

.last_foot{
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0px;
    border-top: 2px solid var(---background);
    font-family: var(---font);
    color: var(---background);
    padding: 15px 0px;
    font-weight: 500;
    font-style: italic;
}

.exp{
    display: none !important;
}

.head_icon{
    width: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    display: none;
}

.menu_bar{
    width: 45px;
    height:45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(---text_color);
    display: none;
    transition: .3s linear;
}

.menu_bar svg{
    width: 30px;
    height: 30px;
}

.drop_dowm{
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: var(---background);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    padding: 75px 10px 10px 10px;
    font-family: var(---font);
    display: flex;
    justify-content: flex-start;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0.2;
    transition: .8s linear;
}

.fade_in{
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.show{
    display: flex !important;
}

.exp_log{
    width: 20%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    border-right: 1px solid var(---text_light);
    padding: 0px 20px;
    display: none;
}

.exp_log p{
    font-weight: 500;
    color: var(---text_light);
    font-size: 13px;
}

.exp_log span{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 12px 0px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.forg_link{
    width: calc(100% - 20px );
    padding: 0px 20px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    display: none;
    justify-content: flex-start;
}

.drop_links{
    width: 70%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 20px 20px 0px;
}

.drop-link_blog{
    width: 38%;
    height: 80%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: whitesmoke;
    border-radius: 20px;
    margin: 20px 0px;
}

.exp_log a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 12px 0px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    color: var(---text_color);
}

.other_linkk{
    margin-top: 0px;
    margin-bottom: 0px;
}

.exp_log span > svg{
    width: 20px;
    height: 20px;
}

.drop_links a{
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 5px;
    width: fit-content;
    height: fit-content;
    padding: 12px;
    box-sizing: border-box;
    text-decoration: none;
    color: var(---text_color);
    border-radius: 10px;
    transition: .3s linear;
}

.drop_links a:hover{
    background-color: whitesmoke;
}


.list_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: var(---background) !important;
    background: var(---button_gradent);
}

.list_icon svg{
    width: 20px;
    height: 20px;
}

.side_bar{
    width: 100%;
    box-sizing: border-box;
    padding-top: 70px;
    position: fixed;
    background-color: var(---background);
    z-index: 200;
    height: 100vh;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: .5s linear;
    font-family: var(---font);
}

.open_side{
    transform: translateX(0%);
}

.user_side{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
}

.side_user_link{
    text-decoration: none;
    color: var(---text_color);
    width: 100%;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 10px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    background-color: #f5f5f5;
    font-weight: 500;
}

.side_user_link span{
    width: 40px;
    height: 40px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.side_user_text strong{
    font-size: 0.90rem;
}
.side_user_text small{
    font-size: 0.70rem;
}

.side_user_link span > img{
    width: auto;
    height: 100%;
    min-width: 100%;
}

.side_links{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: 500;
    padding: 10px;
    color: var(---text_color);
}

.side_links p{
    margin: 0px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
}

.side_links p::after{
    content: '';
    position: absolute;
    color: red !important;
    right: 0px;
    width: 20px;
    height: 20px;
    transition: .3s linear;
    background: url(/downbar.svg/) no-repeat center 100%;
}

.side_links p:focus, .side_links:active, .side_links:hover{
    color: var(---button_background) !important;
}

.side_links a{
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    color: var(---text_color);
    font-size: 13px;
    line-height: 2rem;
    font-weight: 500;
    display: none;
}

.sid_link{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-self: center;
    text-decoration: none;
    color: var(---text_color);
    font-weight: 600;
    font-size: 14px;
}

/* home page styling */

.hero_sect{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.hero_contents{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 600px;
    justify-content: space-evenly;
    font-family: var(---font);
}

.hero_text_sect{
    width: 40%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    color: var(---text_color);
}

.hero_text_sect h2{
    font-size: 3rem;
    color: #241f1f !important;
}

.hero_text_sect p{
    font-size: 18px;
    font-weight: 540;
    line-height: 1.5rem;
}

.hero_image{
    width: 50%;
    height: 500px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_image img{
    width: auto;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
}

.buttons{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 70px;
}

.buttons a{
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    width: fit-content;
    height: fit-content;
    color: inherit;
    font-weight: 500;
    border-radius: 10px;
}

.buttons a:nth-child(1){
    background-color: var(---button_background);
    color: var(---background);
}

.buttons a:nth-child(2){
    background-color: var(---background);
    border: 1px solid var(---button_background);
    color: var(---button_background);
}


.offer_sect{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow-y: hidden;
    padding: 3rem;
    border-top: 3px solid var(---background);
    background-color: var(---primary_color);
}

.offer_box_holder{
    width: fit-content;
    box-sizing: border-box;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    font-family: var(---font);
}

.offer_box{
    width: 210px;
    height: fit-content;
    min-height: 150px;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: var(---background);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.nav_box{
    height: 120px !important;
    border-radius:0px 100px 100px 0px !important;
    width: 220px !important;
    min-height: 120px !important;
}

.nav_box h2{
    margin: 0px;
    font-size: 2rem;
    box-sizing: border-box;
}

.offer_icon{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(---button_background);
}

.offer_icon svg{
    width: 50px;
    height: 50px;
}

.offer_box span{
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 0px;
}

.offer_box span > svg{
    width: 30px;
    height: 30px;
}

.offer_box h2{
    margin: 0px;
    font-size: 1.1rem;
    margin-top: 10px;
    font-weight: 500;
}

.offer_box p{
    font-size: 14px;
    font-weight: 500;
    color: var(---text_light);
}

.service_sect{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
    min-height: 300px;
    background: var(---background_sect);
    font-family: var(---font);
}

.service_sect-head{
    width: 60%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin: auto auto;
}

.service_sect-head h1{
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(---text_light);
}

.service_sect-head h2{
    font-size: 1.8rem;
}

.service_sect-head p{
    font-size: 1rem;
    box-sizing: border-box;
    line-height: 2rem;
    letter-spacing: 0.5px;
    font-weight: 450;
}

.service_box-holder{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 10px 0px;
    gap: 40px;
}

.service_box{
    width: calc(100% / 3.3);
    background-color: var(---background);
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 300px;
    height: fit-content;
    border-radius: 20px;
    transition: .5s linear;
    cursor: pointer;
    box-shadow: 1px 2px 1px var(---light_color), -1px 2px 1px var(---light_color);
    transform: translateY(50px);
    opacity: 0;
}

.fade_in div{
    transition-delay: 400ms;
    opacity: 1;
    transform: translateY(0px);
}

.service_box:hover{
    border: 2px solid var(---button_border);
    transform: translateY(-7px);
}

.service_icon{
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_icon img{
    width: auto;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.service_box h3{
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.service_box p{
    font-weight: 500;
    box-sizing: border-box;
    line-height: 1.7rem;
    letter-spacing: .5px;
}

.service_button{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 10px;
}

.service_button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    color: var(---background);
    padding: 25px 40px;
    background: var(---button_gradent);
    text-decoration: none;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid var(---button_border);
    transition: .3s linear;
}

.service_button a:hover{
    scale: 1.05;
    opacity: 0.9;
}

.feature_sect{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
    background-color: var(---primary_color);
    font-family: var(---font);
}

.feature_sect_head{
    width: 60%;
    margin: auto auto;
    color: var(---background);
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.feature_sect_head h2{
    font-size: 1.7rem;
    box-sizing: border-box;
}

.feature_sect_head p{
    font-size: 16px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1.7rem;
    font-weight: 500;
    letter-spacing: .5px;
}

.feature_box-holder{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 0px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.feature_box{
    width: calc(100% / 4.4);
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 360px;
    border-radius: 20px;
    background-color: var(---background);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    transform: translateY(50px);
    visibility: hidden;
    opacity: 0;
    transition: .6s linear;
}

.pop_in div{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.pop_in div:nth-child(1){
    transition-delay: calc(400ms * 1);
}

.pop_in div:nth-child(2){
    transition-delay: calc(400ms * 2);
}

.pop_in div:nth-child(3){
    transition-delay: calc(400ms * 3);
}

.pop_in div:nth-child(4){
    transition-delay: calc(400ms * 4);
}

.feature_box span{
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature_box span > svg{
    width: 30px;
    height: 30px;
}

.feature_box h3{
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 10px;
}

.feature_box p{
    font-size: 15.5px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.7rem;
}

.feature_buttons{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
    display: flex;
    letter-spacing: center;
    justify-content: center;
    gap: 20px;
}

.feature_buttons a{
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(---background);
    padding: 15px 30px;
    border-radius: 7px;
    font-size: 15px;
}

.feature_buttons a:nth-child(1){
    background-color: var(---button_background);
}

.feature_buttons a:nth-child(2){
    border: 1px solid var(---background);
}

.feature_gradent_border{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    background: var(---background_sect);
}

.idea_sect{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
    min-height: 300px;
    background: var(---background_gradient);
    font-family: var(---font);
}

.idea_sect h2{
    font-size: 2.3rem;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.sugestion_sect{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.des_box{
    width: 40%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
}

.des_box h3{
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 1.5rem;
}

.input_box{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
}

.des_box textarea{
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(---light_color);
    font-family: var(---font);
    line-height: 1.7rem;
    letter-spacing: .5px;
    outline: none;
}

.generate_ntn{
    margin-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
    width: 200px;
    height: 50px;
    background-color: var(---button_background_hover);
    color: var(---background);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s linear;
}

.generate_ntn:hover{
    background-color: transparent;
    border: 2px solid var(---button_background_hover);
    color: var(---button_background_hover);
}

.sugestions_holder{
    width: 50%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
}

.sugestions_holder h3{
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 1.5rem;
}

.suggestion_box_holder{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.suggestion_box{
    width: calc(100% / 2.2);
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid var(---light_color);
    border-radius: 20px;
    background-color: var(---background);
}

.suggestion_box span:nth-child(1){
    padding: 20px;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid var(---light_color);
}

.suggestion_box span:nth-child(1) small{
    font-family: 15px;
    box-sizing: border-box;
    color: var(---text_light);
}

.suggestion_box span:nth-child(1) strong{
    font-size: 1.5rem;
}

.suggestion_box span:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s linear;
}

.suggestion_box span:nth-child(2):hover{
    background-color: var(---button_background);
    color: var(---background);
}

.see_more_btn{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.see_more_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    overflow: hidden;
    width: fit-content;
    height: fit-content;
    border: 2px solid var(---button_background);
    color: var(---button_background);
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    transition: .2s linear;
}

.see_more_btn a:hover{
    background-color: var(---button_background);
    color: var(---background);
}

.reviews_sect{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    background: var(---background_sect);
    padding: 20px;
    min-height: 300px;
    font-family: var(---font);
}

.review_head{
    width: 60%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    margin: auto auto;
    text-align: center;
}

.review_head h2{
    font-size: 2.3rem;
    box-sizing: border-box;
}

.review_head p{
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
    letter-spacing: .5px;
    line-height: 1.7rem;
}

.reviews_box-holder{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    overflow-y: hidden;
}
.reviews_box-holder::-webkit-scrollbar{
    display: none;
}

.reviews_box-holder .mian_holder{
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.review_box{
    width: 420px;
    height: 300px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: var(---background);
    border: 1px solid var(---light_color);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.review_box q{
    box-sizing: border-box;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 10px;
}

.review_box p{
    font-size: 16px;
    box-sizing: border-box;
    letter-spacing: .5px;
    line-height: 1.7rem;
}

.review_box .revewser_image{
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.review_box .revewser_image > img{
    width: auto;
    height: 100%;
    box-sizing: border-box;
    min-width: 100%;
    object-fit: cover;
}

.sub_hero_sect{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    text-align: center;
    color: var(---background);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sub_hero_sect h2{
    font-size: 4rem;
    margin-bottom: 20px;
    margin-top: 0px;
}

.sub_hero_sect a{
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background: var(---button_gradent) ;
    border: 2px solid var(---button_border);
    border-radius: 10px;
    color: var(---background);
    text-decoration: none;
    font-size: 1.7rem;
    letter-spacing: .5px;
    margin-top: 20px;
}

.sub_hero_sect p{
    font-size: 1.2rem;
    font-family: var(---font) !important;
}

/* in base faq styling */

.faq_sect{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    background: var(---background_sect);
    min-height: 300px;
    font-family: var(---font);
    padding: 20px;
}

.faq_head-text{
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 2.3rem;
}

.main_faq_sect{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.more_faq{
    width: 30%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    padding: 10px 0px;
}

.more_faq h2::before{
    content: '?';
    box-sizing: border-box;
    overflow: hidden;
    color: #fb1b1b;
    margin-right: 10px;
}

.more_faq p{
    font-size: 1.3rem;
    box-sizing: border-box;
    line-height: 2rem;
    margin-top: 30px;
    letter-spacing: .5px;
}

.more_faq a{
    text-decoration: none;
    color: var(---background);
    font-size: 15px;
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px;
    background-color: var(---button_background);
    border-radius: 10px;
    margin: auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(---primary_color);
}

.faq_box-holder{
    width: 65%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid var(---background);
    min-height: 200px;
}

.faq_box{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid var(---light_color);
}

.for_question{
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.for_question .question{
    font-size: 1.3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 50px);
    font-weight: 600;
}

.faq_icon{
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(---text_color);
}

.faq_icon svg{
    width: 40px;
    height: 40px;
}

.for_answer{
    width: 100%;
    min-height: 50px;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 1.5rem;
    display: none;
    font-weight: 500;
}

.show_faq .for_answer{
    display: flex !important;
}

/* pop_msg styling */

.e_flash {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffeaea;
    color: #b00020;
    border: 1px solid #f5c2c7;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 1000;
    animation: fadeIn 0.3s ease;
    min-width: 300px;
    max-width: 90%;
    font-family: var(---font);
    z-index: 100;
  }
  
.popup-content {
    display: flex;
    align-items: start;
    gap: 16px;
    padding: 0px !important;
  }
  
  .error-icon {
    font-size: 24px;
    margin-top: 4px;
  }
  
.popup-content h2 {
    margin: 0;
    font-size: 18px;
  }
  
.popup-content p {
    margin: 4px 0 0;
    font-size: 14px;
  }
  
.e_flash .close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #b00020;
  }

  .float_msg{
    z-index: 1000;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: fit-content;
  }

  .s_flash {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e6f9ea;
    color: #2e7d32;
    border: 1px solid #c3e6cb;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 1000;
    animation: fadeIn 0.3s ease;
    min-width: 300px;
    max-width: 90%;
    font-family: var(---font);
    z-index: 200;
  }

.s_flash .close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #2e7d32;
  }
  
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, -40%); }
    to { opacity: 1; transform: translate(-50%, -50%); }
  }
  

@media screen and (max-width:1290px) {
    .offer_sect{
        padding: 3rem 2rem;
    }
    .offer_sect::-webkit-scrollbar{
        display: none;
    }
}

@media screen and (max-width:1100px) {
    .nav_links a{
        display: none;
    }
    .exp{
        display: flex !important;
    }
    .socials{
        max-width: 150px;
    }

    .hero_text_sect h2{
        font-size: 2rem;
    }
    .hero_text_sect p{
        font-size: 16px;
    }
    .hero_image{
        width: 40%;
        height: 400px;
    }
    .hero_contents{
        min-height: 500px;
    }
    .service_sect-head{
        width: 75%;
    }
    .service_box-holder{
        gap: 20px;
    }
    .service_box{
        width: calc(100% / 3.2);
    }
    .feature_box-holder{
        gap: 15px;
    }
    .feature_sect_head{
        width: 75%;
    }
    .feature_box{
        width: calc(100% / 4.2);
        padding: 15px;
    }
    .des_box{
        width: 43%;
    }
    .sugestions_holder{
        width: 52%;
    }
    .suggestion_box{
        width: calc(100% / 2.1);
    }
    .review_head{
        width: 75%;
    }
    .review_box{
        padding: 15px;
    }
}

@media screen and (max-width:1000px) {
    .exp{
        display: none !important;
    }
    .user_link{
        display: none !important;
    }
    .menu_bar{
        display: flex !important;
    }
    .navagator{
        justify-content: space-between;
    }

    .top_foot_links a{
        display: none;
    }
    .top_foot_links:nth-child(1) p{
        display: none;
    }
    .top_foot_links p:nth-child(1){
        display: block !important;
    }
    .top_foot{
        display: block;
    }
    .top_foot_links br{
        display: none;
    }
    .top_foot p{
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        position: relative;
        color: var(---background);
    }
    .head_icon{
        display: flex;
    }
    .show_all p:nth-child(1)::after{
        transform: rotate(180deg);
        transition: .3s linear;
    }

    .show_all p{
        display: flex !important;
    }
    
    .show_all a{
        display: flex !important;
    }

    .top_foot_links p:nth-child(1)::after{
        content: '';
        color: var(---background);
        position: absolute;
        right: 0px;
        width: 20px;
        height: 20px;
        transition: .3s linear;
        background: url(/downbar.svg/) no-repeat center 100%;
    }
    .top_foot_links{
        width: 100%;
    }
    .foot{
        padding: 50px 30px;
    }
    .socials{
        width: 100%;
        max-width: 100%;
    }
    .socials a{
        display: flex !important;
    }
    .social_p::after{
        display: none !important;
    }
    .side_bar{
        display: block;
    }

    .hero_contents{
        flex-wrap: wrap;
        padding: 20px;
        gap: 30px;
    }
    .hero_text_sect{
        width: 100%;
    }

    .hero_image{
        width: 100%;
    }
    .service_box{
        width: calc(100% / 2.2);
    }

    .feature_box{
        width: calc(100% / 2.1);
    }
    .feature_box-holder{
        flex-wrap: wrap;
    }
    .sugestion_sect{
        flex-wrap: wrap;
        gap: 30px;
    }

    .des_box{
        width: 100%;
    }
    .sugestions_holder{
        width: 100%;
    }
    .main_faq_sect{
        flex-wrap: wrap;
        gap: 20px;
        transform: rotate(180deg);
    }
    .faq_box-holder{
        transform: rotate(180deg);
        width: 100% !important;
    }
    .more_faq{
        transform: rotate(180deg);
        width: 100%;
    }
}

@media screen and (max-width:750px) {
    .logo_text{
        display: none;
    }
    .service_box-holder{
        padding:10px 5px;
    }
    .center_foot{
        flex-wrap: wrap;
    }
    .selections{
        margin-left: 0px;
        width: 100%;
    }
    .select_set{
        width: calc(100% / 2.2);
        height: 40px;
    }
    .foot{
        padding: 30px 15px;
    }
    .offer_sect{
        padding: 2rem 1rem;
    }
    .offer_box_holder{
        gap: 25px;
    }
    .nav_box{
        width: 200px !important;
    }
    .service_sect-head{
        width: 100% !important;
        margin: 0px;
    }
    .service_box{
        width: 100% !important;
    }

    .feature_sect_head{
        width: 100% !important;
        margin: 0px;
    }
    .feature_box{
        width: 100% !important;
        min-height: 300px;
    }
    .review_head{
        width: 100% !important;
    }
    .review_head h2{
        margin-top: 10px;
    }

    .sub_hero_sect h2{
        font-size: 2.5rem;
    }
    .sub_hero_sect p{
        font-size: 14px;
    }
    .sub_hero_sect a{
        font-size: 14px;
    }

    .sub_hero_sect{
        min-height: 400px;
    }

    .faq_sect h2{
        margin-top: 10px;
    }
}

@media screen and (max-width:500px) {
    .head{
        height: 60px;
    }
    .logo{
        width: 40px;
        height: 40px;
    }
    .menu_bar{
        width: 40px;
        height: 40px;
    }
    .menu_bar svg{
        width: 25px;
        height: 25px;
    }
    .body_content{
        padding-top: 60px;
    }
    .hero_contents,
    .service_sect,
    .feature_sect,
    .idea_sect,
    .reviews_sect,
    .sub_hero_sect,
    .faq_sect{
        padding: 10px !important;
    }
    .hero_image{
        height: 300px;
    }
    .service_sect-head p{
        font-size: 13px;
        line-height: 1.3rem;
    }
    .offer_box{
        width: 200px;
        min-height: 130px;
    }
    .feature_sect_head p{
        font-size: 13px;
        line-height: 1.4rem;
    }
    .feature_box{
        min-height: 270px !important;
    }
    .idea_sect h2{
        margin-top: 10px;
        font-size: 1.7rem;
    }

    .des_box h3{
        font-size: 1.17rem;
    }
    .sugestions_holder h3{
        font-size: 1.17rem;
    }
    .suggestion_box{
        width: 95%;
        margin: auto auto;
    }

    .review_head h2{
        font-size: 1.7rem;
    }
    .review_head p{
        font-size: 13px;
        line-height: 1.3rem;
    }
    .review_box{
        width: 320px;
        height: 270px;
    }
    .review_box p{
        font-size: 13px;
        line-height: 1.3rem;
    }

    .sub_hero_sect h2{
        font-size: 1.8rem;
    }
    .faq_head-text{
        font-size: 1.7rem;
    }
    .for_question .question{
        font-size: 1rem;
    }
    .faq_icon svg{
        width: 25px ;
        height: 25px;
    }

    .for_answer{
        font-size: 13px;
        line-height: 1.3rem;
    }

    .more_faq p{
        font-size: 1rem;
        line-height: 1.7rem;
    }
}

@media screen and (max-width:400px) {
    .hero_text_sect h2{
        font-size: 1.8rem !important;
    }
    .for_question .question{
        font-size: 0.80rem !important;
    }
}

@media screen and (max-width:350px) {
    .buttons{
        flex-wrap: wrap;
    }
    .hero_image{
        height: 250px !important;
    }
    .feature_buttons{
        flex-wrap: wrap;
    }
    .s_flash{
        min-width: 80% !important;
    }
    .e_flash{
       min-width: 80% !important; 
    }
}


        