/* Keep this for all project */

@font-face {
    font-family: 'Gotham';
    font-style: medium;
    font-weight: 500;
    src: url(fonts/Gotham-font-family/Gotham/Gotham-Medium.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Gotham-font-family/Gotham/Gotham-Book.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: bold;
    font-weight: 700;
    src: url(fonts/Gotham-font-family/Gotham/Gotham-Bold.otf);
  }


@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/SFPro/SF-Pro-Text-Regular.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/SFPro/SF-Pro-Text-Medium.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/SFPro/SF-Pro-Text-Semibold.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/SFPro/SF-Pro-Text-Bold.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/SFPro/SF-Pro-Text-Heavy.otf);
}

@font-face {
    font-family: 'SecondFont';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/productsans/ProductSans-Regular.ttf);
}


.body, div, a, button, span, input, section,footer,header {
    font-family: "Gotham", "Arial", sans-serif;
}

.font2 {
    font-family: "SecondFont", sans-serif !important;
}

/* Keep until here */

/* DEFAULT CSS VAR */
:root {
    --to-right-primary-color-gradient: linear-gradient(to right, #19B3FC, #38DACF);
    --to-bottom-primary-color-gradient: linear-gradient(to bottom, #19B3FC, #38DACF);
    --default-border-radius: 10px;
    --default-box-shadow: 0px 1px 8px -3px rgba(0,0,0,0.6);

    --default-font-weight-thin: 300;
    --default-font-weight-thick: 500;
    --default-font-weight-bold: 700;
    --default-font-weight-max: 900; 

    --red-btn-color: #FF0000;
    --hp-section-title-text-color: #383434;

    --primary-font-color: #FFFFFF;
    --secondary-font-color: #000000;
    --tertiary-font-color: #999999;

    --btn-primary-color:#C10206;
    --btn-hover-color:#F0F0F0;
    --btn-width-long: 200px;
    --btn-height: 50px;
    --btn-width-short: 100px;
    --btn-font-size: 16px;

    --main-title-font-size: 40px;
    --font-size-lg: 30px;
    --font-size-md: 22px;
    --font-size-sm: 16px;
    --font-size-xs: 14px;

    --page-title: 50px;
    --section-title: 40px;
    --action-title: 28px;
    --content-title: 20px;
    --card-title: 23px;
    --section-description: 17px;
    --content-description: 15px;
    --small-fonts: 13px;

    --border-radius-md: 7px;
    --border-radius-lg: 10px;

    --default-line-height: 1.5;
    --line-height-md: 1.4;
    --line-height-sm: 1.2;
    --line-height-xs: 1;

    --padding-inline: 100px;
    --padding-inline-lg: 200px;
    --padding-inline-md: 60px;

    --card-box-shadow:0px 0px 10px 0px rgba(135, 135, 135, 0.2);

    --card-bg-color-red: #CC0000;
    --card-bg-color-white:#F0F0F0;

    --section-padding: 60px 100px;

    --input-box-height:35px;
    
    --kt-container-width: 1100px;
    --kt-container-width2:900px;

    --placeholder-font-color:#757575;

    --header-title-spacing: 30px;
    --section-title-spacing: 10px;

    --input--border-color: #C2C2C2;
    --button-border-radius: 5px;

    --button-default-width: 100px;

    --content-container-spacing: 25px;

}
/* DEFAULT CSS VAR */

.dropdown-content {
    position: absolute;
    top: 140%;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

/* Dashboard */

.dashboardSection01 {
    background: rgb(63,186,255);
    background: linear-gradient(180deg, rgba(63,186,255,1) 0%, rgba(63,184,255,1) 16%, rgba(60,169,251,1) 46%, rgba(59,161,249,1) 62%, rgba(59,161,249,1) 81%, rgba(140,202,255,1) 90%, rgba(255,255,255,1) 100%);
    padding: 20px 0 30px 0;
    margin-top: 121.5px;
}

.dashboardSection01Title {
    color: #E5F645;
    text-align: center;
    border-right: 1px solid #fff;
}

.dashboardSection01Title:last-child {
    border-right: 1px solid transparent;
}
 
.dashboardSection01Content {
    color: #fff ;
 }

.dashboardSection02 {
    padding-top: 20px;
    background-image: url(/images/project/dashboardBG.jpg);
    background-size: cover;
}

.dashboardSection02Line {
    height: 2px;
    display: block;
    padding-top: 2px;
    background: rgb(150,150,150);
    background: -webkit-linear-gradient(left, rgba(71,109,166,0) 0%, rgba(71,109,166,1) 40%, rgba(71,109,166,1) 60%, rgba(71,109,166,0) 100%);
    background: -o-linear-gradient(left, rgba(71,109,166,0) 0%, rgba(71,109,166,1) 40%, rgba(71,109,166,1) 60%, rgba(71,109,166,0) 100%);
    background: linear-gradient(to right, rgba(71,109,166,0) 0%, rgba(71,109,166,1) 40%, rgba(71,109,166,1) 60%, rgba(71,109,166,0) 100%);
}

.dashboardSection02icon {
    width: 20px;
}

.btn {
    outline: none;
    border: none;
    border-radius: 5px;
/*    margin-block: 1rem;*/
    padding: 1rem;
    font-weight: 400;
    min-width: 120px;
    /* width: fit-content;
    margin: 0 0 0 20px; */
    color: #FFF;
    padding-inline: 0;
}

.btn-header {
    outline: none;
    border: none;
    border-radius: 5px;
   /* margin-block: 1rem; */
    padding: 1rem;
    font-weight: 400;
    /* min-width: 120px; */
    width: fit-content;
    margin-left: 15px;
    color: #FFF;
    padding-inline: 0;
}

.btn.btn-primary {
    background: rgb(24,179,252);
    background: linear-gradient(90deg, rgba(24,179,252,1) 0%, rgba(55,218,207,1) 100%);;
}

.btn.btn-default {
    color: #FFF;
    background: var(--btn-primary-color)
}



.walletBox {
    width: 250px;
    background-image: url(/images/project/walletBox.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 50px;
    margin-right: 20px;
}

.walletBoxText1 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 3px;
}

.walletBoxText2 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
}

.btn-more {
    font-weight: 400;
    font-size: 8px;
    color: #fff;
    background: rgb(98,186,232);
    background: linear-gradient(90deg, rgba(98,186,232) 0%, rgba(63,104,176) 100%);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border: unset;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 3px;
    padding: 5px 18px;
}

.goldLine {
    height: 3px;
    display: block;
    padding-top: 2px;
    background: rgb(140,96,52);
    background: -webkit-linear-gradient(left, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%);
    background: -o-linear-gradient(left, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%);
    background: linear-gradient(to right, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%); 
}

.dashboardSection03 {
    padding: 20px 0 20px 20px;
}
 
.dashboardSection03Bg {
    background-image: url(../images/project/dashboardBG2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dashboardSection03Content {
    background-color: #E0EAF0;
    padding-bottom: 30px;
}

.dashboardSection03Padding {
        padding-top: 18px;
}

.dashboardSection03Title {
    width: 230px;
    margin-top: 25px;
    padding: 5px 0px 5px 20px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
}

.dashboardSection03ContentBlock {
    color: #3F68B0;
    text-align: center;
    border-right: 1px solid #666666;
}

.dashboardSection03ContentBlock:last-child {
    border-right: 1px solid transparent;
}

.dashboardSection03ContentDetail {
    color: #000;
}

.dashboardSection03Padding {
    padding-right: 0;
}

.diagramBtnBox {
    background-color: #fff;
    padding: 3px 3px;
    position: unset;
    display: inline-block;
}

.diagramBtnBoxFloat {
    background-color: #fff;
    padding: 3px 3px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    position: fixed;
    top: 23%;
    left: 55px;
    z-index: 4;
    box-shadow: 5px 5px 10px #00000052;
}

.diagramBtnBoxMobile {
    background-color: #fff;
    padding: 3px 3px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    position: fixed;
    top: 15%;
    left: 27px;
    z-index: 4;
    box-shadow: 5px 5px 10px #00000052;
    display: inline-flex;
    flex-flow: column-reverse;
}

.copiedMsg {
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.copiedMsg i {
    background-color: #32CD32;
    color: #fff;
    font-size: 15px;
    padding: 2px 3px;
    margin-top: -2px;
    margin-right: 4px;
    border-radius: 50%;
}

.btnSocial {
    color: #000;
}

.btnSocial:hover {
    color: #CCC;
}

    /* Dropdown CSS */


details {
    position: relative;
    width: 100%;
    margin-right: 1rem;
}

details[open] {
    z-index: 1;
}

summary {
    padding: 0.85rem 1rem;
    cursor: pointer;
    border-radius: var(--default-border-radius);
    background-color: #fff;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

details[open] summary:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
}

summary:after {
    content: '';
    display: inline-block;
    float: right;
    width: .5rem;
    height: .5rem;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    border-bottom-left-radius: 2px;
    transform: rotate(45deg) translate(50%, 0%);
    transform-origin: center center;
    transition: transform ease-in-out 100ms
}

summary:focus {
    outline: none;
}

details[open] summary:after {
    transform: rotate(-45deg) translate(0%, 0%);
}

.option_list {
    margin: 0;
    padding: 1rem 0;
    /*border-bottom: 1px solid #ccc;*/
    color: #000;
}

.option_list:hover {
    background-color: #f7f7f7;
    border-radius: 8px;
}

.option_list:first-child {
    padding-top: 10px;
}

.option_list:last-child {
    padding-bottom: 10px;
    border-bottom: none;
}

/* FAKE SELECT */

summary.radios {
    counter-reset: radios;
}

summary.radios:before {
    content: var(--selection);
}

.newDD {
    counter-increment: radios;
    appearance: none;
    display: none;
}

.newDD:checked {
    display: inline;
    --display: block;
}

.newDD:after {
    content: attr(title);
    display: inline;
    font-size: 1rem;
}

ul.list {
    counter-reset: labels;
    list-style-type: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    padding: 1rem;
    margin: 0;
    box-sizing: border-box;
    border-radius: var(--default-border-radius);
    max-height: 200px;
    overflow-y: auto;
}

label {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding-left: 10px;
}

label span {
    --display: none;
    display: var(--display);
    width: 1rem;
    height: 1rem;
    border: 1px solid #727272;
    border-radius: 3px;
}

::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.hr-line{
    margin-top: 3rem;
    width: 100%;
    height: 1px;
    background-color: #FFF;
}

.social-media-icon img{
    width: 18px;
    height: 18px;
    margin: 1rem;
    cursor: pointer;
}

.social-media-icon:nth-child(1) img{
    width: 10px;
}

.footer-link{
    text-decoration: none;
    color: #FFF;
}

.footer-link:hover{
    text-decoration: none;
    color: #1CB8F5;
}

.printing-queued-container{
    width: 100%;
    position: fixed;
    z-index: 99;
/*    top: 80px;*/
}

.card-header{
    background-color: #F6FFF6;
    border: 1px solid #41DA37;
    border-left: 15px solid #41DA37;
}

.card-body{
    padding-block: 1rem;
    padding-left: 3rem;
    border-left: 15px solid #41DA37;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #41DA37;
}

.card-body:last-child {
    border-bottom: unset;
}

.btn-accordion-dropdown{
    outline: none;
    border: none;
    background-color: transparent;
}

.document-select-bg {
    background-color: #F5F5F5;
    padding: 10rem 0rem;
    color: #000;
}

.document-select-page-content {
    padding: 0rem 10rem 5rem 10rem;
}

.document-select-title {
    font-size: 20px;
    font-weight: 500;
}

.print-order-steps-div {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0rem;
  width: 90%;

}
.print-order-num-div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.print-order-num-label {
    font-weight: 500;
    font-size: 15px;
}

.print-order-num-div.completed::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #19B3FC;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.print-order-num-div::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #E1E1E1;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.print-order-num-div::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #E1E1E1;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.print-order-num-div .print-order-num-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #E1E1E1;
  margin-bottom: 6px;
}

.print-order-num-div.completed .print-order-num-counter {
    border: unset;
    background-color: unset;
    background-image: var(--to-bottom-primary-color-gradient);
    color: #FFF;
}

.print-order-num-div:first-child::before {
  content: none;
}
.print-order-num-div:last-child::after {
  content: none;
}

.document-select-supported-files-title {
    font-size: 15px;
    font-weight: 300;
}

.document-select-section-div {
    background-color: #FFF;
    color: #000;
    font-size: 13px;
    padding: 1rem;
}

.document-select-section-title {
    font-size: 17px;
    font-weight: 500;
    word-break: break-all;
}

.document-select-form-group {
    display: flex;
    align-items: center;
}

.document-select-form-group label {
    width: unset;
    font-size: 15px;
    font-weight: 500;
}

.table-pagination-btn {
    background: transparent;
    color: #000;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: unset;
}

.important-asterik {
    font-size: 15px;
    color: #E6201F;
}

.hide-items {
    display: none;
}

.document-select-upload-div {
    width: 100%;
    height: 100px;
    color: #000;
    font-size: 15px;
    border: 2px dotted #E6E7ED;
    justify-content: center;
    align-items: center;
}

.document-select-upload-btn {
    background: transparent;
    border: 1px solid #42DCD1;
    padding: 1rem 2rem;
}

.document-select-table-delete-btn {
    background-color: #A9A9A9;
    padding: 0.2rem 0.5rem;
    color: #FFF;
    font-size: 15px;
    border: unset;
    border-radius: 3px;
}

.table thead th {
    background-color: transparent;
    color: #FFF;
}

.table thead th:first-child {
    border-top-left-radius: 5px;
}

.table thead th:last-child {
    border-top-right-radius: 5px;
}

.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.table thead tr {
    background-image: var(--to-right-primary-color-gradient);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #FFF;
}

.table-striped tbody tr td {
    color: #000;
}

.table-responsive {
    box-shadow: var(--default-box-shadow);
    -webkit-box-shadow: var(--default-box-shadow);
    -moz-box-shadow: var(--default-box-shadow);
    border-radius: var(--default-border-radius);
}

.table {
    margin-bottom: unset;
}

.clickable-table-anchor {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.clickable-table-anchor:hover {
    text-decoration: underline;
}

.table-pagination-btn[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}

.location-select-card {
    border-radius: var(--default-border-radius);
    overflow: hidden;
    background-color: #FFF;
    background-image: unset;
    box-shadow: var(--default-box-shadow);
    -webkit-box-shadow: var(--default-box-shadow);
    -moz-box-shadow: var(--default-box-shadow);
    cursor: pointer;
}

.location-select-card.active {
    background-color: unset;
    background-image: var(--to-right-primary-color-gradient);
}

.location-select-img-div {
    width: 100%;
    height: 250px;
    border-radius: var(--default-border-radius);
    background-color: #FFF;
    border: 0.5px solid #E3E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-select-img {
    height: 100%;
    width: auto;
}

.location-select-label {
    padding: 1rem 1rem;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.location-select-card.active .location-select-label {
    color: #FFF;
}

.config-setting-field-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.config-setting-field-label {
    font-size: 15px;
    font-weight: 500;

}

label.config-setting-field-label {
    justify-content: start;
    padding-left: unset;
}

label.config-setting-field-label span.config-setting-asterik {
    display: inline;
    border: unset;
    color: #E30000;
}

.config-setting-field-form-group.range-type .form-control {
    width: 5rem;
    display: inline-block;
}

.config-setting-field-form-group.range-type:has(.invalid-feedback) .form-control {
    border-color: #fd397a;
}

.config-setting-divider {
    margin: 0px 1rem;
}

.print-summary-title-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DCDFE8;
}

.print-summary-title-btn {
    background-color: transparent;
    border: unset;
    color: #42C1FD;
    font-weight: 100;
    text-decoration: underline;
}

.print-summary-details-label {
    font-size: 14px;
    font-weight: 300;
}

.print-summary-details-value {
    font-size: 14px;
    font-weight: 500;
}

.preview-file-type-modal .modal-dialog {
    max-width: 1300px;
}

.print-summary-preview-img {
    width: 100%;
    height: auto;
}

.print-summary-preview-iframe {
    width: 100%;
    height: 100%;
}

.checkout-summary-div,
.checkout-summary-empty-div {
    background-color: #FFF;
    padding: 2rem;
    border-bottom: 1px dotted #767676;
}

.checkout-summary-empty-div {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    border-bottom: unset;
}

.checkout-summary-div:last-child {
    border-bottom: unset;
}

.checkout-summary-div .print-summary-title-btn {
    text-decoration: none;
    font-size: 20px;
}

.checkout-summary-div .print-summary-title-div {
    border-bottom: unset;
}

.print-summary-title-btn.trash-btn{
    color: #E6201F;
}

.checkout-payment-div {
    padding: 2rem;
    color: #000;
    background-color: #FFF;
    font-size: 15px;
}

.checkout-input-section {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 2rem;
}

.checkout-payment-title {
    font-size: 17px;
    font-weight: 500;
}

.checkout-payment-title.total-amount {
    font-weight: 600;
}

.checkout-payment-horizontal-line {
    border: 0.5px solid #E3E3E3;
}

.checkout-payment-label {
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding-left: unset;
    margin-bottom: 0.3rem;
}

.checkout-payment-field-group {
    display: flex;
    align-items: center;
}

.checkout-payment-field-group .form-control {
    width: 80%;
    margin-right: 0.5rem;
}

.checkout-payment-voucher-btn {
    background-color: #A9A9A9;
    border-radius: var(--default-border-radius);
    color: #FFF;
    padding: 0.7rem 2rem;
    font-size: 15px;
    border: unset;
}

.checkout-payment-btn {
    background-image: var(--to-right-primary-color-gradient);
    color: #FFF;
    font-size: 15px;
    padding: 0.7rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: unset;
    border-radius: var(--default-border-radius);
}

.checkout-payment-btn[disabled] {
    opacity: 0.5;
}

.checkout-payment-btn-img {
    width: 12%;
}

.checkout-payment-method-div {
    border-radius: var(--default-border-radius);
    border: 1px solid #DCDFE8;
    padding: 1.3rem 0.5rem;
    margin: 0rem 0rem 0.7rem 0rem;
    font-size: 15px;
    font-weight: 300;
    background-color: #F6F6F6;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.checkout-payment-method-radio {
    accent-color: #19B3FC;
}*/

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #FFF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #DCDFE8;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #FFF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4.5px solid #19B3FC;
}

.checkout-payment-method-img {
    width: auto;
    height: 30px;
}

label.checkout-payment-method-div span {
    display: block;
    border: unset;
    border-radius: unset;
    width: unset;
    height: unset;
}

.btn-print{
    color: #22BEF0;
    text-decoration: underline;
    cursor: pointer;
}

.print-checkout-quotation-div {
    width: 100%;
    padding: 1rem;
    border: 1px solid #E3E3E3;
    border-left: 4px solid #19B3FC;
    border-top-right-radius: var(--default-border-radius);
    border-bottom-right-radius: var(--default-border-radius);
    margin-left: 10px;
    margin-right: 10px;
}

.print-checkout-price {
    font-size: 20px;
    font-weight: 600;
    margin-top: 2rem;
}

.modal .modal-content .modal-header .modal-title{
    color: #FFF;
}

.btn-cp-default{
    outline: none;
    border: none;
    border-radius: 5px;
    margin-block: 1rem;
    padding: 1rem;
    min-width: 120px;
    color: #FFF;
    background: #e0e0e0;
}

.logo-placeholder {
    font-size: 25px;
    font-weight: 500;
}

.homepageHeaderMobile .logo-placeholder {
    font-size: 15px;
}

.logo-placeholder-anchor {
    color: #000;
}

.logo-placeholder-anchor:hover {
    color: #000;
}

#appointment-bg{
    max-height: 550px;
    object-fit: cover;
}
/* Homepage.php */

/* Section 1 */



.S1_TopContainer {
    display: flex;
    gap: 50px;
    padding: 100px 50px 75px 50px;
}



.S1_Right_Content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.S1_Right_Content-Top-Title1 {
    font-size: 34px;
    font-weight: 600;
    color: var(--hp-section-title-text-color);
}


.S1_Right_Content-Top-Title2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--hp-section-title-text-color);
    margin-bottom: 30px;
}


.S1_Right_Content-Mid-Content {
    color: var(--hp-section-title-text-color);
    font-size: 20px;
    line-height: 116%;
}




.S1_Right_Content-Btm-Btn {
    height: 40px;
    width: 250px;
    background-color: #38419D;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 18px;
}



.S1_BtmContainer {
    padding: 0px 50px 75px 50px;
}


.S1_Btm_Content_Title {
    font-size: 38px;
    font-weight: 600;
    color: var(--hp-section-title-text-color);
    margin-bottom: 30px;
    
}


.S1_Btm_Content_Description_Container {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}


.S1_Description_Container {
    display: flex;
    width: 340px;
}



.S1_Icon {
    height: 46px;
    width: 46px;
}


.S1_Description {
    margin-left: 10px;
}

.S1_Description-Top {
    color: black;
    font-size: 18px;
    font-weight: 600;
}



.S1_Description-Btm {
    color: black;
    font-size: 18px;
    text-align: justify;
    line-height: 98%;
}



/* Section 1 */

/* Section 2 */



.S2_bg {
    background-color: #F4F1ED;
    text-align: center;
    padding: 75px 50px;
}

.S2_Title {
    font-size: 38px;
    font-weight: 600;
    color: var(--hp-section-title-text-color);
    margin-bottom: 30px;
    
}

.S2_Card_Container {
    display: flex;
    justify-content: space-between;
}


.S2_Card {

    width: 270px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 80px 30px;
}


.card_Title_Container {
    height: 30px;
    margin-bottom: 15px;
    
}


.card_Title {
    color: black;
    font-size: 16px;
    font-weight: 600;
   
}


.card_Content {
    color: black;
    font-size: 16px;
    line-height: 98%;
}



/* Section 2 */

/* Section 3 */


.S3_bg {
    padding: 75px 50px;
    
}

.S3_Img_Container {
    text-align: center;
    color: white;
    background-image: url("/images/project/homepage-bg-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 50px;
    border-radius: 10px;
}

.Img_TopText {
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    width: 550px;
    margin-bottom: 30px;
}



.Img_BtmText {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    width: 500px;
    line-height: 1;
}



.S3_TopC_Img {
    margin-bottom: 20px;
    width: 100%;
    background: url("/images/project/S3_Top_Img.png");
}


.S3_BtmLeftC_Container {
    display: flex;
}

.S3_BtmC_Container {
    display: flex;
    padding-top: 75px;
   
}


.S3_BtmLeft_Container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    
}

.S3_BtmLeftC_Title{
    font-size: 41px;
    font-weight: 600;
    color: black;
    width: 90%;
    line-height: 1;
}


.S3_Btm_Img {
    width: 400px;;
}


.contact-us_Btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 350px;
    border-radius: 40px;
    border: 1px solid;
    font-size: 25px;
    color: black;
    margin-bottom: 20px;
}



