.elementor-737 .elementor-element.elementor-element-ebf64a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-737 .elementor-element.elementor-element-74d74b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-737 .elementor-element.elementor-element-0c07369{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-cdccdec *//* =========================
SECTION
========================= */

.page-hero-section{
    width:100%;
    padding:30px 20px 10px;
    background:#f5f0df;
}

/* =========================
CONTAINER
========================= */

.page-hero-container{
    max-width:1200px;
    margin:auto;

    text-align:center;
}

/* =========================
BREADCRUMB
========================= */

.page-breadcrumb{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:14px;

    margin-bottom:34px;
}

/* LINKS */

.page-breadcrumb a{
    position:relative;

    text-decoration:none;

    font-size:15px;
    font-weight:500;

    color:#8b8b8b;

    transition:all 0.35s ease;
}

/* UNDERLINE EFFECT */

.page-breadcrumb a::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-6px;

    width:0%;
    height:2px;

    background:#000000;

    transition:all 0.35s ease;
}

/* HOVER */

.page-breadcrumb a:hover{
    color:#000000;
}

.page-breadcrumb a:hover::after{
    width:100%;
}

/* SLASH */

.page-breadcrumb span{
    font-size:16px;

    color:#a1a1a1;
}

/* =========================
TITLE
========================= */

.page-hero-container h1{
    font-size:35px;
    line-height:1.1;
    font-weight:500;

    color:#1d2433;

    margin-bottom:28px;
}

/* =========================
YELLOW LINE
========================= */

.hero-line{
    width:135px;
    height:5px;

    background:#e2cb00; /* SAME LIGHT YELLOW */

    border-radius:50px;

    margin:auto;
    margin-bottom:34px;
}

/* =========================
TEXT
========================= */

.page-hero-container p{
    font-size:17px;
    line-height:1.8;

    color:#666666;

    margin:0;
}

/* =========================
TABLET
========================= */

