*
{
margin: 0;
padding: 0;

}


@font-face 
{
    font-family: montserrat;
    src: url('Montserrat/static/Montserrat-Light.ttf');
}

@media (max-width: 500px) {
    .promo-title {
        padding-left: 15px;;
    }
    .top-description{
        padding-left: 13px;
    }
    
}

body {
    font-family: montserrat;
    overflow-x: hidden;
}

@media(max-width: 768px){
    .para-banner
{
    background-image: url("images/istock-wheat2.jpg");
    
    min-height: 400px;
    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;
    
}

}

/*--------------------para-plegic-------------*/
@media (min-width: 769px){
    .para-banner
{
    background-image: url("images/istock-wheat2.jpg");
    
    min-height: 400px;
    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: black;
    padding-top: 5%;
    height: 450px;
}


.promo-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 170px;
    
}

.play-btn
{
    width: 45px;
    margin: 20px;
}

#banner a 
{
    color: #fff;
    text-decoration: none;
}

.bottom-img
{
    width: 100%;
}

.logo-img
{
    margin-top: 130px;
    width: 200px;
    height: 200px;
}

.top-description
{
    padding-top: 20px;
    font-family: montserrat;
    text-shadow: 1px 1px 1px rgba(8, 7, 7, 0.3);
    font-size: 23px;

}


/* Universal fix for custom container sections */
.container-text-center {
  width: 100%;
  overflow-x: hidden; /* or clip if using BS5 */
}

.container-text-center .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container-text-center .row[class*="row-cols-"] {
  --bs-gutter-x: 0; /* Bootstrap 5 only */
}

.container-text-center .row > [class^="col-"],
.container-text-center .row > [class*=" col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}



/*-----------------------testimonials--------------------*/
        #testimonials
        {
            background: #f5f2eb;
            padding-top: 100px;
            padding-bottom: 100px;
            
        }

        .testimonials-animated {
            animation: appear linear;
            animation-timeline: view();
            animation-range: entry 0% cover 40%;
        }

        @keyframes appear {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .testimonial-card
        {
            background: white;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-left: 4px solid #9ead93;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .testimonial-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
        }

        .testimonial-text {
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .testimonial-author {
            margin-top: auto;
        }

        .testimonial-author strong {
            color: #9ead93;
            font-size: 16px;
            display: block;
        }

        .testimonial-author .date {
            color: #777;
            font-size: 14px;
        }
/*------------------------Social media section-------------------*/
#social-media
{
    background: #81939f;
    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;

}