input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* pt-sans-regular - latin */
@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/pt-sans-v10-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("PT Sans"), local("PTSans-Regular"),
        url("../fonts/pt-sans-v10-latin-regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/pt-sans-v10-latin-regular.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/pt-sans-v10-latin-regular.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/pt-sans-v10-latin-regular.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/pt-sans-v10-latin-regular.svg#PTSans") format("svg");
    /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/pt-sans-v10-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("PT Sans Bold"), local("PTSans-Bold"),
        url("../fonts/pt-sans-v10-latin-700.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/pt-sans-v10-latin-700.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../fonts/pt-sans-v10-latin-700.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/pt-sans-v10-latin-700.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/pt-sans-v10-latin-700.svg#PTSans") format("svg");
    /* Legacy iOS */
}

body {
    font-family: "PT Sans";
    font-weight: 400;
    padding-top: 66px;
}

button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

.tnav {
    box-shadow: 2px 3.464px 18px 0px rgba(32, 32, 32, 0.1);
}

.navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    /* color: #03506c; */
    color: #fff;
}

.navbar-brand:hover {
    color: #fff;
}

.navbar-brand span {
    color: #ffae00;
}

.tnav .navbar-nav .nav-item>.nav-link {
    /* text-transform: uppercase; */
    color: #fff;
    transition: color 0.3s linear;
    font-size: 15px;
}

.tnav .navbar-nav .nav-item.active>.nav-link {
    color: #ffbf31;
    font-weight: 700;
}

.tnav .navbar-nav .nav-item>.nav-link:hover {
    color: #fcbc2c;
}

