:root {
  /* Blue Shades */
  --primary-dark: #192c61;
  --primary-light: #43537e;

  /* Orange Shades */
  --accent-dark: #e97f3b;
  --accent-light: #ef9762;

  /* black shades */
  --black-dark: #010101;
}
.fs-25{
  font-size: 25px !important;
}
.meet-the-team,
.bg-orange {
  background-color: var(--accent-dark) !important;
}

.bg-black {
  background-color: var(--black-dark) !important;
}
.brands-logo-slider{
    overflow: hidden;
}

.logo-slider .slick-track{
    display:flex !important;
    align-items:center;
}

.logo-slider .slick-slide{
    margin:0 5px;
    width:auto !important;
}

.logo-slider .slick-slide img{
    width: 160px;
  /* same width for all */
  height: 150px;
  /* same height for all */
  object-fit: contain;
  /* image distortion avoid */
  display: block;
  margin: 0 auto;
}
.brands-logo-slider .logo-slider {
  display: flex;
  align-items: center;
}

.brands-logo-slider .logo-slider div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.brands-logo-slider .logo-slider img {
  width: 160px;
  /* same width for all */
  height: 150px;
  /* same height for all */
  object-fit: contain;
  /* image distortion avoid */
  display: block;
  margin: 0 auto;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--primary-dark);
  color: #ffffff;
}

h1,
.h1 {
  font-size: 90px;
  font-weight: 600;
  /* SemiBold */
}

h2 {
  font-size: 50px;
}

.navbar-expand-lg {
  padding-top: 30px;
}

.home-page .navbar-brand {
  width: 100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  /* SemiBold */
}

.hero,
.our-work-section,
.project-header,
.talk-to-us {
  padding: 40px 0 0 0;
}

.hero .pl-70 {
  padding-left: 70px;
}

.hero h1 {
  font-size: 90px;
  font-weight: 600;
}

.hero p {
  font-size: 20px;
  line-height: 1.6;
}
.services-title{
      font-size: 60px;
}
.hero .btn-outline-custom {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0px;
  font-size: 23px;
  list-style: 1.6;
  padding: 10px 20px;
}

.hero .btn-outline-custom:hover,
.meet-team-checkbox:hover {
  color: #fff;
  /* color: var(--primary-dark); */
}

.meet-team-checkbox a:hover {
  color: var(--primary-dark);
}

.projects-section .btn:hover {
  color: var(--primary-dark);
}

.hero .box-illustration {
  max-width: 100%;
}

.what-is-the-box .container {
  background-color: var(--primary-light);
  padding: 50px 150px;
  color: #ffffff;
}

.what-is-the-box .box h2 {
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 45px;
  margin-bottom: 20px;
}

.what-is-the-box .box p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

.meet-team-checkbox {
  border: 1px solid #fff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0;
  font-size: 23px;
  line-height: 1.6;
  margin: auto;
  display: block;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.meet-team-checkbox a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

/* Hover Effect */
.meet-team-checkbox:hover {
  background-color: #fff;
  border-color: #fff;
}

.meet-team-checkbox:hover a {
  color: var(--primary-dark); /* Red text */
}
.btn-outline-custom:hover,
.btn-outline-custom:focus {
  color: var(--primary-dark) !important; /* Red text */
  background-color: #fff !important;
  border-color: #fff !important;
}
.projects-section .container {
  background-color: var(--primary-light);
  padding: 50px 50px;
}

.projects-section h3 {
  font-size: 60px;

}

.btn-outline-light {
  border: 1px solid #ffffff;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  padding: 10px 20px;
}

.project-card {
  background-color: #848fac;
  padding: 50px 50px;
}

.project-card span.tag,
.more-tag {
  border: 1px solid #ffffff;
  border-radius: 0px;
  font-weight: 600;
  font-size: 20px;
  padding: 5px 20px;
}

.project-card h2 {
  padding: 10px 0px;
  color: #fff;
}

.services-section .container {
  padding: 50px 50px;
  background-color: var(--primary-light);
  color: #fff;
}

.services-box {
  background-color: #5b6b91;
  padding: 50px;
  color: #fff;
}

.service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.service-item:hover {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transform: translateX(10px);
}

.service-item .left {
  display: flex;
  color: #fff;
  align-items: center;
}

.circle-number {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
}

.arrow {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  font-size: 24px;
  color: #fff;
}

/* 🔥 HOVER EFFECT */
.service-item:hover {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.service-item:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}

.service-item:hover .circle-number {
  background: rgba(255, 255, 255, 0.2);
}

.btn-outline-light {
  border-radius: 3px;
  padding: 10px 20px;
}

.blog-section .container {
  padding: 30px 30px;
  background-color: var(--primary-light);
  color: #fff;
}

.blog-title {
  font-size: 60px;
  color: #fff;
  /* font-weight: 600; */
}

.blog-card {
  background-color: #5b6b91;
  padding: 75px;
  border-radius: 0px;
  height: 100%;
  transition: 0.3s;
}

.bg-orange .blog-card {
  background-color: rgba(255, 255, 255, 0.15);
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  margin-bottom: 15px;
}

.date-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
  margin-bottom: 10px;
  color: #ffffff;
}

