/* 
************************************************************************************************************************

*  © 2025–Present Rayan Abdul Gafoor — All Rights Reserved.
*
*  This source code and any associated files are the
*  exclusive property of the author. Unauthorized copying,
*  modification, distribution, or use of this code, via any
*  medium, is strictly prohibited and may result in legal action.
*
*  Written and maintained by:
*  Rayan Abdul Gafoor
*  Mechatronics Engineer | Roboticist | Product Designer

************************************************************************************************************************
 */



/*============Glogbal Style================ */
html,
body {
    height: 100%;
}



p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0;
}

a {
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    font-weight: 600;
    line-height: 1.7;
    margin: 0;
}

.d-table {
    width: 200%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

.button {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid;
    padding: 10px 20px;
}

.button:hover {
    color: #000;
}

.bg-a {
    background-color: #000;
}

.section-padding {
    padding: 100px 0;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-85 {
    padding-bottom: 85px;
}

.bg-img {
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-primari {
    background-color: #000 !important;
}


.bg-secondary {
    background-color: #fd4c5e !important;
}

button:focus {
    outline: none;
}


/*::::::::::::::::::::::::::::::::::::
    Preloader
::::::::::::::::::::::::::::::::::::*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99999;
}

.spinner {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 50%;
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
}

.cube1,
.cube2 {
    background-color: #fd4c5e;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-cubemove 1s infinite ease-in-out;  /* Reduced from 1.7s to 1s */
    animation: sk-cubemove 1s infinite ease-in-out;   /* Reduced from 1.7s to 1s */
    /* -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out; */
}

.cube2 {
    -webkit-animation-delay: -0.5s;/* Reduced from -0.9s to -0.5s */
    animation-delay: -0.5s;/* Reduced from -0.9s to -0.5s */
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}



/*::::::::::::::::::::::::::::::::::::
   Section Title
::::::::::::::::::::::::::::::::::::*/

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1;
}

.section-title h2:before,
.section-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 5px;
    background-color: #000;
}

.section-title h2:before {
    left: auto;
    right: 50%;
    background-color: #fd4c5e
}

/*::::::::::::::::::::::::::::::::::::
   Main Menu
::::::::::::::::::::::::::::::::::::*/
.navbar{
    -webkit-transition: .3s;
    transition: .3s;
}
.navbar-brand.logo img {
    max-height: 40px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #ffc900;
}

/*::::::::::::::::::::::::::::::::::::
   Hero Area 
::::::::::::::::::::::::::::::::::::*/

.hero-aria,
.hero-area-slids,
.single-slider {
    height: 100%;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
}


.hero-aria:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: #ffc80000;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 2;
}

.hero-area-slids .owl-stage-outer,
.hero-area-slids .owl-stage,
.hero-area-slids .owl-item {
    height: 100%;
}

.slider-bg {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}


.slider-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    z-index: -1;
}

.hero-content {
    position: absolute;
    z-index: 999;
    max-width: 40%;
}


.hero-content h2 {
    color: #fff;
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
}

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

/*::::::::::::::::::::::::::::::::::::
   Featured Area
::::::::::::::::::::::::::::::::::::*/

.single-featured-item {
    padding: 15px;
    margin-bottom: 30px;
}

.single-featured-item-wrap {
    background-color: #fff;
    box-shadow: 0 0 10px #eee;
}

.single-featured-item-wrap h3 a {
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    color: #000;
    display: block;
    position: relative;
    z-index: 1;
}

.single-featured-item-wrap:hover a {
    color: #ffc900
}

.single-featured-item-wrap:hover a:after {
    height: 100%;
}

.single-featured-item-wrap h3 a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: #000;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.featured-icon {
    font-size: 60px;
    position: absolute;
    top: 0;
    color: #fd4c5e;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/*::::::::::::::::::::::::::::::::::::
   About Area
::::::::::::::::::::::::::::::::::::*/

.about-bg {
    height: 0%;
    width:80%;
    min-height: 500px;
    min-width: 10px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #e1e1e1;
}

