/**************************************/
/************ General CSS *************/
/**************************************/
body {
    color: #757575;
   /* font-family: 'Aesthetic color', sans-serif;*/
   font-family: 'Acme';
    background: #ffffff;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    color: #f6a613;
    transition: 0.3s;
    z-index: 5px;
}

a:hover,
a:active,
a:focus {
    color: #666666;
    outline: none;
    text-decoration: none;
    z-index: 5px;
}

p {
    color: #757575;
    padding: 0;
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #888888;
    margin: 0 0 15px 0;
    padding: 0;
    z-index: 3;
}

h4,
h5,
h6 {
    font-weight: 400;
}

.mt-100 {
    margin-top: 100px;
}



/**************************************/
/********** Back to Top CSS ***********/
/**************************************/
.back-to-top {
    position: fixed;
    display: none;
    background: #f6a613;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 44px;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}



/**************************************/
/************** Nav CSS ***************/
/**************************************/
/* Default navbar styles */
#nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 20px 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.1); /* Light background to make it less visible */
    backdrop-filter: blur(0px); /* No blur by default */
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2); /* Soft shadow for depth */
    transition: backdrop-filter 0.3s ease; /* Smooth transition for blur effect */
}

/* Navbar blur effect when dropdown is open */
#nav.dropdown-open {
    backdrop-filter: blur(10px); /* Apply blur effect when dropdown is open */
}

/* Dropdown menu styles */
#nav .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5) !important; /* Light, semi-transparent background */
 /* Strong blur with color enhancement */
    overflow: hidden;
    transition: height 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -10px;
    backdrop-filter: blur(15px);
}

     

/* Navbar styles when sticky */
#nav.nav-sticky {
    height: 100px;
    padding: 8px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all 0.3s;
}

/* Navbar inner styles */
#nav .navbar {
    height: 100%;
    background: transparent !important; /* Keep the background transparent */
}

/* Navbar brand styles */
#nav .navbar-brand {
    padding: 0;
}

#nav .navbar-brand img {
    position: absolute;
    max-height: 100px;
    margin-top: -44px;
    transition: all .5s;
}

#nav.nav-sticky .navbar-brand img {
    position: absolute;
    max-height: 80px;
    margin-top: -50px;
    transition: all .5s;
}

/* Link styles */
#nav .nav-link,
#nav .nav-link:focus,
#nav .nav-link:hover,
#nav .nav-link.active {
    color: #ffffff;
    transition: color 0.3s;
}

#nav .nav-link:hover,
#nav .nav-link.active {
    color: #f6a613;
    background: rgba(0, 0, 0, 0.2); /* Slight background color on hover */
}

/* Dropdown menu styles */
/*#nav .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.1); /* Make the dropdown slightly visible */
    /*backdrop-filter: blur(10px); /* Apply blur effect to the dropdown */
  /*  overflow: hidden;
    transition: height 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 3;
}

/* Navbar hidden when dropdown is active */
#nav.hidden {
    opacity: 0; /* Makes the navbar invisible */
}

/* Media queries for different screen sizes */
@media (max-width: 768px) {
    #nav .dropdown-menu {
        box-shadow: none;
        background: rgba(0, 0, 0, 0.1); /* Light background for dropdown */
        backdrop-filter: blur(5px); /* Apply blur effect */
    }
}

@media (min-width: 768px) {
    #nav,
    #nav .navbar {
        background: rgba(0, 0, 0, 0.1) !important; /* Light background */
        backdrop-filter: blur(5px); /* Apply blur effect to the entire navbar */
    }
    
    #nav a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
        
    }
}

@media (max-width: 768px) {
    #nav,
    #nav .navbar {
        background: rgba(0, 0, 0, 0.1) !important;
        backdrop-filter: blur(50px);
        
    }
    
    #nav a.nav-link {
        padding: 5px;
        background: rgba(255, 255, 255, 0.5) !important; /* Light background for links */
        overflow: hidden;
        transition: background 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        z-index: 8;
        backdrop-filter: blur(30px);
    }
    
    #nav .dropdown-menu {
        box-shadow: none;
        background: rgba(255, 255, 255, 0.5) !important;/* Light background for dropdown */
        
    }
    
    #nav .container-fluid {
        padding: 0;
    }
}









