/* ThemeSine - Browny HTML Template v1.0 */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&subset=devanagari,latin-ext');

/* CSS Variables */
:root {
    /* Light Theme Colors */
    --bg-primary: #ffffff;
    --bg-secondary: #f9f9f9;
    --bg-tertiary: #f8f9fa;
    --text-primary: #000000;
    --text-secondary: #333333;
    --text-muted: #555555;
    --text-light: #777777;
    --border-color: #e0e0e0;
    --shadow-light: rgba(0, 0, 0, 0.1);
    --shadow-medium: rgba(0, 0, 0, 0.15);
    --card-bg: #ffffff;
    --navbar-bg: rgba(255, 255, 255, 0.95);
    --navbar-text: #333333;
    --footer-bg: #252525;
    --input-bg: #ffffff;
    --input-border: #cccccc;
    --preloader-bg: #ffffff;
    
    /* Theme-independent colors (don't change in dark mode) */
    --accent-purple: #b636ff;
    --accent-purple-dark: #9520e0;
    --accent-green: #25D366;
    --success: #1ABB9C;
    --gradient-start: #667eea;
    --gradient-end: #764ba2;
}

/* Dark Theme Colors */
[data-theme="dark"] {
    --bg-primary: #1a1a1a;
    --bg-secondary: #242424;
    --bg-tertiary: #2d2d2d;
    --text-primary: #f6f6f6;
    --text-secondary: #e0e0e0;
    --text-muted: #b0b0b0;
    --text-light: #999999;
    --border-color: #404040;
    --shadow-light: rgba(0, 0, 0, 0.3);
    --shadow-medium: rgba(0, 0, 0, 0.5);
    --card-bg: #242424;
    --navbar-bg: rgba(26, 26, 26, 0.95);
    --navbar-text: #f6f6f6;
    --footer-bg: #1a1a1a;
    --input-bg: #2d2d2d;
    --input-border: #404040;
    --preloader-bg: #1a1a1a;
}

/* Smooth transitions for theme switching */
body,
.header-area,
.welcome-hero,
.about,
.education,
.skills,
.experience,
.profiles,
.portfolio,
.testimonials,
.contact,
.certifications,
.research,
.services,
footer,
.single-about-txt,
.single-horizontal-timeline,
.single-skill-content,
.main-timeline,
.single-profile,
.item,
.single-contact-box,
.paper-card,
.certification-item,
.service-item {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* 1. General css */

.none {
/* Image is not scaled */ 
  object-fit: none;
}

.fill {
  /* Image is scaled to fill the container. */
  /* Aspect ratio IS maintained */
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fill:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.single-about-txt h3 {
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 400;
}

body {
  line-height: 1.6;
  color: var(--text-secondary);
}

.section-heading h2 {
  position: relative;
  padding-bottom: 15px;
}

a:focus {
  outline: 2px solid #5db85c;
  outline-offset: 2px;
}

input:focus, textarea:focus {
  border-color: #5db85c;
  box-shadow: 0 0 0 2px rgba(93, 184, 92, 0.25);
  outline: none;
}

.timeline .description {
  line-height: 1.6;
  font-size: 14px;
}

.cover {
  /* Image is scaled to fill the container. */
  /* Aspect ratio IS maintained */
  object-fit: cover;
}
.contain {
/* Image is scaled to fit within the container. */
  /* Aspect ratio IS maintained */
  object-fit: contain;
}

.scale-down {
/* Uses either 'none' or 'contain' to produce the smallest image size */
  object-fit: scale-down;
}
/*-------------------------------------*/
*{
    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: var(--text-secondary);
	background: var(--bg-primary);
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: var(--text-secondary);
	font-size:16px;
	padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color: var(--text-primary);
    font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
p {
	margin: 0;
	line-height:1.8;
	color: var(--text-secondary);
	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(--navbar-bg);
    border: none;
}

nav.navbar.bootsnav {
    background-color: var(--navbar-bg);
    border-bottom: transparent;
    box-shadow: 0 3px 15px var(--shadow-medium);
}

.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #d92cf9;
    font-size: 20px;
    font-weight: 600;
    padding: 33px 0px 57px;
    text-transform: uppercase;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
    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 12px;}
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: #d92cf9;}

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

.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: #d92cf9;
}

nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #d92cf9;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #d92cf9;}

/* 3. Welcome-hero */
.welcome-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/about/welcome-banner.jpg)no-repeat;
    background-size:cover;
    background-position: center;
    height:890px;
}
.welcome-hero:before{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    background:rgba(31,44,108,.65);
    width:100%;
    height:100%;
}