.blog-heading {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.btn-outline-light {
  border-radius: 0px;
  padding: 10px 20px;
}

.touch-with-we .container {
  background-color: #4b5e86;
  border-radius: 0px;
  padding: 50px 20px;
  text-align: center;
}

.touch-with-we .idea-box img {
  width: 300px;
  margin-bottom: 15px;
}

.touch-with-we .idea-box h2 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.touch-with-we .btn-custom {
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 5px;
  padding: 8px 18px;
  font-size: 22px;
  border-radius: 0px;
}

.touch-with-we .btn-custom:hover {
  background-color: #ffffff;
  color: var(--primary-dark);
}
.touch-with-we .btn-custom a,
.btn-custom a{
color: #ffffff;
    text-decoration: none;
}

a.btn-custom {
  background-color: var(--primary-dark);
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: transparent;
  display: inline-block;
}

a.btn-custom:hover {
  background-color: #ffffff;
  color: var(--primary-dark);
} 
/* Connect Section */
.connect-title {
  margin: 40px 0 20px;
  font-weight: 600;
}

.social-box img {
  width: 40px;
  padding: 5px 5px;
  /* height: 30px; */
  /* background-color: #e67e3c; */
  margin: 10px;
  display: inline-block;
  max-width: 50px;
  box-sizing: content-box;
}

/* Footer Links */
.footer-links a {
  color: #ffffff;
  font-size: 20px;
  margin: 0 10px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
}

.checkbox-area {
  width: 100%;
  margin: 30px auto 0 auto;
  /* center horizontally */
  text-align: center;
}

.checkbox-area img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
  /* extra safety */
}
.meet-team-section {
  padding: 40px 0 0 0;
}
.meet-team-section .section-text,
.our-work-section p {
  font-size: 20px;
  line-height: 1.6;
}

.divider {
  border: 2px solid #ffffff;
  margin: 10px 0;
}

.founder {
  position: relative;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

.founder::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 83%;
  height: 3px;
  background: #fff;
  z-index: -1;
}

/* Founder Box */
.founder-box {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0px;
}

.founder-box h3 {
  font-size: 55px;
}

.our-teams h3 {
  font-size: 55px;
}

/* Founder image placeholder */
.founder-img {
  width: 230px;
  height: 250px;
  /* background: #fff; */
  border-radius: 10px;
  margin: auto;
}

/* Button */
.btn-email {
  border: 1px solid #fff;
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
  border-radius: 0px;
  padding: 10px 20px;
}

.founder p {
  font-size: 20px;
  line-height: 1.6;
}

.our-team {
  background-color: var(--accent-light);
}

.our-team .content {
  background-color: var(--accent-dark);
  height: auto;
  padding: 0px;
}
.our-team .content img{
   width: 100%;
  height: 100%;
  object-fit: contain;
}
.careers-section {
  color: #fff;
}
.careers-section .roles-box .role-box {
  font-size: 20px;
}