@media(max-width:1100px){

    .page-hero-container h1{
        font-size:72px;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:767px){

    .page-hero-section{
        padding:65px 15px 75px;
    }

    .page-breadcrumb{
        gap:10px;

        margin-bottom:24px;
    }

    .page-breadcrumb a{
        font-size:15px;
    }

    .page-breadcrumb span{
        font-size:15px;
    }

    .page-hero-container h1{
        font-size:48px;
        line-height:1.2;

        margin-bottom:22px;
    }

    .hero-line{
        width:95px;
        height:4px;

        margin-bottom:24px;
    }

    .page-hero-container p{
        font-size:17px;
        line-height:1.7;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-409b679 *//* =========================
SECTION
========================= */

.premium-topper-section{
    width:100%;
    padding:30px 20px;
    background:#ffffff;
}

/* =========================
HEADING
========================= */

.premium-topper-heading{
    text-align:center;
    margin-bottom:55px;
}

.premium-topper-heading h2{
    font-size:30px;
    line-height:1.2;
    font-weight:700;

    color:#1d2433;

    margin-bottom:18px;
}

.premium-topper-line{
    width:120px;
    height:5px;

    background:#e2cb00;

    border-radius:50px;

    margin:auto;
}

/* =========================
GRID
========================= */

.premium-topper-grid{
    max-width:1500px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:34px;

    align-items:stretch;
}

/* =========================
CARD
========================= */

.premium-topper-card{
    position:relative;

    overflow:hidden;

    border-radius:32px;

    background:#ffffff;

    border:2px solid #ececec;

    display:flex;
    flex-direction:column;

    transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;

    height:100%;
}

/* LEFT BORDER */

.premium-topper-card::before{
    content:"";

    position:absolute;

    left:0;
    top:0;

    width:0;
    height:100%;

    background:#e2cb00;

    transition:0.45s ease;

    z-index:10;
}

/* HOVER */

.premium-topper-card:hover{

    transform:translateY(-12px);

    border-top:2px solid #e2cb00;
    border-right:2px solid #e2cb00;
    border-bottom:2px solid #e2cb00;
    border-left:2px solid #e2cb00;

    box-shadow:
    0 24px 50px rgba(0,0,0,0.08);
}

/* LEFT THICK */

.premium-topper-card:hover::before{
    width:10px;
}

/* =========================
IMAGE
========================= */

.premium-topper-image{
    overflow:hidden;

    padding:22px 22px 0;
}

.premium-topper-image img{
    width:100%;
    height:320px;

    object-fit:cover;

    border-radius:24px;

    display:block;

    transition:transform 0.55s ease;
}

/* IMAGE HOVER */

.premium-topper-card:hover img{
    transform:scale(1.04);
}

/* =========================
CONTENT
========================= */

.premium-topper-content{
    flex:1;

    display:flex;
    flex-direction:column;
    justify-content:space-between;

    padding:28px;

    background:#f5f0df;
}

/* INNER */

.premium-topper-inner{
    margin-bottom:28px;
}

/* TITLE */

.premium-topper-content h3{
    font-size:25px;
    line-height:1.3;
    font-weight:700;

    color:#1d2433;

    margin-bottom:12px;

    min-height:78px;
}

/* TEXT */

.premium-topper-content p{
    font-size:18px;
    line-height:1.7;

    color:#666666;

    margin-bottom:24px;

    min-height:60px;
}

/* TAGS */

.premium-topper-tags{
    display:flex;
    flex-wrap:wrap;

    gap:10px;

    margin-bottom:26px;

    min-height:110px;
}

.premium-topper-tags span{
    min-height:44px;

    padding:10px 18px;

    border-radius:100px;

    background:#ece7d7;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:15px;
    font-weight:600;

    color:#555555;
}

/* INFO */

.premium-topper-info{
    font-size:17px;
    line-height:1.7;

    color:#777777;

    min-height:58px;
}

/* =========================
BUTTON
========================= */

.premium-topper-btn{
    width:100%;

    min-height:62px;

    border-radius:100px;

    background:#e8d400;

    border:2px solid transparent;

    color:#000000;

    text-decoration:none;

    font-size:19px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:all 0.35s ease;

    margin-top:auto;
}

/* BUTTON HOVER */

.premium-topper-btn:hover{

    background:transparent;

    border:2px solid #000000;

    color:#000000;
}

/* =========================
TABLET
========================= */

@media(max-width:1100px){

    .premium-topper-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .premium-topper-heading h2{
        font-size:48px;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:767px){

    .premium-topper-section{
        padding:60px 15px;
    }

    .premium-topper-heading{
        margin-bottom:40px;
    }

    .premium-topper-heading h2{
        font-size:34px;
    }

    .premium-topper-line{
        width:90px;
        height:4px;
    }

    .premium-topper-grid{
        grid-template-columns:1fr;

        gap:22px;
    }

    .premium-topper-card{
        border-radius:24px;
    }

    .premium-topper-image{
        padding:16px 16px 0;
    }

    .premium-topper-image img{
        height:240px;

        border-radius:18px;
    }

    .premium-topper-content{
        padding:22px;
    }

    .premium-topper-inner{
        margin-bottom:24px;
    }

    .premium-topper-content h3{
        font-size:24px;

        min-height:auto;

        margin-bottom:10px;
    }

    .premium-topper-content p{
        font-size:16px;

        min-height:auto;

        margin-bottom:20px;
    }

    .premium-topper-tags{
        min-height:auto;

        margin-bottom:22px;
    }

    .premium-topper-tags span{
        min-height:40px;

        padding:8px 14px;

        font-size:13px;
    }

    .premium-topper-info{
        font-size:15px;

        min-height:auto;
    }

    .premium-topper-btn{
        min-height:56px;

        font-size:17px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f77141 */:root{
  --yellow:#F4E300;
}

/* SECTION */
.like-section{
  padding:70px 20px;
  background:#f5f0df;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* TITLE */
.section-title{
  text-align:center;
  font-size:30px;
  margin-bottom:40px;
  position:relative;
}

.section-title::after{
  content:"";
  width:80px;
  height:3px;
  background:var(--yellow);
  display:block;
  margin:10px auto 0;
}

/* GRID */
.like-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

/* CARD */
.like-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  text-decoration:none;
  border:1px solid #eee;
  transition:0.35s ease;
}

/* IMAGE */
.like-card img{
  width:100%;
  height:200px;
  object-fit:cover;
  transition:0.5s;
}

/* CONTENT */
.like-card .content{
  padding:18px;
}

.like-card h3{
  font-size:18px;
  margin-bottom:6px;
  color:#111;
}

.like-card span{
  font-size:13px;
  color:#666;
  position:relative;
}

/* UNDERLINE ANIMATION */
.like-card span::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:0%;
  height:1px;
  background:var(--yellow);
  transition:0.3s;
}

/* HOVER */
.like-card:hover{
  transform:translateY(-6px);
  box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.like-card:hover img{
  transform:scale(1.05);
}

.like-card:hover span{
  color:#000;
}

.like-card:hover span::after{
  width:100%;
}

/* MOBILE */
@media(max-width:900px){
  .like-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .like-grid{
    grid-template-columns:1fr;
  }

  .like-card img{
    height:180px;
  }
}/* End custom CSS */