This commit is contained in:
2026-01-14 13:39:44 +05:45
parent c7feb86413
commit 0131d21c42
16 changed files with 1493 additions and 809 deletions

View File

@@ -14424,6 +14424,10 @@ Primary style
}
}
.section {
padding: 0px !important
}
.tmp-btn::after,
.btn-default::after {
position: absolute;
@@ -16097,15 +16101,42 @@ img.mfp-img {
}
}
.tmp-single-wized .wized-header {
.tmp-single-wized .wized-header .title {
margin-bottom: 10px;
color: #fff;
color: white;
background-color: var(--color-primary);
padding: 12px;
border-radius: 5px;
}
.tmp-single-wized .wized-body {
margin-top: 30px;
}
li {
list-style: none;
}
.tmp-single-wized .wized-body ul li a {
background: rgba(231, 231, 231, 0.32);
display: block;
padding: 9px 15px;
font-size: 16px;
border-radius: 5px;
transition: 0.3s;
list-style: none;
}
.tmp-single-wized .wized-body ul li a img {
margin-right: 5px;
}
.tmp-single-wized .wized-body ul li a:hover {
transform: translateY(-3px);
background: var(--color-btn);
color: #fff;
}
.tmp-single-wized .wized-body .single-categories {
margin-bottom: 15px;
padding: 0;
@@ -17653,9 +17684,9 @@ main.business-coatch .thumbnail-banner-business-coatch img {
height: 334px;
clip-path: polygon(0% 1.796%, 0% 1.796%, 0.025% 1.505%, 0.099% 1.229%, 0.217% 0.971%, 0.376% 0.735%, 0.571% 0.526%, 0.798% 0.347%, 1.053% 0.201%, 1.332% 0.092%, 1.632% 0.024%, 1.948% 0%, 98.052% 0%, 98.052% 0%, 98.368% 0.024%, 98.668% 0.092%, 98.947% 0.201%, 99.202% 0.347%, 99.429% 0.526%, 99.624% 0.735%, 99.783% 0.971%, 99.901% 1.229%, 99.975% 1.505%, 100% 1.796%, 100% 97.935%, 100% 97.935%, 99.97% 98.254%, 99.882% 98.554%, 99.742% 98.829%, 99.557% 99.076%, 99.331% 99.291%, 99.069% 99.468%, 98.778% 99.603%, 98.463% 99.692%, 98.129% 99.731%, 97.782% 99.715%, 1.679% 87.342%, 1.679% 87.342%, 1.398% 87.286%, 1.135% 87.195%, 0.892% 87.072%, 0.672% 86.92%, 0.478% 86.742%, 0.314% 86.54%, 0.181% 86.319%, 0.082% 86.08%, 0.021% 85.827%, 0% 85.563%, 0% 1.796%);
} */
.team-wrapper5 .image-area a {
.team-wrapper5 .image-area a {
height: 334px;
}
}
@media only screen and (max-width: 767px) {
.team-wrapper5 .image-area a {
@@ -18441,6 +18472,26 @@ main.business-coatch .thumbnail-banner-business-coatch img {
height: 350px;
}
.single-modern-case-studies {
position: relative;
}
.single-modern-case-studies .country-logo {
position: absolute;
top: 10px;
left: 10px;
width: 50px;
/* adjust as needed */
height: 50px;
/* keep square */
border-radius: 50%;
/* optional: make it round */
border: 2px solid #fff;
/* optional border */
z-index: 10;
object-fit: cover;
}
.single-modern-case-studies .thumbnail {
display: block;
height: 100%;
@@ -18614,7 +18665,8 @@ main.business-coatch .thumbnail-banner-business-coatch img {
top: 50%;
transform: translateY(-50%);
}
.feature-lists li i{
.feature-lists li i {
margin-right: 5px;
}
@@ -21398,7 +21450,8 @@ Timeline Area
background-color: #e3e3e3;
padding: 12px;
}
.pricing-table-items .pricing-table .pricing-table-header .top h4{
.pricing-table-items .pricing-table .pricing-table-header .top h4 {
color: var(--color-btn) !important;
font-weight: 700;
}
@@ -21838,7 +21891,8 @@ Timeline Area
margin-top: 78px;
/* height: 100%; */
}
.job-form{
.job-form {
margin-top: 0px !important;
}
@@ -23414,6 +23468,10 @@ iframe {
.country12 {
height: auto !important;
}
.single-modern-case-studies {
height: auto !important;
}
}
.why-choose-feature .single {
@@ -34822,10 +34880,11 @@ body.tmp-body-star::before {
}
.active-light-mode .team-wrapper5 .image-area a img{
border-top-left-radius: 5px;
.active-light-mode .team-wrapper5 .image-area a img {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.active-light-mode .team-wrapper5 {
box-shadow: none;
}
@@ -36902,10 +36961,12 @@ body.tmp-body-star::before {
.tmp-time-table-area .content121 {
display: flex;
background-color: var(--color-card);
border-radius: 12px;
}
.content121 {
display: flex;
justify-content: center;
}
.country-image1 {
@@ -37020,6 +37081,35 @@ body.tmp-body-star::before {
}
/* Table Styling */
.expenses-table {
width: 100%;
border-collapse: separate;
/* IMPORTANT */
border-spacing: 0;
border-radius: 12px;
overflow: hidden;
/* IMPORTANT */
border: 1px solid #ddd;
}
/* Optional: cell borders */
.expenses-table th,
.expenses-table td {
padding: 12px 16px;
border-bottom: 1px solid #e5e5e5;
}
/* Header styling */
.expenses-table thead th {
background: var(--color-primary);
font-weight: 600;
}
/* Remove bottom border from last row */
.expenses-table tbody tr:last-child td {
border-bottom: none;
}
.expenses-table {
width: 100%;
border-collapse: collapse;
@@ -37046,7 +37136,7 @@ body.tmp-body-star::before {
/* Responsive: stack cells on mobile */
@media (max-width: 576px) {
.expenses-table thead {
display: none;
/* display: none; */
/* hide header */
}
@@ -37207,9 +37297,10 @@ section {
}
.ielts-overview-grid .ielts-image img{
.ielts-overview-grid .ielts-image img {
border-radius: 5px;
}
.why-ielts-grid,
.band-grid {
display: grid;
@@ -37288,6 +37379,8 @@ section {
margin-bottom: 15px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
transition: transform .3s;
width: 350px;
margin-right: 12px;
}
.band-card:hover {