/* ==========================================================================
   PRIZTINE SOLUTIONS STYLESHEET
   Sections:
   1. Base
   2. Header & Navigation
   3. Dropdown Menu
   4. Hero Banner
   5. About
   6. Services
   7. Stats
   8. Clients
   9. Footer
   10. Responsive
   ========================================================================== */


html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}
.services-section {
    padding: 80px 0;
    background: #ffffff;
}

.services-title {
    color: #1497d6;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.service-row {
    row-gap: 30px;
}

.service-card {
    background: #f7f7f7;
    min-height: 380px;
    padding: 60px 42px 45px;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    transition: all .3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0,0,0,.08);
}

.service-icon {
    color: #1497d6;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 24px;
}

.service-card h5 {
    color: #111;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 26px;
}

.service-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
    margin: 0;
}
/* Top Contact Bar */
.top-contact-bar {
    background: #f8f8f8;
    border-bottom: 1px solid #dedede;
    padding: 8px 0;
    font-size: 15px;
}

.top-contact-bar a {
    color: #333;
    margin-right: 30px;
    white-space: nowrap;
}

.top-contact-bar .d-none a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 4px;
    color: #222;
}

/* Header */
.header.header-6,
.header.header-6 .navbar-area {
    position: relative !important;
    background: #fff !important;
}

.header.header-6 .navbar-area {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,.08);
}

.header.header-6 .navbar {
    min-height: 60px;
    padding: 6px 0 !important;
    flex-wrap: nowrap !important;
}

/* Logo */
.navbar-brand {
    min-width: 180px;
    white-space: nowrap !important;
}

.priztine-logo {
    max-height: 42px;
    width: auto;
}

/* Navigation */
.header.header-6 .navbar-nav .nav-item {
    margin-left: 10px;
}

.header.header-6 .navbar-nav .nav-item a {
    color: #222 !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 13px !important;
    padding: 8px 14px !important;
    border-radius: 3px;
    white-space: nowrap !important;
}

.header.header-6 .navbar-nav .nav-item a.active,
.header.header-6 .navbar-nav .nav-item a:hover {
    background: #09a9e8;
    color: #fff !important;
}

/* Enquiry Button */
.header-action {
    margin-left: 14px;
}

.header-action .button {
    background: #09a9e8;
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 18px !important;
    font-size: 13px !important;
    font-weight: 700;
    border: none;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.header-action .button:hover {
    background: #058fcc;
}
.dropdown-menu-wrapper{
    position:relative;
}

.main-dropdown{
    position:absolute;
    top:100%;
    left:0;
    width:240px;
    background:#2f2f2f;
    display:none;
    list-style:none;
    padding:0;
    margin:0;
    z-index:9999;
}

.dropdown-menu-wrapper:hover>.main-dropdown{
    display:block;
}

.main-dropdown>li{
    position:relative;
}

.main-dropdown>li>a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:15px 22px !important;
    background:#2f2f2f !important;
    color:#d6d6d6 !important;
    font-size:15px !important;
    font-weight:400 !important;
    text-transform:none !important;
    border-bottom:1px solid #444;
}

.sub-dropdown{
    position:absolute;
    top:0;
    left:100%;
    width:240px;
    background:#2f2f2f;
    display:none;
    list-style:none;
    padding:0;
    margin:0;
}

.has-submenu:hover>.sub-dropdown{
    display:block;
}

.sub-dropdown li a{
    display:block;
    width:100%;
    padding:15px 22px !important;
    background:#2f2f2f !important;
    color:#d6d6d6 !important;
    font-size:15px !important;
    font-weight:400 !important;
    border-bottom:1px solid #444;
}

.main-dropdown li:hover>a,
.sub-dropdown li:hover>a{
    background:#1698d5 !important;
    color:#fff !important;
}

/* Hero Banner */
.hero-section.priztine-hero-banner {
    position: relative;
    background-image: url('assets/img/hero/hero-5/slider-1.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: center top !important;
    background-color: #d9d9d9;
    width: 100%;
    height: 445px;
    min-height: 445px;
    padding: 0 !important;
    margin: 0 !important;
}

.hero-title-on-banner {
    position: absolute;
    top: 135px;
    left: 39%;
    text-align: center;
}

.hero-title-on-banner h1 {
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 9px;
    color: #222;
    margin: 0 0 28px;
    white-space: nowrap;
}

.hero-title-on-banner p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 10px;
    color: #222;
    margin: 0;
    white-space: nowrap;
}

