*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}

html,body {
    margin: 0;
      font-family: 'Montserrat';
    width: 100%;
    overflow-x: hidden;
}


/* top-section */


.color{
  color:#c83063;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    

    height: 57px;
    padding: 0 27px;

    background-color: #1F2F5D;
    
}


.top-bar-left-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar img {
  
    padding-right: 11.25px;
    border-right: 1.13px solid #FFFFFF;
}

.top-bar-text {
    font-size: 16px;
    letter-spacing: 0.11em;
    color: #FFFFFF;
    text-decoration:none;
   
}

.uder-line{
  text-decoration:none;
  color:#ffffff;
  font-weight:500;
}

.top-bar-right-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-bar-link {
    font-size: 16px;
    letter-spacing: 0.11em;
    color: #FFFFFF;
    text-decoration: none;
}

.top-bar-right-dot {
    width: 4.5px;
    height: 4.5px;
    background-color: #FFFFFF;
    border-radius: 50%;
}


.navbar-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:relative;
    width: 100%;
    
   
    
    z-index: 1000;
    padding: 18px 27px;
    

    background-color: #FFFFFF;
}
.navbar-section.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.top-bar,
.navbar-section {
    width: 100%;
    max-width: 100%;
}


.navbar-left,
.navbar-right {
    display: flex;
    gap: 20px;
}

.navbar-left-right-links {
   font-size:15.75px;
    letter-spacing: 0.11em;
    color: #1F2F5D;
    text-decoration: none;
}

.navbar-logo img {
    width: 78px;
    height: auto;
}


.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.hamburger span {
    width: 24px;
    height: 2px;
    background-color: #1F2F5D;
}


.mobile-menu {
    display: none;
    flex-direction: column;
    padding: 24px;
    background-color: #FFFFFF;
    border-top: 1px solid #ddd;

     position: fixed;         
    top: 62px;        
                
    left: 0;                   
    width: 100%;               
    z-index: 999;              
}

.mobile-menu a {
    padding: 12px 0;
    font-size: 14px;
   
    color: #1F2F5D;
    text-decoration: none;
    font-family: 'Montserrat';
}

.mobile-menu hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 16px 0;
}

.mobile-menu.active {
    display: flex;
}


