
:root {
  --bg-alt: rgb(10, 3, 48);
  --ptext: #c9d4e2;
  --border: #eff1f4;
  --bg-gradient: linear-gradient(135deg, #0a0770,  #030515,   #0c0c60, #14042f);
  --accent-color: #10044d;
  --accent: #22d3ee;
  --theme-icon-border: rgb(247, 21, 240);
  --theme-hover: rgb(244, 244, 236);
  --hightlight-Name-hover: rgb(211, 172, 252);
  --youtube-btn-text: black;
  --youtube-btn-bg: white;
  --hexa-bg:rgb(3, 5, 100);
  --hexa-text: white;
  --sectionTitle: #ef5ea2, #3cfff8, #e00fc0,#09f071;
  --border-color: #e2e8f0;
  --text-primary:  #0fc6da;
  --text-secondary: #64748b;
  --secondary-color: #b08efe;
  --primary-color: #e7cbf9;
  --bg-secondary: #1e293b;
  --shadow-md: 0 4px 6px -1px rgba(212, 182, 182, 0.1);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);  
  --primary: #00ff9d;
  --secondary: #00c6ff;
  --dark: #0b0f19;
}

.light-theme {
--bg-alt: rgb(229, 222, 247);
--ptext: #0f295c;     
--border: #0c69f4;
--bg-gradient: linear-gradient(135deg,  #b8a9a9, #8d94c3, #103058, #24245e,  #2c0e8f);
--accent-color: #00ffff;
--accent: #0c2577;
--theme-icon-border: rgb(67, 118, 246);
--theme-hover: rgb(32, 1, 1);
--hightlight-Name-hover: Black;
--youtube-btn-text:white;
--youtube-btn-bg:black;
--hexa-bg:rgb(5, 25, 139);
--hexa-text: rgb(11, 5, 66);
--sectionTitle: #700565, #070ca4, #e00fc0,#0a0234;
--primary-color: #6366f1;
--bg-secondary: #1e293b;
--secondary-color: #8b5cf6;
--border-color: #334155;
--text-primary:  #8b5cf6;
--text-secondary: #0c66e4;
--bg-primary: #ffffff;
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
--gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

html,
body {
font-family: Muli, sans-serif;
font-size: 16px;
overflow-x: hidden;
width: 100%;
scroll-behavior: smooth;
}

.section {
  background: var(--bg-alt);
  padding: 90px 0;
}

.section-title {
 font-family: 'Abril Fatface', serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 12px;
  background:linear-gradient(to right, var(--sectionTitle));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; 
}




.section-title:hover {
  background:linear-gradient(to right, #09c5cf, #2204cd, #e00fc0,#0793be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; 
}


/* Custom Cursor */
.cursor {
width: 20px;
height: 20px;
border: 3px solid rgb(9, 225, 9);
border-radius: 50%;
position: fixed;
pointer-events: none;
z-index: 9999;
transition: all 0.1s ease;
transform: translate(-50%, -50%);
}

.cursor-follower {
  width: 10px;
  height: 10px;
  background: yellow;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  transition: all 0.15s ease;
  transform: translate(-50%, -50%);
}
.cursor-follower1 {
  width: 8px;
  height: 8px;
  background: rgb(245, 58, 217);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  transition: all 0.15s ease;
  transform: translate(-50%, -50%);
}

.cursor-dot {
  width: 6px;
  height: 6px;
  background: rgb(213, 106, 149);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9997;
  opacity: 0.6;
  animation: fadeDot 0.8s ease-out forwards;
}


@keyframes fadeDot {
   0% {
opacity: 0.8;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(0);
}
}

@media (max-width: 768px) {
body {
cursor: auto;
}
.cursor,
.cursor-follower,
.cursor-dot {
display: none;
}
}

     /*navbar*/
.glass-nav {
  z-index: 1030;
   background: #000513;
  backdrop-filter: blur(2px);
  border-bottom: 4px solid var(--border);
}
.navbar-nav {
  flex-direction: column;
}
.navbar-brand { letter-spacing: 0.5px; }

.navbar .nav-link {
  position: relative;
  color: rgb(248, 248, 243);
  margin-left: 0;
  padding: .5rem .25rem;
  transition: color .2s ease;
   background: linear-gradient(to right, rgb(224, 130, 146), rgb(13, 218, 218));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar .nav-link:hover { 
  -webkit-text-fill-color: transparent;

border-radius: 7px; 
border: 2px solid rgba(79, 208, 244, 0.4);
box-shadow:
    0 0 4px rgba(74, 80, 246, 0.4),
    0 0 8px rgba(74, 80, 246, 0.4);
transition: 
    color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
transform: translateY(-3px) scale(1.02);
}


.navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: #00090f;
  transition: transform .25s ease;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after { transform: scaleX(1); }

@media (max-width: 991px) {
  .navbar .nav-link::after {
    bottom: -4px;
  }
}

/* Hero Section */
.hero {
  min-height: 100vh;
  background:url("/assets/images/slides/slide4.png") center / cover no-repeat;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  animation: fadeIn 1.8s ease-in-out;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1.8s ease;
}

.hero h1 {
  color: linear-gradient();
  font-size: clamp(2rem, 5vw, 4rem);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
 
}

.intro-label {
  font-size: 1.2rem;
  color: #59eccc;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-title {
  background: linear-gradient(to right, rgb(50, 6, 228), rgb(26, 0, 25),rgb(36, 30, 59),rgb(91, 1, 37));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  transform: translateX(-20px);
  opacity: 0;
  animation: wordShow 0.3s forwards;
  font-size: 4rem;
}

@keyframes wordShow {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.lead-hero {
  color: rgb(228, 224, 12);
  font-size: 1.8rem;
  margin: 20px 0;
}

.hero-sub {
  font-size: 1.2rem;
  color: #fffcfc;
  margin-bottom: 30px;
  
}

.highlight {
  color: #a78bfa;
  font-weight: 600;
}

.animated-text {
  display: inline-block;
  animation: colorCycle 6s infinite;
}
.hero-btn {
  background: linear-gradient(90deg, #59eccc, #a78bfa);
  border: none;
  font-weight: 600;
  padding: 12px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 20px rgba(89,236,204,0.4);
}

/* Animations */

@keyframes colorCycle {
  0% { color: #59eccc; }
  50% { color: #a78bfa; }
  100% { color: #59eccc; }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 0.3; }
  100% { transform: scale(1); opacity: 0.6; }
}

/* About Section */
.gradient-bg {
  background: var(--bg-gradient);
  color: var(--ptext);
}

.highlight {
  color: var(--accent-color);
}

.btn-outline-light {
border-color:var(--theme-icon-border);
transition: all 0.3s ease;
}
.btn-outline-light:hover {
border-color: var(--theme-icon-border);
background-color: var(--theme-hover);
}

.about-buttons .btn-primary {
  background:  linear-gradient(to right, rgb(97, 4, 105), rgb(27, 67, 185));
  border: 1px solid rgb(211, 172, 252);
  box-shadow:
    0 0 5px rgba(25, 141, 231, 0.9),
    0 0 10px rgba(25, 141, 231, 0.9),
    0 0 15px rgba(25, 141, 231, 0.9);
  transition: all 0.3s ease;
  color: #f6f8fa;
  font-weight: 600;
}
.about-buttons .btn-primary:hover {
background:  linear-gradient(to right, rgb(15, 2, 96), rgb(202, 7, 173));
  border: 1px solid rgb(211, 172, 252);
  transition: background-color 0.3s, color 0.3s;
  box-shadow:
    0 0 8px rgba(25, 141, 231, 0.9),
    0 0 16px rgba(25, 141, 231, 0.9),
    0 0 24px rgba(25, 141, 231, 1);

  transform: translateY(-3px) scale(1.02);
}

/* Profile Image */
.about-img {
  position: relative;
  display: inline-block; 
}
.img-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
 
}

/* About Text and Highlights */

.about-text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}
.about-text .highlight {
  color: #f538f5;
  font-weight: 250;
}
.about-text .highlightName {
   color: #f5f8f7;      
  font-weight: 800;
  font-size: 40px;            
  letter-spacing: 2px;     
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.about-text .highlightName:hover {
    color: var(--hightlight-Name-hover);      
  transform: scale(1.08);
}
#extra-text {
  display: none;
  font-size: 1rem;
   line-height: 1.6;
  animation: fadeIn 1s ease-in-out;
}

 /* about section stat box */
 .about-stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.stat-box {
  background: rgb(1, 1, 35);
  border-radius: 15px;
  padding: 10px;
  color: whitesmoke;
  border: 1px solid rgb(118, 128, 244);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.stat-box:hover {
  color: #f0f0f0;
  background-color: rgb(4, 14, 61);
  transform: translateY(-6px) scale(1.03);
}

/* Skills Section–Neon Style */
#skills {
  padding-top: 100px;
  padding-bottom: 60px;
}

.skill-card {
  position: relative;
  margin-top: 30px;
  background-color: #090123;
  border: 2px solid #4c86fc;
  border-radius: 14px;
  padding: 60px 25px 30px;
  box-shadow:
    0 0 8px rgba(76, 134, 252, 0.6),
    0 0 12px rgba(76, 134, 252, 0.6),
    0 0 24px rgba(76, 134, 252, 0.6);

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
}

.skill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 30px #f564e9;
}

.skill-icon {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  color: #4c86fc;
  padding: 5px 14px;
}

.skill-card h5 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #39ff14;
  text-transform: uppercase;
  border-bottom: 1px solid #39ff14;
  padding-bottom: 8px;
  font-size: 1.1rem;
}

.skill-card p {
  color: #caffc4;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
}

#skillsCarousel .carousel-item {
  height: auto !important;
  min-height: 1px; 
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 0 6px #39ff14);
}

      /* Projects Section */

.projects-filter {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 0.75rem 1.5rem;
  background: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 50px;
  font-weight: 600;
  color: var(--text-primary);
  cursor: pointer;
  transition: var(--transition);
  font-family: inherit;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--gradient-primary);
  color: white;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}

.project-card {
  background: var(--bg-primary);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-2xl);
}

.project-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow);
}

