body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
    font-weight: 600;
}

h1 {
    font-size: 4.5rem;
    line-height: 6.5rem;
    letter-spacing: 10px;
    text-transform: uppercase;
    padding-top: 12px;
}

h2 {
    font-size: 30px;
    letter-spacing: 6px;
    padding-bottom: 18px;
    text-transform: uppercase;
}

#trainer h2,
#newsletter h2,
#blog h2,
#price h2 {
    padding-bottom: 2px;
}

blockquote,
h3 {
    font-family: 'Lora', sans-serif;
    font-style: italic;
}

h3 {
    line-height: 36px;
}

h4 {
    color: #999;
    letter-spacing: 2px;
    margin-top: 22px;
}

p {
    color: #707070;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

a {
    text-decoration: none !important;
    outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
#trainer,
#blog,
#price {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#home,
#trainer,
#newsletter,
#price,
#testimonial,
#blog-header {
    text-align: center;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    background-color: #26253a;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}




/*---------------------------------------
    Navigation section              
-----------------------------------------*/
.navbar-default {
    background: #ffffff;
    border-bottom: 2px solid #f9f9f9;
    box-shadow: none;
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    color: #505050;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #999;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.6px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

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

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #000;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    color: #000;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    color: #000;
    background-color: transparent;
}



/* ===========================
   GLOBAL RESET & BASE STYLES
=========================== */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
}

/* ===========================
   HOME SECTION FIX (Responsive Center Alignment)
=========================== */
#home {
    position: relative;
    display: flex;
    align-items: center;
    /* Vertically center */
    justify-content: center;
    /* Horizontally center */
    flex-direction: column;
    text-align: center;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.55)),
        url('../images/your-image.jpg') center center / cover no-repeat;
    color: #fff;
    overflow: hidden;
}

/* Container inside home */
#home .container {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

/* Headings */
#home h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.3;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

#home h3 {
    font-size: clamp(1.1rem, 2vw, 1.6rem);
    line-height: 1.5;
    margin-bottom: 35px;
}

/* Buttons */
#home .desktop-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

#home .btn {
    background: #d4af37;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 14px 28px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

#home .btn:hover {
    background: #fff;
    color: #d4af37;
}

/* ===========================
   MOBILE VIEW
=========================== */
@media (max-width: 991px) {
    #home {
        height: auto;
        padding: 100px 20px;
    }

    #home h1 {
        font-size: 2rem;
    }

    #home h3 {
        font-size: 1rem;
    }

    .desktop-buttons {
        flex-direction: column;
    }

    .desktop-buttons .btn {
        width: 80%;
        margin: 10px auto;
    }
}




/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview {
    padding-top: 14rem;
    padding-bottom: 20rem;
    position: relative;
}

#overview img {
    border: 4px solid #f9f9f9;
    padding: 20px 20px 40px 20px;
}

#overview blockquote {
    background: #ffffff;
    box-shadow: 0px 2px 8px 10px rgba(50, 50, 50, 0.04);
    border-left: 8px solid #26253a;
    word-spacing: 1px;
    letter-spacing: 1px;
    position: absolute;
    font-size: 20px;
    top: 240px;
    left: 80px;
    padding: 62px 52px;
}

#overview .overview-detail {
    position: relative;
    top: 40px;
}

#overview .btn {
    background: transparent;
    border: 4px solid #26253a;
    border-radius: 0px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 14px 46px;
    transition: all 0.4s ease-in-out;
    margin-top: 32px;
}

#overview .btn:hover {
    background: #26253a;
    color: #ffffff;
}



/*-----------------------------
   Trainer / Service Card
-------------------------------*/
.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    /* round corners */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    /* soft shadow */
    margin-bottom: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    /* lift effect */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

/* Image */
.service-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: grayscale(10%);
}

.service-card:hover img {
    transform: scale(1.08) rotate(1deg);
    filter: grayscale(0%);
}

/* Overlay */
.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(38, 37, 58, 0.85);
    color: #fff;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.5s ease, background 0.3s ease;
}

.service-card:hover .service-overlay {
    transform: translateY(0);
    background: rgba(38, 37, 58, 0.95);
}

