.bg-main{
   background: linear-gradient(to bottom, #fff6ef 20%, #ffebda 60%, #fcd8b2 100%);
}
.get-started{
   background-color: #4b0aa6;
   border-radius: 8px;
}

.get-started-login{
   background-color: #4b0aa6;
   border-radius: 5px;
   padding: 10px 12px;
}

.text-purple{
   color: #4b0aa6;
   font-size: 32px;
}
.text-no-purple{
   font-size: 32px;
}
.text-paragraph{
   font-size: 20px;
}
.get-div{
   padding: 65px 0px;
}
.get-started-banner{
   background-color: #4b0aa6;
   border-radius: 8px;
   padding: 12px 30px;;
   font-size: 18px;
}
.get-started-no-effect{
   border: 1px solid;
   border-radius: 8px;
   padding: 12px 30px;;
   font-size: 18px;
}

.tab {
   padding: 15px;
   cursor: pointer;
   text-align: left;
   margin-bottom: 0px;
   font-size: 30px;
   color: #929292;
   font-weight: 500;
 }
 .tab:hover, .tab.active {
   color: #4b0aa6;
 }
 .content img {
   max-width: 100%;
   height: auto;
   border-radius: 8px;
 }
 .content {
   display: none;
 }
 .content.active {
   display: block;
 }

 .accordion-button {
   position: relative;
   display: flex;
   width: 100%;
   font-size: 25px;
   text-align: left;
   border: 0;
   overflow-anchor: none;
}

.accordion-button:not(.collapsed) {
   background-color: #fff;
   box-shadow: unset !important;
}

.accordion-flush>.accordion-item {
   border-right: 0;
   border-left: 0;
   border-radius: 20px;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
   border-radius: 20px;
}

.accordion-body {
   font-size: 18px;
}
/* Footer Section Here */
ul {
   margin: 0px;
   padding: 0px;
}
.footer-section {
 background: #f8f3fe;
 position: relative;
}

.get-in-touch-section {
   background: linear-gradient(to right, rgb(247 247 247) 0%, #c9d2db 50%, rgb(247 249 251) 100%);
   position: relative;
   padding: 40px;
  }
  .get-in-touch-section1 {
   background: #e1e6eb;
   position: relative;
  }

.creator-section {
   background: linear-gradient(to right, rgb(247 247 247) 0%, rgb(238 231 245 / 60%) 50%, rgb(235 231 241) 100%);
   position: relative;
  }

.creator-section1 {
   background: #eee7f7;
   position: relative;
  }

.footer-cta {
 border-bottom: 1px solid #373636;
}
.single-cta i {
 color: #ff5e14;
 font-size: 30px;
 float: left;
 margin-top: 8px;
}
.cta-text {
 padding-left: 15px;
 display: inline-block;
}
.cta-text h4 {
 color: #fff;
 font-size: 20px;
 font-weight: 600;
 margin-bottom: 2px;
}
.cta-text span {
 color: #757575;
 font-size: 15px;
}
.footer-content {
 position: relative;
 z-index: 2;
}
.footer-pattern img {
 position: absolute;
 top: 0;
 left: 0;
 height: 330px;
 background-size: cover;
 background-position: 100% 100%;
}
/* .footer-logo {
 margin-bottom: 30px;
} */
.footer-logo img {
   max-width: 200px;
}
.footer-text p {
 margin-bottom: 14px;
 font-size: 14px;
 color: #666;
 line-height: 28px;
}
.footer-social-icon span {
 color: #4b0aa6;
 display: block;
 font-size: 20px;
 font-weight: 700;
 font-family: 'Poppins', sans-serif;
 margin-bottom: 20px;
}

.contact-social-icon span {
 color: #4b0aa6;
 display: block;
 font-size: 20px;
 font-weight: 700;
 font-family: 'Poppins', sans-serif;
 margin-bottom: 20px;
}

.footer-social-icon a {
 color: #fff;
 font-size: 16px;
 margin-right: 15px;
}
.contact-social-icon a {
 color: #fff;
 font-size: 16px;
 margin-right: 15px;
}
.footer-social-icon i {
 height: 40px;
 width: 40px;
 text-align: center;
 line-height: 38px;
 border-radius: 50%;
}
.contact-social-icon i {
   height: 30px;
   width: 30px;
   text-align: center;
   line-height: 30px;
   border-radius: 50%;
  }

.facebook-bg{
 background: #3B5998;
}
.twitter-bg{
 background: #55ACEE;
}
.instagram-bg{
 background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);

}
.footer-widget-heading h3 {
 color: #4b0aa6;
 font-size: 20px;
 font-weight: 600;
 margin-bottom: 20px;
 position: relative;
}
.footer-widget-heading h3::before {
 content: "";
 position: absolute;
 left: 0;
 bottom: -15px;
 height: 2px;
 width: 50px;
 background: #4b0aa6;
}
.footer-widget ul li {
 display: inline-block;
 /* float: left; */
 width: 100%;
 margin-bottom: 12px;
}
.footer-widget ul li a:hover{
 color: #4b0aa6;
}
.footer-widget ul li a {
 color: #666;
 text-transform: capitalize;
 text-decoration: none;
}

.copyright-area{
 background: #202020;
 padding: 25px 0;
}
.copyright-text p {
 margin: 0;
 font-size: 14px;
 color: #666;
 font-weight: 500;
}
.copyright-text p a{
 color: #4b0aa6;
}
.footer-menu li {
 display: inline-block;
 margin-left: 20px;
}
.footer-menu li:hover a{
 color: #ff5e14;
}
.footer-menu li a {
 font-size: 14px;
 color: #878787;
}

.custom-card {
   position: relative;
   border-radius: 12px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   padding: 40px 20px 20px 20px; /* Extra top padding to prevent content overlap */
   background-color: #f9f9f9;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   overflow: visible; /* Ensures the image is not clipped */
   width: 100%;
   height: 100%;
}
.custom-card:hover{
   border-color:#d9d9d9;
   border-color: #d9d9d9;
   box-shadow: -1px 1px 8px 1px var(--bs-gray-600);
}
.custom-card img {
   position: absolute;
   top: -28px;
   left: 15px;
   width: 50px;
   height: 50px;
   background-color: white;
   border-radius: 10px;
   padding: 5px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.custom-card h5 {
   font-weight: bold;
   margin-bottom: 5px;
}
.custom-card p {
   margin: 0;
   color: #666;
}

.offer-card {
   position: relative;
   border-radius: 12px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   padding: 40px 20px 20px 20px; /* Extra top padding to prevent content overlap */
   background: linear-gradient(to bottom, #fff6ef 20%, #ffebda 60%, #fcd8b2 100%);
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   overflow: visible; /* Ensures the image is not clipped */
   width: 100%;
   height: 100%;
}
.offer-card:hover{
   border-color:#d9d9d9;
   border-color: #d9d9d9;
   box-shadow: -1px 1px 8px 1px var(--bs-gray-600);
}
.offer-card img {
   position: absolute;
   top: -28px;
   left: 15px;
   width: 50px;
   height: 50px;
   background-color: white;
   border-radius: 10px;
   padding: 5px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.offer-card h5 {
   font-weight: bold;
   margin-bottom: 5px;
}
.offer-card p {
   margin: 0;
   color: #666;
}

.Use-card {
   position: relative;
   border-radius: 12px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   padding: 20px 5px 0px 100px;
   background: linear-gradient(to bottom, #fff6ef 20%, #ffebda 60%, #fcd8b2 100%);
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   overflow: visible;
   width: 100%;
   height: 100%;
}

.Use-card img {
   position: absolute;
   top: 20px;
   left: 15px;
   width: 50px;
   height: 50px;
   background-color: white;
   border-radius: 10px;
   padding: 5px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.Use-card:hover{
   border-color:#d9d9d9;
   border-color: #d9d9d9;
   box-shadow: -1px 1px 8px 1px var(--bs-gray-600);
}

.choose-card {
   position: relative;
   border-radius: 12px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   padding: 0px 5px 0px 100px;
   background: linear-gradient(to bottom, #fff6ef 20%, #ffebda 60%, #fcd8b2 100%);
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   overflow: visible;
   width: 100%;
   height: 100%;
}

.choose-card img {
   position: absolute;
   top: 5px;
   left: 15px;
   width: 50px;
   height: 50px;
   background-color: white;
   border-radius: 10px;
   padding: 5px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.choose-card:hover{
   border-color:#d9d9d9;
   border-color: #d9d9d9;
   box-shadow: -1px 1px 8px 1px var(--bs-gray-600);
}
.card-mb {
   margin-bottom: 2.5rem !important;
}

.Usecard-mb{
   margin-bottom: .5rem !important;
}
.business-growth{
   background-color:#fff;
   /* color:#fff; */
}
.business-growth:hover{
    background-color:#4b0aa6;
    border:1px solid #fff;
}
.growth{
   color:#4b0aa6;
}
.growth:hover{
   color:#fff;
}
.creators-managing{
   margin: 10px 0px;
}
.creator{
   margin-top: -246px;
}

.get-in-touch-creator{
   margin-top: -246px;
}

.navbar-nav .nav-link:hover{
   color:#4b0aa6;
}

.bg-white {
   box-shadow: 1px -9px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-item.active, .dropdown-item:active {
   color: #4b0aa6;
   text-decoration: none;
   background-color: unset;
}
.dropdown-item:focus, .dropdown-item:hover {
   color: #4b0aa6;
   background-color: unset;
}

.navbar-toggler:focus {
   text-decoration: none;
   outline: 0;
   box-shadow:unset;
   border: 2px solid #4b0aa6;
}

.contact-align{
   grid-column-gap: 12px;
   grid-row-gap: 12px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex;
}

 /* Mobile view using media query */
@media (min-width: 320px) and (max-width: 481px) {
   .get-div{
      padding: 30px 0px;
      text-align: center;
   }
   .mt-5 {
      margin-top: 0rem !important;
  }
  .text-purple {
      color: #4b0aa6;
      font-size: 25px;
      line-height: 30px;
   }
   .text-no-purple {
      font-size: 25px;
      line-height: 30px;
   }
   .text-paragraph {
      font-size: 18px;
   }
   .mobile-break {
      display: none;
  }
  .me-4 {
      margin-right: 0px !important;
   }
   .creators-managing{
      margin: 20px 0px;
      text-align: center;
  }
  .creator {
      margin-top: 10px;
   }
   .get-in-touch-creator {
      margin-top: -80px;
   }
   .get-started-login {
      background-color: #4b0aa6;
      border-radius: 5px;
      padding: 5px 10px;
  }
   .nav-link {
      font-weight: 500;
      color: #4b0aa6;
   }
   .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   }
   .accordion-button {
      position: relative;
      display: flex;
      font-size: 18px !important;
      /* background-color: #e7e7e7; */
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), -1px -1px 0px 0 rgba(0, 0, 0, 0.19);
  }
   .get-in-touch-section1 {
      position: relative;
      background: linear-gradient(to right, rgb(247 247 247) 0%, #c9d2db 50%, rgb(247 249 251) 100%);
      position: relative;
   }
}

@media (min-width: 992px) {
   .navbar-expand-lg .navbar-nav .nav-link {
       padding: 8px 18px;;
   }
   .navbar-expand-lg .navbar-collapse {
       display: flex !important;
       flex-basis: auto;
       font-size: 18px;
   }

}