*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,section{
    background-color: #F5F5F5
}
.modal-backdrop {
    z-index: -1 !important;
    backdrop-filter: blur(8px);
}
.modal-content {
    border: 1px solid #C9A646;     
    box-shadow: 0 8px 30px rgba(0,0,0,0.8); 
}

.navbar{
    background-color: #F5F5F5;
    padding: 0.5rem 0.5rem;
}
.btnlogin{
    border: 1px solid #C9A646;
    color: #C9A646;
}
.nav-link:focus{
    border: 0.5px solid #C9A646;
    transition: 1s ease;
}
.btnlogin:hover{
    background-color: #C9A646;
    border: 1px solid #C9A646;
    color: white;
}
.btnsearch{
    border: 1px solid #2F5D3A;
    color: #2F5D3A;
}
.btnsearch:hover{
    background-color: #2F5D3A;
    border: 1px solid #2F5D3A;
    color: white;
}
.searchbar:focus, .form-control:focus, .BTN:focus{
    box-shadow: 0px 0px 1px 0.5px #2F5D3A;
    border-color: #2F5D3A;
}

.navbar ul li a:hover{
    color: #2F5D3A;
    transition: 0.5s ease;
}
.navbar ul li a:focus li{
    color: #2F5D3A;
}

@media (max-width: 767px) {
    .section1 {
        width: 100%;
        height: 30vh; 
    }

    .carousel,
    .carousel-inner,
    .carousel-item {
        width: 100%;
        height: 100%; 
    }

    .carousel-item img {
        width: 90%;
        height: 80%;
        object-fit: contain; 
    }
}

.social-icon i {
    color: #455749;  
    transition: color 1s ease;
}

.social-icon:hover i {
    color: #cdd365;
}

/* button learn more*/ 
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

button.learn-more {
 width: 12rem;
 height: auto;
}

button.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background: #3c7565a3;
 border-radius: 1.625rem;
}

button.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.learn-more .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #3c7565;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}
.accordion-button:focus{
    box-shadow: 0px 0px 1px 0.5px #C9A646;
}
.accordion-button:focus .accordion-body{
    color: #C9A646;
}

@media (max-width: 768px) {
    .section6 {
        background-size: contain;
        background-attachment: scroll;
    }
}

.section7 .card::after{
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0%;
    height: 0%;
    background-color: rgba(60,117,101,0.05);
}
.section7 .card:hover::after{
    width: 100%;
    height: 100%;
    transition: 1s ease;

}
.section7 .card::before{
    content: '';
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 0%;
    height: 0%;
    background-color: rgba(201,166,70,0.05);
}
.section7 .card:hover::before{
    width: 100%;
    height: 100%;
    transition: 1s ease;
}
.section7 .card-body {
    position: relative;
    z-index: 2;
}
.card-shrink:hover{
    transform: scale(0.98);
    transition: 0.5s linear;
}
@media (min-width: 767px) {
    .img1, .img3{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    }
    .img2, .img4{
        clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    }
}
.news:hover .imgdiv img{
    transform: scale(1.01);
    transition: 0.5s linear;
}
.section11 .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.whatsapp-btn:hover {
        background-color: #25d366 ;
        color: white ;
        border-color: #25d366 ;
    }
    .instagram-btn:hover {
        background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) ;
        color: white ;
        border-color: transparent ;
    }
    .linkedin-btn:hover {
        background-color: #0a66c2 ;
        color: white ;
        border-color: #0a66c2 ;
    }
.x-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

@media(max-width: 767px){
    footer .innertext{
    border-bottom: 1px dotted #cac9c977;   
}
footer .innertext2{
    padding: 10px 0; 
}
}