body {
    font-family: "Poppins", sans-serif;
overflow-x: hidden;
}
.btn {
border-radius: 8px;
border:0;
font-weight: 400;
font-size: 15px;
line-height: 22px;
padding: 14px 25px;
}
.btn-secondary {
background: #FFFFFF;
box-shadow: 4px 4px 0px rgba(20, 59, 99, 0.39);
color: #143B63;
}
.btn-secondary:hover {
    background: #143B63;
    color: #FFFFFF;
}
.btn-primary {

background: linear-gradient(90deg, #4590DB -0.26%, #1F98C5 100%);
box-shadow: 2px 2px 0px #1F71A1;
border:0

}
.btn-primary:hover {
    background:linear-gradient(90deg, #143B63 -0.26%, #143B63 100%); ;
    
    color: #fff;
    box-shadow:2px 2px 0px #0a212f
}
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 18px 0;
}
header .logo img {
    max-height: 50px;
}
header .topMenu ul {
display: flex;
justify-content: flex-end;
align-items: center;
list-style-type: none;
padding: 0;
margin: 0;
}
header .topMenu ul li {
    position: relative;
}
header .topMenu ul li + li {
    margin-left: 5px;
}
header .topMenu ul li a {
    padding: 10px 20px;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
text-decoration: none;
transition: all 0.3s ease;
background:transparent;
border-radius: 10px;
}
header .topMenu ul li:hover  a{
    color: #135d78;
    background: #fff;
}
header .topMenu ul li ul {
    position: absolute;
    display: none;
   right: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    
}
header .topMenu ul li:hover > ul {
    display: block;
}
header .topMenu ul li ul li {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
}
header .topMenu ul li ul li a {
    display: block;
    padding: 5px 10px;
font-weight: 400;
    color: #135d78;
    text-emphasis: center;
    font-size: 12px;
    border-radius: 0;
}
header .topMenu ul li ul li:hover a {
    color: #fff;
    background: #135d78;
}
header .topMenu ul li ul ul {
    display: none;
    top: 0;
    right: 100%;
    background-color: #135d78;
}
header .topMenu ul li ul ul li a {
    color: #fff;
}
header .topMenu ul li ul ul li:hover a {
    background: #fff;
    color: #135d78;
}
#homeBanner {
    position: relative;
    padding: 130px 0 85px;
    background: linear-gradient(90deg, #4590DB -0.26%, #1F98C5 100%);
}
#homeBanner .homeBannerPhoto {
    position: relative;


    transform-origin: center;

}

#homeBanner .homeBannerPhoto img {
    position: relative;
    z-index: 2;
        opacity: 0;
        transform: scale(0.7);
        animation: bannerPhotoIn 0.8s ease-out 0.4s forwards;
}

#homeBanner .homeBannerPhoto:before {
    content: "";

    position: absolute;
    left: 50%;
    top: 50%;
    aspect-ratio: 1/1;
    height: 100%;
    z-index: 1;
    background: #FFFFFF;
    filter: blur(150px);
    opacity: 0;
    border-radius: 50px;
    transform: translate(-50%, -50%);
        animation: afterAnimation 0.5s ease-out 0.25s forwards;
}
@keyframes afterAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bannerPhotoIn {
    from {
        opacity: 0;
        transform: scale(0.65);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

#homeBanner .homeBannerText {
    padding-left: 40px;
}
#homeBanner .homeBannerText strong{
    display: block;
    margin-bottom: 20px;
font-style: normal;
font-weight: 800;
font-size: 48px;
line-height: 72px;
color: #FFFFFF;
}
#homeBanner .homeBannerText p {
  display: block;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;

color: #FFFFFF;
}

.sectionTitle {
display: flex;
align-items: center;
font-weight: 600;
font-size: 25px;
line-height: 38px;
margin-bottom: 25px;
color: #10569C;
}
.sectionTitle:before {
    content: "";
width: 30px;
height: 2px;
background: #10569C;
display: inline-block;
margin-right: 10px;
}

#about {
    position: relative;
    padding: 100px 0;
}
#about div {
    z-index: 2;
}
#about:before {
content: "";
position: absolute;
width: 800px;
height: 800px;
left: -300px;
top: 40px;
background: rgba(87, 167, 247, 0.4);
filter: blur(400px);

}