@media (min-width: 768px) {
    .tnav .navbar-nav>.nav-item {
        margin-left: 5px;
    }

    .tnav .navbar-nav>.nav-item:first-child {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .tnav .navbar-nav>.nav-item {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .tnav .navbar-nav>.nav-item:first-child {
        border-top: none;
    }
}

.footer {
    padding: 20px 0;
    background-color: #2b2b2b;
}

.footer p {
    margin-bottom: 0;
    color: #fff;
}

.footer p a {
    color: #fff;
    transition: color 0.3s linear;
}

.footer p a:hover {
    color: #fcbc2c;
}

.tabs-bg {
    margin-top: 65px;
    border-top: 4px solid #e7e7e7;
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .tabs-bg {
        min-height: calc(100% - 109px);
    }
}

.main-tabs.nav {
    margin-top: -25px;
}

.main-tabs .nav-link {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: #f1f1f1;
    font-size: 20px;
    font-weight: 500;
    color: #8c8c8c;
    box-shadow: 0px 0px 5px 0px rgba(35, 31, 32, 0.25);
}

.main-tabs .nav-link.active {
    background-color: #fcbc2c;
    color: #000;
}

.step-num {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tab-name {
    margin-top: 8px;
    font-weight: 700;
    font-size: 14px;
}

@media (max-width: 991px) {
    .tab-name {
        display: none;
    }
}

.tax-tabs>.tab-content {
    padding: 20px 0 30px 0;
}

.tab-top-row {
    margin-bottom: 15px;
}

.tab-info-btn {
    min-width: 54px;
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
}

.bt-arrow {
    position: relative;
}

.tab-head {
    font-size: 16px;
    font-weight: 700;
}

.tab-top-row .tab-head {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.tax-in-bg {
    /* padding: 20px; */
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
}

.rad-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rad-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.rad-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #949494;
}

.rad-container .checkmark:not(.radio) {
    border-radius: 4px;
}

.rad-container:hover input:not(:checked)~.checkmark {
    background-color: #e8e8e8;
}

.rad-container .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.rad-container input:checked~.checkmark::after {
    display: block;
}

.rad-container .checkmark::after {
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    background-color: #f9a900;
}

.rad-container .checkmark.radio,
.rad-container .checkmark.radio::after {
    border-radius: 50%;
}

.field-icons {
    margin-bottom: 5px;
}

.form-control.custom {
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #949494;
    background-color: transparent;
    padding-left: 10px;
    padding-top: 0;
}

.form-control.custom:focus {
    box-shadow: none;
}

.btn-secondary {
    min-width: 101px;
    padding: 5px 20px;
    border-radius: 0;
    font-weight: 700;
}

.btn-next,
.btn-prev {
    min-width: 101px;
    padding: 5px 20px;
    border-radius: 0;
    font-weight: 700;
}

.btn-next {
    background-color: #f9a900;
    color: #000;
}

.btn-next:hover {
    background-color: #fabf40;
}

.btn-prev {
    background-color: #f9a900;
    color: #000;
}

.btn-prev:hover {
    background-color: #fabf40;
}

.inn-tabs.nav-tabs {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-width: 3px;
    border-bottom-color: #ffd06c;
}

.inn-tabs.nav-tabs .nav-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}

.inn-tabs.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.inn-tabs.nav-tabs .nav-link {
    background-color: #e2e2e2;
    font-weight: 700;
    color: #000;
}

.inn-tabs.nav-tabs .nav-link.active {
    background-color: #ffd06c;
}

@media (max-width: 991px) {
    .inn-tabs.nav-tabs {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .inn-tabs.nav-tabs .nav-item {
        margin-left: 0;
        margin-right: 0;
        border-top: 1px solid #cec6c6;
    }

    .inn-tabs.nav-tabs .nav-item:first-child {
        border-top: none;
    }

    .inn-tabs.nav-tabs .nav-link {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.input-group-text.tran {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border-width: 0 0 1px 0;
    border-color: #949494;
    border-radius: 0;
}

.clone-btn {
    padding: 0;
    border: none;
    background-color: transparent;
}

.plus-icon-btn,
.icon-btn-stxt {
    float: left;
}

.plus-icon-btn {
    padding: 3px 10px;
    margin-right: 15px;
    background-color: #f9a900;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.icon-btn-stxt {
    margin-top: 3px;
}

.clear {
    display: block;
    clear: both;
}

.ftab-lbl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.num-spinner {
    width: 150px;
}

.num-spinner .input-group {
    -ms-flex-align: center;
    align-items: center;
}

.num-spinner .btn {
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #949494;
    border-radius: 50% !important;
    border-width: 2px;
    border-color: #949494;
}

.num-spinner .btn,
.num-spinner .btn:hover,
.num-spinner .btn:focus,
.num-spinner .btn:active {
    background-color: transparent !important;
}

.num-spinner .btn:hover,
.num-spinner .btn:focus,
.num-spinner .btn:active {
    border-color: #f9a900 !important;
    color: #f9a900 !important;
}

.num-spinner .form-control {
    text-align: center;
    border: none;
    background-color: transparent;
    cursor: default;
    font-size: 20px;
    font-weight: 700;
}

.num-spinner .form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.next-btn-col {
    text-align: right;
}

@media (max-width: 767px) {

    .prev-btn-col,
    .next-btn-col {
        float: left;
        width: 50%;
    }
}

.table th,
.table td {
    vertical-align: middle;
    font-size: 14px !important;
}

.cmp-table thead tr {
    background-color: #f3f3f3 !important;
}

.cmp-table thead th {
    font-size: 16px;
    border-bottom-width: 1px;
    border-top: none;
}

.cmp-table thead th a {
    color: #000;
}

.cmp-table td {
    border-top-color: #fff;
}

.cmp-table th,
.cmp-table td {
    background-color: #f3f3f3;
}

.cmp-table-main th,
.cmp-table-main td {
    background-color: #e5e5e5 !important;
}

.cmp-table tr:nth-child(even) {
    /* background-color: #f3f3f3; */
}

.cmp-total-row {
    background-color: #e5e5e5 !important;
}

.cmp-alt-color {
    color: #000000;
}

.cmp-total-row .cmp-alt-color {
    color: #000000;
}

.pl-sub td {
    padding-left: 40px;
    font-size: 14px;
}

.site-bt-banner {
    margin-bottom: 30px;
    border: 1px solid #909090;
    background-color: #fff;
}

.wno-txt {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffd06c;
}

.fw-b {
    font-weight: 700;
}

.btn-w2-rem {
    position: absolute;
    right: 0;
    top: -7px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid #d45d5d;
    font-size: 13px;
    color: #d45d5d;
    border-radius: 50%;
    transition: background-color 0.3s linear, color 0.3s linear;
}

.btn-rem {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid #d45d5d;
    font-size: 13px;
    color: #d45d5d;
    border-radius: 50%;
    transition: background-color 0.3s linear, color 0.3s linear;
}

.btn-w2-rem:hover,
.btn-rem:hover {
    background-color: #d45d5d;
    color: #fff;
}

.btn-w2-rem i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -51%);
}

.btn-rem i {
    position: absolute;
    transform: translate(-50%, -51%);
}

.btn-rem-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIyQTYzQjAzNURCODExRTk5NzY2QjgxQTJGRjE1QjE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIyQTYzQjA0NURCODExRTk5NzY2QjgxQTJGRjE1QjE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjJBNjNCMDE1REI4MTFFOTk3NjZCODFBMkZGMTVCMTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjJBNjNCMDI1REI4MTFFOTk3NjZCODFBMkZGMTVCMTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7u11bHAAAAWUlEQVR42mKcMmUKAxAIMhAH3oMIFiB2AeLdJGgyYQISe4D4LJGaVgPxPSYox5UIjbOAOB3EYEKyFp9GuAZkTfg0omhA14RNI4YGWOgx4NCYBsSd2NwKEGAAr3UVQJZWLecAAAAASUVORK5CYII=");
    background-position: 99.9% 50%;
    background-repeat: no-repeat;
}

.form-select::-ms-expand {
    display: none;
}

.field {
    position: relative;
    width: 95%;
}

.field-label {
    display: block;
    font-size: 13px;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    padding: 0.5em 1em;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: -12px;
    left: -15px;
    text-align: left;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    transition: all 0.2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}

.field-not-empty .field-label {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.field-input {
    transition: all 0.2s ease-out;
    padding-bottom: 0;
}

::-webkit-input-placeholder {
    font-weight: 400;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 400;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 400;
}

:-ms-input-placeholder {
    font-weight: 400;
}

.save-info {
    padding: 10px 20px;
    background-color: #f9a900;
    text-align: center;
}

.save-info-head {
    font-size: 20px;
    font-weight: 700;
}

.save-info-txt {
    font-size: 15px;
    margin-bottom: 10px;
}

.btn-savea {
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #000;
    font-weight: 700;
}

.save-info-link {
    margin-bottom: 0;
    font-size: 14px;
}

.save-info-link a {
    color: #000;
    text-decoration: underline;
}

.modal-header.savea {
    border-bottom: none;
    padding: 5px 16px 0 16px;
}

.modal-footer.text-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.tax-tabs .form-group {
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .tab-wid li {
        max-width: 172px;
    }
}

.btn-next:disabled {
    cursor: not-allowed;
}

.mandatory {
    font-size: 25px;
}

.main-tabs .previous-active {
    background: #ffe567;
    color: #000;
}


#feedback {
    position: fixed;
    right: 0;
    top: 30%;
    height: 250px;
    margin-left: -3px;
    margin-bottom: 0;
}

#feedback-form {
    float: right;
    width: 300px;
    z-index: 1000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    background-clip: 'padding-box';
    border: 1px solid rgba(0, 0, 0, .2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 42px;
    background-color: rgb(237, 116, 8);
    margin-top: 60px;
    margin-right: -42px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#feedback-tab:hover {
    background-color: rgb(3, 80, 108)
}

#feedback-form textarea {
    resize: none;
}

#feedback-form .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 5px 10px;
    font-size: 12px;
}

