                /*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    /* margin-bottom: 45px; */
    padding: 150px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/page-header.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header h2 {
    position: relative;
    color: #FDBE33;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #FDBE33;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #ffffff;
}

.page-header a:hover {
    color: #FDBE33;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 40px 0;
    }
    
    .page-header h2 {
        font-size: 45px;
    }
    
    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 30px 0;
    }
    
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


         .card1 {
         background-color: white;
         padding: 30px 50px;
         border-radius: 15px;
         text-align: center;
         box-shadow: 0 4px 10px rgba(0,0,0,0.2);
         margin:0;
         }
         .icon {
         width: 30px;
         height: 50px;
         margin: 0 auto 20px;
         border-radius: 8px;
         display: flex;
         align-items: center;
         justify-content: center;
         color: #8c6a3c;
         font-size: 35px;
         }
         .title {
         font-size: 24px;
         font-weight: 500;
         color: #333;
         margin-bottom: 10px;
         }
         .phone {
         font-size: 20px;
         color: #444;
         letter-spacing: 1px;
         }
         .phone a {
         text-decoration: none;
         color: inherit;
         }
         .phone a:hover {
         color: #000;
         }
         .email {
         font-size: 20px;
         color: #444;
         letter-spacing: 1px;
         }
         .email a {
         text-decoration: none;
         color: inherit;
         }
         .email a:hover {
         color: #000;
         }
         .link {
         font-size: 18px;
         color: #444;
         letter-spacing: 1px;
         }
         .link a {
         text-decoration: none;
         color: inherit;
         }
         .link a:hover {
         color: #000;
         }
         @media (max-width: 576px) {
         .contact-banner img {
         height: 180px;
         }
         .overlay-content h1 {
         font-size: 24px;
         }
         .overlay-content p {
         font-size: 14px;
         }
         .title {
         font-size: 20px;
         }
         .phone, .email, .link {
         font-size: 16px;
         }
         .icon {
         font-size: 28px;
         height: auto;
         }
         .card1 {
         padding: 20px 15px;
         }
         }
   
 
/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}
.contact-map {
    background: #777777;
}

.contact-form {
    background: #777777;
}

/*** Contact End ***/

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/ 
  
                    
  
  
                  