| 1 |
:root { |
| 2 |
--e-global-color-primary: #EAA638; |
| 3 |
--e-global-color-text: #7A8986; |
| 4 |
} |
| 5 |
|
| 6 |
.e-e-testimonial .grid-wrap { |
| 7 |
display: flex; |
| 8 |
flex-wrap: wrap; |
| 9 |
} |
| 10 |
|
| 11 |
.e-e-testimonial .grid-item { |
| 12 |
padding: 10px; |
| 13 |
box-sizing: border-box; |
| 14 |
} |
| 15 |
|
| 16 |
.grid-layout .ee--testimonial { |
| 17 |
text-align: center; |
| 18 |
} |
| 19 |
|
| 20 |
.e-e-testimonial .e-e-grid-img { |
| 21 |
max-width: 100%; |
| 22 |
height: auto; |
| 23 |
display: inline-block; |
| 24 |
} |
| 25 |
|
| 26 |
.eel-rating { |
| 27 |
color: #FFAF02; |
| 28 |
font-size: 25px; |
| 29 |
line-height: 100%; |
| 30 |
} |
| 31 |
|
| 32 |
.eel-rating .star { |
| 33 |
margin-right: 0px; |
| 34 |
} |
| 35 |
|
| 36 |
.eel-rating .star.filled { |
| 37 |
color: #FFAF02; |
| 38 |
} |
| 39 |
|
| 40 |
.eel-title-icon svg { |
| 41 |
height: 1em; |
| 42 |
width: 1em; |
| 43 |
position: relative; |
| 44 |
top: 4px; |
| 45 |
left: 2px; |
| 46 |
} |
| 47 |
|
| 48 |
.grid-layout .ee--tstml-inner-wrap { |
| 49 |
background: #EFEFF9; |
| 50 |
display: inline-flex; |
| 51 |
gap: 80px; |
| 52 |
padding: 80px; |
| 53 |
border-radius: 16px; |
| 54 |
align-items: self-start; |
| 55 |
} |
| 56 |
.grid-layout .ee--tstml-inner-wrap .eel-author-wrap { |
| 57 |
display: inline-flex; |
| 58 |
text-align: left; |
| 59 |
justify-content: space-between; |
| 60 |
} |
| 61 |
.grid-layout .ee--tstml-inner-wrap .eel-author { |
| 62 |
min-width: auto; |
| 63 |
} |
| 64 |
.grid-layout .ee--tstml-inner-wrap .eel-designation { |
| 65 |
font-size: 14px; |
| 66 |
line-height: 150%; |
| 67 |
color: rgba(18, 18, 18, 0.5019607843); |
| 68 |
font-style: normal; |
| 69 |
margin-bottom: 8px; |
| 70 |
display: inline-block; |
| 71 |
} |
| 72 |
.grid-layout .ee--tstml-inner-wrap .eel-picture { |
| 73 |
min-width: -moz-max-content; |
| 74 |
min-width: max-content; |
| 75 |
margin-right: 24px; |
| 76 |
} |
| 77 |
.grid-layout .ee--tstml-inner-wrap .eel-picture img { |
| 78 |
width: 100px; |
| 79 |
height: 100px; |
| 80 |
border-radius: 100%; |
| 81 |
-o-object-fit: cover; |
| 82 |
object-fit: cover; |
| 83 |
} |
| 84 |
.grid-layout .ee--tstml-inner-wrap .eel-name { |
| 85 |
font-size: 20px; |
| 86 |
line-height: 100%; |
| 87 |
} |
| 88 |
.grid-layout .ee--tstml-inner-wrap .eel-description { |
| 89 |
font-size: 24px; |
| 90 |
text-align: left; |
| 91 |
color: var(--e-global-color-text); |
| 92 |
line-height: 150%; |
| 93 |
letter-spacing: -0.02em; |
| 94 |
} |
| 95 |
.grid-layout .ee--tstml-inner-wrap .eel-quote { |
| 96 |
text-align: left; |
| 97 |
} |
| 98 |
.grid-layout .ee--tstml-inner-wrap .eel-quote svg { |
| 99 |
height: 120px; |
| 100 |
fill: var(--e-global-color-primary); |
| 101 |
} |
| 102 |
.grid-layout .ee--tstml-inner-wrap.skin1 { |
| 103 |
display: block; |
| 104 |
} |
| 105 |
.grid-layout .ee--tstml-inner-wrap.skin1 .eel-picture img { |
| 106 |
width: 50px; |
| 107 |
height: 50px; |
| 108 |
} |
| 109 |
.grid-layout .ee--tstml-inner-wrap.skin1 .eel-picture { |
| 110 |
min-width: 50px; |
| 111 |
margin-right: 15px; |
| 112 |
} |
| 113 |
.grid-layout .ee--tstml-inner-wrap.skin1 .eel-author-wrap { |
| 114 |
justify-content: flex-start; |
| 115 |
width: 100%; |
| 116 |
margin-top: 25px; |
| 117 |
align-items: center; |
| 118 |
} |
| 119 |
.grid-layout .ee--tstml-inner-wrap.skin1 .eel-designation { |
| 120 |
margin-bottom: 0; |
| 121 |
} |
| 122 |
.grid-layout .ee--tstml-inner-wrap.skin1 .eel-company-logo { |
| 123 |
text-align: left; |
| 124 |
margin-bottom: 12px; |
| 125 |
} |
| 126 |
.grid-layout .ee--tstml-inner-wrap.skin2 { |
| 127 |
display: block; |
| 128 |
} |
| 129 |
.grid-layout .ee--tstml-inner-wrap.skin2 .eel-picture-des-wrap { |
| 130 |
display: flex; |
| 131 |
justify-content: space-between; |
| 132 |
} |
| 133 |
.grid-layout .ee--tstml-inner-wrap.skin2 .eel-picture img { |
| 134 |
width: 50px; |
| 135 |
height: 50px; |
| 136 |
} |
| 137 |
.grid-layout .ee--tstml-inner-wrap.skin2 .eel-picture { |
| 138 |
min-width: 50px; |
| 139 |
margin-right: 15px; |
| 140 |
} |
| 141 |
.grid-layout .ee--tstml-inner-wrap.skin2 .eel-author-wrap { |
| 142 |
justify-content: flex-start; |
| 143 |
width: 100%; |
| 144 |
margin-top: 25px; |
| 145 |
align-items: center; |
| 146 |
} |
| 147 |
.grid-layout .ee--tstml-inner-wrap.skin2 .eel-designation { |
| 148 |
margin-bottom: 0; |
| 149 |
} |
| 150 |
.grid-layout .ee--tstml-inner-wrap.skin2 .eel-company-logo { |
| 151 |
text-align: left; |
| 152 |
margin-bottom: 12px; |
| 153 |
} |
| 154 |
.grid-layout .ee--tstml-inner-wrap.skin2.eel-avatar-image-top .eel-company-logo { |
| 155 |
text-align: center; |
| 156 |
} |
| 157 |
.grid-layout .ee--tstml-inner-wrap.skin2.eel-avatar-image-top .eel-picture-des-wrap { |
| 158 |
display: block; |
| 159 |
} |
| 160 |
.grid-layout .ee--tstml-inner-wrap.skin2.eel-avatar-image-top .eel-picture { |
| 161 |
margin-bottom: 24px; |
| 162 |
margin-right: 0; |
| 163 |
} |
| 164 |
.grid-layout .ee--tstml-inner-wrap.skin2.eel-avatar-image-top .eel-description { |
| 165 |
text-align: center; |
| 166 |
} |
| 167 |
.grid-layout .ee--tstml-inner-wrap.skin2.eel-avatar-image-top .eel-author-wrap { |
| 168 |
justify-content: center; |
| 169 |
text-align: center; |
| 170 |
} |
| 171 |
.grid-layout .ee--tstml-inner-wrap.skin3 { |
| 172 |
display: block; |
| 173 |
} |
| 174 |
.grid-layout .ee--tstml-inner-wrap.skin3 .eel-picture-des-wrap { |
| 175 |
display: flex; |
| 176 |
justify-content: space-between; |
| 177 |
} |
| 178 |
.grid-layout .ee--tstml-inner-wrap.skin3 .eel-picture img { |
| 179 |
width: 50px; |
| 180 |
height: 50px; |
| 181 |
display: block; |
| 182 |
} |
| 183 |
.grid-layout .ee--tstml-inner-wrap.skin3 .eel-picture { |
| 184 |
min-width: -moz-max-content; |
| 185 |
min-width: max-content; |
| 186 |
margin-right: 15px; |
| 187 |
} |
| 188 |
.grid-layout .ee--tstml-inner-wrap.skin3 .eel-author-wrap { |
| 189 |
justify-content: flex-start; |
| 190 |
width: 100%; |
| 191 |
margin-top: 25px; |
| 192 |
align-items: center; |
| 193 |
} |
| 194 |
.grid-layout .ee--tstml-inner-wrap.skin3 .eel-designation { |
| 195 |
margin-bottom: 0; |
| 196 |
} |
| 197 |
.grid-layout .ee--tstml-inner-wrap.skin3 .eel-company-logo { |
| 198 |
text-align: left; |
| 199 |
margin-bottom: 12px; |
| 200 |
} |
| 201 |
.grid-layout .ee--tstml-inner-wrap.skin3 .eel-rating { |
| 202 |
display: flex; |
| 203 |
justify-content: end; |
| 204 |
flex: 1; |
| 205 |
} |
| 206 |
.grid-layout .ee--tstml-inner-wrap.skin4 { |
| 207 |
display: block; |
| 208 |
} |
| 209 |
.grid-layout .ee--tstml-inner-wrap.skin4 .eel-picture-des-wrap { |
| 210 |
display: flex; |
| 211 |
justify-content: space-between; |
| 212 |
} |
| 213 |
.grid-layout .ee--tstml-inner-wrap.skin4 .eel-picture img { |
| 214 |
width: 100%; |
| 215 |
height: 400px; |
| 216 |
border-radius: 8px; |
| 217 |
} |
| 218 |
.grid-layout .ee--tstml-inner-wrap.skin4 .eel-picture { |
| 219 |
min-width: 320px; |
| 220 |
margin-right: 80px; |
| 221 |
} |
| 222 |
.grid-layout .ee--tstml-inner-wrap.skin4 .eel-author-wrap { |
| 223 |
justify-content: flex-start; |
| 224 |
width: 100%; |
| 225 |
margin-top: 25px; |
| 226 |
align-items: flex-end; |
| 227 |
} |
| 228 |
.grid-layout .ee--tstml-inner-wrap.skin4 .eel-designation { |
| 229 |
margin-bottom: 0; |
| 230 |
} |
| 231 |
.grid-layout .ee--tstml-inner-wrap.skin4 .eel-company-logo { |
| 232 |
text-align: left; |
| 233 |
margin-bottom: 12px; |
| 234 |
} |
| 235 |
.grid-layout .ee--tstml-inner-wrap.skin4 .eel--description-wrap { |
| 236 |
display: grid; |
| 237 |
} |
| 238 |
.grid-layout .ee--tstml-inner-wrap.skin5 { |
| 239 |
display: block; |
| 240 |
} |
| 241 |
.grid-layout .ee--tstml-inner-wrap.skin5 .eel-picture-des-wrap { |
| 242 |
display: flex; |
| 243 |
justify-content: space-between; |
| 244 |
} |
| 245 |
.grid-layout .ee--tstml-inner-wrap.skin5 .eel-picture img { |
| 246 |
width: 50px; |
| 247 |
height: 50px; |
| 248 |
display: block; |
| 249 |
} |
| 250 |
.grid-layout .ee--tstml-inner-wrap.skin5 .eel-picture { |
| 251 |
min-width: 50px; |
| 252 |
margin-right: 15px; |
| 253 |
} |
| 254 |
.grid-layout .ee--tstml-inner-wrap.skin5 .eel-author { |
| 255 |
min-width: 100px; |
| 256 |
} |
| 257 |
.grid-layout .ee--tstml-inner-wrap.skin5 .eel-author-wrap { |
| 258 |
justify-content: flex-start; |
| 259 |
width: 100%; |
| 260 |
margin-top: 25px; |
| 261 |
align-items: center; |
| 262 |
} |
| 263 |
.grid-layout .ee--tstml-inner-wrap.skin5 .eel-designation { |
| 264 |
margin-bottom: 0; |
| 265 |
} |
| 266 |
.grid-layout .ee--tstml-inner-wrap.skin5 .eel-company-logo { |
| 267 |
text-align: left; |
| 268 |
margin-bottom: 12px; |
| 269 |
} |
| 270 |
.grid-layout .ee--tstml-inner-wrap.skin5 .eel-rating { |
| 271 |
display: flex; |
| 272 |
flex: 1; |
| 273 |
text-align: right; |
| 274 |
margin-left: 15px; |
| 275 |
justify-content: end; |
| 276 |
} |
| 277 |
.grid-layout .ee--tstml-inner-wrap.skin6 { |
| 278 |
display: block; |
| 279 |
} |
| 280 |
.grid-layout .ee--tstml-inner-wrap.skin6 .eel-picture-des-wrap { |
| 281 |
display: flex; |
| 282 |
justify-content: space-between; |
| 283 |
} |
| 284 |
.grid-layout .ee--tstml-inner-wrap.skin6 .eel-picture img { |
| 285 |
width: 50px; |
| 286 |
height: 50px; |
| 287 |
display: block; |
| 288 |
} |
| 289 |
.grid-layout .ee--tstml-inner-wrap.skin6 .eel-picture { |
| 290 |
min-width: 50px; |
| 291 |
margin-right: 15px; |
| 292 |
} |
| 293 |
.grid-layout .ee--tstml-inner-wrap.skin6 .eel-description { |
| 294 |
text-align: center; |
| 295 |
} |
| 296 |
.grid-layout .ee--tstml-inner-wrap.skin6 .eel-author-wrap { |
| 297 |
justify-content: center; |
| 298 |
width: 100%; |
| 299 |
margin-top: 25px; |
| 300 |
align-items: center; |
| 301 |
} |
| 302 |
.grid-layout .ee--tstml-inner-wrap.skin6 .eel-designation { |
| 303 |
margin-bottom: 0; |
| 304 |
} |
| 305 |
.grid-layout .ee--tstml-inner-wrap.skin6 .eel-company-logo { |
| 306 |
text-align: center; |
| 307 |
margin-bottom: 12px; |
| 308 |
} |
| 309 |
.grid-layout .ee--tstml-inner-wrap.skin6 .eel-rating { |
| 310 |
display: flex; |
| 311 |
justify-content: center; |
| 312 |
margin-bottom: 10px; |
| 313 |
} |
| 314 |
|
| 315 |
.eel-hidden-testimonial { |
| 316 |
display: none; |
| 317 |
} |
| 318 |
|
| 319 |
.testifull-overlay { |
| 320 |
position: relative; |
| 321 |
} |
| 322 |
.testifull-overlay::after { |
| 323 |
background: linear-gradient(180deg, rgba(246, 244, 240, 0) 57.03%, #F6F4F0 94.05%); |
| 324 |
position: absolute; |
| 325 |
content: ""; |
| 326 |
width: 100%; |
| 327 |
height: 100%; |
| 328 |
top: 0; |
| 329 |
left: 0; |
| 330 |
} |
| 331 |
|
| 332 |
.eel-testimonial-more-btn { |
| 333 |
background: #FFFFFF; |
| 334 |
border: 1px solid rgba(0, 0, 0, 0.15); |
| 335 |
box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.15); |
| 336 |
border-radius: 12px; |
| 337 |
font-size: 18px; |
| 338 |
line-height: 110%; |
| 339 |
color: #121212; |
| 340 |
padding: 12px 24px; |
| 341 |
cursor: pointer; |
| 342 |
text-align: center; |
| 343 |
max-width: -moz-max-content; |
| 344 |
max-width: max-content; |
| 345 |
margin: 30px auto 0; |
| 346 |
position: relative; |
| 347 |
z-index: 1; |
| 348 |
transition: all 0.5s ease; |
| 349 |
} |
| 350 |
.eel-testimonial-more-btn:hover { |
| 351 |
background: #1F2937; |
| 352 |
color: #fff; |
| 353 |
border-color: #1F2937; |
| 354 |
} |
| 355 |
|
| 356 |
@media (max-width: 1024px) { |
| 357 |
.ee--tstml-inner-wrap { |
| 358 |
display: grid; |
| 359 |
gap: 20px; |
| 360 |
padding: 30px; |
| 361 |
} |
| 362 |
.ee--tstml-inner-wrap .eel-author-wrap { |
| 363 |
justify-content: flex-start; |
| 364 |
} |
| 365 |
.ee--tstml-inner-wrap .eel-author { |
| 366 |
display: inline-grid; |
| 367 |
align-content: center; |
| 368 |
} |
| 369 |
.ee--tstml-inner-wrap.skin3 .eel-author-wrap { |
| 370 |
flex-wrap: wrap; |
| 371 |
display: flex; |
| 372 |
} |
| 373 |
.ee--tstml-inner-wrap.skin4 .eel-picture { |
| 374 |
margin-right: 30px; |
| 375 |
} |
| 376 |
} |
| 377 |
@media (max-width: 768px) { |
| 378 |
.eel-author-wrap { |
| 379 |
flex-direction: column; |
| 380 |
gap: 10px; |
| 381 |
} |
| 382 |
.ee--tstml-wrap-skin-style-two .eel-content-wrap, |
| 383 |
.ee--tstml-wrap-skin-style-two .eel-picture { |
| 384 |
margin-right: 0; |
| 385 |
margin-left: 0; |
| 386 |
width: 100%; |
| 387 |
} |
| 388 |
.ee--tstml-wrap-skin-style-two .eel-picture img { |
| 389 |
height: auto; |
| 390 |
} |
| 391 |
.swiper-navigation-top { |
| 392 |
display: none; |
| 393 |
} |
| 394 |
.ee--tstml-inner-wrap { |
| 395 |
display: block; |
| 396 |
} |
| 397 |
.ee--tstml-inner-wrap .eel-author { |
| 398 |
text-align: center; |
| 399 |
margin-bottom: 24px; |
| 400 |
} |
| 401 |
.ee--tstml-inner-wrap .eel-picture { |
| 402 |
min-width: 100px; |
| 403 |
margin: 0 auto; |
| 404 |
padding-top: 10px; |
| 405 |
} |
| 406 |
.ee--tstml-inner-wrap .eel-description { |
| 407 |
text-align: center; |
| 408 |
margin-bottom: 30px; |
| 409 |
} |
| 410 |
.ee--tstml-inner-wrap .eel-quote { |
| 411 |
text-align: center; |
| 412 |
} |
| 413 |
.ee--tstml-inner-wrap .eel-quote svg { |
| 414 |
height: 60px; |
| 415 |
} |
| 416 |
.e-e-testimonial .grid-wrap { |
| 417 |
display: block; |
| 418 |
} |
| 419 |
.ee--tstml-inner-wrap.skin3 .eel-company-logo { |
| 420 |
text-align: center; |
| 421 |
} |
| 422 |
.ee--tstml-inner-wrap.skin3 .eel-picture { |
| 423 |
margin: 0 auto; |
| 424 |
margin-bottom: 10px; |
| 425 |
} |
| 426 |
.ee--tstml-inner-wrap.skin3 .eel-author { |
| 427 |
margin-bottom: 0; |
| 428 |
} |
| 429 |
.ee--tstml-inner-wrap.skin2 .eel-picture-des-wrap { |
| 430 |
display: inline-grid; |
| 431 |
} |
| 432 |
.ee--tstml-inner-wrap.skin2 .eel-company-logo { |
| 433 |
text-align: center; |
| 434 |
} |
| 435 |
.ee--tstml-inner-wrap.skin2 .eel-picture { |
| 436 |
margin-right: auto; |
| 437 |
padding-bottom: 10px; |
| 438 |
} |
| 439 |
.ee--tstml-inner-wrap.skin1 .eel-picture { |
| 440 |
margin-right: auto; |
| 441 |
} |
| 442 |
.ee--tstml-inner-wrap.skin1 .eel-company-logo { |
| 443 |
text-align: center; |
| 444 |
margin-top: 15px; |
| 445 |
} |
| 446 |
.ee--tstml-inner-wrap.skin4 .eel-picture-des-wrap { |
| 447 |
display: block; |
| 448 |
} |
| 449 |
.ee--tstml-inner-wrap.skin4 .eel-picture { |
| 450 |
margin-right: 0; |
| 451 |
margin-bottom: 25px; |
| 452 |
} |
| 453 |
.ee--tstml-inner-wrap .eel-author-wrap { |
| 454 |
display: block; |
| 455 |
text-align: center; |
| 456 |
} |
| 457 |
.ee--tstml-inner-wrap.skin5 .eel-rating { |
| 458 |
justify-content: center; |
| 459 |
} |
| 460 |
.ee--tstml-inner-wrap.skin5 .eel-picture img { |
| 461 |
margin: auto; |
| 462 |
margin-bottom: 20px; |
| 463 |
} |
| 464 |
.ee--tstml-inner-wrap.skin5 .eel-rating { |
| 465 |
justify-content: center; |
| 466 |
text-align: center; |
| 467 |
} |
| 468 |
.ee--tstml-inner-wrap .eel-author { |
| 469 |
margin-bottom: 10px; |
| 470 |
} |
| 471 |
.ee--tstml-inner-wrap.skin5 .eel-company-logo { |
| 472 |
text-align: center; |
| 473 |
} |
| 474 |
.ee--tstml-inner-wrap.skin6 .eel-picture img { |
| 475 |
margin: auto; |
| 476 |
margin-bottom: 10px; |
| 477 |
} |
| 478 |
} |
| 479 |
@media (max-width: 600px) { |
| 480 |
.ee--tstml-inner-wrap .eel-description { |
| 481 |
font-size: 18px; |
| 482 |
} |
| 483 |
} |