@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Teko:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --primary: #07274e;
    --secondary: #ff5d1c;
    --text-primary: #222;
    --text-secondary: #868395;
    --text-tertiary: #a19fad;
    --primary-bg: #dbe6ff;
    --secondary-bg: #F2F3F4;
    --primary-font: 'Teko', sans-serif;
    --secondary-font: 'Inter', sans-serif;
}

ol,
ul,
li,
a {
    list-style: none;
    text-decoration: none;
}

ol,
ul {
    padding: 0 !important;
}

p {
    font-size: 15px !important;
    color: var(--text-secondary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul {
    margin-bottom: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    font-family: var(--secondary-font);
    font-size: var(--text-primary);
}

/* Navigation */
.navigation {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 99;
}

.logo img {
    width: 250px;
}

.navigation-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-details {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contact-details a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary);
    font-weight: 500;
}

.contact-details a i {
    font-size: 1.5rem;
}

/* Hero */
.hero {
    position: relative;
    padding: 2rem 0;
}

.hero::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    justify-content: center;
    height: 100%;
}

.hero-content h1 {
    font-weight: 500;
    font-family: var(--primary-font);
    color: #fff;
}

.hero-content p {
    color: #fff !important;
    font-weight: 300;
    line-height: 1.7;
}

.hero-form {
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem 1.5rem 2.5rem 1.5rem;
    z-index: 9;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

.hero-form .form-header {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    margin-bottom: 1.25rem;
    text-align: center;
    align-items: center;
}

.hero-form .form-header h4 {
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 2rem;
}

.hero-form input,
.hero-form textarea,
.hero-form select {
    padding: 10px 16px;
    border-radius: 0;
    font-size: 14px;
    color: var(--text-secondary);
}

.hero-form a {
    width: 100%;
}

/* About */
.about-content {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.about-content span {
    color: var(--secondary);
    font-size: 1.25rem;
    font-weight: 500;
}

.about-content h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--primary);
    font-family: var(--primary-font);
}

.about-img img {
    max-height: 500px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Services */
.service-card {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    transition: 300ms ease;
    position: relative;
}

.service-card::after {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 10px;
    background: rgb(7, 39, 78);
    background: linear-gradient(90deg, rgba(7, 39, 78, 1) 0%, rgba(255, 93, 28, 1) 100%);
    z-index: -1;
}

.service-card:hover {
    box-shadow: rgb(44, 131, 237, 0.75) 0px 3px 8px;
}

.service-card img {
    width: 100%;
}

.service-card h6 {
    font-weight: 600;
    font-family: var(--primary-font);
    font-size: 1.75rem;
    margin-top: 1rem;
}

/* Description Section */
.desc-container {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.desc-container h1,
.desc-container h2,
.desc-container h3,
.desc-container h4,
.desc-container h5,
.desc-container h6 {
    font-weight: 700;
    color: var(--primary);
}

.desc-container ul {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    font-weight: 500;
    padding-left: 15px !important;
    color: var(--text-secondary);
}

.desc-container ul li {
    list-style: disc;
}

/* Testimonials */
.testimonial {
    background: rgb(0, 175, 239);
    background: linear-gradient(270deg, rgba(0, 175, 239, 0.2497373949579832) 0%, rgba(72, 190, 239, 0) 75%);
}

.testimonial-swiper {
    padding-bottom: 3rem !important;
}

.testimonial-swiper .swiper-slide {
    height: auto;
}

.testimonial-card {
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    border-radius: 30px 0 30px 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    align-items: center;
    text-align: center;
    background-color: #fff;
    height: 100%;
}

.testimonial-card .rating i {
    color: var(--primary);
    font-size: 1.15rem;
}

.testimonial-card p {
    font-weight: 400;
}

.testimonial-card h6 {
    font-weight: 700;
    color: var(--secondary);
    font-size: 1.15rem;
}

/* Footer */
.footer-content {
    padding: 1.25rem 1rem;
}

.footer-content p {
    text-align: center;
    font-size: 1.05rem !important;
    color: var(--secondary) !important;
    font-weight: 600;
}

.our-services {
    background: rgb(67, 144, 239);
    background: linear-gradient(90deg, rgba(67, 144, 239, 0.2497373949579832) 0%, rgba(67, 144, 239, 0) 75%);
}

/* Brands Section */
.brand-swiper .swiper-slide {
    height: auto !important;
    width: 200px !important;
}

.brand-card {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-card img {
    width: 150px;
    object-fit: contain;
}

/* Modal Form */
.modal-form {
    padding: 0;
    border: none;
    width: 100%;
}

.book-now-modal .modal-header {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.book-now-modal .modal-body {
    padding: 1.5rem 1rem;
}

.book-now-modal .modal-title {
    font-size: 1.5rem;
    font-family: var(--primary-font);
    font-weight: 600;
}

/* Points */
.point-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    text-align: center;
}

.point-card img {
    width: 75px;
}

.point-card h4 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.point-col {
    display: flex;
    justify-content: center;
}

/* Lessons */
.lesson-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 300ms ease;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.lesson-card:hover {
    box-shadow: rgb(44, 131, 237, 0.75) 0px 3px 8px;
}

.lesson-card-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.lesson-card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.lesson-card-content h4 {
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 1.75rem;
}

.form-btn{
    background:#ff5d1c;
    color:white;
    display:block;
    margin:0 auto;
}

.form-btn:hover{
    background:#ff5d1c !important;
    color:white !important;
}