Almost updated

This commit is contained in:
mukesh13
2025-08-13 20:21:20 +05:30
parent c6629e4daa
commit a286215d0f
31 changed files with 1163 additions and 665 deletions

View File

@ -9,8 +9,8 @@
.page-title {
&.style-default {
padding-top: 111px;
padding-bottom: 133px;
padding-top: 44px;
padding-bottom: 44px;
margin-bottom: -27px;
&.v2 {
padding-bottom: 204px;
@ -291,7 +291,7 @@
.section-testimonial {
&.style-1 {
background-color: var(--Sub-color-1);
background-color: var(--Bg-color-1);
overflow: hidden;
position: relative;
.wrap {
@ -313,7 +313,7 @@
right: 0;
z-index: 4;
background-color: transparent;
background-image: linear-gradient(180deg, #f2f6ff 35%, #1357f000 100%);
background-image: linear-gradient(180deg, #f9f5f1 35%, #1357f000 100%);
height: 150px;
}
&::before {
@ -321,7 +321,7 @@
content: "";
position: absolute;
background-color: transparent;
background-image: linear-gradient(180deg, #f2f6ff00 0%, #f2f6ff 70%);
background-image: linear-gradient(180deg, #f2f6ff00 0%, #f9f5f1 70%);
height: 200px;
bottom: 0;
left: 0;
@ -567,9 +567,7 @@
.section-contact {
&.style-default {
overflow: hidden;
background: linear-gradient(103.01deg, #eff4ff 0%, #c9d9ff 100.23%);
padding-top: 110px;
padding-bottom: 122px;
background: var(--Bg-color-1);
border-radius: 40px;
.bot {
.content {
@ -1133,3 +1131,14 @@
}
}
}
.features-list {
list-style-type: disc !important;
list-style-position: outside !important;
padding-left: 20px !important;
margin-top: 10px;
}
.features-list li {
margin-bottom: 6px;
}