.get-demo_Btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 350px;
    border-radius: 40px;
    border: 1px solid;
    font-size: 25px;
    background-color: #38419D;
    color: white;
}





/* Section 3 */

.contact-section-text {
    width: 60%;
    font-size: 18px;
    line-height: 21px;
}


/* Homepage.php */

/* Footer */

.footer-lang.active {
    color: #c10206;
    font-weight: 700;
}

.footer-section {
    background-color: var(--secondary-font-color);
    padding: var(--section-padding);
    color: var(--primary-font-color);
    font-size: var(--font-size-sm);
    padding-inline: 0;
}

.services-footer-text {
    white-space: nowrap;
}

.footer-content-container a {
    color: var(--primary-font-color);
}

.footer-section-content1, .footer-section-content2 {
    display: flex;
    gap: var(--section-padding);
    justify-content: space-between;
    /* width: 30%; */
}

.footer-content-container {
    /* width: 20%; */
}

.footer-content-container .title {
    font-size: var(--font-size-sm);
    font-weight: 500;
    white-space: nowrap;
}



.footer-content-container .social-media-icons img{
    width: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.footer-content-container .social-media-icons .fb-icon {
    width: 15px;
    height: 20px;
}
.footer-content-container .social-media-icons .linkedIn-icon {
    width: 20px;
    height: 20px;
}


.footer-content-container .social-media-icons .xhs-icon {
    width: 40px;
}

.footer-content-container p span {
    display: block;
}
.footer-container {
    /* display: flex; */
    gap: var(--section-padding);
    /* justify-content: space-between; */
}

.footer-container p {
    font-weight: 300;
    font-size: var(--small-fonts);
}

/* End of Footer */

/* Homepage Latest Section */

.video-container {
   width: 100%;
   height: 500px;
   position: relative;
   background-image: url('../images/project/homepage-sec1-bg.webp');
   background-size: cover;
   background-position: center;
    /* margin-top: 78px; Use this if got top-menu*/
   /* margin-top: 80px; */
   /* margin-top: 53px; */

}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}

.video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 100%;
    /* padding-inline: var(--padding-inline); */
}

.video-text .title {
    font-weight: 700;
    color: var(--primary-font-color);
    font-size: var(--page-title);
    border-right: 4px solid;
    padding-inline: 20px;
    height: 50%;
    align-items: center;
    display: flex;
    margin-top: 30px;
}

.video-text .text-title {
    font-weight: 700;
    color: var(--primary-font-color);
    font-size: 30px;
}

.video-text .title span {
    display: block;
}

.video-text p {
    color: var(--primary-font-color);
    font-size: var(--content-title);
    font-weight: 500;
    /* width: 832px;
    margin-inline: auto; */
    margin-bottom: 0;
    line-height: var(--default-line-height);
}

.enquiry-btn {
    border-radius: 10px;
    margin-top: 60px;
}

.long-width {
    width: 850px!important;
    margin-inline: auto;
}

.video-text span {
    display: block;
}

.video-text button {
    border: none;
    outline: none;
    color: var(--primary-font-color);
    background-color: var(--btn-primary-color);
    /* width: var(--btn-width-long); */
    height: var(--btn-height);
    transition: all 0.3s ease-in-out;
    font-size: var(--section-description);
    font-weight: 700;
    border-radius: var(--button-border-radius);
    padding-inline: 20px;
}

.video-text button:hover {
    background-color: var(--btn-hover-color);
    color: var(--secondary-font-color);
}

.video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0);
    opacity: 0.6;
}

.services-section {
    padding: var(--section-padding);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 1200px;
    margin-inline: auto; */
}

.details-img-container  img {
    width: 300px;
}

.services-wrapper {
    background-color: #FFFFFF;
}

.services-section img {
    margin-bottom: 20px;
}


.services-desc {
    width: 80%;
    text-align: center;
}

.services-section .title {
    font-size: var(--section-title);
    font-weight: 700;
    color: var(--secondary-font-color);
}

.services-section p {
    font-size: var(--section-description);
    color: var(--secondary-font-color);
    font-weight: 300;
    line-height: var(--line-height-md);
    margin-bottom: 0;
}

.services-card-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 85%;
}

.services-card-container .top-container, .services-card-container .bottom-container {
    display: flex;
    gap: 50px;
}


