/*====================================================
TutorSaathi Website
Professional CSS v2.0
Part 1 - Global
=====================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root{

--primary:#0B5E20;
--primary-dark:#084A18;
--secondary:#0D47A1;
--orange:#FF6B00;
--yellow:#FFC107;
--white:#ffffff;
--black:#222222;
--text:#666666;
--bg:#f8f9fa;
--border:#e8e8e8;
--shadow:0 15px 40px rgba(0,0,0,.08);
--radius:15px;
--transition:.35s;

}

/*==================================
RESET
===================================*/

*{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Poppins',sans-serif;
font-size:16px;
color:var(--text);
background:#fff;
overflow-x:hidden;
line-height:1.7;

}

img{

max-width:100%;
display:block;

}

a{

text-decoration:none;
transition:var(--transition);

}

ul{

padding:0;
margin:0;
list-style:none;

}

section{

padding:90px 0;
position:relative;

}

.container{

max-width:1200px;

}

/*==================================
HEADINGS
===================================*/

h1,
h2,
h3,
h4,
h5,
h6{

font-weight:700;
color:#222;

}

h1{

font-size:56px;

}

h2{

font-size:42px;

}

h3{

font-size:30px;

}

p{

color:#666;

}

/*==================================
UTILITY
===================================*/

.text-green{

color:var(--primary);

}

.text-orange{

color:var(--orange);

}

.bg-green{

background:var(--primary);

}

.bg-light-green{

background:#F4FFF6;

}

.rounded-20{

border-radius:20px;

}

.shadow-custom{

box-shadow:var(--shadow);

}

/*==================================
BUTTONS
===================================*/

.btn{

padding:14px 34px;
border-radius:50px;
font-weight:600;
transition:.3s;

}

.btn-primary-custom{

background:var(--primary);
color:#fff;

}

.btn-primary-custom:hover{

background:var(--primary-dark);
color:#fff;

}

.btn-orange{

background:var(--orange);
color:#fff;

}

.btn-orange:hover{

background:#d95900;
color:#fff;

}

/*==================================
SECTION TITLE
===================================*/

.section-title{

text-align:center;
margin-bottom:60px;

}

.section-title span{

color:var(--orange);
font-weight:600;
text-transform:uppercase;
letter-spacing:1px;

}

.section-title h2{

margin-top:12px;
margin-bottom:15px;

}

/*==================================
TOP BAR
===================================*/

.top-bar{

background:var(--primary);
color:#fff;
padding:8px 0;
font-size:14px;

}

.top-bar a{

color:#fff;

}

.top-bar a:hover{

color:var(--yellow);

}

/*==================================
NAVBAR
===================================*/

.navbar{

background:#fff;
padding:16px 0;
box-shadow:0 2px 20px rgba(0,0,0,.08);
transition:.3s;

}

.navbar-brand img{

height:65px;

}

.navbar-nav .nav-link{

font-size:17px;
font-weight:600;
color:#222 !important;
margin-left:14px;
margin-right:14px;

}

.navbar-nav .nav-link:hover{

color:var(--primary) !important;

}

.navbar-toggler{

border:none;

}

.navbar-toggler:focus{

box-shadow:none;

}

/*==================================
PAGE BANNER
===================================*/

.page-banner{

padding:120px 0;
text-align:center;
background:

linear-gradient(rgba(11,94,32,.85),rgba(11,94,32,.85)),
url("../images/banner-bg.jpg");

background-size:cover;
background-position:center;

}

.page-banner h1{

color:#fff;
font-size:50px;
margin-bottom:10px;

}

.page-banner p{

color:#fff;
font-size:18px;

}

/*==================================
HERO
===================================*/

