﻿
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */



/* =============================================================
GOOGLE FONT
============================================================ */

@import url(http://fonts.googleapis.com/css?family=Ubuntu); /* FREE GOOGLE FONT */
@import url(http://fonts.googleapis.com/css?family=Oswald); /* FREE GOOGLE FONT */



/* =============================================================
GENERAL STYLES
============================================================ */
html {
overflow-x: hidden;
}
body {
font-family: 'Ubuntu', sans-serif;
color: #fff;
overflow-x: hidden;
}

section {
padding-top: 80px;
padding-bottom: 40px;
}

.pad-bottom {
padding-bottom: 60px;
}

.header {
font-family: 'Oswald', sans-serif;
padding-bottom: 40px;
text-transform: uppercase;
}

.header hr {
width: 50px;
border-top: 2px solid rgb(40, 141, 203);
}


/* =============================================================
CUSTOM BUTTON STYLES
============================================================ */
.button-custom {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-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;
margin: 25px 5px 5px 0px;
margin: 5px;
}

.btn-custom-one {
background-color: transparent;
color: #fff;
border: 2px solid rgb(40, 141, 203);
}

.btn-custom-one:hover {
background-color: rgb(40, 141, 203);
text-decoration: none;
color: #fff;
}

.btn-custom-two {
color: #fff;
background-color: rgb(40, 141, 203);
border: 2px solid rgb(40, 141, 203);
}

.btn-custom-two:hover {
border: 2px solid rgb(40, 141, 203);
text-decoration: none;
color: #fff;
background-color: transparent;
}


/* =============================================================
MENU SECTION STYLES
============================================================ */
.navbar-inverse {
background-color: rgba(0, 0, 0, 0.4);
border-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
background-color: transparent;
border-bottom: 1px solid rgb(40, 141, 203);
}

.navbar-inverse .navbar-nav > li > a {
font-size: 12px;
font-weight: 800;
padding: 5px 0px;
letter-spacing: 2px;
margin: 10px 20px 10px 20px;
color: #FFF;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover {
color: #fff;
font-weight: 900;
font-family: 'Oswald', sans-serif;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: rgb(40, 141, 203);
}
.navbar-inverse .navbar-toggle {
border-color: rgb(40, 141, 203);
}


/* =============================================================
HOME SECTION STYLES
============================================================ */

#home {
text-align: center;
padding-top: 120px;
padding-bottom: 60px;
}

#home .social {
display: block;
margin: 50px 20px;
}

/*Carousel Slider*/

#carousel-slider {
padding: 50px 20px 5px 50px;
}

#carousel-slider h3 {
line-height: 50px;
font-family: 'Oswald', sans-serif;
}

#carousel-slider p {
color: rgb(40, 141, 203);
font-size: 16px;
line-height: 25px;
margin: 25px 20px;
}

/* =============================================================
SERVICES SECTION STYLES
============================================================ */

#services .services-wrapper {
padding: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 40px;
background-color: rgba(255, 255, 255, 0.07);
cursor: pointer;
-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;
}

#services .services-wrapper:hover {
background-color: rgba(255, 255, 255, 0.20);
}

#services h3 {
font-family: 'Oswald', sans-serif;
}

#services .services-wrapper i {
margin: 5px;
color: rgb(40, 141, 203);
font-size: 60px;
}


/*============================
PRICING SECTION STYLES
==============================*/

.light-pricing {
margin-bottom: 30px;
margin-top: 50px;
text-align: center;
box-shadow: 0 0 5px rgba(0, 0, 0, .5);
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
line-height: 30px;
cursor: pointer;
-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;
}

.light-pricing:hover {
background-color: transparent;
}

.light-pricing ul {
list-style: none;
margin: 0;
text-align: center;
padding-left: 0px;
}

.light-pricing ul li {
padding-top: 20px;
padding-bottom: 20px;
cursor: pointer;
}

.light-pricing ul li i {
margin-right: 5px;
}


.light-pricing .price {
padding: 40px 20px 20px 20px;
font-size: 60px;
font-weight: 900;
}

.light-pricing .price small {
color: #000;
display: block;
font-size: 15px;
margin-top: 22px;
}

.light-pricing .type {
background-color: rgba(0, 0, 0, 0.40);
padding: 30px 20px;
font-weight: 900;
text-transform: uppercase;
font-size: 30px;
color: rgb(40, 141, 203);
}

