html {
overflow-x: hidden;
}
body {
max-width: 100%;
overflow-x: hidden;
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
line-height: 1.6;
background-color: #f9f9f9;
} .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
box-sizing: border-box;
} #pageLoader {
background: white;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 999999;
display: none;
} .whirl {
animation: spin 2s linear infinite;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.whirl::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin: -25px 0 0 -25px;
border: 4px solid #f3f3f3;
border-top: 4px solid #3498db;
border-radius: 50%;
} .headerTop {
background-color: #3B82F6; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 100%;
height: 100px; }
.headerBg {
padding: 0 0 0 0;
height: 100%;
margin-top: -30 !important;
}
.mobil-logo-ortala {
display: flex;
align-items: flex-start !important; justify-content: center;
flex-wrap: wrap;
gap: 10px;
height: 100%;
padding-top: 10px; 
}
.navbar-brand img,
.custom-logo,
.custom-logo-link img {
width: 100%;
max-width: 150px;
height: auto;
object-fit: contain;
vertical-align: middle;
}
.header-social {
font-weight: bold;
font-size: 18px;
color: #d4af37; } @media screen and (min-width: 1000px) {
.mobil-logo-ortala {
justify-content: space-between;
text-align: left;
}
.navbar-brand,
.custom-logo-link {
text-align: left;
}
.header-social {
text-align: right;
}
}
@media screen and (max-width: 999px) {
.mobil-logo-ortala {
flex-direction: column;
text-align: center;
}
.header-social {
margin-top: 10px;
}
}
@media screen and (max-width: 767px) {
.navbar-brand img,
.custom-logo,
.custom-logo-link img {
max-width: 120px;
max-height: 50px;
}
.header-social {
font-size: 16px;
}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
.navbar-brand img,
.custom-logo,
.custom-logo-link img {
max-width: 140px;
max-height: 60px;
}
.header-social {
font-size: 17px;
}
}
@media screen and (min-width: 1000px) {
.navbar-brand img,
.custom-logo,
.custom-logo-link img {
max-width: 150px;
max-height: 65px;
}
.header-social {
font-size: 18px;
}
} .main_menu.main_header {
background-color: transparent; 
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
padding: 30px 0;
width: 100%;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: background 0.3s, box-shadow 0.3s, opacity 0.3s;
justify-content: center;
position: relative;
z-index: 4000 !important;
} .main_menu.main_header.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
opacity: 0.98;
background: transparent; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12); backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
transition: background 0.3s, box-shadow 0.3s, opacity 0.3s;
z-index: 4000 !important;
} .top-scroll {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #00408a;
color: #fff;
width: 50px;
height: 50px;
border-radius: 50%;
display: none;
align-items: center;
justify-content: center;
text-decoration: none;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
z-index: 1000;
}
.top-scroll:hover {
background-color: #003366;
transform: translateY(-5px);
}
.top-scroll i {
font-size: 20px;
} @media screen and (max-width: 767px) {
.top-scroll {
width: 40px;
height: 40px;
bottom: 15px;
right: 15px;
}
.top-scroll i {
font-size: 16px;
}
}
#navigation-box {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.main-nav {
background-color: transparent;
}
.siteMenu {
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
}
.siteMenu .nav-link {
color: #0a0f2c !important;
text-transform: uppercase;
font-weight: bold;
padding: 10px 15px;
position: relative;
}
.siteMenu .nav-link:hover,
.siteMenu .nav-link:focus {
color: #d4af37 !important;
}
.siteMenu .nav-link.dropdown-toggle::after {
content: " ▼";
font-family: Arial, sans-serif;
vertical-align: middle;
margin-left: 5px;
}
.siteMenu .dropdown-menu {
background: rgba(255,255,255,0.77);         
backdrop-filter: blur(14px);                 
-webkit-backdrop-filter: blur(14px);         
border-radius: 16px;
border: 1px solid rgba(255,255,255,0.18);     
box-shadow: 0 2px 12px rgba(30, 34, 90, 0.13);
padding: 12px 0;
z-index: 99999 !important;
min-width: 180px;
}
.siteMenu .dropdown-menu,
.dropdown-menu,
.dropdown-menu.show {
z-index: 99999 !important;    
position: absolute !important;
left: 0;
top: 100%;
}
.main_menu.main_header,
#navigation-box,
.siteMenu {
z-index: 4000 !important;
background-color:transparent !important;
}
.siteMenu .dropdown-item {
color: black;
font-weight: bold;
z-index: 9999 !important;
position:relative ;
background-color:transparent !important;
}
.siteMenu .dropdown-item:hover,
.siteMenu .dropdown-item:focus {
background-color: #2563EB;
color: #d4af37;
}
.sub-menu {
display: none;
position: absolute;
background-color: #3B82F6;
min-width: 200px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
z-index: 9999 !important;
}
.siteMenu .nav-item:hover > .sub-menu {
display: block;
z-index: 9999 !important;
}
.sub-nav-toggle {
display: none;
} @media screen and (min-width: 1000px) {
.siteMenu.navbar-nav {
justify-content: center;
}
#navigation-box {
width: 100%;
justify-content: center;
z-index: 1002 !important; 
}
}
@media screen and (max-width: 991px) {
#navigation-box {
justify-content: flex-start;
z-index: 1002 !important; 
}
.siteMenu {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
width: 100%;
z-index: 9999 !important;
}
.siteMenu .nav-link {
padding: 8px 0;
}
}
.sub-nav-toggle {
display: inline-block;
cursor: pointer;
margin-left: 5px;
}
.sub-nav-toggle.plus::before {
content: "+";
color: #fff;
font-size: 16px;
}
.sub-nav-toggle.plus.open::before {
content: "-";
}
.sub-menu {
position: static;
display: none;
box-shadow: none;
}
@media screen and (max-width: 991px) {
.dropdown-menu,
.dropdown-menu.show,
.sub-menu.open {
position: static !important; z-index: auto !important;
width: 100%;
left: 0;
}
}
.siteMenu {
flex-direction: column;
align-items: flex-start;
}
.siteMenu .nav-link {
padding: 8px 0;
}
.btn-language {
margin: 5px 0;
} .searchForm {
display: flex;
align-items: center;
margin-bottom: 10px;
position: relative; }
.searchInput {
width: 200px;
height: 40px;
padding: 5px 10px;
border: 1px solid #ccc;
border-radius: 4px 0 0 4px;
font-size: 16px;
color: #333;
background-color: #fff;
}
.searchInput::placeholder {
color: #666;
opacity: 0.7;
}
.btn-search {
height: 40px;
padding: 0 10px;
border: none;
border-radius: 0 4px 4px 0;
background-color: #d4af37;
color: #1a3c34;
font-weight: bold;
cursor: pointer;
}
.btn-search:hover {
background-color: #c39e2f;
} .search-bar {
position: fixed;
left: 60%;
transform: translateX(-50%);
width: 300px;
background-color: #3B82F6;
padding: 10px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
z-index: 1000;
display: none;
}
.search-bar.open {
display: block;
}
.search-field {
width: 100%;
height: 40px;
padding: 5px 10px;
border: none;
border-radius: 4px 0 0 4px;
font-size: 16px;
color: #fff;
background-color: #2563EB;
}
.search-submit {
height: 40px;
padding: 0 10px;
border: none;
border-radius: 0 4px 4px 0;
background-color: #d4af37;
color: #1a3c34;
font-weight: bold;
cursor: pointer;
}
.search-submit:hover {
background-color: #c39e2f;
} #search-results {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: #fff;
border-radius: 0 0 5px 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
margin-top: 5px;
padding: 10px;
max-height: 200px;
overflow-y: auto;
display: none;
}
#search-results.show {
display: block;
}
.search-result-item {
padding: 10px;
border-bottom: 1px solid #eee;
transition: background-color 0.3s ease;
color: #333;
cursor: pointer;
}
.search-result-item:hover {
background-color: #f9f9f9;
}
.search-result-item:last-child {
border-bottom: none;
} #mobile-search-results {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: #3B82F6;;
border-radius: 0 0 5px 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
margin-top: 5px;
padding: 10px;
max-height: 200px;
overflow-y: auto;
display: none;
}
#mobile-search-results.show {
display: block;
}
.mobile-search-result-item {
padding: 10px;
border-bottom: 1px solid #eee;
transition: background-color 0.3s ease;
color: #333;
cursor: pointer;
}
.mobile-search-result-item:hover {
background-color: #f9f9f9;
}
.mobile-search-result-item:last-child {
border-bottom: none;
} .close-search-btn,
.close-mobile-search-btn {
position: absolute;
top: 10px;
right: 10px;
padding: 8px 15px;
background-color: #d4af37;
color: #1a3c34;
border: none;
border-radius: 4px;
cursor: pointer;
font-weight: bold;
font-size: 14px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease-in-out;
z-index: 10;
}
.close-search-btn:hover,
.close-mobile-search-btn:hover {
background-color: #c39e2f;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
} @media screen and (max-width: 1000px) {
.close-search-btn,
.close-mobile-search-btn {
display: none;
}
#search-results,
#mobile-search-results {
max-height: 150px; }
} @media screen and (max-width: 767px) {
.search-bar {
width: 90%;
left: 50%;
transform: translateX(-50%);
}
.search-field {
width: 80%;
margin-right: 10px;
}
#search-results {
width: 90%;
left: 5%;
}
.searchForm {
width: 100%;
justify-content: center;
}
.searchInput {
width: 100%;
}
#mobile-search-results {
width: 100%;
left: 0;
}
}
.showSearch {
font-size: 20px;
color: #fff;
background: none;
border: none;
cursor: pointer;
padding: 5px;
}
.showSearch i {
font-size: 20px;
}
.siteMenu .nav-item.btn-language {
margin-left: 12px;
margin-right: 0;
display: flex;
align-items: center;
} .btn-language {
color: #fff;
text-transform: uppercase;
font-weight: bold;
padding: 5px 10px;
border: 1px solid #fff;
border-radius: 4px;
transition: all 0.3s ease-in-out;
background-color: #2563EB;
}
.btn-language:hover {
background-color: #fff;
color: #3B82F6;
}
#dil-alani {
position: absolute;
top: 22px;
right: 40px;
z-index: 1200;
display: flex;
align-items: center;
gap: 8px;
}
#dil-alani img.language-flag {
width: 22px;
height: auto;
margin-right: 5px;
border-radius: 3px;
box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
#dil-alani a {
color: #fff;
font-weight: bold;
text-transform: uppercase;
font-size: 15px;
margin-right: 10px;
padding: 4px 10px;
border-radius: 5px;
background: #2563EB;
border: 1px solid #fff;
transition: background .3s;
text-decoration: none;
display: flex;
align-items: center;
}
#dil-alani a:hover, #dil-alani .current-lang a {
background: #fff;
color: #2563EB;
border-color: #2563EB;
}
#dil-alani ul,
#dil-alani li {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}
#dil-alani li:before,
#dil-alani li::before,
#dil-alani li:after,
#dil-alani li::after {
content: none !important;
display: none !important;
}
@media screen and (max-width: 767px) {
#dil-alani {
position: absolute !important;
top: 20px; right: 20px;
display: flex !important;
flex-direction: row;
z-index: 20;
background: transparent;
box-shadow: none;
} #dil-alani .current-lang {
display: none !important;
}
} @media screen and (min-width: 768px) {
#dil-alani {
position: absolute; top: 22px;
right: 40px;
display: flex;
}
}
.headerTop, .headerBg {
position: relative;
}
@media (max-width: 900px) {
#dil-alani {
top: 10px;
right: 10px;
font-size: 14px;
}
#dil-alani a {
padding: 3px 7px;
font-size: 13px;
}
#dil-alani img.language-flag {
width: 18px;
}
} #navigation-toggle {
display: none;
}
#navigation-toggle .menu-icon {
display: block;
width: 25px;
height: 3px;
background-color: #fff;
position: relative;
}
#navigation-toggle .menu-icon::before,
#navigation-toggle .menu-icon::after {
content: "";
position: absolute;
width: 25px;
height: 3px;
background-color: #fff;
left: 0;
}
#navigation-toggle .menu-icon::before {
top: -8px;
}
#navigation-toggle .menu-icon::after {
bottom: -8px;
}
@media screen and (max-width: 991px) {
#navigation-toggle {
display: block;
padding: 10px;
}
} .carousel {
width: 100vw;
height: calc(100vw * 1152 / 2560); max-height: 80vh;
margin-top: 10px;
overflow: hidden;
position: relative;
}
.carousel,
.carousel .list,
.carousel .list .item,
.carousel .list .item img,
{
z-index: 1 !important;
position: relative !important;
}
.carousel .list {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.carousel .list .item {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 0;
background-size: contain !important; background-position: center center !important; background-repeat: no-repeat !important;
z-index: 1 !important;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
transition: transform 1.5s ease-in-out;
overflow: hidden;
display: none; }
.carousel .list .item img {
width: 100%;
height: 100%;
object-fit: cover; object-position: center;
display: block;
background: #3b82f6; z-index: 0 !important;
}
.carousel .list .item:nth-child(1),
.carousel .list .item:nth-child(2) {
top: 0;
left: 0;
transform: translate(0, 0);
border-radius: 0;
width: 100%;
height: 100%;
}
.carousel .list .item {
display: none !important; }
.carousel .list .item:nth-child(2) {
display: block !important; width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
transform: none !important;
border-radius: 0 !important;
}
.carousel .list .item:nth-child(3) {
left: 67%;
display: none !important;
}
.carousel .list .item:nth-child(n+7) {
left: calc(67% + 800px);
opacity: 0;
display: none !important;
}
.list .item .content {
position: absolute;
top: 50%;
left: 100px;
transform: translateY(-50%);
width: 400px;
text-align: left;
color: black;
display: none;
}
.list .item:nth-child(2) .content {
display: block;
}
.content .title {
font-size: 60px;
text-transform: uppercase;
color: #3B82F6;
font-weight: bold;
line-height: 1;
opacity: 0;
animation: animate 1s ease-in-out 0.3s 1 forwards;
}
.content .name {
font-size: 100px;
text-transform: uppercase;
font-weight: bold;
line-height: 1;
text-shadow: 3px 4px 4px rgba(255, 255, 255, 0.8);
opacity: 0;
animation: animate 1s ease-in-out 0.6s 1 forwards;
}
.content .des {
margin-top: 10px;
margin-bottom: 20px;
font-size: 18px;
margin-left: 5px;
opacity: 0;
animation: animate 1s ease-in-out 0.9s 1 forwards;
}
.content .btn {
margin-left: 5px;
opacity: 0;
animation: animate 1s ease-in-out 1.2s 1 forwards;
}
.content .btn button {
padding: 10px 20px;
border: none;
cursor: pointer;
font-size: 16px;
border: 2px solid black;
}
.content .btn button:nth-child(1) {
margin-right: 15px;
}
.content .btn button:nth-child(2) {
background: transparent;
color: #3B82F6;
border: 2px solid black;
transition: 0.3s;
}
.content .btn button:nth-child(2):hover {
background-color: #3B82F6;
color: black;
border-color: #3B82F6;
}
@keyframes animate {
from {
opacity: 0;
transform: translate(0, 100px);
filter: blur(33px);
}
to {
opacity: 1;
transform: translate(0);
filter: blur(0);
}
}
.arrows {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); z-index: 100;
width: auto;
max-width: unset;
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
pointer-events: none; }
.arrows button {
pointer-events: auto; width: 50px;
height: 50px;
border-radius: 50%;
background-color: #3B82F6;
color: black;
border: none;
outline: none;
font-size: 16px;
font-family: monospace;
font-weight: bold;
transition: .5s;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.arrows button:hover {
background: #fff;
color: #000;
}
.carousel .timeRunning {
position: absolute;
z-index: 80;
width: 0%;
height: 4px;
left: 0;
top: 0;
} @media screen and (max-width: 767px) {
.carousel {
height: 60vh;
}
.carousel .list .item {
width: 100%;
height: 100%;
top: 0;
left: 0;
transform: translateY(0);
border-radius: 0;
margin-top: -10px;
}
.carousel .list .item img {
max-height: 300px;
width: 100%;
object-fit: cover;
}
.list .item .content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
#background: rgba(0, 0, 0, 0.7);
color: white;
padding: 15px;
text-align: left;
margin-top: 25%;
}
.content .title,
.content .name {
font-size: 20px;
margin: 0;
}
.content .des {
font-size: 14px;
margin: 5px 0;
}
.arrows {
top: 85%;
bottom: 10px;
right: auto;
left: 50%;
transform: translateX(-50%);
width: 200px;
}
.arrows button {
width: 40px;
height: 40px;
font-size: 14px;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.carousel {
height: 70vh;
}
.carousel .list .item {
width: 100%;
height: 100%;
top: 0;
left: 0;
transform: translateY(0);
border-radius: 0;
margin-top: -10px;
}
.carousel .list .item img {
max-height: 400px;
width: 100%;
object-fit: cover;
}
.list .item .content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
background: rgba(0, 0, 0, 0.7);
color: white;
padding: 15px;
text-align: left;
margin-top: 25%;
}
.content .title,
.content .name {
font-size: 30px;
margin: 0;
}
.content .des {
font-size: 16px;
margin: 5px 0;
}
.arrows {
top: 88%;
right: 45%;
width: 250px;
}
.arrows button {
width: 45px;
height: 45px;
font-size: 15px;
}
}
@media screen and (min-width: 1024px) {
.carousel .list .item img {
max-height: 500px;
width: 100%;
object-fit: cover;
}
.arrows {
top: 90%;
right: 45%;
width: 300px;
}
} .services-section {
padding: 40px 0;
text-align: center;
user-select: none;
height: auto;
}
.section-title {
font-size: 2rem;
margin-bottom: 30px;
color: #333;
} .services-slider {
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
pointer-events: none;
height: 400px !important;
}
.swiper-slide {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px;
height: auto;
box-sizing: border-box;
} .service-item {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
}
.service-item:hover {
transform: scale(1.05);
}
.services-slider .swiper-slide {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.services-slider .swiper-slide img {
max-width: 100%;
height: auto;
} .service-image {
max-width: 180px;
max-height: 180px;
width: 100%;
height: auto;
object-fit: contain;
margin-bottom: 15px;
display: block;
} .service-item .text {
font-size: 1.1rem;
color: #555;
font-weight: 500;
line-height: 1.4;
word-break: break-word;
}
@media (max-width: 767px) {
.service-image,
.services-slider .service-image,
.services-slider img {
max-width: 220px !important;
max-height: 220px !important;
width: 100% !important;
height: auto !important;
margin-bottom: 15px;
display: block;
}
}
@media (max-width: 480px) {
.service-image,
.services-slider .service-image,
.services-slider img {
max-width: 180px !important;
max-height: 180px !important;
width: 100% !important;
height: auto !important;
}
} @media (max-width: 768px) { .service-item .text {
font-size: 1rem;
}
.services-section {
padding: 20px 0;
}
}
@media (max-width: 480px) {
.service-image {
max-width: 60px;
max-height: 60px;
}
.service-item .text {
font-size: 0.9rem;
}
} .row-container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 20px;
margin-top: 50px;
width: 100%;
margin-bottom: 60px;
}
.video-section {
flex: 1;
min-width: 300px;
max-width: 50%;
aspect-ratio: 16 / 9;
background: #000;
border-radius: 10px;
overflow: hidden;
}
.video-section iframe,
.video-section .wp-video,
.video-section .wp-audio-shortcode {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}
.about-section {
flex: 1;
min-width: 300px;
max-width: 50%;
padding: 20px;
background: #f8f9fa;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
position: relative;
text-align: center;
}
.about-section h2 {
margin-top: 0;
color: #333;
}
.about-section p {
font-size: 16px;
color: #555;
line-height: 1.6;
}
.read-more {
display: inline-block;
margin-top: 20px;
text-decoration: none;
font-size: 14px;
font-weight: bold;
background: white;
color: #007bff;
padding: 10px 15px;
border: 2px solid #007bff;
border-radius: 5px;
transition: 0.3s;
}
.read-more:hover {
background: #007bff;
color: white;
} @media screen and (max-width: 767px) {
.video-section,
.about-section {
max-width: 90%;
}
.video-section iframe,
.video-section .wp-video,
.video-section .wp-audio-shortcode {
max-height: 200px;
}
.about-section h2 {
font-size: 20px;
}
.about-section p {
font-size: 14px;
}
.read-more {
padding: 8px 12px;
font-size: 12px;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.video-section,
.about-section {
max-width: 45%;
}
.video-section iframe,
.video-section .wp-video,
.video-section .wp-audio-shortcode {
max-height: 300px;
}
.about-section h2 {
font-size: 24px;
}
.about-section p {
font-size: 15px;
}
.read-more {
padding: 10px 15px;
font-size: 14px;
}
}
@media screen and (min-width: 1024px) {
.video-section,
.about-section {
max-width: 50%;
}
.video-section iframe,
.video-section .wp-video,
.video-section .wp-audio-shortcode {
max-height: 400px;
}
} .content-section.news-section {
background: #f5f5f5;
padding: 60px 0;
margin-top: 60px;
text-align: center;
}
.content-section .section-title {
text-align: center;
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
color: #333;
text-transform: uppercase;
border-bottom: 4px solid #2e7d32;
display: inline-block;
padding-bottom: 10px;
} .news-slider-wrapper {
position: relative;
overflow: hidden ;
width: 100%;
margin: 0 auto 40px;
max-width: 1200px;
display: flex;
justify-content: center;
}
.news-slider-inner {
display: flex;
transition: transform 0.6 scubic-bezier(.77,0,.18,1);
width: 100%;
}
.news-slide {
min-width: 100%;
max-width: 100%;
flex: 0 0 100%;
position: relative;
overflow: hidden;
aspect-ratio: 16 / 9;
}
.news-slide {
width: 100% !important;
max-width: 100vw;
min-width: 0;
aspect-ratio: 16/9;
display: block !important;
position: relative;
overflow: hidden;
background: #000; }
.news-slide:not([style*="display: block"]) {
display: none !important; }
.news-slide-img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
transition: filter 0.18s;
border-radius: 0;
background: #d1e5f7; }
.news-slide-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 20px;
opacity: 0;
transition: opacity 0.3s ease;
}
.news-slide:hover .news-slide-overlay {
opacity: 1;
}
.news-slide-overlay h3 {
font-size: 2rem;
margin: 0;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
} .news-slider-prev,
.news-slider-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.6);
color: white;
border: none;
padding: 15px;
cursor: pointer;
z-index: 1;
border-radius: 50%;
transition: background-color 0.3s ease;
font-size: 20px;
}
.news-slider-prev {
left: 20px;
}
.news-slider-next {
right: 20px;
}
.news-slider-prev:hover,
.news-slider-next:hover {
background-color: rgba(0, 0, 0, 0.8);
} .slider-dots {
display: flex;
justify-content: center;
gap: 12px;
margin-top: 10px;
position: relative;
z-index: 1;
}
.dot {
width: 12px;
height: 12px;
background-color: #bbb;
border-radius: 50%;
transition: background-color 0.3s ease;
cursor: pointer;
}
.dot.active {
background-color: #2e7d32;
}
.dot:hover {
background-color: #1b5e20;
} .news-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin-top: 40px;
justify-content: center;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding: 0 15px;
}
.news-card {
background: #fff;
border-radius: 10px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
width: 100%;
}
.news-img {
width: 100%;
height: 300px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
transition: transform 0.3s ease;
}
.news-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.news-card:hover .news-img {
transform: scale(1.05);
}
.news-text {
padding: 20px;
text-align: center;
}
.news-text h3 {
font-size: 24px;
color: #333;
margin: 0 0 10px;
font-weight: bold;
line-height: 1.3;
text-transform: uppercase;
}
.news-text p {
color: #666;
font-size: 16px;
margin: 0 0 15px;
line-height: 1.6;
} .read-more-news {
display: inline-block;
margin-top: 10px;
text-decoration: none;
font-size: 14px;
font-weight: bold;
background: white;
color: #00408a;
padding: 10px 20px;
border: 2px solid #00408a;
border-radius: 5px;
transition: all 0.3s ease-in-out;
}
.read-more-news:hover {
background: #00408a;
color: white;
} .view-all-link {
text-align: center;
margin: 40px 0;
}
.view-all {
display: inline-block;
font-size: 16px;
font-weight: bold;
color: #fff;
background-color: #00408a;
padding: 12px 25px;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease;
}
.view-all:hover {
background-color: #1b5e20;
}
.view-all span {
margin-left: 5px;
} @media screen and (max-width: 1000px) {
.news-slider-wrapper {
padding: 0 15px;
}
.news-slide,
.news-slide-image-wrapper {
aspect-ratio: 16/9;
width: 100vw !important;
height: auto;
min-width: 0;
max-width: 100vw;
}
.news-slide-img {
object-fit: cover;
width: 100vw !important;
min-width: 0;
max-width: 100vw;
height: 40vw; max-height: 60vw;
background: #d1e5f7;
}
.news-slider-prev {
left: 5px;
padding: 12px;
}
.news-slider-next {
right: 5px;
padding: 12px;
}
.news-grid {
grid-template-columns: 1fr;
gap: 25px;
padding: 0 15px;
}
.news-img {
height: 250px;
object-fit: contain;
}
.news-text h3 {
font-size: 20px;
}
.read-more-news {
padding: 8px 15px;
font-size: 12px;
}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.news-slide-overlay h3 {
font-size: 2rem;
}
.news-img {
height: 300px;
}
}
@media screen and (max-width: 767px) {
.content-section.news-section {
padding: 40px 15px;
}
.section-title {
font-size: 20px;
}
.news-slide,
.news-slide-image-wrapper {
aspect-ratio: 16/9;
width: 100vw !important;
height: auto;
min-width: 0;
max-width: 100vw;
}
.news-slide-img {
object-fit: cover; width: 100vw !important;
height: 56vw; max-height: 60vw;
background: #d1e5f7;
}
.news-slide-overlay h3 {
font-size: 1.5rem;
}
.news-img {
height: 200px;
object-fit: contain;
}
.news-text h3 {
font-size: 18px;
}
.news-text p {
font-size: 14px;
}
.news-slider-prev,
.news-slider-next {
padding: 8px;
width: 30px;
height: 30px;
font-size: 16px;
}
.slider-dots {
gap: 8px;
}
.dot {
width: 10px;
height: 10px;
}
.read-more-news {
padding: 6px 12px;
font-size: 10px;
}
.view-all {
padding: 10px 20px;
font-size: 14px;
}
} .publications-section {
text-align: center;
padding: 40px 20px;
background-color: #00408a;
position: relative;
}
.slider-title {
font-size: 28px;
font-weight: bold;
color: white;
margin-bottom: 20px;
}
.slider-container {
width: 85%;
max-width: 1200px;
position: relative;
margin: 0 auto;
overflow: hidden;
}
.publications-section .swiper {
padding: 30px 0;
display: flex;
justify-content: center;
align-items: center;
}
.publications-section .swiper-slide {
background: #014080;
border-radius: 15px;
box-shadow: 0 5px 24px rgba(0,0,0,0.12);
overflow: hidden;
display: flex !important;
flex-direction: column;
align-items: stretch;
justify-content: flex-start;
padding: 0;
margin: 0 10px;
position: relative;
transition: box-shadow 0.18s, transform 0.22s, opacity 0.2s;
display: flex;
align-items: center;
}
.publications-section .swiper-slide-active {
width: 350px;
height: 500px;
transform: scale(1);
background: transparent;
opacity: 1;
z-index: 2;
}
.slide-img-container {
width: 100%;
height: 300%;
overflow: hidden;
display: flex;
align-items: stretch;
justify-content: stretch;
border-radius: 15px 15px 0 0;
}
.slide-img {
width: 100%;
height: 100%;
aspect-ratio: 3/4; object-fit: cover; border-radius: 15px 15px 0 0;
background: #014080;
display: block;
} .slide-content {
width: 100%;
background: transparent; color: #fff;
font-size: 1.1rem;
font-weight: bold;
text-align: center;
padding: 18px 0 16px 0;
box-sizing: border-box;
border-radius: 0 0 15px 15px;
min-height: 60px;
max-height: 3.3em;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
letter-spacing: .5px;
white-space: normal;
word-break: break-word;
}
.publications-section .swiper-slide a {
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 0; flex: 1 1 auto;
}
.publications-section .swiper-wrapper {
display: flex;
align-items: center;
}
.all-publications {
display: inline-block;
margin-top: 25px;
padding: 12px 25px;
background: #fff;
color: #00408a;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
border: 2px solid #00408a;
transition: all 0.3s ease-in-out;
}
.all-publications:hover {
background: #00408a;
color: #fff;
} .publications-section .swiper-button-prev,
.publications-section .swiper-button-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #fff;
font-size: 32px;
background: rgba(0, 0, 0, 0.3);
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s ease-in-out;
z-index: 10;
opacity: 0.8;
}
.publications-section .swiper-button-prev {
left: 10px;
}
.publications-section .swiper-button-next {
right: 10px;
}
.publications-section .swiper-button-prev:hover,
.publications-section .swiper-button-next:hover {
background: rgba(0, 0, 0, 0.6);
opacity: 1;
}
.publications-section .swiper-pagination {
text-align: center;
margin-top: 10px;
}
.publications-section .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #bbb;
border-radius: 50%;
margin: 0 5px;
cursor: pointer;
}
.publications-section .swiper-pagination-bullet-active {
background-color: #007bff;
} @media screen and (max-width: 767px) {
.publications-section {
padding: 30px 10px;
}
.slider-title {
font-size: 20px;
}
.publications-section .swiper-slide {
width: 170px !important;
height: 230px !important;
min-width: 120px;
opacity: 0.7;
display: flex;
justify-content: space-around;
}
.publications-section .swiper-wrapper {
display: flex;
align-items: center;
justify-content: space-around !important;
}
.publications-section .swiper-slide-active {
width: 200px !important;
height: 260px !important;
opacity: 1;
}
.slide-img-container {
aspect-ratio: 3 / 4;
height: 75%;
max-height: 150px;
}
.publications-section .swiper-button-prev,
.publications-section .swiper-button-next {
width: 35px;
height: 35px;
font-size: 20px;
}
.slide-content {
font-size: 0.98rem;
min-height: 36px;
padding: 8px 0 9px 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.publications-section {
padding: 35px 15px;
}
.slider-title {
font-size: 24px;
}
.publications-section .swiper-slide {
width: 230px !important;
height: 320px !important;
opacity: 0.7;
display: flex;
justify-content: space-around;
}
.publications-section .swiper-wrapper {
display: flex !important;
align-items: center !important;
justify-content: space-around !important;
}
.publications-section .swiper-slide-active {
width: 260px !important;
height: 370px !important;
opacity: 1;
}
.slide-img-container {
aspect-ratio: 3 / 4;
height: 72%;
max-height: 230px;
}
.publications-section .swiper-button-prev,
.publications-section .swiper-button-next {
width: 40px;
height: 40px;
font-size: 24px;
}
}
@media screen and (min-width: 1024px) {
.publications-section .swiper-slide {
width: 260px !important;
height: 400px !important;
opacity: 0.7;
display: flex;
justify-content: space-around;
}
.publications-section .swiper-wrapper {
display: flex;
align-items: center;
}
.publications-section .swiper-slide-active {
width: 320px !important;
height: 480px !important;
opacity: 1;
}
.slide-img-container {
aspect-ratio: 3 / 4;
height: 75%;
max-height: 350px;
}
} .analysis-section {
text-align: center;
padding: 40px 20px;
background-color: #f5f5f5;
margin-top: 60px;
}
.analysis-section .section-title {
font-size: 28px;
font-weight: bold;
color: #333;
margin-bottom: 20px;
}
.analysis-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
max-width: 1200px;
margin: 0 auto;
}
.analysis-card {
background: white;
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.analysis-img {
width: 100%;
height: 200px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.analysis-img .wp-image-*,
.analysis-img .attachment-* {
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 10px;
}
.analysis-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.analysis-card:hover .analysis-img {
transform: scale(1.05);
}
.analysis-text {
padding: 15px;
text-align: center;
}
.analysis-text h3 {
font-size: 20px;
color: #333;
margin-bottom: 10px;
}
.analysis-text p {
color: #666;
font-size: 14px;
margin-bottom: 15px;
}
.all-analyses {
display: inline-block;
margin-top: 25px;
padding: 12px 25px;
background: white;
color: #00408a;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
border: 2px solid #00408a;
transition: all 0.3s ease-in-out;
}
.all-analyses:hover {
background: #00408a;
color: white;
} @media screen and (max-width: 767px) {
.analysis-section {
padding: 30px 10px;
}
.analysis-section .section-title {
font-size: 20px;
}
.analysis-grid {
grid-template-columns: 1fr;
}
.analysis-img {
height: 150px;
}
.analysis-text h3 {
font-size: 16px;
}
.analysis-text p {
font-size: 12px;
}
.all-analyses {
padding: 8px 12px;
font-size: 12px;
}
} @media screen and (min-width: 768px) and (max-width: 1023px) {
.analysis-section {
padding: 35px 15px;
}
.analysis-section .section-title {
font-size: 24px;
}
.analysis-grid {
grid-template-columns: repeat(2, 1fr);
}
.analysis-img {
height: 180px;
background-size: contain; background-position: center;
object-fit: contain; }
.analysis-text h3 {
font-size: 18px;
}
.analysis-text p {
font-size: 13px;
}
.all-analyses {
padding: 10px 18px;
font-size: 14px;
}
}
@media screen and (min-width: 1024px) {
.analysis-grid {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
} .videos-section {
text-align: center;
padding: 40px 20px;
background-color: #f0f0f0;
margin-top: 60px;
}
.videos-section .section-title {
font-size: 28px;
font-weight: bold;
color: #333;
margin-bottom: 20px;
}
.videos-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
max-width: 1200px;
margin: 0 auto;
}
.video-card {
background: white;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.video-card iframe,
.video-card .wp-video,
.video-card .wp-audio-shortcode {
width: 100%;
height: 200px;
border: none;
border-radius: 12px 12px 0 0;
object-fit: cover;
}
.video-card h3 {
font-size: 18px;
color: #333;
padding: 15px;
margin: 0;
}
.all-videos {
display: inline-block;
margin-top: 25px;
padding: 12px 25px;
background: white;
color: #00408a;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
border: 2px solid #00408a;
transition: all 0.3s ease-in-out;
}
.all-videos:hover {
background: #00408a;
color: white;
} @media screen and (max-width: 767px) {
.videos-section {
padding: 30px 10px;
}
.videos-section .section-title {
font-size: 20px;
}
.videos-grid {
grid-template-columns: 1fr;
}
.video-card iframe,
.video-card .wp-video,
.video-card .wp-audio-shortcode {
height: 150px;
}
.video-card h3 {
font-size: 16px;
}
.all-videos {
padding: 8px 12px;
font-size: 12px;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.videos-section {
padding: 35px 15px;
}
.videos-section .section-title {
font-size: 24px;
}
.videos-grid {
grid-template-columns: repeat(2, 1fr);
}
.video-card iframe,
.video-card .wp-video,
.video-card .wp-audio-shortcode {
height: 180px;
object-fit: contain; width: 100%;
max-width: 100%; }
.video-card {
overflow: hidden; }
.video-card h3 {
font-size: 18px;
}
.all-videos {
padding: 10px 18px;
font-size: 14px;
}
}
@media screen and (min-width: 1024px) {
.videos-grid {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
}
.custom-events-section {
background: #00408a;
padding: 32px 0 16px 0;
text-align: center;
}
.custom-section-title {
font-size: 1.6rem;
font-weight: 700;
color: white;
letter-spacing: 1px;
margin-bottom: 18px;
}
.custom-events-carousel-wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 1200px;
margin: 0 auto 10px auto;
position: relative;
}
.carousel-arrow {
background: #00408a;
border: none;
font-size: 2rem;
color: white;
cursor: pointer;
padding: 0 10px;
height: 60px;
transition: color 0.2s;
z-index: 2;
display: flex;
align-items: center;
}
.carousel-arrow:hover {
color: #d2e6fa;
}
.custom-events-carousel {
display: flex;
gap: 14px;
overflow-x: auto;
scroll-snap-type: x mandatory;
padding: 0;
width: 100%;
scrollbar-width: thin;
position: relative;
}
.custom-event-card {
min-width: 200px;
max-width: 240px;
height: 100px;
background: #3b67b5;
border-radius: 9px;
display: flex;
flex-direction: row;
align-items: stretch;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
scroll-snap-align: start;
transition: transform 0.18s, opacity 0.18s;
color: #fff;
margin-bottom: 0;
padding: 0;
opacity: 1;
pointer-events: all;
position: relative;
z-index: 1;
}
.custom-event-card:hover {
transform: translateY(-4px) scale(1.03);
}
.event-date-time {
background: #00408a;
border-radius: 9px 0 0 9px;
width: 43px;
min-width: 43px;
max-width: 43px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 4px 0 3px 0;
position: relative;
}
.event-day {
font-size: 1.05rem;
font-weight: 800;
margin-bottom: 0px;
letter-spacing: -0.5px;
}
.event-month {
font-size: 0.66rem;
letter-spacing: 0.5px;
text-transform: uppercase;
margin-bottom: 0px;
font-weight: 500;
}
.event-time-vert {
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 0.7rem;
color: #e5f6f2;
margin-top: 2px;
font-weight: 600;
letter-spacing: 0.5px;
}
.event-info {
flex: 1;
padding: 5px 8px 5px 10px;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 0.93rem;
}
.event-title {
color: #fff;
font-weight: 700;
font-size: 0.88rem;
text-align: left;
word-break: break-word;
line-height: 1.15;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: unset;
max-height: 2.2em;
}
.custom-all-events {
display: inline-block;
margin-top: 12px;
font-size: 0.98rem;
color: #e0ecff;
text-decoration: underline;
background: transparent;
border: none;
cursor: pointer;
transition: color 0.18s;
}
.custom-all-events:hover {
color: #bad4fa;
}
.custom-events-carousel::-webkit-scrollbar {
height: 6px;
background: #19408a;
border-radius: 6px;
}
.custom-events-carousel::-webkit-scrollbar-thumb {
background: #98b7e3;
border-radius: 6px;
} @media (min-width: 701px) and (max-width: 1100px) {
.custom-events-carousel {
display: flex;
justify-content: center;
align-items: center;
gap: 24px; min-height: 120px;
position: relative;
overflow: hidden;
width: 100%;
padding: 0 2vw; box-sizing: border-box;
}
.custom-event-card {
display: none !important;
opacity: 0 !important;
min-width: calc(50% - 12px); max-width: calc(50% - 12px);
margin: 0;
height: 110px;
transition: opacity 0.3s, transform 0.3s;
box-sizing: border-box;
}
.custom-event-card.tablet-active {
display: flex !important;
opacity: 1 !important;
pointer-events: all;
margin: 0;
box-sizing: border-box; }
} @media (max-width: 700px) {
.custom-events-carousel {
gap: 0;
overflow: hidden;
position: relative;
width: 100%;
min-height: 44vw;
align-items: center;   
}
.custom-event-card {
min-width: 100% !important;
max-width: 100% !important;
height: 100px;
margin: 0;
position: absolute;
left: 0;
top: 0;
opacity: 0;
pointer-events: none;
z-index: 1;
display: flex;
justify-content: center;  
align-items: center;      
position: relative;
display: none !important;
}
.custom-event-card.active {
opacity: 1;
pointer-events: all;
position: relative;
z-index: 2;
transform: none;
display: flex !important;
}
.carousel-arrow {
font-size: 2rem;
height: 44vw;
width: 34px;
background: #00408a;
color: #fff;
border: none;
border-radius: 8px;
display: flex !important;
align-items: center;
justify-content: center;
margin: 0 5px;
}
}
@media (max-width: 480px) {
.carousel-arrow {
font-size: 1.4rem;
height: 24vw;
width: 26px;
}
.custom-event-card { height: 28vw; }
} .site-footer {
background-color: #00408a;
color: #ffffff;
padding: 40px 0;
}
.footer-logo img,
.footer-logo .custom-logo,
.footer-logo .wp-image-*,
.footer-logo .attachment-* {
width: 100%;
max-width: 150px;
height: auto;
object-fit: contain;
}
.footer-menu .footer-nav {
list-style: none;
padding: 0;
}
.footer-menu .footer-nav li {
margin: 5px 15px;
}
.footer-menu .footer-nav li a {
color: #ffffff;
text-decoration: none;
font-weight: 500;
}
.footer-menu .footer-nav li a:hover {
text-decoration: underline;
color: #cccccc;
}
.footer-contact p {
font-size: 14px;
margin: 5px 0;
}
.footer-contact i {
margin-right: 8px;
color: #d4af37;
}
.footer-bottom {
background-color: #002a6e;
color: #ffffff;
padding: 10px 0;
font-size: 14px;
}
.footer-contact a,
.footer-bottom a {
color: #ffffff;
text-decoration: none;
}
.footer-contact a:hover,
.footer-bottom a:hover {
color: #cccccc;
} .social-links {
padding: 20px 0;
text-align: center;
}
.social-links h3 {
font-size: 18px;
font-weight: 500;
color: #ffffff;
margin-bottom: 15px;
}
.social-icons {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 15px;
}
.social-icon {
color: #ffffff;
text-decoration: none;
font-size: 16px;
display: flex;
align-items: center;
transition: color 0.3s ease;
}
.social-icon i {
font-size: 20px;
margin-right: 8px; } .social-icon.youtube i { color: #FF0000 !important; } .social-icon.facebook i { color: #1877F3 !important; } .social-icon.linkedin i { color: #0A66C2 !important; } .social-icon.twitter i { color: #000000 !important; } .social-icon.twitter { color: black !important;}
.social-icon.instagram i {
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
} .social-icon.youtube:hover i { color:  #FFFFFF !important; }
.social-icon.facebook:hover i { color: #FFFFFF !important; }
.social-icon.linkedin:hover i { color: #FFFFFF !important; }
.social-icon.twitter:hover i { color: #FFFFFF !important; }
.social-icon.instagram:hover i {
background: linear-gradient(45deg, #FFFFFF 0%, #FFFFFF 25%, #FFFFFF 50%, #FFFFFF 75%, #FFFFFF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
} @media screen and (max-width: 767px) {
.site-footer { padding: 30px 0; }
.footer-logo img,
.footer-logo .custom-logo,
.footer-logo .wp-image-*,
.footer-logo .attachment-* { max-width: 120px; }
.footer-contact p { font-size: 12px; }
.footer-bottom { font-size: 12px; }
.social-links { padding: 15px 0; }
.social-links h3 { font-size: 16px; }
.social-icons { flex-direction: column; gap: 10px; }
.social-icon { font-size: 14px; }
.social-icon i { font-size: 18px; }
}
@media screen and (max-width: 1023px) {
.site-footer .footer-logo,
.site-footer .footer-menu,
.site-footer .footer-contact,
.site-footer .social-links,
.site-footer .footer-bottom {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
} .footer-menu .footer-nav,
.footer-menu ul {
justify-content: center !important;
text-align: center !important;
padding-left: 0 !important;
margin: 0 auto !important;
width: 100% !important;
}
.footer-menu .footer-nav li {
display: inline-block !important;
margin: 6px 7px !important;
float: none !important;
}
.footer-logo img,
.footer-logo .custom-logo,
.footer-logo .wp-image-*,
.footer-logo .attachment-* {
display: block !important;
margin: 0 auto !important;
}
.social-icons {
display: flex !important;
flex-direction: row !important;
justify-content: center !important;
align-items: center !important;
gap: 15px !important;
width: 100% !important;
margin: 0 auto !important;
padding: 0 !important;
text-align: center !important;
}
}
@media screen and (min-width: 1024px) {
.site-footer { padding: 40px 0; }
.social-links { padding: 20px 0; }
} .d-flex.align-items-center {
display: flex;
align-items: center;
} @media screen and (max-width: 1023px) {
.d-flex.align-items-center {
justify-content: center !important;
width: 100%;
}
} .navbar-toggler {
border: none;
background: transparent;
padding: 10px;
cursor: pointer;
}
.navbar-toggler-icon {
width: 25px;
height: 3px;
background-color: #fff;
position: relative;
display: block;
}