/* body {
  background-color: rgba(249, 250, 251, 1);
} */

.ct_right_menu_items {
  display: flex;
  align-items: center;
  gap: 50px;
}

a {
  cursor: pointer;
}

.ct_header {
  background-color: #fff;
  padding: 20px 20px;
  box-shadow: 0px 4px 20px 0px #00000021;
  position: sticky;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
}

.ct_navbar {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  height:50px;
}

.ct_right_menu_items a {
  font-size: 16px;
  font-family: Switzer-Medium;

}

.ct_green_bnt {
  background: var(--green-gradient);
  padding: 12px 40px;
  border-radius: 6px;
  border: 1px solid var(--green);
  outline: none;
  transition: 0.4s ease all;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  font-family: Switzer-Medium;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.ct_green_btn_after_15_radius::before{
  border-radius: 15px !important;
}
.ct_green_bnt:before,
.ct_custom_btn_2:before {
  content: "";
  inset: 0px;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  transition: 0.4s ease all;
  transform: scale(0);
  border-radius: 10px;
}

.ct_green_bnt:hover:before,
.ct_custom_btn_2:hover:before {
  transform: scale(1);
}

.ct_green_bnt:hover,
.ct_custom_btn_2:hover {
  color: #000;
}


.ct_home_banner {
  /* background: radial-gradient(107.57% 100% at 50% 0%, #027C00 0%, rgba(50, 205, 48, 0.5) 50%, rgba(96, 255, 94, 0.25) 75%, rgba(255, 255, 255, 0) 100%); */
  background-color: #f8fff8c4;
  padding-bottom: 70px;
  padding-top: 70px;
}

.ct_banner_title h2 {
  line-height: 55px;
}

.ct_input {
  border: 1px solid #E5E7EB;
  height: 50px;
  outline: none;
}

.ct_banner_search_filters {
  
  padding-top: 20px;
}

.ct_search {
  /* max-width: 400px; */
  width: 100%;
}

.ct_select_w_177 {
  width: 177px;
}


figure.ct_assets_card {
    margin-bottom: 15px;
    background-color: #ffff;
    border-radius: 22px;
    margin-top: 35px;
    display: grid;
    height: 100%;
    padding: 10px;
    width: calc(100% - 10px);
    box-shadow: 0px 0px 13px 0px #00000038;
    transition: 0.4s ease all;
}
figure.ct_assets_card:hover{
  transform: scale(1.04)
}

.ct_assets_img {
  position: relative;
}
.ct_py_6{
  padding-block: 4px !important;
}
.ct_assets_img {
  border-radius: 30px;
}

.ct_featured_btn {
    position: absolute;
    top: 10px;
    background-color: #F3FF67;
    color: #000;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    left: 10px;
    gap: 6px;
    border-radius: 7px;
    z-index: 1;
    font-size: 15px;
}

.ct_assets_img img {
  width: 100%;
  transition: 0.4s ease all;
  border-radius: 22px;
  height: 167px;
  object-fit: cover;
}

.ct_lock_icon1 {
    position: absolute;
    top: -30px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    right: -26px;
    border-radius: 100px;
    width: 53px;
    height: 53px;
    color: #2FC319;
    border: 0.94px solid #CBCECA;
    box-shadow: 0px 8.09px 12.14px 0px #00000040;
}

.ct_lock_icon1 svg {
  width: 34px;
  height: 34px;
}
.ct_assets_card {
  padding-bottom: 30px;
}

.ct_assets_card figcaption {
  margin-top: 0px;
  padding: 0px 5px 0px;
  display: grid;
}

.ct_assets_card figcaption h4 {
  font-weight: 600;
  font-size: 20px;
  color: #5E605E;
}

.ct_assets_card figcaption h3 {
  color: #32CD30;
  font-weight: 600;
}

.ct_custom_btn_2 {
  background-color: var(--green);
  padding: 5px 25px;
  border-radius: 30px;
  outline: none;
  border: 1px solid var(--green);
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.4s ease all;

  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}



.securepoint-section {
  background: #f4fbf5;
}

.step-box {
  padding: 20px;
}



.icon-box {
  width: 80px;
  height: 80px;
  background: #32CD301A;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-box i {
  font-size: 22px;
  color: #22c55e;
}




.about-v2-section {
  background: #fff;
}



/* Badge */
.about-badge {
  position: absolute;
  top: 0;
  right: -20px;
  background: #20c020;
  color: #fff;
  padding: 18px 20px;
  border-radius: 12px;
  text-align: center;
  z-index: 2;
}

.about-badge h4 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}

