:root {
    --theme-color: #ED3835;
    --theme-color-light: #ED383526;
    --theme-color-100: #ED3835;
    --theme-color-75: #ED383590;
    --theme-color-50: #ED383580;
    --theme-color-25: #ED383570;

}
@font-face {
    font-family: "Uniform Light";
    src: url("../template2/fonts/Uniform.html\ Light.ttf");
}
@font-face {
    font-family: "Uniform";
    src: url("../template2/fonts/Uniform.ttf");
}
@font-face {
    font-family: "Uniform Medium";
    src: url("../template2/fonts/Uniform.html\ Medium.ttf");
}
@font-face {
    font-family: "Uniform Black";
    src: url("../template2/fonts/Uniform.html\ Black.ttf");
}
@font-face {
    font-family: "Uniform Bold";
    src: url("../template2/fonts/Uniform.html\ Bold.ttf");
}
@font-face {
    font-family: "Uniform Ultra";
    src: url("../template2/fonts/Uniform.html\ Ultra.ttf");
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Uniform', sans-serif;
    margin: 0 auto;
    color: #555555;
    text-decoration: none;
    max-width: 450px;
    text-align: center;
    /* box-shadow: 1px 2px 15px #48484833; */
    padding-bottom: 90px;
    /* background-image: url('./bgwood.jpg'); */
    /* padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; */
}

a {
    text-decoration: none;
    color: var(--theme-color);
}

strong, b {
    font-family: 'Uniform Medium';
}

.corner {
    width: 0;
    height: 0;
    border-top: 80px solid #3582bc;
    border-right: 150px solid transparent;
    margin-left: -15px;
}

.corner-bottom {
    width: 0;
    height: 0;
    margin-left: auto;
    border-bottom: 80px solid #3582bc;
    border-left: 150px solid transparent;
    margin-right: -15px;
}

.upper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10%;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
    margin-top: -10px;
}

.views-label {
    padding: 5px 10px;
    margin: 10px;
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    border: 1px solid transparent;
    font-size: 14px;
    margin-bottom: 0px;
    border-top: 0;
    background: var(--theme-color);
}

.profile-pic-img {
   width: 222px;
    /*border-radius: 50%;
    border: 2px solid rgba(0,0,0,1);
    margin-bottom: 5px;
    border: 5px solid var(--theme-color);
    padding: 5px;*/
}

.firmname {
    font-size: 17px;
    font-family: 'Uniform Medium';
    margin: 10px 0;
    text-transform: uppercase;
}

.name {
    font-family: 'Uniform';
    font-size: 16px;
    margin: 4px 0 0;
}

/* .curve {
    background-image: url(./curve.svg);
    background-position: center top;
    background-size: 150px 16px;
    background-repeat: repeat-x;
    height: 14px;
} */

.lower {
    /* background-color: var(--theme-color); */
    color: #ffffff;
    /* padding: 20px; */
    margin-top: -10px;
}

.contact-buttons {
    text-align: center;
    width: calc(100% + 40px);
    margin-top: 15px;
}

.contact-button {
    padding: 9px;
    border-radius: 50px;
    /* min-width: 70px; */
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    text-align: center;
    color: #fff;
    border: none;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
}

.contact-button i {
    /* margin-right: 5px; */
}

.contact-action-table {
    line-height: 18px;
    margin-left: -2px;
}

.contact-action-table td {
    padding: 0;
}

.contact-action-table tr:nth-child(even) .trapezoid {
    border-bottom: 30px solid transparent;
    border-right: 60px solid var(--theme-color);;
    border-top: 30px solid transparent;
    height: 40px;
    width: 0;
    margin-top: -27px;
    margin-bottom: -27px;
    position: relative;
}

.contact-action-table tr:nth-child(odd) .trapezoid {
    border-bottom: 30px solid transparent;
    border-left: 60px solid var(--theme-color);;
    border-top: 30px solid transparent;
    height: 40px;
    width: 0;
    position: relative;
}

.contact-action-table tr:nth-child(1) .trapezoid {
    border-left-color: var(--theme-color);
}

.contact-action-table tr:nth-child(2) .trapezoid {
    border-right-color: var(--theme-color-dark1);
}

.contact-action-table tr:nth-child(3) .trapezoid {
    border-left-color: var(--theme-color-dark2);
}

