:root,
[data-bs-theme=light] {

    --bs-primary:  #0D96D4;
    --bs-primary-dark:  #0e76a7;
    --bs-secondary: #B39B54;
    --bs-dark: #231F20;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-font-sans-serif: "Roboto", sans-serif;

    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.67;
    --bs-body-color: #231F20;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-link-color: #0D96D4
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0D96D4;
    --bs-link-hover-color-rgb: 10, 88, 202;

}

body {

    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
button,
img,
input {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    outline: 0;
}

img {
    max-width: 100%;
}
.text-primary {
    --bs-text-opacity: 1;
    color: var(--bs-primary) !important;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary-dark);
    --bs-btn-hover-border-color: var(--bs-primary-dark);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary-dark);
    --bs-btn-active-border-color: var(--bs-primary-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: var(--bs-secondary)!important;
}

.cf-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.cf-turnstile {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

.cf-turnstile iframe {
   max-width: 100% !important;
}


header.mainheader {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

header.mainheader.scrolledhidden {
    position: fixed;
    top: -300px;
    background-color: #ffffff;
}

header.mainheader.scrolledhidden .topheader {
    display: none;
}

header.mainheader.scrolledhidden.scrolledvisible {
    top: 0px;
}
h1,h2,h3,h4,h5,h6 ,
nav.navbar.mainnavbar {
  
  font-optical-sizing: auto;
}
nav.navbar.mainnavbar {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px 15px;

    margin: 10px auto;

  font-optical-sizing: auto;
}

.dropdown.has-megamenu {
    position: static;
}

.navbar-brand svg,
.footer-logo svg {
    width: 100%;
}

nav.navbar.mainnavbar ul.navbar-nav {
    position: relative;
}

ul.dropdown-menu.row.img-dropdown-menu.show {
    display: flex;
    padding: 0 !important;
}

.dropdown-menu.row.img-dropdown-menu {
    right: 0;
}

.navbar.mainnavbar .dropdown-menu {

    -webkit-box-shadow: 2px 2px 20px rgba(52, 58, 64, 0.1);
    box-shadow: 2px 2px 20px rgba(52, 58, 64, 0.1);
    border-top: 2px solid var(--bs-primary);
    padding: 10px 0;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
    margin: 0;
}

.dropdown-menu.row.img-dropdown-menu li {
    position: relative;

}

.dropdown-menu.row.img-dropdown-menu li a span {
    position: absolute;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    color: #fff;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    line-height: 1.2;
    left: 0;
    right: 0;
    top: 0;
    text-align: left;
    bottom: 0;
    padding: 20px 5px 5px 5px;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 100%);
}

nav.navbar.mainnavbar .navbar-nav .nav-link:focus {
    box-shadow: none;
}

.topheader-simulbtn {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    color: #ffffff;
    white-space: nowrap;
    background-color: var(--bs-secondary);
    animation: heartBeat 4s infinite;
}

.slider-caption {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    padding-top: 10rem;
    color: #fff;
}

.slider-caption-container {
    display: flex;
    align-items: center;
    position: relative;
}

.slider-caption-inner {
    color: #fff;
    background-color: #00000063;
    border-radius: 10px;
    padding: 2rem 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.swiper.mainslider .swiper-slide {
    position: relative;
}

.mainslider-bg {

    background-position: center;
    background-size: cover;
}

.spotcaptop {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}

.slidecaptitle {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-top: 10px;
}

.spotcapbottom {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    max-width: 510px;
}

.section-title .main-title {
    font-size: 52px;
    font-weight: 700;
    color: #1895d3;
    line-height: 1.1;
    margin-top: 20px;
}

.section-title .sub-title {
    text-transform: uppercase;
    color: #222222;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.section-title .sub-title::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    background-color: #1895d3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.page-banner-content .breadcrumb {
    margin-bottom: 0;
    margin-top: 10px;
}

.page-banner-content .breadcrumb .breadcrumb-item {
    font-size: 16px;
    letter-spacing: 2px;
    color: #555;
}

.section-title {
    margin-top: -5px;
}

.page-banner-content {
    max-width: 600px;
    padding-right: 30px;
    width: 100%;
}

.page-banner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-banner-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cee3f3;
    opacity: 0.92;
    z-index: -1;
}

.page-banner-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 280px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

.homeblockcontent-inner {
    padding: 6rem 0;
}

.homeblockcontent.homeblockcontent-dark {
    background-color: var(--bs-gray-200);
}

.homeblockcontent-inner .main-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--bs-primary);
    line-height: 1.1;
    margin-top: 20px;
}

