@@ -135,19 +135,71 @@ p {
135135}
136136
137137.home-carousel .owl-carousel {
138- padding-top : 20px ;
139- padding-bottom : 20px ;
138+ padding-top : 10px ; /* Reduced padding */
139+ padding-bottom : 10px ; /* Reduced padding */
140+ }
141+
142+ .home-carousel .owl-carousel img {
143+ width : auto;
144+ margin : 0 auto;
145+ display : block;
146+ }
147+
148+ .home-carousel h1 {
149+ font-size : 3.5rem !important ; /* Adjust as needed */
150+ color : # ffffff !important ;
151+ text-shadow : 1px 1px 2px rgba (0 , 0 , 0 , 0.5 ) !important ;
140152}
141153
142- .home-carousel h1 ,
143154.home-carousel h2 ,
144- .home-carousel h3 ,
145155.home-carousel p ,
146156.home-carousel ul {
147157 color : # ffffff !important ;
148158 text-shadow : 1px 1px 2px rgba (0 , 0 , 0 , 0.5 ) !important ;
149159}
150160
161+ .home-carousel h3 {
162+ font-size : 1.8rem !important ; /* Adjust as needed, smaller than h1 */
163+ color : # ffffff !important ;
164+ text-shadow : 1px 1px 2px rgba (0 , 0 , 0 , 0.5 ) !important ;
165+ }
166+
167+ .home-carousel .buttons {
168+ text-align : left !important ;
169+ margin-top : 30px !important ;
170+ }
171+
172+ .home-carousel .buttons .btn {
173+ padding : 12px 32px !important ;
174+ background-color : # ffffff !important ; /* Changed to white for better contrast */
175+ color : var (--primary-color ) !important ; /* Changed text color to primary blue */
176+ border : none !important ;
177+ border-radius : 8px !important ;
178+ font-weight : 700 !important ;
179+ letter-spacing : 0.5px !important ;
180+ transition : all 0.3s ease !important ;
181+ display : inline-block !important ;
182+ text-shadow : none !important ; /* Removed text shadow for cleaner look */
183+ }
184+
185+ .home-carousel .buttons .btn : hover {
186+ background-color : # f0f0f0 !important ; /* Slightly darker white on hover */
187+ color : var (--primary-color ) !important ;
188+ transform : translateY (-1px ) !important ;
189+ box-shadow : 0 4px 12px rgba (0 , 0 , 0 , 0.15 ) !important ;
190+ }
191+
192+ .home-carousel .buttons .btn-template-secondary {
193+ background-color : transparent !important ;
194+ color : # ffffff !important ;
195+ border : 1px solid # ffffff !important ;
196+ }
197+
198+ .home-carousel .buttons .btn-template-secondary : hover {
199+ background-color : rgba (255 , 255 , 255 , 0.1 ) !important ;
200+ color : # ffffff !important ;
201+ }
202+
151203/* Links */
152204a {
153205 color : var (--primary-color ) !important ;
0 commit comments