/*
Theme Name: Divi Child
Theme URI: https://yourwebsite.com/
Description: A custom child theme for Divi.
Author: Your Name
Template: Divi
Version: 1.0.0
*/

/********Common css start**********/

.section-padding{
    padding:40px 0px;
}
.section-row{
    width:100%;
    max-width:1230px;
    margin:auto;
    padding:0px 15px;
}

.text-white{
    color:#ffffff;
}
.heading-white{
    color:#ffffff;
}


/********Common css end**********/


/* ✅ Your custom CSS starts here */
.home-banner-sec {
  background: url('https://cracklen.com/wp-content/uploads/2025/11/home-page-banner.png') no-repeat center center;
  background-size: cover;
  
}