/* input(118,1): run-time error CSS1019: Unexpected token, found '@import'
input(118,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap")'
input(119,1): run-time error CSS1019: Unexpected token, found '@import'
input(119,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap")' */
/*http://resources.manikworks.com/designer/workspace/uploads/miniwebsite/intro/two/effect.css?F0DE*/
.compData {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.compData .compLeft {
    width: 50%;
    text-align: left;
    padding-left: 5px;
}

.compData .compRight {
    width: 50%;
    text-align: left;
    padding-left: 5px;
}

.compLeft p,
.compRight p {
    margin: 0;
}

.abutListing {
    padding-left: 20px;
}

.abutListing h6 {
    text-align: left;
    font-size: 20px;
    margin-top: 20px;
}

.abutListing ul li {
    list-style: circle;
    text-align: left;
    padding: 7px 0px;
}

.boldText {
    margin-top: 40px;
}

.boldText p {
    text-align: justify;
}

.templete1boX {
    text-align: center;
    padding: 10px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 8px;
}

.templete1boX h6 {
    font-size: 20px;
    padding: 15px 0px;
    color: initial;
}

.downloadBtn {
    margin-bottom: 20px;
}

.templete1Image {
    width: 100%;
    margin-top: 20px;
}

.templete1Image img {
    width: 100%;
    border-radius: 10px;
}

.maximamWidth {
    width: auto !important;
}

.aboutContentBox {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin: 0 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--SitePrimaryColor);
}

