@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

  /* Butonun konumu ve görünümü */
  #scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #333;
    border: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  }

  /* Ok çizimi (CSS pseudo-element ile) */
  #scrollTopBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-left: 3px solid white;
    border-top: 3px solid white;
    transform: translate(-50%, -35%) rotate(45deg);
  }

  /* Hover efekti */
  #scrollTopBtn:hover {
    background-color: #555;
  }

  /* Görünür hale gelince */
  #scrollTopBtn.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

html {
    scroll-behavior: smooth;
}

section[id]  {
  scroll-margin-top: 124px; /* header yüksekliği kadar smooth scroll */
}


body {
    font-family: "Ubuntu", sans-serif;
}

a,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-family: "Ubuntu", sans-serif;
    text-decoration: none;
}

.navbar-toggler:focus {box-shadow: none; }

.blueTitle {
    color: #153582;
}

.greenTitle {
    color:#03878b;
}

p {
    line-height: 1.8;
}

a {
    transition: all 0.3s ease-in-out;
}

.borderGray {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    border: solid 1px #eff3fd;
}

.miniNav {
    background-color: #68bd49;
    color:#fff;
    height: 40px;
}

.miniNav .lng a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding: 4px;
}

.miniNav .lng a.active {
    color: #1e2022;
    font-weight: bold;
    background-color: #fff;
}

.miniNav .navbar-brand {
    display: block;
    width: 84px;
    height: 26px;
    background: url(../images/nuevo_logo_white.svg) left center no-repeat;
    background-size: contain;
    padding: 0;
    margin: 0;
}

.mainNav {
    background-color: #fff;
    padding-top: 20px;
    height: 100px;
    margin-top: 40px;
    transition: margin-top 0.5s ease;
}

.titleBar {
	width: 100%;
	height: 200px;
    padding: 0 10px;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-flow: column;
	color: #fff;
	opacity: 1;
	transform: translateY(0);
	overflow: hidden;
	transition: 
		opacity 0.5s ease,
		transform 0.5s ease,
		height 0.5s ease;
}

.titleBar.hideSmooth {
	opacity: 0;
	transform: translateY(-30px);
	max-height: 50px;
	pointer-events: none;
}

/* Bu sınıf geçici olarak transition'ı kapatır */ 
.mainNav.no-transition {
	transition: none !important;
}

.mtH {
	margin-top: 240px;
}

.navSNF .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #2c2c2c;
    position: relative;
    height: 44px;
}

.navSNF .nav-link.active {
    font-weight: bold;
    color: #153582;
}

.navSNF .nav-link:not(:hover)::after {
    width: 0;
}

.navSNF .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 0;
    height: 2px;
    background-color: #153582;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

.navSNF .nav-link:hover::after {
    width: 100%;
}

.navSNF.greenType .nav-link.active {
    color: #03878b;
}

.navSNF.greenType .nav-link::after {
    background-color: #03878b;
}

.icon-list {
    margin: 0;
    padding: 0;
}