.header-text h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}
.header-text h1 span {color: #d92cf9;}
.header-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px 0 60px;
    letter-spacing: 1px;
}
.header-text a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    background: #b636ff;
    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;
}
.header-text a:hover{ box-shadow: 0 5px 20px rgba(0,0,0,.4);background:#9f00ff;border: 1px solid #9f00ff;}

/* 4. About */
.about {padding: 50px 0 100px;}
.about-content {padding-top: 100px;}
.single-about-txt h3 {
    font-size:18px;
    color: #3c4258;
    text-transform: initial;
    line-height: 1.8;
}
.single-about-txt p {
    font-size: 16px;
    color: #999fb3;
    padding: 35px 0 43px;
}
.single-about-add-info {
    margin: 35px 0;
}
.single-about-add-info h3 {
    color: #636a82;
    font-size: 16px;
    text-transform: capitalize;
}
.single-about-add-info p {font-weight:  300;border:  0;padding: 0;margin-top: 3px;}

.single-about-img{position: relative;box-shadow: 0 5px 20px rgba(14,25,80,.30);display: inline-block;}
.single-about-img:before {
    position:  absolute;
    content: " ";
    top: 0;
    left:  0;
    width: 100%;
    height:  100%;
    background: rgba(31,44,108,.3);
}
.single-about-img img {
    max-width: 500px;
    height: 468px;
}
.about-list-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #1f2c6c;
}
.about-list-icon ul {
    display: flex;
}
.about-list-icon  ul li a {
    padding-right: 22px;
    cursor:pointer;
    color: #fff;
}
.about-list-icon ul li a {
    cursor: pointer;
    color: #fff;
    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;
}

/* 5. Education */

.education {
    background: var(--bg-secondary);
    padding-top:  50px;
}
.education-horizontal-timeline {
    padding: 80px 0;
}

.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 {
    display:  flex;
    align-items: center;
    padding: 26px 0 30px;
}
.timeline-horizontal-border i {
    font-size:  10px;
    color: #d92cf9;
    margin-right:  5px;
}
span.single-timeline-horizontal {
    display:  inline-block;
    background: #b2c1ce;
    height:  1px;
    width: 380px;
}
span.single-timeline-horizontal.spacial-horizontal-line {width: 88px;}

/* 6. Skills */
.skills {
    background-color: var(--bg-tertiary);
}
.skill-content{padding: 50px 0 80px;}
.single-skill-content{padding-top: 100px; width: 100%;margin: 10px 0;}

.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
}
.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;
   width: 0; /* Start with 0 width for animation */
}

/* Tooltip Styling */
.tooltip-inner {
    background-color: #b636ff;
    color: #fff;
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    font-family: 'Poppins', sans-serif;
    max-width: 250px;
}