.social-aria a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.social-aria {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
    padding: 15px;
}


.social-aria a:hover {
    border-radius: 50%;
}

.social-aria:after {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.about-content h2 span {
    color: #fd4c5e;
    font-size: 100%;
}

.about-content h4 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
}

.about-content p {
    font-weight: 400;
}

.about-content h5 {
    margin: 30px 0;
    text-transform: uppercase;
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: #eee;
    height: 35px;
    overflow: hidden;
    -webkit-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    font-size: 13px;
    color: #ffffff;
    background: #000;
}

.skillbar-title span {
    display: block;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
}

.skillbar-bar {
    height: 35px;
    width: 0px;
    background-color: #fa5c6c;
}

.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}


/*::::::::::::::::::::::::::::::::::::
   Fact Counter Section
::::::::::::::::::::::::::::::::::::*/

.fact-counter:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


.single-fun-fact {
    border: 1px solid #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.single-fun-fact h2 {
    line-height: 1;
    color: #fff;
}

.single-fun-fact h2 span {
    margin-right: 5px;
}

.single-fun-fact p {
    color: #fff;
    position: relative;
    margin-top: 30px;
}

.single-fun-fact p:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -15px;
    width: 60px;
    margin-left: -30px;
    height: 1px;
    background-color: #fff;
}


/*::::::::::::::::::::::::::::::::::::
   Service Section
::::::::::::::::::::::::::::::::::::*/

.service-area {
    position: relative;
    z-index: 2;
}

.service-area .section-title h2:before {
    background-color: #fff;
}

.service-area:before {
    background-color: #fd4c5e;
    position: absolute;
    content: '';
    width: 100%;
    height: 65%;
    left: 0;
    top: 0;
}

.service-area.service-page:before {
    height: 100%;
}