/* --- Common Headings --- */
.commonSectionHeader {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.commonSectionHeader::after {
    content: "";
    height: 2px;
    width: 30px;
    background: var(--SitePrimaryColor);
}

.commonSectionSubheader {
    font-size: 0.85rem;
    color: var(--SitePrimaryColor);
    margin-bottom: 20px;
    font-weight: 400;
}

.aboutSectionContainer {
    padding: 20px 0px ;
}
/*http://resources.manikworks.com/designer/workspace/uploads/miniwebsite/body/one/effect.css?B542*/
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root {
    --primary-font: "Bricolage Grotesque", serif;
    --secondary-font: "Outfit", sans-serif;
    --primary-color: #3a1593;
    --secondary-color: #f15a25;
    --tertiary-color: #ffe3e6;
    --text-primary-color: #1b1b1b;
    --text-secondary-color: #3f3f3f;
    --button-color: #3a1593;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--primary-font) !important;
    padding: 0;
    margin: 0;
    background: url(https://dkzxkcjlbnjui.cloudfront.net/designer/workspace/uploads/miniwebsite/commonfiles/backgrounds/bg1.jpg);
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.primaryColor {
    color: var(--primary-color) !important;
}

.primaryBgColor {
    background-color: var(--primary-color) !important;
}

.secondaryColor {
    color: var(--secondary-color) !important;
}

.secondaryBgColor {
    background-color: var(--secondary-color) !important;
}

.tertiaryColor {
    color: var(--tertiary-color) !important;
}

.tertiaryBgColor {
    background-color: var(--tertiary-color) !important;
}

.mainHeader h3 {
    font-size: 18px;
    margin: 0;
    position: relative;
    font-weight: 600;
    font-family: var(--Font_Two) !important;
}

.mainHeader h3::before {
    content: '';
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0px;
    top: 50%;
}

.mainHeader h3::after {
    content: '';
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    position: absolute;
    right: 0px;
    top: 50%;
}

.mainHeader {
    color: var(--primary-color);
    padding: 5px 0px;
    margin-bottom: 20px;
}

.customButton {
    background: #FFFFFF;
    z-index: 1;
    font-weight: 600;
    border: 2px solid var(--button-color);
    color: var(--button-color);
}

.customButton svg {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 3px;
}

.customButton:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.customButton:active {
    top: 2px;
}

.sectionWrapper {
    text-align: center;
    margin: 0px 0px;
    padding: 20px 20px;
    border: 2px solid #e9e6e6;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
}

.cardContainer {
    border: 2px solid #e9e6e6;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
}

.font400 {
    font-weight: 400 !important;
}

.font500 {
    font-weight: 500 !important;
}

.font600 {
    font-weight: 600 !important;
}

.font700 {
    font-weight: 700 !important;
}

.font9 {
    font-size: 9px !important;
    line-height: 13px;
}

.font10 {
    font-size: 10px !important;
    line-height: 15px;
}

.font11 {
    font-size: 11px !important;
    line-height: 16px;
}

.font12 {
    font-size: 12px !important;
    line-height: 18px;
}

.font13 {
    font-size: 13px !important;
    line-height: 20px;
}

.font14 {
    font-size: 14px !important;
    line-height: 21px;
}

.font16 {
    font-size: 16px !important;
    line-height: 24px;
}

.font18 {
    font-size: 18px !important;
    line-height: 27px;
}

.font20 {
    font-size: 20px !important;
    line-height: 30px;
}

.font22 {
    font-size: 22px !important;
    line-height: 33px;
}

.font24 {
    font-size: 24px;
    line-height: 36px;
}

.font26 {
    font-size: 26px !important;
    line-height: 39px;
}

.font28 {
    font-size: 28px !important;
    line-height: 36px;
}

.font30 {
    font-size: 30px !important;
    line-height: 40px;
}

.font36 {
    font-size: 36px !important;
}

.textStatus {
    color: black;
    font-weight: 600;
    padding-left: 5px;
    font-size: 16px;
}

.cursorPointer {
    cursor: pointer;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5px !important;
}

.workstatusIcon {
    background: white;
    padding: 5px 15px;
    z-index: 1234;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
    border: 1px solid #e9e9e9;
    width: 416px;
    margin: 0 auto;
    text-align: center;
}

.mainHeader h6.mt-2.secondaryColor {
    font-weight: 400;
    font-size: 16px;
}

.sectionWrapper .branchInfo h5 {
    font-size: 16px;
}

.sectionWrapper .branchInfo p.mb-1 {
    font-size: 14px;
    margin-bottom: 8px !important;
}

/* Responsive CSS Starts Here */

/* @media only screen and (max-width: 1920px) {
    .workstatusIcon {
        position: absolute;
        top: 10px;
        left: 761px;
        background: white;
        border-radius: 5px;
        padding: 5px 15px;
        z-index: 1234;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e9e9e9;
    }
}

@media only screen and (max-width: 1500px) {
    .workstatusIcon {
        position: absolute;
        top: 10px;
        left: 560px;
        background: white;
        border-radius: 5px;
        padding: 5px 15px;
        z-index: 1234;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e9e9e9;
    }
}

@media only screen and (max-width: 1440px) {
    .workstatusIcon {
        position: absolute;
        top: 10px;
        left: 525px;
        background: white;
        border-radius: 5px;
        padding: 5px 15px;
        z-index: 1234;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e9e9e9;
    }
} */

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}


/* @media only screen and (max-width: 1366px) {
    .workstatusIcon {
        position: absolute;
        top: 10px;
        left: 520px;
        background: white;
        border-radius: 5px;
        padding: 5px 15px;
        z-index: 1234;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e9e9e9;
    }
} */


@media only screen and (max-width: 1280px) {
    /* .workstatusIcon {
        position: absolute;
        top: 10px;
        left: 480px;
        background: white;
        border-radius: 5px;
        padding: 5px 15px;
        z-index: 1234;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e9e9e9;
    } */

    .workstatusIcon {
        background: white;
        padding: 5px 15px;
        z-index: 1234;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e9e9e9;
        width: 348px;
    }
}

@media only screen and (max-width: 600px) {
    .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    /* .workstatusIcon {
        position: absolute;
        top: 10px;
        left: 75px;
        background: white;
        border-radius: 5px;
        padding: 5px 15px;
        z-index: 1234;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e9e9e9;
    } */

    .workstatusIcon {
        background: white;
        padding: 5px 15px;
        z-index: 1234;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e9e9e9;
        width: 100%;
    }

    .mapSection .col-sm-12 {
        padding: 0px;
    }

    .row {
        margin: 0px;
    }

    .bizcard2Section {
        overflow-x: hidden;
        width: 100%;
    }

    .instaWizard .col-md-12 {
        padding: 0px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding-right: 22px;
        padding-left: 22px;
        margin-right: auto;
        margin-left: auto;
    }

    #footerBand .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:599px) {
    .sectionWrapper {
        text-align: center;
        margin: 0px 0px;
        padding: 20px 10px;
    }

    .font14 {
        font-size: 12px;
        line-height: 16px;
    }
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.modal-content {
    border-radius: 16px;
}

.modal-body {
    padding: 2rem;
}

.customButton {
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    width: 100%;
}

.dashed-underline {
    display: inline;
    /* or inline-block */
    border-bottom: 1px dashed currentColor;
    padding-bottom: 2px;
}

.cursorPointer {
    cursor: pointer;
}

/* Show/Hide Element Controls */

.CWebsite_Hide {
    display: none !important;
}

.CWebsite_Show {
    display: inherit;
}

.cFacebook_Hide,
.cTwitter_Hide,
.cLinkedIn_Hide,
.cInstagram_Hide,
.cPinterest_Hide,
.cYoutube_Hide,
.cStatusSection_Hide,
.CShortbio_Hide,
.cPhoneIcon_Hide,
.cEmailIcon_Hide,
.cWebsiteIcon_Hide,
.cEmpnumber_Hide,
.cLinkUp_Hide {
    display: none !important;
}

.cFacebook_Show,
.cTwitter_Show,
.cLinkedIn_Show,
.cInstagram_Show,
.cPinterest_Show,
.cYoutube_Show,
.cStatusSection_Show,
.CShortbio_Show,
.cPhoneIcon_Show,
.cEmailIcon_Show,
.cWebsiteIcon_Show,
.cEmpnumber_Show,
.cLinkUp_Show {
    display: inline;
}
.atcb-icon {
    margin-bottom: 12px !important;
}


/* Add this to your CSS */
.bigdotGallery {
    position: relative;
    display: block;
}

/* Video indicator icon */
.video-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-indicator::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid white;
    margin-left: 4px;
}

/* Show indicator on hover */
.bigdotGallery:hover .video-indicator {
    opacity: 1;
}

/* Target only video containers */
.bigdotGallery .cSetPosition {
    position: relative;
}

/* Add indicator to video items */
.bigdotGallery .cSetPosition::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

/* enquiry css start here */


.SubmitFormBtn {
    width: 100%;
    background: var(--SitePrimaryColor) !important;
    color: #ffffff !important;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
}

.SubmitFormBtn:hover {
    background: var(--SitePrimaryColor);
}

.RestartFormBtn {
    width: 100%;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 15px;
    background-color: transparent !important;
    color: var(--SitePrimaryColor) !important;
    border: 2px solid var(--SitePrimaryColor) !important;
}

.RestartFormBtn:hover {
    background-color: transparent;
    color: var(--SitePrimaryColor) !important;
    border: 2px solid var(--SitePrimaryColor) !important;
}

.PreviousFormBtn {
    width: 100%;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 15px;
}

.NextFormBtn {
    width: 100%;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 15px;
    background-color: #0d9488 !important;
}

/* enquiry css start here */
/*http://resources.manikworks.com/designer/workspace/uploads/miniwebsite/footer/one/effect.css?797E*/
.footerCopy p {
    margin: 0;
    padding: 15px 0px;
    color: #000000;
}

.txtModify {
    display: block !important;
    text-align: center;
}

.navBar {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}

.navTab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    text-align: center;
}

.helpTab {
    background: #ff0000;
    padding: 5px 20px !important;
    border-radius: 7px;
}

#NavBar {
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    background-attachment: fixed;
}

