    /* Table of Contents
----------------------------------

 
/*------------------------------ (00)-Global CSS ------------------------------*/
/* 
0- Global CSS
1- Heading CSS  
2- Button CSS  
3- Logo Area CSS
4- Page Title CSS
5- Header Area CSS 
6- Footer Area CSS
7- Scroll-Top Area CSS
8- Form CSS
9- Swiper Pagination CSS
10- Swiper Navigation CSS
11- Sidebar Heading CSS
12- Sidebar CSS
*/

/*------------------------------ (01)-Home ------------------------------*/
/*
1- Home Slider
2- Counter
3- Why-Us
4- Testimonials
5- Startup-Banner
6- Blog
*/

/*------------------------------ (02)-About ------------------------------*/
/*
1- About Us
2- Team
3- Team Single
4- Testimonials
5- Faqs
*/

/*------------------------------ (03)-Pages ------------------------------*/

/*--------------- COMPONENTS ---------------*/
/* 
01- Account-Form 
02- Tab Information
03- Page Single
04- Page Sidebar  
*/

/*--------------- PAGES ---------------*/
/*
1- Pricing
2- Partners
3- Courses
4- Course Single
5- Events
6- Event Single
7- Login
8- Register
*/

/*------------------------------ (04)-Service ------------------------------*/
/*
1- Services
2- Service Single
*/

/*------------------------------ (05)-Portfolio ------------------------------*/
/*
1- Portfolio
2- Portfolio Single
*/

/*------------------------------ (06)-Blog ------------------------------*/

/*--------------- COMPONENTS ---------------*/
/* 
01- Blog-Item 
02- Comment 
03- Pages-No
*/

/*--------------- PAGES ---------------*/
/*
1- Blog Grid
2- Blog List
3- Blog Single 
*/

/*------------------------------ (07)-Shop ------------------------------*/

/*--------------- COMPONENTS ---------------*/
/* 
01- Filter
02- Shop Header
03- Quantity Box
04- Product-Item
05- Shop-Title
06- Cart-Summary
*/

/*--------------- PAGES ---------------*/
/*
1- Shop Grid 
2- Shop Standard
3- Product Single
4- Cart
5- Checkout
*/

/*------------------------------ (08)-Contact ------------------------------*/



/*------------------------------ (00)- Global CSS (Start) ------------------------------*/

/*----- 0- Global CSS -----*/
/* Importing Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&family=Roboto:wght@400;500;700;900&display=swap');

/* Root Variables */
:root{
    --main-color: #00b4d8;
    --secondary-color: #001f3f; 
    --linear-color: linear-gradient(180deg, var(--secondary-color) 0%, var(--main-color) 100%);;
    --black: #000;
    --white: #fff;
    --grey: #666; 
    --border-radius: 1rem;
    --border: 0.1rem solid rgba(0, 0, 0, 0.1);
    --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* Global Styles */
*{
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0; 
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    outline: none;
}

/* Apply transition to all elements except portfolio-item */
*:not(.portfolio-item) {
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
  }

/* Selection Styles */
*::-moz-selection{
    color: var(--white);
    background-color: var(--main-color);
}

*::selection{
    color: var(--white);
    background-color: var(--main-color);
}

/* Body Styles */
body{
    background: whitesmoke;
    overflow-x: hidden;
}

/* HTML Styles */
html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}

/* Section Styles */
section{
    padding: 3rem 5%;
}

/* Scrollbar Styles */
::-webkit-scrollbar{
    width: 0.8rem;
}

::-webkit-scrollbar-track{
    background: var(--black);
}

::-webkit-scrollbar-thumb{
    border-radius: 0.5rem;
    background: var(--main-color);
}


/*----- 1- Heading CSS -----*/
.heading{
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Sub Heading */
.heading span{
    letter-spacing: 0.2rem;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0.2rem;
}
  
/* Main Heading */ 
.heading h2{
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 4rem;  
    font-weight: 600;
    color: var(--secondary-color);
    letter-spacing: 0.1rem;
    line-height: 1;
    padding-bottom: 1.2rem;
}

/* Heading Line Style */ 
.heading h2:before{
    position: absolute;
    left: 50%; 
    bottom: 0;
    width: 10rem;
    height: 2px;
    content: "";
    background-color: var(--main-color);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

/* Headings with Linear Background */
.linear-bg .heading h2,
.linear-bg .heading h2 span{
    color: var(--white);
}

/*----- 2- Button CSS -----*/
/* Button Styles */
.btn{
    display: inline-block;
    background-image: -webkit-linear-gradient(left, var(--secondary-color) 0%, var(--main-color)  51%, var(--secondary-color)  100%);
    background-image:       linear-gradient(to right, var(--secondary-color) 0%, var(--main-color)  51%, var(--secondary-color)  100%);
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
            transition: 0.5s;
    background-size: 200% auto;
    color: var(--white);            
    border-radius: var(--border-radius);
    cursor: pointer;
}

/* Button Styles, On Hover */
.btn:hover{
    background-position: right center; /* change the direction of the change here */
}

/*----- 3- Logo Area CSS -----*/  
/* Logo Styles */ 
.logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

/* Logo Image */
.logo img{
    height: 4rem;
    object-fit: cover;
}

/* Company Name */
.logo h3{
    font-family: 'Raleway', sans-serif;
    font-size: 3rem;
    font-weight: 600; /* Adjust to your preference */
    letter-spacing: 1px;
    color: var(--white);
    line-height: 1;
}

/*----- 4- Page Title CSS -----*/
.page-title{
    position: relative;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url("../../assets/images/PageTitle/pageTitle.jpg");
    background:         linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url("../../assets/images/PageTitle/pageTitle.jpg");
    min-height: 45rem;
    background-repeat: no-repeat;  
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0rem 5%;
    padding-top: 8rem;
}

/* Page Title */
.page-title .title{
    margin-bottom: 1rem;
}

/* Page Title Heading */
.page-title .title h2{
    color: var(--white);
    font-size: 5rem;
    font-weight: 500;
}

/* Link Section */
.page-title .link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font-size: 1.8rem;
}

/* Home Link */
.page-title .link a{
    font-weight: 600; 
    color: var(--white);
}

/* Home Link, On Hover */
.page-title .link a:hover{
    color: var(--main-color);
}

/* Arrow Icon */
.page-title .link i{
    color: var(--white);
}

/* Current Page Title */
.page-title .link span{
    font-weight: 500;
    color: var(--main-color);
}

/*----- 5- Header Area CSS -----*/
/* Header Styles */
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Header-1 Styles */
.header .header-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 5%;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}

/* Header-1 Styles, On Active Header */
.header.active .header-1{
    display: none;
}

/* Header Contacts */
.header .header-contacts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    list-style-type: none;
}

/* Header Contact Item Styling */
.header .header-contacts li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    gap: 1rem;
    font-size: 1.6rem;
    color: var(--white);
}

/* Header Contact Icon Styling */
.header .header-contacts li i{
    color: var(--main-color);
}

/* Reset Contact Text Transformation */
.header .header-contacts span{
    text-transform: none;
}

/* Social Contacts */
.header .social-contacts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    list-style-type: none;
}

/* Social Link Styling */
.header .social-contacts li a{
    height: 3rem;
    width: 3rem;
    font-size: 1.6rem;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Social Link Styling, On Hover */
.header .social-contacts li a:hover{
    color: var(--main-color);
}

/* Header-2 Styles */
.header .header-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7rem;
    padding: 0rem 5%;
}

/* Header-2 Styles, On Active Header */
.header.active .header-2{
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

/* Menu Button */
.header #menu-btn{
    font-size: 2rem;
    color: var(--white);
    cursor: pointer;
    display: none;
}

/* Menu Button, On Hover */
.header #menu-btn:hover{
    color: var(--main-color);
}

/* Navbar Styles */
.header .navbar{
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    gap: 1.8rem;
}

/* Hide Mobile menu */
.mobile-menu{
    display: none;
}

.header .container{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
}

/* Header Dropdown Menu Styles */
.header .dropdown-menu{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Navbar Button */
.header .navbar .nav-btn{
    display: inline-block;
    font-size: 1.7rem;
    color: var(--white);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    gap: 0.5rem;
}

/* Navbar Button, On Hover */
.header .navbar .nav-btn:hover{
    color: var(--main-color);
}

/* Dropdown Content Styles */
.header .dropdown-content{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white);
    width: 20rem;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    -webkit-transition:  all 0.5s;
    -moz-transition:  all 0.5s;
    -o-transition:  all 0.5s;
    transition:  all 0.5s;
    z-index: 1000;
    border-radius: 0.5rem;
    border-top: 0.4rem solid var(--main-color);
    overflow: hidden;
}

.header .dropdown-menu:hover button{
    color: var(--main-color);
}

.header .dropdown-menu:hover .dropdown-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Header Dropdown Content Link */
.header .dropdown-content a{
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--black);
    padding: 1rem;
    cursor: pointer;
}

