.box{display:none !important;}
a {
  color: white;
  text-decoration: none;
}
.sw-sec{display:none;}
:root{font-size:15.1px;}
ul{margin:0;padding:0;}
.gap-5 {
  gap: 54px;
  justify-content: space-between;
}
.mb-80{
    margin-bottom:80px;
}
@media (min-width:768px){
    .services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 300px);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.grid1:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.grid1:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.grid1:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.grid1:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.grid1:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
}
.services-card{position:relative;}
.services-content{position:absolute;z-index:2;bottom:20px;left:30px;}
.services-img{object-fit:cover;filter:brightness(60%);transition:.4s;}
.container.py-5 .services-img{height:310px !important;}
.services-card:hover .services-img{filter:brightness(100%);}
.services-content h3{font-size:32px;text-shadow:0 0 10px black;}
.services-content p{font-size:14px;text-shadow:0 0 10px black;}
.offcanvas-body .nav-link{font-size:20px;margin-bottom:10px;}
.nav-link{font-weight:500;}
 .onmysec {
    margin-top:72px !important;
    padding-bottom:60px;
  }
.parallax-bg{background: linear-gradient(to top rgba(0, 0, 0, 0.293),rgba(0, 0, 0, 0.293));}
.row{row-gap: 30px;}
  /* Custom styles to replace Tailwind utility classes not available in Bootstrap */
    .custom-header {
      /* Tailwind: fixed, w-full, top-0, left-0, z-50, py-5, duration-200 */
      background:rgb(24 23 25 / 45%) ;
      /* Bootstrap fixed-top already applies position and a high z-index */
      transition-duration: 200ms;
    }
    .custom-text-17 {
      /* Tailwind: text-[17px] */
      font-size: 17px;
    }
    .custom-text-22 {
      /* Tailwind: text-[22px] */
      font-size: 16px;
    }
    .custom-gap-20 {
      /* Custom gap for 20px spacing */
      gap: 20px;
    }
    .close-menu-img {
      /* Tailwind: w-4 (approx. 16px width) */
      width: 16px;
    }
/* banner */
.banner-img {
  position: relative;
}
/*.overlay-img{*/
/*    position:absolute;*/
/*    z-index:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .8));*/
/*}*/
.banner-img img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body {
  background : #F6F7F9;
  font-family:"Averta";
  
}
.logo-img{filter:brightness(9999999%);}
.banner {
  height: 95vh;
}
.banner-img{position:relative;}
.banner-img::after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    content:" ";
    height:100%;
    z-index:0;
    background-image:linear-gradient(180deg, transparent 30%, rgb(0,0,0/10%));
}
.banner-img,
.banner-swiper .swiper-slide {
  height: 95vh;
}
.banner-img img {
  object-fit: cover;
  filter:brightness(95%);
}
.banner-swiper .swiper-slide .banner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position:relative;
  z-index:1;
}
.banner-swiper .container,
.banner-content {
  height: 100%;
}
.banner-swiper,
.banner-swiper .swiper-wrapper {
  height: 95vh;
}
.banner-swiper .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: 20px;
  right: inherit;
}
.banner-content {
  color: white;
}
.banner-content h3 {
  font-size: 48px;
  margin-bottom: 15px;
  text-shadow:0 0 5px black;
}
.banner-content p {
    text-shadow:0 0 5px black;
  width: 500px;
}
.banner-content button {
  width: 160px;
  height: 45px;
  border-radius: 9999px;
  border: 2px solid white;
  background-color: transparent;
  font-weight: 600;
  color: white;
  transition: 0.4s;
}
.banner-swiper .swiper-pagination-bullet {
  background-color: white;
  margin-block: 20px !important;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}
