body{
    font-family: "Roboto", sans-serif;
    font-size:14px;
    font-weight:400;
    background:#fff;
}
.navbar-brand{
    font-weight:800;
    font-size:26px;
}
.navbar-brand img{
    width: 70px;
    max-width: 100%;
}
.navbar-nav{
    align-items: center;
}
.navbar .nav-link{
  font-size:14px;
  color:#1c1d1f;
  position:relative;
}
.navbar .nav-link:hover {
  color: #000;
}
.btn.show{
   background-color: transparent;
   border-color:transparent;
}
.search-box{
    width:920px;
    max-width:100%;
}
.search-box input::placeholder {
  font-size: 14px;
}
.search-box i{
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 99;  
}
.search-box .form-control{
   border-radius: 8px !important;
   padding: 8px 35px;
}
.btn-purple{
    background:#000;
    color:#fff;
    font-weight:500;
    padding: 7px 20px;
}
.btn-purple:hover{
    background:#000;
    color:#fff
}
.btn-outline-primary{
    border: 1px solid #000;
    color: #000;
    padding: 7px 20px;
}
.btn-outline-primary:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-outline-primary:focus{
    background-color:transparent;
}
.btn-outline-primary:focus-visible{
    background-color:transparent;
}
.hero_banner .banner_img img{
	width:100%;
    max-width:100%;
}
.course-card img{
    width:100%;
    height:140px;
    object-fit:cover;
    border-radius:8px
}
.offser_banner .offer-banner_img{
    border-radius:13px;
    overflow:hidden;
	margin:40px 0;
}
.offser_banner .offer-banner_img img{
	width:100%;
	max-width:100%;
}
.test-card{
    border:1px solid #ddd;
    border-radius:12px;
    padding:20px
}
.plan{
    border:1px solid #ddd;
    border-radius:12px;
    padding:25px
}
.login-section{
    padding:70px 0
}
.login-box{
    max-width:500px
}
.form-control:focus{
   box-shadow:unset; 
   border-color:#000;
}
.social-btn{
  width:48px;
  height:44px;
  border:1px solid #ddd;
}
.signup-section {
  padding: 70px 0;
}
.signup-box {
  max-width: 500px;
}
.course-hero{
  background:#1c1d1f;
  color:#fff;
  padding:40px 0;
}
.course-hero small{
    color:#cec0fc
}
.badge-premium{
    background:#eceb98;
    color:#3d3c0a
}
.course-card{
  border:1px solid #ddd;
  border-radius:13px;
  padding:16px;
}
.section-title{
  font-weight:700;
  margin:40px 0 15px;
}
.cart-title{
    font-size:32px;
    font-weight:700
}
.course-img{
    width:120px;
    border-radius:6px
}
.text-purple{
    color:#a435f0
}
.summary-box{
  background:#f7f7f8;
  padding:30px;
}
.summary-box h5{
  font-weight:700;
}
.courses_area .courses-item__box{
   text-decoration:unset;    
}
.courses_area .courses-item__box h3{
   font-size:15px;
   color:#000; 
   margin-top: 10px;
   margin-bottom: 10px;
}
.courses_area .courses-item__box .rating{
   display:block; 
   color: #675209;
   font-weight: 700;
   margin-bottom: 2px;
}
.courses_area .courses-item__box .price{
   font-size:15px;    
   color: #000;
   font-weight: 700; 
}
.courses_detail .course_img{
   height:180px; 
   margin-bottom: 13px;
}
footer{
    background:#1c1d1f;
    color:#bbb;
}
footer h6{
    color:#fff;
    font-size:14px
}
footer a{
    color:#bbb;
    font-size:14px;
    display:block;
    text-decoration:none;
    margin-bottom:6px
}
footer a:hover{
    color:#fff
}
.footer_top{
    text-align:center;
    padding:50px 0 20px;
}
.footer_top .footer_logo{
    margin-bottom: 30px;
}
.footer_top .footer_logo img{
    width: 105px;
    max-width: 100%;
}
.footer_top .list{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 25px; 
}
.social_icons .list li a i{
    font-size:18px;
}
.footer_bottom{
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #bbb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dropdown-menu {
  transition: opacity 0.3s;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  width: 250px;
  padding-bottom: 20px;
}

.dropdown-toggle::after{
   content:unset;    
}

.navbar-nav .dropdown-menu{
    right:0;
}

