body {
  font-family: Merriweather, serif;
}

a {
  text-decoration: none !important;
  
}

a:hover {
  text-decoration: underline;
  color: #000;
}

.footer {
  width: 90%;
  background-color: #000;
}

.width-90 {
  width: 90%;
}

.footer a {
  color: white !important; 
  text-decoration: none;
  font-family: Merriweather, serif;
}

.lastfooter a{
  color: white !important;
}

.footer h4 {
  color: white;
}

.footer-bg {
  background-color: #101053;
}

.indicators{
  top:107%;
}

a:hover{
  text-decoration: underline !important;
  color: #000;
}

/*.card-image {*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  filter: blur(10px);*/
/*  transition: filter 0.5s ease-out;*/
/*}*/

.card-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 840 / 499;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 1024px) {
  .card-image {
    aspect-ratio: 280px;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .card-image {
    aspect-ratio: 220px;
    background-size: cover;
    background-position: center;
  }

  .card-image img {
    width: 100%;
    height: auto;
    object-fit: contain; 
  }
}

@media (max-width: 576px) {
  .card-image {
    aspect-ratio: 200px;
  }
}

/*.card-image.is-loaded {*/
/*  filter: blur(0);*/
/*}*/

/* cb-banner */
.cb_banner {
  margin-top: 1%;
  background: url(../images/cb-website-banner03.jpg);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10%;
  position: relative;
  left: 7%;
  width: 86%;
}
.cb_bannertext {
  text-align: center;
  color: #fff;
}

/* Mobile view */
@media screen and (max-width: 767px) {
  .cb_banner {
    margin-top: 1%;
    background: url(../images/cb-website-banner03.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10%;
    position: relative;
    left: 7%;
    width: 86%;
  }
}

/*.load-more-button {*/
/*    margin-top: 20px;*/
/*    border-radius: 0;*/
/*    padding: 10px;*/
/*    padding-left: 50px;*/
/*    padding-right: 50px;*/
/*    font-family: Merriweather, serif;*/
/*    border: solid 2px #000;*/
/*    color: #000;*/
/*}*/

.custom-padding {
    padding: 0 15px;
}

/* Apply large padding only on large screens (≥1200px) */
@media screen and (min-width: 900px) {
    .custom-padding {
        padding: 0 115px !important;
    }
}

.mag-width {
  width: 15% !important;
}

/* Tablet view */
@media screen and (max-width: 1024px) {
  .mag-width {
    width: 30% !important;
  }
}

/* Mobile view */
@media screen and (max-width: 767px) {
  .mag-width {
    width: 50% !important;
  }
}
.news-image {
   width: 100% !important;
 }

/* Tablet view */
@media screen and (max-width: 1024px) {
  .news-image {
    width: 100% !important;
  }
}

/* Mobile view */
@media screen and (max-width: 767px) {
  .news-image {
    width: 100% !important;
  }
}

.mt-10 {
  margin-top: 10rem;
}

.heading-large {
  font-weight: 800;
  font-family: Merriweather, serif;
  line-height: 40px;
  font-size: 2.4em;
  padding-top: 20px;
}

.heading-small {
  font-weight: 400;
  font-family: Merriweather, serif;
  line-height: 2rem;
  font-size: 1rem;
  padding-top: 20px;
}

.home-main-content {
  margin-top: 30px;
  font-size: 18px;
  font-family: Merriweather, serif;
}

.first-new-right {
  border-bottom: 1px dotted;
}

.heading-only-container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted;
}

.heading-only {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted;
  height: 180px;
  overflow: hidden;
}

.first-new-right a,
.heading-only a,
.heading-only-container a,
.list-heading-class a,
.profile-container a {
  color: #000;
}
.heading-only p,
.heading-only-container p,
.heading-only h5,
.heading-only h6,
.heading-only-container h5,
.heading-only-container h6 {
  font-weight: 700;
}
.margin-bottom {
  margin-bottom: 30px;
}
.opinion-container {
  padding: 25px;
  padding-bottom: 10px;
  border: solid 1px #000;
  border-top: solid 10px #000;
  border-bottom: dotted 1px;
}

.mag-cont {
  padding: 10px;
  padding-bottom: 10px;
  border: solid 1px #000;
  border-radius: 2%;
  border-bottom: dotted 1px;
}

.newsletter-container {
  background-color: #000;
  padding: 10px;
  margin-top: 30px;
  color: #fff;
}

.newsletter-container button {
  width: 37%;
  height: 40%;
  margin-top: 7px;
}
.newsletter-container h5 {
  font-weight: 700;
}

.form-edit {
  border-radius: 0;
}

.white {
  color: #fff;
}

.border-line {
  border-top: 0.5px dotted #000;
  height: 0;
  margin: 1px 0;
}


.footer {
  color: #fff;
  padding: 30px 0;
}

.footer-quick-links {
  list-style: none;
  padding-left: 0;
}

.profile-heading-class {
  font-size: 20px;
  font-weight: 700;
  font-family: Merriweather, serif;
  margin-top: 10px;
  line-height: 30px;
}

/* Tablets */
@media (max-width: 992px) {
  .profile-heading-class {
    font-size: 17px;
    line-height: 26px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .profile-heading-class {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .profile-heading-class {
    font-size: 14px;
    line-height: 22px;
  }
}

#subscribeResponse {
  font-style: italic;
  font-size: 13px;
}

.search-area {
  padding: 10px 25px 0px 0px;
}

.card-image {
  display: block;
  /*background-size: contain;*/
  /* filter: blur(3px); */
}

.card-image > img {
  display: block;
  width: 100%;
  opacity: 1;
}

/*.card-image.is-loaded {*/
/*  filter: none;*/
/*  transition: filter 1s;*/
/*}*/

.img div {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.main-img {
  width: 68em;
}
.new-sec-img {
  width: 17em;
}
.sm-img {
  width: 10em;
}

/*client Speak Page css*/

.card {
  background-color: #feeae9;
  width: 33em;
  min-height: 14em;
  border: none;
}

.card-d {
  border-radius: 75px 5px 75px;
  min-height: 14em;
  display: flex;
  justify-content: end;
  /*align-items: end;*/
  padding: 8px;
}

.card-img {
  border-radius: 44px 5px 44px;
  width: 128px;
  /* margin-top: -70px; */
}

.img-cont {
  top: -21%;
  right: 50%;
  left: 50%;
}

.checked {
  color: orange;
}

@media only screen and (max-width: 2560px) {
  /*.main-img {*/
  /* width: 51em;*/
  /*}*/
  .new-sec-img {
    width: 33em;
  }
}

@media only screen and (max-width: 1440px) {
  .main-img {
    width: 51em;
  }
  .new-sec-img {
    width: 23em;
  }

  .client-speak-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-img {
    width: 35em;
  }
  .new-sec-img {
    width: 16em;
  }
  .sm-img {
    width: 5em;
  }
  .small-font {
    font-size: smaller;
  }
  .client-speak-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .new-sec-img {
    width: 13em;
  }
  .small-font {
    font-size: small;
  }
}

@media only screen and (max-width: 425px) {
  .new-sec-img {
    width: 21em;
  }
  .card {
    width: 22em;
  }
  .card-img {
    width: 105px;
    border-radius: 25px 5px 25px;
  }
}

@media only screen and (max-width: 375px) {
  .small-font {
    font-size: small;
  }
  .card {
    width: 17em;
  }
  .card-img {
    width: 66px;
  }
  .card-d {
    border-radius: 52px 5px 52px;
    min-height: 10em;
  }
}

@media only screen and (max-width: 768px) {
  .width-90 {
    width: 100%;
  }

  .heading-large {
    margin-top: 15px;
    font-weight: 600;
    /*line-height: 20px;*/
    font-size: 1.5em;
  }

  /*a {*/
  /*  font-size: 0.8em;*/
  /*}*/

  .home-main-content {
    margin-top: 20px;
    font-size: 15px;
    padding-bottom: 20px;
  }

  .flex-row {
    flex-direction: column !important;
  }

  .item-image {
    width: 100% !important;
  }

  .item-content {
    width: 100% !important;
  }
  .video-media-query {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .width-100 {
    width: 100%;
  }

  .main-img {
    width: 21em;
  }
  .sm-img {
    width: 21em;
  }
  .hnews-small {
    flex-direction: column;
  }
  .hnews-textwrap {
    flex-wrap: wrap;
  }
  .client-speak-main {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
}

/* custom css  for contact us page*/

#section {
  background-image: url("../images/new-world map.png");
  background-repeat: no-repeat;
}
.background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  height: 200px;
}

form .btn {
  border: none;
}
.Row {
  padding: 50px;
}

.head h1 {
  font-size: 60px;
}
#contact_form input[type="text"] {
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid red;
  border-radius: 2px solid red;
}
#contact_form input[type="number"] {
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid red;
}
#contact_form input[type="email"] {
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid red;
}

