@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
margin: 0px;
padding: 0px;
}

body {
font-size: 15px;
font-family: "Montserrat", sans-serif!important;
color: #444!important;
font-weight: normal;
line-height: 24px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold!important;
  line-height: 1.3;
  color: #000;
}
.gry-bg{ background: #fbfbfb;}

:root {
--primary: #ff4500;
--primary-hover: #e63e00;
--primary-light: #fff5f0;
--secondary: #ff4500;
--foreground: #1a1a2e;
--muted: #010102;
--background: #ffffff;
--card-bg: #ffffff;
--border: #e5e7eb;
--gradient-hero: linear-gradient(135deg, #ff4500 0%, #cc2200 100%);
--gradient-cta: linear-gradient(135deg, #ff4500 0%, #e63900 100%);
--shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
--shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);
--shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);
--shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1);
--radius: 12px;
}

* {
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

.title-orange {
    color: #ff4500;
}

body {
font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
color: var(--foreground);
background: var(--background);
line-height: 1.6;
margin: 0;
padding: 0;
}

.navbar-brand img {
    width: 260px;
}
.nav-cta {
    background: var(--gradient-cta);
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 8px;
    font-weight: 700;
}

a {
text-decoration: none;
transition: all 0.3s ease;
}

img {
max-width: 100%;
height: auto;
}

/* ========== Utility Classes ========== */
.section-padding {
padding: 50px 0;
}

@media (max-width: 768px) {
.section-padding {
padding: 50px 0;
}
}

.section-tag {
display: inline-block;
padding: 8px 16px;
background: var(--primary-light);
color: var(--primary);
border-radius: 50px;
font-size: 14px;
font-weight: 600;
margin-bottom: 16px;
}

.section-tag-light {
background: rgba(255,255,255,0.15);
color: #fff;
}

.section-title {
font-size: 36px;
margin-bottom: 16px;
color: var(--foreground);
}

@media (min-width: 768px) {
.section-title {
font-size: 35px;
}
}

.section-title-light {
color: #fff;
}

.section-subtitle {
font-size: 18px;
color: var(--muted);
max-width: 700px;
margin: 0 auto 40px;
}

.section-subtitle-light {
color: rgba(255,255,255,0.85);
}

.bg-light-gray {
background: linear-gradient(100deg, #fdf7f7 45%, #fffbf3 60%);
}

.text-center {
text-align: center;
}

/* ========== Buttons ========== */
.btn-primary-custom {
background: var(--gradient-cta);
color: #fff;
border: none;
padding: 14px 32px;
font-size: 16px;
font-weight: 700;
border-radius: var(--radius);
box-shadow: 0 4px 14px rgba(255,69,0,0.4);
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 8px;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
opacity: 0.9;
transform: translateY(-2px);
color: #fff;
box-shadow: 0 6px 20px rgba(255,69,0,0.5);
}

.btn-outline-custom {
background: transparent;
color: var(--primary);
border: 2px solid var(--primary);
padding: 12px 28px;
font-size: 15px;
font-weight: 600;
border-radius: var(--radius);
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 8px;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus {
background: var(--primary);
color: #fff;
}

.btn-hero-outline {
    background: rgba(255, 255, 255, 0.1);
    color: #eb3b00;
    border: 2px solid rgb(242 63 0);
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    border-radius: var(--radius);
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-hero-outline:hover,
.btn-hero-outline:focus {
background: rgba(255,255,255,0.2);
color:#eb3b00;
}

.btn-block {
display: block;
width: 100%;
}

.btn-lg {
padding: 16px 36px;
font-size: 17px;
}

/* ========== Header/Navigation ========== */
.main-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
background: transparent;
transition: all 0.3s ease;
padding: 10px 0;
}

.main-header.scrolled {
background: rgba(255,255,255,0.98);
box-shadow: var(--shadow-md);
backdrop-filter: blur(10px);
}

.header-container {
display: flex;
align-items: center;
justify-content: space-between;
}

.logo img {
height: 48px;
width: auto;
}


/* ========== Hero Section ========== */
.hero-section {
background: linear-gradient(100deg, #fdf7f7 45%, #fff 60%);
padding: 140px 0 80px;
position: relative;
overflow: hidden;
}
.hero-section .hero-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--muted);
    margin-bottom: 12px;
    font-size: 15px;
    background: #fff;
}

@media (min-width: 768px) {
.hero-section {
padding: 90px 0 30px;
}
}

.hero-decoration {
position: absolute;
border-radius: 50%;
filter: blur(60px);
pointer-events: none;
}

.hero-decoration-1 {
top: -100px;
right: -100px;
width: 300px;
height: 300px;
background: rgba(255,200,100,0.2);
}

.hero-decoration-2 {
bottom: -100px;
left: -100px;
width: 400px;
height: 400px;
background: rgba(255,255,255,0.1);
}

.hero-content {
position: relative;
z-index: 1;
}

.hero-tag {
    display: inline-block;
    padding: 8px 20px;
    background: transparent;
    backdrop-filter: blur(4px);
    color: #ef3d00;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    border: 2px solid #f33f00;
}

.hero-title {
font-size: 32px;
color: #000;
margin-bottom: 20px!important;
line-height: 1.2;
}

@media (min-width: 768px) {
.hero-title {
font-size: 42px;
}
}

@media (min-width: 992px) {
.hero-title {
font-size: 40px;
}
}

.hero-subtitle {
font-size: 15px;
color: var(--muted);
margin-bottom: 5px!important;
max-width: 600px;
}

.hero-highlights {
list-style: none;
padding: 0;
margin: 0 0 20px;
}

.hero-highlights li {
display: flex;
align-items: flex-start;
gap: 12px;
color: var(--muted);
margin-bottom: 12px;
font-size: 15px;
}

.hero-highlights li i {
    color: #9e284f;
    margin-top: 3px;
    font-size: 15px;
}
#programs {
    background: linear-gradient(100deg, #fdf7f7 45%, #fffbf3 60%);
}
#enquiry .hero-buttons {
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: center;}
    


.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    
    justify-content: flex-start;
}

