:root {
    --primary-color: #ff4040;
    --primary-text-color: #fff;
    --primary-light-color: #fffcfc;
    --primary-dark-color: #cf0000;
    --primary-border: 1px solid #dfdfdf;
    --primary-radius: 12px;
    --primary-transition: 0.3s;
    --primary-font: "Open Sans", sans-serif;
    
    --secondry-color: #00ff98;
    --secondry-light-color: #fff;
    --dark-red: #8b0000;
}

::-webkit-scrollbar
{
    height: 5px;
    width: 5px;
}
::-webkit-scrollbar-thumb
{
    background: var(--primary-dark-color);
}
::-webkit-scrollbar-track
{
    background: var(--primary-light-color);
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul, li
{
    list-style: none;
}
a{
    color: var(--primary-color);
}
a:hover
{
    text-decoration: none;
}
.linkBox {
    text-align: right;
    color: var(--primary-color) !important;
    text-transform: capitalize;
    width: 100%;
    display: block;
}
.whiteText
{
    color: white !important;
}
ul, li
{
    list-style: none;
    margin: 0;
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    min-height: 100vh;
    font-family: var(--primary-font);
    position: relative;
}
body::after
{
    content: '';
    height: 100vh;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0.4;
    background: var(--primary-light-color);
    background-image: radial-gradient(at bottom left, var(--primary-color) 0 50%, transparent 50% 100%);
    background-repeat: no-repeat;
    background-size: 300px 300px;
    background-position: bottom left;
    pointer-events: none;
    z-index: -1;
}
ul, li
{
    list-style: none;
}
.btn-primary {
    background-color: var(--primary-color);
    border: var(--primary-dark-color);
    color: var(--primary-text-color);
}
.btn-primary:hover
{
    background-color: var(--primary-dark-color);
}


/* Header */

.header {
    padding: 11px 0;
    top: 0;
    color: black;
    position: sticky;
    z-index: 101;
    width: 100%;
    font-size: 14px;
    color: #454545;
    transition: 0.3s;
    background: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.14);
}
.header div[class*="col"]
{
    position: initial;
}
.header .row.align-items-stretch {
    display: flex;
    align-items: stretch;
}
.header.sticky
{
    color: black;
    background-color: white;
}
.logoContainer {
    width: 200px;
    max-width: 100%;
}
.logoContainer img {
    width: 100%;
    display: block;
}
.navigationLeft
{
    display: flex;
    align-items: center;
}
.linksContainer
{
    height: 100%;
    width: 100%;
    transition: 0.3s;
}
.navigationLinks {
    list-style: none;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navigationLinkContainer {
    padding: 7px 0px;
    display: flex;
    align-items: baseline;
}
.navigationLinkContainer a
{
    font-size: inherit;
    position: relative;
}
.navigationLinkContainer > a
{
    color: inherit;
    padding: 7px 10px;
    font-weight: bold;
}
.navigationMenuOpen
{
    display: none;
}
.haveDropDown, .haveSubDropDown
{
    position: relative;
}
.dropDown
{
    font-weight: 400;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: absolute;
    color: black;
    background-color: white;
    transform: translateY(20px);
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    pointer-events: none;
}
@media screen and (min-width: 991px) {
    .haveSubDropDown .dropDown
    {
        top: 0;
        left: 100%;
        transform: translateX(20px);
    }
}


.haveSubDropDown .dropDown.left
{
    right: 100%;
    left: unset;
    transform: translateX(-20px);
}
.haveDropDown:hover > .dropDown,
.haveSubDropDown:hover > .dropDown
{
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transform: translateY(0);
}
.dropDown a
{
    font: inherit;
    color: inherit;
    transition: 0.3s;
}

.dropDown a:hover
{
   color: white;
   background-color: var(--primary-color); 
}
.megaMenuRow
{
    border-top: 2px solid #206c6d;
    background-color: white;
    padding: 12px;
    border-radius:0 0 10px 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.16), 2px 2px 7px rgba(0,0,0,0.2);
}
.dropDownContainer .dropDownLinkBox.hasSubMegaMenu > a
{
    font-weight: bold;
}


