/*-----------------------------------------------------------------------------------
Theme Name: TNSECT
Author: Jsoft
Version: 1.0
Description: Responsive Education HTML5 Template
-----------------------------------------------------------------------------------
 CSS INDEX===================
    ##== Default Css
    1. Home One 
    1.1 Header Top 
    1.2 Header Bottom 
    1.3 Slider Area 
    1.4 About Area 
    1.5 Course Area 
    1.6 Take Toure Area 
    1.7 Teacher Area 
    1.8 Event Area 
    1.9 Testimonial Area 
    1.10 Feature Blog 
    1.11 Call to Action 
    1.12 Footer Area 
    2. Home Two 
    3. Home Three 
    4. Courses
    5. Courses Details
    6. Teacher Details
    7. About
    8. Contact
    9. Blog Details
   10. 404
   11. Color Switcher
 -----------------------------------------------------------------------------------*/

/*============================================
    ##== Default Css
*=============================================*/

body {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  color: #374151;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  color: #252525;
  font-family: "Roboto Slab", serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-size: inherit;
}

h1 {
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
h2 {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 0px;
}
h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 0px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
  line-height: 26px;
}

p {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
ul.list-inline {
  display: block;
}
ul.list-inline li {
  display: inline-block;
}

/*Animation*/
.btn,
a {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  color: #333;
}
a:focus,
a:hover {
  color: #4f46e5 !important;
}
*::-moz-selection {
  background: #4f46e5;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #4f46e5;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #4f46e5;
  color: #fff;
  text-shadow: none;
}
.btn-lg {
  padding: 22px 40px !important;
}
.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 12px;
  padding: 18px 40px;
  border-radius: 8px;
  border: none;
  text-transform: uppercase;
}
.btn-sm {
  padding: 12px 20px;
}
.btn-primary {
  background: #4f46e5 !important;
  color: #ffffff;
  border: 1px solid #4f46e5 !important;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #ffffff !important;
  color: #4f46e5 !important;
  border-color: #4f46e5 !important;
}
.btn-light {
  background-color: #ffffff !important;
  color: #252525 !important;
  border-color: #ffffff !important;
}
.btn-light:focus,
.btn-light:hover {
  background-color: #4f46e5 !important;
  color: #ffffff !important;
  border-color: #4f46e5 !important;
}
.btn-round {
  border-radius: 50px;
}
.primary-bg {
  background-color: #4f46e5;
}

/*============================================
    1. Home One / 1.1 Header Top
*=============================================*/

#header {
  position: relative;
}

.header-top {
  background-color: #4f46e5;
  padding: 10px 0;
}

.ht-address ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 17px;
}
.ht-address ul li i {
  font-size: 21px;
  margin-right: 7px;
  vertical-align: middle;
}
.ht-social {
  text-align: right;
}

.ht-social ul li {
  display: inline-block;
}

.ht-social ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}

/*============================================
    END Header Top
*=============================================*/

/*============================================
    1.2 Header Bottom
*=============================================*/

.header-bottom {
  position: absolute;
  left: 0;
  z-index: 998;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky-header {
  position: fixed;
  top: 0;
  background: #222;
}

.header-bottom-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky-header .header-bottom-inner {
  border-color: #222;
}

.logo a {
  display: inline-block;
}

.main-menu nav ul li {
  display: inline-block;
  position: relative;
}

.main-menu {
  text-align: right;
}

.main-menu nav ul li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 43px 17px;
}

.sticky-header .main-menu nav > ul > li > a {
  padding: 38px 17px;
}

.main-menu nav ul li > a:hover,
.main-menu nav ul li.active > a {
  color: #4f46e5;
}

/*submenu*/

.main-menu nav .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 160px;
  background-color: #fff;
  text-align: left;
  -webkit-transform: scaley(0);
  -ms-transform: scaley(0);
  -o-transform: scaley(0);
  transform: scaley(0);
  transform-origin: top;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-menu nav ul li:hover > .submenu {
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
  -o-transform: scaley(1);
  transform: scaley(1);
}

.main-menu nav .submenu li {
  display: block;
}

.main-menu nav .submenu li a {
  color: #222;
  padding: 16px 15px;
  border-bottom: 1px solid #f1ebeb;
}

/* mobile menu slicknav*/

.slicknav_menu .slicknav_menutxt {
  display: none;
}

.slicknav_menu {
  background: transparent;
  margin-top: 21px;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #ffffff;
  height: 2px;
  width: 19px;
  margin: 3px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slicknav_btn {
  background-color: transparent;
  position: relative;
  margin-top: -42px;
  cursor: pointer;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(1px, 7px);
  transform: rotate(45deg) translate(1px, 7px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px);
  transform: rotate(-45deg) translateY(-6px);
}

.slicknav_menu {
  margin: 10px 0;
  padding: 0;
}

.slicknav_nav {
  background: #202020;
  margin: 0;
  padding: 0;
}

.slicknav_nav a:hover {
  background: #fefefe;
  border-radius: 0;
}

.slicknav_nav a {
  font-size: 14px;
  letter-spacing: 0.01em;
}

.slicknav_nav .slicknav_arrow {
  float: right;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:hover .slicknav_arrow {
  border-radius: 0;
  background-color: #3c3333;
}

/*mobile menu end*/

.hb-right {
  margin-left: -18px;
}
.hb-right ul li {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-align: right;
}
/*search form*/

.offset-search {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offset-search form {
  position: relative;
}

.offset-search input {
  height: 50px;
  width: 500px;
  max-width: 100%;
  padding-right: 50px;
  padding-left: 20px;
  letter-spacing: 0;
  color: #222;
  border: none;
  border-radius: 2px;
}

.offset-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border: none;
  background: #1d1c1c;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
}

/*offset area*/

.body_overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  height: 100vh;
  width: 100%;
  cursor: pointer;
  background-color: #4f46e5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: url(../images/icon/cross-cursor.png), auto;
}

.show_hide {
  opacity: 1;
  visibility: visible;
}

/*============================================
    END Header Bottom
*=============================================*/

/*============================================
    1.3 Slider Area
*=============================================*/

.slider_item {
  min-height: 825px;
  display: flex;
  align-items: center;
  padding-top: 120px;
}

.slider-content {
}

.slider-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
}

.slider-content h3:before {
  content: "";
  height: 2px;
  width: 50px;
  background: #4f46e5;
  position: absolute;
  left: 0;
  top: 12px;
}
.slider-content h1 {
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 70px;
  margin-bottom: 20px;
}
.slider-content h1 span {
  display: block;
}
.primary-color {
  color: #4f46e5 !important;
}

.text-color {
  color: #4f46e5;
}

.slider-content p {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}
/*animation*/

.active .slider-content > span,
.active .slider-content h2,
.active .slider-content p,
.active .slider-content a {
  opacity: 1;
  -webkit-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
}

/*caorusel*/