.single-service {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #fd4c5e;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single-service h2,
.single-service p {
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #000;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service:hover h2,
.single-service:hover p {
    color: #fff
}

.single-service:hover:after {
    height: 100%;
}

.service-icon {
    font-size: 50px;
    color: #ff596a;
}



/*::::::::::::::::::::::::::::::::::::
   Why choose Me Section
::::::::::::::::::::::::::::::::::::*/

.single-why-me {
    position: relative;
    padding-right: 115px;
    text-align: right;
    margin-bottom: 30px;
}

.single-why-me:hover .why-me-icon {
    background-color: #000;
    color: #ffc900;
}

.why-me-right .why-me-icon,
.why-me-left .why-me-icon {
    color: #fff;
    position: absolute;
    font-size: 40px;
    width: 100px;
    height: 100%;
    border: 1px solid #000;
    text-align: center;
    line-height: 1;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #ffc900;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-why-me.why-me-right {
    text-align: left;
    padding-right: 0;
    padding-left: 115px;

}

.why-me-right .why-me-icon {
    right: auto;
    left: 0;

}



/*::::::::::::::::::::::::::::::::::::
   Portfolio Section
::::::::::::::::::::::::::::::::::::*/

.work-list {
    margin-bottom: 60px;
}



.work-list ul {
    margin: 1;
    padding: 0;
    list-style: none;
}

.work-list ul li {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.work-list ul li.filter.active,
.work-list ul li:hover {
    color: #000;
    background-color: #fd4c5e;
    border-color: #000000;
}







.portfolio-area .mix {
    display: none;
}
.portfolio-area1 .mix1 {
    display: none;
}
.portfolio-area2 .mix2 {
    display: none;
}

.portfolio-area3 .mix3 {
    display: none;
}



.work-list1 {
    margin-bottom: 60px;
}

.work-list1 ul {
    margin: 1;
    padding: 0;
    list-style: none;
}

.work-list1 ul li {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.work-list1 ul li.filter1.active,
.work-list1 ul li:hover {
    color: #000;
    background-color: #fd4c5e;
    border-color: #000000;
    
}
/* Add spacing ONLY on small screens */
/* @media (max-width: 1024px) {
    .filter1, .filter2, .filter3 {
        margin: 6px 4px;   
        display: inline-block;
    }

    .work-list1 ul, .work-list2 ul, .work-list3 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1px;          
    }
} */

/* Hide mobile dropdown on desktop */
.mobile-filter-wrapper,.mobile-filter-wrapper1,.mobile-filter-wrapper2,.mobile-filter-wrapper3 {
    display: none;
}

/* Dropdown Button */
.mobile-filter-btn,.mobile-filter-btn1,.mobile-filter-btn2,.mobile-filter-btn3 {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 12px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    
}.mobile-filter-btn,.mobile-filter-btn1,.mobile-filter-btn2,.mobile-filter-btn3 {
    /* border-radius: 6px; */
    transition: all .25s ease;
}

.mobile-filter-btn:active,.mobile-filter-btn1:active, .mobile-filter-btn2:active,.mobile-filter-btn3:active {
    transform: scale(0.97);
}

.mobile-filter-btn.open,.mobile-filter-btn1.open, .mobile-filter-btn2.open,.mobile-filter-btn3.open {
    background: #111;
}

.mobile-filter-btn.open,.mobile-filter-btn1.open::after, .mobile-filter-btn2.open::after, .mobile-filter-btn3.open::after{
    transform: rotate(180deg);
}
/* .mobile-filter-btn:hover {
    background: #fd4c5e;
} */


/* Dropdown List (hidden by default) */
.mobile-filter-dropdown,.mobile-filter-dropdown1, .mobile-filter-dropdown2, .mobile-filter-dropdown3 {
    display: none;
}

.mobile-filter-dropdown div,.mobile-filter-dropdown1 div,.mobile-filter-dropdown2 div, .mobile-filter-dropdown3 div {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.mobile-filter-dropdown div:hover,.mobile-filter-dropdown1 div:hover, .mobile-filter-dropdown2 div:hover, .mobile-filter-dropdown3 div:hover {
    background: #ffc900;
}

/* Show dropdown + hide desktop filters on small screens */
@media (max-width: 1024px) {
    .mobile-filter-wrapper,.mobile-filter-wrapper1, .mobile-filter-wrapper2, .mobile-filter-wrapper3 {
        display: block;
        margin: 0 auto 15px auto;
        width: 240px; /* Set your desired box width */
    }

    /* Show dropdown filter */
    .mobile-filter-wrapper,.mobile-filter-wrapper1, .mobile-filter-wrapper2,.mobile-filter-wrapper3 {
        display: block;
        margin-bottom: 15px;

    }

    /* Hide desktop filters */
    .work-list ul,
    .work-list1 ul,
    .work-list2 ul,
    .work-list3 ul {
        display: none;
        
    }
 
}







.work-list2 {
    margin-bottom: 60px;
}

.work-list2 ul {
    margin: 1;
    padding: 0;
    list-style: none;
}

.work-list2 ul li {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.work-list2 ul li.filter2.active,
.work-list2 ul li:hover {
    color: #000;
    background-color: #fd4c5e;
    border-color: #000000;
}


.work-list3 {
    margin-bottom: 60px;
}

.work-list3 ul {
    margin: 1;
    padding: 0;
    list-style: none;
}

.work-list3 ul li {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.work-list3 ul li.filter3.active,
.work-list3 ul li:hover {
    color: #000;
    background-color: #fd4c5e;
    border-color: #000000;
}


.row.portfolio .col-lg-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.col-lge-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.single-portfolio {
    height: 240px;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;
    background-color: #ddd;
    padding: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-portfolio:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;

}

.single-portfolio:hover:after {
    height: 100%;
}

.portfolio-icon {
    position: absolute;
    top: 100%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
}

.single-portfolio:hover .portfolio-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 50%
}

.portfolio-icon a {
    font-size: 15px;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid;
    display: inline-block;
    line-height: 40px;
    -webkit-transition: .3s;
    transition: .3s;
}

.portfolio-icon a:hover {
    border-radius: 50%;
}

.portfolio-hover h4 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.portfolio-hover {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -60px;
    padding: 5px;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.portfolio-hover:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    z-index: -1;
}

.single-portfolio:hover .portfolio-hover {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible
}


/*::::::::::::::::::::::::::::::::::::
   Frequently asked questions
::::::::::::::::::::::::::::::::::::*/

.section-title.faq-title h2:after {
    background-color: #000;
}

.section-title.faq-title h2:before {
    background-color: #fff;
}

.faq-bg {
    height: 100%;
    min-height: 320px;
}

.single-faq {
    margin-bottom: 5px;
}

.single-faq h4 {
    color: #fff;
    padding: 5px 15px;
    background-color: #333;
    cursor: pointer;
    font-weight: 400;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.single-faq h4[aria-expanded="true"]:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.single-faq h4:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    text-align: center;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #000;
    width: 60px;
    height: 100%;
    line-height: 200%;
}

.faq-body {
    background: #3e3e3e;
    color: #fff;
    padding: 15px;
}


/*::::::::::::::::::::::::::::::::::::
   Blog Section
::::::::::::::::::::::::::::::::::::*/

.single-blog {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 30px;
}

.blog-thumb {
    height: 200px;
    background-position: center;
    background-size: cover;
}

h4.blog-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 15px;
    font-weight: 400;
}

h4.blog-title a {
    color: #000;
}

.blog-meta {
    font-size: 14px;
    color: #aaa;
    margin: 5px 0 10px 0;
}

.blog-meta a {
    color: #aaa;
}

.single-blog .button {
    color: #333;
    padding: 5px 15px;
    margin-top: 15px;
}

.single-blog .button:hover {
    background-color: #ffc900;
    border-color: #ffc900;
}

/*::::::::::::::::::::::::::::::::::::
   Blog Main Page
::::::::::::::::::::::::::::::::::::*/

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #000000;
    z-index: -1;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.blog-section {
    padding: 100px 0 70px 0;
}


.page-title h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    line-height: 1;
}

.button.blog-btn {
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
}

.button.blog-btn:hover {
    background-color: #ffc900;
    border-color: #ffc900;
}

/*::::::::::::::::::::::::::::::::::::
   Sidebar
::::::::::::::::::::::::::::::::::::*/

.sidebar-widget {
    margin-bottom: 50px;
}

.sidebar-title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.sidebar-widget form {
    border: 1px solid #aaa;
    position: relative;
}

textarea:focus,
input:focus {
    outline: none;
}

.sidebar-widget input {
    border: none;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.5;
    width: 85%;
}

.sidebar-widget button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 13%;
    margin-left: 0;
    color: #aaa;
}

.sidebar-widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


.sidebar-widget ol li {
    position: relative;
}

.sidebar-widget ol li:last-child a {
    border-bottom: none;
}

.sidebar-widget ol li a {
    color: #aaa;
    padding: 10px 5px;
    border-bottom: 1px solid #aaa;
    display: block
}

.sidebar-widget ol li a:hover {
    color: #ffc900;
}

.sidebar-widget ol.recent-post li {
    margin-bottom: 30px;
}

.sidebar-widget ol.recent-post li span {
    width: 100px;
    height: 75px;
    display: inline-block;
    background-position: center;
    background-size: cover;
}

.sidebar-widget ol.recent-post li a {
    border: none;
}

.sidebar-widget ol.recent-post li a:hover {
    color: #ffc900;
}

.blog-content {
    position: absolute;
    top: 0;
    padding-left: 115px;
    width: 100%;
    height: 100%;

}

.blog-date {
    color: #aaa;
    font-size: 12px;
}

.sidebar-widget .blog-content a {
    padding: 5px 0;
    color: #000;
    border: none;
    font-size: 15px;
}

.sidebar-widget ol.tags li {
    display: inline-block;
}

.sidebar-widget ol.tags li a {
    border: none;
    background-color: #aaa;
    color: #fff;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.sidebar-widget ol.tags li a:hover {
    color: #000;
    background-color: #ffc900;
}


/*::::::::::::::::::::::::::::::::::::
   Single Blog
::::::::::::::::::::::::::::::::::::*/

.blog-post {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px #eee;
}

span.blog-date,
.user-name {
    margin-right: 15px;
}

.blockquote {
    padding: 30px;
    margin: 15px;
    border-left: 10px solid #ffc900;
}

.blog-content-footer {
    border-top: 1px solid #aaa;
    margin-top: 30px;
    padding-top: 5px;
    font-size: 15px;
}

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

ul.share li {
    display: inline-block;
}

ul.share li a {
    color: #aaa;
    display: block;
    padding: 0 5px;
    font-size: 13px;
}


.blog-author {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.user-content h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
}

.user-content h2 span {
    display: block;
    font-size: 65%;
    font-weight: 400;
    margin-top: 5px;
    color: #aaa;
}

.blog-author .social-aria {
    position: relative;
    padding: 0;
}

.user-content .social-aria a {
    color: #aaa;
    margin: auto;
    margin-right: 5px;
    margin-top: 10px;
}

.blog-author .social-aria:after {
    background-color: transparent
}

.user-img {
    width: 140px;
    height: 160px;
    background-position: center top;
    background-size: cover;
    position: absolute;
    padding: 5px;
    border: 1px solid #eee;
    left: 0;
    bottom: 50%;
    margin-bottom: -80px;
}

.user-content {
    padding-left: 170px;
}


/*Comments CSS*/

.blog-comment h3 {
    margin-bottom: 30px;
    font-size: 24px;
}

.blog-comment ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-comment ol li {
    position: relative;
}

.blog-comment ol li ol {
    margin-left: 75px;
}

.comment-user-img {
    width: 80px;
    height: 80px;
    background-color: #ddd;
    background-position: center top;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
}

.comment {
    display: block;
    padding: 30px 0;
    margin: 30px 0;
}

.comment-content {
    padding-left: 95px;
}


.comment-content h4 {
    font-weight: 400;
    line-height: 1;
}

p.comment-date {
    font-style: italic;
    color: #aaa;
    font-size: 15px;
}


.comment-content a {
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    background-color: #aaa;
    font-size: 14px;
    margin-top: 15px;
}

.comment-content a i.fa {
    margin-right: 10px;
}

.comment-content a:hover {
    background-color: #000;
}


/*Comment Form*/

.blog-comment-form input,
.blog-comment-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 15px;
    font-size: 15px;
}

.blog-comment-form textarea {
    height: 150px;
}

.comment-btn .button {
    color: #000;
    background-color: #ffc900;
    border-color: #ffc900;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    margin: 15px 0 20px 0;
}

.comment-btn .button:hover {
    color: #ffc900;
    background-color: #000;
    border-color: #000;
}





/*::::::::::::::::::::::::::::::::::::
   Testimonial Section
::::::::::::::::::::::::::::::::::::*/

.testimonial-area {
    position: relative;
    z-index: 1;
}

.testimonials.owl-carousel {
    position: relative;
}

.testimonial-area .bg-white {
    padding: 60px;
}

.testimonial-quote {
    font-size: 30px;
}

.single-testimonial p {
    margin: 30px 0;
}

.single-testimonial h4 {
    font-size: 20px;
}

.single-testimonial h4 span {
    display: block;
    font-size: 70%;
    color: #aaa;
    font-weight: 400;
    line-height: 2;
}

.testimonials .owl-nav div {
    display: inline-block;
    font-size: 15px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -50px;
    color: #aaa;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: .3s;
    transition: .3s;
}

.testimonials .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}

.testimonials .owl-nav div:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

  /* Default iframe style */
  #testimonials {
    width: 100%;
    height: 9300px; /* Keep your height or adjust dynamically */
    border: none;
    box-sizing: border-box; /* ensures padding is included in width */
  }

  /* Add padding for mobile screens */
  @media (max-width: 768px) {
    #testimonials {
      padding-left: 15px;
      padding-right: 15px;
    }
  }