.project-card:hover .project-image img {
  transform: scale(1.1);
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: rgba(99, 102, 241, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transition: var(--transition);
}

.project-card:hover .project-overlay {
  opacity: 1;
}

.project-link {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
}

.project-link:hover {
  transform: scale(1.2) rotate(10deg);
}

.project-info {
  padding: 1.5rem;
}

.project-tags {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.tag {
  padding: 0.25rem 0.75rem;
  background: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.85rem;
  color: var(--primary-color);
  font-weight: 500;
}

.project-info h3 {
  font-size: 1.3rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  transition: var(--transition);
}

.project-card:hover .project-info h3 {
  color: var(--primary-color);
}

.project-info p {
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Experience section */
.exp-card {
display: flex;
flex-direction: column;
margin: auto;
padding: 40px;
background: linear-gradient(180deg, #98579581, #79bee9);
color: #ffffff;
border: 1px solid #1b7bef;
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.exp-card:hover {
transform: scale(1.15);
}
.experience-card {
 background: linear-gradient(180deg, #201c45, #2c1779);
border: 1px solid rgb(127, 245, 229);

}
   /* Service Section - hexa design */
.hex {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1 / 0.86;
  clip-path: polygon(
    50% 0%, 93% 25%, 93% 75%,
    50% 100%, 7% 75%, 7% 25%
  );
  background-color: var(--hexa-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hex-content {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
  padding: 1rem;
  color: #fff;
}

#services .row + .row {
  margin-top: clamp(-60px, -6vw, -30px);
}
.service-icon{
  color: rgb(247, 238, 172);
  font-size: 2.3rem;
}


/* YouTube Section */
.youtube-card {
  background: rgb(204, 219, 240);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.youtube-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
  border-color: #300cc2;
}

.youtube-card h5 {
  color: var(--ptext);
  font-weight: 600;
}

 /* CERTIFICATES section */
.certification-card {
font-family: 'Bebas Neue', cursive;
background: rgb(1, 1, 35);
border: 1px solid #fff;
border-radius: 15px;
padding: 10px;
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
box-shadow: 0 0 10px rgb(97, 154, 245), 0 0 15px rgb(57, 57, 194), 0 0 20px rgb(29, 24, 174);
text-align: center; 
}
.certification-card:hover {
background: linear-gradient(135deg, rgb(42, 1, 41), rgb(35, 35, 88), rgb(2, 41, 124));
color: #fff;
transform: translateY(-8px);
}

.certification-card img.cert-logo {
 width: 60px;
 height: 60px;
 object-fit: contain;
 transition: transform 0.3s ease;
 margin-bottom: 15px;
}

.certification-card:hover img.cert-logo {
filter: none;
}

.certification-card .cert-name {
font-weight: 600;
color: #0ff;
margin-bottom: 5px;
transition: 0.3s;
}

.certification-card:hover .cert-name {
color: rgb(230, 178, 23);
}

.certification-card .cert-issuer {
font-size: 0.9rem;
color: #f4adad;
transition: 0.3s;
margin-bottom: 15px;
}

.certification-card:hover .cert-issuer {
color: #0f0;
}

 /*  EDUCATION section */


/* Panel */
.education-panel {
  display: block;
}

/* Container */
.education-container {
  position: relative;
  max-width: 1200px;
  margin: 60px auto 0;
}

/* Vertical Line */
.education-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    var(--primary),
    var(--secondary),
    transparent
  );
}

/* education Item */
.education-item {
  position: relative;
  width: 50%;
  padding: 0 50px 60px;
}

/* Left Side */
.education-item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: 70px;
}

/* Right Side */
.education-item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: 70px;
}

/* education Dot*/
.education-dot {
  position: absolute;
  top: 15px;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 0 20px var(--primary);
  animation: pulse-dot 2s infinite;
}

.education-item:nth-child(odd) .education-dot {
  right: -9px;
}

.education-item:nth-child(even) .education-dot {
  left: -9px;
}

/* Pulse Animation */
@keyframes pulse-dot {
  0%, 100% {
    box-shadow: 0 0 15px var(--primary);
  }
  50% {
    box-shadow: 
      0 0 30px var(--primary),
      0 0 50px var(--primary);
  }
}

/* Content Card */
.education-content {
  background: linear-gradient(
    135deg,
    rgba(187, 88, 230, 0.4),
    rgb(142, 204, 243)
  );
  border: 1px solid rgba(82, 212, 238, 0.08);
  border-radius: 20px;
  padding: 42px;
  transition: all 0.4s ease;
}

.education-content:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 255, 157, 0.4);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* Date */
.education-date {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 14px;
}

/* Title */
.education-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #430361;
}

/* Institute */
.education-company {
  font-size: 15px;
  color: black;
  margin-bottom: 10px;
}

.education-company i {
  margin-right: 6px;
}

/* Description */
.education-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

@media (max-width: 768px) {
  .education-line {
    left: 10px;
  }

  .education-item {
    width: 100%;
    left: 0 !important;
    padding: 0 0 50px 40px;
    text-align: left !important;
  }

  .education-dot {
    left: 1px !important;
    right: auto;
  }

  .education-content {
    padding: 22px;
  }
}

/* Gallery section */
.carousel-item img {
object-fit: cover;
width: 100%!important ;
height: auto!important ;
object-fit: cover;
border: 1px solid rgb(108, 199, 236);
border-radius: 5px;
}


/* Tablet and up */
@media (min-width: 768px) {
  .carousel-item img {
    width: 100%!important ;
    height: auto!important ;
  }
}

/* Optional: Extra large screens */
@media (min-width: 1200px) {
  .carousel-item img {
    width: 100%!important ;
    height: auto!important ;
  }
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1) brightness(200%); 
  background-color: rgba(0, 0, 0, 0.4); 
  border-radius: 50%;              
  padding: 15px;   
}