/* Top box */
/* Title */
.careers-title {
  font-size: 50px;
}

/* Button */
.btn-career {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 18px;
  font-size: 20px;
  border-radius: 0px;
  font-weight: 500;
}

.btn-career:hover {
  background: #fff;
  color: var(--accent-dark);
}

/* Roles box */
.roles-box {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0px;
  padding: 40px;
}

/* Lists */
.career-list,
.career-desc {
  list-style: none;
  padding: 0;
  margin: 0;
}

.career-list li {
  font-weight: 600;
  padding: 6px 0;
  font-size: 20px;
}

.career-desc li {
  padding: 6px 0;
  font-size: 20px;
  opacity: 0.95;
}

.careers-box {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0px;
  margin-top: 40px;
}

.meet-the-team .social-box img {
  /* background-color: var(--primary-dark); */
}

/* Links */
.footer-links a {
  color: #ffffff;
  margin: 0 10px;
  text-decoration: none;
  font-size: 18px;
}

.footer-links a:hover {
  color: #fff;
}

/* bottom links */
.footer-bottom-links a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #fff;
}

.what-is-the-box .box h1 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 50px;
}

/* line */
.footer-line {
  position: relative;
  width: 90%;
  height: 1px;
  background: #fff;
  border: none;
  margin: 0 auto;
  top: 0px;
}

.footer .social-service {
  display: flex;
  justify-content: center;
}

.our-service {
  background-color: #e87490;
}

.project-card .project-image img {
  height: 500px;
}

.marketing-strategies .card-custom {
  background-color: #e87591;
  border: none;
  padding: 20px;
  color: white;
  text-align: left;
  height: 100%;
}

.marketing-strategies .card-inner {
  background: rgba(255, 255, 255, 0.15);
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.marketing-strategies .image-placeholder {
  background-color: #c65470;
  /* height: 200px; */
  margin-bottom: 20px;
}
.marketing-strategies .image-placeholder img {
  height: 400px;
  width: 100%;
}
.blog-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.blog-btn .read-more-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  font-weight: 400;
  font-size: 24px;
  padding: 8px 18px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}
.blog-btn .read-more-btn:hover {
  background-color: #ffffff;
  color: var(--primary-dark);
}

.marketing-strategies h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.marketing-strategies p {
  font-size: 20px;
  line-height: 1.6;
}

.marketing-strategies .btn-custom {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 15px;
  font-size: 20px;
  background: transparent;
  transition: 0.3s;
  align-self: flex-start;
}

.marketing-strategies .btn-custom:hover {
  background: #fff;
  color: #d9627f;
}

.cta-section {
  padding: 0px 20px;
}

.cta-section .cta-box {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 50px 20px;
  text-align: center;
  color: #fff;
}

.cta-section .cta-icon {
  font-size: 60px;
}

.cta-section .cta-icon img {
  width: 300px;
}

.cta-section .cta-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.cta-section .btn-custom {
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 5px;
  padding: 8px 18px;
  font-size: 22px;
  border-radius: 0px;
}

.cta-section .btn-custom:hover {
  background: #fff;
  color: #d96a84;
}

.our-serice-footer .social-box img {
  /* background-color: var(--primary-dark); */
}

.marketing-strategies::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 3px;
  background: #fff;
  z-index: -1;
}

.our-work-page {
  background-color: #010101;
}

.our-work-blogs .project-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 0px;
}

.our-work-blogs .tag {
  display: inline-block;
  font-size: 27px;
  padding: 5px 10px;
  border-radius: 0px;
  margin-bottom: 10px;
}

.our-work-blogs .project-title {
  font-size: 50px;
  margin-bottom: 20px;
}

.our-work-blogs .project-images img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.our-work-blogs .btn-outline-light {
  border: 1px solid #aaa;
  font-size: 25px;
  font-weight: 500;
}

.our-work-blogs {
  position: relative;
  /* जरूरी */
}

.our-work-blogs::before {
  content: "";
  position: absolute;
  top: 0px;
  /* adjust spacing above section */
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 2px;
  background: #fff;
}