/*::::::::::::::::::::::::::::::::::::
   Team Section
::::::::::::::::::::::::::::::::::::*/

.single-team {
    border-bottom: 10px solid #ffc900;
    box-shadow: 0 0 30px #ddd;
    margin-bottom: 30px;
}

.team-thumb {
    position: relative;
    width: 100%;
    height: 290px;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}

.team-thumb:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: .3s;
    transition: .3s;
}

.single-team:hover .team-thumb:after {
    background-color: #ffc900;
}

.team-thumb:after,
.team-thumb:before {
    position: absolute;
    content: '';
    z-index: -1;
}

.team-thumb:before {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-team:hover .team-thumb:before {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-content {
    padding: 15px 0;
    text-align: center;
}

.team-content h4 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
}

.team-content span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-social {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.team-social a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid;
    font-size: 15px;
    line-height: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.team-social a:hover {
    color: #000;

}

.single-team:hover .team-social {
    margin-top: -15px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}


/*::::::::::::::::::::::::::::::::::::
   Call to Action Area
::::::::::::::::::::::::::::::::::::*/

.cta-button {
    height: 100%;
    text-align: right;
}

.cta-button .button {
    color: #000;
}

.cta-button .button:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}


/*::::::::::::::::::::::::::::::::::::
   Pricing Area
::::::::::::::::::::::::::::::::::::*/

.single-price-box {
    box-shadow: 0 0 15px #ddd;
    margin-bottom: 30px;
}

.price-head h2 {
    padding: 30px;
}

.price-head h2,
.price-head h3 {
    text-transform: uppercase;
    line-height: 1;
}

.price-head h3 {
    background-color: #ffc900;
    font-size: 25px;
    padding: 15px;
}

.price-head h3 span {
    font-size: 60%;
    margin-left: 10px;
}

.single-price-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-price-box ul li {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.single-price-box .button {
    background-color: #000;
    border-color: #000;
    margin: 30px 0;
}

.single-price-box .button:hover {
    background-color: #ffc900;
    border-color: #ffc900;
}


/*::::::::::::::::::::::::::::::::::::
   Contact Area 
::::::::::::::::::::::::::::::::::::*/

.contact-form {
    padding: 60px;
    box-shadow: 0 0 10px #ccc;
}

.contact-form .form-control {
    background-color: #f8f9fa;
    font-size: 14px;
    padding: 10px;
    border: none;
    border-radius: 0;
}

.contact-form .form-control:active {
    box-shadow: 0 0 0;
    background-color: #f8f9fa;
}


.contact-form textarea.form-control {
    height: 140px;
}

input:-webkit-autofill {
    background-color: #f8f9fa;
    border: none;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control:-ms-input-placeholder {
    color: #aaa;
}

.form-control::-ms-input-placeholder {
    color: #aaa;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control::-moz-placeholder {
    color: #aaa;
}

.form-control:-ms-input-placeholder {
    color: #aaa;
}

.form-control::placeholder {
    color: #aaa;
}

.form-control:focus {
    box-shadow: none;
}

.form-btn .button {
    margin: 0;
    border: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3S;
    transition: .3S;
}

.form-btn .button:hover {
    color: #000;
    background-color: #ffc900;
}

.form-message {
    margin-top: 15px;
    font-weight: 700;
}

.form-message.error {
    color: #f00;
}

.form-message.success {
    color: #000;
}


/*:::::::::::::::::::::::::::::::::::
        Footer Area
:::::::::::::::::::::::::::::::::::*/

.footer-area {
    padding: 30px;
    background-color: #000;
    border-bottom: 5px solid #fd4c5e;
}

.copyright-text a {
    color: #eee;
    -webkit-transition: .3s;
    transition: .3s;
}

.copyright-text a:hover {
    color: #ffc900;
}
.ex1 {
    border: 1px; 
    padding-bottom: 25px;
    padding-top: 25px
  }
  

  /* Curtain css */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgb(0, 0, 0);
    overflow-y: hidden;
    transition: height 0.5s ease;
  }
  
  .overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    
  }
  
  .overlay a {
    padding: 4px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 45px;
    font-size: 60px;
  }
  




  
  @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
  
  /* curtain css */








/* ----------------------------------------------------
   Dashboard Section (Light Theme Matching Your Website)
   ---------------------------------------------------- */

.dashboard-section {
  padding: 60px 0;
  background: #ffffff; /* your homepage background */
  color: #000;
  font-family: inherit;
}

.dashboard-section .dashboard-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.dashboard-section .dashboard-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 28px;
  color: #000;
}

