body {
    font-family: 'Poppins', sans-serif !important;
    background: #f5f7fb;
    color: #111827;
}

p {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: 800;
    color: #2563eb !important;
}

.logo-box {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #ef4444);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-right: 10px;
}

html[dir="rtl"] .logo-box {
    background: linear-gradient(225deg, #2563eb, #ef4444);
    margin-right: 0;
    margin-left: 10px;
}

.hero {
    position: relative;
    padding: 50px 0;
    /* background: linear-gradient(to bottom, #ffffff, #eef2ff); */
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
}

#domain-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

#domain-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 50%, transparent 70%);
    z-index: -1;
}

html[dir="rtl"] #domain-banner {
    left: -45%;
}

html[dir="rtl"] #domain-overlay {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 50%, transparent 70%);
}

.hero-title span {
    background: linear-gradient(90deg, #2563eb, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tag {
    display: inline-block;
    background: white;
    border: 1px solid #dee2e6;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.feature-icon {
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
}

.bg-gradient-primary {
    background: linear-gradient(90deg, #2563eb, #ef4444);
    color: white;
}

html[dir="rtl"] .bg-gradient-primary {
    background: linear-gradient(270deg, #2563eb, #ef4444);
}

.globe {
    width: 520px;
    height: 520px;
    /* background: radial-gradient(circle at center, #4338ca, #1e1b4b); */
    border-radius: 50%;
    /* box-shadow: 0 0 80px rgba(67, 56, 202, 0.4); */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.globe svg {
    height: 100%;
    width: 100%;
}

.community-card {
    position: absolute;
    right: -20px;
    bottom: 80px;
    width: 300px;
    background: white;
    border-radius: 24px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #d1d5db;
    border: 3px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
}

.country-card,
.info-card {
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    transition: 0.3s ease;
}

.country-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
/* 
.country-item {
    width: 50%;
}
 */


.flag {
    font-size: 42px;
}

.stats {
    background: linear-gradient(90deg, #1e3a8a, #312e81);
    border-radius: 1rem;
    color: white;
    padding-inline: 1rem;
}

footer {
    background: #0f172a;
    color: #cbd5e1;
}

footer h5 {
    color: white;
}

.newsletter-input {
    border-radius: 12px 0 0 12px;
    border: .5px solid #15274b;
    color: white !important;
    background: transparent !important;
    padding: 14px;
}

.newsletter-input:focus {
    background: transparent !important;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.57) !important;
}

.newsletter-btn {
    border-radius: 0 12px 12px 0;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }

    .globe {
        width: 320px;
        height: 320px;
    }

    .community-card {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
}


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#f7f7fb;
    color:#1f1f1f;
}

.post-btn{
    background:#3200b8;
    color:#fff;
    padding:15px 28px;
    border-radius:12px;
    font-weight:600;
}

.header-icon{
    font-size:22px;
    position:relative;
    cursor:pointer;
}

.notification{
    position:absolute;
    top:-6px;
    right:-8px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:red;
    color:#fff;
    font-size:11px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.avatar{
    width:45px;
    height:45px;
    border-radius:50%;
    object-fit:cover;
}

/* BREADCRUMB */

.breadcrumb{
    display:flex;
    gap:12px;
    align-items:center;
    margin:22px 0;
    font-size:14px;
    color:#666;
}

.breadcrumb i{
    font-size:11px;
}

/* LAYOUT */

.layout{
    display:grid;
    grid-template-columns:2.2fr 1fr;
    gap:25px;
}


/* PRODUCT TOP */

.product-top{
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:25px;
}

.card{
    background:#fff;
    border-radius:18px;
    padding:20px;
    box-shadow:0 2px 8px rgba(0,0,0,0.03);
}

.main-image{
    border-radius:16px;
    overflow:hidden;
    border:1px solid #ececec;
    position:relative;
}

.main-image img{
    height:520px;
    object-fit:cover;
}

.image-tag{
    position:absolute;
    top:16px;
    left:16px;
    background:#3211b8;
    color:#fff;
    padding:10px 14px;
    border-radius:10px;
    font-size:14px;
    font-weight:600;
}

.arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
    cursor:pointer;
}

.arrow.left{
    left:15px;
}

.arrow.right{
    right:15px;
}

.thumb-row{
    display:flex;
    gap:12px;
    margin-top:16px;
}

.thumb{
    width:90px;
    height:90px;
    border-radius:12px;
    overflow:hidden;
    border:2px solid #ddd;
}

.thumb img{
    height:100%;
    object-fit:cover;
}

/* PRODUCT INFO */

.share-icons{
    display:flex;
    justify-content:flex-end;
    gap:12px;
}

.share-icons a {
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:16px;
    cursor: pointer;
}

.share-icons img {
    height:28px;
    width: 28px;
}

.fb{background:#1877f2;}
.tw{background:#1da1f2;}
.wh{background:#25d366;}
.ig{background:#e1306c;}
.lk{background:#333;}

.product-title{
    font-size:48px;
    line-height:1.2;
    margin-bottom:18px;
    font-weight:800;
}

.badges{
    display:flex;
    gap:12px;
    margin-bottom:20px;
}

.badge{
    padding:8px 16px;
    border-radius:10px;
    font-size:14px;
    font-weight:600;
}

.green{
    background:#dff7e6;
    color:#198754;
}

.blue{
    background:#dfe5ff;
    color:#2f0ab8;
}

.gray{
    background:#eee;
    color: black;
}

.meta{
    color:#666;
    margin-bottom: .8rem;
}

.hot{
    color:#ff6a00;
    font-weight:600;
}

.price{
    color:#2f0ab8;
    font-weight:800;
}

.verified{
    display:flex;
    align-items:center;
    gap:8px;
    color:#17a34a;
    margin-top:25px;
    font-weight:600;
}

.bottom-actions{
    display:flex;
    gap:18px;
    margin-top:35px;
}

.outline-btn{
    flex:1;
    height:60px;
    border:1px solid #ddd;
    background:#fff;
    border-radius:14px;
    font-weight:600;
    font-size:16px;
    cursor:pointer;
}

/* SIDEBAR */

.sidebar-card{
    background:#fff;
    border-radius:18px;
    padding:22px;
    box-shadow:0 2px 8px rgba(0,0,0,0.03);
    margin-bottom:20px;
}

.seller-header{
    display:flex;
    gap:15px;
    margin-bottom:22px;
}

.seller-header img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
}

.seller-name{
    font-size:26px;
    font-weight: 500;
}

.rating{
    margin-top:8px;
    color:#f39c12;
    font-weight:600;
}

.online{
    margin-top:15px;
    color:#666;
}

.online span{
    color:#22c55e;
}

.stats{
    display:flex;
    justify-content:space-between;
    text-align:center;
    margin:25px 0;
}

.stats h3{
    font-size:28px;
    margin-bottom:5px;
}

.contact-btn{
    width:100%;
    border:none;
    height:58px;
    border-radius:14px;
    color:#fff;
    font-size:18px;
    font-weight:700;
    margin-bottom:14px;
    cursor:pointer;
}

.gradient-purple{
    background: linear-gradient(180deg, #ff37d1 0%, #7b00ff 100%);
    box-shadow: 0 4px 12px rgba(123, 0, 255, 0.35);
}

.gradient-green{
    background: linear-gradient(180deg, #19d84f 0%, #00a63a 100%);
    box-shadow: 0 4px 12px rgba(0, 166, 58, 0.35);
}

.gradient-blue{
    background: linear-gradient(180deg, #27b8ff 0%, #0066ff 100%);
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.35);
}

.gradient-orange{
    background: linear-gradient(180deg, #ffb52e 0%, #ff6a00 100%);
    box-shadow: 0 4px 12px rgba(255, 106, 0, 0.35);
}

.gradient-pink{
    background: linear-gradient(180deg, #ff2ca0 0%, #d10072 100%);
    box-shadow: 0 4px 12px rgba(209, 0, 114, 0.35);
}

/* DELIVERY */

.delivery-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
}

/* COD FORM */

.form-group{
    margin-bottom:16px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:600;
}

.form-group input,
.form-group textarea,
.form-group select{
    width:100%;
    border:1px solid #ddd;
    border-radius:10px;
    padding:14px;
    outline:none;
    font-family:inherit;
}

.place-order{
    width:100%;
    height:60px;
    border:none;
    border-radius:14px;
    background:linear-gradient(90deg,#ff0080,#ff3cac);
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    margin-top:10px;
}

/* VIDEO */

.video-section{
    margin-top:25px;
}

.video-box{
    position:relative;
    overflow:hidden;
    border-radius:18px;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90px;
    height:65px;
    background:red;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
}

/* MAP */

.location-card{
    margin-top:25px;
}

.location-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
    font-weight:700;
}

.map{
    overflow:hidden;
    border-radius:16px;
}

/* DESCRIPTION */

.description-card{
    margin-top:25px;
}

.description-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.description-list{
    line-height:2;
    color:#444;
}

.specs{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.spec{
    display:flex;
    justify-content:space-between;
    padding-block:8px;
}

.spec-border {
    border-right: 1px solid #eee;
}

@media (max-width: 768px) {
    .spec-border {
        border-right: none;
    }
}
/* SIMILAR */

.similar{
    margin-top:30px;
}

.similar-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
}

.similar-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.product-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,0.03);
}

.product-card img{
    height:220px;
    object-fit:cover;
}

.product-content{
    padding:15px;
}

.product-content h4{
    margin-bottom:10px;
}

.product-content p{
    color:#2f0ab8;
    font-weight:800;
    font-size:24px;
}

.product-content span{
    display:block;
    margin-top:10px;
    color:#777;
    font-size:14px;
}

/* CTA */

.cta{
    margin:35px 0;
    background:#2f0ab8;
    border-radius:18px;
    color:#fff;
    padding:28px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.cta button{
    background:#ffb300;
    border:none;
    padding:18px 28px;
    border-radius:12px;
    font-weight:700;
    cursor:pointer;
}

/* FLOATING CHAT */

.chat-widget{
    position:fixed;
    right:25px;
    bottom:25px;
    background:linear-gradient(90deg,#7b2ff7,#f107a3);
    color:#fff;
    padding:18px 24px;
    border-radius:60px;
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:700;
    box-shadow:0 5px 25px rgba(0,0,0,0.15);
    z-index: 1000;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .layout{
        grid-template-columns:1fr;
    }

    .similar-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:900px){

    .product-top{
        grid-template-columns:1fr;
    }

    .description-grid{
        grid-template-columns:1fr;
    }

    .navbar{
        flex-direction:column;
    }

    .search-box{
        width:100%;
    }
}

@media(max-width:650px){

    .similar-grid{
        grid-template-columns:1fr;
    }

    .product-title{
        font-size:34px;
    }

    .price{
        font-size:48px;
    }

    .cta{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }
}

/* SECTION */

.why-choose{
  background:#fff;
}

/* TITLE */

.section-title{
  font-size:48px;
  color:#0b1437;
}

.section-subtitle{
  color:#6b7280;
  font-size:18px;
}

/* CARD */

.feature-card{
  border-radius:22px;
  padding:35px 20px;
  text-align:center;
  border:1px solid #edf0f7;
  height:100%;
  transition:0.3s ease;
}

.feature-card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* ICON BOX */

.icon-box{
  width:75px;
  height:75px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 25px;
}

.icon-box i{
  font-size:30px;
}

/* TEXT */

.feature-card h5{
  font-size:24px;
  font-weight:700;
  color:#0b1437;
  margin-bottom:15px;
}

.feature-card p{
  font-size:16px;
  line-height:1.7;
  color:#5f6678;
  margin-bottom:0;
}

/* BACKGROUNDS */

.bg-blue{
  background:#f5f8ff;
}

.bg-green{
  background:#f5fcf7;
}

.bg-mint{
  background:#f4fff8;
}

.bg-purple{
  background:#faf7ff;
}

.bg-orange{
  background:#fff8f1;
}

.bg-lightblue{
  background:#f7f9ff;
}

/* ICON COLORS */

.icon-blue{
  background:#e8eeff;
  color:#3563ff;
}

.icon-green{
  background:#def7e8;
  color:#18b663;
}

.icon-mint{
  background:#dff9ea;
  color:#13b15d;
}

.icon-purple{
  background:#ede4ff;
  color:#7048ff;
}

.icon-orange{
  background:#ffe6cf;
  color:#ff8a00;
}

.icon-lightblue{
  background:#e8efff;
  color:#3563ff;
}

/* RESPONSIVE */

@media(max-width:991px){

  .section-title{
    font-size:38px;
  }

  .feature-card h5{
    font-size:20px;
  }
}

@media(max-width:576px){

  .section-title{
    font-size:30px;
  }

  .section-subtitle{
    font-size:15px;
  }
}


/* SECTION */

.how-it-works{
  background:#fff;
}

/* TITLE */

.section-title{
  font-size:48px;
  color:#0b1437;
}

/* STEP BOX */

.steps-row {
    position: relative;
    z-index: 2;
}


.step-box-ruler {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0%;
    border: 2px dashed gray;
    z-index: 1;
}

.step-box{
  display:flex;
  align-items:flex-start;
  gap:18px;
  text-align:left;
  position:relative;
  margin-inline-end: 1rem;
}

/* ICON */

.step-icon{
  min-width:72px;
  width:72px;
  height:72px;
  border-radius:50%;
  background:#fff;
  border:1px solid #edf0f7;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(0,0,0,0.04);
}

.step-icon i{
  font-size:30px;
  color:#3563ff;
}

/* CONTENT */

.step-number{
  display:block;
  font-size:28px;
  font-weight:700;
  color:#3563ff;
  margin-bottom:5px;
}

.step-content h5{
  font-size:24px;
  font-weight:700;
  color:#0b1437;
  margin-bottom:10px;
}

.step-content p{
  font-size:17px;
  color:#5f6678;
  line-height:1.7;
  margin-bottom:0;
}

/* CTA BANNER */

.cta-banner{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  padding:45px 50px;
  background:linear-gradient(90deg,#0057ff 0%, #6f2dbd 45%, #ff5a00 100%);
}

/* CTA TEXT */

.cta-banner h2{
  font-size: 2rem;
  font-weight:700;
  color:#fff;
  margin-bottom:10px;
}

.cta-banner p{
  color:rgba(255,255,255,0.9);
  font-size:20px;
  margin-bottom:0;
}

/* BUTTONS */

.custom-btn,
.custom-btn-outline{
  padding: 1rem;
  padding-inline: 1.5rem;
  border-radius:14px;
  font-size:1rem;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
}

.custom-btn{
  color:#ff5a00;
}

.custom-btn:hover{
  color:#ff5a00;
}

.custom-btn-outline{
  border:2px solid rgba(255,255,255,0.7);
}

/* PAPER PLANE */

.paper-plane{
  position:absolute;
  right:35px;
  top:20px;
  opacity:0.4;
}

.paper-plane i{
  font-size:70px;
  color:#fff;
}

/* RESPONSIVE */
@media(max-width:576px){


  .step-box{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .cta-banner p{
    font-size:16px;
  }
}

/* SECTION */

.download-newsletter{
    background:#fff;
}

/* CARD */

.custom-card{
    background:#f7f9fd;
    border-radius:18px;
    padding:1rem;
    border:1px solid #edf0f7;
}

/* TITLE */

.card-title{
    font-size:34px;
    font-weight:700;
    color:#0b1437;
    margin-bottom:12px;
}

/* TEXT */

.card-text{
    font-size:17px;
    line-height:1.7;
    color:#5f6678;
    margin-bottom:0;
}

/* MOBILE IMAGE */

.mobile-img{
    max-height:180px;
}

/* STORE BUTTON */

.store-btn{
    height:48px;
}

/* QR */

.qr-img{
    max-width:120px;
}

/* NEWSLETTER */

.newsletter-card{
    display:flex;
    align-items:center;
}

/* FORM */

.newsletter-form .form-control{
    height:58px;
    border:none;
    border-radius:10px !important;
    padding:0 18px;
    font-size:15px;
    box-shadow:none;
}

.newsletter-form .form-control:focus{
    box-shadow:none;
    border:none;
}

/* SUBSCRIBE BUTTON */

.subscribe-btn{
    background:#2f63ff;
    color:#fff;
    padding:0 28px;
    border-radius:10px !important;
    font-weight:600;
    margin-left:12px;
}

.subscribe-btn:hover{
    background:#1f52ec;
    color:#fff;
}

/* MAIL ICON */

.mail-box{
    width:140px;
    height:140px;
    background:#fff;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
}

.mail-box i{
    font-size:70px;
    color:#f7b733;
}

/* RESPONSIVE */

@media(max-width:991px){

    .card-title{
        font-size:28px;
    }

    .custom-card{
        padding:24px;
    }

    .qr-img{
        margin-top:20px;
    }

    .mail-box{
        margin-top:25px;
    }
}

@media(max-width:576px){

    .card-title{
        font-size:24px;
    }

    .card-text{
        font-size:15px;
    }

    .newsletter-form .input-group{
        flex-direction:column;
        gap:12px;
    }

    .subscribe-btn{
        width:100%;
        margin-left:0;
        height:52px;
    }

    .newsletter-form .form-control{
        width:100%;
    }

    .store-btn{
        width:100%;
        height:auto;
    }
}

.payment-title{
    color:#fff;
    font-size:20px;
    font-weight:500;
    margin-bottom:18px;
}

/* FLEX */

.payment-methods{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}

/* CARD */

.payment-card{
    width:90px;
    height:54px;
    border-radius:8px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    padding:10px;
    border:1px solid rgba(255,255,255,0.08);
}

.payment-card.dark{
    background:#0c1538;
    border:1px solid rgba(255,255,255,0.15);
}

/* IMAGE */

.payment-card img{
    max-width:100%;
    max-height:24px;
    object-fit:contain;
}

/* APPLE + GOOGLE */

.apple-icon,
.google-icon{
    width:18px;
    height:18px;
}

.payment-card span{
    font-size:18px;
    font-weight:600;
    color:#111827;
}

/* RESPONSIVE */

@media(max-width:576px){

    .payment-methods{
        gap:10px;
    }

    .payment-card{
        width:78px;
        height:50px;
    }

    .payment-title{
        font-size:18px;
    }
}


/* CARD LINK */
.country-card-item {
    text-decoration: none;
}

/* CARD */
.country-card {
    position: relative;
    height: 100%;
    padding: 22px 14px;
    text-align: center;

    border-radius: 22px;


    border: 3px solid #314a9a;

    box-shadow:
        inset 0 2px 4px rgba(255,255,255,0.75),
        0 6px 12px rgba(0,0,0,0.18);

    transition: all 0.35s ease;
    overflow: hidden;
}

/* INNER LIGHT EFFECT */
.country-card::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.25),
        rgba(255,255,255,0)
    );

    pointer-events: none;
}

/* HOVER */
.country-card:hover {
    transform: translateY(-6px) scale(1.03);
    background: linear-gradient(
        180deg,
        #8ea2dc 0%,
        #aab8e6 45%,
        #f4f4f4 100%
    );
    box-shadow:
        inset 0 2px 5px rgba(255,255,255,0.9),
        0 12px 22px rgba(0,0,0,0.28);
}

/* FLAG WRAPPER */
.flag-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

/* FLAG */
.flag {
    width: 92px;
    height: 92px;
    object-fit: cover;

    border-radius: 50%;

    background: #fff;

    box-shadow:
        0 6px 12px rgba(0,0,0,0.18);

    transition: transform 0.35s ease;
}

/* FLAG HOVER */

.country-card:hover .flag {
    transform: scale(1.08);
    
}

/* COUNTRY NAME */
.country-name {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

/* EXPLORE TEXT */
.explore-btn {
    margin-top: 10px;
    margin-bottom: 0;

    font-size: 17px;
    font-weight: 500;

    color: #1e3a8a;
    transition: all 0.3s ease;
}

/* HOVER EXPLORE */
.country-card:hover .explore-btn {
    color: #f59e0b;
    letter-spacing: 0.4px;
}

/* MOBILE */
@media (max-width: 768px) {

    .country-card {
        padding: 18px 12px;
        border-radius: 18px;
    }

    .flag {
        width: 76px;
        height: 76px;
    }

    .country-name {
        font-size: 18px;
    }

    .explore-btn {
        font-size: 14px;
    }
}

/* WRAPPER */
.continent-filter-wrapper {
    width: 100%;
}

/* BUTTON */
.continent-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 12px 24px;

    border-radius: 999px;
    border: 2px solid #2849b7;

    background: #ffffff;

    color: #1d2f8a;
    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
    transition: all 0.3s ease;

    box-shadow:
        0 2px 6px rgba(0,0,0,0.08),
        inset 0 1px 1px rgba(255,255,255,0.9);

    min-width: 140px;
}

/* ICON */
.continent-filter .icon {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HOVER */
.continent-filter:hover {
    transform: translateY(-2px);

    background: #f8faff;

    box-shadow:
        0 6px 12px rgba(0,0,0,0.12),
        inset 0 1px 1px rgba(255,255,255,0.9);
}

/* ACTIVE BUTTON */
.continent-filter.active {
    background: linear-gradient(
        180deg,
        #2849b7 0%,
        #1d3797 100%
    );

    color: #ffffff;

    border-color: #1d3797;

    box-shadow:
        0 4px 10px rgba(40,73,183,0.35),
        inset 0 2px 3px rgba(255,255,255,0.15);
}

/* ACTIVE ICON */
.continent-filter.active .icon {
    color: #ffffff;
}

/* MOBILE */
@media (max-width: 768px) {

    .continent-filter {
        min-width: auto;
        width: 100%;

        justify-content: center;

        padding: 11px 18px;

        font-size: 14px;
    }
}

.hero-card{
            background:#fff;
            border-radius:24px;
            padding:50px;
            box-shadow:0 8px 30px rgba(0,0,0,0.05);
        }

        .tag{
            display:inline-block;
            background:#fff1e7;
            color:#ff6b00;
            padding:10px 18px;
            border-radius:12px;
            font-size:14px;
            font-weight:600;
            margin-bottom:20px;
        }

        .main-title{
            font-size:52px;
            font-weight:700;
            line-height:1.2;
        }

        .main-title span{
            color:#ff6b00;
        }

        .desc{
            color:#6c757d;
            font-size:18px;
            line-height:1.8;
        }

        .info-box{
            background:#eef5ff;
            border-radius:14px;
            padding:18px;
            color:#0b1d51;
            font-weight:500;
        }

        .btn-orange{
            background:#ff6b00;
            color:#fff;
            border:none;
            padding:14px 30px;
            border-radius:12px;
            font-weight:600;
        }

        .btn-orange:hover{
            background:#e55f00;
            color:#fff;
        }

        .btn-outline-custom{
            border:2px solid #d8deea;
            color:#0b1d51;
            padding:14px 30px;
            border-radius:12px;
            font-weight:600;
        }

        .notify-box{
            border-top:1px solid #ececec;
            margin-top:30px;
            padding-top:25px;
        }

        .country-card{
            background:#fff;
            border-radius:16px;
            padding:20px;
            transition:0.3s;
            box-shadow:0 4px 20px rgba(0,0,0,0.04);
        }

        .country-card:hover{
            transform:translateY(-5px);
        }

        .flag{
            width:55px;
            height:55px;
            border-radius:50%;
            object-fit:cover;
        }

        .feature-card{
            background:#fff;
            border-radius:18px;
            padding:30px;
            text-align:center;
            box-shadow:0 4px 20px rgba(0,0,0,0.04);
        }

        .feature-icon{
            font-size:42px;
            color:#ff6b00;
            margin-bottom:15px;
        }

        .illustration{
            width:100%;
            max-width:500px;
        }

        @media(max-width:992px){
            .main-title{
                font-size:38px;
            }

            .hero-card{
                padding:30px;
            }
        }



.subscription-popup-info-items {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .subscription-popup-info-items {
        width: 20%;
    }
}

.subscription-banner{
    background:#071d58;
    color:#fff;
    border-radius:12px;
    overflow:hidden;
    font-family:Arial, Helvetica, sans-serif;
}

.subscription-banner .top-section{
    padding:18px 20px;
    background:#071d58;
}

.subscription-banner .bottom-section{
    background:#03133d;
    padding:15px 20px;
}

.subscription-banner h4{
    font-size:22px;
    font-weight:700;
    color:#1d4ed8;
    margin-bottom:18px;
}

.subscription-banner h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.stat-box{
    text-align:center;
    border-right:1px solid rgba(255,255,255,.2);
    padding:10px;
}

.stat-box:last-child{
    border-right:none;
}

.stat-box i{
    font-size:34px;
    margin-bottom:12px;
}

.stat-number{
    font-size:1.5rem;
    font-weight:700;
}

.stat-text{
    font-size:15px;
    color:#ddd;
}

.check-list{
    list-style:none;
    padding:0;
    margin:0;
}

.check-list li{
    margin-bottom:10px;
    font-size:15px;
}

.check-list i{
    color:#33c16d;
    margin-right:8px;
}

.people img{
    width:85px;
    height:85px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #fff;
    margin-left:-15px;
}

.people img:first-child{
    margin-left:0;
}

.trusted-box{
    background:#082565;
    border-radius:10px;
    text-align:center;
    padding:20px;
    height:100%;
}

.trusted-box i{
    color:#ffc107;
    font-size:70px;
    margin-bottom:15px;
}

.trusted-box h5{
    margin:0;
    font-size:20px;
}

.bottom-feature{
    display:flex;
    align-items:center;
    gap:15px;
}

.bottom-feature i{
    font-size:40px;
}

.highlight{
    color:#ffc107;
    font-weight:bold;
}

.footer-text{
    font-size:15px;
}

.website{
    font-weight:bold;
}

@media(max-width:991px){

.stat-box{
    border:none;
    margin-bottom:20px;
}

.people{
    justify-content:center!important;
    margin-top:20px;
}

.trusted-box{
    margin-top:20px;
}

.bottom-feature{
    margin-bottom:20px;
}

}

.subscription-popup-card {
    width: 100%;
    min-width: auto;
}

.subscription-popup-card-sm {
    width: 100%;
    min-width: auto;
}


.subscription-popup-header {
    position: relative;
}

@media screen and (min-width: 786px) {
    .subscription-popup-card-sm {
        min-width: 300px !important;
        width: 300px !important;
    }
    .subscription-popup-card {
        min-width: 400px !important;
        width: 400px !important;
    }

    .subscription-popup-header {
        position: sticky;
    }

}


.profile-sidebar{
    position:fixed;
    top:0;
    right:-380px;
    width:360px;
    height:100vh;
    background:#fff;
    box-shadow:-8px 0 20px rgba(0,0,0,.15);
    transition:.3s;
    z-index:1055;
    overflow-y:auto;
    padding:20px;
}

.profile-sidebar.show{
    right:0;
}

/* Fixed Side Button */
.settings-toggle-btn{
    position:fixed;
    top:50%;
    right:-52px;          /* Half outside the screen */
    transform:translateY(-50%) rotate(-90deg);
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:12px 12px 0 0;
    font-weight:600;
    cursor:pointer;
    z-index:500;
    box-shadow:0 6px 15px rgba(0,0,0,.2);
    transition:.3s;
}

.settings-toggle-btn:hover{
    background:#0b5ed7;
    right:-48px;
}

.settings-toggle-btn i{
    transform:rotate(90deg);
}

.settings-toggle-btn.show {
    right: 328px;
}

/* Minifier */
/* #subscription-popup * {
    font-size: .5rem !important;
}   
#subscription-popup h2 {
    font-size: .7rem !important;
}   

.stat-box i {
    font-size: .7rem !important;
}
.people img{
    width:55px;
    height:55px;
}


@media screen and (min-width: 786px) {
    .subscription-popup-card {
        min-width: 250px !important;
        width: 250px !important;
    }

} */

:root {
    --bg-main: #f4f6fa;
    --blue-dark: #0d3275;
    --orange-main: #ff6b00;
    --purple-main: #5c2483;
    --navy-dark: #182243;
    --green-icon: #10b981;
}


.text-navy { color: var(--navy-dark) !important; }
.text-orange { color: var(--orange-main) !important; }
.bg-blue { background-color: var(--blue-dark) !important; color: #fff; }
.bg-orange { background-color: var(--orange-main) !important; color: #fff; }
.bg-purple { background-color: var(--purple-main) !important; color: #fff; }
.bg-navy { background-color: var(--navy-dark) !important; color: #fff; }
.border-orange { border-color: var(--orange-main) !important; border-width: 2px !important; }

/* Feature Icon Backgrounds */
.fi-green { background: #e6f8f3; color: var(--green-icon); }
.fi-blue { background: #e8f0fe; color: var(--blue-dark); }
.fi-orange { background: #fff0e6; color: var(--orange-main); }
.fi-purple { background: #f3e8ff; color: var(--purple-main); }

/* --- CARD HOVER EFFECT --- */
.hover-lift {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

/* --- SECTION DIVIDERS --- */
.section-title {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}
.section-title::before, .section-title::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #d1d8e2;
}
.section-title:not(:empty)::before { margin-right: 1em; }
.section-title:not(:empty)::after { margin-left: 1em; }

/* --- CUSTOM BUTTONS --- */
.btn-blue { background: var(--blue-dark); color: white; font-size: 0.75rem; font-weight: 700; }
.btn-blue:hover { background: #082354; color: white; }
.btn-orange { background: var(--orange-main); color: white; font-size: 0.75rem; font-weight: 700; }
.btn-orange:hover { background: #d95b00; color: white; }

/* --- CUSTOM SWITCH & TOGGLE --- */
.form-check-input:checked {
    background-color: var(--orange-main);
    border-color: var(--orange-main);
}
.save-badge {
    background: var(--orange-main);
    font-size: 0.75rem;
}

/* --- BANNER CARD --- */
.banner-card {
    background: linear-gradient(135deg, #f0f4fd 0%, #e2ebfa 100%);
    border: 1px solid #d0dbef;
}

/* Small icon dimensions */
#subscription-popup .icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#subscription-popup .profile-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}


#subscription-popup * {
    font-size: .6rem;
}

#subscription-popup h1 {
    font-size: 1rem;
}

    /* Custom Color Accents */
    .color-orange { color: #f15a24; }
    .bg-orange { background-color: #f15a24; color: #fff; }
    .btn-orange { background-color: #f15a24; color: #fff; border: none; }
    .btn-orange:hover { background-color: #d84a18; color: #fff; }

    .color-blue { color: #0d6efd; }
    .bg-blue { background-color: #0d6efd; color: #fff; }
    .btn-blue { background-color: #0d6efd; color: #fff; border: none; }
    .btn-blue:hover { background-color: #0b5ed7; color: #fff; }

    .color-green { color: #00a651; }
    .bg-green { background-color: #00a651; color: #fff; }
    .btn-green { background-color: #00a651; color: #fff; border: none; }
    .btn-green:hover { background-color: #008f45; color: #fff; }

    .color-magenta { color: #d81b60; }
    .bg-magenta { background-color: #d81b60; color: #fff; }
    .btn-magenta { background-color: #d81b60; color: #fff; border: none; }
    .btn-magenta:hover { background-color: #b8144f; color: #fff; }

    .color-purple { color: #6f42c1; }
    .bg-purple { background-color: #6f42c1; color: #fff; }
    .btn-purple { background-color: #6f42c1; color: #fff; border: none; }
    .btn-purple:hover { background-color: #59339d; color: #fff; }

    .color-navy { color: #0f172a; }
    .bg-navy { background-color: #0f172a; color: #fff; }
    .btn-navy { background-color: #0f172a; color: #fff; border: none; }
    .btn-navy:hover { background-color: #1e293b; color: #fff; }

    /* Card Custom Styling */
    #FeatureModal .pricing-card {
      border: 1px solid #e2e8f0;
      border-radius: 16px;
      transition: transform 0.2s, box-shadow 0.2s;
      background: #fff;
    }
    #FeatureModal .pricing-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    }

    #FeatureModal .icon-circle {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
    }

    /* Top Corner Ribbons / Badges */
    #FeatureModal .top-badge-ribbon {
      position: absolute;
      top: -1px;
      right: 15px;
      padding: 4px 10px;
      border-radius: 0 0 8px 8px;
      font-size: 0.75rem;
      font-weight: bold;
    }

    #FeatureModal .bundle-header-badge {
      border-radius: 20px;
      padding: 6px 16px;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      display: inline-block;
    }

    /* Custom Radio styling */
    #FeatureModal .duration-option {
      background-color: #f8f9fa;
      border-radius: 8px;
      padding: 6px 12px;
      margin-bottom: 6px;
      font-size: 0.875rem;
      cursor: pointer;
    }
    #FeatureModal .duration-option:hover {
      background-color: #f1f3f5;
    }

    #FeatureModal .includes-divider {
      display: flex;
      align-items: center;
      text-align: center;
      font-size: 0.75rem;
      font-weight: bold;
      color: #6c757d;
      margin: 15px 0;
    }
    #FeatureModal .includes-divider::before, .includes-divider::after {
      content: '';
      flex: 1;
      border-bottom: 1px solid #dee2e6;
    }
    #FeatureModal .includes-divider:not(:empty)::before { margin-right: .5em; }
    #FeatureModal .includes-divider:not(:empty)::after { margin-left: .5em; }

    #FeatureModal .price-box {
      background-color: #fff8f5;
      border-radius: 10px;
      padding: 10px;
    }

    
#FeatureModal * {
    font-size: .6rem !important;
}   

#FeatureModal h2 {
    font-size: 1.5rem !important;
}   

#FeatureModal h5 {
    font-size: 1rem !important;
}   
#FeatureModal i {
    font-size: 2em !important;
}   


.report-modal-content {
      border-radius: 24px;
      border: none;
      padding: 8px;
    }

    /* Red Alert Header Icon */
    .report-badge-icon {
      width: 36px;
      height: 36px;
      background-color: #ff3b30;
      color: white;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      font-weight: bold;
    }

    /* Option Items Styling */
    .report-option {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 12px 16px;
      border: 1px solid #f0f0f5;
      border-radius: 16px;
      cursor: pointer;
      transition: all 0.2s ease;
      background-color: #ffffff;
      user-select: none;
    }

    .report-option:hover {
      border-color: #e0e0e0;
      background-color: #fafafa;
    }

    /* Selected state for option */
    .report-option.active {
      background-color: #fff5f5;
      border-color: #ffcdd2;
    }

    /* Icon Box inside Options */
    .option-icon-box {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      flex-shrink: 0;
    }

    /* Custom Color Themes for Option Icons */
    .icon-box-red { background-color: #ffebee; color: #ff3b30; }
    .icon-box-blue { background-color: #e3f2fd; color: #1e88e5; }
    .icon-box-orange { background-color: #fff3e0; color: #fb8c00; }
    .icon-box-purple { background-color: #f3e5f5; color: #8e24aa; }
    .icon-box-gray { background-color: #f5f5f5; color: #616161; }

    /* Submit Button Gradient */
    .btn-submit-report {
      background: linear-gradient(180deg, #1a73e8 0%, #0d52d6 100%);
      color: white;
      border: none;
      border-radius: 14px;
      padding: 12px;
      font-weight: 600;
      transition: opacity 0.2s;
    }
    .btn-submit-report:hover {
      color: white;
      opacity: 0.95;
    }

    /* Success Screen Decorations */
    .success-icon-wrapper {
      position: relative;
      display: inline-block;
      margin-bottom: 20px;
    }

    .success-circle {
      width: 80px;
      height: 80px;
      background-color: #e8f8ee;
      color: #27a844;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.2rem;
      margin: 0 auto;
    }

    /* Decorative dots around success icon */
    .confetti-dot {
      position: absolute;
      border-radius: 50%;
    }
    .dot-1 { width: 6px; height: 6px; background: #4285f4; top: 10px; left: -10px; }
    .dot-2 { width: 8px; height: 8px; background: #34a853; top: -5px; left: 30px; }
    .dot-3 { width: 6px; height: 6px; background: #fbbc05; top: 50px; left: -15px; }
    .dot-4 { width: 6px; height: 6px; background: #ea4335; top: 55px; right: -10px; }
    .dot-5 { width: 7px; height: 7px; background: #a142f4; top: 20px; right: -15px; }

    /* Green Outline Button on Success View */
    .btn-outline-success-custom {
      border: 1.5px solid #27a844;
      color: #27a844;
      border-radius: 14px;
      font-weight: 600;
      padding: 12px;
      transition: all 0.2s ease;
    }
    .btn-outline-success-custom:hover {
      background-color: #27a844;
      color: white;
    }

    /* Option Theme Colors */
.report-option.option-red { background-color: #fff8f8; border-color: #fce8e6; }
.report-option.option-red:hover,
.report-option.option-red.active { background-color: #ffebee; border-color: #ffcdd2; }

.report-option.option-blue { background-color: #f7faff; border-color: #e3f2fd; }
.report-option.option-blue:hover,
.report-option.option-blue.active { background-color: #eef6ff; border-color: #bbdefb; }

.report-option.option-orange { background-color: #fffcf7; border-color: #fff3e0; }
.report-option.option-orange:hover,
.report-option.option-orange.active { background-color: #fff8e1; border-color: #ffe082; }

.report-option.option-purple { background-color: #fdf7ff; border-color: #f3e5f5; }
.report-option.option-purple:hover,
.report-option.option-purple.active { background-color: #f3e5f5; border-color: #e1bee7; }

.report-option.option-gray { background-color: #fafafa; border-color: #f0f0f0; }
.report-option.option-gray:hover,
.report-option.option-gray.active { background-color: #f0f0f0; border-color: #e0e0e0; }


 .caution-modal {
      background: #ffffff;
      width: 100%;
      border-radius: 24px;
      padding: 30px 35px 25px 35px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      text-align: center;
    }

    /* Illustration Styling */
    .caution-modal .illustration {
      margin-bottom: 15px;
      display: flex;
      justify-content: center;
    }

    .caution-modal .illustration svg {
      width: 160px;
      height: 100px;
    }

    /* Title */
    .caution-modal .modal-title {
      color: #d89b00;
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    /* Content List */
    .caution-modal .tips-list {
      text-align: left;
      color: #555555;
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 30px;
    }

    .caution-modal .tip-item {
      display: flex;
      margin-bottom: 12px;
    }

    .caution-modal .tip-item .number {
      white-space: nowrap;
      margin-right: 6px;
    }

    /* Footer Controls */
    .caution-modal .modal-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .caution-modal .checkbox-container {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      color: #666666;
      cursor: pointer;
      user-select: none;
    }

    .caution-modal .checkbox-container input {
      width: 18px;
      height: 18px;
      border-radius: 4px;
      border: 1px solid #ccc;
      cursor: pointer;
    }

    .caution-modal .btn-ok {
      background-color: #d81b3a;
      color: #ffffff;
      border: none;
      border-radius: 20px;
      padding: 8px 30px;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }

    .caution-modal .btn-ok:disabled {
      background-color: #5e101d;
      color: #ffffff;
      border: none;
      border-radius: 20px;
      padding: 8px 30px;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }

    .caution-modal  .btn-ok:hover {
      background-color: #b5122c;
    }

    .bg-light-blue {
      background-color: #EEF4FF;
      color: #1967D2;
    }
    .bg-light-green {
      background-color: #E6F4EA;
      color: #0F9D58;
    }
    .bg-light-purple {
      background-color: #F3E8FF;
      color: #7C3AED;
    }

    /* Custom Toggle Switch Colors */
    .custom-switch .form-check-input {
      width: 3.2em;
      height: 1.8em;
      cursor: pointer;
    }
    .custom-switch .form-check-input:checked {
      background-color: #2E7D32;
      border-color: #2E7D32;
    }


    .card-reviews {
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid #E2E8F0;
    }

    /* Rating Header Background & Decorative Stars */
    .rating-header {
      background: radial-gradient(circle at 50% 0%, #E8F0FE 0%, #F4F7FF 60%, #FFFFFF 100%);
      position: relative;
      padding: 2.5rem 1rem 1.5rem 1rem;
    }

    .rating-number {
      font-size: 3.5rem;
      font-weight: 800;
      color: #0052FF;
      line-height: 1;
    }

    /* Tab Styles */
    .nav-tabs-custom {
      border-bottom: 1px solid #E2E8F0;
    }

    .nav-tabs-custom .tab-btn {
      flex: 1;
      padding: 0.85rem 1rem;
      border: none;
      background: none;
      font-weight: 600;
      color: #64748B;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      border-bottom: 2px solid transparent;
      transition: all 0.2s ease;
    }

    .nav-tabs-custom .tab-btn.active {
      color: #0052FF;
      border-bottom: 2px solid #0052FF;
    }

    .tab-icon {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
    }

    .tab-btn.active .tab-icon {
      background-color: #E8F0FE;
      color: #0052FF;
    }

    .tab-btn:not(.active) .tab-icon {
      background-color: #F1F5F9;
      color: #64748B;
    }

    /* Avatar Circles */
    .avatar-circle {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      flex-shrink: 0;
    }

    .avatar-blue {
      background-color: #E8F0FE;
      color: #1A56DB;
    }

    .avatar-purple {
      background-color: #F3E8FF;
      color: #6B21A8;
    }

    /* Bottom Button */
    .btn-see-all {
      background-color: #EFF5FF;
      color: #0052FF;
      font-weight: 600;
      border: 1px solid #D0E2FF;
      border-radius: 12px;
      padding: 0.75rem 1rem;
      transition: all 0.2s;
    }

    .btn-see-all:hover {
      background-color: #E2EDFF;
      color: #0040CC;
    }


    .modal-review .modal-content {
      border-radius: 20px;
      border: none;
    }

    /* Star Rating Selector Styles */
    .star-rating {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      gap: 0.25rem;
    }
    .star-rating input {
      display: none;
    }
    .star-rating label {
      font-size: 1.8rem;
      color: #CBD5E1;
      cursor: pointer;
      transition: color 0.15s ease-in-out;
    }
    .star-rating label:hover,
    .star-rating label:hover ~ label,
    .star-rating input:checked ~ label {
      color: #FFB800;
    }

    /* Compact Pill Tabs */
    .nav-pills-custom {
      background-color: #F1F5F9;
      border-radius: 12px;
      padding: 4px;
    }
    .nav-pills-custom .nav-link {
      border-radius: 10px;
      color: #64748B;
      font-weight: 600;
      font-size: 0.9rem;
      padding: 0.5rem 1rem;
    }
    .nav-pills-custom .nav-link.active {
      background-color: #FFFFFF;
      color: #0F172A;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }