This commit is contained in:
Roshan476
2025-12-29 13:09:44 +05:45
parent 4e95fb021d
commit 2c0cf755dc
100 changed files with 124 additions and 125 deletions

View File

@@ -200,10 +200,7 @@ li {
figure {
margin-bottom: 0;
}
.cta-section {
margin-bottom: 120px;
}
.theme-btn {
display: inline-block;
-webkit-transition: all 0.3s ease;
@@ -2716,7 +2713,7 @@ a{
.testimonials-section {
position: relative;
/* padding: 0px 0 120px; */
padding: 120px 0 120px;
/* background-color: #e9f7f2; */
}
.testimonials-section.about{
@@ -3121,7 +3118,7 @@ a{
.newsletter-section {
position: relative;
padding: 160px 0 100px;
padding: 84px 0 84px;
background-color: #DFE6F6;
}
@@ -3148,6 +3145,8 @@ a{
.newsletter-section .newsletter-form .form-group {
margin-bottom: 0;
display: flex;
justify-content: flex-end;
}
.newsletter-section .newsletter-form input#subscription-email {
@@ -3939,7 +3938,7 @@ gap: 8px;
.cta-section {
position: relative;
padding: 64px 0 35px;
padding: 64px 0 0px;
background-color: #e1f2ec;
}
@@ -4421,7 +4420,7 @@ gap: 8px;
.testimonials-section-two {
position: relative;
padding: 45px 0 8px;
/* padding: 45px 0 8px; */
/* background-color:#DFE6F6 ; */
}
@@ -4480,7 +4479,7 @@ gap: 8px;
}
.swiper-button-next, .swiper-button-prev {
background-color: white;
padding: 36px;
padding: 28px;
border-radius: 50px;
}
.testimonial-block-two .author-info .designation {
@@ -4603,6 +4602,10 @@ gap: 8px;
padding: 120px 0 120px;
}
.video-section.about1{
position: relative;
padding: 0px 0 120px;
}
.gallery-section .filters {
text-align: center;
}
@@ -5707,7 +5710,7 @@ margin-bottom: 0px !important;
display: flex;
justify-content: center;
align-items: center;
margin-right: 15px !important;
margin-right: 20px !important;
}
/* .mySwiper-video .swiper-button-next::after,
@@ -5822,7 +5825,7 @@ margin-bottom: 0px !important;
/* Section */
.ventures-section {
padding: 80px 0;
background: #e9f7f2;
background: #DFE6F6;
}
.ventures-container {
@@ -5838,17 +5841,19 @@ margin-bottom: 0px !important;
.ventures-subtitle {
display: block;
font-size: 14px;
font-size: 38px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: #ff6600;
color: var(--primary-color1);
margin-bottom: 10px;
}
.ventures-title {
font-size: 36px;
font-weight: 700;
font-size: 20px;
font-weight: 500;
color: #222;
font-family: "Poppins", sans-serif;
}
/* Card */
@@ -5863,7 +5868,7 @@ margin-bottom: 0px !important;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.venture-card img {
.swiper-slide .venture-card img {
width: 100%;
height: 100%;
object-fit: contain; /* Keeps aspect ratio, no compression */
@@ -5900,7 +5905,7 @@ margin-bottom: 0px !important;
} */
.achievements-swiper {
width: 90%;
width: 100%;
margin: auto;
}
@@ -5911,7 +5916,7 @@ margin-bottom: 0px !important;
.swiper-slide img {
width: 100%;
max-width: 260px;
/* max-width: 260px; */
height: auto;
border-radius: 10px;
box-shadow: 0 10px 25px rgba(0,0,0,0.15);