.navbar{
    margin-top: 20px;
    border: 1px solid rgba(138, 200, 255, 1);
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400px;
    padding: 15px;
}

.nav-wrapper{
  font-family:"Manrope", sans-serif;
  padding: 20px;
    position:sticky !important;
  top:0 !important;
  z-index: 1000px;
 }
.navbar-toggler{

    /* display: contents; */
    padding: 8px;
    margin-right: 10px;
    width: auto;
}


.custom-navbar{
  background: white;
  border-radius: 50px;
  padding: 12px 30px;
  border-color:1px rgba(138, 200, 255, 1);

}


.nav-link{
  /* color: #fffafa; */
  margin: 5px 10px;
  text-decoration: none;
 }

 .logo-desgin{
    margin: 15px;
 }

.login-btn {
  display: inline-block;
  padding: 12px 60px;
  background: #0d8cff;
  color: white;
  border-radius: 30px;

  text-decoration: none;
  font-size: 14px;
  font-weight: 500;

  border: none;
  outline: none;
  box-shadow: none;
  margin: 10px;
}




.hero-section{

  padding: 80px 0;
  text-align: center;
  margin-top: -77px
}

.hero-section::after {
    content: "";
    background-image: url(images/Vector-01.png);
    display: block;
    width: 100%;
    height: 100%;
    /* background: blue; */
    /* border-radius: 50%; */
    position: absolute;
    top: 130px;
    left: -40px;
    z-index: -1;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-section::before {
    content: "";
    background-image: url(images/vertor-right.png);
    display: block;
    background-position: right;
    width: 100%;
    height: 100%;
    /* background: red; */
    /* border-radius: 50%; */
    position: absolute;
    top: 120px;
    right: 0px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-title{
    font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 60px;
  margin-top: 40px;
}

.hero-title span{
  color: #0d6efd;
}

.hero-subtitle {
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
.hero-btn {
    width: 180px;
  padding: 12px 26px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
.gets{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn2 {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 28px;
    background: #0088FF;
    color: white;
    font-size: 15px;
    cursor: pointer;
    width: 30%;
    text-decoration: none;
}
.btn3 {
    width: 100%;
    padding: 15px;
    border: 1px solid #0088FF;
    border-radius: 28px;
    background: #FFFFFF;
    color: #0088FF;
    font-size: 15px;
    cursor: pointer;
    width: 30%;
    text-decoration: none;
}
.btn-primary {
    background: #1a73e8;
  color: #fff;


}


.btn-primary:hover {
  background: #0f5bd3;

}
.btn-outline{
    background-color: #e5e7eb;
}
.btn-outline-main {
  background: transparent;
  border: 1px solid #1a73e8;
  color: #1a73e8;
}

.btn-outline-main:hover {
  background: #1a73e8;
  color: #fff;
}
.resume-img{
  max-width: 100%;
  margin-top: 40px;
}
.first-png {
    display: inline-flex;
    width: 25px;
    height: 25px;
    border-radius: 16px;
    margin-right: 6px;
}

.features-section{
  padding: 80px 0px;

}

.section-badge {
    color: rgba(0, 136, 255, 1);
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding: 10px;
    border:1px solid rgba(255, 255, 255, 0.25);
    display: inline-block;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.25);
   box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.radiant-image {
    width: 70%;
    position: absolute;
     z-index: 0;
    top: 185%;
    right: 50%;
    transform: translate(50%, -25%);
}
.section-title{

  color: #000000;
  font-family: "Manrope", sans-serif;;
  font-weight: 700;
  font-size: 36px;
  padding: 30px;
}

.section-subtitle{
  color:#545454;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0 auto;
}

.feature-card{
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  background: #fff;
  transition: 0.2s ease;
}
.feature-card:hover{
    background-color: #33A0FF;
}

.feature-card:hover h5{
    color: #fff;
}
.feature-card:hover p{
    color: #fff;

}
.feature-card:hover .feature-icon {
    background-color: #fff;

}
.feature-card:hover .feature-icon path{
    stroke: #33A0FF;

}


.feature-icon{
    background-color: #33A0FF;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;


}

.feature-title{
color: #000000;
  font-family: "Manrope", sans-serif;;
  font-weight: 600;
  margin-top: 12px;
}

.feature-text{
  color:#545454;
  font-weight:400;
  font-size: 14px;
  font-family: "Inter", sans-serif;;
}
.choose{
   text-align: center;
   padding:80px 160px;
}
.choose-part{
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 36px;
}
.choose-p-part{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
/* Pricing Section Styling */
.pricing-section {
     margin-top: -100px;
    padding: 80px 20px;
    background-color: #fdfdfd;
    display: flex;
    justify-content: center;
    font-family: 'Inter', sans-serif; /* বা আপনার পছন্দের ফন্ট */
}

.pricing-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
    max-width: 950px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
}

/* Headers */
.plan-header {
    padding-bottom: 30px;
    vertical-align: bottom;
    text-align: center;
    font-family: "Manrope", sans-serif;

}

.plan-name {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    margin-bottom: 8px;
}

.pro-label {
    color: #0084ff;
    margin-top: 15px;
}

.price {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
}

.price small {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

/* Rows & Features */
.feature-label {
    text-align: left;
    color: #666;
    font-size: 15px;
    width: 30%;
    font-family: "Inter", sans-serif;
    text-align: start !important;
}

.pricing-table td {
    padding: 16px 10px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}

/* Highlighted Column (Pro) */
.highlight {
    background-color: #f6fbff;
    border-left: 1px solid #0084ff;
    border-right: 1px solid #0084ff;
    position: relative;
    top:25px
}

.most-popular-badge {
    background: #0084ff;
    color: white;
    position: absolute;
    top: -30px; /* Card padding adjust */
    left: -1px;
    right: -1px;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
}

.highlight-bottom {
    border-bottom: 1px solid #0084ff !important;
    border-radius: 0 0 8px 8px;
}

/* Icons */
.tick {
    color: #0084ff;

    font-size: 18px;
}

.dash {
    color:#0084ff;
    font-size: 18px;
}

/* Buttons */
.btn-outline {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #0084ff;
    border-radius: 25px;
    text-decoration: none;
    color: #0084ff;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    transition: all 0.3s ease;
    width: 80%;
}

.btn-outline:hover {
    background: #0084ff;
    color: white;
}

.resume-section {
    padding: 60px 20px;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.resume-header h1 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-family: "Manrope", sans-serif;
}

.resume-header p {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family:"Inter", sans-serif;;
}

.header-btns {
    margin-bottom: 40px;
    border: 1px solid grey;
    border-radius: 30px;
    margin: auto;
    display: inline-block;
    margin-bottom: 20px;
}

.btn-blue {
    background-color: #007bff;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin: 5px;
    transition: 0.3s;
}

.btn-light {

    color: #333;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin: 5px;
    transition: 0.3s;
}

.resume-grid-container {
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.resume-card-box {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.resume-card-box:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}


.resume-card-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.explore-container {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 50px;
}


.explore-btn {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
}


.explore-btn:hover {
    background-color: #0056b3;


}



/* General Section Styling */
.how-it-works {
    padding: 25px 20px;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.section-container {
    max-width: 1200px;
    margin: -40px auto;
}

/* Section Title */
.section-title h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

.section-title p {
    color: #666;
    font-size: 16px;
    margin-bottom: 60px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

/* Steps Grid Styling */
.steps-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; /* Mobile-friendly korar jonno */
}

/* Individual Step Card */
.step-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    padding: 40px 20px;
    flex: 1;
    min-width: 250px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Step Number Badge */
.step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    background-color: #0084ff;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 132, 255, 0.3);
}

/* Icon Box */
.icon-box {
    background-color: #eef7ff;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 30px;
    height: auto;
}

/* Card Text */
.step-card h3 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 600;
}

.step-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
}

.testimonial-section {
    padding: 100px 20px;
    background-color: #ffffff;
    text-align: center;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.testimonial-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* Header */
.testimonial-header h2 {
    font-size: 28px;
    color: #1a1a1a;
    max-width: 800px;
    margin: 0 auto 15px;
   font-weight: 700;
   font-family: "Manrope", sans-serif;
}

.testimonial-header p {
    color: #777;
    font-size: 15px;
    max-width: 650px;
    margin: 0 auto 50px;
    font-family: "Inter", sans-serif;
    color: rgba(84, 84, 84, 1);
}

/* Visual Layout for Images */
.testimonial-visual {
    position: relative;
    height: 400px;
    margin-bottom: 30px;
}

.main-user-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-img {
    position: relative;
    width: 150px;
    height: 150px;

    border-radius: 50%;
    padding: 5px;
}

.main-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}


/* Small floating images */
.small-img {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.small-img img { width: 100%; height: 100%; object-fit: cover; }

/* Positioning small images (Approximate to your image) */

    .img-1 {
    top: 0%;
    right: 95%;
    width: 100px;
    height: 100px;
}
.img-2 {
    top: 17%;
    left: 18%;
    height: 80px;
    width: 80px;
}
.img-3 {
    top: 64%;
    left: 3%;
    width:95px;
    height:95px;
}
.img-4 {
    top: 69%;
    left: 29%;
    height: 50px;
    width: 50px;
}
.img-5 {
    top: 2%;
    left: 93%;
    width: 100px;
    height: 100px;
}
.img-6 {
    top: 34%;
    right: 21%;
    height: 50px;
    width: 50px;
}
.img-7 {
    top: 57%;
    left: 100%;
    width: 90px;
    height: 90px;
}
.img-8 {
    top: 66%;
    right: 26%;
    width: 70px;
    height: 70px;
}

/* Testimonial Content */
.testimonial-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.testimonial-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
}

.feedback-text {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
    display: inline-block;
}

.quote-icon {
    color: #0084ff;
    font-size: 32px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 0;
    margin: 0 5px;
}

.user-name {
    color: #0084ff;
    font-size: 18px;
    margin-bottom: 5px;
}

/* why we are the best */
.feature-section {
    padding: 0px 0px;

}

.features-container {

    margin: 0 auto;
    display: flex;
    align-items: center;
}


.features-image {
    flex: 1;
    text-align: center;
    position: relative;
    /* background-image: url(images/lady-background.png);
    border-radius: 295px;
    max-width: 500px; */
}
.features-image:after {
    content: "";
    height: 500px;
    width: 500px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.features-image img {
    max-width: 100%;
    height: auto;
    margin-right: 30px;

}


.features-content {
    flex: 1.2;
}
.header-area {
    text-align: left;
    margin-bottom: 60px;
}

.header-area h2 {
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 32px;
    color: #222;
    margin-bottom: 15px;
}

.header-area p {
    color: #666;
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    margin-bottom: 30px;
}


.features-list {
    list-style: none;
    padding: 0;
}
.first{
     margin-left: 32px;
     font-family: "Manrope", sans-serif;
}

.first p{
 padding: auto;
 font-family: "Inter", sans-serif;
}


.second {
   margin-left: 60px;
   font-family: "Manrope", sans-serif;
}

.second p{
   font-family: "Inter", sans-serif;
}
.third{
   font-family: "Manrope", sans-serif;
    margin-left: 80px;
}


.third p{
font-family: "Inter", sans-serif;
}

.fourth {
    margin-left: 60px;
    font-family: "Manrope", sans-serif;
}

.fourth p{
    font-family: "Inter", sans-serif;
}
.fifth{
     font-family: "Manrope", sans-serif;
    margin-left:36px;
}
.features-list li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}


.features-list li::before {
    content: "•";
    position: absolute;
    left: 17px;
    top: 4px;
    font-size: 18px;
    color: #333;
}

.features-list li strong {
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.features-list li p {
    color: #777;
    font-size: 14px;
    margin: 0;
}
/* contact us */

.contact-section {
    padding: 60px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.contact-container {
    width: 100%;
    max-width: 800px;
}


.contact-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-header h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Manrope", sans-serif;
}

.contact-header p {
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}


.contact-form {
    background: #fff;
    padding: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    text-align: left;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}

.form-group label span {
    color: red;
}

textarea {
    resize: none;
}
input, textarea {
    padding: 12px 15px;
    border: 1px solid #eef1f6;
    background-color: #f4f7f9;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
    resize: none !important;
}

input::placeholder, textarea::placeholder {
    color: #cbd5e0;
}

input:focus, textarea:focus {
    border-color: #007bff;
    background-color: #fff;
}
.send-btn {
    width: 100%;
    padding: 14px;
    background-color: #008cff;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;

}

.send-btn:hover {
    background-color: #0076d6;
}
/* footer */
.footer-section {
    background: rgba(0, 136, 255, 1);
    color: white;
    padding: 60px 0 0 0;
    font-family: "Manrope", sans-serif;
    position: relative;
    overflow: hidden;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    width: 120px;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8;
}


.social-links {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social-links a {
    width: 35px;
    height: 35px;
    background: white;
    color: #008cff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
}


.contact-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    color: white;
}

.app-buttons img {
    width: 130px;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}



.footer-divider {
    border-top: 2px solid rgba(255, 255, 255, 1);
    margin: 30px 0;

}

.copyright {
    text-align: center;
    font-size: 12px;
    opacity: 0.7;
}
.footer-end {
    background: linear-gradient(rgba(0, 136, 255, 0.05), rgba(0, 136, 255, 0.6),rgba(0, 136, 255, 1));
    font-size: 10vw;
    font-weight: 900;
    text-align: center;
    line-height: 0.8;
    margin-top: 20px;
    text-transform: uppercase;
}
/* =================================================
   GLOBAL RESET & CENTER BALANCE
================================================= */
/* =================================================
   GLOBAL RESET & OVERFLOW FIX (MOST IMPORTANT)
================================================= */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* =================================================
   CONTAINER SAFETY
================================================= */
.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* =================================================
   NAVBAR RESPONSIVE
================================================= */
.navbar-nav {
  align-items: center;


}


@media (max-width: 991px) {
  .custom-navbar {
    border-radius: 20px;
    padding: 10px 15px;
    text-align: center;
  }

  .navbar-toggler{
     font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  }

  .navbar-nav {
    gap: 10px;
  }

  .login-btn {
    width: 100%;
  }
}

/* =================================================
   HERO SECTION
================================================= */
.hero-section {
  text-align: center;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 34px;
    line-height: 1.25;
  }

  .hero-subtitle {
    font-size: 16px;
    padding: 0 15px;
  }

  .btn-group {
    flex-direction: column;
    align-items: center;
  }

  .hero-btn {
    width: 100%;
    max-width: 260px;
  }

  .hero-section::before,
  .hero-section::after {
    display: none;
  }
}

/* =================================================
   FEATURES SECTION
================================================= */
.features-section {
  overflow-x: hidden;
}





@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
    padding: 10px;
  }

  .section-subtitle {
    font-size: 15px;
    padding: 0 15px;
  }
}

/* =================================================
   CHOOSE PLAN
================================================= */
.choose {
  text-align: center;
}

@media (max-width: 768px) {
  .choose {
    padding: 40px 20px;
  }

  .choose-part {
    font-size: 28px;
  }

  .choose-p-part {
    font-size: 16px;
  }
}

/* =================================================
   PRICING TABLE (SAFE SCROLL)
================================================= */
.pricing-section {
  overflow-x: hidden;
}

.pricing-card {
  width: 100%;
  overflow-x: auto;
}

.pricing-table {
  min-width: 720px;
}

/* =================================================
   RESUME GRID
================================================= */
.resume-section {
  overflow-x: hidden;
}

.resume-grid-container {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (max-width: 576px) {
  .resume-grid-container {
    grid-template-columns: 1fr;
  }

  .resume-header h1 {
    font-size: 26px;
  }

  .resume-header p {
    font-size: 14px;
    padding: 0 15px;
  }
}

/* =================================================
   HOW IT WORKS
================================================= */
.step-card {
  text-align: center;
}

@media (max-width: 768px) {
  .step-card {
    padding: 30px 15px;
  }
}

/* =================================================
   TESTIMONIAL
================================================= */
.testimonial-section {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .testimonial-visual {
    display: none;
  }

  .testimonial-header h2 {
    font-size: 22px;
    padding: 0 15px;
  }

  .testimonial-content p {
    font-size: 14px;
  }
}

/* =================================================
   WHY WE ARE THE BEST (LIST – ORIGINAL DESIGN SAFE)
================================================= */
.features-content {
  text-align: left;
}

/* ul base */
.features-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}



/* li base */
.features-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 22px;
  max-width: 100%;
}

/* bullet */
 .features-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
  color: #333;
}

/* DESKTOP ONLY offsets */
@media (min-width: 1200px) {
  .first { margin-left: 32px; }
  .second { margin-left: 60px; }
  .third { margin-left: 80px; }
  .fourth { margin-left: 60px; }
  .fifth { margin-left: 36px; }
}

/* remove offsets on smaller screens */
@media (max-width: 1199px) {
  .first,
  .second,
  .third,
  .fourth,
  .fifth {
    margin-left: 0 !important;
  }
}

/* text */
.features-list li strong {
  font-size: 18px;
  display: block;
}

.features-list li p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #777;
}

