/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 19:28:00 */
body, button, input, select, textarea ,p,h1,h2,h3,h4,h5,h6,h7,span,b{
    font-family: 'Poppins', sans-serif !important;
}
/* Form */
#wpcf7-f119-p824-o1 p br{
    display:none;
}
#wpcf7-f119-p824-o1 input.cf7-range{
	background:#F0A865;
}
.cf7-range::-webkit-slider-thumb {
    height: 15px !important;
    width: 15px !important;
}
.cf7-budget-range p{margin:0px!important;}

.cf7-budget-range p:nth-of-type(2) {
    width: 100%;
}

/* FORM END */
#masthead {
    transition: all 0.3s ease;
}
.search-submit:hover{
    background-color: #fdb36c !important;
}
.hfe-flyout-content{
  height:unset !important
}
/* Remove paragraph breaking layout */
.cf7-inline-email p {
  margin: 0 !important;
}

/* Make the inner paragraph flex */
.cf7-inline-email .cf7-row p {
  display: flex !important;
  align-items: stretch;
  flex-wrap: nowrap;
}

/* Make email wrapper flexible */
.cf7-inline-email .wpcf7-form-control-wrap {
  flex: 1 !important;
  width: auto !important;
}

/* Email input */
.cf7-inline-email input[type="email"] {
  width: 100% !important;
  background: transparent !important;
  border: 2px solid #ffb26e !important;
  border-right: none !important;
  padding: 14px 20px;
  color: #fff;
  border-radius: 40px 0 0 40px !important;
  margin: 0 !important;
}

/* Submit button */
.cf7-inline-email input[type="submit"] {
  width: auto !important;
  background: #000 !important;      /* Black background */
  color: #fff !important;           /* White text */
  border: 2px solid  #ffb26e  !important;
  padding: 14px 28px;
  border-radius: 0 40px 40px 0 !important;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}

/* Hover */
.cf7-inline-email input[type="submit"]:hover {
  background: #ffb26e !important;
  border-color: #ffb26e !important;
  color: #fff !important;
}


/* Remove CF7 spinner spacing issue */
.cf7-inline-email .wpcf7-spinner {
  display: none;
}

/* Mobile */
@media (max-width: 600px) {
  .cf7-inline-email .cf7-row p {
    flex-direction: column !important;
  }

  .cf7-inline-email input[type="email"],
  .cf7-inline-email input[type="submit"] {
    width: 100% !important;
    border-radius: 40px !important;
    border: 2px solid  #ffb26e  !important;
    margin-bottom: 10px !important;
  }
	/* Submit button default */
	.cf7-inline-email input[type="submit"] {
	  width: auto !important;
	  background: #000 !important;      /* Black background */
	  color: #fff !important;           /* White text */
	  border: 2px solid #000 !important;
	  padding: 14px 28px;
	  border-radius: 0 40px 40px 0 !important;
	  cursor: pointer;
	  white-space: nowrap;
	  transition: all 0.3s ease;
	}

/* Hover */
.cf7-inline-email input[type="submit"]:hover {
  background: #ffb26e !important;
  border-color: #ffb26e !important;
  color: #fff !important;
}

}

/* Hide bottom big error box */
.cf7-inline-email .wpcf7-response-output {
  display: none !important;
}
/* Position relative so error stays below input */
.cf7-inline-email .cf7-row p {
  position: relative;
  display: flex !important;
  flex-wrap: nowrap;
}

/* Style validation error message */
.cf7-inline-email .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -22px;
  left: 20px;
  font-size: 13px;
  color: #ff4d4d;
}

/* Red border when invalid */
.cf7-inline-email input.wpcf7-not-valid {
  border-color: #ff4d4d !important;
}
.cf7-inline-email .wpcf7-not-valid-tip {
  display: none !important;
}
button:focus:not(:focus-visible) {
  outline: none;
  background-color: #ffb26e !important;
}

.custom-contact-btn {
  display: inline-block;
  padding: 12px 32px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-family: poppins, sans-serif;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0 0 0 rgba(240,168,101,0);
  transition: box-shadow 0.3s ease;
  letter-spacing: 1px;
  cursor: pointer;
}