/* Overlay text animation */
.service-overlay h3,
.service-overlay p,
.service-overlay .learn-more {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.service-card:hover .service-overlay h3,
.service-card:hover .service-overlay p,
.service-card:hover .service-overlay .learn-more {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media screen and (max-width: 768px) {
    .service-overlay h3 {
        font-size: 1.3em;
    }

    .service-overlay p,
    .service-overlay .learn-more {
        font-size: 13px;
    }
}

/* Responsive */
@media screen and (max-width: 768px) {
    .service-overlay h3 {
        font-size: 1.3em;
    }

    .service-overlay p,
    .service-overlay ul,
    .service-overlay .learn-more {
        font-size: 13px;
    }
}

/*---------------------------------------
   Newsletter Section (Stylish Version)
-----------------------------------------*/
#newsletter {
    background: linear-gradient(rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.7)),
        url('../images/newsletter-bg.jpg') center/cover no-repeat fixed;
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
}

#newsletter h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #f8f8f8;
}

#newsletter p {
    font-size: 18px;
    color: #dddddd;
    margin-bottom: 40px;
}

#newsletter .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 20px;
    transition: all 0.4s ease;
}

#newsletter .form-control::placeholder {
    color: #cccccc;
}

#newsletter .form-control:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: #f4b400;
    /* gold glow */
    box-shadow: 0 0 12px rgba(244, 180, 0, 0.6);
    outline: none;
}

#newsletter input[type="submit"],
#newsletter button {
    background: linear-gradient(90deg, #f4b400, #ffcc33);
    border: none;
    border-radius: 30px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 12px 40px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 10px rgba(244, 180, 0, 0.4);
}

#newsletter input[type="submit"]:hover,
#newsletter button:hover {
    background: linear-gradient(90deg, #ffffff, #f4b400);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(244, 180, 0, 0.6);
    color: #000000;
}


/*---------------------------------------
    Blog section              
-----------------------------------------*/
#blog .blog-thumb {
    border: 1px solid #f0f0f0;
    position: relative;
    padding: 60px;
    -wekbit-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

#blog .blog-thumb:hover {
    background: url('../images/blog-thumb.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#blog .blog-thumb:hover .blog-date,
#blog .blog-thumb:hover h3 a,
#blog .blog-thumb:hover #blog-author {
    color: #ffffff;
}

#blog .col-md-6:nth-child(2) .blog-thumb,
#blog .col-md-6:nth-child(3) .blog-thumb {
    margin-top: 72px;
}

#blog .col-md-6:nth-child(4) .blog-thumb,
#blog .col-md-6:nth-child(5) .blog-thumb {
    margin-top: 42px;
}


#blog h3 a {
    color: #606060;
}

#blog .blog-date {
    color: #999;
    font-weight: bold;
}

#blog #blog-author {
    color: #606060;
    letter-spacing: 1px;
}

/* blog single page */

#blog-header {
    background: url('../images/blog-header-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50vh;
}

#blog .recent-post h3 {
    padding-bottom: 8px;
    margin-top: 0px;
}

#blog .recent-post img {
    width: 100%;
}

#blog .recent-post .media {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 18px;
    margin-bottom: 42px;
}

#blog .recent-post .media:last-child {
    border-bottom: none;
}

#blog .blog-categories {
    padding-bottom: 40px;
}

#blog .blog-categories h3 {
    padding-bottom: 12px;
}

#blog .blog-categories li {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 20px;
    list-style: none;
}

#blog .blog-categories li a {
    color: #808080;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

#blog h4 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1px;
    padding-top: 0px;
}

#blog h4 a {
    color: #404040;
    transition: all 0.4s ease-in-out;
}

#blog h4 a:hover {
    color: #777;
}

#blog h5 {
    color: #727272;
}

#blog .blog-image {
    padding: 30px 0px;
}

#blog .blog-content span a {
    color: #909090;
    letter-spacing: 0.9px;
}

#blog .blog-content span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 14px;
}

#blog .blog-content blockquote {
    border-left-color: #ffa400;
    margin: 30px 0px;
}

#blog .blog-author {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 22px;
    padding-bottom: 28px;
    margin-top: 42px;
    margin-bottom: 42px;
}

