/* =====================================================
Template Name   : Pinex
Description     : Printing Services Company HTML5 Template
Author          : Themesland
Version         : 1.0
=======================================================*/


/* ===================
fonts
====================== */

@import url('https://fonts.googleapis.com/css2?family=Pacifico&amp;family=Rubik:wght@400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Bebas+Neue&display=swap');

/* ===================
general css
====================== */

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    scroll-behavior: inherit !important;
}

 :root {
    --card-w: 340px;
    --card-radius: 14px;
    --accent: #0ea5a4;
    --bg: #0f172a;
    --surface: #0b1220;
    --txt: #e6eef6;
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

@font-face {
    font-family: 'RomantikaSignature';
    src: url('fonts/RomantikaSignature-Regular.woff2') format('woff2'), url('fonts/RomantikaSignature-Regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}


/* Step 2b: apply the font to your specific element */

.navbar-brand span {
    font-family: 'RomantikaSignature', serif;
    /* fallback serif if custom font fails */
    font-size: 2rem;
    /* adjust size */
    color: #800000;
    /* or whatever color you want, similar to the image style */
}

body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: #757F95;
    line-height: 1.8;
}

a {
    color: #091F3C;
    display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #0049D0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #091F3C;
    margin: 0px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    line-height: 1.2;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0px;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

label {
    color: #999;
    cursor: pointer;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}


/* ===================
preloader
====================== */

.preloader {
    background: #517ef8;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.loader {
    width: 80px;
    height: 80px;
    position: relative;
    top: calc(50% - 55px);
    left: calc(50% - 40px);
}

.loader:before,
.loader:after {
    content: '';
    border: 5px solid #fff;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: 0.5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}


/* ===================
theme default css
====================== */

.ovrflow-hidden {
    overflow: hidden;
}

.text-right {
    text-align: right;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-pd {
    padding: 0 7rem;
}

.s-pd {
    padding: 0 12rem;
}

.h-100 {
    height: 100%;
}

.h-100vh {
    height: 100vh;
}

.bg {
    background-color: #F5F6FA;
}

.theme-bg-dark {
    background-color: #080808;
}


/* ===================
site title css
====================== */

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 28px;
    color: #0e88f3;
    position: relative;
    font-family: "Pacifico", cursive;
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    color: #091F3C;
    margin-top: 20px;
    margin-bottom: 0;
}

.shadow-title {
    top: 50%;
    left: 50%;
    display: block;
    font-size: 150px;
    position: absolute;
    transform: translate(-50%, -50%);
    font-family: "Pacifico", cursive;
    color: rgba(34, 34, 34, 0.05);
}

@media all and (max-width: 992px) {
    .shadow-title {
        font-size: 100px;
    }
}


/* ===================
margin & padding
====================== */

.pb-140 {
    padding-bottom: 140px;
}

.pd-50 {
    padding: 50px 0;
}

.py-120 {
    padding: 120px 0;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mr-300 {
    margin-right: 300px;
}

.ml-300 {
    margin-left: 300px;
}

.pos-rel {
    position: relative;
    z-index: 1;
}


/* ===================
theme button
====================== */

.theme-btn {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 6px 6px 6px 25px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 50px;
    background: #FF442B;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.theme-btn:hover {
    background: #171718;
    color: #fff;
}

.theme-btn i {
    margin-left: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #171718;
    border-radius: 50px;
    display: inline-block;
}

.theme-btn:hover i {
    background: #FF442B;
}


/* ===================
container
====================== */

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1485px;
    }
}


/* ===================
scroll-top css
====================== */

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: #fff;
    background-color: #5c87fc;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: all .5s ease-in-out;
    z-index: 1;
}

#scroll-top::before {
    content: "";
    position: absolute;
    border: 3px solid #2b8eff;
    border-radius: 50px;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    z-index: -1;
}

@media all and (min-width: 768px) and (max-width: 1199px) {
    #scroll-top {
        bottom: 100px;
    }
}


/* ===================
top header css
====================== */


/* ===================
nav menu css
====================== */


/* === ATTRACTIVE refinements – preserves every link, dropdown, logo, structure === */


/* ===================
hero css 
====================== */


/* Base Styles */

.hero-single {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}


/* Large Desktop (1200px and above) */

@media screen and (min-width: 1200px) {
    .hero-single {
        height: 100vh;
    }
    #hero-video {
        object-fit: cover;
    }
}


/* Desktop (992px to 1199px) */

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-single {
        height: 100vh;
    }
    #hero-video {
        object-fit: cover;
    }
}


/* Tablet view adjustments */

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-brand {
        display: flex;
        align-items: center;
    }
    .navbar-brand .ooo {
        width: 10px;
        /* Adjust this value as needed */
        height: auto;
    }
    .navbar-brand span {
        font-size: 6px !important;
        /* Slightly reduced for tablet */
    }
}


/* === Tablet View Fix (768px to 1024px) – Compact & Scrollable Navbar === */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* 1. HEADER TOP – keep minimal, no change needed but ensure compact */
    .header-top-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    /* 2. MAIN NAVIGATION – make navbar items scrollable horizontally */
    .main-navigation .container {
        position: relative;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    /* Make the collapse container block and handle overflow */
    .navbar-collapse {
        display: block !important;
        /* always visible on tablet */
        visibility: visible !important;
        position: relative;
        top: 0;
        background: transparent;
        box-shadow: none;
        border-top: none;
        padding: 0;
        overflow-x: auto;
        /* enable horizontal scroll */
        overflow-y: hidden;
        white-space: nowrap;
        /* keep items in one line */
        -webkit-overflow-scrolling: touch;
        width: 100%;
        margin-top: 5px;
    }
    /* hide mobile menu header and close button on tablet (since we use scroll) */
    .mobile-menu-header,
    .menu-close-btn {
        display: none !important;
    }
    /* navbar-nav becomes horizontal scrollable row */
    .navbar-nav {
        flex-direction: row;
        flex-wrap: nowrap;
        /* prevent wrapping */
        gap: 2px;
        /* minimal gap between items */
        margin: 0;
        padding: 8px 5px;
        width: max-content;
        /* expand to fit content */
    }
    /* nav items inline, no borders, no extra spacing */
    .nav-item {
        display: inline-block;
        width: auto;
        margin: 0;
    }
    .nav-link {
        padding: 8px 12px !important;
        /* compact clickable area */
        border-bottom: none !important;
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
        background: transparent;
        color: #333;
        /* adjust as needed */
    }
    /* hover/active effect optional */
    .nav-link:hover {
        color: #800000;
    }
    /* DROPDOWN menus – hide by default (only show on click/tap via JS) */
    /* For pure CSS we keep them hidden; you rely on existing hover/click behavior */
    .dropdown-menu {
        display: none;
        /* will be toggled by Bootstrap JS on click */
        position: absolute;
        background: white;
        border: 1px solid #ddd;
        z-index: 1000;
    }
    /* ensure parent dropdown toggle still has indicator */
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 4px;
        vertical-align: middle;
    }
    /* optional: style the scrollbar to look subtle (webkit) */
    .navbar-collapse::-webkit-scrollbar {
        height: 4px;
    }
    .navbar-collapse::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 10px;
    }
    .navbar-collapse::-webkit-scrollbar-track {
        background: #f0f0f0;
    }
    /* 3. NAVBAR BRAND – keep logo and text appropriately sized */
    .navbar-brand {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .navbar-brand img.ooo {
        max-height: 40px;
        width: auto;
    }
    .navbar-brand i span {
        font-size: 22px !important;
        white-space: nowrap;
    }
    /* 4. HIDE the desktop download button from top if you want? (optional) */
    /* .desktop-download-wrapper { display: none; } */
    /* 5. Ensure toggler is not displayed on tablet (since menu always visible) */
    .navbar-toggler {
        display: none !important;
    }
    .mobile-menu-right {
        display: none !important;
        /* hides hamburger + search icon on tablet */
    }
}


