body {
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}


/* Hero Section */

.hero-wrapper {
    position: relative;
    height: 90vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.shape { 
    position:absolute;
    z-index:2;
}

/* Desktop */
.shape1 { top:0%; left:0%; width:80px; }
.shape2 { top:10%; right:5%; width:60px; }
.shape3 { top:15%; left:10%; width:40px; }
.shape4 { top:5%;  left:20%; width:55px; }
.shape5 { top:7%;  left:40%; width:55px; }
.shape6 { top:9%;  left:30%; width:55px; }

/* Tablet */
@media(max-width:991px){
    .shape1 { top:0%; left:0%; width:50px; } 
    .shape2 { top:12%; right:3%; width:50px; }
    .shape3,.shape5,.shape6,
    .shape4{
        display: none;
    }
}

/* Mobile */
@media(max-width:575px){
    .shape3,.shape5,.shape6,
    .shape4{
        display: none;
    }
    
    .shape1, .shape2{ width:30px; }
    .shape1 { top:0%; left:0%; }
    .shape2 { top:10%; right:3%; }
}

.lineanm {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 0;
    pointer-events: none;
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-dasharray: 2400;
    stroke-dashoffset: 2400;
    animation: lineDraw 2s ease-in-out infinite alternate;
}

@keyframes lineDraw {
    to {
        stroke-dashoffset: 0;
    }
}

/* Hero Text */
.hero-content .sub-heading { 
    color:#6255FA !important; 
    font-weight:500; 
    margin-bottom:15px;
}

.hero-content h1 { 
    font-size:2.8rem; 
    font-weight:700; 
    line-height:1.3; 
    margin-bottom:20px; 
    color:#333 !important;
}

.hero-content h1 .c1, .hero-content h1 .c2 { 
    color:#6255FA !important; 
}

.hero-content p { 
    color:#555 !important; 
    margin-bottom:25px;
    font-size: 20px;
}

.hero-subscribe { 
    display:flex; 
}

.hero-subscribe input { 
    padding:12px; 
    width:70%; 
    border:1px solid #ddd !important; 
    border-radius:5px 0 0 5px; 
    outline:none;
}

.hero-subscribe button { 
    padding:12px 20px; 
    background:#6255FA !important; 
    color:#fff !important; 
    border:none; 
    border-radius:0 5px 5px 0; 
    cursor:pointer; 
    transition:0.3s;
}

.hero-subscribe button:hover { 
  background:#4a40d0 !important; 
}

/* Hero images */
.hero-image-box { 
    position:relative; 
}

.hero-image-box img.hero-img1 { 
    display:block; 
    width:100%; 
    height:auto; 
}
 
#hero-iconic{ 
    position:absolute; 
    bottom:5%; 
    right:5%; 
    background:#fff !important; 
    border-radius:12px; 
    padding:15px; 
    display:flex; 
    align-items:center; 
    box-shadow:0 4px 15px rgba(0,0,0,0.1) !important; 
    z-index:3;
}

.ef-iconic-box .icon i { 
    font-size:2rem; 
    color:#6255FA !important; 
    margin-right:10px; 
}

.ef-iconic-box .content h5 { 
    margin:0; 
    font-size:1.1rem; 
    font-weight:600;
}

.ef-iconic-box .content p { 
    margin:0; 
    font-size:0.9rem; 
    color:#555 !important; 
}

/* Responsive */
@media(max-width:991px) {
    .hero-wrapper { 
        flex-direction:column; 
        justify-content:center; 
        height:auto; 
        padding:40px 15px; 
    }
    
    .hero-content h1 { 
        font-size:2rem; 
    }
    
    .ef-iconic-box { 
        position:relative; 
        top:auto; 
        right:auto; 
        margin-top:20px;
    }
    
    .chart-img { 
        position:relative; 
        bottom:auto; 
        left:auto; 
        width:70%; 
        margin-top:15px;
    }
}

@media(max-width:575px){
    .hero-content h1 { 
        font-size:1.5rem; 
    }
    
    .hero-subscribe input { 
        width:55%;
    }
}

/*  About Section Box */
#about{
  margin-top: 100px;
}
 
