/*==================================
* Author        : "ThemeSine"
* Template Name :  Browny  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header
3.  Welcome-hero
4.  About me 
5.  Education
6.  Skill
7.  Experience
8.  Profiles
9.  Portfolio
10. Clients
11. Contact

/*-------------------------------------
		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;
}
:root {
    --bg: #0b1224;
    --surface: #0f1c35;
    --card: #13203d;
    --text: #e5e7eb;
    --muted: #9aa5c5;
    --accent: #22d3ee; /* vivid teal primary */
    --accent-2: #ff4d6d; /* coral micro-highlights */
    --brand-name: #22d3ee; /* brand color for name */
    --accent-dark: #0ea5e9;
    --accent-contrast: #06101f;
    --overlay: rgba(11,18,36,0.75);
    --border: rgba(255,255,255,0.06);
} 
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color: var(--text);
	background: var(--bg);
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
} 

a,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: var(--accent);
	font-size:16px;
	padding:0;
}
a:hover {
    color: var(--accent-dark);
}
.brand-logo-color {
    background: linear-gradient(135deg, var(--accent) 0%, var(--brand-name) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.highlight-color {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(255, 81, 81, 0.2) 100%);
    border: 2px solid var(--accent);
    border-radius: 12px;
    color: var(--text);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 20px rgba(6, 182, 212, 0.3), 0 0 40px rgba(6, 182, 212, 0.1);
    animation: pulse-glow 2s ease-in-out infinite;
}
@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(6, 182, 212, 0.3), 0 0 40px rgba(6, 182, 212, 0.1);
    }
    50% {
        box-shadow: 0 4px 25px rgba(6, 182, 212, 0.5), 0 0 50px rgba(6, 182, 212, 0.2);
    }
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:var(--text);
    font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
} 
p {
	margin: 0;
	line-height:1.8;
	color:var(--muted);
	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;
}
@media (min-width: 1024px){}
nav.navbar.bootsnav.no-background {
    background-color: var(--surface);
    border: none;
}

nav.navbar.bootsnav {
    background-color: var(--surface);
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0,0,0,0.6);
} 

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: var(--brand-name);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 33px 0 33px;
} 
/*.navbar-brand*/

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: var(--accent);} 

.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{color: var(--accent);} 

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
    font-weight: 400;
    text-transform:uppercase;
    padding: 35px 15px;
    -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:hover,nav.navbar.bootsnav ul.nav > li > a:focus,nav.navbar.bootsnav ul.nav > li.active>a{color: var(--accent);}

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 {color:#6a708e;}
.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{color: var(--accent);}
/*.nav li*/



/*.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: var(--accent);
} 
/*.menu-ui-design*/



/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid var(--accent);
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: var(--accent);} 
/*.navbar-toggle */



/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/about/my_banner.JPG)no-repeat;
    background-size:cover;
    background-position: center;
    height:890px;
}
.welcome-hero:before{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    background:var(--overlay);
    width:100%;
    height:100%;
} 

/*.header-text-area*/
.header-text h2 {
    color: var(--text);
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    position: relative;
    z-index: 10;
}
.header-text h2 span {color: var(--accent-2);}
.header-text p {
    color: var(--text);
    font-size: 19px;
    font-weight: 400;
    text-transform: none;
    margin: 30px auto 60px;
    letter-spacing: 1.2px;
    line-height: 1.8;
    max-width: 950px;
    font-style: italic;
    opacity: 0.9;
    position: relative;
    z-index: 10;
}
.header-text a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-transform: capitalize;
    color: var(--accent-contrast);
    background: linear-gradient(to right, var(--accent) 0%, var(--accent-dark) 100%);
    border:1px solid #b636ff;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
    position: relative;
    z-index: 10;
}
.header-text a:hover{ box-shadow: 0 5px 20px rgba(0,0,0,.4);background:#9f00ff;border: 1px solid #9f00ff;}
/*.header-text-area*/

/*-------------------------------------
        4.  About
--------------------------------------*/
.about {padding: 30px 0 50px;}
.about-content {padding-top: 50px;}
.about-content .row {
    display: flex;
    align-items: flex-start;
}
/*.single-about-txt*/
.single-about-txt {
    padding-top: 0;
    margin-top: 0;
}
.single-about-txt h3 {
    font-size:18px;
    color: #3c4258;
    text-transform: initial;
    line-height: 1.8;
}
.single-about-txt p {
    font-size: 16px;
    color: var(--muted);
    padding: 0 0 43px;
    border-bottom: 1px solid var(--border);
}
.single-about-add-info {
    margin: 35px 0;
}
.single-about-add-info h3 {
    color: var(--muted);
    font-size: 16px;
    text-transform: capitalize;
}
.single-about-add-info p {font-weight:  300;border:  0;padding: 0;margin-top: 3px;}
/*.single-about-txt*/

/*.single-about-img */
.single-about-img{position: relative;box-shadow: 0 5px 20px rgba(14,25,80,.30);}
.single-about-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.about-list-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
}
/*.ab-list-icon */
.about-list-icon ul {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.about-list-icon ul li a {
    cursor: pointer;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}
.about-list-icon ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    transform: translateY(-3px);
}
.about-list-icon ul li a i {
    margin: 0;
    font-size: 18px;
}
/*.ab-list-icon */