.slider-area .owl-nav div {
  height: 60px;
  padding: 0 22px 0 23px;
  text-align: center;
  line-height: 60px;
  background: #6b6c6d;
  color: #fff;
  border-radius: 33px;
  position: absolute;
  left: 0;
  top: calc(50% - 30px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-area .owl-nav div:hover {
  background: #232323;
}

.slider-area .owl-nav .owl-next {
  left: auto;
  right: 0;
  padding: 0 23px 0 22px;
}

.slider-area .owl-nav div span {
  text-transform: uppercase;
  font-size: 12px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-area .owl-nav .owl-next span {
  float: left;
}

.slider-area .owl-nav .owl-prev span {
  float: right;
}

.slider-area .owl-nav div:hover span {
  width: 50px;
  opacity: 1;
}

/*============================================
    END Slider Area
*=============================================*/

/*============================================
    1.4 About Area
*=============================================*/

.section-title {
  position: relative;
  margin-bottom: 50px;
}
.section-title > span {
  display: block;
  font-weight: 700;
  color: #252525;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.section-title h2 span {
  display: inline-block;
  font-weight: 500;
}
.line-break {
  display: block;
}
.about-left-content p {
  font-weight: 400;
}

.abt-right-thumb {
  height: 100%;
  padding: 20px;
  background: #f9f9f9;
  box-shadow: 0px 0px 21px 11px rgba(204, 204, 223, 0.2);
}

.abt-rt-inner {
  height: 100%;
  display: flex;
  background: url(../images/about/abt-right-thumb.JPG) center/cover
    no-repeat;
}

a.expand-video {
  margin: auto;
  height: 78px;
  width: 78px;
  background: #4f46e5;
  text-align: center;
  line-height: 78px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
}
a.expand-video i {
  position: relative;
  right: -2px;
}
a.expand-video:focus,
a.expand-video:hover {
  background-color: #fff;
  color: #4f46e5;
}

/*============================================
    END About Area
*=============================================*/

/*============================================
    1.5 Course Area
*=============================================*/

.card:hover {
  box-shadow: 0 -6px 24px rgba(10, 10, 10, 0.09);
}
.card {
  transition: all 0.3s ease 0s;
}
.course-thumb {
  position: relative;
}
.cs-price {
  position: absolute;
  right: -10px;
  top: 23px;
  color: #fff;
  padding: 6px 12px;
  background: #4f46e5;
}
.cs-price:before {
  content: "";
  position: absolute;
  right: 0;
  top: -9px;
  border-left: 10px solid #4f46e5;
  border-top: 9px solid transparent;
}
.course-meta-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.course-meta-text {
  flex-basis: calc(100% - 41px);
}
.course-meta-text h4 a {
  color: #252525;
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 10px;
}
.course-meta-text h4 a:hover {
  color: #4f46e5;
}
ul.course-meta-stats {
}

ul.course-meta-stats li {
  display: inline-block;
  margin-right: 15px;
}
ul.course-meta-stats li:last-child {
  margin-right: 0;
}
ul.course-meta-stats li i {
  color: #4f46e5;
}
.course-meta-thumbnail {
  height: auto;
  width: 40px !important;
}
.course-meta-details span {
  font-size: 14px;
  color: #222;
}
.course-meta-details p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
}
.course-meta-details li {
  border-right: 1px solid #cccccc;
  display: table-cell !important;
  flex: 1 1 0 !important;
  text-align: center;
}
.course-meta-details {
  display: table !important;
  flex-flow: row wrap;
  justify-content: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.card {
  border-color: rgba(0, 0, 0, 0.06) !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 45px rgba(79, 70, 229, 0.12) !important;
  border-color: rgba(79, 70, 229, 0.15) !important;
}
.course-meta-details li:last-child {
  border-right: 0 none;
}
.blog-carousel .owl-nav,
.course-carousel .owl-nav,
.teacher-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -78px;
}

.blog-carousel .owl-nav div,
.course-carousel .owl-nav div,
.teacher-carousel .owl-nav div {
  height: 43px;
  width: 43px;
  background: #2f2f2f;
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  transition: all 0.3s ease 0s;
}

.blog-carousel .owl-nav div:hover,
.course-carousel .owl-nav div:hover,
.teacher-carousel .owl-nav div:hover {
  background: #4f46e5;
}

/*============================================
    END Course Area
*=============================================*/

/*============================================
    1.6 Take Toure Area
*=============================================*/

.take-toure-area {
  background: #14171d;
  position: relative;
  z-index: 1;
}

.take-toure-area:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 386px;
  width: 100%;
  background: #fff;
}
.sec-style-two {
  text-align: center;
}

img.title-top-shape {
  margin-bottom: 20px;
}

.sec-style-two h2 {
  color: #fff;
}

.sec-style-two > span {
  color: #fff;
}

.video-area {
  position: relative;
  z-index: 1;
  height: 570px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: url(../images/bg/take-toure-bg.jpg) center/cover no-repeat;
}

.video-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
}

/*============================================
    END Take Toure Area
*=============================================*/

/*============================================
    1.7 Teacher Area
*=============================================*/

.teacher-area {
  position: relative;
  z-index: 1;
}
.teacher-area .card-title.mb-4 {
  margin-bottom: 0 !important;
}
.teacher-area:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 400px;
  width: 100%;
  background: #14171d;
}
.teacher-content ul li a {
  font-size: 16px;
}

.teacher-contenttchd-content ul li a {
  margin-right: 10px;
}

/*============================================
    END Teacher Area
*=============================================*/

/*============================================
    1.8 Event Area
*=============================================*/

/*.single-event{
    align-items: center;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e6e9f2;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}*/
.media {
  border: 1px solid #efefef;
  transition: 0.5s;
}
.media:hover {
  box-shadow: 0px 2px 18.9px 8.1px rgba(204, 204, 223, 0.4);
}
.media-head {
  padding: 25px;
  text-align: center;
  width: 165px;
}
.media-head span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
}
.media-head span sub {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 7px;
}
.media-head p {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 50px;
  margin-top: 5px;
  margin-bottom: 0;
}
.media-body {
  flex: 1;
  padding-left: 50px;
}
.media-body h4 a {
  font-size: 24px;
  font-weight: 700;
  color: #252525;
  letter-spacing: 0;
  margin-bottom: 10px;
  display: block;
}
.media-body p {
  font-weight: 400;
  margin-bottom: 0;
}
.media-body p i {
  color: #4f46e5;
  margin-right: 8px;
}
/*============================================
    END Event Area
*=============================================*/

/*============================================
    1.9 Testimonial Area
*=============================================*/

.testimonial-area {
  background: #14171d;
  position: relative;
  z-index: 1;
}
img.tst-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.testimonial-content h3 {
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  font-style: italic;
  line-height: 46px;
  margin-bottom: 35px;
}
.testimonial-content h4 {
  font-weight: 400;
  color: #ffffff;
}
.testimonial-content > span {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  font-style: italic;
}

/*============================================
    END Testimonial Area
*=============================================*/

/*============================================
    1.10 Feature Blog
*=============================================*/

.card-body ul li {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  padding-right: 10px;
}
.card-body ul li i {
  margin-right: 5px;
}
.blog-content h4 a {
  display: block;
  font-size: 22px;
}
/*============================================
    END Feature Blog
*=============================================*/

/*============================================
    1.11 Call to Action
*=============================================*/
.cta-content span {
  font-weight: 400;
  letter-spacing: 0;
}
/*ff9a02 */
.cta-content h2 {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 36px;
}
.cta-btn {
  text-align: right;
}

.cta-btn .btn-light:hover {
  border-color: #fff !important;
}

.cta-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/*============================================
    END Call to Action
*=============================================*/

/*============================================
    1.12 Footer Area
*=============================================*/

.footer-top {
  background: #14171d;
}
.widget-company > a {
  display: inline-block;
  margin-bottom: 40px;
}
.widget-company > p {
  font-size: 16px;
  font-weight: 400;
  color: #edf1ff;
  margin-bottom: 24px;
}
.address {
  margin-bottom: 15px;
}
.address h6 {
  font-weight: 400;
  color: #4f46e5;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.address p {
  margin-bottom: 20px;
}
.widget-company .social li {
  display: inline-block;
}
.widget-company .social li a {
  display: block;
  font-size: 19px;
  color: #4b5563;
  margin-right: 10px;
}
.widget-company .social li a:hover {
  color: #4f46e5;
}
.fwidget-title {
  position: relative;
}
.fwidget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 35px;
  background: #58595d;
}
.footer-link a {
  color: rgba(255, 255, 255, 0.8);
}

