@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --theme-black-color: #131313;
    --theme-blue-heading-color: #00616C;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb
{
	background-color: var(--theme-blue-heading-color);
}


.page-wapper {
    max-width: 393px;
    position: relative;
    background: #fff;
    box-shadow: -27px 4px 50px rgba(0, 0, 0, 0.1), 27px 4px 50px rgba(0, 0, 0, 0.1);
}

.page-wapper-content {
    padding: 0 15px;
}

.banner-sec {
    position: relative;
}

.banner-sec::before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55.85%, #FFFFFF 92.17%);
    top: 0;
    height: 100%;
    width: 100%;
}

.logo {
    position: absolute;
    left: 15px;
    top: 20px;
}

.logo img {
    width: 80px;
}

.user-img img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.social-icon img {
    width: 44px;
    height: 44px;
}

.user-detail {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-family: "Merriweather Sans", serif;
}

.user-detail h5 {
    margin-bottom: 28px;
}

.social-icon {
    gap: 20px;
    display: flex;
    margin-bottom: 24px;
}

.user-detail h1 {
    font-size: 34px;
    font-weight: 700;
    color: #131313;
}

.user-detail h6 {
    margin-bottom: 26px;
}

/* about-us section */
.heading {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #9C9C9C;
    padding: 12px 0;
    margin-bottom: 16px;
    padding-top: 0;
}

.heading h6 {
    margin: 0;
    color: var(--theme-blue-heading-color);
    font-size: 22px;
    text-transform: capitalize;
    font-family: "Merriweather Sans", serif;
}

p {
    font-size: 18px;
    color: var(--theme-black-color);
    font-family: "Poppins", serif;
    text-align: justify;
}

.detail-box {
    border: 1px solid #00A9BC;
    background-color: #F2F2F2;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 18px;
}

.about-sec p {
    margin-bottom: 12px;
}

.about-sec a {
    color: var(--theme-blue-heading-color);
    font-style: italic;
    font-size: 15px;
    font-family: "Poppins", serif;
    text-decoration: none;
}

.contact-detail h6 , .enquiry-form label{
    color: var(--theme-blue-heading-color);
    font-size: 16px;
    font-family: "Merriweather Sans", serif;
}

.contact-detail {
    margin-bottom: 24px;
}

.contact-detail a,
.contact-detail p {
    font-size: 18px;
    font-family: "Poppins", serif;
    color: var(--theme-black-color);
    text-decoration: none;
}

.go-to-map-btn {
    background-color: #F0F0F0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 26px;
    padding: 10px 13px;
    display: inline-block;
    font-size: 16px;
    font-family: "Merriweather Sans", serif;
    color: var(--theme-black-color);
    text-decoration: none;
}
.go-to-map-btn img{
    margin-right: 10px;
}
.go-to-map-btn:hover{
    color: var(--theme-blue-heading-color);
}
.social-icon-list{
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    margin: 0;
}
.service-list{
    padding-left: 20px;
}
.service-list li:last-child p{
    margin-bottom: 0;
}
.enquiry-form input{
    height: 44px;
}
.sharewp-input{
    display: flex;
    gap: 8px;
    align-items: center;
}
.sharewp-input p {
    margin: 0;
    height: 44px;
    padding: 8px;
}

.enquiry-form input,.enquiry-form textarea, .sharewp-input p {
    background-color: transparent;
    border: 1px solid var(--theme-black-color);
    border-radius: 8px;
    font-size: 18px;
    color: var(--theme-black-color);
}
.enquiry-form input:focus, .enquiry-form textarea:focus {
    box-shadow: unset;
    border: 1px solid var(--theme-blue-heading-color);
}
.enquiry-form-btn{
    color: var(--theme-black-color);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 26px;
    padding: 10px 33px;
    background: #F2F2F2;
    font-size: 16px;
    font-family: "Merriweather Sans", serif;
    text-transform: capitalize;
    margin-top: 20px;
}
.enquiry-form-btn:hover{
    color: var(--theme-blue-heading-color);
}
/* tab sec */
.tab-sec {
    background-color: var(--theme-black-color);
    display: flex;
    justify-content: space-around;
    height: 58px;
    position: relative;
    position: sticky;
    bottom: 0;
}
.tab-icon {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tab-icon p{
    color: #D0D0D0;
    margin: 0;
    font-size: 10px;
    margin-top: 6px;
}
.qr-code-img {
    position: relative;
    z-index: 9;
}
.qr-code-img::before {
    content: '';
    position: absolute;
    background-color: var(--theme-black-color);
    clip-path: circle(50% at 50% 100%);
    height: 42px;
    width: 110px;
    top: -14px;
    z-index: -1;
}
.qr-code-img img{
    margin-top: -15px;
    width: 35px;
}
.page-sec-center {
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
}
.bg-img{
    background-image: url(../image/bg-img.jpg);
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
}
.tab-sec img{
    cursor: pointer;
}
.qr-code-modal .modal-dialog  {
    width: 310px;
    border-radius: 8px;
    margin: auto;
}
.qr-code-modal img{
    width: 212px;
    height: 200px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.qr-code-modal .btn-close{
    position: absolute;
    right: 20px;
    top: 10px;
}
.qr-code-modal .btn-close:focus{
    box-shadow: unset;
}
.qr-code-modal .modal-content {
    border-radius: 16px;
    padding: 38px 0;
}
.share-detail-modal .modal-body .sharewp-header img{
    height: 34px;
    width: 34px;
    margin: unset;
}
.share-detail-modal .modal-body .sharewp-header h4{
    color: var(--theme-blue-heading-color);
    font-size: 22px;
    font-family: "Merriweather Sans", serif;
}
.share-detail-modal .modal-body .sharewp-header {
   display: flex;
   gap: 12px;
   justify-content: center;
}
.share-detail-modal .modal-body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;

}
.share-modal-btn{
    padding: 10px 45px;
    color: var(--theme-black-color);
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    border-radius: 8px;
    margin: 30px auto 0;
    gap: 12px;
    font-weight: 500;
}
.share-detail-modal img {
    width: 18px;
    height: 18px;
}
.sharewp-header{
    margin-bottom: 20px;
}
.parsley-errors-list {
    color: #e9615e;
    list-style: none;
    padding: 0;
}
.sharewp-input .parsley-errors-list {
    position: absolute;
    bottom: 40px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
}




@media (max-width:991px){
    .user-detail h1 {
        font-size: 30px;
    }
    .user-detail h5{
        font-size: 20px;
    }
    .heading h6 {
        font-size: 18px;
    }
    .heading img{
        width: 28px;
    }
    p,.contact-detail a, .contact-detail p{
        font-size: 16px;
    }
}