/* Header Dropdown Content Link, On Hover */
.header .dropdown-content a:hover{
    color: var(--white);
    background-color: var(--main-color);
}

/* Header Icon Container */
.header .icon-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
    gap: 1rem;
}

/* Header Icon */
.header .icon-container .icon{
    font-size: 2rem;
    color: var(--white);
    padding: 0.2rem;
    cursor: pointer;
}

/* Header Icon, On Hover */
.header .icon-container .icon:hover{ 
    color: var(--main-color);
}

/* Header Cart Link */
.header #cart{
    position: relative;
  }
  
/* Header Cart Link Badge */
.header #cart .badge {
    position: absolute;
    top: -0.8rem;
    right: -0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2rem;
    height: 2rem;
    background-color: var(--main-color);
    color: var(--white);
    border-radius: 50%;
    font-size: 1.2rem;
}

/*-- Search Container --*/
.search-container{
    position: absolute;
    top: 100%;
    right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
    background: var(--white);
    width: 50rem;
    padding: 1.5rem 2rem;
    border-radius: 50rem;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    opacity: 0;
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
}

/* Active Search Container */
.search-container.active{
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

/* Search Input */
.search-container input{
    width: 100%;
    height: 100%;
    background: transparent;
    color: var(--black);
    font-size: 1.8rem;
    text-transform: none;
}

/* Search Button */
.search-container button{
    color: var(--secondary-color);
    background-color: transparent;
    font-size: 2rem;
    padding-right: 0.5rem;
    padding-left: 1rem;
}

/* Search Button, On Hover */
.search-container button:hover{
    color: var(--main-color);
    cursor: pointer;
}

/*----- 6- Footer Area CSS -----*/
.footer{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../../assets/images/Background/Footer.jpg");
    background:         linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../../assets/images/Background/Footer.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Footer Container */
.footer .box-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    gap: 3rem;
    padding: 2rem 5%;
}

/* Footer Item */
.footer-item{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 22rem; 
        flex: 1 1 22rem; 
}

/* First Footer Item */
.footer-item:first-child{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30rem; 
        flex: 1 1 30rem;
}

/* Footer Heading */
.footer-item h2{ 
    color: var(--white);
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
}

/* Footer Heading Underline */
.footer-item h2:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10rem;
    height: 2px;
    content: "";
    background-color: var(--main-color); 
    -webkit-transform: translateX(0%); 
            transform: translateX(0%);
}

/* Footer Items direct child paragraphs */
.footer-item > p{
    padding-top: 1rem;
    font-size: 1.5rem;
} 

/* Footer paragraphs */
.footer-item p{
    color: var(--white); 
    font-size: 1.6rem;
    line-height: 1.5;
}

/* Footer Social Account Links */
.footer-item .social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

/* Footer Social Account Link */
.footer-item .social a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Footer Social Account Link Icon */
.footer-item .social a i{
    height: 4rem;
    width: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    background-color: var(--main-color);
    font-size: 1.7rem;
    border-radius: 50%;
}

/* Footer Social Account Link Icon, On Link Hover */
.footer-item .social a:hover i{
    background-color: var(--secondary-color);
}

/* Footer Item Info Paragraph */
.footer-item .info p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

/* Footer Item Info Link */
.footer-item .info a{ 
    font-size: 1.6rem;
    color: var(--white);
}

.footer-item .links p:hover a{
    color: var(--main-color);
}

.footer-item .links p:hover i{
    padding-left: 1rem;
}

/* Footer Item Info Paragraph Icon */
.footer-item .links p i{
    color: var(--main-color);
    font-size: 1.5rem;
}

/* Footer Contact Info Text */
.footer-item .connect p{
    margin-bottom: 0.7rem;
}

/* Footer Contact Info Icon */
.footer-item .connect i{
    font-size: 1.6rem;
    color: var(--main-color);
    height: 3rem;
    width: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Footer Contact Info Text with "gmail" class */
.footer-item .gmail{
    text-transform: none;
}

/* Designer credit and rights */
.footer .content{
    text-align: center;
    padding: 2rem 0;
    background-color: var(--main-color);
}

.footer .content p{
    font-size: 2rem;
    color: var(--white);
}

/*----- 7- Scroll-Top Area CSS -----*/
/* Scroll Top Button */
.scroll-top{
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    height: 5rem;
    width: 5rem;
    font-size: 2.2rem;
    color: var(--white);
    background: var(--main-color);
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s; 
    transition: all 0.2s;
    z-index: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

/* Scroll Top Button, On Hover */
.scroll-top:hover{
    color: var(--white);
    background-color: var(--secondary-color);
    cursor: pointer;
}

/*----- 8- Form CSS -----*/
/* Autofilled input fields */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    color: var(--black) !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
            transition: background-color 5000s ease-in-out 0s;
}
  
/* Form input box container */
.form .input-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
  
/* Form input box container */
.form .input-box .box{
    width: 49%;
}
  
/* Form Input Field */
.form .box{
    width: 100%;
    background-color: transparent;
    font-size: 1.6rem;
    color: var(--black);
    padding: 1rem 1.5rem; 
    margin: 0.7rem 0;
    border: 0.15rem solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    text-transform: none;
}

/* Form Input Field placeholder */
.form .box::-webkit-input-placeholder{
    text-transform: capitalize;
}
.form .box::-moz-placeholder{
    text-transform: capitalize;
}
.form .box:-ms-input-placeholder{
    text-transform: capitalize;
}
.form .box::placeholder{
    text-transform: capitalize;
}

/* Focused Input Field */
.form .box:focus{
    border-color: var(--main-color);
}

/* Form Textarea */
.form textarea{
    resize: none;
    height: 20rem;
}

/* Form Button */
.form .btn{
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
}

/*----- 9- Swiper Pagination CSS -----*/
/* Swiper pagination bullet */
.swiper-pagination-bullet{ 
    height: 1rem;
    width: 4rem;
    border-radius: 50rem;
    background: var(--white);
    opacity: 0.7;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

/* Active swiper pagination bullet */
.swiper-pagination-bullet-active{
    background: var(--main-color) !important;
    opacity: 0.9;
}

/*----- 10- Swiper Navigation CSS -----*/
/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev{
    background-color: var(--main-color);
    font-size: 1rem;
    height: 5rem;
    width: 5rem;
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

/* Swiper Navigation Buttons Icon */
.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 2rem;
    font-weight: bold;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center; 
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
  
/* Swiper Navigation Buttons, On Hover */
.swiper-button-next:hover,
.swiper-button-prev:hover{
    background-color: var(--secondary-color);
}

/*----- 11- Sidebar Heading CSS -----*/
/* Sidebar Heading Title */
.sidebar-heading h2{
    position: relative;
    font-family: "Raleway", sans-serif;
    font-size: 3rem; 
    font-weight: 600;
    word-spacing: 1px; 
    color: var(--black);
    letter-spacing: 0.1rem;
    line-height: 1;
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}

/* Heading Line Style */ 
.sidebar-heading h2:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10rem;
    height: 2px;
    content: "";
    background-color: var(--main-color);
}

/*----- 12- Sidebar CSS -----*/
/*
1- Search
2- Category
3- Recent Items
4- Tags
*/

/* sidebar container */
.sidebar{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 28rem; 
        flex: 1 1 28rem;  
}

/* Sidebar item */
.sidebar .sidebar-item{
    margin-bottom: 1.5rem;
    border: var(--border);
    border-radius: var(--border-radius);
    background-color: var(--white);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    overflow: hidden;
    padding: 1.5rem;
}

/*-- 1- Search --*/

/* Search input box */
.sidebar .search .input-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 5rem;
}

/* Search Input Field */
.sidebar .search .input-box input{
    width: 100%;
    padding: 1.5rem; 
    overflow: hidden;
    border: 0.1rem solid rgba(0, 0, 0, 0.5);
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

/* Focused Search Input Field */
.sidebar .search .input-box input:focus{ 
    border-color: var(--main-color);
}

/* Search button */
.sidebar .search .input-box button{
    color: var(--white);
    background-color: var(--main-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 2rem;
    font-size: 1.8rem;
    cursor: pointer;
}

/* Search button, Hover Effect */
.sidebar .search .input-box button:hover{
    background-color: var(--secondary-color);
}

/*-- 2- Category --*/ 
/* Category item */
.sidebar .category a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--secondary-color);
    border-left: 0.5rem solid var(--main-color);
    margin-bottom: 1rem;
    padding: 1rem;
}

/* Last Category item */
.sidebar .category a:last-child{
    margin-bottom: 0;
}

/* Category item text */
.sidebar .category a span{
    font-size: 1.7rem;
    color: var(--white);
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

/* Category item Icon */
.sidebar .category a span i{
    font-size: 1.8rem;
    color: var(--white);
}

/* Category item Quantity */
.sidebar .category a p{
    font-size: 1.5rem;
    color: var(--white);
}

/* Category item, On Hover */
.sidebar .category a:hover{
    background-color: var(--main-color);
}

/*-- 3- Post Items --*/
/* Post Item */
.sidebar .post-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

/* Last Post Item */
.sidebar .post-item:last-child{
    margin-bottom: 0;
}

/* Post Image */
.sidebar .post-item img{
    height: 8rem;
    width: 8rem;
    object-fit: cover;
    border-radius: 0.5rem;
}

/* Recent Post Image */
.sidebar .recent-posts .post-item img{
    width: 10rem;
}

/* Post Name Link */
.sidebar .post-item a{
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    color: var(--black);
}

/* Recent Post Name Link */
.sidebar .recent-posts .post-item a{
    font-size: 1.8rem;
}

/* Post Name Link, On Hover */
.sidebar .post-item a:hover{
    color: var(--main-color);
}

/* Post Price */
.sidebar .post-item .price{
    padding-top: 0.5rem;
    font-size: 1.7rem;
    font-weight: bold;
    color: var(--main-color);
}

/* Post Discounted Price */
.sidebar .post-item .price span{
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--grey);
    text-decoration: line-through;
    padding-left: 0.2rem;
}

/*-- 4- Tags --*/
.sidebar .tags .box-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.7rem;
}