/* .services-card-container .services-card-red, .services-card-container .services-card-white {
    width: 30%;
    text-align: center;
    padding-block: var(--section-padding);
    padding: 30px;
    background-color: #FAFAFC;
    padding-inline: 60px;
    box-shadow: 9px 9px 24px -10px rgba(0,0,0,0.64);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); 
    border-radius: 10px;
    height: 100%;
} */

.services-card {
    padding: 30px;
    background-color: #FAFAFC;
    box-shadow: var(--card-box-shadow);
    border-radius: var(--button-border-radius);
    height: 100%;
    transition: all 0.3s ease;
}

.services-card:hover {
    background-color: var(--btn-primary-color);
}

.services-card:hover p {
    color: var(--primary-font-color);
}

.services-card:hover path {
    fill: white;
}

.services-card:hover circle {
    fill: white;
}

.services-card:hover .inner-item path, .services-card:hover .inner-item rect{
    fill: black;
}

/* .services-card-container .services-card-red {
    background-color: var(--card-bg-color-red);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
   
} */

/* .services-card-red svg, .services-card-white svg {
    margin-bottom: 2rem;
    transition: all 0.3s ease-in-out;
} */

.services-card-container .title {
    font-size: var(--content-title);
    color: var(--secondary-font-color);
    font-weight: 700;
    line-height: var(--line-height-sm);
    margin-top: 17px;
    /* margin-bottom: 3rem; */

}

.services-card-container button {
    font-size: var(--font-size-sm);
    
}

/* .services-card-container .services-card-red button {
    border: 1px solid var(--primary-font-color);
    background-color: transparent;
    min-width: var(--btn-width-short);
    min-height: var(--btn-height);
    pointer-events: auto;
    transition: all 0.3s ease-in-out;
    color: var(--primary-font-color);
    font-size: var(--btn-font-size);
} */

/* .services-card-red:hover{
    background-color: var(--card-bg-color-white);
    color: var(--secondary-font-color);
}

.services-card-red:hover .title {
    color: var(--secondary-font-color);
    
} */

/* 
.services-card-red button:hover {
    background-color: var(--secondary-font-color);
    color: var(--primary-font-color);
}

.services-card-red:hover svg path {
    fill: var(--secondary-font-color);
} */

/* .services-card-white {
    background-color: var(--card-bg-color-white);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.services-card-white .title {
    color: var(--secondary-font-color);
}

.services-card-white button {
    border: 1px solid var(--secondary-font-color);
    background-color: transparent;
    min-width: var(--btn-width-short);
    min-height: var(--btn-height);
    pointer-events: auto;
    transition: all 0.3s ease-in-out;
    font-size: var(--btn-font-size);
}

.services-card-white:hover {
    background-color: var(--card-bg-color-red);
    color: var(--primary-font-color);
}

.services-card-white button:hover {
    background-color: var(--primary-font-color);
    border-color: var(--primary-font-color);
}

.services-card-white:hover svg {
    fill: var(--primary-font-color);
}

.services-card-white:hover .title {
    color: var(--primary-font-color);
} */

.pitching-section {
    background-color: #FAFAFC;
    color: var(--primary-font-color);
    padding-block: 60px;
}

.pitching-summary .title {
    font-size: var(--section-title);
    font-weight: 700;
}

.pitching-summary p {
    font-size: var(--section-description);
    width: 65%;
    margin-inline: auto;
    font-weight: 300;
    line-height: var(--line-height-md);
    color: var(--secondary-font-color);
}

.pitching-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--secondary-font-color);
    align-items: center;
}

.pitching-card-wrapper {
    display: flex;

}

.pitching-container {
    /* width: 1200px!important;
    margin-inline: auto; */
}

.pitching-details-card {
    padding: 25px 55px;
    text-align: left;
    display: flex;
    gap: 25px;
    width: 42%;
    margin-inline: auto;
}

.pitching-details-card img {
    width: 90px;
}

.pitching-details-card p {
    font-weight: 300;
    font-size: var(--content-description);
    line-height: var(--line-height-md);
}

.pitching-details-card .title {
    font-size: var(--content-title);
    font-weight: 700;
    margin-bottom: 14px;
}


.pitching-details-card ul{
    padding: 0;
    margin: 0;
}

.pitching-details-card ul li {
    font-size: 16px;
    font-weight: 150;
    list-style: inside;
    line-height: 1.2;
}

.hp-contact-section {
    background-image: url("/images/project/map-section-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 60px;
    padding-block: 75px; */
    padding: var(--section-padding);
}

.hp-contact-container {
    display: flex;
    justify-content: space-between;
}

.enquiry {
    max-width: 500px;
}

.enquiry span {
    display: block;
}


.hp-contact-section .enquiry .title {
    font-size: var(--section-title);
    color: var(--primary-font-color);
    font-weight: 700;
    width: 600px!important;
}

.hp-contact-section .enquiry p {
    font-size: var(--content-description);
    color: var(--primary-font-color);
    font-weight: 300;
    width: 539px;
    line-height: var(--line-height-md);
}

.hp-contact-section .email-input {
    position: relative;
}

.hp-contact-section .email-input input {
    width: 100%;
    height: var(--input-box-height);
    padding-left: 15px;
    outline: none;
}

.hp-contact-section .email-input button {
    position: absolute;
    right: 0;
    width: var(--btn-width-short);
    height: var(--input-box-height);
    border: none;
    outline: none;
    background-color: var(--secondary-font-color);
    color: var(--primary-font-color);
    transition: all 0.3s ease-in-out;
}

.hp-contact-section .email-input button:hover {
    background-color: var(--btn-primary-color);
}

.responsive-contact {
    display: none;
    color: var(--secondary-font-color);
}

.responsive-quote {
    display: none;
    color: var(--secondary-font-color);
}

/* End of Homepage Latest Section */

/* Header Section */

.web-menu-bg {
    background-color: #F2F2F2;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.web-menu-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 1300px; */
    margin-inline: auto;
}

.web-menu-items img {
    width: 214px;
}

.kt-container {
    /* padding: 0; */
}

.mobile-menu-section {
    min-width: 100%;
    padding-inline: 0;
    margin-inline: 0;
}

.web-menu-items-container {
    background-color: var(--primary-font-color);
    align-items: center;
    /* padding-inline: 25px; */
    display: flex;
}

.headerMenuDropdownBox.active {
    display: block!important;
    max-height: 100vh!important;

}

.web-menu-nav {
    display: flex;
/*    width: 33%;*/
    /* width: 40%; */
    justify-content: space-between;
}

.headerMenuItem a{
    color: black;
}

.headerMenuSectionInner{
    gap: 20px;
}

.headerMenuItem .menuBtn {
    color: var(--primary-font-color);
    transition: all 0.3s ease-in-out;
    font-weight: 150;
    font-size: var(--content-description);
    font-weight: 500;
    width: fit-content;
	/* min-width: unset; */
	/* margin-right: 30px; */
}

.headerMenuItem .menuBtn.scrolled {
    color: var(--secondary-font-color);
}

.headerMenuDropdown {
    display: flex;
    gap: 10px;
}

.headerMenuItem a:last-child{
    margin-right: 0;
}

.nav-menu-service-dropdown {
    margin-right: 0px !important;
}

.headerMenuItem .menuBtn:hover {
    /* color: var(--secondary-font-color)!important; */
}

#websiteLogo {
    cursor: pointer;
}

.free-quotation-container {
/*    width: 33%;*/
    /* width: 40%; */
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    align-items: center;
}

.contact-sales {
    color: #C10306;
    font-size: 16px;
    /* border: 1px solid #C10306; */
    padding: 5px 15px;
    border-radius: 10px;
    cursor: pointer;
}

.contact-sales a{
    color: #C10306;
    font-size: 16px;
    /* border: 1px solid #C10306; */
    padding: 5px 15px;
    border-radius: 10px;
    cursor: pointer;

}

.free-quotation-container img {
    width: unset;
}

.login-profile-div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.login-profile-div p {
    margin: 0;
    color: var(--primary-font-color);
    font-size: 16px;
}

.headerMenuItem .free-quotation {
    font-weight: 500;
    font-size: 16px;
    color: var(--primary-font-color);
    border: 1px solid var(--primary-font-color);
    background-color: #C10206;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    padding-inline: 15px ;
    text-align: center;
}

.free-quotation a {
    color: var(--primary-font-color);
}

.headerMenuItem .free-quotation:hover {
    color: var(--secondary-font-color);
    border-color: var(--secondary-font-color);
}

.headerBurgerBtn i::before{
    color: black;
}

.kt-container2 {
    width: var(--kt-container-width2)!important;
    margin-inline: auto;
}

.kt-container3 {
    width: var(--kt-container-width)!important;
    margin-inline: auto;
}