.light-pricing .pricing-footer {
padding: 20px;
}

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3 {
padding-left: 0;
padding-right: 0;
}

.light-pricing.popular {
margin-top: 10px;
}

.light-pricing.popular .price {
padding-top: 80px;
}


/*============================
WORK SECTION STYLES
==============================*/

#work .caegories a.active {
background-color: transparent;
color: #fff;
}

.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
}

#work .work-wrapper {
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 40px;
background-color: rgba(255, 255, 255, 0.1);
cursor: pointer;
-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;
border: 1px solid rgb(40, 141, 203);
}

#work .work-wrapper:hover {
background-color: transparent;
border: 1px solid rgb(40, 141, 203);

opacity: .80; /* standard: ff gt 1.5, opera, safari */
-ms-filter: "alpha(opacity=80)"; /* ie 8 */
filter: alpha(opacity=80); /* ie lt 7 */
-khtml-opacity: .80; /* safari 1.x */
-moz-opacity: .80; /* ff lt 1.5, netscape */

}

#work .work-wrapper h4 {
padding-top: 10px;
}



/*============================
TEAM SECTION STYLES
==============================*/


.team-wrapper {
overflow-x: hidden;
position: relative;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transform: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
margin-bottom:30px;
}
.team-wrapper:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.team-wrapper .team-inner {
background-size: cover;
background-position: center;
-moz-background-size: cover;
-webkit-background-size: cover;
padding: 150px 0 10px;
/*background-image: url('../img/girl-big.jpg');*/
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-radius: 10px 10px 0px 0px;
}

.team-wrapper > .team-inner > a {
color: rgb(40, 141, 203);
width: 80px;
height: 80px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
margin: 0 auto -50px;
display: block;
color: rgb(40, 141, 203);
z-index: 999;
font-size: 40px;
padding: 15px 22px;
background-color: #fff;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

.team-wrapper > .team-inner > a:hover {
color: #fff;
text-decoration: none;
background-color: rgb(40, 141, 203);
}


.team-wrapper .description {
padding: 30px 20px 20px;
text-align: center;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

.team-wrapper .description h5 {
color: rgb(40, 141, 203);
}



/*============================
CONTACT SECTION STYLES
==============================*/

#contact .contact-wrapper {
background-color:rgba(255, 255, 255, 0.1);
padding: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 40px;
min-height:200px;
}
#contact .contact-wrapper h3 {
color:rgb(40, 141, 203);
}
#contact .social-below {
display: block;
margin-top: 5px;
}
#contact .contact-form .hp-field {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
}
#contact .contact-form input[type="text"],
#contact .contact-form textarea {
width: 100%;
padding: 8px 10px;
margin-bottom: 8px;
border: none;
border-radius: 4px;
box-sizing: border-box;
font-family: inherit;
font-size: 13px;
color: #333;
background-color: #fff;
color-scheme: light;
}
#contact .contact-form input[type="text"]::placeholder,
#contact .contact-form textarea::placeholder {
color: #777;
opacity: 1;
}
#contact .contact-form textarea {
min-height: 70px;
resize: vertical;
}
#contact .contact-form button {
display: inline-block;
width: 100%;
padding: 10px;
margin-top: 6px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 13px;
color: #fff;
}
#contact .contact-form .btn-email {
background: rgb(40, 141, 203);
}
#contact .contact-form .btn-whatsapp {
background: #25d366;
}
#contact .contact-form .form-msg {
margin-top: 8px;
font-size: 12px;
min-height: 14px;
}
#contact .contact-form .form-msg.ok {
color: #b7f5c9;
}
#contact .contact-form .form-msg.err {
color: #ffb3a7;
}
.footer-div {
padding-top:25px;
}
.footer-div a,.footer-div a:hover {
font-size:10px;

color:#fff;
text-decoration:none;
}
#site-footer {
background-color: rgba(0,0,0,0.55);
padding: 14px 0;
}
#site-footer .footer-div {
padding-top: 0;
}
#site-footer .footer-div a {
display: inline-block;
font-size: 12px;
margin: 0 12px;
padding: 0 12px;
border-inline-end: 1px solid rgba(255,255,255,0.3);
}
#site-footer .footer-div a:last-child {
border-inline-end: none;
}
#site-footer .footer-div a:hover {
color: rgb(40, 141, 203);
text-decoration: underline;
}