#feedback-form .form-control {
    font-size: 13px;
}

.info {
    color: blue;
}

.minHeight {
    min-height: 75vh !important;
}

.maxHeight {
    max-height: 70vh;
    overflow: auto;
}

.quick-result-table {
    font-size: 16px;
}

/* .navbar-nav a:hover {
    color: #ffbf31 !important;
    background: transparent !important;
} */

.navbar-nav a.activelink {
    color: #ffbf31 !important;
    font-weight: 700 !important;
}

.minHei {
    min-height: 66px;
}

.navbar-light .navbar-brand {
    color: #fff !important;
}

.fw-500 {
    font-weight: 600 !important;
}

.detailView {
    display: none;
}

.comparison .table thead tr th {
    min-width: 132px;
}

/* .fixed-col-table th:first-child,
.fixed-col-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    box-shadow: inset -2px 0 0 gray;
} */

.sticky-col {
    position: sticky;
    left: 0;
    z-index: 3 !important;
    /* higher than other cells */
    /* background: #fff; */
    transition: box-shadow 0.2s ease;
}

/* Shadow only appears when container has "scrolled" */
.scrolled .sticky-col {
    box-shadow: inset -3px 0px 3px -2px rgb(0 0 0 / 50%);
}

.comparison .form-group {
    margin-bottom: 0rem;
}

