.elementor-48 .elementor-element.elementor-element-b79d747{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-48 .elementor-element.elementor-element-986d28a{width:100%;max-width:100%;margin:-10px -10px calc(var(--kit-widget-spacing, 0px) + -10px) -10px;}.elementor-48 .elementor-element.elementor-element-d3ead2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-48 .elementor-element.elementor-element-d3ead2c:not(.elementor-motion-effects-element-type-background), .elementor-48 .elementor-element.elementor-element-d3ead2c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-48 .elementor-element.elementor-element-c5b90a6{width:100%;max-width:100%;margin:-13px -13px calc(var(--kit-widget-spacing, 0px) + -13px) -13px;}body.elementor-page-48{margin:-20px -20px -20px -20px;}@media(max-width:767px){body.elementor-page-48{margin:-20px -20px -20px -20px;}}/* Start custom CSS for html, class: .elementor-element-986d28a *//** {*/
      /*      margin: 0;*/
      /*      padding: 0;*/
      /*      box-sizing: border-box;*/
      /*  }*/

        body {
            /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;*/
            font-family: Sans-Serif;
            background: #f4d35e;
            color: #1a1a2e;
            cursor: none;
            overflow-x: hidden;
        }

        /* Custom Cursor */
        /* .cursor-dot {
            width: 20px;
            height: 20px;
            background: #1a1a2e;
            border-radius: 50%;
            position: fixed;
            pointer-events: none;
            z-index: 10000;
            transition: transform 0.15s ease, opacity 0.15s ease;
            transform: translate(-50%, -50%);
            mix-blend-mode: difference;
        } */
         /* .cursor-dot {
            width: 16px;
            height: 16px;
            background: white;
            border: 2px solid black;
            border-radius: 50%;
            position: fixed;
            pointer-events: none;
            z-index: 10000;
            transform: translate(-50%, -50%);
            mix-blend-mode: difference;
        }

        .cursor-dot.hover {
            transform: translate(-50%, -50%) scale(2);
            opacity: 0.5;
        } */

        /* Header */
        .header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            padding: 2rem 3rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 100;
        }

        .logo {
            width: 80px;
            height: 80px;
            background: #1a1a2e;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            font-weight: 800;
            color: #f4d35e;
            font-style: italic;
            transition: transform 0.3s ease;
        }
        .logo a{
            color: #f4d35e;
            text-decoration: none;
        }

        .logo:hover {
            transform: rotate(360deg);
        }

        .nav-buttons {
            display: flex;
            gap: 1rem;
            align-items: center;
        }

        .btn {
            padding: 1rem 2rem;
            background: white;
            border: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            cursor: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .btn a{
            color: #000;
            text-decoration: none;
        }
        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .hamburger {
            width: 60px;
            height: 60px;
            background: #1a1a2e;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 5px;
            cursor: none;
            transition: all 0.3s ease;
            border: none;
            padding: 0;
        }

        .hamburger:hover {
            transform: scale(1.1);
        }

        .hamburger span {
            width: 25px;
            height: 3px;
            background: #f4d35e;
            border-radius: 3px;
            transition: all 0.3s ease;
        }

        .hamburger.active span:nth-child(1) {
            transform: rotate(45deg) translate(7px, 7px);
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -7px);
        }

        /* Hero Section */
        .hero-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 0 3rem;
            position: relative;
            margin-bottom: 0px;
        }

        .hero-content {
            max-width: 1400px;
            /* margin: 0 auto; */
            width: 100%;
        }

        .hero-title {
            /* font-size: 6.5rem;
            font-weight: 800;
            line-height: 1.1;
            margin: 22px;
            margin-top: 12px !important;

            animation: fadeInUp 1s ease-out; */
             /* font-size: 4.5rem;
            font-weight: 800;
            line-height: 1.1;
            margin: 22px;
            margin-top: 12px !important;

                    /* margin-bottom: 2rem; */
            /* animation: fadeInUp 1s ease-out; */ */
        }
        .about-text2{
            max-width: 1400px;
            width: 100%;
        }
        .about-text2 h1{
            font-size: 4.5rem;
            font-weight: 800;
            line-height: 1.1;
            margin: 22px;
            margin-top: 12px !important;

                    /* margin-bottom: 2rem; */
            animation: fadeInUp 1s ease-out;
        }
        .about-text2 p{
            font-size: 1.5rem;
            font-weight: 500;
            line-height: 2.1;
            margin: 22px;
            margin-top: 12px;
        }
        

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .hero-subtitle {
            font-size: 1.5rem;
            line-height: 1.8;
            max-width: 800px;
            animation: fadeInUp 1s ease-out 0.3s backwards;
        }

        .phone-button {
            position: fixed;
            bottom: 3rem;
            right: 3rem;
            padding: 1.5rem 2.5rem;
            background: white;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            gap: 1rem;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            cursor: none;
            animation: fadeInUp 1s ease-out 0.6s backwards;
            z-index: 9999;
        }

        .phone-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
        }

        /* Decorative Circles */
        .deco-circle {
            position: fixed;
            border-radius: 50%;
            opacity: 0.3;
            pointer-events: none;
        }

        .circle-1 {
            width: 400px;
            height: 400px;
            background: rgba(255, 255, 255, 0.5);
            bottom: -100px;
            right: -100px;
            animation: float 8s ease-in-out infinite;
        }

        .circle-2 {
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.3);
            top: 50%;
            right: 10%;
            animation: float 10s ease-in-out infinite reverse;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-30px); }
        }

        /* Full Screen Menu */
        .fullscreen-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: #1a1a2e;
            z-index: 999;
            display: flex;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .fullscreen-menu.active {
            opacity: 1;
            visibility: visible;
        }

        .menu-left {
            flex: 1;
            padding: 8rem 3rem 3rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .menu-logo {
            width: 100px;
            height: 100px;
            background: #f4d35e;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            font-weight: 800;
            color: #1a1a2e;
            font-style: italic;
            margin-bottom: 3rem;
            opacity: 0;
            transform: translateX(-50px);
            transition: all 0.5s ease 0.2s;
        }

        .fullscreen-menu.active .menu-logo {
            opacity: 1;
            transform: translateX(0);
        }

        .menu-nav {
            list-style: none;
        }

        .menu-nav li {
            margin-bottom: 2rem;
            opacity: 0;
            transform: translateX(-50px);
            transition: all 0.5s ease;
        }

        .fullscreen-menu.active .menu-nav li:nth-child(1) { transition-delay: 0.3s; opacity: 1; transform: translateX(0); }
        .fullscreen-menu.active .menu-nav li:nth-child(2) { transition-delay: 0.4s; opacity: 1; transform: translateX(0); }
        .fullscreen-menu.active .menu-nav li:nth-child(3) { transition-delay: 0.5s; opacity: 1; transform: translateX(0); }
        .fullscreen-menu.active .menu-nav li:nth-child(4) { transition-delay: 0.6s; opacity: 1; transform: translateX(0); }
        .fullscreen-menu.active .menu-nav li:nth-child(5) { transition-delay: 0.7s; opacity: 1; transform: translateX(0); }
        .fullscreen-menu.active .menu-nav li:nth-child(6) { transition-delay: 0.8s; opacity: 1; transform: translateX(0); }

        .menu-nav a {
            color: white;
            text-decoration: none;
            font-size: 4rem;
            font-weight: 900;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .menu-nav a:hover {
            color: #f4d35e;
            transform: translateX(20px);
        }

        .menu-right {
            width: 500px;
            padding: 8rem 3rem 3rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 2rem;
        }

        .menu-box {
            background: rgba(244, 211, 94, 0.1);
            border: 2px solid #f4d35e;
            border-radius: 20px;
            padding: 3rem;
            cursor: none;
            transition: all 0.3s ease;
            opacity: 0;
            transform: translateX(50px);
        }

        .fullscreen-menu.active .menu-box:nth-child(1) {
            transition-delay: 0.9s;
            opacity: 1;
            transform: translateX(0);
        }

        .fullscreen-menu.active .menu-box:nth-child(2) {
            transition-delay: 1s;
            opacity: 1;
            transform: translateX(0);
        }

        .menu-box:hover {
            background: rgba(244, 211, 94, 0.2);
            transform: translateY(-10px) rotate(2deg);
            animation: shake 0.5s ease;
        }

        @keyframes shake {
            0%, 100% { transform: translateX(0) rotate(0deg); }
            25% { transform: translateX(-5px) rotate(-2deg); }
            75% { transform: translateX(5px) rotate(2deg); }
        }

        .menu-box-title {
            font-size: 2rem;
            font-weight: 800;
            color: white;
            margin-bottom: 1rem;
        }

        .menu-box-text {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 1.5rem;
        }

        .menu-box-icon {
            font-size: 3rem;
        }

        .close-menu {
            position: absolute;
            top: 2rem;
            right: 3rem;
            width: 60px;
            height: 60px;
            background: transparent;
            border: 2px solid #f4d35e;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: #f4d35e;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0;
            transform: scale(0);
            z-index: 1000;
        }

        .fullscreen-menu.active .close-menu {
            opacity: 1;
            transform: scale(1);
            transition-delay: 0.5s;
        }

        .close-menu:hover {
            background: #f4d35e;
            color: #1a1a2e;
            transform: rotate(90deg) scale(1.1);
        }


        /* Responsive */
        @media (max-width: 1024px) {
            /* .hero-section{
                min-height: 120vh;
            } */
            .hero-title {
                font-size: 5rem;
            }

            .menu-nav a {
                font-size: 3rem;
            }

            .menu-right {
                width: 400px;
            }
        }

        @media (max-width: 768px) {
            .header {
                padding: 1.5rem;
            }

            .logo {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }

            .nav-buttons .btn {
                display: none;
            }

            .hero-section {
                /* display: none; */
                padding: 0 1.5rem;
                min-height: 50vh !important;
                /* margin-top: 12px; */
                /* margin-bottom: 0px; */
            }

            .hero-title {
                font-size: 3rem;
            }

            .hero-subtitle {
                font-size: 1.2rem;
            }

            .phone-button {
                bottom: 1.5rem;
                right: 1.5rem;
                padding: 1rem 1.5rem;
                font-size: 1rem;
            }

            .fullscreen-menu {
                flex-direction: column;
            }

            .menu-logo{
                position: absolute;
                margin-bottom: 12px;
                top: 10px;
            }

            .menu-left {
                padding: 6rem 1.5rem 2rem;
            }

            .menu-nav li{
                margin: 5px;
                margin: 10px;
            }

            .menu-nav a {
                font-size: 2rem;
                /* font-size: 12px; */
            }

            .menu-right {
                width: 100%;
                padding: 2rem 1.5rem;
            }

            .menu-box {
                padding: 2rem;
            }

            .menu-box-title {
                font-size: 1.5rem;
            }

            .close-menu {
                top: 1.5rem;
                right: 1.5rem;
            }

            .cursor-dot {
                display: none;
            }

            body {
                cursor: auto;
            }

            .btn, .hamburger, .phone-button, .menu-box {
                cursor: pointer;
            }
        }
        
        
        
        
        
        
/* .header{
  position: relative !important;
  background: transparent !important;
} */
.cursor-dot {
            width: 16px;
            height: 16px;
            background: white;
            border: 2px solid black;
            border-radius: 50%;
            position: fixed;
            pointer-events: none;
            z-index: 10000;
            transform: translate(-50%, -50%);
            mix-blend-mode: difference;
        }

        .cursor-dot.hover {
            transform: translate(-50%, -50%) scale(2);
            opacity: 0.5;
        }

        /* .about-text2{
            max-width: 1400px;
            width: 100%;
        } */
        .about-text2 h1{
            font-size: 4.5rem;
            font-weight: 800;
            line-height: 1.1;
            margin: 22px;
            margin-top: 12px !important;

                    /* margin-bottom: 2rem; */
            animation: fadeInUp 1s ease-out;
        }
        .about-text2 p{
          margin-top: 22px !important;
        }

        @media (max-width: 768px) {
          .about-text2{
            margin-top: 72px;
          }
          .about-text2 h1{
            font-size: 2.5rem !important;
            font-weight: 700;
            margin-top: 52px !important;
          }
        }

.phone-button {
            position: fixed;
            bottom: 3rem;
            right: 3rem;
            padding: 1.5rem 2.5rem;
            background: white;
            color: #000;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            gap: 1rem;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            cursor: none;
            animation: fadeInUp 1s ease-out 0.6s backwards;
            z-index: 9999;
            text-decoration: none;
        }

        .phone-button:hover {
            transform: translateY(-5px);
            color: #f4c430;
            background-color: #015293;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
        }

/* SECTION */
.cta-section {
  position: relative;
  /* background: #ffd55a; */
  /* padding: 120px 60px; */
  /* padding: 20px 20px; */
  margin-top: 12px;
  padding-top: 12px;
  padding-left: 22px;
  padding-bottom: 32px;
  bottom: 32px;
  overflow: hidden;
  /* bottom: 12px; */
}

/* BACKGROUND SHAPES */
.cta-bg {
  position: absolute;
  right: -120px;
  bottom: -120px;
  pointer-events: none;
}

.cta-circle {
  position: absolute;
  border-radius: 50%;
}

.cta-circle.white {
  width: 200px;
  height: 200px;
  background: #fadb513f;
  top: -260px;
  left: -100px;
}
.cta-circle.white2 {
  width: 200px;
  height: 200px;
  background: #ffeb91;
  top: -260px;
  left: -100px;
}
.cta-circle.white {
  width: 200px;
  height: 200px;
  background: #b32424;
  top: -60px;
  right: 100px;
}

.cta-circle.orange {
  width: 420px;
  height: 420px;
  background: rgba(255, 165, 0, 0.35);
  bottom: 0;
  right: 0;
}

/* CONTAINER */
.cta-container {
  max-width: 1200px;
  /* margin: 0 auto; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

/* CARD */
/* .cta-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1a1a2e;
  transition: all 0.35s ease;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
} */
 .cta-card {
  /* background: #ffffff; */
  /* background: #015293; */
  background: radial-gradient(
    circle at top left,
    #1a2130,
    #015293 80%);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1a1a2e;

  /* Directional shadow */
  box-shadow: -10px 8px 0 rgba(0, 0, 0, 0.096);

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-card:hover {
  transform: translate(6px, -6px);
  box-shadow: -12px 10px 0 rgb(0, 0, 0);
    /* box-shadow: -12px 10px 0 #015293; */

}


/* .cta-card:hover {
  transform: translateY(-10px);
  box-shadow: 1px 0 20px 20px rgba(0, 0, 0, 0.658);

} */

/* CONTENT */
.cta-content h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  /* color: #ffd24d; */
  color: #fff;
}

.cta-content p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}

.cta-arrow {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}

/* ICON */
.cta-icon {
  font-size: 48px;
}

/* ===================== */
/* RESPONSIVE */
/* ===================== */

@media (max-width: 1024px) {
  .cta-section {
    padding: 100px 40px;
  }

  .cta-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .cta-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .cta-card {
    padding: 30px;

  }

  .cta-circle.orange {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 480px) {
  .cta-section {
    padding: 80px 20px;
  }

  .cta-content h3 {
    font-size: 22px;
  }

  .cta-icon {
    font-size: 40px;
  }
  
}


.test{
    height: 100vh;
}

/* ////////// *//* SECTION */

/* BACKGROUND SHAPES */
.cta-bg2 {
  position: absolute;
  left: 190px;
  bottom: -120px;
  pointer-events: none;
}
.cta-circle.orange2 {
  width: 420px;
  height: 420px;
  background: rgba(255, 166, 0, 0.767);
  bottom: 0;
  right: 0;
}

.about-section {
  position: relative;
  padding: 120px 60px;
  background: #ffffff;
  overflow: visible;
}

/* YELLOW CIRCLE */
.about-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  background: #f4d35e;
  border-radius: 50%;
  bottom: 40px;
  left: -120px;
  z-index: 0;
  /* overflow: hidden; */
  transform: translateX(-120px);
  opacity: 0;
  transition: all 1s ease;
}

/* MAIN CARD */
.about-card {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  /* background: #0e1624; */
  background: #015293;
  border-radius: 40px;
  overflow: hidden;
  /* min-height: 420px; */
  min-height: 120vh;

  opacity: 0;
  transform: translateY(40px);
  /* transition: all 0.8s ease; */
  transition: all 0.4s ease;
}

/* TEXT */
.about-text {
  /* padding: 80px; */
  padding: 80px;
  color: #ffffff;
}

.about-text h1{
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 22px;
    margin-top: 12px !important;

            /* margin-bottom: 2rem; */
    animation: fadeInUp 1s ease-out;
}

.about-text p {
  font-size: 18px;
  line-height: 2.2;
}

/* BUTTON */
.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
}

.about-btn span {
  width: 44px;
  height: 44px;
  background: #f4d35e;
  color: #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
}

.about-img{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* padding-top: 12px; */
  border-top-left-radius: 12px;
}

/* IMAGE */
.about-image img {
  /* margin-top: 54px; */
  /* padding-top: 65px; */
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 72px !important;
}

/* ACTIVE ANIMATION */
.about-card.active {
  opacity: 1;
  transform: translateY(0);
}

.about-card.active ~ .about-circle {
  transform: translateX(0);
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-section {
    padding: 80px 20px;
  }

  .about-card {
    grid-template-columns: 1fr;
  }

  .about-text {
    padding: 50px 30px;
  }

  .about-circle {
    width: 200px;
    height: 200px;
    left: -80px;
    bottom: 20px;
  }
}

@media (max-width: 768px) {
    
    .about-text{
        /* justify-content: space-between; */
        margin-bottom: 12px !important;
        /* padding-bottom: 0px; */
    }
    .about-text h1{
        font-size: 2.2rem;
        margin-left: 0px;
    }
    .about-text p{
      line-height: 1.9;
    }
    /* .about-circle{
      display: none;
    } */
}

/* ////////// */

/* SECTION */
.recruit-section {
  /* padding: 120px 80px; */
  padding: 80px 40px;
  background: #ffffff;
}

.recruit-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* LEFT CONTENT */
.recruit-left h1 {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.1;
  padding-left: 18px;
}

.dot {
  color: #f4c430;
}

.recruit-left p {
  margin-top: 30px;
  font-size: 18px;
  max-width: 480px;
  line-height: 1.9;
  padding-left: 22px;
}

/* CARD */
.recruit-card {
  position: relative;
  border: 2px solid #0b0f1a;
  border-radius: 24px;
  padding: 40px;
  min-height: 300px;
  transition: all 0.35s ease;
  background: #fff;
}

/* LEFT + BOTTOM SHADOW ONLY */
.recruit-card:hover {
  box-shadow:
    -16px 16px 0px #000000;
  transform: translate(6px, -6px);
}

/* CARD CONTENT */
.recruit-card h3 {
  font-size: 32px;
  margin-bottom: 15px;
}

.recruit-card p {
  font-size: 18px;
  max-width: 350px;
}

/* BUTTON */
.card-btn {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  background: #f4c430;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

/* EMOJI ICON */
.card-emoji {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 52px;
}

/* PHONE FLOAT */
/* .phone-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  padding: 16px 24px;
  border-radius: 50px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  font-weight: 600;
} */

/* RESPONSIVE */
@media (max-width: 900px) {
  .recruit-section {
    padding: 80px 20px;
  }

  .recruit-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .recruit-left h1 {
    font-size: 46px;
  }

  .recruit-card {
    padding: 35px;
  }

  .card-emoji {
    font-size: 42px;
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 768px) {
  .recruit-left h1{
    margin-top: 12px;
    margin-left: 12px;
  }
}

/* //// */
/* SECTION */
.finance-section {
  /* padding: 120px 80px; */
  /* padding: 30px 30px; */
  padding-left: 32px;
  padding-right: 32px;
  /* margin-left: 12px; */
  margin-top: -52px;
  margin-bottom: 52px;
  position: relative;
  background-color: #ffffff !important;
}

/* YELLOW DECOR */
.finance-circle {
  position: absolute;
  width: 280px;
  height: 280px;
  background: #f4c430;
  border-radius: 50%;
  bottom: -80px;
  left: -120px;
  z-index: 0;
}

/* GRID */
.finance-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  position: relative;
  z-index: 1;
}

/* CARD */
.finance-card {
  border: 2px solid #0b0f1a;
  border-radius: 28px;
  padding: 40px;
  background: #fff;
  position: relative;
  min-height: 320px;
  /* border: 2px solid #000;; */
  /* opacity: 0; */
  transform: translateY(40px);
  transition: all 0.4s ease;
}

/* SHADOW HOVER (LEFT + BOTTOM) */
.finance-card:hover {
  box-shadow: -16px 16px 0 #000000;
  transform: translate(6px, -6px);
}

/* ACTIVE ANIMATION */
.finance-card.active {
  opacity: 1;
  transform: translateY(0);
}

/* TEXT */
.finance-card h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.finance-card p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 420px;
}

/* BUTTON */
.finance-btn {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: #f4c430;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

/* ICON */
.finance-icon {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 50px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .finance-section {
    padding: 80px 20px;
  }

  .finance-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .finance-card {
    padding: 40px;
  }

  .finance-card h3 {
    font-size: 26px;
  }

  .finance-icon {
    font-size: 42px;
    right: 25px;
    bottom: 25px;
  }

  .finance-circle {
    width: 200px;
    height: 200px;
    left: -80px;
    bottom: -60px;
  }
}
@media (max-width: 768px) {
  .finance-grid{
    margin-top: -142px;
  }
}

/* /////////////////////// footer started */
/* HERO SECTION */
.hero-dark {
  position: relative;
  /* min-height: 70vh !important; */
  height: 70vh;
  padding: 120px 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* background: radial-gradient(
    circle at top left,
    #1a2130,
    #0b0f1a 60%
  ); */
  background: radial-gradient(
    circle at top left,
    #1a2130,
    #015293 80%);
  /* #015293 */
}

/* TEXT */
.hero-content {
  max-width: 900px;
  z-index: 2;
}

.hero-title-f {
  font-size: clamp(3rem, 7vw, 9.5rem);
  font-weight: 900;
  line-height: 1.5;
  color: #fff !important;
}

.hero-title span {
  color: #f4c430;
}

/* YELLOW DOT AFTER TEXT */
.hero-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #f4c430;
  border-radius: 50%;
  margin-left: 8px;
}

/* ANIMATED YELLOW CIRCLE */
.hero-circle {
  position: absolute;
  width: 420px;
  height: 420px;
  background: #f4c430;
  border-radius: 50%;
  top: -120px;
  right: -160px;
  z-index: 1;

  animation: slowFloat 10s ease-in-out infinite;
}

/* DARK TRANSPARENT CIRCLE */
.hero-dark-circle {
  position: absolute;
  width: 380px;
  height: 380px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  right: 120px;
  bottom: -60px;
  z-index: 0;
}

/* ANIMATION */
@keyframes slowFloat {
  0%   { transform: translateY(0) translateX(0); }
  50%  { transform: translateY(25px) translateX(-20px); }
  100% { transform: translateY(0) translateX(0); }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-dark {
    padding: 100px 30px;
  }

  .hero-circle {
    width: 260px;
    height: 260px;
    right: -100px;
    top: -80px;
  }

  .hero-dark-circle {
    width: 220px;
    height: 220px;
    right: 40px;
    bottom: -80px;
  }
}

@media (max-width: 480px) {
  .hero-dark {
    min-height: 70vh;
  }

  .hero-circle {
    width: 200px;
    height: 200px;
  }
}

/* ////////// actual footer started here /// */

/* SECTION */
.footer-section {
  background: radial-gradient(circle at top left, #1a2130, #0b0f1a 60%);
  padding: 100px 80px;
  color: #fff;
  position: relative;
}

/* GRID */
.footer-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr 1fr;
  gap: 60px;
}

/* HEADINGS */
.footer-title {
  color: #f4c430;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-weight: 700;
}

/* TEXT */
.footer-list {
  list-style: none;
}

.footer-list li {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #e6e6e6;
}

.footer-list a {
  color: #e6e6e6;
  text-decoration: none;
}

.footer-list a:hover {
  color: #f4c430;
}

/* CTA CARDS */
.footer-cta {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-cta a{
  text-decoration: none;
}

.cta-card-f {
  display: flex;
  flex-direction: column;
  border: 2px solid #fff;
  border-radius: 26px;
  padding: 40px;
  transition: all 0.3s ease;
  background: transparent;
  color: #FFF;
}

.cta-card-f:hover {
  box-shadow:
    -16px 14px 0px #f4c430;
  transform: translateY(-6px);
}

.cta-card-f h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

.cta-card-f p {
  font-size: 16px;
  opacity: 0.85;
}

/* PHONE BUTTON */
/* .footer-phone {
  position: absolute;
  bottom: 40px;
  right: 80px;
  background: #fff;
  color: #000;
  padding: 16px 26px;
  border-radius: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
} */

/* RESPONSIVE */
@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .footer-section {
    padding: 70px 25px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .cta-card {
    padding: 30px;
  }

  .footer-phone {
    position: static;
    margin-top: 40px;
    width: fit-content;
  }
}

.menu-logo a{
  text-decoration: none !important;
  color: #000;
}


/* recurement section ///////// */
 .recruitment-section {
            padding: 60px 20px;
            background-color: #f9fafb;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
        }

        .grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 40px;
            align-items: center;
        }

        .hero-content h1 {
            font-size: 3rem;
            font-weight: bold;
            line-height: 1.2;
            margin-bottom: 24px;
            color: #111827;
        }

        .hero-content h1 .dot {
            color: #fbbf24;
        }

        .hero-content p {
            font-size: 1.125rem;
            color: #374151;
            line-height: 1.7;
        }

        .slider-wrapper {
            position: relative;
        }

        .slider-box {
            background-color: white;
            border-radius: 24px;
            border: 2px solid #111827;
            padding: 48px;
            min-height: 400px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        .slide-content {
            flex: 1;
        }

        .slide-content h2 {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 24px;
            color: #111827;
        }

        .slide-content p {
            font-size: 1rem;
            color: #374151;
            line-height: 1.7;
        }

        .navigation {
            display: flex;
            gap: 12px;
            margin-top: 32px;
        }

        .nav-btn {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background-color: #fbbf24;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .nav-btn:hover {
            background-color: #f59e0b;
        }

        .indicators {
            display: flex;
            gap: 8px;
            margin-top: 16px;
        }

        .indicator {
            height: 8px;
            border-radius: 4px;
            background-color: #d1d5db;
            width: 8px;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
            padding: 0;
        }

        .indicator.active {
            width: 32px;
            background-color: #fbbf24;
        }

        .phone-badge {
            position: absolute;
            bottom: -24px;
            right: -24px;
            background-color: #fbbf24;
            border-radius: 16px;
            padding: 16px 24px;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .phone-badge:hover {
            background-color: #f59e0b;
        }

        .phone-badge svg {
            width: 20px;
            height: 20px;
        }

        .phone-badge span {
            font-weight: 600;
            font-size: 1.125rem;
            white-space: nowrap;
        }

        @media (min-width: 1024px) {
            .grid {
                grid-template-columns: 1fr 1fr;
                gap: 60px;
            }

            .hero-content h1 {
                font-size: 3.75rem;
            }

            .hero-content p {
                font-size: 1.25rem;
            }

            .slide-content h2 {
                font-size: 2.25rem;
            }

            .slide-content p {
                font-size: 1.125rem;
            }
        }

        @media (max-width: 768px) {
            .recruitment-section {
                padding: 40px 16px;
            }

            .hero-content h1 {
                font-size: 2.5rem;
            }

            .slider-box {
                padding: 32px;
            }

            .phone-badge {
                bottom: -20px;
                right: -16px;
                padding: 12px 20px;
            }

            .phone-badge span {
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .hero-content h1 {
                font-size: 2rem;
            }

            .slide-content h2 {
                font-size: 1.5rem;
            }

            .slider-box {
                padding: 24px;
            }
        }

/* hire section startedd //////// */

.hire-section {
  padding: 100px 20px;
  position: relative;
  background: #fff;
}

.hire-wrapper {
  max-width: 1200px;
  margin: auto;
  background: #0b1220;
  border-radius: 28px;
  padding: 70px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  position: relative;
  overflow: visible; /* IMPORTANT */
}

/* Yellow circle */
.yellow-circle {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  background: #ffd54f;
  border-radius: 50%;
}

/* LEFT */
/* .hire-left h2 {
  color: #fff;
  font-size: 52px;
  line-height: 1.15;
} */
.hire-left{
  /* display: grid; */
  /* grid-template-columns: 1fr 2fr; */
            max-width: 1400px;
            width: 100%;
        }
        .hire-left h2{
          color: #fff;
            font-size: 4.5rem;
            font-weight: 800;
            line-height: 1.1;
            margin: 22px;
            margin-top: 12px !important;

                    /* margin-bottom: 2rem; */
            animation: fadeInUp 1s ease-out;
        }

.dot {
  color: #ffd54f;
}

.pill-switch {
  margin-top: 30px;
  background: #fff;
  display: inline-flex;
  padding: 6px;
  border-radius: 30px;
}

.pill {
  border: none;
  background: transparent;
  padding: 10px 18px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 25px;
}

.pill.active {
  background: #ffd54f;
}

/* CONTENT */
.hire-content {
  position: relative;
  /* width: 50%; */
}

.content-group {
  display: none;
  grid-template-columns: repeat(1, 2fr);
    /* grid-template-columns: repeat(2, 1fr); */

  gap: 20px;
}

.content-group.active {
  display: grid;
}

/* Cards */
.hire-card {
  /* position: ; */
  /* height: ; */
  background: #fff;
  border-radius: 18px;
  padding: 60px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/* OFFSET FOR OVERFLOW EFFECT */
.hire-card.offset {
  transform: translateY(80px);
}

.hire-card:hover {
  transform: translateY(25px);
}

.step {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.step span {
  background: #ffd54f;
  width: 64px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hire-wrapper {
    grid-template-columns: 1fr;
  }

  .content-group {
    grid-template-columns: 1fr;
  }

  .hire-card.offset {
    transform: translateY(0);
  }
}


/* benefits section //////  */
.benefits-section {
            margin: 92px;
            padding: 80px 20px;
            background-color: #1f2937 !important;
            position: relative;
            overflow: hidden;
            border-radius: 74px;
        }

        .yellow-accent {
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background-color: #fbbf24;
            border-radius: 0 0 0 100%;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .section-title {
            font-size: 22px;
            font-weight: bold;
            color: white !important;
            margin-bottom: 40px;
            /* opacity: 0; */
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .section-title.animate {
            opacity: 1;
            transform: translateY(0);
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .benefit-card {
            background-color: white;
            border-radius: 16px;
            padding: 40px;
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.6s ease;
        }

        .benefit-card.animate {
            opacity: 1;
            transform: translateY(0);
        }

        .benefit-card:nth-child(1) {
            transition-delay: 0.1s;
        }

        .benefit-card:nth-child(2) {
            transition-delay: 0.2s;
        }

        .benefit-card:nth-child(3) {
            transition-delay: 0.3s;
        }

        .benefit-card:nth-child(4) {
            transition-delay: 0.4s;
        }

        .benefit-card h3 {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 16px;
            color: #111827;
        }

        .benefit-card p {
            font-size: 1rem;
            color: #6b7280;
            line-height: 1.6;
        }

        /* Two column layout for tablets */
        @media (min-width: 768px) {
            .benefits-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }

            .section-title {
                font-size: 3.5rem;
            }

            .yellow-accent {
                width: 250px;
                height: 250px;
            }
        }

        /* Three column layout for desktop */
        @media (min-width: 1024px) {
            .benefits-section {
                padding: 100px 40px;
            }

            .benefits-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }

            .benefit-card:first-child {
                grid-row: span 2;
            }

            .benefit-card:nth-child(2) {
                grid-column: 2;
            }

            .benefit-card:nth-child(3) {
                grid-column: 2;
            }

            .benefit-card:nth-child(4) {
                grid-column: 1;
            }

            .section-title {
                font-size: 4rem;
            }

            .yellow-accent {
                width: 300px;
                height: 300px;
            }
        }

        @media (max-width: 480px) {
            .section-title {
                font-size: 2.5rem;
            }

            .benefit-card {
                padding: 30px;
            }

            .benefit-card h3 {
                font-size: 1.25rem;
            }
        }
/* contact form section /////////// */

   .contact-section {
            padding: 80px 20px;
            background-color: #f9fafb;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .background-circle {
            position: absolute;
            width: 500px;
            height: 500px;
            border-radius: 50%;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            opacity: 0.1;
            bottom: -250px;
            right: -250px;
            z-index: 0;
        }

        .container {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            width: 100%;
        }

        .form-title {
            font-size: 3rem;
            font-weight: bold;
            color: #111827;
            margin-bottom: 50px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }

        .form-section-title {
            font-size: 1.125rem;
            font-weight: 600;
            color: #111827;
            margin-bottom: 25px;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.8s ease forwards 0.2s;
        }

        .form-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            margin-bottom: 30px;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.8s ease forwards;
        }

        .form-row:nth-child(1) { animation-delay: 0.3s; }
        .form-row:nth-child(2) { animation-delay: 0.4s; }
        .form-row:nth-child(3) { animation-delay: 0.5s; }

        .form-group {
            display: flex;
            flex-direction: column;
        }

        .form-group label {
            font-size: 0.875rem;
            color: #6b7280;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .form-group input,
        .form-group textarea {
            padding: 14px 16px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            font-size: 1rem;
            color: #111827;
            background-color: white;
            transition: all 0.3s ease;
            font-family: inherit;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #fbbf24;
            box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        .upload-area {
            border: 2px dashed #e5e7eb;
            border-radius: 8px;
            padding: 40px 20px;
            text-align: center;
            background-color: white;
            transition: all 0.3s ease;
            cursor: pointer;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.8s ease forwards 0.6s;
        }

        .upload-area:hover {
            border-color: #fbbf24;
            background-color: #fffbeb;
        }

        .upload-icon {
            width: 48px;
            height: 48px;
            margin: 0 auto 16px;
            color: #d1d5db;
        }

        .upload-text {
            font-size: 0.875rem;
            color: #6b7280;
            margin-bottom: 16px;
        }

        .upload-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 24px;
            background-color: #fbbf24;
            color: #111827;
            border: none;
            border-radius: 25px;
            font-size: 0.875rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .upload-btn:hover {
            background-color: #f59e0b;
            transform: translateX(4px);
        }

        .upload-btn svg {
            width: 16px;
            height: 16px;
        }

        .hear-about {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.8s ease forwards 0.7s;
        }

        .hear-about label {
            font-size: 0.875rem;
            color: #6b7280;
            margin-bottom: 8px;
            display: block;
            font-weight: 500;
        }

        .hear-about input {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            font-size: 1rem;
            color: #111827;
            background-color: white;
            transition: all 0.3s ease;
        }

        .hear-about input:focus {
            outline: none;
            border-color: #fbbf24;
            box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.1);
        }

        .recaptcha-wrapper {
            margin: 30px 0;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.8s ease forwards 0.8s;
        }

        .recaptcha-box {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .checkbox-wrapper {
            position: relative;
            display: inline-block;
        }

        .checkbox-wrapper input[type="checkbox"] {
            width: 24px;
            height: 24px;
            cursor: pointer;
        }

        .recaptcha-text {
            font-size: 0.75rem;
            color: #6b7280;
            line-height: 1.5;
        }

        .recaptcha-text a {
            color: #2563eb;
            text-decoration: none;
        }

        .recaptcha-text a:hover {
            text-decoration: underline;
        }

        .recaptcha-logo {
            width: 32px;
            height: 32px;
            margin-left: auto;
        }

        .submit-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 32px;
            background-color: #fbbf24;
            color: #111827;
            border: none;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.8s ease forwards 0.9s;
        }

        .submit-btn:hover {
            background-color: #f59e0b;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
        }

        .submit-btn svg {
            width: 20px;
            height: 20px;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (min-width: 768px) {
            .form-row {
                grid-template-columns: 1fr 1fr;
            }

            .form-title {
                font-size: 3.5rem;
            }

            .background-circle {
                width: 600px;
                height: 600px;
                bottom: -300px;
                right: -300px;
            }
        }

        @media (min-width: 1024px) {
            .contact-section {
                padding: 100px 40px;
            }

            .form-title {
                font-size: 4rem;
            }

            .background-circle {
                width: 700px;
                height: 700px;
                bottom: -350px;
                right: -350px;
            }
        }

        @media (max-width: 480px) {
            .form-title {
                font-size: 2.5rem;
            }

            .upload-area {
                padding: 30px 15px;
            }
        }


      /* bermingam section ///////  */

        .birmingham-section {
            padding: 80px 20px;
            background-color: #f9fafb;
            position: relative;
            overflow: hidden;
        }

        .yellow-circle-top {
            position: absolute;
            top: -100px;
            right: 100px;
            width: 200px;
            height: 200px;
            background-color: #fbbf24;
            border-radius: 50%;
            opacity: 0.3;
            z-index: 0;
        }

        .yellow-shape-bottom {
            position: absolute;
            bottom: -150px;
            right: -150px;
            width: 500px;
            height: 500px;
            background-color: #fbbf24;
            border-radius: 50% 0 0 0;
            z-index: 1;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .content-wrapper {
            display: grid;
            grid-template-columns: 1fr;
            gap: 60px;
            align-items: center;
        }

        .text-content {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards 0.2s;
        }

        .text-content h1 {
            font-size: 3rem;
            font-weight: bold;
            line-height: 1.1;
            color: #111827;
            margin-bottom: 30px;
        }

        .text-content h1 .dot {
            color: #fbbf24;
        }

        .text-content p {
            font-size: 1.125rem;
            color: #374151;
            line-height: 1.8;
            max-width: 600px;
        }

        .image-wrapper {
            position: relative;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards 0.4s;
        }

        .image-container {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            transform: rotate(-2deg);
            transition: transform 0.5s ease;
        }

        .image-container:hover {
            transform: rotate(0deg);
        }

        .image-container img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        .phone-badge {
            position: absolute;
            bottom: 30px;
            right: 30px;
            background-color: #fbbf24;
            border-radius: 50px;
            padding: 16px 28px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            z-index: 3;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .phone-badge:hover {
            background-color: #f59e0b;
            transform: translateY(-4px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
        }

        .phone-badge svg {
            width: 20px;
            height: 20px;
        }

        .phone-badge span {
            font-size: 1.125rem;
            font-weight: 600;
            color: #111827;
            white-space: nowrap;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Tablet */
        @media (min-width: 768px) {
            .text-content h1 {
                font-size: 3.5rem;
            }

            .yellow-circle-top {
                width: 250px;
                height: 250px;
                top: -80px;
                right: 150px;
            }
        }

        /* Desktop */
        @media (min-width: 1024px) {
            .birmingham-section {
                padding: 100px 40px;
            }

            .content-wrapper {
                grid-template-columns: 1fr 1fr;
                gap: 80px;
            }

            .text-content h1 {
                font-size: 4rem;
            }

            .text-content p {
                font-size: 1.25rem;
            }

            .yellow-circle-top {
                width: 300px;
                height: 300px;
                top: -100px;
                right: 200px;
            }

            .yellow-shape-bottom {
                width: 600px;
                height: 600px;
                bottom: -200px;
                right: -200px;
            }

            .phone-badge {
                bottom: 40px;
                right: 40px;
                padding: 18px 32px;
            }
        }

        /* Large Desktop */
        @media (min-width: 1280px) {
            .text-content h1 {
                font-size: 4.5rem;
            }

            .yellow-shape-bottom {
                width: 700px;
                height: 700px;
                bottom: -250px;
                right: -250px;
            }
        }

        /* Mobile */
        @media (max-width: 640px) {
            .birmingham-section {
                padding: 60px 16px;
            }

            .text-content h1 {
                font-size: 2.25rem;
            }

            .text-content p {
                font-size: 1rem;
            }

            .image-container {
                transform: rotate(-1deg);
            }

            .phone-badge {
                bottom: 20px;
                right: 20px;
                padding: 12px 20px;
            }

            .phone-badge span {
                font-size: 1rem;
            }

            .yellow-circle-top {
                width: 150px;
                height: 150px;
                top: -50px;
                right: 50px;
            }

            .yellow-shape-bottom {
                width: 350px;
                height: 350px;
                bottom: -100px;
                right: -100px;
            }
        }



/* ================================
   APPLY SECTION
================================ */
/* BASE */
.apply-section {
  position: relative;
  padding: 80px 20px;
  /* padding: 40px 20px; */
  background: #fff;
  overflow: hidden;
}

.apply-inner {
  max-width: 1200px;
  margin: auto;
  /* background: #0b1120; */
  background: #015293;
  border-radius: 28px;
  padding: 90px 40px;
  margin: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  color: #fff;
  position: relative;
}

/* HEADING */
.apply-heading h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
}

.apply-heading .dot {
  color: #ffd24d;
}

/* CARDS */
.apply-cards {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: 1fr;
  padding: 12px;
  margin: 12px;
  gap: 80px;
}

@media (max-width: 768px) {
  .apply-heading .apply-cards{
    height: 60%;
    width: 100%;
    /* padding-left: 12px; */
}
.apply-cards .apply-card{
  height: 250px;
  width: 260px;
  
}
.apply-heading .apply-card{
  height: 250px;
  width: 260px;
  margin-left: 22px;
}
}

.apply-card {
  background: #fff;
  border-radius: 18px;
  padding: 38px;
  padding-top: 22px;
  position: relative;
  box-shadow: 0 14px 35px rgba(0,0,0,0.15);
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.6s ease-out;
}

.apply-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.apply-card .number {
  width: 32px;
  height: 32px;
  background: #ffd24d;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #0b1120;
}

.apply-card h3 {
  margin-top: 12px;
  font-size: 42px;
  color: #0b1120;
}

.apply-card p {
  font-size: 24px;
  line-height: 2;
  color: #555;
}

/* FLOATING BACKGROUND */
.bg-circle {
  position: absolute;
  background: #015293;
  border-radius: 50%;
  opacity: 0.9;
  animation: float 10s ease-in-out infinite;
}

.right-circle {
  width: 260px;
  height: 260px;
  left: -130px;
  bottom: -80px;
}

.left-circle {
  width: 180px;
  height: 180px;
  right: -100px;
  top: -60px;
}
/* .right-circle {
  width: 260px;
  height: 260px;
  left: -130px;
  top: -80px;
}

.left-circle {
  width: 180px;
  height: 180px;
  right: -100px;
  bottom: -60px;
} */

/* FLOAT ANIMATION */
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .apply-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .apply-cards {
    grid-template-columns: 1fr;
  }
  .apply-heading h2 {
    font-size: 46px;
  }
}

@media (max-width: 576px) {
  .apply-heading h2 {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .apply-card{
    padding: 22px;
  }
  .apply-inner{
    /* align-items: center; */
     grid-template-columns: 1fr;
    text-align: center;
  }
  .apply-card h3{
    font-size: 22px;
  }
  .apply-card p{
    font-size: 14px;
    line-height: 1.3;
  }
}


/* BASE */
.why-choose-us {
  /* padding: 80px 20px; */
  background: transparent;
}

.container {
  max-width: 900px;
  margin: auto;
}

/* TITLE */
.section-title {
  font-size: 42px;
  font-weight: 800;
  /* margin-bottom: 40px; */
  color: #ffffff;
}

.section-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #f5c542;
  display: block;
  margin-top: 12px;
  border-radius: 10px;
}

/* ACCORDION */
.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header:hover {
  color: #f5c542;
}

/* ICON */
.icon {
  font-size: 26px;
  transition: transform 0.3s ease;
}

/* CONTENT */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

.accordion-content p {
  padding-bottom: 22px;
  color: #ebebeb;
  line-height: 1.7;
  font-size: 18px;
}

/* ACTIVE STATE */
.accordion-item.active .accordion-content {
  max-height: 200px;
  opacity: 1;
}

.accordion-item.active .icon {
  transform: rotate(45deg);
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .section-title {
    font-size: 32px;
  }

  .accordion-header {
    font-size: 18px;
  }
}/* End custom CSS */