#about .aboutText strong {
display: block;
font-style: normal;
font-weight: 800;
font-size: 32px;
line-height: 48px;
color: #000000;
margin-bottom: 20px;
}
#about .aboutText p {
  display: block;;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #000000;
}

.aboutBottom {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.social {
    display: flex;
    align-items: center;
}
.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
background: #1976D2;
box-shadow: 2px 2px 0px #10569C;
border-radius: 8px;
transition: all 0.3s ease;
}
.social a.facebook {
    background: #1976D2;
box-shadow: 2px 2px 0px #10569C;
}
.social a.instagram {
background: radial-gradient(126.96% 126.96% at 6.47% 97.81%, #FA8F21 9%, #D82D7E 78%);
box-shadow: 2px 2px 0px #B62067;

}
.social a.youtube {
 
background: #F44336;
box-shadow: 2px 2px 0px #A52B22;
}
.social a  + a {
    margin-left: 10px;
}
.social a:hover {
    transform: scale(1.1);
}
.aboutBottom .social {
    margin-left: 10px;
}

#homeServices {
    padding: 120px 0;
}
.servicesItem {
    position: relative;
    padding: 60px 20px 30px;
background: linear-gradient(90deg, #4590DB -0.26%, #1F98C5 100%);
border-radius: 15px;
text-align: center;
color: #fff;
}

.servicesItem .icon {
    position: absolute;
    top: -40px;
    left: 50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 74px;
height: 74px;
background: linear-gradient(90deg, #4590DB -0.26%, #1F98C5 100%);
border: 5px solid #F5FAFD;
border-radius: 50%;
transform: translateX(-50%);
}
.servicesItem .icon img {
    width: 40px;
    height: 40px;
}
.servicesItem strong {
display: block;
text-align: center;
margin-bottom: 10px;
font-weight: 700;
font-size: 18px;
line-height: 24px;
}
.servicesItem p {
display: block;
margin: 0;;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 22px;
letter-spacing: -0.06em;
}

#homeDogs {
    padding: 80px 0 120px;
}

#homeDogs .sectionSubDesc {
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #000000;
}

.dogItem {
    position: relative;
}

.dogItem .dogPhoto {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    height: 320px;
    width: 100%;
}

.dogItem .dogPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: all 0.3s ease;
}
.dogItem:hover .dogPhoto img  {
    transform: scale(1.1);
}
.dogItem .dogPhoto:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.21%, rgba(0, 0, 0, 0.8) 84.26%);
border-radius: 5px;
z-index: 2;
pointer-events: none;

}
.dogItem .dotItemText {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
.dogItem .dotItemText strong {
display: block;
font-weight: 600;
font-size: 18px;
line-height: 27px;
color: #FFFFFF;
}
.dogItem .dotItemText p {
    margin: 0;;
}
#homeDogs .sectionTitle {
    margin-bottom: 10px;
}
.sectionSubDesc {
display: block;
font-weight: 400;
font-size: 18px;
line-height: 27px;

color: #000000;


}

.homeDogsSlider {
    margin-top: 30px;
}
.owl-carousel .owl-nav {
    margin:0
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1976D2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -25px;
 }
 .owl-carousel .owl-nav button.owl-prev:hover , .owl-carousel .owl-nav button.owl-next:hover {
    background: #143B63;
 }

 #dogAbout {
    position: relative;
    padding:60px 0 180px;
    width: 100%;
    

 }
  #dogAbout .dogAboutText {
    padding-left: 40px;
  }
 #dogAbout .dogAboutText strong{
display: block;
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-size: 32px;
line-height: 48px;

color: #000000;
margin-bottom: 25px;

 }
 #dogAbout .dogAboutText span {
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
 }
 #dogAbout:before {
content: "";
position: absolute;
width: 800px;
height: 800px;
right: -300px;
top: 40px;
background: rgba(87, 167, 247, 0.4);
filter: blur(400px);
pointer-events: none;

}
 #dogAbout div {
    position: relative;
    z-index: 2;
 }

 #dogGallery {
    padding-bottom: 180px;
 }
