*{
    margin: 0%;
    background-color: #F9F9F9;
}
#claritycoded_reachout{
    width: 100%;
}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rajdhani-SemiBold';
    src: url('../fonts/Rajdhani-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    color: #1E1E1E;
}
a{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    letter-spacing: 0.08rem;
    color: #1E1E1E;
}
p{
    font-family: 'OpenSans', sans-serif;
    line-height: 2.5rem;
    color: #1E1E1E;
    letter-spacing: 0.5px;
}
button{
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 0.08rem;
}
#top_header{
    display: flex;
    align-items: center;     
    justify-content: flex-start;
    border: 4px solid #4682b4;
    border-radius: 12px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 1186px;
    height: 98px;
}
#logo{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    width: 330px;
    padding-left: 70px;
}
#logo h1{
    display: flex;
    flex-direction: row;
    font-family: 'Rajdhani', sans-serif;
    font-size: 25px;
    letter-spacing: .05em;
}
.logo_img{
    height: 60px;
    width: 60px;
}
#logo a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}
#main_nav{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: right;
    width: 700px;
    padding-right: 70px;
}
#main_nav > ul{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: right;
    width: 700px;
    padding: 0;
    margin: 0;
    gap: 62px;
}
#main_nav > ul > li{
    list-style: none;
}
#main_nav > ul > li > a{
    font-size: 25px;
    color: #1E1E1E;
    text-decoration: none;
    letter-spacing: .05em;
    padding: 0.5rem 0.5rem;
}
#main_nav > ul > li > a:hover{
    color: #4682b4;
    font-family: 'Rajdhani-SemiBold', sans-serif;
    transition: all 0.5s ease; 
}
#work_dropdown{
    position: relative;
}
#work_dropdown_menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #F9F9F9;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    width: 220px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 10;
    flex-direction: column;
    gap: 15px;
}
#work_dropdown span{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    font-size: 25px;
    color: #1E1E1E;
    letter-spacing: .05em;
    padding: 0.5rem 0.5rem;
    cursor: default;
}
#work_dropdown_menu li{
    padding: 8px 20px;
    display: block;
}
#work_dropdown_menu li a{
    font-size: 25px;
    color: #1E1E1E;
    text-decoration: none;
    white-space: nowrap;
    padding: 0;
}
#work_dropdown_menu li a:hover{
    color: #4682b4;
    font-family: 'Rajdhani-SemiBold', sans-serif;
    transition: all 0.5s ease; 
}
#work_dropdown:hover #work_dropdown_menu{
    display: flex;
}
main{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}
#reach_out{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 1186px;
    height: auto;
    gap: 100px;
}
.reach_out_intro{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    width: 1186px;
    margin-left: auto;
    margin-right: auto;
    background-color: #4682b4;
    border-radius: 12px;
    gap: 120px;
    padding: 60px;
    box-sizing: border-box;
}
.reach_out_intro_text{
    display: flex;
    flex-direction: column;
    width: 450px;
    gap: 30px;
    background-color: #4682b4;
}
.reach_out_intro_text h1{
    font-size: 40px;
    color: #F9F9F9;
    background-color: #4682b4;
}
.reach_out_intro_text p{
    font-size: 18px;
    color: #1E1E1E;
    background-color: #4682b4;
}
.reach_out_intro_text p a{
    color: #1E1E1E;
    font-family: 'OpenSans-SemiBold', sans-serif;
    text-decoration: underline;
    background-color: #4682b4;
}
.reach_out_intro_text p a:hover{
    color: #F9F9F9;
}
.how_it_works {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #4682b4;
}
.how_it_works h1 {
    font-size: 30px;
    color: #F9F9F9;
}
#steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background-color: #4682b4;
}
.step {
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 20px;
    background-color: #4682b4;
}
.check_mark {
    width: 50px;
    height: 50px;
    background-color: #4682b4;
}
.step p {
    font-family: 'OpenSans', sans-serif;
    color: #1E1E1E;
    line-height: 2.5rem;
    letter-spacing: 0.5px;
    font-size: 18px;
}
#reach_out_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 486px;
    background-color: #4682b4;
}
.user_details{
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    width: 486px;
    padding: 12px 20px;
    margin: 15px 0px;
    box-sizing: border-box;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-radius: 12px;
    background-color: #F9F9F9;
}
.message{
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    width: 486px;
    height: 128px;
    padding: 12px 20px;
    margin: 15px 0px;
    box-sizing: border-box;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-radius: 10px;
    background-color: #F9F9F9;
}
.user_details::placeholder{
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: .03em;
    color: #1E1E1E;
    opacity: 50%;
}
.message::placeholder{
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: .03em;
    color: #1E1E1E;
    opacity: 50%;
}
#submit_button{
    font-size: 25px;
    color: #F9F9F9;
    background-color: #4682b4;
    width: 210px;
    height: 66px;
    padding: 18px 18px;
    margin: 5px 0;
    box-sizing: border-box;
    border: 2px solid #F9F9F9;
    border-radius: 12px;
    cursor: pointer;
}
#submit_button:hover{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    color: #1E1E1E;
    background-color: #8EC7B7;
    border: 0px;
    transition: all 0.5s ease; 
}
.pricing_section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    width: 1186px;
    border-radius: 12px;
    box-sizing: border-box;
    border: 4px solid #4682b4;
    padding: 60px;
    gap: 15px;
    margin-bottom: 150px;
}
.pricing_tier{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1060px;
    gap: 50px;
    padding-top: 50px;
}
.pricing_icon{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing_icon img{
    width: 70px;
    height: 70px;
}
.pricing_tier_content{
    flex: 1;
}
.pricing_tier_content h1{
    font-size: 25px;
    color: #4682b4;
}
.pricing_includes{
    font-size: 16px;
    color: #4682b4;
}
.pricing_price{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.pricing_from{
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 16px;
    color: #4682b4;
    text-transform: uppercase;
}
.pricing_amount{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    font-size: 30px;
    color: #1E1E1E;
    font-weight: bold;
}
#footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1186px;
    height: 679px;
    background-color: #4682b4;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    gap: 120px;
}
.footer_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #4682b4;
    gap: 50px;
}
.footer_logo{
    width: 411px;
    height: 344px;
    background-color: #4682b4;
}
.footer_logo img{
    width: 411px;
    height: 344px;
}
#footer_links ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 400px;
    padding: 0;
    margin: 0;
    background-color: #4682b4;
}
#footer_links ul li{
    list-style: none;
}
#footer_links ul li a{
    font-size: 25px;
    color: #1E1E1E;
    text-decoration: none;
    letter-spacing: .05em;
    background-color: #4682b4;
}
#footer_links ul li a:hover{
    color: #F9F9F9;
    font-family: 'Rajdhani-SemiBold', sans-serif;
    transition: all 0.5s ease; 
    background-color: #4682b4;
}    
#social_icons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #4682b4;
    width: auto;
    height: auto;
    gap: 30px;
}
#social_icons a{
    display: block;
    background-color: transparent;
}
.social_icons{
    width: 30px;
    height: 30px;
    background-color: #4682b4;
}
#mybtn{
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: .03em;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #1E1E1E;
    color: #F9F9F9;
    cursor: pointer;
    padding: 14px;
    border-radius: 12px;
    font-size: 20px;
}  
#mybtn:hover{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    background-color: #4682b4;
    color: #F9F9F9;
}
#menu-toggle{
    display: none;  
}
#mobile_menu{
    display: none;
}
#mobile_work_submenu{
    display: none;
    list-style: none;
    padding-left: 20px;
}
#mobile_work_submenu.active{
    display: block;
}
@media only screen and (max-width: 767px) {
#top_header{
    height: 150px;
}
#logo { 
    margin-left: 1rem; 
}
.logo_img{
    height: 80%;
    width: 80%;
}
#menu-toggle{
    display: inline-flex;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 10001;
}
#menu-toggle img{
    height: 80%;
    width: 80%;
}
#mobile_menu{
    position: fixed;
    inset: 0;            
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: none;
    background-color: #F9F9F9;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10rem;
    padding-left: 1rem;
    gap: 1.25rem;
    overflow-y: auto;
}       
#mobile_menu.active{
    display: flex;
}        
#menu{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
}        
#menu li{
    list-style: none;
    margin: 0.5rem 0;
}        
#menu li a{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    font-size: 20px;
    color: #4682b4;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}