/* GRID */
.dashboard-section .dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

/* CARD (Matches your Contact box style) */
.dashboard-section .dash-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0px 4px 18px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  cursor: pointer;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

/* ---------- Stage 2: Scroll reveal (namespaced and robust) ---------- */
.dashboard-section .dash-card {
  /* START state: hidden and slightly down */
  opacity: 0 !important;
  transform: translateY(24px) !important;
  transition: opacity .6s ease, transform .6s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}

/* Revealed state */
.dashboard-section .dash-card.reveal-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* In case other code sets transform on the card, we separate the visible content area
   so the reveal acts on the card wrapper and not its inner elements. */
.dashboard-section .dash-card .dash-body,
.dashboard-section .dash-card .thumb {
  /* ensure inner content renders normally */
  transform: none !important;
  will-change: auto;
}

/* Hover — NO transform, NO blur */
.dashboard-section .dash-card:hover {
  border-color: rgba(0,0,0,0.25);
  box-shadow: 0px 14px 36px rgba(0,0,0,0.18);
}

/* ---------- Stage 3: Apple-style premium image zoom ---------- */

.dashboard-section .thumb {
  overflow: hidden;
  position: relative;
  background: #e6e6e6;
}

.dashboard-section .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: 
    transform .8s cubic-bezier(.16,1,.3,1),
    filter .6s ease,
    opacity .4s ease;
  will-change: transform, filter;
}

