/* ************************************************************

************************************************************ 
*
*
******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
    :: 8.1 WELCOME AREA HOMEPAGE-2 CSS
    :: 8.2 WELCOME AREA HOMEPAGE-3 CSS
    :: 8.3 WELCOME AREA HOMEPAGE-4 CSS
    :: 8.4 WELCOME AREA HOMEPAGE-5 CSS
:: 9.0 PROMO AREA CSS
:: 10.0 CONTENT AREA CSS
:: 11.0 SERVICE AREA CSS
:: 12.0 PORTFOLIO AREA CSS
:: 13.0 VIDEO AREA CSS
:: 14.0 PRICE PLAN AREA CSS
:: 15.0 FAQ AREA CSS
:: 16.0 REVIEWS AREA CSS
:: 17.0 TEAM AREA CSS
:: 18.0 BLOG AREA CSS
:: 19.0 BREADCRUMB AREA CSS
:: 20.0 BLOG PAGE AREA CSS
:: 21.0 BLOG PAGE DETAILS AREA CSS
:: 22.0 CONTACT AREA CSS
:: 23.0 FOOTER AREA CSS
:: 24.0 ERROR AREA CSS
:: 25.0 RTL AREA CSS
:: 26.0 PREVIEW AREA CSS
****************************** */

/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&amp;family=Roboto:wght@300;400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800;900&display=swap');

/* Import updated Website Fonts */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&family=Righteous:wght@400&family=Clash+Display:wght@200;300;400;500;600;700;800&family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;500;600;700&display=swap');

/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(../font/flaticon.css);
@import url(animate.min.css);
@import url(aos.css);
@import url(owl.carousel.min.css);
@import url(jquery.fancybox.min.css);

/* updated Website Exact Color Variables - BALANCED FOR EYE COMFORT */
:root {
    --updated-primary: #6B1423 !important;
    --updated-primary-rgb: 107, 20, 35 !important;
    --updated-secondary: #1f2937 !important;
    --updated-accent: #c9a227 !important;
    --updated-cyan: #06b6d4 !important;
    --updated-gray: #4a5568 !important;
    --updated-black: #1a202c !important;
    --updated-light: #f8f9fa !important;
    --updated-font-primary: 'Poppins', sans-serif !important;
    --updated-font-display: 'Poppins', sans-serif !important;
    --font-family: 'Poppins', sans-serif;

    /* Primary Colors - Maroon Burgundy Theme */
    --primary: #6B1423;
    --primary-light: #8B3A3A;
    --primary-lighter: #A85252;
    
    /* Secondary Color - Gold Accent */
    --secondary: #c9a227;
    --secondary-light: #d4b535;
    --secondary-dark: #b8931f;
    
    /* Neutral Colors - IMPROVED CONTRAST */
    --white: #ffffff;
    --light: #f8f9fa;
    --dark: #1a202c;
    --text: #4a5568;
    --text-light: #6c757d;
    --border: #e2e8f0;
    
    /* Legacy Color Variables for Compatibility */
    --primary-color: #6B1423;
    --primary-dark: #6B1423;
    --primary-light-compat: #8B3A3A;
    --secondary-color: #c9a227;
    --accent-color: #c9a227;
    --text-dark: #1a202c;
    --text-medium: #6c757d;
    --off-white: #f8f9fa;
    --gray-light: #e9ecef;
}

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4a5568;
}

input, textarea, select, button, a, p, span, li, label, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
}

.main {
    background: #fff;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0;
}

h1 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.3;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

/* Why choose Mitech paragraph */
p {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    color: #4a5568;
    margin-bottom: 0;
    font-size: 0.95rem !important;
    
}