.top-menu {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.ipadViewMenu {
    display: none;
}

.tempSol {
    margin-left: -15px;
}

.service-dropdown-container {
    display: inline;
    margin-right: 30px;
}

.dropdown-menu.active {
    display: block !important;
    /* left: 75%; */
    border-radius: 0px 0px 4px 4px !important;
}

.dropdown-item:hover {
    background-color: var(--card-bg-color-red);
    color: var(--card-bg-color-white);
}

.kt-container-menu {
    width: 100% !important;
    margin-inline: auto;
}

.web-menu-logged {
    /* display: none; */
}

.desktop-hidden {
    display: none;
}

/* End of Header Section */

/* Career Page */

.career-email-section p {
    font-size: 20px!important;
}

.main-title-container {
    background-image: url("/images/project/careers-bg-img1.webp");
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    color: var(--primary-font-color);
    display: flex;
    align-items: center;
     /* margin-top: 78px; Use this if got top-menu*/
    /* margin-top: 80px; */
    /* margin-top: 50px */
}

.crm-bg-img {
    background-image: url("/images/project/crm-bg-img1.webp")!important;
}

.exec-bg-img {
    background-image: url("/images/project/exec-bg-img1.webp")!important;
}

.main-title-container .small-font {
    font-size: 20px;
}




.pitching-inner-container {
    /* width: 889px!important; */
}

.pitching-inner-container .title-pitch {
    font-size: 30px!important;
    font-weight: 200;
}

.main-title-container .title, .pitching-inner-container .title {
    font-size: var(--page-title);
    margin-bottom: 0!important;
    font-weight: 700;
}

.vacancies-container .title {
    font-size: var(--font-size-md);
}

.main-title-container p, .career-pitching-container p, .pitching-inner-container p, .career-details p {
    font-size: var(--font-size-sm);
    margin: 0;
    font-weight: 150;
    line-height: 1.2;
}

.small-width-p {
    width: 734px!important;
    margin-inline: auto!important;
}

.career-pitching-container {
    color: var(--secondary-font-color);
    padding: var(--section-padding);
    /* padding-inline: var(--padding-inline-lg); */
}


.pitching-inner-container hr {
    border-top: 2px solid rgba(0,0,0,.1);
    width: 50%;
    margin-bottom: 26px;

}

.pitching-inner-container .career-email a {
    color: var(--card-bg-color-red);
    cursor: pointer;
    font-weight: 700;
    font-size: var(--content-title);
}

.career-pitching-container2 {
    background-image: url("/images/project/career-bg-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 350px; */
    display: flex;
    align-items: center;
    color: var(--primary-font-color);
    padding: var(--section-padding);
}


.pitching-inner-container .title {
    font-size: var(--content-title);
    font-weight: 700;
    width: 902px;
    margin-inline: auto;
}

.pitching-inner-container p {
    font-weight: 300;
    font-size: var(--content-title);
}

.vacancies-container {
    color: var(--secondary-font-color);
    padding: var(--section-padding);
}


/* .small-font-desc p{
    font-size: 16px;
} */

.vacancies-container p {
    font-size: var(--font-size-sm);
    font-weight: 200;
    line-height: 1.2;
}

.vacancies-container p {
    font-weight: 150;
}

.career-details {
    /* background-color: #DEDEDE; */
    padding: var(--section-padding);
    padding-inline: var(--padding-inline-md);
}


.inner-career-details .career-card {
    width: 33%;
    color: var(--secondary-font-color);
}

.inner-vacancies-container span{
    display: block;
}

.career-card-content {
    background-color: var(--primary-font-color);
    /* margin-bottom: 20px; */
    min-height: 240px;
    padding: 40px;
    display: flex;
    gap: 30px;
    /* padding-bottom: 0; */
    border-radius: var(--border-radius-lg) var(--border-radius-lg) 0px 0px;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1), /* Right shadow */
               -4px 0 8px rgba(0, 0, 0, 0.1); /* Left shadow */
    padding-bottom: 20px;
}

.inner-career-details {
    width: 1150px!important;
}

.view-job {
    margin-bottom: 20px;
    background-color: #FAFAFC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 0px 0px var(--border-radius-lg) var(--border-radius-lg);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), /* Right shadow */
               -4px 4px 8px rgba(0, 0, 0, 0.1), /* Left shadow */
               0 4px 8px rgba(0, 0, 0, 0.1);   /* Bottom shadow */
}

.view-job a {
    color: #CC0000;
    font-size: 16px;
}

.view-job p {
    font-size: var(--content-description);
    font-weight: 300;
    color: var(--secondary-font-color);
}


.career-card-content a {
    color: var(--card-bg-color-red);
    font-size: var(--font-size-sm);
}

.career-card-content .title  {
    font-size: var(--content-title);
    font-weight: 700;
    margin-bottom: 20px;
}

.career-card-content p {
    font-weight: 300;
    color: var(--secondary-font-color);
    font-size: var(--content-description);
    line-height: var(--line-height-md);
}

.career-card-content img {
    width: 90px;
}
/* End of Career Page */

/* Career Software Page */

.career-details-section p {
    margin-bottom: 0;
}

.career-detail-bg-img-container {
    background-image: url("/images/project/software-bg-img1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* margin-top: 78px; Use this if got top-menu*/
    /* margin-top: 50px; */
    color: var(--primary-font-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.career-detail-bg-img-container .title {
    font-size: var(--page-title);
    margin-bottom: 0 !important;
    font-weight:700;
}

.career-detail-bg-img-container p {
    font-size: var(--font-size-sm);
    font-weight: 150;
}

.career-details-content .title {
    font-size: var(--content-title);
    color: var(--secondary-font-color);
    font-weight: 700;
    margin-bottom: 10px;
}

.career-details-content p {
    font-size: var(--content-description);
    color: #383434;
    font-weight: 300;
    line-height: var(--line-height-md);
}

.career-details-content ul {
    padding-left: 0px;  
    color: var(--secondary-font-color);
    margin: 0;
    font-size: var(--font-size-sm);
}

.career-details-content ul li {
    font-weight: 300;
    list-style: inside;
    font-size: var(--content-description);
    color: #383434;
    line-height: 1.8;
}

.career-details-content {
    /* background-color: #DEDEDE; */
    display: flex;
    /* width: 1200px!important; */
    
}

.career-details-container {
    background: #DEDEDE;
}

.objective-section, .job-wrapper {
    background-color: var(--primary-font-color);
    padding:40px;
    /* width: 1200px!important; */
    border-radius: var(--border-radius-lg);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), /* Right shadow */
               -4px 4px 8px rgba(0, 0, 0, 0.1), /* Left shadow */
               0 4px 8px rgba(0, 0, 0, 0.1);   /* Bottom shadow */
}


.submit-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: var(--secondary-font-color);
    background-color: var(--primary-font-color);
    height: 390px;
    border-radius: var(--border-radius-lg);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), /* Right shadow */
               -4px 4px 8px rgba(0, 0, 0, 0.1), /* Left shadow */
               0 4px 8px rgba(0, 0, 0, 0.1);   /* Bottom shadow */
    flex: 1;
}

.objective-wrapper {
    flex: 2.5;
}

.submit-section-wrapper {
    text-align: center;
}

.submit-section-wrapper img {
    margin-bottom: 18px;
    width: 65px;
}

.submit-container .kt-container2 {
    width: 1200px!important;
}

.submit-section p {
    font-size: var(--content-description);
    /* width: 900px; */
    font-weight: 300;
    text-align: center;
}


.submit-button button {
    border: none;
    border: none;
    background-color: #72CC38;
    color: var(--primary-font-color);
    padding:10px 55px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: var(--section-description);
    font-weight: 700;
}

.submit-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.back-career {
    color: var(--secondary-font-color);
    text-align: center;
    text-decoration: underline;
    font-size: var(--content-description);
    font-weight: 700;
}



/* End of Career Software Page */

/* Contact Us Page */
.contactUs-section1{
    background-image: url("/images/project/contactUs-Sec1-Bg1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* margin-top: 78px; Use this if got top-menu*/
    /* margin-top: 50px; */
    color: var(--primary-font-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.note-text {
    font-size: var(--content-description);
    color: #7C7C7C;
    font-weight: 500;
}

.contactUs-body-container {
    min-height: 100vh;
}

.contactUs-section1 .title {
    font-size: var(--page-title);
    font-weight: 700;
}


.contactUs-bg-img-container span {
    display: block;
}

.contactUs-section1 p {
    font-size: var(--font-size-md);
    font-weight: 100;
    line-height: 1.2;
}

.contactUs-section2{
    height: max-content;
    display: flex;
    /* width: 1200px!important; */
}

.contactUs-input-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contactUs-input-container label {
    padding-left: 0;
    font-size: var(--content-description);
    color: var(--secondary-font-color);
    font-weight: 500;
}

.contactUs-input{
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-left: 20px;
    border-radius: var(--button-border-radius);
    border: 1px solid #DEDEDE;
}

.contactUs-input::placeholder{
    color: #757575;
    font-weight: 150;
}

.contactUs-textarea-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contactUs-textarea-container label {
    padding-left: 0;
    font-size: 16px;
    color: var(--secondary-font-color);
    font-weight: bold;
}

.contactUs-textarea{
    width: 100%;
    height: 150px;
    padding: 10px;
    padding-left: 20px;
    resize: none;
    border-radius: var(--button-border-radius);
    border: 1px solid #DEDEDE;
}

.contactUs-textarea::placeholder{
    font-weight: 150;
    color: #757575;
}

.contactUs-input-container button{
    border: none;
    outline: none;
    color: var(--primary-font-color);
    background-color: var(--btn-primary-color);
    height: 45px;
    transition: all 0.3s ease-in-out;
    font-size: var(--section-description);
    border-radius: var(--button-border-radius);
    font-weight: 700;

}

/* .contactUs-input-container button::before{
    content: 'Submit Now';
} */


.contactUs-input-container button:hover{
    background-color: #e8e8eb;
    color: #000;

}
/* .contactUs-input-container button:hover::before{
    content: 'Enquire Now';
} */

.contactUsSuccess-modal{
    margin-top:10px; 
    padding-right: 0px;
    height: 100vh;
    align-items: center;
    display: flex;
}
.contactUsSuccess-modal .modal-header{
    background-image: unset !important;
} 

.contactUsSuccess-modal .modal-content .modal-header .close:hover{
    color: #000;
}

#contactUsSuccessModal .modal-content {
    min-width: 120%;
}

.contactUsModalCloseBtn{
    border: none;
    outline: none;
    color: var(--secondary-font-color);
    background-color: #C10306 !important;
    width: 120px;
    height: 35px;
    transition: all 0.3s ease-in-out;
    font-size: var(--section-description);
    border-radius: var(--button-border-radius);
    margin-bottom: 20px;
    font-weight: 300;
}

/* .menuBtn:hover, .menuBtn.active{
    color: black !important;
} */

.menuBtn:hover, .menuBtn.active {
    /* color: var(--primary-font-color)!important; */
}

#contactUsContent{
    height: 70%;
    display: flex;
    justify-content: center;
}

#contactUsIcon{
    width: 60px;
    /* height: 100px; */

}

#contactUsContent2{
    display: flex;
    justify-content: center;
    font-weight: 700;
    color: #000;
    font-size: var(--content-title);
}
#contactUsContent3{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: var(--content-description);
}

.map-section, .enquiry-section {
    flex: 1;
}

.map-section {
    margin-right: 50px;
}

.location, .email-address {
    display:flex;
    gap: 20px;
    color: var(--secondary-font-color);
}

.location img, .email-address img {
    height: 50px;
}

.location p, .email-address p {
    font-size: var(--content-description);
    font-weight: 300;
    line-height: var(--default-line-height);
    margin: 0;
}

.location .title, .email-address .title {
    font-size: var(--content-title);
    font-weight: 700;
    margin-bottom: 10px;
}

.location span {
    display: block;
}


/* End of Contact Us */

.homepage-contactUsBtn{

    border: none;
    outline: none;
    border-radius: var(--button-border-radius);
    color: var(--secondary-font-color);
    background-color: #fff;
    width: var(--btn-width-long);
    height: var(--btn-height);
    transition: all 0.3s ease-in-out;
    font-size: var(--section-description);
    font-weight: 700;

}

.homepage-contactUsBtn:hover{
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: var(--btn-primary-color);  
    color: var(--primary-font-color);
}

#contactUsSuccessModal{
    height: unset;
}
.contactUs-error-container{
    justify-content: flex-start!important;
}

/* Website Design and Development Services Page */

.service-bg-img {
    background-image: url(/images/project/Webpage-design-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    color: var(--primary-font-color);
    /* margin-top: 53px; */
    background-size: cover;
    display: flex;
    align-items: center;
    line-height: 1.2;
    /* padding-block: 100px; */
    justify-content: center;
}
/* Pseudo-element to create the dark overlay */
.service-bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: rgba(0, 0, 0, 0.3); /* Adjust the opacity (0.5) as needed */
    z-index: 1; /* Make sure the overlay is above the background image */
}

.service-bg-img > * {
    position: relative;
    z-index: 2; /* Make sure the content is above the overlay */
}

.service-bg-img .title {
    font-size: var(--page-title);
    font-weight: 700;
}

.service-bg-img p {
    margin: 0;
    font-size: 20px;
    font-weight: 100;
}

.conversion-design {
    /* width: 1700px;
    margin-inline: auto; */
    padding-block: 60px;
}

.social-media-description {
    /* width: 1200px!important; */
}

.conversion-design .title {
    color: var(--secondary-font-color);
    font-weight: 700;
    font-size: var(--section-title);
    line-height: 1.2;
}

.conversion-design p {
    color: var(--secondary-font-color);
    font-weight: 150;
    line-height: var(--line-height-md);
    font-size: var(--font-size-sm);
}


.service-pitching-section2 {
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding-block: 25px;
}

.service-pitching-section {
    padding: var(--section-padding);
}

.service-pitching-section .title {
    color: var(--secondary-font-color);
    font-weight: 700;
    font-size: var(--section-title);
    line-height: 1.2;
    text-align: center;
}
.service-pitching-section p {
    color: var(--secondary-font-color);
    font-weight: 150;
    line-height: var(--default-line-height);
    font-size: var(--font-size-md);
    margin: 0;
}

.service-pitching-section .text-desc {
    padding-left: 50px;
}

.service-type .title {
    color: var(--secondary-font-color);
    font-weight: 700;
    font-size: var(--section-title);
    line-height: 1.2;
}

.service-type .title2{
    font-size: var(--card-title);
    font-weight: 700;
    line-height: var(--line-height-xs);
    margin-bottom: 10px;
}

.service-type .title2:hover {
    color: #CC0000;
}

.service-type p {
    color: var(--secondary-font-color);
    font-weight: 150;
    line-height: var(--line-height-md);
    font-size: var(--font-size-sm);
    margin: 0;
}

.service-card {
    display: flex;
    justify-content: space-between;
}