/* Individual Tag*/
.sidebar .tag-item{
    background-color: var(--secondary-color);
    color: var(--white);
    font-size: 1.7rem;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
}

/* Individual Tag, On Hover */
.sidebar .tag-item:hover{
    background-color: var(--main-color);
    cursor: pointer;
}


/*------------------------------ (00)- Global CSS (End) ------------------------------*/



/*------------------------------ (01)- Home (Start) ------------------------------*/

/*----- 1- Home-Slider -----*/
/* Home section */
.home{ 
    padding: 0;
    height: 1px;
    min-height: 100vh;
    position: relative;
} 
  
/* Home slider */
.home-slider{ 
    position: relative; 
}

/* Home Navigation Buttons */
.home-slider .swiper-button-next,
.home-slider .swiper-button-prev{
    opacity: 0;
}

/* Home Navigation Buttons, On Slider Hover */
.home-slider:hover .swiper-button-next,
.home-slider:hover .swiper-button-prev{
    opacity: 1;
}
  
/* Home Slide */
.home-item{
    min-height: 100vh;
}
  
/*Home Slide Image */
.home-item img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
  
/* Home Slide Content */
.home-item .content{ 
    padding: 2rem 5%;
    padding-top: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    background:         linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}
  
/* Home Text Container */
.home-item .content .text{
    width: 80rem;
}

/* Home Slide Sub-Heading */
.home-item .content h5{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--main-color);
}
 
/* Home Slide Sub-Heading Line Style */ 
.home-item .content h5 span{
    height: 0.2rem;
    width: 5rem;
    background-color: var(--main-color);
}
  
/* Home Slide Heading */
.home-item .content h3{
    font-size: 4.5rem;
    margin-bottom: 1rem;
    color: var(--white);
}

/* Home Slide Paragraph */
.home-item .content p{
    font-size: 1.7rem;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: var(--white);
    padding-bottom: 2rem;
    line-height: 1.6;
}

/*----- 2- Counter -----*/
/* Statistic Section */
.counting{
    width: 100%;
    padding: 3rem 5%;
    margin: 1rem 0;
    min-height: 15rem;
    display: -webkit-box;  
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    gap: 3rem;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../../assets/images/Background/Counter.jpg");
    background:         linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../../assets/images/Background/Counter.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/* Statistic Box */
.counting .box{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25rem;
        flex: 1 1 25rem;
    text-align: center;
    padding: 1rem;
    position: relative;
}

/* Statistic Box Icon */
.counting .box i{
    color: var(--white);
    font-size: 4.5rem;
    padding-bottom: 1rem;
}

/* Statistic Box Count */
.counting .box .count{
    color: var(--white);
    font-size: 4rem;
    line-height: 1;
}

/* Statistic Box Title */
.counting .box h3{
    font-size: 2rem;
    color: var(--white);
    font-weight: 500;
}

/* Line Beneath Statistic Box */
.counting .box:before{
    position: absolute;
    bottom: 0;
    width: 10rem;
    height: 2px;
    content: "";
    background-color: var(--main-color);
    left: 50%; 
    -webkit-transform: translateX(-50%); 
            transform: translateX(-50%);
}

/*----- 3- Why-Us -----*/
.why-us .box-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
}

/* Why Us Image */
.why-us .image{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
        flex: 1 1 42rem;
    height: 45rem;
}

.why-us .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 2rem;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

/* Why Us Section Content */
.why-us .content{  
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
        flex: 1 1 42rem;
}

/* Why Us Section Heading */
.why-us .heading{
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

/* Heading Styles */
.why-us .heading h2{
    text-align: left;
    padding-bottom: 1rem;
    line-height: 1.2;
    font-weight: 600;
}

/* Heading Line Styles */
.why-us .heading h2:before{
    left: 0; 
    -webkit-transform: translateX(0%); 
            transform: translateX(0%);
}

/* Why Us Section Paragraph */
.why-us .content p{
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: var(--grey);
    line-height: 1.6;
    padding-bottom: 2rem;
}

/* Why Us Points Container */
.why-us .whyUs-points{
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

.why-us .whyUs-points ul{
    list-style-type: none;
}

/* Why Us Point Introductory Part */
.why-us .whyUs-points .intro{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
}


/* Why Us Point Icon */
.why-us .whyUs-points li i{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3rem;
    color: var(--main-color);
}

/* Why Us Point Heading */
.why-us .whyUs-points li h5{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    color: var(--secondary-color);
}

/* Why Us Point Paragraph */
.why-us .whyUs-points li p{
    font-size: 1.4rem;
    color: var(--grey);
}

/*----- 4-Home Testimonials -----*/
.testimonial-bg{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../../assets/images/Background/Testimonials.jpg");
    background:         linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),url("../../assets/images/Background/Testimonials.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/*----- 5- Startup-Banner -----*/
/* Startup Banner Container */
.startup-banner{
    width: 100%;
    height: 60vh;
    padding: 3rem 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../../assets/images/Background/Banner.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/* Startup Banner Content */
.startup-banner .content{
    width: 80rem;
    text-align: center;
}

/* Startup Banner Heading */
.startup-banner h2{
    font-size: 4rem;
    font-weight: 600;
    color: var(--white);
}

/* Startup Banner Paragraph */
.startup-banner p{
    font-size: 1.7rem;
    letter-spacing: 0.15rem;
    font-weight: 500;
    color: var(--white);
    padding-top: 1rem;
    padding-bottom: 2rem;
    line-height: 1.6;
}

/*----- 6- Blogs -----*/
.blog.main .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
    gap: 1rem;
}


/*------------------------------ (01)-Home (End) ------------------------------*/



/*------------------------------ (02)-About (Start) ------------------------------*/
.about-us{
    padding: 0;
}

/*----- 1- About Us -----*/
.about .box-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
}

/* About Image */
.about .image{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
        flex: 1 1 42rem;
    height: 45rem;
}

.about .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 2rem;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

/* About Content Section */
.about .content{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
        flex: 1 1 42rem;
}

/* About Heading */
.about .heading{
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

/* About Heading Title */
.about .heading h2{
    text-align: left;
    padding-bottom: 2rem;
}

/* About Heading Line */
.about .heading h2:before{
    left: 0; 
    -webkit-transform: translateX(0%); 
            transform: translateX(0%);
}

/* About Sub Heading */
.about .content h5{
    color: var(--black);
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 1rem;
}

/* About Description */
.about .content p{
    font-size: 1.6rem;
    color: var(--grey);
    line-height: 1.6;
    padding-bottom: 1rem;
}

/* Contact Button in About Section */
.about .content .btn{
    margin-top: 1rem;
}

/* About Features Section */
.about .features{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    padding-top: 0.5rem;
}

/* About Features List */
.about .features ul{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20rem;
            flex: 1 1 20rem;
}

/* About Feature Item */
.about .features li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
}

/* About Feature Item Icon */
.about .features i{
    color: var(--main-color);
}

/* About Feature Item Text */
.about .features span{
    color: var(--grey);
}

/*----- 2- Team -----*/
/* Team Members */
.team .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1rem;
}

/* Individual Team member */
.team-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    height: 40rem;
}

.team-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Enlarge image on hover */
.team-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
  
/* Team member Content Section */
.team-item .content{
    padding: 2rem;
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--linear-color);
    opacity: 0.9;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
}

/* Team member name */
.team-item .content h3{
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--white);
}

/* Team member name, On Hover */
.team-item .content h3:hover{
    color: var(--main-color);
}

/* Team member Role */
.team-item .content p{
  font-size: 1.6rem;
  padding: 0.5rem 0;
  color: var(--white);
}
  
/* Team Member Social Media Accounts */
.team-item .content .icon-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
  
/* Team Member Social Media Link */
.team-item .icon-container a{
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  font-size: 1.7rem;
}