#dogGallery .dogItem .dogPhoto:before  {
    display: none;
}
#homeBlog {
    position: relative;
    padding: 0 0 60px;
}
#homeBlog:before {
content: "";
position: absolute;
width: 800px;
height: 800px;
left: -300px;
top: 40px;
background: rgba(87, 167, 247, 0.4);
filter: blur(400px);

}
#homeBlog div {
    position: relative;
    z-index: 2;
}
#homeBlog .blogList {
    margin-top: 50px;
}
.blogItem {
overflow: hidden;
background: #FFFFFF;
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin-bottom: 20px;

}
.blogItem .blogItemPhoto a {
    display: block;
     height: 220px;
     overflow: hidden;
}
.blogItem .blogItemPhoto img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: all 0.3s ease;
}
.blogItem .blogItemPhoto a:hover img {
    transform: scale(1.1);
}
.blogItem .blogItemContent {
    padding: 15px;
}
.blogItem .blogItemContent .blogItemTitle {
    display: block;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
text-decoration: none;
color: #000000;
transition: all 0.3s ease;
margin-bottom: 5px;
}
.blogItem .blogItemContent .blogItemTitle:hover {
    color: #10569C;
}
.blogItem .blogItemContent .blogItemDesc {
  display: -webkit-box;
font-weight: 300;
font-size: 13px;
line-height: 20px;
color: #000000;
text-decoration: none;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
transition: all 0.3s ease;
}
.blogItem .blogItemContent .blogItemDesc:hover {
    color: #10569C;
}
.blogItem .blogItemBottom {
    padding: 0 15px 15px;
}
.blogItem .blogItemBottom a {
    display: flex;
    align-items: center;
justify-content: center;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 20px;

color: #10569C;
text-decoration: none;
transition: all 0.3s ease;
}
.blogItem .blogItemBottom a span {
    margin-right: 5px;
    transition: all 0.3s ease;
}
.blogItem .blogItemBottom a svg {
    transition: all 0.3s ease;
}
.blogItem .blogItemBottom a:hover span {
    transform: translateX(-5px);
}
.blogItem .blogItemBottom a:hover svg {
    transform: translateX(5px);
}
footer {
    background: #10569C;
    padding: 60px 0;
    margin-top: 50px;
    position: relative;
}
.footerLogo img {
    max-height: 50px;
}


.footerMenu ul {
display: flex;
justify-content: flex-end;
align-items: center;
list-style-type: none;
margin: 0;
padding: 0;
}

.footerMenu ul li a {
    padding: 10px 0;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
text-decoration: none;
transition: all 0.3s ease;
}
.footerMenu ul li +li {
    margin-left: 20px;
}
.footerMenu ul li a:hover {
    text-decoration: underline;
}
.copyRight {
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
}

.pageHeader {
        position: relative;
    padding: 110px 0 25px;
    background: linear-gradient(90deg, #4590DB -0.26%, #1F98C5 100%);
font-size:15px;
}
body:has(.pageHeader) header {
    border-bottom:1px solid #ffffff2e
}

.pageHeader h1 {
    font-size:32px;
    text-align:center;
    color:#fff;
}

.pageText {
    padding: 50px 0;
}

/* Lightbox navigasyon butonlarını gizle */
.lb-prev,
.lb-next {
    display: none !important;
}
.contactForm {
        background: rgb(40 150 202 / 11%);
    padding: 20px;
    border-radius: 10px;
}

.contactForm .form-control {
    border-radius: 5px;
    font-size: 13px;
    outline: none !important;
    box-shadow: none !important;
}

.contactForm .form-label {
    font-size: 14px;
    font-weight: 500;
}

.contactLinks {
    display: flex;
    justify-content: center;
        background: rgb(40 150 202 / 11%);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contactLinks .social {
    margin-left: 10px;
}
.pageContent:has(.contactLinks) iframe {
    border-radius: 10px;
    height: 100%;
}
.pageContent .col-lg-5:has(.contactLinks) {
    display: flex;
    flex-direction: column;
}
.pageContent .col-lg-5> .contactLinks + div {
    margin-bottom: 0;
    height: 100%;
}