#blog .blog-author h4 {
    padding-top: 12px;
    padding-bottom: 8px;
}

#blog .recent-post .media .media-object,
#blog .blog-author .media .media-object,
#blog .blog-comment .media .media-object {
    margin-right: 14px;
}

#blog .blog-comment h3,
#blog .blog-comment-form h3 {
    padding-bottom: 18px;
}

#blog .blog-comment .media .media {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    margin-top: 32px;
}

#blog .blog-comment-form {
    border-top: 1px solid #f0f0f0;
    padding-top: 32px;
    margin-top: 72px;
}

#blog .blog-comment-form .col-md-6,
#blog .blog-comment-form .col-md-12,
#blog .blog-comment-form .col-md-3 {
    padding-left: 0px;
}

#blog .blog-comment-form .form-control {
    background: transparent;
    border: 2px solid #eeeeee;
    color: #808080;
    box-shadow: none;
    margin-top: 18px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

#blog .blog-comment-form .form-control:focus {
    border-color: #808080;
}

#blog .blog-comment-form input {
    height: 45px;
}

#blog .blog-comment-form input[type="submit"] {
    background: #eeeeee;
    color: #202020;
    font-weight: bold;
}

.blog-clear {
    clear: both;
    height: 30px;
}

/*---------------------------------------
    Price section              
-----------------------------------------*/
#price {
    background: url('../images/price-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#price .pricing__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

#price .pricing__feature-list {
    text-align: left;
}

#price .pricing__action {
    color: inherit;
    border: none;
    background: none;
}

#price .pricing__action:focus {
    outline: none;
}

#price .pricing__item {
    font-size: 20px;
    margin-top: 72px;
    padding: 2em;
    cursor: default;
    color: #fff;
    border: 1px solid #666;
    -webkit-transition: background-color 0.6s, color 0.3s;
    transition: background-color 0.6s, color 0.3s;
}

#price .pricing__item:nth-child(2) {
    border-right: none;
    border-left: none;
}

#price .pricing__item:hover {
    color: #444;
    background: #ffffff;
    border-color: transparent;
}

#price .pricing__title {
    font-size: 2em;
    width: 100%;
    margin: 0;
    padding: 0;
}

#price .pricing__price {
    font-size: 1.45em;
    font-weight: bold;
    line-height: 120px;
    width: 120px;
    height: 120px;
    margin: 1.15em auto 0.3em;
    border-radius: 50%;
    background: #ffffff;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

#price .pricing__item:first-child .pricing__price {
    background: #26253a;
}

#price .pricing__item:nth-child(2) .pricing__price {
    background: #26253a;
}

#price .pricing__item:hover .pricing__price {
    color: #fff;
    background: #222;
}

#price .pricing__feature-list {
    margin: 0;
    padding: 1em 1em 2em 1em;
    font-weight: bold;
    list-style: none;
    letter-spacing: 0.6px;
    line-height: 32px;
    text-align: center;
}

#price .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 18px 48px;
    opacity: 0;
    color: #fff;
    font-size: 20px;
    background: #26253a;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}

#price .pricing__item:hover .pricing__action {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#price .pricing__action:hover,
#price .pricing__action:focus {
    background: #222;
}

@media screen and (max-width: 60em) {
    #price .pricing__item {
        max-width: none;
        width: 100%;
        flex: none;
    }

    #price .pricing__item:nth-child(2) {
        border: 1px solid #fff;
    }
}



/*---------------------------------------
    Testimonial section              
-----------------------------------------*/
#testimonial {
    background: #ffffff;
    color: #26253a;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#testimonial .fa {
    font-size: 42px;
    padding-bottom: 14px;
}

#testimonial h3 {
    letter-spacing: 1px;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
.footer-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
}

.footer-section h2 {
    font-size: 22px;
    margin-bottom: 30px;
    color: #222;
}

.footer-features {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
}

.feature i {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}

.feature p {
    font-size: 15px;
    color: #444;
    font-weight: 500;
}