/* Team Member Social Media Link, On Hover */
.team-item .icon-container a:hover{
  color: var(--black);
}

/*----- 3- Team Single -----*/
.team-single .box-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
}

/* Team Member Image */
.team-single .image{ 
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25rem; 
        flex: 1 1 25rem; 
    height: 50rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

.team-single .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Information Section */
.team-single .information{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50rem;
        flex: 1 1 50rem;
}

/* Team Member Name */
.team-single .information h3{
    color: var(--black);
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
}

/* Team Member Role */
.team-single .information p{
    color: var(--main-color);
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 1.5rem;
}

/* Personal Biography Section */
.team-single .information .team-about{
    padding-top: 1.5rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}

/* Personal Biography Description */
.team-single .text{
    font-size: 1.6rem;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: var(--grey);
    line-height: 1.7;
}

/* Personal Contact Information */
.team-single .team-contacts{
    padding-top: 2rem;
    padding-bottom: 1rem;
}

/* Personal Contact Information Item */
.team-single .team-contacts li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
}

/* Personal Information Heading */
.team-single .team-contacts h6{
    font-size: 2rem;
    font-weight: 500;
    color: var(--black);
}

/* Personal Information Icon */
.team-single .team-contacts i{
    font-size: 1.6rem;
    color: var(--main-color);
    padding-right: 0.5rem;
}

/* Personal Information Text */
.team-single .team-contacts span{
    font-size: 1.6rem;
    color: var(--grey);
    text-transform: none;
}

/* Social Media Accounts */
.team-single .icon-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center; 
    -ms-flex-align: center;
    align-items: center;
    gap: 0.7rem;
}

/* Social Media Account Link */
.team-single .icon-container a{
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;  
    font-size: 1.5rem;
    color: var(--white);
    background-color: var(--main-color);
}

/* Social Media Account Link, On Hover */
.team-single .icon-container a:hover{
    background-color: var(--secondary-color);
}

/* Sub Heading */
.team-single h4{
    font-size: 3rem;
    font-weight: 500;
    color: var(--black);
    padding-bottom: 0.5rem;
}

/* Personal Experience Section */
.team-single .team-experience{
    padding-bottom: 2rem;
}

/* Personal Experiences List */
.team-single ul{
    padding-top: 1rem;
}

.team-single .team-skills{
    width: 100%;
}

/* Professional Skills */
.team-single .skills{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.team-single .skill-item{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40rem;
        flex: 1 1 40rem; 
}

/* Skill Box */
.team-single .skill-item .box{
    padding: 1rem 0;
}

/* Skill Text */
.team-single .skill-item .box h3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.7rem 0;
    font-size: 1.7rem;
    color: var(--black);
    font-weight: 400;
}

/* Skill Progress Bar */
.team-single .skill-item .box .progress-bar{
    width: 100%;
    background: var(--secondary-color);
    overflow: hidden;
    height: 1.2rem;
    border-radius: 50rem;
}

/* Skill Progress Bar Fill */ 
.team-single .skill-item .box .progress-bar span{
    display: block;
    height: 100%;
    background: var(--main-color);
}

/*----- 4- Testimonials -----*/
.testimonial{ 
    position: relative; 
}

/* Testimonial Slider */ 
.testimonial-slider{
    position: relative;
    overflow: hidden;
    padding: 0rem 15rem;
    padding-bottom: 4.5rem;
}

/* Testimonial Slider Next Button */
.testimonial-slider .swiper-button-next{
    right: 5rem;
}

/* Testimonial Slider Previous Button */
.testimonial-slider .swiper-button-prev{
    left: 5rem;
}

/* Testimonial Slider pagination bullet */
.testimonial .swiper-pagination-bullet{
    background: var(--secondary-color);
    opacity: 0.9;
}
    
/* Testimonial Slide */
.testi-item{
    text-align: center;
    border-radius: var(--border-radius);
    background-color: var(--white);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    overflow: hidden;
}

/* Testimonial Content Section */
.testi-item .content{
    background-color: var(--main-color);
    padding: 4rem 2rem 8rem 2rem;
}

/* quote icon */
.testi-item .quote-start{
    font-size: 3.5rem;
    color: var(--white);
}

/* Testimonial text */ 
.testi-item .content p{
    color: var(--white);
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 1rem 0;
}

/* Testimonial Rating */ 
.testi-item .rating{
    color: var(--white);
    font-size: 1.6rem;
}

/* Testimonial Introduction Section */ 
.testi-item .intro{
    position: relative;
    padding: 7rem 2rem 4rem 2rem;
}

/* Testimonial image */ 
.testi-item .intro img{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 12rem;
    width: 12rem;
    border-radius: 50%;
    border: 0.5rem solid var(--white);
}

/* Testimonial author name */ 
.testi-item .intro h3{
    font-size: 2.5rem;
    color: var(--black);
}

/* Testimonial author designation */ 
.testi-item .intro h5{
    color: var(--grey);
    font-size: 1.6rem;
    font-weight: 400;
}

/*----- 5- Faqs -----*/
.faq .box-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
}

/* FAQ Accordions */
.accordion-container{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55rem;
        flex: 1 1 55rem;
}

/* FAQ Accordion */
.accordion{
    background: var(--white);
    margin-bottom: 1.5rem;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    border-radius: 0.5rem;
    overflow: hidden;
} 
 
/* Last FAQ Accordion */ 
.accordion:last-child{
    margin-bottom: 0rem;
}  

/* Faq Accordion heading */
.accordion .accordion-heading{
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    background: var(--secondary-color);
    cursor: pointer;
    font-size: 2rem;
    color: var(--white);
}

/* Active Faq Accordion heading */
.accordion.active .accordion-heading {
    background: var(--main-color); 
}

/* Active Faq accordion content */
.accordion.active .accordion-content{
    display: block;
}

/* Faq accordion content */
.accordion-content{
    padding: 2rem;
    font-size: 1.5rem;
    line-height: 2;
    color: var(--grey);
    display: none;
}

/* Faq Image */
.faq .image{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30rem;
        flex: 1 1 30rem;
    height: 50rem;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.faq .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*------------------------------ (02)-About (End) ------------------------------*/



/*------------------------------ (03)-Pages (Start) ------------------------------*/

/*--------------- COMPONENTS ---------------*/

/*----- 01- Account-Form -----*/
/* Account Form Autofill input fields */
.account-form input:-webkit-autofill,
.account-form input:-webkit-autofill:hover,
.account-form input:-webkit-autofill:focus,
.account-form input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--white);
    -webkit-transition: background-color 5000s ease-in-out 0s;
            transition: background-color 5000s ease-in-out 0s;
}

/* Account Form */
.account-form{
    max-width: 45rem;
    padding: 5rem;
    background: var(--black);
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    margin: 0rem auto;
    text-align: center;
}
  
/* Account Form Heading */
.account-form h3{ 
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 1.5rem;
    color: var(--white);
    text-transform: uppercase;
}

/* Account Form Input Field */
.account-form .box{
    width: 100%;
    font-size: 1.6rem;
    color: var(--white);
    background-color: transparent;
    border: 0.15rem solid var(--white);
    border-radius: 0.5rem;
    padding: 1.2rem;
    text-transform: none;
    margin: 0.7rem 0;
}

/* Account Form Input Field placeholder */
.account-form .box::-webkit-input-placeholder{
    text-transform: capitalize;
    color: var(--white);
}
.account-form .box::-moz-placeholder{
    text-transform: capitalize;
    color: var(--white);
}
.account-form .box:-ms-input-placeholder{
    text-transform: capitalize;
    color: var(--white);
}
.account-form .box::placeholder{
    text-transform: capitalize;
    color: var(--white);
}

/* Focused Input Field */
.account-form .box:focus{
    border-color: var(--main-color);
}

/* Account Form Paragraph */
.account-form p{
    padding-top: 2rem;
    font-size: 1.5rem;
    color: var(--white);
    text-align: center;
    padding-bottom: 1rem;
}

/* Account Form Button */
.account-form .btn{
    width: 100%;
    overflow: hidden;
    margin-top: 1.5rem;
}

/* Account Form link */
.account-form .link{
    font-size: 1.5rem;
    color: var(--main-color);
}

/* Account Form link, On Hover */
.account-form .link:hover{
    text-decoration: underline;
}

/*----- 02- Tab Informatin -----*/
/* Tabs Buttons */
.tab-buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

/* Tabs Button */
.tab-buttons .button{
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1.5rem 3rem;
    color: var(--secondary-color);
    text-transform: uppercase;
    border-radius: var(--border-radius);
    text-align: center;
}

/* Tabs Button, Hover & Active Effect */
.tab-buttons .button:hover,
.tab-buttons .button.active{
    background-image: -webkit-linear-gradient(left, var(--secondary-color) 0%, var(--main-color)  51%, var(--secondary-color)  100%);
    background-image: linear-gradient(to right, var(--secondary-color) 0%, var(--main-color)  51%, var(--secondary-color)  100%);
    background-size: 200% auto;
    color: var(--white);            
    box-shadow: var(--box-shadow);
    cursor: pointer;
}