@media (max-width: 768px) {

    .top-bar {
        display: none;
    }

    .navbar-section {
        width: 100%;
        padding: 16px 20px;
    }

    .navbar-left,
    .navbar-right {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {

    .top-bar {
        display: none;
    }

    .navbar-section {
        width: 100%;
        padding: 16px 24px;
    }

    .navbar-left,
    .navbar-right {
        display: none;
    }

    
    .hamburger {
        display: flex;
    }
}
 
/* main section */

.cs-hero{
  background:linear-gradient(180deg,#1F2F5D 0%,#2A4073 50%,#1F2F5D 100%);
  padding:100px 24px;
  color:#fff;
  font-family:'Playfair Display',serif;
}

.cs-hero-inner{
  max-width:1100px;
  margin:0 auto;
}

.cs-back{
  color:#c9d2ea;
  text-decoration:none;
  font-size:14px;
  display:inline-block;
  margin-bottom:40px;
}

.cs-title{
  font-size:72px;
  font-weight:500;
  margin:0 0 20px;
}

.cs-sub{
  font-size:20px;
  line-height:1.7;
  color:#d6def5;
  max-width:620px;
  margin-bottom:60px;
}

.cs-stats{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:40px;
}

.cs-stat h3{
  color:#ff3b6b;
  font-size:40px;
  margin:0 0 8px;
}

.cs-stat span{
  font-size:12px;
  letter-spacing:1.5px;
  color:#c9d2ea;
}

@media(max-width:576px){
  .cs-title{
    font-size:48px;
  }

  .cs-sub{
    font-size:16px;
  }

  .cs-stats{
    flex-direction:column;
    gap:28px;
  }
}

/* gallery section */

.cases {
    font-family: 'Montserrat', sans-serif;
    padding: 40px 60px 80px;
    background: #f4f5f7;
}

.filters {
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
}

.filters button {
    border: none;
    padding: 10px 18px;
    border-radius: 20px;
    background: #e6e7eb;
    font-size: 14px;
    cursor: pointer;
}

.filters .active {
    background: #e63b63;
    color: #fff;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 30px;
}

.case-card p {
    font-size: 14px;
    color: #6b7280;
    margin: 14px 0 10px;
    line-height: 1.6;
}

.case-card a {
    color: #e63b63;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.image {
    height: 230px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #e63b63;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
}

.overlay small {
    font-size: 12px;
    opacity: 0.8;
}

.overlay h3 {
    font-size: 20px;
    margin: 6px 0 0;
    line-height: 1.3;
}

@media (max-width: 900px) {
    .cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .cases {
        padding: 30px 18px 60px;
    }

    .filters {
        flex-wrap: wrap;
    }

    .cases-grid {
        grid-template-columns: 1fr;
    }
}


/* popup */

.case-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    overflow-y: auto;
    z-index: 9999;
}

.case-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    background: radial-gradient(circle at top, #0f1c3d, #050b1f 70%);
    color: #fff;
}

.hero {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(5,11,31,0.2), #050b1f 80%);
}

.nav {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 24px 40px;
}

.logo {
    letter-spacing: 2px;
}

.close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 40px;
    max-width: 900px;
}

.hero h1 {
    font-size: 64px;
    line-height: 1.05;
    margin: 12px 0 28px;
}

.meta {
    display: flex;
    gap: 60px;
}

.content {
    padding: 60px 40px;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

.results {
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.results h2 {
    font-size: 40px;
}

.cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top:40px;
}

.r-card {
    background: rgba(255,255,255,0.05);
    border-radius: 14px;
    padding: 28px;
    width: 260px;
}

.r-card b {
    display: inline-block;
    background: #ff3b6b;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-bottom: 10px;
}

.quote {
    max-width: 700px;
    margin: 0 auto 80px;
    font-size: 22px;
}

.cta {
    background: linear-gradient(135deg, #ff3b6b, #d61a53);
    width:50%;
    border-radius: 20px;
    padding: 50px 20px;
    text-align: center;
    margin-bottom: 80px;
    gap:20px;
    
}

.cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.button-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.links a{
    text-decoration:none;
    color:#ff3b6b;
    margin:10px;
}
.btn {
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.primary {
    background: #fff;
    color: #d61a53;
}

.outline {
    border: 1px solid #fff;
    color: #fff;
}

.footer {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 20px 40px 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    opacity: 0.7;
}

@media (max-width: 576px) {
    .hero h1 { font-size: 38px; }
    .meta { flex-direction: column; gap: 20px; }
    .two-col { grid-template-columns: 1fr; gap: 40px; }
}

/* sucess story */

.success-cta {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 70px 20px;
    background: linear-gradient(180deg, #F9FBFF 0%, #F0F2F8 100%);

    display: flex;
    flex-direction: column;
    align-items: center;
}

.success-cta h2 {
    font-size: 40px;
    font-weight: 600;
    color: #2f3e63;
    margin-bottom: 18px;
    padding:10px;
}

.success-cta p {
    font-size: 16px;
    color: #6b7280;
    max-width: 760px;
    margin: 10 auto 30px;
    line-height: 1.7;
    text-align: center;
}

.success-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    padding:10px;
   
}

.btn {
    padding: 14px 26px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.primary {
    margin:10px;
    background: #d93a62;
    color: #fff;
    box-shadow: 0 8px 18px rgba(217,58,98,0.35);
}

.outline {
    border: 2px solid #2f3e63;
    color: #2f3e63;
    background: transparent;
    margin:10px;
}

@media (max-width: 768px) {
    .success-cta h2 {
        font-size: 30px;
    }

    .success-cta p br {
        display: none;
    }

    .success-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 220px;
        text-align: center;
    }
}




/* Footer Section */


.footer {
  width: 100%;

  padding: 15px 32px;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
}

.footer-top {
  display: flex;
  justify-content: center;
  border-bottom: 0.45px solid #e5e7eb;
  padding-bottom: 24px;
  gap: 180px;
}

.footer-column {
  width: 182px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-column h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-column li {
  font-size: 18px;
  color: #374151;
  font-family: "Montserrat";
}

.footer-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 180px;
  padding-top:20px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-logo {
  width: 80px;
}

.footer-tagline {
  font-size: 14px;
  color: #6b7280;
}

.footer-subscribe {
  position: relative;
  width: 260px;
}

.footer-subscribe input {
  width: 100%;
  height: 42px;
  padding: 0 90px 0 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}

.footer-subscribe button {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.footer-description {
  width: 377px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-social h4 {
  margin: 0;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons img {
  width: 20px;
  height: 20px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  padding: 18px 0;
  font-size: 13px;
  color: #6b7280;
  gap: 400px;
}

.footer-bottom p {
  font-size: 17px;
}

@media (max-width: 767px) {
  .footer {
    width: 100%;
    padding: 24px 16px;
    gap: 36px;
  }

  .footer-top {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    width: 100%;
    align-items: center;
  }

  .footer-column ul {
    align-items: center;
  }

  .footer-middle {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .footer-description {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    width: 100%;
    padding: 40px 32px;
  }

  .footer-top {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    column-gap: 64px;
    row-gap: 32px;
    text-align: left;
  }

  .footer-column {
    width: 100%;
  }

  .footer-middle {
    gap: 24px;
  }

  .footer-description {
    width: 100%;
    max-width: 360px;
    font-size: 22px;
    line-height: 32px;
  }
}
