/*
Wings Services - Premium Printing Solutions Website
Customized for Wings Services printer business
Color Palette: Jaffa (#f68d35), Pacific Blue (#0596c0), Blue Chill (#127597), Black (#040404), White (#FFFFFF)
/* --------------------------------
Table of Contents
- Import fonts
- General
- Loader
- Button
- Navbar
- Intro
- Features
- Services
- Portfolio
- Pricing
- Testimonial
- Contact
- Responsive
-------------------------------- */

/* ------------------------------
  Import Google Web Font
---------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/

body {
    margin: 0;
    padding: 0;
    font-size: clamp(14px, 16px, 18px);
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    color: #676576;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    color: #333333;
}

h1 {
    font-size: clamp(40px, 70px, 80px);
    line-height: clamp(45px, 66px, 75px);
    font-weight: 700;
    left: -4px;
    position: relative;
}

h2 {
    font-size: clamp(28px, 46px, 52px);
    font-weight: 700;
    line-height: clamp(32px, 50px, 56px);
}

h3 {
    font-size: clamp(20px, 24px, 28px);
}

h4 {
    font-size: clamp(18px, 22px, 26px);
}

h5 {
    font-size: clamp(16px, 20px, 24px);
    font-weight: 600;
    line-height: clamp(24px, 46px, 50px);
}

h6 {
    font-size: clamp(14px, 18px, 22px);
}

a {
    text-decoration: none;
    color: #464646;
}

a:hover {
    color: #f68d35;
}

p {
    margin: 5px 0;
    line-height: 28px;
    letter-spacing: 0.5px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

/* ------------------------------
  loader
---------------------------------*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.loader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader .loading .aloader {
    background: #ef3248;
}

/* ------------------------------
  button
---------------------------------*/

.button {
    padding: 12px 30px;
    background: #f68d35;
    color: #fff;
    font-size: clamp(13px, 15px, 17px);
    font-weight: 500;
    border-radius: 5px;
    border: 0;
}

.button:hover {
    background: #0596c0;
    color: #ffffff;
}

/* ------------------------------
  navbar
---------------------------------*/

.navbar {
    background: #fff8f8;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.navbar .navbar-brand {
    font-weight: 700;
    font-size: clamp(1.25rem, 2.0rem, 2.75rem);
    line-height: clamp(1.5rem, 2.5rem, 2.75rem);
    font-family: 'Montserrat', sans-serif;
}

.navbar .navbar-brand span {
    color: #0596c0;
}

.navbar .navbar-brand:hover {
    color: #333333;
}

.navbar .navbar-toggler {
    padding: 0;
}

.navbar .navbar-toggler i {
    font-size: clamp(24px, 32px, 36px);
}

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

.navbar .navbar-collapse {
    position: relative;
    left: -8px;
}

.navbar .navbar-nav li {
    padding: 0 10px;
}

.navbar .navbar-nav li a {
    color: #333333;
}

.navbar .navbar-nav li a:hover {
    color: #f68d35;
}

.navbar .navbar-nav li .button {
    color: #fff;
    margin-top: -3px;
    display: inline-block;
    margin-right: -15px;
}

.navbar .show .button {
    margin-top: 20px !important;
}

