This commit is contained in:
2026-01-21 17:34:48 +05:45
parent 3f2010e43e
commit 74f28a8963
11 changed files with 517 additions and 229 deletions

View File

@@ -17306,10 +17306,14 @@ main.business-coatch .thumbnail-banner-business-coatch img {
padding: 0;
margin: 0;
list-style: none;
justify-content: center;
justify-content: start;
margin: -8px;
}
.band-info {
width: 100%;
}
.social-default li {
margin: 5px;
}
@@ -23538,6 +23542,10 @@ iframe {
align-items: flex-start;
}
.band-card {
width: 100% !important;
}
.country12 {
height: auto !important;
}
@@ -27524,6 +27532,7 @@ iframe {
width: 100%;
transition: 0.5s;
overflow: hidden;
height: 300px;
}
.tmp-card .inner .content {
@@ -34756,7 +34765,7 @@ body.tmp-body-star::before {
}
.active-light-mode #buy-now a {
color: #F5821F;
color: #25D366;
/* background: #ffffff; */
}
@@ -37051,6 +37060,10 @@ body.tmp-body-star::before {
max-width: calc(50% - 6px);
}
.tmp-card .inner .thumbnail a img {
height: auto;
}
.tmp-btn.btn-large {
line-height: 42px;
@@ -37239,7 +37252,8 @@ body.tmp-body-star::before {
.content121 {
display: flex;
justify-content: center;
justify-content: space-around;
gap: 12px;
}
.country-image1 {
@@ -37305,6 +37319,9 @@ body.tmp-body-star::before {
/* Mobile / Small screens */
@media (max-width: 576px) {
.content121 {
display: block;
}
/* Section Header */
.usa-application-process .section-header h2 {
@@ -37386,7 +37403,7 @@ body.tmp-body-star::before {
.expenses-table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
/* margin-top: 20px; */
}
.expenses-table th,
@@ -37652,7 +37669,7 @@ section {
margin-bottom: 15px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
transition: transform .3s;
width: 350px;
width: 262px;
margin-right: 12px;
}
@@ -37660,11 +37677,17 @@ section {
transform: translateY(-4px);
}
.right-section {
background-color: var(--color-primary);
padding: 10px;
border-radius: 8px;
}
.band-score {
font-size: 28px;
font-size: 20px;
font-weight: bold;
width: 50px;
height: 50px;
width: 40px;
height: 30px;
background: #e3e9f1;
display: flex;
align-items: center;
@@ -37673,8 +37696,54 @@ section {
margin-right: 20px;
}
.faq-buttons {
display: flex;
justify-content: center;
}
.faq-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 20px;
margin-bottom: 20px;
}
.faq-buttons .btn {
padding: 10px 20px;
font-size: 16px;
font-weight: 600;
border-radius: 12px;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
border-width: 2px;
background-color: #fff;
color: #0d6efd;
}
.faq-buttons .btn.active {
background-color: #0d6efd;
color: #fff;
/* white text */
box-shadow: 0 4px 10px rgba(13, 110, 253, 0.2);
/* stronger shadow or active */
}
.faq-buttons .btn:hover {
background-color: #0b5ed7;
/* darker blue on hover */
color: #fff;
transform: translateY(-2px);
/* slight lift effect */
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.band-info h4 {
margin-bottom: 6px;
font-size: 16px;
}
.bar {