.elementor-1989 .elementor-element.elementor-element-67db44d{margin-top:-81px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-56fa2d9 *//*==========================
    PRODUCT HERO SECTION
===========================*/

.product-hero{
    max-width:1300px;
    margin:80px auto;
    padding:70px;
    background:#ffffff;
    border-radius:28px;
    display:flex;
    align-items:center;
    gap:60px;
    box-shadow:0 15px 45px rgba(0,0,0,0.08);
    position:relative;
    overflow:hidden;
}

/* Decorative Shape */

.product-hero::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:#EECE38;
    opacity:.08;
    border-radius:50%;
    top:-130px;
    right:-120px;
}

.product-hero::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:#EECE38;
    opacity:.05;
    border-radius:50%;
    bottom:-70px;
    left:-60px;
}

/*==========================
        CONTENT
===========================*/

.product-content{
    flex:1;
    position:relative;
    z-index:2;
}

.product-tag{
    display:inline-block;
    background:#EECE38;
    color:#222;
    font-size:14px;
    font-weight:700;
    padding:10px 22px;
    border-radius:50px;
    letter-spacing:.5px;
    margin-bottom:20px;
}

.product-content h1{
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    color:#1f1f1f;
    margin-bottom:15px;
}

.product-content h2{
    font-size:24px;
    font-weight:500;
    color:#555;
    margin-bottom:28px;
}

.product-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:18px;
}

/*==========================
        BUTTON
===========================*/

.hero-buttons{
    margin-top:40px;
}

.quote-btn{
    display:inline-flex;
    align-items:center;
    gap:14px;
    background:#EECE38;
    color:#222;
    padding:18px 36px;
    border-radius:14px;
    font-size:17px;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 12px 30px rgba(238,206,56,.35);

    transition:
    background-color .3s ease,
    box-shadow .3s ease,
    color .3s ease;

    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    backface-visibility:hidden;
    transform:translateZ(0);
}

.quote-btn span{
    width:34px;
    height:34px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    transition:transform .3s ease;
}

.quote-btn:hover{
    background:#e6c321;
    color:#222;
    text-decoration:none;
    box-shadow:0 18px 38px rgba(238,206,56,.45);
}

.quote-btn:hover span{
    transform:translateX(6px);
}

/*==========================
        IMAGE
===========================*/

.hero-image{
    flex:1;
    position:relative;
    z-index:2;
}

.hero-image img{
    width:100%;
    display:block;
    border-radius:22px;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
    transition:.4s ease;
}

.hero-image:hover img{
    transform:scale(1.02);
}

/*==========================
    RESPONSIVE
===========================*/

@media(max-width:991px){

.product-hero{
    flex-direction:column-reverse;
    padding:45px 30px;
    text-align:center;
    gap:40px;
}

.product-content h1{
    font-size:36px;
}

.product-content h2{
    font-size:22px;
}

.product-content p{
    font-size:16px;
}

.hero-buttons{
    display:flex;
    justify-content:center;
}

}

