
/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color: #c9c9cd;
	background: #1c1c1c;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}


a, a:hover, a:active, a:focus {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
    color: transparent; 
    background-image: linear-gradient(135deg, #43CBFF 10%, #9708CC 100%);
    -webkit-background-clip: text; 
    background-clip: text; 
}

h1, h2, h3, h4, h5, h6 { 
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    background-image: linear-gradient(135deg, #43CBFF 10%, #b623eb 100%);
    -webkit-background-clip: text; 
    background-clip: text; 
    color: transparent; 
}

p {
	margin: 0;
	line-height:1.8;
	color:#d1d5e7;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}

html,body{
    height: 100%;
	position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

.fix{position: relative;clear: both;}
/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;
}
/* Keyframes for enlarging and shrinking animation */
@keyframes pulsate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 1024px) {
    nav.navbar.bootsnav .navbar-toggle {
        animation: pulsate 1s infinite;
    }
}

nav.navbar.bootsnav.no-background {
    background-color: #080808;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #2f2e2e;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 33px 0px 57px;
    
    background-image: linear-gradient(135deg, #43CBFF 10%, #b623eb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 20px;
    position: relative;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a {
    color: transparent;
    background: linear-gradient(135deg, #43CBFF 10%, #b623eb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}

.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a,
nav.navbar.bootsnav ul.nav > li > a {
    color: #e0e0e0;
    padding: 35px 20px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a {
    background: linear-gradient(135deg, #43CBFF 10%, #b623eb 100%);
    -webkit-background-clip: text; /* Apply the gradient to the text */
    background-clip: text; /* Apply the gradient to the text */
    color: transparent; /* Make the text color transparent to show the gradient */
    -webkit-text-fill-color: transparent; /* Ensure text fill is transparent */
}

/*.menu-ui-design*/
.menu-ui-design {
    overflow-y: scroll;
    height: 350px;
}
.menu-ui-design::-webkit-scrollbar {
    width: 5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
    background-color: #000000;
}
/*.menu-ui-design*/

/*.navbar-toggle */
/* Navbar Toggle Button with Gradient Border and Black Lines */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    padding: 9px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
    border-radius: 5px; /* Optional: to match the original border radius */
    overflow: hidden;
}

nav.navbar.bootsnav .navbar-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    background: linear-gradient(135deg, #43CBFF 10%, #9708CC 100%);
    z-index: -1; /* Place behind the toggle button content */
    border-radius: 10px; /* Optional: to match the original border radius */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

nav.navbar.bootsnav .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: black; /* Black color for the lines */
    margin: 4px auto;
    transition: background-color 0.2s ease;
}

/* For alignment and styling of the navbar header */
.navbar-header .navbar-toggle {
    border: none; /* Remove default border */
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: black; /* Black color for the lines */
}

.navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}


/*-------------------------------------
        3.  Welcome
--------------------------------------*/
.welcome-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/bgnew.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 890px;
}

.header-text {
    max-width: 600px;
    text-align: center;
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
}

.header-text h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 20px;
    animation: slideInLeft 1s ease forwards;

}

.header-text h2 span {
    display: block; /* Ensures "I am Harshaa" is in a new line */
    font-size: inherit;
    background-image: linear-gradient(135deg, #43CBFF 10%, #9708CC 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 1px;
}


.header-text p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 40px;
    letter-spacing: 1px;
    animation: slideInRight 1s ease forwards;
}

.header-text a {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    text-transform: capitalize;
    color: #000000;
    background: linear-gradient(135deg,  #43CBFF 10%, #9708CC 100%);
    border: 1px solid transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    transition: all 0.3s ease;
    animation: bounceInUp 1s ease forwards;
    opacity: 0;
    font-weight: 500;
    
}

.header-text a:hover {
    background: linear-gradient(135deg, #9708CC 10%,#43CBFF 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .3);
    transform: translateY(-3px);
  
}
#job-title {
    font-size: 20px;
}

.mobile-break {
    display: none;
}

@media (max-width: 768px) {
    #job-title {
        font-size: 16px;
    }

    .mobile-break {
        display: inline;
    }
}


/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounceInUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Adjustments for responsiveness */
@media (max-width: 768px) {
    .welcome-hero {
        height: auto;
        min-height: 100vh;
    }
    .header-text {
        padding: 50px 20px;
    }
    .header-text h2 {
        font-size: 36px;
    }
    .header-text p {
        font-size: 16px;
    }
}


/*-------------------------------------
        4.  About
--------------------------------------*/
.about {
    padding: 50px 0 20px;
}

.about-content {
    padding-top: 100px;
}

.single-about-txt h3 {
    font-size: 16px;
    color: #ffffff;
    text-transform: initial;
    line-height: 1.8;
    font-weight: 250;
    margin-bottom: 1px; /* Adjust this to reduce gap */
    margin-top: 20px;
}

.single-about-add-info {
    margin: 2px 0; /* Adjust this to reduce gap */
}

.single-about-add-info h3 {
    background-image: linear-gradient(135deg, #d665ff 10%, #43CBFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px; /* Adjust this to reduce gap */
}

.single-about-add-info p {
    font-weight: 300;
    border: 0;
    padding: 0;
    margin-top: 3px;
    word-break: break-all; /* Add this to handle long text properly */
}

.single-about-img {
    position: relative;
    box-shadow: 0 5px 20px rgba(14, 25, 80, .30);
    border-radius: 10px;
    overflow: hidden; /* Add this line to avoid image overflow */
}

.single-about-img:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%; /* Change this to 100% */
    height: 100%;
    background: #ebabfe4d;
    border-radius: 20px;
}

.single-about-img img {
    width: 100%; /* Change this to 100% */
    height: auto; /* Add this to maintain aspect ratio */
    border-radius: 20px;
}

.about-list-icon ul {
    display: flex;
}

.about-list-icon ul li a {
    padding-right: 22px;
    cursor: pointer;
    color: #ffffff;
}

.about-list-icon ul li a {
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    border: 2px solid;
    margin-left: 20px;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.about-list-icon ul li a i {
    margin-left: 6px;
}

/* Media Query for Mobile Devices */
@media (max-width: 767px) {
    .single-about-img {
        display: none; /* Hide the image on mobile view */
        margin-bottom: 30px;
    }

    .single-about-txt h3 {
        font-size: 15px;
        margin-top: 10px;
    }

    .single-about-add-info h3 {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .single-about-add-info p {
        font-size: 14px;
        margin-top: 2px;
    }

    .single-about-add-info p {
        word-break: break-all; /* Add this to handle long text properly */
    }
}


/*-------------------------------------
        5.  Education
--------------------------------------*/

.education {
    background:  #000000;
    padding-top:  50px;
    padding-bottom: 50px;
}
.education-horizontal-timeline {
    padding-top: 5px;
}

/*.education-horizontal-timeline*/
.education-horizontal-timeline .col-sm-4 {padding:0 2px;}

.single-horizontal-timeline .experience-time h3{text-transform: capitalize;}
.single-horizontal-timeline .experience-time h3 span{text-transform:lowercase;}
.single-horizontal-timeline .timeline-content h5 {margin: 15px 0;}
.single-horizontal-timeline p {color: #999fb3;max-width: 335px;}

/*.timeline-horizontal-border*/
.timeline-horizontal-border {
    display:  flex;
    align-items: center;
    padding: 26px 0 30px;
}
.timeline-horizontal-border i {
    font-size:  10px;
    z-index: 1;
    /* Apply linear gradient background */
    background: linear-gradient(135deg, #9708CC 10%, #029edc 100%);
    /* Clip the gradient to the shape of the text */
    -webkit-background-clip: text; /* Chrome, Safari, newer versions of Opera */
    background-clip: text; /* Standard property */
    -webkit-text-fill-color: transparent; /* Hide the original text */
    margin-right:  5px;
}
span.single-timeline-horizontal {
    display:  inline-block;
    background: #c0ceb2;
    height:  1px;
    width: 380px;
}
.tn {
    color: #ffffff; /* White color */
}

span.single-timeline-horizontal.spacial-horizontal-line {width: 270px;}

/*-------------------------------------
6. Skills
--------------------------------------*/


.skill-content{padding: 50px 0 30px;}
.single-skill-content{padding-top: 50px;}
.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    border-bottom: 2px solid #383838;
    margin-bottom: 30px; 
}

.single-progress-txt {
    display: flex;
}

.single-progress-txt h3 {
    width: 10%;
     background-image: linear-gradient(135deg, #d665ff  10%,  #43CBFF 100%);
    -webkit-background-clip: text;
    background-clip: text; 
    color: transparent;
    position: relative;
    top: 6px;
    left: 20px;
}

.barWrapper {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.progress {
    border-radius: 3px;
    overflow: visible;
    background: #e9f3e6;
    height: 8px;
    margin-top: 15px;
    width: 85%;
    margin-bottom: 37px;
}

.progress-bar {
    background:  linear-gradient(135deg, #9708CC 10%,#029edc 100%);
    border-radius: 3px;
    -webkit-transition: width 1.5s ease-in-out;
    -ms-transition: width 1.5s ease-in-out;
    -moz-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

.tooltip {
    position: relative;
    float: right;
}

.tooltip > .tooltip-inner {
    background-color: transparent;
    padding: 1px 5px;
    color: #b636ff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
}

.popOver + .tooltip > .tooltip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -1px;
    transform: translateX(-50%);
    margin-left: 0;
}
@media (max-width: 767px) {
    .single-skill-content {
        padding-top: 0; /* Adjust this value as needed */
    }
}


/*-------------------------------------
        7. Experience
-------------------------------------*/
/* General styles */
.experience {
    padding: 50px 0 5px;
    border-top: 1px solid #000000;
    background-color: #000000; /* Set black background */
}

.experience-content {
    padding-top: 30px;
}

.single-timeline-box {
    margin-bottom: 65px;
}

.experience-time {
    position: relative;
}

.experience-time h2 {
    font-weight: 230;
    color: #ffffff; /* Set white text color */
}

.experience-time h3 {
    font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(135deg, #d665ff 10%, #43CBFF 100%);
    -webkit-background-clip: text;
    background-clip: text; 
    color: transparent;
    margin-top: 14px;
    text-transform: uppercase;
}

.main-timeline {
    position: relative;
}

.main-timeline:before {
    content: "";
    width: 2px;
    height: calc(100% - 230px); /* Adjust this value to match the height of your timeline content */
    background: #ffffff; /* Set white color for the timeline line */
    position: absolute;
    top: 8px; /* Adjust this value to match the top padding of the .experience class */
    left: 46%; /* Center the line */
    transform: translateX(-50%); /* Center the line */
    z-index: 1; /* Ensure the line is above other content */
}

/* Override background color for the timeline line */
.main-timeline:before {
    background: rgba(255, 255, 255, 0.5); /* Adjust the opacity as needed */
}

.main-timeline .timeline {
    position: relative;
}
/* left: -7.5%; */
.timeline-content span > i,
.timeline-content span > i {
    transform: translateX(-50%);
    
    color: transparent; /* Set the color to transparent */
    position: absolute;
    font-size: 10px;
    left: -13.5%;
    z-index: 1;
    /* Apply linear gradient background */
    background: linear-gradient(135deg, #9708CC 10%, #029edc 100%);
    /* Clip the gradient to the shape of the text */
    -webkit-background-clip: text; /* Chrome, Safari, newer versions of Opera */
    background-clip: text; /* Standard property */
    -webkit-text-fill-color: transparent; /* Hide the original text */
}

/* Ensure dots do not appear for experience-time section */

.timeline-content h4.title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff; /* Set white text color */
}

.timeline-content h5 {
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 220;
    margin: 18px 0 20px;
}

.main-timeline .description {
    font-size: 14px;
    color: #e0d6d3;
    font-weight: 300;
}

.main-timeline .timeline-content.right {
    float: right;
    text-align: left;
}

.experience-time-responsive {
    display: none;
}

/* Media Query for Mobile Devices */
@media (max-width: 767px) {
    .experience-time-main {
        display: block !important; /* Ensure this is displayed */
    }

    .experience-time-responsive {
        display: block !important; /* Ensure this is displayed */
        text-align: center; /* Center text for better appearance */
    }

    .experience-time-main,
    .experience-time-responsive {
        text-align: center;
        margin-bottom: 20px;
    }

    .timeline-content {
        text-align: center; /* Center content in mobile view */
    }

    .experience-time h2 {
        font-size: 18px; /* Adjust font size for readability */
    }

    .experience-time h3 {
        font-size: 14px; /* Adjust font size for readability */
    }

    .timeline-content h4.title {
        font-size: 14px; /* Adjust font size for readability */
    }

    .timeline-content h5 {
        font-size: 12px; /* Adjust font size for readability */
    }

    .main-timeline:before {
        left: 50%; /* Center the timeline line */
        transform: translateX(-50%);
    }
}


/*-------------------------------------
        8. Profiles
--------------------------------------*/
.profiles {
    padding:  50px 0 100px;
    border:  1px solid #000000;
    padding-bottom: 10px;
}

.profiles-content {padding-top: 0px;
padding-bottom: 20px;}
.profiles-content .col-sm-3{padding:0;}
.profile-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.single-profile {
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #3f3f3f;
    overflow:hidden;
    -webkit-transition:background 0.5s linear; 
    -moz-transition:background 0.5s linear; 
    -ms-transition:background 0.5s linear; 
    -o-transition:background 0.5s linear; 
    transition:background 0.5s linear;
}
.profile-icon-name {
    text-transform: capitalize;
    color: #dadbdc;
    font-size: 16px;
    padding-top: 15px;
}
.single-profile.profile-no-border{border-right:transparent;}
.profile-border {
    border-bottom: 1px solid #3f3f3f;
}
.single-profile-overlay{
    display:flex;
    align-items:center;
    text-transform: capitalize;
    justify-content:center;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width:100%;
    height: 100%;
    background:  #9708CC;
    background: -moz-linear-gradient(left, #9708CC 10%, #029edc 100%);
    background: -webkit-linear-gradient(left,#9708CC 10%, #029edc 100%);
    background: linear-gradient(to right, #9708CC 10%, #029edc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92cf9', endColorstr='#b636ff',GradientType=1 );
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}
.single-profile:hover .single-profile-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}
.pro-images{
    width: 40px;
    height: 40px;

}
.single-profile:hover .profile-icon-name,.single-profile:hover .profile-txt a>i{color: #000000;  }
.single-profile:hover .profile-border {border:transparent;}

/* Mobile view: horizontal scroll for profiles */
/* Mobile view: horizontal scroll for profiles */
/* Mobile view: horizontal scroll for profiles */
/* Mobile view adjustments */


/*-------------------------------------
        9. Projects
--------------------------------------*/
.portfolio {
    padding:  50px 0 30px;
    border:  1px solid #000000;
    background-color: #000;
}

.portfolio-content {padding-top: 30px;}

/* ---- .item ---- */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}
.isotope .item {
    position:relative;
    overflow:hidden;
    margin-bottom: 30px;
    border-radius: 15px; /* Add this line for curved corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Add a shadow for better appearance */
}
/*.item img*/
.isotope .item img{
    width:100%;
    height:100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.isotope .item:hover  img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}


.isotope-overlay{
    border-radius: 15px; /* Add this line for curved corners */
    position:absolute;
    height:100%;
    width:100%;
    background:rgba(95, 113, 248, 0.8);
    display:flex;
    align-items:center;
    text-transform: uppercase;
    justify-content:center;
    flex-direction:row;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.isotope-overlay a {
    display:inline-block ;
    color: #000000;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #81027a; 
}
.isotope .item:hover .isotope-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}




/*-------------------------------------
        10. achievements
--------------------------------------*/
.achievements {padding-top: 50px;}
.achievements-area {display: flex; align-items: center;}
.achievement-item {text-align: center; margin-bottom: 30px; background-color: #bdbdbd; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease;}
.achievement-item:hover {transform: translateY(-5px);}
.achievement-item img {display: block; width: 90px; height: 90px;  margin: 0 auto 15px; transition: transform 0.3s ease;}
.achievement-item:hover img {transform: scale(1.1);}
.achievement-item h3 {font-size: 18px; margin-bottom: 10px; color: #390032;}
.achievement-item p {font-size: 14px; color: #000000;}

/*-------------------------------------
        11. Contact
--------------------------------------*/

.contact {
    background: #000000;
    padding: 50px 0;
}

.single-contact-box {
    background-color: #282828;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(152, 151, 151, 0.5); 
    padding: 40px;
    margin-top: 15px;
}

.contact-add-info {
    text-align: center;
}

.single-contact-add-info {
    margin-bottom: 20px;
}

.single-contact-add-info h3 {
    font-size: 24px;
    color: #f9f8f8; /* White text for better contrast */
    margin-bottom: 5px;
}

.single-contact-add-info p {
    font-size: 16px;
    color: #c3c3c3; /* Light gray text for contrast */
}

.hm-foot-icon ul {
    padding: 0;
    list-style: none;
    display: flex; /* Add this line to use flexbox */
    justify-content: center; /* Center the items */
    flex-wrap: wrap; /* Allow items to wrap to the next line if needed */
}

.hm-foot-icon ul li {
    display: inline-block;
    margin: 5px 10px; /* Adjust the margin to fit icons within the line */
}

.hm-foot-icon ul li a {
    color: #fff; /* White color for icon links */
    font-size: 24px;
    transition: color 0.3s;
}

.hm-foot-icon ul li a:hover {
    background: linear-gradient(135deg, #cb4ff8 10%, #5fcffc 100%);
    background-clip: text; /* Ensures text remains visible within the gradient */
    -webkit-background-clip: text; /* For Safari/Chrome */
    color: transparent; /* Hides the original text color */
}

.clicked {
    animation: click-enlarge 0.3s ease forwards;
}

@keyframes click-enlarge {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    color: #000000;
    background: linear-gradient(135deg, #43CBFF 10%, #9708CC 100%);
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

#scroll-Top .return-to-top:hover {
    background: linear-gradient(135deg, #9708CC 20%, #43CBFF 100%);
    color: #010101;
    border: 1px solid #676167;
}

#scroll-Top .return-to-top i {
    position: relative;
    bottom: 0;
}

#scroll-Top .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

@keyframes example {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 7px;
    }
}

/* Media Query for Mobile Devices */
@media (max-width: 767px) {
    .hm-foot-icon ul {
        justify-content: center; /* Center icons in mobile view */
    }
    .hm-foot-icon ul li {
        margin: 5px; /* Reduce margins to fit more icons in one line */
    }
}
