/* ===================================
    Crafto - Conference
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
/* variable */
:root {     
    --base-color: #010133; 
    --base-color1: #0ac4eb;  
    --dark-gray: #2b2b2f;
    --medium-gray: #fff;
    --alt-font: 'DM Sans', sans-serif;
    --primary-font: 'DM Sans', sans-serif;
}  
/* reset */
body { 
    font-size: 17px;
    overflow-x: hidden;
}
/* model popup */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    background: var(--base-color);
    opacity: 0.9;
}
.subscribe-popup .mfp-close:before, .subscribe-popup .mfp-close:active:before {
    color: var(--white);
}
.subscribe-popup .newsletter-popup img {
    border-radius: 6px;
}
/* header */
.sticky .header-transparent .header-button .btn { 
    background-color: transparent;
    border-color: var(--dark-gray);
    color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    background-color: var(--dark-gray);
    color: var(--white);
    border-color:  var(--dark-gray);
} 
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
} 
header .navbar-brand img {
    max-height: 100px;
    min-width: 100px;
}
.header-icon .icon > a {
    font-size: 16px;
}
header .btn.btn-rounded.btn-small {
    padding: 10px 32px;
}
.header-icon .icon .header-language > a, .header-icon .icon .header-cart > a {
    font-size: 16px;
}
.navbar .btn {
    font-size: 15px;
    font-weight: 400 !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 330px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a .submenu-icon-content {
    line-height: 22px;
    letter-spacing: normal;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    font-size: 14px;
    color: var(--medium-gray);
    letter-spacing: normal;
    font-weight: 400;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 65px;
}
/* bg gradient color */
.bg-gradient-black-transparent {
    background: linear-gradient(306deg, rgba(0,0,0,0.5) 0%, rgba(240,244,253,0) 55%);
}
/* bg color */
.bg-midnight-blue {
    background-color: #010133;
    /* background-color: #010133; */
}
.bg-midnight-blue1 {
    /* background-color: #0ac4eb; */
    background-color: #010133;
}
.page-title-extra-large{
    text-transform:uppercase;
}
.page-title-extra-large h1{
    font-size: 7rem !important;
}
.page-title-extra-large span{
    font-family: "Saira", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.bg-midnight-blue2 {
    /* background-color: #0ac4eb; */
    background-color: #0ac4eb;
}
.bg-dark-midnight-blue {
    background-color: #010133;
    /* background-color: #010133; */
} 
/* bg color transparent */
.bg-base-color-transparent {
    background-color: rgba(1, 1, 51,.9);
}
/* text color */
.body-text-color {
    color: #666469; 
}
a {
    color: #666469;
}
/* btn */
.btn-dark-midnight-blue {
    background-color: #191932;
    color: var(--white); 
}
.btn-dark-midnight-blue:hover {
    background-color: var(--white); 
    color: #191932;
}
/* border color */
.border-color-dark-blue {
    border-color: #303047 !important;
}
/* footer */
footer a {
    color: var(--medium-gray);
}
.footer-navbar a { 
    padding: 8px 18px;    
}
footer .footer-logo img {
    width: 60%;
    max-height: 500px !important;
}
.footer-navbar .nav-link:focus, .footer-navbar .nav-link:hover {
    color: var(--base-color);
}
/* input size */
.input-small, .textarea-small {
    font-size: 15px;
}
/*  subcribe style 01  */
.newsletter-style-01 input, .newsletter-style-01 input.is-invalid {
    padding-right: 70px;
}
/* event style 02  */ 
.time-table-box{
    flex-basis: 25%;
    padding: 40px 10px;
}
.inner-box > div {
    line-height: initial;
    margin-top: 7px;
}
/* countdown style 02  */ 
.countdown-style-02 .countdown-box .number {
    font-weight: 500;
}
.countdown-style-02 .countdown-box span {
    font-size: 15px;
    color: #fff;
    opacity: .5;
    font-weight: 400;
}
.countdown-style-02 .countdown-box:before {
    color: var(--base-color);
    opacity: 1;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 7.5rem;
    line-height: 6rem;
}
/* sidebar */
aside .btn-box-shadow:hover {
    -webkit-box-shadow: none;  
    box-shadow: none;
    -webkit-transform: none; 
    transform: none;
}
/* media query responsive */
@media (max-width: 1399px) {
    header .btn.btn-rounded.btn-small {
        padding: 10px 20px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    footer .newsletter-style-01 input {
        padding-left: 15px;
    }
    .footer-navbar a {
        padding-left: 10px;
        padding-right: 10px;
    }
    header .btn.btn-rounded.btn-small {
        padding: 8px 16px;
    }
}
@media (max-width: 991px) {
    .time-table-box{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    header .btn.btn-rounded.btn-small {
        padding: 10px 26px;
    }
    header .header-button .btn.btn-transparent-white-light {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    header .header-button .btn.btn-transparent-white-light:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background:  var(--dark-gray);
    }
}
@media (max-width: 767px) {
    .countdown-style-02 .countdown-box span {
        top: 0;
    }
    .newsletter-style-01 .btn {
        position: absolute;
        margin-top: 0;
        width: auto;
        border-radius: 0 4px 4px 0;
    }
    .page-title-extra-large h1 {
        font-size: 5.625rem;
        line-height: 5.2rem;
    }
}
@media (max-width: 575px) {
    header .btn.btn-rounded.btn-small {
        padding: 8px 16px;
        font-size: 14px;
    }
}
.contact-form-style-01 {
    margin-top: 50px;
}
input, select, textarea, .form-control, .form-select {
    padding: 12px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    color: var(--dark-gray) !important;
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.typescript p {
  font-size: 3rem;
  padding: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
}
.typescript p span.typed-text {
  font-weight: normal;
  color: #fff;
}
.typescript p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.typescript p span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}

.dropdown-menu li:hover{
    background: #0ac4eb;
}
.dropdown-menu li:hover > a{
    color: #fff !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
    color: #fff !important;
}
.dropdown-menu {
    padding: 0 !important;
}
.dropdown-menu li{
    padding: 5px 15px !important;
}

.website-counter1, .website-counter2, .website-counter3, .website-counter4 {
  font-weight: 700;
  font-size: 16px;
}
.facts_icon{
    filter: brightness(0) invert(1);
    width: 70px;
    height: 70px;
}
.feature-box:hover img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease; /* optional smooth effect */
    z-index: 1;
}
.sch a{
    margin: 0 3px !important;
}
.line1 {
/* 	flex-basis: 50%; */
	font-size: 40px;
	color: #fff;
	letter-spacing: 10px;
	position: absolute;
	opacity: 0;
    top:-60px;
}
.typescript .line1{
    width: 100%;
}

.typescript {
  position: relative;
  overflow: hidden;
  height: 40px; /* adjust as needed */
  text-align: center;
}

.line {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.8s ease-in-out;
  font-size: 40px;
  font-weight: 100;
  color: #fff;
}

.line.active {
  opacity: 1;
  transform: translateY(0);
}

.line.exit {
  opacity: 0;
  transform: translateY(-100%);
}
.menu_icon{
    padding: 10px;
    font-size: 20px;
}

.contact-form-style-01 input, .contact-form-style-01 textarea, .contact-form-style-01 select {
    padding-left: 20px !important;
}
input[type="radio"], input[type="checkbox"] {
  width: auto !important;
}
.reg_p{
    margin-bottom: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 12px 25px !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 54px !important;
    user-select: none;
    -webkit-user-select: none;
}
form label{
    font-weight:bold !important;
}


/* ========== Subscription Cards Styling ========== */
.subscription-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}
.subscription-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.subscription-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.plan-name {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.price {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
}
.price sup {
    font-size: 40px;
    top: 0px;
    position: relative;
    font-family: none;
}
.billing {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}
.subscription-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.subscription-card ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.btn-price {
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

/* Theme Variations */
.student-theme {
    border-top: 6px solid #2b87da;
    background: linear-gradient(to bottom right, #e8f3ff, #ffffff);
}
.student-theme .plan-name { color: #000; }
.student-theme .btn-price { background: #010133; color: #fff;}
.student-theme .btn-price:hover { background: #0ac4eb; color: #010133; }

.executive-theme {
    border-top: 6px solid #28a745;
    background: linear-gradient(to bottom right, #e9f9ef, #ffffff);
}
.executive-theme .plan-name { color: #28a745; }
.executive-theme .btn-subscribe { background: #28a745; }
.executive-theme .btn-subscribe:hover { background: #1d7f34; }

.institution-theme {
    border-top: 6px solid #ff9800;
    background: linear-gradient(to bottom right, #fff4e5, #ffffff);
}
.institution-theme .plan-name { color: #ff9800; }
.institution-theme .btn-subscribe { background: #ff9800; }
.institution-theme .btn-subscribe:hover { background: #e68900; }
.subscription-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap; /* ✅ Force single row */
    gap: 30px;
}

.subscription-card {
    flex: 1 1 30%; /* ✅ Equal width for 3 cards */
    max-width: 32%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

/* ✅ Responsive fallback for mobile */
@media (max-width: 991px) {
    .subscription-section {
        flex-wrap: wrap;
    }
    .subscription-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
.home_schedule_heading{
    min-height:70px;
}
.home_schedule_tag{
    color: #fff;
    min-height: 70px;
}
#reg_forms input[readonly], 
#reg_forms textarea[readonly], #reg_forms select[readonly] {
  background-color: #f5f5f5;  /* light grey background */
  color: #555;               /* darker text */
  border: 1px solid #ccc;    /* subtle border */
  cursor: not-allowed;       /* shows a disabled-like cursor */
}
.th_silver {
    background: linear-gradient(90deg, #b8b8b8 0%, #e0e0e0 20%, #ffffff 50%, #b0b0b0 80%, #e0e0e0 100%);
}
.th_bronze{
    background: linear-gradient(90deg, #d1a684, #b87333, #e3b778, #b87333, #d1a684);
}
.th_gold{
    background: linear-gradient(90deg, #b8860b, #ffd700, #fff8dc, #ffd700, #b8860b);
}
.footer_menu a:hover{
    color: #05bbdf !important;
}
.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  height: auto;
  box-sizing: border-box;
}

.review-style-04 {
  max-width: 100%;
}
.outside-box-right-20 {
  margin-right: 0 !important;
}