.hero-section{

padding:120px 0;
background:linear-gradient(135deg,#ffffff,#eefcf0);

}

.hero-tag{

display:inline-block;
padding:10px 24px;
background:var(--orange);
color:#fff;
border-radius:50px;
font-size:14px;
margin-bottom:20px;

}

.hero-section h1{

color:var(--primary);
font-weight:800;
line-height:1.2;

}

.hero-section h1 span{

color:var(--secondary);

}

.hero-section p{

margin:25px 0;

}

.hero-board{

display:flex;
flex-wrap:wrap;
gap:15px;

}

.hero-board span{

background:#fff;
padding:12px 22px;
border-radius:50px;
box-shadow:var(--shadow);
font-weight:600;

}

/*==================================
COMMON CARD
===================================*/

.card-box{

background:#fff;
padding:30px;
border-radius:20px;
box-shadow:var(--shadow);
transition:.3s;
height:100%;

}

.card-box:hover{

transform:translateY(-10px);

}

/*==================================
FORM
===================================*/

.form-control,
.form-select{

height:55px;
border-radius:12px;
border:1px solid #ddd;

}

.form-control:focus,
.form-select:focus{

box-shadow:none;
border-color:var(--primary);

}

textarea.form-control{

height:160px;
resize:none;

}
/*====================================================
PART 2
About | Features | Classes | Counter | Process | Demo
======================================================*/

/*==================================
ABOUT SECTION
===================================*/

.about-section{
    background:#fff;
}

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.experience-box{
    position:absolute;
    right:-20px;
    bottom:20px;
    background:var(--primary);
    color:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:var(--shadow);
}

.experience-box h3{
    color:#fff;
    margin:0;
    font-size:34px;
}

.experience-box p{
    color:#fff;
    margin:0;
}

.about-content h6{
    color:var(--orange);
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
}

.about-content h2{
    margin:15px 0;
}

.about-content p{
    margin-bottom:20px;
}

.about-list li{
    margin-bottom:15px;
    font-weight:500;
}

.about-list li i{
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    margin-right:10px;
}

/*==================================
FEATURES
===================================*/

.feature-section{
    background:#f8f9fa;
}

.feature-box{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    transition:.35s;
    box-shadow:var(--shadow);
    height:100%;
}

.feature-box:hover{
    transform:translateY(-10px);
}

.feature-icon{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    margin:auto;
    margin-bottom:20px;
    background:var(--primary);
    color:#fff;
    font-size:34px;
}

.feature-box h4{
    margin-bottom:15px;
}

.feature-box p{
    margin-bottom:0;
}

/*==================================
CLASSES
===================================*/

.class-section{
    background:#fff;
}

.class-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:var(--shadow);
    transition:.35s;
    height:100%;
}

.class-card:hover{
    transform:translateY(-10px);
}

.class-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.class-content{
    padding:25px;
}

.class-content h3{
    margin-bottom:8px;
}

.class-content h5{
    color:var(--orange);
    margin-bottom:15px;
}

.class-content ul{
    margin-top:20px;
}

.class-content ul li{
    margin-bottom:10px;
}

.class-content ul li i{
    color:var(--primary);
    margin-right:8px;
}

/*==================================
COUNTER
===================================*/

.counter-section{
    background:var(--primary);
    color:#fff;
}

.counter-box{
    text-align:center;
    padding:25px;
}

.counter-box i{
    font-size:45px;
    margin-bottom:20px;
}

.counter-box h2{
    color:#fff;
    font-size:48px;
    margin-bottom:10px;
}

.counter-box p{
    color:#fff;
    margin:0;
}

/*==================================
PROCESS
===================================*/

.process-section{
    background:#fff;
}

.process-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    box-shadow:var(--shadow);
    transition:.35s;
    height:100%;
}

.process-card:hover{
    transform:translateY(-10px);
}

.process-number{
    width:70px;
    height:70px;
    border-radius:50%;
    line-height:70px;
    background:var(--orange);
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin:auto;
    margin-bottom:20px;
}

.process-card h4{
    margin-bottom:12px;
}

/*==================================
BOOK DEMO
===================================*/

.demo-form{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:var(--shadow);
}

.demo-form h3{
    text-align:center;
    margin-bottom:30px;
}

.demo-form .form-control,
.demo-form .form-select{
    margin-bottom:20px;
}

.demo-form textarea{
    height:140px;
}

.demo-form button{
    width:100%;
    height:55px;
    border:none;
    border-radius:12px;
    background:var(--primary);
    color:#fff;
    font-weight:600;
    transition:.3s;
}

.demo-form button:hover{
    background:var(--primary-dark);
}

/*==================================
CTA
===================================*/

.cta-section{
    background:linear-gradient(135deg,var(--primary),var(--secondary));
    color:#fff;
}

.cta-section h2{
    color:#fff;
}

.cta-section p{
    color:#f2f2f2;
}

/*==========================================
PART 3
Gallery | Become Tutor | Testimonials
FAQ | Contact | Footer | Responsive
==========================================*/

/*==============================
GALLERY
==============================*/

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    box-shadow:var(--shadow);
    cursor:pointer;
}

.gallery-item img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(11,94,32,.75);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.4s;
}

