:root {
    --primary-color: #007bff;
    --secondary-color: #0056b3;
    --text-color: #222222;
    --white-color: #ffffff;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 6px;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
    background-color: transparent;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--border-color);
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Poppins", serif;
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden !important;
}
a{
    text-decoration:none
}
.list-style-none{
    list-style:none
}
img {
    max-width: 100%;
    transition: all 0.2s ease-in-out;
}
.btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 18px;
    border-radius: 7px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    display: inline-block;
    background-color: var(--primary-color);
    text-transform: capitalize;
}
.text-blue{
    color: #007BFF;
}
.border__btn{
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.btn:hover,.hm__input-block input[type="button"]{
    background-color: var(--secondary-color);
    color: #ffffff;
}
.hm__wallte-icn .btn.primary-btn:hover {
    background-color: var(--primary-color);
}
.border__btn:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
.btn.primary-btn{
    color:var(--white-color);
    background-color:var(--secondary-color)
}
.btn.primary-btn img {
    width: 28px;
    height: 28px;
}
.form-wrapper .form-label{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px; 
    margin-bottom:14px;
    color:var(--black-color)
}
.form-wrapper input{
    height:65px;
    border:1px solid var(--border-color);
    padding-left:20px;
    padding-right:20px;
    border-radius:12px;
}
.form-wrapper input:focus{
    outline:none;
    box-shadow:none;
    border-color: var(--primary-color);
}
.form-wrapper textarea{
    height:150px;
    border:1px solid var(--border-color);
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    border-radius:12px;
    resize: none;
}
.form-wrapper textarea:focus{
    outline:none;
    box-shadow:none;
    border-color: var(--primary-color);
}
.form-wrapper input::placeholder, .form-wrapper textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    color:var(--placeholder);
    opacity: 1; 
}
.form-wrapper input::-ms-input-placeholder, .form-wrapper textarea::-ms-input-placeholder { 
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    color:var(--placeholder);
}
.form-wrapper input::-webkit-input-placeholder, .form-wrapper textare::-webkit-input-placeholdera {
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    color:var(--placeholder);
}
.w-fit{
    width:fit-content
}
.section-wrapper{
    padding:60px 0
}
h2, .h2, h1, .h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 0;
}
h1, .h1 {
    font-size: 70px;
    line-height: 1.3;
    color: #ffffff;
}
.container {
    max-width: 100%;
    padding: 0 60px;
}
.h-50{
  height: 50%;
}
.choose-content .choose-card h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--secondary-color);
}
.hm__hero-banner h1 {
    margin: 0 0 40px;
}
.nv__yellow-color{
    color: var( --secondary-color);
}
.hm__bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hm__overlay:before {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 52%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.hm__service-sec .hm__service-icn p {
    font-size: 18px;
}
.hm__mobile-icn{
    display: none;
}
.hm__social-icn a {
    background-color: var(--primary-color);
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
}
.hm__social-icn {
    gap: 12px;
    margin: 25px 0 0;
}
.hm__input-group {
    padding: 0 8px 15px;
}
.hm__input-group input,
.hm__input-group textarea {
    border-radius: 6px;
    border: 1px solid #dddddd;
    background-color: #fafafa;
    padding: 10px 16px;
    color: #222222;
    font-size: 14px;
    width: 100%;
}
.hm__input-group input placeholder {
    font-size: 10px !important;
    color: #777777;
}
.hm__contact-form input[type="submit"] {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    align-items: center;
    gap: 12px;
    padding: 15px 24px;
    border-radius: 12px;
    white-space: nowrap;
    color: #ffffff;
    display: inline-block;
    background-color: var(--primary-color);
    text-transform: capitalize;
    border: 0;
    margin-left: 0;
    width: 97%;
}
.hm__input-group{
    width: 50%;
}