a {
    color: #6B1423;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    color: #c9a227;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-body > a {
    text-decoration: underline;
    color: #212529;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

/* ******************************
:: 4.0 COMMON CSS
****************************** */
.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.op-5 {
    opacity: 0.5;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
}

.avatar-lg {
    height: 5rem;
    width: 5rem;
}

.text-underlined,
.text-underlined:hover,
.text-underlined:focus {
    text-decoration: underline;
}

.text-primary {
    color: #6B1423 !important;
}

.text-secondary {
    color: #c9a227 !important;
}

.text-success {
    color: #28a745 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-white {
    color: #ffffff !important;
    border-radius: 8px;
}


.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.form-control {
    font-size: 15px;
    height: 60px;
    border: none;
    outline: none;
    padding-left: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.featured-icon > span::before {
    font-size: 4.25rem;
    line-height: 1;
    color: #777;
    margin: 0;
}

.radius-100 {
    border-radius: 100px !important;
}

.h-100vh {
    height: 100vh;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

/*SECTION HEADING*/
.section-heading {
    margin-bottom: 50px;
}

.section-heading > span {
    color: #1a202c;
}

.section-heading > h2 {
    display: inline-block;
    font-size: 43px;
    font-weight: 700;
    /* text-transform: lowercase; */
    line-height: 1em;
    letter-spacing: -1.6px;

  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  background: linear-gradient(135deg, #6B1423 0%, #c9a227 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 20px rgba(107, 20, 35, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 991px) {
    .section-heading > h2 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .section-heading > h2 {
        font-size: 42px;
    }
}

/*SECTION PADDING*/
.pt_50 {
    padding-top: 50px 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_100 {
    padding: 40px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}

/*BUTTONS - BALANCED COLORS */
.btn {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    padding: 14px 30px;
    border: 0 none;
    border-radius: 100px;
    outline: 0 none;
    position: relative;
    z-index: 1;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    color: #fff;
}

.btn.btn-bordered:hover,
.btn.btn-bordered:focus,
.btn.btn-bordered.active {
    color: #fff;
}

.btn.btn-bordered:before,
.btn.btn-bordered-white:after {
    position: absolute;
    content: "";
    /* height: calc(100% + 4px); */
    /* width: calc(100% + 4px); */
    top: -2px;
    left: -2px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn.btn-bordered:before {
    z-index: -2;
}

.btn.btn-bordered:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    background: linear-gradient(135deg, #6B1423, #c9a227);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.btn.btn-bordered:hover:after,
.btn.btn-bordered:focus:after,
.btn.btn-bordered.active:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* .btn.btn-bordered-white {
    background: #deab19;
    border: 2px solid #c9a227;
} */

.btn.btn-bordered-white:hover,
.btn.btn-bordered-white:focus,
.btn.btn-bordered-white.active {
    border-color: transparent;
    outline: 0 none;
}

.btn.btn-bordered-white:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
}

.btn.btn-bordered-white:hover:after,
.btn.btn-bordered-white:focus:after,
.btn.btn-bordered-white.active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.button-group {
    margin-top: 30px;
}

.button-group a {
    margin-right: 10px;
}

.button-group a:last-child {
    margin-right: 0;
}

.service-btn {
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.homepage-5 .service-btn {
    color: rgba(255, 255, 255, .54);
}

.service-btn::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #c9a227;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.3s ease-in 0s;
    transition: -webkit-transform 0.3s ease-in 0s;
    transition: transform 0.3s ease-in 0s;
    transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
}

.service-btn:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

/*BG SHAPE*/
.shape {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 0;
    direction: ltr;
    overflow: hidden;
    z-index: -1;
}

.shape-top {
    top: -1px;
}

.shape-1 svg {
    display: block;
    width: calc(122% + 1.3px);
    height: 134px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shape-bottom {
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shape-bottom svg {
    display: block;
    height: 172px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.homepage-2 .welcome-area .shape-bottom {
    top: auto;
    -webkit-transform: inherit;
    transform: inherit;
}

.homepage-2 .welcome-area .shape-bottom svg {
    height: 126px;
    width: calc(118% + 1.3px);
}

@media (max-width: 991px) {
    .shape-bottom svg {
        height: 112px;
    }

    .homepage-2 .welcome-area .shape-bottom svg {
        height: 68px;
    }
}

@media (max-width: 575px) {
    .homepage-2 .welcome-area .shape-bottom svg {
        height: 41px;
    }
}

.bg-shape {
    position: absolute;
    height: 190%;
    width: 100%;
    display: block;
    border-radius: 120px;
    background: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
    bottom: 0;
    right: 0;
    -webkit-transform: translate(35%, -28%) rotate(-35deg);
    transform: translate(35%, -28%) rotate(-35deg);
    z-index: 0;
}

@media (max-width: 991px) {
    .bg-shape {
        height: 130%;
    }
}

/*BACKGROUND OVERLAY OPACITY COLOR FOR THE WELCOME PAGE BACKGROUND - FIXED FOR READABILITY */
.bg-overlay,
.overlay-dark {
    position: relative;
    z-index: 0;
}

.bg-overlay::after,
.overlay-dark:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bg-overlay::after {
    background: rgba(0, 0, 0, 0.45);
    opacity: 1;
    z-index: -1;
}

.overlay-dark::after {
    background-color: rgba(16, 16, 45, 0.85);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: -1;
}

/*BACKGROUND COLORS*/
.color-1 {
    color: #be63f9;
}

.color-2 {
    color: #26c6da;
}

.color-3 {
    color: #fc573b;
}

.color-4 {
    color: #34FF92;
}

.color-5 {
    color: #ffd200;
}

.color-6 {
    color: #ff9d45;
}

.color-1.bg-hover:hover::after,
.color-1.bg-hover.active::after {
    background-color: #be63f9;
}

.color-2.bg-hover:hover::after,
.color-2.bg-hover.active::after {
    background-color: #26c6da;
}

.color-3.bg-hover:hover::after,
.color-3.bg-hover.active::after {
    background-color: #fc573b;
}

.color-4.bg-hover:hover::after,
.color-4.bg-hover.active::after {
    background-color: #34FF92;
}

.color-5.bg-hover:hover::after,
.color-5.bg-hover.active::after {
    background-color: #ffd200;
}

.color-6.bg-hover:hover::after,
.color-6.bg-hover.active::after {
    background-color: #ff9d45;
}

.text-muted {
    color: #6c757d !important;
}

.bg-grey {
    background-color: #f4f4f4;
}

.bg-inherit {
    background: inherit !important;
}

/* the bg image background overlay color setting*/
.bg-overlay::after {
    background: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.breadcrumb-area.bg-overlay::after {
    background: linear-gradient(-45deg, #6B1423 0%, #c9a227 100%);
}

.btn,
.btn:active,
.btn.btn-bordered:before,
.btn.btn-bordered-white:after {
    background: linear-gradient(135deg, #6B1423, #c9a227);
    color: var(--white);
    box-shadow: 0 4px 20px rgba(107, 20, 35, 0.3);
}


    


/*SOCIAL ICONS*/
.social-icons > a {
    margin: 5px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social-icons svg {
    display: block;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social-icons > a:hover svg:first-child {
    margin-top: -45px;
}

.social-icons > a.facebook {
    background-color: #3b5999 !important;
}

.social-icons > a.twitter {
    background-color: #55acee !important;
}

.social-icons > a.google-plus {
    background-color: #dd4b39 !important;
}

.social-icons > a.vine {
    background-color: #00b489 !important;
}

/*BACKGROUND IMAGES*/
.welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg.jpg") no-repeat fixed center center / cover;
}

.homepage-2 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_2.png") no-repeat scroll center center / cover;
}

.homepage-3 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_3.jpg") no-repeat scroll center center / cover;
}

.homepage-4 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_4.jpg") no-repeat fixed center center / cover;
}

.cta-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/cta_bg.jpg") no-repeat fixed center center / cover;
}

.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/inner_bg2.jpg") no-repeat fixed center center / cover;
}

.blog .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/blog_bg.jpg") no-repeat fixed center center / cover;
}

.error-page {
    background: rgba(0, 0, 0, 0) url("../img/bg/error_bg.png") repeat-x fixed left top / cover;
}

.error-page .stars {
    background: rgba(0, 0, 0, 0) url("../img/bg/stars.svg") repeat fixed left top / contain;
}

/* ******************************
:: 5.0 PRELOADER AREA CSS
****************************** */
.mitechwebsite-preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    z-index: 9000;
}

.mitechwebsite-preloader .preloader-animation {
    z-index: 1000;
}

.preloader-animation .spinner {
    height: 9em;
    width: 9em;
    margin: 0 auto 3.5em auto;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #6B1423;
    border-radius: 50%;
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
}

.preloader-animation .loader {
    font: bold 5em "Poppins", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.preloader-animation .loader .animated-letters {
    position: relative;
    color: rgba(0, 0, 0, 0.2);
}

.loader .animated-letters:before {
    position: absolute;
    content: attr(data-text-preloader);
    top: -3px;
    left: 0;
    color: #6B1423;
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-animation: animated-letters 4s infinite;
    animation: animated-letters 4s infinite;
}

.loader .animated-letters:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader .animated-letters:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader .animated-letters:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loader .animated-letters:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loader .animated-letters:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loader .animated-letters:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loader .animated-letters:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.mitechwebsite-preloader p {
    font-family: "Poppins", sans-serif;
    letter-spacing: 8px;
    color: #3b3b3b;
}

.mitechwebsite-preloader .loader-animation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.single-loader .loader-bg {
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.mitechwebsite-preloader.loaded .preloader-animation {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.mitechwebsite-preloader.loaded .single-loader .loader-bg {
    width: 0;
    -webkit-transition: 0.7s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes animated-letters {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes animated-letters {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .preloader-animation .spinner {
        height: 8em;
        width: 8em;
    }

    .preloader-animation .loader {
        font: bold 3.5em "Poppins", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .preloader-animation .spinner {
        height: 7em;
        width: 7em;
    }

    .preloader-animation .loader {
        font: bold 2em "Poppins", sans-serif;
    }
}

/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
    position: fixed;
    right: 2%;
    bottom: 3%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #6B1423;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#scrollUp > svg {
    display: block;
    height: 100%;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
}

#scrollUp:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */
header {
    position: relative;
    z-index: 999;
}

.navbar-sticky {
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    -webkit-transition: all .15s ease-out 0s !important;
    transition: all .15s ease-out 0s !important;
}

.navbar-sticky.hidden {
    -webkit-transform: translate3d(0, -101%, 0) !important;
    transform: translate3d(0, -101%, 0) !important;
}

.navbar-sticky.visible {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.navbar-expand {
    /* position: fixed; */
    width: 100%;
    top: 0;
    /* padding: 20px 25px; */
    pointer-events: initial;
    z-index: 2;
}

.navbar-expand.relative {
    position: relative;
}

/* .navbar-expand .navbar-nav {
    display: inline-block;
} */

.navbar-expand .navbar-nav.toggle {
    display: none;
}

.navbar-expand .navbar-nav.toggle .toggle-icon {
    font-size: 20px;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky .navbar-brand-regular {
    display: none;
}

.navbar-sticky .navbar-brand-sticky {
    display: inline;
}

.navbar-sticky.hide {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
}

.navbar-expand .navbar-nav .nav-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.navbar-expand .navbar-nav ul .nav-item {
    display: block;
}

.navbar-expand .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #1a202c;
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-expand .navbar-nav .nav-link:hover {
    color: #c9a227;
}

.navbar-expand.navbar-sticky .navbar-nav .nav-link,
.navbar-expand.navbar-light .navbar-nav .nav-link {
    color: #1a202c;
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.9125rem;
    color: #2c2e30;
    padding: 0.625rem 1.25rem;
}

.dropdown .dropdown-menu {
    display: block;
    min-width: 14.375rem;
    margin: 0;
    padding: 0.625rem 0;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
}

.dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.dropdown-menu .dropdown-menu {
    top: -8px;
    left: 100%;
}

.menu .items {
    width: calc(100% + 15px);
}

.menu .navbar-nav {
    line-height: 1;
}

.menu .dropdown .dropdown-menu {
    margin: 10px 0 15px 0;
    padding: 0 0 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    visibility: visible;
    opacity: 1;
}

.menu .dropdown .dropdown-menu.show {
    display: block;
}

.menu .dropdown-menu .dropdown-menu {
    position: relative;
    top: initial;
    left: initial;
}

.menu .nav-link {
    margin: 0 5px;
    padding: 10px 5px;
}

.menu .dropdown .dropdown-menu .nav-item .nav-link {
    font-size: 1rem;
    background: none;
    margin: 0 5px 16px;
    padding: 0;
}

.menu .nav-link:first-child {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2e30;
}

.modal-open {
    overflow-x: hidden;
    overflow-y: hidden;
}

.dialog-animated {
    min-height: 100%;
    margin: 0 0 0 auto;
}

.modal.fade .modal-dialog.dialog-animated {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.modal.fade.show .modal-dialog.dialog-animated {
    height: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    border: none;
    border-radius: 0;
    overflow-x: hidden;
}

.modal-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
    border: none;
    font-weight: 600;
    border-radius: 0;
}

.modal-header .icon-close {
    font-size: 24px;
    cursor: pointer;
}

.modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
}

.search-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1.6px;
}

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.welcome-area {
    height: 800px;
    z-index: 1;
}

.welcome-intro h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1.6px;
    color: #ffffff;
}

.welcome-intro h13 {
  font-size: clamp(0.9rem, 2.5vw, 1.3rem);
  color: #ffffff;
  font-weight: 600;
  max-width: 90%;
  word-spacing: 0.05em;
  width: fit-content;
  border-radius: 8px;
  opacity: 0.9;
  margin-bottom: clamp(20px, 5vh, 60px);
  margin-top: clamp(20px, 5vh, 60px);
}


.welcome-intro p {
    font-size: 16px;
    color: #f0f0f0;
}

.welcome-intro p1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.2rem !important;
    line-height: 1.7 !important;
    color: #bc0e0e !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
    background: transparent !important;
    border-radius: 8px;
}


.welcome-thumb-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.welcome-thumb-2,
.welcome-thumb-3,
.welcome-thumb-4,
.welcome-thumb-5,
.welcome-thumb-6 {
    position: absolute;
}

.welcome-thumb-2 {
    top: 50%;
    left: 0;
}

.welcome-thumb-3 {
    top: 55%;
    left: 36%;
}

.welcome-thumb-4 {
    top: 94%;
    right: 0;
}

.welcome-thumb-5 {
    top: -18%;
    left: 25%;
}

.welcome-thumb-6 {
    top: -9%;
    right: 15%;
}

.welcome-animation {
    position: relative;
    -webkit-animation: bounceHero 5s ease-in-out infinite;
    animation: bounceHero 5s ease-in-out infinite;
}

.welcome-thumb-2 .welcome-animation {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.welcome-thumb-3 .welcome-animation {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.welcome-thumb-4 .welcome-animation {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.welcome-thumb-5 .welcome-animation {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.welcome-thumb-6 .welcome-animation {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

@-webkit-keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

@keyframes bounceHero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

.welcome-area.bg-overlay::after {
    z-index: -2;
}

.welcome-area .welcome-shape {
    position: absolute;
    top: auto;
    bottom: -6px;
    left: 0;
    right: 0;
    z-index: -1;
}

/* ******************************
:: 8.1 HOMEPAGE-2 AREA CSS
****************************** */
.homepage-2 .btn.btn-bordered::before,
.homepage-2 .btn.btn-bordered-white::after,
.homepage-2 .bg-overlay::after,
.homepage-2 .benifits-item::after {
    background: linear-gradient(135deg, #be63f9 0%, #6B1423 100%);
}

/* ******************************
:: 8.2 HOMEPAGE-3 AREA CSS
****************************** */
.homepage-3 .btn.btn-bordered::before,
.homepage-3 .btn.btn-bordered-white::after,
.homepage-3 .bg-overlay::after,
.homepage-3 .grad-hover::before {
    background: linear-gradient(135deg, #10054d 0%, #45108a 100%);
}

.homepage-3 .play-icon {
    color: #45108a;
}

.homepage-3 .welcome-thumb-2 {
    top: -25%;
    left: 30%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 3;
}

.homepage-3 .welcome-thumb-3 {
    top: -13%;
    left: 4%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
}

.homepage-3 .welcome-thumb-4 {
    top: 10%;
    left: -15%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
}

.homepage-3 .welcome-thumb {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: -100px;
}

.homepage-3 .welcome-thumb-1 {
    position: relative;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/* ******************************
:: 8.3 HOMEPAGE-4 AREA CSS
****************************** */
.homepage-4 .btn.btn-bordered::before,
.homepage-4 .btn.btn-bordered-white::after,
.homepage-4 .bg-overlay::after,
.homepage-4 .grad-hover::before {
    background: linear-gradient(45deg, #8340ff 15%, #5900ff 65%);
}

/* ******************************
:: 8.4 HOMEPAGE-5 AREA CSS
****************************** */
.dark-bg,
body.dark,
.dark .bg-overlay::after,
.dark .dark-bg,
.dark .navbar-sticky-moved-up {
    background: #06052F !important;
}

.homepage-5 .btn:active,
.homepage-5 .btn.btn-bordered:before,
.homepage-5 .btn.btn-bordered-white:after {
    background: linear-gradient(45deg, #8340ff 15%, #5900ff 65%);
}

.homepage-5 .welcome-thumb-2 {
    top: 25%;
    left: -5%;
}

/* ***********************************
:: 9 PROMO AREA CSS
**************************************/
.single-promo {
    position: relative;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.bg-hover {
    position: relative;
}

.bg-hover::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 100%;
    left: 0;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.bg-hover.hover-top::after {
    top: 0;
}

.bg-hover.hover-bottom::after {
    bottom: 0;
}
/* this handles the font size and styles for the why choose us boxes content */
.single-promo h3 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: lowercase; */
    line-height: 0.9em;
    letter-spacing: -1.6px;
}

.homepage-3 .single-promo h3 {
    font-size: 30px;
}

.single-promo p {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    text-align: center important;
}

.promo-wrapper {
    position: relative;
    z-index: 2;
}

.grad-hover {
    position: relative;
    background: transparent;
    border-radius: 0;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}

.grad-hover::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    z-index: 0;
}

.grad-hover:hover::before,
.grad-hover.active::before {
    visibility: visible;
    opacity: 0.84;
}

.grad-hover h3,
.grad-hover p {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.grad-hover:hover h3,
.grad-hover.active h3,
.grad-hover:hover p,
.grad-hover.active p {
    color: #fff;
    opacity: 1;
}

/* ******************************
:: 10.0 CONTENT AREA CSS
****************************** */
.content-area {
    z-index: 1;
}

.single-content-list span {
    font-size: 16px;
}

/*Profile Circle Wrapper*/
.profile-circle-wrapper {
    position: relative;
    height: 397px;
    width: 517px;
    margin: auto;
    pointer-events: fill;
    cursor: pointer;
    -webkit-transform: perspective(100px), translate3d(0, 0, 0);
    transform: perspective(1000px);
}

.folder-img {
    position: relative;
    top: 210px;
    left: 25px;
    z-index: 1;
}

.profile-inner {
    position: absolute;
    height: 397px;
    width: 517px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: 3s all;
    transition: 3s all;
}

.profile-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #ededed;
    border-radius: 50%;
    margin: 25px auto 0;
}

.circle-lg {
    height: 465px;
    width: 465px;
}

.circle-md {
    height: 335px;
    width: 335px;
    margin-top: 85px;
}

.circle-sm {
    height: 220px;
    width: 220px;
    margin-top: 145px;
}

.profile-icon {
    position: absolute;
    display: block;
    height: 55px;
    width: 55px;
    margin: 0 auto;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.profile-icon img {
    -webkit-transform: rotate(-90deg);
    display: block;
}

.icon-1 {
    top: 40px;
    left: 35px;
    -webkit-transform-origin: 350% 182px;
    transform-origin: 350% 182px;
}

.icon-2 {
    top: 40px;
    left: 370px;
    -webkit-transform-origin: -135px 185px;
    transform-origin: -135px 185px;
}

.icon-3 {
    top: 210px;
    left: 425px;
    -webkit-transform-origin: -355% 12px;
    transform-origin: -355% 12px;
}

.icon-4 {
    top: 422px;
    left: 140px;
    -webkit-transform-origin: 160% -191px;
    transform-origin: 160% -191px;
}

.icon-5 {
    top: -28px;
    left: 130px;
    -webkit-transform-origin: 50% 193px;
    transform-origin: 50% 193px;
}

.icon-6 {
    top: 65px;
    left: -15px;
    -webkit-transform-origin: 328% 100px;
    transform-origin: 328% 100px;
}

.icon-7 {
    top: 200px;
    left: -20px;
    -webkit-transform-origin: 328% -35px;
    transform-origin: 328% -35px;
}

.icon-8 {
    top: -15px;
    left: 120px;
    -webkit-transform-origin: -28% 117px;
    transform-origin: -28% 117px;
}

.icon-9 {
    top: 175px;
    left: 80px;
    -webkit-transform-origin: 46% -68px;
    transform-origin: 46% -68px;
}

.icon-8,
.icon-9 {
    height: 65px;
    width: 65px;
}

/*Circle SM Animation*/
.circle-animation .icon-3-img,
.circle-animation .icon-4-img,
.circle-animation .icon-2-img,
.circle-animation .icon-1-img {
    -webkit-animation: rotateCircle 80s 3.01s infinite linear;
    animation: rotateCircle 80s 3.01s infinite linear backwards;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

.circle-animation .icon-1,
.circle-animation .icon-2,
.circle-animation .icon-3,
.circle-animation .icon-4 {
    -webkit-animation: rotateCircle 80s 3s infinite linear;
    animation: rotateCircle 80s 3s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

/*Circle MD Animation*/
.circle-animation .icon-5-img,
.circle-animation .icon-6-img,
.circle-animation .icon-7-img {
    -webkit-animation: rotateCircle 90s 1.01s infinite linear;
    animation: rotateCircle 90s 1.01s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;

}

.circle-animation .icon-5,
.circle-animation .icon-6,
.circle-animation .icon-7 {
    -webkit-animation: rotateCircle 90s 1s infinite linear;
    animation: rotateCircle 90s 1s infinite linear;
}

.circle-animation .icon-8,
.circle-animation .icon-9 {
    -webkit-animation: rotateCircle 35s 2s infinite linear;
    animation: rotateCircle 35s 2s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

/*Circle LG Animation*/
.circle-animation .icon-8-img,
.circle-animation .icon-9-img {
    -webkit-animation: rotateCircle 35s 2.01s infinite linear;
    animation: rotateCircle 35s 2.01s infinite linear;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

@-webkit-keyframes rotateCircle {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.profile-icon {
    display: none;
}

/* ******************************
:: 11.0 SERVICE AREA CSS
****************************** */
.service-area {
    z-index: 1;
}

.single-service > span {
    display: inline-block;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    border-radius: 10px;
}

.single-service > span::before {
    font-size: 2.5rem;
    margin: 0;
}

.single-service > span.icon-bg-1 {
    background-color: rgba(190, 99, 249, 0.15);
}

.single-service > span.icon-bg-2 {
    background-color: rgba(38, 198, 218, 0.15);
}

.single-service > span.icon-bg-3 {
    background-color: rgba(252, 87, 59, 0.15);
}

.single-service > span.icon-bg-4 {
    background-color: rgba(52, 255, 146, 0.15);
}

.single-service > span.icon-bg-5 {
    background-color: rgba(255, 210, 0, 0.15);
}

.single-service > span.icon-bg-6 {
    background-color: rgba(255, 157, 69, 0.15);
}

.single-service h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 0.9em;
    letter-spacing: -1.6px;
}

.single-service.service-gallery {
    margin-bottom: 45px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.01);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.01);
    -webkit-transition: -webkit-box-shadow, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-box-shadow, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow, transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow, transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
}

.single-service.service-gallery .service-content {
    padding: 2rem;
}

.single-service.service-gallery:hover {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.homepage-6 .single-service.service-gallery {
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.08);
}

/* ******************************
:: 12.0 PORTFOLIO AREA CSS
****************************** */
.portfolio-area .items {
    overflow: initial !important;
}

.portfolio-menu .btn {
    background: transparent;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    position: relative;
    box-shadow: none;
}

.portfolio-menu .btn::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    bottom: 5px;
    left: 50%;
    background-color: #6B1423;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-menu .btn.active {
    color: #6B1423;
}

.portfolio-menu .btn.active::after {
    width: 60%;
    visibility: visible;
    opacity: 1;
}

.single-case-studies {
    position: relative;
    margin-bottom: 45px;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
}

.single-case-studies > a {
    display: block;
    width: 100%;
    height: 100%;
}

.single-case-studies > a > img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    min-height: 300px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-filter 0.4s;
    transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-filter 0.4s;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), filter 0.4s;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), filter 0.4s, -webkit-transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-filter 0.4s;
}

.case-studies-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(48, 2, 2, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.single-case-studies:hover .case-studies-overlay {
    background: linear-gradient(135deg, #6B1423 0%, #c9a227 100%);
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-case-studies:hover > a > img {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.9;
}

.portfolio-area.style-two .single-case-studies:hover .case-studies-overlay,
.portfolio-area.style-two .single-case-studies:hover > a > img {
    -webkit-transform: inherit;
    transform: inherit;
}

/* Portfolio responsive adjustments */
@media (max-width: 768px) {
    .single-case-studies > a > img {
        min-height: 250px;
    }
}

@media (max-width: 575px) {
    .single-case-studies {
        margin-bottom: 30px;
    }
    
    .single-case-studies > a > img {
        min-height: 200px;
    }
}

/* ******************************
:: 13.0 VIDEO AREA CSS
****************************** */
.video-area {
    z-index: 1;
}

.video-content > .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 1;
}

.video-thumb {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    opacity: 0.89;
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 0;
}

.single-counter span {
    font-size: 3.4em;
}

.single-counter h4 {
    font-size: 16px;
}

.play-btn {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    background-color: #fff;
    border-radius: 50%;
}

.btn-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

.play-icon {
    font-size: 22px;
    color: #6B1423;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes grow {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes grow {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.play-animation {
    -webkit-animation: grow 3s infinite;
    animation: grow 3s infinite;
}

.animation-short {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.homepage-2 .play-btn {
    background-color: rgba(252, 87, 59, 0.75);
}

.homepage-2 .btn-circle {
    background-color: rgba(252, 87, 59, 0.2);
}

.homepage-2 .play-icon {
    color: #fff;
}

.homepage-3 .welcome-intro .play-btn {
    height: 65px;
    width: 65px;
    line-height: 1;
    margin-left: 10px;
}

.homepage-3 .welcome-intro .play-icon {
    font-size: 20px;
}

/* ******************************
:: 14.0 PRICE PLAN AREA CSS
****************************** */
.single-price-plan {
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    background-color: #fff;
    border-radius: 1rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.plan-title > h3 {
    font-size: 30px;
    letter-spacing: -1.6px;
}

.plan-title span {
    font-size: 15px;
    font-weight: 600;
    padding: .5em;
}

.plan-price span:not(.h1) {
    font-size: 34px;
}

.plan-price sub {
    top: 0;
    font-size: 24px;
}

.plan-features > li {
    color: #4a5568;
}

.plan-button > .btn {
    display: block;
}

.dark-shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(107, 20, 35, 0.47) !important;
    box-shadow: 0px 0px 30px 0px rgba(107, 20, 35, 0.47) !important;
}

/* ******************************
:: 15.0 FAQ AREA CSS
****************************** */
.card-header .btn {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    color: #1a202c;
    text-align: left;
}

.card-header .btn.collapsed {
    color: #4a5568;
}

.card-header .btn:hover,
.card-header .btn:focus,
.card-header .btn:active {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.card-header .btn::after,
.card-header .btn.collapsed::after {
    position: absolute;
    top: 50%;
    left: calc(100% - 1.25rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.card-header .btn::after {
    content: '\f107';
}

.card-header .btn.collapsed::after {
    content: '\f105';
}

.faq-area.style-two .card-header .btn::after {
    display: none;
}

.faq-area.style-two .card-header .btn {
    cursor: inherit;
}

/* ******************************
:: 16.0 REVIEWS AREA CSS
****************************** */
.single-review {
    position: relative;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 10px 50px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 50px 0px rgba(0, 0, 0, 0.12);
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transition: background-color, -webkit-transform 0.3s ease-in-out 0s;
    transition: background-color, -webkit-transform 0.3s ease-in-out 0s;
    transition: background-color, transform 0.3s ease-in-out 0s;
    transition: background-color, transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    z-index: 1;
}

.owl-item.active.center .single-review {
    background-color: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.review-area.bg-overlay::after {
    opacity: 1;
}

.single-review .quot-icon {
    position: absolute;
    top: 8%;
    left: 13%;
}

/* ******************************
:: 17.0 TEAM AREA CSS
****************************** */
.team-area {
    z-index: 1;
}

.single-team {
    margin-bottom: 45px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
  
}

.single-team:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* Team Member backgroung padding where the image sits on*/
.member-image-wrapper {
    border-radius: 100% !important;
    width: 200px !important;
    height: 200px !important;
    margin: 20px auto 0 !important;
    overflow: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
/* Team Member Circular Images settings */
.member-image-wrapper img {
    width: 80% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 100%;
    display: inline;
}

/* Ensure member info displays properly */
.team-member-card {
    display: flex;
    flex-direction: column;
}

.member-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* ******************************
:: 18.0 BLOG AREA CSS
****************************** */
.blog-area {
    z-index: 1;
}

.single-blog {
    background-color: #fff;
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    border-radius: 4px;
    -webkit-transition: -webkit-box-shadow, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-box-shadow, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow, transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow, transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow, -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
}

.blog-thumb img {
    display: block;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.blog-title {
    font-size: 22px;
    font-weight: 700;
}

.blog-content {
    padding: 2rem;
}

.blog-content > p {
    line-height: 1.8;
}

.blog-btn {
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.blog-btn::after {
    position: absolute;
    content: '\f101';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    opacity: 0;
    visibility: hidden;
    top: 50%;
    -webkit-transform: translateX(3px) translateY(-50%);
    transform: translateX(3px) translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog-btn:hover::after,
.blog-btn:focus::after {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
}

.single-blog:hover {
    -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px);
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.12);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.12);
}


/* ******************************
:: 19.0 BREADCRUMB AREA CSS
****************************** */
.breadcrumb-area {
    height: 550px;
    z-index: 1;
}

.breadcrumb-content > h2 {
    display: inline-block;
    font-size: 60px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -1.6px;
    background-image: -webkit-linear-gradient(45deg, #6B1423 15%, #c9a227 65%);
    background-image: linear-gradient(45deg, #6B1423 15%, #c9a227 65%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #fff;
}

.blog .breadcrumb-item > a,
.blog .breadcrumb-item,
.blog .breadcrumb-item::before,
.blog .breadcrumb-item.active {
    color: #fff;
}

/* ******************************
:: 20.0 BLOG PAGE AREA CSS
****************************** */
.blog .single-blog {
    margin-bottom: 45px;
}

.pagination > li > a {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #6B1423;
    color: #6B1423;
    text-align: center;
}

.pagination > li.active > a {
    background: linear-gradient(45deg, #6B1423 15%, #c9a227 65%);
    color: #fff;
    border: 1px solid #6B1423;
}

.pagination li:first-child a,
.pagination li:last-child a {
    display: block;
    border: none;
    position: relative;
}

.pagination li:first-child:hover a,
.pagination li:last-child:hover a {
    background: none;
    color: inherit;
    border: none;
}

.pagination li:first-child:hover a {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.pagination li:last-child:hover a {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

/* **********************************
:: 21.0 BLOG PAGE DETAILS AREA CSS
*************************************/
/*Single Widget*/
.single-widget {
    margin-bottom: 35px;
}

.single-widget h5 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}

.sidebar .single-widget:last-child {
    margin-bottom: 0;
}

.widget-content a {
    font-weight: 500;
}

/*Search Widget*/
.search-widget input {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #444;
    height: 45px;
    padding: 10px 15px;
    width: 100%;
    -webkit-transition: -webkit-box-shadow 1s ease 0s;
    transition: -webkit-box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s, -webkit-box-shadow 1s ease 0s;
}

.search-widget input:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.widget-items li a.active {
    color: #6B1423;
}

.widget-items li a span {
    line-height: 1.4;
}

/*Post Widget*/
.post-thumb img {
    border: 1px solid #eee;
}

.post-widget .widget-items .post-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.post-content h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

/*Tags Widget*/
.tags-widget .single-accordion {
    border: none;
}

.tags-widget-items a {
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

/*Blog Details*/
.mitechwebsite-blog .meta-info {
    border-bottom: 1px solid #eee;
}

.meta-info > ul > li {
    position: relative;
}

.meta-info > ul > li::after {
    position: absolute;
    content: '';
    height: 30%;
    width: 2px;
    background-color: #777;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.meta-info > ul > li:last-child::after {
    display: none;
}

.mitechwebsite-blog .blog-share a {
    padding: 0 10px;
}

.blog-share .social-icons > a {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.blog-share .social-icons > a.facebook:hover {
    background-color: #3b5999 !important;
    color: #fff;
}

.blog-share .social-icons > a.twitter:hover {
    background-color: #55acee !important;
    color: #fff;
}

.blog-share .social-icons > a.google-plus:hover {
    background-color: #dd4b39 !important;
    color: #fff;
}

.blog-share .social-icons svg {
    line-height: 35px;
}

.blog-share .social-icons > a:hover svg:first-child {
    margin-top: -35px;
}

.mitechwebsite-blog .blog-details .blog-title > a {
    font-size: 30px;
}

.blockquote {
    background-color: #f7f7f7;
    position: relative;
}

.blockquote::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    background: linear-gradient(45deg, #6B1423 15%, #c9a227 65%);
    top: 0;
    left: 0;
}

.admin {
    border-top: 1px solid #eee;
}

.admin-thumb img,
.comments-thumb img {
    border: 1px solid #eee;
}

.comments,
.blog-contact {
    margin-left: 200px;
}

.single-comments {
    border: 1px solid #eee;
    margin-bottom: 1rem;
}

.single-comments:last-of-type {
    margin-bottom: 0;
}

.comments-content > h5 > a:last-child {
    font-size: 14px;
    font-weight: 500;
    color: #6B1423;
}

.contact-box.comment-box {
    text-align: left;
}

.contact-box.comment-box .form-group input {
    font-size: 15px;
    border: 1px solid #e5e5e5;
}

.contact-box.comment-box .form-group textarea {
    font-size: 15px;
    border: 1px solid #e5e5e5;
    height: 150px;
}

/* ******************************
:: 22.0 CONTACT AREA CSS
****************************** */
.contact-info {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.contact-info h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 0.9em;
    letter-spacing: -1.6px;
    
}

.contact-box .form-group input,
.contact-box .form-group textarea {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-box .form-group textarea {
    height: 160px;
    padding: 15px;
}

.contact-box .form-group input::-webkit-input-placeholder,
.contact-box .form-group textarea::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input:-ms-input-placeholder,
.contact-box .form-group textarea:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input::placeholder,
.contact-box .form-group textarea::placeholder {
    color: rgba(68, 68, 68, 0.6);
}

/*Map Area*/
.map-area {
    height: 550px;
    width: 100%;
}

.map-area iframe {
    height: 100%;
    width: 100%;
}


/* ******************************
:: 24.0 ERROR AREA CSS
****************************** */
.error-page {
    height: 100%;
    overflow: hidden;
}

.error-content {
    padding: 17% 5% 10% 5%;
}

.error-objects img {
    pointer-events: none;
    z-index: 90;
}

.thumb-1 {
    position: absolute;
    top: 75%;
    width: 40px;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    pointer-events: none;
    -webkit-animation: rocket-movement 200s linear infinite both running;
    animation: rocket-movement 200s linear infinite both running;
    z-index: 95;
}

.thumb-2 {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 100px;
    z-index: 90;
}

.thumb-3 {
    position: absolute;
    top: 12%;
    left: 25%;
    width: 80px;
}

.thumb-4 {
    width: 140px;
    -webkit-animation: rotate-astronaut 200s infinite linear both alternate;
    animation: rotate-astronaut 200s infinite linear both alternate;
}

.astronaut {
    position: absolute;
    top: 60%;
    right: 20%;
    will-change: transform;
    -webkit-animation: move-astronaut 50s infinite linear both alternate;
    animation: move-astronaut 50s infinite linear both alternate;
    z-index: 110 !important;
}

.error-thumb {
    position: relative;
    width: 300px;
    pointer-events: none;
    z-index: 100;
}

.glowing-stars .star {
    position: absolute;
    height: 3px;
    width: 3px;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0.3;
    will-change: opacity;
}

.glowing-stars .star:nth-child(1) {
    top: 80%;
    left: 25%;
    -webkit-animation: glow-star 2s infinite ease-in-out alternate 1s;
    animation: glow-star 2s infinite ease-in-out alternate 1s;
}

.glowing-stars .star:nth-child(2) {
    top: 20%;
    left: 40%;
    -webkit-animation: glow-star 2s infinite ease-in-out alternate 3s;
    animation: glow-star 2s infinite ease-in-out alternate 3s;
}

.glowing-stars .star:nth-child(3) {
    top: 25%;
    left: 25%;
    -webkit-animation: glow-star 2s infinite ease-in-out alternate 5s;
    animation: glow-star 2s infinite ease-in-out alternate 5s;
}

.glowing-stars .star:nth-child(4) {
    top: 75%;
    left: 80%;
    -webkit-animation: glow-star 2s infinite ease-in-out alternate 7s;
    animation: glow-star 2s infinite ease-in-out alternate 7s;
}

.glowing-stars .star:nth-child(5) {
    top: 90%;
    left: 50%;
    -webkit-animation: glow-star 2s infinite ease-in-out alternate 9s;
    animation: glow-star 2s infinite ease-in-out alternate 9s;
}

@-webkit-keyframes rocket-movement {
    100% {
        -webkit-transform: translate(1200px, -600px);
        transform: translate(1200px, -600px);
    }
}

@keyframes rocket-movement {
    100% {
        -webkit-transform: translate(1200px, -600px);
        transform: translate(1200px, -600px);
    }
}

@-webkit-keyframes spin-earth {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -webkit-transition: -webkit-transform 20s;
        transition: -webkit-transform 20s;
        transition: transform 20s;
        transition: transform 20s, -webkit-transform 20s;
    }
}

@keyframes spin-earth {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -webkit-transition: -webkit-transform 20s;
        transition: -webkit-transform 20s;
        transition: transform 20s;
        transition: transform 20s, -webkit-transform 20s;
    }
}

@-webkit-keyframes move-astronaut {
    100% {
        -webkit-transform: translate(-160px, -160px);
        transform: translate(-160px, -160px);
    }
}

@keyframes move-astronaut {
    100% {
        -webkit-transform: translate(-160px, -160px);
        transform: translate(-160px, -160px);
    }
}

@-webkit-keyframes rotate-astronaut {
    100% {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes rotate-astronaut {
    100% {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@-webkit-keyframes glow-star {
    40% {
        -webkit-opacity: 0.3;
        opacity: 0.3;
    }

    90%,
    100% {
        -webkit-opacity: 1;
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        border-radius: 999999px;
    }
}

@keyframes glow-star {
    40% {
        -webkit-opacity: 0.3;
        opacity: 0.3;
    }

    90%,
    100% {
        -webkit-opacity: 1;
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        border-radius: 999999px;
    }
}

/* ******************************
:: 25.0 RTL AREA CSS
****************************** */
.rtl .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rtl .btn.btn-bordered::before,
.rtl .btn.btn-bordered-white::after,
.rtl .bg-overlay::after,
.rtl .grad-hover::before {
    background: linear-gradient(135deg, #E0040B 0%, #fc5130 100%);
}

/* ******************************
:: 26.0 PREVIEW AREA CSS
****************************** */
.preview .welcome-area.bg-overlay::after {
    background: linear-gradient(45deg, #8340ff 15%, #5900ff 65%);
}

.preview .welcome-intro h2 {
    line-height: 1.2;
}

.single-preview > a > img {
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.preview .welcome-intro h2,
.preview-area h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1.6px;
}

.single-preview h3 {
    font-size: 16px;
    color: #555;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-preview:hover > a > img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.12);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.12);
}


/* =====================================================
   updated WEBSITE HEADER STYLES
   Replace existing mitechwebsite header styles with these
   ===================================================== */

/* Override existing navbar styles */
.navbar {
    background: #ffffff !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.navbar.sticky {
    background: #ffffff !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15) !important;
}

/* .navbar.scrolled {
    background: #ffffff !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
} */

/* Navbar navigation links */
/* .navbar-nav.items .nav-link {
    font-family: var(--updated-font-primary) !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.025em !important;
    text-transform: uppercase !important;
    color: var(--updated-secondary) !important;
    transition: all 0.3s ease !important;
}

.navbar-nav.items .nav-link:hover {
    color: var(--updated-primary) !important;
    transform: translateY(-1px) !important;
} */

/* Enhanced Navigation - updated Website Style */
/* .navbar {
    background: var(--updated-secondary);
    box-shadow: 0 4px 30px rgba(31, 41, 55, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.navbar.scrolled {
    background: var(--updated-secondary);
    box-shadow: 0 8px 40px rgba(31, 41, 55, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
} */

/* Enhanced Logo Styling */
.navbar-brand {
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px 0;
}

.navbar-brand img {
    max-height: 45px;
    width: auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.navbar-brand:hover img {
    transform: scale(1.08) rotate(-2deg);
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.2));
    background: rgba(255, 255, 255, 0.2);
}


@keyframes logoAppear {
    0% {
        opacity: 0;
        transform: scale(0.8) rotate(-5deg);
        filter: blur(5px);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1) rotate(2deg);
        filter: blur(1px);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: blur(0);
    }
}

/* Logo Hover Glow Effect */
.navbar-brand:hover::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    border-radius: 12px;
    z-index: -1;
    animation: logoGlow 2s ease-in-out infinite;
}

@keyframes logoGlow {
    0%, 100% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}



/* Breadcrumb and navigation headers */
.breadcrumb-content h2, .navbar-brand {
    font-family: var(--updated-font-primary) !important;
    font-weight: 700;
    letter-spacing: -0.3px;
}

/* Social Media Icons with Nice Background Colors */
.navbar-nav.icons .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(31, 41, 55, 0.1) !important;
    color: var(--updated-secondary) !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(31, 41, 55, 0.2) !important;
}

.navbar-nav.icons .nav-link:hover {
    background: var(--updated-primary) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(107, 20, 35, 0.3) !important;
}

/* Individual Social Media Icon Colors */
.navbar-nav.icons .nav-link[href*="facebook"],
.navbar-nav.icons .nav-link[href*="fb"] {
    background: linear-gradient(135deg, #1877f2, #0c5fcc);
    box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);
}

.navbar-nav.icons .nav-link[href*="twitter"],
.navbar-nav.icons .nav-link[href*="x.com"] {
    background: linear-gradient(135deg, #1da1f2, #0c85d0);
    box-shadow: 0 4px 15px rgba(29, 161, 242, 0.3);
}

.navbar-nav.icons .nav-link[href*="linkedin"],
.navbar-nav.icons .nav-link[href*="linkedin.com"] {
    background: linear-gradient(135deg, #0077b5, #005885);
    box-shadow: 0 4px 15px rgba(0, 119, 181, 0.3);
}

.navbar-nav.icons .nav-link[href*="instagram"],
.navbar-nav.icons .nav-link[href*="insta"] {
    background: linear-gradient(135deg, #e4405f, #c13584, #833ab4);
    box-shadow: 0 4px 15px rgba(228, 64, 95, 0.3);
}

.navbar-nav.icons .nav-link[href*="youtube"],
.navbar-nav.icons .nav-link[href*="youtu"] {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

/* =====================================================
   FIXED MOBILE MENU - USING ORIGINAL mitechwebsite WORKING CODE
   ===================================================== */

/* Show the toggle button on mobile */
@media screen and (max-width: 767px) {
    .navbar-expand .navbar-nav.toggle {
        display: inline-block !important;
    }
    
    /* Style the toggle button */
    .navbar-expand .navbar-nav.toggle .nav-link {
        background: var(--updated-accent) !important;
        border-radius: 8px !important;
        padding: 10px 15px !important;
        color: white !important;
    }
}

/* This is the ORIGINAL mitechwebsite way that works */
@media screen and (max-width: 767px) {
    .navbar-expand .navbar-nav.items.active {
        display: flex !important;
        position: absolute !important;
        top: 70px !important;
        left: 0 !important;
        right: 0 !important;
        background: var(--updated-secondary) !important;
        flex-direction: column !important;
        padding: 20px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
        z-index: 9999 !important;
    }
    
    .navbar-expand .navbar-nav.items.active .nav-link {
        color: white !important;
        padding: 12px 15px !important;
        display: block !important;
        border-radius: 5px !important;
    }
    
    .navbar-expand .navbar-nav.items.active .nav-link:hover {
        background: var(--updated-accent) !important;
        color: white !important;
    }
    
    /* Hide social icons on mobile */
    .navbar-expand .navbar-nav.icons {
        display: none !important;
    }
}
/* Override buttons */
/* .btn.btn-bordered-white, .navbar-nav.action .btn {
    font-family: var(--updated-font-primary) !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
    border-radius: 25px !important;
    backdrop-filter: blur(10px) !important;
} */

.btn.btn-primary {
    background: linear-gradient(135deg, #6B1423 0%, #c9a227 100%);
    border-color: var(--updated-primary) !important;
    color: white !important;
    font-family: var(--updated-font-primary) !important;
    font-weight: 600 !important;
}

.btn.btn-primary:hover {
    background: var(--updated-accent) !important;
    border-color: var(--updated-accent) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(107, 20, 35, 0.3) !important;
}

/* Elegant Typography */
.elegant-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background: linear-gradient(135deg, #6B1423 0%, #c9a227 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 20px rgba(107, 20, 35, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Professional Header Styling - Based on "Quality Nursing Education" font style */
.professional-header {
    font-family: var(--updated-font-display) !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 1rem;
    
}

.professional-header.white {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.professional-header.gradient {
    background: linear-gradient(135deg, #6B1423 0%, #c9a227 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Apply professional header styling to all main headings */
h1, h2, h3:not(.elegant-heading), .section-heading h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.3;
    text-shadow: none;
}

/* White text headers */
.welcome-area h1, .overlay-dark h2, .text-white h3 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.3px !important;
    line-height: 1.3 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
}

/* Service titles and card headers */
.single-service h3, .solution-card h5, .industry-section h3 {
    font-family: var(--updated-font-display) !important;
    font-weight: 600 !important;
    letter-spacing: -0.2px !important;
    text-shadow: none !important;
    color: var(--updated-black) !important;
}

/* Breadcrumb and navigation headers */
.breadcrumb-content h2, .navbar-brand {
    font-family: var(--updated-font-primary) !important;
    font-weight: 700;
    letter-spacing: -0.3px;
}

/* Navbar navigation links */
.navbar-nav.items .nav-link {
    /* font-family: var(--updated-font-primary) !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.025em !important; */
    /* text-transform: uppercase !important; */
    /* color: var(--updated-secondary) !important; */
    transition: all 0.3s ease !important;
}

.navbar-nav.items .nav-link:hover {
    color: var(--updated-primary) !important;
    transform: translateY(-1px) !important;
}

/* updated Website Button Styling */
.button-group {
    display: flex !important;
    gap: 0.75rem !important;
    flex-wrap: wrap !important;
}

.button-group .btn {
    font-family: var(--updated-font-primary) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 9999px !important;
    backdrop-filter: blur(10px) !important;
    transition: all 0.3s ease !important;
}

/* .button-group .btn:first-child {
    background: var(--updated-primary) !important;
    border: 2px solid var(--updated-primary) !important;
    color: white !important;
    padding: 14px 28px !important;
    font-size: 0.875rem !important;
    box-shadow: 0 4px 14px rgba(255, 87, 34, 0.3) !important;
    
} */

/* .button-group .btn:first-child:hover {
    background: var(--updated-accent) !important;
    border-color: var(--updated-accent) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(255, 87, 34, 0.3) !important;
} */

/* .button-group .btn:last-child {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    padding: 14px 28px !important;
    font-size: 0.875rem !important;
} */

/* .button-group .btn:last-child:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2) !important;
} */

/* Social Media Icons with Nice Background Colors */
.navbar-nav.icons .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(31, 41, 55, 0.1) !important;
    color: var(--updated-secondary) !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(31, 41, 55, 0.2) !important;
}

.navbar-nav.icons .nav-link:hover {
    background: var(--updated-primary) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(107, 20, 35, 0.3) !important;
}

.navbar-nav.icons .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1));
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.navbar-nav.icons .nav-link:hover::before {
    transform: translateX(100%);
}

/* Individual Social Media Icon Colors */
.navbar-nav.icons .nav-link[href*="facebook"],
.navbar-nav.icons .nav-link[href*="fb"] {
    background: linear-gradient(135deg, #1877f2, #0c5fcc);
    box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);
}

.navbar-nav.icons .nav-link[href*="twitter"],
.navbar-nav.icons .nav-link[href*="x.com"] {
    background: linear-gradient(135deg, #1da1f2, #0c85d0);
    box-shadow: 0 4px 15px rgba(29, 161, 242, 0.3);
}

.navbar-nav.icons .nav-link[href*="linkedin"],
.navbar-nav.icons .nav-link[href*="linkedin.com"] {
    background: linear-gradient(135deg, #0077b5, #005885);
    box-shadow: 0 4px 15px rgba(0, 119, 181, 0.3);
}

.navbar-nav.icons .nav-link[href*="instagram"],
.navbar-nav.icons .nav-link[href*="insta"] {
    background: linear-gradient(135deg, #e4405f, #c13584, #833ab4);
    box-shadow: 0 4px 15px rgba(228, 64, 95, 0.3);
}

.navbar-nav.icons .nav-link[href*="youtube"],
.navbar-nav.icons .nav-link[href*="youtu"] {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

.navbar-nav.icons .nav-link[href*="globe"],
.navbar-nav.icons .nav-link[href*="website"],
.navbar-nav.icons .nav-link[href*="http"],
.navbar-nav.icons .nav-link[href*="www"] {
    background: linear-gradient(135deg, #6B1423, #c9a227);
    box-shadow: 0 4px 15px rgba(107, 20, 35, 0.3);
}

.navbar-nav.icons .nav-link[href*="envelope"],
.navbar-nav.icons .nav-link[href*="mail"],
.navbar-nav.icons .nav-link[href*="email"] {
    background: linear-gradient(135deg, #ea4335, #d33b2c);
    box-shadow: 0 4px 15px rgba(234, 67, 53, 0.3);
}

.navbar-nav.icons .nav-link[href*="whatsapp"],
.navbar-nav.icons .nav-link[href*="wa.me"] {
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

/* Default color for unrecognized social media */
.navbar-nav.icons .nav-link:not([href*="facebook"]):not([href*="twitter"]):not([href*="linkedin"]):not([href*="instagram"]):not([href*="youtube"]):not([href*="globe"]):not([href*="envelope"]):not([href*="whatsapp"]) {
    background: linear-gradient(135deg, #6c757d, #495057);
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
}

/* Hover effects */
.navbar-nav.icons .nav-link:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.navbar-nav.icons .nav-link i {
    z-index: 1;
    transition: all 0.3s ease;
}

.navbar-nav.icons .nav-link:hover i {
    transform: translateY(-2px);
}

.elegant-heading:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

/* Enhanced Navigation - updated Website Style */
.navbar {
    background: var(--updated-secondary);
    box-shadow: 0 4px 30px rgba(31, 41, 55, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

/* .navbar.scrolled {
    background: var(--updated-secondary);
    box-shadow: 0 8px 40px rgba(31, 41, 55, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
} */

/* Enhanced Logo Styling */
.navbar-brand {
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px 0;
}

.navbar-brand img {
    max-height: 45px;
    width: auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.navbar-brand:hover img {
    transform: scale(1.08) rotate(-2deg);
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.2));
    background: rgba(255, 255, 255, 0.2);
}



/* Regular Logo Styling */
.navbar-brand-regular {
    max-height: 50px !important;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.12)) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

/* Logo Animation on Load */
.navbar-brand img {
    animation: logoAppear 0.8s ease-out;
}

@keyframes logoAppear {
    0% {
        opacity: 0;
        transform: scale(0.8) rotate(-5deg);
        filter: blur(5px);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1) rotate(2deg);
        filter: blur(1px);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: blur(0);
    }
}

/* Logo Hover Glow Effect */
.navbar-brand:hover::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    border-radius: 12px;
    z-index: -1;
    animation: logoGlow 2s ease-in-out infinite;
}

@keyframes logoGlow {
    0%, 100% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.nav-link {
    position: relative;
    font-weight: 500;
    transition: all 0.3s ease;
    overflow: hidden;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #6B1423, #c9a227);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.nav-link:hover::before {
    width: 100%;
}

.nav-link:hover {
    color: #6B1423 !important;
    transform: translateY(-1px);
}

/* Enhanced Buttons */
.btn {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    /* font-weight: 600; */
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* .btn-bordered-white {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
} */

.btn-bordered-white:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-3px) scale(1.05);
}

/* Enhanced updated Website Welcome Area Styling */
/* Override welcome area */
/* .welcome-area {
    background: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
} */

/* updated Website Exact Hero Content */
.welcome-intro h1 {
    font-family:'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 3.5rem !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5) !important;
    background: transparent !important;
    
}

.welcome-intro p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.2rem !important;
    line-height: 1.7 !important;
    color: #f0f0f0 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
    background: transparent !important;
    border-radius: 8px;
}
.welcome-intro p {
    font-size: 1.2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.welcome-thumb-wrapper img {
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}

.welcome-thumb-wrapper img:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.4));
}

/* Enhanced Service Cards */
.single-service {
    background: white;
    border-radius: 20px;
    /* padding: 2rem; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: none !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

/* Ensure paragraphs grow to fill space */
.single-service p {
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

/* Push button to bottom */
.single-service .service-btn,
.single-promo .service-btn {
    margin-top: auto;
}

.single-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6B1423, #c9a227);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.single-service:hover::before {
    transform: scaleX(1);
}

.single-service:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.single-service h3 {
    color: #1a202c;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.single-service:hover h3 {
    color: #6B1423;
}

.service-btn {
    position: relative;
    color: #6B1423;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #6B1423, #c9a227);
    transition: width 0.3s ease;
}

.service-btn:hover::after {
    width: 100%;
}

.service-btn:hover {
    color: #c9a227;
    transform: translateX(5px);
}

/* Enhanced Portfolio Items */
.single-case-studies {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-case-studies:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.single-case-studies img {
    transition: all 0.4s ease;
    border-radius: 20px;
}

.single-case-studies:hover img {
    transform: scale(1.1);
    filter: brightness(0.8);
}

.case-studies-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(91, 66, 40);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.single-case-studies:hover .case-studies-overlay {
    background: linear-gradient(135deg, rgba(107, 20, 35, 0.9), rgba(201, 162, 39, 0.9));
    opacity: 1;
}

.overlay-text {
    transform: translateY(0);
    transition: transform 0.4s ease;
    opacity: 1;
}

.single-case-studies:hover .overlay-text {
    transform: translateY(-5px);
    opacity: 1;
}

/* Enhanced Contact Form */
.form-control {
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 12px 20px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.form-control:focus {
    border-color: #6B1423;
    box-shadow: 0 0 0 0.2rem rgba(107, 20, 35, 0.25);
    transform: translateY(-2px);
}

.contact-info {
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #6B1423, #c9a227);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-info:hover::before {
    opacity: 0.1;
}

.contact-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Enhanced Footer */
.footer-area {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.footer-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #6B1423, #c9a227, #6B1423);
    animation: shimmer 3s infinite;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #6B1423, #c9a227);
}

.footer-items a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.footer-items a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-items a:hover::before {
    left: -15px;
    opacity: 1;
}

.footer-items a:hover {
    color: #c9a227;
    padding-left: 10px;
}

/* Social Media Icons */
.navbar-nav.icons .nav-link {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    background: rgba(107, 20, 35, 0.1);
    transition: all 0.3s ease;
}

.navbar-nav.icons .nav-link:hover {
    background: var(--updated-primary);
    color: white !important;
    transform: translateY(-3px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* Enhanced Promo Cards */
.single-promo {
    background: white;
    border-radius: 26px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Ensure paragraphs grow to fill space in promo cards */
.single-promo p {
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.single-promo::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(107, 20, 35, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.single-promo:hover::before {
    opacity: 1;
    animation: shimmer 1.5s ease-in-out;
}

.single-promo:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.single-promo h3 {
    color: #1a202c;
    font-weight: 800;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.single-promo:hover h3 {
    color: #6B1423;
}

/* Testimonial Cards */
.single-review {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.single-review::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 100px;
    color: rgba(107, 20, 35, 0.1);
    font-family: 'Poppins', sans-serif;
}

.single-review:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.reviewer-thumb img {
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #6B1423, #c9a227) border-box;
    transition: all 0.3s ease;
}

.reviewer-thumb img:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(107, 20, 35, 0.3);
}

/* Industry Solution Cards */
.solution-card {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: #6B1423;
}

.solution-card i {
    transition: all 0.3s ease;
}

.solution-card:hover i {
    transform: scale(1.1);
}

.industry-section {
    padding: 2rem;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.comparison-box {
    border-radius: 15px;
    transition: all 0.3s ease;
}

.comparison-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.value-item {
    padding: 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.value-item:hover {
    background: rgba(107, 20, 35, 0.1);
    transform: translateY(-3px);
}

.vision-box, .mission-box {
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.vision-box:hover, .mission-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Counter Boxes */
.counter-box {
    padding: 1.5rem;
    border-radius: 15px;
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: #6B1423;
}

.counter-box h4 {
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.counter-box p {
    margin: 0;
    color: #4a5568;
    font-size: 0.9rem;
    font-weight: 500;
}

.about-thumb img {
    border-radius: 2rem;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.16);
}

.about-content .section-subtitle {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6B1423;
}

.about-card {
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(107, 20, 35, 0.12);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
}

.about-card h4 {
    color: #e77b1b;
    margin-bottom: 1rem;
}

.about-card ul {
    padding-left: 1.2rem;
}

.about-card li {
    margin-bottom: 0.8rem;
    color: #4b5563;
}

.service-item {
    background: white;
    border-radius: 1.25rem;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
}

.service-item i {
    width: 70px;
    height: 70px;
    background: rgba(107, 20, 35, 0.1);
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6B1423;
    margin-bottom: 1rem;
}

.service-item h6 {
    margin-bottom: 0;
    color: #111827;
    font-weight: 700;
}

/* Footer Contact Info */
.contact-info-footer p {
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.contact-info-footer p:hover {
    transform: translateX(5px);
}

.contact-info-footer a {
    transition: all 0.3s ease;
}

.contact-info-footer a:hover {
    color: #c9a227 !important;
}

.social-links .list-inline-item a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.social-links .list-inline-item a:hover {
    background: var(--updated-primary);
    border-color: transparent;
    transform: translateY(-3px);
    color: white !important;
}

/* Enhanced Services Page */
.services-grid .single-service {
    min-height: 350px;
    display: flex;
    flex-direction: column;
}

.service-icon {
    margin-bottom: 1rem;
}

.service-image {
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.service-image:hover {
    transform: scale(1.05);
    border-color: #6B1423;
    box-shadow: 0 10px 30px rgba(107, 20, 35, 0.3);
}

.service-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.single-service:hover .service-title {
    color: #6B1423;
}

.service-description {
    flex-grow: 1;
    color: #4a5568;
    line-height: 1.6;
}

.service-features {
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.feature-item {
    padding: 0.25rem 0;
    color: #555;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(5px);
    color: #6B1423;
}

.industry-solutions-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.industry-section {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.industry-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Responsive for services */
@media (max-width: 768px) {
    .services-grid .single-service {
        min-height: auto;
        margin-bottom: 2rem;
    }
    
    .industry-section {
        padding: 1rem;
    }
}

/* Keep Original Container and Text Sizes */
/* Container and text sizes will use original styling */

/* Responsive Enhancements */
@media (max-width: 768px) {
    .welcome-intro h1 {
        font-size: 2.5rem;
    }
    
    .single-service,
    .single-promo,
    .single-review {
        margin-bottom: 2rem;
    }
    
    .navbar-nav.icons .nav-link {
        width: 35px;
        height: 35px;
    }
    
    .solution-card {
        margin-bottom: 1.5rem;
    }
    
    .industry-section {
        padding: 1rem;
    }
    
    .container {
        padding: 0 10px !important;
    }
    
    body {
        font-size: 15px !important;
    }
}

/* updated Website Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* updated Website Section Styling */
.section {
    position: relative;
    overflow: hidden;
}

.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--updated-primary) 0%, var(--updated-secondary) 100%);
    opacity: 0.03;
    z-index: -1;
}

/* updated Website Card Styling */
/* .single-service, .single-promo, .single-review {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid var(--updated-primary) !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    transition: all 0.3s ease !important;
    font-family: var(--updated-font-primary) !important;
} */

.single-service:hover, .single-promo:hover, .single-review:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(107, 20, 35, 0.15) !important;
    border-color: var(--updated-accent) !important;
}

/* updated Website Section Headers */
.section-heading h2, .section-heading h3 {
    font-family: var(--updated-font-display) !important;
    font-weight: 800 !important;
    color: var(--updated-black) !important;
    text-shadow: none !important;
}

/* updated Website Service Cards */
/* .single-service h3, .single-promo h3 {
    font-family: var(--updated-font-primary) !important;
    font-weight: 20 !important;
    color: var(--updated-secondary) !important;
    margin-bottom: 1rem !important;
} */

.single-service p, .single-promo p {
    font-family: var(--updated-font-primary) !important;
    color: var(--updated-gray) !important;
    line-height: 1.6 !important;
    font-size: 0.95rem !important;
}

/* updated Website Service Button */
.service-btn {
    background: var(--updated-primary) !important;
    border: 2px solid var(--updated-primary) !important;
    color: white !important;
    font-family: var(--updated-font-primary) !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
    padding: 8px 20px !important;
    transition: all 0.3s ease !important;
}

.service-btn:hover {
    background: var(--updated-accent) !important;
    border-color: var(--updated-accent) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(107, 20, 35, 0.3) !important;
}

/* updated Website Footer Styling */
.footer-area {
    background: var(--updated-secondary) !important;
    color: #afada3 !important;
    font-family: var(--updated-font-primary) !important;
    position: relative !important;
    overflow: hidden !important;

    
}

.footer-area::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, var(--updated-primary) 0%, var(--updated-secondary) 100%) !important;
    opacity: 0.1 !important;
    z-index: 1 !important;
}

.footer-top {
    position: relative !important;
    z-index: 2 !important;
}

.footer-title {
    font-family: var(--updated-font-display) !important;
    font-weight: 700 !important;
    color: white !important;
    font-size: 1.2rem !important;
    margin-bottom: 1.5rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.footer-items p, .footer-items a {
    font-family: var(--updated-font-primary) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6 !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
}

.footer-items a:hover {
    color: var(--updated-accent) !important;
    transform: translateX(3px) !important;
}

.footer-items ul {
    list-style: none !important;
    padding: 0 !important;
}

.footer-items ul li {
    margin-bottom: 0.5rem !important;
}

.contact-info-footer p {
    font-family: var(--updated-font-primary) !important;
    color: rgba(239, 211, 145, 0.8) !important;
    font-size: 0.95rem !important;
    margin-bottom: 0.8rem !important;
}

.contact-info-footer i {
    color: var(--updated-primary) !important;
    width: 20px !important;
    text-align: center !important;
}

.social-links h5 {
    font-family: var(--updated-font-display) !important;
    font-weight: 600 !important;
    color: white !important;
    margin-bottom: 1rem !important;
}

.social-links ul {
    display: flex !important;
    gap: 1rem !important;
    padding: 0 !important;
}

.social-links ul li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    /* border: 1px solid var(--updated-primary) !important; */
    border-radius: 50% !important;
    color: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease !important;
}

.social-links ul li a:hover {
    background: var(--updated-primary) !important;
    color: white !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(107, 20, 35, 0.3) !important;
}

.footer-bottom {
    background: linear-gradient(135deg, #6B1423 0%, #c9a227 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

.copyright-area {
    font-family: var(--updated-font-primary) !important;
    /* color: rgba(255, 255, 255, 0.68) !important; */
    /* font-size: 0.7rem !important; */
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    padding: 1rem 0 !important;
    
}

.copyright-left,
.copyright-right {
    margin: 0 !important;
}

.copyright-right {
    text-align: right !important;
}

.copyright-area a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.copyright-area a:hover {
    color: var(--updated-primary) !important;
    transform: translateY(-1px) !important;
}

/* updated Website Partners Grid */
.partners-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1rem !important;
    margin-top: 1rem !important;
}

.partner-item {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    padding: 0.75rem !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
}

.partner-item:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: var(--updated-primary) !important;
    transform: translateY(-2px) !important;
}

.partner-item img {
    height: 40px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
    opacity: 0.8 !important;
    transition: all 0.3s ease !important;
}

.partner-item:hover img {
    opacity: 1 !important;
    filter: brightness(0) invert(1) !important;
}

/* Responsive Partners Grid */
@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .partners-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
/* End----Responsive Partners Grid */
    
    .navbar-nav.items .nav-link {
        font-size: 0.9rem !important;
        padding: 8px 12px !important;
        color: var(--updated-secondary) !important;
    }
    
    .navbar-nav.icons .nav-link {
        width: 35px !important;
        height: 35px !important;
        color: var(--updated-primary) !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }
    
    .navbar-nav.toggle .nav-link {
        display: flex !important;
        color: var(--updated-secondary) !important;
        background: rgba(255, 255, 255, 0.1) !important;
        padding: 8px !important;
        border-radius: 5px !important;
    }
    
    .navbar-nav.toggle .toggle-icon {
        color: var(--updated-secondary) !important;
        font-size: 20px !important;
    }
    
    .welcome-intro h1 {
        /* font-size: 2.5rem !important; */
        line-height: 1.2 !important;
    }
    
    .welcome-intro p {
        font-size: 1.1rem !important;
    }
    
    .button-group .btn {
        padding: 12px 20px !important;
        font-size: 0.875rem !important;
    }

@media screen and (max-width: 575px) {
    .navbar {
        padding: 8px 10px !important;
    }
    
    .navbar-nav.items .nav-link {
        font-size: 0.8rem !important;
        padding: 6px 10px !important;
        color: var(--updated-secondary) !important;
    }
    
    .navbar-nav.icons .nav-link {
        width: 30px !important;
        height: 30px !important;
        color: var(--updated-primary) !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }
    
    .navbar-nav.toggle .nav-link {
        color: var(--updated-secondary) !important;
        background: rgba(255, 255, 255, 0.1) !important;
        padding: 6px !important;
    }
    
    .navbar-nav.toggle .toggle-icon {
        color: var(--updated-secondary) !important;
        font-size: 18px !important;
    }
    
    .welcome-intro h1 {
        font-size: 2rem !important;
    }
    
    .welcome-intro p {
        font-size: 0.9rem !important;
    }
    
    .button-group .btn {
        padding: 10px 16px !important;
        font-size: 0.8rem !important;
    }
    
    .welcome-thumb-wrapper {
        margin-top: 2rem !important;
    }
}

@media screen and (max-width: 500px) {
    .navbar-nav.items .nav-link {
        font-size: 0.75rem !important;
        padding: 5px 8px !important;
        color: var(--updated-secondary) !important;
    }
    
    .navbar-nav.icons .nav-link {
        width: 28px !important;
        height: 28px !important;
        color: var(--updated-primary) !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }
    
    .navbar-nav.toggle .nav-link {
        color: var(--updated-secondary) !important;
        background: rgba(255, 255, 255, 0.1) !important;
        padding: 5px !important;
    }
    
    .navbar-nav.toggle .toggle-icon {
        color: var(--updated-secondary) !important;
        font-size: 16px !important;
    }
    
    /* .welcome-intro h1 {
        font-size: 1.75rem !important;
    } */
    
    .welcome-intro p {
        font-size: 0.85rem !important;
    }
    
    .button-group .btn {
        padding: 8px 14px !important;
        font-size: 0.75rem !important;
    }
}

/* .about-content h2 span {
  color: var(--updated-primary);
} */

/* ======================================================== */
/* HOW WE DELIVER EXCELLENCE SECTION - CSS STYLING */
/* Database stores only TEXT, CSS stores all COLORS/STYLING */
/* ======================================================== */

/* ============================================================ */
/* CAPABILITY NUMBER COLORS */
/* ============================================================ */

.deliver-number-01 {
    color: #667eea !important;
    font-family: 'Poppins', sans-serif;
}

.deliver-number-02 {
    color: #c9a227 !important;
    font-family: 'Poppins', sans-serif;
}

.deliver-number-03 {
    color: #6B1423 !important;
    font-family: 'Poppins', sans-serif;
}

.deliver-number-04 {
    color: #667eea !important;
    font-family: 'Poppins', sans-serif;
}

/* ============================================================ */
/* GRADIENT BOXES FOR EACH CAPABILITY */
/* ============================================================ */

.deliver-gradient-box {
    border-radius: 12px;
    padding: 3rem;
    color: white;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.deliver-gradient-box:hover {
    transform: scale(1.02);
}

/* Capability 01 - Custom Development (Purple) */
.deliver-gradient-01 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Capability 02 - End-to-End Integration (Gold) */
.deliver-gradient-02 {
    background: linear-gradient(135deg, #c9a227 0%, #b8860b 100%);
}

/* Capability 03 - Performance Optimization (Maroon) */
.deliver-gradient-03 {
    background: linear-gradient(135deg, #6B1423 0%, #8B2635 100%);
}

/* Capability 04 - Ongoing Support (Purple) */
.deliver-gradient-04 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* ============================================================ */
/* CAPABILITY ICONS */
/* ============================================================ */

.deliver-gradient-box i {
    opacity: 0.3;
    font-size: 5rem;
    margin: 0 auto;
    display: block;
}

/* ============================================================ */
/* CAPABILITY TEXT STYLING */
/* ============================================================ */

.capability-number {
    font-size: 3rem !important;
    font-weight: 900 !important;
    margin-bottom: 1rem !important;
    font-family: 'Poppins', sans-serif;
}

.capability-content h3 {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 1rem !important;
    font-family: 'Poppins', sans-serif;
}

.capability-content p {
    font-size: 1rem !important;
    color: #4a5568 !important;
    line-height: 1.8 !important;
    margin-bottom: 1rem !important;
    font-family: 'Poppins', sans-serif;
}

/* ============================================================ */
/* CAPABILITY FEATURES LIST */
/* ============================================================ */

.capability-features {
    list-style: none !important;
    padding: 0 !important;
}

.capability-features li {
    margin-bottom: 0.5rem !important;
    font-size: 0.95rem !important;
    color: #4a5568 !important;
    font-family: 'Poppins', sans-serif;
}

.capability-features li:last-child {
    margin-bottom: 0 !important;
}

.capability-features li i {
    color: #c9a227 !important;
    margin-right: 0.5rem !important;
    font-weight: 900;
}

/* ============================================================ */
/* ALTERNATING LAYOUT */
/* ============================================================ */

.capabilities-grid .row {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.capabilities-grid .row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ============================================================ */
/* RESPONSIVE DESIGN */
/* ============================================================ */

@media (max-width: 991px) {
    .deliver-gradient-box {
        min-height: 250px;
        padding: 2rem;
    }

    .capability-number {
        font-size: 2.5rem !important;
    }

    .capability-content h3 {
        font-size: 1.5rem !important;
    }

    .deliver-gradient-box i {
        font-size: 4rem;
    }
       
}

@media (max-width: 575px) {
    .deliver-gradient-box {
        min-height: 200px;
        padding: 1.5rem;
    }

    .capability-number {
        font-size: 2rem !important;
    }

    .capability-content h3 {
        font-size: 1.3rem !important;
    }

    .capability-content p {
        font-size: 0.9rem !important;
    }

    .deliver-gradient-box i {
        font-size: 3rem;
    }

    .capability-features li {
        font-size: 0.85rem !important;
    }
}

/* ============================================================ */
/* HOVER EFFECTS */
/* ============================================================ */

.capability-content {
    transition: all 0.3s ease;
}

.capabilities-grid .row:hover .capability-content {
    transform: translateY(-5px);
}

.h-100 {
  height: 100% !important;
}
.p-4 {
  padding: 1.5rem !important;
}

.team-culture-area .professional-header {
    color: #5396d8 !important;
}