.hero-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 25px 25px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    border: 1px solid #f9edd5;
}

.hero-form-title {
font-size: 22px;
color: var(--foreground);
margin-bottom: 10px;
text-align: center;
}

.hero-form-subtitle {
font-size: 14px;
color: var(--muted);
text-align: center;
margin-bottom: 15px;
}

.form-group {
margin-bottom: 16px;
position: relative;
}

button.btnotp-2 {
    right: 6px;
    top: 5px;
}

.form-group label {
display: block;
font-size: 14px;
font-weight: 600;
color: var(--foreground);
margin-bottom: 6px;
}

.form-control {
width: 100%;
padding: 8px 16px;
border: 1px solid var(--border);
border-radius: 8px;
font-size: 15px;
transition: all 0.3s ease;
}

.form-control:focus {
outline: none;
border-color: var(--primary);
box-shadow: 0 0 0 3px rgba(255,69,0,0.1);
}

.form-help {
font-size: 12px;
color: var(--muted);
text-align: center;
margin-top: 16px;
}

/* ========== Programs Section ========== */
.program-card {
background: #fff;
border-radius: var(--radius);
padding: 28px;
box-shadow: var(--shadow-lg);
transition: all 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
margin-bottom: 24px;
}

.program-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-xl);
}

.program-card.featured {
border: 2px solid rgba(255,69,0,0.2);
}

.program-badge {
position: absolute;
top: -12px;
left: 24px;
background: var(--primary);
color: #fff;
padding: 4px 12px;
border-radius: 50px;
font-size: 11px;
font-weight: 700;
}

.program-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 16px;
}

.program-icon {
width: 48px;
height: 48px;
background: var(--primary-light);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary);
font-size: 22px;
transition: all 0.3s ease;
}

.program-card:hover .program-icon {
background: var(--primary);
color: #fff;
}

.program-tag {
font-size: 11px;
font-weight: 700;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 0.5px;
}

.program-title {
font-size: 20px;
color: var(--foreground);
margin-bottom: 12px;
transition: color 0.3s ease;
}

.program-card:hover .program-title {
color: var(--primary);
}

.program-desc {
font-size: 14px;
color: var(--muted);
margin-bottom: 20px;
}

.program-highlights {
list-style: none;
padding: 0;
margin: 0 0 24px;
flex-grow: 1;
}

.program-highlights li {
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
color: rgba(26,26,46,0.8);
margin-bottom: 8px;
}

.program-highlights li::before {
content: '';
width: 6px;
height: 6px;
background: var(--primary);
border-radius: 50%;
flex-shrink: 0;
}