.fz-14 {
  font-size: 14px;
}
span.post-date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #a09f9c;
  letter-spacing: 0;
  margin-top: 8px;
}

span.post-date i {
  color: #ff9c02;
  margin-right: 5px;
}
.widget-opening ul li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.widget-opening ul li span {
  color: #fff;
  width: 130px;
  display: inline-block;
  letter-spacing: 2px;
}

.footer-bottom {
  text-align: center;
  margin-top: 106px;
  border-top: 1px solid #2a2a2a;
  padding-top: 32px;
}

.footer-bottom p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.footer-link li i {
  font-size: 14px;
  margin-right: 12px;
  color: #4f46e5;
}
.footer-link li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
}
.footer-link li:last-child {
  border-bottom: 0 none;
}

/*============================================
    END Footer Area
*=============================================*/

/*============================================
    2. Home Two
*=============================================*/

.header-two {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(79, 70, 229, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
}

.menu-style2 {
  text-align: center;
}

.menu-style2.main-menu nav > ul > li > a {
  color: #151515;
  padding: 54px 17px;
  position: relative;
}

.menu-style2.main-menu nav > ul > li > a:before {
  content: "";
  position: absolute;
  left: -6px;
  top: calc(50% - 1px);
  height: 2px;
  width: 10px;
  background: #4f46e5;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.menu-style2.main-menu nav ul li.active a:before,
.menu-style2.main-menu nav ul li a:hover:before {
  opacity: 1;
  width: 19px;
}

.menu-style2.main-menu nav ul li.middle-logo a {
  padding: 0;
  transform: translateY(5px);
}

.menu-style2.main-menu nav ul li.middle-logo a:before {
  display: none;
}

.menu-style2.main-menu nav ul li.middle-logo a img.hb-bottom-shape {
  position: absolute;
  left: 50%;
  min-width: 157px;
  transform: translateX(-50%);
}

.header-bottom-right-style-2 {
  margin-left: -41px;
  text-align: right;
}

.header-bottom-right-style-2 li {
  display: inline-block;
}

.header-bottom-right-style-2 li a.btn {
  padding: 12px 20px;
}
.header-bottom-right-style-2 li a.btn-light {
  border: 1px solid #ccc !important;
}
.header-bottom-right-style-2 li a.btn-light:hover {
  border-color: #4f46e5 !important;
}

.header-bottom-right-style-2 li a:hover,
.header-bottom-right-style-2 li a.active {
}

.header-bottom-right-style-2 li:first-child a {
  margin-left: 0;
}

/*hero area*/

/* Modern Premium Split Grid Layout for Homepage Hero */
.hero-area {
  margin-top: 0;
  position: relative;
  z-index: 1;
  padding: 140px 0 160px;
  background: url(../images/bg/slider.JPG) center/cover no-repeat;
  overflow: hidden;
}

/* Mobile Responsive Fixes for Hero Area */
@media (max-width: 767px) {
  .hero-area {
    padding: 60px 0 80px;
  }
  .hero-title {
    font-size: 32px !important;
  }
  .hero-subtitle {
    font-size: 16px !important;
  }
  .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .hero-actions .btn {
    width: 100%;
    margin-left: 0 !important;
  }
  .hero-trust-row {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  
  /* Bulletproof Mobile Header Adjustments */
  .main-header {
    padding-bottom: 0 !important;
  }
  .slicknav_menu {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .slicknav_btn {
    position: absolute !important;
    top: -60px !important; 
    right: 15px !important;
    margin: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px !important; 
  }
  .slicknav_icon-bar {
    background-color: #0f172a !important;
    width: 28px !important;
    height: 3px !important;
    margin: 5px 0 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
  }
  .slicknav_nav {
    margin-top: 0 !important;
  }
}

.hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, rgba(10, 15, 29, 0.96) 0%, rgba(10, 15, 29, 0.88) 100%);
}

.hero-area:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: -1;
  top: -100px;
  right: -100px;
  border-radius: 50%;
}

.hero-content.text-left {
  text-align: left !important;
  background: none !important;
  backdrop-filter: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.admission-badge {
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #818cf8 !important;
  background: rgba(79, 70, 229, 0.15);
  padding: 8px 18px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 25px;
  border: 1px solid rgba(79, 70, 229, 0.3);
}

.hero-title {
  font-size: 46px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  margin-bottom: 20px;
}

.text-gradient {
  background: linear-gradient(90deg, #818cf8 0%, #4f46e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-subtitle {
  font-size: 16px !important;
  color: rgba(255, 255, 255, 0.75) !important;
  margin-bottom: 35px;
  font-family: 'Nunito', sans-serif !important;
  line-height: 1.7 !important;
  max-width: 600px;
}

.hero-actions {
  display: flex;
  align-items: center;
}

.hero-actions .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  padding: 13px 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.hero-actions .btn-outline-light:hover {
  background: #ffffff;
  color: #10172a !important;
  border-color: #ffffff;
}

.hero-trust-row {
  display: flex;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
}

.trust-stat h4,
.trust-stat .stat-num {
  display: block;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #818cf8 !important;
  margin-bottom: 5px !important;
  font-family: 'Outfit', sans-serif !important;
}

.trust-stat p {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5) !important;
  margin: 0 !important;
}

/* Right Column Graphic Container Styling */
.hero-graphic-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.main-graphic-card {
  position: relative;
  border-radius: 28px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.graphic-img {
  width: 100%;
  max-width: 380px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.floating-badge {
  position: absolute;
  background: rgba(10, 15, 29, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: all 0.3s ease;
}

.floating-badge:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.3);
}

.floating-badge i {
  color: #818cf8 !important;
  font-size: 16px;
}

.floating-badge span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}

.badge-top-left {
  top: -20px;
  left: -20px;
}

.badge-bottom-right {
  bottom: -20px;
  right: -20px;
}

.hero-content h1 span.primary-color {
  color: #818cf8 !important;
}

.hero-content .btn-primary {
  background: #4f46e5 !important;
  border-color: #4f46e5 !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 35px;
  font-size: 13px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(79, 70, 229, 0.4);
  color: #ffffff !important;
  display: inline-block;
  border-radius: 30px;
}

.hero-content .btn-primary:hover {
  background: #4338ca !important;
  border-color: #4338ca !important;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(79, 70, 229, 0.6);
}



.hero-content h3 {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 69px;
}
.hero-content p {
  font-size: 24px;
  font-weight: 300;
}

.form-input {
  display: inline-block;
  position: relative;
}

.form-input input {
  height: 55px;
  width: 100%;
  max-width: 670px;
  background: #fff;
  border: none;
  padding-left: 60px;
  padding-right: 170px;
  border-radius: 50px;
  letter-spacing: 0;
  color: #222;
}

.form-input .fa-search {
  position: absolute;
  left: 21px;
  top: 18px;
  color: #464545;
  font-size: 20px;
}

.form-input button.btn {
  position: absolute;
  right: 4px;
  top: 4px;
  height: calc(100% - 8px);
  width: 167px;
}

.form-input button:hover {
  background-color: #13172e;
}

.hero-content form strong {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 24px;
  display: block;
}

.hero-content form strong a {
  display: inline-block;
  color: #4b5563;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-content form strong a:hover {
  color: #4f46e5;
}

/*about-area-style2*/

.about-area-style2 {
  background: url(../images/bg/abt2-bg.jpg) center/cover no-repeat;
}

.section-title-style2 {
  padding-top: 29px;
  margin-bottom: 50px;
}
.section-title-style h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
}

.about-content-style2 .section-title-style2 {
  margin-bottom: 0px;
}

.section-title-style2 span {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 9px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.section-title-style2 span:before,
.section-title-style2 span:after {
  content: "";
  background: url(../images/icon/s2-title-left-shape.png) center/contain
    no-repeat;
  position: absolute;
  left: -78px;
  top: -40px;
  height: 69px;
  width: 67px;
}

.section-title-style2 span:after {
  left: auto;
  right: -78px;
  background: url(../images/icon/s2-title-right-shape.png) center/contain
    no-repeat;
}
.section-title-style2 h2 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 66px;
}

.black-title span {
  color: #1e2c39;
}

.white-title span {
  color: rgba(255, 255, 255, 0.8);
}
.white-title h2 {
  color: #fff;
}

.title-tb {
  margin-top: 24px;
}

.title-tb span:before {
  display: none;
}

.title-tb span:after {
  background: #2f2f2f;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  position: absolute;
  top: -53px;
}

/*common carousel for all*/

.tst-carousel .owl-dots,
.commn-carousel .owl-dots {
  text-align: center;
}

.tst-carousel .owl-dot,
.commn-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 5px;
  border-radius: 30px;
  background: #b6b6b6;
  margin: 0 5px;
}

