﻿/* Manrope TTF Font Faces */
@font-face {
  font-family: 'Manrope';
  src: url('/Assets/lib/font-awesome/fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/Assets/lib/font-awesome/fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/Assets/lib/font-awesome/fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/Assets/lib/font-awesome/fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html, body {  font-family: 'Manrope', sans-serif; scroll-behavior: smooth;font-weight: 400; color: #000; font-size: 16px; line-height: 22px; background: linear-gradient(90deg, #fff7ed, #ffffff, #f9fbff); overflow-x: hidden; }

a{color: #ffffff;; text-decoration:none; transition:color 0.3s ease-in-out;}
a:hover{color:#fcd400; text-decoration:none;}
.clearfix{width:100%;}
/* Back to top button */
.back-to-top{position:fixed; display:none; background: linear-gradient(90deg, #faa140, #f57d29); color:#fff; width:44px; height:44px; text-align:center; line-height:1; font-size:16px; border-radius:50%; right:15px; bottom:15px; transition:background 0.5s; z-index:999;}
.back-to-top i{ color:#fff; margin-top: 11px;}
.header{margin:0; padding:0;}
.header-upper{background: #242b3e; height:35px;}
.Login_btn{background:#fcae39; color:#fff !important; }
.logo{padding:0; display:inline-block; font-size:30px; font-weight:bold; text-transform:uppercase; color:#333;}
.logo img {margin-bottom: 0px;margin-top: -6px;height: 70px;}
.logo a{color:#242b3e; text-decoration:none;}
.logo a:hover{color: #242b3e; text-decoration:none;}
.slimScrollBar{background: #fff !important;
    width: 0px;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav, .main-nav * {margin:1px 2px 0; padding:0; list-style:none; }
.main-nav > ul > li{position: relative; white-space: nowrap; float: left; margin: 0 1px 0;}
.main-nav a {display: block;color: #4f4f4f;position: relative;margin: 20px 4px;padding: 5px 16px;text-decoration: none;transition: all 0.3s ease;font-weight: normal;line-height: 20px;font-size: 14px;border-radius: 18px;}
.main-nav a::after {display: none;}
.main-nav a:hover::after,
.main-nav .active > a::after,
.main-nav li:hover > a::after {transform: translateX(-50%) scaleX(1);}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {  background: #fff8f1;color: #FF9D00;}
.main-nav .active > a::before {content: "";position: absolute;bottom: -6px;left: 50%;transform: translateX(-50%);width: 6px;height: 6px;background: #FF9D00;border-radius: 50%;}
.main-nav a:hover {background: #fff3e8;color: #FF9D00;}
.main-nav li a:focus {color: #ff7a00;text-decoration: none;}
.main-nav .drop-down ul {display:block; position:absolute; left:0; top:calc(100% + 30px); z-index:999; opacity 0; visibility:hidden; padding:0; background:#fff; box-shadow:0px 0px 30px rgba(127, 137, 161, 0.25); transition:ease all 0.3s;}
.main-nav .drop-down:hover > ul {opacity:1; top:100%; visibility:visible;}
.main-nav .drop-down li {min-width:180px; position:relative;}
.main-nav .drop-down ul a {padding:10px 20px;font-size: 13px;color: #242b3e; border-right:none;}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {color:#FF9D00; background:#dae9ff;}
.main-nav .drop-down > a:after {content:"\f107"; font-family:FontAwesome; padding-left:0px;}
.main-nav .drop-down .drop-down ul {top:0; left:calc(100% - 30px);}
.main-nav .drop-down .drop-down:hover > ul {opacity:1; top:0; left:100%;}
.main-nav .drop-down .drop-down > a {padding-right:35px;}
.main-nav .drop-down .drop-down > a:after {content:"\f105"; position:absolute; right:15px;}

/* Mobile Navigation */
.mobile-nav {position:fixed; top:0; bottom:0; z-index:9999; overflow-y:auto; left:-260px; width:260px; padding-top:18px; background:rgba(50, 50, 50, 0.8); transition:0.4s;}
.mobile-nav * {margin: 0;padding: 0;list-style: none;}
.mobile-nav a {display:block; position:relative; color:#fff; padding:5px 10px; font-weight:500; font-size:13px;}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {color:#ffbb09; text-decoration:none;}
.mobile-nav .drop-down > a:after {content:"\f078"; font-family:FontAwesome; padding-left:10px; position:absolute; right:15px;}
.mobile-nav .active.drop-down > a:after {content:"\f077";}
.mobile-nav .drop-down > a {padding-right:35px;}
.mobile-nav .drop-down ul {display:none; overflow:hidden;}
.mobile-nav .drop-down li {padding-left:20px;}
.mobile-nav-toggle{position:fixed; right:0; top:8px; z-index:9998; border:0; background:none; font-size:24px; transition:all 0.4s; outline:none !important; line-height:1; cursor:pointer; text-align:right;}
.mobile-nav-toggle i {margin:18px 10px 0 0; color: #000000;}
.mobile-nav-overly{width:100%; height:100%; z-index:9997; top:0; left:0; position:fixed;     background: rgb(50 50 50 / 80%); overflow:hidden; display:none;}
.mobile-nav-active {overflow:hidden;}
.mobile-nav-active .mobile-nav {left:0;}
.mobile-nav-active .mobile-nav-toggle i {color: #ffffff;}

/* ===============================
   NAVBAR SCROLL BEHAVIOR
================================ */
.fixed-top {top: 0;transform: translateY(0);transition: all 0.35s ease;background: transparent;box-shadow: none;}
.fixed-top.nav-scrolled {background: #ffffff;box-shadow: 0 8px 30px rgba(0,0,0,0.08);}
.nav_bar {padding: 12px 0;}
.master-wrapper-content {margin: 0;}
.main_container {width: 100%;margin: 10px 0;} 
/* min-height: 400px; */
.nav-link {color: #333;}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {color: #242b3e;}


.Login_btn{background-color: #242b3e; border-radius:10px; padding: 10px 25px !important;}
.Login_btn:hover {background-color: #084c61  ;}
.save-btn{background:  #242b3e; border:1px solid  #242b3e; color: #FFFFFF; border-radius: 5px; padding: 2px 5px;}
.save-btn:hover{background:  #242b3e; border:1px solid  #242b3e; color: #FFFFFF;}
.Blue-heading{ color: #242b3e;}

.form_head{font-size:25px; text-transform:uppercase; text-align:center; color: #242b3e; font-weight:bold; margin:0 0 20px;}
.form_tab{width:100%; margin:0 0 20px;}
.form_tab ul{margin:0; padding:0;}
.form_tab ul li{margin:0 0 10px; padding:0 20px 0 0; list-style-type:none; display:inline-block;}
.form_tab ul li a{color:#7c7c7c; text-decoration:none;}
.form_tab ul li.active{color: #242b3e;}
.form_tab ul li.active .no{background: #242b3e; width:30px; height:30px;  border-radius:50%; color:#fff; font-weight:bold; font-size:20px; display: inline-block; text-align: center; line-height: 30px; margin:0 10px 0 0;}

.form_tab ul li .no{background:#7c7c7c; width:30px; height:30px;  border-radius:50%; color:#fff; font-weight:bold; font-size:20px; display: inline-block; text-align: center; line-height: 30px; margin:0 10px 0 0;}
.form_tab ul li .line{width:150px; height:1px; border-bottom:1px solid #7c7c7c; margin: 17px 0 0; float: left;}
.form_tab ul li.active .line{width:150px; height:1px; border-bottom:1px solid #242b3e; margin: 17px 0 0; float: left;}
/*--------------------------------------------------------------
# Error msg
--------------------------------------------------------------*/
.error_msg{color:#cd1414; position:absolute; font-size:11px; display:block; margin:15px 0 0;}
.mandatory{color:#cd1414;}
.form-label{margin:0;}
.form-check-label{font-size: 13px;}
.form_heading{font-size:20px; text-transform:uppercase; color:#18ca96; border-bottom:1px solid #18ca96;}
.DatePick{background: #fff url(../images/CalIcon.png) right center no-repeat; background-position: right; background-repeat: no-repeat;}
.form-control {font-size: 12px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {background: linear-gradient(135deg, #0f0a07, #1a120d);color: #fff;padding: 60px 0 30px;font-size: 14px;}
.footer-logo-wrap {text-align: center;}
.footer-logo-img {height: 55px;width: auto;border-radius: 10px;}
.footer-brand h5 {font-size: 18px;font-weight: 600;}
.footer-brand small {font-size: 12px;color: #cfcfcf;}
.footer-desc {color: #d1d1d1;margin-top: 15px;max-width: 90%;}
.footer_head {font-size: 15px;font-weight: 600;margin-bottom: 15px;letter-spacing: 1px;text-transform: uppercase;}
.footer_link {list-style: none;padding: 0;margin: 0;}
.footer_link li {margin-bottom: 8px;color: #d1d1d1;}
.footer_link li a {color: #d1d1d1;text-decoration: none;transition: 0.3s;}
.footer_link li a:hover {color: #ff9d00;}
.footer-contact {color: #d1d1d1;margin-bottom: 8px;}
.footer-contact i {margin-right: 8px;}
.sociallink a {display: inline-flex;align-items: center;justify-content: center;width: 36px;height: 36px;background: rgba(255, 255, 255, 0.08);border-radius: 50%;color: #fff;margin-right: 8px;transition: 0.3s;}
.sociallink a:hover {background: #ff9d00;color: #000;}
.footer-divider {border-color: rgba(255, 255, 255, 0.1);margin: 30px 0 20px;}


/*--------------------------------------------------------------
# Start Datatable CSS
--------------------------------------------------------------*/
.table {color: #333;border: 1px solid rgb(225, 225, 225);}
.table tr {border-bottom: 1px solid #ffffff;border-bottom: 1px solid rgb(225, 225, 225);}
.table thead {background: #dae9ff;color: #000000;border-bottom: 1px solid rgb(225, 225, 225);font-weight: normal;}
table.dataTable.no-footer {border-bottom: 0;}
table.dataTable thead th {padding: 5px;}
table.dataTable tbody td {padding: 5px;}
.dataTables_wrapper .dataTables_paginate .paginate_button {padding: 0px 8px;background: #555555;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {background: #ff9d00; border-radius: 10px;color: #fff !important;}
.dataTables_length {display: none;}
.dataTables_length select {border: 1px solid #242b3e; padding: 2px 8px;border-radius: 6px; outline: none;}
.dataTables_info {display: none;}
.dataTables_filter {display: none;margin-bottom: 7px;border-radius: 10px;border-color: #242b3e !important;}
.dataTables_filter input {border: 1px solid #242b3e;border-radius: 6px;}
.table .fa {font-size: 13px;}

/*--------------------------------------------------------------
# End Datatable CSS
--------------------------------------------------------------*/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {color: #fff;background-color: #242b3e;border-color: #dee2e6 #dee2e6 #242b3e;}
.nav-logo {height: 45px;margin-top: -1px;}
.fa-icon {color: #343a40;}
.fa-search {position: absolute;right: 20px;top: 50%;transform: translateY(-50%);color: #58069b;cursor: pointer;}
.bot-message {  background-color: #e7ebf0;color: #000000;align-self: flex-start;margin-right: auto;}
.input-area {border-radius: 10px;background-color: #e7ebf0;position: sticky;bottom: 0;z-index: 100;color: #333;}
.bg-chat-input {background-color: #ffffff;border-radius: 15px;color: #333;}
#userInput:focus {outline: none;box-shadow: none;}
.search_bar {padding: 8px;border: 1px solid #242b3e;border-radius: 10px;margin: 5px;width: 96%;margin-left: 7px;}

.input-group {padding: 20px 10px;border-radius: 15px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);overflow: hidden;background-color: white;}
.input-group-text {background-color: transparent;border: none;}
.form-control {border: block;box-shadow: none !important;border-radius: 6px;}

/*--- card ---*/
.card {background-color: #ffffff;overflow-y: auto;border-radius: 10px;border: 1px solid rgb(226, 226, 226);padding: 5px;}
/*--- All Button---*/
.btn {font-size: 14px;}
/* .btn-primary {border-radius: 12px;background: #ff9d00;border: 1px solid #ff9d00; padding: 10px 16px;}
.btn-primary:hover {background: #fff;color: #ff9d00;border: 1px solid #ff9d00;} */
.btn-white {border-radius: 6px;background: #ffffff;border: 1px solid #ff9d00; color: #ff9d00;}
.btn-white:hover {background: #ff9d00 !important;color: #fff !important;}
/* .btn-primary:focus{background: #242b3e  ; border:1px solid #242b3e  ;} */

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {color: #fff;background-color: #242b3e;border-color: #242b3e;}

.card-table {background-color: #ffffff;overflow-y: auto;border-radius: 10px;border: 1px solid rgb(226, 226, 226);}
.card-table-body {padding: 0;}
.card-table table {width: 100%;border-collapse: separate;border-spacing: 0;}
.card-table th,
.card-table td {padding: 12px 16px;text-align: left;vertical-align: middle;}
.card-table th {color: #64748b;}
.table>:not(:last-child)>:last-child>* {border-bottom: 1px solid rgba(100, 116, 139, 0.1);font-weight: normal;}
.card-table tr {border-bottom: 1px solid #e0e0e0;}
.card-table thead tr {background-color: #f8f9fa;}


#favicon {border-radius: 20px;}
.label {color: black !important;}
.custom-contact-field {display: flex;gap: 10px;}

.custom-contact-field select,
.custom-contact-field input {flex: 1;}
.custom-contact-field select {flex: 0 0 130px;}

#back-to-home {font-size: 16px; font-weight: 500; color:  #242b3e;}
.btn-add { font-size: 16px;padding: 8px 16px;  border-radius: 10px;color: #fff;background-color: #242b3e;border-color: #242b3e;}
.btn-add:hover {color: #fff;background-color: #374469;border-color: #374469;}

.form-check .form-check-input {border: 1px solid rgb(205, 205, 205);box-shadow: none;}
.form-card {border: 1px solid rgb(205, 205, 205);border-radius: 6px;}
.form-card:hover {border-color: #242b3e;}
.dropdown-icon {pointer-events: none;font-size: 1rem;color: #6c757d}
select.form-control {appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.user_image{height: 20px;width: 20px;border-radius: 50px;} 

.nav-tabs .nav-link {border: none;border-bottom: 3px solid transparent;color: #333;font-weight: 500;margin-right: 20px;}
.nav-tabs .nav-link.active {border-color: #242b3e;color: #242b3e;}
.form-select{ border-radius: 6px; font-size: 12px;}
.ellipsis {display: inline-block;max-width: 100px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;}

.form-label {font-weight: 600;}
#badge-Verified{display: inline-block;padding: 0px 14px;background-color:#f0fdf4 ;color: #16a75a;border: 1px solid #16a75a; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Pending{display: inline-block;padding: 0px 14px;background-color: #fefce8;color: #ca9955;border: 1px solid #ca9955; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Rejected{display: inline-block;padding: 0px 14px;background-color: #fef2f2 ;color: #e3266e ;border: 1px solid #e3266e; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-Inactive{display: inline-block;padding: 0px 14px;background-color: #e0e0e0 ;color: #000 ;border: 1px solid #000; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-active{display: inline-block;padding: 0px 14px;background-color:#f0fdf4 ;color: #16a75a;border: 1px solid #16a75a; font-size: 10px;border-radius: 15px;font-weight: 500;}
#badge-break{display: inline-block;padding: 0px 14px;background-color:#fff8e1 ;color: #ff6f00;border: 1px solid #ff6f00; font-size: 10px;border-radius: 15px;font-weight: 500;}

.dataTables_wrapper .dataTables_filter input {  padding: 2px 8px;}  
.validation {color: rgb(216, 4, 4);font-size: 13px;position: absolute;margin: 0;top: inherit !important;left: inherit !important;}
.footer-logo{height: 40px; align-items: center;}
.footer-logo-img{max-height: 100%; max-width: 100%; object-fit: contain;}


/* Add CSS Here */

/* Floating WhatsApp Button */
.whatsapp-float {position: fixed;left: 20px;bottom: 20px;width: 56px;height: 56px;background-color: #25D366;color: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 30px;z-index: 9999;box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);transition: all 0.3s ease;}
.whatsapp-float:hover {background-color: #1ebe5d;transform: translateY(-6px) scale(1.05);box-shadow: 0 16px 35px rgba(37, 211, 102, 0.6);color: #fff;}
.whatsapp-float::after {content: '';position: absolute;width: 100%;height: 100%;border-radius: 50%;background: rgba(37, 211, 102, 0.5);animation: whatsapp-pulse 1.8s infinite;z-index: -1;}
@keyframes whatsapp-pulse {
    0% {transform: scale(1);opacity: 0.7;}
    100% {transform: scale(1.6);opacity: 0;}
}
.host-link {color: #ffffff;font-weight: 500;text-decoration: none;transition: color 0.3s ease;}
.host-link:hover {color: #ff9d00;text-decoration: underline;}
.company-link {color: #ffffff;font-weight: 500;text-decoration: none;transition: color 0.3s ease;}
.company-link:hover {color: #ff9d00;text-decoration: underline;}


/* Hero Wrapper Start */
.modern-hero {position: relative;padding: 140px 0 100px;background: transparent;overflow: hidden;}
.section-soft {background: rgba(255,255,255,0.75);border-radius: 20px;padding: 60px 0;margin: 40px 0;}
.modern-hero::before {content: "";position: absolute;top: -120px;right: -120px;width: 420px;height: 420px;background: radial-gradient(circle, rgb(255 200 137 / 28%), transparent 70%);filter: blur(50px);animation: floatGlow 8s ease-in-out infinite;}
@keyframes floatGlow {
    0% { transform: translateY(0); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0); }
}
.hero-title {font-size: 50px;font-weight: 800;line-height: 1.15;color: #222;}
.hero-title span {background: linear-gradient(90deg, #ff8a00, #ffb347);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.hero-sub {font-size: 18px;color: #555;margin-top: 15px;min-height: 52px;}
.hero-card {position: relative;border-radius: 22px;padding: 14px;animation: floatImage 6s ease-in-out infinite;}
@keyframes floatImage {
    0% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
    100% { transform: translateY(0); }}
.hero-card img {width: 100%; height: auto;border-radius: 18px;}
.section-tag {display: inline-block;background: rgba(255,138,0,.12);color: #ff8a00;padding: 6px 18px;border-radius: 30px;font-size: 14px;font-weight: 600;margin-bottom: 18px;animation: pulseTag 2.8s infinite;}
.btn-primary {position: relative;overflow: hidden;background: #ff9d00;border: none;border-radius: 12px;padding: 12px 22px;font-weight: 600;color: #fff;z-index: 0;transition:color 0.35s ease,box-shadow 0.35s ease;will-change: color;}
.btn-primary::before {content: "";  position: absolute;inset: 0;background: #ffffff;transform: translateX(-100%);transition: transform 0.45s cubic-bezier(.4,0,.2,1);z-index: -1;}
.btn-primary:hover::before {transform: translateX(0);}
.btn-primary:hover {color: #ff9d00;box-shadow: 0 8px 24px rgba(255,157,0,0.25);}
.btn-primary:focus,
.btn-primary:active {outline: none;box-shadow: 0 6px 18px rgba(255,157,0,0.2);}
/* Hero Wrapper End */

/* About Start */
.about-ttt {padding: 40px 0;}
.about-pill {display: inline-flex;align-items: center;gap: 8px;padding: 8px 18px;background: #fff1e6;color: #ff9d00;font-weight: 500;border-radius: 30px;font-size: 14px;}
.about-title {font-size: 42px;font-weight: 700;color: #111;}
.about-title span {color: #ff9d00;}
.about-desc {max-width: 720px;margin: 18px auto 0;font-size: 16px;color: #666;line-height: 1.8;}
.about-card {background: #ffffff;padding: 36px 28px;border-radius: 20px;text-align: center;box-shadow: 0 10px 30px rgba(0,0,0,0.06);transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%;}
.about-card:hover {transform: translateY(-6px);box-shadow: 0 20px 40px rgba(0,0,0,0.08);}
.icon-box {width: 60px;height: 60px;margin: 0 auto 18px;background: linear-gradient(135deg, #ff9d00, #ff7a18);border-radius: 16px;display: flex;align-items: center;justify-content: center;}
.icon-box i {font-size: 26px;color: #fff;}
.about-card h5 {font-size: 18px;font-weight: 600;margin-bottom: 8px;}
.about-card p {font-size: 14px;color: #777;}
/* About End */

/* Focus-areas Start */
.focus-areas { padding: 40px 0;}
.section-title {font-size: 40px;font-weight: 700;color: #111;}
.section-title span {color: #ff9d00;}
.section-subtitle {color: #777;font-size: 16px;margin-top: 10px;}
.focus-card {background: #ffffff;padding: 36px 28px;border-radius: 22px;text-align: left;height: 100%;position: relative;transition: all 0.35s ease;box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);overflow: hidden;}
.focus-card::before {content: "";position: absolute;top: 0;left: 0;height: 4px;width: 0;background: linear-gradient(90deg, #ff9d00, #ff7a18);transition: width 0.35s ease;}
.focus-card:hover {transform: translateY(-8px);box-shadow: 0 25px 50px rgba(255, 140, 43, 0.25);}
.focus-card:hover::before {width: 100%;}
.focus-icon {width: 56px;height: 56px;background: #fff1e6;border-radius: 14px;display: flex;align-items: center;justify-content: center;margin-bottom: 18px;}
.focus-icon i {font-size: 24px;color: #ff9d00;}
.focus-card h5 {font-size: 17px;font-weight: 600;margin-bottom: 12px;line-height: 1.4;transition: color 0.3s ease;}
.focus-card p {font-size: 14px;color: #777;line-height: 1.7;}
.focus-card:hover h5 {color: #ff9d00;}
/* Focus-areas End */

/* Meet-host Start */
.meet-host {padding: 40px 0;}
.host-frame {width: 100%;max-width: 460px;margin: auto;padding: 22px;border-radius: 28px;background: linear-gradient(135deg, #fff1e6, #ffffff);box-shadow: 0 30px 60px rgba(255, 140, 43, 0.18);position: relative;}
.host-frame::before {content: "";position: absolute;inset: 12px;border-radius: 22px;border: 2px dashed rgba(255, 140, 43, 0.25);}
.host-frame img {width: 100%;border-radius: 22px;object-fit: cover;position: relative;z-index: 1;}
.host-pill {display: inline-block;padding: 8px 18px;background: #fff1e6;color: #ff9d00;border-radius: 30px;font-size: 14px;margin-bottom: 16px;}
.host-title {font-size: 40px;font-weight: 700;}
.host-title span {color: #ff9d00;}
.host-designation {font-size: 15px;color: #666;margin: 12px 0 18px;}
.host-designation i {color: #ff9d00;margin-right: 6px;}
.host-desc {font-size: 15px;color: #777;line-height: 1.8;max-width: 520px;}
.host-stats {display: flex;gap: 20px;margin-top: 30px;}
.stat-box {background: #ffffff;padding: 18px 22px;border-radius: 18px;text-align: center;min-width: 120px;box-shadow: 0 10px 25px rgba(0,0,0,0.06);}
.stat-box h4 {color: #ff9d00;font-size: 22px;font-weight: 700;}
.stat-box span {font-size: 13px;color: #777;}
.host-social {margin-bottom: 24px;}
.linkedin-follow {display: inline-flex;align-items: center;gap: 10px;padding: 8px 14px;border-radius: 999px;background: #ff9d00;color: #fff;font-size: 14px;font-weight: 500;text-decoration: none;transition: all 0.3s ease;}
.linkedin-follow i {font-size: 18px;}
.linkedin-follow:hover {background: #ea7b20;transform: translateY(-2px);color: #fff;text-decoration: none;}
/* Meet-host End */


/* Latest Episodes Start */
.latest-episodes {padding: 40px 0;}
.episodes-header {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 16px;margin-bottom: 40px;}
.section-title {font-size: 40px;font-weight: 700;}
.section-title span {color: #ff9d00;}
.section-subtitle {color: #777;font-size: 15px;margin-top: 6px;}
.episode-card {background: #ffffff;padding: 28px;border-radius: 20px;height: 100%;box-shadow: 0 10px 30px rgba(0,0,0,0.06);transition: all 0.35s ease;text-align: center;}
.episode-card:hover {transform: translateY(-6px);box-shadow: 0 25px 60px rgba(255,140,43,0.25);}
.ep-badge {display: inline-flex;padding: 6px 14px;font-size: 12px;font-weight: 600;color: #ff9d00;background: #fff1e6;border-radius: 20px;justify-content: center;align-items: center;margin: 0 auto 12px;}
.ep-title {font-size: 16px;font-weight: 600;line-height: 1.4;margin-bottom: 22px;}
.ep-people {display: flex;justify-content: center;gap: 6px;margin-bottom: 22px;flex-wrap: wrap;}
.person {text-align: center;width: 90px;}
.person img {width: 70px;  height: 70px;  border-radius: 50%;  object-fit: cover;  margin-bottom: 6px;  border: 3px solid #ff9d00;  background: #fff;  box-shadow: 0 6px 16px rgba(255,140,43,0.25);}
.person strong {display: block;font-size: 12px;line-height: 1.2;}
.person span {font-size: 11px;color: #777;}
.ep-footer {display: flex;justify-content: space-between;align-items: center;margin-top: 10px;}
.ep-duration {font-size: 13px;color: #777;display: flex;align-items: center;gap: 5px;}
.watch-btn {border-radius: 10px;font-size: 14px;padding: 8px 16px;}
/* Latest Episodes End */

/* Podcast Hightlights Start */
.podcast-highlights {padding: 60px 0;background: radial-gradient(circle at top,rgba(255, 140, 43, 0.25),transparent 55%),linear-gradient(135deg, #0d0a08, #1a120c);color: #ffffff;}
.highlight-title {font-size: 42px;font-weight: 700;}
.highlight-title span {color: #ff9d2f;}
.highlight-subtitle {margin-top: 10px;font-size: 16px;color: #cfcfcf;}
.highlight-card {padding: 30px 20px;border-radius: 20px;transition: transform 0.3s ease;}
.highlight-card:hover {transform: translateY(-6px);}
.highlight-icon {width: 56px;height: 56px;margin: 0 auto 18px;border-radius: 16px;background: rgba(255, 140, 43, 0.15);display: flex;align-items: center;justify-content: center;}
.highlight-icon i {font-size: 24px;color: #ff9d2f;}
.highlight-card h3 {font-size: 36px;font-weight: 700;color: #ff9d2f;margin-bottom: 6px;}
.highlight-card p {font-size: 14px;color: #d0d0d0;}
/* Podcast Hightlights End */

/* Subscription Start */
.subscribe-section {position: relative;padding: 40px 20px;overflow: hidden;}
.subscribe-pill {display: inline-flex;align-items: center;gap: 8px;padding: 8px 18px;background: #fff1e6;color: #ff9d00;border-radius: 30px;font-size: 14px;margin-bottom: 16px;}
.subscribe-title {font-size: 42px;font-weight: 700;color: #111;}
.subscribe-title span {color: #ff9d00;}
.subscribe-subtitle {margin-top: 12px;font-size: 16px;color: #777;}
.subscribe-form {margin-top: 30px;display: flex;justify-content: center;gap: 14px;flex-wrap: wrap;}
.input-wrapper {position: relative;}
.input-wrapper i {position: absolute;top: 50%;left: 14px;transform: translateY(-50%);color: #999;}
.input-wrapper input { padding: 12px 16px 12px 42px;border-radius: 30px;border: 1px solid #e6e6e6;width: 260px;font-size: 14px;}
.subscribe-btn {padding: 12px 26px;border-radius: 30px;background: linear-gradient(135deg, #ff9d00, #ff7a18);border: none;font-size: 14px;font-weight: 500;display: inline-flex;align-items: center;gap: 6px;}
.subscribe-btn i {transition: transform 0.3s ease;}
.subscribe-btn:hover i {transform: translateX(4px);}
.subscribe-note {display: block;margin-top: 14px;font-size: 13px;color: #999;}
/* Subscription End */

/* Contact Us Start */
.contact-hero {padding: 90px 0 60px;text-align: center;}
.contact-hero h1 {font-size: 42px;font-weight: 700;}
.contact-hero h1 span {color: #ff9d00;}
.contact-hero p {margin-top: 10px;color: #777;max-width: 620px;margin-inline: auto;line-height: 1.6;}
.contact-card {background: #fff;border-radius: 20px;padding: 28px;box-shadow: 0 10px 30px rgba(0,0,0,0.06);height: 100%;}
.contact-card h5 {font-weight: 600;margin-bottom: 14px;}
.contact-info p {font-size: 14px;color: #777;margin-bottom: 16px;}
.info-item {display: flex;align-items: center;gap: 10px;margin-bottom: 10px;font-size: 14px;color: #555;}
.info-item i {width: 34px;height: 34px;border-radius: 50%;background: #fff1e6;display: flex;align-items: center;justify-content: center;color: #ff9d00;}
.collab-list {margin-top: 16px;}
.collab-item {display: flex;align-items: center;gap: 12px;margin-bottom: 14px;font-size: 14px;}
.collab-item i {width: 36px;height: 36px;border-radius: 12px;background: linear-gradient(135deg, #ff9d00, #ff7a18);color: #fff;display: flex;align-items: center;justify-content: center;}    
.contact-form label {font-size: 13px;color: #666;margin-bottom: 6px;}
.contact-form input,
.contact-form textarea {border-radius: 14px;border: 1px solid #eee;padding: 12px 14px;font-size: 14px;}
.contact-form textarea {resize: none;height: 120px;}
.btn-send {width: 100%;border-radius: 14px;padding: 12px;background: linear-gradient(135deg, #ff9d00, #ff7a18);border: none;color: #fff;font-weight: 500;transition: all 0.3s ease;}
.btn-send:hover {transform: translateY(-2px);box-shadow: 0 10px 25px rgba(255,140,43,0.4);}
.contact-note {text-align: center;margin: 50px 0;color: #888;font-style: italic;font-size: 14px;}
/* Contact Us End */


/* About Us Start */
.header-space {height: 90px;}
.about-hero {padding: 100px 15px 60px;}
.about-hero h1 {font-size: 42px;font-weight: 700;}
.about-hero h1 span {color: #ff9d00;}
.about-hero p {max-width: 720px;margin: 12px auto;color: #777;}
.small-note {font-size: 14px;color: #999;}
.about-card {background: #fff;padding: 28px;border-radius: 20px;box-shadow: 0 10px 30px rgba(0,0,0,0.06);height: 100%;}
.icon-circle {width: 44px;height: 44px;border-radius: 12px;background: linear-gradient(135deg, #ff9d00, #ff7a18);color: #fff;display: flex;align-items: center;justify-content: center;margin-bottom: 14px;}
.mission-list {padding-left: 18px;font-size: 14px;}
.host-card {display: flex;gap: 20px;background: #fff;padding: 24px;border-radius: 20px;box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}.host-avatar {width: 150px;height: 150px;border-radius: 50%;overflow: hidden;flex-shrink: 0;border: 2px solid #ff6f00;}
.host-avatar img {width: 100%;height: 100%;object-fit: cover;}
.host-role {font-size: 13px;color: #777;}
.product-card {background: #fff;  padding: 24px;border-radius: 20px;box-shadow: 0 10px 30px rgba(0,0,0,0.06);height: 100%;display: flex;flex-direction: column;text-align: center;}
.product-card i {font-size: 22px;color: #ff9d00;margin-bottom: 12px;width: 52px;height: 52px;border: 2px solid rgb(255, 152, 67);border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;margin-left: auto;margin-right: auto;}
.company-name {font-size: 20px;font-weight: 800;margin: 16px 0 8px;}
.product-desc {font-size: 13px;color: #666;line-height: 1.7;margin-bottom: 18px;}
.product-card .btn {margin-top: auto;padding: 6px 16px;font-size: 13px;line-height: 1;border-radius: 12px;display: inline-flex;align-items: center;gap: 6px;}
/* About Us End */

/* Episodes Start */
.episodes-hero {padding: 110px 0 50px;text-align: center;}
.episodes-hero h1 {font-size: 42px;font-weight: 700;}
.episodes-hero span {color: #ff9d00;}
.episodes-hero p {max-width: 520px;margin: 12px auto;color: #777;}
.carousel-control-prev,
.carousel-control-next {width: 48px;height: 48px;background: #fff;border-radius: 50%;top: 45%;box-shadow: 0 6px 20px rgba(0,0,0,0.15);}
.carousel-control-prev-icon,
.carousel-control-next-icon {filter: invert(1);}
.carousel-indicators {position: static !important;margin-top: 10px;justify-content: center;}
.carousel-indicators [data-bs-target] {background-color: #ff9d00;width: 10px;height: 10px;border-radius: 50%;opacity: 0.4;margin: 0 5px;}
.carousel-indicators .active {opacity: 1;}
.watch-label {font-size: 13px;color: #777;   font-weight: 500;}
.ep-duration a {color: #777;font-size: 22px;transition: all 0.3s ease;}
.ep-duration a:hover {color: #ff9d00;}
#latest-episodes {scroll-margin-top: 100px;}
/* Episodes End */

/* Episode Details Start*/
.ep-details-section {background: #282828;padding: 30px;color: #FFFFFF; padding: 75px; border-radius: 45px 45px 0 0;}
.video-section {text-align: center; max-width: 800px; margin: auto; margin-bottom: 20px;}
.text{font-weight: 600;}
.link{margin-left: 10px;}
.episode-hero {padding: 100px 0 40px;background: transparent;position: relative;}
.episode-badge {display: inline-block;padding: 8px 22px;border-radius: 30px;font-size: 14px;font-weight: 600;color: #ff9d00;background: rgba(255, 140, 43, 0.15);margin-bottom: 18px;letter-spacing: 0.6px;}
.episode-title {font-size: 32px;font-weight: 800;line-height: 1.2;color: #555555; max-width: 920px;margin: 0 auto;}
/* Episode Details End*/

/* End CSS Here */


/*---media----*/
/* Responsive tweaks */
@media (min-width: 992px) {
.hero-title {font-size: 42px;}
.footer-logo-wrap {text-align: left;}
}

@media (max-width: 768px) {
.footer-desc {max-width: 100%;}
.sociallink {text-align: center;}
.hero-left{text-align: center;}
.host-frame {max-width: 320px;}
.host-stats {flex-wrap: wrap;}
.highlight-title {font-size: 32px;}
.highlight-card h3 {font-size: 30px;}
.subscribe-title {font-size: 32px;}
.input-wrapper input {width: 100%;}
.about-hero h1 {font-size: 32px;}
 .host-card {flex-direction: column;text-align: center;}
.host-avatar {margin: 0 auto;}
.host-designation {justify-content: center;}
.episode-title {font-size: 24px;}
.person {text-align: center;width: 72px;}
}

@media (max-width: 767px) {
.episodes-header {flex-direction: column;align-items: center;text-align: center;}
.episodes-header a {align-self: center;margin-top: 8px;}
.focus-card {text-align: center;padding: 28px 20px;}
.focus-icon {margin-left: auto;margin-right: auto;}
.focus-card h5 {text-align: center;}
.focus-card p {text-align: center;}
.logo img {height: 55px;}
.section-title {font-size: 30px !important;}
.about-title {font-size: 30px !important;}

.contact-hero {padding: 70px 16px 40px;}
.contact-hero h1 {font-size: 32px;}
.contact-hero p {text-align: center;}
.contact-card {text-align: center;padding: 24px 18px;}
.contact-info p {text-align: center;}
.info-item {justify-content: center;text-align: center;}
.collab-item {justify-content: center;text-align: center;}
.info-item i,
.collab-item i {flex-shrink: 0;}
.contact-note {text-align: center;margin: 36px 12px;}
}

@media (max-width: 576px) {
html, body {font-size: 14px;}
.navbar-expand-sm {flex-wrap: nowrap;justify-content: flex-start;}
.nav-logo {margin-left: 14px;}
.nav-right{float: right;}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {float: left;}
 h1 {font-size: 2rem;}
.description {font-size: 0.95rem;}
.footer {text-align: center;}
.whatsapp-float {width: 50px;height: 50px;font-size: 26px;left: 15px;bottom: 15px;}
.host-avatar{text-align: center !important;}
.ep-people {gap: 12px;}
.person {width: 100px;}
.stat-box {padding: 18px 10px;}
.host-stats {gap: 10px;}
.ep-details-section {padding: 35px;}
.modern-hero { padding: 140px 0 0px;}
.focus-card{text-align: center;}
}   

@media (max-width: 480px) {
.navbar-expand-sm {flex-wrap: nowrap;justify-content: flex-start;}
.nav-logo {margin-left: 14px;}
.nav-right{float: right;}
}