.service-card-1, .service-card-2, .service-card-3 {
    display: flex;
    gap: 10px;
    width: 30%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: var(--primary-font-color);
    border-radius: var(--border-radius-lg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 50px 20px;
    justify-content: center;
}

.service-card-2 {
    margin-top: 50px;
    margin-bottom: -100px;
}


.service-card img:hover {
    transform: scale(1.05);
}

.service-type {
    /* width: 1700px;
    margin-inline: auto; */
    padding-block: 100px;
    padding-top: 0;
}

.service-type .top-section {
    margin-bottom: 70px;
}

.service-bg-2 {
    background-image: url(/images/project/website-bg-img-2.png);
    background-position: center;
    background-repeat: no-repeat;
    color: var(--primary-font-color);
    background-size: cover;
    padding: 100px;
    transition: transform 0.3s ease-in-out;
}

.service-bg-2:hover {
    transform: scale(1.05);
}

.service-bg-2 .title {
    font-size: 30px;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
    width: 500px;
}

.service-bg-2 p {
    font-size: var(--font-size-md);
    line-height: 1.2;
    margin: 0;
    font-weight: 100;
}

.width-container {
    /* width: 1100px;
    margin-inline: auto; */
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    justify-content: center;
}

.width-container img {
    width: 350px;
}

.last-section-container {
    text-align: center;
    color: var(--secondary-font-color);
    padding-inline: 95px;
}

.last-section-container a button {
    margin-top: 20px;
    border: none;
    outline: none;
    color: var(--primary-font-color);
    background-color: var(--btn-primary-color);
    border-radius: var(--button-border-radius);
    padding: 10px 30px;
    font-size: var(--section-description);
    font-weight: 700;
}

.service-container {
    /* width: 1100px;
    margin-inline: auto; */
    margin-bottom: 80px;
    padding: var(--section-padding);
    padding-bottom: 0;
}

/* .service-container img:hover {
    transform: scale(1.05);
} */

/* End of Website Design and Development Services Page */

/* Content Marketing */

.content-bg-img {
    background-image: url(/images/project/content-bg-img-1-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    color: var(--primary-font-color);
    /* margin-top: 53px; */
    background-size: cover;
    display: flex;
    align-items: center;
    line-height: 1.2;
    /* padding-block: 100px; */
    justify-content: center;
}

.content-bg-img .title {
    font-size: var(--page-title);
    font-weight: 700;
}

.content-bg-img p {
    margin: 0;
    font-size: 20px;
    font-weight: 100;
}


.content-bg-2 {
    background-image: url(/images/project/content-bg-img-2.png);
    background-position: center;
    background-repeat: no-repeat;
    color: var(--primary-font-color);
    background-size: cover;
    padding: 100px;
    transition: transform 0.3s ease-in-out;
}

.content-bg-2:hover {
    transform: scale(1.05);
}

.content-bg-2 .title {
    font-size: 30px;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
    width: 700px;
}

.content-bg-2 p {
    font-size: var(--font-size-md);
    line-height: 1.2;
    margin: 0;
    font-weight: 100;
}

.content-marketing-stepper img {
    height: 300px!important;
}


/* End of Content Marketing */

/* PPC */

.ppc-bg-img {
    background-image: url(/images/project/ppc-bg-img1.webp);
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    color: var(--primary-font-color);
    /* margin-top: 53px; */
    background-size: cover;
    display: flex;
    align-items: center;
    line-height: 1.2;
    /* padding-block: 100px; */
    justify-content: center;
}

.ppc-bg-img .title {
    font-size: var(--page-title);
    font-weight: 700;
}

.ppc-bg-img p {
    margin: 0;
    font-size: 20px;
    font-weight: 100;
}

.ppc-bg-2 {
    background-image: url(/images/project/ppc-bg-img-2.png);
    background-position: center;
    background-repeat: no-repeat;
    color: var(--primary-font-color);
    background-size: cover;
    padding: 100px;
    transition: transform 0.3s ease-in-out;
}

.ppc-bg-2:hover{
    transform: scale(1.05);
}

.ppc-bg-2 .title {
    font-size: 30px;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
    width: 500px;
}

.ppc-bg-2 p {
    font-size: var(--font-size-md);
    line-height: 1.2;
    margin: 0;
    font-weight: 100;
}
/* End of PPC */

/* Social Media Management */

.social-bg-img {
    background-image: url(/images/project/social-bg-img1.webp);
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    color: var(--primary-font-color);
    /* margin-top: 39px; */
    background-size: cover;
    display: flex;
    align-items: center;
    line-height: 1.2;
    /* padding-block: 100px; */
    justify-content: center;
}

.social-bg-img .title {
    font-size: var(--page-title);
    font-weight: 700;
}

.social-bg-img span {
    display: block;
}

.social-bg-img p {
    margin: 0;
    font-size: 20px;
    font-weight: 100;
}

.social-bg-2 {
    background-image: url(/images/project/social-bg-img-2.png);
    background-position: center;
    background-repeat: no-repeat;
    color: var(--primary-font-color);
    background-size: cover;
    padding: 100px;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

.social-bg-2:hover {
    transform: scale(1.05);
}

.social-bg-2 .title {
    font-size: 30px;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
    width: 500px;
}

.social-bg-2 p {
    font-size: var(--font-size-md);
    line-height: 1.2;
    margin: 0;
    font-weight: 100;
}


/* End of Social Media Management */

/* SEO */

.main-bg-container {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFECEC 100%)
}

.seo-bg-img {
    background-image: url(/images/project/seo-bg-img-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    color: var(--primary-font-color);
    /* margin-top: 53px; */
    background-size: cover;
    display: flex;
    align-items: center;
    line-height: 1.2;
    /* padding-block: 100px; */
    /* padding-bottom: 40px; */
    justify-content: center;
   
}

.seo-bg-img .title {
    font-size: var(--page-title);
    font-weight: 700;
}

.seo-bg-img span {
    display: block;
}

.seo-bg-img p {
    margin: 0;
    font-size: 20px;
    font-weight: 100;
}

.seo-bg-2 {
    padding-top: 170px;
    padding-inline: var(--padding-inline);
}

.seo-bg-2 .title {
    font-size: var(--section-title);
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
    /* width: 500px; */
}

.seo-bg-2 p {
    font-size: var(--section-description);
    line-height: var(--line-height-md);
    margin: 0;
    font-weight: 300;
}


.service-container p {
    margin: 0;
    font-weight: 300;
    font-size: var(--section-description);
}

.service-container img {
    /* width: 300px; */
    height: 500px;
    margin-right: 80px;
}

.ppc-new-img-size img{
    height: 400px;
}

.service-container span {
    color: var(--btn-primary-color);
}

.service-pitching-section span {
    color: var(--btn-primary-color);
}

.text-desc-stepper {
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.stepper-content {
    position: relative;
    padding-bottom: 50px;
    width: 100%;
    padding-left: 100px;
    border-left:3px solid #D5D5D5;
}

.text-desc-stepper li:last-child {
    border-left: none;
    padding-bottom: 0;
}

.stepper-content::after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, white 35%, var(--btn-primary-color) 20%);
    top: 0;
    left: 0;
    transform: translateX(-50%);
}

.list-title {
    font-weight: 700!important;
    font-size: var(--content-title)!important;
    margin-bottom: 10px!important;
}

.list-desc {
    font-size: var(--content-description)!important;
    font-weight: 300;
}

.service-card .service-card-seo img {
    margin-right: 0;
    width: 100px;
    margin-bottom: 20px;
    height: unset;
}

/* End of SEO */

/* Login */

.loginPage {
    min-height: 100vh;
}

.login-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loginPage {
    /* background: linear-gradient(180deg, #D90000 0%, #6D0000 100%); */
}

.login-container {
    padding-inline: 100px;
    /* background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 10px; */
}

.login-container .loginTitle {
    font-size: var(--action-title);
    font-weight: 700    ;
    color: var(--secondary-font-color);
    /* padding: 30px; */
    padding-bottom: 0;
    margin-bottom: 6px;
}

.login-container .login-text {
    color: #797979;
    font-size: var(--content-description);
    font-weight: 300;
    line-height: var(--line-height-sm);
    margin-bottom: 10px;
    /* padding-inline: 30px; */
}

.input-wrapper input:focus {
    border-color: black;
}

.input-wrapper div {
    /* padding-inline: 30px; */
    font-weight: 300;
    font-size: var(--content-description);
}

.invalid-feedback {
    padding-inline: 0!important;
}

.exclude-wrapper {
    padding-inline: 0!important;
}

.input-wrapper input::placeholder {
    font-size: var(--content-description);
    color: #222222;
    font-weight: 300;
}

.sign-in-btn button, .google-login-btn button {
    outline: none;
    border: none;
    padding: 9px 15px;
    border-radius: var(--button-border-radius);
    font-weight: 300;
    font-size: var(--content-description);
}

.form-control {
    border-radius: var(--border-radius-md);
}

.select2-container--default .select2-selection--single {
    border-radius: var(--border-radius-md);
}

.sign-in-btn button {
    background-color: var(--btn-primary-color);
    color: var(--primary-font-color);
    font-size: var(--content-description);
    font-weight: 300;
}

.google-login-btn button {
    background-color: var(--primary-font-color);
    border: 1px solid #E8E8E8;
    font-size: var(--content-description);
    font-weight: 300;
}

.google-login-btn img {
    margin-right: 10px;
    width: 20px;
}

.sign-up-redirect {
    background: #F7F7F7;
    /* border: 1px solid #E8E8E8;
    border-radius: 0 0 10px 10px; */
    padding-block: 20px;
    color: var(--secondary-font-color);
}

.forgotPassword-redirect {
    /* margin-top: 130px!important; */
    display: flex;
    /* justify-content: space-between; */
}

.resend-verification {
    color: var(--btn-primary-color);
    cursor: pointer;
}

.sign-up-redirect a {
    color: var(--btn-primary-color);
}

.mobile-login-container {
    /* margin-block: 20px!important; */
}

.main-flex-container {
    /* padding-block: 20px; */
    /* margin-top: 50px; */
}

.login-container-wrapper {
    /* margin-bottom: 100px; */
    /* margin-block: 100px; */
    /* margin-top: 150px; */
}

.sign-up-forgot div {
    padding-inline: 0;
    font-weight: 300;
    font-size: var(--content-description);
}

.password-input-wrapper {
    position: relative;
}

.password-input-wrapper #revealPasswordBtn {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-60px,50%);
    border: none;
    background-color: transparent;
}

.input-wrapper .form-control.is-invalid~.invalid-feedback {
    padding-inline: 0;
}

.popup-forgotPW {
    color: var(--btn-primary-color);
    text-decoration: underline;

}

/* End of Login */

/* Register  */

.check-box-container {
    display: flex;
    align-items: flex-start;
    color: var(--secondary-font-color);
    font-weight: 150;
}

.check-box-container span {
    line-height: var(--line-height-xs);
    font-weight: 300;
    font-size: var(--content-description);
}

.check-box-container a {
    line-height: 1.2;
    color: var(--btn-primary-color);
}

.check-box-container a:hover {
    text-decoration: underline!important;
}

#checkBox {
    width: unset;
    height: unset;
    margin-right: 10px;
}

.reveal-btn {
    position: relative;
}

.reveal-btn button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: transparent;
    transform: translate(-320%, 50%);
}

.industry-list-container .select2-container {
    width: 100%!important;
}

.industry-list-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: calc(1.5em + 1.3rem + 7px)!important;
    font-size: 15px;
    color: #495057;
    display: flex;
    align-items: center;
}

.select2-results__options {
    color: var(--secondary-font-color);
}

.industry-list-container .select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 16px;
    color: #222222;
    font-weight: 150;
}


/* End of Register */

/* Forgot Password */

.resetPasswordPage {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFAEAE 100%);
}

/* End of Forgot Password */

/* Show Message Modal */

#canvasMessage .modal-header {
    background: var(--btn-primary-color)!important;
}

.modal-footer {
    justify-content: center;
}

.btn.btn-default:hover {
    background: white;
    color: var(--secondary-font-color);
    border: 1px solid var(--btn-primary-color);
}

.modal .modal-content .modal-header .close:hover {
    color: var(--secondary-font-color);
}

/* End of Show Message Modal */

/* Logged In Side Bar */

.sideBar {
    margin-top: 14px;
}

.sideBarText {
    color: var(--secondary-font-color);
}

.sideBarText img{
    object-fit: contain;
    width: 20px;
    max-width: 20px;
    margin-right: 10px !important;
}

.sideBarItem {
    padding: 1.3rem!important;
}

.firstSideBarItem {
    /* padding-top: 2.6rem!important; */
    margin-top: 2.6rem!important;
}

.campaign-dropdown-menu.active {
    display: unset!important;
}

.profile-dropdown-menu.active {
    display: unset!important;
}

.logged-in-sidebar {
    right: -60px!important;
}
/* End of Logged In Side Bar */

/* Dashboard */

.dashboard-content p {
    margin: 0;
}

.dashboard-header p {
    font-size: var(--font-size-md);
    margin: 0;
    color: var(--secondary-font-color);
    font-weight: bold;
}


.dashboard-header .title {
    font-size: var(--main-title-font-size);
    line-height: 1;
    margin-bottom: var(--header-title-spacing)
}

.dashboard-summary{
    padding-bottom: var(--section-title-spacing);
}

.summary-items {
    background: var(--primary-font-color);
    padding: 15px;
    border-radius: var(--default-border-radius);
    color: var(--secondary-font-color);
    transition: transform 0.3s ease;
}

.summary-items:hover {
    transform: scale(1.05);
}

.summary-items p {
    margin: 0;
    line-height: 1;
}

.summary-items img {
    width: 50px;
}

.summary-items .description {
    font-weight: bold;
    font-size: var(--font-size-md);
}

.summary-items .title {
    font-weight: 150;
    margin-bottom: 5px;
}

.dashboard-content .section-title {
    color: var(--secondary-font-color)!important;
    font-size: var(--font-size-md)!important;
    margin-block: 0!important;
    padding-bottom: var(--section-title-spacing);
}

.google-filter .input-group {
    width: unset!important;
}

.google-filter .select2-container {
    width: 100%!important;
}
.google-filter .select2-container--default .select2-selection--single, .google-filter .input-daterange input {
    height: 30px;
    border: none;
    background: transparent;
    font-size: 13px;
}

.google-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
}

.google-filter .input-daterange input {
    width: 150px;
    text-align: center;
}

.google-filter .input-daterange .input-group-addon {
    text-align: center;
}

.filter-title {
    color: var(--secondary-font-color);
    font-weight: 150;
}

.google-graph {
    background: var(--primary-font-color);
    border-radius:10px;
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
    margin-bottom: 28px;
}

.google-dashboard {
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    border-radius: 20px; 
}

hr {
    margin-block: 2.2rem;
}

.graph-body {
    padding: var(--content-container-spacing);
    border-radius: 0 0 10px 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.google-graph .graph-title img {
    width: 30px;
}

.graph-title {
    background-color: #F8F9FA;
    padding: var(--content-container-spacing);
    border-radius: 10px 10px 0 0;
}

.google-graph .graph-title p {
    font-size: var(--font-size-md);
    color: var(--secondary-font-color);
    font-weight: 200;
}

.google-graph .graph-header p {
    color: var(--secondary-font-color);
    font-weight: bold;
}

.google-graph .graph-header .header-status, .google-graph .graph-header .header-budget, .google-graph .graph-header .header-objective, .google-graph .graph-header .header-schedule {
    font-size: var(--font-size-md);
    font-weight: bold;
}

.header-status.isactive {
    color: #35D926!important;
}

.header-status.isended {
    color: var(--btn-primary-color)!important;
}
.header-status.ispaused {
    color: brown!important;
}
.header-status.isscheduled {
    color: lightskyblue!important;
}

.header-status.isinactive {
    color: var(--btn-primary-color)!important;
}

#card-listing-container {
    display: none;
}

.google-result .table thead th {
    width: 200px;
}

.search-term-results {
    color: var(--secondary-font-color);
}

.searches-description {
    font-weight: 150;
    font-size: var(--font-size-xs);
}

.searches-title, .words-title {
    font-weight: bold;
    font-size: var(--font-size-xs);
    padding: 10px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.searches-title.active, .words-title.active {
    background: #F8F9FA;
}

.searches-element, .words-element {
    background-color: #F8F9FA;
    padding: 10px;
}

.words-element.active, .searches-element.active {
    background-color: #F8F9FA;
}

.searches-element span, .words-element span {
    border: 1px solid #B4D2FF;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    white-space: pre;
    display: inline-block;
}


.search-button {
    display: flex;
    justify-content: flex-end;
}

.search-button .reset {
    background-color: var(--primary-font-color);
    border: 1px solid var(--input--border-color);
    border-radius: var(--button-border-radius);
    color: var(--secondary-font-color);
}

.search-section {
    margin-bottom: calc(var(--section-padding)*0.5);
}

.search-section button{
    border: none;
    outline: none;
    margin-inline: 10px;
    background: var(--btn-primary-color);
    border-radius: var(--button-border-radius);
    color: var(--primary-font-color);
    width: var(--button-default-width);
    padding-block: 5px;
}

.sideBarContent {
    /* margin-top: 53px */
}

.dashboard-content {
    padding: 50px 25px;
    transition: transform 0.8s ease-in-out;
}

.dashboard-content.centered {
    transform: translateX(-100px);
}

.daterangepicker{
    transition: transform 0.8s ease-in-out;
    right: auto;
}

.daterangepicker.centered{
    transform: translateX(-100px);
}

.summaryPlatform {
    /* width: 30%; */
    font-size: 15px;
}

.summaryPlatform .select2-container {
    width: 100%!important;
}

.invi-bg-input {
    border: none;
    background: transparent;
}

.width-input input {
    width: 150px;
}

.ads-select-container {
    pointer-events: none;
}

.mid-width-container {
    width: 80%;
}

.small-width-container {
    width: 30%;
}

.inputDesign{
    width: 250px;
    text-align: center;
    margin-right: 4%;
}

.input-platform{
    font-weight: bolder;
    min-width: 113px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000; /* Change this to your desired default color */
}

.select2-container--default .select2-selection--single .select2-selection__rendered.placeholder-active {
    color: #999;
}

.hidden-date {
    display: none !important;
}

.summaryDateContainer .select2-container {
    width: 100%!important;
}

.activity-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: var(--section-title-spacing);
}