.tooltip.top .tooltip-arrow { border-top-color: #b636ff; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #b636ff; }
.tooltip.left .tooltip-arrow { border-left-color: #b636ff; }
.tooltip.right .tooltip-arrow { border-right-color: #b636ff; }

/* Add cursor pointer to indicate interactivity */
.progressText[data-toggle="tooltip"] {
    cursor: help;
    border-bottom: 1px dotted #b636ff;
    transition: color 0.3s ease;
}

.progressText[data-toggle="tooltip"]:hover {
    color: #b636ff;
}

/* 7. Experience */
.experience {
    padding: 50px 0 100px;
    border-top: 1px solid var(--border-color);
}
.experience-content {padding-top: 100px;}
.single-timeline-box {margin-bottom: 75px;}

.experience-time {
    position: relative;
}
.experience-time h2 {
    font-weight: 400;
}
.experience-time h3 {
    font-size: 16px;
    font-weight: 300;
    color: #636a82;
    margin-top: 14px;
    text-transform: uppercase;
}

.main-timeline{
    position: relative;
}
.main-timeline:before{
    content: "";
    width: 2px;
    height: 100%;
    background: #b2c1ce;
    position: absolute;
    top: 0;
    left: 45.8%;
    z-index: -1;
}
.main-timeline .timeline{
    position: relative;
}

.timeline-content span>i, .experience-time span>i {
    color: #d92cf9;
    position: absolute;
    font-size: 10px;
    left: -14.5%;
    z-index: 1;
}
.timeline-content h4.title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.timeline-content h5 {
    color: #636a82;
    font-size: 14px;
    font-weight: 300;
    margin: 18px 0 20px;
}
.main-timeline .description {
    font-size: 14px;
    color: #999fb3;
}
.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}
.timeline-single-before:before {
    content: '';
    top: 57px;
    left: -3px;
    position: absolute;
    width: 100%;
    height:400px;
    border-left:15px solid #fff;
}

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

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

.profiles-content .col-sm-6 {
    padding: 10px;
    margin-bottom: 20px;
}

/* Profile Link Container - No Animations */
.profile-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}

.profile-link:hover, 
.profile-link:focus, 
.profile-link:active {
    text-decoration: none;
    color: inherit;
}

/* Profile Card - Clean Static Design */
.single-profile {
    /* Basic Properties */
    width: 100%;
    height: 220px;
    background: #fff;
    border: 2px solid #e5ebf2;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    margin: 0 auto;
    padding: 20px;
    
    /* Layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    /* Force Static Positioning - No Movement */
    position: relative;
    box-sizing: border-box;
    
    /* Zero Animation Properties */
    transition: background-color 0.2s ease, border-color 0.2s ease;
    transform: none;
    animation: none;
    will-change: auto;
}

/* Hover State - Simple Color Change Only */
.single-profile:hover {
    background: #8B5CF6;
    border-color: #8B5CF6;
    /* Maintain exact same dimensions and position */
    width: 100%;
    height: 220px;
    transform: none;
    position: relative;
}

/* Profile Content Layout */
.profile-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.profile-txt i {
    font-size: 48px;
    margin-bottom: 15px;
    color: #636a82;
    transition: color 0.2s ease;
    display: block;
}

/* Icon hover state */
.single-profile:hover .profile-txt i {
    color: #fff;
}

/* Profile name styling */
.profile-icon-name {
    font-size: 18px;
    font-weight: 600;
    color: #636a82;
    text-transform: capitalize;
    transition: color 0.2s ease;
    margin: 0;
    padding: 0;
}

.single-profile:hover .profile-icon-name {
    color: #fff;
}

/* CUSTOM KAGGLE ICON (K) STYLING */
.kaggle-custom-icon {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    text-align: center !important;
    margin-bottom: 15px !important;
    color: #636a82 !important;
    transition: color 0.2s ease !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-family: 'Arial', sans-serif !important;
}

/* HUGGING FACE LOGO ICON STYLING */
.huggingface-logo-icon {
    width: 48px !important;
    height: 48px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-bottom: 15px !important;
    transition: filter 0.2s ease !important;
    object-fit: contain !important;
}

/* CUSTOM HUGGING FACE ICON (🤗) STYLING */
.huggingface-custom-icon {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    text-align: center !important;
    margin-bottom: 15px !important;
    color: #636a82 !important;
    transition: color 0.2s ease !important;
    font-style: normal !important;
    font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif !important;
}

/* HOVER EFFECTS FOR CUSTOM ICONS */
.single-profile:hover .kaggle-custom-icon,
.single-profile:hover .huggingface-custom-icon {
    color: #fff !important;
}

/* GITHUB HOVER FIX */
body .single-profile:hover .profile-txt i.flaticon-github-logo,
html .single-profile:hover .profile-txt i.flaticon-github-logo,
.single-profile:hover .profile-txt i.flaticon-github-logo,
body .single-profile:hover .profile-txt .flaticon-github-logo,
html .single-profile:hover .profile-txt .flaticon-github-logo,
.single-profile:hover .profile-txt .flaticon-github-logo {
    color: #fff !important;
}

/* GITHUB HOVER FIX - For pseudo-elements */
body .single-profile:hover .profile-txt i.flaticon-github-logo:before,
html .single-profile:hover .profile-txt i.flaticon-github-logo:before,
.single-profile:hover .profile-txt i.flaticon-github-logo:before,
body .single-profile:hover .profile-txt .flaticon-github-logo:before,
html .single-profile:hover .profile-txt .flaticon-github-logo:before,
.single-profile:hover .profile-txt .flaticon-github-logo:before {
    color: #fff !important;
}

/* Remove any inherited italic/oblique styles */
.kaggle-custom-icon,
.huggingface-custom-icon,
.profile-txt .kaggle-custom-icon,
.profile-txt .huggingface-custom-icon,
.single-profile .kaggle-custom-icon,
.single-profile .huggingface-custom-icon {
    font-style: normal !important;
    text-decoration: none !important;
    font-variant: normal !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
}

/* UNIVERSAL ICON HOVER */
.single-profile:hover .profile-txt i,
.single-profile:hover .profile-txt .kaggle-custom-icon,
.single-profile:hover .profile-txt .huggingface-custom-icon,
.single-profile:hover .profile-txt .flaticon-github-logo,
.single-profile:hover .profile-txt .fa-gitlab {
    color: #fff !important;
}

/* GITLAB HOVER FIX */
body .single-profile:hover .profile-txt i.fa-gitlab,
html .single-profile:hover .profile-txt i.fa-gitlab,
.single-profile:hover .profile-txt i.fa-gitlab,
body .single-profile:hover .profile-txt .fa-gitlab,
html .single-profile:hover .profile-txt .fa-gitlab,
.single-profile:hover .profile-txt .fa-gitlab {
    color: #fff !important;
}

/* GITLAB HOVER FIX - For pseudo-elements */
body .single-profile:hover .profile-txt i.fa-gitlab:before,
html .single-profile:hover .profile-txt i.fa-gitlab:before,
.single-profile:hover .profile-txt i.fa-gitlab:before,
body .single-profile:hover .profile-txt .fa-gitlab:before,
html .single-profile:hover .profile-txt .fa-gitlab:before,
.single-profile:hover .profile-txt .fa-gitlab:before {
    color: #fff !important;
}

/* HOVER OVERRIDE - All profile icons */
body .single-profile:hover .profile-txt i,
html .single-profile:hover .profile-txt i,
.profiles .single-profile:hover .profile-txt i,
#profiles .single-profile:hover .profile-txt i {
    color: #fff !important;
}

