
@font-face {
    font-family: 'Amoresa';
    src: url('../fonts/Amoresa.eot');
    src: local('Amoresa'),
        url('../fonts/Amoresa.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Amoresa.woff2') format('woff2'),
        url('../fonts/Amoresa.woff') format('woff'),
        url('../fonts/Amoresa.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marco';
    src: local('Marco'),
        url('../fonts/Marco-Polo-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


   .single-category .additional-options a {
  display: inline-block;
    padding: 10px 20px;
    margin: 5px !important;
    text-decoration: none;
    background-color: #000;
    color: white;
    border-radius: 5px;
    border:none;
    outline:0;
}

.slider-area .main-title.style-text {
    font-family: 'Amoresa';
    font-weight: normal;
    font-style: normal;
    color: #ff971e;
    font-size: 92px;
    line-height: 1;
    padding-left: 35px;
    margin-top: -35px;
}

.course-instructor.amazon {
    background: #ff971e;
}

.course-instructor.amazon h2 {
    color:#fff;
}

.course-instructor.amazon h2.book-title {
    color:#000;
}


.slider__content .style-text-inn {
        font-family: 'Marco';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 31px;
    padding-left: 80px;
    margin-top: -13px;
}

.single-category .additional-options a:focus {
    border:none;
    outline:0;
    box-shadow:none;
}

.single-category .additional-options a:hover {
  background-color: #131313;
}

.single-category .additional-options {
    margin-top:10px;
}

.single-category .sub-title {
    font-size: 21px;
}

.single-category .sub-title span{
    font-size:18px;
}

.founder-details h4 a{
    color:#fff;
}

.dtls-testi h4 {
    color:#ff971e;
}

.dtls-testi p{
    color:#000;
}

.testimonial-area .owl-nav .owl-prev i , .testimonial-area .owl-carousel .owl-nav button.owl-next  i{
    color:#fff;
    opacity:1;
}

.dtls-testi {
    margin-top:10px;
}

.dtls-testi h4 {
    margin-bottom:10px;
}

.testimonial-authors iframe {
    min-height:300px;
}


 /* Custom Styles */

       .founder-section .founder-card {
             display: flex ;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.3s ease; 
    margin-bottom: 30px;
       background: #ff971e;
        gap: 60px;
    padding: 40px;
     border-radius: 10px;

        }

       .founder-section .founder-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        }

       .founder-section .founder-img {
    position: relative;
    overflow: hidden;
    height: 100%;
   
}

      .founder-section  .founder-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
            border-radius: 25px;
        }


       .founder-section .founder-details {
            padding: 20px;
            flex: 1;
        }

      .founder-section  .founder-details h4 {
            font-size: 24px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 10px;
        }
        
        .founder-section  .founder-details h6 {
            color:#fff;
           margin:20px 0;
        }

      .founder-section  .founder-details p {
            font-size: 16px;
            color: #fff;
            margin-bottom: 20px;
        }

      .founder-section  .founder-description {
            color: #fff;
            font-size: 14px;
            line-height: 1.6;
        }
        
        .founder-details ul li {
            color:#fff;
        }

      .founder-section  .social-media a {
               display: inline-block;
    margin: 5px;
    color: #ffffff;
    font-size: 18px;
    transition: color 0.3s ease;
    background: #fba644;
        }

.founder-section .theme_btn {
    background:#fff;
    color:#ff971e;
}

        /* Popup container */
.ins-popup  {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    animation: fadeIn 0.3s ease-in-out;
}

/* Popup Content Box */
.ins-popup  .popup-content {
    background: #fff;
    padding: 20px;
        width: 90%;
    margin: 4% auto;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: zoomIn 0.3s ease-in-out;
}

/* Popup Layout */
.ins-popup  .popup-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.ins-popup  .popup-body .popup-text{
     display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Image Styling */
.ins-popup  .popup-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

/* Text Content */
.ins-popup  .popup-text h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.ins-popup  .popup-text p {
    font-size: 16px;
    color: #555;
}

/* Close Button */
 .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.dtls-pops {
    text-align: left;
        overflow-y: scroll;
    height: 390px;
    background: #fff;
    color: #000;
    padding: 0 15px;
}

.ins-popup  .dtls-pops p  {
    color:#fff;
} 

.dtls-pops ul {
    padding: 10px 30px;
}

.dtls-pops ul li {
    list-style: disc;
    font-size:16px;
    padding-bottom:10px;
    color:#000;
}

.social-media h5 {
    color:#ff971e;
    opacity:0; 
    cursor: pointer;
    transition:.4s;
}

.z-instructors:hover .social-media h5{
     opacity:1;
}




/* Fade-in Animation */
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Zoom-in Animation */
@keyframes zoomIn {
    from {transform: scale(0.8);}
    to {transform: scale(1);}
}

/* Responsive */
@media (max-width: 768px) {
    .popup-content {
        width: 80%;
    }
}



.owl-carousel .chat-container {
            width: 400px;
            max-width: 100%;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
     .owl-carousel  .chat-header {
            background: #075e54;
            color: #fff;
            padding: 15px;
            text-align: center;
            font-weight: bold;
            border-radius: 10px 10px 0 0;
        }
      .owl-carousel .chat-box {
            padding: 15px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            height: 400px;
            overflow-y: auto;
            background: url('https://w0.peakpx.com/wallpaper/744/548/HD-wallpaper-whatsapp-ma-doodle-pattern.jpg');
            background-color: #ece5dd;
            background-size: cover;
            position: relative;
        }
       .owl-carousel .message {
            display: flex;
    align-items: start;
    max-width: 99%;
        }
       .owl-carousel .message p {
            padding: 10px;
            border-radius: 8px;
            font-size: 14px;
            margin: 2px 10px;
            word-wrap: break-word;
        }
      .owl-carousel  .user {
            justify-content: flex-end;
            align-self: flex-end;
            display: flex;
        }
        .user p {
            background: #dcf8c6;
            color: #000;
            line-height: 18px;

        }
      .owl-carousel  .reviewer {
            justify-content: flex-start;
            align-self: flex-start;
            display: flex;
        }
      .owl-carousel  .reviewer p {
            background: #fff;
            border: 1px solid #ddd;
        }
      .owl-carousel  .name {
            font-size: 12px;
            color: #666;
            margin-bottom: 2px;
        }
      .owl-carousel  .avatar {
            width: 40px !important;
            height: 40px;
            border-radius: 50%;
            margin-top: 30px;
        }
        .user .avatar {
            margin-left: 10px;
        }
        .reviewer .avatar {
            margin-right: 10px;
        }

.wa-rev.nav-style-two .owl-nav {
    position : absolute;
    z-index: 2;
    left: auto;
    top: auto;
    bottom: -11px;
    right: 50%;
}
        
 /* Unique Success Stories Section */
.see-success-stories {
    max-width: 90%;
    margin: 0 auto;
        padding: 50px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Tabs */
.see-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.see-tab {
    padding: 10px 20px;
    border: none;
    color: #fba644;
    font-weight: bold;
    border-radius: 24px;
    cursor: pointer;
    transition: 0.3s;
    border: 3px solid #fba644;
    background: #ffffff;
}
.see-tab:hover {
     background: #fba644;
    box-shadow: 0 2px 10px rgb(62 62 62 / 80%);
     color: #fff;
}

.see-tab.active {
    background: #fba644;
    box-shadow: 0 2px 10px rgb(62 62 62 / 80%);
     color: #fff;
}

/* Filters */
.see-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.see-filter {
    padding: 8px 16px;
    border: none;
    color: #fba644;
    font-weight: bold;
    border-radius: 24px;
    cursor: pointer;
    transition: 0.3s;
    border: 3px solid #fba644;
    background: #ffffff;
}

.see-filter.active, .see-filter:hover {
     background: #fba644;
    box-shadow: 0 2px 10px rgb(62 62 62 / 80%);
     color: #fff;
}

/* Table Styling */
.see-table-wrapper {
    overflow-x: auto;
}

.see-table {
       width: 100%;
    border-collapse: collapse;
    background: #ffffff42;
    border-radius: 10px;
    overflow: hidden;
    color: #000000;
}


/* Table Headers */
.see-table th {
       background: #fba644;
    color: white;
    padding: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #000000;
}

/* Table Rows */
.see-table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #fba644;
}

/* Alternate Row Background for Better Readability */
.see-table tr:nth-child(even) {
    background: #fba6441c;
}

.see-table tr:hover {
    background: #fba6441c;
    transition: 0.3s;
}

/* Center text in rows */
.see-table tr {
    text-align: center;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .see-success-stories {
        padding: 15px;
    }

    .see-tab, .see-filter {
        padding: 8px 12px;
    }

    .see-table th, .see-table td {
        padding: 8px;
    }
    
   body .slider-area {
              height: 184px;
        padding-top: 63px;
        padding-bottom: 0;
        padding-right: 25px;
    }
    
    .slider-area .main-title.style-text {
               font-size: 36px;
        text-align: right;
        margin-top: -29px;
    }
    
    .slider__content .style-text-inn {
    font-size: 16px;
        text-align: right;
        margin: 0;
        margin-top: -13px;
}
  .slider-area  .order-last {
        display:none;
    }
    
   body #theme-menu-one .logo {
            width: 62%;
    }
    
    #theme-menu-one.main-header-area {
    padding: 12px 5px;
}

#mobile-menu-active .theme_btn.free_btn{
           text-align: center;
        margin-top: 20px;
        background: #ffffff;
        color: #ff971e;
}

#mobile-menu-active li {
    border-bottom:1px solid #ffffff;
}

