@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

* {
    font-family: "Rajdhani", sans-serif;
}


.header .header-top {
    padding-top: 8px ;
    padding-bottom: 8px;
}

.header .header-top a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #ff7433;
    text-transform: uppercase;
}

.header .header-top .social a {
    margin-right: 10px;
}

.header .header-top .social a i {
    font-weight: 500;
    font-size: 16px;
}

.header .navbar {
    padding: 5px 0;
    border-top: 1px solid #ffcbb3;
    border-bottom: 3px solid #ff854d;
    background-color: white;
}

.header .navbar .navbar-brand img {
    width: 100px;
    margin-right: 40px;
}

.header .navbar .nav-link {
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.header .navbar .nav-link:hover{
    color: #ff5100;
}

.header .navbar .nav-link.active{
    color: #ff5100;
}

.header .navbar .call-btn {
    border-radius: 20px;
    padding: 7px 16px;
    font-weight: 600;
    background-color: #ff5100;
    border: 1px solid #ff621a;
}


.header .navbar .nav-toggle i {
    font-size: 26px;
    font-weight: 500;
    color: #d35013;
}

.footer-section{
    border-top:3px solid #FF844D ;
}

.footer-section .footer-logo{
    width: 180px;
}

.footer-section .footer-social a {
    text-decoration: none;
    font-size: 23px;
    color: #cc4100;
    margin-right: 15px;
    padding: 3.5px 8px;
    border-radius: 12px;
    background-color: #ffeee6;
}


.footer-section .footer-text{
    font-size: 18px;
    font-weight: 500;
}

.footer-section .footer-link{
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-section .footer-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-section ul li{
    margin-bottom: 10px;
}

.footer-section ul.footer-contact .footer-link{
    display: block;
    margin-top: 1px;
}

.footer-section ul.footer-contact i{
    color: #331000;
    font-size: 18px;
}

.footer-section .footer-bottom{
    border-top: 1px solid #ff7433;
}

.footer-section .footer-bottom p{
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-section .footer-bottom p a{
    text-decoration: none;
     font-weight: 600;
}


.floating-icon-button {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    right: 40px;
    color: white;
}

.floating-icon-button.whatsapp-button {
    bottom: 90px;
    background-color: #25d366;
}

.floating-icon-button.whatsapp-button:hover {
    background-color: #1da850;
    color: white;
}

.floating-icon-button.call-button {
    bottom: 20px;
    background-color: #ff621a;
    color: white;
}

.floating-icon-button.call-button:hover {
    background-color: #d35013;
}

.floating-icon-button .btn-icon{
    font-size: 32px;
}

.invalid-feedback{
    font-weight: 500;
}

.fw-500{
    font-weight: 500;
}

.fs-18{
    font-size: 18px;
}

.offcanvas#nav-canvas {
    z-index: 10051;
    max-width: 90%;
}

.offcanvas.show {
    transform: none;
    visibility: visible;
}


.offcanvas#nav-canvas .offcanvas-body{
    padding: 10px 0px;
}

.offcanvas#nav-canvas .header-logo{
    width: 90px;
}

.offcanvas#nav-canvas .offcanvas-header{
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffcbb3;
}

.offcanvas#nav-canvas .nav-link{
    border-bottom: 1px solid #ffcbb3;
    font-weight: 500;
    padding: 10px 20px;
}




@media (max-width: 1200px){
    .header .navbar .navbar-brand img{
        margin-right: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .custom-fluid-lg-xl {
    padding-left: 10px ;
    padding-right: 10px;
    max-width: 100%;
    width: 100%;
  }

  .header .navbar .nav-link{
    font-size: 17px;
  }
}
@media (max-width: 500px){
    .header .navbar .call-btn{
        font-size: 15px;
        font-weight: 500;
        padding: 6px 14px;
    }

    .footer-section .footer-bottom p{
        font-size: 16px;
    }

    .floating-icon-button{
        width: 45px;
        height: 45px;
        right: 15px;
    }

    .floating-icon-button .btn-icon{
        font-size: 22px;
    }

    .floating-icon-button.whatsapp-button{
        bottom: 70px;
    }
    .floating-icon-button.call-button{
        bottom: 10px;
    }
}


@media (max-width: 400px){
    .footer-section ul li{
        margin-bottom: 8px;
    }

    .footer-section ul.footer-contact .footer-link{
        font-size: 17px;
    }

     .footer-section .footer-bottom p{
        font-size: 15px;
    }
}