/* Tabs Section */
.tab-section{
    display: none;
}

/* Active Tabs Section */
.tab-section.active{
    display: block;
    margin-top: 2rem;
}

/*----- 03- Page Single -----*/
/* Main container for the single-page */
.page-single{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
}

/* page Information section */
.page-info{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75rem; 
        flex: 1 1 75rem;
    background-color: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

/* Page Image */
.page-info .image{
    height: 40rem;
}

.page-info .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Page Content */
.page-info .content{
    padding: 2rem;
}

/* Main Heading */
.page-info .main-heading{
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 600;
    color: var(--black);
    padding-bottom: 1rem;
}

/* Page Description */
.page-info p{
    padding-bottom: 1rem;
    font-size: 1.6rem;
    color: var(--grey);
    line-height: 1.5;
}

/* Page Gallery */
.page-info .page-gallery{ 
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(24rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    gap: 0.5rem;
    padding: 2rem 0;
}
  
/* Page Gallery Image */
.page-info .page-gallery img{
    height: 100%;
    width: 100%;
    border-radius: 0.5rem;
    object-fit: cover;
}

/* Page Sub-Heading */
.page-info .sub-heading{
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--black);
    padding-bottom: 0.5rem;
}

/* Page Sub-Section */
.page-info .sub-section{
    padding-top: 2rem;
}

.page-info .sub-section p{
    margin-bottom: -1rem;
}

/* Page Information List */
.page-info .sub-section ul{
    list-style: none;
}

/* Page Information List Item */
.page-info .sub-section ul li{
    padding-top: 1rem;
    font-size: 1.5rem;
    color: var(--grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
}

/* Page Information List Icon */
.page-info .sub-section ul i{ 
    color: var(--main-color);
    font-size: 1.4rem;
    height: 1.8rem;
    width: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*----- 04- Page Sidebar -----*/
/* Page Details Section */
.page-sidebar{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25rem; 
        flex: 1 1 25rem;  
    padding: 4rem;
    border-radius: var(--border-radius);
    background: var(--secondary-color);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

/* Page Details - Sub-Heading */
.page-sidebar .sub-heading{
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--white);
    padding-bottom: 2rem;
    line-height: 1;
}

/* Page Detail Item */
.page-sidebar .detail-item{
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
}

/* Last Page Detail Item */
.page-sidebar .detail-item:last-child{
    padding-bottom: 0;
}

/* Page Detail Item Icon */
.page-sidebar .detail-item i{
    height: 2rem;
    width: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    font-size: 1.8rem;
    color: var(--white);
}

/* Page Detail Item Heading */
.page-sidebar .detail-item h3{
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--white);
    line-height: 1;
    padding-bottom: 0.5rem;
}

/* Page Detail Item Text */
.page-sidebar .detail-item .detail-content p{
    font-size: 1.6rem;
    font-weight: 400;
    color: #f7f7f7;
    line-height: 1;
}

/* Specific styling for Gmail and Website links */
.page-sidebar .gmail,
.page-sidebar .website{
    text-transform: none;
}

/* Button styling */
.page-sidebar .btn{
    margin-top: 2rem;
    border: 0.2rem solid var(--white);
}

/*--------------- PAGES ---------------*/

/*----- 1- Pricing -----*/
/* Pricing Section */
.pricing .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
    gap: 1rem;
}
  
/* Individual Pricing Item */
.price-item{ 
    background-color: var(--white);
    overflow: hidden;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    text-align: center;
    padding: 4rem;
    border-radius: var(--border-radius);
}

/* Second Pricing Item (Alternate Background Color) */
.price-item:nth-child(2){ 
    background-color: var(--secondary-color);
}
  
/* Pricing Item Heading */
.price-item h3{
    text-transform: uppercase;
    color: var(--black);
    font-size: 3rem;
    font-weight: 500;
    padding-bottom: 0.5rem;
}

/* Second Pricing Item Heading */
.price-item:nth-child(2) h3{
    color: var(--white);
}
  
/* Pricing Item Description */
.price-item p{
    color: var(--grey);
    font-size: 1.5rem;
    font-weight: 400;
}

/* Second Pricing Item Description */
.price-item:nth-child(2) p{
    color: var(--white);
}
  
/* Pricing Amount */
.price-item .price{
    color: var(--secondary-color);
    font-size: 5rem;
    font-weight: 400;
    padding-top: 1.5rem;
}

/* Second Pricing Amount */
.price-item:nth-child(2) .price{
    color: var(--white);
}
    
/* Currency Symbol */
.price-item .price span{
    font-size: 2rem;
    font-weight: normal;
    color: var(--grey);
}

/* Currency Symbol for Second Pricing Item */
.price-item:nth-child(2) .price span{
    color: var(--white);
}
    
/* Pricing Item Features List */
.price-item ul{ 
    list-style: none;
    text-align: center;
    margin: 2rem 0;
    padding: 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}

/* Second Pricing Item Features List */
.price-item:nth-child(2) ul{ 
    border-color: rgba(255, 255, 255, 0.4);
}
    
/* Pricing Item Features List Item */
.price-item ul li{
    padding: 0.9rem 0;
    font-size: 1.6rem;
    color: var(--grey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    gap: 0.7rem;
}

/* Second Pricing Item Features List Item */
.price-item:nth-child(2) ul li{
    color: #f7f7f7;
}
  
/* Pricing Item Features Icon */
.price-item ul li i{
    color: var(--main-color);
    font-size: 1.5rem;
}

/* Pricing Item Button styling */
.price-item .btn{
    border: 0.15rem solid var(--white);
}

/*----- 2- Partners -----*/
/* Partners Logo Container */
.partners .box-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
}

/* Partner Slider Container */
.partners .partner-slider{
    overflow: hidden;
}

/* Partner Slider Item */
.partners .partner-slider .partner-item{
    padding: 0 2rem;
}

/* Individual Partner Item */
.partner-item{
    min-height: 10rem;
    width: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* Partner Logo */
.partners img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*----- 3- Courses -----*/
/* Courses Section */
.courses .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(33rem, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(33rem, 1fr));
    grid-gap: 1rem;
}

/* Individual Course Item */
.course-item{
    overflow: hidden;
    background-color: var(--white);
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

/* Course Image */
.course-item .image{
    height: 20rem;
    position: relative;
    overflow: hidden;
}

.course-item .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
} 

/* Course Fee */
.course-item .fee{
    position: absolute;
    bottom: 0%;
    right: 25%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    font-size: 2.2rem;
    font-weight: 500;
    padding: 1.5rem;
    color: var(--white);
    background-color: var(--main-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
}

/* Course Content */
.course-item .content{
    padding: 2rem;
}

/* Course Main Heading */
.course-item .content .main-heading{
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--black);
    line-height: 1.3;
    padding-bottom: 0.5rem;
}

/* Course Main Heading, On Hover */
.course-item .content .main-heading:hover{
    color: var(--main-color);
}

/* Course Description */
.course-item p{
    font-size: 1.6rem;
    font-weight: 450;
    color: var(--grey);
    line-height: 1.6;
}

/* Course Details */
.course-item .details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    margin-top: 1.5rem;
}

/* Course Detail */
.course-item h3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.7rem;
}

/* Course Detail Icon */
.course-item h3 i{
    font-size: 1.6rem;
    color: var(--main-color);
}

/* Course Detail Text */
.course-item h3 span{
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--grey);
}

/*----- 4- Course Single -----*/
/* Course Reviews Heading */
.course-info .reviews h2{
    font-size: 3rem; 
    color: var(--black); 
    padding-bottom: 1rem;
}

/* Course Reviews Section */
.course-info .reviews{
    margin-bottom: 2rem;
} 

/*----- 5- Events -----*/
/* Event Box Container */
.events .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(33rem, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(33rem, 1fr));
    grid-gap: 1rem;
}

/* Individual Event Item */
.event-item{
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
}

/* Event Image */
.event-item .image{
    height: 25rem;
}

.event-item .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
} 

/* Event Content */
.event-item .content{
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    background:         linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
}

/* Event Details Section */
.event-item .details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

/* Event Details Heading */
.event-item .details h3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.6rem;
    color: var(--white);
}

/* Event Details Icon */
.event-item .details h3 i{
    color: var(--white);
}

/* Event Details Text */
.event-item .details h3 span{
    font-weight: 400;
}

/* Event Main Heading */
.event-item .main-heading{
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--white);
    line-height: 1.4;
    padding-bottom: 0.5rem;
}

/* Event Main Heading, On Hover */
.event-item .main-heading:hover{
    color: var(--main-color);
}

/*----- 6- Event Single -----*/
/* Event Venue Map */
.event-single iframe{
    width: 100%;
    height: 30rem;
    border-radius: 0.5rem;
    box-shadow: var(--box-shadow);
}