.navTab a {
    text-decoration: none;
    color: #262336;
    font-weight: 600;
}

.navTab a svg {
    color: #FC6076;
    margin-bottom: 5px;
}

#footerBand {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1234;
    box-shadow: 0 -4px 4px rgb(0 0 0 / 10%);
    background: #ffffff;
}

.footerSection {
    margin-top: 55px !important;
    padding-top: 50px;
}

.gap {
    height: 100px;
}

@media only screen and (max-width:599px) {

    .navBar {
        justify-content: space-between;
        padding: 0px 10px;
    }

    .navTab {
        padding: 0px;
    }

    .col-12 {
        padding: 0px;
    }

    .txtModify {
        text-align: center;
    }

    .conShareBoxws {
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-direction: column;
    }

    .conShareBoxws input {
        width: 100%;
    }

    .custom-btn {
        width: 100%;
    }
}

.footerBand {
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(255 251 251 / 10%) 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));
    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;
}


/* Google Transale Customization */

.modalCloseBtn {
    background: none;
}
/*http://resources.manikworks.com/designer/workspace/uploads/miniwebsite/status/one/effect.css?2320*/
.statusWrapper {
  border: 1px solid rgba(206, 206, 206, 0.425);
  box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
}

.statusinfoBox {
  padding: 10px 0px;
  z-index: 1234;
  position: relative;
  background: #a4d554c7;
  border-bottom: 3px solid rgb(255, 0, 0);
}