/**************************************/
/************* Header CSS *************/
/**************************************/
.header {
    position: relative;
    width: 100%;
    /* Push header down below the navbar */
    padding: -10px;
    

    min-height: 100vh;
    background: #fff;
    
    display:flex;
    align-items:center;
    justify-content: center;

    overflow: hidden;
    /*filter:blur(0.3);*/
    overflow:hidden;
    top: -10px;
    
}

.background-video {
    position: absolute;
    top: 1000%;
    left: 0;
    
    min-width:100%;
    min-height:100%;
    overflow: hidden;
    
    
    object-fit: 100vh; /* Ensures video covers the entire screen without distortion */
    z-index: -1; /* Place the video behind the content */
}






.header .carousel-item {
   position:relative;
   top:500;
   bottom:50;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1; /* Start visible */
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    



    /* position: relative;
    z-index: 2; 
    color: #ffffff; 
    text-align: center;
    padding: 20px;
    max-width: 1700px;
    margin: 0 auto;
    top: 100%; 
    transform: translateY(-50%);*/
}






.carousel-item.active {
    opacity: 1;
    transform: translateY(0);
}
.header .carousel-img {
    text-align: center;
    opacity: 1; /* Start visible */
    transform: scale(1); /* Start at normal size */
    transition: transform 1s ease-out; /* Smooth zoom-in */
    z-index: 2;
}

.header .carousel-img img {
    max-width: 100%;
    max-height: 100%;
}

.header .carousel-content {
    padding: 30px;
    text-align: center;
    opacity: 1; /* Start visible */
    transform: translateY(0); /* Start in place */
    transition: transform 1s ease-out, opacity 1s ease-out; /* Smooth transition */
    z-index: 2;
    

    
}


.header .carousel-content h2 {
    color: #f6a613;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: capitalize;
    transition: all 0.6s ease-out; 
    height:80 ;/* Smooth text transition */
}

.header .carousel-content p {
    
    color: #f6a613;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;
    transition: all 0.6s ease-out; /* Smooth text transition */
}

.header .carousel-content h2 span,
.header .carousel-content p span {
    display: inline-block;
    opacity: 1; /* Start visible */
    transform: translateY(0); /* Start in place */
    transition: transform 0.5s ease-out, opacity 0.5s ease-out; /* Smooth transition */
}

.header .carousel-content .btn {
    padding: 12px 30px;
    color: #ffffff;
    border-radius: 0;
    background: #f6a613;
    opacity: 1; /* Start visible */
    transition: background 0.6s ease-out; /* Smooth background transition */
}

.header .carousel-content .btn:hover {
    background: #888888;
}

.carousel-control-next i,
.carousel-control-prev i {
    color: #888888;
    font-size: 45px;
}

.carousel-indicators li {
    width: 20px;
    height: 0px;
    background: #888888;
}

.carousel-indicators .active {
    background-color: #f6a613;
}

/*


@keyframes moveInFromLeft {
    0% {
        opacity: 1; 
        transform: translateX(-50px); 
    }
    100% {
        opacity: 1; 
        transform: translateX(0); 
    }
}

@keyframes moveInFromRight {
    0% {
        opacity: 1; 
        transform: translateX(50px); 
    }
    100% {
        opacity: 1; 
        transform: translateX(0); 
    }
}

.carousel-item.active .carousel-content {
    animation: moveInFromLeft 1s ease-out forwards;
}

.carousel-item.active .carousel-img {
    animation: moveInFromRight 1s ease-out forwards;
}
*/


/**************************************/
/******** Section Header CSS **********/
/**************************************/
.section-header {
    position: relative;
    max-width: 700px;
    margin: 0 auto 60px auto;
    padding-bottom: 25px;
}

.section-header h2 {
    color:  #f6a613;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
}

.section-header::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 5px;
    background: #cccccc;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    left: calc(50% - 50px);
}

.section-header p {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 0;
} 