/* 9. Portfolio */
.portfolio {
    padding:  50px 0 100px;
    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:auto;
    -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;
}

/* Portfolio overlay text elements - ensure white color */
.isotope-overlay a h4,
.isotope-overlay a p,
.isotope-overlay a span,
.isotope-overlay a .tech-stack {
    color: #fff !important;
    margin-bottom: 10px;
}

.isotope-overlay a h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.isotope-overlay a p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.isotope-overlay a .tech-stack {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.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-top: 50px;}
.clients-area {
    display: flex;
    align-items: center;
    height: 250px;
}
.clients-area .item {padding: 0 25px;}

.clients .clients-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius:0;
}

/* 11. Contact */
.contact {
    background: var(--bg-secondary);
    padding: 50px 0 100px;
}
.single-contact-box {padding-top: 100px;}
.contact-form  .form-group {
    margin-bottom: 20px;
    
}
.contact-form .form-control {
    padding: 25px;
    font-size: 14px;
    border: 1px solid var(--input-border);
    border-radius: 0px;
    box-shadow: none;
    outline: 0!important;
    background: var(--input-bg);
    color: var(--text-secondary);
    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;
     -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: 5px;
    font-size:14px;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
    
}

/*--contct button--*/

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

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

.hm-foot-icon {
   margin-top: 20px;
}
.hm-foot-icon ul li{float:left;}
.hm-foot-icon ul li>a {
    color: #636a82;
    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-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;}
}

/*===============================
    Quick Contact Widget
===============================*/
#quick-contact .contact-widget {
    position: fixed;
    right: 22.5px;
    bottom: 85px;
    display: none;
    z-index: 2;
}

#quick-contact .contact-main-btn {
    width: 55px;
    height: 55px;
    background: #b636ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(182, 54, 255, 0.3);
    transition: all 0.3s ease;
    border: 2px solid #b636ff;
}

#quick-contact .contact-main-btn:hover {
    background: #9520e0;
    border-color: #9520e0;
    transform: scale(1.05);
}

#quick-contact .contact-main-btn i {
    position: relative;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

#quick-contact .contact-options {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 10px;
}

#quick-contact .contact-options.active {
    display: flex;
    animation: slideUp 0.3s ease;
}

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

#quick-contact .contact-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: #fff;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 2px solid transparent;
}

#quick-contact .contact-option i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

#quick-contact .whatsapp-option {
    border-color: #25D366;
}

#quick-contact .whatsapp-option i {
    color: #25D366;
}