@media (max-width: 600px) {
    .footer-features {
        flex-direction: column;
        gap: 20px;
    }
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #999;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

    #home {
        height: 65vh;
    }

    #overview {
        text-align: center;
    }

    #overview blockquote {
        top: 260px;
        padding: 82px;
    }

    #overview .overview-detail {
        margin-left: 20px;
        top: 72px;
    }

    footer .col-md-5 {
        left: 30px;
    }

    #blog-header {
        height: 40vh;
    }

}


@media (max-width: 768px) {

    #overview blockquote {
        top: 306px;
        left: 30px;
        right: 10px;
    }

}


@media (max-width: 767px) {

    .navbar-default .navbar-brand {
        line-height: 15px;
    }

    .navbar-default .navbar-nav li a {
        font-size: 20px;
        line-height: 18px;
    }

    #trainer,
    #blog,
    #price {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    #overview {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

}


@media (max-width: 760px) {}

#home {
    height: 100vh;
}

#blog-header {
    height: 35vh;
}

#blog .blog-comment-form {
    margin-bottom: 42px;
}

h1 {
    font-size: 2.8rem;
    line-height: 4.8rem;
}

h2 {
    font-size: 24px;
}


#highlights h3 {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

#highlights h3:hover {
    background: #007bff;
    color: white;
    transform: translateY(-5px);
}


#overview img {
    margin-bottom: -60px;
}

#overview .overview-detail {
    margin-top: 100px;
    top: 0px;
}

#price .pricing__action {
    font-size: 13px;
}

/* =========================
   FOOTER SECTION STYLE
========================= */
.footer-section {
    background: #26253a;
    /* dark elegant background */
    color: #fff;
    padding: 60px 0 40px;
    text-align: center;
}

.footer-section h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

.footer-features {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* responsive */
    gap: 40px;
    margin-bottom: 40px;
}

.footer-features .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.footer-features .feature i {
    font-size: 40px;
    color: #00bcd4;
    margin-bottom: 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-features .feature p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

/* Hover Effects */
.footer-features .feature:hover {
    transform: translateY(-8px);
}

.footer-features .feature:hover i {
    color: #ffcc00;
    transform: scale(1.2);
}

.footer-copy {
    font-size: 14px;
    color: #bbb;
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-features {
        gap: 25px;
    }

    .footer-features .feature i {
        font-size: 32px;
    }

    .footer-section h2 {
        font-size: 1.6em;
    }
}


/* ===========================
   Global Base Styles
=========================== */
body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
    font-weight: 600;
    margin: 0;
}

h1 {
    font-size: 4.5rem;
    line-height: 6.5rem;
    letter-spacing: 10px;
    text-transform: uppercase;
    padding-top: 12px;
}

h2 {
    font-size: 30px;
    letter-spacing: 6px;
    padding-bottom: 18px;
    text-transform: uppercase;
}

blockquote,
h3 {
    font-family: 'Lora', sans-serif;
    font-style: italic;
}

h3 {
    line-height: 36px;
}

h4 {
    color: #999;
    letter-spacing: 2px;
    margin-top: 22px;
}

p {
    color: #707070;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

a {
    text-decoration: none !important;
    outline: none;
}

/* ===========================
   Navbar
=========================== */
.navbar-default {
    background: #ffffff;
    border-bottom: 2px solid #f9f9f9;
    box-shadow: none;
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    color: #505050;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
}

.navbar-default .navbar-nav li a {
    color: #999;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.6px;
    transition: all 0.4s ease;
}

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

/* ===========================
   Home Section
=========================== */
#home {
    position: relative;
    background: url('../images/your-image.jpg') center center / cover no-repeat;
    color: #fff;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

#home .container {
    position: relative;
    z-index: 2;
}

#home h3 {
    letter-spacing: 2px;
}

#home .btn {
    background: #d4af37;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 16px 38px;
    margin-top: 28px;
    transition: all 0.4s ease;
}

#home .btn:hover {
    background: #fff;
    color: #d4af37;
    border: 2px solid #d4af37;
}

/* ===============================
   Services Section Layout
   =============================== */
#services {
    padding: 80px 0;
    background: #fff;
}

#services h2 {
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

#services p {
    margin-bottom: 50px;
    color: #666;
}

/* ===============================
   Service Cards
   =============================== */