/* video background*/
.background-clip{
    position:absolute;
    right:50;
    bottom:0;
    
    background-position:cover;
    z-index:-1;


}



/**************************************/
/********* About + Single CSS *********/
/***/
.about,
.single {
    position: relative;
    /*padding: 90px 0 60px 0;*/
    background: #f2f2f2;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
    margin-top: -115px;
    z-index: 999px;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about .col-md-12,
.about .col-md-6,
.single .col-md-12,
.single .col-md-6 {
    margin-bottom: 30px;
}

.about .about-img,
.single .single-img {
    position: relative;
    overflow: hidden;
    animation: zoomIn 1s ease-out forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.about .about-img img,
.single .single-img img {
    width: 100%;
    height: 500px;
}

.about .about-img1 img,
.single .single-img img {
    width: 40%;
    height: 200%;
}

.about .about-content,
.single .single-content {
    position: relative;
    width: 80%;
    margin: -100px auto 0 auto;
    padding: 30px;
    background: #ffffff;
   /* opacity: 0;*/
    animation: fadeInContent 1.5s ease-out forwards 0.5s;
}

@keyframes fadeInContent {
    to {
        opacity: 1;
    }
}

.about .about-content h2,
.single .single-content h2 {
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.about .about-content p,
.single .single-content p {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 400px;
}

.about .about-content h2 span,
.single .single-content h2 span,
.about .about-content p span,
.single .single-content p span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInLetter 0.5s forwards;
    animation-delay: calc(var(--i) * 0.05s);
}

@keyframes fadeInLetter {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about .btn,
.single .btn {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #999999;
    border-radius: 0;
    opacity: 0;
    animation: fadeInButton 2s ease-out forwards 1s;
}

@keyframes fadeInButton {
    to {
        opacity: 1;
    }
}

.about .btn:hover,
.single .btn:hover {
    background: #f6a613;
}



/**************************************/
/************ Services CSS ************/
/**************************************/
.service {
    background: #ffffff;
    padding: 90px 0 60px 0;
    text-align: center;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-icon {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    background: #f6a613;
}

.service .service-icon i {
    font-size: 90px;
    line-height: 0;
    color: #ffffff;
}

.service .service-detail {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    background: #f2f2f2;
}

.service .service-detail h4,
.service .service-detail h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.service .service-detail p {
    margin: 0;
}



/**************************************/
/********* Call To Action CSS *********/
/**************************************/
.call-to-action {
    position: relative;
    padding: 90px 0;
    background: #f6a613;
}

.call-to-action .container {
    max-width: 700px;
}

.call-to-action .section-header h2 {
    color: #ffffff;
}

.call-to-action .section-header::before {
    background: #ffffff;
}

.call-to-action .section-header p {
    color: #ffffff;
}

.call-to-action .btn {
    padding: 15px 30px;
    color: #f6a613;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 0;
    transition: 0.3s;
}

.call-to-action .btn:hover {
    color: #ffffff;
    background: #353535;
}



/**************************************/
/************* Pricing CSS ************/
/**************************************/
.pricing {
    background: #f2f2f2;
    padding: 90px 0 60px 0;
}

.pricing .price-content {
    position: relative;
    background: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.pricing .price-plan {
    display: block;
    background: #353535;
    margin: 0 0 30px;
    padding: 20px 0;
}

.pricing .price-plan i {
    color: #ffffff;
    font-size: 60px;
    line-height: 80px;
}

.pricing .price-title {
    display: block;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.pricing .price-amount {
    position: relative;
    font-family: 'Arial, Helvetica', sans-serif;
    color: #ffffff;
    font-size: 60px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.pricing .price-amount span {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-transform: lowercase;
}

.pricing .price-amount span:first-child {
    position: relative;
    top: -27px;
    left: -5px;
}

.pricing .price-date {
    color: #ffffff;
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom:0;
}

.pricing .price-details {
    font-size: 16px;
    list-style: none;
    text-align: left;
}

.pricing .price-details li {
    padding: 5px 0;
}

.pricing .price-details li i.ion-md-checkmark {
    color: #f6a613;
    margin-right: 8px;
}

.pricing .price-details li i.ion-md-close {
    color: #ea4335;
    margin-right: 10px;
}

.pricing .btn {
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

.pricing .price-btn {
    margin-top: 10px;
    margin-bottom: 30px;
    background: #353535;
    color: #ffffff;
}

.pricing .price-btn:hover {
    background: #f6a613;
}

.pricing .features-price-btn {
    background: #f6a613;
}

.pricing .features-price-btn:hover {
    background: #353535;
}

.pricing .features-price .price-plan {
    background: #f6a613;
}

.pricing .features-price .price-plan p{
    color:#FFFFFF;
}

.pricing .features-price .price-plan .price-amount, 
.pricing .features-price .price-plan .price-amount span {
    color: #ffffff;
}

.pricing .features-price .price-plan .price-title {
    color:#ffffff;
}



/**************************************/
/*********** Our Skills CSS ***********/
/**************************************/
.skills {
    position: relative;
    padding: 90px 0 60px 0;
}

.skills .skill-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.skills .skill-item h3 {
    font-size: 22px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 15px;
}

.skills .skill-name {
    position: relative;
    width: 100%;
}

.skills .skill-name p {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.skills .skill-name p:last-child {
    float: right;
}

.skills .progress {
    margin-bottom: 15px;
    border-radius: 0;
}

.skills .progress .progress-bar {
    background: #f6a613;
    border-radius: 0;
}



/**************************************/
/************ Counters CSS ************/
/**************************************/
.counters {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: rgba(255, 165, 0, 0.5);
    margin-bottom: 0; 
}

.counters::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit; /* Inherit the background color */
    filter: blur(5px); /* Apply blur to the background */
    z-index: 1; /* Ensure the blur stays behind the content */
    pointer-events: none; /* Allow clicks to pass through */
}

.counters i,
.counters h2,
.counters p {
    position: relative;
    z-index: 3px; /* Place content in front of the blur */
}

.counters i {
    display: inline-block;
    font-size: 90px;
    line-height: 0;
    color: #ffffff;
    margin-bottom: 10px;
}

.counters h2 {
    font-family: 'Arial, Helvetica', sans-serif;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #ffffff;
}

.counters p {
    font-size: 22px;
    color: #ffffff;
}



/**************************************/
/************ Portfolio CSS ***********/
/**************************************/
.portfolio {
    position: relative;
    /*padding: 90px 0 60px 0;*/
    background: rgba(255, 255, 255, 0.3);
    margin-top: -95px;

    display: flex; /* Use flexbox for layout */
    flex-wrap: wrap; /* Allow items to wrap */
    justify-content: flex-start; /* Align items to the start */
}

.portfolio .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    opacity: 0; /* Start with items hidden */
    transform: translateY(20px); /* Start with items slightly below */
    transition: opacity 5s ease, transform 5s ease; /* Animation transition */
    z-index: 2; /* Ensure portfolio items are in front */
}

.portfolio::before {
    content: "";
    position: absolute;
    top: ;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    filter: blur(2px);
    z-index: 1; /* Background blur stays behind content */
}

.portfolio .portfolio-item.visible {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Move to original position */
}

.portfolio .portfolio-item .portfolio-img {
    position: relative;
    background: #000000;
    overflow: hidden;
}

.portfolio .portfolio-item .link-preview,
.portfolio .portfolio-item .link-details {
    position: absolute;
    display: inline-block;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    width: 45px;
    height: 35px;
    background: #f6a613;
    border: 1px solid #ffffff;
    transition: 0.3s;
    opacity: 0;
    z-index: 2; /* Ensure buttons are in front */
}

.portfolio .portfolio-item .link-preview i,
.portfolio .portfolio-item .link-details i {
    font-size: 22px;
    color: #ffffff;
}

.portfolio .portfolio-item .link-preview:hover,
.portfolio .portfolio-item .link-details:hover {
    background: #ffffff;
    border: 1px solid #f6a613;
}

.portfolio .portfolio-item .link-preview:hover i,
.portfolio .portfolio-item .link-details:hover i {
    color: #353535;
}

.portfolio .portfolio-item .link-preview {
    left: 0;
    top: calc(50% - 18px);
}

.portfolio .portfolio-item .link-details {
    right: 0;
    top: calc(50% - 18px);
}

.portfolio .portfolio-item:hover .link-preview {
    opacity: 1;
    left: calc(50% - 50px);
}

.portfolio .portfolio-item:hover .link-details {
    opacity: 1;
    right: calc(50% - 50px);
}

.portfolio .portfolio-item .portfolio-info {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
    z-index: 2; /* Ensure info is in front */
}

.portfolio .portfolio-item .portfolio-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    
}

.portfolio .portfolio-item .portfolio-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
}

/**************************************/
/************** Team CSS **************/
/**************************************/
.team {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
}

.team .team-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-item .team-img {
    position: relative;
    background: #000000;
    overflow: hidden;
    
}

.team .team-item .team-social {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    height: 35px;
    top: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0;
}

.team .team-item .team-social a {
    display: inline-block;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    width: 35px;
    height: 35px;
    background: #f6a613;
    border: 1px solid #ffffff;
}

.team .team-item .team-social a i {
    font-size: 22px;
    color: #ffffff;
}

.team .team-item .team-social a:hover {
    background: #ffffff;
    border: 1px solid #f6a613;
}

.team .team-item .team-social a:hover i {
    color: #353535;
}

.team .team-item:hover .team-social {
    opacity: 1;
    top: calc(50% - 18px);
}

.team .team-item .team-info {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #f2f2f2;
}

.team .team-item .team-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.team .team-item .team-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}


#team {
    margin-top: 50px; /* Adjust margin for top spacing */
    align-self: flex-start; /* Adjust alignment within a flex container if applicable */
    position: relative; /* Optional: Adjust position if you need to move it with more precision */
    top: 50px; /* Optional: Fine-tune the vertical position */
}


/**************************************/
/*********** Testimonials CSS *********/
/**************************************/
.testimonials {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.testimonials .testimonial-item {
    position: relative;
    margin: 0 15px 30px 15px;
    background: #ffffff;
}

.testimonials .testimonial-img {
    position: relative;
    background: #000000;
    overflow: hidden;
}

.testimonials .testimonial-text {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.testimonials .testimonial-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials .testimonial-text h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonials .testimonial-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dddddd;
}

.testimonials .owl-dot.active {
    background-color: #f6a613;
}

@media (max-width: 575px) {
    .testimonials .testimonial-text {
        padding: 25px;
    }
}



/**************************************/
/************* Clients CSS ************/
/**************************************/
.partners {
    background-color: #ffffff;
    padding: 80px 0;
    border-bottom: 1px solid #ebeef2;
    margin-top: -180px;
    z-index: 9999px;
}



.clients-carousel,
.clients {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 90px 0;
    /* Combined with .clients */
}

.clients-carousel .client-logo,
.clients img {
    text-align: center;
    padding: 1.5rem;
    flex: 0 0 auto;
    max-width: 100%;
    height: auto;
    opacity: 1;
    transition: 0.3s;
    padding: 15px 0;
    /* Combined padding */
}

.clients-carousel .client-logo img,
.clients img {
    max-width: 120px;
}

/* Removed hover effect
.clients img:hover,
.clients-carousel .client-logo img:hover {
    opacity: 0.5; 
}
*/

.clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

.clients .owl-dot.active {
    background-color: #f6a613;
}

@media (max-width: 768px) {

    .partners,
    .clients {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 1.875rem;
    }

    .clients-carousel .client-logo img,
    .clients img {
        max-width: 150px;
    }
}



/**************************************/
/************* Contact CSS ************/
/**************************************/
.contact {
    position: relative;
   /* padding: 90px 0;*/
    background:  #ffffff; ;
    overflow: hidden; /* Ensure child elements are contained */
    z-index: 4px;
    margin-top: -100px;
}

.contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit; /* Same background as .contact */
    filter: blur(5px); /* Apply the blur effect */
    z-index: 4px; /* Place it behind the content */
}

.contact .contact-content {
    position: relative;
    z-index: 2; /* Ensure content is in front of the blur */
}

.contact .container {
    max-width: 900px;
}

.contact .container .col-md-6 {
    padding: 0;
    background: #ffffff;
}

.contact .form {
    background: #ffffff;
    padding: 30px;
    color: #353535;
}

.contact .form input,
.contact .form textarea {
    padding: 10px 0;
    border-color: #dddddd transparent #dddddd transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

.contact .form input:focus,
.contact .form textarea:focus {
    border-color: #f6a613 transparent #f6a613 transparent;
}

.contact .form button[type="submit"] {
    background-color: #888888;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.contact .form button[type="submit"]:hover {
    background: #ffc400;
}

.contact .map {
    position: relative;
    background: #ffffff;
}

.contact .map iframe {
    width: 100%;
    height: 375px;
    margin-bottom: -7px;
}


/**************************************/
/************* Footer CSS *************/
/**************************************/
.footer {
    position: relative;
    padding: 0 0 30px 0;
    background: #959494;
}

.footer .footer-top {
    background: #fff;
    padding: 60px 0 30px 0;
    align-items: center;
    display:flex;
    flex-direction: column;;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

.footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #f6a613;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    background: #f6a613;
    color: #ffffff;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #f6a613;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer .footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 50px;
    border-bottom: 2px solid #f6a613;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #f6a613;
    font-size: 16px;
}

.footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #f6a613;
    padding: 7px 0;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    font-size: 14px;
    color: #f6a613;
}

.footer .footer-top .footer-links ul a:hover {
    color: #f6a613;
}

.footer .footer-top .footer-contact p {
    color: #f6a613;
    line-height: 26px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
    padding: 6px 8px;
    width: 60%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
    border: 0;
    width: 40%;
    padding: 6px 0;
    text-align: center;
    color: #f6a613;
    border: 1px solid #ffffff;
    background: #ffffff;
    transition: 0.3s;
    cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
    color: #ffffff;
    background: #f6a613;
    border: 1px solid #f6a613;
}

.footer .footer-top .footer-newsletter p {
    color: #ffffff;
    font-size: 14px;
}

.footer .credit,
.footer .copyright {
    text-align: center;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .footer .credit {
        text-align: right;
    }
    
    .footer .copyright {
        text-align: left;
    }
}



.container.mt-5 {
    margin-top: 50px; /* Adjust margin for top spacing */
    margin-bottom: 30px; /* Adjust margin for bottom spacing */
    position: relative; /* Ensure position context */
    top: 50px; /* Fine-tune vertical positioning */
    left: 0; /* Optional: Adjust horizontal positioning */
}

.section-header {
    margin-top: 50px; /* Adjust margin for top spacing */
    margin-bottom: 30px; /* Adjust margin for bottom spacing */
    position: relative; /* Ensure position context */
    top: 50px; /* Fine-tune vertical positioning */
    left: 0; /* Optional: Adjust horizontal positioning */
}

.navbar-icon {
    width: 40px; /* Adjust width and height as needed */
    height: 40px;
}


/* custom animations */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.bounce-animation {
    animation: bounce 1s infinite;
}

/* Add this class to an element to apply bounce animation */

/* Header styling */


/* View container */

.view {
    position: relative;
    width: 100%;
    height: 100vh; /* Full screen height */
    /*overflow: hidden; /* Prevent overflow issues */
}

/* Video Background Styling */
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video covers the entire screen without distortion */
    z-index: 1;/* Place the video behind the content */
}

/* Content Overlay Styling */
.view-content {
    position: relative;
    z-index: 2; 
    color: #ffffff; 
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    top: 50%; 
    transform: translateY(-50%);
}

/* Individual View Item Styling */
.view-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    transform: scale(0.9); /* Initial scale for pop-in effect */
}

.view-item.active {
    opacity: 1;
    transform: scale(1); /* Final scale for pop-in effect */
    z-index: 3;
}

/* Navigation Arrows Styling */
/* Navigation Arrows Styling */
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #ffffff;
    text-decoration: none;
    z-index: 4; /* Ensure arrows are above the content */
    background-color: rgba(0, 0, 0, 0.1); /* Slight background for better visibility */
    padding: 10px;
    border-radius: 100%;
    cursor: pointer; /* Change cursor to pointer for better UX */
}