.statusVideo video {
  width: 100%;
  height: auto;
}
/*http://resources.manikworks.com/designer/workspace/uploads/miniwebsite/flipbook/one/effect.css?2E3D*/
#flipbook {
    width: 100% !important;
    height: 400px !important;
}

#flipbook video {
    background-color: #fff;
    max-width: 372px;
    min-height: 410px;
    border-radius: 0px;
}

#flipbook img {
    position: relative;
}

#flipbook img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#flipbook .turn-page {
    background-color: #ccc;
}

.flipbookMedia img {
    min-height: 410px;
    object-fit: cover;
    max-height: 410px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .flipbookMedia img {
        min-height: 700px;
        object-fit: cover;
        max-height: 700px;
        width: 100%;
    }

    .page-wrapper {
        height: 700px !important;
    }

    #flipbook {
        height: 700px !important;
    }

    #flipbook video {
        background-color: #fff;
        max-width: 372px;
        min-height: 700px;
        border-radius: 0px;
    }
}


.cMapgrid {
    position: relative;
}

.cMapgrid .d-flex.mb-2.justify-content-between span.primaryColor.font20.cursorPointer {
    color: #fff !important;
    background: var(--primary-color);
    padding: 5px 10px;
}

.cMapgrid .d-flex.mb-2.justify-content-between {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 60%;
    transform: translateY(-50%);
    display: initial !important;
    left: 0;
    width: 100%;
}

.cMapgrid span#prevPageBtn {
    left: 0px !important;
    right: auto;
    position: absolute;
}

.cMapgrid span#nextPageBtn {
    right: 0px !important;
    position: absolute;
    left: auto;
}


.video-wrapper {
    position: relative;
    display: inline-block;
}

.video-control-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    display: none;
    transition: background 0.3s ease;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.video-wrapper:hover .video-control-btn {
    display: block;
}

.video-control-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}
/*http://resources.manikworks.com/designer/workspace/uploads/miniwebsite/onelink/one/effect.css?CCB5*/
.borderRadius50 {
    border-radius: 50px;
}

.quickLink {
    padding-top: 15px;
    padding-bottom: 15px;
}

.linkColor {
    color: #313135;
}