#textarea {
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid red;
}
.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}
.ma {
  margin: auto;
}
.p-10 {
  padding: 10px;
}

/* magazine hover css */
.mag-container {
  position: relative;
}

.mag-container .middle {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mag-container:hover .middle {
  opacity: 1;
}

.magTitle{
  top: 20%;
  position: relative;
}
.middle {
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: top;
  background-color: rgb(0 0 0 / 60%);
}
.mag-container:hover .middle {
  opacity: 1;
}
.mag-text {
  /* background-color: #04AA6D; */
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.error {
  font-weight: 700;
  font-size: 14px;
  color: red;
  display: none;
}

/*coverstory css start*/
.listing-img {
  width: 350px;
}
.cursor-pointer {
  cursor: pointer;
}
.profile-card {
  width: 23%;
}
@media only screen and (max-width: 768px) {
  .profile-card {
    width: 100%;
  }
}

.news-heading-class {
  font-weight: 700;
  font-family: Merriweather, serif;
}
.text-content {
  font-size: 18px !important;
  font-family: Merriweather, serif;
  padding-bottom: 30px !important;
}

.feedback-heading {
  margin-top: -16px;
}
.client-speak-border {
  border: 5px solid #ece5c0;
}
.feedback-img {
  width: 6em;
  border-radius: 50%;
}
.magazine_latest {
  background-color: #020202;
}

.magazine_latest h3 {
  padding: 10px;
  color: white;
}
.newsletter {
  min-height: 350px;
}
.youtubevideonewsletter {
  min-height: fit-content;
  padding: 40px 0 0 0;
}

.bgcolor {
  background-color: #ff989f;
  border-radius: 18px 0 0px 18px;
}
.emailerrorbgcolor {
  background-color: #ff989f;
  border-radius: 18px 0 0px 18px;
}

.newsletter-text {
  width: 26em;
}

.input-txt {
  width: 100%;
  height: 3em;
  border: 1px solid rgb(250, 249, 249);
  border-radius: 16px;
}

.newsletter-img {
  position: absolute;
  right: 43%;
  top: -29%;
  width: 35em;
}
.emailnewsletter-img {
  position: absolute;
  right: 43%;
  top: 10%;
  width: 35em;
}

.subscription-thanku-img {
  position: absolute;
  top: 21%;
  width: 36em;
}
.email-error-img {
  position: absolute;
  top: 10%;
  width: 30em;
  right: 2%;
}

.modal-dialog {
  max-width: 800px;
}

.modal-content {
  border-radius: 18px;
}

.btn-danger {
  border-radius: 20px;
  width: 9em;
  font-size: large;
}

.sub-mail {
  outline: none;
  border: none;
}

.btn-close {
  position: absolute;
  right: 1%;
  top: 2%;
}
.modal-parent {
  background-color: #000000a3;
}
.thanku-dialog {
  max-width: 593px;
  position: relative;
  left: 34%;
}
/*subscribe page*/

.htitle {
  text-align: center;
}
.price {
  font-size: 24px;
}
.small-colored {
  color: green;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.htitle {
  text-align: center;
  margin: 10px auto 50px auto;
  z-index: 1;
  margin-top: 100px;
}

h2 {
  margin-top: 20px;
}

h3 {
  margin-top: 40px;
}

p {
  font-size: 16px;
}

small {
  font-size: 12px;
  color: gray;
}

.small-colored {
  color: #47cf73;
}

#new_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.offers {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 1%;
  margin: auto;
  width: 300px;
  height: auto;
  top: 0;
  border: 1px solid #eaeaea;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.offers:hover {
  position: relative;
  top: -20px;
  box-shadow: 0px 14px 6px 0px #0000004d;
}

.offers:nth-child(2) {
  border-top: 2px solid #47cf73;
  box-shadow: 0 0 10px 0px #0000001c;
}

.offers:nth-child(2) h3 {
  margin-top: 20px;
}

.offers:nth-child(2):hover {
  box-shadow: 0px 14px 6px 0px #0000004d;
}

.offers button {
  font-size: 12px;
  font-weight: 500;
  background: #0ebeff;
  color: #fff;
  margin: 30px auto 20px auto;
  /*padding: 4% 8%;*/
  border: 0;
  transition-duration: 0.5s;
}

#Btn:hover {
  background: #47cf73;
}
.subsribe-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  height: 170px;
}