.custom-contact-btn:hover,
.custom-contact-btn:focus {
  box-shadow:
    0 0 8px 2px rgba(240,168,101,0.7),
    0 0 15px 5px rgba(240,168,101,0.5);
  outline: none;
}
.gsap-zoom-section {
  overflow: hidden;
}

.gsap-zoom-section .elementor-background-slideshow__slide__image {
  will-change: transform;
  background-size: cover;
}
.gsap-scroll-zoom {
  overflow: hidden;
}

.gsap-scroll-zoom img {
  will-change: transform;
}

/* Parent container */
.equal-height-gallery {
    display: flex;
    align-items: stretch;
}

/* Make the 3 main columns equal height */
.equal-height-gallery > .e-con {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Middle column must stretch its inner containers */
.equal-height-gallery > .e-con:nth-child(2) {
    display: flex;
    flex-direction: column;
}

/* Make the 2 middle images split height evenly */
.equal-height-gallery > .e-con:nth-child(2) > .e-con {
    flex: 1;
    display: flex;
}

/* Make ALL image widgets fill available space */
.equal-height-gallery .elementor-widget-image {
    height: 100%;
}

.equal-height-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gsap-center-focus {
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}
.gsap-img-column {
  position: relative;
}

.gsap-img-zoom img {
  will-change: transform;
  transform-origin: center center;
}
.elson{
	    color: #F0A865;text-transform: uppercase;
}
.gsap-image-column {
  position: relative;
}

.gsap-hover-image img {
  will-change: transform;
}
.gsap-g-char {
  position: relative;
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  color: #F0A865;
  line-height: 0.8;
  font-family: 'Playfair Display', serif;
}

.elementor-element-9508796 .elementor-widget-text-editor h6{
	color: #F0A865;
}
.gsap-word {
  display: inline-block;
  will-change: transform, opacity;
}
.gsap-word-para {
  overflow: hidden;
}

.gsap-word-para .word {
  display: inline-block;
  will-change: transform, opacity;
}

/* Force all carousel images to same height */
.elementor-image-carousel .swiper-slide {
    height: 249px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.elementor-image-carousel .swiper-slide img {
    height: 249px !important;
    width: 100%;
    object-fit: cover; 
}
.gsap-heading-words {
  overflow: hidden;
}

.gsap-heading-words .word {
  display: inline-block;
  white-space: pre;
  will-change: transform, opacity;
}
.gsap-scroll-up {
  will-change: transform, opacity;
}

.gsap-img-reveal {
  position: relative;
  overflow: hidden;
}

.gsap-img-reveal img {
  display: block;
  width: 100%;
  transform: scale(1.1);
}

.gsap-img-reveal .reveal-overlay {
  position: absolute;
  inset: 0;
  background: #111; /* reveal color */
  z-index: 2;
}
/* =====================================================
   SCOPE — ONLY THIS ELEMENTOR SECTION
===================================================== */
.elementor-element-5a502d6 .wpcf7-form * {
  box-sizing: border-box;
}

/* Reset CF7 <p> spacing safely */
.elementor-element-5a502d6 .wpcf7-form p {
  margin: 0 0 24px;
}

/* =====================================================
   ROWS
===================================================== */
.elementor-element-5a502d6 .cf7-row {
  display: flex;
  gap: 20px;
}

.elementor-element-5a502d6 .cf7-col {
  flex: 1;
}

/* =====================================================
   LABELS
===================================================== */
.elementor-element-5a502d6 .wpcf7-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

/* =====================================================
   INPUTS / SELECT / TEXTAREA
===================================================== */
.elementor-element-5a502d6
.wpcf7-form input:not([type="submit"]):not([type="hidden"]),
.elementor-element-5a502d6 .wpcf7-form select,
.elementor-element-5a502d6 .wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 15px;
  background: transparent;
}

/* Focus */
.elementor-element-5a502d6 .wpcf7-form input:focus,
.elementor-element-5a502d6 .wpcf7-form select:focus,
.elementor-element-5a502d6 .wpcf7-form textarea:focus {
  outline: none;
  border-color: #243E61;
}

/* Textarea — SAME VISUAL HEIGHT */
.elementor-element-5a502d6 .wpcf7-form textarea {
  resize: none;
  min-height: 80px;
  max-height: 80px;
}

/* =====================================================
   BUDGET SLIDER
===================================================== */
.elementor-element-5a502d6 .cf7-budget {
  margin-top: 5px;
}

.elementor-element-5a502d6 .cf7-budget-range {
  display: flex;
  align-items: center;
  gap: 14px;
}

.elementor-element-5a502d6 .cf7-min,
.elementor-element-5a502d6 .cf7-max {
  font-size: 13px;
  color: #777;
  white-space: nowrap;
}

/* =====================================================
   MODERN RANGE SLIDER
===================================================== */
.elementor-element-5a502d6 .cf7-range {
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 50px;
  background: linear-gradient(
    to right,
    #243E61 0%,
    #243E61 var(--range-progress, 0%),
    #e0e0e0 var(--range-progress, 0%),
    #e0e0e0 100%
  );
  outline: none;
  cursor: pointer;
}

/* Thumb */
.elementor-element-5a502d6 .cf7-range::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 3px solid #243E61;
  border-radius: 50%;
  margin-top: -7px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.elementor-element-5a502d6 .cf7-range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 3px solid #243E61;
  border-radius: 50%;
  cursor: pointer;
}