/* === Tablet View (between 768px and 1024px) === */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* header top adjustments */
    .header-top-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    .header-top-left ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    /* desktop download button inside top header (tablet fine-tuning) */
    .desktop-download-wrapper {
        margin-left: 8px;
    }
    .desktop-download-btn {
        padding: 6px 14px;
        font-size: 14px;
    }
    /* main navigation bar */
    .main-navigation .navbar {
        padding: 8px 0;
    }
    /* brand / logo area */
    .navbar-brand {
        display: flex;
        align-items: center;
        margin-left: 360px;
        gap: 8px;
    }
    .navbar-brand img.ooo {
        max-height: 85px;
        align-items: center;
        width: auto;
    }
    .navbar-brand i span {
        font-size: 30px !important;
        /* override inline 30px */
        white-space: nowrap;
    }
    /* collapse menu styling for tablet (since it's still collapsible) */
    .navbar-collapse {
        background: white;
        position: absolute;
        top: 100%;
        gap: 2px;
        left: 0;
        width: 100%;
        max-height: 80vh;
        overflow-y: auto;
        padding: 20px 15px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        z-index: 999;
        /* border-top: 2px solid #800000; */
    }
    /* mobile menu header inside collapse */
    .mobile-menu-header {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 15px;
    }
    .menu-close-btn {
        background: transparent;
        border: none;
        font-size: 24px;
        color: #800000;
    }
    /* nav items stack vertically */
    .navbar-nav {
        flex-direction: column;
        gap: 8px;
    }
    .nav-item {
        width: 100%;
    }
    .nav-link {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        font-weight: 500;
    }
    /* dropdown menus inside collapsed nav */
    .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        box-shadow: none;
        border: none;
        padding-left: 20px;
        background: #fafafa;
        margin-top: 5px;
    }
    .dropdown-menu li a {
        padding: 8px 15px;
        white-space: normal;
        font-size: 14px;
    }
    /* adjust mobile toggler button */
    .mobile-menu-right {
        display: flex;
        align-items: center;
        gap: 2px;
    }
    /* .navbar-toggler {
        border: 1px solid #800000;
        color: #800000;
        padding: 6px 12px;
        font-size: 20px;
    } */
    .navbar-toggler:focus {
        box-shadow: none;
    }
    /* optional: hide any desktop-only elements if needed */
    .header-nav-search {
        display: inline-block;
        /* ensure search icon is visible if uncommented */
    }
    /* contact info & email wrapping */
    .header-top-contact ul li a {
        font-size: 14px;
    }
    .header-top-contact ul li a i {
        margin-right: 4px;
    }
    /* social icons in top right */
    .header-top-social {
        gap: 4px;
    }
    .header-top-social a {
        width: 34px;
        height: 34px;
        line-height: 14px;
        font-size: 12px;
    }
    /* image modal simulation — creates a modal-like container for any image inside header */
    /* (If you intended to put an actual image modal trigger, you'll need JS. 
     This purely styles a hypothetical .image-modal element if present.) */
    .image-modal {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        border-radius: 12px;
        z-index: 1050;
        max-width: 90%;
        max-height: 90%;
        overflow: auto;
        border: 2px solid #800000;
    }
    .image-modal img {
        width: 100%;
        height: auto;
        display: block;
    }
    /* optional backdrop if you need to simulate */
    .modal-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
    }
}


/* extra small fine-tuning for devices exactly 768px wide */

@media screen and (width: 768px) {
    .navbar-brand i span {
        font-size: 22px !important;
    }
    .header-top-contact ul {
        gap: 8px;
    }
}


/* Tablet Landscape (768px to 991px) */

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero-single {
        height: 80vh;
        /* Slightly shorter on tablets */
    }
    #hero-video {
        object-fit: cover;
    }
    .overlay {
        background: rgba(0, 0, 0, 0.4);
        /* Slightly darker on tablets */
    }
}


/* Tablet Portrait (576px to 767px) */

@media screen and (min-width: 576px) and (max-width: 767px) {
    .hero-single {
        height: 70vh;
        /* Shorter on portrait tablets */
    }
    #hero-video {
        object-fit: cover;
    }
    .overlay {
        background: rgba(0, 0, 0, 0.45);
        /* Darker for better visibility */
    }
}


/* Mobile Landscape (480px to 575px) */

@media screen and (min-width: 480px) and (max-width: 575px) {
    .hero-single {
        height: 60vh;
        /* Shorter on mobile landscape */
    }
    #hero-video {
        object-fit: cover;
        /* Ensure video fills the space */
        min-width: 100%;
        min-height: 100%;
    }
    .overlay {
        background: rgba(0, 0, 0, 0.5);
        /* Even darker on mobile */
    }
}


/* Mobile Portrait (up to 479px) */

@media screen and (max-width: 479px) {
    .hero-single {
        height: 50vh;
        /* Half screen on mobile portrait */
    }
    #hero-video {
        object-fit: cover;
        /* Optimize for mobile */
        min-width: 100%;
        min-height: 100%;
    }
    .overlay {
        background: rgba(0, 0, 0, 0.6);
        /* Darkest on mobile for text readability */
    }
    /* Optional: Show fallback image if video doesn't load well on mobile */
    .video-background {
        background: url('assets/img/home/fallback-image.jpg') no-repeat center center;
        background-size: cover;
    }
}


/* Small Mobile (up to 320px) */

@media screen and (max-width: 320px) {
    .hero-single {
        height: 40vh;
        /* Adjusted for very small screens */
    }
    .overlay {
        background: rgba(0, 0, 0, 0.7);
    }
}


/* Height-based media queries for different screen heights */

@media screen and (max-height: 600px) {
    .hero-single {
        height: 100vh;
        /* Keep full height on short screens */
    }
}

@media screen and (max-height: 400px) {
    .hero-single {
        height: 120vh;
        /* Extra height on very short screens */
    }
}


/* High-resolution screens (Retina displays) */

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-resolution: 192dpi) {
    #hero-video {
        /* Ensure video quality remains good on high-res screens */
        object-fit: cover;
    }
}


/* Print styles (hide video when printing) */

@media print {
    .hero-single {
        display: none;
    }
}


/* Reduced motion preferences for accessibility */

@media (prefers-reduced-motion: reduce) {
    #hero-video {
        /* Disable autoplay for users who prefer reduced motion */
        display: none;
    }
    .video-background {
        background: url('assets/img/home/fallback-image.jpg') no-repeat center center;
        background-size: cover;
    }
}


/* Landscape orientation specific */

@media screen and (orientation: landscape) and (max-height: 500px) {
    .hero-single {
        height: 100vh;
        /* Full height on landscape mobile */
    }
}


/* Tablet specific optimizations */

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hero-single {
        height: 100vh;
    }
}


/* Large tablets like iPad Pro */

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .hero-single {
        height: 60vh;
        /* Adjusted for tall iPad screens */
    }
}