.tst-carousel .owl-dots .active,
.commn-carousel .owl-dots .active {
  background: #4f46e5;
}

/*============================================
    END Home Two
*=============================================*/

/*============================================
    3. Home Three
*=============================================*/

.header-three {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  padding: 0 60px;
  box-shadow: 0 2px 17px rgba(0, 0, 0, 0.05);
}
.hb-s3-right li {
  display: inline-block;
  cursor: pointer;
}
.hb-s3-right li a.btn {
  display: block;
  margin-right: 15px;
  padding: 12px 20px;
}
.hb-s3-right {
  text-align: right;
}
.header-three .menu-style2.main-menu nav > ul > li > a:before {
  top: auto;
  bottom: 0;
  width: 0;
  height: 0;
  border: 11px solid #ffa501;
  border-left-color: transparent;
  background: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  left: 50%;
  transform: translateX(-50%);
}

/*hero-s3*/

.hero-s3 {
  background: url(../images/bg/hero-bg2.jpg) center/cover no-repeat;
  padding: 123px 0 229px;
}

.form-input-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 7px 30px;
  display: inline-block;
}

.form-input-box .input {
  display: inline-block;
  border-right: 1px solid #ddd;
  margin-right: 14px;
  padding-right: 15px;
}

.form-input-box .input:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.form-input-box .input input,
.form-input-box .input select {
  height: 35px;
  border: none;
  letter-spacing: 0;
  color: #374151;
  padding-right: 13px;
}

.form-submit {
  display: inline-block;
}

/*cta-area-two*/

.cta-area-two .cta-area {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-info-area {
  margin-top: 70px;
}

.cnt-info {
  padding: 40px 30px 40px;
  background: #fff;
}

.cnt-info h4 {
  font-size: 24px;
  font-weight: 600;
  color: #252525;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.cnt-info ul.address li {
  margin-bottom: 15px;
  letter-spacing: 0;
}

.cnt-info ul.address li i {
  color: #4f46e5;
  margin-right: 15px;
}
.cnt-info ul.social li a {
  color: #a09f9c;
  font-size: 17px;
  margin: 0 4px;
}

.cnt-info ul.social li a:hover {
  color: #4f46e5;
}

#google-map {
  height: 100%;
}

/*============================================
    END Home Three
*=============================================*/

/*============================================
    4. Courses
*=============================================*/

/* Modern Premium Subpage Hero (Crumbs) Area Styling */
.crumbs-area {
  position: relative;
  z-index: 1;
  background: url(../images/bg/bg1.jpg) center/cover no-repeat;
  padding: 150px 0 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.crumbs-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, rgba(10, 15, 29, 0.95) 0%, rgba(79, 70, 229, 0.35) 50%, rgba(10, 15, 29, 0.95) 100%);
}

.crumbs-area:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(79, 70, 229, 0.25);
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.crumb-content {
  background: rgba(10, 15, 29, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 50px;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 650px;
  box-sizing: border-box;
}

.crumb-content h1,
.crumb-content h4 {
  font-size: 38px !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px;
  margin-bottom: 12px !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  text-transform: uppercase;
  line-height: 1.25 !important;
}

.crumb-content h1 span,
.crumb-content h4 span {
  color: #818cf8 !important;
  font-weight: 800 !important;
}

.crumb-content p {
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7) !important;
  margin: 10px 0 0 0 !important;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  padding-left: 0 !important;
  font-family: 'Nunito', sans-serif !important;
}

.crumb-content p:before {
  display: none !important;
}

.crumb-content p:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #4f46e5;
  box-shadow: 0 0 10px rgba(79, 70, 229, 0.8);
  border-radius: 2px;
}

.crumb-title {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  padding-left: 0 !important;
  position: relative !important;
}

.crumb-title:before {
  display: none !important;
}


.view-more {
  text-align: center;
}

.view-more a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #4b5563;
  letter-spacing: 0;
}

.view-more a:hover {
  color: #fea402;
}

