*{
    margin:0;
    padding:0;
}

a{
    text-decoration:none;
    color:#fff
}

.call_class{
    font-weight:700
}

.call_class:hover , .call_class:focus {
    color:#fff
}

.with-background{
    background: var(--background) no-repeat center center fixed;
    background-size:cover;
    width: 100%;
    height:100vh;
}



.header-section{
    background-color: var(--navbar_color);
}

.phone_color{
   color : var(--phone_color_1);
}

.email_color{
    color : var(--email_color_1);
}

.custom_nav_links{
    display: flex;
}

.form-section{
    padding-top:70px;
    padding-bottom:70px;
}

.form-inquery .inquery-text{
    color:var(--form_box_tex_color);
}

.form-section .content-area{
    color:#fff;
}

.form-section .from-col-box{
    justify-content: end;
}

.content-area h1{
    font-size:72px;
    font-weight:bold;
    color:#fff;
}
.content-area h2{
    font-size:16px;
    font-weight:normal;
    margin-top:20px;
    color:#fff;
}

.form-inquery{
    width: 480px;
    background-color: var(--form_box_bg);
    min-height:600px;
    padding:25px 50px;
    border-radius: 20px;
}
.from-bottom-text{
    color:var(--form_box_tex_color);
}

.form-section .form-label{
    color:#fff;
    font-size:16px;
    font-weight: 700;
}

.form-section .custom-form-control{
    height: 45px;
}

.form-section .custom-btn{
    font-size: 20px;
    font-weight: bold;
    background-color: var(--form_submit_btn_color) ;
    color:#fff;
    border: 1px solid var(--form_submit_btn_color) ;
}

.from-bottom-text a{
    text-decoration:underline;
}


.sevice-section{
    background-color: var(--service_background_color);
    color: #000;
}


.sevice-section .media-wrapper .media i{
    /* color:#FF6600; */
    font-size: 35px;
    margin-right: 10px;
}

.sevice-section .media-wrapper  .media-body p{

    margin-bottom: 0;
}



/* Ensure the navbar toggler button is visible on a dark background */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1); /* Optional: change the border color if necessary */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.footer_notes{
    background-color: var(--footer_color);
    color: #fff;
    padding: 10px 0;
}

.footer_notes p{
    margin-bottom: 0;
}

.footer_notes p a{
    text-decoration: underline;
}


.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #29A61A;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.whatsapp-button img {
    width: 70px;
    height: 70px;
}

.anchor_under_line p{
    color: white !important;
}

.anchor_under_line p a{
    text-decoration: underline !important;
}


.colorIcon1{
    color: var(--service_icon_color1) ;
}

.colorIcon2{
    color: var(--service_icon_color2) ;
}

.colorIcon3{
    color: var(--service_icon_color3) ;
}


/* START PRIVACY POLICY */

.privacy-policy{
    padding-top: 60px;
    padding-bottom: 60px;
}

/* END PRIVACY POLICY */