@media screen and (min-width: 425px) {
  .offers button {
    display: block;
  }
}
.subscription_error {
  color: red;
}

.category-new-div {
  border-bottom: solid 1px #eee;
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
}
.fluid-edit {
  padding-top: 20px;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 50px;
}
.column-border {
  border-bottom: solid 3px #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: solid 1px #ccc;
  margin-bottom: 30px;
}
.column-heading {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  font-family: Merriweather, serif;
}
.left-side-container {
  padding-top: 20px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* Nominate enrol form css start */
.form-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-header {
      background: linear-gradient(135deg, #1b2229, #34495e);
      color: white;
      padding: 2rem;
      text-align: center;
  }
  
.form-header h2 {
    margin: 0;
    font-weight: 300;
    font-size: 2rem;
}

.form-body {
    padding: 2rem;
}

.form-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.form-control, .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.btn-submit {
    background: linear-gradient(135deg, #1b2229, #34495e);  
    border: none;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.required {
    color: #e74c3c;
}

@media (max-width: 768px) {
    .form-header h2 {
        font-size: 1.5rem;
    }
    
    .form-body {
        padding: 1.5rem;
    }
}
/* Nominate enrol form css end */
.card-image img {
  /*filter: blur(5px);*/
  transition: filter 0.3s ease;
}

/*.card-image.is-loaded img {*/
/*  filter: blur(0);*/
/*}*/

/*video section on home*/
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    background-color: black;
    border-radius: 50%;
}

/* Author profile card */

.author-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #edf2f7;
}
.author-header {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    padding: 40px 30px;
    border-bottom: 1px solid #eee;
}
.author-avatar-placeholder {
    width: 100px;
    height: 100px;
    background-color: #4e73df;
    /* Modern Blue */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(78, 115, 223, 0.2);
}
.article-list-item {
    transition: transform 0.2s;
    border-radius: 8px;
    border: 1px solid transparent;
}
.article-list-item:hover {
    background-color: #f8f9fa;
    transform: translateX(5px);
    border-color: #dee2e6;
}
.designation-badge {
    background-color: #e9ecef;
    color: #495057;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.9rem;
    display: inline-block;
}

/* Chatbot Styling */
#cbot-toggle,
#cbot-container {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
/* Floating Toggle */
#cbot-toggle {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #0D1A63;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(13, 26, 99, 0.35);
    z-index: 999999;
    transition: transform 0.3s ease, background 0.2s ease;
}
#cbot-toggle:hover {
    transform: scale(1.05);
    background: #162681;
}
/* Main Container */
#cbot-container {
    position: fixed;
    bottom: 100px;
    right: 25px;
    width: 380px;
    height: 600px;
    max-height: 80vh;
    background: #ffffff;
    border-radius: 16px;
    display: none;
    flex-direction: column;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 999999;
    border: 1px solid rgba(0, 0, 0, 0.05);
    animation: cbot-fade 0.3s ease-out;
}