/* Foldable devices and unusual screen sizes */

@media screen and (max-width: 280px) {
    .hero-single {
        height: 30vh;
    }
}


/* TV screens (very large displays) */

@media screen and (min-width: 1920px) {
    .hero-single {
        height: 100vh;
    }
    #hero-video {
        object-fit: cover;
    }
}


/* 4K and ultra-wide screens */

@media screen and (min-width: 2560px) {
    .hero-single {
        height: 100vh;
    }
    #hero-video {
        object-fit: cover;
    }
}


/* Dark mode support */

@media (prefers-color-scheme: dark) {
    .overlay {
        background: rgba(0, 0, 0, 0.5);
        /* Adjusted for dark mode */
    }
}


/* =====================
play btn
===================== */

.play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    background: #74170b;
    color: #fff !important;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.play-btn i::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #80180b;
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
    0% {
        opacity: 0.8;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}


/* ===================
about css 
====================== */

.about-slider {
    position: relative;
    padding: 10px;
}

.swiper {
    width: 100%;
    height: 100%;
    /* padding: 30px 0 50px 0; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.swiper-slide:hover {
    transform: scale(1.02);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.swiper-button-next,
.swiper-button-prev {
    color: #527afe !important;
    background: white;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #527afe;
    color: white !important;
    transform: scale(1.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #ccc !important;
    opacity: 1 !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 25px !important;
    border-radius: 10px !important;
    background: #527afe !important;
}

.theme-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(82, 122, 254, 0.4) !important;
}

.about-list li {
    transition: transform 0.3s ease;
}

.about-list li:hover {
    transform: translateX(10px);
}


/* ===================
service css 
====================== */


/* ---------- attractive sky blue cards with depth ---------- */

.service-item {
    /* background: linear-gradient(165deg, #f0faff, #ffffff); */
    border-radius: 48px 48px 48px 48px;
    padding: 30px 20px 25px 20px;
    text-align: center;
    /* box-shadow: 0 20px 30px -8px rgba(0, 160, 255, 0.4), 0 0 0 2px rgba(255, 255, 255, 0.9) inset, 0 -5px 0 rgba(173, 216, 250, 0.4) inset; */
    transition: transform 0.25s ease, box-shadow 0.35s;
    border: 1px solid rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(2px);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-item:hover {
    transform: translateY(-10px) scale(1.02);
    /* box-shadow: 0 15px 20px -10px #48b5ff, 0 0 0 3px white inset, 0 0 0 5px #b1e0ff inset; */
    /* background: linear-gradient(165deg, #ffffff, #ecf9ff); */
}


/* icon/image area */

.service-icon {
    margin-bottom: 20px;
    transition: transform 0.2s;
    filter: drop-shadow(0 12px 12px rgba(0, 170, 255, 0.25));
}

.service-item:hover .service-icon {
    transform: scale(1.05) rotate(1deg);
}

.service-icon img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50% 30% 50% 30% / 40% 50% 40% 50%;
    /* background: linear-gradient(145deg, #c8e9ff, #9ed5ff); */
    padding: 8px;
    /* box-shadow: 0 2px 10px -5px #2f8fc0, 0 0 0 4px white, 0 0 0 6px #b3daf5; */
    /* border: 2px solid white; */
    transition: all 0.3s ease;
}

.service-item:hover .service-icon img {
    border-radius: 40% 50% 40% 50% / 50% 40% 50% 40%;
    /* box-shadow: 0 10px 15px -3px #0077be, 0 0 0 5px white, 0 0 0 8px #cde5ff; */
}


/* text styles */

.service-content {
    flex: 1;
}

.service-title {
    margin-bottom: 12px;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.service-title a {
    text-decoration: none;
    background: linear-gradient(135deg, #025e9c, #0080d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.2s;
    font-size: 1.4rem;
    display: inline-block;
    text-shadow: 2px 2px 0 rgba(135, 206, 250, 0.3);
}

.service-text {
    color: #01659b;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 5px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    padding: 8px 12px;
    margin: 10px 0 0;
    backdrop-filter: blur(2px);
    /* border: 1px solid white; */
    /* box-shadow: inset 0 1px 5px #b3dcff; */
}


/* Decorative watermarks (very light sky elements) */

.service-item::after {
    content: "⚙️";
    font-size: 2rem;
    position: absolute;
    bottom: 5px;
    right: 15px;
    opacity: 0.06;
    transform: rotate(10deg);
    pointer-events: none;
}

.service-item-2::after {
    content: "🖨️";
    font-size: 2.2rem;
    opacity: 0.05;
}

.service-item-3::after {
    content: "📠";
    opacity: 0.05;
}

.service-item-4::after {
    content: "🖱️";
    opacity: 0.05;
}


/* responsive */

@media screen and (max-width: 992px) {
    .col-lg-3 {
        width: 50%;
    }
    .service-area {
        padding: 35px 20px;
    }
}

@media screen and (max-width: 600px) {
    .col-md-6 {
        width: 100%;
    }
    .service-icon img {
        width: 130px;
        height: 130px;
    }
}


/* optional extra sky blue touches */

.site-heading .site-title-tagline {
    background: #3da5ff;
    color: white;
    padding: 6px 10px;
    border-radius: 40px;
}

.site-title {
    color: #014d80;
}


/* container heading (commented in HTML but we can style if needed) */

.bg {
    position: relative;
}


/* ===================
testimonial css 
====================== */

.testimonial-area {
    position: relative;
}

.testimonial-shape-1 {
    position: absolute;
    left: -80px;
    top: 0;
    opacity: .1;
}

.testimonial-shape-2 {
    position: absolute;
    right: -80px;
    bottom: 0;
    opacity: .1;
}

.testimonial-single {
    margin-bottom: 20px;
}

.testimonial-quote {
    background: #2ba0ff;
    padding: 40px 30px 50px 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.testimonial-quote::before {
    content: "\f0dd";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    bottom: -52px;
    left: 40px;
    font-weight: bold;
    font-size: 70px;
    color: #941212;
}

.testimonial-quote p {
    color: #fff;
}

.testimonial-content {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
    margin-left: 20px;
}

.testimonial-author-img {
    margin-right: 20px;
    width: 80px;
    padding: 5px;
    border-radius: 50px;
    border: 2px dashed #2bbfff;
}

.testimonial-author-img img {
    border-radius: 50%;
}

.testimonial-author-info h4 {
    font-size: 20px;
    color: #091F3C;
}

.testimonial-author-info p {
    color: #2b99ff;
}

.testimonial-quote-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 140px;
    opacity: .2;
}

.testimonial-area .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
    background: #3b9ec8;
    margin: 5px;
    border-radius: 10px;
    width: 25px;
    height: 7px;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.testimonial-area .owl-dots .owl-dot.active span {
    background-color: #2ba3ff;
    width: 8px;
    height: 8px;
}

.testimonial-rate {
    color: #2ba0ff;
}


/* ===================
counter css 
====================== */

.counter-area {
    background: #2baeff;
    position: relative;
    z-index: 1;
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.counter-box .icon {
    position: relative;
    font-size: 55px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    background: #171718;
    z-index: 1;
}

.counter-box .icon::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50px;
    border: 2px solid #171718;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.counter-box .icon img {
    width: 50px;
}

.counter-box .counter {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.counter-box .title {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

@media all and (max-width: 1199px) {
    .counter-area::before,
    .counter-area::after {
        width: 80px;
        height: 80px;
    }
}

@media all and (max-width: 991px) {
    .counter-area .counter-box {
        margin: 40px 0;
    }
}


/* ===================
quote css 
====================== */

.quote-content {
    background: #171718;
    padding: 40px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}

.quote-thum {
    border-bottom: 4px solid #171718;
}

.quote-thum img {
    margin-bottom: 10px;
}

.quote-content .quote-header h6 {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

.quote-content .quote-header h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.quote-content .form-group {
    margin-bottom: 20px;
}

.quote-content .form-group .form-control {
    height: 50px;
    font-size: 16px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    box-shadow: none;
}

.quote-content textarea {
    height: 120px !important;
}

.quote-content .form-control::placeholder {
    color: #F2F3F5;
    opacity: 1;
}

.quote-content .theme-btn {
    background: #fff;
    font-weight: 600;
    color: #171718;
}

.quote-content .theme-btn i {
    color: #fff;
}

@media all and (max-width: 1199px) {
    .quote-content .quote-header h2 {
        font-size: 25px;
    }
}


/* ===================
cta-area css 
====================== */

.cta-area {
    background: #2b8eff;
}

.cta-area .site-title-tagline {
    color: #2b75ff;
}

.cta-area .theme-btn {
    margin-top: 30px;
    background: #091F3C;
}

.cta-area .theme-btn:hover {
    background: #fff;
    color: #2b8eff;
}

.cta-area .theme-btn i {
    background: #2baaff;
}

.cta-area .theme-btn:hover i {
    background: #171718;
}

@media all and (max-width: 768px) {
    .cta-content {
        margin-top: 25px;
    }
    .cta-content h3 {
        font-size: 22px;
    }
}


/* ===================
blog css 
====================== */

.blog-item {
    margin-bottom: 25px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}

.blog-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog-item-img img {
    border-radius: 10px;
}

.blog-item-info {
    padding: 15px;
}

.blog-item-meta ul {
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e8eb;
    padding-bottom: 18px;
}

.blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    color: #091F3C;
}

.blog-item-meta ul li i {
    margin-right: 5px;
    color: #FF442B;
}

.blog-item-meta a:hover {
    color: #FF442B;
}

.blog-title {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.blog-item-info p {
    margin-bottom: 16px;
}

.blog-btn {
    margin-top: 20px;
    padding: 6px 25px;
    border-radius: 50px;
    font-weight: 500;
    border: 2px solid #2b8aff;
    background: #2ba0ff;
    color: #fff;
}

.blog-btn i {
    margin-left: 5px;
}

.blog-btn:hover {
    background: transparent;
    color: #2b8aff;
}

.blog-item-info h4 a {
    color: #091F3C;
}

.blog-item-info h4 a:hover {
    color: #2ba0ff;
}

@media all and (max-width: 991px) {
    .blog-item-info {
        padding: 23px 15px 30px 15px;
    }
}


/* ===========================
blog single css
=========================== */

.blog-thumb-img {
    margin-bottom: 20px;
}

.blog-single-content img {
    border-radius: 10px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-meta i {
    margin-right: 5px;
    color: #FF442B;
}

.blog-meta a {
    color: #66788a;
}

.blog-meta a:hover {
    color: #FF442B;
}

.blog-details-title {
    font-size: 34px;
    color: #091F3C;
}

.blockqoute {
    background: #F5F7FA;
    border-left: 5px solid #FF442B;
    padding: 30px;
    font-size: 17px;
    font-style: italic;
    margin: 20px 0;
}

.blockqoute-author {
    margin-top: 20px;
    padding-left: 60px;
    position: relative;
    color: #091F3C;
}

.blockqoute-author::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #2b9cff;
    left: 0;
    top: 10px;
}

.blog-details-tags {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-details-tags h5 {
    color: #091F3C;
}

.blog-details-tags ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details-tags ul a {
    background: #F5F7FA;
    color: #091F3C;
    padding: 5px 15px;
    border-radius: 8px;
    transition: all .5s ease-in-out;
}

.blog-details-tags ul a:hover {
    background: #2b8eff;
    color: #fff;
}

.blog-author {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin: 50px 0;
    padding: 20px;
}

.blog-author-img {
    border: 2px dashed #FF442B;
    padding: 5px;
    width: 250px;
    border-radius: 50%;
}

.blog-author-img img {
    border-radius: 50%;
}

.author-name {
    font-size: 22px;
    color: #FF442B;
    margin: 8px 0;
}

.author-info {
    padding: 0 20px;
}

.author-social {
    margin-top: 10px;
}

.author-social a {
    margin-right: 10px;
    color: #FF442B;
    transition: all .5s ease-in-out;
}

.author-social a:hover {
    color: #091F3C;
}

.blog-comments {
    margin-bottom: 50px;
}

.blog-comments h3 {
    color: #091F3C;
}

.blog-comments-wrapper {
    margin: 30px 0;
}

.blog-comments-single {
    display: flex;
    justify-content: start;
    align-items: center;
}

.blog-comments-single img {
    border-radius: 50%;
}

.blog-comments-content {
    padding: 20px 30px;
}

.blog-comments-content span {
    font-size: 14px;
}

.blog-comments-content a {
    font-weight: 600;
    margin-top: 5px;
    color: #FF442B;
}

.blog-comments-content a:hover {
    color: #091F3C;
}

.blog-comments-content h5 {
    color: #091F3C;
}

.blog-comments-reply {
    margin-left: 50px;
}

.blog-comments-form h3 {
    margin-bottom: 20px;
}

.blog-comments-form .form-group {
    margin-bottom: 20px;
}

.blog-comments-form .form-control {
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}

.blog-comments-form .form-control:focus {
    border-color: #FF442B;
}

@media all and (max-width: 767px) {
    .blog-meta {
        flex-direction: column;
        font-size: 15px;
    }
    .blog-meta .blog-meta-left ul {
        gap: 10px;
    }
    .blog-details-tags {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-author {
        flex-direction: column;
        text-align: center;
        padding: 25px 0 0 0;
    }
    .blog-comments-single {
        flex-direction: column;
        text-align: center;
        padding: 30px 0px;
        box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .blog-comments-reply {
        margin-left: 0px;
    }
}


/* =========================
sidebar css
========================= */

.widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 25px;
    color: #091F3C;
}

.widget .widget-title::before {
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid #FF442B;
    bottom: 0;
    left: 0;
}

.widget .widget-title::after {
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid #FF442B;
    bottom: 0;
    left: 22px;
}

.widget .search-form .form-control {
    padding: 10px 15px 10px 15px;
    border-radius: 8px;
    box-shadow: none;
}

.widget .search-form {
    position: relative;
}

.widget .search-form .form-control:focus {
    border-color: #FF442B;
}

.widget .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 18px 6px 18px;
    background: transparent;
    border: none;
    color: #FF442B;
}

.widget .category-list a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #ced4da;
    transition: all .5s ease-in-out;
}

.widget .category-list a:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.widget .category-list a:hover {
    padding-left: 10px;
    color: #FF442B;
}

.widget .category-list a i {
    margin-right: 5px;
    color: #FF442B;
}

.widget .category-list a span {
    float: right;
}

.widget .recent-post-single {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.widget .recent-post-img {
    margin-right: 20px;
}

.widget .recent-post-img img {
    width: 100px;
    border-radius: 8px;
}

.widget .recent-post-bio h6 {
    font-size: 16px;
}

.widget .recent-post-bio span {
    font-size: 14px;
    color: #FF442B;
}

.widget .recent-post-bio span i {
    margin-right: 5px;
}

.widget .recent-post-bio h6 a:hover {
    color: #FF442B;
}

.widget .social-share-link a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    border: 2px solid #FF442B;
    color: #FF442B;
    text-align: center;
    margin-right: 5px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}

.widget .social-share-link a:hover {
    background: #FF442B;
    color: #fff;
}

.widget .tag-list a {
    background: #F5F7FA;
    color: #091F3C;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 8px;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.widget .tag-list a:hover {
    background-color: #FF442B;
    color: #fff;
}


/* ===================
contact us css 
====================== */

.contact-wrapper {
    position: relative;
}

.contact-form {
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-form-header {
    margin-bottom: 30px;
}

.contact-form-header h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #091F3C;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-group .form-control {
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
    border-color: #FF442B;
}

.contact-map {
    margin-bottom: -9px;
}

.contact-map iframe {
    width: 100%;
    height: 450px;
}

.contact-content {
    margin-bottom: 50px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-info-icon {
    border-radius: 8px;
    padding: 5px;
}

.contact-info-icon i {
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
}

.contact-info h5 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #091F3C;
}

.contact-icon-1 {
    border: 2px solid #0084FF;
}

.contact-icon-1 i {
    background: #0084FF;
}

.contact-icon-2 {
    border: 2px solid #37B546;
}

.contact-icon-2 i {
    background: #37B546;
}

.contact-icon-3 {
    border: 2px solid #FD4A36;
}

.contact-icon-3 i {
    background: #FD4A36;
}

.contact-icon-4 {
    border: 2px solid #FFB400;
}

.contact-icon-4 i {
    background: #FFB400;
}

@media all and (max-width: 768px) {
    .contact-content {
        margin-top: 50px;
        margin-bottom: 0;
    }
}


/* ===================
appointment css 
====================== */

.appointment-area {
    background: #E8F5E9;
    position: relative;
    z-index: 1;
}

.appointment-img {
    background-image: url(../img/appointment/01.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.appointment-content {
    max-width: 540px;
    margin-left: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.appointment-content h1,
.appointment-content p {
    color: #0F4229;
}

.appointment-form {
    margin-top: 30px;
}

.appointment-form .form-group {
    margin-bottom: 20px;
}

.appointment-form .form-select,
.appointment-form .form-control {
    border: none;
    padding: 15px 15px;
    box-shadow: none;
    border-radius: 5px;
    color: #6C757D;
}

.appointment-form .theme-btn {
    margin-top: 25px;
}

@media all and (max-width: 1199px) {
    .appointment-content {
        max-width: unset;
        padding-right: 40px;
    }
}

@media all and (max-width: 991px) {
    .appointment-img {
        display: none;
    }
}


/* ===================
team css 
====================== */

.team-area {
    position: relative;
    overflow: hidden;
}

.team-item {
    margin-bottom: 80px;
    position: relative;
    transition: all .5s ease-in-out;
}

.team-item:hover {
    transform: translateY(-10px);
}

.team-item img {
    border-radius: 10px;
}

.team-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -50px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.team-content::before {
    content: "";
    position: absolute;
    background: #FF442B;
    border-radius: 20px;
    height: 80px;
    width: 80px;
    left: -30px;
    top: 0;
    opacity: .1;
    transform: rotate(-45deg);
    z-index: -1;
    transition: all .5s ease-in-out;
}

.team-content::after {
    content: "";
    position: absolute;
    border: 3px solid #FF442B;
    border-radius: 20px;
    height: 100px;
    width: 100px;
    left: -50px;
    top: 0;
    opacity: .3;
    transform: rotate(-45deg);
    z-index: -1;
    transition: all .5s ease-in-out;
}

.team-item:hover .team-content::after,
.team-item:hover .team-content::before {
    opacity: 1;
}

.team-bio h5 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.team-bio h5 a {
    color: #091F3C;
}

.team-bio span {
    color: #FF442B;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.team-bio h5 a:hover {
    color: #FF442B;
}

.team-social {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    top: 15px;
    right: 0px;
    bottom: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.team-item:hover .team-social {
    opacity: 1;
    right: 15px;
}

.team-social a {
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    background: #FF442B;
    border-radius: 50px;
}

.team-social a:hover {
    background: #091F3C;
    color: #fff;
}

.team-social h6 {
    margin-top: 28px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    transform: rotate(-90deg);
}

.team-social h6::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #fff;
    left: -50px;
    top: 7px;
}


/* ===================
faq css 
====================== */

.faq-area .accordion-item {
    border: none;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.faq-area .accordion-item span {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.faq-area .accordion-item i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: #FF442B;
    text-align: center;
    color: #fff;
}

.faq-area .accordion-button:not(.collapsed) {
    color: #FF442B;
    background: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
    border-radius: 8px !important;
    background: transparent;
    font-weight: 700;
    font-size: 20px;
    color: #091F3C;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px solid #FF442B;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-area .theme-btn {
    margin-left: 10px;
}

@media all and (max-width: 991px) {
    .faq-right {
        margin-bottom: 50px;
    }
    .accordion-button {
        font-size: 16px;
    }
}


/* ===================
breadcrumb css
====================== */

.site-breadcrumb {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 140px;
    padding-bottom: 120px;
    z-index: 1;
}

.site-breadcrumb::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(30, 30, 31, 0.7);
    content: '';
}

.site-breadcrumb .breadcrumb-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
    color: #fff;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: #FF442B;
}

.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '//';
    right: -21px;
    top: 1px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
    display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
    color: #FF442B;
}

@media (max-width: 991px) {
    .site-breadcrumb {
        padding-top: 170px;
    }
}


/* ===================
pagination css 
====================== */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination .page-link {
    border: none;
    background: #171718;
    color: #fff;
    margin: 0 10px;
    border-radius: 8px !important;
    width: 40px;
    height: 40px;
    line-height: 27px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background: #FF442B;
    color: #fff;
}


/* ===================
RTL css
====================== */

body.rtl-mode {
    direction: rtl;
}

body.rtl-mode .item-area {
    direction: ltr;
}

body.rtl-mode .price-wrapper {
    direction: rtl;
}

@media (min-width: 992px) {
    body.rtl-mode .navbar-brand {
        margin-left: 3rem;
    }
    body.rtl-mode .navbar .nav-item .nav-link {
        margin-left: 3rem;
        margin-right: 0;
    }
}


/* ===================
auth css 
====================== */

.login-form {
    padding: 50px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.login-form .login-header {
    text-align: center;
    margin-bottom: 50px;
}

.login-form .login-header img {
    width: 200px;
    margin-bottom: 10px;
}

.login-form .login-header h3 {
    color: #FF442B;
    margin-bottom: 5px;
    font-weight: 800;
}

.login-form .login-header p {
    font-size: 20px;
}

.login-form .login-footer {
    margin-top: 40px;
}

.login-form .login-footer p {
    text-align: center;
}

.login-form .login-footer a {
    color: #FF442B;
    transition: .5s;
}

.login-form .login-footer a:hover {
    color: #091F3C;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form label {
    color: #091F3C;
    margin-bottom: 5px;
}

.login-form .form-group .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 12px 18px;
    box-shadow: none;
    transition: .5s;
}

.login-form .form-group .form-control:focus {
    border-color: #FF442B;
}

.login-form .form-check-input {
    box-shadow: none;
}

.login-form .forgot-pass {
    color: #FF442B;
    transition: .5s;
}

.login-form .forgot-pass:hover {
    color: #FF442B;
}

.login-form .theme-btn {
    width: 100%;
}

.login-form .theme-btn i {
    margin-right: 5px;
}

.login-form .form-check-input {
    margin-top: 6.3px;
}

.login-form .form-check-label a {
    color: #FF442B;
    transition: .5s;
}

.login-form .form-check-label a:hover {
    color: #FF442B;
}

.form-check-input:checked {
    background-color: #FF442B;
    border-color: #FF442B;
}

@media only screen and (max-width: 991px) {
    .login-form {
        padding: 40px 20px;
    }
}


/* ===================
coming soon css 
====================== */

.coming-soon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}

.coming-soon .container {
    position: relative;
}

.coming-soon:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.coming-soon .newsletter-form {
    position: relative;
    margin-top: 30px;
}

.coming-soon .newsletter-form .input-newsletter {
    height: 55px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 25px;
}

.coming-soon .newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    height: auto;
    border: none;
    border-radius: 8px;
    background: #FF442B;
    display: inline-block;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    transition: .5s;
}

.coming-soon .newsletter-form button:hover {
    background-color: #FF442B;
    color: #fff;
}

.coming-social {
    margin-top: 30px;
    text-align: center;
}

.coming-social a {
    color: #fff;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #fff;
    display: inline-block;
    transition: .5s;
}

.coming-social a:hover {
    background: #FF442B;
    border-color: #FF442B;
}

.countdown-wrap {
    margin-top: 30px;
}

.countdown-single {
    background: #fff;
    padding: 20px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.countdown-single h2 {
    color: #FF442B;
}

.countdown-single h5 {
    color: #FF442B;
}


/* ===================
error css 
====================== */

.error-wrapper {
    text-align: center;
}

.error-wrapper h1 {
    font-size: 250px;
    letter-spacing: 5px;
    font-weight: bold;
    color: #FF442B;
}

.error-wrapper h1 span {
    color: #091F3C;
}

.error-wrapper h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.error-wrapper img {
    width: 100%;
}

.error-wrapper .theme-btn {
    margin-top: 30px;
}

@media all and (max-width: 767px) {
    .error-wrapper h1 {
        font-size: 160px;
    }
}


/* ===================
terms/privacy css 
====================== */

.terms-content:not(:last-child) {
    margin-bottom: 54px;
}

.terms-content:first-child {
    margin-top: -3px;
}

.terms-content .terms-list {
    margin-top: 37px;
}

.terms-content h3 {
    margin-bottom: 23px;
    position: relative;
}

.terms-content p:not(:last-child) {
    margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
    margin-bottom: 16px;
}


/* ===================
footer css 
====================== */

.footer-area {
    background: #171718;
    position: relative;
    z-index: 1;
}

.footer-widget-box {
    margin-bottom: 20px;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-logo img {
    width: 100px;
    margin-bottom: 30px;
}

.footer-logo span {
    font-size: 19px;
    color: white;
}

.copyright {
    padding: 20px 0;
    background: #101010;
}

.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right;
}

.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px;
}

.copyright .footer-menu li a {
    color: #f5faff;
    transition: all .5s ease-in-out;
}

.copyright .footer-menu li a:hover {
    color: #5782f9;
}

.copyright .copyright-text {
    color: #f5faff;
    margin-bottom: 0px;
    font-size: 16px;
}

.copyright .copyright-text a {
    color: #4e76f8;
    font-weight: 500;
}

.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    z-index: 1;
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 12px;
    height: 2px;
    background-color: #4e80ff;
    bottom: 0;
    left: 0;
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: #5e91ef;
    bottom: 0;
    left: 18px;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out;
}

.footer-list li a i {
    margin-right: 5px;
    color: #2ba0ff;
}

.footer-list li a:hover {
    padding-left: 10px;
    color: #FF442B;
}

.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    background: #333334;
    color: #fff;
    transition: all .5s ease-in-out;
}

.footer-social li a i:hover {
    background: #FF442B;
    color: #fff;
}

.footer-newsletter .subscribe-form .form-control {
    border: 2px solid #e8e8e8;
    height: 55px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    background-color: transparent;
}

.footer-newsletter .subscribe-form .form-control::placeholder {
    color: #F2F3F5;
    opacity: 1;
}

.footer-newsletter .subscribe-form .theme-btn {
    margin-top: 20px;
    padding: 13px;
    width: 100%;
}

.footer-newsletter .subscribe-form .theme-btn:hover {
    background-color: #fff;
    color: #2b87ff;
}

.footer-customer-service {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-customer-service i {
    color: #fff;
    font-size: 40px;
}

.footer-customer-service a {
    color: #2b87ff;
    font-size: 20px;
    font-weight: 800;
}

.footer-customer-service span {
    color: #fff;
}

.footer-customer-service-info {
    display: flex;
    flex-direction: column;
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #f5faff;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-contact li a {
    color: #f5faff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}

.footer-contact li:nth-child(1) i {
    background: #FEC931;
}

.footer-contact li:nth-child(2) i {
    background: #FF4328;
}

.footer-contact li:nth-child(3) i {
    background: #209FFA;
}

@media all and (max-width: 1199px) {
    .footer-widget-box {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 991px) {
    .footer-widget-wrapper {
        padding-bottom: 0px;
    }
    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left;
    }
    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px;
    }
}

@media all and (max-width: 767px) {
    .footer-widget-wrapper {
        padding-bottom: 0px;
    }
    .footer-social {
        justify-content: flex-start;
        margin-top: 20px;
    }
}


/* ========================
home 2
======================== */

.home-2 .hero-single::before {
    background: rgba(0, 0, 0, .7);
    width: 100%;
}


/* ========================
home 3
======================= */

.home-3 .header-top {
    background: #2F3369;
}

.home-3 .hero-single {
    background: #2F3369;
}

.home-3 .hero-single::before {
    border-radius: 100px 0 0 100px;
}

.home-3 .hero-img {
    padding-left: 10px;
    margin-left: 30px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.home-3 .quote-content {
    background: #2F3369;
}

.home-3 .quote-thum {
    border-color: #2F3369;
}

.home-3 .counter-box .icon {
    background: #2F3369;
}

.home-3 .counter-box .icon::before {
    border-color: #2F3369;
}

.home-3 .theme-btn:hover {
    background: #2F3369;
}

.home-3 .theme-btn i {
    background: #2F3369;
}

.home-3 .theme-btn:hover i {
    background: #FF442B;
}


/* Card wrapper gives perspective for 3D effect */

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.card {
    background: white;
    border-radius: 12px;
    overflow: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 255, 0.1);
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.5s ease;
}

.card:hover {
    transform: rotateY(5deg) rotateX(5deg) scale(1.03);
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-content {
    padding: 15px;
}

.card h3 {
    color: #0056b3;
    margin-bottom: 10px;
    font-size: 20px;
}

.card button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.card button:hover {
    background-color: #0056b3;
}

.card p {
    margin-top: 10px;
    color: #333;
    line-height: 1.4;
    display: none;
    animation: fadeIn 0.3s ease forwards;
}

.card.show p {
    display: block;
}

.extra-text {
    display: none;
    margin-bottom: 10px;
    /* space between paragraph and button */
    color: #333;
}

.card.show .extra-text {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .card img {
        height: 150px;
    }
}


/* ===================
DOWNLOAD BUTTON STYLES - Responsive
====================== */


/* Desktop Download Button */

.desktop-download-wrapper {
    margin-left: 385px;
    display: block;
}

.desktop-download-btn {
    white-space: nowrap;
    padding: 8px 20px !important;
    font-size: 14px;
    background: rgb(249, 239, 239);
    color: #618cfa;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.desktop-download-btn i {
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

.desktop-download-btn:hover {
    background: #42a3f2;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 68, 43, 0.3);
}

.desktop-download-btn:hover i {
    background: #43110a !important;
}


/* Mobile Download Button */

.mobile-download-btn {
    display: none;
    color: #5e9bf0;
    font-size: 20px;
    margin-right: 15px;
    padding: 8px;
    border-radius: 50%;
    background: #f8f9fa;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s ease;
}

.mobile-download-btn:hover {
    background: #FF442B;
    color: white;
    transform: scale(1.1);
}


/* Responsive Breakpoints */

@media (max-width: 1199px) {
    .desktop-download-btn {
        padding: 6px 15px !important;
        font-size: 13px;
    }
    .desktop-download-btn i {
        width: 28px !important;
        height: 28px !important;
        line-height: 28px !important;
    }
}

@media (max-width: 991px) {
    /* Hide desktop download on mobile */
    .desktop-download-wrapper {
        display: none;
    }
    /* Show mobile download button */
    .mobile-download-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    /* Adjust mobile menu right spacing */
    .mobile-menu-right {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    /* Mobile download button in header */
    .mobile-download-btn {
        margin-right: 5px;
    }
    /* Adjust search icon for mobile */
    .header-nav-search {
        margin-right: 5px;
    }
    .header-nav-search a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #f8f9fa;
        border-radius: 50%;
        color: #333;
        transition: all 0.3s ease;
    }
    .header-nav-search a:hover {
        background: #FF442B;
        color: white;
    }
}

@media (max-width: 767px) {
    .mobile-download-btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 19px;
        margin-right: 3px;
    }
    .header-nav-search a {
        width: 35px;
        height: 35px;
    }
    .navbar-toggler {
        width: 35px;
        height: 35px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .mobile-download-btn {
        margin-right: 2px;
    }
    .mobile-menu-right {
        gap: 2px;
    }
    .navbar-brand span {
        font-size: 1.2rem;
    }
    .navbar-brand img {
        height: 70px;
    }
}

@media (max-width: 399px) {
    .mobile-download-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .header-nav-search a {
        width: 32px;
        height: 32px;
    }
    .navbar-toggler {
        width: 32px;
        height: 32px;
    }
    .navbar-brand span {
        font-size: 1rem;
    }
    .navbar-brand img {
        height: 60px;
    }
}


/* ===================
RESPONSIVE DESIGN FOR ALL DEVICES
====================== */


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
    .c-pd {
        padding: 0 4rem;
    }
    .s-pd {
        padding: 0 8rem;
    }
    .site-title {
        font-size: 42px;
    }
    .shadow-title {
        font-size: 120px;
    }
    .hero-single .hero-content .hero-title {
        font-size: 55px;
    }
    .counter-box .counter {
        font-size: 42px;
    }
    .team-social h6 {
        font-size: 16px;
    }
    .project-title {
        font-size: 24px;
    }
    .blog-details-title {
        font-size: 30px;
    }
    .contact-form-header h2 {
        font-size: 26px;
    }
    .mr-300,
    .ml-300 {
        margin-right: 150px;
        margin-left: 150px;
    }
    .navbar .nav-item .nav-link {
        margin-right: 20px;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .c-pd {
        padding: 0 2rem;
    }
    .s-pd {
        padding: 0 4rem;
    }
    .pt-120,
    .pb-120,
    .py-120 {
        padding: 80px 0;
    }
    .pt-100,
    .pb-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .site-title {
        font-size: 36px;
    }
    .shadow-title {
        font-size: 90px;
    }
    .site-title-tagline {
        font-size: 24px;
    }
    .hero-single {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .hero-single .hero-content .hero-title {
        font-size: 42px;
    }
    .hero-single .hero-content .hero-sub-title {
        font-size: 20px;
    }
    .hero-single .hero-content .hero-btn {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .about-right {
        padding-left: 0;
        margin-top: 50px;
    }
    .choose-content {
        margin-left: 0;
        padding: 40px 0;
    }
    .quote-content {
        padding: 30px;
    }
    .quote-content .quote-header h2 {
        font-size: 28px;
    }
    .counter-box {
        margin-bottom: 40px;
    }
    .counter-box .counter {
        font-size: 38px;
    }
    .counter-box .title {
        font-size: 18px;
    }
    .team-item {
        margin-bottom: 60px;
    }
    .project-info {
        left: 30px;
    }
    .project-title {
        font-size: 22px;
    }
    .blog-item {
        margin-bottom: 30px;
    }
    .blog-details-title {
        font-size: 26px;
    }
    .appointment-content {
        padding: 60px 0;
        margin-left: 0;
    }
    .footer-widget-box {
        margin-bottom: 50px;
    }
    .footer-social {
        justify-content: flex-start;
        margin-top: 20px;
    }
    .copyright .footer-menu {
        text-align: left;
        margin-top: 20px;
    }
    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px;
    }
    .error-wrapper h1 {
        font-size: 180px;
    }
    .card-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        padding: 0 15px;
    }
    .slider-item {
        width: 90%;
        left: 5%;
        padding: 15px;
    }
    .navbar-collapse {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .navbar .nav-item .nav-link {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .navbar .nav-item:last-child .nav-link {
        border-bottom: none;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .c-pd,
    .s-pd {
        padding: 0 1rem;
    }
    .pt-120,
    .pb-120,
    .py-120 {
        padding: 60px 0;
    }
    .pt-100,
    .pb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    .site-title {
        font-size: 30px;
    }
    .shadow-title {
        font-size: 70px;
    }
    .site-title-tagline {
        font-size: 20px;
    }
    .hero-single {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .hero-single .hero-content .hero-title {
        font-size: 32px;
    }
    .hero-single .hero-content .hero-sub-title {
        font-size: 18px;
    }
    .hero-single::before {
        width: 100%;
    }
    .hero-img {
        display: none;
    }
    .theme-btn {
        padding: 6px 20px;
        font-size: 14px;
    }
    .theme-btn i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .feature-item {
        padding: 20px;
    }
    .feature-content h4 {
        font-size: 20px;
    }
    .service-item {
        padding: 20px;
    }
    .video-wrapper {
        height: 300px;
    }
    .counter-box .counter {
        font-size: 32px;
    }
    .counter-box .icon {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }
    .team-content {
        left: 15px;
        right: 15px;
        padding: 15px;
    }
    .team-bio h5 {
        font-size: 18px;
    }
    .project-info {
        left: 20px;
        bottom: 20px;
    }
    .project-title {
        font-size: 20px;
    }
    .blog-title {
        font-size: 20px;
    }
    .blog-details-title {
        font-size: 24px;
    }
    .blog-author {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .blog-author-img {
        width: 200px;
        margin-bottom: 20px;
    }
    .author-info {
        padding: 0;
    }
    .widget {
        padding: 20px;
    }
    .widget .widget-title {
        font-size: 22px;
    }
    .contact-form {
        padding: 20px;
    }
    .contact-form-header h2 {
        font-size: 24px;
    }
    .contact-info {
        padding: 15px;
    }
    .login-form {
        padding: 30px 20px;
    }
    .error-wrapper h1 {
        font-size: 120px;
    }
    .error-wrapper h2 {
        font-size: 24px;
    }
    .site-breadcrumb .breadcrumb-title {
        font-size: 32px;
    }
    .site-breadcrumb {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .card-container {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }
    .card h3 {
        font-size: 18px;
    }
    .card-content {
        padding: 12px;
    }
    .slider-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        left: 5%;
        top: 1600px;
    }
    .slider-item .animation-card_image {
        margin: 0 auto 20px;
    }
    .slider-item .animation-card_content {
        margin-left: 0;
        width: 100%;
    }
    .pricing-feature ul {
        padding-left: 40px;
    }
    .accordion-button {
        font-size: 18px;
        padding: 15px;
    }
    .faq-area .accordion-item span {
        width: 35px;
        height: 35px;
    }
    .faq-area .accordion-item i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .navbar-brand span {
        font-size: 1.5rem;
    }
    .navbar-brand img {
        height: 80px;
    }
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .pt-120,
    .pb-120,
    .py-120 {
        padding: 40px 0;
    }
    .pt-100,
    .pb-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    .site-title {
        font-size: 26px;
    }
    .shadow-title {
        font-size: 50px;
    }
    .site-title-tagline {
        font-size: 18px;
    }
    .hero-single .hero-content .hero-title {
        font-size: 28px;
    }
    .hero-single .hero-content .hero-sub-title {
        font-size: 16px;
    }
    .hero-section .owl-dots {
        right: 10px;
        bottom: 10px;
    }
    .category-item {
        margin-bottom: 20px;
    }
    .banner-item-content {
        top: 15px;
        right: 15px;
    }
    .banner-item-content h2 {
        font-size: 20px;
    }
    .counter-box .counter {
        font-size: 28px;
    }
    .counter-box .icon {
        width: 70px;
        height: 70px;
        font-size: 35px;
    }
    .counter-box .title {
        font-size: 16px;
    }
    .team-social {
        position: relative;
        opacity: 1;
        right: 0;
        top: 10px;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .team-social h6 {
        display: none;
    }
    .team-social a {
        margin: 0 5px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .project-info {
        left: 15px;
        bottom: 15px;
    }
    .project-title {
        font-size: 18px;
    }
    .project-subtitle {
        font-size: 14px;
    }
    .blog-item-meta ul li {
        margin-right: 10px;
        font-size: 14px;
    }
    .blog-details-title {
        font-size: 22px;
    }
    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-meta .blog-meta-left ul {
        flex-wrap: wrap;
    }
    .blog-details-tags {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-details-tags ul {
        flex-wrap: wrap;
    }
    .blog-comments-single {
        flex-direction: column;
        text-align: center;
    }
    .blog-comments-content {
        padding: 15px 0;
    }
    .blog-comments-reply {
        margin-left: 0;
    }
    .contact-info {
        flex-direction: column;
        text-align: center;
    }
    .contact-info-icon {
        margin-bottom: 10px;
    }
    .contact-map iframe {
        height: 300px;
    }
    .footer-widget-title {
        font-size: 18px;
    }
    .footer-logo img {
        width: 150px;
    }
    .footer-customer-service {
        flex-direction: column;
        text-align: center;
    }
    .copyright .copyright-text,
    .copyright .footer-menu li {
        font-size: 14px;
    }
    .coming-soon .newsletter-form button {
        position: relative;
        width: 100%;
        margin-top: 10px;
        right: 0;
        top: 0;
    }
    .countdown-single {
        padding: 15px;
        margin: 5px;
    }
    .countdown-single h2 {
        font-size: 24px;
    }
    .error-wrapper h1 {
        font-size: 80px;
    }
    .error-wrapper h2 {
        font-size: 20px;
    }
    .site-breadcrumb .breadcrumb-title {
        font-size: 26px;
    }
    .site-breadcrumb .breadcrumb-menu li {
        margin-left: 15px;
        font-size: 14px;
    }
    .site-breadcrumb .breadcrumb-menu li::before {
        right: -16px;
    }
    .pagination .page-link {
        margin: 0 5px;
        width: 35px;
        height: 35px;
        line-height: 24px;
    }
    .card-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .card img {
        height: 160px;
    }
    .slider-item {
        width: 95%;
        left: 2.5%;
        top: 1650px;
    }
    .slider-item .animation-card_content .animation-card_content_title {
        font-size: 14px;
    }
    .slider-item .animation-card_content .animation-card_content_description {
        font-size: 13px;
    }
    .navbar-brand span {
        font-size: 1.3rem;
    }
    .navbar-brand img {
        height: 70px;
    }
    .mobile-menu-link {
        padding-right: 15px;
        font-size: 18px;
    }
    .search-popup .form-group input[type="text"],
    .search-popup .form-group input[type="search"] {
        height: 50px;
        padding: 0 80px 0 20px;
    }
    .search-popup .form-group input[type="submit"],
    .search-popup .form-group button {
        height: 40px;
        width: 40px;
        top: 5px;
        right: 5px;
    }
}


/* Very small devices (phones, less than 400px) */

@media (max-width: 399.98px) {
    .hero-single .hero-content .hero-title {
        font-size: 24px;
    }
    .site-title {
        font-size: 22px;
    }
    .shadow-title {
        font-size: 40px;
    }
    .counter-box .counter {
        font-size: 24px;
    }
    .project-title {
        font-size: 16px;
    }
    .blog-details-title {
        font-size: 20px;
    }
    .error-wrapper h1 {
        font-size: 60px;
    }
    .card button {
        width: 100%;
    }
    .slider-item {
        top: 1700px;
    }
    .navbar-brand span {
        font-size: 1.2rem;
    }
}


/* Landscape orientation for mobile devices */

@media (max-height: 500px) and (orientation: landscape) {
    .hero-single {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hero-single .hero-content .hero-title {
        font-size: 24px;
    }
    .video-wrapper {
        height: 200px;
    }
    .navbar-collapse {
        max-height: 200px;
    }
}


/* Print styles */

@media print {
    .header-top,
    .navbar,
    .theme-btn,
    .footer-area,
    .scroll-top,
    .search-popup {
        display: none !important;
    }
    body {
        font-size: 12pt;
        line-height: 1.5;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
}


/* High-resolution devices (Retina) */

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .logo img {
        /* Provide higher resolution logo if available */
        transform: translateZ(0);
    }
}


/* Dark mode preference */

@media (prefers-color-scheme: dark) {
    /* You can add dark mode styles here if needed */
    /* This is just a placeholder for future dark mode implementation */
}


/* Reduced motion preference */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/* Touch device optimization */

@media (hover: none) and (pointer: coarse) {
    .theme-btn,
    .blog-btn,
    .service-btn,
    .dropdown-item {
        min-height: 44px;
        /* Minimum touch target size */
        min-width: 44px;
    }
    .navbar .nav-item .nav-link {
        padding: 15px 0;
    }
}


/* Desktop view only */

@media (min-width:1200px) {
    .header-top .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-top .navbar-brand img {
        height: 70px;
        width: auto;
    }
    .header-top .navbar-brand span {
        font-size: 32px;
        margin-left: 10px;
    }
    .header-top-left {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}