.contact-action-table tr:nth-child(4) .trapezoid {
    border-right-color: var(--theme-color-dark3);
}

.contact-action-container-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: var(--theme-color);
    background-color: #ffffff;
    font-size: 16px;
    border-radius: 50%;
}

.contact-action-table tr:nth-child(even) .trapezoid .contact-action-container-icon {
    position: absolute;
    left: 20px;
    top: 4px;
}

.contact-action-table tr:nth-child(odd) .trapezoid .contact-action-container-icon {
    position: absolute;
    left: -38px;
    top: 4px;
}

.contact-action-container-text {
    color: #555555;
    margin-left: 10px;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    font-family: 'Uniform Medium';
    word-break: break-word;
}

.contact-action-container-text.address-text {
    margin-top: -22px;
    margin-bottom: -22px;
}

.whatsapp-input {
    text-align: left;
    display: flex;
}

.whatsapp-input input {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    outline: none;
    font-size: 12px;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 40px;
    border: 1px solid rgba(0,0,0,0.2);
}

.whatsapp-button {
    -webkit-appearance: none;
    padding: 10px;
    font-size: 13px;
    background-color: #51B14D;
    opacity: 0.9;
    color: #fff;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.whatsapp-button i {
    font-size: 16px;
    margin-right: 10px;
}

.input-wrapper {
    position: relative;
    flex: 1;
}

.input-wrapper label {
    position: absolute;
    left: 10px;
    top: 15px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}

.shadow-buttons {
    display: flex;
    justify-content: center;
    margin: -5px;
}

.shadow-button {
    padding: 10px 2px;
    font-size: 13px;
    color: #F1F1F1;
    margin: 5px;
    background: rgba(72, 72, 72, 0.55);
    flex: 1;
    border-bottom: 6px solid #cee7f4;
    display: inline-block;
}

.shadow-button .shadow-button-icon {
    color: #F1F1F1;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -2;
}

.save-card-button {
    width: 100%;
    margin: -5px;
    margin-top: 10px;
    display: none;
}

/* Section CSS Starts */
.page-wrapper {
/*    background:#398dcc;*/
    border-left: 5px solid #303030;
    box-shadow: 1px 2px 15px #48484833;
    position: relative;
    border-right: 5px solid #303030;
}
.section-header {
    color:#3582bc;
    text-transform: uppercase;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 15px;
}
.section-container {
    text-align: left;
    padding: 20px;
    padding-bottom: 0;
    margin-top: 15px;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    box-shadow: 1px 2px 15px #48484833;
    background: #fff;
    /* overflow: hidden; */
    word-break: break-word;
    border-left: 5px solid #303030;
    border-right: 5px solid #303030;
}

.section-container .corner {
    margin-top: -20px;
    margin-left: -35px;
}

.section-container .corner-bottom {
    margin-right: -35px;
}
/* Section CSS Completed */

/* Card CSS Starts */
.card {
    text-align: left;
    /* background-color: var(--theme-color-light); */
    border: 1px solid var(--theme-color);
    padding: 15px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset; */
    box-shadow: 0 6px 20px 0 #dbdbe8;
    border-radius: 7px;
}

.card .card-title {
    font-size: 20px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-family: sans-serif;
}
/* Card CSS Completed */

/* About us info classes start */
.about-us-table {
    font-size: 14px;
    margin-top: 15px;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.about-us-table .table-row-label {
    text-align: left;
    min-width: 150px;
    vertical-align: top;
}

.about-us-table .table-row-label .table-row-label-text {
    display: inline-block;
    margin: 0;
    font-family: 'Uniform Medium';
    font-size: 14px;
}

.about-us-table .table-row-label .table-row-label-separator {
    float: right;
}

.speciality-label {
    font-family: 'Uniform Medium';
}

.about-us-text {
    text-align: justify;
    max-width: 95%;
    margin: 0 auto;
}

.document-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 2px solid #555555;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #555555;
}

.document-wrapper .pdf-icon {
    padding: 12px;
    padding-right: 5px;
    font-size: 18px;
}