/*.single-about-img */

/*-------------------------------------
        5.  Education
--------------------------------------*/

.education {
    background: var(--surface);
    padding: 30px 0 50px;
}

/* Education and Certifications Sections */
.education-section,
.certifications-section {
    margin-bottom: 50px;
}

.section-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--border);
}

/* Education Card */
.education-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.education-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    border-color: var(--accent);
}

.education-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.education-logo {
    width: 80px;
    height: 80px;
    padding: 12px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--border);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.education-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.education-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.education-degree {
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
}

.education-university {
    font-size: 16px;
    font-weight: 500;
    color: var(--accent);
}

.education-field {
    font-size: 14px;
    color: var(--muted);
}

.education-period {
    display: inline-block;
    font-size: 14px;
    color: var(--muted);
    padding: 4px 12px;
    background: rgba(6, 182, 212, 0.1);
    border-radius: 6px;
    font-weight: 500;
    margin-top: 8px;
}

/* Certifications List */
.certifications-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 24px;
}

.cert-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.cert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    border-color: var(--accent);
}

.cert-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.cert-logo {
    width: 80px;
    height: 80px;
    padding: 12px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--border);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.cert-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.cert-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.cert-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.4;
}

.cert-issuer {
    font-size: 14px;
    color: var(--accent);
    font-weight: 500;
}

.cert-date {
    font-size: 13px;
    color: var(--muted);
    margin-top: 4px;
}

/* Legacy styles for backwards compatibility */
.education-horizontal-timeline {
    padding: 30px 0;
}

/* Certifications Section */
.certifications {
    background: var(--surface);
    padding: 30px 0 50px;
} 

/*.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: var(--muted);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;
    color: var(--accent);
    margin-right:  5px;
}
span.single-timeline-horizontal {
    display:  inline-block;
    background: var(--border);
    height:  1px;
    width: 380px;
} 
span.single-timeline-horizontal.spacial-horizontal-line {width: 88px;}
/*.timeline-horizontal-border*/

/*.education-horizontal-timeline*/

/*-------------------------------------
        6.  Skills
--------------------------------------*/
.skills {
    
}
.skill-content{padding: 30px 0 50px;}
.single-skill-content{padding-top: 100px;}