.dashboard-section .dash-card:hover .thumb img {
  transform: scale(1.08) translateZ(20px);
  filter: brightness(1.05);
  opacity: 0.96;
}

.dashboard-section .dash-card:hover .thumb {
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
}



/*** Text Area ***/
.dashboard-section .dash-body {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dashboard-section .dash-card-title {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}


.dashboard-section .dash-card-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #444;
  flex: 1;
}

/*** BUTTON (Matches your site's button style) ***/
.dashboard-section .dash-btn {
  padding: 8px 14px;
  font-size: 14px;
  color: #000;
  border: 1px solid rgba(0,0,0,0.3);
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  transition: 0.25s ease;
}

/* Button hover polish */
.dashboard-section .dash-btn:hover {
  background: #FFC900;
  border-color: #FFC900;
  color: #000;
}

/*** RESPONSIVE ***/
@media (max-width: 800px) {
  .dashboard-section .dashboard-grid {
    grid-template-columns: 1fr;
  }
}



.dashboard-subtitle {
  text-align: center;
  max-width: 720px;
  margin: -10px auto 40px auto;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}
















  

/* Quote Container Styles */
/* Quote Container Styles */
.quote-container {
    position: fixed;
    bottom: 50px; /* Adjust spacing from bottom */
    left: 50%;
    transform: translateX(-50%); /* Center horizontally */
    text-align: center;
    padding: 0 10px; /* Add padding for responsiveness */
    width: 100%; /* Set the width of the container */
    max-width: 900px; /* Optional: Set a maximum width */
}

