.mt-topbar-left .e-p-bx li a {
    color: #000000;
}
.mt-topbar-left .e-p-bx li a:hover {
    color: #FF0000;
}
.mt-topbar-right .appint-btn a {
    color: #ffffff;
}
.appint-btn a:hover {
    background-color: #FF0000;
}   
.icon-count-2 .mt-tilte {
    word-spacing: normal;
}
.call-us-section .call-us-number a {
    color: #ffffff;
}
footer .widget_address a {
    color: #ffffff;
}
.copyrights-text a {
    color: #b7b7b7;
}
.add-block {
    /* font-family: Arial, sans-serif; */
    text-align: center;
    background: linear-gradient(to bottom, #02205e, #ff0001);
    color: white;
    padding: 15px;
    margin: auto;
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out;
}
.add-block:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}
.add-block .header {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
}
.add-block .price {
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
}
.add-block .unit {
    font-size: 18px;
    line-height: 28px;
}
.add-block .bhk {
    font-size: 24px;
    /* margin: 10px 0; */
    line-height: 34px;
}
.add-block .small-price {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}
.add-block .total-price {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    background: #ffbb00;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.add-block .table-container {
    background: white;
    color: black;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 9px;
}
.add-block table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
}
.add-block th, td {
    border: 1px solid rgb(255, 255, 255);
    padding: 5px !important;
    text-align: center;
}
.add-block table td {
    padding: 5px !important;
}
.list01 li {
    list-style: none; /* Remove default bullet points */
    position: relative;
    padding-left: 25px; /* Space for the image */
}

.list01 li::before {
    content: "";
    background-image: url('../images/icon/list-tick.png'); /* Path to your image */
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;  /* Adjust size according to your image */
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    /* transform: translateY(-50%); */
}

.list01-r {
    text-align: right; /* Align text to the right */
    padding: 0;
}

.list01-r li {
    list-style: none;
    position: relative;
    padding-right: 25px; /* Space for the tick image */
    text-align: right;
}

.list01-r li::before {
    content: "";
    background-image: url('../images/icon/list-tick.png'); /* Path to your image */
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;  /* Adjust size according to your image */
    height: 16px;
    position: absolute;
    right: 0; /* Align the tick image to the right */
    top: 50%;
    transform: translateY(-50%);
}
.contact-one-inner-right a {
    color: #fff;
}
.contact-one-inner-right a:hover {
    color: #1c63b8;
}
.call-quote a {
    color: #000000;
}
.call-quote a:hover {
    color: #fff;
}
.four-method table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.four-method th, .four-method td { border: 1px solid #ddd; padding: 10px; text-align: center; }
.four-method th { background-color: #b7caf1; }

.table-holder {
    background-color: #f7f7f7;
    padding: 30px;
    margin-bottom: 70px;
    margin-top: 70px;
}
.img-block {
    text-align: center;
    margin-bottom: 20px;
}
.img-block img {
    width: 100%;
    height: auto;
    border-radius: px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    border: 1px solid #000000;
}
.img-block img:hover {
    transform: scale(1.05);
}
.modal-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.hidden { display: none; }


table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}
th {
    background-color: #007bff !important;
    color: white;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}


.floating-icons {
    position: fixed;
    z-index: 1000;
}

.phone-icon, 
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    transition: bottom 0.3s ease, transform 0.3s ease-in-out;
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.whatsapp-icon {
    font-size: 30px;
}
.phone-icon {
    left: 20px;
    background-color: #007bff; /* Blue color for phone */
}

.whatsapp-icon {
    right: 20px;
    background-color: #25D366; /* WhatsApp green */
}

.phone-icon:hover,
.whatsapp-icon:hover {
    box-shadow: 0 6px 12px rgba(230, 3, 3, 0.3);
    transform: scale(1.1);
}

/* Pulsing animation */
@keyframes pulsing {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
}
.acod-body {
    padding: 15px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }
}


.concept-box {
    background-color: #fff;
    border: 3px solid #0047FF;
    padding: 30px 20px;
    border-radius: 12px;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin: 0 auto;
}

.concept-box  .header-title {
    font-size: 18px;
    color: #0047FF;
    font-weight: bold;
    margin-bottom: 15px;
}

.concept-box  .highlight-text {
    font-size: 28px;
    color: #111;
    font-weight: bold;
    margin: 15px 0;
}

.concept-box .highlight-text span {
    color: #0047FF;
    }

.concept-box .sub-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
}

.concept-box .big-number-box {
    background-color: #0047FF;
    color: #fff;
    font-size: 26px;
    padding: 15px;
    margin: 20px 0;
    font-weight: bold;
    border-radius: 8px;
}

.concept-box .info-pair {
    margin-top: 20px;
}

.concept-box .info-box {
    background-color: #f0f0f0;
    padding: 12px;
    border-radius: 6px;
    margin: 10px auto;
    font-weight: bold;
    width: 80%;
    color: #0047FF;
}