.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-content button:hover {
  background-color: white;
  color: black;
}
.filter {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.filter-card {
  background-color: white;
}
.filter form {
  display: flex;
}
/* house */

.prod-pr{left:0 !important;right:unset !important;}
.prod-nx{right:0 !important;left:unset !important;}
.prod-pr.swiper-button-disabled,.prod-nx.swiper-button-disabled{opacity:1 !important;}
 .prod-pr::after, .prod-nx::after{content:"";}
.houses{background:#fff;padding-block:80px}
.houses h3{text-align:center;}
.houses-swiper .swiper-wrapper{height:auto;}
.swiper-pagination-bullet{background:white;}
.property-card__body{
    padding: clamp(1rem, 0.9316rem + 0.3419vi, 1.25rem);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap:clamp(1rem, 0.9316rem + 0.3419vi, 1.25rem);
}
.property-card__meta{
   font-size: clamp(0.7901rem, 0.7558rem + 0.1718vi, 0.8889rem);
   font-weight: 400;
}
.property-card__price {
    font-weight: 600;
    font-size: clamp(1rem, 0.9565rem + 0.2174vi, 1.125rem);
}
.property-card__title {
    line-height: 1.3;
    font-size: clamp(1rem, 0.9565rem + 0.2174vi, 1.125rem);
}
.card{overflow:hidden;}
.products-swiper .swiper-slide img{min-height:310px;}
.product-next,.product-prev{opacity:0;background:white;transition:.4s;width:40px;height:40px;border-radius:50%;}
.swiper-button-disabled{opacity:0 !important;pointer-events:none}
.card:hover .swiper-button-disabled {opacity:.5 !important;pointer-events:none}
.card:hover .product-next,.card:hover .product-prev{opacity:1 ;}
.product-next::after,.product-prev::after{content:"";}
.product-next
/* blog */
    .blog-cont{    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        
    }
  .custom-blog-title {
    font-size: 1.5rem; /* Tailwind text-2xl */
  }
  @media (min-width: 992px) {
      .fs-1{font-size:40px !important;}
    .custom-blog-title {
      font-size: 2.25rem; /* Tailwind lg:text-4xl */
    }
  }
  .custom-link-pb {
    padding-bottom: 2px; /* Tailwind pb-[2px] */
  }
  .custom-img-small {
    width: 0.5rem; /* Tailwind w-2 */
  }
  .custom-card {
    background-color: #222123; /* Tailwind bg-[#222123] */
    height:100%;
  }
  .custom-rounded-lg {
    border-radius: 0.5rem; /* Tailwind rounded-lg */
  }
  .custom-card-img {
    height: 15rem; /* Tailwind h-48 */
    object-fit: cover; /* Tailwind object-cover */
    width: 100%;
  }
  .custom-card-title {
    font-size: 1.25rem; /* Tailwind text-xl */
    font-weight: 500; /* Tailwind font-semibold */
    margin-bottom: 0.5rem; 
    color: #fff;
  }
  .custom-card-text {
    color: #c2c2c2; /* Tailwind text-[#c2c2c2] */
    margin-bottom: 0.5rem;
  }
  .custom-card-date {
    color: #6b6b6b; /* Tailwind text-[#6b6b6b] */
    font-size: 13px; /* Tailwind text-[13px] */
  }
/* cta */
    .cta{
        background:#fff;
        padding-block: 80px;
    }
    .cta-inner{
        display: flex;
        background: rgb(17,17,17);
        padding: 10px;
    }
    .cta-inner2{
        width: 100%;
        padding: 10px;
        background-image: 
        linear-gradient(to right, white 10%, transparent 10%),  /* Top border: white on left 50% */
        linear-gradient(to bottom, white 30%, transparent 10%), /* Left border: white on top 50% */
        linear-gradient(to left, white 10%, transparent 10%),   /* Bottom border: white on right 50% */
        linear-gradient(to top, white 30%, transparent 10%);      /* Right border: white on bottom 50% */
      background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
      background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
      background-position: top left, top left, bottom left, bottom right;
    }
    .cta-text{
        padding: 40px 20px;
        background: transparent;
    }
    .drones{
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .socials a{
        font-size: 14px;
        padding: 20px;
        transition: .4s;
    }
    .cta-inner .socials a:first-child{
        background-color: rgb(27, 36, 28);
        color: rgb(84 204 97);
    }
    /*.cta-inner .socials a:first-child{*/
    /*    background-color: rgb(27, 36, 28);*/
    /*    color: 	rgb(36, 161, 222);*/
    /*}*/
    /*.cta-inner .socials a:first-child:hover{*/
    /*    background-color: 	rgb(36, 161, 222);*/
    /*    color: white;*/
    /*}*/
    .cta-inner .socials a:first-child:hover{
        background-color: rgb(84 204 97);
        color: white;
    }

    .drones{
            height: 100%;
            margin: 0;
            background: transparent; /* Transparent background */
            overflow: hidden;
            position: relative;
    }

      /* Heart-shaped motion keyframes */
/* footer */
.custom-footer .custom-link{color:#adadad;}
.footerBottomTxt{color:#adadad !important;}
.custom-footer {
  background: rgb(24, 23, 25);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.custom-footer h3 {
  line-height: 15.6px;
}
.custom-footer ul {
  color: #adadad;
}
.custom-link {
  line-height: 16.8px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.custom-phone {
  line-height: 21.6px;
  transition: all 0.3s ease;
}
.custom-email {
  line-height: 16.8px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.custom-social-link {
  transition: all 0.3s ease;
  color: #0088CC;
}
.custom-social-heading {
  line-height: 15.6px;
  color: #0088CC;
}
.custom-social-ul {
  font-size: 22px;
  gap: 1rem;
  align-items: center;
  color: white;
}
.custom-bottom {
  max-width: 500px;
  padding-top: 2.5rem;
}
.custom-span {
  line-height: 14.4px;
  color: #0088CC;
  font-weight: 500;
}
.custom-p {
  line-height: 14.4px;
  color: #0088CC;
  font-weight: 500;
  font-size:12px;
}
.custom-span{font-size:12px;}
/*special offers*/
.special-offers{margin-bottom:90px}
    .promo-card {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    background: white;
}

.promo-image {
    position: relative;
    border-bottom:1px solid gray;
}

.promo-image img {
    width: 100%;
    display: block;
    height:400px;
}

.promo-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    line-height: 1.2;
}

.promo-title {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d41c1c;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px;
    letter-spacing: 1px;
}

.promo-content {
    padding: 20px;
    text-align: center;
}

.promo-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promo-content p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}
.special-top{max-width:600px;margin-inline:auto}
.special-top h3{font-size:40px;}
.special-top p{font-size:18px;}
.promo-button {
    display: inline-block;
    border: 2px solid black;
    padding: 10px 40px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    transition: .4s;
}

.promo-button:hover {
    background: black;
    color: white;
}

.promo-learn a {
    color: #777;
    font-size: 13px;
    text-decoration: none;
}

.promo-learn a:hover {
    text-decoration: underline;
}
/*karousel*/
.sw-sec{padding-top:80px;background:#fff;padding-bottom:80px;}
.rwlink{font-size:15px;color:#000;}
@media(max-width: 700px) {

    .uv-roomsslider-sliders .uv-roomslide-cont.uvactive {
        flex-basis: 59vw;
    }
  }
  
  @media(max-width: 600px) {
  
    .uv-roomslide-item .uvinfo {
        padding-bottom: 23px;
    }
  
    .uv-roomslide-item .uvinfo .uvtitle {
        font-size: 0.933333rem;
    }
  
    .uv-roomslide-item .uvinfo .uvhighlight {
        font-size: 0.933333rem;
    }
  
    .uv-roomslide-item .uvinfo .uvtitle:after {
        max-width: 45px;
    }
  }
  
  :is(.page-id-20340) .rwcards {
    max-width: 900px;
    margin: auto;
  }
  
  @media (min-width: 990px) {
    :is(.page-id-20340) .rwcard {
        flex-basis: calc(33.333333% - 30.667px)!important;
    }
    
  }
  
  
  .uvcards-evts .event-info :is(p, ul) {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  /* Animations */
  
  
  @media (max-width: 989px) {
  
    .uvcards-evts .event-info :is(p, ul) {
        font-size: .95rem;
        line-height: 1.42;
        margin-bottom: 8px;
    }
  }
  
  @media (max-width: 767px) {
  
    .uvcards-evts .event-info :is(p, ul) {
        font-size: .9rem;
    }
  }
  
  @media (max-width: 480px) {
  
    .uvcards-evts .event-info :is(p, ul) {
        font-size: 0.8125rem;
        line-height: 1.25rem;
    }
  }
  
  
  
  /*pet page*/
  .uv-rooms-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 590px;
    width: 100%;
  }
  
  .uv-roomsslider-info {
    position: relative;
    display: flex;
    flex: 0 0 33.5623%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    padding-left: 4.5%;
    padding-right: 3.5%;
    flex-direction: column;
    justify-content: space-between;
    max-width: 33.5623%;
  }
  
  .uv-roomsslider-sliders {
    position: relative;
    flex: 0 0 66.4377%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 66.4377%;
  }
  
  .uv-roomsslider-info-inner {
    padding-top: 6vw;
    width: 100%;
  }
  
  .uv-roomsslider-info-inner img {
    display: block;
    height: 37px;
    width: auto;
    margin-bottom: 40px;
  }
  
  .uv-roomsslider-info-inner p {
    color: #383838;
    font-size: 1.066666rem;
    line-height: 1.75;
    max-width: 390px;
  }
  .uvhighlight{width: 90%;}
  .uv-roomsslider-info-inner .uvactions {
    margin-top: 36px;
  }
  
  .uv-roomsslider-contols {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 3vw;
  }
  
  .uv-roomsslider-contols ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  
  .uv-roomsslider-contols ul li {
    list-style: none;
  }
  
  .uv-roomsslider-contols ul:first-child {
    margin-right: 55px;
  }
  
  .uv-roomsslider-contols ul li a span,
  .uv-roomsslider-contols ul li button span {
    display: none;
  }
  
  .uv-roomsslider-contols .uvarrowsnav li {
    margin-right: 30px;
  }
  
  .uv-roomsslider-contols .uvarrowsnav li:last-child {
    margin-right: 0;
  }
  
  .uv-roomsslider-contols .uvarrowsnav li a {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #333333;
    font-size: 1.466666rem;
    transition: all 300ms ease-in-out;
  }
  
  .uv-roomsslider-contols .uvarrowsnav li a:hover {
    background-color: #E1E1E1;
  }
  
  .uv-roomsslider-contols .uvbulletsnav li {
    margin-right: 15px;
  }
  
  .uv-roomsslider-contols .uvbulletsnav li:last-child {
    margin-right: 0;
  }
  
  .uv-roomsslider-contols .uvbulletsnav li button {
    display: block;
    border: 0;
    outline: none;
    height: 5px;
    width: 24px;
    background-color: #000000;
    opacity: 0.5;
  }
  
  .uv-roomsslider-contols .uvbulletsnav li button.uvactive {
    opacity: 1;
  }
  
  .uv-roomsslider-contols .uvbulletsnav li button:not(.uvactive):hover,
  .uv-roomsslider-contols .uvbulletsnav li button:focus {
    background-color: #C90D1F;
    opacity: 1;
  }
  
  .uv-roomsslider-info .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  
  .uv-roomsslider-sliders .uv-roomslide-cont {
    position: relative;
    display: block;
    flex: 0 0 96px;
    height: 100%;
    margin-right: 3px;
    background-color: #D8D8D8;
    overflow: hidden;
    /*transition: all 300ms ease-in-out;*/
  }
  
  .uv-roomsslider-sliders .uv-roomslide-cont:last-child {
    margin-right: 0;
  }
  
  .uv-roomsslider-sliders .uv-roomslide-cont.uvactive {
    flex: 1;
  }
  
  .uv-roomslide-cont .uv-roomslide-info {
    position: absolute;
    width: 96px;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 10;
  }
  
  .uv-roomslide {
    height: 100%;
  }
  
  .uv-roomslide-cont.uvactive .uv-roomslide-info {
    pointer-events: none;
    background-color: transparent;
  }
  
  .uv-roomslide-info img.uvlogowhite {
    display: none;
  }
  
  .uv-roomslide-info img.uvlogowhiterotated {
    display: block;
    position: absolute;
    width: 22px;
    height: auto;
    margin: auto;
    max-width: none;
    bottom: 45px;
    left: 0;
    right: 0;
  }
  
  .uv-roomslide-item {
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  
  .uv-roomslide-cont:not(.uvactive) .uv-roomslide-item:before {
    display: none;
  }
  
  .uv-roomslide-item:before {
    position: absolute;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  
  .uv-roomslide-item img {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: cover;
    object-position: center center;
  }
  
  .uv-roomslide-item img.swiper-lazy {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
  }
  
  .uv-roomslide-item img.swiper-lazy.swiper-lazy-loaded {
    visibility: visible;
    opacity: 1;
  }
  
  .uv-roomslide .swiper,
  .uv-roomslide .swiper-wrapper {
    height: 100%;
  }
  
  .uv-roomslide-item .uvinfo {
    position: absolute;
    width: 100%;
    z-index: 8;
    padding-left: 5%;
    padding-right: 80px;
    padding-bottom: 43px;
    color: #ffffff;
    bottom: 0;
    left: 0;
    display: none;
  }
  
  .uv-roomslide-cont.uvactive .uvinfo {
    display: block;
  }
  
  .uv-roomslide-item .uvinfo .uvtitle {
    position: relative;
    color: #FFFFFF;
    font-size: 1.333333rem;
    font-weight: 500;
    letter-spacing: 0.014em;
    line-height: 1.2;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0.6em;
  }
  
  .uv-roomslide-item .uvinfo .uvtitle:after {
    position: absolute;
    display: block;
    content: " ";
    height: 1px;
    max-width: 66px;
    width: 100%;
    background-color: #D0D0D0;
    bottom: 0;
  }
  
  .uv-roomslide-item .uvinfo .uvhighlight {
    color: #FFFFFF;
    font-size: 1.333333rem;
    font-weight: normal;
    line-height: 1.2;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    margin-top: 0.6em;
  }
  
  .uv-roomsslider-sliders .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  
  @media(max-width: 1280px) {
    .uv-roomsslider-info {
        padding-left: 3%;
        padding-right: 2.5%;
    }
  
    .uv-roomsslider-info-inner {
        padding-top: 4vw;
    }
  
    .uv-rooms-slider {
        height: 460px;
    }
  
    .uv-roomsslider-info-inner img {
        margin-bottom: 20px;
        height: 26px;
    }
  
    .uv-roomsslider-info-inner .uvactions {
        margin-top: 28px;
    }
  
    .uv-roomsslider-contols {
        padding-bottom: 2.5vw;
    }
  
    .uv-roomsslider-sliders .uv-roomslide-cont {
        flex-basis: 85px;
    }
  
    .uv-roomslide-cont .uv-roomslide-info {
        width: 85px;
    }
  
    .uv-roomslide-info img.uvlogowhiterotated {
        width: 18px;
        bottom: 35px;
    }
  
    .uv-roomslide-item .uvinfo .uvtitle {
        font-size: 1.133333rem;
    }
  
    .uv-roomslide-item .uvinfo .uvhighlight {
        font-size: 1.066666rem;
    }
  
    .uv-roomsslider-contols ul:first-child {
        margin-right: 30px;
    }
  
    .uv-roomsslider-contols .uvbulletsnav li {
        margin-right: 10px;
    }
  }
  
  @media(max-width: 1024px) {
    .uv-rooms-slider {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        flex-direction: column;
    }
  
    .uv-roomsslider-info {
        height: auto;
        padding-left: 4.5%;
        padding-right: 4.5%;
        max-width: 100%;
        flex-basis: auto;
    }
  
    .uv-roomsslider-info-inner {
        padding-top: 88px;
        margin-bottom: 32px;
    }
  
    .uv-roomsslider-info-inner p {
        max-width: 500px;
    }
  
    .uv-roomsslider-contols {
        justify-content: space-between;
    }
  
    .uv-roomsslider-sliders {
        max-width: 100%;
        flex-basis: auto;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
  
    .uv-roomsslider-sliders .uv-roomslide-cont {
        width: 100%;
        flex-basis: 88px;
    }
  
    .uv-roomsslider-sliders .uv-roomslide-cont.uvactive {
        flex-basis: auto;
    height: 413px;
    }
  
    .uv-roomslide-cont .uv-roomslide-info {
        width: 100%;
        height: 88px;
    }
  
    .uv-roomslide-info img.uvlogowhiterotated {
        display: none;
    }
  
    .uv-roomslide-info img.uvlogowhite {
        display: block;
        position: relative;
        height: 21px;
    }
  
    .uv-roomslide-info {
        display: flex;
        justify-content: center;
        align-items: center;
    }
  
    .uv-roomsslider-sliders .uv-roomslide-cont {
        margin-right: auto;
        margin-bottom: 4px;
    }
  
    .uv-roomsslider-sliders .uv-roomslide-cont:last-child {
        margin-bottom: 0;
    }
  
    .uv-roomslide-cont .uv-roomslide-info {
        top: auto;
        bottom: 0;
    }
  
    .uv-roomslide-cont.uvactive .uv-roomslide-info {
        display: none;
    }
  
    .uv-roomsslider-contols {
        padding-bottom: 25px;
    }
  }
  
  @media (max-width: 1000px) {
    .uv-roomsslider-info-inner {
        padding-top: 20px;
    }
  }
  /*home-why*/
  #home-why{padding-block:80px;background:#fff !important;}
   body{
    color: black;
 }
  h2 {
    font-size: 30px;
}
 .hdhd p {
    margin-bottom: 35px;
}
.card-info{}
 .container-block-video .container-card-info {
    display: flex;
    justify-content:center;
    flex-direction: column;
    justify-content: space-between;
}
 .container-block-video .container-card-info .card-info {
    border: 1px solid #e5e5e4;
    border-radius: 8px;
    box-shadow: none;
    cursor: auto;
    margin-bottom: 20px;
    max-width: 327px;
    min-height: 150px;
    padding: 15px;
}

.card-info {
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #b3b3b3;
    cursor: pointer;
    padding: 15px;
    position: relative;
    transition: width 1s;
}
.card-info .direction-content {
    flex-direction: column;
    text-align: center;
}
.card-info-content img{margin-bottom:12px;}
.card-info .card-info-content {
    align-items: center;
    display: flex;
}
.card-info.active{background:#f6f7f9;color: black;}
 .container-block-video .container-card-info .card-info .card-info-content .info-card-icon {
    font-size: 40px;
}

.card-info .card-info-content .info-card-icon {
    font-size: 50px;
    margin-right: 15px;
}
[class*=" icon-"], [class^=icon-] {
    font-family: gtg-icons !important;
    speak: none;
    font-feature-settings: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.card-info .card-info-content .card-info-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}
.card-info .card-info-content .card-info-subtext {
    font-size: 14px;
}
@media (min-width: 992px) {
     .container-block-video .info-cards-video-container {
    }
}

 .container-block-video .info-cards-video-container {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
}
.videos{width:100%;}
 .container-block-video .info-cards-video-container .info-cards-video {
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    max-height:550px;
    height:100%;
    width:100%;
}
 .container-block-video {
    display: flex;
}
.videos{
    display: none;
}
.videos.active{display: block !important;}
/*instagram*/
/* Container iÃ§in temel ayarlar */
#followUs {
    background-color: #f9f9f9; /* Arka plan rengi */
    padding: 2rem 0;
}



/* BaÅŸlÄ±k alanÄ± */
.followUsTitle {
    align-items:center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 768px) {
    .followUsTitle {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
}

.followUsTitle h2 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #222;
}

@media (min-width: 1024px) {
    .followUsTitle h2 {
        font-size: 1.5rem;
    }
}

.followUsTitle h3 {
    font-size: 1.125rem;
    font-weight: 300;
    color: #555;
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .followUsTitle h3 {
        margin-top: 0;
    }
}

/* Instagram iÃ§erikleri iÃ§in wrapper alanÄ± */
#followUsWrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}

/* Burada Instagram gÃ¶rselleri iÃ§in Ã¶rnek stil */
#followUsWrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

#followUsWrapper img:hover {
    transform: scale(1.05);
}
/*advantages*/
.advantages{padding-block:80px}
.advantages svg{margin-bottom:12px;}
/**/
/*partnors*/
#partnors {
    padding: 3rem 0;
}
#partnors .swiper-slide{
    cursor:pointer;
}
#partnors .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.0) 100%);
    width: 100%;
    height: 100%;
    z-index: 5;
}
.logo_item {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    height: 70px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.logo_item--img.ironman-logo {
    width:70%;
    max-height: 70px;
    margin-top: 0;
    filter: grayscale(1);
    transition:.4s;
}

#partnors .swiper-slide:hover .logo_item--img.ironman-logo{filter:grayscale(0) !important;}

.logo_item--img {
    height: auto;
    object-fit: contain;
    max-height: 70px;
}

/* partnor son */
/*about inner*/
.page-content-box img {
    margin: 0;
    width: 100%;
    margin: 0 auto 40px auto;
}
.about-page .quote{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap: 24px;
}

.about-page .quote .highslide{
    width:32%;
    height:300px;
}
.about-page .quote .highslide img{
    width:100%;
    height:100%;
    margin:0;
    object-fit:cover;
    border-radius:22px;
}


.bread-crumb {
    background-color: #2C2626;
    color: white;
}
.bread-crumb ul li a{
    font-size: 12px;
    text-transform:uppercase;
    font-weight: 200;
    padding: 15px 0;
    display: inline-block;
}
.bread-crumb ul i{
    font-size:10px;
    margin:0 3px;
}
.bread-crumb ul li{
    display:inline-block;
}
.bread-crumb ul li,.bread-crumb ul{
    line-height: 0;
}
.page {
    background-color: #f7f5f2;
}
.page-content{
    padding:50px 0;
}
.page-content-box {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    width: 100%;
}
.page-content-box img{
    margin:0;
    width:100%;
    margin:0 auto 40px auto;
}
.bread-crumb ul li.active a{
    border-bottom: 2px solid #1A50A3;
}
.page-title {
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
    position: relative;
}
.title-wrapper{
    margin-bottom:42px;
}
.page-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 4px;
    background: #1A50A3;
}
x
@media (max-width: 1199.98px) {
    .page-content-box img{height: auto;}
}
@media (max-width: 991.98px) {
    .page-content-box{font-size:14px;padding: 20px;}
    .page-content-box img{width:100%;}
.about-page .quote .highslide{
    width:48%;
}
}
@media (max-width: 767.98px) {
.about-page .quote .highslide{
    width:100%;
}
}
@media (max-width: 1199.98px) and (min-width: 991.98px){
    body {
        padding-top: 79px;
    }
}
/*blog*/
.section-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 640px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: box-shadow 0.3s ease-in-out;
  color:black !important;
}

.blog-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.card-image-wrapper {
  height: 250px;
  overflow: hidden;
}

@media (min-width: 640px) {
  .card-image-wrapper {
    height: 280px;
  }
}

@media (min-width: 1024px) {
  .card-image-wrapper {
    height: 326px;
  }
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .card-image {
  transform: scale(1.1);
}

.card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  font-size: 0.875rem;
  color: #000;
}

.card-author {
  text-align: left;
}

.card-date {
  text-align: right;
}
/*feedback*/
.map-area {
    background: #f5f5f5;
    padding: 20px 0;
}

.ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon,
.ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon {
    top: 0%;
    left: 0%;
}

#map {
    height: 300px;
}
 
 
#contact-content .row {
	justify-content: center;
	row-gap: 20px;
}

.contact_form {
	width: 100%;
	height: auto;
	min-height:450px;
	display: block;
	padding: 20px;
	overflow: hidden;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
}

.contact_form h3 {
	font-size: 24px;
	font-weight: bold;
	color: #454749;
	margin-bottom: 20px;
}

.contact_wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

 .contact_input_form {
	width:100%;
	flex: 0 0 auto;
	margin-bottom: 20px;
}

 .contact_input_form input {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	padding: 20px;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #e6ecf2;
	border-radius: 4px;
}

 .contact_input_form input:focus,
.contact_text_area_form textarea:focus {
	outline-color: orange;
}

.contact_text_area_form {
	width: 100%;
	flex: 0 0 auto;
	margin-bottom: 12px;

}

.contact_text_area_form textarea {
	width: 100%;
	min-height: 200px;
	resize: vertical;
	max-height: 250px;
	border: 2px solid #e6ecf2;
	width: 100%;
	border-radius: 4px;
	padding: 20px;
}

.contact-btn {
	width: 100%;
	flex: 0 0 auto;
}

.contact-btn button {
	outline: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	background: #000;
	min-width: 100%;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.839);
	box-sizing: border-box;
	padding: 16px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	overflow: hidden;
	cursor: pointer;
}

.contact-btn button:hover {
	opacity: .95;
}

.contact-btn button .animation {
	border-radius: 100%;
	animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 20px rgba(0, 0, 0, 0.283), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 40px rgba(0, 0, 0, 0.512), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
	}
}

.contact_right_side {
	display: flex;
	flex-wrap: wrap;
}


.contact_right_side .contact_info {
	width: 100%;
	padding: 12px 0;
	height: auto;
	display: block;
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
}
.contact_item:first-child .contact-item-content{
	background: rgb(245, 245, 245);
}
.contact_info:last-child {
	margin-top: 20px;
}

.contact_list .contact_item {
	position: relative;
	line-height: 55px;
	padding: 0 16px;
}

.contact_list .contact_item .side {
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0px;
	background:#000;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	left: 0px;
}

.contact-item-content {
	margin: 0;
	padding: 0 24px;
	border-radius: 10px;
	display: block;
}
.location-email-side {
    line-height: 25px;
    padding: 20px 24px !important;
	
}
.location-email-side span{
	font-weight: bold;
}
.contact-item-content a{
	color: #000;
	font-size: 15px;
	font-weight: normal;
	opacity: .6;
	transition: .3s ease-in-out;
}
.contact-item-content a:hover{
	opacity: 1;
}
@media (max-width:576px){
    .gal-card a{height:200px !important;}
    .banner-content h3{font-size:32px;}
    .services-head{
        flex-wrap:wrap;
        justify-content:center !important;
    }
}
@media screen and (min-width:576px) {
	.contact-btn button {
		min-width: 200px;}
}
@media screen and (min-width:768px) {

.contact_form {
	padding: 44px;
}
 #map {
        height: 400px;
    }
	.contact_input_form {
		width: 49%;
	}
	
}
/*inner blog*/
.static-content{overflow-X:hidden}
.static-content ul li {
    list-style: disc!important;
    transform:translateX(18px);
    line-height: 22px;
    margin-bottom: 15px;
}
.static-content img {
    width: 570px;
    margin: 0 1rem 1rem 0;
    border-radius: .5rem;
    object-fit: cover;
    float: left;
}
/*inner xidmetler*/

.medical-sidebar ul {
    margin-top: 30px;
    box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    border-radius: 4px;
    padding: 15px 30px;
    width: 100%;
}

.medical-sidebar ul li {
    width: 100%;
    font-weight: 500;
}

.medical-sidebar ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #d9d9d9;
    color: #111111;
    transition: all 0.5s ease-out;
}