.contact-image {
    padding-right: 40px;
    margin-top: 50px;
}

.contact-image img {
    width: 100%;
    border-radius: 30px;
    border-bottom: 3px solid var(--bs-primary);
}

.footer-section {
    background-color: var(--bs-primary);;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.footer-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1798d2;
    top: 0;
    left: 0;
    opacity: 0.94;
    z-index: -1;
}

.section-padding {
    padding-top: 130px;
    padding-bottom: 130px;
}

.footer-widget-wrapper {
    margin-top: -50px;
}

.footer-widget .footer-logo {
    margin-bottom: 15px;
}

a.footer-logo {
    background-color: white;
    padding: 1rem;
    border-radius: 15px;
    max-width: 200px;
    display: block;
}

.footer-widget p {
    color: #f2f2f2;
    font-weight: 300;
    margin-top: 5px;
}

.footer-widget .title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 20px;
    padding-bottom: 5px;
}

.footer-widget .widget-info p {
    font-size: 14px;
}

.footer-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-link-wrapper .footer-widget {
    width: 50%;
}

.footer-widget .widget-link {
    padding-top: 10px;
}

.homeblockcontent-inner.contact-formcont .container {
    max-width: 800px;
}

.footer-widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 10px;
}

.footer-widget .widget-link li {
    margin-top: 10px;
}

.footer-widget .widget-link li a {
    color: #f2f2f2;
    font-weight: 300;
    text-decoration: none;
}

.footer-widget .widget-opening p {
    font-size: 14px;
}

.footer-copyright-section {
    background-color: #494949;

}

.copyright-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.copyright-text a {
    color: #ffffff;
    text-decoration: none;
}

.copyright-social a {
    color: #ffffff;
    position: relative;
    font-size: 15px;
    margin-top: 10px;
    margin-right: 30px;
    text-decoration: none;
}
.systemblockcontent-inner {
    padding: 6rem 0;
}
.systemsistem-box {
    display: block;
    background-repeat: no-repeat;
       position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position:  top center;
        min-height: 250px;
}
.systemsistem-box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.systemsistem-box-text {
    position: absolute;

    z-index: 5;
    left: 0;
    bottom: 0;
    padding: 10px;

}

.systemsistem-box-title {

    background-color: #e4f3ff;
    opacity: 0.88;
    padding: 16px 20px;
    border-radius: 10px;
}
.homesistem-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.homesistem-box {
    display: block;
    background-repeat: no-repeat;
       position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position:  top center;
}
.homesistem-box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.homesistem-box-text {
    position: absolute;

    z-index: 5;
    left: 0;
    bottom: 0;
    padding: 10px;

}

.homesistem-box-title {

    background-color: #e4f3ff;
    opacity: 0.88;
    padding: 16px 20px;
    border-radius: 10px;
}

/* Enhanced Sidemenu Component */
.sidemenu-modal {
    position: fixed;
    top: 7rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(13, 150, 212, 0.2);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 1050;
    max-width: 320px;
    min-height: 100px;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);

    pointer-events: auto; /* Ensure proper event handling */
    user-select: none; /* Prevent text selection issues */
}

.sidemenu-modal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 150, 212, 0.05), rgba(30, 64, 175, 0.05));
    pointer-events: none;
}

.sidemenu-modal.hidden {

    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    height: auto;
    right:  -370px;
}
.sidemenu-modal .btn.togglesidemenu {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 10;
	background-color: var(--bs-primary);
	color: #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}
.togglesidemenu-btn {
	position: fixed;
	background-color: var(--bs-primary);
	color: white;
	border: none;
	border-radius: 15px;
	padding: 12px 10px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(13, 150, 212, 0.3);
	overflow: hidden;
	pointer-events: auto;
	touch-action: manipulation;
	animation: pulse 2s infinite;
	right: 1.6rem;
	top: 25vh;
	width: 70px;
	height: 70px;
	z-index: 100;
	
}
.togglesidemenu-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 150, 212, 0.4);
    background-color: var(--bs-primary-dark);
}

