/* Base Navbar */
/* Apply custom cursor site-wide */
body {
  cursor: url('magic_cursor.png'), auto;
}

/* Apply custom cursor to all links */
a {
  cursor: url('magic_cursor.png'), pointer;
}


.navbar {
  background: solid;
  background-color: #fff;
  transition: all 0.4s ease;
  padding: 0rem 2rem;
  border-bottom: 1px solid transparent;
}

/* Navbar after scroll */
.navbar.scrolled {
  background: #fff;
  margin-top:2%;
  margin-left:15%;
  max-width:70%;
  opacity:0.9;
  border-bottom: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 0rem 2rem;
  border-radius: 30px; /* slightly tighter curve */
}

/* Brand Logo/Text */
.navbar-brand {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  transition: font-size 0.3s ease, color 0.3s ease;
}

.navbar-brand img {
    max-height:70px;
}
.navbar.scrolled .navbar-brand {
  font-size: 1.3rem;
  color: #000;
}

/* Nav Links */
.nav-link {
  color: #000;
  font-weight: 500;
  margin-left: 1.5rem;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.nav-link:hover {
  color: #ff6600; /* accent color */
  opacity: 0.8;
}

.book-btn {
    margin-left: 1.5rem;
}

.navbar.scrolled .book-btn-item{
    display:none;
}

/* Section Styling for Demo */
.section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
}
.section:nth-child(even) {
  background: #fff;
}


.footer {
  background-color: #ebf1f3;
  color: #777777;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #777777;
}

.footer-link {
  color: #777777;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: #ff6600; /* accent color */
}

.footer p {
  margin-bottom: 0.5rem;
  color: #777777;
}

.footer ul {
  list-style-type: square;   /* square bullets */
  color:orangered;
  padding-left: 1.2rem;      /* indent for bullets */
}
.footer ul li {
  margin-bottom: 0.5rem;     /* spacing between items */
}

/* Contact icons */
.footer p i {
  margin-right: 8px;
  color: #ff6600;   /* accent color for icons */
  font-size: 1rem;
}

.footer-logo img {
    max-height: 100px;
}

.email-form {
  background: transparent;
  padding: 10px;
}

.email-input {
  border: 1px solid #ff4500;
  border-right: none;
  padding: 12px;
  font-size: 1rem;
  color: #555;
}

.send-btn {
  background-color: #ff4500;
  color: #fff;
  border: 1px solid #ff4500;
  transition: all 0.3s ease;
}

.send-btn:hover {
  background-color: #fff;
  border: 1px solid #ff4500;
  color: #ff4500;
  transform: scale(1.02);
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.form-check-label {
  color: #666;
  font-size: 0.95rem;
}


/* Social Icons */
.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  border: 2px solid black;
}

.social-link {
  color: #777777;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.social-link:hover {
  color: #ff6600;
}

/* Make carousel full screen */
.carousel,
.carousel-item,
.carousel-item img,
.carousel-item video {
  height: 100vh;
}

.carousel-item img,
.carousel-item video {
  object-fit: cover;
}

/* Caption styling */
.carousel-caption {
  background: transparent;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-align:left;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0;
  transition: opacity 0.3s ease;
}

    
/* Show arrows when hovering over carousel */
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
  opacity: 1;
  color:orangered;
}

/* Arrow icons styling */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 2rem 2rem;
  filter: invert(0); /* white arrows */
}


    /* Section background */
    .ambition-section {
         padding: 80px 0;
    }
    
    /* Inline-block layout */
    .ambition-heading,
    .ambition-text {
      display: inline;
      vertical-align: top;
    }
    
    /* Widths */
    .ambition-heading {
        margin-top:25px;
        position :absolute;
        width: 25%; /* small column */
    }
    
    .ambition-text {
    margin-left:13%;
      width: 75%; /* big column */
    }
    
    /* Typography */
    .ambition-heading {
      font-family: 'poppins', sans-serif;
      font-size: 1.25rem;
      font-weight: 400;
      color: #333;
    }
    
    .ambition-text {
      font-family: 'Source Serif Pro', serif; /* or Lora/Merriweather */
      font-size: 3.25rem;
      line-height: 1.5;
      font-weight: 500;
      color: #111;
    }
    
    /* Underline effect */
    .underline {
      text-decoration: underline;
      text-decoration-color: #000;
      text-decoration-thickness: 2px;
    }

    
    