/* Hover */
.elementor-element-5a502d6 .cf7-range:hover::-webkit-slider-thumb,
.elementor-element-5a502d6 .cf7-range:hover::-moz-range-thumb {
  border-color: #F0A865;
}

/* =====================================================
   BUDGET VALUE
===================================================== */
.elementor-element-5a502d6 .cf7-budget-value {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #243E61;
}

/* =====================================================
   SUBMIT BUTTON — FIXED
===================================================== */
.elementor-element-5a502d6 .wpcf7-submit {
  display: inline-block;
  background: #243E61;
  color: #fff;
  border: none;
  padding: 14px 44px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.elementor-element-5a502d6 .wpcf7-submit:hover {
  background: #F0A865;
}

/* =====================================================
   CF7 VALIDATION MESSAGE FIX
===================================================== */

/* Error text styling */
.elementor-element-5a502d6 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;        
  font-size: 14px;
  line-height: 1.3;
  color: #e53935;
}

/* Remove extra spacing CF7 adds */
.elementor-element-5a502d6 .wpcf7-form-control-wrap {
  display: block;
}

/* Prevent layout jump */
.elementor-element-5a502d6 .wpcf7-form p:has(.wpcf7-not-valid-tip) {
  margin-bottom: 18px;
}

.gsap-reveal-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gsap-reveal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;        
  height: 100%;       
  background: #fff;   
  z-index: 2;
  transform: translateX(-100%);
}

.gsap-reveal-img img {
  width: 100%;
  height: auto;
  display: block;
}
.top_container{
	margin-top:80px;
}

.gsap-scroll-image img {
  opacity: 0;
  transform: translateY(60px);
  will-change: transform, opacity;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.portfolio-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden; 
  position: relative;
}

.portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center center;
  will-change: transform;
}

.portfolio-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.portfolio-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.3;
}

.portfolio-title a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.portfolio-title a:hover {
  color: #F0A865;
}

.portfolio-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

@media (max-width:1024px) {
  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .portfolio-title {
    font-size: 22px;
  }
}

@media (max-width:768px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .portfolio-content {
    padding: 20px;
  }

  .portfolio-title {
    font-size: 20px;
  }

  .portfolio-excerpt {
    font-size: 15px;
  }
}

@media (max-width:480px) {
  .portfolio-content {
    padding: 18px;
  }

  .portfolio-title {
    font-size: 18px;
  }

  .portfolio-excerpt {
    font-size: 14px;
  }
}

.portfolio-item a.gsap-hover-zoom {
  display: block;
  overflow: hidden;
}

.gsap-hover-zoom img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.6s ease;
}
.page-id-1008 #smooth-content ,.single-portfolio #smooth-content{
    margin-top: -8px !important;
}
.elementor-element-dc90816 .elementor-widget-image img,
.elementor-element-61de9c9 .elementor-widget-image img
{
	max-height: 350px !important;
}
.page-id-1008 .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{
    text-decoration: none;
}