.view-more a span {
  height: 7px;
  width: 7px;
  background: #fea402;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}

.view-more a span.last-dot {
  margin-right: 11px;
}

/*============================================
    END Courses
*=============================================*/

/*============================================
    5. Courses Details
*=============================================*/

.course-details .course-thumb {
  margin-bottom: 25px;
}

.csd-hv-info {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(20, 23, 29, 0.95);
  width: 100%;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cs-thumb {
  position: relative;
}
.csd-hv-info .course-meta-details li {
  padding-left: 20px;
  padding-right: 20px;
}

.csd-hv-info .course-meta-details {
  border-top: 0px;
  padding-top: 0px;
}
.csd-hv-info .course-meta-details li span {
  color: #fff;
  font-weight: 700;
}

.csd-hv-info .course-meta-details li:first-child {
  padding-left: 0;
}

.csd-hv-info .course-dt-info {
  margin: 0;
}

.csd-hv-info .course-meta-details h4 {
  color: #ffffff;
}

.course-details .course-meta-title {
  display: block;
  margin-bottom: 39px;
}

.csd-hv-info ul.course-meta-stats li {
  color: #fff;
}

.cs-post-share {
  margin-top: 50px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.cs-post-share .tags h4 {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
}

.cs-post-share .tags ul {
  display: inline-block;
}

.cs-post-share .tags ul li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #374151;
  border: 1px solid #f6f7fb;
  padding: 8px 13px;
}

.cs-post-share .tags ul li a:hover {
  background: #ffc502;
  color: #222 !important;
}

.course-details .course-content {
  padding: 0;
}

.course-details .course-content > p {
  color: #4b5563;
  font-size: 16px;
}

.cs-social {
  display: inline-block;
}

.cs-social li {
  display: inline-block;
}

.cs-social li a {
  display: block;
  font-size: 18px;
  color: #464646;
  margin-right: 12px;
}

.cs-social li a:hover {
  color: #4f46e5;
}

.cs-post-author {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  letter-spacing: 0;
  padding-left: 20px;
  border-left: 1px solid #eaeaea;
  margin-left: 5px;
  line-height: 20px;
}

.cs-post-author span {
  color: #4f46e5;
}

.cs-comments {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #464646;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-left: 20px;
  border-left: 1px solid #eaeaea;
  margin-left: 20px;
  line-height: 20px;
}

.cs-share-right {
  text-align: right;
}

/*post-autohr-info*/

.post-author-info {
  margin-bottom: 70px;
}

.post-author-info .thumb {
  float: left;
  height: 145px;
  width: 145px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
}

.post-author-info h5 {
  color: #363636;
  letter-spacing: 0;
  line-height: 21px;
}

.post-author-info p {
  color: #374151;
  font-style: italic;
  margin-top: 10px;
}

.post-author-info .social {
  margin-top: 20px;
}

.post-author-info .social li {
  display: inline-block;
}

.post-author-info .social li a {
  display: block;
  font-size: 16px;
  color: #464646;
  margin-right: 12px;
}

.post-author-info .social li a:hover {
  color: #4f46e5;
}

/*comment area*/

.comment-area {
  overflow: hidden;
  margin-bottom: 22px;
  margin-top: 50px;
}

h4.comment-title {
  margin-bottom: 30px;
  font-size: 22px;
}

.comment-info-inner article {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comment-thumb {
  float: left;
}

.comment-thumb img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-right: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.comment-content {
  overflow: hidden;
}

.comment-content h4 {
  margin-bottom: 10px;
}

.comment-content p {
  font-size: 16px;
  color: #4b5563;
}

.cs-cmnt-meta {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.cs-cmnt-meta ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.cs-cmnt-meta ul li:first-child {
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid #b79e9e;
  line-height: 14px;
}

.cs-cmnt-meta ul li span {
  color: #374151;
  letter-spacing: 0;
}

.cs-cmnt-meta > a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}

.cs-cmnt-meta > a i {
  color: #444;
  margin-left: 5px;
}

.children {
  padding-left: 60px;
}

/*leave-comment-area*/

.leave-comment-area form input,
.leave-comment-area form textarea {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.leave-comment-area form input:focus,
.leave-comment-area form textarea:focus {
  border-color: #4f46e5;
}

.leave-comment-area form textarea {
  height: 120px;
  padding-top: 12px;
}

.leave-comment-area form button i {
  margin-left: 8px;
}

/*sidebar */

.widget {
  margin-bottom: 60px;
}
.sidebar .widget {
  margin-bottom: 60px;
  background: #f6f7fb;
  padding: 30px;
}

.widget:last-child {
  margin-bottom: 0;
}

.instructor {
  text-align: center;
}

.instructor .thumb {
  float: none;
  margin: auto;
  margin-bottom: 30px;
}

.instructor p {
  font-size: 16px;
}

.instructor .post-author-info .social li a {
  margin: 0 6px;
}

.widget-subtitle {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #252525;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 22px;
}

.widget-title {
  letter-spacing: 0;
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
}
.wd-offer {
  height: 155px;
  position: relative;
  background: url(../images/bg/flwr-bg.jpg) center/cover no-repeat;
}

.wd-offer .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wd-offer h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.wd-offer a {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 12px;
  background: #4f46e5;
  padding: 5px 25px;
}
.w-cs-single {
  overflow: hidden;
  margin-bottom: 20px;
}
.w-cs-single img {
  max-width: 120px;
  float: left;
  margin-right: 15px;
}
.w-cs-single p {
  margin-bottom: 0;
}
.w-cs-single p a {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.w-cs-single p a:hover {
  color: #4f46e5;
}
.w-cs-single span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
/*subscribe*/
.subscribe p {
  font-size: 18px;
  color: #363636;
  margin-bottom: 25px;
}
.subscribe form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #ebebeb;
  border-radius: 33px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.subscribe form button {
  width: 100%;
  height: 40px;
  text-align: center;
  border-radius: 33px;
  letter-spacing: 0;
  border: none;
  background: #4f46e5;
  color: #fff;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.subscribe form button:hover {
  background: #222;
}

.widget-tags li {
  display: inline-block;
}

.widget-tags li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  padding: 9px 17px;
  border-radius: 33px;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.widget-tags li a:hover {
  background: #ffc502;
  color: #222 !important;
}

.fix {
  overflow: hidden;
}

/*============================================
    END Courses Details
*=============================================*/

/*============================================
    6. Teacher Details
*=============================================*/

.tchd-content {
  text-align: left;
}

.tch-left-thumb {
  position: relative;
  margin-bottom: 13px;
}

.tch-left-thumb:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  border: none;
  border-right: 5px solid #4f46e5;
  border-bottom: 5px solid #4f46e5;
  height: 86%;
  width: 100%;
}
.tchd-content span {
  display: inline-block;
}

.related-course .section-title img.abt-tlt-shape {
  top: 0;
}

.related-course .w-cs-single {
  margin-bottom: 40px;
}

/*============================================
    END Teacher Details
*=============================================*/

/*============================================
    7. About
*=============================================*/

.ftch-two {
  margin: 0;
}

.befr-themeoclor.teacher-area:before {
  background: #4f46e5;
}

/*============================================
    END About
*=============================================*/

/*============================================
    8. Contact
*=============================================*/

.contact-info {
  z-index: 1;
  position: relative;
}

.contact-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background: #4f46e5;
}

.contact-info .cnt-info {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.cnt-title {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 60px;
}

.cnt-title h4 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 34px;
  position: relative;
}
.cnt-title h4 span {
  font-weight: 500;
}

.cnt-title p {
  font-size: 16px;
  color: #4b5563;
  max-width: 600px;
  margin: auto;
}

.cnt-addres-single .icon {
  float: left;
  margin-right: 15px;
  color: #4f46e5;
  font-size: 48px;
}

.cnt-addres-single .content {
  overflow: hidden;
}

.cnt-addres-single .content h4 {
  letter-spacing: 0;
}

.cnt-addres-single .content p {
  font-size: 16px;
}

.contact-form {
}

.contact-form form input,
.contact-form form textarea {
  height: 40px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}

.contact-form form input:focus,
.contact-form form textarea:focus {
  border-bottom: 1px solid #4f46e5;
}

.contact-form form textarea {
  height: 150px;
  padding-top: 21px;
}

.contact-form form button {
  height: 48px;
  width: 193px;
  color: #fff;
  background: #4f46e5;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  border-radius: 33px;
  margin-top: 46px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-form form button:hover {
  background: #222;
}

/*============================================
    END Contact
*=============================================*/

/*============================================
    9. Blog Details
*=============================================*/

.blog-top-meta {
  margin-bottom: 20px;
}

.blog-top-meta ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  letter-spacing: 0;
  margin-right: 18px;
}

.blog-top-meta ul li span {
  letter-spacing: 0;
  color: #4f46e5;
}

.blog-top-meta ul li i {
  color: #4f46e5;
  margin-right: 10px;
  font-size: 18px;
}

.blog-meta i {
  color: #4f46e5;
}

/*widget-search*/

.widget-search form {
  position: relative;
}

.widget-search form input {
  height: 60px;
  width: 100%;
  padding-left: 20px;
  border: 1px solid #ebebeb;
  letter-spacing: 0;
}

.widget-search form button {
  color: #4f46e5;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 56px;
  border: none;
  background: transparent;
  font-size: 22px;
  border-left: 1px solid #ebebeb;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-search form button:hover {
  background: #ffc502;
  color: #fff;
}

.widget-category .list li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #464646;
  letter-spacing: 0;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
  position: relative;
  padding-left: 20px;
}

.widget-category .list li a:hover {
  color: #4f46e5;
}

.widget-category .list li a:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 13px;
  font-family: fontawesome;
  color: #464646;
}

/*============================================
    END Blog Details
*=============================================*/

/*============================================
    10. 404
*=============================================*/

.error-content {
  text-align: center;
}

.error-content img {
  max-width: 900px;
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}

.error-content h2 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #4f46e5;
  letter-spacing: 0;
  margin-bottom: 25px;
}