.concept-box .btn {
    background-color: #00AEEF;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
}

/* table.investment {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-size: 16px;
}

table.investment  th, table.investment td {
    border: 3px solid white;
    padding: 12px;
    text-align: center;
}

table.investment .header {
    background-color: #003087 !important;
    font-weight: bold;
    font-size: 18px;
    padding: 16px;
}

table.investment .yellow { background-color: #FFC000 !important; color: black !important; font-weight: bold !important;}
table.investment .yellow-light { background-color: #FFEB99 !important; color: black !important; font-weight: bold !important;}
table.investment .green { background-color: #007F00 !important; color: white !important; font-weight: bold !important;}
table.investment .green-light { background-color: #C6E0B4 !important; color: black !important; font-weight: bold !important;}
table.investment .darkblue { background-color: #002060 !important; color: white !important; font-weight: bold !important;}
table.investment .blue-light { background-color: #8EA9DB !important; color: black !important; font-weight: bold !important;}
table.investment .blue-dark { background-color: #305496 !important; color: white !important; font-weight: bold !important;}
table.investment .highlight-yellow { background-color: #FFFF00 !important; color: black !important; font-weight: bold !important;}
table.investment .highlight-green { background-color: #00B050 !important; color: white !important; font-weight: bold !important;}
table.investment .highlight-blue { background-color: #002060 !important; color: white !important; font-weight: bold !important;}
table.investment .big-text { font-size: 20px !important; font-weight: bold !important;}
table.investment .red-bar { background-color: red !important; height: 10px !important; } */


table.investment .flex-box {
    display: flex;
    justify-content: space-between; /* Space between boxes */
    align-items: center;
    width: 100%; /* Full width of td */
}
table.investment .box {
    padding: 5px 10px;
    background-color: #e1e1e1;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    flex: 1; /* Equal width for both boxes */
    margin: 0 5px; /* Spacing between */
    white-space: nowrap;
}


.chart-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.chart-item {
    flex: 1 1 calc(33% - 20px);
    max-width: 300px;
    cursor: pointer;
    position: relative;
}

.chart-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.chart-item:hover img {
    transform: scale(1.05);
}

.chart-item h3 {
    text-align: center;
    margin: 10px 0 0;
    font-size: 18px;
}


.faq-wrapper {
    max-width: 950px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.faq-wrapper h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #222;
    font-weight: 700;
}

.faq-list {
    counter-reset: faq-counter;
    padding-left: 0;
    list-style: none;
}

.faq-list > li {
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fdfdfd;
    transition: all 0.3s ease;
}

.faq-list > li:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #d0d0d0;
}

.faq-list h3 {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    margin-bottom: 12px;
    color: #333;
    font-weight: 600;
}

.faq-list h3::before {
    content: counter(faq-counter) ".";
    counter-increment: faq-counter;
    position: absolute;
    left: 0;
    top: 0;
    color: #007acc;
    font-size: 20px;
    font-weight: bold;
}

.faq-list p {
    margin: 10px 0;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.faq-list ul {
    margin-left: 20px;
    padding-left: 10px;
}

.faq-list ul li {
    list-style: disc;
    margin-bottom: 8px;
    color: #444;
    font-size: 15px;
    line-height: 1.5;
}

/* Sub list style */
.faq-list ul ul {
    margin-left: 15px;
}

.faq-list ul ul li {
    list-style: circle;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-wrapper {
        padding: 20px;
    }

    .faq-wrapper h2 {
        font-size: 24px;
    }

    .faq-list > li {
        padding: 15px;
    }

    .faq-list h3 {
        font-size: 17px;
    }

    .faq-list p,
    .faq-list ul li {
        font-size: 14px;
    }
}




.investment-wrapper {
    max-width: 900px;
    margin: 80px auto;
    padding: 30px;
    background: #24a9e0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', Tahoma, sans-serif;
    text-align: center;
}

.investment-wrapper h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #ffffff;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
}

.flow-chart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 20px;
    flex-wrap: wrap;
}

.step {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    max-width: 300px;
    flex: 1;
}

.circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #007acc;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 15px;
    font-weight: bold;
}

.arrow {
    font-size: 60px;
    color: #ffffff;
    font-weight: bolder;
}
@media (max-width: 769px) {
    .arrow {
        transform: rotate(90deg); /* Rotates the arrow down */
    }
}
.step h3 {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
}

.step p {
    font-size: 15px;
    color: #555;
}

.compare-section h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #ffffff;
}

.compare-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.option {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    flex: 1;
    min-width: 260px;
}

.option h4 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #007acc;
}

.option ul {
    text-align: left;
    padding-left: 20px;
    color: #444;
    line-height: 1.6;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .flow-chart {
        flex-direction: column;
    }

    .compare-box {
        flex-direction: column;
    }
}



.investment-strategy-wrapper {
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 80px auto;
}