/* Call to action section */
.call-to-action-section {
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.call-to-action-section .container {
  max-width: 900px;
  margin: 0 auto;
}

.cta-box {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(135deg, rgba(94, 3, 117, 0.642), rgba(75, 54, 150, 0.705), rgb(59, 57, 137));
  color: #c6bbd5;
  padding: 30px 20px;
  border-radius: 50px;
  border: px solid;
  border-image: linear-gradient(135deg, rgb(224, 39, 184), rgb(175, 175, 234)) 1;
  transition: transform 0.5s ease;
  position: relative;
  overflow: hidden;
  color: #0fe7f2;
}
.cta-box:hover {
   background: linear-gradient(135deg,rgb(52, 50, 114), rgb(45, 32, 95),rgb(61, 2, 75));
  color: #c6bbd5;
  transform: scale(1.2);
  border-image: linear-gradient(135deg, rgb(168, 230, 235), rgb(241, 55, 238)) 1;
  transform: translateY(-5px);
}

.cta-title {
  font-size: 2.5rem;
  margin-bottom: 15px;

}

.cta-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #f3e1e1;
  line-height: 1.6;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 2px solid #f9faf4;
  color: #15c8df;
  padding: 12px 25px;
  font-size: 1.1rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #3f014198;
  color: #0bc8cb;
  transform: scale(1.05);
  border: 2px solid #ffffff;
}