.dropdown-menu .user-info{
    position: relative;
}

.dropdown-menu .user-info .icon_box .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 22px;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #000;
    border-color: #000;
}

.dropdown-toggle{
    background-color: transparent;
    border: none;
}

.dropdown-toggle:hover{
    background-color: transparent;
    border: none;
}

.dropdown-toggle span{ 
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #000;
    border-color: #000;
	display: flex;
    justify-content: center;
	align-items: center;
}

.dropdown-menu .user-info{
   display: inline-flex;
   align-items: center;
   gap: 13px;
   border-bottom: 1px solid #ddd;
   padding: 8px 16px 13px;
   width: 100%;
}

.dropdown-menu .user-info h4{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize; 
}

.dropdown-menu .user-info span{
    font-size: 13px;
    color: #595c73;
	word-break: break-word;
}

.dropdown-menu .dropdown-item{
    padding: 10px 13px 4px;
    font-size: 14px;
}

.container_wrap {
  display: flex;
  max-width: 85%;
  margin: 20px auto;
  background: #fff;
  border: 1px solid #d1d7dc;
}

/* Sidebar Styling */
.sidebar {
  width: 250px;
  border-right: 1px solid #d1d7dc;
  padding: 20px 0;
}

.profile-header {
  text-align: center;
  padding-bottom: 20px;
}

.avatar {
  width: 80px;
  height: 80px;
  background: #1c1d1f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 10px;
}

.sidebar nav a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #2d2f31;
  font-size: 14px;
}

.sidebar nav a.active {
  background-color: #9494b0;
  color: white;
}

/* Main Content Styling */
.content {
  flex: 1;
}

.header-text {
  text-align: center;
  border-bottom: 1px solid #d1d7dc;
  margin-bottom: 30px;
  padding:20px 13px;
}

.container_wrap form{
  padding:0 18%;    
}

.container_wrap .form-group {
  margin-bottom: 25px;
}

.container_wrap .form-group label {
  margin-bottom: 8px;
  font-size: 14px;
}

.container_wrap .form-control{
  width: 100%;
  padding: 8px 16px;
  border-color: #777;
}

.container_wrap .form-control::placeholder{
  font-size:14px;    
}

.input-wrapper {
  position: relative;
}

.char-count {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #6a6f73;
}

.rich-text-editor {
  border: 1px solid var(--border-color);
}

.toolbar {
  padding: 5px;
  border-bottom: 1px solid var(--border-color);
}

small {
  color: #6a6f73;
  font-size: 12px;
}

.btn-submit{ 
    background-color: #000;
    padding: 10px 16px;
    border-radius: 5px;
    color: #fff;
    border: none;    
}

.courses_area .owl-stage-outer{
    padding-bottom: 10px;
}

.count_badge{
	position: absolute;
    top: -2px;
    right: -7px;
    background-color: #000;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coupon_box .coupon_form form{
	display: flex;
    gap: 13px;
}

.coupon_box .coupon_form form .form-group:first-child{
	flex: 1;
}

.coupon_box .coupon_form .coupon_btn{
	background-color: #000;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
}

.coupon_form{
	display:none;
}

.cart-item .price{
	font-size: 16px;
	font-weight:700;
}

.cart-item a{
	text-decoration: unset;
    color: inherit;
}

.owl-nav{
	display: block !important;
} 

.owl-prev{
	position: absolute;
    left: -20px;
    top: 25%;
    background-color: #fff !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.owl-next{
	position: absolute;
    right: -20px;
    top: 25%;
    background-color: #fff !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.cart-summary{
  border:1px solid #ddd;
  border-radius:6px;
  padding:16px;
  background:#fff;
}

.price-box{ 
  margin-bottom: 10px;
}

.price-box .label{
  font-size:14px;
  color:#555;
}

.final-price{
  font-size:34px;
  font-weight:700;
}

.old-price{
  text-decoration:line-through;
  color:#888;
  font-size:14px;
}

.discount-text{
  color:#2e7d32;
  font-weight:600;
  font-size:14px;
}

.checkout-btn{
  width:100%;
  background:#6f2dbd;
  color:#fff;
  border:none;
  padding:12px;
  font-size:16px;
  border-radius:4px;
  margin:12px 0;
}

.checkout-btn:hover{
  background:#5b21a6;
}

.muted{
  font-size:12px;
  color:#777;
}