/* Properly hide SEO text */
.sr-only-custom {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.feature-section {
    padding-top: 55px;
}

.about-company{
    padding:80px 0;
}

.about-card{
    padding-right:40px;
}

.about-card h4{
    color:#1497d6;
    font-size:22px;
    font-weight:700;
    margin-top:28px;
    margin-bottom:12px;
}

.about-card h4:first-child{
    margin-top:0;
}

.about-card p{
    color:#666;
    font-size:17px;
    line-height:1.9;
    margin-bottom:20px;
}

.image-wrapper{
    position:relative;
    padding-bottom:80px;
}

.main-image{
    width:100%;
    height:720px;
    object-fit:cover;
    border-radius:8px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.small-image{
    position:absolute;
    width:230px;
    bottom:0;
    right:-20px;
    border-radius:8px;
    border:8px solid #fff;
    box-shadow:0 20px 40px rgba(0,0,0,.18);
}

@media(max-width:991px){

    .about-card{
        padding-right:0;
        margin-bottom:40px;
    }

    .main-image{
        height:400px;

    }

    .small-image{
        width:250px;
        right:10px;
          height:250px;

    }

}

.company-heading {
    color: #1197d4;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 35px;
}
/* Tablet */
@media (max-width: 991px) {

    .priztine-logo {
        max-height: 38px;
    }

    .hero-section.priztine-hero-banner {
        height: 300px;
        min-height: 300px;
    }
}

/* Mobile */
@media (max-width: 575px) {

    .top-contact-bar {
        font-size: 13px;
    }

    .priztine-logo {
        max-height: 34px;
    }

    .hero-section.priztine-hero-banner {
        height: 190px;
        min-height: 190px;
    }

    .feature-section {
        padding-top: 35px;
    }
}
/* ================= Stats ================= */
.stats-section {
    background: #1698d5;
    padding: 55px 0;
}

.stats-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.stat-box {
    width: 180px;
    text-align: center;
    color: #fff;
    padding: 0 28px;
    border-right: 1px solid rgba(255,255,255,.35);
}

.stat-box:last-child {
    border-right: none;
}

.stat-box h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}

.stat-box p {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}

/* ================= Clients ================= */
.clients-section {
    padding: 75px 0 85px;
    background: linear-gradient(rgba(255,255,255,.86), rgba(255,255,255,.86)),
                url('assets/img/clients/clients-bg.jpg') center/cover no-repeat;
}

.clients-title h3 {
    color: #1698d5;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.clients-title p {
    color: #666;
    font-size: 13px;
    margin-bottom: 45px;
}

.clients-logos {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.client-logo {
    width: 170px;
    height: 95px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo img {
    max-width: 120px;
    max-height: 65px;
    object-fit: contain;
}

/* ================= Footer ================= */
.priztine-footer {
    background: #303030;
    color: #bdbdbd;
    padding-top: 60px;
}

.footer-logo {
    max-width: 170px;
    margin-bottom: 25px;
    filter: brightness(1.2);
}

.footer-widget {
    margin-bottom: 35px;
}

.footer-widget h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-widget p {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.footer-widget i {
    color: #bdbdbd;
    margin-right: 8px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    display: block;
    background: #1698d5;
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
}

.footer-links a:hover {
    background: #0f82b8;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 18px 0;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #ddd;
}
.sub-menu-bar{
    display:flex !important;
    align-items:center;
    justify-content:flex-end;
}

.header .navbar-nav li a {
    color:#222;
}
#nav6{
    display:flex;
    align-items:center;
    gap:8px;
    margin-right:18px;
}

.header-action{
    margin-left:0 !important;
}

.navbar-brand{
    margin-right:60px;
}
.footer-bottom a {
    color: #ddd;
    margin-right: 25px;
}

.footer-bottom span {
    color: #1698d5;
    font-weight: 700;
}

/* Responsive */
@media(max-width: 991px) {
    .stats-wrapper {
        flex-wrap: wrap;
        gap: 25px 0;
    }

    .stat-box {
        width: 33.33%;
        border-right: none;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media(max-width: 575px) {
    .stat-box {
        width: 50%;
    }

    .clients-section {
        padding: 55px 0;
    }

    .client-logo {
        width: 145px;
        height: 85px;
    }
}