.icon-list li {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.iconBlue {
    width: 42px;
    height: 42px;
    padding: 9px;
    margin-right: 8px;
    border-radius: 20px;
    background-color: #dde5f7;
}

section.sectionSNF {
    padding: 40px 0;
}

section.sectionSNP {
    padding: 40px 0;
}

.whiteBox {
    font-size: 16px;
    padding: 14px;    
    border-radius: 6px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.whiteBox p {line-height: 1.3; margin: 0; }

.miniSlider .slider-item {
    padding: 10px;
    box-sizing: border-box;
  }

.miniSlider .whiteBox {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
  }

.miniSlider .whiteBox img {
    width: 24px;
    height: 24px;
  }

/* .contactFormArea {
    padding: 40px 100px;
    border-radius: 8px;
    border: solid 1px #d6d6d6;
    background-color: #fcfcfc;
}

.contactFormArea .form-floating>.form-control-plaintext:focus,
.contactFormArea .form-floating>.form-control-plaintext:not(:placeholder-shown),
.contactFormArea .form-floating>.form-control:focus,
.contactFormArea .form-floating>.form-control:not(:placeholder-shown) {
    padding: 1rem .75rem;
}

.contactFormArea .form-floating>.form-control-plaintext~label,
.contactFormArea .form-floating>.form-control:focus~label,
.contactFormArea .form-floating>.form-control:not(:placeholder-shown)~label,
.contactFormArea .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(0.85) translateY(-1.8rem) translateX(0.15rem);
} */

.demoForm {
    width: 100%;
    max-width: 496px;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.form-control:focus {
    box-shadow: none;
}

.form-floating>label {
    color: #6e7174;
}

.btnDemo {
    color: #fff;
    width: 100%;
    padding: 18px;
    border-radius: 6px;
    border-color: #9e4aba;
    background-image: linear-gradient(263deg, #9e4aba, #530be1);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease;
}

.btnDemo:hover {
    background-image: linear-gradient(263deg, #a85bcd, #6b28e8); 
 }

/****************************/

.sliderAreaSNF {
    height: 600px;
    padding-top: 150px;
    padding-bottom: 60px;
    margin-bottom: 0 !important;
}

.sliderAreaSNF .img-fluid {
    max-height: 382px;
}

.sliderAreaSNF .slick-dots {
    bottom:30px;
    left:0;
}

.sliderAreaSNF .slick-dots li {
}

.sliderAreaSNF .slick-dots li button {
    padding: 0;
}

.sliderAreaSNF .slick-dots li button:before {
    content: "";
    border-radius: 13px;
    border: solid 1px #153582;
    opacity: 1;
}

.sliderAreaSNF .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #153582;
}

.sliderAreaSNF.portal .slick-dots li button:before {
    border: solid 1px #fff;
}

.sliderAreaSNF.portal .slick-dots li.slick-active button:before {
    background-color: #fff;
}

.sliderAreaSNF .slick-list,
.sliderAreaSNF .slick-track {
    height: 100%;
}

.sliderAreaSNF .sliderTitle {
    font-size: 44px;
    font-weight: normal;
    line-height: 44px;
    margin-bottom: 20px;
    color: #fff;
}

.sliderAreaSNF .sliderText {
    font-size: 22px;
    font-weight: 300;
    color: #fff; 
}

.contact {
    background: url(../images/bg3.png) top center no-repeat;
    background-size: cover;
    padding: 40px 0;
    min-height: 512px; 
}

.footParts {
    height: 100%;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 16px;
}
.footParts .footHeader {
    margin-bottom: 16px;
    font-size: 18px;
}
.footParts .footBody {}

.location {
    background: url(../images/location.svg) top left no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
}

.phone {
    background: url(../images/phone.svg) top left no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
}

.mail {
    background: url(../images/mail.svg) top left no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
}

.accordion-nuevo .accordion-button {
    font-weight: bold;
    outline: none;
    box-shadow: none;
    background: none;
    color: #000;
}

.accordion-nuevo .accordion-button::after {
    background: url(../images/downSmall.svg) center center no-repeat;
}

.accordion-nuevo .accordion-button:not(.collapsed)::after {
    background: url(../images/upSmall.svg) center center no-repeat;
}

.accordion-nuevo .accordion-button.collapsed {
    font-weight: 300;
}

.lnkd {
    font-size: 16px;
    font-weight: 500;
    color: #1e2022;

    display: flex;
    justify-content: end;
    align-items: center;
}

.lnkd:before {
    content: "";
    display: inline-block;
    background: url(../images/linked-in-icon-svg.png) center right no-repeat;
    width: 34px;
    height: 34px;
    margin-right: 14px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    height: 114px;
    border-top: 1px solid #d6d6d6;
    background-color: #fff;
    color:#929497;
    font-size: 12px;
}

.footerSNF {
    padding: 60px 20px 10px 20px;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    .mainNav .navbar-nav {
        margin-top: 0px;
        padding: 20px 0px;
    }

    .mainNav .navbar-nav .nav-item {
        margin-bottom: 16px;
    }
 
    .mainNav .navbar-nav .nav-link,
    .mainNav .navbar-nav .nav-link.active,
    .mainNav .navbar-nav .nav-link.show {
        color: #000;
        justify-content: flex-start;
    } 


    .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 100px;
        left: 0px;
        background: #fff;
        padding: 0 16px;
        padding-bottom: 20px;
    }

    .navSNF .nav-link::after {content: none;}

    .sliderAreaSNF {height: 100%;}

    .footer div {
        justify-content: center !important;
        text-align: center;
        margin-top: 8px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .sliderAreaSNF .slick-dots {
        top: 95%; 
    }

    .accordion-nuevo {
        flex-flow: column;
    }
}

/* Loading Overlay */
.ai-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.ai-loading-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ai-loading-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: #28a745;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}