.promo-title{
  font-weight:600;
  margin-bottom:10px;
}

.applied-coupon{
  border:1px dashed #ccc;
  padding:10px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
  background:#fafafa;
}

.remove-coupon{
  cursor:pointer;
  font-size:18px;
  color:#333;
}

.coupon-input{
  display:flex;
  gap:6px;
}

.coupon-input input{
  flex:1;
  padding:8px;
  border:1px solid #ccc;
  border-radius:4px;
}

.coupon-input button{
  background:#6f2dbd;
  color:#fff;
  border:none;
  padding:8px 14px;
  border-radius:4px;
}

#cart-left .cart_title a{
  text-decoration: unset;
  color: inherit;
}

#cart-left .price{
	font-size: 16px;
    font-weight: 700;
}

.table_wrap{
	margin: 20px 30px;
}

.table_wrap .btn-purple{
	font-size: 13px;
    padding: 8px 13px;
	text-decoration:unset;
}

.pages-section{
	padding:50px 0;
}

.pages-section .section-title{
	text-align:center;
	margin: 0;
}

.pages-section .section-title h2{
	margin-bottom:25px;
}

.pages-section .section-title .description p{
	font-size:16px;
}

.contact-us{
	padding:50px 0;
}

.breadcrumb{
	background-color: #f5f5f5;
    margin-bottom: 0;
}

.breadcrumb ul{
	padding-left: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.breadcrumb ul li{
	color: Var(--bs-body-color);
}

.breadcrumb ul li a{
	color: Var(--bs-body-color);
}


/*--------------------------------------------------------------
  contact us
--------------------------------------------------------------*/
.contact-us{
	padding-bottom: 60px;
}
.contact-us__form{
    border: solid 1px #eaeaea;
	margin-left:100px;
}

.contact-us__form .title-box{
	background-color: #f7f7f7;
    padding: 10px 15px;
}

.contact-us__form form{
	padding: 30px 40px
}

.contact-us__form .form-group{
	margin-bottom:16px;
}

.contact-us__form .form-group label{
	font-size: 14px;
    color: #5f6368;
    margin-bottom: 5px;
}

.contact-us__form .form-group .form-control{
    box-shadow:unset;
	height: auto;
}

.btn-send{
	font-size: 14px;
    background-color: #000;
    border: none;
    color: #fff;
    padding: 8px 20px;
}

.search-box {
    width: 100%;
}

.auto-suggestion__box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    z-index: 9999;
}

#suggestion-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#suggestion-list li {
    padding: 10px 16px;;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

#suggestion-list li:hover {
    background: #f5f5f5;
}

.auto-suggestion__box ul li a{
	color: var(--bs-heading-color);
    text-decoration: unset;
}

.wish-btn{
	display:flex;
	gap:5px;
}

.my_wishlist{
	padding:5px 20px;
}
.my_wishlist a{
	color:#fff;
	text-decoration: unset;
    font-size: 14px;
}
.my_wishlist .price{
	font-weight:600;
    display: block;
    margin-bottom: 20px;
}
.terms-box{
	display: flex;
	justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.terms-box .form-check-input{
	width: 18px;
    height: 18px;
	cursor:pointer;
}
.terms-box .form-check-label{
	cursor:pointer;
}
.contact-info__box ul{
	list-style: none;
	padding-left: 0;
}
.contact-info__box ul li{
	margin-bottom: 20px;
}
.contact-info__box ul li a{
	color: #000;
    text-decoration: unset;
    font-size: 16px;
    display: flex;
    gap: 18px;
}
.contact-info__box ul li a i{
	margin-top: 8px;
    font-size: 18px;
}
.google-map{
	margin-top:40px;
}
.google-map iframe{
	border: 1px solid #ddd !important;
    padding: 5px;
    border-radius: 5px;
}

.testimonials .testimonials-card{
	border: 1px solid #ddd;
    border-radius: 5px;
    padding: 25px;
    margin: 0 5px;
}

.testimonials .testimonials-card .img-box{
	display: flex;
    align-items: center;
    gap: 15px;
}

.testimonials .testimonials-card .img-box img{
	width:60px;
	height:60px;
}

.testimonials .testimonials-card .rating ul{
	list-style: none;
    display: flex;
    padding-left: 0;
    gap: 5px;
    margin-bottom: 0;
}

.testimonials .testimonials-card .rating ul li i{
	color:#f3d500;
}