#quick-contact .whatsapp-option:hover {
    background: #25D366;
    color: #fff;
    transform: translateX(-5px);
}

#quick-contact .whatsapp-option:hover i {
    color: #fff;
    transform: scale(1.2);
}

#quick-contact .email-option {
    border-color: #b636ff;
}

#quick-contact .email-option i {
    color: #b636ff;
}

#quick-contact .email-option:hover {
    background: #b636ff;
    color: #fff;
    transform: translateX(-5px);
}

#quick-contact .email-option:hover i {
    color: #fff;
    transform: scale(1.2);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    #quick-contact .contact-widget {
        right: 25px;
        bottom: 75px;
    }
    
    #quick-contact .contact-main-btn {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    
    #quick-contact .contact-option {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    #quick-contact .contact-option i {
        font-size: 18px;
    }
}

/*===============================
    Theme Toggle Button
===============================*/
#theme-toggle-wrapper {
    float: left;
    padding-top: 22px;
    padding-left: 12px;
    padding-right: 12px;
}

.theme-toggle-btn {
    background: transparent;
    border: 2px solid var(--accent-purple);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.theme-toggle-btn:hover {
    background: var(--accent-purple);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(182, 54, 255, 0.3);
}

.theme-toggle-btn i {
    font-size: 18px;
    color: var(--accent-purple);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.theme-toggle-btn:hover i {
    color: #ffffff;
}

/* Icon rotation animation */
.theme-toggle-btn i {
    animation: none;
}

.theme-toggle-btn.rotating i {
    animation: rotateIcon 0.5s ease;
}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(0.8);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

/* Dark mode active state */
[data-theme="dark"] .theme-toggle-btn {
    border-color: var(--accent-purple);
}

[data-theme="dark"] .theme-toggle-btn i {
    color: var(--accent-purple);
}

[data-theme="dark"] .theme-toggle-btn:hover i {
    color: #ffffff;
}

/* Mobile Theme Toggle */
.mobile-theme-toggle {
    display: none;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .mobile-theme-toggle {
        display: flex;
        float: right;
        margin-top: 28px;
        margin-right: 15px;
    }

    #theme-toggle-wrapper {
        display: none !important;
    }
    
    .theme-toggle-btn {
        width: 36px;
        height: 36px;
    }
    
    .theme-toggle-btn i {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    /* Removed absolute positioning adjustment for theme toggle */
}

/* Contact Form Alert Styling */
.contact-form .alert {
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
}

.contact-form .alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.contact-form .alert-success h4 {
  color: #155724;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-form .alert-danger {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.contact-form .alert-danger strong {
  font-weight: 600;
}

.contact-form .alert-danger a {
  color: #721c24;
  text-decoration: underline;
}

.contact-form .alert-danger a:hover {
  color: #491217;
  text-decoration: none;
}

/* Dark Mode Alert Styling */
[data-theme="dark"] .contact-form .alert-success {
  background-color: #155724;
  border-color: #1e7e34;
  color: #d4edda;
}

[data-theme="dark"] .contact-form .alert-success h4 {
  color: #ffffff;
}

[data-theme="dark"] .contact-form .alert-danger {
  background-color: #721c24;
  border-color: #bd2130;
  color: #f8d7da;
}

[data-theme="dark"] .contact-form .alert-danger a {
  color: #ffffff;
}

/* Form validation styling */
.contact-form .form-control.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.mt-3 {
  margin-top: 15px;
}

/* Make the contact button more accessible */
.contact-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;  color: #fff;
  background: #b636ff;
  border: none;
  font-size: 16px;
  padding: 12px 25px;
  border-radius: 5px;
}

.contact-btn:hover, 
.contact-btn:focus {
  background: #9f00ff;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.contact-btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

/* Email link styling */
.email-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.email-link:hover,
.email-link:focus {
  color: #b636ff;
  text-decoration: none;
}

/* Resume download button styling */
.header-text .resume-download-btn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 30px !important;
  background: transparent !important;
  color: #8B5CF6 !important;
  border-radius: 25px !important;
  transition: all 0.3s ease !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  box-shadow: none !important;
  border: 2px solid #8B5CF6 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  margin-top: 20px !important;
  min-width: 180px !important;
  text-align: center !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  gap: 8px !important;
  min-height: 48px !important;
}

.header-text .resume-download-btn:hover,
.header-text .resume-download-btn:focus {
  background: rgba(139, 92, 246, 0.1) !important;
  color: #8B5CF6 !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 25px rgba(139, 92, 246, 0.2) !important;
  border: 2px solid #8B5CF6 !important;
  outline: none !important;
}

.header-text .contact-btn-hero {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 30px !important;
  background: transparent !important;
  color: #8B5CF6 !important;
  border-radius: 25px !important;
  transition: all 0.3s ease !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  box-shadow: none !important;
  border: 2px solid #8B5CF6 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  margin-top: 20px !important;
  min-width: 180px !important;
  text-align: center !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  gap: 8px !important;
  min-height: 48px !important;
  cursor: pointer !important;
}

.header-text .contact-btn-hero:hover,
.header-text .contact-btn-hero:focus {
  background: rgba(139, 92, 246, 0.1) !important;
  color: #8B5CF6 !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 25px rgba(139, 92, 246, 0.2) !important;
  border: 2px solid #8B5CF6 !important;
  outline: none !important;
}

.header-text .resume-download-btn .fa {
  margin-right: 8px;
}

/* Preloader Styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--preloader-bg);
  z-index: 9999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circular {
  width: 40px;
  height: 40px;
  animation: rotate 2s linear infinite;
}

.path {
  stroke: #b636ff;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

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

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* 12. Certifications */
.certifications {
  background: #fff;
  padding: 80px 0;
}

.certification-content {
  margin-top: 50px;
}

.certification-item {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border-left: 4px solid #1ABB9C;
}

.certification-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.cert-icon {
  margin-right: 25px;
  min-width: 80px;
}

.cert-details h4 {
  color: #2c3e50;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.cert-details p {
  color: #7f8c8d;
  margin-bottom: 5px;
  font-size: 16px;
}

.cert-date {
  color: #1ABB9C;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin: 10px 0;
}

.cert-skills {
  margin-top: 15px;
}

.skill-tag {
  background: #e8f6f3;
  color: #1ABB9C;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 5px;
  display: inline-block;
}

/* 13. Testimonials */
.testimonials {
  background: #f8f9fa;
  padding: 80px 0;
}

.testimonial-content {
  margin-top: 50px;
}

.testimonial-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  margin: 0 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
}