.document-wrapper .pdf-number {
    padding: 10px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-wrapper .download-icon {
    font-size: 18px;
    padding: 12px;
    border-left: 2px solid #555555;
    color: var(--theme-color);
}

.other-links-wrapper .other-links-header {
    font-family: 'Uniform Medium';
}

.other-links-wrapper .other-links-link {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
    word-break: break-all;
}

.other-links-wrapper .other-links-link i {
    margin-right: 10px;
}

/* About us info classes completed */

/* Product css starts */
.product-description {
    text-align: justify;
    max-width: 100%;
}

.product-enquiry-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price {
    font-size: 18px;
    font-family: "Uniform Bold";
    color: var(--theme-color);
}

.product-enquiry-btn {
    padding: 7px 15px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color) 100%);
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/* Product css completed */

/* Payment CSS Start */
.qr-image {
    max-width: 250px;
    width: 100%;
}
/* Payment CSS Completed */

/* Gallery CSS Starts */
.images-container {
    column-count: 3;
    -webkit-column-count: 3;
    column-gap: 0;
    -webkit-column-gap: 0;
}

.images-container .image-wrapper {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    padding: 3px;
}

.images-container .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.images-container .image-wrapper img:hover {
    opacity: 0.7;
}
/* Gallery CSS Completed */

/* Feedback form CSS start */
.feedback-form input[type=text],select,textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
}

.feedback-form input[type=button] {
    background-color: var(--theme-color);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Uniform', sans-serif;
}

.feedback-form input[type=button]:disabled {
    opacity: 0.3;
}

.feedback-form .feedback-phoneNumber {
    flex: 1;
    margin-right: 5px;
}

.feedback-form .feedback-email {
    flex: 1;
    margin-left: 5px;
}

.feedback-list .feedback-wrapper {
}

.feedback-list .feedback-wrapper .feedback-name-wrapper {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.feedback-list .feedback-wrapper .feedback-name {
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 500;
}

.feedback-list .feedback-wrapper .gl-star-rating-stars > span {
    width: 18px;
    height: 18px;
    background-size: 18px;
}

#feedback-section hr {
    border-color: rgba(0, 0, 0, 0.12);
    border-width: 0.5px;
}

.feedback-form {
    margin-bottom: 0;
    padding: 15px;
    margin-top: 20px;
}

.feedback-form .feedback-form-heading {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
/* Feedback form CSS Completed */

/* Enquiry form CSS start */
.enquiry-form input[type=text],select,textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
}

.enquiry-form input[type=button] {
    background-color: var(--theme-color);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Uniform', sans-serif;
}

.enquiry-form input[type=button]:disabled {
    opacity: 0.3;
}

.enquiry-form .enquiry-phoneNumber {
    flex: 1;
    margin-right: 5px;
}

.enquiry-form .enquiry-email {
    flex: 1;
    margin-left: 5px;
}
/* Enquiry form CSS Completed */

/* Footer Menu CSS Starts */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.footer-menu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    overflow: auto;
    position: relative;
    background: white;
    /* border-radius: 20px 20px 0 0; */
    display: flex;

    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));
    /* Shadows */
    /* Shadow covers */
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
    background-attachment: local, local, scroll, scroll;
}

.footer-menu li {
    flex: 1;
    min-width: 80px;
}

.footer-menu .footer-menu-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    color: #555555;
}

.footer-menu .footer-menu-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--theme-color);
}

.footer-menu .footer-menu-text {
    font-size: 12px;
}

/* Footer Menu CSS Completed */

/* Copyright css start */
.copyright-wrapper {
    color: rgba(0,0,0, 0.8);
    background-color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: -26px;
}

.copyright-wrapper-inner {
    background-color: var(--theme-color-light);
    padding: 5px;
}

.copyright-wrapper a {
    color:rgba(0,0,0,0.8);
}

/* Copyright css completed */

/* Modal CSS Start */
/* The Modal CSS (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* Modal CSS Completed */

/* Share Form in modal Start*/
.share-modal {
    padding-top: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.7);
}
.share-form {
    background-color: #F1F1F1;
}

.share-form .share-form-header {
    position: relative;
    padding: 20px 0;
}

.share-form .share-form-header .share-form-header-text {
    padding-top: 12px;
    margin: 0;
}

.share-form .share-form-header .close {
    top: 18px;
    color: #555555;
}

.share-form-buttons-container {
    margin-bottom: 40px;
}

.share-buttons-heading {
    position: relative;
    padding: 0 60px;
}

