@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
:root{
    --main-grad-color: linear-gradient(90deg, hsla(43, 100%, 53%, 1) 0%, hsla(43, 96%, 47%, 1) 100%); ;
    --second-grad-color: linear-gradient(90deg, hsl(204.58deg 72.17% 45.1%) 0%, hsl(206deg 100% 29.41%) 100%);
    --main-color: #e4a813;
    --second-color: #005596;
    --para-color: #362E2E;
    --main-font: "Merriweather", serif;
    --alter-font: "DM Sans", sans-serif;
}

*{
    padding: 0;
    margin: 0;
}

body{
    font-size: var(--alter-font);
    padding: 0;
    margin: 0;
    background-color: #edf9ff;
}

h1, h2, h3, h4, h5, h6, a, button{
    font-family: var(--main-font);
}

p, span, input, textarea, select{
    font-family: var(--alter-font);
}

a{
    text-decoration: none;
    transition: 0.3s ease;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus{
    box-shadow: none;
    outline: 0;
}

.btn:focus{
    box-shadow: none;
    outline: none;
}

.bg-red{
    background-color: var(--second-color);
}

.bg-yellow{
    background-color: var(--main-color);
}


.text-yellow{
    color: var(--main-color);
}

.text-red{
    color: var(--second-color);
}


section, footer{
    padding: 80px 0;
}

header{
    width: 100%;
    position: sticky;
    top: 0;

    z-index: 1000;
    .logo-area{
        img{
            max-height: 70px;
        }
    }
    .main-menu{
        display: flex;
        align-items: center;
        justify-content: end;
        a{
            margin-right: 25px;
            color: var(--para-color) ;
            font-weight: 600;
            font-size: 16px;
            &:hover{
                color: var(--second-color) !important;
            }
            &:focus{
                color: var(--second-color) !important;
            }
        }
        a.theme-btn {
            border: 0 !important;
            padding: 12px 30px;
            font-size: 16px !important;
            background:var(--second-grad-color);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            &:hover{
                background: var(--main-grad-color);
                color: var(--para-color) !important;
            }
        }
    }

    
}



span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active{
    background-color: var(--main-color);
}

.navbar-light .navbar-toggler{
    border: none !important;
}

.navbar-light .navbar-toggler:focus{
    box-shadow: none;
}

.theme-btn {
    border: 0 !important;
    padding: 12px 35px;
    font-size: 16px !important;
    background: var(--second-grad-color);
    color: #fff;
    font-weight: 700;
    i{
        font-size: 25px;
    }
    &:hover{
        background: var(--main-grad-color);
        color: var(--para-color) !important;
    }
}

.secondary-btn{
    background: var(--main-grad-color);
    color: var(--para-color) !important;
    &:hover{
        background: var(--second-grad-color);
        color: #fff !important;
    }
}

.banner-content h1{
    font-size: 3.5em;
}

.main-title h2{
    font-size: 40px;
}
.design-contain {
    top: -8%;
    left: -8%;
    z-index: -1;
}

.design-contain.sec2 {
    top: 10%;
    right: -18% !important;
    left: unset;
    z-index: -1;
}

.design-contain.sec2{
    top: 0% !important;
}

.design-contain.sec1 img{
    height: 350px !important;
}

.design-contain.sec1 {
    top: 20%;
    
}

.custom-radius-lg{
    border-radius: 30px 30px 30px 0;
}

.ser-ico {
    position: absolute;
    top: 5%;
    left: 3%;
}

.serv-content {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    padding: 20px;
    align-items: flex-end;
}

.serv-desc h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.serv-desc p {
    width: 70%;
    color: #fff;
}

.serv-desc a{
    font-size: 20px;
    &:hover{
        color: #fff !important;
    }
}

.serv-img{
    overflow: hidden;
}

.serv-img img{
    transition: all 0.3s ease-in-out;
}

.services-contain:hover img{
    transform: scale(1.1);
}


#main-header {
    background-color: transparent;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Scrolled header styles */
#main-header.scrolled {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.wc-sec h5 {
    font-weight: 700;
}

form.custom-form input,
form.custom-form textarea {
    padding: 10px 0px 10px 10px;
    border: 0;
    border-bottom: 1.5px solid var(--para-color);
    background: transparent;
}

form.custom-form input:focus{
    outline: 0 !important;
    box-shadow: none !important;
    border-color: var(--second-color);
}

form.custom-form input:placeholder{
    color: var(--para-color);
}

.social-icon ul {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
    column-gap: 15px;
    margin-top: 25px;
}

.social-icon ul li a {
    background: var(--second-grad-color);
    width: 45px;
    display: flex;
    height: 47px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px 5px 5px 0px;
    font-size: 20px;
}

.social-icon ul li a:hover{
    transform: translateY(-5px);
}   


footer {
    background-color: #e0f5ff;
}


ul.footer-menu {
    display: flex;
    align-items: center;
    list-style: none;
    column-gap: 20px;
    a{
        color: var(--para-color);
        font-weight: bold;
        font-size: 14px;
    }
}

.bg-des .back-img{
    animation: rotate 12s linear infinite;
}

.design-contain img{
    animation: rotate 12s linear infinite;
}

.bg-des .inner-img {
    position: absolute;
    top: 0;
    left: 12%;

}

@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  .mv-sec {
    min-height: 283px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.ct-sec {
    background: var(--second-grad-color);
    padding: 30px;
    border-radius: 20px 20px 20px 0;
}

.contact-det {
    padding: 40px;
    border: 1px solid var(--para-color);
    border-radius: 8px 8px 0 8px;
    min-height: 304px;
}

.page-title{
    font-size: 60px !important;
}
.point-sec {
    padding: 30px;
    border: 1px solid var(--para-color);
    border-radius: 20px 20px 20px 0;
    margin-bottom: 20px;
    min-height: 318px;
}

.pt-number {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 22px;
    /* color: var(--second-color); */
}

.custom-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li{
    display: flex;  
    margin-bottom: 15px;
}

ul.custom-list li img {
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px;
    margin-top: 5px;
}

.pt-content h5 {
    margin-bottom: 20px;
}

.whatsapp_sticky_icon {
    position: fixed;
    bottom: 15px;
    z-index: 999999;
    right: 15px;
}
.whatsapp_sticky_icon img {
    width: 3rem;
}
.toast {
    visibility: hidden;
    min-width: 250px;
    background-color: #4CAF50; /* Green color */
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 99999;
    right: 30px; /* Position it at the top-right */
    top: 30px;   /* Distance from the top */
    font-size: 17px;
}

.toast.show {
    visibility: visible;
    animation: fadeInOut 3s;
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}