.dropDownContainer .dropDownLinkBox:last-child
{
    border: none;
}
.dropDownLinkBox a
{
    display: flex;
    padding: 10px 12px;
}
.mobileNav
{
    display: none;
}
.contactInfo
{
    width: 100%;
    position:relative;
}
.mobileNav .contactInfo a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 16px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}
.mobileNav .contactInfo a i{
    margin-right: 5px;
}
.mobileNav .social-icons
{
    padding: 7px 12px;
    display: flex !important;
}
.goBackBtn
{
    display: none;
    background-color: #efefef;
}
.navigationProfile
{
    display: none;
}
.navigationProfile img {
    width: 70px;
    height: 70px;
    border-radius: 45px;
}
.profileContainer {
    display: flex;
    align-items: center;
    padding: 20px 12px;
    background-color: #efefef;
}
.profileDetails {
    width: calc(100% - 70px);
    padding-left: 12px;
}
.profileName {
    width: 100%;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fixedNavigationPhoneText {
    display: none;
}
.blog-wrapper .row
{
    display: flex;
    flex-wrap: wrap;
}
a.viewMoreBtn {
    justify-content: flex-end;
    text-align: right;
    color: #206c6d;
}

@media screen and (max-width: 991px)
{
    .header
    {
        color: black;
    }
    .navigationMenuOpen {
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        font-size: 17px;
        justify-content: center;
        color: var(--primary-color);
        cursor: pointer;
        border-radius: 3px;
        background-color: white;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .linksContainer
    {
        height: 100vh;
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        pointer-events: none;
        opacity: 0;
        z-index: 1;
        backdrop-filter: blur(5px);
        background-color: rgba(0,0,0,0.16);
    }
    .linksContainer.active
    {
        pointer-events: initial;
        opacity: 1;
    }
    .navigationLinkContainer a
    {
        transition: 0.5s;
        position: relative;
    }
    .navigationLinkContainer:hover > a
    {
        color: white;
        background-color: var(--primary-color);
    }
    .navigationLinks {
        width: 80%;
        font-size: 12px;
        max-width: 280px;
        position: relative;
        justify-content: flex-start;
        flex-direction: column;
        background-color: white;
        transition: 0.5s;
        height: 100%;
        overflow-y: auto;
        transform: translateX(-100%);
    }
    
    .linksContainer.active .navigationLinks
    {
        transform: translateX(0);
        display: block;
    }
    .navigationProfile {
        display: block;
    }
    .mobileNav
    {
        display: block;
    }
    .dropDownContainer {
        margin-bottom: 0px;
    }
    .goBackBtn {
        height: 39px;
        width: 100%;
        top: 0;
        left: 0;
        transition: 0.3s;
        align-items: center;
        cursor: pointer;
        z-index: 1;
        background-color: #efefef;
        display: none;
        position: fixed;
        font-size: 16px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
    }
    .hasSubMegaMenu .goBackBtn {
        z-index: 1;
    }
    .goBackBtn i {
        font-size: 13px;
        margin: 0 7px 0 10px;
    }
    .mobileNav .closeBtn {
        height: 39px;
        width: 32px;
        top: 0;
        right: 0;
        display: flex;
        transition: 0.3s;
        align-items: center;
        justify-content: center;
        position: absolute;
        cursor: pointer;
        z-index: 100;
        background-color: transparent;
    }
    .fixedNavigationPhoneText {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80%;
        max-width: 280px;
        z-index: 1;
        display: block;
        line-height: 1.5;
        padding: 7px 12px;
        font-weight: 500;
        background-color: white;
    }
    .fixedPhoneLink {
        font-size: 1.3em;
        font-weight: bold;
    }
    .haveDropDown.active .goBackBtn,
    .haveSubDropDown.active .goBackBtn
    {
        display: flex;
    }
    .goBackBtn i
    {
        pointer-events: none;
    }
    .mobileNav .closeBtn:hover
    {
        color: white;
        background-color: #f00;
    }
    
    .navigationLinkContainer {
        padding: 0;
        position: relative;
        flex: initial;
    }
    .navigationLinkContainer a {
        padding: 9px 16px;
        display: block;
        width: 100%;
        font-size: 14px;
    }
    navigationLinkContainer
    .navigationLinkContainer:hover > a {
        color: white;
        background-color: var(--primary-color);
    }
    .navigationLinkContainer a.viewMoreBtn {
        margin: 7px auto;
        text-align: center;
        width: calc(100% - 24px);
        color: #206c6d;
        padding: 7px 12px;
        border-radius: 6px;
        transition: 0.33s linear;
        border: 1px solid #206c6d;
    }
    .navigationLinkContainer a.viewMoreBtn:hover
    {
        background-color: #206c6d;
        color: white;
    }
    
    .navigationLinkContainer .haveDropDown a
    {
        padding: 7px 35px 7px 12px;
        display: block;
        width: 100%;
    }
    .navigationLinkContainer > a::before
    {
        display: none;
    }
    .dropDownLinkBox
    {
        position: relative;
    }
    .dropDownLinkBox:hover > a
    {
        color: white;
        background-color: var(--primary-color);
    }
    .dropDownLinkBox.haveSubDropDown::before, .navigationLinkContainer.haveDropDown::before {
        content: "\f105";
        right: 0;
        padding-right: 15px;
        height: 100%;
        width: 50px;
        display: flex;
        position: absolute;
        font-family: 'fontAwesome';
        justify-content: flex-end;
        align-items: center;
        z-index: 1;
        font-size: 14px;
        color: var(--primary-color);
        font-weight: bold;
        cursor: pointer;
    }
    .dropDownLinkBox.haveSubDropDown:hover::before, .navigationLinkContainer.haveDropDown:hover::before {
        color: white;
    }
    .dropDown {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        color: #000;
        font-weight: 400;
        position: fixed;
        transition: 0.5s;
        z-index: 2;
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        padding-top: 39px;
        transform: translateY(0) translateX(-107%);
    }
    .dropDown .container{
        width: 100%;
    }
    .haveDropDown:hover > .dropDown,
    .haveSubDropDown:hover > .dropDown {
        transform: translateY(0) translateX(-107%);
    }
    .subMegaMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: white;
        z-index: 2;
        transition: 0.5s;
        padding-top: 50px;
        transform: translateY(0) translateX(-107%);
    }
    .hasSubMegaMenu.active .subMegaMenu {
        transform: translateY(0) translateX(0%);
    }
    .subMegaMenu .dropDownLinkBox {
        border: none;
    }
    .haveDropDown.active > .dropDown,
    .haveSubDropDown.active > .dropDown
    {
        transform: translateX(0);
    }
    .dropDown > div:first-child {
        height: 100vh;
        overflow-y: auto;
    }
    .dropDown > div::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }
    .dropDown > div::-webkit-scrollbar-thumb {
        background-color: #dfdfdf;
    }
    .megaMenuRow {
        padding: 0;
        padding-top: 50px;
        border: none;
        display: flex;
        height: 100vh;
        overflow-y: auto;
        flex-direction: column;
        align-content: flex-start;
    }
    .dropDownContainer .dropDownLinkBox.hasSubMegaMenu > a {
        font-weight: normal;
    }
    .modalBtn
    {
        display: none;
    }
}
/* Header End */


