/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/*****---------------------------------------- 1) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

/* No imports needed - using CDN links */

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar{
    background-color: #d60b88;
}
.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.header_bg {
    background: transparent !important;
    border-bottom: 2px solid #dbc64c;
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
}

.logo {
    width: 35%;
    float: left;
}

.bg-light {
    background-color: #fff !important;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #d2ba1b;
}

.navbar-light .navbar-nav .nav-link {
    color: #212120;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar {
    padding: .5rem 40px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d2ba1b;
}

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #fdfcfc;
    font-weight: bold;
    text-align: center;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #dbc64c;
    text-align: center;
    margin: 0px;
    font-weight: bold;
}

.read_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #dbc64c;
    border: 3px solid #dbc64c;
    text-align: center;
    padding: 10px 0px;
    margin-top: 60px;
}

.read_bt a:hover {
    color: #dbc64c;
    background-color: #ffffff;
}

.play_icon {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    top: -40px;
}

.login_text {
    float: left;
    font-size: 18px;
    color: #000;
    width: 100px;
}

.language_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.language_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #dbc64c;
    font-weight: bold;
    padding: 0px;
}

.language_taital_1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2d2d2d;
    font-weight: bold;
    padding: 0px;
}

.language_section_2 {
    width: 100%;
    float: left;
}

.box_main {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    background-color: #dbc64c;
    border-radius: 7px;
}

.box_main.active {
    background-color: #ffffff;
    box-shadow: 0px 3px 20px -3px #f4f4f4;
}

.icon_1 {
    width: 100%;
    float: left;
    min-height: 60px;
}

.heavy_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #242323;
    text-align: center;
    padding-top: 20px;
    font-weight: 500;
}

.heavy_text.active {
    color: #000;
}

.box_main:hover {
    background-color: #ffffff;
    box-shadow: 0px 3px 20px -3px #f4f4f4;
}

.readmore_bt {
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2d2d2d;
    border-bottom: 3px solid #dbc64c;
    text-align: center;
    margin-top: 60px;
    font-weight: 500;
}

.readmore_bt a:hover {
    color: #dbc64c;
    border-bottom: 3px solid #dbc64c;
}

.readmore_bt.active a {
    color: #dbc64c;
}

.services_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.services_text {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 0px;
}

.appoinment_bt {
    width: 210px;
    float: left;
    margin-top: 50px;
}

.appoinment_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #dbc64c;
    border: 3px solid #dbc64c;
    text-align: center;
    padding: 10px 0px;
}

.appoinment_bt a:hover {
    color: #ffffff;
    background-color: #dbc64c;
}

.image_1 {
    width: 100%;
    float: left;
}

.image_2 {
    width: 100%;
    float: left;
    position: relative;
    left: -240px;
    margin-top: 25px;
}

.gallery_section {
    width: 100%;
    float: left;
    background-color: #270b60;
    height: auto;
    padding: 90px 0px 200px 0px;
}

.gallery_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #dbc64c;
    font-weight: bold;
    padding: 0px;
}

.gallery_text {
    width: 45%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.gallery_section_2 {
    width: 100%;
    float: left;
}

.image_3 {
    width: 100%;
    float: left;
    background-image: url(../images/img-3.png);
    height: 200px;
    background-size: 100%;
    padding: 70px 0px;
}

.image_4 {
    width: 100%;
    float: left;
    background-image: url(../images/img-4.png);
    height: 200px;
    background-size: 100%;
    padding: 70px 0px;
}

.image_5 {
    width: 100%;
    float: left;
    background-image: url(../images/img-5.png);
    height: 200px;
    background-size: 100%;
    padding: 70px 0px;
}

.play_icon_2 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 9;
}

.play_icon_2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 115%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.language_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #dbc64c;
    text-align: center;
    margin-top: 10px;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #000;
    color: #fff;
}

#main_slider a.carousel-control-next {
    position: absolute;
    left: 550px;
    top: 125%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 50px;
    background: #dbc64c;
    opacity: 1;
    font-size: 18px;
    color: #ffffff;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 480px;
    top: 125%;
    background-color: #000;
}

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #0e100f;
    font-weight: bold;
    padding: 0px;
}

.about_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.about_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #161616;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 0px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0e100f;
    margin: 0px;
    padding-top: 30px;
}

.image_6 {
    width: 100%;
    float: left;
    background-image: url(../images/img-6.png);
    height: 386px;
    background-size: 100%;
    padding: 163px 0px;
}

.play_icon_3 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 9;
}

.play_icon_3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 115%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.courses_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.courses_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #0e100f;
    font-weight: bold;
    padding: 0px;
    text-align: center;
}