.comparison .form-control {
    height: 24px;
}

.small {
    line-height: 1.4;
    text-align: left;
    font-size: 12.8px;
}

.fw-bold {
 font-weight: bold;
}

.bg-dark-cus {
    background-color: #03506c;
    color: #fff;
}

.bg-dark-cus p, .bg-dark-cus h5 {
    color: #fff;
}



/* Megamenu Start */
/* Navbar Style */
#income-tabs .nav-link {
    padding: 5px !important;
}
.nav-link {
    font-weight: 500;
    padding: 21px 7px !important;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-item.active .nav-link {
    color: #ffb000 !important;
}

/* Mega Menu Styling */
.mega-dropdown .dropdown-menu {
    width: 100%;
    top: 100%;
    border-radius: 0 0 10px 10px;
}

.mega-menu h6 {
    font-size: 0.95rem;
    border-bottom: 2px solid #007bff33;
    padding-bottom: 6px;
}

.mega-menu .dropdown-item {
    font-size: 0.9rem;
    color: #555;
    border-radius: 5px;
    padding: 5px 10px;
    transition: all 0.2s ease;
}

.mega-menu .dropdown-item:hover {
    background-color: #007bff10;
    color: #007bff;
    transform: translateX(3px);
}

/* Reset hover buffer */
.mega-parent::after,
.mega-parent>.nav-link::after {
    content: none !important;
}

/* --- Mega Menu Base --- */
.mega-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: auto !important;
    right: 40px;
    min-width: 800px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    z-index: 999;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    /* width: 100%; */
    margin-top: 0px !important;
}

/* --- Desktop Hover --- */
@media (min-width: 768px) {

    .mega-parent:hover>.mega-menu,
    .mega-parent:focus-within>.mega-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .dropdown-toggle::after {
        display: none;
    }
}

/* --- Mobile View (Blue Background) --- */
@media (max-width: 767.98px) {
    .mega-menu {
        position: static;
        transform: none;
        left: 0;
        top: auto;
        min-width: 100%;
        border: none;
        box-shadow: none;
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 1rem 0;
        background-color: #03506c;
        /* blue background */
        color: #fff;
        /* white text */
    }

    .mega-menu h6 {
        color: #fff;
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    }

    .mega-menu .dropdown-item {
        color: #f1f1f1;
        padding: 3px 10px;
    }

    .mega-menu .dropdown-item strong {
        margin-left: -10px;
    }

    .mega-menu .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.15);
        color: #fff;
        transform: translateX(3px);
    }

    /* When dropdown is open (Bootstrap adds .show) */
    .dropdown.show>.mega-menu {
        display: block;
    }

    .nav-link {
        padding: 3px !important;
    }

    .navbar-collapse {
        max-height: 90vh;
        /* Adjust height as needed */
        overflow-y: auto;
    }

}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Megamenu End */

.tnav {
    /* background-color: #fff; */
    background-color: #03506c;
    box-shadow: 2px 3.464px 18px 0px rgba(32, 32, 32, 0.1);
    padding: 0 1rem !important;
}


.calc-card-b:hover .btn-dark {
    background: #fff;
    color: #03506c;
}

footer .social-icons a svg {
    width: 18px;
    height: 18px;
    transition: transform .2s ease;
}

footer .social-icons a:hover svg {
    transform: scale(1.15);
}

footer .navbar-brand {
    margin-right: 0;
}

footer .social-icons a {
    width: 32px;
    height: 32px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f9fa;
    margin: 0 3px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    opacity: 0.8;
}

.social-icons svg {
    width: 20px;
    height: 20px;
    fill: #333;
}