/* Input Work */
.form-control
{
    height: unset;
    padding: 8px 12px;
    border: 1px solid #dfdfdf;
    line-height: 1;
}
.form-control.valid
{
    border: 1px solid rgba(0,200,0,1);
    box-shadow: 0 0 0 2px rgba(0,255,0, 0.1);
}
.form-control.invalid
{
    border: 1px solid rgba(200,0,0,1);
    box-shadow: 0 0 0 2px rgba(255,0,0, 0.1);
}
.form-group label {
    margin-bottom: 3px;
    font-size: 90%;
    font-weight: 400;
}
/* Input Work End */

/* Single Form Work */

.singleFormContainer {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.singleFormCard {
    width: 100%;
    max-width: 550px;
    margin: auto;
    padding: 7px 16px 12px;
    background: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: var(--primary-radius);
    position: relative;
}
.singleFormCard::before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: inherit;
    opacity: 0.1;
    background-image: radial-gradient(at top, var(--primary-color) 0 45%, transparent 45% 100%);
    background-size: 100% 100px;
    background-repeat: no-repeat;
}
.singleFormTitle {
    font-weight: 600;
    font-size: 160%;
    text-align: center;
    margin: 8px 0 12px;
}

.passwordBox {
    position: relative;
}
.passwordEye {
    position: absolute;
    top: 4px;
    right: 4px;
    height: calc(100% - 8px);
    max-height: 45px;
    max-width: 45px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: white;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;
}
.passwordEye.active,
.passwordEye:hover {
    background: var(--primary-color);
    color: white;
}