@media(max-width:576px){

.product-hero{
    padding:35px 20px;
}

.product-content h1{
    font-size:30px;
}

.product-content h2{
    font-size:20px;
}

.quote-btn{
    width:100%;
    justify-content:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-203539e */.product-overview{

    max-width:1250px;
    margin:90px auto;
    display:grid;
    grid-template-columns:1.6fr .9fr;
    gap:70px;
    align-items:center;

}

.overview-left{

    position:relative;

}

.overview-subtitle{

    display:inline-block;
    color:#9c7a00;
    background:#fff8d5;
    padding:8px 22px;
    border-radius:50px;
    font-weight:700;
    font-size:14px;
    letter-spacing:.5px;

}

.overview-left h2{

    font-size:48px;
    margin:18px 0;
    color:#1d1d1d;
    font-weight:800;
    line-height:1.2;

}

.yellow-line{

    width:80px;
    height:5px;
    background:#EECE38;
    border-radius:20px;
    margin-bottom:30px;

}

.overview-left p{

    font-size:17px;
    color:#666;
    line-height:2;
    margin-bottom:25px;

}

.overview-left strong{

    color:#222;

}

/* Right */

.highlight-card{

    background:#ffffff;
    border-radius:28px;
    padding:40px;
    box-shadow:
    0 20px 45px rgba(0,0,0,.08);

    position:relative;
    overflow:hidden;

}

.highlight-card::before{

    content:"";
    position:absolute;
    top:0;
    left:0;
    width:8px;
    height:100%;
    background:#EECE38;

}

.highlight-item{

    display:flex;
    align-items:center;
    gap:20px;
    padding:22px 0;
    border-bottom:1px solid #f2f2f2;

}

.highlight-item:last-child{

    border:none;

}

.icon{

    width:65px;
    height:65px;
    border-radius:18px;
    background:#fff7cf;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;

}

.highlight-item h4{

    margin:0;
    color:#222;
    font-size:18px;

}

.highlight-item span{

    color:#777;
    font-size:15px;

}

/* Hover */

.highlight-card:hover{

    transform:translateY(-8px);
    transition:.35s;
    box-shadow:0 30px 55px rgba(0,0,0,.12);

}

@media(max-width:991px){

.product-overview{

    grid-template-columns:1fr;
    gap:40px;

}

.overview-left h2{

    font-size:36px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6acbe9 *//*=============================
    PRODUCT SPECIFICATIONS
=============================*/

.specification-section{

    max-width:1200px;
    margin:90px auto;
    padding:0 20px;

}

.section-title{

    text-align:center;
    margin-bottom:45px;

}

.section-title span{

    display:inline-block;
    background:#FFF5BF;
    color:#8A6500;
    padding:10px 24px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:18px;

}

.section-title h2{

    font-size:44px;
    color:#222;
    font-weight:800;
    margin-bottom:15px;

}

.section-title p{

    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;

}

/* Table */

.table-responsive{

    overflow-x:auto;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.spec-table{

    width:100%;
    border-collapse:collapse;
    background:#fff;

}

/* Header */

.spec-table thead{

    background:#EECE38;

}

.spec-table thead th{

    padding:22px;
    color:#222;
    font-size:18px;
    font-weight:700;
    text-align:left;

}

/* Body */

.spec-table tbody td{

    padding:20px 22px;
    border-bottom:1px solid #ececec;
    color:#555;
    font-size:16px;

}

/* Alternate Row */

.spec-table tbody tr:nth-child(even){

    background:#FFFDF3;

}

/* Hover */

.spec-table tbody tr{

    transition:.3s;

}

.spec-table tbody tr:hover{

    background:#FFF3B3;

}

/* First Column */

.spec-table tbody td:first-child{

    font-weight:700;
    color:#222;
    width:35%;

}

/* Mobile */

@media(max-width:768px){

.spec-table thead th{

    font-size:16px;

}

.spec-table tbody td{

    padding:16px;
    font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59ae452 */.application-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;

}

.application-card{

    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    border:1px solid #f2f2f2;
    transition:.35s ease;
    position:relative;
    overflow:hidden;
    height:100%;
}

.application-card::before{

    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:#EECE38;
    transform:scaleX(0);
    transition:.35s;

}

.application-card:hover::before{

    transform:scaleX(1);

}

.application-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.app-icon{

    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#FFF7D6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color:#C89D00;
    transition:.35s;

}

.application-card:hover .app-icon{

    background:#EECE38;
    color:#222;
    transform:scale(1.08);

}

.application-card h3{

    font-size:22px;
    margin-bottom:12px;
    color:#222;
    font-weight:700;

}

.application-card p{

    color:#666;
    line-height:1.8;
    font-size:15px;

}

/* Tablet */

@media (max-width:991px){

.application-grid{

    grid-template-columns:repeat(2,1fr);
    gap:25px;

}

}

/* Mobile */

@media (max-width:767px){

.application-grid{

    grid-template-columns:1fr;

}

.application-card{

    padding:30px 20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8abc45b *//*=========================
      PROCESS TIMELINE
=========================*/

.process-section{

    max-width:1280px;
    margin:100px auto;
    padding:0 20px;

}

.process-timeline{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:70px;
    position:relative;

}

/* Timeline */

.process-timeline::before{

    content:"";
    position:absolute;
    left:8%;
    right:8%;
    top:32px;
    height:3px;
    background:#EECE38;
    z-index:0;

}

.process-card{

    position:relative;
    background:#fff;
    border-radius:18px;
    padding:70px 30px 35px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    text-align:center;
    border:1px solid #f4f4f4;
    min-height:285px;

}

.process-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

/* Step Number */

.step{

    position:absolute;
    top:-2px;
    left:50%;
    transform:translateX(-50%);
    width:64px;
    height:64px;
    background:#EECE38;
    border:8px solid #fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    color:#222;
    box-shadow:0 10px 25px rgba(238,206,56,.35);

}

.process-card h3{

    font-size:24px;
    color:#222;
    margin-bottom:18px;
    font-weight:700;

}

.process-card p{

    color:#666;
    line-height:1.9;
    font-size:15px;
    margin:0;

}

/* Active Card */

.process-card.active{

    border-top:5px solid #EECE38;

}

/* Hover */

.process-card:hover .step{

    background:#e5c420;

}

/* Tablet */

@media(max-width:992px){

.process-timeline{

    grid-template-columns:repeat(2,1fr);

}

.process-timeline::before{

    display:none;

}

}

/* Mobile */

@media(max-width:767px){

.process-timeline{

    grid-template-columns:1fr;

}

.process-card{

    min-height:auto;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b54595 *//*=========================
        CTA SECTION
=========================*/

.cta-section{

    max-width:1250px;
    margin:80px auto;
    padding:50px 60px;
    background:#EECE38;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    box-shadow:0 18px 45px rgba(238,206,56,.30);

}

.cta-content{

    flex:1;

}

.cta-tag{

    display:inline-block;
    background:#fff;
    color:#222;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;

}

.cta-content h2{

    font-size:38px;
    font-weight:800;
    color:#222;
    margin-bottom:18px;
    line-height:1.3;

}

.cta-content p{

    font-size:17px;
    line-height:1.8;
    color:#3d3d3d;
    margin:0;

}

.cta-action{

    flex-shrink:0;

}

.cta-btn{

    display:inline-block;
    background:#222;
    color:#fff;
    padding:18px 40px;
    border-radius:12px;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    transition:.3s;

}

.cta-btn:hover{

    background:#fff;
    color:#222;

}

@media(max-width:991px){

.cta-section{

    flex-direction:column;
    text-align:center;
    padding:40px 25px;

}

.cta-content h2{

    font-size:30px;

}

.cta-btn{

    width:100%;
    text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d2ebb2 *//*==========================
        FAQ SECTION
===========================*/

.faq-section{

    max-width:1000px;
    margin:100px auto;
    padding:0 20px;

}

.faq-tag{

    display:inline-block;
    background:#FFF6CC;
    color:#B48700;
    padding:10px 22px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:18px;

}

.faq-section h2{

    font-size:42px;
    font-weight:800;
    color:#222;
    margin-bottom:15px;

}

.faq-section p{

    color:#666;
    line-height:1.8;

}

/* Accordion */

.accordion{

    margin-top:50px;

}

.accordion-item{

    border:none !important;
    border-radius:18px !important;
    overflow:hidden;
    margin-bottom:20px;
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.accordion-button{

    background:#ffffff !important;
    color:#222 !important;
    font-size:18px;
    font-weight:700;
    padding:24px 30px;
    box-shadow:none !important;

}

.accordion-button::after{

    width:38px;
    height:38px;
    background:#EECE38;
    border-radius:50%;
    background-position:center;
    background-size:18px;
    padding:10px;

}

.accordion-button:not(.collapsed){

    background:#EECE38 !important;
    color:#222 !important;

}

.accordion-button:not(.collapsed)::after{

    background-color:#222;
    border-radius:50%;
    filter:invert(1);

}

.accordion-button:focus{

    box-shadow:none;
    border:none;

}

.accordion-body{

    background:#FFFDF4;
    padding:25px 30px;
    color:#555;
    line-height:1.9;
    border-top:1px solid rgba(238,206,56,.35);

}

.accordion-item:hover{

    transform:translateY(-3px);
    transition:.3s;
}

/* Mobile */

@media(max-width:768px){

.faq-section h2{

    font-size:32px;

}

.accordion-button{

    font-size:16px;
    padding:20px;

}

.accordion-body{

    padding:20px;

}

}/* End custom CSS */