body{
           margin: 0;
            font-family: Arial, sans-serif;
            background-color: #fff;
            color: #202124;
        }
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

        /* Navbar */
   /* .navbar {
  margin: 0;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  position: relative;
  z-index: 1000;
}


        .logo {
            display: flex; 
            align-items: center;
            gap: 8px;
            font-size: 22px;
            font-weight: 600;
            text-decoration: none;
            color: #202124;
        }
        .nav-logo{
            height: 45px;
        }
        .menu-toggle {
            display: none;
            font-size: 24px;
            background: none;
            border: none;
            cursor: pointer;
            margin-left: 20px; 
            color: #202124;
        }

        .nav-links {
            display: flex; 
            gap: 24px;
            justify-content: center; 
            align-items: center;
            flex-grow: 1; 
        }

        .nav-item {
            text-decoration: none;
            color: #5f6368;
            font-size: 16px;
            position: relative;
            padding-bottom: 8px;
            transition: color 0.3s ease; 
        }

        .nav-item:hover {
            color: #202124;
        }

        .nav-item.active {
            font-weight: 600;
            color: #202124;
        }

        .nav-item.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
        }

        .dropdown-arrow {
            font-size: 10px;
            margin-left: 4px;
            line-height: 1; 
        }

        .btn {
            padding: 10px 20px;
            border: none;
            background-color: #1A73E8;
            color: white;
            border-radius: 100px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            text-decoration: none; 
            white-space: nowrap; 
        }

        .btn-desktop {
            display: block;
            background:#e91e63 ;
        }

        .navbar-right-mobile {
            display: none; 
            width: 100%; 
            padding: 12px 24px; 
            box-sizing: border-box; 
            text-align: center;
        } */



/* header section  */
 
 
    header {
      overflow: visible;
    }
 
    #navbar-sticky {
      position: sticky;
      top: 0;
      z-index: 1030;
      background-color: white;
    }
 
    .navbar-nav {
      gap: 25px;
    }
 
    .navbar-expand-lg .navbar-collapse {
      justify-content: space-between;
    }
 
    .navbar-toggler {
      border: none;
    }
 
    .mega-menu-custom {
  width: 65%;
  background: white;
  border: 1px solid #ddd;
  display: none;
  position: absolute;
  top: 100%;
  left: 18%;
  z-index: 1000;
    max-height: 400px; 
  overflow-x: hidden;

}
 


 
    .services-dropdown:hover .mega-menu-custom,
    .services-dropdown.active .mega-menu-custom {
      display: block;
    }
 
 
.dropdown-menu[data-bs-popper]
{
    top: 100%;
    left: 18%;
    margin-top: var(--bs-dropdown-spacer);
}
 
 
  .menu-tabs {
      background: #f8f9fa;
      border-right: 1px solid #ddd;
      padding: 0;
    }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #d896c036 !important;
}
 
    @media (max-width: 991.98px) {
      .mega-menu-custom {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-left: none;
        border-right: none;
      }
    }
 
    @media (max-width: 767.98px) {
      .navbar-collapse {
        flex-direction: column;
      }
      .navbar-nav {
        gap: 0;
        width: 100%;
      }
   
 
       .mega-menu-custom {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-left: none;
        border-right: none;
      }
 
 
      .services-dropdown .dropdown-toggle::after {
        display: none;
      }
      .nav-pills .nav-link {
        padding: 10px 15px;
      }
      .tab-content a {
        padding: 8px 10px;
        font-size: 13px !important;
      }
    }
 
    @media (max-width: 575.98px) {
      .navbar-brand {
        width: 40%;
      }
      .nav-link {
        font-size: 14px;
      }
      .start-navbar {
        font-size: 14px;
        padding: 10px 20px;
      }
       .mega-menu-custom {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        border-left: none;
        border-right: none;
      }
    }
    .logo{
  width: 100%;
  height: auto;
}
 
 
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #d896c036 !important;
}
    .menu-tabs .nav-link {
      border-radius: 0;
      text-align: left;
      color: #000;
      padding: 16px 20px;
      font-weight: 500;
      border: none;
        font-family: "Poppins", sans-serif;
  font-weight: 500;
    }
 