/* ========== Why CL Section ========== */
.why-card {
background: #fff;
border-radius: var(--radius);
padding: 25px;
box-shadow: var(--shadow-lg);
transition: all 0.3s ease;
min-height: 252px;
}

.why-card:hover {
box-shadow: 0 0 40px rgba(255,69,0,0.15);
}

.why-card-inner {
display: flex;
align-items: flex-start;
gap: 20px;
}

.why-icon {
width: 56px;
height: 56px;
min-width: 56px;
background: var(--gradient-hero);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 24px;
transition: transform 0.3s ease;
}

.why-card:hover .why-icon {
transform: scale(1.1);
}

.why-title {
font-size: 20px;
color: var(--foreground);
margin-bottom: 8px;
transition: color 0.3s ease;
}

.why-card:hover .why-title {
color: var(--primary);
}

.why-desc {
font-size: 15px;
color: var(--muted);
margin: 0;
line-height: 1.6;
}

/* ========== Features Section ========== */
.feature-card {
background: #fff;
border-radius: var(--radius);
padding: 24px;
box-shadow: var(--shadow-lg);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
margin-bottom: 24px;
}

.feature-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-xl);
}

.feature-card::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100px;
background: var(--primary-light);
border-radius: 50%;
transform: translate(30%, -30%);
transition: background 0.3s ease;
}

.feature-card:hover::before {
background: rgba(255,69,0,0.15);
}

.feature-icon {
width: 48px;
height: 48px;
background: var(--primary-light);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary);
font-size: 22px;
margin-bottom: 16px;
transition: all 0.3s ease;
position: relative;
z-index: 1;
}

.feature-card:hover .feature-icon {
background: var(--primary);
color: #fff;
transform: scale(1.1);
}

.feature-title {
font-size: 18px;
color: var(--foreground);
margin-bottom: 8px;
transition: color 0.3s ease;
position: relative;
z-index: 1;
}

.feature-card:hover .feature-title {
color: var(--primary);
}

.feature-desc {
font-size: 14px;
color: var(--muted);
margin: 0;
position: relative;
z-index: 1;
}

/* ========== Results Section ========== */
.results-section {
position: relative;
overflow: hidden;
}

.results-decoration {
position: absolute;
border-radius: 50%;
filter: blur(60px);
pointer-events: none;
}

.results-decoration-1 {
top: 50px;
right: 50px;
width: 250px;
height: 250px;
background: rgba(255,200,100,0.2);
}

.results-decoration-2 {
bottom: 50px;
left: 50px;
width: 300px;
height: 300px;
background: rgba(255,255,255,0.1);
}

.result-card {
background: rgba(255,255,255,0.95);
backdrop-filter: blur(10px);
border-radius: var(--radius);
padding: 28px;
box-shadow: var(--shadow-lg);
text-align: left;
transition: all 0.3s ease;
margin-bottom: 24px;
position: relative;
z-index: 1;
}

.result-card:hover {
transform: scale(1.02);
}

.result-icon {
width: 64px;
height: 64px;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 28px;
margin-bottom: 20px;
transition: transform 0.3s ease;
}

.result-card:hover .result-icon {
transform: scale(1.1);
}

