    * {
  padding: 0;
  margin: 0 auto;
}

body, html {
  max-width:100%;
  overflow-x: hidden;
  text-transform: uppercase;
}


a:hover,
a:focus,
a:focus-visible {
  text-decoration: none;
  outline: none;
}

body {
font-family:"Josefin Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Instrument Serif", serif !important;
  color: #231F20;
  margin-bottom:15px;
}

@-webkit-keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
@keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
p {
  font-size: 14px;
  line-height: 1.8;
  color: #875E42;
  text-transform:uppercase;
}


nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all ease-in-out 0.5s;
  padding:20px 0;
}

.navbar-brand {text-align:center;}

nav .navbar {
  padding: 0px;
}
nav img {
  width: 160px;
}
nav .logoblack {
  display: none;
}
nav .navbar-nav {
  margin-left: 0;
}
nav .navbar-nav .nav-item {
  margin-left: 40px;
}
nav .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 14px;
  opacity:0.8;
  transition:all 0.5s ease 0s;
  position:relative;
  padding-left:0px !important;
  padding-right:0px !important;
  text-transform:uppercase;
  font-weight:300;
}

nav .navbar-nav .nav-link::after {
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:0px;
    background:#fff;
    height:0.5px;
    transition:all 0.5s ease 0s;
    bottom:5px;
}

nav .navbar-nav .nav-link:hover {
    opacity:1;
}

nav .navbar-nav .nav-link:hover::after {
    width:100%;
}

nav.dlf_nav {
  -webkit-animation: navbar-animation 0.6s;
  animation: navbar-animation 0.6s;
  background-color: rgb(40 40 40 / 71%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#nav-right .navbar-nav {
    margin:auto;
    margin-right:0px;
}




@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

#hamburger-11 {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  -webkit-animation: smallbig 0.6s forwards;
          animation: smallbig 0.6s forwards;
}

@-webkit-keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */


@keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
@-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }




.pad80 {
  padding: 80px 0;
}

.padt80 {
  padding-top: 80px;
}

.padb80 {
  padding-bottom: 80px;
}