.elysia-image-box.style-one {
  height: 585px;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
@media screen and (max-width: 1199px) {
  .elysia-image-box.style-one {
    max-width: 690px;
    margin: 0 auto 50px;
  }
}
.elysia-image-box.style-one .shape {
  position: absolute;
  z-index: -1;
}
.elysia-image-box.style-one .shape.shape_one {
  left: -90px;
  top: 0;
}
.elysia-image-box.style-one .shape.shape_two {
  right: 100px;
  bottom: 20%;
}
.elysia-image-box.style-one .elysia-img.image_one img {
  border-radius: 10px;
}
.elysia-image-box.style-one .elysia-img.image_two {
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
  padding: 20px;
  border-radius: 15px;
  background-color: var(--white-color);
  -webkit-box-shadow: -3px 0px 50px 0px rgba(98, 85, 250, 0.1) !important;
          box-shadow: -3px 0px 50px 0px rgba(98, 85, 250, 0.1) !important;
}
.elysia-image-box.style-one .elysia-img.image_two img {
  width: 100%;
  border-radius: 10px;
}
.elysia-image-box.style-one .elysia-img.image_two .line {
  display: block;
  border-radius: 10px;
  background-color: #F5F5F5 !important;
  height: 10px;
}
.elysia-image-box.style-one .elysia-img.image_two .line.line1 {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.elysia-image-box.style-one .elysia-img.image_two .line.line2 {
  width: 40%;
}
.elysia-image-box.style-one .ef-iconic-box {
 
  bottom: 0;
  left: 30px;
  max-width: 300px;
  border-radius: 15px;
}
.elysia-image-box.style-two {
  padding-right: 60px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .elysia-image-box.style-two {
    padding-right: 20px;
  }
}
.elysia-image-box.style-two .elysia-img img {
  width: 100%;
  border-radius: 10px;
}
.elysia-image-box.style-three {
  position: relative;
  height: 440px;
  max-width: 700px;
}
@media screen and (max-width: 1199px) {
  .elysia-image-box.style-three {
    height: auto;
  }
}
.elysia-image-box.style-three .elysia-img.style-one {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .elysia-image-box.style-three .elysia-img.style-one {
    margin-top: 0;
  }
}
.elysia-image-box.style-three .elysia-img img {
  width: 100%;
  border-radius: 10px;
}
.elysia-image-box.style-three .ef-iconic-box {
  position: absolute;
  bottom: 65px;
  left: 30%;
}
@media (max-width: 767px) {
  .elysia-image-box.style-three .ef-iconic-box {
    left: 0;
  }
}
.elysia-image-box.style-three .ef-iconic-box.style-one {
  padding: 20px;
  min-width: 300px;
  border-radius: 12px;
  background-color: #6255FA !important ;
}
.elysia-image-box.style-three .ef-iconic-box.style-one .icon {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
}
.elysia-image-box.style-three .ef-iconic-box.style-one .content {
  line-height: 1;
}
.elysia-image-box.style-three .ef-iconic-box.style-one .content h2 {
  color: white !important;
  line-height: 40px;
}
.elysia-image-box.style-three .ef-iconic-box.style-one .content span {
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8) !important;
}
.elysia-image-box.style-four {
  position: relative;
  height: 570px;
  z-index: 1;
  max-width: 700px;
}
@media screen and (max-width: 1199px) {
  .elysia-image-box.style-four {
    margin: 0 auto 50px;
  }
}
.elysia-image-box.style-four .shape {
  position: absolute;
  z-index: -1;
}
.elysia-image-box.style-four .shape.shape-one {
  top: 80px;
  right: 80px;
}
.elysia-image-box.style-four .shape.shape-two {
  bottom: 50px;
  left: 60px;
}
.elysia-image-box.style-four .elysia-img.image_two {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 8px solid white !important;
}

/*  elysia Content Box  */
.sub-heading {
  color: #6255FA !important;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.section-title .sub-heading {
  margin-bottom: 10px;
}

.section-title h2 {
  font-weight: 700;
  
  line-height: 1.2;
}

.section-title h2 span {
  color: #6255FA !important;
  position: relative;
}

.section-title.style-one h2 span {
  display: inline-block; /* important: allows ::after to sit below */
  position: relative;
}

.section-title.style-one h2 span:after {
  display: block;
  content: "";
  background: url('line.png') no-repeat center;
  background-size: contain;
  width: 100%;
  height: 30px;
  margin-top: 5px; /* gap between text and line */
}

/* icon spacing */
.sub-heading i {
  margin-right: 10px;
  line-height: 0;
  font-size: 20px;
}


/* Responsive */
@media (min-width: 1200px) and (max-width: 1450px) {
  .section-title h2 { font-size: 44px; }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

/* Alternative style for "style-two" titles */
.section-title.style-two .sub-heading {
  padding: 7px 20px;
  line-height: 20px;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.elysia-content-box > p {
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .elysia-content-box.style-one {
    max-width: 630px;
    margin: 0 auto 50px;
  }
}
.elysia-content-box.style-one .about-button-box .author-box {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .elysia-content-box.style-one .about-button-box .author-box {
    margin-left: 10px;
  }
}
.elysia-content-box.style-two {
  padding-left: 40px;
}
@media screen and (max-width: 1199px) {
  .elysia-content-box.style-two {
    padding: 0 30px;
  }
}
.elysia-content-box.style-two > p {
  margin-bottom: 30px;
}
.elysia-content-box.style-two .check-list {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .elysia-content-box.style-two .content-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.elysia-content-box.style-two .content-button .theme-btn {
  margin-right: 40px;
}
/* All Button */
.theme-btn { 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 18px;
}
.theme-btn i {
  margin-left: 7px;
}
.theme-btn a{
 text-decoration: none;
}
.theme-btn.style-one {
  position: relative;
  background-color:  #6255FA !important; 
  color: white !important;
  padding: 15px 36px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 12px;
  line-height: 25px;
}
.theme-btn.style-one:hover {
  background-color:#847dcc !important;
}
.theme-btn.style-two {
  border: 1px solid #737477 !important;
  border-radius: 12px;
  padding: 11.5px 35px;
  font-weight: 400;
}
.theme-btn.style-two:hover {
  background-color: #6255FA !important ;
  color:white !important;
  border-color: transparent;
}
.theme-btn.sm-btn {
  background-color: #6255FA !important ;
  color: white !important;
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 5px;
  font-size: 16px;
}
.theme-btn.sm-btn:hover {
  background-color: #847dcc !important; 
}

@media (max-width: 767px) {
  .elysia-content-box.style-two .content-button .theme-btn {
    margin-bottom: 15px;
  }
}
.elysia-content-box.style-three {
  padding-left: 60px;
}
@media screen and (max-width: 1199px) {
  .elysia-content-box.style-three {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .elysia-content-box.style-three {
    padding-left: 0;
  }
}
.elysia-content-box.style-three .ef-iconic-box.style-two {
  max-width: 570px;
  box-align: start;
 
   align-items: flex-start;
}

/* Author Box */
.author-box.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-box.style-one .author-thumb {
  width: 55px;
  height: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
}
.author-box.style-one .author-info {
  margin-top: 3px;
}
.author-box.style-one .author-info h5 {
  margin-bottom: 5px;
}
.author-box.style-one .author-info span.position {
  font-size: 16px;
}

.instructor-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.instructor-box .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  height: 55px;
  margin-right: 15px;
}
.instructor-box .thumbnail img {
  width: 100%;
  border-radius: 50%;
}

/* Category section CSS */

#catagory{
  margin-top: 100px;
}
.ef-category-item.style-one {
    padding: 30px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: all 0.3s ease;
     text-decoration: none; /* Remove underline from links */
    color: inherit; /* Keep the text color consistent */
      padding: 30px;
    margin: 10px;
}
.ef-category-item.style-one:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.ef-category-item.style-one .icon {
    flex: 0 0 auto;
    background-color: white !important;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #6255FA !important;
    line-height: 1;
    transition: all 0.3s ease;
}

.ef-category-item.style-one .content {
    line-height: 1;
}
.ef-category-item.style-one .content h5 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color:#000
}
.ef-category-item.style-one .content span {
    font-size: 14px;
    color: #666;
}

.ef-category-item.style-one.aos-init {
    transform: none !important; /* Prevent shrinking */
    opacity: 1 !important;       /* Prevent fade-in effect */
}

/* Background Colors for Categories */
.ef-category-item.style-one.bg_one { background-color: #EEEDFF !important; color: #6255FA !important; }
.ef-category-item.style-one.bg_two { background-color: #E9F3F1 !important; color: #6255FA !important; }
.ef-category-item.style-one.bg_three { background-color: #FFF2EE  !important; color: #AD86F3 !important; }
.ef-category-item.style-one.bg_four { background-color: #EAFAFF !important; color: #04B1E8 !important; }
.ef-category-item.style-one.bg_five { background-color: #FFFEEC !important; color: #B7AD00 !important; }
.ef-category-item.style-one.bg_six { background-color: #FFF0FF !important; color: #D300D3 !important; }
.ef-category-item.style-one.bg_seven { background-color: #EBFFDF !important; color: #42B000 !important; }
.ef-category-item.style-one.bg_eight { background-color: #EEF3FF !important; color: #0040DB !important; }

/*====== Why Choose Section ======*/
.ef-why-choose-sec {
    position: relative;
    background-color: #f7f7f7 !important; /* soft gray background */
    padding-top: 120px;
    padding-bottom: 90px;
}

.ef-why-choose-sec .section-title {
    margin-bottom: 60px;
}

.ef-why-choose-sec .section-title .sub-heading {
    font-size: 16px;
    color: #6255FA !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.ef-why-choose-sec .section-title h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #222 !important;
}

.ef-why-choose-sec .ef-iconic-box {
    background-color: #fff !important;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important ;
    position: relative;
    overflow: hidden;
}

.ef-why-choose-sec .ef-iconic-box .icon {
    font-size: 40px;
    color: #6255FA !important;
    background-color: #eef0ff !important;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.ef-why-choose-sec .ef-iconic-box .content h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.ef-why-choose-sec .ef-iconic-box .content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Hover effect */
.ef-why-choose-sec .ef-iconic-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15) !important;
    background-color: #6255FA !important;
    color: white !important;
   
}
 /* Change text color on hover */
.ef-iconic-box.style-three:hover .content h5,
.ef-iconic-box.style-three:hover .content p {
    color: white !important;
}

 
/* Optional: change background on hover */
.ef-iconic-box.style-three:hover {
    background-color: #6255FA !important;  
    transition: 0.3s ease;
}


.ef-why-choose-sec .ef-iconic-box:hover  {
    
    color: #fff !important;
}

/* Spacing between boxes */
.ef-why-choose-sec .row > [class*='col-'] {
    margin-bottom: 30px;
}
 .ef-why-choose-sec .shape.line_one,
.ef-why-choose-sec .shape.line_two {
    position: absolute;
    z-index: 0;
}

.ef-why-choose-sec .shape.line_one {
    top: -20px;
    left: -20px;
}

.ef-why-choose-sec .shape.line_two {
    bottom: -20px;
    right: -20px;
}

/* contact us */

.ef-contact-us-sec .section-title .sub-heading i {
    margin-right: 10px;
    color: #6255FA !important;
}

.ef-contact-form .form-control {
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #ddd !important; 
    transition: all 0.3s ease;
}

.ef-contact-form .form-control:focus {
    border-color: #6255FA !important;
    box-shadow: none;
}

.ef-contact-form .btn-primary {
    background-color: #6255FA !important;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.ef-contact-form button{
  margin-bottom: 50px;
}

.ef-contact-form .btn-primary:hover {
    background-color: #4b42d6 !important;
}

.ef-contact-info .contact-box {
    background-color: #fff !important;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}

.ef-contact-info .contact-box .icon {
    font-size: 30px;
    color: #6255FA !important;
    margin-right: 15px;
}

.ef-contact-info .contact-box .info h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.ef-contact-info .contact-box .info span {
    font-size: 18px;
    color: #555 !important;
}
.ef-contact-info .contact-box .info span a{
  text-decoration: none !important;
    color: #555 !important;
}


 /* Custom Order Button */
 .contact-btn {
  display: inline-block;
  background-color: white !important ;
  color: #6255FA !important;
  border: 2px solid #6255FA !important;
  padding: 12px 30px;
  cursor: pointer;
  border-radius: 50px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
}

.contact-btn:hover {
  transform: scale(1.05);
  background-color: #6255FA !important;
  color: white !important;
  box-shadow: 0 6px 12px rgba(98, 85, 250, 0.3) !important;
}


.ef-testimonial-sec {
    padding: 60px 0;
    background-color: #f8f8f8 !important;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.ef-testimonial-item {
    background: #fff !important;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    text-align: center;
    margin: 10px;
}
.author-thumb {
    font-size: 50px;
    color: #007bff !important;
    margin-bottom: 10px;
}
.author-info h5 {
    margin: 0;
    font-size: 18px;
}
.author-info span {
    font-size: 14px;
    color: #777 !important;
}
.ratings li {
    display: inline-block;
    color: #fbc02d !important;
    margin: 0 2px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000 !important;
    border-radius: 50%;
}