.result-icon.gold {
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.result-icon.blue {
background: var(--gradient-hero);
}

.result-icon.green {
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.result-metric {
font-size: 28px;
font-weight: 800;
color: var(--foreground);
margin-bottom: 0;
}

.result-metric-sub {
font-size: 14px;
font-weight: 700;
color: var(--primary);
margin-bottom: 12px;
}

.result-title {
font-size: 20px;
color: var(--foreground);
margin-bottom: 8px;
}

.result-desc {
font-size: 14px;
color: var(--muted);
margin: 0;
}

/* ========== Who Is It For Section ========== */
.persona-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 20px 10px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 10px;
    border: 2px solid #e2e8f0;
}
.persona-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-xl);
}
.know-mentor {
    box-shadow: 0 0 17px rgb(255 7 0 / 25%);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 3px solid #f73f00a3;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}

.persona-header {
margin-bottom: 5px;
}

.persona-icon {
width: 56px;
height: 56px;
background: var(--gradient-hero);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 24px;
transition: transform 0.3s ease;
}

.persona-card:hover .persona-icon {
transform: scale(1.1);
}

.persona-subtitle {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
}

.persona-title {
font-size: 20px;
color: var(--foreground);
margin-bottom: 12px;
transition: color 0.3s ease;
}

.persona-card:hover .persona-title {
color: var(--primary);
}

.persona-desc {
    font-size: 15px;
    color: var(--muted);
    margin-bottom: 0px;
    font-weight: 600;
}

.persona-benefits {
list-style: none;
padding: 0;
margin: 0 0 24px;
flex-grow: 1;
}

.persona-benefits li {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 14px;
color: rgba(26,26,46,0.8);
margin-bottom: 8px;
}

.persona-benefits li::before {
content: '';
width: 6px;
height: 6px;
background: var(--primary);
border-radius: 50%;
flex-shrink: 0;
margin-top: 7px;
}

/* ========== FAQ Section ========== */
.faq-item {
background: #fff;
border-radius: var(--radius);
margin-bottom: 16px;
box-shadow: var(--shadow-lg);
overflow: hidden;
transition: all 0.3s ease;
}

.faq-item.active {
box-shadow: var(--shadow-lg), 0 0 0 2px rgba(255,69,0,0.2);
}

.faq-question {
padding: 20px 24px;
font-size: 16px;
font-weight: 600;
color: var(--foreground);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: color 0.3s ease;
}

.faq-question:hover {
color: var(--primary);
}

.faq-question i {
font-size: 14px;
color: var(--muted);
transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
transform: rotate(180deg);
}

.faq-answer {
display: none;
padding: 0 24px 20px;
color: var(--muted);
font-size: 15px;
line-height: 1.7;
}

.faq-item.active .faq-answer {
display: block;
}

/* ========== Enquiry Section ========== */
.enquiry-benefits {
list-style: none;
padding: 0;
margin: 0 0 32px;
}

.enquiry-benefits li {
display: flex;
align-items: center;
gap: 12px;
font-size: 16px;
color: var(--foreground);
margin-bottom: 12px;
}

.enquiry-benefits li i {
color: var(--primary);
font-size: 18px;
}

.enquiry-tip {
background: #fff;
border-radius: var(--radius);
padding: 16px 20px;
box-shadow: var(--shadow-md);
font-size: 14px;
color: var(--muted);
}

.enquiry-tip strong {
color: var(--foreground);
}

.enquiry-form-card {
background: #fff;
border-radius: var(--radius);
padding: 32px;
box-shadow: var(--shadow-xl);
}

.form-row {
display: flex;
gap: 16px;
flex-wrap: wrap;
}

.form-row .form-group {
flex: 1;
min-width: 200px;
}

.form-disclaimer {
font-size: 12px;
color: var(--muted);
text-align: center;
margin-top: 16px;
}

/* ========== Sticky Bar ========== */
.sticky-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: rgba(255,255,255,0.98);
backdrop-filter: blur(10px);
border-top: 1px solid var(--border);
box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
padding: 16px 0;
z-index: 900;
display: none;
}

@media (min-width: 768px) {
.sticky-bar {
display: block;
}
}

.sticky-bar-inner {
display: flex;
align-items: center;
justify-content: space-between;
}

.sticky-bar-text {
font-size: 16px;
font-weight: 600;
color: var(--foreground);
}

.sticky-bar-text span {
color: var(--muted);
font-weight: 400;
}

/* ========== Footer ========== */
.main-footer {
background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
padding: 32px 0;
/* padding-bottom: 100px; */
}

.box-area.with-img .feature-content {
    margin-right: 15px;
    padding: 10px 15px;
    margin-top: 15px;
     margin-bottom: 15px;
}
.box-area.with-img .feature-content h4 {
    background-color: transparent;
    min-height: inherit;
    padding: 5px 0 5px 24px;
}

.box-area.with-img .program-box h5 {
    display: none;
}
.hide {
    display: none;
}
.box-area .pricetbtn {
    margin: 10px 15px;
    display: none;
}
.box-area.with-img .program-box {
    padding: 0px;
    margin: 0 10px;
}
.feature-content {
    height: 200px;
    overflow: auto;
}

.slick-prev {
    background-image: url(/cat-mba/images/left-arrow-angle.png) !important;
    right: inherit;
    left: -30px;
}
.slick-next{right: -30px;left: inherit;}


.slick-arrow{top: 50%;    background-size: 35px;}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #e83a00;
    border-radius: 30px;
        background-size: 69%;
}
.carousel-control-next, .carousel-control-prev{opacity: 0.9;}

