* { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none !important; list-style: none !important } html { scroll-behavior: smooth } body { font-family: Nunito, sans-serif; overflow-x: hidden } body.loading { overflow: hidden } .preLoader-active { display: none } img { max-width: 100%; height: auto; object-fit: cover } .elegant-burger { position: relative; width: 40px; height: 40px; background: 0 0; border: none !important; padding: 0; cursor: pointer; display: flex; align-items: center; justify-content: center; outline: 0 } .elegant-burger:focus { outline: 0; box-shadow: none } .burger-container { width: 30px; height: 20px; display: flex; flex-direction: column; justify-content: space-between; position: relative } .burger-line { width: 100%; height: 3px; background-color: #007bff; border-radius: 2px; transition: transform .4s ease, background-color .3s ease } .elegant-burger:hover .burger-line { background-color: #0056b3 } .elegant-burger.collapsed .burger-line:first-child { transform: translateY(9px) rotate(45deg) } .elegant-burger.collapsed .burger-line:nth-child(2) { opacity: 0 } .elegant-burger.collapsed .burger-line:nth-child(3) { transform: translateY(-9px) rotate(-45deg) } .elegant-burger:hover .burger-line { transform: scale(1.05) } button:focus { outline: 0 !important; box-shadow: none !important } .custom-cursor { position: fixed; top: 0; left: 0; width: 10px; height: 10px; background-color: #000; border-radius: 50%; pointer-events: none; z-index: 1000; transform: translate(-50%, -50%); will-change: transform, width, height, background-color; transition: width .2s ease, height .2s ease, background-color .2s ease } @media (max-width:1024px) { .custom-cursor { display: none } } .preLoader { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: #fff; color: linear-gradient(135deg, #ff22e6, #642bff); display: flex; justify-content: center; align-items: center; z-index: 111111111111 } textarea { resize: none !important } ::-webkit-scrollbar { width: 5px } ::-webkit-scrollbar-track { background: 0 0 } ::-webkit-scrollbar-thumb { background: #888 } ::-webkit-scrollbar-thumb:hover { background: #555 } .call-buton .cc-calto-action-ripple { z-index: 99999; position: fixed; right: 1.6rem; bottom: 2.3rem; background: #4361ee; width: 4rem; height: 4rem; padding: 1rem; border-radius: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; -webkit-animation: cc-calto-action-ripple .6s linear infinite; animation: cc-calto-action-ripple .6s linear infinite; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-items: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-decoration: none } .call-buton .cc-calto-action-ripple i { -webkit-transition: .3s ease; transition: .3s ease; font-size: 2.2rem } .call-buton .cc-calto-action-ripple:hover i { -webkit-transform: rotate(135deg); transform: rotate(135deg) } @-webkit-keyframes cc-calto-action-ripple { 0% { -webkit-box-shadow: linear-gradient(135deg, #2af, #26f), linear-gradient(135deg, #2af, #26f), 0 0 0 5px rgba(0, 139, 236, .2), 0 0 0 10px rgba(0, 139, 236, .2); box-shadow: 0 4px 10px rgba(0, 139, 236, .2), 0 0 0 0 rgba(0, 139, 236, .2), 0 0 0 5px rgba(0, 139, 236, .2), 0 0 0 10px rgba(0, 139, 236, .2) } 100% { -webkit-box-shadow: 0 4px 10px rgba(0, 139, 236, .2), 0 0 0 5px rgba(0, 139, 236, .2), 0 0 0 10px rgba(0, 139, 236, .2), 0 0 0 20px rgba(0, 139, 236, 0); box-shadow: 0 4px 10px rgba(0, 139, 236, .2), 0 0 0 5px rgba(0, 139, 236, .2), 0 0 0 10px rgba(0, 139, 236, .2), 0 0 0 20px rgba(0, 139, 236, 0) } } @keyframes cc-calto-action-ripple { 0% { -webkit-box-shadow: 0 4px 10px rgba(0, 139, 236, .2), 0 0 0 0 rgba(0, 139, 236, .2), 0 0 0 5px rgba(0, 139, 236, .2), 0 0 0 10px rgba(0, 139, 236, .2); box-shadow: 0 4px 10px rgba(0, 139, 236, .2), 0 0 0 0 rgba(0, 139, 236, .2), 0 0 0 5px rgba(0, 139, 236, .2), 0 0 0 10px rgba(0, 139, 236, .2) } 100% { -webkit-box-shadow: linear-gradient(135deg, #2af, #26f), linear-gradient(135deg, #2af, #26f), linear-gradient(135deg, #2af, #26f), linear-gradient(135deg, #2af, #26f); box-shadow: linear-gradient(135deg, #2af, #26f), linear-gradient(135deg, #2af, #26f), linear-gradient(135deg, #2af, #26f) } } .scroll-to-top { position: fixed; bottom: 38px; left: 20px; width: 50px; height: 50px; border-radius: 50%; background-color: #fff; border: none; box-shadow: 0 0 10px rgba(0, 0, 0, .1); cursor: pointer; display: none; align-items: center; justify-content: center; transition: all .3s ease-in-out } .scroll-to-top:hover { box-shadow: 0 0 15px rgba(0, 0, 0, .2); transform: translateY(-5px) } .scroll-to-top i { color: #4361ee; font-size: 24px } .top-navbar { font-size: 14px } .social-links a { color: #333; text-decoration: none } .social-links a:hover { color: #007bff } .contact-info a { color: #333 } .contact-info .local { margin-left: 20px; cursor: pointer } .contact-info .local:hover { color: linear-gradient(135deg, #ff22e6, #642bff) } .language-switcher a { color: #333; text-decoration: none; font-weight: 600 } .language-switcher a:hover { color: #007bff } .navbar { background-color: #fff; border-bottom: 1px solid #ddd } .top-navbar { transition: opacity .5s ease, transform .5s ease } .top-navbar .contact-info { margin-left: 20px } .sticky-nav { position: fixed; top: 0; width: 100%; z-index: 9999; background-color: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, .1); transition: opacity .5s ease, transform .5s ease } .hide { opacity: 0; transform: translateY(-20px) } .show { opacity: 1; transform: translateY(0) } .navbar-nav .nav-link { color: #333; font-weight: 700; padding-bottom: 10px } .nav-link-active { position: relative; display: inline-block } .nav-link-active::after { content: ""; position: absolute; width: 100%; height: 2px; background-color: #007bff; bottom: 0; left: 0; transform: scaleX(0); transition: transform .3s ease } .nav-link-active.active::after { transform: scaleX(1) } .navbar-nav .nav-link:hover { color: #007bff } .last-li-btn { background: #4361ee; color: #fff !important; border-radius: 23px; width: 205px; display: flex; justify-content: center; align-items: center; transition: transform .5s ease } .last-li-btn-2 { background: 0 0; border: 1px solid #4361ee; margin-right: 12px; color: #4361ee !important; border-radius: 23px; width: 200px; display: flex; justify-content: center; align-items: center; transition: transform .5s ease } .last-li-btn:hover { transform: scale(1.1) } .last-li-btn-2:hover { transform: scale(1.1); color: #fff !important; background: #4361ee; border: none } .modal-dialog { margin: 0; justify-content: center; } .custom-modal-content { border-radius: 16px; box-shadow: 0 20px 40px rgba(0, 0, 0, .25); background: radial-gradient(circle, #fff, #e0eaff); border: none; position: relative; overflow: hidden; z-index: 1050; max-width: 90vw } .modal-backdrop.show { opacity: .5 } .modal-dialog { margin: auto } .custom-modal-header { background: linear-gradient(135deg, #3a86ff, #48c6ef); color: #fff; padding: 1.5rem 2rem; border-top-left-radius: 16px; border-top-right-radius: 16px; font-size: 1.5rem; font-weight: 600; position: relative } .custom-modal-header::before { content: ''; position: absolute; top: -10px; left: -10px; width: calc(100% + 20px); height: calc(100% + 20px); background: rgba(58, 134, 255, .1); border-radius: 50%; z-index: -1 } .custom-modal-body { padding: 1rem; font-family: Arial, sans-serif; color: #333 } .custom-form-group { margin-bottom: 1.5rem } .custom-input, .custom-textarea { background-color: #fff; border: 1px solid #ddd; border-radius: 12px; padding: .5rem; font-size: 1rem; transition: border-color .3s, box-shadow .3s; box-shadow: 0 4px 8px rgba(0, 0, 0, .1) } .custom-form-label { margin-top: 10px } .custom-input:focus, .custom-textarea:focus { border-color: #3a86ff; box-shadow: 0 0 8px rgba(58, 134, 255, .3); outline: 0 } .custom-textarea { resize: none } .custom-submit-btn { background: linear-gradient(135deg, #3a86ff, #48c6ef); color: #fff; border-radius: 12px; width: 100%; border: none; cursor: pointer; transition: background-color .3s, transform .2s; position: relative; overflow: hidden } .custom-submit-btn::before { content: ''; position: absolute; top: 50%; left: 50%; width: 300%; height: 300%; background: rgba(255, 255, 255, .3); border-radius: 50%; transition: transform .4s; transform: translate(-50%, -50%) scale(0); z-index: 0 } .custom-submit-btn:hover::before { transform: translate(-50%, -50%) scale(1) } .custom-submit-btn:hover { background: linear-gradient(135deg, #2a4dff, #1d3c99); transform: scale(1.05); color: #fff; z-index: 1 } .custom-submit-btn:active { background: #1d3c99; transform: scale(.98); color: #fff } .phone-input-container { display: flex; align-items: center; margin-bottom: 1.5rem } .phone-prefix { background-color: #f2f2f2; padding: .75rem; border-radius: 12px 0 0 12px; border: 1px solid #ddd; border-right: none; font-weight: 700; font-size: 1rem; position: relative; z-index: 1 } .phone-prefix::before { content: ''; position: absolute; top: 50%; left: -15px; width: 30px; height: 30px; background: #3a86ff; border-radius: 50%; transform: translateY(-50%); z-index: -1 } .btn-close { filter: invert(100%) } @media (max-width:768px) { .custom-modal-content { max-width: 90vw } .custom-modal-body, .custom-modal-header { padding: 1rem } .custom-submit-btn { font-size: 1rem; padding: .5rem } } @media (max-width:576px) { .custom-modal-header { font-size: 1.25rem } .custom-submit-btn { font-size: .9rem; padding: .5rem } } @media only screen and (max-width:520px) { .social-links { display: flex; flex-direction: column } } @media only screen and (max-width:484px) { .social-links { display: flex; flex-direction: column } .ct-info-mail { display: block } .parallax-section h2 { font-size: 20px !important } .section-echocg h2 { font-size: 20px !important } .doctors-header h2 { font-size: 20px !important } #faq-section h2 { font-size: 25px !important } .custom-faq-question { font-size: 15px !important } .benefit-section h2 { font-size: 20px !important } } @media only screen and (max-width:454px) { .header-title a.btn-more { display: block; left: 50%; top: 50%; transform: translate(10px, 10px); margin-top: -20px; margin-bottom: 10px } a.down-mouse { display: none } } .language-switcher { position: relative; display: inline-block; cursor: pointer } .language-switcher select { width: auto; padding: .4rem 2rem; font-size: 16px; border-radius: 30px; border: 2px solid transparent; background-origin: border-box; background-clip: content-box, border-box; transition: all .4s ease; color: #333; font-weight: 600; box-shadow: 0 4px 6px rgba(0, 0, 0, .1); cursor: pointer } .language-switcher select:hover { border: 2px solid #0072ff; color: #0072ff } .language-switcher select:focus { outline: 0; border: 2px solid #ff6a00; color: #ff6a00; box-shadow: 0 0 10px rgba(255, 106, 0, .5); cursor: pointer } .custom-paragraph { margin-bottom: 1rem } .language-switcher i { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); pointer-events: none; font-size: 18px; color: #0072ff; transition: color .4s ease } .language-switcher select:hover+i { color: #ff6a00 } .header-title { width: 100%; height: auto; margin: auto; background: #4361ee; margin-top: 130px; color: #fff; border-radius: 20px; padding: 30px 30px; display: flex; justify-content: space-between; align-items: center } @media only screen and (max-width:992px) { nav li { margin-bottom: 10px } .header-title { text-align: center } .im-content { margin-top: 30px } } @media only screen and (max-width:768px) { .header-title { text-align: center; display: flex; align-items: center } .im-content { margin-top: 30px; margin-left: 12px } span.local { display: none } } .header-title h2 { font-weight: 700; font-size: 30px; margin: auto } .header-title p { font-weight: 500; letter-spacing: 1.2px; margin: 0; padding: 10px 0 } .header-title .btn-more { color: linear-gradient(135deg, #ff22e6, #642bff); background: #fff; padding: 10px 20px; margin: auto; margin-top: 20px; border-radius: 20px } .header-title p span.bg-p { background-color: #fff; color: linear-gradient(135deg, #ff22e6, #642bff) } .main-content { width: 100%; display: flex; justify-content: space-between; align-items: center } img.img-banner { border-radius: 20px } .down-mouse { color: #fff; margin-left: 14px; border-left: 1px solid #fff; padding-left: 10px } section.services { width: 100%; margin: auto; margin-top: 100px } .services-heading { text-align: center; margin-top: 50px; margin-bottom: 30px } .services-heading h2 { font-size: 2.5rem; color: #007bff; font-weight: 700; position: relative; display: inline-block; padding-bottom: 10px } .services-heading h2::after { content: ''; width: 60px; height: 4px; background-color: #007bff; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); border-radius: 2px } .service-card { height: 150px; background-size: cover; background-position: center; color: #fff; display: flex; align-items: center; justify-content: center; border: none; border-radius: 10px; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; cursor: pointer } .service-card:hover { transform: translateY(-5px); box-shadow: 0 .5rem 1rem rgba(0, 123, 255, .25) } .service-card .card-title { background-color: rgba(0, 0, 0, .5); padding: 10px; border-radius: 5px; text-align: center; font-weight: 700; font-size: 1.5rem } .advantages { width: 100%; margin: auto } #advantages { background-color: #f8f9fa; padding: 50px 0 } .advantage-box { width: 100%; background-color: #fff; border-radius: 10px; transition: transform .3s ease; display: flex; flex-direction: column; justify-content: space-between; height: 100% } .advantage-box.show { opacity: 1; transform: translateY(0) } .advantage-box:hover { transform: translateY(-10px); box-shadow: 0 20px 30px rgba(0, 0, 0, .1); transform: scale(1.05) } .advantage-box i { color: #007bff; transition: color .3s ease } .advantage-box:hover i { color: #0056b3 } .advantages .advantage-box h4 { font-size: 1.25rem; margin-bottom: 1rem } .advantages .row { display: flex; align-items: stretch } .advantage-box p { margin-top: auto; flex-grow: 1; margin-bottom: 1rem; min-height: 100px } .modal-dialog { max-width: 800px; margin: 1.75rem auto } .modal-content { padding: 10px } .modal-header { border-bottom: none } .modal-body { font-size: 1.1rem; line-height: 1.5 } .btn-close { margin-top: -10px; margin-right: -10px } @media (max-width:767.98px) { .advantage-box { font-size: 14px } .advantage-box h3 { font-size: 16px } .advantages .advantage-box p { min-height: auto } } @media (min-width:768px) and (max-width:991.98px) { .advantage-box { font-size: 16px; padding: 15px } .advantage-box h3 { font-size: 18px } } @media (min-width:992px) { .advantage-box { font-size: 18px; padding: 20px } .advantage-box h3 { font-size: 20px } } .callback-section { background-color: #4361ee; color: #fff; border-radius: 20px; box-shadow: 0 8px 20px rgba(0, 0, 0, .1); padding: 40px } .callback-section h2 { font-weight: 700; font-size: 2.5rem; margin-bottom: 15px } .callback-section p { font-size: 1.2rem; margin-bottom: 30px } .callback-section .form-control { border-radius: 20px; background-color: #fff; color: #4361ee; border: 2px solid #4361ee; padding: 12px 15px; box-shadow: 0 4px 10px rgba(0, 0, 0, .15); transition: all .3s ease } .callback-section .form-control:focus { border-color: #5a7bf2; box-shadow: 0 6px 15px rgba(0, 0, 0, .2); outline: 0 } .callback-section .form-control::placeholder { color: rgba(67, 97, 238, .5) } .callback-section .btn-primary { background-color: #fff; color: #4361ee; border-radius: 20px; padding: 10px 35px; font-weight: 600; border: 2px solid #4361ee; box-shadow: 0 4px 10px rgba(0, 0, 0, .15); transition: all .3s ease } .callback-section .btn-primary:hover { background-color: #5a7bf2; color: #fff; box-shadow: 0 6px 15px rgba(0, 0, 0, .2) } .callback-section .input-group-text { background-color: #fff; color: #4361ee; border: 2px solid #4361ee; border-radius: 20px 0 0 20px; padding: 10px 15px; box-shadow: 0 4px 10px rgba(0, 0, 0, .15) } @media (max-width:768px) { .callback-section { padding: 20px } .callback-section h2 { font-size: 2rem } .callback-section p { font-size: 1.1rem } .callback-section .btn-primary { width: 100%; padding: 10px 0 } } #faq-section { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, .1); padding: 40px; max-width: 1200px; margin: 0 auto; margin-top: 100px } #faq-section h2 { font-size: 2.5rem; color: #007bff; margin-bottom: 40px } .custom-faq-accordion { border-top: 1px solid #e0e0e0 } .custom-faq-item { border-bottom: 1px solid #e0e0e0 } .custom-faq-question { background: 0 0; border: none; padding: 20px; width: 100%; text-align: left; font-size: 1.2rem; font-weight: 700; color: #007bff; cursor: pointer; transition: background-color .3s ease; outline: 0; display: flex; justify-content: space-between; align-items: center } .custom-faq-question::after { content: '+'; font-size: 1.5rem; transition: transform .3s ease } .custom-faq-question.active::after { transform: rotate(45deg) } .custom-faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; padding: 0 20px; font-size: 1rem; color: #555 } .custom-faq-answer p { margin: 15px 0 } .custom-faq-question:hover { background-color: #f0f8ff } .custom-faq-question.active { color: #0056b3 } .custom-faq-answer.open { max-height: 200px } .news-container { padding: 50px; background-color: #f9f9f9; text-align: center; margin-top: 60px } .news-title { font-size: 2.5rem; color: #333; margin-bottom: 40px; font-weight: 600 } .news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; gap: 30px } .news-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, .1); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; min-height: 350px } .news-card-link { text-decoration: none; color: inherit } .news-card:hover { transform: translateY(-10px); box-shadow: 0 8px 16px rgba(0, 0, 0, .2) } .news-image { width: 100%; height: 200px; object-fit: cover; transition: opacity .3s ease } .news-card:hover .news-image { opacity: .9 } .news-content { padding: 20px; text-align: left } .news-heading { font-size: 1.5rem; color: #4361ee; margin-bottom: 15px; font-weight: 600 } .news-text { font-size: 1rem; color: #555; margin-bottom: 20px } @media (max-width:480px) { .news-grid { display: flex; flex-direction: column; align-items: center } .all-news-button { font-size: 15px !important } } .all-news-container { margin-top: 40px; text-align: center } .all-news-button { font-size: 1.2rem; padding: 12px 30px; background-color: transparent; color: #4361ee; border-radius: 5px; text-decoration: none; transition: background-color .3s ease; border: 1px solid #4361ee } .all-news-button:hover { background-color: #4361ee; color: #fff } footer { width: 100%; margin: auto; margin-top: 100px } .contact-section { background-color: #4361ee; padding: 20px 0; position: relative; top: -40px } .contact-box { display: flex; justify-content: space-between; align-items: center; max-width: 1100px; margin: 0 auto } .contact-text { color: #fff; display: flex; align-items: center } .contact-text h3 { margin: 0; font-size: 24px; font-weight: 700 } .contact-text h3 span { font-weight: 400; margin-left: 10px; font-size: 16px; color: #dcdcdc } .contact-inputs { display: flex; align-items: center } .phone-input { padding: 12px 18px; border-radius: 30px; border: none; font-size: 16px; margin-right: 10px; width: 270px; box-sizing: border-box; box-shadow: 0 4px 10px rgba(0, 0, 0, .1) } .contact-btn { background-color: #fff; color: #4361ee; border: none; padding: 12px 25px; font-size: 16px; font-weight: 700; border-radius: 30px; transition: all .3s ease; cursor: pointer; box-shadow: 0 4px 10px rgba(0, 0, 0, .1) } @media (max-width:767px) { .contact-box { flex-direction: column } .contact-inputs { flex-direction: column } .phone-input { margin-right: 0; margin-bottom: 15px; margin-top: 10px; width: 100%; padding: 14px 120px } .contact-btn { width: 100%; padding: 14px 30px } .contact-text { flex-direction: column; text-align: center } .contact-text h3 { font-size: 20px } .contact-text h3 span { font-size: 14px; margin-left: 0 } } .footer-btn { background-color: #4361ee; color: #fff; border: none; padding: 12px 34px; font-size: 16px; font-weight: 700; border-radius: 25px; transition: all .3s ease; cursor: pointer } .footer-btn:hover { background-color: #354ac7; box-shadow: 0 4px 15px rgba(0, 0, 0, .2) } .footer-btn:active { background-color: #2b3a9e; box-shadow: 0 3px 10px rgba(0, 0, 0, .2); transform: translateY(2px) } footer a { color: #000; text-decoration: none } footer a:hover { color: #28a745; text-decoration: underline } footer .bg-light { background-color: #f8f9fa !important } footer .text-dark { color: #343a40 !important } footer .text-uppercase { text-transform: uppercase } footer .list-inline-item a i { font-size: 20px } #doctors { background: #f0f4f8; padding: 60px 0 } .doctor-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, .12); transition: transform .3s ease, box-shadow .3s ease; position: relative } .doctor-card:hover { transform: translateY(-10px); box-shadow: 0 16px 40px rgba(0, 0, 0, .2) } .doctor-img { overflow: hidden; position: relative } .doctor-img img { width: 100%; height: 500px; transition: transform .5s ease } .doctor-card:hover .doctor-img img { transform: scale(1.1) } .doctor-info { padding: 20px; text-align: center } .doctor-name { font-size: 1.5rem; font-weight: 700; margin-bottom: 10px; color: #2c3e50 } .doctor-specialty { font-size: 1rem; margin-bottom: 8px; color: #7f8c8d } .doctor-type { font-size: .9rem; color: #4361ee; margin-bottom: 20px } .btn-details { background-color: #4361ee; color: #fff; padding: 10px 20px; border-radius: 30px; font-size: .9rem; text-transform: uppercase; transition: background-color .3s ease } .btn-details:hover { background-color: #3541b3; color: #fff } .btn-lg { padding: 15px 30px; font-size: 1.1rem; border-radius: 30px } .btn-primary { background-color: #4361ee; color: #fff; transition: background-color .3s ease } .btn-primary:hover { background-color: #3541b3 } .doctors-header { width: 100%; height: 200px; background-color: #4361ee; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden } .doctors-header h2 { margin-top: 40px; font-size: 36px; font-weight: 700; color: #fff; position: relative; z-index: 1; text-transform: uppercase; letter-spacing: 3px; transition: transform .5s ease } .doctors-header h2::after, .doctors-header h2::before { content: ""; position: absolute; width: 50px; height: 50px; background-color: rgba(255, 255, 255, .2); border-radius: 50%; animation: move 5s infinite alternate ease-in-out } .doctors-header h2::before { top: -20px; left: -20px; animation-delay: .5s } .doctors-header h2::after { bottom: -20px; right: -20px } @keyframes move { 0% { transform: translate(0, 0) } 100% { transform: translate(20px, 20px) } } .doctors-header:hover h2 { transform: scale(1.1) } .custom-contact-section { padding: 60px 0 } .custom-section-title { font-size: 2.5rem; margin-bottom: 40px; text-align: center; color: #2d3748; font-weight: 700 } .custom-contact-form { padding: 40px; border-radius: 15px; box-shadow: 0 8px 16px rgba(0, 0, 0, .1); background-color: #fff; transition: all .3s ease } .custom-contact-form:hover { box-shadow: 0 12px 24px rgba(0, 0, 0, .2); transform: scale(1.02) } .custom-form-group { margin-bottom: 25px } .custom-form-group label { font-weight: 600; margin-bottom: 10px; display: block; color: #2d3748 } .custom-form-control { width: 100%; border-radius: 10px; border: 1px solid #e2e8f0; padding: 15px; font-size: 1rem; transition: border-color .3s ease, box-shadow .3s ease } .custom-form-control:focus { border-color: #4361ee; outline: 0; box-shadow: 0 0 0 3px rgba(67, 97, 238, .2) } .custom-submit-btn { background-color: #4361ee; border-color: #4361ee; border-radius: 10px; padding: 12px 25px; font-size: 1.1rem; font-weight: 600; transition: background-color .3s ease, border-color .3s ease, transform .3s ease; color: #fff; border: none } .custom-submit-btn:hover { background-color: #3b50d7; border-color: #3b50d7; transform: translateY(-2px) } .custom-info-section { padding: 60px 0 } .custom-info-section.bg-light { background-color: #f8f9fa } .custom-info-item { background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, .1); transition: all .3s ease; margin-bottom: 30px; text-align: center; transform: scale(1) } .custom-info-item:hover { transform: scale(1.05); box-shadow: 0 8px 16px rgba(0, 0, 0, .2) } .custom-info-item i { font-size: 2.5rem; color: #4361ee; margin-bottom: 15px; transition: color .3s ease } .custom-info-item:hover i { color: #3b50d7 } .custom-info-item h3 { font-size: 1.6rem; margin-bottom: 10px; color: #2d3748; font-weight: 600 } .custom-info-item p { font-size: 1.2rem; color: #4a5568 } @media (max-width:768px) { .custom-contact-form { padding: 30px } .custom-info-item { margin-bottom: 20px } } .section-echocg { padding: 60px 0; background-color: #f4f8fb } .section-echocg h2 { text-align: center; font-weight: 700; margin-bottom: 40px; color: #007bff; text-transform: uppercase; letter-spacing: 2px } .echocg-card { transition: transform .3s ease-in-out, box-shadow .3s ease-in-out; border: none; border-radius: 15px; background-color: #fff; box-shadow: 0 4px 10px rgba(0, 0, 0, .1); position: relative; overflow: hidden } .echocg-card:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0, 0, 0, .2) } .echocg-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 123, 255, .5); clip-path: circle(0% at 50% 50%); transition: clip-path .5s ease } .echocg-card:hover::before { clip-path: circle(150% at 50% 50%) } .echocg-icon { font-size: 50px; color: #007bff; position: relative; z-index: 1 } .echocg-card h5 { position: relative; z-index: 1 } .echocg-card p { position: relative; z-index: 1 } .echocg-btn { background-color: #007bff; color: #fff; border: none; transition: background-color .3s, transform .3s; padding: 10px 25px; border-radius: 30px } .echocg-btn:hover { background-color: #0056b3; color: #fff; transform: translateY(-5px) } .faq-section { padding: 60px 0; background-color: #fff; margin-bottom: -120px } .faq-title { font-size: 24px; font-weight: 700; color: #007bff } .faq-item { border-bottom: 1px solid #ddd; padding: 15px 0 } .parallax-section { background-image: url('./assets/images/exokg.jpg'); background-attachment: fixed; background-size: cover; background-position: center; color: #fff; padding: 100px 0; text-align: center } .parallax-section h2 { font-size: 48px; letter-spacing: 2px; margin-bottom: 20px; text-transform: uppercase; background-color: rgba(0, 0, 0, .5); padding: 10px; border-radius: 10px } .parallax-section p { font-size: 18px; margin-bottom: 40px; background-color: rgba(0, 0, 0, .5); padding: 10px; border-radius: 10px } .section-checkup { padding: 60px 0; background-color: #f8f9fa } .section-checkup h2 { text-align: center; font-weight: 700; margin-bottom: 40px; color: #007bff; text-transform: uppercase } .intro-section { padding: 80px 0 } .intro-section h1 { font-size: 48px; font-weight: 700; text-align: center; margin-bottom: 20px } .intro-section p { font-size: 20px; max-width: 800px; margin: 0 auto; text-align: center; line-height: 1.8 } .gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 15px; margin-top: 20px } .gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease-in-out, box-shadow .3s ease-in-out; border-radius: 10px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, .1) } .gallery img:hover { transform: scale(1.05); box-shadow: 0 8px 16px rgba(0, 0, 0, .2) } .modal-img { display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .8) } .modal-img img { position: absolute; max-width: 90%; max-height: 90%; top: 50%; left: 50%; transform: translate(-50%, -50%) } .modal-img .close { position: absolute; top: 15px; right: 30px; font-size: 30px; color: #fff; cursor: pointer } .price-section { background-color: #fff; padding: 60px 0; text-align: center } .price-section h2 { margin-bottom: 40px; color: #007bff } .price-table { background-color: #fff; box-shadow: 0 4px 10px rgba(0, 0, 0, .1); border-radius: 15px } .price-table td, .price-table th { padding: 15px; border: none } .price-table th { background-color: #007bff; color: #fff; text-transform: uppercase; font-size: 16px } .price-table td { background-color: #f8f9fa } .info-section { padding: 60px 0; color: #fff; text-align: center } .info-section h2 { margin-bottom: 40px; color: #000 } .info-cards { display: flex; justify-content: center; gap: 20px } .info-card { background-color: #4361ee; padding: 30px; border-radius: 15px; text-align: center; transition: background-color .3s ease; max-width: 300px; box-shadow: 0 6px 12px rgba(0, 0, 0, .1) } .info-card:hover { background-color: #003f7f } .info-card i { font-size: 40px; margin-bottom: 15px } .benefit-section { background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('./assets/images/checkup.jpg'); background-size: cover; background-position: center; padding: 100px 0; color: #fff; text-align: center; margin-bottom: -120px } .benefit-section h2 { font-size: 48px; margin-bottom: 20px; text-transform: uppercase; color: #f5f5f5 } .benefit-section p { font-size: 20px; max-width: 800px; margin: 0 auto; color: #f5f5f5 } .benefit-section p span { color: #007bff; font-weight: 700 } .laboratory-section { padding: 60px 0; position: relative } .laboratory-title { font-size: 2.5rem; color: #007bff; margin-bottom: 40px; position: relative; display: inline-block } .laboratory-title::after { content: ''; display: block; width: 50px; height: 4px; background: #007bff; position: absolute; bottom: -10px; left: 0 } .laboratory-card { position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, .2) } .laboratory-card-img-wrapper { position: relative; overflow: hidden; border-radius: 12px } .laboratory-card-img { width: 100%; transition: transform .3s ease } .laboratory-card-img:hover { transform: scale(1.1) } .laboratory-card-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 123, 255, .8); color: #fff; padding: 20px; opacity: 0; transition: opacity .3s ease; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center } .laboratory-card-img-wrapper:hover .laboratory-card-overlay { opacity: 1 } .laboratory-card-title { font-size: 1.8rem; margin-bottom: 10px } .laboratory-card-text { font-size: 1.1rem } .laboratory-services-title { font-size: 1.8rem; margin-bottom: 20px; color: #007bff } .laboratory-services-list { list-style: none; padding-left: 0 } .laboratory-service-item { font-size: 1.2rem; margin-bottom: 10px; display: flex; align-items: center; transition: color .3s ease } .laboratory-service-item i { font-size: 1.5rem; margin-right: 10px; color: #007bff } .laboratory-service-item:hover { color: #0056b3 } .laboratory-team-member { position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, .2) } .laboratory-team-img { width: 100%; transition: transform .3s ease } .laboratory-team-img:hover { transform: scale(1.1) } .laboratory-team-info { padding: 20px; background: #fff; position: absolute; bottom: 0; left: 0; width: 100%; text-align: center } .laboratory-team-name { font-size: 1.5rem; margin-bottom: 5px } .laboratory-team-role { font-size: 1rem; color: #777 } .laboratory-contact-title { font-size: 1.8rem; color: #007bff; margin-bottom: 20px } .laboratory-contact-info { font-size: 1.2rem; margin-bottom: 10px; color: #007bff; display: flex; align-items: center; justify-content: center } .laboratory-contact-info i { font-size: 1.5rem; margin-right: 10px } #unique-physiotherapy-section { position: relative; background: #f3f4f6; padding: 4rem 0 } .physiotherapy-image { border-radius: 50%; filter: grayscale(100%) brightness(80%); transition: filter .3s ease, transform .3s ease } .physiotherapy-image:hover { filter: grayscale(0%) brightness(100%); transform: scale(1.05) } .physiotherapy-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); opacity: 0; transition: opacity .5s ease; border-radius: 50% } .physiotherapy-overlay:hover { opacity: 1 } .physiotherapy-btn { background-color: #007bff; border-color: #007bff; color: #fff; transition: background-color .3s ease, transform .3s ease; border-radius: 50px; padding: .75rem 2rem } .physiotherapy-btn:hover { background-color: #0056b3; border-color: #004494; transform: translateY(-2px) } .physiotherapy-card { border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, .2); background: #fff; padding: 2rem; position: relative } .physiotherapy-contradictions-item, .physiotherapy-when-item { padding: 1.5rem; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, .1); background: #fff; margin-bottom: 1rem; transition: transform .3s ease, box-shadow .3s ease } .physiotherapy-contradictions-item:hover, .physiotherapy-when-item:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, .2) } .physiotherapy-subheading { color: #007bff; font-size: 1.25rem; margin-bottom: .5rem } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px) } to { opacity: 1; transform: translateY(0) } } .physiotherapy-card-title, .physiotherapy-heading { animation: fadeIn 1s ease-in-out } .mammography-container { width: 100%; height: auto; border-radius: 15px; padding: 40px 0; margin-top: -90px } .mammography-heading { font-size: 3rem; font-weight: 700; color: #007bff; margin-bottom: .5rem } .mammography-subheading { font-size: 1.25rem; color: #6c757d; margin-bottom: 2rem } .mammography-card { border-radius: 15px; display: flex; flex-direction: column; height: 100%; transition: transform .3s, box-shadow .3s } .mammography-card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, .2) } .mammography-card-body { padding: 2rem; display: flex; flex-direction: column; flex-grow: 1 } .mammography-card-title { font-size: 1.5rem; font-weight: 600; color: #333; display: flex; align-items: center } .mammography-icon { font-size: 1.4rem; color: #007bff; margin-right: .5rem } .mammography-card-text { font-size: 1rem; color: #555; margin-top: auto } @media (max-width:768px) { .mammography-heading { font-size: 2.5rem } .mammography-subheading { font-size: 1rem } } .about-xray-section { background-color: #fff } .about-xray-title { font-size: 2.5rem; font-weight: 700; color: #333; position: relative } .about-xray-title::after { content: ''; width: 80px; height: 4px; background-color: #4361ee; display: block; margin: .5rem 0 } .about-xray-text { font-size: 1.1rem; color: #555 } .about-xray-image-wrapper { position: relative; overflow: hidden; border-radius: 15px } .about-xray-image { width: 100%; height: auto; transition: transform .5s ease } .about-xray-image-wrapper:hover .about-xray-image { transform: scale(1.1) } .about-xray-icons { margin-top: 1rem } .about-xray-icon { color: #4361ee; transition: transform .3s ease } .about-xray-icon:hover { transform: scale(1.2) } .about-xray-icon-text { font-size: 1.1rem; color: #333; margin-top: .5rem; font-weight: 600 } .xray-title { font-size: 2.5rem; font-weight: 700; color: #333; position: relative } .xray-title::after { content: ''; width: 60px; height: 4px; background-color: #4361ee; display: block; margin: .5rem auto 0 } .xray-card { border: none; border-radius: 1rem; overflow: hidden; transition: transform .3s ease; position: relative } .xray-card:hover { transform: translateY(-10px) scale(1.05) } .xray-img { border-radius: 1rem 1rem 0 0; height: 200px; object-fit: cover } .xray-card .card-body { padding: 1.5rem; background-color: #fff; border-radius: 0 0 1rem 1rem; box-shadow: 0 4px 15px rgba(0, 0, 0, .1); max-height: 150px } .xray-card-title { font-size: 1.25rem; color: #333; font-weight: 600; margin-bottom: .75rem } .xray-card-text { font-size: 1rem; color: #666 } .xray-overlay-top { position: absolute; top: 10px; left: 10px; font-size: 2.5rem; color: rgba(255, 255, 255, .8); z-index: 10 } .xray-overlay-top i { animation: pulse 2s infinite } @keyframes pulse { 0% { transform: scale(1) } 50% { transform: scale(1.1) } 100% { transform: scale(1) } } .xray-card:hover .card-body { background-color: #f9f9f9; box-shadow: 0 8px 30px rgba(67, 97, 238, .2) } .ozon-description { padding: 4rem 2rem; background: linear-gradient(135deg, #f7fafc 50%, #e6f0ff 50%); color: #333 } .ozon-description h2 { font-size: 2.5rem; color: #007bff; margin-bottom: 1rem; text-transform: uppercase; animation: fadeInText 2s ease-in-out } .ozon-description p { font-size: 1.25rem; line-height: 1.6; color: #555; animation: fadeInText 2.5s ease-in-out } .ozon-description img { width: 100%; border-radius: 15px; box-shadow: 0 10px 25px rgba(0, 0, 0, .15); animation: fadeInImage 3s ease-in-out } @keyframes slideInDown { from { opacity: 0; transform: translateY(-50px) } to { opacity: 1; transform: translateY(0) } } @keyframes slideInUp { from { opacity: 0; transform: translateY(50px) } to { opacity: 1; transform: translateY(0) } } .advantages-section { padding: 5rem 2rem } .advantage-card { border-radius: 15px; transition: transform .3s ease-in-out, box-shadow .3s ease-in-out; background: #fff; box-shadow: 0 10px 20px rgba(0, 0, 0, .05) } .advantage-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, .1) } .advantage-card h3 { color: #007bff; margin-bottom: 1rem } .advantage-card i { font-size: 3rem; color: #4361ee; margin-bottom: 1rem } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px) } to { opacity: 1; transform: translateY(0) } } @keyframes fadeInDown { from { opacity: 0; transform: translateY(-30px) } to { opacity: 1; transform: translateY(0) } } .uniqueModal-approach, .uniqueModal-docs, .uniqueModal-equipment, .uniqueModal-lab { background-color: #fff } .uniqueModal-content-approach, .uniqueModal-content-docs, .uniqueModal-content-equipment, .uniqueModal-content-lab { border-radius: 10px; padding: 20px } .uniqueModal-header-approach, .uniqueModal-header-docs, .uniqueModal-header-equipment, .uniqueModal-header-lab { background-color: #4361ee; color: #fff } .uniqueModal-title-approach, .uniqueModal-title-docs, .uniqueModal-title-equipment, .uniqueModal-title-lab { font-size: 1.5rem } .uniqueModal-body-approach, .uniqueModal-body-docs, .uniqueModal-body-equipment, .uniqueModal-body-lab { font-size: 1.1rem; line-height: 1.6 } @media (max-width:768px) { .uniqueModal-body-approach, .uniqueModal-body-docs, .uniqueModal-body-equipment, .uniqueModal-body-lab { font-size: 1rem } .uniqueModal-title-approach, .uniqueModal-title-docs, .uniqueModal-title-equipment, .uniqueModal-title-lab { font-size: 1.25rem } } section.clinic-proc-room { position: relative; overflow: hidden } .clinic-proc-room { background-color: #f5f5f5; padding: 50px 0; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, .1) } .clinic-proc-room-title { font-size: 2.5rem; margin-bottom: 20px; color: #333; position: relative } .clinic-proc-room-title::after { content: ''; display: block; width: 50px; height: 3px; background: #007bff; position: absolute; bottom: -10px; left: 0 } .clinic-proc-room-description { font-size: 1.125rem; margin-bottom: 20px } .clinic-proc-room-services { margin-top: 20px; font-size: 1.125rem } .clinic-proc-room-services li { position: relative; padding-left: 30px; margin-bottom: 10px } .clinic-proc-room-services li i { color: #007bff; margin-right: 10px } .clinic-proc-room-btn { border-radius: 50px; transition: background-color .3s ease-in-out } .clinic-proc-room-btn:hover { background-color: #0056b3 } .clinic-proc-room-image img { border-radius: 10px; transition: transform .3s ease-in-out } .clinic-proc-room-image img:hover { transform: scale(1.05) } .modal-content { width: 90%; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, .2); top: 50%; left: 50%; transform: translate(-50%, 10%) } .modal-header { border-bottom: none } .modal-footer { border-top: none } .clinic-certificates { padding: 60px 0; position: relative; margin-bottom: -100px } .clinic-certificates::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, .5); z-index: 1 } .clinic-certificates-title { font-size: 2.5rem; margin-bottom: 40px; color: #007bff; text-align: center; z-index: 2; position: relative } .clinic-certificate-card { background: #fff; border-radius: 20px; box-shadow: 0 8px 16px rgba(0, 0, 0, .2); overflow: hidden; position: relative; transition: transform .3s ease, box-shadow .3s ease } .clinic-certificate-card:hover { transform: translateY(-10px); box-shadow: 0 16px 32px rgba(0, 0, 0, .3) } .certificate-image { position: relative; overflow: hidden } .certificate-image img { width: 100%; height: auto; transition: transform .3s ease } .certificate-image:hover img { transform: scale(1.05) } .certificate-info { padding: 20px; text-align: center } .certificate-name { font-size: 1.5rem; margin-bottom: 15px; color: #333 } .certificate-description { font-size: 1rem; color: #666 } .holter-section { padding: 80px 0; background: #fff; text-align: center } .holter-header { font-size: 2.5rem; font-weight: 700; color: #0056b3; margin-bottom: 40px; animation: fadeIn 2s } .holter-card { background-color: #f9f9f9; border: none; border-radius: 15px; padding: 30px; transition: transform .3s ease-in-out, box-shadow .3s ease-in-out; animation: slideUp 1.5s; display: flex; flex-direction: column; justify-content: space-between; height: 100% } .holter-card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, .1) } .holter-card h5 { font-size: 1.5rem; color: #007bff } .holter-card p { font-size: 1rem; color: #555; margin-top: 15px } .holter-card i { font-size: 3rem; color: #007bff; margin-bottom: 15px; transition: color .3s } .holter-card:hover i { color: #0056b3 } @keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } } @keyframes slideUp { from { transform: translateY(50px); opacity: 0 } to { transform: translateY(0); opacity: 1 } } .audiogram-section { padding: 80px 0; background: #fff; text-align: center } .audiogram-header { font-size: 2.5rem; font-weight: 700; color: #0056b3; margin-bottom: 40px; animation: fadeIn 2s } .audiogram-card { background-color: #f9f9f9; border: none; border-radius: 15px; padding: 30px; transition: transform .3s ease-in-out, box-shadow .3s ease-in-out; animation: slideUp 1.5s; display: flex; flex-direction: column; justify-content: space-between; height: 100% } .audiogram-card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, .1) } .audiogram-card h5 { font-size: 1.5rem; color: #007bff } .audiogram-card p { font-size: 1rem; color: #555; margin-top: 15px } .audiogram-card i { font-size: 3rem; color: #007bff; margin-bottom: 15px; transition: color .3s } .audiogram-card:hover i { color: #0056b3 } @keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } } @keyframes slideUp { from { transform: translateY(50px); opacity: 0 } to { transform: translateY(0); opacity: 1 } } .endoscopic-section { padding: 80px 0; background: #fff; text-align: center } .endoscopic-header { font-size: 2.5rem; font-weight: 700; color: #0056b3; margin-bottom: 40px; animation: fadeIn 2s } .endoscopic-card { background-color: #f9f9f9; border: none; border-radius: 15px; padding: 30px; transition: transform .3s ease-in-out, box-shadow .3s ease-in-out; animation: slideUp 1.5s; display: flex; flex-direction: column; justify-content: space-between; height: 100% } .endoscopic-card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, .1) } .endoscopic-card h5 { font-size: 1.5rem; color: #007bff } .endoscopic-card p { font-size: 1rem; color: #555; margin-top: 15px } .endoscopic-card i { font-size: 3rem; color: #007bff; margin-bottom: 15px; transition: color .3s } .endoscopic-card:hover i { color: #0056b3 } @keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } } @keyframes slideUp { from { transform: translateY(50px); opacity: 0 } to { transform: translateY(0); opacity: 1 } } .custom-gallery-section { width: 100%; padding: 40px 20px; padding-top: 120px; padding-bottom: 100px; text-align: center; border-radius: 10px; box-shadow: 0 4px 20px rgba(0, 0, 0, .1) } .custom-section-title { font-size: 2.5em; margin-bottom: 30px; color: #4361ee; text-transform: uppercase } .custom-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; justify-items: center } .custom-gallery-item { position: relative; overflow: hidden; border-radius: 15px; box-shadow: 0 2px 15px rgba(0, 0, 0, .2); transition: transform .3s, box-shadow .3s; width: 100%; max-width: 350px } .custom-gallery-item:hover { transform: scale(1.1); box-shadow: 0 6px 25px rgba(0, 0, 0, .3) } .custom-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 15px; transition: opacity .3s, transform .3s } .custom-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(67, 97, 238, .8); color: #fff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; border-radius: 15px } .custom-gallery-item:hover .custom-overlay { opacity: 1 } .custom-overlay-text { font-size: 1.5em; text-align: center; padding: 10px } @media (max-width:768px) { .custom-section-title { font-size: 2em } .custom-overlay-text { font-size: 1.2em } } #team-carousel { background-color: #f7f7f7; padding: 20px; border-radius: 10px; margin-top: -60px } .carousel-control-next, .carousel-control-prev { filter: brightness(.7) } .carousel-control-next-icon, .carousel-control-prev-icon { background-color: rgba(0, 0, 0, .5); border-radius: 50%; width: 60px; height: 60px } .team-member { position: relative; overflow: hidden; padding: 10px; transition: transform .3s ease-in-out } .team-member:hover { transform: scale(1.05) } .team-member img { border-radius: 10px; object-fit: cover; height: 440px; min-height: 230px; width: 100%; transition: transform .3s ease } .team-member:hover img { transform: scale(1.05) } .team-info { margin-top: 10px; text-align: center } .team-name { font-size: 18px; font-weight: 700; color: #333 } .team-role { font-size: 14px; color: #777; margin-top: 5px } @media (min-width:768px) { .team-member img { border-radius: 10px; object-fit: cover; height: 440px; min-height: 230px; width: 100%; transition: transform .3s ease } .col-sm-4 { flex: 0 0 auto; width: 33.3333% } } @media (min-width:992px) { .col-md-3 { flex: 0 0 auto; width: 25% } } @media (max-width:576px) { .team-member img { height: 240px; min-height: 200px } .col-6 { flex: 0 0 auto; width: 50% } } .carousel-control-next:hover, .carousel-control-prev:hover { filter: brightness(1) } .carousel-control-next-icon:hover, .carousel-control-prev-icon:hover { background-color: rgba(0, 0, 0, .8) } .testimonials-section { background: #f3f4f6 } .testimonial-card { transition: transform .3s ease; border-top-left-radius: 35px; box-shadow: 0; border-bottom-right-radius: 35px } .testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px rgba(0, 0, 0, .1) } .image-wrapper { position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden; background-color: #ddd } .testimonial-image { width: 100%; max-height: 300px; object-fit: cover; transition: transform .3s ease } .view-btn { position: absolute; top: 30px; left: 30px; padding: 8px 12px; background-color: rgba(0, 0, 0, .7); color: #fff; font-size: 14px; border-radius: 5px; opacity: 0; transition: opacity .3s ease; cursor: pointer } .image-wrapper:hover .view-btn { opacity: 1 } @media (max-width:768px) { .view-btn { opacity: 1 } } .image-modal { display: none; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .8); z-index: 1000; overflow: hidden } .image-modal.show { display: flex; z-index: 10010000000000000000000000000000000000000000000000000000000000000; box-shadow: 0 } .image-modal .close-modal { position: absolute; top: 20px; right: 30px; font-size: 30px; box-shadow: 0; color: #fff; cursor: pointer; z-index: 10010000000000000000000000000000000000000000000000000000000000000 } .modal-content { max-width: 90vw; max-height: 90vh; object-fit: contain; box-shadow: 0; position: relative; top: -10%; left: 45% }