.our-words-page {
  /* background-color: #e64c56; */
  background-color: #4b2e83;
}

.blogs-section {
  color: #fff;
  width: 100%;
  position: relative;
}

#our-words {
  width: 100%;
  position: relative;
}

#our-words::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 3px;
  background: #fff;
  z-index: -1;
}

.blogs-section .post-title {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-size: 25px;
  padding-top: 10px;
}

.blogs-section .post-title.bolder {
  font-weight: 900;
}

.blogs-section .post-title:hover {
  text-decoration: underline;
}

.blogs-section .post-img {
  transition: 0.4s ease;
}

.blogs-section p {
  font-size: 20px;
}

.blogs-section .post-img:hover {
  transform: scale(1.05);
}

.blogs-section .blog-card {
  background-color: transparent;
  padding: 10px;
}

.blogs-section .fs-40 {
  font-size: 50px;
  margin-bottom: 10px;
}

.blogs-section h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.blogs-section .blog-card img {
  border-radius: 0px;
  transition: 0.4s;
  margin-bottom: 30px;
}

.blogs-section .post-title:hover {
  text-decoration: none;
}

.blogs-section .blog-card img:hover {
  transform: scale(1.05);
}

.blogs-section .blog-card h5 {
  margin-top: 20px;
}

.blogs-section .badge-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 6px 10px;
  font-size: 20px;
}

.footer .footer-links {
  display: flex;
  justify-content: center;
}

.connect-form .form-control,
.connect-form .form-select {
  background-color: #fff;
  color: #6b6b6b;
  border: 1px solid #fff;
  border-radius: 0;
}

.connect-form .form-control option,
.connect-form .form-select option {
  background-color: #fff;
  color: #6b6b6b;
}
img.our-words-image{
   width: 100%;
  max-width: 500px;
  height: auto;
}
.our-service-image{
   width: 100%;
  max-width: 500px;
  height: auto;
}
/* popup */
.contact-modal {
    max-width: 500px;
}
.contact-modal .modal-content{
  border-radius: 0px;
  background-color: #e97f3b;
}
.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

/* Close Button */
.btn-close {
    box-shadow: none;
    color: #fff;
}

/* Labels */
.connect-form label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
}

/* Inputs */
.connect-form .form-control {
    height: 40px;
    /* border: 1px solid #192c61; */
    border-radius: 6px;
    padding: 4px 6px;
    box-shadow: none;
}

.connect-form textarea.form-control {
    height: 60px;
    resize: none;
}
/* Focus */
.connect-form .form-control:focus {
    border-color: #192c61;
    box-shadow: 0 0 0 0.2rem rgba(70, 132, 209, 0.15);
}

/* Submit Button */
.btn-submit {
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

/*.btn-submit:hover {*/
/*    background: #fff;*/
/*    color: #fff;*/
/*}*/
.scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    border: none;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: all .3s ease;
    z-index: 9999;
}

.scroll-top:hover {
    background: transparent;
    transform: translateY(-3px);
}
.talk-to-us p, .hero p,
  .our-work-section p{
  text-align: justify;
}
.project-card span,
.project-card span.tag, .more-tag{
  display: block;
}
.our-team-image,
.slider-our-team img {
    width: 100%;
    display: block;
}