.navbar-fixed {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
 	section-title
---------------------------------*/

.title h5 {
    color: #f68d35;
    margin-bottom: 10px;
}

.title h2 {
    margin-bottom: 50px;
}

/* ------------------------------
  intro
---------------------------------*/

.intro {
    background: #fff8f8;
    padding: 60px 0 300px;
}

.intro h5 {
    color: #f68d35;
    margin-bottom: 20px;
}

.intro p {
    margin: 30px 0;
    margin-right: 20%;
}

.intro a {
    font-size: clamp(15px, 17px, 19px);
    font-weight: 600;
}

.intro a i {
    position: relative;
    top: 4px;
    font-size: clamp(20px, 24px, 28px);
    margin-left: 10px;
}

.intro ul li {
    display: inline-block;
    margin-right: 20px;
}

.intro .content-image {
    background: url(../img/bg-peoples.png) center no-repeat;
    background-size: 100%;
    text-align: center;
}

.intro .content-image img {
    width: 80%;
}

/* ------------------------------
  features
---------------------------------*/

.features {
    margin-top: -180px;
}

.features .content {
    border-radius: 15px;
    padding: 50px 40px;
    background: #333333;
}

.features .content .content-box {
    position: relative;
    margin: 5px 0;
}

.features .content .icon {
    float: left;
    margin-right: 20px;
}

.features .content .icon i {
    color: #f68d35;
    font-size: clamp(60px, 80px, 90px);
}

.features .content .text {
    color: #eee;
    overflow: hidden;
}

.features .content .text h5 {
    color: #ffffff;
}

/* ------------------------------
  services
---------------------------------*/

.services {
    padding: 120px 0 140px;
}

.services h2 {
    margin-left: 30%;
    margin-right: 30%;
}

.services i {
    background: #f68d35;
    color: #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 8px;
    margin-bottom: 10px;
    line-height: 58px;
    font-size: clamp(24px, 28px, 32px);
}

.services .content {
    padding: 40px;
}

.services .content-center {
    border-radius: 10px;
    box-shadow: 0 5px 38px -6px rgba(0, 0, 0, 0.14);
}

/* ------------------------------
  portfolio
---------------------------------*/

.portfolio {
    background: #fff8f8;
    padding: 120px 0 140px;
}

.portfolio h2 {
    margin-left: 30%;
    margin-right: 30%;
}

.portfolio img {
    width: 100%;
    border-radius: 15px;
}

.portfolio .text {
    border-radius: 5px;
    margin-left: 153px;
    margin-right: 40px;
    padding: 25px;
    text-align: left;
    top: -70px;
    position: relative;
    background: #fff;
    margin-bottom: -40px;
    box-shadow: 0 5px 38px -6px rgba(0, 0, 0, 0.14);
}

.portfolio .text h5 {
    color: #0596c0;
}

/* ------------------------------
  pricing
---------------------------------*/

.pricing {
    padding: 120px 0 140px;
}

.pricing .shadow {
    box-shadow: 0 5px 38px -6px rgba(0, 0, 0, 0.14);
}

.pricing .content {
    padding: 35px;
    padding-top: 20px;
    border-radius: 5px;
}

.pricing .content h2 {
    color: #f68d35;
    margin-top: 23px;
}

.pricing .content .divider {
    height: 1px;
    width: 100%;
    background: #ddd;
    margin: 15px 0 30px;
}

.pricing .content li {
    padding: 5px 0;
}

.pricing .content li i {
    color: #f68d35;
    margin-right: 10px;
}

.pricing .content .button {
    margin-top: 30px;
}

.pricing .content-center {
    color: #fff8f8;
    background: #333333;
}

.pricing .content-center h5 {
    color: #ffffff;
}

.pricing .content-center .divider {
    background: #666;
}

.pricing .content-center .button:hover {
    background: #fff;
    color: #333;
}

/* ------------------------------
  testimonial
---------------------------------*/

.testimonial {
    padding: 140px 0;
    background: linear-gradient(rgba(5, 4, 4, 0.69), rgba(5, 4, 4, 0.74)), url(../img/testimonial.jpg);
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover;
    background-attachment: fixed;
    color: #fff8f8;
}

.testimonial .content {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    color: #676576;
}

.testimonial .content h5 {
    color: #333333;
}

.testimonial .icon {
    float: left;
    margin-right: 20px;
}

.testimonial .icon i {
    color: #f68d35;
    font-size: clamp(60px, 80px, 90px);
}

.testimonial .text {
    overflow: hidden;
}

.testimonial .text h5 {
    color: #333333;
}

/* ------------------------------
  contact
---------------------------------*/

.contact {
    padding: 120px 0;
}

.contact h2 {
    color: #f68d35;
    margin-bottom: 30px;
    font-size: clamp(24px, 32px, 36px);
}

.contact ul {
    margin-top: 30px;
}

.contact ul li {
    display: inline-block;
    padding: 0 5px;
}

.contact ul li i {
    font-size: clamp(16px, 20px, 24px);
    height: 35px;
    width: 35px;
    background: #333333;
    color: #ffffff;
    line-height: 35px;
    border-radius: 50%;
}

.contact ul li i:hover {
    background: #f68d35;
}

/* ------------------------------
  contact form
---------------------------------*/

.contact-form-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 38px -6px rgba(0, 0, 0, 0.14);
}

.contact-form-container h3 {
    color: #0596c0;
    margin-bottom: 30px;
    font-size: clamp(20px, 24px, 28px);
    font-weight: 600;
}

.contact-form {
    text-align: left;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #f68d35;
    box-shadow: 0 0 0 3px rgba(246, 141, 53, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(246, 141, 53, 0.3);
}

.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

.success-message {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error-message {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Consistent footer note */
.footer-note {
    margin-top: 10px;
    font-size: clamp(12px, 14px, 16px);
    color: #676576;
}

/* Unified footer layout */
.contact .container {
    max-width: 960px;
}

/* ------------------------------
  WhatsApp Bubble
---------------------------------*/

.whatsapp-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    animation: bounce 2s infinite;
}

.whatsapp-bubble a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #f68d35;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(246, 141, 53, 0.4);
    transition: all 0.3s ease;
}

.whatsapp-bubble a:hover {
    background: #0596c0;
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(5, 150, 192, 0.4);
}

.whatsapp-bubble i {
    font-size: clamp(24px, 28px, 32px);
    color: #ffffff;
}

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

/* ------------------------------
  responsive
---------------------------------*/

@media (max-width: 768px) {
    .services .content {
        padding: 20px;
    }
    .services h2,
    .portfolio h2 {
        margin-left: 20%;
        margin-right: 20%;
    }
    .portfolio .text {
        margin-left: 50px;
    }
    .contact-form-container {
        margin: 20px;
        padding: 30px 20px;
    }
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 576px) {
    .intro .content-image img {
        margin-top: 30px;
    }
    .services h2,
    .portfolio h2 {
        margin-left: 2%;
        margin-right: 2%;
    }
    .pricing .content-center {
        margin: 30px 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 25px;
    }
}

@media (max-width: 360px) {
    .intro ul li {
        margin-right: 10px;
    }
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    h1 {
        line-height: 55px;
        font-size: 55px;
    }
}