.error-content p {
  padding: 0 5%;
  font-size: 17px;
  font-weight: 500;
  color: #2f2f2f;
  letter-spacing: 0;
  text-transform: uppercase;
}
/*============================================
    END 404
*=============================================*/

.modal-body input {
  border: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
}
.checkbox-inline input[type="checkbox"] {
  margin-right: 8px;
  width: auto;
}
.middle-logo img {
  height: 70px;
}

.logo img {
  height: 72px;
}
.widget.widget-company img {
  height: 100px;
}

.terms-cond-list {
  list-style-type: square;
  margin-bottom: 26px;
}
.terms-cond-list li{
  padding-top: 7px;
  padding-bottom: 7px;
}

/* ==========================================================================
   Antigravity Modern Premium Design Override System
   ========================================================================== */

/* Typography Overrides */
body, p, li, span, a, input, textarea, button {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .card-title, .fwidget-title, .section-title h2, .slider-content h1, .slider-content h3 {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
}

/* Card Styling Enhancements */
.card {
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
  background-color: #ffffff !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
  border-color: rgba(255, 110, 58, 0.15) !important;
}
.course-thumb {
  overflow: hidden !important;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.course-thumb img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.card:hover .course-thumb img {
  transform: scale(1.06) !important;
}

/* Button Modernization */
.btn {
  border-radius: 8px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.btn-round {
  border-radius: 50px !important;
}
.btn-primary {
  background: #1e40af !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(30, 64, 175, 0.25) !important;
  color: #ffffff !important;
}
.btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(30, 64, 175, 0.45) !important;
  background: #172554 !important;
}
.btn-light {
  background-color: #ffffff !important;
  color: #252525 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01) !important;
}
.btn-light:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
  background-color: #4f46e5 !important;
  color: #ffffff !important;
  border-color: #4f46e5 !important;
}

/* Sticky Header Glassmorphism */
.sticky-header {
  background: rgba(34, 34, 34, 0.85) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Play Button Glow & Pulse */
a.expand-video {
  box-shadow: 0 0 0 0 rgba(255, 110, 58, 0.5) !important;
  animation: ripple 1.6s infinite !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
a.expand-video:hover {
  transform: scale(1.08) !important;
  background-color: #ffffff !important;
  color: #4f46e5 !important;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 110, 58, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 110, 58, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 110, 58, 0);
  }
}

/* Slider Hero Enhancements */
.slider-content h1 {
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  line-height: 1.15 !important;
}
.slider-content h3 {
  letter-spacing: 2px !important;
  font-weight: 500 !important;
}

/* Soft Form Inputs */
input[type="text"], input[type="email"], input[type="password"], textarea {
  border-radius: 8px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 12px 16px !important;
  transition: all 0.3s ease !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #4f46e5 !important;
  box-shadow: 0 0 0 3px rgba(255, 110, 58, 0.15) !important;
}


/* Modern Carousel Navigation Arrow Styling */
.commn-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -78px;
}
.commn-carousel .owl-nav div,
.tst-carousel .owl-nav div {
  height: 43px;
  width: 43px;
  background: #2f2f2f;
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  transition: all 0.3s ease 0s;
}
.commn-carousel .owl-nav div:hover,
.tst-carousel .owl-nav div:hover {
  background: #4f46e5 !important;
}

@media (min-width: 992px) {
  .tst-carousel {
    position: relative;
  }
  .tst-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 108%;
    left: -4%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  .tst-carousel .owl-nav div {
    pointer-events: auto;
  }
}
@media (max-width: 991px) {
  .tst-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}


/* Header & Section Theme Upgrades */

/* Remove Orange Background from CTA sections (replace with premium dark gradient) */
.primary-bg {
  background: linear-gradient(135deg, #0a0f1d 0%, #1e293b 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* Header Top Bar: Dark Slate instead of Orange */
.header-top {
  background-color: #0a0f1d !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Sticky Header Customizations (White Glassmorphism) */
.sticky-header {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

/* Desktop Non-Home Page Header Adjustments */
@media (min-width: 992px) {
  .header-bottom {
    position: relative !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  }
  .header-bottom .main-menu nav ul li a {
    color: #1f2937 !important;
    padding: 30px 17px !important;
  }
  .header-bottom .main-menu nav ul li > a:hover,
  .header-bottom .main-menu nav ul li.active > a {
    color: #4f46e5 !important;
  }
  .header-bottom .hb-right li i {
    color: #1f2937 !important;
  }
  /* Adjust Crumbs Area top padding because header is now relative and pushes content down */
  .crumbs-area {
    padding: 120px 0 80px !important;
  }
}

/* Sticky Header Text Visibility for Desktop */
@media (min-width: 992px) {
  .sticky-header .main-menu nav > ul > li > a,
  .sticky-header .main-menu.menu-style2 nav > ul > li > a {
    color: #1f2937 !important;
    padding: 24px 17px !important;
  }
  .sticky-header .main-menu nav > ul > li > a:hover,
  .sticky-header .main-menu.menu-style2 nav > ul > li > a:hover,
  .sticky-header .main-menu nav > ul > li.active > a,
  .sticky-header .main-menu.menu-style2 nav > ul > li.active > a {
    color: #4f46e5 !important;
  }
  .sticky-header .middle-logo img {
    max-height: 40px !important;
    transition: all 0.3s ease !important;
  }
}


/* Redefine Orange background sections to modern Dark Slate */
.befr-themeoclor.teacher-area:before {
  background: #14171d !important;
}
.contact-info:before {
  background: #14171d !important;
}


/* Floating Action Buttons (Call & WhatsApp) */
.floating-actions {
  position: fixed;
  left: 30px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floating-actions-desktop {
  bottom: 30px;
}
.float-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  font-size: 24px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none !important;
}
.float-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.float-wa {
  background-color: #25D366;
}
.float-wa:hover {
  background-color: #20ba5a;
}
.float-call {
  background-color: #4f46e5;
}
.float-call:hover {
  background-color: #e25520;
}

/* Adjust for mobile viewports (Horizontal layout at bottom right) */
@media (max-width: 767px) {
  .floating-actions {
    left: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    flex-direction: row !important;
    gap: 12px !important;
  }
  .float-btn {
    width: 48px !important;
    height: 48px !important;
    font-size: 20px !important;
  }
}

/* SEO contrast correction for blue elements on dark background blocks */
.hero-content h1, 
.hero-content h1 span, 
.hero-content h1 .primary-color, 
.hero-content h2, 
.hero-content h2 span, 
.hero-content h2 .primary-color, 
.crumb-content h1, 
.crumb-content h1 span,
.crumb-content h4, 
.crumb-content h4 span {
  color: #818cf8 !important; /* Brighter sky blue for readability on dark layouts */
}
.hero-content h1 span.primary-color,
.hero-content h2 span.primary-color {
  color: #818cf8 !important;
}

/* --- Admission Popup Styles --- */
dialog.admission-popup {
  border: none;
  padding: 0;
  border-radius: 16px;
  background: linear-gradient(to bottom, #ffffff, #fcfdfe);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
  max-width: 520px;
  width: 90%;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  display: block; /* ensure layout is active when opening/closing */
  transition: 
    opacity 0.35s ease-out, 
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), 
    display 0.35s allow-discrete, 
    overlay 0.35s allow-discrete;
}

dialog.admission-popup[open] {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

@starting-style {
  dialog.admission-popup[open] {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}

dialog.admission-popup::backdrop {
  background-color: rgba(15, 23, 42, 0);
  backdrop-filter: blur(0px);
  transition: 
    background-color 0.35s ease-out, 
    backdrop-filter 0.35s ease-out,
    display 0.35s allow-discrete, 
    overlay 0.35s allow-discrete;
}

dialog.admission-popup[open]::backdrop {
  background-color: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(8px);
}

@starting-style {
  dialog.admission-popup[open]::backdrop {
    background-color: rgba(15, 23, 42, 0);
    backdrop-filter: blur(0px);
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  dialog.admission-popup {
    transform: translate(-50%, -50%) !important;
    transition-duration: 0.15s !important;
  }
  dialog.admission-popup[open] {
    @starting-style {
      transform: translate(-50%, -50%) !important;
    }
  }
  dialog.admission-popup::backdrop {
    transition-duration: 0.15s !important;
    backdrop-filter: none !important;
  }
  dialog.admission-popup[open]::backdrop {
    backdrop-filter: none !important;
    @starting-style {
      backdrop-filter: none !important;
    }
  }
}

/* Popup Content Layout */
.popup-inner {
  position: relative;
  padding: 40px 32px 32px;
}

/* Accent top border strip */
.popup-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #4f46e5, #818cf8);
}

/* Close Button */
.popup-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #f1f5f9;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.2s ease;
  line-height: 1;
}
.popup-close-btn:hover {
  background-color: #e2e8f0;
  color: #1e293b;
  transform: rotate(90deg);
}

/* Badge */
.popup-badge {
  display: inline-block;
  background-color: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

/* Header */
.popup-title {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 12px;
  color: #1e293b;
}

/* Description Text */
.popup-desc {
  font-size: 15px;
  line-height: 24px;
  color: #64748b;
  margin-bottom: 20px;
}

/* Course Features/List */
.popup-courses-list {
  background-color: #f8fafc;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 24px;
  border: 1px solid #f1f5f9;
}
.popup-course-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #334155;
  margin-bottom: 10px;
}
.popup-course-item:last-child {
  margin-bottom: 0;
}
.popup-course-item i {
  color: #10b981;
  font-size: 14px;
  margin-top: 4px;
}

/* CTA and Action Bar */
.popup-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.popup-btn-apply {
  width: 100%;
  text-align: center;
  padding: 14px 28px !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.15);
}
.popup-btn-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(79, 70, 229, 0.25);
}

.popup-note {
  font-size: 12px;
  color: #4b5563;
}

/* Mobile responsive details */
@media (max-width: 576px) {
  .popup-inner {
    padding: 35px 20px 24px;
  }
  .popup-title {
    font-size: 22px;
    line-height: 28px;
  }
  .popup-courses-list {
    padding: 12px 16px;
    margin-bottom: 20px;
  }
  .popup-course-item {
    font-size: 13px;
  }
}

/* ==========================================================================
   SUPERCHARGE — New Section Styles
   ========================================================================== */

/* --- Google Fonts Import --- */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ------------------------------------------------------------------
   SCROLL REVEAL SYSTEM
   ------------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.reveal-left {
  transform: translateX(-40px);
}
.reveal.reveal-right {
  transform: translateX(40px);
}
.reveal.reveal-scale {
  transform: scale(0.9);
}
.revealed {
  opacity: 1 !important;
  transform: translateY(0) translateX(0) scale(1) !important;
}
/* Staggered children */
.reveal-stagger .reveal:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger .reveal:nth-child(2) { transition-delay: 0.12s; }
.reveal-stagger .reveal:nth-child(3) { transition-delay: 0.19s; }
.reveal-stagger .reveal:nth-child(4) { transition-delay: 0.26s; }
.reveal-stagger .reveal:nth-child(5) { transition-delay: 0.33s; }
.reveal-stagger .reveal:nth-child(6) { transition-delay: 0.40s; }

/* ------------------------------------------------------------------
   PARTICLE CANVAS (Hero Enhancement)
   ------------------------------------------------------------------ */
#hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.hero-area {
  position: relative;
}
.hero-area .container {
  position: relative;
  z-index: 1;
}

/* Typed cursor blink */
#typed-text {
  border-right: 3px solid #818cf8;
  padding-right: 4px;
  animation: blink-cursor 0.75s step-end infinite;
}
@keyframes blink-cursor {
  from, to { border-color: transparent; }
  50% { border-color: #818cf8; }
}

/* ------------------------------------------------------------------
   WAVE SVG SECTION DIVIDER
   ------------------------------------------------------------------ */
.section-divider {
  position: relative;
  margin-top: -2px;
  line-height: 0;
  overflow: hidden;
}
.section-divider svg {
  display: block;
  width: 100%;
  height: auto;
}
.section-divider-flip {
  transform: rotate(180deg);
}

/* ------------------------------------------------------------------
   WHY CHOOSE TNSECT SECTION
   ------------------------------------------------------------------ */
.why-choose-area {
  padding: 100px 0 90px;
  background: #f8fafb;
  position: relative;
}
.section-badge {
  display: inline-block;
  background: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 18px;
}
.section-heading {
  font-size: 40px !important;
  font-weight: 800 !important;
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 16px;
  font-family: 'Outfit', sans-serif !important;
}
.section-heading .highlight {
  background: linear-gradient(90deg, #4f46e5 0%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-subtext {
  font-size: 16px;
  color: #64748b;
  max-width: 620px;
  margin: 0 auto 50px;
  line-height: 1.7;
}
.why-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4f46e5, #818cf8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.why-card:hover::before {
  transform: scaleX(1);
}
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(79, 70, 229, 0.1);
  border-color: rgba(79, 70, 229, 0.15);
}
.why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(129, 140, 248, 0.08) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #4f46e5;
  transition: all 0.4s ease;
}
.why-card:hover .why-icon {
  background: linear-gradient(135deg, #4f46e5 0%, #818cf8 100%);
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
}
.why-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
  font-family: 'Outfit', sans-serif !important;
}
.why-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ------------------------------------------------------------------
   ANIMATED COUNTER STATS SECTION
   ------------------------------------------------------------------ */
.counter-area {
  padding: 90px 0;
  background: linear-gradient(135deg, #0a0f1d 0%, #1a2332 50%, #0d1b2a 100%);
  position: relative;
  overflow: hidden;
}
.counter-area::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.12) 0%, transparent 70%);
  top: -200px;
  left: -200px;
  border-radius: 50%;
}
.counter-area::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(129, 140, 248, 0.08) 0%, transparent 70%);
  bottom: -150px;
  right: -100px;
  border-radius: 50%;
}
.counter-item {
  text-align: center;
  padding: 30px 15px;
  position: relative;
  z-index: 1;
}
.counter-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  background: rgba(79, 70, 229, 0.12);
  border: 1px solid rgba(79, 70, 229, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #818cf8;
}
.counter-number {
  display: block;
  font-size: 44px;
  font-weight: 900;
  color: #ffffff;
  font-family: 'Outfit', sans-serif !important;
  margin-bottom: 6px;
  line-height: 1.1;
}
.counter-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* ------------------------------------------------------------------
   ACCREDITATION BADGES SECTION
   ------------------------------------------------------------------ */