.slider-our-team .slick-dots {
    bottom: 15px;
}
@media (max-width: 768px) {
  .talk-to-us p, hero p,
  .our-work-section p{
  text-align: center;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.blogs-section p{
  text-align: left;
}
#view-all{
  font-size: 15px;
  padding: 5px 3px;
}

.project-card span,
.project-card span.tag, .more-tag{
  display: none;
}

  .carousel.slide .carousel-item img {
    width: 100%;
    height: 100%;

}
  .our-service-image{
   width: 100%;
  max-width: 100%;
  height: auto;
}
  img.our-words-image{
   width: 100%;
  max-width: 500px;
  height: auto;
}
   .project-header h1,
   .talk-to-us h1 {
    font-size: 40px !important;
  }
     .talk-to-us p{
      text-align: left;
     }
  .footer .footer-links {
    flex-direction: column;
  }

  .footer-links a {
    padding: 10px 0px;
    font-size: 21px;
  }

  .project-card div {
    flex-direction: column;
  }

  .our-work-blogs .btn-outline-light {
    font-size: 20px;
  }

  .our-work-blogs .project-images img {
    height: 100%;
  }

  .marketing-strategies h2 {
    font-size: 30px;
  }

  .founder-box h3 {
    font-size: 44px;
    margin-top: 20px;
  }
.meet-the-team,
.our-service{
  text-align: center;
}
.careers-title{
  font-size: 26px;
}
  .cta-section .cta-icon img {
    width: 250px;
  }

  .hero {
    padding: 40px 0px 0px 0px;
  }

  .hero .pl-70 {
    padding-left: 0px;
  }

  .services-box,
  .blog-card {
    padding: 20px;
  }

  .projects-section .container,
  .services-section .container,
  .touch-with-we .container {
    padding: 20px 20px;
  }

  .project-card .project-image img {
    height: auto;
  }

  .meet-team-section h1,
  .hero h1,
  .project-header h1 {
    font-size: 40px;
  }

  .meet-team-section p,
  .hero p,
  .what-is-the-box .box p,
  .our-work-section ,
  .founder p,
  .ethos-texts,
  .marketing-strategies p,
  .talk-to-us p, hero p, .our-work-section p
{
    text-align: left !important;
  }

  .what-is-the-box h1 {
    font-size: 30px;
  }

  .what-is-the-box .container {
    padding: 20px 20px;
  }

  .meet-team-checkbox {
    font-size: 20px;
  }
.btn-mobile-center{
     display: block;
    width: fit-content;
    margin: 1rem auto 0;
}
  .projects-section h3 {
    font-size: 30px;
    margin: auto;
    text-align: center;
  }
.touch-with-we .idea-box h2,
.cta-section .cta-title{
  font-size: 25px;
}
.founder-box  .row{
  padding: 10px !important;
}
.founder-img img{
  max-width: 200px;
  margin-top: 20px;
}
.blog-bttns{
      display: flex;
    justify-content: center;

}
.cta-section .btn-custom{
  width: 100%;
}
.touch-with-we .btn-custom,
.cta-section .btn-custom 
{
  padding: 8px 10px;
  font-size: 18px;
}
.touch-with-we .idea-box img{
  margin-bottom: 0px;
}
  .project-card {
    padding: 20px;
    margin-bottom: 20px;
  }

  .services-title {
    font-size: 30px;
      margin: auto;
       text-align: center;
  }
.blog-title{
  text-align: center;
  font-size: 30px;
  margin: auto;
  margin-bottom: 20px;
}
  .project-card h2{
     text-align: center;
    font-size: 20px;
  }
  .blog-heading {
    text-align: center;
    font-size: 25px;
  }
  .our-work-section h1 {
    font-size: 40px;
  }
  .service-item {
    font-size: 22px;
  }

  .circle-number {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .footer .social-box {
    width: 50px;
    height: 50px;
  }

  .connect-title {
    font-size: 30px;
  }

  .founder::before {
    top: -4%;
  }

  .footer h3 {
    font-size: 30px;
  }

  .blogs-section .w-75 {
    width: 100% !important;
  }
  .marketing-strategies .card-custom {
    text-align: center;
  }
  .marketing-strategies .image-placeholder img {
    height: 100%;
  }
  .founder-img {
    width: 100%;
    height: 100%;
  }
  .our-teams h3{
    font-size: 35px;
  }
  .our-work-section .box-illustration{
    width: 100%;
  }
  .our-work-blogs .project-title{
    font-size: 20px;
  }
 .bg-black,
 .our-words-page,
 .talk-to-us,
 .talk-to-us p{
  text-align: center;
 }
 .project-header h1{
  font-size: 30px !important;
 }
 .project-detail-section ul li{
  text-align: start;
 }
 .blogs-section h2,
 .blogs-section h2 .fs-40{
  font-size: 35px;
 }
 .get-in-touch-image{
  max-width: 300px !important;
  width: 300px !important;
 }
 .connect-form{
  padding:0% 0%;
 }
 .btn-outline-light,
 .blog-btn .read-more-btn{
  font-size: 18px;
 }
 .project-card span.tag, .more-tag{
  font-size: 18px;
 }
  .project-card-header
   {
    flex-direction: column;
    align-items: center !important;
  }

  .project-card-header .tag {
    margin-bottom: 10px;
  }

  .project-card-header .btn {
    margin: 0 auto;
  }
   .mobile-btn-project {
    display: table !important;
    margin: 15px auto 0;
  }
   /* Center dropdown */
  .navbar-nav .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    text-align: center;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 10px;
  }
.navbar-expand-lg .navbar-nav .nav-link{
  padding: 20px;
  gap: 20px;
}
  .navbar-nav .dropdown-item {
    color: #fff;
    background: transparent !important;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
.navbar-toggler-icon{
    background-image:none;
    width:28px;
    height:2px;
    background:#fff;
    position:relative;
    transition:.3s;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after{
    content:"";
    position:absolute;
    width:28px;
    height:2px;
    background:#fff;
    left:0;
    transition:.3s;
}

.navbar-toggler-icon::before{
    top:-8px;
}

.navbar-toggler-icon::after{
    top:8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background:transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before{
    top:0;
    transform:rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after{
    top:0;
    transform:rotate(-45deg);
}

  .blogs-section .fs-40 {
    font-size: 23px;
  }
  .service-item {
        align-items: flex-start;
        padding: 20px 0;
    }

    .circle-number {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        font-size: 14px;
        margin-right: 0;
    }

    .service-item  .left {
        gap: 12px;
    }

   .service-item   .left span {
        font-size: 18px;
        line-height: 1.5;
    }

   .service-item   .arrow {
        display: none; /* Optional: hide arrow on mobile */
    }
.navbar-nav .nav-link{
    opacity: 0;
    transform: translateY(20px) rotateX(-70deg) scale(.96);
    transform-origin: 50% 50% 0;
    transition: all .7s cubic-bezier(.19,1,.22,1);
}

.navbar-collapse.show .nav-link{
    opacity: 1;
    transform: translateY(0) rotateX(0) scale(1);
}
}
/* Mobile Only */
@media (max-width: 991.98px) {

  .navbar{
    position: relative;
    z-index: 1050;
  }

  .mobile-menu{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
   height: 500px;
    z-index: 1040;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: var(--primary-dark);;

    padding: 80px 20px 40px;

    overflow-y: auto;
  }
  .meet-the-team .mobile-menu{
    background-color: var(--accent-dark) !important;
  }
.our-service .mobile-menu{
    background-color: #e87490 !important;
  }
  .our-work-page .mobile-menu,
  .bg-black .mobile-menu{
    background-color: #010101 !important;
    height: 660px;
  }
  .our-words-page .mobile-menu{
    background-color: #4b2e83 !important;
  }
  .mobile-menu .navbar-nav{
    width: 100%;
    text-align: center;
  }

  .mobile-menu .nav-item{
    margin: 0px 0;
  }
 .mobile-menu.collapse:not(.show){
    display: none !important;
  }

  .mobile-menu.collapse.show{
    display: flex !important;
  }
  .mobile-menu .nav-link{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
  }
   .text-sm-start{
        text-align: left !important;
    }

  /* Toggle button always on top */
  .navbar-toggler{
    position: relative;
    z-index: 1051;
  }

  .navbar-brand{
    position: relative;
    z-index: 1051;
  }

}
 .meet-team-checkbox:hover{
 background-color: #fff;
 }
 .meet-team-checkbox a:hover{
        color: var(--primary-dark);
  }
.ethos-text .word{
    opacity: .15;
    transition: opacity .3s;
}

.ethos-text .word,
.ethos-texts .word {
  opacity: 0.12;
   transition: opacity .3s;
  display: inline-block;
}