.carousel-control-next, .carousel-control-prev{width: 5%;}

.service {
    min-height: 140px;
}
.service {
    background-color: #fff8f4;
    margin: 0 auto;
    min-height: 160px;
    padding: 15px;
    transition: .5s ease;
    position: relative;
    margin-top: 10px;
    border-radius: 30px;
}
.blri1 {
    background: #ffe9e9;
}

.blri2 {
    background: #e9eaff;
}
.preparation h5 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0px;
}
.bullet ul {
    list-style: outside none none;
    padding: 0;
    margin-bottom: 0;
}

.bullet ul li {
list-style: outside none none;
margin: 0;
padding: 2px 0 2px 25px;
position: relative;
text-align: left;
width: 100%;
}

.bullet ul li::before {
color: #e85222;
content: "\f00c";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
position: absolute;
top: 3px;
text-align: center;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 14px rgb(0 0 0 / 13%);
    padding: 5px;
    background: #fff;
    border-radius: 10px;
}
.carousel-inner img {
    border-radius: 10px;
}

.service p {
    margin-bottom: 0;
}

#enquiry {
    background: linear-gradient(100deg, #fdf7f7 45%, #fffbf3 60%);
}
.yourcall {
    border: 1px solid #ee622f4d;
    background: #fff;
    margin: 0 auto;
    max-width: 1030px;
    border-radius: .75rem;
}
.usp-box {
    background-image: linear-gradient(135deg, #fef7f5, #fffcfc);
    border-radius: .75rem;
    padding: 13px 12px;
    border: 1px solid #ee622f1a;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}
.usp-box svg {
    color: #e4551d !important;
}

@media (min-width: 768px) {
.main-footer {
padding-bottom: 32px;
}
}

.footer-inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
text-align: center;
}

@media (min-width: 768px) {
.footer-inner {
flex-direction: row;
justify-content: space-between;
text-align: left;
}
}

.footer-logo img {
height: 32px;
filter: brightness(0) invert(1);
}

.footer-links {
display: flex;
gap: 24px;
}

.footer-links a {
color: rgba(255,255,255,0.7);
font-size: 14px;
}

.footer-links a:hover {
color: #fff;
}

.footer-copyright {
color: rgba(255,255,255,0.5);
font-size: 14px;
margin: 0;
}
.form-group select {
    background: url(https://www.careerlauncher.com/images/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 98%;
}

/* ========== Animations ========== */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

.animate-fade-in-up {
animation: fadeInUp 0.6s ease forwards;
}


@media only screen and (max-width: 767px) {
    .hero-section {
        padding: 80px 0 40px;
    }
.hero-section h5{ font-size: 16px;}
.hero-form-card {
    padding: 20px 20px 25px;margin-top: 20px;
}
.hero-form-title {
    font-size: 17px;
}
.section-title {
    font-size: 25px;
}
.btn-lg {
    padding: 8px 20px;
    font-size: 15px;
}
.btn-primary-custom {   
    padding: 8px 20px;
    font-size: 15px;
    display: block;
    text-align: center;
    width: 100%;
}
.service {
min-height: inherit;
padding: 15px;   
margin-top: 10px;
border-radius: 15px;
}
.section-padding {
padding: 25px 0;
}

.slick-prev {
left: -5px;
}
.slick-next {
right: -5px;
}
.slick-arrow {
background-color: #fd4400ab !important;
background-size: 24px;
}

.why-card {
padding: 15px;

}
.why-card {
min-height: auto;
}
.why-icon {
width: 40px;
height: 40px;
min-width: 40px;   
font-size: 19px;
}

.why-title {
    font-size: 17px;
}
.feature-title {
    font-size: 17px;
}

#who-is-it-for .slick-next {
right: 16px;
}
#who-is-it-for .slick-prev {
left: 16px;
}
.faq-question {
    padding: 20px 15px;
    font-size: 15px;
}
.faq-answer {
    padding: 0 15px 15px;
    font-size: 15px;
    line-height: 1.5;
}

.hero-highlights li {
    margin-bottom: 5px;
}
.hero-highlights {
    margin: 0 0 0px;
}
.hero-section .hero-buttons {
    margin-top: 15px;
}

.hero-title {
    font-size: 28px;
}

.hero-section .hero-highlights li {
    margin-bottom: 5px;
    padding: 6px 12px;
}

}