.medical-sidebar li.active-link {
    order: -1;
}

.medical-sidebar ul li a:hover:before,
.medical-sidebar ul li a:hover,
.medical-sidebar li.active-link a:before,
.medical-sidebar li.active-link a
{
    color: #1a50a3;
}

.medical-sidebar ul li a:hover:after,
.medical-sidebar ul li.active-link a:after{
    background: #1a50a3;
}

.medical-sidebar ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    color: #d9d9d9;
    transition: all 0.5s ease-out;
}

.medical-sidebar ul li a:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    font-size: 28px;
    background-color: #d9d9d9;
    transition: all 0.5s ease-out;
}

.medical-section-title {
    color: #111111;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
}

.title-bar-primary {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.title-bar-primary::before {
    background-color: #1a50a3;
}
.title-bar-primary:before {
    content: "";
    height: 3px;
    width: 50px;
    background: #1a50a3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 4px;
}

.widgets {
    margin-bottom: 3rem;
    background-color: #ffffff;
    padding: 30px 20px 20px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    /*max-width: 70%;*/
}

.widgets.widget-call-to-action-light {
    /*margin: 0 auto 3rem auto;*/
}

.media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.widgets .media .media-body h4 {
    color: #111111;
    margin-bottom: 10px;
    font-weight: 500;
}

.widgets .media .media-body span {
    color: #111111;
    display: block;
    margin-bottom: 10px;
}

.widget-schedule {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 4px;
}

.medical-item-title{
    color: #111111;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
}

.widgets ul {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.inner-medical-right img {
    object-fit: cover;
    padding-bottom: 3rem;
}

.inner-medical-right li {
    line-height: 30px!important;
}

.inner-medical-right {
    line-height: 1.4;
}

@media (max-width: 1200px) {
    
    .widgets {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

@media (max-width: 992px) {
    
    .inner-medical-right img {
        height: 350px;
    }
    
    .medical-sidebar ul {
        max-height: 320px;
        overflow: auto;
    }
}
/*layihe inner*/
.layihe-image{border-radius:10px;overflow:hidden;}
.layihe-image img{transition:.4s;}
.layihe-image:hover img{transform:scale(1.1);}
/*gallery cat inner */
.gal-card a{display:block;padding:25px;border-radius:20px;overflow:hidden;position:relative;height:400px;display:flex;align-items:center;justify-content:center;}
.gal-card img{width:100%;height: 100%;position:absolute;left:0;top:0;filter:brightness(70%);z-index:0;object-fit:cover;}
.gal-card span{position:sticky;z-index:1;font-size:30px;font-weight:500;text-shadow:0 0 10px black;}
.gallery-grid img{width:100%;border-radius:20px;height:360px;object-fit:cover}
.gallery-grid{
    gap:20px;
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}