.video-section{
    margin-bottom :60px;
}

.video-wrapper {
  max-width: 1200px;
}


/* Default cursor (Play text image) */
#customVideo.play-cursor {
  cursor: url('play.png'), auto;
}

/* Cursor when video is playing (Pause text image) */
#customVideo.pause-cursor {
  cursor: url('pause.png'), auto;
}

.selected-work-section {
  background: #fff;
}

.selected-work-section .container {
  padding-top: 10px;
  border-top: 1px solid #000;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  display: inline-block;
}

/* Card styling */
.work-card {
  padding: 40px 0;
  overflow: hidden;
  border-radius: 8px;
  cursor: url('magic_cursor.png'), auto; /* custom arrow cursor */
}

.work-card img {
  transition: transform 0.4s ease;
}

.work-card:hover img {
  transform: scale(1.05);
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.work-card:hover .overlay {
  opacity: 1;
}

.overlay-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
}

.overlay-content h4 {
  font-size: 1.4rem;
  color:grey;
  margin-bottom: 10px;
}

.tags span {
  display: inline-block;
  border: 1px solid black;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 0.85rem;
  margin: 3px;
}

.featured-news-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.featured-news-section .container {
  padding-top: 10px;
  border-top: 1px solid #000;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 5px;
}

/* Image shapes */
.news-img img {
  transition: transform 0.4s ease;
}

.news-img.circle img {
  border-radius: 50%;
}

.news-img.square img {
  border-radius: 0;
}

/* Hover overlay */
.news-card {
  position: relative;
  cursor: url('magic_cursor.png'), auto; /* custom arrow cursor */
}

.news-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.8);
}

/* Label styling */
.news-label {
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.85rem;
  margin-top: 10px;
}

/* Text */
.news-title {
  font-family: 'Poppins', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #111;
}

.news-desc {
  font-size: 0.9rem;
  color: #555;
}

.see-more-wrapper {
  display: flex;
  justify-content: center;
}

.see-more-btn {
  width:100%;
  background: transparent;
  border: 2px solid #000;
  border-radius: 150px;
  padding: 40px 80px;
  font-size: 4rem;
  font-weight: 400;
  color: #000;
  transition: all 0.4s ease;
  cursor: pointer;
}

/* Hover animation */
.see-more-btn:hover {
    border: none;
  background: #fff84b;
  color: #000;
  transform: scale(1.01);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}



/* Portfolio Section */
.portfolio-section {
  padding: 80px 0;
  background: linear-gradient(-135deg, #f9f9f9 50%, #fff 50%);
}

.portfolio-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(90deg, #ff0000, #ff6600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}


.portfolio-description {
  font-family: 'Fredoka One', sans-serif;
  font-size: 1.1rem;
  color: #555;
}

/* Card Styling */
.portfolio-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.portfolio-card img {
  object-fit: cover;
  height: 250px;
}

.card-body {
  padding: 1rem;
}

.card-title {
  font-family: 'Raleway', sans-serif;   /* modern font */
  font-size: 1.3rem;
  font-weight: 700;
  color: #ff0000;                       /* accent color */
  position: relative;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

/* Hover effect */
.portfolio-card:hover .card-title {
  color: #ff0000;
}

/* Decorative underline */
.card-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #ff0000;
  margin-top: 6px;
  border-radius: 2px;
  transition: width 0.6s ease;
}

.portfolio-card:hover .card-title::after {
  width: 100px;
}

/* Client Section */
.client-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #fff, #f9f9f9); /* smooth vertical gradient */
}

/* Heading with underline effect */
.client-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 1rem;
  color: #333;
}