.span {
  color: #10100f;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}
.hr_divider{
    display:none;
}
.overflow {overflow:hidden;}

.h2 {
    text-align:left !important;
  font-size: 50px;
  margin-bottom: 35px;
  color:#875E42;
  text-transform:uppercase;
}

h3 {font-size: 25px;
margin-bottom:15px;
  color:#875E42;
    
}

h4{
    font-size:25px;
}

h4 span {
    color:#23BA97;
}


.black {
    color:#000;
}

.grey {
    background:#0093dd;
}

.banner {
    height:100vh;
    position:relative;
}

.banner img, .banner video {height:100%; object-fit:cover}

.banner::before {
    content:'';
    position:absolute;
    left:0;
    right:0;
    height:100%;
    background:#00000036;
}
.banner2::before{
    background:#00000014;
}
.banner3::before{
   content: unset;
}

.banner .container {
    position:absolute;
    left:0;
    right:0;
    height:100%;
    top:0;
}

.banner .container > div {
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    text-align:center;
    flex-direction:column;
}


.banner .h2 {
    color:#fff;
    text-transform:uppercase;
    font-size:64px;
    margin:0 auto;
}


.mn_c_ln {
    width: 1px;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    z-index: 1;
    margin: auto;
}

/* after */
.mn_c_ln::after {
    content: "";
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    left: 50%;
    margin-left: -0.5px;
    bottom: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* before */
.mn_c_ln::before {
    content: "";
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    left: 50%;
    margin-left: -0.5px;
    bottom: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

    will-change: transform;
    background: #fff;
    -webkit-animation-name: b;
    animation-name: b;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes b {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    50.0001% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes b {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    50.0001% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.hr_divider {margin-bottom:35px;}
.hr_divider img {width:35px;}


.santur-btn {
    border: 1px solid #875e42b0;
    padding: 14px 15px 11px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    border-radius: 5px;
    color: #875E42;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    line-height:1;
    background: transparent;
}

.santur-btn svg {width:17px; margin-top:-3px; transition: all 0.5s ease 0s;}
.santur-btn svg path{transition: all 0.5s ease 0s;}
.santur-btn svg path {stroke :#875E42}

.santur-btn:hover {
    background:#875E42;
    color:#fff !important;
}

.santur-btn:hover svg path {stroke :#fff;}

.searchform .santur-btn svg{width:16px;height: 16px;margin:0; margin-top:-3px; transition: all 0.5s ease 0s;}
.searchform .santur-btn svg line, .searchform.santur-btn svg path {fill :#875E42;transition: all 0.5s ease 0s;}

.searchform .santur-btn:hover {
    background:#875E42;
    color:#fff !important;
}

.searchform .santur-btn:hover svg path{stroke :#fff !important;}
.searchform .santur-btn:hover svg line{stroke:#fff !important;}

.projectform.searchform{
    width: 90%;
}

.hoverlink {position:relative;}
.hoverlink::after {
    content:'';
    position:absolute;
    left:0;
    width:0;
    bottom:-5px;
    background:#fff;
    transition:all 0.3s ease-in-out 0s;
    height:1px;
}
.hoverlink:hover::after {width:100%;}

.about {text-align:center; }
.about p {text-align:center;}
.about .santur-btn {margin-top:20px;}

.expand-slider {
    display: flex;
    gap: 0px;
    height:530px;
}


.expand-slider .slide-1 {
    position: relative;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    transition: flex-grow 0.4s ease;
}

.slide-1 img {
    width: 100%;
    transition: transform 0.45s ease, object-position 0.45s ease;
    height: 100%;
    object-fit: cover;
    object-position:center;
}
.slide-1 .santur-btn {
    border: 1px solid #ffffff87;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    color: #ffffffa3;
    width: 210px;
    z-index: 1;
    background-color: rgb(255 255 255 / 2%);
   backdrop-filter: blur(9px);
-webkit-backdrop-filter: blur(9px);
}
.slide-1 .santur-btn svg {margin:0; margin-top:-3px;}

.slide-1 .santur-btn path {stroke :#ffffffa3}

.slide-1:hover .santur-btn {background:#875E42; border:1px solid transparent; color:#fff;}

.expand-slider .slide-1::before {position:absolute;width:100%; height:50%; left:0; bottom:0;  content:'';z-index:1;
     background: rgba(0, 0, 0, 0.6);

    -webkit-mask-image: linear-gradient(
        to top,
        rgba(0,0,0,1) 0%,     /* bottom fully dark */
        rgba(0,0,0,1) 30%,
        rgba(0,0,0,0.7) 45%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0) 75%     /* top transparent */
    );

    mask-image: linear-gradient(
        to top,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 30%,
        rgba(0,0,0,0.7) 45%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0) 75%
    );
}


/* Hover expand */
@media (min-width: 991px) {
    .expand-slider .slide-1:hover {
        flex-grow: 2;
    }
    .expand-slider .slide-1:hover .santur-btn svg path {
    stroke: #fff;
}
    
    .slide-1:hover img {
    transform: scale(1.05);
    object-position: left;
}
}

.background { background:url(../images/background.png) no-repeat center center / cover;}
.background1 { 
    /*background:url(../images/bg1.jpg) no-repeat center center / cover;*/
    background: linear-gradient(to top left, #fff8e3, #fffcf3);
}
.background2 { 
    /*background:url(../images/bg3.jpg) no-repeat center center / cover;margin-top: -2px;*/
    background: linear-gradient(to bottom right, #fffcf3, #fff8e3);
}

.counter-test {
    font-size: 70px;
    font-family: "Instrument Serif", serif;
    color: #875E42;
    line-height: 1;
    margin-top: 40px;
    display: block;
    margin-bottom:10px;
}
.counter-row {justify-content:space-between; overflow:hidden; margin-bottom:30px;}


.testimonials_slide {margin-top:30px;}
.testimonials_slide p {text-align:left; font-weight:600; margin-top:20px;}
.testimonials_slide p span {display:block; font-weight:400;}
.testimonials_slide .item {margin:0 8px; position:relative;}
.testimonials_slide .item video {
    display: block;
    height: 410px;
    object-fit: cover;
}


.video-play-button-s {
    position: absolute;
    z-index: 10;
    top: 345px;
    left: 45px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    border-radius: 50%
}

.video-play-button-s span {
    color: #10100f;
    position: relative;
    z-index: 9;
    font-size: 12px;
    white-space: nowrap
}

.video-play-button-s span i {
    font-size: 12px;
    color: #875E42;
    position: relative;
    top: 1px;
    left: 1px;
}

.video-play-button-s::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #fff9f2;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.video-play-button-s::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #fff9f2;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.fancybox__content iframe{
    border:0 !important;
    outline:none !important;
}

.fancybox__content{
    outline:none !important;
}
iframe:focus{
outline:none !important;
}
.fancybox__container div, .fancybox__container video {width:100% !important;}

/*News SEction*/
.date {color:#875E42; font-size:13px; display:block; margin-bottom:10px;}
.newsbox {display:flex; height:100%;}
.newsimg {width:52%; overflow:hidden; }
.newsimg img {transition:all 0.5s ease 0s; height:100%;}
.newscontent {
    width: 48%;  
    background: #f9f1dd;  
    padding: 40px; 
    display:flex; 
    justify-content:space-between;
    flex-direction:column;
}
.linkbtn {
    transition: all 0.5s ease 0s;
    border: 1.5px solid #875E42;
    border-radius: 6px;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 0px;
}
.linkbtn path {stroke:#875E42}
.newsbox:hover .newsimg img {transform:scale(1.2);}
.newsbox:hover .linkbtn {background:#875E42;}
.newsbox:hover .linkbtn path {stroke:#fff}

.newsimg {overflow:hidden;}

/*News big*/
.news_big {padding:30px; border:1px solid #875e42b0; border-radius:10px; margin-top:15px;}
.news_big .newscontent {
    padding: 0;
    width: 100%;
    background: none;
    height: 100%;
    padding-left:20px;
}
.news_big .newsimg {width:100%;}
.news_big .newsimg img {border-radius:15px;}

/*News mid*/
.midrow {height:100%;}
.newsmid::before {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    -webkit-mask-image: linear-gradient(
        to top,
        rgba(0,0,0,1) 0%,     /* bottom fully dark */
        rgba(0,0,0,1) 30%,
        rgba(0,0,0,0.7) 45%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0) 75%     /* top transparent */
    );
    mask-image: linear-gradient(
        to top,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 30%,
        rgba(0,0,0,0.7) 45%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0) 75%
    );
}
.newsmid {height:100%; position:relative;}
.newsmid img {height:100%;}
.mid-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 18px;
    margin-left: 0;
    transition:all 0.5s ease 0s;
}
.mid-content p {color:#fff; margin:0; line-height:1.4; margin-top:15px;}
.mid-date {
    display: flex;
    align-items: end;
    color: #fff;
    font-size: 12px;
}
.mid-date span {
    font-family: "Instrument Serif", serif !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 28px;
    margin-left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(186 186 186 / 6%) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-right:10px;
    transition:all 0.5s ease 0s;
}
.newsmid:hover .mid-content {transform:translateY(-10px);}


/*News right*/
.news-right .newscontent {
    width: 100%;
    padding: 30px;
}
.news-right .contentinner {margin-left:0;}
.news-right-img {position:relative; overflow:hidden;}
.news-right-img img {transition:all 0.5s ease 0s;}
.news-right-img::before {
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    -webkit-mask-image: linear-gradient(
        to top,
        rgba(0,0,0,1) 0%,     /* bottom fully dark */
        rgba(0,0,0,1) 30%,
        rgba(0,0,0,0.7) 45%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0) 75%     /* top transparent */
    );
    mask-image: linear-gradient(
        to top,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 30%,
        rgba(0,0,0,0.7) 45%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0) 75%
    );
}
.news-right .date {
    z-index: 1;
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 4px;
}
.news-right .linkbtn {margin-top:30px;}
.news-right:hover .linkbtn {background:#875E42;}
.news-right:hover .linkbtn path {stroke:#fff}
.p-10 {position:relative; top:10px;}
.news-right:hover .news-right-img img {transform:scale(1.2);}


.form-group {
    margin-bottom: 2.5rem;
    text-align: left;
}
.form-control {background:none; border:0; border-bottom:1px solid #ffffff94; border-radius:0px; padding:10px 0px; color:#fff;}
.form-control:focus {border-color:#ffffff94; box-shadow:none; outline:none; background:none; color:#fff;}
.form-control::placeholder {color:#ffffff94; font-size:13px; text-transform:uppercase;}
.footer_form textarea {
    border: 1px solid #ffffff94;
    height: 215px;
    padding: 30px;
}
.footer_form textarea::placeholder {padding-top:5px;}

.pl-30 {padding-left:30px;}
.mt-20 {text-align:center;}
.footer_form .santur-btn {border:1px solid #ffffff94; color:#ffffff94; margin-top:20px;}
.footer_form .santur-btn path {stroke:#ffffff94}
.footer_form .santur-btn:hover {border:1px solid transparent;}
.footer_form .santur-btn::after {display:none;}



footer {
    background: url(../images/footerbg.webp) no-repeat center center / cover;
    position: relative;
}
footer:after{
    content:"";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background:#00000052;
    z-index:0;
}
footer .h2 {color:#fff;}

.banner .overflow{
    width:100%;
}

.border-top {border-top:1px solid #ffffff94;margin-top:60px; padding-top:60px;}
.footerlogo {width:160px; margin-bottom:60px;}
footer p {color:#ffffffe6;margin-bottom:9px;}
footer ul {margin-bottom:0px;}
footer ul li:last-child {margin-bottom:0px;}

footer li {list-style:none; margin-bottom:7px; position:relative;}
footer li a, footer a {
    color: #ffffffe6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 13px;
}
footer li a:hover, footer a:hover {color:#fff;}
footer li a::after, footer a::after {position:absolute; transition:all 0.3s ease 0s; width:0px; content:''; left:0; bottom:-3px; background:#fff; height:1px;}
footer li a:hover::after, footer a:hover::after {width:100%; }
.menu-col {text-align:center;}
footer .hr_divider {
    /*margin-top:40px; margin-bottom:40px;*/
    border-top: 1px solid #ffffff94;
    margin-top: 35px;
}
.menuli {margin-left: 0 !important;
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 0;
    opacity: 0.8;
    font-weight: 300;}
.menuli::after {display:none;}
.menuli:hover { background: none !important;display: inline-block;}
.menubars {
    width: 36px;
    height: 1px;
    background: #f2e9d9;
    display: inline-block;
    margin-right: 10px;
}
.menubars::before {
    width: 36px;
    height: 1px;
    background: #f2e9d9;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    content: '';
    top: 11px;
}
.social-icons {text-align:center; margin-top:25px; margin-bottom:40px;}
.social-icons a {
    background: #F2E9D9;
    color: #875E42;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 505%;
    font-size: 20px;
    transition:all 0.5s ease 0s;
}
.social-icons a::after {display:none;}
.social-icons a:hover {background:#875E42; color:#fff;}

.footerbottom {
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #ffffff94;
    color: #ffffffad;
    padding: 13px;
}

.searchform {
   position: absolute;
    top: auto;
    left: 0;
    margin: 0;
    right: 0;
    bottom: 20px;
    width: 70%;
    border: 1px solid #ffffff63;
    border-radius: 10px;
    height: auto !important;
    padding: 13px 30px;
    padding-bottom: 10px;
    background-color: rgb(255 255 255 / 2%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin: auto;
}

.searchform form {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}
.searchform form .col {
    position: relative;
    width: auto;
    flex-basis: initial;
    margin: 0;
    padding: 0;
    flex-grow: initial;
}
.searchform form .col:nth-child(1){
    width: 186px;
}
.searchform form .col:nth-child(2){
    width: 109px;
}
.searchform form .col:nth-child(3){
    width: 144px;
}
.searchform form .col:nth-child(4){
    width: 140px;
}
select.form-control:not([size]):not([multiple]){
    height: 40px;
    padding-right: 13px;
}
.searchform form .col::after {
    width: 1px;
    height: 25px;
    background: #ffffff54;
    content: '';
    position: absolute;
    right: -36px;
    top: 8px;
}
.searchform form .col:last-child::after {display:none;}
.searchform select {
    appearance: none;
    background-image: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 11px !important;
    border: 0;
    font-size: 11px;
    color: #ffffffcc;
    width: 90%;
    text-transform: uppercase;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
}
/* dropdown options */
.searchform select option {
    background: #1e1e1e;  /* dark background */
    color: #fff;
    padding: 10px; /* padding inside options */
}

/* hover effect (works in some browsers only) */
.searchform select option:hover {
    background: #2d6cdf;
    color: #fff;
}

/* selected option */
.searchform select option:checked {
    background: #2d6cdf;
    color: #fff;
}

.searchform .santur-btn {background:#fff;color:#875E42; border:1px solid #fff;padding: 14px 32px 11px;}
.searchform .santur-btn i {position:relative; top:-2px;}
.searchform .santur-btn:hover {background:#875E42; color:#fff; border:1px solid transparent;}

label.error {
    color:red;
    font-size:12px;
    margin-top:5px;
}





/*Menu*/

    .team_popup1 {
        width:75%;
    /* height: 100vh; */
    /* background: #ffffff; */
    position: fixed;
    right: 0;
    z-index: 9999;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 16px 0;
    border-radius: 15px;
}
            .team_popup1.open {
    -webkit-transform: translateX(-26%);
        -ms-transform: translateX(-26%);
            transform: translateX(-26%);
}


.closepop {
    background-color: #F2E9D9;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.project-menu .overflow-hidden img {
    object-fit: cover;
    height: 438px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.project-menu .d-block:hover img{
    -webkit-transform:scale(1.2);
        -ms-transform:scale(1.2);
            transform:scale(1.2);
}
.project-menu .santur-btn {
       
    background-color: rgb(255 255 255 / 18%) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border:1px solid #ffffff87;
    display: flex !important;
    padding: 12px;
    border-radius: 8px;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10px;
    line-height: 10px;
   left: 15px;
    right: 15px;
    font-size: 10px;
    text-align: center;
    color:#ffffffa3;
    /*align-items: end;*/
gap:6px;
padding-top: 15px;
}

.btns1 svg {
    width: 18px;
    margin: -3px;
    /*margin-top: 0px;*/
}
.project-menu .santur-btn.btns1 svg{
    width: 11px;
    /* padding-top: 4px; */
    height: 8px;
    margin: 0;
    margin-top: -2px;
}
.project-menu .d-block:hover .santur-btn { background:#875E42 !important; color:#fff;}

.btns1 svg path {stroke:#fff}

.btns1:hover svg .cls-1 {
    stroke: #fff;
}
.btns1:hover {
    background: #000;
    color: #fff;
}

.project-menu .d-block {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    width: 100%;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    max-width: 100%;
    padding: 0 6px;
    position: relative;
}

.project-menu .d-block:hover .btns1{
    background:#000;
    color:#fff;
}

.project-menu .d-block:hover svg .cls-1 {
    stroke: #fff;
}

.project-menu .d-block:hover{
       /* -webkit-flex-grow: 5;
    flex-grow: 5;*/
}
.project-menu .overflow-hidden {
    border-radius: 15px;
    overflow: hidden;
}
.project-menu .dropdown-anher:hover img{
    -webkit-transform:scale(1.2);
        -ms-transform:scale(1.2);
            transform:scale(1.2);
}

.project-menu .dropdown-anher img {
    height: 450px;
    border-radius: 15px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.closepop-hide {
    right: -80px;
    margin-right: 0;
    margin-left: auto;
}

.team_popup1  .closepop.closepop-hide {
   
    top: 40px;
   
}

.overlay {
    opacity: 0;
    transition: all ease-in-out .8s;
    background: #0000004a;
    position: absolute;
    left: -50%;
    top: 0;
    bottom: 0;
    width: 380%;
    z-index: -1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    height: 100vh;
    pointer-events: none;
}

.team_popup1.open .overlay {
    opacity: 1;
    transition-delay: .2s;
}

body.no-scroll, html.no-scroll {overflow:hidden;}

.closepop:hover {
    background: #875E42;
}

.closepop:hover line{
    stroke:#fff
}
.menu-dk .dropdown-anher {
    color: #000000;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0px;
    cursor: pointer;
    display: inline-block;
    width:fit-content;
    position: relative;
}
.menu-dk .dropdown-anher:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width: 0;
    height: 1px;
    background:#000000;
    transition: all 0.5s ease;
}
.menu-dk .dropdown-anher:hover:after{
  width: 100%;
}
.menu-quciklinks a {
    position: inherit;
    background: #875E42;
    color: #fff;
    width:100%;
    text-align:center;
}
.menu-quciklinks a path {stroke:#fff}
.menu-quciklinks a svg {margin-left:0; margin-right:0;}
.menu-dk .dropdown-anher:hover{
    color:#000;
}
.menu-quciklinks a:hover {background:none; border:1px solid #875E42 !important; color:#875E42 !important;}
.menu-quciklinks a:hover path {stroke:#875E42}

.team_popup1 .social-icons {
    text-align:left;
    margin-left: 20px;
    margin-top:100px;
    margin-bottom:0;
}

.team_popup1 .social-icons a {
  background: #875E42;
    color: #fff;
}

.team_popup1 .social-icons a:hover {
    color:#875E42;
    background:#fff;
}

.menu-quciklinks {
    padding: 30px 0px;
    border-top: solid 1px #C9C9C9;
    /*border-bottom: solid 1px #C9C9C9;*/
    margin-left: 20px;
    margin-bottom:6px;
}

.menu:hover{
    color:#fff;
    background:#000;
}

.menu-dk {
    padding: 20px 20px;
}
.team_popup1 .footer_logo{
        margin-left: 20px;
}

.team_popup1 .footer_logo a {
    margin: 0;
    background: #000;
    width: 40px;
    height: 40px;
    margin-right:4px;
}
.dropdown-menus {
    position: absolute;
    right: 0;
    top: 0;
    background:#fff;
    z-index:9;
    left: 60%;
}
.menu-dk .dropdown-anher i {
    margin-left: 20%;
}
.menu-dk .dropdown-menus {
        visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -o-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
}


.menu-dk .hover-menu:hover .dropdown-menus {
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
}
.menu-dk .dropdown-menus a {
    font-size: 13px;
    margin-bottom: 12px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
            transform: translateX(-30%);
}


.menu-dk .hover-menu:hover .dropdown-menus a {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}
.menu-dk .hover-menu:hover .dropdown-menus li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
         -o-transition-delay: 0.05s;
            transition-delay: 0.05s;
}

.menu-dk .hover-menu:hover .dropdown-menus a{
    
}


.team_popup1 .row{
        background: #F2E9D9;
    border-radius: 10px;
    padding: 20px 0;
}

sup {
    font-size: 59%;
}

.fmail {text-transform:initial;}

/*project css*/
.life-flows{
   border: 1px solid #875e42b0;
    border-radius: 10px;
    padding: 50px 20px 20px;
    height: 100%;
}
.btm-sp{
    margin-bottom: 26px;
}
.life-flows-img{
width: 60px;
height: 60px;
background:#875E42;
border: 0.5px solid #875E42;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
position: absolute;
    top: -30px;
}
.life-flows-img img{
    width: 37px;
}
/*.life-flows{*/
/*    margin-top: 30px;*/
/*}*/
.life-flows h4{
    font-size: 14px;
    color: #875E42;
    text-transform: uppercase;
    font-family:"Josefin Sans", sans-serif !important;
    margin-bottom: 15px;
}
.life-flows p{
   font-size: 13px;
   line-height: 22px;
   text-transform: uppercase;
}
.life-flex{
  display: flex;
    gap: 11px;
    flex-wrap: wrap;
}
.life-flows-div{
  width: 32.6%;
    /* height: 100%; */
    margin-top: 30px;
}
.location-info {
    padding: 10px 0;
}

.location-list {
    list-style: none;
    padding: 0 30px;
    margin: 0;
}

.location-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #c9b8a5;
    font-size: 15px;
    letter-spacing: 1px;
    color: #7b4e2d;
}

.location-list li:first-child {
    border-top: 1px solid #c9b8a5;
}

.location-list .place {
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.location-list .time {
    text-transform: uppercase;
    margin-right: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}
/*.life-flows-sec .col-md-4{*/
/*    padding:0;*/
/*}*/

.amenitySlider1 img,
.amenitySlider2 img{
    object-fit: cover;
}
.amenitySlider2 img{
    height: 447px;
}

.amenity-btn{
    margin-top:94px;
}

.amenity-btn div{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
}

.amenity-btn span{
    width: 44px;
    height: 40px;
    border: 0.5px solid #875E42;
    border-radius: 5px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:0.3s;
    color:#875E42;
    margin:0;
}

.amenity-btn span:hover{
    background:#875E42;
    color:#fff;
}

.amenity-btn svg{
    width: 18px;
    transition:0.3s;
}
.amenity-btn span:hover svg path{
    stroke: #fff;
}
.amenity-btn .left-move{
    transform: rotate(180deg);
}
.amenitySlider1 img{
    height: 690.95px;
}
.floor-box{
    /*border:1px solid #c8b6a3;*/
    /*padding:33px;*/
    /*height:100%;*/
    padding: 33px;
    height: 100%;
    background: #ffffff;
}

.floor-img{
    text-align:center;
    margin-bottom:15px;
}

.floor-img img{
    max-width:70%;
}

.floor-content h4{
   color: #875E42;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 16px;
    font-family: "Josefin Sans", sans-serif !important;
    border-bottom: 0.5px solid #875e4230;
    padding-bottom: 14px;
}

.floor-content p{
    font-size:14px;
    color:#8b5a2b;
    margin-bottom:18px;
   letter-spacing: 0px;
color: #875E42;
text-transform: uppercase;
}

.bannerlogo{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    width: 338px;
height: 121px;
}
.live-img img,
.col-md-6 img{
    object-fit: cover;
}

.searchform .form-control {
    
    padding: 6px 0px;
    
}
.searchform form .col {
   
    width: 17%;
}
.projectform form .col::after {
    
    right: -21px;
   
}
/*.floor-content span{*/
/*    font-weight:600;*/
/*}*/




button:focus {
    outline: 1px dotted;
    outline: none;
}
.carer-wrapper input::placeholder,
.carer-wrapper textarea::placeholder{
  color: #000 !important;
}
.carer-wrapper .form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid #875e42;
    border-radius: 0px;
    padding: 10px 0px;
    color: #875e42;
}
.carer-wrapper .btn-file{
    color: #875e42;
}
.carer-wrapper .form-control::placeholder{
    color:#875e42 !important;
}
.btn-file {
        font-size: 14px;
    cursor: pointer;
    padding-left: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.btn-file input[type=file] {
   position: absolute;
    top: 0;
    left: 0;
    min-width: 300px;
    min-height: 48px;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #f46c21 !important;
    color: #fff !important;
    cursor: inherit;
    display: block;
    width: 300px;
    height: 48px;
}

.btn-file .error {
    position: absolute;
    top: 45px
}

span.file-name {
    font-size: 10px;
    display: flex;
    margin: 0
}

.btn-file i {
    margin-right: 10px!important;
    color: #875e42;
    border: 1px solid #875e42;
    font-size: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.contact-form {
    max-width: 700px;
}
.overflow-hidden{
    overflow:hidden;
}
.newbox img{
    transition:all ease-in-out .5s;
}
.newbox:hover img{
    transform:scale(1.2);
}
    .mt10 {
        padding-top:200px;
    }
   
.santur-tabs .nav-tabs li {
    margin: 0 5px;
    position: relative;
}

.santur-tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
  
    color: #875E42;
    font-size: 14px;
    line-height: 1;
    padding: 15px 30px 10px;
    border-radius: 10px;
    border: solid 1px #875E42;
    /*border-top-left-radius: 0;
    border-bottom-left-radius: 0;*/
}
.santur-tabs .nav-tabs .nav-link.active {
    background: #875E42;
    color:#fff;
}

.news-data {
    padding: 20px 0 35px;
}
.news-data{
        font-family: "Instrument Serif", serif !important;
            color: #875E42;
}
.news-data h3 {
    text-transform:uppercase;
    margin-bottom: 20px;
}
.news-data .santur-btn{
    font-family: "Josefin Sans", sans-serif;
}
.news-data p {
    text-align:left;
    font-size: 20px;
     color: #875E42;
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
}
.listingpage{
    position:relative;
}
.listingpage .blog-card-link{
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 20px;
    color: #fff;
    transition: 0.3s;
}
.listingpage .blog-card-link:hover{
     color: #fff;
}
.listingpage  .news-data1_img {
    width: 130px;
}
.news-data1 img {
    width:140px;
    margin-bottom:20px;
}
.news-data1 p {
    color: #fff;
    font-size: 12px;
    padding: 20px 0;
}
.news-data1 {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    bottom: 10px;
    width: 95%;
    padding: 30px;
    text-align: center;
    background: #00000036;
    backdrop-filter: blur(10px);
    transition: all ease-in-out .5s;
    transform: translateY(120%);
}
.news-data1 .santur-btn{
    border: 1px solid #ffffffb0;
    color:#fff;
}
.news-data1 .santur-btn svg path {
    stroke: #ffffff;
}

.news-data1_img{
        position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    top: 40px;
}

.listingpage:hover .news-data1{
    transform: translateY(0%); 
}
.mt30{
    margin-top:30px;
}

.map iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -7px;
    outline: none;
    border: none;
    border: 0;
    transform: scale(1.02);
}





  /* the slides */
.mapSlider  .slick-slide {
      margin: 0 7px;
  }

  /* the parent */
.mapSlider  .slick-list {
      margin: 0 -7px;
  }
.vision-box {
    border: 1px solid #A8A57A;
    text-align: center;
    padding: 0px;
    height:100%;
}

.vision-img {
    position: absolute;
    bottom: 0;
    padding: 60px;
   
}
.vision-box:hover img{
     transform: scale(1);
     top: 0px;
} 
.vision-box img{
    transform: scale(.3);
    transition:all ease-in-out 0.5s;
    position: relative;
    top: -100px;
    /*margin-bottom: 90px;*/
}
.team-data h4 {
    color: #875E42;
    font-size: 30px;
}
.team-data {
    padding: 20px 0;
}
.vision-box:hover .span, 
.vision-box:hover p{
    color:#fff;
    opacity:.8;
}
.vision-box .span, 
.vision-box p{
    font-size:14px;
    transition:all 0.7s ease 0s;
}

.vision-box .span {font-size:25px;color: #875E42;}
.vision-img{
    transition: background 1s ease 0.4s;
}

@media (min-width: 991px){
    .vision-box:hover .vision-img{
    background: linear-gradient(to top, #000000, transparent);
}
}

.ane-p {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 20px;
}

/**/
.blog-banner{
    height: 350px;
}

/* Blog Listing New Classes - Won't affect other pages */
.blog-card-custom {
    background: #f2e9d9a6;
    border: 1px solid #875e4230;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
    /*margin-bottom: 30px;*/
    display: flex;
    flex-direction: column;
}

.blog-card-custom:hover {
    border-color: #875E42;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(135, 94, 66, 0.1);
}

.blog-card-img-wrapper {
    width: 100%;
    height: 175px;
    overflow: hidden;
    position: relative;
}

.blog-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-card-custom:hover .blog-card-img-wrapper img {
    transform: scale(1.1);
}

.blog-card-info {
    margin:0;
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-date {
        font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
   color: #875e42;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.blog-card-title {
    font-family: "Instrument Serif", serif !important;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
}

.blog-card-text {
   font-family: "Josefin Sans", sans-serif;
    font-size: 11px;
    /* line-height: 1.6; */
    /* color: #666; */
    margin: 0;
    /* text-transform: none; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-link {
  margin: 0;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    color: #875E42;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: gap 0.3s ease;
    gap: 6px;
    align-items: center;
}

.blog-card-link:hover {
    gap: 10px;
    color: #875E42;
}

.blog-card-link svg {
  margin: 0;
    width: 13px;
    margin-top: 0px;
    position: relative;
    top: 4px;
}

.blog-main .blog-card-link svg, .newscontent .blog-card-link svg{
    top: -2px;
}

.blog-main .col-lg-4{
    margin:0;
    margin-top:24px;
}
.blog-main .col-lg-4:nth-child(1), .blog-main .col-lg-4:nth-child(2), .blog-main .col-lg-4:nth-child(3){
    margin:0;
}

/* Blog Detail Page Styles */
.blog-detail-content {
    background: #f2e9d9a6;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #875e4220;
}

.blog-featured-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-detail-info .blog-card-date {
    margin-bottom: 15px;
    font-size: 14px;
}

.blog-detail-title {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 25px;
}

/* Overriding global uppercase P for the article only */
.article-text p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.article-text h4 {
    color: #875E42;
    margin-top: 30px;
    margin-bottom: 15px;
}

.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-title {
    font-size: 24px;
    border-bottom: 1px solid #875e4230;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #875E42;
    text-transform: uppercase;
}

/* Small variation of card for sidebar */
.recent-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    text-decoration: none !important;
}

.recent-post-img {
       width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    margin: 0;
}
.recent-post-info{
    margin:0;
}

.recent-post-info h5 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    color: #875E42;
    transition: 0.3s;
}

.recent-post-item:hover h5 {
    color: #875E42;
}

.share-links {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #875e4220;
    display: flex;
    align-items: center;
    gap: 15px;
}


/* Santur Custom Modal Styling */
.santur-modal .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid #875e4230;
    border-radius: 15px;
    padding: 20px;
}

.santur-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.santur-modal .modal-title {
    font-family: "Instrument Serif", serif !important;
    color: #875E42;
    font-size: 35px;
    text-transform: uppercase;
}

.santur-modal .close {
    font-family: "Instrument Serif", serif !important;

font-size: 20px;
    line-height: 20px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #875E42;
}

.santur-modal .form-group {
    margin-bottom: 25px;
}

.santur-modal .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #875e42b0;
    border-radius: 0;
    padding: 10px 0;
    color: #875E42;
    font-family: "Josefin Sans", sans-serif;
}

.santur-modal .form-control:focus {
    box-shadow: none;
    background: transparent;
    border-color: #875E42;
}

.santur-modal .form-control::placeholder {
    color: #875e4280;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.santur-modal textarea.form-control {
    height: 100px;
}

.santur-modal .modal-footer {
    border-top: none;
    justify-content: flex-start;
    padding-top: 0;
}

/* Modal Backdrop Blur */
.modal-backdrop.show {
    opacity: 0.7;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: #000;
}

.santur-modal .modal-content form{
    width: 100%;
}
.article-text h2{
    color: #875E42;
    font-size: 26px;
}

.home-media{
    height: 522px;
}

.projectform.searchform form .col{
    width: 100%;
}
.projectform.searchform form{
    gap: 30px;
}
.projectform form .col::after {
    right: -16px;
}
.formLoader {
  overflow: hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background: #000000b0;
    z-index: 9999;
display: none;
}

.formLoader ul {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999999;
  margin: 0;
}

@keyframes preload {
  0% {
    background: #875E42;
    opacity: 1
  }
  50% {
    background: #fff;
    opacity: 0.5
  }
  100% {
    background: #875E42;
    opacity: 1
  }
}

.formLoader .formLoading {
  display: block;
  height: 14px;
  margin: 0 auto;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 100%;
  padding: 0;
}

.formLoader .formLoading li {
  background: #fff;
  opacity: 0.5;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  border: 1px solid #875E42;
  line-height: 16px;
  padding: 0;
  position: relative;
  margin: 0 0 0 4px;
  animation: preload 1s infinite;
  top: -50%;
  border-radius: 50%;
}

.formLoader .formLoading li:first-child {
  margin-left: 0
}

.formLoader .formLoading li:nth-child(2) {
  animation-delay: .15s
}

.formLoader .formLoading li:nth-child(3) {
  animation-delay: .3s
}

.formLoader.formLoader-complete {
  opacity: 0;
  visibility: hidden;
  transition-duration: 1s
}
.banner-azaleo .overflow {
    position: relative;
    bottom: -50px;
}
.banner-azaleo .col-5{
  margin: 0;
    margin-bottom: 23px;
}
.article-text p a{color:#006aff;}
.footerbg{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 39%;
    opacity: 0.1;
    z-index: -2;
    margin: auto;
}

@media (max-width: 768px) {
    .blog-detail-title { font-size: 32px; }
    .blog-featured-img { height: 300px; }
    .blog-detail-content { padding: 18px; }
    .footerbg{width: 90%;}
}