﻿/*======================================================
    Footer Section
=======================================================*/

        .footer {
            background: linear-gradient(135deg, #2c3e50, #1a252f);
            color: #ecf0f1;
            padding: 40px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 60px 20px 0 20px;
        }
        
        .footer-column {

            padding: 0 15px;
            margin-bottom: 20px;
        }
        
        .footer-logo {
            max-width: 240px;
            margin-bottom: 20px;
            filter: brightness(0) invert(1);
        }
        
        .company-info {
            line-height: 1.6;
            opacity: 0.8;
            font-size: 14px;
        }
        
        .contact-title, .qrcode-title {
            font-size: 1.25rem;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .contact-title::after, .qrcode-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 3px;
            background: #3498db;
        }
        
        .contact-list {
            list-style: none;
        }
        
        .contact-list li {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .contact-icon {
            width: 30px;
            height: 30px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            flex-shrink: 0;
        }
        
        .qrcode-box {
            background: white;
            padding: 12px;
            border-radius: 8px;
            display: inline-block;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
			text-align:right
        }
        
        .qrcode-box:hover {
            transform: translateY(-5px);
        }
        
        .qrcode-img {
            width: 80px;
            height: 80px;
           
        }
        
        .qrcode-desc {
            color: #333;
            font-size: 14px;
            text-align: center;
            margin: 0 auto;
            font-weight: 500;
        }
        
        .copyright {
            text-align: center;
            padding-top: 20px;
            margin-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
            font-size: 14px;
            opacity: 0.7;
        }
           .copyright p{
      padding-bottom:30px;
	  margin:0 auto;
        }     
        @media (max-width: 768px) {
            .footer-column {
                flex: 100%;
                text-align: center;
                padding: 0 30px;
            }
            
            .contact-list li {
                justify-content: center;
            }
            
            .contact-title::after, 
            .qrcode-title::after {
                left: 50%;
                transform: translateX(-50%);
            }
        }




.footer-section {
    background-color:#171717;
    position: relative;
    z-index: 1;
    overflow: initial;
}

.footer-section-inner {
    padding: 80px 0;
    border-bottom: 1px solid #0b1838;
}

.top {
   
    border-bottom: 2px solid #0b1838;
}
.footer-social-icons {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.footer-logo{
	width:260px;
	}
.footer-top.active {
    padding: 0 0 100px;
}

.footer-widget {}

.footer-widget .logo {
    display: block;
    margin-bottom: 25px;
}

.footer-widget .booking-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-widget .booking-wrap svg {
    width: 45px;
    height: 45px;
    fill: #5a49f8;
    margin-right: 15px;
    margin-top: 5px;
}

.footer-widget .booking-wrap-inner {}

.footer-widget .booking-wrap-inner h3 {
    font-family: "sofia-pro-bold", sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.footer-widget .booking-wrap-inner a {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #6a7c92;
    text-decoration: underline;
}

.footer-widget .booking-wrap-inner a:hover {
    color: #fff;
}

.footer-social {}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    background-color: #0b1838;
    font-size: 15px;
    color: #6a7c92;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
    margin-top: 10px;
}

.footer-social li a:hover {
    background: linear-gradient(to right, #5a49f8, #7a64f2);
    color: #fff;
}

.footer-social li a i {}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 28px;
}

.footer-widget.link-widget {
    margin-left: 40px;
}

.widget-links {}

.widget-links li {
    display: flex;
    align-items: center;
}

.widget-links li:not(:last-of-type) {
    margin-bottom: 15px;
}

.widget-links li i {
    font-size: 6px;
    color: #5a49f8;
    margin-right: 10px;
    margin-top: 2px;
}

.widget-links li a {
    font-family: 'Sofia-Pro-Regular', sans-serif;
    color: #6a7c92;
    font-size: 16px;
    line-height: 1;
}

.widget-links li a:hover {
    color: #fff;
    text-decoration: underline;
}

.widget-links.address {}

.widget-links.address li {
    font-size: 16px;
}

.widget-links.address li i {
    font-size: 30px;
}

.widget-links.address li:last-of-type {
    margin: 0;
}

/*======================================================
    Subscribe Form
=======================================================*/
.subscribe-form {}

.subscribe-form .form-control {
    background-color: transparent;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    border: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    box-shadow: none;
    outline: none;
    color: #fff;
}

.subscribe-form .submit {
    background: linear-gradient(to right, #5a49f8, #7a64f2);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 30px;
    border: none;
    outline: none;
}

.subscribe-form .submit:hover {
    background: linear-gradient(to right, #7a64f2, #5a49f8);
}

.subscribe-form .submit i {
    margin-left: 10px;
}

.subscribe-form .form-control::placeholder {
    color: #6a7c92 !important;
}

.subscribe-form .form-control:-ms-input-placeholder {
    color: #6a7c92 !important;
}

.subscribe-form .form-control::-ms-input-placeholder {
    color: #6a7c92 !important;
}

/*======================================================
    Footer Top Info
=======================================================*/
.footer-info {
    position: absolute;
    width: 100%;
    left: 0;
    top: -57px;
}

.footer-info-inner {
    background: linear-gradient(to right, #5a49f8, #7a64f2);
    display: flex;
    align-items: center;
    border-radius: 2px;
}

.footer-info-list {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.footer-info-inner .footer-info-list:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-info-list h3 {
    font-family: "sofia-pro-regular", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin: 0;
}

.footer-info-list svg {
    width: 40px;
    fill: #fff;
    margin-right: 20px;
}

/*======================================================
    Footer CTA
=======================================================*/
.footer-cta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    position: relative;
}

.footer-cta-inner {
    background: linear-gradient(to right, #5a49f8, #7a64f2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    width: 80%;
    margin: 0 auto;
    padding: 30px 40px;
    position: relative;
    overflow: hidden;
}

.footer-cta-inner .pattern {
    background-image: url(../images/pattern-5.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 600px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-cta-inner .footer-cta-list h2 {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    margin: 0;
}

/*======================================================
    Footer Bottom
=======================================================*/
.footer-bottom {
    padding: 30px 0;
}

.copyright-wrap {
    text-align: center;
}

.copyright-wrap p {
    margin: 0;
    line-height: 1;
}
@media (min-width: 768px) {
    .text-lg-left {
        text-align: left !important;
    }
	.justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end !important;
    }
	.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
}

}