#mobile-menu-active li.dash-menu , #mobile-menu-active li:last-child {
    border-bottom:none
}


}


  .book-section {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0 30px 0;
    }

    .book-card {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 10px 30px rgb(36 36 36 / 19%); 
        overflow: hidden;
        backdrop-filter: blur(10px);
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .book-image {
       width:30%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .book-image img {
        max-width: 80%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    }

    .book-details {
        flex: 1;
        padding: 20px 30px;
        color: #fff;
        text-align: left;
    }

    .book-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .book-desc {
        font-size: 16px;
        color: #000;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    
    .testimonial-area.testimonial-pad {
        background:#ff971e;
    }
    
    .testimonial-area.testimonial-pad .theme_btn {
        background-color:#ffff;
        color:#ff971e;
    }
    
    .testimonial-area.testimonial-pad .section-title h2{
        color:#fff;
    }

    .btn-buy {
    display: inline-block;
    background: #ff9900; 
    color: #fff; 
    font-size: 18px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #ff9900;
    transition: all 0.3s ease-in-out;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(255, 153, 0, 0.3);
}

.btn-buy:hover {
    background: #f90;
    border-color: #e68a00;
    box-shadow: 0px 6px 12px rgba(255, 153, 0, 0.5); 
}

.btn-buy:active {
    background: #e68a00;
    border-color: #cc7700
}

    /* Responsive */
    @media (max-width: 768px) {
        .book-card {
            flex-direction: column;
            text-align: center;
        }

        .book-image, .book-details {
            padding: 15px;
        }
        
        
        .slider-area {
            overflow:hidden;
        }
        
        .founder-section .founder-card {
        padding: 25px;
        flex-direction: column;
        gap: 20px;
        }
        
        .founder-section .founder-details h4 {
            font-size:18px;
        }
        
        .testimonial-pad .testimonial-wrapper {
            margin-top:15px;
        }
        
       .book-image {
    width: 60%; 
           
       } 
        
        .testimonial-area .item {
            margin-bottom:15px;
        }
        
        .instructor-active .chat-container {
            margin-top:30px;
        }
        
        .see-tabs {
            
    flex-direction: column;
        }
        
        .yr-carousel {
            width:95% !important;
        }
        
        
        
        
        
        
        
        
        
    }
    
    
 .about-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.about-image {
    width: 100%;
    border-radius: 20px;
    transition: transform 0.4s ease-in-out;
}

.about-image:hover {
    transform: scale(1.05);
}

.about-content {
       background: #1c1c1cb3;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.about-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.about-title span {
    color: #e67817;
}

.about-features {
       list-style: none;
    padding: 0;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.about-features li {
    font-size: 17px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #c4c4c4;
    transition: all 0.3s;
}

.about-features li i {
    font-size: 20px;
    color: #e67817;
    margin-right: 12px;
}

.about-features li:hover {
    transform: translateX(8px);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
    .about-content {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .about-elite {
        padding: 60px 0;
    }
    
    .about-image {
        max-width: 100%;
    }
}   
    
 
 .myarea {
         background-image: url(https://learnwithscarlet.com/wp-content/uploads/2025/03/1913654-black-grey-vertical-gradient.jpg);
    background-repeat: no-repeat;
    background-size: cover;
 }   
 
 
 .myarea .counters h5 {
     color:#fff;
 }
 
.myarea .about-features li strong  {
         width: 270px;
 }
 
 
 .yr-carousel {
        width: 50%;
    margin: 20px auto;
    border: 4px solid #000000;
    border-radius: 6px;
    overflow: hidden;
 }
 
 
 #seeStoriesTable tr td a {
     overflow: hidden;
    color: #ffffff;
    background: #fba644;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    line-height: 1;
    padding: 18px 35px;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
 }
 
  .text-list-fou ul {
      padding-left:20px;
  }
 .text-list-fou li {
     font-weight: 500;
    color: #000;
    list-style: circle;
    padding-bottom: 10px;
 }
 
 .z-instructors__content p {
     color:#fff;
 }
 
footer p, footer .fot-list a {
    color:#000;
}


p, li, a, button, body {
     font-family: "Roboto", sans-serif !important;
}

h2 , h3 , h4 , h4 , h6 {
     font-family: "Lora", serif !important;
}


#theme-menu-one .theme_btn {
    color:  #fff ;
    background: #ff971e ;
}

#theme-menu-one .theme_btn:hover {
        background: #fba644;
         color: #fff;
}
 
 
.deal-active.owl-carousel .owl-nav{
    left:0;
    bottom: -61px;
}


.slider-area {
      background-image: url(https://learnwithscarlet.com/wp-content/uploads/2025/06/SEE_Web-banner-2.png);
    background-position: center;
    background-size: cover;
    padding: 188px 0;
}
 
 
#theme-menu-one.main-header-area {
    position:relative;
  
} 
 
 
#course {
    background:#ff971e;
} 

.myres {
    background: #ff971e;
}

.myres .section-title h2 {
    color:#fff;
}

.copy-right-area {
     background:#ff971e;
}

#theme-menu-one.main-header-area.sticky {
    position:fixed;
}

#theme-menu-one .navbar-nav .nav-item:hover .nav-link  {
    color: #ff971e;
} 