/*============================
FAQ SECTION STYLES
==============================*/
#faq {
padding-top: 60px;
padding-bottom: 20px;
}
.faq-list {
margin-top: 20px;
}
.faq-item {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 5px;
padding: 18px 22px;
margin-bottom: 15px;
}
.faq-question {
color: rgb(40, 141, 203);
margin: 0 0 8px;
font-size: 16px;
font-weight: bold;
}
.faq-answer {
margin: 0;
color: #fff;
line-height: 1.6;
font-size: 14px;
}

/*============================
REVIEWS / RECOMMENDATIONS STYLES
==============================*/
.recs-badge {
text-align: center;
margin-bottom: 30px;
}
.recs-badge .recs-score {
font-size: 42px;
font-weight: 700;
color: rgb(40, 141, 203);
}
.recs-badge .recs-stars {
color: #f5a623;
font-size: 24px;
letter-spacing: 2px;
}
.recs-badge .recs-count {
font-size: 15px;
color: #fff;
}
.recs-badge .recs-source {
font-size: 13px;
margin-top: 6px;
}
.recs-more {
text-align: center;
margin-top: 30px;
}
.recs-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 18px;
margin-top: 10px;
}
.recs-card {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 5px;
padding: 16px 20px;
text-align: left;
}
html[dir="rtl"] .recs-card {
text-align: right;
}
.recs-card .recs-card-stars {
color: #f5a623;
letter-spacing: 1px;
font-size: 14px;
}
.recs-card .recs-card-author {
color: rgb(40, 141, 203);
font-weight: bold;
margin-top: 4px;
}
.recs-card .recs-card-meta {
font-size: 11px;
color: #ccc;
margin-bottom: 8px;
}
.recs-card .recs-card-body {
font-size: 14px;
line-height: 1.6;
color: #fff;
margin: 0;
}

/*============================
AI CHAT WIDGET STYLES
==============================*/
#ai-chat-widget {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
font-family: 'Segoe UI', Arial, sans-serif;
}
#ai-chat-toggle {
width: 56px;
height: 56px;
border-radius: 50%;
border: none;
background: rgb(40, 141, 203);
color: #fff;
font-size: 26px;
cursor: pointer;
box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
#ai-chat-toggle:hover {
background: rgb(30, 120, 178);
}
#ai-chat-panel {
position: absolute;
bottom: 68px;
right: 0;
width: 320px;
max-width: calc(100vw - 40px);
height: 420px;
max-height: calc(100vh - 120px);
background: #fff;
border-radius: 10px;
box-shadow: 0 8px 30px rgba(0,0,0,0.35);
display: flex;
flex-direction: column;
overflow: hidden;
}
#ai-chat-panel.ai-chat-hidden {
display: none;
}
.ai-chat-header {
background: rgb(40, 141, 203);
color: #fff;
padding: 12px 15px;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: bold;
font-size: 15px;
}
.ai-chat-header button {
background: none;
border: none;
color: #fff;
font-size: 20px;
line-height: 1;
cursor: pointer;
padding: 0;
}
#ai-chat-messages {
flex: 1;
overflow-y: auto;
padding: 12px;
background: #f4f7f6;
display: flex;
flex-direction: column;
gap: 8px;
}
.ai-chat-msg {
max-width: 85%;
padding: 8px 12px;
border-radius: 12px;
font-size: 13px;
line-height: 1.4;
color: #222;
word-wrap: break-word;
}
.ai-chat-msg-bot {
background: #e9edf1;
align-self: flex-start;
border-bottom-left-radius: 2px;
}
.ai-chat-msg-user {
background: rgb(40, 141, 203);
color: #fff;
align-self: flex-end;
border-bottom-right-radius: 2px;
}
.ai-chat-typing {
opacity: 0.6;
font-style: italic;
}
#ai-chat-form {
display: flex;
gap: 6px;
padding: 10px;
border-top: 1px solid #e0e0e0;
background: #fff;
}
#ai-chat-form .hp-field {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
}
#ai-chat-input {
flex: 1;
padding: 8px 10px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 13px;
font-family: inherit;
color: #333;
background-color: #fff;
color-scheme: light;
min-width: 0;
}
#ai-chat-form button[type="submit"] {
background: rgb(40, 141, 203);
color: #fff;
border: none;
border-radius: 4px;
padding: 8px 14px;
font-size: 13px;
cursor: pointer;
}
@media (max-width: 480px) {
#ai-chat-widget {
right: 12px;
bottom: 12px;
}
#ai-chat-panel {
width: calc(100vw - 24px);
right: -8px;
}
}