.about-badge p {
  margin: 0;
  font-size: 13px;
}

/* Content */
.small-title {
  font-size: 14px;
  font-family: Switzer-Semibold;
  color: var(--green);
  display: inline-block;
  margin-bottom: 20px;
}

.about-content h2 {
  font-size: 34px;
  font-weight: 700;
  /* color: var(--dark_green); */
  font-family: Switzer-Semibold;
  margin-bottom: 15px;
}

.about-content p {
  font-size: 16px;
  color: var(--text_clr_4F4F4F);
  line-height: 1.7;
  margin-bottom: 38px;
  max-width: 501px;
}

/* Button */
.about-btn {
  background: #20c020;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: 0.3s;
}

.about-btn:hover {
  background: #18a818;
}

/* Arrow Circle */
.arrow-circle {
  width: 43px;
  height: 43px;
  background: #fff;
  color: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.ct_custom_btn_2:hover .arrow-circle {
  background-color: var(--green);
  color: #fff;
}


.ct_about_img_wrapper {
    width: 100%;
    display: grid;
    gap: 16px;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    max-width: calc(100% - 70px);
}


.ct_abt_left_img_div {
  max-width: 100%;
  width: 100%;
}

.ct_abt_left_img_div img {

  width: 100%;
  height: 420px;
  max-width: 100%;
  object-fit: cover;
}

.ct_abt_secure_cnt {
  background-color: var(--green);
  padding: 30px 0px;
  border-radius: 10px;
  text-align: center;
}

.ct_abt_right_btm_img {
  margin-top: 30px;
  max-width: 100%;
  width: 100%;
}

.ct_abt_right_btm_img img {
  max-width: 100%;
  height: 339px;
  object-fit: cover;
  width: 100%;
}

.ct_abt_lock {
  position: absolute;
  top: -25px;
  left: -15px;
  width: 56px;
  height: 56px;
  object-fit: contain;
}


.why-securepoint {
  background: #fff;
}

/* Left Image Wrapper */
.why-image-wrapper {
  position: relative;
  display: inline-block;
}

/* Tilt Background */


/* Main Image Box */
.why-image-box {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  max-width: 420px;
      width: calc(100% - 50px);

}

.why-image-box:before {
  content: "";
  position: absolute;
  inset: 0px;
  background: #32CD301A;
  z-index: -1;
  width: calc(100%);
  height: 100%;
  transform: rotate(-18deg);
}

.why-image-box img {
  width: 100%;
  height: 444px;
  object-fit: cover;
  max-width: 405px;
}

/* Title Line */
.title-line {
  width: 120px;
  height: 6px;
  background: #20c020;
  border-radius: 100px;
}

/* Checklist */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  padding-left: 28px;
  position: relative;
  color: #222;
}

/* Tick Icon */
.why-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #20c020;
  font-weight: bold;
  font-size: 24px;
}




/* Download App Section */
.download-app-section {
  /* background: #fff; */
  margin-bottom: -40px;
}

.download-box {
    background: #32CD30;
    border-radius: 14px;
    padding: 0px 80px 0px;
    position: relative;
}

/* Phone Image */
.phone-img {
  max-width: 365px;
  width: 100%;
  object-fit: contain;
  margin-top: -80px;
}

/* Store Buttons */
.store-btn {
    background: #fff;
    padding: 14px 26px;
    border-radius: 6px;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    color: #111;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
    width: 175px;
    white-space: nowrap;
}

.store-btn:hover {
  background: #f2f2f2;
}

/* Footer Section */
.footer-section {
  background: #2e2e2e;
  padding: 120px 60px 25px 60px;
}

.footer-text {
    font-size: 16px;
    opacity: 0.5;
    color: #fff;
    max-width: 430px;
     font-family: Switzer-Extralight;
}

/* Social Icons */

.social-icons a {

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #20c020;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  font-size: 16px;
  color: #bbb !important;
  transition: 0.3s;
  opacity: 0.7;
   font-family: Switzer-Extralight;
}