.activity-card {
    flex: 1 1 calc(50% - 20px);
    background: linear-gradient(135deg, #7b2ff7, #f107a3);
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.activity-card:hover {
    transform: scale(1.05);
}

.activity-icon {
    flex: 0 0 50px;
}

.activity-icon img {
    /* max-width: 100%;
    height: auto; */
    object-fit: contain;
    height: 100px;
    margin-left: 20px;
}

.activity-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-right: 7%;
}

.activity-number {
    font-size: var(--font-size-lg);
    margin: 0;
    font-weight: bold;
}

.activity-text {
    font-size: var(--font-size-sm);
    margin: 0;
    font-weight: bold;
}

.activity-card:nth-child(1) {
    background: transparent linear-gradient(90deg, #8B1CB0 0%, #9D1378 100%) 0% 0% no-repeat padding-box;
}

.activity-card:nth-child(2) {
    background: transparent linear-gradient(90deg, #9C147B 0%, #BC0416 100%) 0% 0% no-repeat padding-box;
}

.activity-card:nth-child(3) {
    background: transparent linear-gradient(90deg, #C00006 0%, #660002 100%) 0% 0% no-repeat padding-box;
}

.chart-container {
    margin-top: 40px;
    width: 100%;
    padding-bottom: var(--section-title-spacing);
}

.ad-performance-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 40px;
}

.ad-performance-card {
    flex: 1 1 calc(50% - 20px);
    background: var(--primary-font-color);
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease;
}

.ad-performance-card:hover {
    transform: scale(1.05);
}

.ad-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: black;
    font-size: var(--font-size-sm);
}

.ad-header img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.ad-body {
    display: flex;
    flex-wrap: wrap;
}

.ad-stat-title{
    font-size: var(--font-size-xs);
    font-weight: lighter;
    color: black;
}

.ad-stat {
    font-size: var(--font-size-md);
    font-weight: bolder;
    color: black;
}

.facebook { border-top: 4px solid #3b5998; }
.google { border-top: 4px solid #34a853; }
.x-ads { border-top: 4px solid #000; }
.xiao-hong-shu { border-top: 4px solid #de3423; }

/* End of Dashboard */

/* Reset Password */

.resetNewPassword, .confirmResetNewPassword {
    position: relative;
}

.resetNewPassword button, .confirmResetNewPassword button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    transform: translate(-260%, 45%);
}

#canvasYesBtn {
    background: var(--primary-font-color);
    color: var(--secondary-font-color);
    border: 1px solid var(--input--border-color);
}

/* End of Reset Password */

/* Our Team */

.team-details-section {
    /* margin-top: 84px; */
    /* padding-top: 20px; */
    padding-block: var(--section-padding);
}

.team-details-section p { 
    margin-bottom: 0;
}

.team-details-wrapper {
    display: flex;
    align-items: center;
    width: 1200px;
    margin-inline: auto;
    padding: var(--section-padding);
}

.team-section .title p {
    color: var(--secondary-font-color);
    font-size: var(--section-title);
    font-weight: 700;
}

.team-section p {
    color: var(--secondary-font-color);
    font-size: var(--section-description);
    font-weight: 300;
}

.team-image-section {
    background-image: url("/images/project/team-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 150px;
    width: 1200px;
    margin-inline: auto;
    position: relative;
    margin-block: 35px;
    flex: 1;
}

/* .image-container {
    position: relative;
    width: 1200px;
    margin-inline: auto;
} */

.team-image-section #hanyao {
    width: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-65%, 38%);
}
.team-image-section #yihong, .team-image-section #danny {
    width: 120px;
}

.team-image-section #mike, .team-image-section #susan, .team-image-section #karen, .team-image-section #stanley {
    width: 120px;
}

.team-image-section img:hover{
    border: 1px solid var(--btn-primary-color);
    cursor: pointer;
    border-radius: 50%;
}

.team-image-section #jinglun {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-50%, -120%);
}

.team-image-section #yihong {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(180%, 36%);
}

.team-image-section #danny {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 35%);
}

.team-image-section #mike {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-100%, 70%);
}

.team-image-section #susan {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-14%,-98%);
}

.team-image-section #stanley {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-40%,-33%);
}

/* #karen {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(60%, 23%);
} */

.team-bg {
    /* width: 1200px;
    margin-inline: auto; */
    flex: 1;
}

.team-bg p {
    margin-bottom: 0;
}

.team-detail-container {
    margin-bottom: 50px;
    display: none;
}

.team-detail-container.active {
    display: block;
}

.team-bg .name-title p {
    color: var(--secondary-font-color);
    font-size: var(--font-size-lg);
    font-weight: bold;
    line-height: 1;
}

.team-bg .team-position p {
    color: #8D8D8D;
    font-size: var(--font-size-md);
    font-weight: bold;
    margin-bottom: 10px;
}

.team-bg .team-description p {
    color: #8D8D8D;
    font-size: var(--font-size-sm);
    font-weight: 150;
}
/* End of Our Team */

/* Profile */

.profile-content, .package-content, .view-package-content, .confirm-purchase-content {
    padding: 50px 25px;
}

.profile-content p {
    margin-bottom: 0.5rem;
    color: var(--secondary-font-color);
}

.user-profile-wrapper img {
    width: 90px;
}

.user-project-wrapper img {
    width: 60px;
}

.profile-content .user-details-container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: var(--default-border-radius);
}

.user-project-wrapper {
    background-color: #F8F9FA;
    border-radius: var(--default-border-radius);
}

.user-profile-wrapper {
    background-color: var(--primary-font-color);
    padding: 20px;
    border-radius: var(--default-border-radius);
    justify-content: space-between;
}

.project-wrapper {
    border-right: 2px solid #00000029;
}

.project-wrapper, .campaign-wrapper {
    margin-block: 20px;
    padding-inline: 20px;
}

.profile-content #userName, .profile-content #userEmail, .profile-content #userNumber {
    font-size: var(--font-size-xs);
}

.profile-content #userEmail, .profile-content #userNumber {
    font-weight: 150;
}

.profile-content .user-project-wrapper #project, .profile-content .user-project-wrapper #campaign {
    font-size: var(--font-size-md);
} 

.user-profile-details {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: var(--default-border-radius);
    padding: 20px;
}

.user-profile-details .title {
    font-size: var(--font-size-md);
    color: var(--secondary-font-color);
    font-weight: bold;
}

.user-profile-details .profile-label {
    color: #222222;
    font-weight: 150;
}
/* 
#userProfileImage {
    background-image: url("/images/project/ppc-icon-1-2.png");
    background-size: cover;
    background-position: center;
} */

.user-profile-details input {
    padding: 8px;
    border: 1px solid var(--input--border-color);
    border-radius: var(--button-border-radius);
}

.user-profile-details button {
    background-color: var(--btn-primary-color);
    border-radius: var(--button-border-radius);
    color: var(--primary-font-color);
    border: none;
    padding: 10px;
}

.user-profile-details .login-form-password-btn {
    background-color: unset;
    padding: unset;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-170%, 43%);
}

.user-profile-details .password-input-wrapper {
    position: relative;
}

.upload-image-container {
    position: relative;
}

.profile-edit-icon {
    /* background: black; */
    width: 20px!important;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(60%);
}
/* End of Profile  */

.modalBodyFont {
    text-align: center;
}

/* Package */

/* .filter-section {
    background-color: var(--primary-font-color);
    padding: 20px;
    border-radius: var(--default-border-radius);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.filter-section p {
    margin-bottom: 0;
}

.filter-section .title {
    color: var(--secondary-font-color);
    font-weight: bold;
    font-size: var(--font-size-md);
}


.listing-padding {
    padding: 20px;
    background-color: var(--primary-font-color);
} */

.reset-btn {
    width: var(--button-default-width);
    border: 1px solid var(--secondary-font-color);
    margin-left: 10px;
    border-radius: var(--button-border-radius);
}

.search-btn-section button {
    border: none;
    background: transparent;
    padding-block: 5px;
    
}

.search-btn-section img {
    width: 15px;
}

.search-btn {
    background-color: var(--btn-primary-color);
    width: var(--button-default-width);
    border: 1px solid var(--btn-primary-color);
    margin-inline: 10px;
    border-radius: var(--button-border-radius);
    color: var(--primary-font-color);
}

.search-btn button {
    color: var(--primary-font-color);
}

.package-content p {
    margin-bottom: 0;
    color: var(--secondary-font-color);
    font-weight: 150;
}

.package-content .title {
    font-weight: bold;
    font-size: var(--main-title-font-size);
}

.package-content .sub-title {
    font-size: var(--font-size-sm);
    font-weight: bold;
}

.package-content .package-listing-card {
    border: none;
    background-color: var(--primary-font-color);
    padding: 20px;
    border-radius: var(--default-border-radius);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

}

.package-content .pricing {
    color: var(--secondary-font-color);
    font-size: var(--font-size-lg);
    font-weight: bold;
}
.package-content .package-btn  button{
    border: none;
    width: 100%;
    background: var(--btn-primary-color);
    color: var(--primary-font-color);
    border-radius: var(--button-border-radius);
    padding-block: 12px;
    font-weight: 150;
}

.package-content .package-details {
    font-size: var(--font-size-sm);
    font-weight: 300;
}

.view-package-body .sub-title2 {
    font-size: var(--font-size-sm);
}


/* End of Package */

/* View Package  */

.view-package-content .title {
    font-size: var(--main-title-font-size);
    color: var(--secondary-font-color);
    font-weight: bold;
}

.view-package-body {
    background-color: var(--primary-font-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: var(--default-border-radius);
}

/* End of View Package */

/* Order History */

.filter-criteria .select2-container {
    width: 100%!important;
    height: calc(1.5em + 1.3rem + 2px)!important;
}

.filter-criteria .input-group {
    flex-wrap: nowrap;
    align-items: center;
}

.filter-criteria .input-daterange .input-group-addon {
    min-width: 25px;
    text-align: center;
}

.filter-criteria .form-control {
    width: 100%!important;
    border-radius: 4px!important;
    padding: 0.65rem 1rem!important;
    font-size: 1rem!important;
}

.filter-criteria .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
}

.filter-criteria .select2-selection__placeholder {
    color: #a7a7a7!important;
}

/* End of Order History */

/* Invoice */

#wrapper2 .row {
    margin-inline: 0!important;
}

#wrapper2 .invoice-header-img img{
    width: 400px;
    
  }
  
#wrapper2 .invoice-table-container {
    padding-inline: 50px;
}
  
#wrapper2 .invoice-header {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
  }
  
#wrapper2 .invoice-header-img {
/* flex: 1; */
padding-left: 0;
}

#wrapper2 .header-invoice-info {
/* flex: 1; */
padding-right: 80px;
}

#wrapper2 .invoice-header-details {
display: flex;
gap: 50px;
}

#wrapper2 .invoice-header-details p {
color: var(--secondary-font-color);
font-size: 16px;
margin-bottom: 0;
}

#wrapper2 .receipt-address {
padding-right: 60px;
}

#wrapper2 .invoice-address-wrapper p {
margin-bottom: 0;
justify-content: space-between;
}


#wrapper2 .invoice-address-wrapper {
margin-bottom: 30px ;
}

#wrapper2 .invoice-btn .cancel-btn {
text-align: center;
background: var(--btn-primary-color);
color: var(--primary-font-color);
padding: 8px 20px;
margin-right: 15px;
border-radius: var(--button-border-radius);
cursor: pointer;
}

#wrapper2 .invoice-btn .cancel-btn button {
color: var(--primary-font-color);
border: none;
background: transparent;
}

#wrapper2 .invoice-btn {
display: flex;
/* width: 1000px;
margin-inline: auto; */
margin-top: 30px;
justify-content: flex-end;
padding-bottom: 25px;
}

#wrapper2 .invoice-btn .download-btn {
text-align: center;
background: var(--primary-font-color);
color: var(--secondary-font-color);
padding: 8px 20px;
margin-right: 15px;
border-radius: var(--button-border-radius);
cursor: pointer;
border: 1px solid black;
}

#wrapper2 .invoice-btn .download-btn button {
background: transparent;
border: none;
}

#wrapper2 .payment-method-container {
display: flex;
gap: 50px;
}

#wrapper2 .amount-container {
display: flex;
gap: 50px;
padding: 8px 15px;
}

#wrapper2 .payment-description-wrapper {
/* display: flex;
justify-content: space-between; */
}

#wrapper2 .payment-description-wrapper p {
margin-bottom: 0;
line-height: 2;
color: var(--secondary-font-color);
}

#wrapper2 .payment-container {
background: #F8F9FA;
padding: 20px;
}

#wrapper2 .payment-container .title {
font-weight: bold;

}

#wrapper2 .amount-container .title p {
font-weight: bold;
}


#wrapper2 .total-amount-container p {
color: white!important;
}


#wrapper2 .invoice-footer p {
color: var(--primary-font-color) !important;
}