.courses_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0e100f;
    margin: 0px;
    text-align: center;
}

.courses_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.flag_main {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.flag_text {
    float: left;
    font-size: 20px;
    color: #0e100f;
    font-weight: bold;
    padding-top: 4px;
    width: 185px;
}

.padding_left_15 {
    padding-left: 15px;
}

.border_bg {
    left: 0px;
    background-color: #dbc64c;
    height: 2px;
    width: 540px;
    position: relative;
    top: 9px;
}

.learn_text {
    width: 400px;
    float: left;
    font-size: 18px;
    color: #e0ce64;
    text-align: center;
    border: 2px solid #e0ce64;
    border-radius: 60px;
    padding: 10px;
}

.learn_text:hover {
    color: #ffffff;
    background-color: #e0ce64;
}

.learn_text.active {
    color: #ffffff;
    background-color: #e0ce64;
}

.events_section {
    width: 100%;
    float: left;
    background-color: #270b60;
    height: auto;
    padding: 40px 0px 60px 0px;
}

.events_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #dbc64c;
    font-weight: bold;
    padding: 0px;
}

.events_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.events_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.image_7 {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: block;
    z-index: 9;
}

.lorem_text {
    width: 80%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px;
    position: absolute;
    bottom: 25px;
    margin-left: 42px;
    background-color: rgba(14, 16, 15, 0.7);
    z-index: 9;
}

.time_section {
    width: 100%;
    display: flex;
    position: relative;
}

.live_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #202020;
    font-weight: bold;
    padding-left: 25px;
}

.date_text {
    width: 33%;
    float: right;
    font-size: 18px;
    color: #dbc64c;
    font-weight: bold;
}

.images_main {
    width: 100%;
    float: left;
    position: relative;
}

.images_main::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    height: 330px;
    width: 540px;
    top: 47px;
}

.students_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.students_section_2 {
    width: 100%;
    float: left;
}

.client_main {
    width: 60%;
    margin: 0 auto;
    background-color: #ffffff;
    height: auto;
    padding: 20px 20px 0px 0px;
    box-shadow: 0px 10px 17px 6px #dbdbdb;
    display: flex;
}

.client_left {
    width: 30%;
    float: left;
}

.client_right {
    width: 70%;
    float: left;
}

.name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #decb5e;
    padding: 0px;
}

.client_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0px;
    color: #292828;
}

.quote_icon {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    top: 45px;
}

.image_9 {
    width: 100%;
    float: left;
    position: relative;
    top: -50px;
    left: -60px;
}

.newsletter_section {
    width: 100%;
    float: left;
    background-color: #270b60;
    height: auto;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: -97px;
    z-index: 5;
    position: relative;
}

.newsletter_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.mail_main {
    width: 60%;
    display: flex;
    margin: 0 auto;
}

.email_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #9a9999;
    background-color: #ffffff;
    border: 0px;
    padding: 6px 15px;
}

.left_arrow {
    width: 60px;
    background-color: #decb5e;
    text-align: center;
    padding: 10px 0px;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #161616;
    height: auto;
    padding: 150px 0px 50px 0px;
}

.touch_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

.email_box {
    width: 50%;
    margin: 0 auto;
    height: auto;
}

.input_main {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.email-bt {
    color: #929191;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding: 10px 20px 0px 0px;
    background: transparent !important;
    border-bottom: 1px solid #8f8f8f !important;
    border: 0px;
}

input.email-bt::placeholder {
    color: #929191;
}

.massage-bt {
    color: #929191;
    width: 100%;
    height: 70px;
    font-size: 18px;
    padding: 36px 20px 0px 0px;
    background: transparent !important;
    border: 0px;
    border-bottom: 1px solid #8f8f8f !important;
}

textarea#comment::placeholder {
    color: #929191;
}

.send_bt {
    width: 150px;
    float: right;
}

.send_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #dbc64c;
    border: 3px solid #dbc64c;
    text-align: center;
    padding: 5px 0px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.send_bt a:hover {
    color: #dbc64c;
    background-color: #ffffff
}

.call_main {
    width: 50%;
    display: flex;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
}

.padding_left_15 {
    padding-left: 15px;
}

.social_icon {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
    padding-right: 10px;
    padding-top: 20px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #141414;
    height: auto;
    box-shadow: 0px 10px 20px 1px #a4a4a4;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 15px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #dbc64c;
}

.margin_90 {
    margin: 90px 0px;
}

/* Global Styles */
:root {
    --primary-color: #c5a47e;
    --primary-dark: #b08d66;
    --secondary-color: #1a1a1a;
    --text-color: #666666;
    --heading-color: #333333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --black: #000000;
    --border-color: #e9ecef;
    --success: #28a745;
    --warning: #ffc107;
    --danger: #dc3545;
    --info: #17a2b8;
}