@media (max-width: 768px) {
    #cbot-container {
        position: fixed;
        bottom: 10px;
        right: 10px;
        left: 10px;
        width: auto;
        max-width: 100%;
        height: 80vh;
        border-radius: 12px;
        overflow: hidden;
        z-index: 999999;
    }
}

@keyframes cbot-fade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Header Section */
#cbot-header {
    background: #0D1A63;
    color: #fff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cbot-header-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cbot-avatar {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}
.cbot-brand {
    font-weight: 600;
    font-size: 15px;
    display: block;
}
.cbot-status {
    font-size: 11px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
}
.cbot-status span {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    display: inline-block;
}
#cbot-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 1;
    transition: background 0.2s;
}
#cbot-close:hover {
    background: rgba(255, 255, 255, 0.2);
}
/* Messages Area */
#cbot-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #F8FAFC;
    scrollbar-width: thin;
}
.cbot-msg {
    margin-bottom: 12px;
    padding: 12px 16px;
    border-radius: 18px;
    max-width: 85%;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.cbot-user {
    background: #0D1A63;
    color: #fff;
    margin-left: auto;
    border-bottom-right-radius: 4px;
}
.cbot-bot {
    background: #fff;
    color: #334155;
    margin-right: auto;
    border-bottom-left-radius: 4px;
    border: 1px solid #E2E8F0;
}
/* Input Area */
#cbot-input-area {
    display: flex;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #F1F5F9;
    align-items: center;
}
#cbot-input {
    flex: 1;
    border: 1px solid #E2E8F0;
    padding: 10px 15px;
    border-radius: 24px;
    outline: none;
    font-size: 14px;
    transition: border 0.2s;
}
#cbot-input:focus {
    border-color: #0D1A63;
}
#cbot-send {
    background: none;
    color: #0D1A63;
    border: none;
    margin-left: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}
#cbot-send:hover {
    transform: scale(1.1);
    color: #162681;
}
/* Options & Cards */
.cbot-option-btn {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 10px 14px;
    background: #fff;
    border: 1.5px solid #0D1A63;
    color: #0D1A63;
    border-radius: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
}
.cbot-option-btn:hover {
    background: #0D1A63;
    color: #fff;
}
.cbot-card {
    background: #fff;
    padding: 14px;
    margin: 10px 0;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    transition: transform 0.2s;
}
.cbot-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.cbot-title {
    font-size: 14px;
    font-weight: 600;
    color: #1E293B;
    margin-bottom: 6px;
}
.cbot-link {
    font-size: 12px;
    color: #2563EB;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}
#cbot-typing {
    font-size: 12px;
    color: #64748B;
    background: transparent;
    box-shadow: none;
    border: none;
}
#cbot-toggle {
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    z-index: 999999;
    background: #0D1A63;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(13, 26, 99, 0.35);
}
/* Unread badge */
#cbot-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 50%;
    min-width: 18px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    animation: pulse 1.5s infinite;
}
/* Pulse animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

.cbot-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.cbot-img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.cbot-content {
    flex: 1;
}