.footer-links a:hover {
  color: #20c020 !important;
}

/* Divider Line */
.footer-line {
  border-color: #FFFFFF4D;
  margin: 30px 0 15px;
}

.ct_nav_bar_menu {
  display: flex;
  align-items: center;
  gap: 60px;
}

.ct_nav_bar_menu li a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
}

.ct_right_dropdown button {
  border: 0px;
  padding: 11px 16px;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 6px;
}

.ct_right_dropdown.dropdown ul {
  padding: 0px;
  border: 0px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
}

.ct_right_dropdown.dropdown a.dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  /* margin-bottom: 20px; */
}

.ct_right_dropdown li a {
  padding-block: 10px;
}

.ct_right_dropdown.dropdown .dropdown-item:hover {
  background-color: #32cd306e;
  color: #000;
}


.ct_img_30 {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 100px;
}

.ct_right_menu_login {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ct_close_menu {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.4s ease all;
  font-size: 24px;
}

.ct_close_menu:hover {
  transform: rotate(360deg);
}

.ct_menu_bar {
  display: none;
}

.ct_white_bg {
  padding: 35px;
  background-color: #fff;
  box-shadow: 0px 1.08px 2.16px -1.08px #0000001A, 0px 1.08px 3.24px 0px #0000001A;
  ;


  border-radius: 17px;



}



.ct_nav_bar_menu li .active,
.ct_nav_bar_menu li .active svg {
  color: #32CD30;
  fill: #32CD30;
}


.ct_nav_bar_menu li:nth-child(3) .active svg path+path {
  fill: #fff;
}

.ct_nav_bar_menu li:nth-child(3) .active svg path:first-child {
  stroke: #32CD30;
}

/* browse card */
/* Header */
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}


/* GRID – 4 ITEMS */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  row-gap: 30px;
}

/* ITEM – IMAGE + TEXT SAME ROW */
.category-item {
  display: flex;
  align-items: center;
  gap: 25px;


}

/* IMAGE */
.category-item img {
  width: 107px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

/* TEXT */
.category-item h6 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}

.category-item span {
  font-weight: 500;
  font-size: 14px;
  color: #454545;
}

.ct_assets_card_transparnet {
    background-color: transparent !important;
    box-shadow: unset !important;
    width: 100% !important;
}
.ct_assets_card_transparnet .ct_lock_icon1 {
    position: absolute;
    top: -24px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    right: 3px;
    border-radius: 100px;
    width: 53px;
    height: 53px;
    color: #2FC319;
    border: 0.94px solid #CBCECA;
    box-shadow: 0px 8.09px 12.14px 0px #00000040;
}
.ct_stolen_text_bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    background-color: rgb(189 49 36 / 50%);
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 4px;
}
.ct_assets_card_transparnet .ct_custom_btn_2 {
    border-radius: 50px !important;
    height: 40px;
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .category-grid {
    grid-template-columns: 1fr;

  }
}


.ct_border_bottom {
    border-bottom: 0.4px solid rgba(0, 0, 0, 0.12);
    margin-top: 40px;
    border-top: 0px;
}









/* ===============================
 ASSETS DETAIL PAGE (SCOPED)
================================ */

.assets-detail-content .header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}







/* ===============================
   CARD
================================ */

.assets-detail-content .content-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.assets-detail-content .card-body-custom {
    padding: 56px 45px;
}

/* ===============================
   IMAGE SECTION
================================ */

.assets-detail-content .image-section {
  position: relative;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.assets-detail-content .image-section img {
  max-width: 100%;
  height: 270px;
  border-radius: 25px;
  width: 100%;
}

/* Lock badge */

.assets-detail-content .lock-badge {
    position: absolute;
    top: -22px;
    right: 0px;
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(203, 206, 202, 1);
    box-shadow: 0px 19.19px 28.79px 0px rgba(0, 0, 0, 0.25);
}
.lock-badge svg {
    width: 35px;
    height: 35px;
}



/* ===============================
   ASSET DETAILS
================================ */

.assets-detail-content .asset-title {
  font-size: 30px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 15px;
}

.assets-detail-content .asset-meta {
  font-size: 0.875rem;
  color: #6b7280;
}





/* ===============================
   WARNING BANNER
================================ */

.assets-detail-content .warning-banner {
  background: #fefce8;
  border: 1px solid #fff085;
  color: rgba(137, 75, 0, 1);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 20px;
}

.assets-detail-content .warning-banner i {
  color: #f59e0b;
}

/* ===============================
   BUTTONS
================================ */









/* ===============================
   CONTENT SECTION
================================ */



/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .assets-detail-content .header-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }




  /* .assets-detail-content .card-body-custom {
    padding: 1.5rem;
  } */

  .assets-detail-content .asset-title {
    font-size: 1.25rem;
  }

  .assets-detail-content .asset-links {
    flex-direction: column;
    gap: 0.75rem;
  }
}