.floating-icons {
      position: fixed;
      bottom: 80px;
      right: 20px;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .floating-icons a {
      background-color: #25D366; /* Default: WhatsApp green */
      color: white;
      font-size: 22px;
      padding: 15px;
      border-radius: 50%;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s, box-shadow 0.3s;
      text-align: center;
      height: 55px;
    width: 55px;
        display: flex;
    align-items: center;
    justify-content: center;
    }

    .floating-icons a.call-icon {
      background-color: #ff971e; 
      transform: scaleX(-1);
    }
    

    .floating-icons a:hover {
     
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .floating-icons a {
        padding: 10px;
        font-size: 34px;
        width:100%;
        border-radius:0;
        box-shadow:none;
      }
      
      .footer-bottom {
          padding-bottom: 77px !important;
      }
      
      .copy-right-area.border-bot {
          padding-bottom:70px;
      }
      
      
     .floating-icons {
    bottom: 0;
    right: 0;
    flex-direction: row;
    gap: 0;
    width: 100%;
} 
      #scrollUp {
          bottom: 80px;
      }
      
      
    }

.footer-area {
    border-top:5px solid #ff971e;
}




.footer-widgets-wrapper {
    padding: 90px 0 120px;
    position : relative;
    z-index: 9;
}


.footer-widgets-wrapper .single-footer-widget {
    margin-top: 30px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #ff971e 4.85%, rgba(201, 203, 223, 0) 96.39%);
    border-bottom: 2px solid transparent;
    border-image-slice: 2;
    display: inline-block;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 40px;
    gap: 15px;
    position: relative;
    z-index: 9;
}