/* Event Speakers Box Container */
.event-single .speakers .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1rem;
}

/*----- 7- Login -----*/
/* Login Form Information Section */
.login form .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem 0;
}

/* Remember Me Checkbox Section */
.login form .remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
  
/* Remember Me label */
.login form .remember label{
    font-size: 1.5rem;
    color: var(--white);
    cursor: pointer;
}
  
/*----- 8- Register -----*/
/* Register Terms container */
.register form .terms{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
  
/* Register Terms label */
.register form .terms label{
    font-size: 1.5rem;
    color: var(--grey);
    cursor: pointer;
}
  
/* Register Terms label SubText */
.register form .terms label span{
    color: var(--main-color);
}


/*------------------------------ (03)-Pages (End) ------------------------------*/



/*------------------------------ (04)-Service (Start) ------------------------------*/

/*----- 1- Services -----*/
/* Services Box Container */
.services .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
    gap: 1rem;
}

/* Individual Service Item */
.service-item{
    position: relative;
    height: 25rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

/* Service Image */
.service-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Service Content */
.service-item .content{
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    background:         linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
}

/* Service Icon */
.service-item i{
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Service Heading */
.service-item h3{
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--white);
    padding-bottom: 0.5rem;
}

/* Service Heading, On Hover */
.service-item h3:hover{
    color: var(--main-color);
}

/* Service Text */
.service-item p{
    font-size: 1.5rem;
    color: var(--white);
    line-height: 1.7;
}

/*----- 2- Service Single -----*/
/* Service Gallery */
.service-single .page-gallery{
    gap: 1rem;
}

/* Service FAQ Accordion Container */
.service-single .faq .accordion-container{
    padding-top: 0.5rem;
}


/*------------------------------ (04)-Service (End) ------------------------------*/



/*------------------------------ (05)-Portfolio (Start) ------------------------------*/

/*----- 1- Portfolio -----*/
/* Center-align Portfolio Tab Buttons */
.portfolio .tab-buttons{
    -webkit-box-pack: center; 
    -ms-flex-pack: center;
    justify-content: center;
}

/* Each Portfolio Item */
.portfolio-item{
    width: 33.3%;
    padding: 0.5rem;
}

.portfolio-content{
    height: 25rem;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius); 
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

/* Portfolio Item overlay */
.portfolio-content::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--secondary-color);
    opacity: 0.8;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    transition-delay: 0.25s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 1;
}

/* Portfolio Item Image */
.portfolio-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Portfolio Item Content */
.portfolio-content .content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
    opacity: 0;
    z-index: 2;
}

/* Portfolio Item Buttons */
.portfolio-content .content .btn-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

/* Portfolio Item Button */
.portfolio-content .btn-container a{
    display: inline-block;
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
	color: var(--white);
    background-color: var(--main-color);
}

/* Portfolio Item Button, On Hover */
.portfolio-content .btn-container a:hover{
    background-color: var(--black);
}

/* Portfolio Item Title */
.portfolio-content .content h4{
    font-size: 3rem;
    font-weight: 500;
    color: var(--white);
}

/* Portfolio Item Title, On Hover */
.portfolio-content h4:hover{
    color: var(--main-color);
}

/* Portfolio Item Category */
.portfolio-content h6{
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
}

/* Portfolio Item, On Hover */
.portfolio-content:hover::before{
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

.portfolio-content:hover .content{
    opacity: 1;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

/*----- 2- Portfolio-Single -----*/
/* Portfolio Important Point */
.portfolio-info .important{
    color: var(--black) !important;
    font-weight: 600;
}

/*------------------------------ (05)-Portfolio (Start) ------------------------------*/



/*------------------------------ (06)-Blog (Start) ------------------------------*/

/*--------------- COMPONENTS ---------------*/

/*----- 01- Blog-Item -----*/
/* Blogs Container */
.blog-item{
    position: relative;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    overflow: hidden;
}

/* Blog Image */
.blog-item .image{
    height: 25rem;
    position: relative;
}

.blog-item .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
} 

/* Blog Date */
.blog-item .date{
    width: 7rem;
    position: absolute;
    top: 0rem;
    right: 10%;
    display: inline-block;
    font-size: 1.6rem;
    color: var(--white);
    background-color: var(--secondary-color);
    padding: 1.2rem;
    text-align: center;
}

.blog-item .date span{
    font-size: 3rem;
    font-weight: 500;
}

/* Blog Content */
.blog-item .content{
    padding: 1.5rem 2rem;
    background-color: var(--white);
}

/* Blog Details */
.blog-item .details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

/* Blog Details Item */
.blog-item h3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.7rem;
}

/* Blog Details Item Icon */
.blog-item h3 i{
    font-size: 1.6rem;
    color: var(--main-color);
}

/* Blog Details Item Text */
.blog-item h3 span{
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--grey);
}

/* Blog Main Heading */
.blog-item .main-heading{
    display: block;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--black);
    line-height: 1.3;
    padding-bottom: 0.5rem;
}

/* Blog Main Heading, On Hover */
.blog-item .main-heading:hover{
    color: var(--main-color);
}

/* Blog Paragraph */
.blog-item p{
    font-size: 1.6rem;
    font-weight: 450;
    color: var(--grey);
    line-height: 1.6;
}

/*----- 02- Comments -----*/
/* Comment Item Container */
.comment-item{
    padding-bottom: 1rem;
}

/* Last Comment Item */
.comment-item:last-child{
    padding-bottom: 0;
}

/* Each Comment */
.comment{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    gap: 2rem;
    padding-bottom: 2rem;
}

/* Comment image */
.comment .comment-image{
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    overflow: hidden;
}

.comment .comment-image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* Comment Content */
.comment .comment-content{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35rem;
        flex: 1 1 35rem;
}

/* Comment Author Name */
.comment h3{
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--black);
    padding-bottom: 0.5rem;
}

/* Comment Date */
.comment h6{
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--main-color);
}

/* Comment Text */
.comment .text{
    font-size: 1.5rem;
    color: var(--grey);
    line-height: 1.5;
    padding: 1rem 0;
}

/* Comment Action Button */
.comment .icon-item{
    display: inline-block;
    color: var(--grey);
    cursor: pointer;
}

/* Comment Action Button Text, On Button Hover */
.comment .icon-item:hover span{
    color: var(--main-color);
}

/* Comment Action Button Icon */
.comment .icon-item i{
    color: var(--main-color);
    font-size: 1.5rem;
    padding-right: 0.5rem
}

/* Comment Action Button Text */
.comment .icon-item span{
    color: var(--grey);
    font-size: 1.6rem;
}

/* Reply Comment */
.comment.reply{
    margin-left: 12rem;
}

/* Reply Comment Content */
.comment.reply .comment-content{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20rem;
        flex: 1 1 20rem;
}

/*----- 03- Pages-No -----*/
/* page numbers */
.pages-no{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
}

/* page number buttons */
.pages-no .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

/* Page number individual button */
.pages-no .item{
    color: var(--white);
    background-color: var(--secondary-color);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    height: 5rem;
    width: 5rem;
    font-size: 2rem;
    border-radius: var(--border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Page number individual button, active and hover effect */
.pages-no .item.active,
.pages-no .item:hover{
    cursor: pointer;
    background-color: var(--main-color);
}

/* All page number Button */
.pages-no .numbers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

/*--------------- PAGES ---------------*/
.blog-container{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75rem;
        flex: 1 1 75rem;
}

/*----- 1- Blog Grid -----*/
/* Blog Grid Container */
.blog.grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem;
}

/* Blog Grid items */
.blog-container.grid .blog-items{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
    gap: 1rem;
}

/*----- 2- Blog List -----*/
/* Blog List Container */
.blog.list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
}

/* Blog List items */
.blog-container.list .blog-item{
    width: 100%;
    margin-bottom: 1rem;
}

/* Blog List items Image */
.blog-container.list .blog-item .image{
    height: 30rem;
}

/*----- 3- Blog Single -----*/
/*
1- Blog Info
2- Comments
3- Leave A Reply
*/

.blog-single{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
}

/*-- 1- Blog Info --*/ 
/* Blog Published date */
.blog-info .date{
    width: 7rem;
    position: absolute;
    top: 0rem;
    right: 10%;
    display: inline-block;
    font-size: 1.6rem;
    color: var(--white);
    background-color: var(--secondary-color);
    padding: 1.2rem;
    text-align: center;
}

.blog-info .date span{
    font-size: 3rem;
    font-weight: 500;
}
  
/* Blog Details Section */
.blog-info .details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    padding-bottom: 2rem;
}

/* Blog Detail Item */
.blog-info .details h5{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.7rem;
}

/* Blog Detail Icon */
.blog-info .details h5 i{
    font-size: 1.8rem;
    color: var(--main-color);
}

/* Blog Detail Text */
.blog-info .details h5 span{
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--grey);
}
  