#wrapper2 .invoice-footer span {
display: block;
color: var(--primary-font-color) !important;
}

#wrapper2 .footer-description {
font-weight: 150;
}

#wrapper2 .invoice-footer .footer-title p{
font-weight: bold;
}

.doc-footer-div {
    gap: 10px;
}
/* correct css */

.invoice-wrapper p {
font-weight: 150;
color: var(--secondary-font-color);
}

.invoice-title {
font-size: 30px;
color: var(--primary-font-color);
font-weight: 300 !important;
}

.sub-title-dark {
color: black;
font-weight: 300!important;
font-size: 16px;
}

.sub-title-red {
color: #D90000!important;
font-weight: 300!important;
font-size: 16px;
}

.invoice-wrapper {
/* width: 1000px;
margin-inline: auto; */
background-color: white;
position: relative;
/* margin-top: 100px; */
}

#wrapper2 .title {
font-weight: 300!important;
}


#wrapper2 .payment-details-wrapper {
background: #F8F9FA!important;
padding: 20px;
}

#wrapper2 .payment-details-container {
display: flex;
}

#wrapper2 .total-amount-container {
background: black!important;
padding-block: 8px;
}

#wrapper2 .total-amount-container p {
color: var(--primary-font-color)!important;
}


#wrapper2 .invoice-padding {
padding-left: 40px!important;
}

#wrapper2 .invoice-table {
/* padding-inline: 40px; */
}

#wrapper2 .invoice-footer {
background: #D90000;
padding: 8px 60px;
margin-top: 50px;
}

#wrapper2 .mt-5 {
margin-top: 100px!important;
}

#wrapper2 #card-listing-container {
display: none;
}

#wrapper2 .mobile-margin {
    padding-left: 20px;
}

/* View Package */

.view-package-content input {
    width: 100%;
    padding-block: 8px;
    border-radius: var(--button-border-radius);
    border: none;
    outline: none;
    border: 1px solid var(--input--border-color);
    padding-left: 10px;
}

.view-package-content button {
    width: 100%;
    border: none;
    height: var(--btn-height);
    border-radius: var(--button-border-radius);
    background-color: transparent;
}

.view-package-content .subscribe-btn button{
    width: 100%;
    background: var(--btn-primary-color);
    color: var(--primary-font-color);
}

.view-package-content .enquiry-btn button {
    width: 100%;
    background: var(--primary-font-color);
    color: var(--secondary-font-color);
    border: 1px solid var(--input--border-color);
}

.view-package-content .view-package-body .title {
    font-size: var(--font-size-md);
    margin-bottom: 0;
}

.view-package-content .view-package-body input::placeholder {
    color: var(--placeholder-font-color);
}

.view-package-body .terms-condition {
    color: var(--secondary-font-color);
    font-weight: 200;
}

.view-package-body .terms-condition span a {
    color: #1F54E7;
}

.view-package-body .information-container {
    border-right: 2px solid #DEDEDE;
}

.view-package-body .border-placeholder, .confirm-purchase-content .border-placeholder {
    border-bottom: 2px solid #DEDEDE;
    margin-inline: 10px;
}

.view-package-body p {
    margin-bottom: 0;
    color: var(--secondary-font-color);
    font-weight: 150;
}

.view-package-body #packagePrice {
    color: var(--secondary-font-color);
    font-size: var(--font-size-lg);
    font-weight: bold;
}

.view-package-body .sub-title {
    font-weight: bold;
}

.view-package-body .package-details-container p{
    color: #8C8C8C;
}

.btn.btn-primary {
    background: var(--btn-primary-color);
}

.modal-close-btn {
    background: var(--primary-font-color);
    border: 1px solid var(--secondary-font-color);
    color: var(--secondary-font-color);
}

.modal-close-btn:hover {
    background: var(--primary-font-color);
    border: 1px solid var(--secondary-font-color);
    color: var(--secondary-font-color);
}

.modal-body {
    text-align: center;
    color: var(--secondary-font-color);
    font-size: 15px;
}

/* End of View Package */


@media print {
    #wrapper2 .invoice-btn {
        display: none !important;
    }

    #wrapper2 body {
        margin: 0 !important;
        padding: 0 !important;
        size: A4 portrait !important;
    } 

    #wrapper2 .invoice-wrapper {
        width: 100% !important;
        /* max-width: 800px !important; */
        margin: 0 auto !important; /* Center the content horizontally */
        
    }

    #wrapper2 .invoice-footer {
        background: #D90000 !important;
        display: flex !important;
        gap: 50px !important;
        padding: 8px 60px !important;
        margin-top: 50px !important;
    }

    #wrapper2 .invoice-footer {
        flex-direction: column;
        gap: 10px!important;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    #wrapper2 .invoice-header-img {
        padding-inline: 0;
    }

    #wrapper2 .mobile-margin.mobile-pl.print-pl {
        padding-left: 20px!important;
    }

    body {
        background: white;
    }

    #wrapper2 .table-responsive {
        box-shadow: var(--default-box-shadow) !important;
        -webkit-box-shadow: var(--default-box-shadow)!important;
        -moz-box-shadow: var(--default-box-shadow)!important;
    }

    #wrapper2 th {
        background: #F8F9FA!important;
    }
}
/* End of Invoice */

/* Confirm Purchase */

.order-summary-section, .payer-summary-section {
    background-color: var(--primary-font-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: var(--default-border-radius);
    margin-bottom: 20px;
}

.confirm-purchase-content p {
    color: var(--secondary-font-color);
    font-weight: 150;
    margin-bottom: 0;
}

.confirm-purchase-content .title {
    font-size: var(--main-title-font-size);
    font-weight: bold;
}

.confirm-purchase-content .sub-title {
    font-weight: bold;
    font-size: var(--font-size-sm);

}

.confirm-purchase-content .sub-title-2 {
    font-weight: bold;
}

.payer-summary-section input {
    width: 100%;
    padding-block: 8px;
    border-radius: var(--button-border-radius);
    border: 1px solid var(--input--border-color);
    padding-left: 10px;
}

.payer-summary-section button {
    padding-block: 8px;
    border: none;
    background: var(--btn-primary-color);
    color: var(--primary-font-color);
    width: var(--button-default-width);
    border-radius: var(--button-border-radius);
}

.payer-summary-section .fpx-payment-container {
    border: 1px solid var(--input--border-color);
    border-radius: var(--button-border-radius);
    padding-block: 8px;
    padding-inline: 0;
    margin-inline: 10px;
}

.payer-summary-section .fpx-payment-container img {
    width: 50px;
}

.action-section a{
    color: var(--secondary-font-color);
    text-decoration: underline;
    padding-block: 6px;
}

.action-section button {
    background-color: var(--btn-primary-color);
    border-radius: var(--button-border-radius);
    border: none;
    color: var(--primary-font-color);
    padding: 6px 15px;
}

/* End of Confirm Purchase */

.ipad-close-btn {
    display: none;
}

.headerMenuClose {
    right: 40px!important;
}

/* Before Login Menu */


.header-logo-img {
    width: 214px;
}

.homepage-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-inline: 10px; */
}

.header-menu-section-div {
    display: flex;
    justify-content: end;
    width: 100%;
    white-space: nowrap;
    padding: 10px 0px;
}

.header-menu-section-inner-div {
    width: 100%;
}

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

.headerMenuItem {
    /* margin-inline: 10px; */
}

.header-inner-div a {
    color: var(--secondary-font-color);
}

.top-menu-div {
    background-color: #F2F2F2;
    padding-block: 10px;
}

.language-btn {
    color: var(--primary-font-color)!important;
    font-size: var(--content-description);
    font-weight: 500;
}

.language-dropdown {
    position: relative;
    cursor: pointer;
}
.language-dropdown-list {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: var(--primary-font-color);
    /* width: 400%; */
    z-index: 3;
}

.header-dropdown-list-div {
    position: absolute;
    z-index: 10;
    top: 100%;
    right: 0;
    padding: 5px;
    width: max-content;
    background-color: white;
    border-radius: 4px;
}

.header-dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    color: var(--secondary-font-color)!important;
    cursor: pointer;
    font-size:var(--content-description);
    font-weight: 500;
}

.header-dropdown-item:hover{
    color: var(--btn-primary-color)!important;
}

.sidebar-close-btn {
    background-color: transparent;
    border: unset;
    color: var(--secondary-font-color);
    /* font-weight: var(--default-font-weight-bold); */
    font-size: 20px;
    padding: 1rem;
    margin-right: 2rem;
}

.sign-in-inner-div {
    border: 1px solid white;
    padding: 5px 25px;
    border-radius: var(--button-border-radius);
}

.sign-in-inner-div.scrolled {
    border-color: black;
}

.wa-in-inner-div {
    border: none;
    border-radius: var(--button-border-radius);
    padding: 5px 10px;
    background-color: var(--btn-primary-color);
    min-width: 148px;
    /* max-width: 148px; */
    text-wrap: nowrap;
}

.wa-in-inner-div-logged-in {
    border: none;
    border-radius: var(--button-border-radius);
    padding: 5px 10px;
    background-color: var(--btn-primary-color);
    min-width: 148px;
    /* max-width: 148px; */
    text-wrap: nowrap;
}

.homepage-header-section {
    position: fixed;
    /* background-color: var(--primary-font-color); */
    top:0;
    z-index: 2;
    width: 100%;
}

.homepage-header-section.scrolled {
    background-color: var(--primary-font-color);
    border-bottom: 1px solid #efefef;
}

.homepage-burger-btn {
    border: none;
    background: none;
    color: var(--primary-font-color);
}

/* End of Before Login Menu */

/* homepage revamp */

.page-content-div{
    /* margin-top: 53px; */
    background-color: var(--primary-font-color);
}

.milestone-section .title {
    color: var(--primary-font-color);
    font-size: var(--section-title);
    font-weight: 700;
}

.milestone-section p {
    font-size: var(--section-description);
    color: var(--primary-font-color);
    font-weight: 300;
    line-height: var(--line-height-md);
    margin-bottom: 0;
}

.milestone-section {
    background: linear-gradient(107deg, #871EBE 0%, #C10309 100%);
    padding: var(--section-padding);
}

.milestone-inner-div p{
    margin-bottom: 0;
    font-size: var(--content-title);
    font-weight: 500;
    line-height: var(--line-height-sm);
}

.text-width {
    width: 80%;
    margin-inline: auto;
}

.team-details-wrapper img {
    width: 100%;
}

.faq-section .title, .blog-post-section .title {
    color: var(--secondary-font-color);
    font-size: var(--section-title);
    font-weight: bold;
}

.faq-section  .faq-section-title {
    font-size: var(--section-title);
    font-weight: 700;
}

.faq-section p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: var(--section-description);
    line-height: var(--line-height-sm);
}

.faq-section {
    padding: var(--section-padding);
}

.faq-card-inner-div {
    cursor: pointer;
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: var(--border-radius-lg);
    min-height: 110px;
}

.faq-answer-div {
    padding-inline: 20px;
    display: none;
    color: var(--secondary-font-color);
    font-weight: bold;
    
}

.faq-answer-div p {
    font-size: var(--content-description);
}

.faq-card-inner-div p {
    font-size: var(--content-title);
    font-weight: 500;
    line-height: var(--line-height-xs);
}

.faq-card-inner-div i {
    padding-inline: 20px;
}

.faq-answer-div.active {
    display: block;
    font-weight: 200;
    color: var(--secondary-font-color);
    padding-top: 5px;
}

.blog-post-section {
    padding: var(--section-padding);
}

.blog-card-inner-div span {
    color: var(--secondary-font-color);
    font-style: italic;
}

.blog-content {
    font-weight: 200;
}

.blog-body-div {
    padding: 20px;
}

.blog-card-inner-div img {
    width: 100%;
}

.blog-card-inner-div {
    box-shadow: var(--card-box-shadow);
    border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
}

.blog-post-section p {
    margin-bottom: 0;
    font-size: var(--content-description);
    font-weight: 300;
    line-height: var(--line-height-sm);
    color: var(--secondary-font-color);
}

.blog-light-text {
    font-weight: 300;
    font-size: var(--small-fonts);
}

.blog-dark-text {
    font-weight: 700;
    font-size: var(--small-fonts);
}

.team-details-section {
    padding: var(--section-padding);
    position: relative;
}

.team-details-section p {
    color: var(--secondary-font-color);
}

.team-title {
    font-weight: 700;
    font-size: var(--content-title)
}

.team-position {
    font-weight: 300;
    font-size: var(--section-description);
    color: var(--btn-primary-color)!important;
}

.team-general-text {
    font-weight: 300;
    font-size: var(--content-description);
}

.team-linkedin {
    color: var(--btn-primary-color)!important;
    text-decoration: underline;
}

.team-close-btn {
    position: absolute;
    top: 0;
    right: -100%;
    background: none;
    border-radius: 50%;
    color: var(--btn-primary-color);
    z-index: 2;
}

.milestone-inner-div {
    justify-content: center;
}

.milestone-inner-div .milestone-1-img {
    width: 100px;
}

.milestone-inner-div img {
    width: 130px;
}

.team-details-section {
    animation: fadeIn 2s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
#teamSection {
    padding: var(--section-padding);
}
/* End of homepage revamp */