/* Single Form End */

/* PopUp */

.popUpContainer {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    position: fixed;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(5px);
}
.popUpBox
{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popUp {
    position: relative;
    background: white;
    padding: 24px;
    min-height: 200px;
    display: flex;
    border-radius: var(--primary-radius);
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    width: 450px;
    max-width: 100%;
    text-align: center;
    z-index: 1;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.popUp.error
{
    box-shadow: 0 0 5px rgba(255,0,0,0.2);
}
.popUp.success
{
    box-shadow: 0 0 5px rgba(0,255,0,0.3);
}
.popUpContent
{
}
.popUpIconBox {
    font-size: 52px;
    line-height: 1;
    width: max-content;
    margin: auto;
    margin-bottom: 16px;
}
.error .popUpIconBox {
    background: radial-gradient(at top right, orange, red);
    background-clip: text;
    color: red;
    -webkit-text-fill-color: transparent;
}
.success .popUpIconBox {
    background: radial-gradient(at top right, lime, green);
    background-clip: text;
    color: green;
    -webkit-text-fill-color: transparent;
}

.popUpClose {
    position: absolute;
    bottom: calc(100%);
    right: calc(var(--primary-radius) + 4px);
    background: white;
    border-color: inherit;
    padding: 5px 12px;
    line-height: 1;
    cursor: pointer;
    background: red;
    color: white;
    transform: scaleY(0);
    transform-origin: bottom;
    z-index: -1;
    transition: 0.1s;
    box-shadow: inherit;
    border-radius: calc(var(--primary-radius) - 4px) calc(var(--primary-radius) - 4px) 0 0;
}
.popUp:hover .popUpClose
{
    transition: var(--primary-transition);
    transform: scaleY(100%);
}

/* PopUp End */


/* Inner Page */

.mainPageBox
{
    padding: 24px 0;
}

/* Inner Page End */



/* Custom Table */

.customTableContainer
{
    margin-top: 24px;
    padding: 16px;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(5px);
    border-radius: calc(var(--primary-radius) + 12px);
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.table-header {
    margin-bottom: 12px;
    display: flex;
    gap: 8px 12px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.table-title
{
    font-size: 140%;
    font-weight: 600;
}

.table-option-icons {
    display: flex;
    gap: 8px 12px;
}

.table-option-icon {
    width: 35px;
    height: 35px;
    display: flex;
    padding: 7px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.13);
}


.table-responsive:has( .tableBordered)
{
    border: var(--primary-border);
    border-radius: var(--primary-radius);
}

.customTable
{
    width: 100%;
    background: white;
}
.customTable th
{
    font-size: 95%;
    text-align: center;
    background: var(--primary-light-color);
}
.customTable td
{
    font-size: 90%;
}
.customTable td:first-child
{
    text-align: center;
}

.tableBordered th,
.tableBordered td
{
    border: var(--primary-border);
}


.tableBordered thead tr:first-child th,
.tableBordered thead tr:first-child td
{
    border-top: 0;
}
.tableBordered tbody tr:last-child td
{
    border-bottom: 0;
}
.tableBordered thead tr th:first-child,
.tableBordered thead tr td:first-child,
.tableBordered tbody tr th:first-child,
.tableBordered tbody tr td:first-child,
.tableBordered tfoot tr th:first-child,
.tableBordered tfoot tr td:first-child
{
    border-left: 0;
}

.tableBordered thead tr th:last-child,
.tableBordered thead tr td:last-child,
.tableBordered tbody tr th:last-child,
.tableBordered tbody tr td:last-child,
.tableBordered tfoot tr th:last-child,
.tableBordered tfoot tr td:last-child
{
    border-right: 0;
}

.tableBordered th
{
    padding: 12px;
}
.tableBordered td
{
    padding: 7px 12px;
}


/* Custom Table End*/


/* Footer */

.footerCopyrightText
{
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: fixed;
    padding: 7px 12px;
    font-size: 12px;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 5px rgba(0,0,0,0.12);
    border-top: 1px solid #efefef;
    background: rgba(255,255,255,0.8);
}

/* Footer End */