#smooth-content ,.single-post #smooth-content{
    margin-top: -8px !important;
}
.recent-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.recent-post-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden; 
  position: relative;
}

.recent-post-item img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center center;
  will-change: transform;
}

.recent-post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.recent-post-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.3;
}

.recent-post-title a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.recent-post-title a:hover {
  color: #F0A865;
}

.recent-post-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

@media (max-width:1024px) {
  .recent-posts-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .recent-post-title {
    font-size: 22px;
  }
}

@media (max-width:768px) {
  .recent-posts-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .recent-post-content {
    padding: 20px;
  }

  .recent-post-title {
    font-size: 20px;
  }

  .recent-post-excerpt {
    font-size: 15px;
  }
}

@media (max-width:480px) {
  .recent-post-content {
    padding: 18px;
  }

  .recent-post-title {
    font-size: 18px;
  }

  .recent-post-excerpt {
    font-size: 14px;
  }
}

.recent-post-item a.gsap-hover-zoom {
  display: block;
  overflow: hidden;
}

.recent-image{
	max-height: 350px !important;
}


/* Wrapper */
.aku-blog-wrapper{
    max-width:1300px;
    margin:auto;
    padding:40px 20px;
}
/* Grid */
.aku-blog-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap: 30px;
}
/* Card */
.aku-blog-card{
    display:flex;
    flex-direction:column;
    transition:transform .3s ease;
}
.aku-blog-card:hover{
    transform:translateY(-6px);
}
/* Image */
.aku-blog-image img{
    width:100%;
    height:420px;
    object-fit:cover;
}
/* Title */
/* .aku-blog-title{
    font-size:32px;
    font-weight:600;
} */
.aku-blog-title a{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
    color: #000;
    transition: color 0.3s ease;
	text-decoration: none !important;
}
/* Hover Title */
.aku-blog-title a:hover{
    color:#F0A865;
}
/* Excerpt */
.aku-blog-excerpt{
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
/* Pagination */
.aku-pagination{
    margin-top:60px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
}
.aku-pagination a,
.aku-pagination span{
    padding:10px 16px;
    background:#f5f5f5;
    text-decoration:none;
    color:#243E61;
    font-size:14px;
    border-radius:4px;
    transition:all .3s ease;
}
/* Current Page */
.aku-pagination .current{
    background:#243E61;
    color:#fff;
}
/* Hover */
.aku-pagination a:hover{
    background:#F0A865;
    color:#fff;
}
/* Tablet */
@media(max-width:1024px){
    .aku-blog-grid{
        grid-template-columns:1fr;
        gap:40px;
    }
    .aku-blog-image img{
        height:320px;
    }
}
/* Mobile */
@media(max-width:600px){
    .aku-blog-title{
        font-size:24px;
    }
    .aku-blog-image img{
        height:240px;
    }
}

/* Base Styling */
.widget-aku {
  padding: 20px;
}

.widget-aku .head-aku {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.widget-aku .text-aku {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Button */
.widget-aku .btn-aku {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 16px;
  border: 1px solid #000;
  transition: 0.3s ease;
}

.widget-aku .btn-aku:hover {
  background: #000;
  color: #fff;
}


/* Tablet (768px - 1023px) */
@media (min-width: 768px) {
  .widget-aku .head-aku {
    font-size: 36px;
  }

  .widget-aku .text-aku {
    font-size: 20px;
  }
}


/* Desktop / Laptop (1024px and above) */
@media (min-width: 1024px) {
  .widget-aku .head-aku {
    font-size: 52px;
  }

  .widget-aku .text-aku {
    font-size: 36px;
  }
}
@media(max-width:990px){
::-webkit-scrollbar {width: 3px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #888;}
.hfeed.site {height: 102dvh;overflow-y: auto;overflow-x: hidden;}
//.scroll-top-wrap{opacity: 1 !important;visibility: visible !important;}
}
.hfe-flyout-content{
	height:unset !important
}
/*
.ocane-search-overlay .active
{
    height: 100dvh !important;
}
.search-open {
    height: 100dvh !important;
    overflow: hidden !important;
}*/