*
{
margin: 0;
padding: 0;

}





@font-face 
{
    font-family: montserrat;
    src: url('Montserrat/static/Montserrat-Light.ttf');
}



body {
    font-family: montserrat;
}


@media(max-width: 768px){
    .para-banner
    {
        background-image: url("images/nic-y-c-It0vaZdSDDw-unsplash.jpg");
        min-height: 200px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .para-services
    {
        
        min-height: 400px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
    }
    .logo-img {
        margin-top: 50px;
    }
}

/*--------------------para-plegic-------------*/

@media (min-width: 769px){
    .para-banner
{
    background-image: url("images/nic-y-c-It0vaZdSDDw-unsplash.jpg");
    min-height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.para-banner
{
    background-image: url("images/nic-y-c-It0vaZdSDDw-unsplash.jpg");
    min-height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.para-services
{
    
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

/*----------------------NAV-------------------------*/

#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
    
    
}
    
.navbar
{
    
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    padding: 0 !important;
}

.navbar-brand img
{
    height: 40px;
    padding-left: 40px;

}

.navbar-nav li
{
    padding: 0 10px;
}

.navbar-nav li a{
color: black !important;
font-weight: 400;
float: right;
text-align: right !important;
/* text-shadow: 1px 1px 2px black; */
font-family:montserrat;
font-size: 25px;

}

.fa-bars
{
    color: #fff;
    font-size: 30px !important;
}

.navbar-toggler
{
outline: none !important;

}

.nav li a
{
    font-weight: 300;
    text-shadow: 1px 1px 2px black;
}

.navbar-nav li a.special {
    background-color: white;
    
    
    color: black !important;
    padding: 3px 18px;
    margin-top: 5px;
    border-radius: 10px;
    font-weight: 400;
}

.navbar{
    transition: all 0.5s;
}

.navbar-scrolled{
    background-color: #e8e0d1;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

/*@media (min-width: 1000px)*/
/*{*/
/*    .dropdown:hover .dropdown-menu*/
/*    {*/
/*        display: block;*/
/*        opacity: 1;*/
/*        transition: all 0.2s;*/
/*    }*/
/*}*/


.dropdown-menu
{
    display: block;
    margin-top: 40px;
    opacity: 0;
    width: 10px;
    border: none;
    background-color: rgba(255,255,255,0.5);
    
}

.dropdown-menu li a
{
    font-size: 15px;
}

.dropdown-menu li a:hover
{
    border: none;
    background-color: rgba(255,255,255,0.3);

}



 /* Mobile specific fixes */
    @media (max-width: 999px) {
        .dropdown-menu {
            position: static !important;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: rgba(255,255,255,0.5);
            border: none;
            box-shadow: none;
            opacity: 1;
        }
        
    }

/* Show dropdown when Bootstrap's show class is applied */
        .dropdown-menu.show {
            opacity: 1;
        }


/*-----------------------Banner----------------------*/
#banner
{
    
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    width: 100%;
    color: #fff;
    padding-top: 5%;
    height: 330px;
}


.promo-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
    
}

.play-btn
{
    width: 45px;
    margin: 20px;
}

#banner a 
{
    color: #fff;
    text-decoration: none;
}

.bottom-img
{
    width: 100%;
}

.logo-img
{
    width: 220px;
    height: 220px;
}

.top-description
{
    padding-top: 20px;
    font-family: montserrat;
    text-shadow: 1px 1px 2px rgba(8, 7, 7, 0.3);
    font-size: 20px;

}







/*--------------------------------MAIN SERVICES SECTION-------------------------*/





/*-------------------------------Service boxes-------------------------------*/


/*--------------------------------MAIN SERVICES SECTION-------------------------*/

        #services
        {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 80px 0 120px;
            position: relative;
        }

        #services::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23000" opacity="0.02"/><circle cx="80" cy="40" r="1" fill="%23000" opacity="0.02"/><circle cx="40" cy="80" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            pointer-events: none;
        }

        .title
        {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 60px;
            text-align: center;
            font-family: montserrat;
            color: #2c3e50;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
            position: relative;
        }

        .title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #9ead93, #bd725b);
            border-radius: 2px;
        }

        .content-wrapper {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .main-content {
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            gap: 60px;
            align-items: start;
            margin-bottom: 40px;
        }

        .image-gallery {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            position: sticky;
            top: 100px;
        }

        .image-gallery img {
            width: 100%;
            height: 280px;
            object-fit: cover;
            
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            border: 3px solid #fff;
        }

        .image-gallery img:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0,0,0,0.15);
            
        }

        .image-gallery img:first-child {
            grid-column: 1 / -1;
            height: 320px;
            object-fit: contain;
        }

        

        .content-text {
            background: linear-gradient(145deg, #ffffff, #f8f9fa);
            padding: 50px;
            border-radius: 25px;
            box-shadow: 
                0 20px 40px rgba(0,0,0,0.1),
                inset 0 1px 0 rgba(255,255,255,0.6);
            font-family: montserrat;
            font-size: 18px;
            line-height: 1.8;
            color: #34495e;
            position: relative;
            overflow: hidden;
        }

        .content-text::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(180deg, #9ead93, #bd725b);
        }

        .content-text p {
            margin-bottom: 24px;
        }

        .content-text p:last-child {
            margin-bottom: 0;
        }

        .content-text b {
            color: #2c3e50;
            font-weight: 600;
            font-size: 20px;
        }

        .highlight-section {
            background: linear-gradient(135deg, #9ead93, #bd725b);
            color: white;
            padding: 20px;
            border-radius: 15px;
            margin: 30px 0;
            position: relative;
            overflow: hidden;
        }

        .highlight-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: shimmer 3s ease-in-out infinite;
        }

        @keyframes shimmer {
            0%, 100% { transform: rotate(0deg); }
            50% { transform: rotate(180deg); }
        }

        .treatment-areas {
            display: flex;
            gap: 20px;
            margin: 25px 0;
            flex-wrap: wrap;
        }

        .treatment-area {
            background: rgba(255,255,255,0.2);
            padding: 15px 25px;
            border-radius: 25px;
            font-weight: 600;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        
        
        .btn
        {
            font-size: 20px;
            box-shadow: none;
            padding: 8px 25px;
            border: none;
            border-radius: 20px;
            background-image: linear-gradient(to right, #bd725b, #9f6048);
        }


        @media (max-width: 768px) {
            .main-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .image-gallery {
                position: static;
                grid-template-columns: 1fr;
                order: -1;
            }
            
            .image-gallery img:first-child {
                grid-column: 1;
            }
            
            .content-text {
                padding: 30px;
            }
            
            .title {
                font-size: 36px;
            }
        }

        @keyframes appear {
            from {
                opacity: 0;
                transform: translateY(140px);
            }
            to{
                opacity: 1;
                transform: translateY(0px);
            }
        }

        .services-animated
        {
            animation: appear linear;
            animation-timeline: view();
            animation-range: entry 0% cover 40%;
        }




/*------------------------Social media section-------------------*/
#social-media
{
    background: #f5f2eb;
    padding: 100px 0;

}

#social-media p
{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.social-icons img
{
    width: 60px;
    transition: 0.5s;
}

.social-icons a:hover img
{
    transform: translateY(-10px);
}

/*------------footer section---------------*/
#footer
{
    background-image: linear-gradient(to right, #9ead93 ,#e8e0d1);
    color: black;
    font-size: 20px;

}

.footer-img
{
    width: 100%;
}

#footer .dir-btn{
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer-box
{
    padding: 40px;
}

.footer-box img
{
    width: 120px;
    margin-bottom: 20px;
}

.footer-box .fa{
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #91928cc1, #d9e7705c);
}
.footer-box .form-control
{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary
{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background-image: linear-gradient(to right, #bd725b, #9f6048);
    border-radius: 50px;
}

.footer-box .form-control
{
    border-radius: 50px;
}

hr
{
    background-color: #fff;
}

.copyright
{
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}

.priv-btn
{
    box-shadow: none;
    border: none;
    text-decoration: none;
    color: black;
    padding: 10px;
    font-size: 18px;
}
.messaging-disclaimer{
    font-size: 10px;
    padding-top: 30px;

}