.share-buttons-heading .share-buttons-arrow {
    position: absolute;
    left: 35px;
    top: 16px;
    width: 30px;
    transform: rotateZ(15deg);
}

.share-buttons-heading .share-buttons-heading-text {
    text-align: left;
    font-family: Shadows Into Light;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: #D34544;
    margin: 10px 0;
}

.share-buttons {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding: 0 60px;
    margin: 0;
}

.share-buttons .share-button {
    padding: 4px;
    list-style: none;
}

.share-buttons .share-button i {
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    width: 40px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-buttons.inprofile {
    padding: 0;
    justify-content: flex-end;
    margin: -4px;
}

.share-buttons.inprofile .share-button {
    padding: 3px;
}

.share-buttons.inprofile .share-button i {
    padding: 0;
    height: 27px;
    width: 27px;
    font-size: 12px;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
}

.share-button-whatsapp {
    background-color: #29a71a;
}

.share-button-sms {
    background-color: #1598d5;
}

.share-button-facebook {
    background-color: #3b5998;
}

.share-button-twitter {
    background-color: #2ba9e1;
}

.share-button-skype {
    background-color: #00aff0;
}

.share-button-pinterest {
    background-color: #cb2027;
}

.share-button-linkedin {
    background-color: #007bb6;
}

.share-button-instagram {
    background-color: #F18644;
}

.share-button-youtube {
    background-color: #E63631;
}

.share-button-mail {
    background-color: #939598;
}
/* Share Form in modal Completed*/

/* Animations classes start */
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/* Animations Classes Completed */

/* Media query on Smaller Screens */
@media only screen and (max-width: 450px){
    .modal-content {
        width: 100%;
    }

    .share-modal {
        align-items: flex-end;
    }
}

/* Extra util classes */
.p-30 {
    padding-top: 30px;
}

.p-20 {
    padding-top: 20px;
}
.orderedList {
    list-style: decimal;
    padding-left: 16px;
}

.unorderedList {
    list-style: disc;
    padding-left: 16px;
}

.flex {
    display: flex;
}
/* Extra util classes completed */

.pdf {
    padding-bottom: 0;
}


.info-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.info-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 16px 20px;
    border-bottom: 1px solid #ececec;
    transition: 0.3s;
}

.info-row:last-child {
    border-bottom: none;
}

.info-row:hover {
    background: #f7fbff;
}

.info-row i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background:#2196f3;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-row .label {
    width: 110px;
    min-width: 110px;
    font-weight: 600;
    color: #292d88;
    font-size: 15px;
}

.info-row .value {
    flex: 1;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    word-break: break-word;
}

.info-row .value a {
    color: #333;
    text-decoration: none;
    transition: .3s;
}

.info-row .value a:hover {
    color: #292d88;
    text-decoration: underline;
}

/* Mobile */
@media (max-width:768px) {

    .info-row {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .info-row i {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .info-row .label {
        width: 100%;
        min-width: auto;
        font-size: 14px;
    }

    .info-row .value {
        width: 100%;
        font-size: 14px;
    }

}

.bank-info-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    border:1px solid #e5e5e5;
}

.bank-info-table tr{
    transition:.3s;
}

.bank-info-table tr:nth-child(even){
    background:#f8faff;
}

.bank-info-table tr:hover{
    background:#eef6ff;
}

.bank-info-table td{
    padding:15px 0px;
    border-bottom:1px solid #ececec;
    vertical-align:middle;
    font-size:15px;
}

.bank-info-table tr:last-child td{
    border-bottom:none;
}

.bank-info-table .icon{
    width:60px;
    text-align:center;
}

.bank-info-table .icon i{
    width:42px;
    height:42px;
    line-height:42px;
    border-radius:50%;
    background:#2196f3;
    color:#fff;
    font-size:18px;
}

.bank-info-table .label{
    width: 122px;
    font-weight:700;
    color:#303030;
    white-space:nowrap;
}

.bank-info-table .colon{
    width:20px;
    text-align:center;
    font-weight:bold;
    color:#292d88;
}

.bank-info-table .value{
    color:#555;
    font-weight:500;
    word-break:break-word;
}

/* Responsive */
@media(max-width:768px){

.bank-info-table,
.bank-info-table tbody,
.bank-info-table tr,
.bank-info-table td{
    display:block;
    width:100%;
}

.bank-info-table tr{
    padding:12px;
    margin-bottom:15px;
    border:1px solid #e6e6e6;
    border-radius:10px;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}

.bank-info-table td{
    border:none;
    padding:0px 0px;
}

.bank-info-table .icon{
    
    margin-bottom:8px;
}

.bank-info-table .label{
    display:inline-block;
    width:auto;
    font-weight:700;
}

.bank-info-table .colon{
    display:inline-block;
    width:auto;
    margin:0 0px;
}

.bank-info-table .value{
    display:inline;
}

}

.contact-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
   
    margin: 10px;
}