.accreditation-area {
  padding: 80px 0;
  background: #ffffff;
}
.accred-badge {
  background: #f8fafb;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}
.accred-badge:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(79, 70, 229, 0.08);
  border-color: rgba(79, 70, 229, 0.2);
}
.accred-badge-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(129, 140, 248, 0.05) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #4f46e5;
  transition: all 0.3s ease;
}
.accred-badge:hover .accred-badge-icon {
  background: linear-gradient(135deg, #4f46e5, #818cf8);
  color: #fff;
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.3);
}
.accred-badge h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
}
.accred-badge p {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 0;
  line-height: 1.5;
}

/* ------------------------------------------------------------------
   PLACEMENT PARTNERS MARQUEE
   ------------------------------------------------------------------ */
.partners-area {
  padding: 80px 0 60px;
  background: #f8fafb;
  overflow: hidden;
}
.partners-marquee {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
.partners-marquee::before,
.partners-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
}
.partners-marquee::before {
  left: 0;
  background: linear-gradient(to right, #f8fafb, transparent);
}
.partners-marquee::after {
  right: 0;
  background: linear-gradient(to left, #f8fafb, transparent);
}
.partners-marquee-track {
  display: flex;
  gap: 50px;
  animation: marquee-scroll 30s linear infinite;
  width: max-content;
}
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.partner-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  padding: 16px 28px;
  min-width: 180px;
  height: 70px;
  transition: all 0.3s ease;
}
.partner-logo:hover {
  border-color: rgba(79, 70, 229, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}
.partner-logo span {
  font-size: 14px;
  font-weight: 700;
  color: #475569;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.partner-logo i {
  margin-right: 10px;
  color: #4f46e5;
  font-size: 18px;
}

/* ------------------------------------------------------------------
   CAMPUS GALLERY SECTION
   ------------------------------------------------------------------ */
.gallery-area {
  padding: 100px 0 80px;
  background: #ffffff;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 15, 29, 0.7) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-overlay span {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.gallery-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  font-size: 28px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-item:hover .gallery-overlay i {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ------------------------------------------------------------------
   INQUIRY FORM SECTION
   ------------------------------------------------------------------ */
.inquiry-area {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a0f1d 0%, #1a2332 100%);
  position: relative;
  overflow: hidden;
}
.inquiry-area::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.1) 0%, transparent 70%);
  top: -150px;
  right: -150px;
  border-radius: 50%;
}
.inquiry-info h2 {
  color: #ffffff !important;
  font-size: 36px !important;
  line-height: 1.3 !important;
  margin-bottom: 20px;
}
.inquiry-info p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.inquiry-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.inquiry-feature-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: rgba(79, 70, 229, 0.15);
  border: 1px solid rgba(79, 70, 229, 0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #818cf8;
  font-size: 18px;
}
.inquiry-feature span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 500;
}
.inquiry-form-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px 36px;
  position: relative;
  z-index: 1;
}
.inquiry-form-card h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 6px;
}
.inquiry-form-card .form-sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 28px;
}
.inquiry-form-card .form-group {
  margin-bottom: 16px;
}
.inquiry-form-card input,
.inquiry-form-card select {
  width: 100%;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  outline: none;
}
.inquiry-form-card input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.inquiry-form-card select option {
  background: #1a2332;
  color: #ffffff;
}
.inquiry-form-card input:focus,
.inquiry-form-card select:focus {
  border-color: #4f46e5 !important;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15) !important;
}
.inquiry-submit-btn {
  width: 100%;
  padding: 16px 30px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #4f46e5 0%, #818cf8 100%) !important;
  border: none !important;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.3);
}
.inquiry-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(79, 70, 229, 0.45);
}
.inquiry-whatsapp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px;
  text-decoration: none !important;
  transition: color 0.3s ease;
}
.inquiry-whatsapp-link:hover {
  color: #25D366 !important;
}
.inquiry-whatsapp-link i {
  font-size: 16px;
  color: #25D366;
}