@media (max-width: 576px) {
  .assets-detail-content .main-container {
    padding: 1rem 0.75rem;
  }

  .assets-detail-content .card-body-custom {
    padding: 50px 15px;
  }

  .assets-detail-content .image-section {
    padding: 1rem;
  }
}




.outline_btn {
  background: #fff;
  padding: 11px 20px;
  border-radius: 10px;
  border: 1px solid var(--green);
  outline: none;
  transition: 0.4s ease all;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  font-family: Switzer-Medium;
  justify-content: center;
  color: #fff;
  text-align: center;
  color: var(--green);
}

.outline_btn:before {
  content: "";
  inset: 0px;
  position: absolute;
  background-color: var(--green);
  z-index: -1;
  transition: 0.4s ease all;
  transform: scale(0);
  border-radius: 10px;
}

.outline_btn:hover:before {
  transform: scale(1);

}

.outline_btn:hover {
  color: #fff;

}

/* Modal customization */
.logout-modal .modal-content {
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.logout-actions {
  display: flex;
  gap: 16px;
}


/* ===============================
   OTP DELETE MODAL
================================ */

.otp-modal .modal-content {
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  position: relative;
  border: none;
}

.otp-modal .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0.6;
}

/* Icon */
.otp-icon-wrap {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #e9f9ee;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Title */
.otp-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

/* Subtitle */
.otp-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 22px;
}

/* OTP Inputs */
.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 24px;
}

.otp-inputs input {
  width: 48px;
  height: 52px;
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid rgba(217, 217, 217, 1);
  outline: none;
}










/* Modal box */
.mobile-app-modal .modal-content {
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  position: relative;
}

/* Close button */
.mobile-app-modal .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0.6;
}

/* Icon circle */
.mobile-icon-wrap {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #e9f9ee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-icon-wrap i {
  font-size: 26px;
  color: #16a34a;
}




/* sidebar */
/* ================= PROFILE SIDEBAR (ADD ONLY) ================= */

.profile-sidebar {
  background: #fff;
  border: 1px solid #eee;
  height: fit-content;
}

/* Sidebar header (mobile only) */
.profile-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

/* Menu */
.profile-sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-sidebar-menu li a {
  padding: 21px 14px;
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  display: inline-block;
  color: #383e48;
  font-weight: 500;
}

.profile-sidebar-menu li .active,
.profile-sidebar-menu li a:hover {
  background-color: #dedede47;
  color: #4f4f4f;
}

.profile-sidebar-menu li a img {
  width: 21px;
  height: auto;
}


/* Overlay */
.profile-overlay {
  position: fixed;
  top: 72px;
  /* fixed navbar height */
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1040;
}

/* Disable background scroll */
body.profile-no-scroll {
  overflow: hidden;
}

.ct_right_main_box {
  border: 0.6px solid rgba(175, 180, 190, 0.2);
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  padding: 24px;
  border-radius: 9px;
  height: 100%;
  /* height: 80vh; */
}


/* ================= MOBILE ================= */






/* my account css */
.account-wrapper {
  max-width: 760px;
  padding: 32px 16px;
}

.account-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Profile header */
.profile-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}




/* Cards */
.account-card {
  border: 1px solid #99a1af26;
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 16px;
  background: #fff;
}



/* Info grid */
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}