#quote-text {
    font-size: 20px; /* Adjust font size as needed */
    color: #b1b1b1; /* Set quote color to yellow */
    margin: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* Optional: Semi-transparent background for readability */
    border-radius: 5px; /* Optional: Rounded corners for the background */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Optional: Shadow for better visibility */
}

/* Responsive Design */
@media (max-width: 600px) {
    #quote-text {
        font-size: 14px; /* Smaller font size for smaller screens */
        padding: 8px; /* Adjust padding */
    }
}


.resp-container {
}
/* Responsive margins */
@media (max-width: 1900px) {
    .resp-container {
        padding: 0 10%; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 768px) {
    .resp-container {
        padding: 0 0%; /* Further reduce padding for mobile devices */
    }
}
.resp-container-about {
}
/* Responsive margins */

@media (max-width: 768px) {
    .resp-container-about {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .resp-container-about-content {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
}


/* -------------------------------------------------------------------------------*/
.video-container {
            margin: 0 auto;
            padding: 0 15px;
            max-width: 100%;
        }

        /* Responsive Styles */
        @media (min-width: 768px) {
            .video-container {
                margin-left: 100px;
                margin-right: 100px;
            }
        }

        @media (min-width: 992px) {
            .video-container {
                margin-left: 290px;
                margin-right: 290px;
            }
        }
        .video-container1 {
            margin: 0 auto;
            padding: 0 15px;
            max-width: 100%;
        }

        /* Responsive Styles */
        @media (min-width: 768px) {
            .video-container1 {
                margin-left: 100px;
                margin-right: 100px;
            }
        }

        @media (min-width: 992px) {
            .video-container1 {
                margin-left: 200px;
                margin-right: 200px;
            }
        }

        img, video {
            max-width: 100%;
            height: auto;
        }


        .iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%; /* Full width */
    max-width: 900px; /* Optional: max width to limit size on larger screens */
    margin: 0 auto; /* Center the iframe */
}

        .iframe-container::before {
            content: '';
            display: block;
            padding-top: 56.25%; /* 16:9 Aspect Ratio */
        }

        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            border: 0; /* Remove default border */
        }

        /* Responsive margins */
        @media (max-width: 1200px) {
            .iframe-container {
                
                margin-left: 10%; /* Adjust left margin for smaller screens */
                margin-right: 10%; /* Adjust right margin for smaller screens */
            }
        }

        @media (max-width: 768px) {
            .iframe-container {
                margin-left: 5%; /* Further reduce margin for mobile devices */
                margin-right: 5%; /* Further reduce margin for mobile devices */
            }
        }

        @media (max-width: 480px) {
            .iframe-container {
                margin-left: 0; /* Remove left margin for very small screens */
                margin-right: 2%; /* Remove right margin for very small screens */
            }
        }

        .license-container {
            width: 100%; /* Full width */
            max-width: 900px; /* Optional: max width to limit size on larger screens */
            margin: 0 auto; /* Center the container */
            padding: 0 15px; /* Add padding to the sides */
            text-align: justify; /* Justify text */
        }

        .license-image {
            width: 100%; /* Full width */
            height: auto; /* Maintain aspect ratio */
            max-width: 600px; /* Optional: max width for the image */
            margin: 0 auto; /* Center image */
            display: block; /* Block display for centering */
        }

        h5, h6 {
            margin: 10px 0; /* Vertical spacing */
        }

        /* Responsive margins */
        @media (max-width: 1200px) {
            .license-container {
                padding: 0 10%; /* Adjust padding for smaller screens */
            }
        }

        @media (max-width: 768px) {
            .license-container {
                padding: 0 5%; /* Further reduce padding for mobile devices */
            }
        }

        /* Original navbar style */
    .navbar {
        background-color: transparent; /* Default color when not scrolled */
        transition: background-color 0.3s ease; /* Smooth transition for background color */
    }

    /* Navbar style when scrolled */
    .navbar.scrolled {
        background-color: rgb(0, 0, 0); /* Dark blue with 80% opacity */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: add shadow */
    }
/*::::::::::::::::::::::::::::::::::::
   Embeded Video Section
::::::::::::::::::::::::::::::::::::*/

  @media (max-width: 768px) {
    #embededvideo {
      padding-top : 15px;
      padding-bottom : 15px;
      padding-left: 15px;
      padding-right: 15px;
    }
  }









  