/* Blog Important Note */
.blog-info .important{
    padding: 2rem 4rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--white);
    background-color: var(--secondary-color);
    border-radius: 0.5rem;
    font-style: italic;
    line-height: 1.8;
    border-left: 0.4rem solid var(--main-color);
    margin-bottom: 2rem;
    margin-top: 1rem;
    margin-left: 1rem;
}

/* Blog End Details */
.blog-info .end-details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding-top: 2rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
  
/* Blog Tags and Share Container */
.blog-info .tags, 
.blog-info .share{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.7rem;
}
  
/* Blog Tags Link */
.blog-info .tags span{
    color: var(--white);
    background-color: var(--secondary-color);
    border-radius: 0.5rem;
    font-size: 1.6rem;
    padding: 0.8rem 1.4rem;
}

/* Blog Tags Link, On Hover */
.blog-info .tags span:hover{
    background-color: var(--main-color);
}
 
/* Blog Share Title */
.blog-info .share h3{
    color: var(--black);
    font-size: 1.6rem;
    padding-right: 1rem;
}
  
/* Blog Share Icon */
.blog-info .share i{
    height: 2rem;
    width: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; 
    -ms-flex-align: center;
    align-items: center;
    color: var(--grey);
    font-size: 1.6rem;
}
  
/* Blog Share Icon, On Hover */
.blog-info .share i:hover{
    color: var(--main-color);
    cursor: pointer;
}
   
/*-- 2- Comments --*/
.blog-single .comments{
    margin: 1rem 0;
    padding: 2rem;
    background-color: var(--white);;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    overflow: hidden;
} 

/* All Comments section Heading */
.blog-single .comments h4{  
    font-size: 2.5rem; 
    color: var(--black); 
    padding-bottom: 2rem;
} 

/*-- 3- Leave A Reply --*/
.blog-single .leave-reply{
    padding: 2rem;
    background-color: var(--white);;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    overflow: hidden;
} 

/* Leave Reply Form Heading */
.blog-single .leave-reply h3{
    font-size: 2.5rem; 
    color: var(--black); 
    padding-bottom: 2rem;
}

/*------------------------------ (06)-Blog (End) ------------------------------*/



/*------------------------------ (07)-Shop (Start) ------------------------------*/

/*--------------- COMPONENTS ---------------*/

/*----- 01- Filter -----*/
/* Filter container */
.filter .box-container{
    padding-top: 4rem;
}

/* Filter slider */
.filter .slider{
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

/* Slider progress */
.filter .slider .progress{
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--secondary-color);
    -webkit-transition: none;
            transition: none;
}

/* Range input Container */
.range-input{
    position: relative;
    -webkit-transition: none;
            transition: none;
}

/* Range input */
.range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Slider thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--secondary-color);
    pointer-events: auto;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.05);
            box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

/* Slider thumb in Firefox */
input[type="range"]::-moz-range-thumb{
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--secondary-color);
    pointer-events: auto;
    -moz-appearance: none;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.05);
            box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

/* Price wrap container */
.price-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    color: #242424;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 3rem;
}

/* Price input container */
.filter .price-input{
    width: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--border-radius);
    border: 0.1rem solid rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
}

/* Price input field Container */
.filter .price-input .field{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2rem;
    width: 100%;
    height: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Price input field */
.filter .field input{
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 1.5rem;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield;
    color: var(--black);
    background-color: transparent;
}

/* Rremove the spinner arrows in number inputs */
.filter input[type="number"]::-webkit-outer-spin-button,
.filter input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Separator within the price input container */
.filter .price-input .separator{
    width: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*----- 02- Shop Header -----*/
.shop .intro{
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify; 
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    gap: 1rem;
    border-radius: var(--border-radius);
    background-color: var(--white);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    padding: 1rem 1.5rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.05);
}

/* Showing products count */
.shop .intro .showing{
    font-size: 1.6rem;
    color: var(--grey);
}

/* Styles buttons */
.shop .intro .styles{
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

/* Styles button links */
.shop .intro .styles a{
    font-size: 2rem;
    color: var(--black);
}

/* Styles button links, On Hover */
.shop .intro .styles a:hover{
    color: var(--main-color);
}

/* Sorting type Select Label */
.shop .intro .sorting-type label{
    font-size: 1.6rem;
    color: var(--black);
    margin-right: 0.5rem;
}

/* Sorting type Select dropdown */
.shop .intro .sorting-type select{
    font-size: 1.4rem;
    color: var(--grey);
    background-color: transparent;
    border: var(--border);
    padding: 1rem;
}

/*----- 03- Quantity Box -----*/
/* Quantity box container */
.quantity.buttons_added {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ccc;
    height: 4rem;
    width: 11rem;
    margin: 0 auto;
}

/* Quantity box minus and plus buttons */
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    width: 3rem;
    color: var(--black);
    cursor:pointer;
    background-color: transparent;
}

/* Quantity box minus and plus buttons, On Hover */
.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: var(--main-color); 
    color: var(--white);
}

/* Quantity box input field  */
.quantity .input-text.qty {
    padding: 0 1rem;
    text-align: center;
    background-color: transparent;  
    border-right: 1px solid #ccc; 
    border-left: 1px solid #ccc; 
} 
  
/* Quantity input field spin buttons */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
    
/* Quantity box minus and plus buttons, On Focus */
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none; 
}

/*----- 04- product-item -----*/
/* Product Card */
.product-item{
    overflow: hidden;
    background-color: var(--white);
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
} 

/* Product Image */
.product-item img{
    width: 100%;
    height: 20rem;
    object-fit: cover;
    overflow: hidden;
}

/* Product Content */
.product-item .content{
    padding: 1.5rem 1rem;
    text-align: center;
}

/* Product name */
.product-item h3{
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--black);
    padding-bottom: 0.5rem;
}

/* Product name, On Hover */
.product-item h3:hover{
    color: var(--main-color);
}

/* Product price */
.product-item .price{
    font-size: 2rem;
    font-weight: bold;
    color: var(--main-color);
    padding-bottom: 1rem;
}

/* Product Discounted price */
.product-item .price span{ 
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: line-through;
    color: var(--grey);
    padding-left: 0.2rem;
}

/* Product Description  */
.product-item p{
    font-size: 1.5rem;
    padding-bottom: 1rem;
    line-height: 1.7;
    color: var(--grey);
}

/*----- 05- Shop-Title -----*/
.shoplist-title{
    background-color: var(--main-color);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 1.5rem;
}

/* Individual titles */
.shoplist-title h3{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20rem;
        flex: 1 1 20rem;
    font-size: 1.8rem;
    text-align: center;
}

/*----- 06- Cart-Summary -----*/
.summary-list{
    background-color: var(--white);
    padding-top: 1rem;
} 

/* Summary item */
.summary-item{
    display: -webkit-box;
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center; 
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.5rem;
    font-size: 2rem;
    color: var(--black); 
} 

/* Summary Label */
.summary-item .name{
    font-weight: 600;
}

/* Summary Value */
.summary-item .value{
    font-weight: 500;
    color: var(--secondary-color);
}

/*--------------- PAGES ---------------*/
.shop{
    display: -webkit-box; 
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
}

.shop .shop-container{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75rem;
        flex: 1 1 75rem;
}

/*----- 1- Shop Grid -----*/
/* Product Container (Grid) */
.shop .product-container.grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1rem;
}

/*----- 2- Shop Standard -----*/
/* Product Container (List) */
.shop .product-container.list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
}

/* Product List Card */
.shop .product-container.list .product-item{
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

/* Product List Image */
.shop .product-container.list .product-item img{
    height: 100%;
    min-width: 25rem;
    object-fit: cover;
}

/* Product List Content */
.shop .product-container.list .product-item .content{
    text-align: left;
    padding: 1.5rem;
}

/*----- 3- Product Single -----*/

/*-- Product Descriptions --*/
.product-single .product-des{
    border-radius: var(--border-radius);
    background-color: var(--white);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    padding: 2rem;
    margin-bottom: 3.5rem;
}

/* Product Descriptions Container */
.product-single .product-des .box-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center; 
    -ms-flex-pack: center;
    justify-content: center; 
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap; 
        flex-wrap: wrap;
    gap: 2rem;
}