.carousel-control-prev {
    left: 10px;
    

}

.carousel-control-next {
    right: 10px;
}


/* Button styling */
.btn {
    background-color: #999999;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}




#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Make sure it's on top of everything else */
}

.spinner {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #f6a613; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}










.responsive-text {
    white-space: nowrap;
    font-size: 4.5vw; /* Responsive font size based on viewport width */
}

@media (max-width: 768px) {
    .responsive-text {
        font-size: 5vw; /* Increase font size for smaller screens */
    }
}

@media (max-width: 480px) {
    .responsive-text {
        font-size: 8vw; /* Further increase font size for very small screens */
    }
}



.btn {
    pointer-events: auto; /* Ensure the link is clickable */
}




.partners {
    background-color: #ffffff;
    padding: 80px 0;
    border-bottom: 1px solid #ebeef2;
}

.section-header {
    margin-bottom: 60px;
    text-align: center;
}


.clients-carousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.clients-carousel .client-logo {
    text-align: center;
    padding: 1.5rem;
    flex: 0 0 auto;
}

.clients-carousel .client-logo img {
    max-width: 120px;
    height: auto;
    opacity: 1;
    /* Ensures pure color */
    filter: none;
    /* Removes grayscale */
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .partners {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 1.875rem;
    }

    .clients-carousel .client-logo {
        padding: 1rem;
    }

    .clients-carousel .client-logo img {
        max-width: 100px;
    }
}






//styling for big screen

/* LARGE LAPTOPS / SMALL DESKTOPS (≥1200px) */
@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .container {
        max-width: 1140px;
    }
}