.gallery-overlay i{
    color:#fff;
    font-size:40px;
}

.gallery-item:hover img{
    transform:scale(1.1);
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

/*==============================
BECOME TUTOR
==============================*/

.tutor-section{
    background:#fff;
}

.tutor-image img{
    border-radius:20px;
    box-shadow:var(--shadow);
}

.tutor-benefits{
    margin-top:25px;
}

.tutor-benefits li{
    margin-bottom:15px;
    font-weight:500;
}

.tutor-benefits i{
    color:var(--primary);
    margin-right:10px;
}

/*==============================
TESTIMONIAL
==============================*/

.testimonial-section{
    background:#f8f9fa;
}

.testimonial-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:var(--shadow);
    transition:.35s;
    height:100%;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.testimonial-card img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;
}

.rating{
    color:#FFC107;
    margin-bottom:15px;
}

.testimonial-card h5{
    margin-bottom:5px;
}

.testimonial-card span{
    color:var(--primary);
    font-size:14px;
}

/*==============================
FAQ
==============================*/

.faq-section{
    background:#fff;
}

.accordion-item{
    border:none;
    border-radius:15px!important;
    overflow:hidden;
    margin-bottom:15px;
    box-shadow:var(--shadow);
}

.accordion-button{
    font-weight:600;
    padding:18px;
}

.accordion-button:not(.collapsed){
    background:var(--primary);
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

/*==============================
CONTACT
==============================*/

.contact-section{
    background:#f8f9fa;
}

.contact-box{
    background:#fff;
    border-radius:20px;
    padding:30px;
    text-align:center;
    box-shadow:var(--shadow);
    transition:.35s;
    margin-bottom:30px;
}

.contact-box:hover{
    transform:translateY(-8px);
}

.contact-box i{
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.contact-form{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:var(--shadow);
}

.contact-form textarea{
    height:160px;
}

/*==============================
GOOGLE MAP
==============================*/

.map iframe{
    width:100%;
    height:450px;
    border:0;
}

/*==============================
FOOTER
==============================*/

.footer{
    background:#063b14;
    color:#fff;
    padding-top:80px;
}

.footer-logo img{
    max-height:70px;
    margin-bottom:20px;
}

.footer h4{
    color:#fff;
    margin-bottom:20px;
}

.footer p{
    color:#ddd;
}

.footer ul{
    padding:0;
}

.footer ul li{
    margin-bottom:12px;
}

.footer ul li a{
    color:#ddd;
    transition:.3s;
}

.footer ul li a:hover{
    color:#FFC107;
    padding-left:6px;
}

.footer-social a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:var(--primary);
    border-radius:50%;
    margin-right:10px;
    transition:.3s;
}

.footer-social a:hover{
    background:var(--orange);
    color:#fff;
}

.footer-bottom{
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.1);
    padding:20px 0;
    text-align:center;
}

/*==============================
FLOATING BUTTONS
==============================*/

.whatsapp-float,
.call-float,
.scroll-top{

position:fixed;
width:58px;
height:58px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
color:#fff;
box-shadow:0 10px 25px rgba(0,0,0,.25);
transition:.3s;
z-index:9999;

}

.whatsapp-float{

right:20px;
bottom:100px;
background:#25D366;

}

.call-float{

right:20px;
bottom:30px;
background:#0D47A1;

}

.scroll-top{

left:20px;
bottom:30px;
background:var(--orange);

}

.whatsapp-float:hover,
.call-float:hover,
.scroll-top:hover{

transform:scale(1.08);
color:#fff;

}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px){

section{
padding:70px 0;
}

h1{
font-size:38px;
}

h2{
font-size:30px;
}

.page-banner{
padding:80px 0;
}

.hero-section{
padding:80px 0;
text-align:center;
}

.hero-board{
justify-content:center;
}

.navbar-nav{
padding-top:20px;
text-align:center;
}

.footer{
text-align:center;
}

.footer-social{
margin-bottom:30px;
}

}

@media(max-width:767px){

.class-card img{
height:220px;
}

.gallery-item img{
height:220px;
}

.contact-form{
padding:25px;
}

.demo-form{
padding:25px;
}

.page-banner h1{
font-size:34px;
}

}

@media(max-width:576px){

h1{
font-size:30px;
}

h2{
font-size:26px;
}

.btn{
width:100%;
margin-bottom:10px;
}

.whatsapp-float,
.call-float,
.scroll-top{

width:50px;
height:50px;
font-size:20px;

}

}