.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.testimonial-box::before {
  content: '"';
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 60px;
  color: #1ABB9C;
  opacity: 0.3;
  font-family: serif;
  line-height: 1;
}

.testimonial-text {
  margin-bottom: 25px;
}

.testimonial-text p {
  font-style: italic;
  color: #555;
  line-height: 1.7;
  font-size: 16px;
  margin-left: 30px;
}

.testimonial-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.author-info h4 {
  color: #2c3e50;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.author-info span {
  color: #7f8c8d;
  font-size: 14px;
}

.rating {
  color: #f39c12;
}

.rating i {
  font-size: 14px;
  margin-right: 2px;
}

/* Enhanced About Section Styling */
.about-highlights {
  margin: 30px 0;
}

.about-highlights h4 {
  color: #2c3e50;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.expertise-list,
.achievements-list {
  list-style: none;
  padding: 0;
}

.expertise-list li,
.achievements-list li {
  padding: 8px 0;
  color: #555;
  position: relative;
  padding-left: 20px;
}

.expertise-list li::before,
.achievements-list li::before {
  content: "▶";
  color: #A1A1A1;
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 10px;
}

/* Hero Section Enhancements */
.hero-cta {
  margin-top: 5px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.resume-download-btn,
.contact-btn-hero {
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  min-height: 48px;
  white-space: nowrap;
  min-width: 180px;
  text-align: center;
}

.resume-download-btn {
  background: transparent;
  color: #8B5CF6;
  border: 2px solid #8B5CF6;
  font-family: inherit;
  font-size: inherit;
  /* Individual positioning for Download Resume button */
  margin-top: 20px;
}

.resume-download-btn:hover,
.resume-download-btn:focus {
  background: rgba(139, 92, 246, 0.1);
  color: #8B5CF6;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(139, 92, 246, 0.2);
  outline: none;
}

.contact-btn-hero {
  background: transparent;
  color: #8B5CF6;
  border: 2px solid #8B5CF6;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  /* Keep Let's Talk button in its current position */
  margin-top: 20px;
}

.contact-btn-hero:hover,
.contact-btn-hero:focus {
  background: rgba(139, 92, 246, 0.1);
  color: #8B5CF6;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(139, 92, 246, 0.2);
  outline: none;
}

/* Dropdown functionality for Let's Talk button */
.lets-talk-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 220px;
  box-shadow: 0px 8px 20px 0px rgba(139, 92, 246, 0.15);
  border-radius: 12px;
  z-index: 1000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  border: none;
  overflow: hidden;
  padding: 0;
  max-width: 220px;
  width: 220px;
}

.dropdown-content a {
  color: #333;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  gap: 12px;
  background-color: #ffffff;
  position: relative;
  border: none;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.dropdown-content a:last-child {
  border-bottom: none;
}

.dropdown-content a:hover {
  background-color: #8B5CF6 !important;
  color: #fff !important;
  transform: translateX(3px);
  border-bottom: 1px solid #8B5CF6 !important;
  border-color: #8B5CF6 !important;
}

/* WhatsApp link gets green hover */
.dropdown-content a[href*="wa.me"]:hover,
.dropdown-content a[href*="whatsapp"]:hover {
  background-color: #25D366 !important;
  border-color: #25D366 !important;
  border-bottom: 1px solid #25D366 !important;
}

.dropdown-content a:hover:last-child {
  border-bottom: none !important;
}

.dropdown-content a:focus {
  background-color: #8B5CF6 !important;
  color: #fff !important;
  outline: none;
  border-bottom: 1px solid #8B5CF6 !important;
  border-color: #8B5CF6 !important;
}

.dropdown-content a:focus:last-child {
  border-bottom: none !important;
}

.dropdown-content a:active {
  background-color: #7C3AED !important;
  color: #fff !important;
  border-bottom: 1px solid #7C3AED !important;
  border-color: #7C3AED !important;
}

.dropdown-content a:active:last-child {
  border-bottom: none;
}

/* Ensure smooth transitions for all states */
.dropdown-content a * {
  transition: inherit;
}

.dropdown-content a:first-child {
  border-top: none;
}

.lets-talk-dropdown.show .dropdown-content {
  display: block;
  animation: dropdownFadeIn 0.3s ease;
}

@keyframes dropdownFadeIn {
  from { 
    opacity: 0; 
    transform: translateX(-50%) translateY(-10px); 
  }
  to { 
    opacity: 1; 
    transform: translateX(-50%) translateY(0); 
  }
}

/* Influencers */
.influence-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  margin: 10px;
  height: 300px;
}

.influence-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.influence-card a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.influence-card img {
  width: 100%;
  height: 60%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.influence-card:hover img {
  transform: scale(1.05);
}

.influence-content {
  padding: 20px;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.influence-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1ABB9C;
  margin-bottom: 8px;
  line-height: 1.3;
}

.influence-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

/* Services */
.services .item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  margin: 10px;
  padding: 30px 20px;
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.services .item a {
  display: block;
  text-decoration: none;
  color: #333;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.services .item a:hover {
  color: #1ABB9C;
}

/* Responsive */
@media (max-width: 768px) {
  .certification-item {
    flex-direction: column;
    text-align: center;
  }
  
  .cert-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .testimonial-text p {
    margin-left: 15px;
  }
  
  .testimonial-author {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
    .hero-cta {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .resume-download-btn,
  .contact-btn-hero {
    min-width: 200px;
    font-size: 13px;
    padding: 10px 25px;
  }
  
  /* Maintain button alignment on mobile */
  .resume-download-btn {
    margin-top: 20px !important;
  }
  
  .contact-btn-hero {
    margin-top: 20px !important;
  }
}

/* Button Alignment */
@media screen and (min-width: 1200px) {
  .resume-download-btn {
    margin-top: 20px !important;
  }
  
  .contact-btn-hero {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .resume-download-btn {
    margin-top: 20px !important;
  }
  
  .contact-btn-hero {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .resume-download-btn {
    margin-top: 20px !important;
  }
  
  .contact-btn-hero {
    margin-top: 20px !important;
  }
}

/* Dropdown Fixes */
.dropdown-content {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown-content a i {
  width: 18px;
  text-align: center;
  font-size: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

/* Ensure no default link styling interferes */
.dropdown-content a:link,
.dropdown-content a:visited {
  color: #333;
  text-decoration: none;
}

.dropdown-content a:hover:link,
.dropdown-content a:hover:visited {
  color: #fff;
  text-decoration: none;
}

/* Owl Carousel Overrides */
#profiles *,
#profiles .single-profile,
#profiles .profile-link,
.profiles .single-profile,
.profiles .profile-link {
    /* Disable ALL owl carousel related properties */
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    
    /* Disable owl carousel animations */
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    
    /* Disable owl carousel transitions */
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    
    /* Force static positioning */
    position: static !important;
    
    /* Disable backface visibility */
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    
    /* Disable any potential carousel properties */
    float: none !important;
    min-height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: auto !important;
}

#profiles .owl-item,
#profiles .owl-stage,
#profiles .owl-carousel,
.profiles .owl-item,
.profiles .owl-stage,
.profiles .owl-carousel {
    display: none !important;
}

/* Profiles Grid */
@media screen and (max-width: 768px) {
    #profiles .col-sm-6,
    .profiles .col-sm-6 {
        width: 100% !important;
        float: none !important;
        padding: 0 15px !important;
        margin-bottom: 20px !important;
    }
    
    #profiles .single-profile,
    .profiles .single-profile {
        width: calc(100% - 30px) !important;
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 769px) {
    #profiles .col-sm-6,
    .profiles .col-sm-6 {
        width: 50% !important;
        float: left !important;
        padding: 0 15px !important;
    }
    
    #profiles .single-profile,
    .profiles .single-profile {
        width: calc(100% - 30px) !important;
        margin: 15px auto !important;
    }
}

/* Icon Overrides */
[class^="flaticon-github-logo"]:before,
[class*=" flaticon-github-logo"]:before,
.flaticon-github-logo:before,
body .flaticon-github-logo:before,
html .flaticon-github-logo:before {
    font-size: 48px !important;
}

body .profile-txt .flaticon-github-logo,
html .profile-txt .flaticon-github-logo,
.profile-txt .flaticon-github-logo {
    font-size: 48px !important;
    line-height: 48px !important;
}

.single-profile:hover .profile-txt i.flaticon-github-logo,
.single-profile:hover .profile-txt i.flaticon-github-logo:before,
.single-profile:hover .profile-txt i.flaticon-github-logo:after {
    color: inherit !important;
}

.single-profile:hover .profile-txt i.fa-trophy,
.single-profile:hover .profile-txt i.fa-trophy:before,
.single-profile:hover .profile-txt i.fa-trophy:after,
.single-profile:hover .profile-txt i.fa-rocket,
.single-profile:hover .profile-txt i.fa-rocket:before,
.single-profile:hover .profile-txt i.fa-rocket:after,
.single-profile:hover .profile-txt i.fa-gitlab,
.single-profile:hover .profile-txt i.fa-gitlab:before,
.single-profile:hover .profile-txt i.fa-gitlab:after {
    color: inherit !important;
}

[class^="fa-trophy"],
[class*=" fa-trophy"],
.fa-trophy,
body .fa-trophy,
html .fa-trophy,
[class^="fa-rocket"],
[class*=" fa-rocket"],
.fa-rocket,
body .fa-rocket,
html .fa-rocket,
[class^="fa-gitlab"],
[class*=" fa-gitlab"],
.fa-gitlab,
body .fa-gitlab,
html .fa-gitlab {
    font-size: 48px !important;
    line-height: 48px !important;
}

.fa-trophy:before,
.fa-rocket:before,
.fa-gitlab:before,
body .fa-trophy:before,
body .fa-rocket:before,
body .fa-gitlab:before,
html .fa-trophy:before,
html .fa-rocket:before,
html .fa-gitlab:before {
    font-size: 48px !important;
}

/* Github Stats */
.github-stats-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.github-stats-row .col-xs-4 {
    float: none; /* Disable float for flex items */
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 768px) {
    .github-stats-row .single-profile {
        height: auto;
        min-height: 140px;
        padding: 15px 5px;
    }
    
    .github-stats-row .profile-txt i {
        font-size: 24px !important;
        margin-bottom: 10px;
    }
    
    .github-stats-row .profile-icon-name {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 5px !important;
    }
    
    .github-stats-row .profile-icon-name span {
        font-size: 14px;
    }
}

.single-profile:hover .profile-txt .profile-icon-name span {
    color: #fff !important;
}

/* Lazy Loading */
.lazy-image {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.lazy-image.loaded {
    opacity: 1;
}

.lazy-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.lazy-section.visible {
    opacity: 1;
    transform: translateY(0);
}
