body {
  margin: 0;
}

/* Reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}





.black-horizontal-line {
  border-color: #0d0d0d;
  
}

.website-message { 
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #915be3;
}

.website-message p {
  padding-left: 8em;
  padding-right: 8em; 
  line-height: 1.5em;
}


.message-bold { 
  font-weight: bold; 
}

/*Hero Section*/
.hero-section { 
  display: flex;
  background-color : var(--color-surface);
  padding-top: 3em;
  padding-bottom: 3em;
  background-image: url("assets/images /back-ground-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
  
  


.hero-container { 
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
  
.hero-div {
    flex: 1;
}  


.hero-video-container { 
  flex: 1;
}


.hero-video { 
   width: 100%;
    height: auto;
    display: block;
    border-radius: 10px; /* optional */
} 


.hero-div h1 { 
  font-family: var(--font-heading);
  color : var(--color-text-light);
  font-weight: var(--weight-light);
  font-size: 16px;
  padding-bottom: var(--space-md);
}


.hero-div h2 {
  font-family: var(--font-heading);
  color: var(--color-text-light);
  font-size: 40px;
  padding-bottom: var(--space-md);
}

.purple-text {
  color: purple;
}

.hero-div p {
  font-family: var(--font-body);
  color: var(--color-text-light);
  font-size: 17px; 
  line-height: 1.5em;
  padding-bottom: 1.5em;
  max-width: 520px;
  
}

/*=====================HERO-BORDER-SECTION====================================*/

.hero-border-section {
  width: 100%;
  align-items: center;
  padding: 20px 15px;
  background-color: #500185;
  
}

.hero-border-container { 
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.hero-border-container h2{ 
  color: white;
  font-size: 20px;
  font-family: Montserrat, Sans-serif; 
}

.hero-border-left-container { 
  flex: 1;
}

.hero-border-right-container {
  flex: 1;
}

.h-border-card-1 { 
  display: flex; 
  align-items: center; 
}

.h-border-card-1 img { 
  width: 50px;
  height: auto;
  padding-right: 1em;
   
}


/*====================PROCESS-INTRO==================================*/

/* Hero Section */

.process-intro-section {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 1em;
    display: flex;
    align-items: center;
    background-color: white;
}

/* Container */

.process-intro-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* Left Column */

.process-intro-left-container {
    flex: 1;
}


.process-intro-left-container h2 {
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat, Sans-Serif;
    max-width: 580px;
    color: black; 
}

.line-1 { 
  border: none;
  height: 6px;
  background-color: purple;
  border-radius: 8px;
  width: 10%;
  
}

.process-intro-left-container p {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 18px; 
    margin-bottom: 35px;
    max-width: 500px;
    color: black;
    font-family: Montserrat, sans-serif; 
}



/* Right Column */

.process-intro-right-container {
    flex: 1;
    display: flex;
    justify-content: center;
}

.process-intro-right-container p {
  font-family: montserrat, sans-serif; 
  font-size: 16px;
  line-height: 1.4em;
}


/*====================DESKTOP BENEFITS-GRID==================================*/

.benefits-section {
    padding-top: 2em;
    padding-bottom: 3em;
    background: #fff;
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    gap: 2rem;
}

.benefits-card-1,
.benefits-card-2,
.benefits-card-3 {
    flex: 1;
    background: #e9d4ff;
    padding: 3rem;
    border-radius: 16px;
}

.benefits-card-1 img,
.benefits-card-2 img,
.benefits-card-3 img {
    width: 60px;
    margin-bottom: 1rem;
}

.benefits-card-1 h2,
.benefits-card-2 h2,
.benefits-card-3 h2 {
    margin-bottom: 1rem;
    font-size: 20px;
   
  
}

.benefits-card-1 p,
.benefits-card-2 p,
.benefits-card-3 p {
    line-height: 1.8em;
    font-size: 15px; 
}

/* =====================================
   AUTO BUSINESSES SECTION - DESKTOP
===================================== */

.auto-businesses-section {
    width: 100%;
    padding: 40px 20px;
    background-color: white;
}

/* Section Title */

.auto-businesses-title {
    padding-left: 6em;
    margin-bottom: 3em;
}

.auto-businesses-title h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: black;
    text-align: left;
    margin-bottom: 12px;
}

.line-2 {
    border: none;
    height: 6px;
    width: 80px;
    background-color: purple;
    border-radius: 8px;
    margin: 0;
}

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

.auto-businesses-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;

    width: 100%;
    margin: 0 auto;
    padding: 0 6em;
}

/* =====================================
   LEFT COLUMN
===================================== */

.auto-businesses-left-container {
    flex: 1;
}

.auto-businesses-left-container h2 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 2.7rem;
    color: black;
    margin-bottom: 20px;
}

.auto-businesses-left-container p {
    font-family: Montserrat, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: black;
    margin: 0;
}

/* =====================================
   RIGHT COLUMN
===================================== */

.auto-businesses-right-container {
    flex: 1;
    display: flex;
    justify-content: center;
}

.auto-businesses-right-container ul {
    font-family: Montserrat, sans-serif;
    color: black;
    line-height: 2em;
    margin: 0;
    padding: 0;
}

.auto-business-last-container {
  line-height: 2em; 
}



/*==============FEATURED CASE STUDY===================*/


.case-study-section {
    width: 100%;
    align-items: center;
    background-color: #e2cfff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.case-study-title {
  font-family: Montserrat, Sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: black;
  text-align: left; 
  
}


.case-study-container {
    display: flex;
    
    margin: 0 auto;
    max-width: 1100px;

    
    align-items: center;
    justify-content: space-between;
    gap: 5em;
}

/* Left Column */

.case-study-left-container {
    flex: 1;
}

.case-study-title {
  font-size: 18px;
    font-weight: 500;
    font-family: Montserrat, Sans-Serif;
    max-width: 580px;
    color: black; 
}

.line-1 { 
  border: none;
  height: 6px;
  background-color: purple;
  border-radius: 8px;
  width: 10%;
  margin-bottom: 2em;
  
  
}

.real-results-title h2{
  font-family: Monterserrat, sans-serif;
  font-size: 22px;
  padding-top: 2em;
  padding-bottom: 2em;
  color: black;
}



.case-study-left-container p {
    font-size: 16px;
    line-height: 1.7;
    color: black; 
    font-family: Montserrat, sans-serif; 
    padding-bottom: 15px;
    padding-top: 1em;
}


/* Right Column */

.case-study-right-container {
    flex: 1;
    justify-content: center;
}


.highlights-title {
  padding-bottom: 0.5em;
  font-size: 18px;
}

.case-study-right-container ul {
    font-family: Montserrat, sans-serif;
    color: black;
    line-height: 2em;
}

.case-study-right-container img {
  width: 550px;
  height: auto;
  margin-top: 10px;
  
}














/* ==========================================
   TABLET + MOBILE
========================================== */

@media (max-width: 1024px) {
  
/*=================MOBILE HERO-SECTION==============*/
  .website-message { 
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #915be3;
}

.website-message p {
  padding-left: 1em;
  padding-right: 1em; 
  line-height: 1.5em;
  font-size: 14px;
}


.message-bold { 
  font-weight: bold; 
}
  
  
 /*------------------------------------------*/ 
  .hamburger {
    display: none; 
  }
  
  .hero-section { 
    padding-bottom: 1em;
  }
  
  .hero-container {
    flex-direction: column;
  }
  
  .hero-div h1{ 
    text-align: left;
    padding-left: 15px; 
  }
  
  .hero-div h2 {
    font-size: 28px;
    padding-left: 15px; 
    
  }
  
  .hero-div p { 
    font-size: 16px;
    max-width: 390px;
    padding-left: 15px; 
     
  }
  
  
  
  .hero-div br {
    display: none; 
  }
  
  .hero-video-container {
    padding-top: 1em;
    padding-bottom: 1em; 
  }
  
 /*=====================MOBILE-HERO-BORDER-SECTION====================================*/
  
  .hero-border-section {
    
  }
  
  .hero-border-container {
    flex-direction: column;
    gap: 1em;
    width: 100%;
  }
  
  
  .h-border-card-1 {
     width: 100%;
     border-bottom: 1px solid #ddd;
     padding: 5px;
     margin: 0;
    padding: 1em, 1em;
    padding-left: 2em;     
     
}
  
  .h-border-card-1 h2 {
    color: white; 
    font-size: 18px; 
  }

.h-border-card-1:last-child {
    border-bottom: none;
}
  
  
  /*=================PROCESS-INTRO===================*/

.process-intro-section {
    padding-bottom: 3em;
}


.process-intro-container {
    flex-direction: column;
    text-align: center;
}


/* LEFT COLUMN */

.process-intro-left-container {
    order: 1;
    padding-left: 15px;
    padding-right: 15px;
}


.process-intro-left-container h2 {
    font-size: 1.3em;
    line-height: 1.8rem;
    text-align: left;
    padding-left: 0;
    margin-bottom: 10px;
}


.process-intro-left-container .line-1 {
    width: 70px;
    height: 5px;
    border: none;
    background-color: purple;
    border-radius: 8px;

    margin: 10px 0 2rem;
}


.process-intro-left-container p {
    max-width: 400px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 0;
}


/* RIGHT COLUMN */

.process-intro-right-container {
    order: 2;
    padding-left: 15px;
    padding-right: 15px;
}


.process-intro-right-container p {
    font-size: 16px;
    text-align: left;
    padding-left: 0;
    max-width: 380px;
}
  
  
  
  
  /*=================MOBILE-BENEFITS-GRID===================*/
  
  .benefits-container {
        flex-direction: column;
        max-width: 450px; 
        padding-left: 1em;
        padding-right: 1em; 
    }

    .benefits-card-1,
    .benefits-card-2,
    .benefits-card-3 {
        width: 100%;
    }
  
  
  
  /*=========AUTO BUSINESSES WE SPECIALIZE IN ===========*/
  
 /* =====================================
   AUTO BUSINESSES SECTION - MOBILE
===================================== */

@media (max-width: 768px) {

    .auto-businesses-section {
        padding: 3em 1.5em;
    }

    /* Section Title */

    .auto-businesses-title {
        padding-left: 0;
        margin-bottom: 2.5em;
    }

    .auto-businesses-title h2 {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: left;
    }

    .line-2 {
        width: 70px;
        height: 5px;
    }

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

    .auto-businesses-container {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        gap: 2rem;
    }

    /* =====================================
       LEFT COLUMN
    ===================================== */

    .auto-businesses-left-container {
        flex: 0 0 100%;
    }

    .auto-businesses-left-container h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .auto-businesses-left-container p {
        font-size: 16px;
        line-height: 1.7;
    }

    /* =====================================
       LISTS
    ===================================== */

    .auto-businesses-right-container,
    .auto-business-last-container {
        flex: 1;
    }

    .auto-businesses-right-container ul,
    .auto-business-last-container ul {
        margin: 0;
        padding-left: 1.2rem;
        line-height: 2;
        font-size: 16px;
    }

    .auto-businesses-right-container li,
    .auto-business-last-container li {
        margin-bottom: .5rem;
    }

}
  
  /*=============MOBILE CASE STUDY SECTION==================*/
  
  /* =====================================
   FEATURED CASE STUDY - MOBILE
===================================== */

@media (max-width: 768px) {

    .case-study-section {
        padding: 3em 1.5em;
    }

    /* Section Title */

    .case-study-title {
        font-size: 16px;
        text-align: left;
        margin-bottom: 10px;
    }

    .line-1 {
        width: 70px;
        height: 5px;
        margin-bottom: 2rem;
        margin-left: 0;
    }

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

    .case-study-container {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
        max-width: 100%;
    }

    /* =====================================
       LEFT COLUMN
    ===================================== */

    .case-study-left-container {
        width: 100%;
    }

    .real-results-title h2 {
        font-family: Montserrat, sans-serif;
        font-size: 28px;
        line-height: 1.3;
        padding-bottom: 1em;
        text-align: center; 
      
    }

    .case-study-left-container p {
        font-size: 16px;
        line-height: 1.7;
        padding: 0;
        margin-bottom: 1rem;
        padding-top: 2em; 
    }

    /* =====================================
       RIGHT COLUMN
    ===================================== */

    .case-study-right-container {
        width: 100%;
    }

    .highlights-title {
        font-size: 18px;
        padding-bottom: 0.75rem;
    }
  
  .case-study-left-container a {
    display: block;
    width: fit-content; 
    margin: 0 auto;
    color: purple;
  }

    .case-study-right-container ul {
        font-size: 16px;
        line-height: 2;
        padding-left: 1.25rem;
        margin-bottom: 2rem;
    }

    .case-study-right-container img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }



  
  

}







