body {
font-family: 'Source Sans Pro', sans-serif;
overflow-x: hidden;
} .h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700; }
.top-bar {
background-color: #fff;
padding: 10px 0;
font-size: 14px;
}
.top-bar-content {
display: flex;
justify-content: space-between;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.top-bar-left {
display: flex;
align-items: center;
}
.top-bar-center {
display: flex;
align-items: center;
}
.top-bar-info {
display: flex;
align-items: center;
margin-right: 0px;
}
.top-bar-right {
display: flex;
align-items: center;
}
.top-bar-link {
color: #000;
text-decoration: none;
margin-right: 10px;
font-size: 14px;
}
.mail-link {
margin-right: 15px;
}
.top-bar-link i {
margin-right: 5px;
color: #dc3545;
}
.navbar-toggler {
margin-right: 10px;
}
.hamburger-icon {
margin-left: auto;
}
.social-icons {
display: flex;
justify-content: flex-end;
}
.social-icons .social-icon {
color: #fff;
background-color: #000;
text-decoration: none;
margin-left: 10px;
font-size: 18px;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.social-icons .social-icon:hover {
color: #fff;
background-color: #333;
}
.navbar-brand .logo {
max-height: 100px;
}
.navbar-brand .logo-mobile {
max-height: 100px;
display: block;
margin: 0 auto;
}
.navbar-light .navbar-nav .nav-link {
color: #333;
font-weight: 700; transition: color 0.3s;
padding: 0.5rem 0.75rem;
margin-left: 0;
margin-right: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
color: #1a237e;
}
.navbar-light .navbar-nav .nav-link.active {
color: #1a237e;
}
.navbar-light .navbar-nav .nav-link.active:hover {
color: #1a237e;
}
.container {
margin: 0 auto;
width: 1300px; max-width: 100%;
padding: 0 15px;
}
.navbar {
background-color: #fff !important;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.carousel-item img {
height: 700px;
object-fit: cover;
}
.carousel-indicators {
display: none;
}
.footer {
padding: 20px 0;
background-color: #1a237e; color: #fff; text-align: center;
margin-top: 50px;
}
.footer-logo {
width: 100px; height: 100px; margin-bottom: 15px;
}
.img-fluid2 {
max-width: 50%;
height: auto;
} @media (max-width: 768px) {
.img-fluid2 {
max-width: 30%; }
}
.footer-link {
color: #333;
text-decoration: none;
margin: 0 10px;
}
.mobile-social-icons {
margin-left: auto;
} @media (max-width: 991.98px) {
.top-bar-content {
display: block;
}
.top-bar-left {
display: flex;
align-items: center;
justify-content: flex-start;
}
.top-bar-center {
display: none;
}
.top-bar-right {
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar-info .top-bar-link {
font-size: 12px;
}
.top-bar {
background-color: #f0f0f0;
}
.carousel-item img {
height: auto;
}
.mobile-social-icons .social-icon {
font-size: 16px;
width: 25px;
height: 25px;
}
}
@media (min-width: 768px) {
.top-bar-info {
margin-left: auto;
}
.top-bar-info .top-bar-link {
font-size: 16px;
}
} .icon-section {
background-color: #fff;
padding: 20px 0;
text-align: center;
}
.icon-row {
display: flex;
justify-content: center;
gap: 20px;
align-items: center;
}
.icon-item {
display: flex;
flex-direction: column;
align-items: center;
width: 200px;
text-align: center;
}
.icon-item img {
max-width: 100%;
height: auto;
max-height: 80px;
margin-bottom: 10px;
}
.icon-text {
font-size: 16px;
font-weight: 400; margin-top: 5px;
} @media (max-width: 767.98px) {
.icon-row {
flex-direction: row; align-items: center;
flex-wrap: wrap;
gap: 10px;
margin: 0 auto;
width: 100%;
}
.icon-item {
flex: 1 1 30%;
text-align: center;
max-width: 100px;
}
.icon-item img {
max-width: 100%;
height: auto;
}
.icon-text {
font-size: 14px;
margin-top: 5px;
}
}
.about-section {
background-color: white;
position: relative;
}
.about-section .container {
position: relative;
}
.about-image-wrapper {
position: relative;
}
.about-image {
width: 100%;
max-width: 620px;
height: auto;
border-radius: 50%;
object-fit: cover;
}
.about-text-wrapper {
padding-right: 20px;
}
.about-title {
font-family: 'Source Sans Pro', sans-serif;
font-size: 2rem;
font-weight: 300; color: #000000;
margin-bottom: 15px;
position: relative;
display: inline-block;
}
.about-title::after {
content: '';
position: absolute;
left: 0;
bottom: -5px;
width: 60px;
height: 2px;
background-color: #181e4e;
}
.about-description {
font-family: 'Source Sans Pro', sans-serif;
font-size: 1rem;
line-height: 1.6;
color: #000000;
}
.about-button {
display: inline-block;
padding: 10px 20px;
margin-top: 20px;
border: 1px solid #000000;
color: #000000;
text-decoration: none;
font-family: 'Source Sans Pro', sans-serif;
font-size: 0.9rem;
transition: background-color 0.3s, color 0.3s;
}
.about-button:hover {
background-color: #181e4e;
color: #fff;
}
@media (max-width: 991.98px) {
.about-text-wrapper {
padding-right: 0;
margin-bottom: 20px;
}
.about-image {
max-width: 400px;
height: auto;
}
}
.services-section {
background-color: #f9f9f9;
padding: 20px 0; }
.section-title {
font-family: 'Source Sans Pro', sans-serif;
font-size: 2rem;
font-weight: 400; color: #000000;
margin-bottom: 10px;
text-align: center;
display: block; position: relative;
}
.section-title-line {
width: 60px;
height: 2px;
background-color: #181e4e;
margin: auto; bottom: -0.3rem;
}
.service-item {
text-align: center;
margin-bottom: 20px;
}
.service-image-wrapper {
position: relative;
width: 75%;
overflow: hidden;
border-radius: 50%;
margin-bottom: 10px;
max-width: 275px;
max-height: 275px;
margin-left: auto;
margin-right: auto;
}
.service-image {
width: 100%;
height: 100%;
border-radius: 50%;
display: block;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease-in-out;
}
.service-image-wrapper:hover .service-image {
transform: scale(1.1);
}
.service-image-wrapper::before {
content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
border: 2px solid transparent;
border-radius: 50%;
transition: border-color 0.3s ease-in-out;
}
.service-image-wrapper:hover::before {
border-color: #181e4e;
}
.service-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s ease-in-out;
pointer-events: none;
}
.service-image-wrapper:hover .service-overlay {
background-color: rgba(0, 0, 0, 0.8);
}
.service-overlay-text {
color: #fff;
font-size: 1.1rem;
font-weight: 700;
font-family: 'Source Sans Pro', sans-serif;
opacity: 0;
transition: opacity 0.3s ease-in-out;
pointer-events: none;
}
.service-image-wrapper:hover .service-overlay-text {
opacity: 1;
}
.service-title {
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
color: #000000;
font-weight: 700; margin: 0 0 8px 0;
} @media (max-width: 767.98px) {
.service-image-wrapper {
max-width: 139px;
max-height: 139px;
margin-left: auto;
margin-right: auto;
}
.service-overlay-text {
font-size: 1rem;
}
} .dropdown-item {
color: #333;
transition: color 0.5s;
}
.dropdown-item:hover {
color: #000; }
.dropdown-item.active {
color: #bd2323; }
.dropdown-item.active:hover {
color: #000; } .certificates-section, .references-section {
padding: 5px 0;
background-color: #fff;
text-align: center;
}
.owl-carousel {
margin-bottom: 30px;
}
.certificates-carousel .item img {
max-width: 100%; max-height: 250px; margin: 0 auto;
border-radius: 5px;
display: block; }
.references-carousel .item img{
max-width: 150px;
max-height: 150px;
margin: 0 auto;
border-radius: 50%;
}
.owl-nav {
text-align: center;
}
.owl-nav button {
background: #f0f0f0;
border: none;
color: #000;
font-size: 2em; margin: 0 10px;
padding: 5px 15px;
border-radius: 5px;
outline: none;
}
.owl-nav button.disabled {
opacity: 0.6; pointer-events: none; }
.owl-nav button:hover {
background-color: #007bff; color: #fff;
cursor: pointer;
}
.owl-dots {
display: none;
margin-top: 20px;
text-align: center;
}
.owl-dots button {
width: 10px;
height: 10px;
border-radius: 50%;
margin: 0 5px;
background: #ddd;
border: none;
outline: none;
}
.owl-dots button.active {
background: #007bff;
} @media (max-width: 767.98px) {
.certificates-carousel .owl-stage{
display: flex;
}
.certificates-carousel .owl-item {
width: 50%;
padding: 0 7.5px;
box-sizing: border-box;
}
.certificates-carousel .item {
margin: 0;
width: 100%;
display: flex;
justify-content: center; }
.certificates-carousel .item img{
max-height: 150px;
display: block;
}
}
.news-section {
padding: 30px 0;
background-color: #f9f9f9;
text-align: center;
}
.news-section .section-title {
font-family: 'Source Sans Pro', sans-serif;
font-size: 2rem;
font-weight: 300;
color: #000000;
margin-bottom: 15px;
display: block;
position: relative;
}
.news-section .section-title-line {
width: 60px;
height: 2px;
background-color: #181e4e;
margin: auto;
bottom: -0.3rem;
}
.news-carousel { padding: 0 5px; }
.news-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 20px;
padding: 0 5px; }
.news-item {
width: 24%; padding: 10px;
box-sizing: border-box;
position: relative;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
margin-bottom: 20px;
min-width: 200px; }
.news-item img {
width: 100%; height: 200px; display: block;
border-radius: 10px;
object-fit: cover;
object-position: center; }
.news-item .news-title {
font-family: 'Source Sans Pro', sans-serif;
font-size: 1rem; color: #000;
font-weight: 700;
margin: 5px 0 0;
text-align: left;
padding: 0 10px;
position: relative;
z-index: 1;
line-height: 1.2; overflow: hidden; display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.news-item .news-title::after {
content: "";
position: absolute;
bottom: -15px;
left: 0;
width: 100%;
height: 5px;
background-color: #ff0000;
z-index: 1;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
} @media (max-width: 767.98px) {
.news-carousel { padding: 0 5px;
}
.news-container {
display: flex;
flex-wrap: wrap;
justify-content: center; padding: 0 5px; }
.news-item {
width: 48%; margin-bottom: 20px;
}
.news-item img {
max-height: 250px;
width: 100% !important;
}
.news-item .news-title {
font-size: 1rem;
}
}
footer {
font-family: 'Source Sans Pro', sans-serif;
}
footer a:hover {
text-decoration: underline;
} .bg-primary {
background-color: #1a237e !important; } #scrollToTop {
z-index: 1000;
border-radius: 50%;
background-color: #1a237e; color: white;
} @media (max-width: 768px) {
footer .row {
text-align: center;
}
footer .col-md-6 {
margin-bottom: 2rem;
}
} .corporate-page {
padding: 30px 0;
background-color: #fff;
} .corporate-header {
background-color: #1a237e;
color: #fff;
padding: 20px;
margin-bottom: 20px;
}
.corporate-title {
font-family: 'Source Sans Pro', sans-serif;
font-size: 2rem;
font-weight: 700; margin-bottom: 0;
}
.corporate-menu {
background-color: #f8f9fa;
padding: 0;
border-radius: 0;
height: auto;
width: 300px;
}
.corporate-menu ul {
list-style: none;
padding: 0;
}
.corporate-menu li {
margin-bottom: 0;
border-bottom: 1px solid #ddd;
}
.corporate-menu li:last-child {
border-bottom: none;
}
.corporate-menu a {
display: block;
padding: 10px 15px;
color: #333;
text-decoration: none;
transition: background-color 0.15s, color 0.15s;
font-size: 0.9rem;
background-color: #f8f9fa; }
.corporate-menu a:hover {
background-color: #e0e0e0;
color: #333;
} .corporate-menu li a.active {
background-color: #1e1559; color: #fff;
}
.corporate-menu ul li:first-child a {
background-color: #1a237e;
color: #fff;
font-size: 1rem; font-weight: 700; padding: 10px 15px;
margin-bottom: 0;
}
.corporate-content {
background-color: #fff;
padding: 20px;
border-radius: 5px;
} .content-wrapper {
display: flex;
align-items: flex-start;
}
.text-content {
flex: 1;
padding-right: 20px;
}
.corporate-description {
font-size: 1rem;
color: #555;
line-height: 1.8; margin-bottom: 15px;
}
.image-content {
flex-shrink: 0;
width: 300px;
position: relative;
}
.image-content img {
width: 100%;
border-radius: 5px;
display: block;
} .corporate-communication {
display: flex;
justify-content: center;
margin-top: 10px;
}
.communication-item {
margin-right: 10px;
text-align: center;
}
.communication-item a {
display: flex;
flex-direction: column;
align-items: center;
color: #333;
text-decoration: none;
}
.communication-item img {
width: 100px;
height: 78px;
margin-bottom: 5px;
}
.communication-item p {
margin: 0;
font-size: 0.9rem;
} @media (max-width: 991.98px) {
.corporate-menu {
margin-bottom: 20px;
width: 100%;
}
.corporate-menu-title {
text-align: left;
}
.corporate-content {
padding: 0;
}
.corporate-menu {
padding: 0 !important;
}
.content-wrapper {
flex-direction: column;
}
.text-content {
padding-right: 0;
margin-bottom: 20px;
}
.image-content {
width: 100%;
}
.corporate-communication {
justify-content: center;
}
} .schema-faq.wp-block-yoast-faq-block {
margin-bottom: 20px;
border: 1px solid #ddd;
border-radius: 5px;
overflow: hidden;
}
.schema-faq-section {
margin-bottom: 15px;
}
.schema-faq-question {
position: relative;
padding: 15px;
background-color: #f9f9f9;
cursor: pointer;
font-size: 1.1rem;
margin: 0;
font-weight: 600;
color: #555;
display: block; }
.schema-faq-answer {
padding: 15px;
font-size: 1rem;
color: #777;
line-height: 1.6;
display: none;
} .schema-faq-section.active .schema-faq-answer {
display: block;
} .schema-faq-question::after {
content: '\f107'; font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
transition: transform 0.3s ease;
} .schema-faq-section.active .schema-faq-question::after {
transform: translateY(-50%) rotate(180deg);
}
.container {
margin: 0 auto;
width: 1300px; max-width: 100%;
padding: 0 15px;
}
.footer-menu li a {
color: #fff !important; text-decoration: none !important; }
.footer-menu li a:hover {
text-decoration: underline !important; }
.footer .footer-contact-info .mb-1 a {
color: #fff !important;
text-decoration: none !important;
}
.footer .footer-contact-info .mb-1 a:hover {
text-decoration: underline !important;
}
.footer .form-control {
background-color: rgba(255, 255, 255, 0.1) !important;
border: 1px solid rgba(255, 255, 255, 0.3) !important;
color: #fff !important;
}
.footer .form-control::placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
.footer .btn-light {
background-color: #fff;
color: #1a237e;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
textarea {
height: 150px;
}
button {
background-color: #5b635b; padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
button:hover {
background-color: #5e685f;
} .navbar,
.carousel-item, .modal-content {
background-color: #fff !important; color: #333 !important; } .carousel-item {
background: none !important; } .carousel-fade .carousel-item {
transition: opacity .5s ease-in-out !important; } .navbar {
background-color: #fff !important;
} .carousel-caption h5,
.carousel-caption p {
color: #000 !important; }
@media (max-width: 991.98px) {
.corporate-page .row {
display: flex;
flex-direction: column; }
.corporate-page .col-lg-3 {
order: 2; }
.corporate-page .col-lg-9 {
order: 1; }
}
.news-item {
width: 100%; box-sizing: border-box; }
.container {
padding-left: 15px;
padding-right: 15px;
} @media (max-width: 767px) {
.container {
padding-left: 10px;
padding-right: 10px;
}
}
.news-section {
padding-left: 15px;
padding-right: 15px;
} @media (max-width: 767px) {
.news-section {
padding-left: 5px;
padding-right: 5px;
}
} @media screen and (max-width: 1200px) {
#teklifal {
left: 1rem !important;
bottom: 35px !important;
}
}
#teklifal {
position: fixed;
z-index: 100;
background-color: #8f0202;
width: 10rem;
height: 2.5rem;
transition: all 0.3s;
color: white;
border-radius: 0.5rem;
left: 2.3rem;
bottom: 45px;
display: flex;
justify-content: center;
align-items: center;
}
#closeButton {
position: absolute;
top: -10px;
right: -10px;
background-color: #fff; border-radius: 50%;
cursor: pointer;
display: block; width: 20px; height: 20px; justify-content: center; align-items: center; display: flex;
color: red; } #sidebar {
position: fixed;
right: 10px;
top: 80%; transform: translateY(-50%);
display: flex;
flex-direction: column;
gap: 10px; z-index: 1000; }
.sidebar-btn {
border: none;
outline: none;
cursor: pointer;
padding: 10px;
border-radius: 50%; display: flex;
justify-content: center;
align-items: center;
width: 50px; height: 50px; text-decoration: none; color: white; }
.whatsapp-btn {
background-color: #25D366; }
.call-btn {
background-color: #FF0000; }
.directions-btn {
background-color: #800080; }
.sidebar-btn:hover {
opacity: 0.9; }
.sidebar-btn.close-btn {
background-color: #333; color: white;
}
#sidebar.collapsed .whatsapp-btn,
#sidebar.collapsed .call-btn,
#sidebar.collapsed .directions-btn {
display: none; }
#sidebar.collapsed .close-btn {
transform: rotate(45deg); } .carousel-control-prev-icon,
.carousel-control-next-icon {
background-size: contain; opacity: 1; } .carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
background-color: transparent; opacity: 1; }