.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 20px;
    /* ✅ Adds margin between cards */
    background: #f8f8f8;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.service-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.service-card:hover img {
    opacity: 0.9;
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    text-align: center;
}

.service-des h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service-des ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.service-des ul li {
    font-size: 14px;
    line-height: 1.6;
}

/* ===============================
   Responsive Adjustments
   =============================== */
@media (max-width: 768px) {
    #services {
        padding: 50px 15px;
    }

    .service-card {
        margin: 15px 0;
        /* tighter spacing on mobile */
    }
}


/* ===========================
   Footer
=========================== */
.footer-section {
    background: #26253a;
    color: #fff;
    padding: 60px 0 40px;
    text-align: center;
}

.footer-section h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 40px;
}

.footer-features {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-features .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.footer-features .feature i {
    font-size: 40px;
    color: #00bcd4;
    margin-bottom: 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-features .feature:hover {
    transform: translateY(-8px);
}

.footer-features .feature:hover i {
    color: #ffcc00;
    transform: scale(1.2);
}

.footer-copy {
    font-size: 14px;
    color: #bbb;
    margin-top: 20px;
}

/* ===========================
   Responsive Styles
=========================== */

/* Tablet (≤991px) */
@media screen and (max-width: 991px) {
    .navbar-default {
        background: rgba(0, 0, 0, 0.9);
        padding: 10px 0;
    }

    .navbar-brand {
        font-size: 22px;
    }

    .navbar-nav li a {
        font-size: 18px;
        line-height: 30px;
    }

    #home {
        height: 70vh;
    }

    #home h1 {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    #home h3 {
        font-size: 16px;
    }

    #home .btn {
        width: 100%;
        margin: 10px auto;
    }

    .service-card img {
        height: 220px;
        object-fit: cover;
    }
}

/* Mobile (≤768px) */
@media screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 22px;
    }

    #overview img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .service-overlay {
        padding: 15px;
        font-size: 14px;
    }

    .footer-features {
        gap: 20px;
    }

    .footer-section h2 {
        font-size: 1.6em;
    }
}

/* Small Mobile (≤480px) */
@media screen and (max-width: 480px) {
    #home h1 {
        font-size: 1.8rem;
    }

    #home h3 {
        font-size: 14px;
    }

    .service-card img {
        height: 180px;
    }

    .footer-features .feature {
        width: 100%;
    }
}





.service-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.service-card:hover img {
    opacity: 0.9;
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    text-align: center;
}

.service-des h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service-des ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-des ul li {
    font-size: 14px;
    line-height: 1.6;
}



/* Mobile "Click Here" link styling */
.mobile-link {
    display: none;
    /* Hidden on desktop */
    text-align: center;
    margin-top: 10px;
}

.mobile-link a {
    display: inline-block;
    background-color: #d4af37;
    /* gold */
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.mobile-link a:hover {
    background-color: #b8962e;
}

/* Show only on mobile/tablet */
@media (max-width: 992px) {
    .mobile-link {
        display: block;
    }

    /* Optional: disable overlay click on mobile */
    .service-link {
        pointer-events: none;
    }
}

/* Center buttons on all screens */
.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

/* Make buttons fill width on small screens */
@media (max-width: 768px) {
    .button-group a {
        width: 80%;
        max-width: 320px;
        margin: 5px auto;
        text-align: center;
    }

    h1,
    h3 {
        text-align: center;
    }
}

/* Optional: better spacing on very small screens */
@media (max-width: 480px) {
    h1 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1rem;
    }
}

/* Default: hide mobile touch button */
.mobile-touch-btn {
    display: none;
}

/* Touch-friendly button style */
.btn-touch {
    display: inline-block;
    background: linear-gradient(135deg, #007bff, #00c3ff);
    color: #fff;
    padding: 14px 28px;
    font-size: 1.1rem;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-touch:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #0062cc, #0099cc);
}

/* Hide desktop buttons and show mobile one on tablets/mobiles */
@media (max-width: 991px) {
    .desktop-buttons {
        display: none !important;
    }

    .mobile-touch-btn {
        display: block;
    }

    /* Adjust text for smaller screens */
    #home h1 {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    #home h3 {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}