/** Shopify CDN: Minification failed

Line 317:24 Unexpected "{"

**/
h2.custom-heading {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
}
p.custom-para {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #1A1A1A;
}
.hero-section {
    background-image: url(/cdn/shop/files/hero.png?v=1750316235);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center center;
}
.hero-section h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}
.hero-section p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #FFFFFF;
}
.banner-row,
.choose-box-row,
.about-row, 
.faq-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-row .left-col{
   max-width: 42%;
}
.hero-btn {
    margin-top: 30px;
}
.hero-btn a {
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #1A1A1A;
    padding: 16px 30px;
    border-radius: 32px;
  transition: 0.3s ease-in-out;
}
.hero-btn a:hover {
    background: #d4d3d3;
    transition: .3s ease-in;
}

/* top selling  */

.top-selling-section, .about-section{
    background: #F5F5F5;
    padding: 50px 0;
}
.top-selling-section h2,
.top-selling-section p,
.how-choose-section h2,
.how-choose-section p, 
.why-choose-section h2,
.why-choose-section p{
    color: #1A1A1A;
    text-align: center;
}
.top-selling-section h2,
.how-choose-section h2, 
.why-choose-section h2 {
    margin-bottom: 14px;
}
.selling-box-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    gap: 30px;
    margin: 24px 0 34px 0;
}
.selling-box-row img {
    width: 100%;
}
.selling-box-row h3 {
    font-size: 24px;
    line-height: 32px;
    color: #1A1A1A;
    font-weight: 600;
    margin: 18px 0;
}

/* how choose */
.how-choose-section, 
.why-choose-section{
    padding: 40px 0;
}
.column1 .icon-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.choose-box-row {
    gap: 60px;
    margin: 40px 0 50px 0;
}
.choose-box-row .column1 {
    max-width: 30%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.choose-box-row .column2 {
    max-width: 31%;
}
.icon-img {
    width: 15%;
}

.icon-content {
    width: 75%;
}
.icon-box h4 {
    margin-bottom: 12px;
}
.icon-box h4, .icon-box-column h4 {
    font-size: 22px;
    line-height: 30px;
    color: #1A1A1A;
    font-weight: 600;
    text-align: left;
}
.icon-box p {
    text-align: left;
}

/* maintenance */
.about-row, 
.faq-row {
    justify-content: space-between;
}
.about-row .left-col, .about-row .right-col {
    max-width: 50%;
}
.about-row .right-col p {
    margin: 14px 0;
}
.about-row .right-col h4 {
    font-size: 24px;
    line-height: 32px;
    color: #1A1A1A;
    font-weight: 600;
}

/* icon-box-section */

.why-choose-section .icon-box-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0;
    gap:40px;
}
.why-choose-section .icon-box-column {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 1px solid #E6E6E6;
    padding: 40px;

}
.icon-box-column h4 {
    text-align: center;
}

/*  call to action  */

.call-action-section {
    background-image: url(/cdn/shop/files/call-to-action.png?v=1750316234);
    padding: 40px 0 50px 0;
    text-align: center;
    position: relative;
}
.call-action-section:before {
    content: "";
    position: absolute;
    background-color: #1a1a1a;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
}
.call-action-section h2, .call-action-section p {
    color: #fff;
  
}
.call-action-section .container {
    position: relative;
}
.call-action-section p {
    padding: 20px 0;
}
/* accordian */

.accordian-section {
    padding: 50px 0 70px 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-color: rgb(var(--text-color) / .12);
}
.faq-row .faq-col1,
.faq-row .faq-col2 {
    max-width: 47%;
}
.accordian-section .accordion-box {
    padding: 0;
    margin-top: 20px;
}

/* phone view */
@media only screen and (max-width: 767px){
  br{
    display: none;
  }
  .hero-section h1 {
    font-size: 40px;
    line-height: 50px;
}
  .banner-row .left-col, 
  .choose-box-row .column1, 
  .about-row .left-col, 
  .about-row .right-col,
  .faq-row .faq-col1, 
  .faq-row .faq-col2, 
  .choose-box-row .column2{
    max-width: 100%;
}
.choose-box-row .column1, .choose-box-row, .icon-box-row {
    gap: 30px !important;
}
  h2.custom-heading {
    font-size: 30px;
    line-height: 40px;
}
  .selling-box-row h3 {
    font-size: 20px;
    line-height: 30px;
}
  .selling-box-row,
  .why-choose-section .icon-box-row{
    grid-template-columns: 1fr;
}
  .faq-row {
    gap: 24px;
    flex-direction: column-reverse;
}
  .about-row {
    gap: 24px;
}
  .hero-section {
    padding: 50px 0;
    background-position: left;
}
}
/* tab view */
@media only screen and (min-width: 768px) and (max-width: 1024px){
    br{
    display: none;
  }
  .hero-section h1 {
    font-size: 40px;
    line-height: 50px;
}
  .banner-row, .choose-box-row, .about-row, .faq-row {
    align-items: flex-start;
}
  .hero-section {
    padding: 80px 0;
    background-position: left;
}
.choose-box-row .column1, .choose-box-row, .icon-box-row {
    gap: 40px !important;
}
  h2.custom-heading {
    font-size: 30px;
    line-height: 40px;
}
    .selling-box-row,
  .why-choose-section .icon-box-row{
    grid-template-columns: 1fr 1fr;
}
  .choose-box-row .column1,
  .banner-row .left-col, 
  .choose-box-row .column2 {
    max-width: 100%;
}

  .about-row, .faq-row {
    gap: 24px;
}
  .about-row .left-col,
  .about-row .right-col,{
    max-width: 48%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1500px){
.banner-row .left-col {
    max-width: 50%;
}
  .hero-section h1 {
    font-size: 50px;
    line-height: 60px;
}
  h2.custom-heading {
    font-size: 34px;
    line-height: 44px;
}
  .choose-box-row .column1 {
    max-width: 32%;
}
  .choose-box-row .column2 {
    max-width: 30%;
}
 .banner-row, .choose-box-row, .about-row, .faq-row {
    gap: 30px;
} 
  .about-row .left-col, .about-row .right-col {
    max-width: 48%;
}
.about-row, .faq-row {
    justify-content: normal;
    gap: 48px;
}
}
@media only screen and (min-width: 1501px){
.about-section .container, 
.why-choose-section .container,
.accordian-section .container {
    width: 1420px;
    margin: 0 auto;
}
}