.contact-action-table{
    width:100%;
    border-collapse:collapse;
}

.contact-action-table tr{
    transition:.3s;
}

.contact-action-table tr:not(:last-child){
    border-bottom:1px solid #ececec;
}

.contact-action-table tr:hover{
    background:#f5f9ff;
}

.contact-action-table td{
    padding:18px;
    vertical-align:middle;
}

.icon-col{
    width:85px;
    text-align:center;
}

.contact-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background-color: #398dcc;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    transition:.35s;
    box-shadow:0 5px 15px rgba(41,45,136,.25);
}

.contact-action-table tr:hover .contact-icon{
    transform:rotate(10deg) scale(1.08);
}

.contact-icon i{
    color:#fff;
    font-size:22px;
}

.contact-icon a{
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    text-decoration:none;
}

.text-col .title{
    display:block;
    font-size:13px;
    font-weight:700;
    color:#131313;
    text-transform:uppercase;
    letter-spacing:.5px;
    margin-bottom:5px;
}

.text-col a{
    color:#444;
    font-size:16px;
    font-weight:500;
    text-decoration:none;
    transition:.3s;
    word-break:break-word;
}

.text-col a:hover{
    color:#292d88;
}

.text-col p{
    margin:0;
    color:#555;
    line-height:1.7;
    font-size:15px;
}

/* ==========================
   Mobile Responsive
========================== */

@media(max-width:768px){

.contact-action-table,
.contact-action-table tbody,
.contact-action-table tr,
.contact-action-table td{
    display:block;
    width:100%;
}

.contact-action-table tr{
    
    margin-bottom:15px;
    border:1px solid #ececec;
    border-radius:12px;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}

.contact-action-table td{
    border:none;
            padding: 8px 0px 20px;
    text-align:center;
}

.icon-col{
    width:100%;
}

.contact-icon{
    margin:0 auto 10px;
}

.text-col{
    text-align:center;
}

.text-col p{
    text-align:center;
    padding: 9px;
}

.text-col .title{
    margin-bottom:8px;
}

}


/*==============================
    Social Media Buttons
==============================*/

.share-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    margin:25px 0;
    padding:0;
    list-style:none;
}

.share-button{
    margin:0;
}

.share-button a{
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    text-decoration:none;
    font-size:22px;
    position:relative;
    overflow:hidden;
    transition:.35s ease;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}

/* Hover Effect */
.share-button a:hover{
    transform:translateY(-8px) scale(1.08);
    box-shadow:0 15px 30px rgba(0,0,0,.25);
}

.share-button a::after{
    content:'';
    position:absolute;
    top:-100%;
    left:-100%;
    width:220%;
    height:220%;
    background:rgba(255,255,255,.18);
    transform:rotate(45deg);
    transition:.5s;
}

.share-button a:hover::after{
    top:100%;
    left:100%;
}

/* Brand Colors */
.share-button-facebook{
    background:#1877F2;
}

.share-button-twitter{
    background:#000000; /* X (Twitter) */
}

.share-button-instagram{
    background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

.share-button-youtube{
    background:#FF0000;
}

.share-button-pinterest{
    background:#E60023;
}

.share-button-linkedin{
    background:#0A66C2;
}

/* Icon Color */
.share-button i{
    width:55px;
    height:55px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    color:#fff;
    font-size:22px;
}

/* Responsive */

@media (max-width:768px){

.share-buttons{
    gap:12px;
}

.share-button a,
.share-button i{
    width:48px;
    height:48px;
    font-size:20px;
}

}

@media (max-width:480px){

.share-buttons{
    gap:10px;
}

.share-button a,
.share-button i{
    width:44px;
    height:44px;
    font-size:18px;
}

}

.social-media-section{
    text-align:center;
    margin:30px 0;
}

.social-media-section h3{
    font-size:24px;
    color:#292d88;
    font-weight:700;
    margin-bottom:20px;
    position:relative;
    display:inline-block;
}

.social-media-section h3::after{
    content:'';
    width:60%;
    height:3px;
    background:#292d88;
    display:block;
    margin:8px auto 0;
    border-radius:10px;
}

.contact-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:18px;
    margin:25px 0;
}