.nav-link{
 
align-items: center;
  font-weight: 500 !important;
  font-size: 20px !important;
}
@media (max-width:1600px){
.nav-link{
 
align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
}

}
@media (max-width:768px){
  .navbar-nav{
    gap: 8px;
  }
    .tab-content a {
        padding: 8px 10px;
        font-size: 13px !important;
      }
.nav-link{
 
align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
}
}
 
.nav-link:hover{
  color: #e91e63 !important;
}
.nav-link.active{
  font-weight: 500 !important;
  color: #e91e63 !important;
  font-family: "Poppins", sans-serif;
}

/* .nav-item.nav-link:active{
  color: #e91e63 !important;
} */
 
.navbar-brand{
display: flex;
align-items: center;
width: 12%;
}
.nav-content{
  display: flex;
  gap: 25px;
}
 
 
.mega-menu-custom {
  display: none;
}
 
.services-dropdown.show .mega-menu-custom {
  display: block;
}
 
.flex-column {
    padding: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
 
.nav-link{
     text-align: left;
  font-weight: 500;
  color: #444;
 
}
 
  .menu-tabs .nav-link.active {
      background: #e9f1ff;
      color: #e91e63 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
        position: relative;
    }
    .menu-tabs .nav-link.active::after {
      content: "→";
      position: absolute;
      right: 10px;
      font-size: 20px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
    }
 
     .tab-content a {
      display: block;
      padding: 10px;
      color: #000;
      text-decoration: none;
      font-weight: 500;
      transition: 0.2s ease;
          font-family: "Poppins", sans-serif;

    }
 
     .tab-content a:hover {
      text-decoration: underline !important;
            color: #e91e63 ;
 
    }
 
.start-navbar{
   z-index: 1;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  transition: var(--transition);
  background:#e91e63 ;
  margin-top: 0px;
  font-size: 15.5px;
  padding: 17px 35px 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.dropdown-menu.mega-menu-custom.shadow-lg.p-0
{
    /* margin-top: 10px; */
    left: 18%;
}
 
 
.nav-item.nav-link{
 
align-items: center;
  font-weight: 700 !important;
}
 
.nav-item.nav-link:active {
    font-weight: 500 !important;
    color: #e91e63 !important;
}
 
 
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #e91e63;
}
 
.nav-link:active {
    font-weight: 500 !important;
    color: #ff008d !important;
}
 
@media (min-width: 992px) {
  .mega-menu-custom {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
 
/* -----------------------------------------Main-footer---------------------- */


/* footer */
.main-footer {
  background-color: #f8f9fa; /* Light gray background */
  padding: 40px 20px;
  font-family: sans-serif; /* Or your preferred font */
  color: #555;
  line-height: 1.6;
}
.footer-row{
  gap: 50px;
}
.footer-container.row {
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
/* .footer-column.contact-info.col-lg-4{
  width: 29%;
} */

.footer-column {
  /* flex: 1 1 300px;  */
  margin-bottom: 30px;
}
.bottom-bar p{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.bottom-links a{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  z-index: 5;
}
.footer-column h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.4em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.footer-column p{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
/* Contact Info */
.contact-info i {
  margin-right: 8px;
  color: #e91e63; /* Example icon color */
}
.email a:hover{
  color: #e91e63; /* Example icon color */
}
.contact-info a {
  color: #555;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-info .phone-number,
.contact-info .email {
  margin-bottom: 10px;
}
.social-links{
  margin-top: 40px;
}
.social-links p {
  margin-bottom: 8px;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 500;

}

.social-links a {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2em;
  color: #6c757d; /* Example social icon color */
  text-decoration: none;
}

.social-links a:hover {
  color:  #e91e63 ;
}

/* Quick Links */
.quick-links .links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.quick-links .links-list li {
  width: 50%; /* Two columns */
  margin-bottom: 8px;
}

.quick-links .links-list a {
  color: #555;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.quick-links .links-list a:hover {
  text-decoration: underline;
  color: #e91e63;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}


 @media (max-width: 425px) {

.footer-column.contact-info.col-lg-4{
  width: 90% !important;
  text-align: start;
}


.quick-links .links-list{
text-align: start !important;
}
 }

@media (min-width:426px) and (max-width: 768px) {

.footer-column.contact-info.col-lg-4{
  width: 50%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;
}
.logo-footer {
    width: 35%;
    height: auto;
}
.footer-column h3 {
  text-align: start;
}

}


@media (min-width:769px) and (max-width: 991px) {

.footer-column.contact-info.col-lg-4{
  width: 35%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;

}

.footer-column .quick-links .col-lg-4{
  width: 30%;

}
.quick-links .links-list li {
    width: 35%;
    margin-bottom: 8px;
}
.footer-column h3 {
  text-align: start;
}

}

@media (min-width:992px) and (max-width: 1024px) {

.footer-column.contact-info.col-lg-4{
  width: 28%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;

}



.footer-column h3 {
  text-align: start;
}

}
@media (min-width:1025px) and (max-width: 2560px) {

.footer-column.contact-info.col-lg-4{
  width: 28%;
  text-align: left ;
}

.quick-links .links-list{
text-align: start !important;

}



.footer-column h3 {
  text-align: start;
}

}

/* Bottom Bar */
.bottom-bar {
  background-color: #e9ecef; /* Light gray bottom bar */
  padding: 15px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 0.9em;
  flex-wrap: wrap; /* Allow wrapping */
  text-align: center;
}
 
.bottom-bar p {
  margin: 5px 10px;
}
 
.bottom-bar .bottom-links {
  display: flex;
  flex-wrap: wrap; /* Wrap links on small screens */
  justify-content: center;
  margin: 5px 10px;
}
 
.bottom-bar .bottom-links a {
  margin: 0 10px;
}
 
.bottom-bar a {
  color: #555;
  text-decoration: none;
}
 
.bottom-bar a:hover {
  text-decoration: underline;
  color:#e91e63;
}
 
.bottom-bar .back-to-top {
  margin: 5px 10px;
}
 
@media (max-width: 600px) {
  .bottom-bar {
    flex-direction: column; /* Stack items vertically on small screens */
  }
 
  .bottom-bar .bottom-links {
    flex-direction: column; /* Stack links vertically */
    margin-top: 10px;
  }
 
  .bottom-bar .bottom-links a {
    margin: 5px 0;
  }
 
  .bottom-bar .back-to-top {
    margin-top: 10px;
  }
}

 
.logo-footer{
      width: 45%;
    height: auto;
}


.rcw-picker-btn{
  display: none !important;
}

.rcw-widget-container{
 margin-right: 30px !important;
}

.rcw-new-message {
  margin-left: 10px !important;
}

.rcw-send{
    margin-right: 0px !important;
    margin-top: 0px !important;
    padding: 0px !important;
    background-color: #f4f7f900 !important;
    border: 0px !important;
    margin-left: 30px !important;
}


.error {
  color: red;
  font-size: 0.9em;
}

.form-status-message {
  margin-top: 10px;
  font-weight: bold;
  color: green;
}
.section-2{
  background:#f9f9fc !important;
}
.service-top{
  padding:50px 0px;
}

.chatbot-top{
  padding: 100px 0px;
}

        /* Hero Section */
        .hero-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            min-height: calc(100vh - 70px);
            padding: 2rem;
        }
        .top-logo{
            height: 70px;
            margin-bottom: 20px;
        }
        .headline {
            font-size: 70px;
            font-weight: 700;
            line-height: 1.2;
            max-width: 1000px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .gradient-text {
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        .gradient-blue-purple {
            background-image: linear-gradient(to right, #e91e63, #673AB7);
        }

        .gradient-purple-pink {
            background-image: linear-gradient(to right, #673AB7, #E91E63);
        }

        .btn-hero {
            padding: 14px 28px;
              background-image: linear-gradient(to right,#e91e63, #d150f2);
            color: #fff;
            border-radius: 100px;
            font-size: 18px;
            font-weight: 500;
            border: none;
            cursor: pointer;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .navbar {
                flex-wrap: wrap; 
                justify-content: space-between; 
            }

            .logo {
                margin-right: 0; 
            }

            .menu-toggle {
                display: block;
            }

            .nav-links {
                display: none; 
                flex-direction: column;
                width: 100%;
                background-color: #fff;
                border-top: 1px solid #ddd;
                padding: 12px 0;
                gap: 16px;
                position: absolute; 
                top: 100%; 
                left: 0;
                z-index: 100;
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            }

            .nav-links.show {
                display: flex;
            }

            .nav-item {
                width: calc(100% - 48px); 
                text-align: center;
                padding: 8px 24px; 
            }

            .nav-item.active::after {
                left: 24px;
                width: calc(100% - 48px);
            }

            .btn-desktop {
                display: none;
            }

            .navbar-right-mobile {
                display: block; 
            }

            .navbar-right-mobile .btn {
                width: 100%; 
            }

            .headline {
                font-size: 36px;
            }
        }

        @media (max-width: 480px) {
            .headline {
                font-size: 28px;
            }

            .btn-hero {
                padding: 10px 20px;
                font-size: 16px;
            }
        }

        /* section-2 */
.chatbot-section {
      padding: 40px 20px;
      display: flex;
      justify-content: center;
    }

    .chatbot-container {
      background: white;
      border-radius: 16px;
      max-width: 1000px;
      width: 100%;
      padding: 40px 20px;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .chatbot-container h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 12px;
    }

    .chatbot-container p {
      max-width: 720px;
      margin: 0 auto 40px;
      font-size: 16px;
      color: #444;
      line-height: 1.6;
    }

    .chatbot-body {
      position: relative;
      height: 350px;
      width: 100%;
    }

    .bot {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .bot img {
      width: 90%;
      height: auto;
    }

    /* Chat bubbles */
    .chat {
      position: absolute;
      display: flex;
      align-items: center;
      max-width: 280px;
    }

    .chat img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin: 0 8px;
    }

    .bubble {
      padding: 10px 15px;
      border-radius: 20px;
      font-size: 14px;
      text-align: left;
      color: #000;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .pink {
      background: #fcd6e8;
    }

    .yellow {
      background: #fdf2b4;
    }

    .blue {
      background: #d3e6ff;
    }

    .red {
      background: #ffd5d5;
    }

    /* Positions */
    .chat-top-left {
      top: 0;
      left: 0;
      flex-direction: row;
    }

    .chat-top-right {
      top: 0;
      right: 0;
      flex-direction: row-reverse;
    }

    .chat-bottom-left {
      bottom: 0;
      left: 0;
      flex-direction: row;
    }

    .chat-bottom-right {
      bottom: 0;
      right: 0;
      flex-direction: row-reverse;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .chatbot-body {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }

      .chat {
        position: static;
        flex-direction: row !important;
      }

      .bot {
        position: static;
        transform: none;
        margin-bottom: 20px;
      }
    }

/* ------------chatbot-builder --------- */
.builder-head{
  font-size: 30px;
  font-weight: 600;
}
.builder-para{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

      /* .wrapper {
      display: flex;
      flex-direction: row;
    }

    .left {
      width: 50%;
      height: 100vh;
      position: sticky;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border-right: 1px solid #ddd;
    }

    .circle {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      overflow: hidden;
      border: 5px solid #ccc;
    }

    .circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.3s ease;
    }

    .right {
      width: 50%;
      padding: 0 40px;
    }

    .spacer {
      height: 50vh;
    }

    .content-block {
      min-height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: left;
      opacity: 0.5;
      transition: 0.3s ease;
    }

    .content-block.active {
      opacity: 1;
    }

    h2 {
      margin-bottom: 10px;
      font-size: 26px;
      color: #111;
    }

    p {
      font-size: 18px;
      color: #555;
    }

    .next-section {
      height: 100vh;
      background: #222;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px;
    } */

    /* Responsive Styles */
    /* @media (max-width: 768px) {
      .wrapper {
        flex-direction: column;
      }

      .left, .right {
        width: 100%;
      }

      .left {
        height: auto;
        position: relative;
        padding: 40px 0;
        border-right: none;
      }

      .circle {
        width: 200px;
        height: 200px;
        margin: 0 auto;
      }

      .right {
        padding: 0 20px;
      }

      .content-block {
        min-height: 80vh;
      }

      h2 {
        font-size: 22px;
      }

      p {
        font-size: 16px;
      }
    } */

    /* section-3 contact-form chatbot */
       .container {
      max-width: 1320px;
      margin: auto;
      /* display: flex;
      flex-wrap: wrap; */
      /* gap: 40px;
      align-items: flex-start;
      justify-content: space-between; */
    }

    .tick-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #28c76f;
  background-color: #e7fbe9;
  color: #28c76f;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  font-size: 14px;
}
    .left-chatbot, .right-chatbot {
      flex: 1 1 450px;
    }   
     .get-in-touch {
      text-align: center;
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .subtitle-chat {
      text-align: center;
      font-size: 18px;
      color: #666;
      margin-bottom: 50px;
    }

    .info-item1 {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
    }

    .icon-box1 {
      background-color: #ecebfe;
      color: #e91e63;
      padding: 12px;
      border-radius: 12px;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      width: 45px;
      height: 45px;
    }

    .info-item1 strong {
      font-weight: 600;
      display: block;
      margin-bottom: 3px;
      font-size: 15px;
    }

    .info-item1 p {
      margin: 0;
      color: #555;
      font-size: 14px;
    }

    .why-box {
      background-color: #fff;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    }

    .why-box h3 {
      margin-bottom: 15px;
      font-size: 18px;
    }

    .why-box ul {
      list-style: none;
    }

    .why-box ul li {
      margin-bottom: 10px;
      color: #333;
      font-size: 14px;
    }


    .contact-formchat {
      background-color: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    }

    .contact-formchat label {
      display: block;
      margin-bottom: 6px;
      font-weight: 600;
      font-size: 14px;
    }

    .contact-formchat input,
    .contact-formchat textarea {
      width: 100%;
      padding: 12px 15px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
    }

    .contact-formchat button {
      width: 100%;
      background-color: #e91e63;
      color: #fff;
      border: none;
      padding: 14px;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: background 0.3s ease;
    }

    .contact-formchat button:hover {
      background-color: #e91e63;
    }

    @media (max-width: 768px) {
      .chatbot {
        flex-direction: column;
      }
    }





    /*  */
    /* chatbot footer */
      /* .footer {
      background-color: #0d1224;
      color: #d6dce5;
      padding: 60px 20px 30px;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
    }

    .footer-logo h3 {
      color: #ffffff;
      margin: 0 0 10px;
    }

    .footer-logo p {
      font-size: 14px;
      max-width: 320px;
      line-height: 1.6;
    }

    .footer .social-icons {
      margin-top: 20px;
    }

    .footer .social-icons a {
      color: #d6dce5;
      margin-right: 12px;
      font-size: 18px;
      transition: color 0.3s;
    }

    .footer .social-icons a:hover {
      color: #8a92f4;
    }

    .footer-column h4 {
      color: #ffffff;
      margin-bottom: 16px;
      font-size: 16px;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
      font-size: 14px;
    }

    .footer-column ul li i {
      margin-right: 8px;
      color: #8a92f4;
    }

    .footer-bottom {
      /* text-align: center; */
      display: flex;
      justify-content: space-between;
      border-top: 1px solid #1e2337;
      margin-top: 40px;
      padding-top: 20px;
      font-size: 13px;
      color: #9fa7c2;
    }

    .footer-bottom a {
      margin: 0 10px;
      color: #9fa7c2;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-bottom a:hover {
      color: #ffffff;
    }

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom{
    display: block;
  }
  .footer-bottom a{
    display: block;
    margin: 10px;
  }
} */

body {
  margin: 0;
  padding: 0;
  /* font-family: "Segoe UI", sans-serif; */
  background-color: #f9f9fb;
  color: #222;
}

.features-section {
  max-width: 1370px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
}

.features-section h1 {
  font-size: 2.5em;
  color: #12214a;
  margin-bottom: 40px;
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
  justify-content: center;
}

.feature-card {
  flex: 1;
  min-width: 300px;
  height: 400px;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
  background: white;
  text-align: left;
  transition: transform 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
}

.feature-card h2 {
  font-size: 1.25em;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.feature-card h2 span {
  font-weight: normal;
  color: #555;
}

.feature-card p {
  font-size: 0.95em;
  line-height: 1.5;
  color: #333;
}

.full {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 32px;
  margin-bottom: 30px;
}

/* Background colors */
.blue { background-color: #e6f0fc; }
.purple { background-color: #f1e7ff; }
.peach { background-color: #ffe7d6; }
.lightblue { background-color: #e8f5f9; }
.green { background-color: #e2f5e9; }


.full {
  padding: 32px;
  margin-bottom: 30px;
}

.full .card-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.full .content {
  flex: 1;
  text-align: left;
}

.full .image {
  flex: 0 0 250px;
}

.full .image img {
  max-width: 500px;
  height: auto;
  border-radius: 12px;
}