.client-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #ff0000;
  margin-top: 8px;
  border-radius: 2px;
  transition: width 0.6s ease;
}

.client-section:hover .client-title::after {
    width:150px;
}

/* Description */
.client-description {
  font-family: 'Fredoka One', sans-serif;
  font-size: 1rem;
  color: #555;
}

/* Client Card */
.client-card {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
}

.client-card:hover {
  transform: scale(1.05);
  opacity: 1;
}

.client-logo {
  max-height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

.client-name {
  font-size: 0.95rem;
  color: #444;
  font-weight: 500;
}

/* Contact Section */
.contact-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f9f9f9, #fff);
}

/* Titles */
.contact-title, .form-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #333;
  position: relative;
}

.contact-title::after, .form-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #ff0000;
  margin-top: 8px;
  border-radius: 2px;
}

/* Info Items */
.info-item {
    font-family: 'Fredoka One', sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #555;
  transition: transform 0.3s ease;
}

.info-item i {
  font-size: 1.5rem;
  color: #ff0000;
  margin-right: 12px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.info-item:hover {
  transform: translateX(5px);
}

.info-item:hover i {
  transform: scale(1.2);
  color: #e05500;
}

/* Form */

.consultation-form .form-label {
    font-family: 'Fredoka One', sans-serif;
}
.consultation-form .form-control {
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #ddd;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.consultation-form .form-control:focus {
  border-color: #ff0000;
  box-shadow: 0 0 8px rgba(255, 102, 0, 0.2);
}

.consultation-form .btn {
  background: #ff0000;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.consultation-form .btn:hover {
  background: #e05500;
}

/* Blog Section */
.blog-section {
  padding: 40px 0;
  background: #fff;
}

.blog-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ff0000;
}

.blog-description {
  font-family: 'Fredoka One', sans-serif;
  font-size: 1rem;
  color: #555;
}

/* Blog Card */
.blog-card-link {
  text-decoration: none;
  color: inherit;
}

.blog-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border-color: #ff0000; /* hover border color */
}

.blog-card img {
  object-fit: cover;
  height: 220px;
}

.card-body {
  padding: 1rem;
  text-align: left;
}

.blog-card-title {
  font-family: 'Raleway', sans-serif;
  color:#111;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.blog-card-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #ff0000;
  margin-top: 6px;
  border-radius: 2px;
  transition: width 0.6s ease;
}

.blog-card:hover .blog-card-title::after {
  width: 100px;
}

.card-text {
  font-size: 0.95rem;
  color: #666;
}


/* Services Section */
.services-section {
  padding: 80px 0;
  background: #fff;
}

.services-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ff0000;
}

.services-description {
  font-family: 'Fredoka One', sans-serif;
  font-size: 1rem;
  color: #555;
}

/* Service Card */
.service-card {
  border: 2px solid #ff0000;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 10px rgba(255,0,0,0.3);
  background: #fff5f5; /* subtle red tint */
}

/* Icon */
.service-icon {
  font-size: 2.5rem;
  color: #ff0000;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.service-card:hover .service-icon {
  color: #cc0000;
}

/* Title & Text */
.service-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.service-text {
  font-size: 0.95rem;
  color: #666;
}

.grid-section {
  background: #fff;
}

.grid-section h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000;
}

.grid-section p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Yellow circle accent */
.yellow-circle {
  width: 25px;
  height: 25px;
  background: #ffeb3b;
  border-radius: 50%;
  margin-bottom: 10px;
}

 .portfolio-video {
      padding: 60px 20px;
      text-align: left;
      border-top:2px solid grey;
    }
    .portfolio-video h2 {
      font-weight: 600;
      font-size: 2rem;
      margin-bottom: 20px;
    }
    .portfolio-video p {
      font-size: 1.1rem;
      color: #555;
      margin-bottom: 40px;
    }
    .video-card {
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 30px;
      transition: transform 0.3s ease;
    }
    .video-card:hover {
      transform: translateY(-5px);
    }