/* About Us Revamp  */
.main-container {
    background-image: url("/images/project/hand-tgt.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    color: var(--primary-font-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-container .title {
    font-size: var(--page-title);
    font-weight: 700;
}

.target-word {
    color: var(--btn-primary-color);
}

.content-div p {
    color: var(--secondary-font-color);
    font-weight: 700;
    font-size: var(--section-title);
    line-height: var(--line-height-sm);
}

.content-div {
    padding: var(--section-padding);
    /* padding-inline:140px; */
}

.content-div .description-text {
    color: var(--secondary-font-color);
    font-weight: 300;
    line-height: var(--line-height-sm);
    font-size: var(--section-description);
    /* text-align: center; */
}
.tsf-bg-img {
    background-image: url("/images/project/vision-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 40px;
    border-radius: var(--border-radius-md);
}

/* .partial-border {
    border: 4px solid #e0badc;
    width: 110px;
    height: 110px;
    
    border-radius: 50%;
    --mask: 
      linear-gradient(red, red) padding-box, 
      conic-gradient(from 140deg, red var(--p, 70%), transparent 0%) border-box;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.counter-div {
    padding: 10px;
    display: flex;
    align-items: center;
    margin-left: -90px;
}

.counter-div span {
    font-size: var(--page-title);
    font-weight: 700;
    color: var(--primary-font-color);
}

.partial-border span {
    color: var(--primary-font-color);
    font-size: var(--page-title);
} */

progress[value] {
    --background: conic-gradient(from 140deg, #e0badc var(--p),transparent 0);
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: var(--background);
    -webkit-mask: radial-gradient(#0000 64%,#000 65% 70%,#0000 71%)
  }
  progress[value]::-webkit-progress-bar {
    background: var(--background);
  }
  progress[value]::-webkit-progress-value {
    background: #0000;
  }
  progress[value]::-moz-progress-bar {
    background: #0000;
  }
  
  .partial-border-div {
    --w: 110px; /* the width*/
    
    font-size: 20px;
    font-weight: bold;
    display: inline-grid;
    place-content: center;
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
  }

  .counter-div {
    padding: 10px;
    display: flex;
    align-items: center;
    margin-left: -90px;
}

.counter-div span {
    font-size: var(--page-title);
    font-weight: 700;
    color: var(--primary-font-color);
}

.partial-border span {
    color: var(--primary-font-color);
    font-size: var(--page-title);
}
  

.approach-card-div {
    text-align: center;
    background-color: #FAFAFC;
    box-shadow: var(--default-box-shadow);
    border-radius: var(--border-radius-lg);
    height: 100%;
    padding: 40px 15px;
    width: 95%;
}

.approach-card-div p {
    font-size:var(--content-title);
    font-weight: 700;
    line-height: var(--line-height-xs);
}

.approach-card-div img {
    width: 40%;
}

.mb-6 {
    margin-bottom: 90px;
}

/* End of About Us Revamp */

/* Blog Revamp */

.blog-bg-img {
    background-image: url('/images/project/blog-bg-img.png');
}

/* End of Blog Revamp */

/* Blog Details Revamp */

.blog-section {
    /* padding: var(--section-padding); */
}

.blog-section p {
    color: var(--secondary-font-color);
}

.blog-post-section .blog-title {
    color: var(--secondary-font-color);
    font-size: var(--content-description);
    font-weight: 700;
}

.blog-list-title {
    color: var(--secondary-font-color);
    font-size: var(--card-title);
    font-weight: 700;
}

.blog-meta {
    font-weight: 300;
    font-size:var(--content-description) ;
}

.blog-title {
    font-size: var(--section-title);
    font-weight: 700;
}

.blog-list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-list-text {
    font-size: var(--section-description);
    line-height: var(--line-height-xs);
    font-weight: 700;
}

.blog-list-meta {
    font-weight: 300;
    font-size: var(--small-fonts);
}

/* End of Blog Details Revamp */

.input-group-btn {
    margin-top : 10px;
    max-width  : 200px;
}

/* Activity Page */

.activity-container {
    margin-top: 20px;
}

.project {
    margin-bottom: 40px;
    width: 100%;
}

.project h2 {
    font-size: var(--font-size-md);
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.activity {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.activity h3 {
    font-size: var(--font-size-md);
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.activity p {
    font-size: var(--font-size-sm);
    margin: 0 0 10px;
    color: #888;
}

.ads {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ad-card {
    flex: 1 1 calc(33% - 20px);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    /* padding: 20px; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    min-width: 250px;
}

.ad-card p {
    /* margin: 5px 0; */
    color: #333;
}

.ad-card .ad-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ad-card p strong {
    color: #333;
}

.ad-card .first{
    background-color: #EFEFEF !important;
    margin-bottom: 0;
    font-size: var(--font-size-md);
    text-align: center;
}

.ad-card p:nth-child(odd) {
    background-color: #f9f9f9;
    padding: 10px;
    /* border-radius: 4px; */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0;
}

.ad-card p:nth-child(even) {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 0;  
}

.ad-card p:not(:first-child):hover {
    background-color: #e0e0e0;
}

/* End of Activity Page */


/* New homepage Design */
.needs-wrapper{
    padding: 50px;
    position: relative;
} 

.needs-wrapper .bg-img {
    position: absolute;
    /* width: 24%; */
    top: 0;
    width: 501px;
    height: 583px;
    right: 0;
}
.understand-needs-section .title {
    font-size: var(--main-title-font-size);
    font-weight: 700;
    color: var(--secondary-font-color);
    display: flex;
    flex-direction: column;
}
.line {
    width: 90px;
    height: 4px;
    background-color: #C10309;
    /* margin-top: 15px; */
    margin-bottom: 3rem;
}
.understand-needs-col-2{
    /* padding-inline: 5%; */
}
.needs-content{
    font-size: var(--section-description);
    color: var(--secondary-font-color);
    font-weight: 300;
    line-height: var(--line-height-md);
 
}
p.needs-content-title{
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 1rem;
}

.needs-img{
    max-width: 600px;

}
.walk-with-content{
    justify-content: unset;
}
.walk-with-content-container{
    padding: 10px;
}

.walk-with-img-container {
    position: relative;
    display: inline-block; /* Ensure the container fits the image size */
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-text {
    color: #fff; 
    font-size: 1.5rem; 
    text-align: center;
    padding: 10px; 
    /* background-color: rgba(0, 0, 0, 0.4);  */
    border-radius: 5px; 
    font-size: 17px;
    font-weight: 400;
}

.walk-with-img-container:hover .overlay {
    opacity: 1;
}

.walk-with-text {
}
.walk-with-img {
    max-height: 355px;
    max-width: 344px;
    width: 100%;
}
.walk-with-content-inner-container{
    display: flex;
    justify-content:center ;
    align-items: center;
    flex-direction: column;
}

.walk-with-text {
    max-width: 300px;
    padding: 10px;
    padding-inline: 20px;
    text-wrap: wrap;
    word-break: break-word;
    width: 100%;
}
.walk-with-text p{
    font-size: var(--section-description);
    color: var(--secondary-font-color);
    font-weight: 300;
    line-height: var(--line-height-md);
}


.container-1{
    margin-top: 60px;
}

.container-2{
    margin-top: 30px;
}

.package-desciption{
    font-size: var(--section-description);
    color: var(--secondary-font-color);
    font-weight: 300;
    line-height: var(--line-height-md);
}

.package-card {
    padding: 30px;
    background-color: #FAFAFC;
    box-shadow: var(--card-box-shadow);
    border-radius: var(--button-border-radius);
    height: 100%;
    transition: all 0.3s ease;
    padding-inline: 0;
    /* height: max-content; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #dfdede;
}
.package-card-sec-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #00000029;
}
.package-title{
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 1rem;
    color: #262626;
    font-size: var(--section-description)
}
.package-desciption{
    font-weight: 300;
    font-size: 17px;

}
.package-price {
    color: #C10309;
    font-size: 25px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align: center;
}
.package-content {
    padding: 30px;
    height: 100%;
}
.package-description-text {
    border-bottom: 1px solid #00000029;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    color: var(--secondary-font-color);
    font-weight: 300;
}

.subcribe-package-btn {
    border: none;
    outline: none;
    color: var(--primary-font-color);
    background-color: var(--btn-primary-color);
    width: var(--btn-width-long);
    height: var(--btn-height);
    transition: all 0.3s ease-in-out;
    font-size: var(--section-description);
    font-weight: 700;
    border-radius: var(--button-border-radius);
    padding-inline: 30px;
}

.subcribe-package-btn:hover {
    background-color: var(--btn-hover-color);
    color: var(--secondary-font-color);
}
.contact-us-description{
    font-size: var(--section-description);
    color: var(--secondary-font-color);
    font-weight: 300;
    line-height: var(--line-height-md);
}

#contactForm .form-group input{
    width: 100%;
    /* height: 50px; */
    padding: 10px;
    padding-left: 20px;
    border-radius: var(--button-border-radius);
    border: 1px solid #DEDEDE;
}
#contactForm .form-group label{
 padding: 0;
}

.contact-us-col-2{
    padding-inline: 6%;
}

#contactForm .select2-container--default .select2-selection--single {
    height: 100%;
}

#contactForm  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 100%;

}

#calendar-iframe{
    /* display: none; */
}

.understand-needs-section{
    max-width: 1380px;
}
.footer-subsidiary-p span{
    margin-left: 5px;
    text-decoration: underline;
    cursor: pointer;
}

.footer-subsidiary-p span:hover{
    margin-left: 5px;
    text-decoration: underline;
    color: #0000EE;
}
.footer-subsidiary-p {
    text-wrap: nowrap;
    display: flex;
}


/* Basic Styling */


.main {
    padding: 20px;
    overflow-x: auto; /* Allow horizontal scroll if needed */
}

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

.price-table th, .price-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.price-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.price-title {
    font-weight: bold;
    background-color: #e0f7fa; /* Light background color for the title row */
    text-align: center; /* Center align text */
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .price-table {
        display: block;
        width: 100%;
    }

    .price-table thead {
        display: none;
    }

    .price-table tbody, .price-table tr {
        display: block;
        width: 100%;
    }

    .price-table td {
        display: block;
        text-align: right;
        font-size: 14px;
        position: relative;
        padding-left: 50%;
    }

    .price-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 45%;
        padding-left: 10px;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
    }

    .price-table td:last-child {
        border-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .price-table td {
        font-size: 12px;
        padding-left: 40%;
    }

    .price-table td::before {
        font-size: 12px;
    }
}


@media(min-width: 769px) {
    .mobileColumnGroup {
        display: none;
    }
}
@media(max-width: 769px) {
    .featureCheck {
    color: green;    
    font-size: 15px;

    }
    .featureX {
    color: red;
    font-size: 15px;
    }
    .homepage-price-compare-text {
        font-weight: var(--default-font-weight-bold);
        color: #000;
        font-size: 11px;
        /* padding-inline: 10px; */
        /* text-align: center; */
    }
    #price-conparison-table td, #price-conparison-table th {
        border: 1px solid #00000059;
        text-align: center;
        /* padding-inline: 8px; */
        padding: 20px;
        padding-inline: 8px;
        /* min-width: 100px; */
        max-width: 50px;
        background: #ffffff;
        height: 44px;
        font-size: 12px;
        color: #000;
    }
    #price-conparison-table .columnHeader {
        font-weight: var(--default-font-weight-max);
        font-size: 10px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    .rowHeader, .emptyCell {
        display: none;
    }
    #price-conparison-table td, #price-conparison-table th {
        border: 1px solid #00000059;
        text-align: center;
        padding: 0px !important;
        height: 50px;
        /* min-width: 100px; */
        /* max-width: 100px; */
        background: #ffffff;
    }
    #price-conparison-table td, #price-conparison-table th {
        border: 1px solid #00000059;
        text-align: center;
        /* padding-inline: 8px; */
        padding: 20px;
        padding-inline: 8px;
        /* min-width: 100px; */
        /* max-width: 100px; */
        background: #ffffff;
        height: 44px;
        font-size: 12px;
        color: #000;
    }

}
.tableBodyRow:hover{
    background-color: green;
}
.tableContainer {
    overflow: auto;
    overflow-anchor: none;
    position: relative;
    border-radius: 25px;
    border: 1px solid grey;
}
  .rowHeader, [scope="colgroup"] span {
    left: 0;
    position: sticky;
  }
  table {
    font-family: arial, sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: auto;
  }
  .homepage-price-compare-text{
    font-weight: var(--default-font-weight-bold);
    color: #000;
  }

  #price-conparison-table td, #price-conparison-table th {
    border: 1px solid #00000059;
    text-align: center;
    /* padding-inline: 8px; */
    padding: 20px;
    padding-inline: 8px;
    /* min-width: 100px; */
    /* max-width: 100px; */
    background: #ffffff;
    border-inline: none;
    /* background: #ebebeb; */
}
  #price-conparison-table .columnHeader {
    font-weight: var(--default-font-weight-max);
    color: #fff;
    background: #c10206;
  }
  /* #price-conparison-table .emptyCell{
    font-weight: var(--default-font-weight-bold);
    color: #fff;
    background: #8b52ff;
    border-radius: 50px;
  } */

  .mobileColumnGroup th {
      text-align: left;
  }
  .rowHeader {
    text-align: left;  
  }
  .rowHeader.add-On {
    text-align: left;
    font-weight: var(--default-font-weight-bold);
    color: #000;
    font-size: 17px;
  }
  .columnHeader {
    font-size: 15px;
  }
  .featureCheck {
    color: green;    
    font-size: 18px;

  }
  .featureX {
    color: red;
    font-size: 18px;
  }


  thead.stickyHeader {
    position: fixed;
    z-index: 999;
    overflow-x: scroll;
    top: 0px;
  }
  thead.stickyHeader.atBottom {
    position: absolute;
    z-index: 999;
    bottom: 0px;
    left: 0px !important;
    top: initial;
    width: initial !important;
    overflow-x: clip;
  }
  thead::-webkit-scrollbar {
    height: 0px;
  }
  .horizontal-scroller {
    position: fixed;
    bottom: 0;
    height: 30px;
    overflow: auto;
    overflow-y: hidden;
  }
  .horizontal-scroller-content {
    height: 30px;
  }