/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary-dark);
    text-decoration: none;
}

.section-padding {
    padding: 100px 0;
}

.section-title {
    margin-bottom: 60px;
    text-align: center;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 2px;
    background-color: var(--primary-color);
}

/* Header Styles */
.top-bar {
    background-color: var(--secondary-color);
    padding: 10px 0;
}

.top-bar a {
    color: var(--white);
    font-size: 0.9rem;
}

.top-bar a:hover {
    color: var(--primary-color);
}

.site-header {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar-brand img {
    max-height: 100px;
}

.nav-link {
    font-weight: 500;
    padding: 1.5rem 1rem !important;
    position: relative;
}

.nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
}

.nav-link:hover:after,
.nav-link.active:after {
    width: 100%;
}

/* Hero Section */
.hero-section {
    background-size: cover;
    background-position: center;
    position: relative;
    color: var(--white);
}

.hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* Award Categories */
.award-category {
    background: var(--white);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.award-category:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.award-category i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* Statistics */
.stats-section {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('../images/stats-bg.jpg') center/cover;
    padding: 100px 0;
    color: var(--white);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

/* Testimonials */
.testimonial-item {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    margin: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.testimonial-content {
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

/* Buttons */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 50px;
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 50px;
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Registration Form */
.registration-form {
    background: var(--white);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

/* Footer */
.footer {
    background: var(--secondary-color);
    color: var(--white);
    padding: 80px 0 0;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer h5 {
    color: var(--white);
    margin-bottom: 25px;
    font-weight: 600;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
}

.footer-links a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 60px;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .section-padding {
        padding: 70px 0;
    }
    
    .navbar-brand img {
        max-height: 60px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .stat-item {
        margin-bottom: 30px;
    }
}

/* Preloader */
.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: var(--white);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid var(--border-color);
    border-radius: 50%;
    border-top-color: var(--primary-color);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Animations */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

.bounce {
    animation: bounce 1s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pulse {
    animation: pulse 1s infinite;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background: var(--primary-dark);
    color: var(--white);
    transform: translateY(-5px);
}

/* WhatsApp Button */
.whatsapp-btn {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: #25d366;
    color: var(--white);
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background: #128c7e;
    color: var(--white);
    transform: translateY(-5px);
}

.whatsapp-btn i {
    font-size: 24px;
}

/* Dropdown Menu */
.dropdown-menu {
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 1rem 0;
}

.dropdown-item {
    color: var(--text-color);
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--primary-color);
    background-color: transparent;
}

/* Mobile Menu */
.navbar-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--heading-color);
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.navbar-toggler span:nth-child(1) {
    top: 0;
}

.navbar-toggler span:nth-child(2) {
    top: 9px;
}

.navbar-toggler span:nth-child(3) {
    top: 18px;
}

.navbar-toggler.active span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg);
}

.navbar-toggler.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navbar-toggler.active span:nth-child(3) {
    top: 9px;
    transform: rotate(-135deg);
}

/* Site Header */
.site-header.sticky {
    background: var(--white);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.sticky .navbar-brand img {
    max-height: 100px;
}

.nav-link {
    padding: 1rem !important;
}

/* Swiper Sliders */
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Banner Slider */
.banner-slider {
    height: 600px;
}

.banner-slider .swiper-slide {
    background-size: cover;
}

.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.banner-slider .swiper-button-next:hover,
.banner-slider .swiper-button-prev:hover {
    background: var(--primary-color);
}

.banner-slider .swiper-button-next:after,
.banner-slider .swiper-button-prev:after {
    font-size: 20px;
}

.banner-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.banner-slider .swiper-pagination-bullet-active {
    background: var(--primary-color);
}

/* Clients Slider */
.clients-slider {
    padding: 40px 0;
}

.clients-slider .swiper-slide {
    height: auto;
    padding: 20px;
    background: transparent;
}

.clients-slider .client-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.clients-slider .client-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.clients-slider .client-logo {
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

/* Testimonials Slider */
.testimonials-slider {
    padding: 40px 0;
}

.testimonials-slider .swiper-slide {
    height: auto;
    padding: 20px;
    background: transparent;
}

.testimonials-slider .testimonial-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.testimonials-slider .testimonial-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonials-slider .testimonial-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto 20px;
}

.testimonials-slider .testimonial-text {
    font-style: italic;
    margin-bottom: 20px;
}

.testimonials-slider .testimonial-name {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.testimonials-slider .testimonial-designation {
    color: #666;
    font-size: 14px;
}

/* Common Slider Styles */
.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
}