/* ------------------------------------------------------------------
   FAQ SECTION
   ------------------------------------------------------------------ */
.faq-area {
  padding: 100px 0;
  background: #f8fafb;
}
.faq-list {
  max-width: 780px;
  margin: 0 auto;
}
.faq-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:hover {
  border-color: rgba(79, 70, 229, 0.15);
}
.faq-item.active {
  border-color: rgba(79, 70, 229, 0.25);
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.06);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  transition: background 0.3s ease;
  user-select: none;
}
.faq-question:hover {
  background: rgba(79, 70, 229, 0.02);
}
.faq-question h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 1.5;
  padding-right: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.faq-item.active .faq-question h5 {
  color: #4f46e5;
}
.faq-toggle {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: rgba(79, 70, 229, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f46e5;
  font-size: 14px;
  transition: all 0.3s ease;
}
.faq-item.active .faq-toggle {
  background: #4f46e5;
  color: #ffffff;
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-answer-inner {
  padding: 0 24px 20px;
}
.faq-answer-inner p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

/* ------------------------------------------------------------------
   RESPONSIVE: NEW SECTIONS
   ------------------------------------------------------------------ */
@media (max-width: 991px) {
  .section-heading {
    font-size: 32px !important;
  }
  .counter-number {
    font-size: 36px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item:nth-child(1) {
    grid-column: span 2;
  }
  .inquiry-info {
    margin-bottom: 40px;
  }
  .inquiry-form-card {
    padding: 30px 24px;
  }
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 26px !important;
  }
  .section-subtext {
    font-size: 14px;
  }
  .why-card {
    padding: 28px 20px;
  }
  .counter-area {
    padding: 60px 0;
  }
  .counter-item {
    padding: 20px 10px;
  }
  .counter-number {
    font-size: 30px;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .gallery-item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .inquiry-area {
    padding: 60px 0;
  }
  .inquiry-form-card {
    padding: 24px 18px;
  }
  .inquiry-info h2 {
    font-size: 28px !important;
  }
  .faq-question {
    padding: 16px 18px;
  }
  .faq-question h5 {
    font-size: 14px;
  }
  .faq-answer-inner {
    padding: 0 18px 16px;
  }
  .faq-answer-inner p {
    font-size: 14px;
  }
  .hero-trust-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .partner-logo {
    min-width: 150px;
    padding: 12px 20px;
    height: 60px;
  }
  .partner-logo span {
    font-size: 12px;
  }
  .accred-badge {
    padding: 22px 16px;
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .hero-title {
    font-size: 28px !important;
  }
  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }
  .hero-actions .ml-3 {
    margin-left: 0 !important;
  }
}

/* =========================================
   HEADER LOGO TEXT — RESPONSIVE TYPOGRAPHY
   ========================================= */
.institute-name {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  font-family: 'Outfit', sans-serif;
  line-height: 1.35;
}
.institute-name span {
  font-weight: 800;
  font-size: 15px;
}
.campus-badge {
  font-size: 11px;
  color: #4f46e5;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 3px;
}

/* Desktop: bigger text */
@media (min-width: 992px) {
  .institute-name {
    font-size: 16px;
  }
  .institute-name span {
    font-size: 16px;
  }
  .campus-badge {
    font-size: 12px;
  }
}

/* Mobile: tighten up, keep left-aligned and prevent overflow */
@media (max-width: 991px) {
  .logo a {
    align-items: center !important;
  }
  .logo-text {
    overflow: hidden;
  }
  .institute-name {
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;
  }
  .institute-name span {
    font-size: 12px;
  }
  .campus-badge {
    font-size: 10px;
    letter-spacing: 0.4px;
  }
}