@media (max-width: 576px) {
  .features-list li strong {
    font-size: 16px;
  }

  .features-list li p {
    font-size: 13px;
  }
  .features-image{
    display: none;
  }
  .header-area{
    text-align: center;
  }
  .features-list {
    list-style: none;
    padding-left: 10px;
    margin-top: 30px;
}

}

/* =================================================
   CONTACT FORM
================================================= */
.contact-header,
.contact-form {
  text-align: center;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

/* =================================================
   FOOTER
================================================= */
.footer-section {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .footer-col {
    text-align: center;
  }

  .contact-item {
    justify-content: center;
  }

  .social-links {
    justify-content: center;
  }
} "

/* log-in css */
.container-login{
    background-color:#E6F3FF;
    display: flex;
    text-align: center;

}
.right-login {
    display: flex;
    justify-content: center;
    /* margin: 41px 25px 35px 43px; */
    padding: 10px;
    border-radius: 8px;
}

.left-login{
    display:flex;
    align-items:center;
}

.promo-box {
    /* border: 2px dashed #3b82f6; */
    padding: 30px;
    /* border-radius: 10px; */
    /* background: white; */

    text-align: left;
}


.logo-login{
    font-size:28px;
    font-weight:700;
    color:#0b5ed7;
    margin-bottom:10px;
}
.logo-login img {
    width: 250px;
    height: 86px;
}


.promo-box h2 {
    margin: 10px 0;
    font-family: "Manrope", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.promo-box p{
    color:rgba(138, 138, 138, 1);
    line-height:1.6;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

/* Right Login Section */
.right-login{
    display:flex;
    justify-content:center;
}

.login-card {
    width: 100%;
    min-width: 380px;
    background: white;
    padding: 30px 28px;
     border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.login-card h2 {
    margin: 0;
    color: rgba(0, 136, 255, 1);
    font-size: 26px;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.login-card .sub {
    text-align: center;
    color: rgb(138, 138, 138);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 20px 0px  25px;
    /* margin-top: 20px; */
}
.field{
    margin-bottom:16px;
    font-family: "Manrope", sans-serif;
    position: relative;
}

.field .mail{
   position: absolute;
   left: 5px;
   top: 63%;
   transform: translateY(-50%);
   color: #888;
}
.field .lock{
   position: absolute;
   left: 12px;
   top: 63%;
   transform: translateY(-50%);
   color: #888;
}
.field .eye{
   position: absolute;
   right: 12px;
   top: 63%;
   transform: translateY(-50%);
   cursor: pointer;
}

.field-02 input{
   padding-left: 40px;
}



label {
    font-size: 14px;
    color: #333;
    /* margin-right: 254px; */
    text-align: left;
    margin-bottom: -10px;
}

input {
    width: 100%;
    padding: 11px 36px;
    border: 1px solid #ddd;
    /* border-radius: 8px; */
    font-size: 14px;
    margin: 5px 0px;
}

.forgot {

    text-align: right;
    margin: 6px 0 14px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.forgot a{
    color:rgba(0, 136, 255, 1);

}

.btn{
    width:100%;
    padding:11px;
    border:none;
    border-radius:28px;
    background:rgba(0, 136, 255, 1);
    color:white;
    font-size:15px;
    cursor:pointer;
}

.divider{
    display:flex;
    align-items:center;
    gap:10px;
    margin:18px 0;
    color:rgba(0, 0, 0, 1);
    font-size:13px;
}

.divider::before,
.divider::after{
    content:"";
    flex:1;
    background:#ddd;
    border: 1px solid rgba(0, 0, 0, 1);
}

.google {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 136, 255, 1);
    border-radius: 999px;
    background: white;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: rgba(0, 136, 255, 1);
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
}

.signup{
    text-align:center;
    margin-top:16px;
    font-size:13px;
    color:#555;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.signup a{
    color:#0b5ed7;
    font-weight: 600;
}
/* =======================
   RESPONSIVE DESIGN
   ======================= */

/* FIX HORIZONTAL SCROLLBAR */
/* html, body {
    overflow-x: hidden;
} */

/* ==== TABLET (1024px) → Still 2 Columns, but resized ==== */
@media (max-width: 1024px) {
    .container-login {
        grid-template-columns: 1fr 1fr; /* 2 column থাকবে */
        gap: 40px;
    }

    .left-login {
        justify-content: flex-start;
    }

    .right-login {

        justify-content: flex-end;
    }

    .promo-box {
        padding: 20px;
    }

    .promo-box h2 {
        font-size: 28px;
    }

    .promo-box p {
        font-size: 16px;
    }

    .login-card {
        width: 100%;
        max-width: 360px;
    }
}

/* ==== MOBILE (768px) → Now 1 Column ==== */
@media (max-width: 768px) {
    .container-login {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        width: 100%;
    }

    .left-login, .right-login {
        text-align: center;

    }
    .right-login{
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .left-login{
margin-top: 60px;
display: none;
    }

    .promo-box{
        width: 60%;
    }

    .promo-box h2 {
        font-size: 16px;
    }

    .login-card {
        max-width: 400px;
        margin: auto;
    }
}

/* ==== SMALL MOBILE (480px) ==== */
@media (max-width: 480px) {
    .left-login{
        display:none;
    }
    .promo-box h2 {
        font-size: 22px;
    }

    .promo-box p {
        font-size: 14px;
    }

    .login-card h2 {
        font-size: 24px;
    }
}

/* sign-in */
.container-login{
    background-color:#E6F3FF
}
.field-icon {
    position: absolute;
    margin-top: 38px;
    margin-left: 3px;
}

.field-eye {
    display: flex;
    position: absolute;
    /* margin-top: 38px; */
    /* margin-left: 0px; */
    top: 43px;
    right: 10px;
}
.field-eyes {
    position: absolute;
    margin-top: 38px;
    margin-left: 300px;
}

/* LEFT SIDE (background style) */
.left {
    padding: 225px 60px;
    text-align: left;
}

.logo{
  color: #1e6aff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.left h2{
  font-size: 26px;
}

.left p{
  color: #555;
  line-height: 1.6;
}

/* RIGHT SIDE BOX */
.right-box{
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
  margin: 100px 0;
}

/* Form styles */
.right-box h2 {
    margin-bottom: 5px;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgba(0, 136, 255, 1);
}

.sub {
    color: rgba(138, 138, 138, 1);
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}


label{
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

input {
    width: 100%;
    padding: 10px 10px 10px 30px;
    margin-top: 15px;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    background-color: rgba(239, 244, 248, 1);
}
.field{
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 15px;
}

label{
  font-size: 14px;
  color: #333;
}

.input-wrapper{
  position: relative;
  width: 100%;
}

.input-wrapper input{
  width: 100%;
  padding: 10px 40px;   /* left & right space for icons */
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  background: #f3f6fb;
  font-size: 14px;
}

.input-icon{
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.eye-icon{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  cursor: pointer;
}
.divider{
    display:flex;
    align-items:center;
    gap:10px;
    margin:18px 0;
    color:rgba(0, 0, 0, 1);
    font-size:13px;
}

.divider::before,
.divider::after{
    content:"";
    flex:1;
    background:#ddd;
    border: 1px solid rgba(0, 0, 0, 1);
}

.forgot{
  display: block;
  text-align: right;
  color: #1e6aff;
  font-size: 16px;
  margin: 10px 0;
 font-family: "Inter", sans-serif;
 font-weight: 400;
}

button{
  width: 100%;
  padding: 12px;
  background: #1e6aff;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 15px;
  cursor: pointer;
}



.Login{
    padding: 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.Login a{
    font-weight: 600;
}
.signup{
  text-align: center;
  font-size: 14px;
}

.signup a{
  color: #1e6aff;

}

/* Responsive */
@media (max-width: 576px) {


}
@media (max-width: 900px){
  .main{
    grid-template-columns: 1fr;
  }

  .left{
    display: none;
  }
}