.quickLink:hover {
    box-shadow: rgba(247, 112, 112, 0.637) 0px 4px 8px 0px;
    transform: scale(1.01);
}
/*http://resources.manikworks.com/designer/workspace/uploads/miniwebsite/bizcard/two/effect.css?DE16*/
.cardContainer .mainCard {
  /* padding: 15px; */
  background-color: white;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  height: 212px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 212px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-front img {
  width: 100%;
  max-height: 215px;
  object-fit: cover;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  background-color: #c5c5c5;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-back img {
  height: 235px;
  padding: 15px;
  border-radius: 10px;
  padding-bottom: 63px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.mainCard .userTop {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  background-color: white;
  width: calc(100% - 40px);
  border-radius: 10px;
  padding: 10px 10px;
  margin: auto;
  margin-top: -40px;
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
}

.mainCard .userTop img {
  width: 80px;
  height: auto;
  object-fit: contain;
  border-radius: 50%;
  margin-right: 5px;
}

.mainCard .userTop h5 {
  margin-bottom: 5px;
}

.mainCard .userTop h6 {
  margin-bottom: 5px !important;
  color: #747474;
  font-weight: 400;
  font-size: 14px;
}

.mainCard .userTop ul {
  display: flex;
  align-items: start;
  margin-top: 8px;
}

.mainCard .userTop ul li {
  margin-right: 10px;
}

.mainCard .userTop ul li i {
  font-size: 26px !important;
}

.mainCard .infoSection {
  padding: 25px 12px;
  position: relative;
  margin-top: 20px;
}

.mainCard .infoSection::before {
  content: "";
  width: 60px;
  height: 260px;
  position: absolute;
  left: 0px;
  top: 10px;
  background: linear-gradient(
    -20deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%
  );
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.mainCard .infoSection ul li {
  display: flex;
  align-items: center;
  color: var(--primary-color) !important;
  padding: 12px 0px;
  position: relative;
  padding-left: 55px;
  font-size: 14px;
  font-weight: 500;
}

.mainCard .infoSection ul li a {
  text-decoration: none !important;
}

.mainCard .infoSection ul li i {
  margin-right: 20px;
  font-size: 16px;
  color: var(--primary-color);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 15%;
}

.conShareBoxws {
  margin-bottom: 15px;
}

.conShareBoxws {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.inptDrop {
  position: relative;
}

.conShareBoxws input {
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #dfdfdf;
  outline: none;
  position: relative;
  width: 95%;
  border-radius: 5px;
}

.dropAvslut {
  position: absolute;
  top: 0px;
  left: 0;
  background: none !important;
}

.infoSection .btn {
  width: 100%;
  padding: 15px 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  border-radius: 10px;
}

.contShare {
  width: 150px;
}

.conShareBoxws .contShare {
  position: absolute;
  right: 12px;
  top: 3px;
}

.conShareBoxws .contShare .custom-btn {
  border-radius: 10px;
  padding: 7px;
}

.btn-14 svg {
  background-color: #fc6076;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 3px;
}

.btn-15 {
  background: #00e676 !important;
  border: none;
  z-index: 1;
  font-weight: 600;
  color: white;
}

.btn-15 svg {
  background-color: initial;
}

.infoSection .btnBlack {
  background-color: var(--secondary-color);
  color: white;
  font-weight: 500;
  border-radius: 10px;
}

.infoSection .btn i {
  margin-right: 5px;
}

.infoSection .col-6 {
  padding: 0px;
}

.infoSection .btnPrimary {
  background-color: var(--primary-color);
  color: white;
}

.viewsButns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.viewsButns .btn {
  color: rgb(255 255 255);
  font-weight: 600;
  font-size: 14px;
  background-color: var(--primary-color);
  border-radius: 50px;
  padding: 5px 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.instalinkIcon {
  width: 25px !important;
  height: 25px !important;
  border: none !important;
}

.infoSection a {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

.mainCard .userTop h5 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}

/* Social Share */

.customResourcesBoxShadow {
  box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
}

.btn-close {
  opacity: 1 !important;
  background: none !important;
  font-size: 16px;
}

.smd {
  width: 200px;
  font-size: small;
  text-align: center;
  cursor: pointer;
}

.socialShareIcon {
  border-radius: 33px;
  width: 61px;
  height: 61px;
  padding: 1.1rem;
}

.socialShareModalFooter {
  display: block !important;
}

.message {
  font-size: 11px;
  color: #ee5535;
}

@media (max-width: 767) {
  .mainCard .infoSection ul li {
    font-size: 13px;
    padding: 12px 0px;
  }
}

.introSection .boldText .text-break {
  font-size: 14px;
  text-align: left;
}

@media (max-width: 1440px) {
  .cardContainer .mainCard .infoSection ul li {
    font-size: 13px;
  }
}

/* Custom Modal Styling */
.bizcardEffectModalContent {
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.bizcardEffectModalHeader {
  border-bottom: none;
  padding-bottom: 0;
  justify-content: center;
  position: relative;
}

.bizcardEffectModalHeader .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.bizcardEffectModalTitle {
  color: #1a6b9c;
  /* Matches the Lumina Health branding */
  font-weight: 700;
  font-size: 1.25rem;
}

.bizcardEffectModalBody {
  padding: 20px 30px 30px 30px;
}

.bizcardEffectModalText {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

/* Save Contact Button Styling */
.bizcardEffectSaveContactBtn {
  background-color: #1a6b9c;
  /* Matches the main button on the card */
  color: #ffffff;
  border-radius: 30px;
  /* Pill shape */
  padding: 10px 30px;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  /* Makes button full width in the modal */
  max-width: 250px;
}

.bizcardEffectSaveContactBtn:hover,
.bizcardEffectSaveContactBtn:focus {
  background-color: #12547b;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(26, 107, 156, 0.3);
}

/*http://resources.manikworks.com/designer/workspace/uploads/miniwebsite/gallery/two/effect.css?1C36*/
.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0
}

body:after {
    content: url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/images/close.png) url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/images/loading.gif) url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/images/prev.png) url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/images/next.png);
    display: none
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-container {
    padding: 4px
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/images/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}


/* LIGHTBOX GALLERY STARTS */

.photo-gallery {
    color: #313437;
    background-color: #fff;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 20px;
}

.photo-gallery img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.cSetPosition.cSmartMedia_overlay\#UNQID\# video {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

/* LIGHTBOX GALLERY ENDS */
/*http://resources.manikworks.com/designer/workspace/uploads/miniwebsite/map/two/effect.css?DD09*/
.cWebcardmap {
  height: 400px !important;
  width: 100%;
  padding: 2% 0;
}

.mapSectionWrapper {
  padding: 0 16px 16px;
}

.commonSectionHeader {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}

.commonSectionHeader::after {
  content: "";
  height: 2px;
  width: 30px;
  background: var(--SitePrimaryColor);
}

.commonSectionSubheader {
  font-size: 0.85rem;
  color: var(--SitePrimaryColor);
  margin-bottom: 20px;
  font-weight: 400;
}

@media(max-width:767px) {
  body .col-lg-4.col-sm-12 {
    padding: 0px;
  }
}
/*http://resources.manikworks.com/designer/workspace/uploads/miniwebsite/enquiry/four/effect.css?85D2*/
/* --- Professional Form Styles --- */

/* Container & Header Styling */
.formAreaWrapper.inquiryTwo {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    font-family: 'Inter', 'Segoe UI', sans-serif;
    /* Modern professional fonts */
}

.commonSectionHeader {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.commonSectionSubheader {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 25px;
}

/* Input Group & Floating Label Logic */
.formInputGroup {
    position: relative;
    margin-bottom: 22px;
}

.formFloatingLabel {
    position: absolute;
    top: -10px;
    /* Aligns exactly on the border line */
    left: 12px;
    background-color: #ffffff;
    /* Must match the container background to "cut" the line */
    padding: 0 6px;
    font-size: 13px;
    z-index: 10;
    font-weight: 600;
    color: #555;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

/* Input Field Styling */
.formInputGroup .formControlInput {
    width: 100%;
    background: transparent;
    border: 1.5px solid #e2e8f0;
    /* Soft slate border */
    border-radius: 10px;
    padding: 13px 15px;
    font-size: 0.95rem;
    outline: none;
    color: #333;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

/* Interaction States */
.formInputGroup .formControlInput:focus {
    border-color: #000;
    /* Professional black focus state */
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.formControlInput:focus+.formFloatingLabel {
    color: #000;
    font-weight: 700;
}

.formControlInput::placeholder {
    color: #929394;
    font-weight: 300;
}

/* Buttons Styling */
.formFooter .formSubmitBtn {
    background-color: var(--SitePrimaryColor) !important;
    color: #fff !important;
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.formFooter .formSubmitBtn:hover {
    background-color: var(--SiteSecondaryColor) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.formFooter  .formSubmitBtn:active {
    transform: translateY(0);
}

/* Reset / Previous Buttons */
.formFooter .RestartFormBtn,
.PreviousFormBtn {
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #444;
    font-weight: 500;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    transition: 0.2s;
}

.formFooter  .RestartFormBtn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

/* Status Messages (Alerts) */
.formAcknowledge,
.formGreeting,
.formRepaint {
    border-radius: 10px;
    padding: 12px;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 20px;
    border: none;
}

.formAcknowledge {
    background-color: #ecfdf5;
    color: #065f46;
}

.formGreeting {
    background-color: #f1f5f9;
    color: #475569;
}

/* Error Logic (JS generated) */
input[style*="border: 1px solid red"] {
    border: 1.5px solid #ef4444 !important;
}

input[style*="border: 1px solid red"]+.formFloatingLabel {
    color: #ef4444;
}

/* Mobile Adjustments */
@media(max-width:767px) {
    .formAreaWrapper.inquiryTwo {
        padding: 20px;
    }

    .pe-1,
    .ps-1 {
        padding: 0 !important;
        /* Stack columns on tiny screens if needed */
    }
}

@media(max-width:767px) {
    .enquirySection {
        background-color: #fff;
    }
}
/*http://resources.manikworks.com/designer/workspace/uploads/miniwebsite/prodserv/two/effect.css?04E3*/


.aboutContentBox {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin: 0 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--SitePrimaryColor);
}

/* --- Common Headings --- */
.commonSectionHeader {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.commonSectionHeader::after {
    content: "";
    height: 2px;
    width: 30px;
    background: var(--SitePrimaryColor);
}

.commonSectionSubheader {
    font-size: 0.85rem;
    color: var(--SitePrimaryColor);
    margin-bottom: 20px;
    font-weight: 400;
}

.prodServTwo .aboutSectionContainer {
    padding: 20px 0px;
}