.contact-button{
    width: 40px;
    height: 40px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#fff;
    font-size:24px;
    position:relative;
    overflow:hidden;
    transition:.35s ease;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}

/* Shine Effect */
.contact-button::before{
    content:"";
    position:absolute;
    top:-100%;
    left:-100%;
    width:200%;
    height:200%;
    background:rgba(255,255,255,.18);
    transform:rotate(45deg);
    transition:.5s;
}

.contact-button:hover::before{
    top:100%;
    left:100%;
}

.contact-button:hover{
    transform:translateY(-8px) scale(1.08);
    box-shadow:0 15px 30px rgba(0,0,0,.25);
}

/* Icon */
.contact-button i{
    position:relative;
    z-index:2;
}

/* Phone */
.contact-button:nth-child(1){
    background:linear-gradient(135deg,#0d6efd,#2d8cff);
}

/* WhatsApp */
.contact-button:nth-child(2){
    background:linear-gradient(135deg,#25D366,#128C7E);
}

/* Location */
.contact-button:nth-child(3){
    background:linear-gradient(135deg,#ff6a00,#ff9800);
}

/* Email */
.contact-button:nth-child(4){
    background:linear-gradient(135deg,#e53935,#ff5252);
}

/* Pulse Animation */
.contact-button{
    animation:pulse 2.5s infinite;
}

@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(0,0,0,.15);
    }
    70%{
        box-shadow:0 0 0 15px rgba(0,0,0,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(0,0,0,0);
    }
}

/* Responsive */

@media(max-width:768px){

.contact-buttons{
    gap:15px;
}

.contact-button{
            width: 30px;
        height: 30px;
    font-size:22px;
}

}

@media(max-width:480px){

.contact-buttons{
    gap:12px;
}

.contact-button{
           width: 30px;
        height: 30px;
    font-size:20px;
}

}

/* ==========================
   Main Container
========================== */

.vcard-action-section{
    max-width:700px;
    margin:auto;
    padding:30px 20px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

/* ==========================
   WhatsApp Share
========================== */

.whatsapp-input{
    display:flex;
    gap:15px;
    align-items:center;
    margin-bottom:25px;
}

.input-wrapper{
    flex:1;
    display:flex;
    align-items:center;
    border:2px solid #e6e6e6;
    border-radius:50px;
    overflow:hidden;
    background:#fff;
    transition:.3s;
}

.input-wrapper:focus-within{
    border-color:#25D366;
    box-shadow:0 0 10px rgba(37,211,102,.2);
}

.input-wrapper label{
    font-weight:600;
    margin:0;
}

.input-wrapper input{
    flex:1;
    border:none;
    outline:none;
   padding: 13px 15px 15px 44px;
    font-size:15px;
    background:none;
}

.whatsapp-button{
    padding:15px 15px;
    border-radius:50px;
    background:linear-gradient(135deg,#25D366,#128C7E);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:0px;
    transition:.35s;
    box-shadow:0 8px 20px rgba(37,211,102,.25);
}

.whatsapp-button:hover{
    transform:translateY(-4px);
    color:#fff;
}

/* ==========================
   Buttons
========================== */

.shadow-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.shadow-button{
    flex:1;
    min-width:220px;
    text-align:center;
    padding:15px 20px;
    border-radius:50px;
    background:#398dcc;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
    box-shadow:0 8px 20px rgba(41,45,136,.18);
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}

.shadow-button:hover{
    background:#18598a;
    transform:translateY(-4px);
    color:#fff;
}

.save-card-button{
    margin-top:18px;
    background:#ff9800;
    display:flex;
    justify-content:center;
    align-items:center;
}

.save-card-button:hover{
    background:#e68900;
}

.shadow-button-icon{
    font-size:18px;
}

/* ==========================
   Social Media
========================== */

.social-media-section{
    margin-top:35px;
    text-align:center;
}

.social-media-section h3{
    font-size:24px;
    color:#292d88;
    margin-bottom:20px;
    font-weight:700;
}

.share-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    padding:0;
    margin:0;
    list-style:none;
}

.share-button a{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#fff;
    font-size:22px;
    transition:.35s;
    box-shadow:0 8px 18px rgba(0,0,0,.15);
}

.share-button:nth-child(1) a{
    background:#1877F2;
}

.share-button:nth-child(2) a{
    background:#000;
}

.share-button:nth-child(3) a{
    background:linear-gradient(45deg,#f09433,#dc2743,#bc1888);
}

.share-button:nth-child(4) a{
    background:#FF0000;
}

.share-button a:hover{
    transform:translateY(-6px) scale(1.1);
}

/* ==========================
   Responsive
========================== */

@media(max-width:768px){

.whatsapp-input{
    flex-direction:column;
}

.whatsapp-button{
    width: 85%;
    justify-content:center;
}

.shadow-buttons{
    flex-direction:column;
}

.shadow-button{
    min-width: 86%;
}

.share-buttons{
    gap:5px;
    flex-wrap:wrap;
}

.share-button a{
    width:48px;
    height:48px;
    font-size:18px;
}

.social-media-section h3{
    font-size:20px;
}

}

@media(max-width:480px){

.input-wrapper label{
   padding: 3px;
}

.input-wrapper input{
   padding: 15px 61px 15px;
    font-size:14px;
}

.share-button a{
    width:44px;
    height:44px;
    font-size:16px;
}

.shadow-button{
    font-size:14px;
    padding:14px;
}

.whatsapp-button{
    padding:14px;
    font-size:15px;
}

}

/*==============================
  Bottom Navigation
==============================*/

.footer{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    box-shadow:0 -5px 25px rgba(0,0,0,.12);
    border-top:1px solid rgba(0,0,0,.08);
    z-index:999;
}

.footer-menu{
    display:flex;
    justify-content:space-between;
    align-items:center;
    list-style:none;
    margin:0;
    padding:10px 15px;
    overflow-x:auto;
    scrollbar-width:none;
    -ms-overflow-style:none;
}

.footer-menu::-webkit-scrollbar{
    display:none;
}

.footer-menu li{
    flex:1;
    min-width:90px;
}

.footer-menu-link{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#444;
    transition:.35s;
    padding:8px 5px;
    border-radius:12px;
}

.footer-menu-link img{
    width:46px;
    height:46px;
    object-fit:contain;
    transition:.35s;
}

.footer-menu-text{
    margin-top:6px;
    font-size:12px;
    font-weight:600;
    color:#292d88;
    text-align:center;
    line-height:1.3;
    transition:.35s;
}

.footer-menu-link:hover{
    background:#3076ab;
    transform:translateY(-5px);
}

.footer-menu-link:hover img{
    transform:scale(1.1);
}

.footer-menu-link:hover .footer-menu-text{
    color:#fff;
}

/* Active Menu */
.footer-menu-link.active{
    background:#292d88;
}

.footer-menu-link.active .footer-menu-text{
    color:#fff;
}

/*==============================
  Tablet
==============================*/

@media(max-width:768px){

.footer-menu{
    padding:8px;
}

.footer-menu li{
    min-width:80px;
}

.footer-menu-link img{
    width:38px;
    height:38px;
}

.footer-menu-text{
    font-size:11px;
}

}

/*==============================
  Mobile
==============================*/

@media(max-width:480px){

.footer{
    border-radius:20px 20px 0 0;
}

.footer-menu{
    justify-content:flex-start;
    gap:5px;
}

.footer-menu li{
    min-width:75px;
}

.footer-menu-link{
    padding:6px 4px;
}

.footer-menu-link img{
    width:34px;
    height:34px;
}

.footer-menu-text{
    font-size:10px;
}

}

/* Prevent content hiding behind fixed footer */
body{
    padding-bottom:95px;
}
.footer-icon{
    width:46px;
    height:46px;
    object-fit:contain;
}

.First-img img {
        height: 62%;
    width: 100%;
    object-fit: cover;
}

.rj {
    margin: -91px auto 0 auto;
    margin: -104px auto 0 auto;
    text-align: center;
}

.First-img{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
        z-index: -1;
}

.bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   height: 78%;
    object-fit: cover;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25); /* Optional overlay */
}