#menu li a:active{
    background-color: #4682b4;
    color: #F9F9F9;
}         
#mobile_work_toggle{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    font-size: 20px;
    color: #4682b4;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
#mobile_work_submenu{
    display: none;
    list-style: none;
    padding-left: 20px;
}
#mobile_work_submenu.active{
    display: block;
}
#mobile_work_submenu li a{
    font-size: 18px;
    padding-left: 1.5rem;
}
body.menu-open{
    overflow: hidden;
}
#main_nav{
    display: none;
}
    .numbertext {
        font-size: 10px;
    }
    .user_details{
        font-size: 14px;
        letter-spacing: .04em;
    }
    .user_details::placeholder{
        font-size: 14px;
        letter-spacing: .04em;
    }
    #submit_button{
        font-size: 15px;
        letter-spacing: .05em;
        padding: 12px 12px;
    }
    footer{
        height: 300px;
    }
    #social_icons{
        width: 90%;
    }
    .social_icons{
        width: 20px;
        height: 20px;
    }
    #mybtn{
        bottom: 10px;
        right: 20px;
        padding: 10px;
        font-size: 14px;
    } 
}
@media (min-width: 767px) and (max-width: 1024px) {
    #menu-toggle{
        display: none;
    }
    #main_nav{
        display: block;
    }
    #main_nav ul{
        display: flex;
        gap: 1.5rem;
    }
    #main_nav ul li a{
        font-size: 18px;
    }
    .user_details{
        font-size: 14px;
        letter-spacing: .04em;
    }
    .user_details::placeholder{
        font-size: 14px;
        letter-spacing: .04em;
    }
    #submit_button{
        font-size: 17px;
        height: 52px;
        width: auto;
        padding: 0 28px;
    }
    footer{
        height: 220px;
    }
    #footer_links ul li a{
        font-size: 18px;
    }
    #social_icons{ 
        width: 90%;
    }
    .social_icons{
        width: 30px; height: 30px;
    }
}
@media (min-width: 1025px) and (max-width: 1500px) {
 
    #menu-toggle{
        display: none;
    }
    #main_nav{
        display: block;
    }
    #main_nav ul{
        display: flex;
        gap: 2rem;
    }
    #main_nav ul li a{
        font-size: 20px;
    }
    #work_dropdown span{
        font-size: 20px;
    }
    #submit_button{
        font-size: 20px;
        height: 58px;
        width: auto;
        padding: 0 30px;
    }
    footer{
        height: 220px;
    }
    #footer_links ul li a{
        font-size: 20px;
    }
    #social_icons{
        width: 70%;
    }
    }