/*-- Product Image --*/
.product-single .product-des .box-container .image{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35rem;
        flex: 1 1 35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-single .product-des .box-container .image-container{
    max-width: 50rem;
}

/*-- Product Main Image --*/
.product-single .product-des .box-container .image-container .main{
    width: 100%;
    height: 40rem;
    border-radius: var(--border-radius);
    overflow: hidden;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}

.product-single .product-des .box-container .image .main img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Image Thumbnails */
.product-single .product-des .box-container .image .change-btns{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(8rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
    gap: 1rem;
    margin-top: 1rem;

}

/* Product Image Thumbnails Image */
.product-single .product-des .box-container .image .change-btns img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    cursor: pointer;    
}

/* Product Image Thumbnails Image, Hover & Active Effect */
.product-single .product-des .image .change-btns img:hover,
.product-single .product-des .image .change-btns img.active{
    border: 0.4rem solid var(--main-color);
}

/* Product Content */
.product-single .product-des .box-container .content{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45rem;
        flex: 1 1 45rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Product Title */
.product-single .product-des .box-container .content h3{
    font-size: 3.5rem;
    font-weight: 600;
    color: var(--black);
}

/* Product Introduction Section */
.product-single .product-des .box-container .content .intro{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
}

/* Product Rating */
.product-single .product-des .box-container .content .intro .rating{
    color: var(--main-color);
    font-size: 2rem;
}

/* Product Reviews */
.product-single .product-des .box-container .content .intro span{
    font-size: 2rem;
    padding-left: 1rem;
}

/* Product Price */
.product-single .product-des .box-container .content .price{
    font-size: 2rem;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 2rem;
}

/* Product Discounted Price */
.product-single .product-des .box-container .content .price span{
    color: var(--grey);
    font-weight: lighter;
    text-decoration: line-through;
}

/* Product Description */
.product-single .product-des .box-container .content p{
    font-size: 1.6rem;
    padding-bottom: 1rem;
    line-height: 1.7;
    font-weight: 400;
    color: var(--grey);
}

/* Product Quantity Section */
.product-single .qty{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    gap: 1rem;
    width: 15rem;
}

/* Product Cart Button */
.product-single .product-des .box-container .content .btn{
    margin: 2rem 0;
}

/* Product Availability, Categories & Tags Section */
.product-single .categories,
.product-single .tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0;
}

/* Product Quantity, Availability, Categories & Tags Title */
.product-single .qty h4,
.product-single .categories h4,
.product-single .tags h4{
    font-size: 1.8rem;
    color: var(--black);
    font-weight: 600;
}

/* Product Availability, Categories & Tags Text */
.product-single .categories a,
.product-single .tags a{
    font-size: 1.6rem;
    color: var(--main-color);
    padding: 0 0.5rem;
}

/* Product Categories & Tags Text, On Hover */
.product-single .categories a:hover,
.product-single .tags a:hover{
    color: var(--secondary-color);
}

/*-- Related Products --*/
.related-items .box-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

/*-- Product Addtional Information --*/
.product-single .tab-info{
    margin-top: 4rem;
}

/* Product Description */
.product-info .description p{
    font-size: 1.5rem;
    color: var(--grey);
    line-height: 1.5;
}

/* Additional Info Item */
.product-info .additional-info .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    padding-bottom: 1rem;
}

/* Additional Info Title */
.product-info .additional-info h3{
    width: 20rem;
    font-size: 1.8rem;
    color: var(--black);
}

/* Additional Info Value */
.product-info .additional-info span{
    font-size: 1.6rem;
    color: var(--grey);
}

/* Product Info Heading */
.product-info h2{
    font-size: 3rem; 
    color: var(--black); 
    padding-bottom: 1rem;
}

/* Reviews Section */
.product-info .reviews{
    margin-bottom: 2rem;
} 

/* Leave A Reply Container */
.product-info .leave-reply{
    width: 60rem;
} 

/*----- 4- Cart  ------*/

/*-- 1- Cart Items --*/
.shopping-cart{
    background-color: var(--white);
    margin-bottom: 1rem;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    overflow-x: auto;
    overflow-y: hidden; 
    border: var(--border);
    border-radius: var(--border-radius);
}

/* Shopping cart Container */
.cart .container{
    min-width: 90rem;
}

/* Shopping cart container Scrollbar */
.shopping-cart::-webkit-scrollbar{
    height: 0.8rem;
}

.cart .box-container{ 
    padding: 1rem;
}

/* Cart item */
.cart-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
    gap: 3rem;
}

/* Cart item Box */
.cart-item .box{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15rem;
        flex: 1 1 15rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: var(--black);
}

/* Cart Image */
.cart-item img{
    height: 10rem;
    width: 10rem;
    object-fit: cover;
    background-color:#f7f7f7;
    border-radius: 0.5rem;
}

/* Cart Price & Total */
.cart-item .price,
.cart-item .total{
    color: var(--grey);
}

/* Cart icon */
.cart-item .icon{
    font-size: 2rem;
    cursor: pointer;
    color: red;
}

/* Cart icon, On Hover */
.cart-item .icon:hover{
    color: var(--secondary-color);
}

/*-- 2- Cart Total --*/
.cart .cart-summary{
    width: 40rem;
    background-color: var(--white);
    padding: 1rem;
    margin-left: auto;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    border-top: 0.3rem solid var(--main-color);
}

/* Cart Button */
.cart .cart-summary .btn{
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

/*----- 5- Checkout -----*/
/*
1- Payment Method
2- Cart Total
*/

/*-- Checkout Section --*/
.checkout{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap; 
        flex-wrap: wrap;
    gap: 1rem;
}

/*-- Checkout Heading Title --*/
.checkout .heading h2{
    font-size: 3.5rem;
}

/* Checkout section, Box-1 container */
.checkout .box-1{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50rem;
        flex: 1 1 50rem;  
}

/* Checkout section, Box-2 container */
.checkout .box-2{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30rem;
        flex: 1 1 30rem;
}

/* Checkout item */
.checkout-item{
    background-color: var(--white);
    margin-bottom: 1rem;
    padding: 2rem;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
}

.checkout .box-1 .checkout-item:last-child{
    margin-bottom: 0;   
}

/*-- 1- Payment Method --*/
.payment-methods .payment{
    margin-bottom: 1.5rem;
}

/* Payment method label */
.payment-methods .payment label{
    cursor: pointer;
    font-size: 2rem;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
}

/* Payment method input */
.payment-methods .payment  input{
    margin-right: 0.5rem;
}

/* Selected/Highlighted payment method label */
.payment input:checked + label, 
.payment label:hover{ 
    color: var(--main-color);
}

/* Payment method body */
.payment .payment-body{ 
    display: none;
}

/* Payment method Description */
.payment-methods .payment .payment-body p{
    font-size: 1.4rem;
    line-height: 1.8;
    color: var(--grey);
    padding-top: 1rem;
}

/* Show payment method Description, When input is checked */
.payment > input:checked ~ .payment-body{ 
    display: block;
}

/* Active payment method body */
.payment-body.active{
    display: block;
}

/* Checkout Buttons */
.checkout .btn-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* Checkout Button */
.checkout .btn{
    width: 100%;
    text-align: center;
}

/*------------------------------ (07)-Shop (End) ------------------------------*/



/*------------------------------ (08)-Contact (Start) ------------------------------*/

/*----- 01- Contact Info -----*/
/* Contact Information Container */
.contact-info .box-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Contact information item */
.contact .contact-info .info-item{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25rem;
        flex: 1 1 25rem;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    padding: 4rem 2rem;
    text-align: center;
}

/* Contact info Icon */
.contact-info .info-item i{
    font-size: 2.5rem;
    width: 7rem;
    height: 6rem;
    border-radius: 0.5rem;
    padding: 2rem;
    color: var(--white);
    background-color: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0rem auto;
}

/* Contact info Detail Heading */
.contact-info .info-item .content h4{
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--black);
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

/* Contact info Detail Text */
.contact-info .info-item .content p{
    font-size: 1.6rem;
    color: var(--grey);
    line-height: 1.5;
    text-transform: none;
}

/*----- 02- Contact Form -----*/
/* Contact Container Styles */
.contact-container{
    padding: 4rem;
    margin: 2rem 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("../../assets/images/Contact/Contact.jpg");
    background:         linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),url("../../assets/images/Contact/Contact.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--border-radius);
}

/* Contact Form Autofilled input fields */
.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus,
.contact-form input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--white);
    -webkit-transition: background-color 5000s ease-in-out 0s;
            transition: background-color 5000s ease-in-out 0s;
}

/* Contact Form input box container */
.contact-form .input-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
  
/* Contact Form input box container */
.contact-form .input-box .box{
    width: 49.5%;
}

/* Contact Form Input Field */
.contact-form .box{
    width: 100%;
    font-size: 1.6rem;
    color: var(--white);
    border: 0.15rem solid rgba(255, 255, 255, 0.7);
    background-color: transparent;
    text-transform: none;
    padding: 1rem 1.5rem;
}

/* Contact Form Focused Input Field */
.contact-form .box:focus{
    border-color: var(--main-color);
}

/* Contact Form Input Field placeholder */
.contact-form .box::placeholder{
    text-transform: capitalize;
    color: var(--white);
}

/* Contact Form Textarea */
.contact-form textarea{
    height: 18rem;
    resize: none;
    margin-bottom: 1rem;
}

/* Contact Form Alert Message Styling */
.contact-form .alert{
    font-size: 2rem;
    color: var(--main-color);
    padding-left: 1rem;
}

/*----- 03- Google Map -----*/
.contact iframe{
    width: 100%;
    height: 40rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

/*------------------------------ (08)-Contact (End) ------------------------------*/