/* FULL HD / BIG MONITORS (≥1440px) */
@media (min-width: 1440px) {
    body {
        font-size: 19px;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.25rem;
    }

    .container {
        max-width: 1280px;
    }
}

/* WQHD / BIGGER DISPLAYS (≥1680px) */
@media (min-width: 1680px) {
    body {
        font-size: 20px;
    }

    h1 {
        font-size: 3.5rem;
    }

    .container {
        max-width: 1400px;
    }
}

/* 2K MONITORS (≥1920px) */
@media (min-width: 1920px) {
    body {
        font-size: 21px;
    }

    h1 {
        font-size: 4rem;
    }

    .container {
        max-width: 1600px;
        padding: 0 40px;
    }
}

/* 4K DISPLAYS / TVs (≥2560px) */
@media (min-width: 2560px) {
    body {
        font-size: 22px;
    }

    h1 {
        font-size: 5rem;
    }

    h2 {
        font-size: 3rem;
    }

    p {
        font-size: 1.5rem;
    }

    .container {
        max-width: 1920px;
        padding: 0 60px;
    }
}

/* ULTRA-WIDE 4K (≥3200px) */
@media (min-width: 3200px) {
    body {
        font-size: 24px;
    }

    h1 {
        font-size: 6rem;
    }

    p {
        font-size: 2rem;
    }

    .container {
        max-width: 2560px;
    }
}

/* 8K MONITORS / BIG WALL TV SCREENS (≥3840px) */
@media (min-width: 3840px) {
    body {
        font-size: 28px;
    }

    h1 {
        font-size: 7rem;
    }

    h2 {
        font-size: 4rem;
    }

    p {
        font-size: 2.25rem;
    }

    .container {
        max-width: 3200px;
    }
}

/* SUPER ULTRA-WIDE (≥5120px) */
@media (min-width: 5120px) {
    body {
        font-size: 32px;
    }

    h1 {
        font-size: 8rem;
    }

    .container {
        max-width: 3840px;
    }
}

/* CRAZY DISPLAYS — 8K and BEYOND (≥7680px) */
@media (min-width: 7680px) {
    body {
        font-size: 36px;
    }

    h1 {
        font-size: 10rem;
    }

    p {
        font-size: 3rem;
    }

    .container {
        max-width: 5120px;
    }
}