.togglesidemenu-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.togglesidemenu-btn:hover::before {
    left: 100%;
}

/* Content Container */
.sidemenu-modal .sidemenu-content {
    overflow: hidden;
    padding: 20px 20px 5px 20px;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    opacity: 1;
    position: relative;
    z-index: 1;
}

.sidemenu-modal .sidemenu-inner {
    width: 280px;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* Header Styling */
.sidemenu-textheader {
    margin-bottom: 20px;
}

.sidemenu-text-title {
    color: #1e293b;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d96d4 !important;
    position: relative;
}

.sidemenu-text-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #0d96d4, #1e40af);
    border-radius: 2px;
}

/* Contact Section */
.sidemenu-text h4 {
    color: #374151;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}


.sidemenu-text ul li {
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.sidemenu-text ul li a {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.sidemenu-text ul li a:hover {
    background: rgba(13, 150, 212, 0.1);
    color: #0d96d4;
    transform: translateX(5px);
}

.sidemenu-text ul li a i {
    margin-right: 10px;
    width: 16px;
    text-align: center;
    font-size: 14px;
}

/* Working Hours Section */
.sidemenu-text p {
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0d96d4 !important;
    display: flex;
    align-items: center;
}


.sidemenu-text ul:last-child li {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 5px;
    padding: 4px 0;
}

.sidemenu-text ul:last-child li b {
    color: #374151;
    font-weight: 600;
}
.maincontent {
	overflow: hidden;
}
/* Animation Enhancements */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.sidemenu-modal.animate-in {
    animation: slideInRight 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}


/* Enhanced scroll behavior for sidemenu */
.sidemenu-modal.scrolling {
    opacity: 0.8;
    transform: scale(0.98);
    transition: all 0.3s ease;
}

.sidemenu-modal.scroll-hidden {
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
    transition: all 0.3s ease;
}

/* Prevent click conflicts during animations */
.sidemenu-modal.animating {
    pointer-events: none;
}


/* Mobile Responsive */
@media (max-width: 768px) {

    
    .sidemenu-modal .sidemenu-inner {
        width: 240px;
    }
}

@media (max-width: 480px) {

    .sidemenu-modal .sidemenu-inner {
        width: calc(100vw - 3rem);
    }
}

/* Accessibility Enhancements */
.sidemenu-modal:focus-within {
    outline: 2px solid #0d96d4;
    outline-offset: 2px;
}





a.navbar-brand {
    max-width: 225px;
}

a.img-dropdown-item {
    position: relative;
    display: block;
    overflow: hidden;
}
      .sistemlerslider {
      width: 100%;
      height: 600px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      overflow: hidden;
    }

.image-container {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.home-about-description {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e4f3ff;
    color: var(--bs-primary);
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 2;
    max-width: 180px;
    /* Açıklama kutusunun genişliğini sınırlıyoruz */
    white-space: normal;
    /* Satır sarma aktif */
    word-break: break-word;
    /* Gerekirse kelime de bölünebilir */
    text-align: center;
    padding: 2rem 1rem;
    border-bottom: 3px solid var(--bs-primary);
}
.home-about-description.home-about-description-right {
    right: 0;
    left: auto;
}
@media only screen and (min-width: 1500px),
only screen and (min-width: 1200px) and (max-width: 1499px) {
    .footer-link-wrapper {
        padding-left: 45px;
    }
}

@media (min-width: 992px) {
    nav.navbar.mainnavbar .navbar-nav .nav-link {
        padding: 1.5rem 0.5rem;
        --bs-nav-link-font-size: 20px;

    }

    a.navbar-brand {
        max-width: 300px;
    }

    .slidecaptitle {
        font-size: 50px;

    }

    .homeblockcontent-inner .main-title {
        font-size: 40px;

    }

    header.mainheader.scrolledhidden nav.navbar.mainnavbar .navbar-nav .nav-link {
        padding: 0.5rem;

    }

}

@media (min-width: 576px) {
    nav.navbar.mainnavbar {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    nav.navbar.mainnavbar {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    nav.navbar.mainnavbar {
        max-width: 960px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    nav.navbar.mainnavbar {
        max-width: 1200px;
    }
}

/* Enhanced Contact Page Styles */
.contact-form .form-floating > .form-control {
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-form .form-floating > .form-control:focus {
    background-color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(13, 150, 212, 0.15);
    border: 2px solid #0d96d4 !important;
    transform: translateY(-2px);
}

.contact-form .form-floating > label {
    transition: all 0.3s ease;
    font-weight: 500;
}

.contact-form .form-floating > .form-control:focus ~ label,
.contact-form .form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #0d96d4 !important;
    font-weight: 600;
}

/* Contact Cards Enhancement */
.contact-card-hover {
    transition: all 0.3s ease;
}

.contact-card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

/* Social Media Buttons */
.social-btn-enhanced {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-btn-enhanced:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social-btn-enhanced::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.social-btn-enhanced:hover::before {
    width: 100%;
    height: 100%;
}

/* Submit Button Enhancement */
.btn-submit-enhanced {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-submit-enhanced:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(13, 150, 212, 0.4) !important;
}

.btn-submit-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-submit-enhanced:hover::before {
    left: 100%;
}

/* Badge Enhancement */
.badge-enhanced {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(13, 150, 212, 0.1);
}

/* Card Shadow Animation */
@keyframes cardFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

.card-float {
    animation: cardFloat 6s ease-in-out infinite;
}

/* Form Result Styling */
#formResult .alert {
    border-radius: 15px;
    border: none;
    font-weight: 500;
}

#formResult .alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    box-shadow: 0 4px 15px rgba(21, 87, 36, 0.1);
}

#formResult .alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
    box-shadow: 0 4px 15px rgba(114, 28, 36, 0.1);
}

/* Career Form Styles */
.career-form-card {
    transition: all 0.3s ease;
}

.career-form .career-input {
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.career-form .career-input:focus {
    background-color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(13, 150, 212, 0.15);
    border: 2px solid #0d96d4 !important;
    transform: translateY(-1px);
}

.career-form .form-floating > label {
    transition: all 0.3s ease;
    font-weight: 500;
}

.career-form .form-floating > .career-input:focus ~ label,
.career-form .form-floating > .career-input:not(:placeholder-shown) ~ label {
    color: #0d96d4 !important;
    font-weight: 600;
}

/* Form Section Headers */
.form-section-header {
    position: relative;
}

.form-section-header hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #0d96d4, transparent);
}

/* CV Upload Area */
.cv-upload-area {
    transition: all 0.3s ease;
    cursor: pointer;
}

.cv-upload-area:hover {
    border-color: #0d96d4 !important;
    background: rgba(13, 150, 212, 0.05) !important;
}

.cv-upload-area.dragover {
    border-color: #0d96d4 !important;
    background: rgba(13, 150, 212, 0.1) !important;
    transform: scale(1.02);
}

/* Submit Button Enhancement */
.career-submit-btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.career-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(13, 150, 212, 0.4) !important;
}

.career-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.career-submit-btn:hover::before {
    left: 100%;
}

/* Progress Indicator */
.progress-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(13, 150, 212, 0.1);
    z-index: 9999;
}

.progress-bar-custom {
    height: 100%;
    background: linear-gradient(90deg, #0d96d4, #1e40af);
    width: 0%;
    transition: width 0.3s ease;
}

/* Form Validation States */
.career-input.is-valid {
    border-color: #28a745 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='m2.3 6.73.79-.79 2.65-2.65.79-.79L7.68 4.3l-.79.79-3.44 3.44-.79.79L1.51 7.17l.79-.44z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.career-input.is-invalid {
    border-color: #dc3545 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 4.6 0 1.4'/%3e%3cpath d='m5.8 8.2.01 0'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Loading Animation */
.btn-loading {
    position: relative;
}

.btn-loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    margin: auto;
    border: 2px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* File Upload Success */
.file-upload-success {
    animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-form .form-floating > .form-control {
        height: 55px;
    }
    
    .contact-form .form-floating textarea {
        min-height: 100px !important;
    }
    
    .career-form .career-input {
        height: 55px !important;
    }
    
    .career-form textarea.career-input {
        min-height: 100px !important;
    }
    
    .cv-upload-area {
        padding: 2rem 1rem !important;
    }
    
    .career-submit-btn {
        width: 100%;
        min-width: auto !important;
    }
}

/* Form Result Styling */
#careerFormResult .alert {
    border-radius: 15px;
    border: none;
    font-weight: 500;
    animation: slideInDown 0.5s ease;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#careerFormResult .alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    box-shadow: 0 4px 15px rgba(21, 87, 36, 0.1);
}

#careerFormResult .alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
    box-shadow: 0 4px 15px rgba(114, 28, 36, 0.1);
}

/* Enhanced HTML Structure Styles */
.contact-links {
    margin-bottom: 20px;
}

.contact-link {
    display: flex !important;
    align-items: center;
    text-align: left !important;
    padding: 10px 15px;
    margin-bottom: 8px;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #64748b;
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.contact-link:hover {
    background: rgba(13, 150, 212, 0.1);
    color: #0d96d4;
    transform: translateX(3px);
    border-color: rgba(13, 150, 212, 0.3);
}

.contact-link i {
    margin-right: 12px !important;
    width: 18px;
    text-align: center;
    font-size: 16px;
    flex-shrink: 0;
}

.contact-link span {
    font-weight: 500;
    font-size: 14px;
}

/* Specific contact link colors */
.phone-link:hover {
    background: rgba(34, 197, 94, 0.1);
    color: #059669;
    border-color: rgba(34, 197, 94, 0.3);
}

.email-link:hover {
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
    border-color: rgba(59, 130, 246, 0.3);
}

.map-link:hover {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border-color: rgba(239, 68, 68, 0.3);
}

.whatsapp-link:hover {
    background: rgba(34, 197, 94, 0.1);
    color: #059669;
    border-color: rgba(34, 197, 94, 0.3);
}

/* Working Hours Section */
.working-hours-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid rgba(13, 150, 212, 0.1);
}

.working-hours-title {
    color: #374151 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.working-hours-list {
    margin-bottom: 0 !important;
}

.working-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    margin-bottom: 6px;
    background: rgba(248, 250, 252, 0.6);
    border-radius: 8px;
    border: 1px solid rgba(226, 232, 240, 0.5);
    transition: all 0.3s ease;
}

.working-day:hover {
    background: rgba(13, 150, 212, 0.05);
    border-color: rgba(13, 150, 212, 0.2);
}

.day-label {
    font-weight: 600;
    color: #374151;
    font-size: 13px;
}

.hours-label {
    font-weight: 500;
    color: #0d96d4;
    font-size: 13px;
}

/* Current day highlighting */
.working-day.current-day {
    background: rgba(13, 150, 212, 0.1);
    border-color: rgba(13, 150, 212, 0.3);
}

.working-day.current-day .day-label {
    color: #0d96d4;
}

/* Contact link icons animation */
.contact-link i {
    transition: all 0.3s ease;
}

.contact-link:hover i {
    transform: scale(1.1);
}

.phone-link:hover i {
    animation: ring 1s ease-in-out;
}

.email-link:hover i {
    animation: bounce 0.6s ease-in-out;
}

.whatsapp-link:hover i {
    animation: pulse 1s ease-in-out;
}

/* Keyframe animations */
@keyframes ring {
    0%, 100% { transform: rotate(0deg) scale(1.1); }
    25% { transform: rotate(10deg) scale(1.1); }
    75% { transform: rotate(-10deg) scale(1.1); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0) scale(1.1); }
    50% { transform: translateY(-3px) scale(1.1); }
}

@keyframes bounceDownUp {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
a.btn.arrow-down-link {
    border: 1px solid var(--bs-primary);
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-primary);
    border-radius: 50px;
    background-color: #ffffff82;
    font-size: 25px;
    line-height: 0px;
    padding-top: 5px;
      animation: bounceDownUp 1s ease-in-out infinite;
}

/* Loading state for contact links */
.contact-link.loading {
    pointer-events: none;
    opacity: 0.7;
}

.contact-link.loading::after {
    content: '';
    position: absolute;
    right: 15px;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