/* Owner note */
.owner-note {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

.ct_search_w_600 {
  max-width: 600px;
}

.ct_back_icon {
  color: #000;
  margin-right: 8px;
  font-size: 20px;
  transition: 0.4s ease all;
}

.ct_back_icon:hover {
  color: var(--green);
}


/* Main Banner */
.et-plan-card {
  background: #33cc33;
  border-radius: 10px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: auto;
  color: white;
}

/* Left Side */
.et-plan-info h2 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

.et-access-btn {
  background: #ffffff;
  color: #33cc33;
  position: relative;
  transition: 0.3s ease;
}

.et-access-btn:before {
  background-color: var(--dark_green);
}

.et-access-btn:hover {
  color: #fff;
}



/* Right Side */
.et-plan-status {
  text-align: right;
}

.et-plan-status p {
  margin: 0;
  font-size: 16px;
}

.et-plan-status span {
  font-size: 14px;
  opacity: 0.9;
}

/* Responsive */



/* Main Wrapper */
.et-contact-wrapper {
  padding: 60px 0;
}

/* Card Style */
.et-contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}

/* Left Card Title */
.et-contact-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 46px;
}

.et-contact-subtitle {
  font-size: 13px;
  color: #777;
  margin-bottom: 25px;
}

/* Icon Circle */
.et-icon-box {
  width: 48px;
  height: 48px;
  background: #32CD301A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2ecc40;
  font-size: 16px;
  flex-shrink: 0;
}

.et-contact-text {
  font-size: 13px;
  color: #444;
  margin: 0;
}

/* Social Icons */
.et-social-icons i {
  font-size: 18px;
  margin-right: 15px;
  color: #2ecc40;
  cursor: pointer;
  transition: 0.2s;
}

.et-social-icons i:hover {
  opacity: 0.7;
}

/* Form Inputs */


/* Submit Button */



.subscription-card {
  max-width: 528px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 32px;
  width: 100%;
}

.ct_subsction_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}


.price {
  font-size: 28px;
  font-weight: 700;
}

.feature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 14.5px;
  color: #333;
}

.ct_h_40 {
  height: 40px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eaf8ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #39c449;
  font-size: 16px;
  flex-shrink: 0;
}

.plan-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.plan-row small {
  color: #777;
}

.form-select {
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 14px;
}


/* LEFT SIDE */
.login-popup__left {
  background: #ffffff;
  height: auto;
  background: #ffffff;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 14px 0px #32CD3026;
  padding:25px  30px;
  max-height: calc(100vh - 102px);
}

.login-popup__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 22px;
}

.login-popup__title {
  font-weight: 600;
  color: #111;
}

/* ROLE BOX */
.login-popup__role {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.login-popup__role input {
  accent-color: #9b0c1f;
}

.login-popup__role.active {
  border-color: #9b0c1f;
  background: #fff2f4;
}

/* BUTTON */
.login-popup__btn {
  width: 100%;
  background: #9b0c1f;
  color: #fff;
  padding: 12px;
  font-weight: 600;
  border-radius: 16px;
}

.login-popup__btn:hover {
  background: none;
  border: 1px solid #9b0c1f;
}

/* RIGHT SIDE IMAGE */
.login-popup__right {
  height: calc(100vh - 102px);
}

.login-popup__right img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* hide default radio */
.login-popup__role input {
  display: none;
}

/* role box */
.login-popup__role {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

/* selected state */
.login-popup__role input:checked+.login-popup__text {
  font-weight: 600;
}

.login-popup__role:has(input:checked) {
  border-color: #9b0c1f;
  background: #fff2f4;
}

/* hover */
.login-popup__role:hover {
  border-color: #9b0c1f;
}

.login-img-text {
  position: absolute;
  top: 0;

  border-radius: 12px;
  color: #fff;
  /* margin: 50px; */
  padding: 35px 20px;
}

.popup-main {
  background: linear-gradient(115.36deg,
      #ffffff 60.5%,
      rgba(120, 246, 118, 0.8) 104.96%);
  padding: 28px;
  border-radius: 20px;
}

.otpmainbox {
  display: flex;
  gap: 20px;
  border-radius: 12px;
  justify-content: center;
}

.otpmainbox input {
  height: 60px;
  width: 60px;
  text-align: center;
}

.ct_login_main_bg {
  height: 100vh;
  background: url(../img/login_bg.jpg);
  display: flex;
  align-items: center;
  background-size: cover;
}

.ct_input::placeholder {
  color: #4f4f4f;
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 576px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}


.ct_assets_data {
    max-height: 900px;
    padding-right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}