.investment-strategy-wrapper h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

.investment-strategy-wrapper p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #555;
}

.investment-btn {
    display: inline-block;
    padding: 14px 28px;
    background-color: #007acc;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.investment-btn:hover {
    background-color: #d8e7f3;
    transform: translateY(-3px);
}



.projects-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 40px;
    max-width: 1200px;
    margin: auto;
}

.project-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.project-card h2 {
    background: #007acc;
    color: white;
    padding: 15px 0;
    margin: 0;
    font-size: 24px;
}

.project-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.project-details {
    padding: 20px;
    list-style: none;
    text-align: left;
    margin: 0;
}

.project-details li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #555;
}

.project-details li strong {
    color: #333;
}

.project-btn {
    display: inline-block;
    margin: 20px auto;
    padding: 12px 25px;
    background: #007acc;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    transition: background 0.3s ease;
    font-size: 16px;
}

.project-btn:hover {
    background: #005fa3;
}
.logo-header {
    height: 90px !important;
}
.header-nav .nav>li>a {
    padding: 45px 12px;
}

img.chartimage {
    width: 100%; /* Adjust width as needed */
    max-width: 800px; /* Prevents excessive scaling */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft shadow */
    border: 3px solid #ff5733; /* Stylish border */
    display: block; /* Prevents inline spacing issues */
    margin: 90px auto; /* Centers the image */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
    padding: 20px;
}

img.chartimage:hover {
    transform: scale(1.05); /* Slight zoom on hover */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* More depth on hover */
}
.bg-blue {
    background: #0b76b9;
}
.our-story .row:nth-child(odd) .our-story-detail {
    background-color: #ffffff;
    color: #000000;
}
.our-story .row:nth-child(odd) .our-story-pic-block:after, .our-story .row:nth-child(even) .our-story-pic-block:after {
    border: 2px solid #ffffff;
}

.project-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.project-container .project-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-container .project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.project-container h2 {
    font-size: 18px;
    color: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
    line-height: initial;
}

.project-container ul {
    list-style: none;
    padding: 0;
}

.project-container ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.project-container ul li:last-child {
    border-bottom: none;
}




.smart-investment-strategy .investment-container {
    max-width: 900px;
    margin: 50px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.smart-investment-strategy .investment-header {
    background-color: #00aaff;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
}
.smart-investment-strategy .table th {
    background-color: #003366;
    color: white;
    text-align: left;
    white-space: normal;      /* Allows text wrapping */
    word-break: normal;       /* Prevents breaking words */
    overflow-wrap: normal;    /* Ensures words do not break */
}
.smart-investment-strategy .table td {
    text-align: left;
    font-weight: bold;
    white-space: normal;      /* Allows text wrapping */
    word-break: normal;       /* Prevents breaking words */
    overflow-wrap: normal;    /* Ensures words do not break */
    background-color: #fff !important;
}
.smart-investment-strategy .cta-button {
    background-color: #dc3545;
    color: white;
    font-weight: bold;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    transition: background 0.3s;
}
.smart-investment-strategy .cta-button:hover {
    background-color: #c82333;
}
td {

    white-space: normal !important;      /* Allows text wrapping */
    word-break: normal !important;       /* Prevents breaking words */
    overflow-wrap: normal !important;    /* Ensures words do not break */
}
table.investment .blue-light, table.investment .blue-dark {
    font-weight: 700;
}

.header-box {
    background-color: #007BFF;
    color: white;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 60px;
}
.container-box {
    background-color: white;
    color: #333;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
}
.container-box:hover {
    transform: translateY(-5px);
}
.concept-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
}
.concept-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.btn-custom {
    margin-top: 10px;
    border-radius: 8px;
    font-weight: bold;
}
.investment-container-01 .box {
    flex: 1;
    min-width: 300px;
}

.title-text01 {
    font-weight: 700 !important;
    background-color: white;
    width: 200px;
    margin: 0 auto;
    margin-top: -55px;
    border: 3px solid #0047ff;
    border-radius: 7px;
    margin-bottom: 50px;
    padding: 10px;
}
.sub-tittle-box {
    background-color: #0d6efd;
    padding: 10px;
    border-radius: 5px;
    color: white !important;
    margin-bottom: 20px;
}
.customwidth-button {
    width: 200px;
    display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
}
.investment-container-01 {
    max-width: 900px;
    margin: 50px auto;
    background: white;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.container-box {
    font-size: 16px;
}
.container-box p {
    margin-bottom: 10px;
}

table.customtable-03 td {
    text-align: left !important;
}
table.customtable-03 td ul {
    list-style: none;
    margin: 5px 0px;
}
table.customtable-03 td ul li {
    background-color: #61b0ff;
    color: #fff;
    margin-bottom: 1px;
    padding: 3px 2px;
    margin-left: -10px;
    margin-right: -10px;
}
.textlefttable td {
    text-align: left;
}