/* skill grid */
.skill-grid{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;padding-top:20px;margin-top:10px;}
.skill-item{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,0.02);padding:8px 12px;border-radius:8px;border:1px solid var(--border);min-width:160px;transition:all .18s ease}
.skill-item:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,0.35);border-color:var(--accent)}
..skill-badge{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;margin-right:12px;flex:0 0 auto;overflow:hidden}
.skill-item-filtered .skill-badge{width:64px;height:64px;margin-right:14px}
.skill-badge.skill-java{background:#f89820}
.skill-badge.skill-reactivex{background:#6E3AA7}
.skill-badge.skill-spring{background:#6DB33F}
.skill-badge.skill-angular{background:#DD0031}
.skill-badge.skill-react{background:#61DAFB}
.skill-badge.skill-k8s{background:#326CE5}
.skill-badge.skill-docker{background:#2496ED}
.skill-badge.skill-kafka{background:#E64A19}
.skill-badge.skill-grafana{background:#F46800}
.skill-badge.skill-selenium{background:#43B02A}
.skill-badge.skill-mysql{background:#4479A1}
.skill-badge.skill-mongodb{background:#47A248}
.skill-badge.skill-redis{background:#D82C20}
.skill-badge.skill-oracle{background:#F80000}
.skill-badge.skill-terraform{background:#7B42BC}
.skill-badge.skill-javascript{background:#F7DF1E}
.skill-badge.skill-html{background:#E34F26}
.skill-badge.skill-jenkins{background:#D24939}
.skill-badge.skill-git{background:#F05032}
.skill-badge.skill-netbeans{background:#1B6AC6}
.skill-badge.skill-intellij{background:#000000}
.skill-badge.skill-vscode{background:#007ACC}
.skill-badge.skill-eclipse{background:#2C2255}
.skill-badge.skill-jira{background:#0052CC}
.skill-badge.skill-macos{background:#000000}
.skill-badge.skill-windows{background:#0078D4}
.skill-badge.skill-linux{background:#FCC624}
.skill-badge.skill-redhat{background:#EE0000}
.skill-badge.skill-ubuntu{background:#E95420}
.skill-badge.skill-centos{background:#262577}
.skill-badge.skill-genai{background:#412991}
.skill-badge.skill-vibe{background:#000000}
.skill-badge.skill-agents{background:#CC9B7A}
.skill-badge.skill-rabbitmq{background:#FF6600}
/* logo sizing & containment */
.skill-badge{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.02);overflow:hidden;border-radius:50%}
.skill-badge img, .skill-badge svg{width:70%;height:70%;object-fit:contain;object-position:center;display:block;margin:0;border-radius:0;filter:brightness(0) invert(1)}
.skill-badge.skill-javascript img, .skill-badge.skill-javascript svg{filter:brightness(0)}
.skill-badge.skill-linux img, .skill-badge.skill-linux svg{filter:brightness(0)}
.skill-badge svg.skill-logo-svg{width:70%;height:70%}
.skill-item-filtered .skill-badge img, .skill-item-filtered .skill-badge svg.skill-logo-svg{width:62%;height:62%}
/* DB badges: solid brand colors with white icons (like other badges) */
.skill-badge.skill-mysql{background:#4479A1}
.skill-badge.skill-mongodb{background:#47A248}
.skill-badge.skill-redis{background:#D82C20} 
/* marquee items: make badges slightly larger and centered */
.marquee-item .skill-badge{width:64px;height:64px}
.marquee-item .skill-badge img{max-width:60%;max-height:60%}
/* ensure consistent layout for names */
.skill-item-filtered{display:flex;align-items:center}
.skill-name{color:var(--text);font-weight:600;font-size:14px}
/* responsive reductions */
@media (max-width:767px){
  .skill-badge{width:44px;height:44px}
  .skill-item-filtered .skill-badge{width:52px;height:52px}
  .marquee-item .skill-badge{width:48px;height:48px}
}

/* tabs */
.skill-tabs{display:flex;gap:10px;justify-content:center;margin-bottom:18px}
.skill-tabs .tab{background:transparent;border:1px solid var(--border);color:var(--muted);padding:8px 14px;border-radius:6px;cursor:pointer;font-weight:600}
.skill-tabs .tab.active{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}
.skill-tabs .tab:focus{outline:2px solid rgba(6,182,212,0.18);outline-offset:2px}

/* carousel / marquee */
.skill-carousel{overflow:hidden;padding:22px 0}
.marquee{position:relative;overflow:hidden;width:100%}
.marquee-track{display:flex;align-items:center;gap:28px;padding:6px 0;margin:0;list-style:none;animation:marquee 18s linear infinite}
.marquee-track:hover{animation-play-state:paused}
.marquee-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;outline:none;position:relative;padding:6px}
.marquee-item:focus{outline:2px solid rgba(6,182,212,0.16);outline-offset:4px;border-radius:8px}
.marquee-item .skill-badge{width:100px;height:100px}
.marquee-item .skill-badge img{max-width:60%;max-height:60%}
.marquee-item:nth-child(odd) .skill-badge{transform:translateY(-8px)}
.marquee-item:nth-child(even) .skill-badge{transform:translateY(8px)}
.skill-name-tooltip{display:none;position:absolute;bottom:110%;left:50%;transform:translateX(-50%);background:var(--surface);color:var(--text);padding:6px 10px;border-radius:6px;font-size:13px;white-space:nowrap;box-shadow:0 8px 24px rgba(0,0,0,0.4);border:1px solid var(--border)}
.marquee-item:hover .skill-name-tooltip,.marquee-item:focus .skill-name-tooltip{display:block}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* filtered grid variant: show names larger */
.skill-grid-filtered .skill-item-filtered{min-width:220px;padding:12px 16px}
.skill-grid-filtered .skill-name{display:inline-block;margin-left:6px}

.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--border);
} 
.single-progress-txt {
    display: flex;
}
.single-progress-txt h3 {
    width: 10%;
    color: #a606c3;
    position: relative;
    top: 6px;
    left: 20px;
}
.barWrapper {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.progress {
    border-radius:3px;
    overflow: visible;
    background: #e6ecf3;
    height:8px;
    margin-top: 15px;
    width: 85%;
    margin-bottom: 37px;
}
.progress-bar {
   background: #b636ff;
    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;
}

/*-------------------------------------
        7. Experience
-------------------------------------*/
.experience {
    padding: 30px 0 50px;
    background: var(--surface);
}
.experience-content {padding-top: 80px;}
.single-timeline-box {margin-bottom: 75px;}

/*main-timeline*/
.main-timeline{
    position: relative;
}
.main-timeline:before{
    content: "";
    width: 2px;
    height: 100%;
    background: var(--border);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.main-timeline .timeline{
    position: relative;
    margin-bottom: 50px;
    clear: both;
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 30px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}
.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    border-color: var(--accent);
}

.main-timeline .timeline:nth-child(odd) .timeline-content {
    float: left;
    text-align: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
    float: right;
    text-align: left;
}

/* Timeline dots */
.timeline-content:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--accent);
    border: 4px solid var(--bg);
    border-radius: 50%;
    top: 40px;
    z-index: 1;
}
.main-timeline .timeline:nth-child(odd) .timeline-content:before {
    right: -60px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: -60px;
}

.experience-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.company-logo {
    width: 80px;
    height: 80px;
    padding: 12px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--border);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    flex-shrink: 0;
}
.company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.experience-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.title-with-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.timeline-content h3.title {
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
    text-transform: none;
}
.timeline-content h4.company {
    font-size: 16px;
    font-weight: 500;
    color: var(--accent);
    margin-bottom: 12px;
}
.timeline-content span.year {
    display: inline-block;
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 15px;
    padding: 4px 12px;
    background: rgba(6, 182, 212, 0.1);
    border-radius: 6px;
    font-weight: 500;
}
.timeline-content .description {
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
    margin-top: 12px;
}

/* Timeline footer: 'Miles to go…' */
.timeline-start-vertical{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    height:60px;
    border-left:2px dashed var(--accent);
    z-index:0;
    opacity:0.8;
}

.experience-time-responsive{display: none;}
/*-------------------------------------
        8. Profiles
--------------------------------------*/
.profiles {
    padding:  30px 0 50px;
    border:  1px solid #e5ebf2;
}

.profiles-content {padding-top: 100px;}
.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 var(--border);
    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: var(--muted);
    font-size: 16px;
} 
.single-profile.profile-no-border{border-right:transparent;}
.profile-border {
    border-bottom: 1px solid var(--border);
}
.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: linear-gradient(to right, var(--accent) 0%, var(--accent-dark) 100%);
    /* fallback */
    background-color: var(--accent);
    -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;
    -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;
}
.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;
}
.single-profile:hover .profile-icon-name,.single-profile:hover .profile-txt a>i{color: #fff;}
.single-profile:hover .profile-border {border:transparent;}
/*-------------------------------------
        9. Portfolio
--------------------------------------*/
.portfolio {
    padding:  30px 0 50px;
    border:  1px solid #e5ebf2;
}

.portfolio-content {padding-top: 100px;}

/* ---- .item ---- */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}
.isotope .item {
    position:relative;
    overflow:hidden;
    margin-bottom: 30px;
}
/*.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);
}/*.item img*/

/*.isotope-overlay*/
.isotope-overlay{
    position:absolute;
    height:100%;
    width:100%;
    background:rgba(31,44,108,.5);
    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: #fff;
    font-size: 14px;
    text-align: center;
}
.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;
}/*.isotope-overlay*/

/*-------------------------------------
        10. Clients
--------------------------------------*/
.clients {
    padding: 30px 0 50px;
    background: var(--bg);
}
.clients-area {
    padding-top: 40px;
}

/* Client carousel styles matching skills section */
.client-carousel {
    overflow: hidden;
    padding: 22px 0;
}

.client-badge {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.client-badge img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.marquee-item:hover .client-badge {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.client-name-tooltip {
    display: none;
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--surface);
    color: var(--text);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    border: 1px solid var(--border);
    z-index: 10;
}

.marquee-item:hover .client-name-tooltip,
.marquee-item:focus .client-name-tooltip {
    display: block;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .client-badge {
        width: 70px;
        height: 70px;
    }
}

/* Legacy styles - keep for backwards compatibility if needed */
.single-client {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin-bottom: 30px;
    min-height: 180px;
}
.client-logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.client-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.client-logo img {
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    display: block;
}

/*-------------------------------------
        11. Contact
--------------------------------------*/
.contact {
    background: var(--surface);
    padding: 30px 0 50px;
}
.single-contact-box {padding-top: 30px;} 
.contact-form  .form-group {
    margin-bottom: 20px;
    
}
.contact-form .form-control {
    padding: 25px;
    font-size: 14px;
    border: 1px solid var(--border);
    border-radius: 0px;
    box-shadow: none;
    outline: 0!important;
    background: var(--card);
    color: var(--text);
    resize: none;
} 

/*--contct button--*/
.contact-form .single-contact-btn {
    display:flex;
    align-items:center;
    justify-content:center;
    height:50px;
    text-transform:capitalize;
    margin-top: 3px;
    background: #b636ff;
    border: 1px solid #b636ff;
    cursor:pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
     -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.contact-form .single-contact-btn .contact-btn ,
.contact-form .single-contact-btn .contact-btn:focus {
    margin-top:0px;
    outline: 0 !important;
    border:0;
    color: #fff;
    border-radius: 0px;
    font-size:14px;
    cursor: pointer;
    background: transparent;
    padding: 10px 30px;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
    
}
.single-contact-btn:hover{
    background: #9f00ff;
    border: 1px solid #9f00ff;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

/*--contct button--*/

/* contact-adress */
.contact-add-head h3 {
    font-size:  24px;
    color:  var(--text);
}
.contact-add-head p {
    font-size:  16px;
    text-transform: capitalize;
    color:  var(--muted);
    font-weight:  300;
    margin-top:  6px;
} 
/* contact-adress */

/*.contact-add-info */
.contact-add-info { margin: 42px 0 52px;}
.single-contact-add-info h3 {
    color:  var(--muted);
    font-weight:  500;
} 
.single-contact-add-info p {
    color: var(--muted);
    font-size:  16px;
    margin-top:  18px;
}
.single-contact-add-info {
    margin-bottom:  26px;
}
/*.contact-add-info */

/*hm-foot-icon*/
.hm-foot-icon {
   
}
.hm-foot-icon ul li{float:left;}
.hm-foot-icon ul li>a {
    color: var(--muted);
    margin-right:18px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.hm-foot-icon ul li>a:hover{
    color: #b636ff;
}/*hm-foot-icon*/

.hm-footer-copyright p{
    color: #888ea5;
    text-transform: capitalize;
    padding: 38px 0;
}
.hm-footer-copyright p a {color: #888ea5;}
/*===============================
    Scroll Top
===============================*/
#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: 20px;
    cursor: pointer;
    color: #fff;
    background:#b636ff;
	border:1px solid #b636ff;
	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:#fff;
    color: #b636ff;
	border:1px solid #b636ff;
}

#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;}
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
    transition: all 0.3s ease;
    animation: fadeInUp 0.5s ease;
}

.back-to-top:hover {
    background: var(--accent-dark);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(6, 182, 212, 0.6);
}

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

/* Scroll Animation Classes */
.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Enhanced Hover Effects for Cards */
.cert-card,
.education-card,
.single-about-img,
.client-badge {
    transition: all 0.3s ease;
}

.cert-card:hover,
.education-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(6, 182, 212, 0.2);
}

.single-about-img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(14,25,80,.40);
}

.client-badge:hover {
    transform: scale(1.15);
    box-shadow: 0 8px 20px rgba(6, 182, 212, 0.3);
}

/* Experience Card Hover */
.timeline .single-timeline-box:hover {
    transform: translateX(10px);
}

/* Smooth transitions for all interactive elements */
button, a, input, textarea {
    transition: all 0.3s ease;
}

/* Loading animation */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-loader.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid var(--border);
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/*========================Thank you=================