.cta-button .icon i {
  font-size: 1.4rem;
}
/* Contact Form Section */

.contact-form {
  background: linear-gradient(135deg, #2b0e4a, #03122c);;
  border-radius: 12px;
  border: 1px solid rgb(175, 175, 240);
}
.contact-form .form-label {

  font-size: 18px;
  font-weight: 600;
  color: rgb(237, 196, 196);
}

.contact-form .form-control {
  background: #7c8dcf;
  border: 1px solid var(--border);
  color: black;
  border-radius: 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #00020c;
  box-shadow: 0 0 8px rgba(0, 9, 20, 0.4);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin: 10px 0;
  padding: 12px;
  border: 1px solid black;
  background: black; 
  color:  #0f295c; 
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #080000;
  opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color:#0f295c;
  box-shadow: 0 0 8px black;
}


/* Social Links Styling */

.social-link a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(251, 251, 255, 0.3);
}


/* button for theme change */
#themeToggle {
  position: fixed;
  right: 10px;
  border-radius: 100%;
  bottom: 10px;
  color: var(--ptext);
  z-index: 1;
}

   /* Footer Section */
.footer {
 background: #000513;
 border-top-width: 6px !important;
}
.quick-links a:hover {
  background: linear-gradient(45deg, #f0589f,#fe78b7, #07c4f8) !important;
}
.quick-links li:hover {
  background: linear-gradient(45deg, #f0589f,#f0589f, #05daf2) !important;
}
.social-link a i {
  transition: all 0.4s ease;
}
.social-link a:hover i {
  background: linear-gradient(45deg, #f0589f,#f0589f, #09bff1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Width of scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #060112; /* dark background */

}

/* Scrollbar thumb (draggable part) */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #06b6d4, #ec4899);
  border-radius: 2px;
  transition: background-color 0.3s;
}

/* Hover effect for thumb */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ec4899, #06b6d4);
}