.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #ff971e;
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ff971e ;
}


.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li {
    transition: all 0.4s ease-in-out;
    font-weight: 500;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a i  {
    margin-right: 5px;
    color : #ff971e;
}

.social-icon i {
    color : #ff971e;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
    margin-bottom: 10px;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
    display: flex
;
    align-items: center;
    gap: 10px;
}


.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    position: relative;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
    color: #fff;
    font-size: 22px;
    z-index: 99;
    position: relative;
    margin-top: 25px;
}

.footer-bottom {
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 10;
  font-size: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  
    background-color: #ff971e
}

.footer-link {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.logo-wrapper {
      position: relative;
    display: flex;
    width: 125px;
    height: 125px;
    /* padding: 10px; */
    background: #ff971e;
    align-items: center;
    border-radius: 60px 60px 0 0;
    margin-top: -100px;
}



.footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}


.footer-widgets-wrapper .single-footer-widget .list-area li a {
    color : #000;
}

.contact-form-area {
    background:#ff971e;
}

.contact-form-area h2{
    color:#fff;
}

.contact-form-wrapper .message_btn {
    background:#fff;
    color:#ff971e;
}

.selectable-box:has(input[type="checkbox"]:checked) {
  border-color: #007bff;
  background-color: #e9f2ff;
  color: #007bff;
  font-weight: bold;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.4);
}