body,
html {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;	
	font-style: normal;
	overflow-x: hidden;
}

.navbar-topbar {
	font-size: 0.875rem;
	padding-bottom: 0.56rem;
	padding-top: 0.56rem;
}

.dropdown-toggle::after {
	display: none;
}

.video {
	right: 2px;
}
.li-a .dropdown-item{
	padding-left:0rem !important;
}

.container-pri {
    width: 72%;
}


/* SECTION */
.rbi-hero {
  width: 100%;
  overflow: hidden;
}

/* LEFT SIDE */
.rbi-content {
  background-color: #881739; /* exact red tone */
  color: #ffffff;
  padding: 10px 85px;
  height: 100%;
}

/* BREADCRUMB */
.rbi-breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size:20px;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom:5px;
}

.rbi-breadcrumb .arrow {
  font-size: 24px;
  line-height: 1;
}

/* TITLE */
.rbi-title {
  font-size:45px;
  font-weight: 400;
  margin-bottom: 60px;
}

/* INFO BLOCKS */
.rbi-info {
  display: flex;
  gap: 70px;
  margin-bottom: 65px;
  flex-wrap: wrap;
}

.info-block p {
    font-size: 18px;
    line-height: 1;
    opacity: 0.9;
    margin-bottom: 12px;
}

.info-block h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}

/* BUTTON */
.rbi-cta {
  background-color: #ffffff;
  color: #c00000;
  padding: 15px 45px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 2px;
  border: none;
}

.rbi-cta:hover {
  background-color: #f2f2f2;
  color: #c00000;
}

/* IMAGE */
.rbi-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MOBILE */
@media (max-width: 991px) {
  .rbi-content {
    padding: 45px 25px;
  }

  .rbi-title {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .rbi-info {
    gap: 35px;
    margin-bottom: 45px;
  }

  .info-block h3 {
    font-size: 22px;
  }
}


/* FORCE ALL TEXT WHITE INSIDE RBI SECTION */
.rbi-content,
.rbi-content * {
  color: #ffffff;
}

/* REMOVE LINK UNDERLINE + KEEP WHITE */
.rbi-content a {
  color: #ffffff;
  text-decoration: none !important;
}

/* ON HOVER – STILL WHITE, NO UNDERLINE */
.rbi-content a:hover,
.rbi-content a:focus {
  color: #ffffff;
  text-decoration: none !important;
}

/* OPTIONAL: Slight opacity for breadcrumb text */
.rbi-breadcrumb span,
.rbi-breadcrumb a {
  opacity: 0.9;
}

/* BUTTON TEXT (ensure contrast) */
.rbi-cta {
  background-color: #ffffff;
  color: #6a1a33 !important;
}

.rbi-cta:hover {
  background-color: #f2f2f2;
  color:#820b33 !important;
}


@media (max-width: 992px) {
 .right-kits img {
        height:200px !important;
        max-height:200px;
        vertical-align: middle;
    }
}

@media (max-width: 991px) {
  .rbi-hero .row,
  .rbi-hero .col-lg-6 {
    min-height: auto;
  }

  .rbi-image img {
    height: auto;
  }
}

.right-kits {
    padding: 0;
}

 .right-kits img {
    height: 100% !important;
}



.cyprus-req {
  background: #ffffff;
}

/* Title */
.cy-title {
  font-size:20px;
  font-weight: 500;
  color: #0f172a;
  letter-spacing: -0.5px;
}

/* Divider */
.cy-divider {
  height: 1px;
  width: 100%;
  background: #e5e7eb;
}

/* Paragraph text */
.cy-text p {
  font-size: 18px;
  line-height: 1.75;
  color: #6b7280;
  margin-bottom: 18px;
}

/* Right Card */
.cy-card {
  background: #f5f5f5;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Card headings */
.cy-card-title {
  font-size: 18px;
  font-weight:600;
  color: #0f172a;
}

/* List */
.cy-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.cy-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.2;
  color: #334155;
}

/* Red arrow bullet */
.cy-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #c00000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

/* Mobile tuning */
@media (max-width: 991px) {
  .cy-title {
    font-size: 30px;
  }

  .cy-text p {
    font-size: 16px;
  }

  .cy-card-title {
    font-size: 22px;
  }

  .cy-list li {
    font-size: 16px;
  }
}


.cy-benefits{

  background:#fff;
}

.cyb-title{
  font-size:20px;
  font-weight:600;
  color:#0f172a;
  letter-spacing:-0.5px;
  margin:0 0 14px 0;
}

.cyb-divider{
	height:1px;
  width:100%;
  background:#e5e7eb;
}

.cyb-card{
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:16px;
  padding:26px 22px;
  transition: all .25s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.03);
}

.cyb-card:hover{
  transform: translateY(-4px);
  border-color:#ffd1d1;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.cyb-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(192,0,0,0.10);
  margin-bottom:14px;
}

.cyb-icon svg{
  width:28px;
  height:28px;
  fill:#c00000;
}

.cyb-head{
  font-size:18px;
  font-weight:500;
  color:#0f172a;
  margin:0 0 10px 0;
}

.cyb-text{
  font-size:16px;
  line-height:1.75;
  color:#64748b;
  margin:0;
}

.cy-costs{
  
  background:#fff;
}

.cyc-title{
  font-size:20px;
  font-weight:600;
  color:#0f172a;
  margin:0;
}

.cyc-divider{
  height:1px;
  width:52%;
  background:#e5e7eb;
  margin-top:14px;
}

.cyc-sub{
  font-size:16px;
  color:#94a3b8;
  margin:0;
}

/* Section Heading row (grey rounded) */
.cyc-head{
  background:#f3f4f6;
  border-radius:10px;
  padding:18px 22px;
  display:flex;
  gap:12px;
  align-items:center;
  font-size:20px;
  font-weight:700;
  color:#0f172a;
}

.cyc-num{
  font-weight:900;
}

.cyc-block{
  border-radius:14px;
}

/* Text card (proof of income) */
.cyc-card{
  background:#f3f4f6;
  border-radius:12px;
}

.cyc-text{
  font-size:16px;
  line-height:1.9;
  color:#6b7280;
}

/* Red + Navy bar */
.cyc-bar{
  display:flex;
  width:100%;
  overflow:hidden;
  border-radius:10px;
  margin-top:18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

/* Left part */
.cyc-bar-left{
  flex: 1 1 70%;
  background:#820b33; 
  color:#fff;
  padding:18px 22px;
  font-size:16px;
  font-weight:800;
  letter-spacing:0.3px;
  text-transform:uppercase;
}

/* Right part */
.cyc-bar-right{
  flex: 0 0 30%;
  background:#0b2540;   /* deep navy */
  color:#fff;
  padding:18px 22px;
  font-size:18px;
  font-weight:800;
  text-align:right;
  white-space:nowrap;
}

/* Mobile */
@media(max-width:991px){
  .cyc-title{font-size:28px;}
  .cyc-divider{width:100%;}
  .cyc-head{font-size:16px; padding:14px 16px;}

  .cyc-bar{flex-direction:column;}
  .cyc-bar-left{flex:1; font-size:14px; padding:14px 16px;}
  .cyc-bar-right{
    flex:1;
    text-align:left;
    font-size:16px;
    padding:14px 16px;
  }
}

.cy-process{
  
  background:#fff;
}

.cyp-title{
  font-size:20px;
  font-weight:600;
  color:#0f172a;
  margin:0;
  letter-spacing:-0.4px;
}

.cyp-divider{
  height:1px;
  width:55%;
  background:#e5e7eb;
  margin-top:14px;
}

.cyp-intro{
  font-size:16px;
  line-height:1.9;
  color:#94a3b8;
  max-width: 980px;
}

/* duration box */
.cyp-duration{
  border-left: 3px solid #c00000;
  padding-left: 18px;
}

.cyp-duration .small-label{
  font-size:14px;
  color:#94a3b8;
  margin-bottom:6px;
}

.cyp-duration .big-label{
  font-size:26px;
  font-weight:900;
  color:#0f172a;
  letter-spacing:0.6px;
}

/* sample image */
.cyp-sample-note{
  font-size:14px;
  color:#94a3b8;
  margin-bottom:10px;
}

.cyp-sample-img{
  width: 180px;
  max-width: 100%;
  border-radius:10px;
  border:1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

/* step cards */
.cyp-step{
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:16px;
  padding:22px 20px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.03);
  transition: all .25s ease;
}

.cyp-step:hover{
  transform: translateY(-4px);
  border-color: rgba(192,0,0,0.25);
  box-shadow: 0 16px 34px rgba(0,0,0,0.06);
}

.cyp-step-top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}

.cyp-step-dot{
  width:34px;
  height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#c00000;
  background: rgba(192,0,0,0.10);
}

.cyp-step-title{
  font-size:18px;
  font-weight:900;
  color:#0f172a;
  margin:0;
}

.cyp-step-text{
  font-size:15px;
  line-height:1.85;
  color:#475569;
  margin:0;
}

/* Mobile */
@media (max-width: 991px){
  .cyp-title{font-size:28px;}
  .cyp-divider{width:100%;}
  .cyp-sample{text-align:left !important;}
  .cyp-duration .big-label{font-size:22px;}
}



/* Mobile */
@media(max-width:991px){
  .cyb-title{font-size:28px;}
  .cyb-divider{width:100%;}
  .cyb-head{font-size:20px;}
}


.key-benefits{
  background:#fff;
}

.kb-title{
  font-size:20px;
  font-weight:600;
  color:#111;
  margin-bottom:8px;
}

.kb-underline{
  display:block;
  width:120px;
  height:4px;
  background:#881739; /* UPDATED COLOR */
}

.kb-list{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.kb-item{
  gap:18px;
}

.kb-icon{
  width:48px;
  height:48px;
  color:#881739; /* UPDATED COLOR */
  font-size:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.kb-box{
  flex:1;
  border:2px solid #881739; /* UPDATED COLOR */
  padding:18px 22px;
  font-size:18px;
  line-height:1.8;
  color:#111;
  background:#fff;
}

/* Responsive */
@media (max-width: 768px){
  .kb-title{ font-size:28px; }
  .kb-box{ font-size:16px; }
}



.app-process{
    background: linear-gradient(180deg, #ffffff 0%, #fbf7f8 100%);
  }
  .ap-title{
    font-weight: 800;
    letter-spacing: .2px;
  }
  .ap-sub{
    color:#6c757d;
    max-width: 680px;
    margin: 0 auto;
  }
  .ap-divider{
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background: #881739;
  }

  .ap-card{
    background:#fff;
    border: 1px solid rgba(136, 23, 57, .12);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 22px rgba(0,0,0,.05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    position: relative;
    overflow: hidden;
  }
  .ap-card::before{
    content:"";
    position:absolute;
    top:-60px;
    right:-60px;
    width:140px;
    height:140px;
    background: rgba(136, 23, 57, .08);
    border-radius: 50%;
  }
  .ap-card:hover{
    transform: translateY(-4px);
    border-color: rgba(136, 23, 57, .25);
    box-shadow: 0 16px 30px rgba(0,0,0,.08);
  }

  .ap-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
    margin-bottom: 10px;
  }
  .ap-badge{
    display:inline-flex;
    align-items:center;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    color:#881739;
    background: rgba(136, 23, 57, .10);
    border: 1px solid rgba(136, 23, 57, .18);
  }
  .ap-icon{
    width: 44px;
    height: 44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 14px;
    color:#881739;
    background: rgba(136, 23, 57, .10);
    border: 1px solid rgba(136, 23, 57, .18);
    font-size: 20px;
  }

  .ap-head{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
  }
  .ap-text{
    color:#495057;
    line-height: 1.6;
    font-size: 15px;
  }
  
  
    .inv-section{
    background: linear-gradient(180deg, #ffffff 0%, #fbf7f8 100%);
  }

  .inv-title{ font-weight: 900; letter-spacing:.2px; }
  .inv-sub{ color:#6c757d; max-width: 820px; margin: 0 auto; }
  .inv-divider{
    width: 90px; height: 4px; border-radius: 10px; background:#881739;
  }

  .inv-card{
    background:#fff;
    border: 1px solid rgba(136,23,57,.12);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 22px rgba(0,0,0,.05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    position: relative;
    overflow: hidden;
  }
  .inv-card::before{
    content:"";
    position:absolute;
    top:-60px;
    right:-60px;
    width:140px;
    height:140px;
    background: rgba(136,23,57,.08);
    border-radius: 50%;
  }
  .inv-card:hover{
    transform: translateY(-4px);
    border-color: rgba(136,23,57,.25);
    box-shadow: 0 16px 30px rgba(0,0,0,.08);
  }

  .inv-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 10px;
    margin-bottom: 10px;
  }
  .inv-icon{
    width: 44px; height: 44px;
    display:flex; align-items:center; justify-content:center;
    border-radius: 14px;
    color:#881739;
    background: rgba(136,23,57,.10);
    border: 1px solid rgba(136,23,57,.18);
    font-size: 20px;
  }
  .inv-badge{
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
    color:#881739;
    background: rgba(136,23,57,.10);
    border: 1px solid rgba(136,23,57,.18);
  }

  .inv-head{
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
  }

  .inv-list{
    padding-left: 18px;
    margin: 0;
    color:#495057;
    line-height: 1.65;
    font-size: 15px;
  }
  .inv-list li{ margin-bottom: 8px; }
  .inv-list li:last-child{ margin-bottom: 0; }

  /* Proof Box */
  .proof-box{
    background:#fff;
    border: 1px solid rgba(136,23,57,.12);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 22px rgba(0,0,0,.05);
  }
  .proof-ic{
    color:#881739;
    font-size: 22px;
  }
  .proof-title{
    font-size: 22px;
    font-weight: 900;
  }
  .proof-sub{ color:#6c757d; }

  .proof-item{
    border: 1px solid rgba(136,23,57,.12);
    border-radius: 16px;
    padding: 14px 14px;
    background: rgba(136,23,57,.04);
  }
  .proof-label{
    font-size: 13px;
    font-weight: 800;
    color:#6c757d;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .4px;
  }
  .proof-value{
    font-size: 20px;
    font-weight: 900;
    color:#1f2937;
  }
  .proof-value span{
    font-size: 13px;
    font-weight: 700;
    color:#6c757d;
    margin-left: 6px;
  }
  
  .uae-requirements {
  background-color: #ffffff;
}

.req-box {
  border: 2px solid #881739;
  border-radius: 10px;
  padding: 24px 28px;
  background-color: #fff;
}

.req-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.req-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.uae-card{
  background: #fff;
  border: 1px solid rgba(136, 23, 57, .18);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(0,0,0,.06);
  position: relative;
  overflow: hidden;
}

.uae-card::before{
  content:"";
  position:absolute;
  top:-80px;
  right:-80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(136, 23, 57, .08);
}

.uae-badge{
  display:inline-flex;
  align-items:center;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .3px;
  color:#881739;
  background: rgba(136, 23, 57, .10);
  border: 1px solid rgba(136, 23, 57, .18);
}

.uae-title{
  font-weight: 900;
  font-size: 22px;
  color:#121212;
}

.uae-ic{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#881739;
  background: rgba(136, 23, 57, .10);
  border: 1px solid rgba(136, 23, 57, .18);
  font-size: 20px;
}

.uae-text{
  color:#495057;
  line-height: 1.75;
  font-size: 15.5px;
}

.uae-points{
  display:grid;
  gap: 10px;
}

.uae-point{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(136, 23, 57, .04);
  border: 1px solid rgba(136, 23, 57, .10);
  font-weight: 700;
  color:#343a40;
  font-size: 14px;
}

.uae-point i{
  color:#881739;
  font-size: 18px;
}

.uae-btn{
  background:#881739;
  color:#fff;
  border: none;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 800;
}

.uae-btn:hover{
  background:#74142f;
  color:#fff;
}

.process-overview{
    background: linear-gradient(180deg, #ffffff 0%, #fbf7f8 100%);
  }

  .po-title{ font-weight: 900; letter-spacing:.2px; }
  .po-sub{
    color:#6c757d;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.75;
  }
  .po-divider{
    width: 90px; height: 4px; border-radius: 10px; background:#881739;
  }

  /* Timeline */
  .po-timeline{
    position: relative;
    padding-left: 26px;
  }
  .po-timeline::before{
    content:"";
    position:absolute;
    left: 10px;
    top: 6px;
    bottom: 6px;
    width: 3px;
    background: rgba(136, 23, 57, .22);
    border-radius: 10px;
  }

  .po-step{
    position: relative;
    display:flex;
    gap: 16px;
    margin-bottom: 18px;
  }

  .po-dot{
    position:absolute;
    left: -4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background:#881739;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow: 0 10px 18px rgba(136, 23, 57, .25);
  }

  .po-card{
    margin-left: 18px;
    width: 100%;
    background:#fff;
    border: 1px solid rgba(136, 23, 57, .16);
    border-radius: 18px;
    padding: 18px 18px;
    box-shadow: 0 14px 28px rgba(0,0,0,.06);
    position: relative;
    overflow: hidden;
  }
  .po-card::before{
    content:"";
    position:absolute;
    top:-70px;
    right:-70px;
    width:160px;
    height:160px;
    border-radius: 50%;
    background: rgba(136, 23, 57, .08);
  }

  .po-badge{
    display:inline-flex;
    align-items:center;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
    color:#881739;
    background: rgba(136, 23, 57, .10);
    border: 1px solid rgba(136, 23, 57, .18);
  }

  .po-time{
    font-size: 13px;
    font-weight: 700;
    color:#6c757d;
    display:inline-flex;
    align-items:center;
    gap: 6px;
  }

  .po-head{
    font-weight: 900;
    font-size: 18px;
    margin: 0;
  }

  .po-text{
    color:#495057;
    line-height: 1.75;
    font-size: 15.5px;
  }
  
  .inv-section{
  background: linear-gradient(180deg, #ffffff 0%, #fbf7f8 100%);
}

.inv-title{
  font-weight: 900;
  letter-spacing: .2px;
}

.inv-sub{
  color:#6c757d;
  max-width: 820px;
  margin: 0 auto;
}

.inv-divider{
  width: 90px;
  height: 4px;
  border-radius: 10px;
  background:#881739;
}

.inv-card{
  background:#fff;
  border: 1px solid rgba(136,23,57,.15);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 26px rgba(0,0,0,.06);
}

.inv-head{
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 12px;
}

.inv-text{
  color:#495057;
  line-height: 1.75;
  font-size: 15.5px;
}

.inv-list{
  padding-left: 18px;
  margin-bottom: 0;
  color:#495057;
  line-height: 1.7;
  font-size: 15.5px;
}

.inv-list li{
  margin-bottom: 8px;
}
.inv-list li:last-child{
  margin-bottom: 0;
}

.uk-process{
  background: #370d1a; /* dark overlay similar to image */
  color: #fff;
}

.process-title{
  font-weight: 600;
  font-size: 2px;
}

.process-underline{
  display: inline-block;
  width: 90px;
  height: 4px;
  background: #881739;
  margin-top: 10px;
  border-radius: 10px;
}

/* Timeline */
.timeline{
  position: relative;
  margin-top: 40px;
  padding-left: 40px;
}

.timeline::before{
  content:"";
  position:absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(136,23,57,.6);
}

.timeline-item{
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.timeline-icon{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1f2933;
  border: 2px solid #881739;
  color: #881739;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.timeline-icon.active{
  background: #881739;
  color: #fff;
}

.timeline-card{
  background: #ffffff;
  color: #000;
  border-radius: 10px;
  padding: 18px 22px;
  width: 100%;
  border-left: 4px solid #881739;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
}

.timeline-card h5{
  font-weight: 800;
  margin-bottom: 10px;
}

.timeline-card ul{
  padding-left: 18px;
  margin-bottom: 0;
}

.timeline-card li{
  margin-bottom: 6px;
  line-height: 1.6;
}
:root{
  --brand:#881739;
  --soft:#fbf7f8;
}

.bg-soft{ background: var(--soft); }

.rbi-hero{
  min-height: 360px;
  background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.75)),
              url("https://orience.es/eeuu/wp-content/uploads/sites/12/2024/06/jake-blucker-unsplash.webp")
              center/cover no-repeat;
}

.rbi-hero-title{
  font-weight: 800;
  font-size: 44px;
}

.rbi-hero-line{
  display:inline-block;
  width: 110px;
  height: 4px;
  border-radius: 10px;
  background: var(--brand);
}

.rbi-card{
  border: 1px solid rgba(136,23,57,.16);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,.06);
}

.rbi-title{
  font-weight: 600;
  line-height: 1.3;
}

.rbi-line{
  display:inline-block;
  width: 90px;
  height: 4px;
  border-radius: 10px;
  background: var(--brand);
}

.img-card{
  height: 520px;
  border-radius: 26px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 34px rgba(0,0,0,.12);
}

.side-card{
  border-left: 8px solid var(--brand);
  border-top: 2px solid #2f4858;
  border-right: 2px solid #2f4858;
  border-bottom: 2px solid #2f4858;
  background: #fff;
}

.adv-card{
  display:flex;
  align-items:center;
  gap: 14px;
  background:#fff;
  border-left: 8px solid var(--brand);
  border: 2px solid #2f4858;
  border-left-width: 8px;
  padding: 16px 18px;
}

.adv-ic{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(136,23,57,.10);
  color: var(--brand);
  font-size: 22px;
  flex: 0 0 auto;
}

.adv-text{
  font-weight: 700;
  color:#1d2b36;
}

/* Timeline */
.app-process{
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.85)),
              url("https://orience.es/eeuu/wp-content/uploads/sites/12/2024/06/jake-blucker-unsplash.webp")
              center/cover no-repeat;
}

.process-underline{
  display:inline-block;
  width: 90px;
  height: 4px;
  background: var(--brand);
  border-radius: 10px;
}

.timeline{
  position: relative;
  padding-left: 42px;
}

.timeline::before{
  content:"";
  position:absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(136,23,57,.65);
  border-radius: 10px;
}

.timeline-item{
  position: relative;
  display:flex;
  gap: 18px;
  margin-bottom: 22px;
}

.timeline-icon{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 2px solid var(--brand);
  color: var(--brand);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index: 2;
}

.timeline-icon.active{
  background: var(--brand);
  color:#fff;
}

.timeline-card{
  background:#fff;
  color:#111;
  border-radius: 12px;
  padding: 16px 18px;
  width: 100%;
  border-left: 4px solid var(--brand);
  box-shadow: 0 14px 28px rgba(0,0,0,.25);
}

.timeline-card h5{
  font-weight: 900;
  margin-bottom: 8px;
}

.timeline-card ul{
  padding-left: 18px;
  margin-bottom: 0;
}

.timeline-card li{
  line-height: 1.6;
}


#title-inner {
    border-bottom: 1px solid rgba(52, 100, 127, .15);
    padding: 120px 0;
}

#title-inner h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
}

#title-inner span {
    font-size: 24px;
    font-weight: 300;
    color: var(--color2);
    line-height: 40px;
}

#process-tab {
    padding: 0;
}



#process-tab {
    background:#751a38;
    color: #fff;
    padding: 50px 0;
}

#process-tab .border-default {
    border-bottom: .5px solid  #fff;
    position: relative;
}

#process-tab .border-default::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 20%;
    height: 2px;
    background: #fff;
}

.me-3 {
    margin-right: 1rem !important;
}

#process-tab .nav .nav-link {
    background: 0 0;
    color: rgba(255, 255, 255, .4);
    text-align: left;
    padding: 25px 0;
    font-size: 20px;
}

#process-tab .nav .nav-link span {
    margin-right: 25px;
    font-size: 18px;
    transform: translateY(-50%);
	
}

#process-tab .tab-content>.active {
    font-size: 24px;
    line-height: 40px;
}

.tab-content>.active {
    display: block;
}

#process-tab .nav .nav-link.active {
    color: #fff;
}

.header-text::after {
    right: 0;
}

.header-text::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(45deg) translateY(-50%);
    border-width: 15px;
    border-color: transparent transparent #fff transparent;
    display: inline-block;
    position: absolute;
    top: -6px;
    right: -20px;
}

.header-text {
    margin: 50px 0;
}
.header-text {
    display: inline-block;
    margin: 20px 20px 20px 0;
    padding-right: 15px;
}

.header-text h3 {
    font-size: 52px;
    line-height: 64px;
}


#golden-visa-content {
    background: #f0f4f7;
    padding:50px 0;
}

h3.ftwp-heading p{ 
	color:#56172b;
}

#golden-visa-content .local-text span {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
	color:#56172b;
}

#golden-visa-content .local-img {
    margin-right: 40px;
}

#golden-visa-content .local-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
	color:#56172b;
}


#golden-visa-content  .header-text:after {
    
    border-color: transparent transparent #56172b transparent;
    
}


.blue-acc {
    display: none;
}

.blue-acc .accordion-header,.blue-acc .accordion-item ,.blue-acc .accordion-button{
	background-color:#751a38!important;
	border:0;
	color:#fff;
}

@media (max-width: 992px) {
    .blue-acc {
        display: block;
        position: relative;
        background: #751a38;
        color: #fff;
	}
	
	.header-text h3 {
        font-size: 32px;
        line-height: 40px;
	}
	
	
	.blue-acc .accordion-button {
		color: #fff;
        font-size: 16px;
        line-height: 14px;
        padding: 16px 0 16px 22px;
        letter-spacing: .5px;
        position: relative;
	}
	
	.blue-acc .accordion-button span {
		font-size: 16px;
        line-height: 18px;
        transform: none;
        margin-right: 12px;
	}
	
	.blue-acc .accordion-button::after{
	display:none;}
	
	.blue-acc .accordion-body {
		border-bottom: none;
		background-color: transparent;
		font-size: 14px;
		color: #ffffff;
	}
}

@media (max-width: 575.98px) {
	#title-inner h2 {
		font-size: 18px;
        font-weight: 500;
        margin-bottom: 13px;
	}
	
	#title-inner {
		border-bottom: 1px solid rgba(52, 100, 127, .15);
		padding: 24px 0;
	}
	
	#title-inner span {
		font-size: 18px;
		font-weight: 200;
		color: #1c1d1d;
		line-height: 32px;
	}
}

.circle-container {
	width: 180px;
	height: 180px;	
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

.circle-container svg path {
	fill: #820B33;
	transition: fill 0.3s ease;
}



.circle-container:hover svg path {
	fill: white;
}



.round-crl img:hover {
    box-shadow: none !important;
}

.services-section {
	background-color: #F4F2F2;
	padding: 30px;
}

.accordion-container {
	width: 80%;
	margin: 0 auto;
}

.accordion-item:first-of-type .accordion-button{
	border-radius:0;
}



.accordion-button {
    border: 0px ;
    background-color: #F9F9F9 ;
    color: #000000;
    font-size: 15px;
    text-align: left;
    height: 58px;
    padding: 15px;
    position: relative;
    font-weight: 500;
}

.accordion-button:focus{
	border:0;
	box-shadow:none;
}

.accordion-button:active{
	border:0;
	box-shadow:none;
}

.accordion-button:focus-visible{
	border:0;
	box-shadow:none;
}

.accordion-item {
    background: #F4F2F2;
    margin-bottom: 5px;
    border: 1px solid #ededed;
}

@media (min-width: 992px) {
    .blue-acc {
		display: none !important;
	}
}

@media (max-width: 992px) {
	
    #process-tab
	
	{
		display: none !important;
	}
}

/* Mega menu css */

nav.navbar.navbar-expand-xl {
	background-color: #ffffff;
}

.dropdown-fullwidth {
	position: static;
}

@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
}

@media (min-width: 1400px) {
	.dropdown-fullwidth .dropdown-menu {
		max-width: 1300px;
		left: 0;
		right: 0;
	}
}

@media (min-width: 1200px) {
	.dropdown-fullwidth .dropdown-menu {
		max-width: 1140px;
		left: 0;
		right: 0;
	}
}

@media (min-width: 992px) {
	.dropdown-fullwidth .dropdown-menu {
		max-width: 100%;
		left: 0;
		right: 0;
	}
}

@media (min-width: 768px) {
	.dropdown-fullwidth .dropdown-menu {
		max-width: 100%;
		left: 0;
		right: 0;
	}
}

@media (min-width: 576px) {
	.dropdown-fullwidth .dropdown-menu {
		max-width: 100%;
	}
	.container-pri {
		width: 100%;
	}
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

/* Mega menu css end*/

.page-nav {
	background-color: #eeeeee;
	padding: 2em 2em;
	margin-bottom: 1.5em;
}

.pad-sec {
	padding: 2em 2em;
}

.has-mega-menu {
	width: 100%;
	left: 0;
	right: 0;
}

.city {
	font-size: 1em;
}

.page-nav .accordion-button {
	background: transparent;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 0.64em;
	font-weight: 500;
	padding-right: 0;
}

.page-nav .accordion-button:focus {
	border: 0;
	box-shadow: none;
}

.page-nav .accordion-item {
	background: transparent;
	border-bottom: 1px solid#BDBDBD;
}

.page-nav .accordion-item .nav-link:not(:last-child) {
	border-bottom: 1px solid#BDBDBD;
}

.page-nav .accordion-body {
	padding-top: 0 !important;
}

.no-button .accordion-button::after {
	content: none;
	/* Remove the default right arrow indicator */
}

.cane-furniture-gallery {
	background-color: #e0dbd1;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.gallery-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}

.gallery-item img {
	max-width: 100%;
	height: auto;
}

.gallery-item p {
	color: #000;
	margin-top: 10px;
	font-family: "Arial", sans-serif; /* Set the desired font here */
	font-size: 16px; /* Adjust the font size as needed */
	font-weight: normal; /* Set the font weight */
	text-decoration: none; /* Remove any text decoration */
}

.gallery-item a {
	text-decoration: none; /* Remove underline from the link */
}

.gallery-item.no-border {
	border-right: none;
}

.page-nav .accordion-button::after {
	background-image: url(../images/caret-acc.svg);
	background-repeat: no-repeat;
	width: 17px;
	height: 8px;
	background-size: contain;
	background-position-x: 5px;
}

.page-nav .accordion-button:not(.collapsed) {
	color: #6a1a33;
}

h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 400;
}

#more-text {
	transition: max-height 0.3s ease-in-out;
	overflow: hidden;
	max-height: 0;
}

p {
	color: #000000;
	font-size: 0.92em;
	line-height: 1.3em;
}

p a {
	color: #000000;
	text-decoration: none;
}

p a strong {
	font-weight: 500;
}

.lighter-big {
	font-size: x-large;
	font-weight: 200;
}

.get-location {
	background-color: #d9d9d9;
	text-decoration: none;
	color: #000000;
	border-radius: 1.5em;
}

.get-location:hover {
	background-color: #750c2b;
	color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

a.bold-800 .bi-arrow-right-short::before {
	font-weight: 800 !important;
}

.text-size-info {
    font-size: 1.05em;
    padding: 0.7em 1.2em;
}

.text-brand {
	color: #56172b;
}

.wm-80 {
	width: 80%;
}

.text-brand:hover {
	color: #9d2c50;
}

.bg-brand {
	background-color: #56172b;
}

.comp {
	background-color: #a52a59;
	color: white;
	padding: 0 24px;
	border-radius: 20px;
	line-height: 2;
}

.comp a {
	margin-left: 5px;
	font-size: 1.4em !important;
	color: #ffffff !important;
}

.comp a:hover {
	margin-left: 5px;
	color: #eec3d0 !important;
}
.bg-button,
.btn.show,
.bg-button.btn:first-child:active {
	background-color:#9d274e;
	border: none;
	border-radius: 0.99rem;
	padding: 6px 20px;
}

.bg-success {
	
    background-color: rgb(84 111 35) !important;
}

.bg-button:focus-visible {
	color: rgb(255, 255, 255);
	background-color: #9b2047;
	border: 0;
	outline: 0;
	box-shadow: o;
}

.bg-button:hover {
	background-color: #6e122f;
	border: none;
	outline: 0;
}

.poppins-light {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins-medium {

	font-weight: 400;
	font-style: normal;
}

.poppins-semibold {
	
	font-weight: 500;
	font-style: normal;
}

.poppins-extrabold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.poppins-regular-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.nav-link:focus-visible {
	box-shadow: none;
}

.dropup {
	border: none;
}

.dropdown {
	outline: none;
	box-shadow: none;
}

.dropup:hover {
	outline: none;
	box-shadow: none;
	border: none;
}

.nav-link,
.dropdown-item {
	margin: 0;
    outline: 0;
    color: #000000;
    font-weight: 500;
    padding: 0.5rem;
    font-style: normal;
    font-size: 0.98rem;
}

.m-menu-con .nav-link:hover,
.m-menu-con .nav-link.show {
	margin: 0;
	outline: 0;
	color: #6c122f !important;
}

.dropend .nav-link.dropdown-link.show:hover,
.dropdown-item:hover {
background-color: #a337580a !important;
border-radius: 7px;
color: #6a1a33;
}

.dropend .dropdown-toggle::after {
position: absolute;
right: 1em;
top: 50%;
transform: translateY(-50%);
font-size: 1rem;
float: right;
}

.dropdown-menu:hover {
margin-top: 0px !important;
outline: none;
}

.dropdown-menu {
min-width: 15rem;
padding-left: 10px;
padding-right: 10px;
box-shadow: 0 0.125rem 0.25rem rgba(29, 58, 83, 0.15);
border: 1px solid rgb(246, 246, 246);
margin-top: 0 !important;
outline: none;
}

.navbar-toggler:focus {
box-shadow: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
height: 2.2rem;
width: 2.2rem;
align-items: center;
background-color: white;
opacity: 1;
top: 46.5%;
border-radius: 20%;
margin: 0 1rem;
line-height: 2.22;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.11);
}

.carousel-control-prev-icon .bi-arrow-left-short::before,
.carousel-control-next-icon .bi-arrow-right-short::before {
color: #561429;
line-height: 1.3;
font-size: 1.6rem;
}

.row-bg {
background-color: #f5f5f5;
padding: 0.1rem !important;
}

.dropdown-menu {
background-color:#f9f9f9;
}

.carousel-control-prev {
left: -83px;
}

.carousel-control-next {
right: -83px;
}

.carousel-control-next,
.carousel-control-prev {
opacity: 1;
}

#carouselExampleInterval .bi-caret-left-fill::before,
#carouselExampleInterval .bi-caret-right-fill::before {
color: #6a1a33;
}

.media .nav-item {
margin-right: 8px;
margin-top: 0px;
height: 40px;
margin-bottom: 17px;
width: 40px;
box-sizing: border-box;
border: 1px solid white;
border-radius: 50%;
}
.copy-bor {
border-top: 1px solid #4f4f4f;
}

.image-container {
position: relative;

overflow: hidden;
transition: transform 0.3s ease;
}
.image-container img {
width: 100%;
transition: transform 0.3s ease;
}
.image-container:hover img {
transform: scale(1.1);
}
.title-button {
position: absolute;
bottom: 50px;
left: 10px;
color: white;
}
.title-button h4 {
margin-bottom: 10px;
font-size:20px;
}
.title-button .btn {
background-color: #fff;
color:#000000;
border-radius: 20px;
padding:.5em 1em;
}

.title-button .btn:hover {

background-color: #820B33;
color:#fff;
border-radius: 20px;
}


.down .col-md-6, .down .col-md-3, .down .col-md-4{
padding-left:4px;
padding-right:4px;
}

.accordion-body {
border-bottom: 1px solid rgb(233, 233, 233);
background-color: white;
font-size: 14px;
color: #000;
}

.footer-bg {
background-color:#4A021A;
padding-top:4em;
padding-bottom:2em;
color: white;
font-size: 14px;
font-weight: 300; 
color:#fff;

word-wrap: break-word;
}
.footer-bg p{
color:#fff;
}


.footer-bg a {
line-height: 2em;
}

.footer-bg a:hover {
text-decoration:underline !important;
}

.copy-write {
padding-top: 3em;
border-top: 1px solid #623745;
}
.footer-bg h5{
color: white; 
font-size: 16px;
font-weight:400;
text-transform: uppercase;
word-wrap: break-word
}

/* Targeting the `.accordion-flush` accordion */
.accordion-flush .accordion-button:not(.collapsed)::after {
content: '\F2EA'; /* Minus icon from Bootstrap */
font-weight: 700;
font-size: 20px;
font-family: 'Bootstrap-icons';
background-image: none;
}

.accordion-flush .accordion-button.collapsed::after {
content: '\F4FE'; /* Plus icon from Bootstrap */

font-weight: 700;
font-size: 20px;
font-family: 'Bootstrap-icons';
background-image: none;
}



.image-container1 {
position: relative;
overflow: hidden;
transition: transform 0.3s ease;
border-radius:0px;


}
.image-container1 img {
width: 100%;
height: 100%; /* Ensure image takes the full height of the container */
object-fit: cover; /* Ensure the image covers the container while maintaining aspect ratio */
transition: transform 0.3s ease;
height:400px;

}
.image-container1:hover img {
transform: scale(1.1); /* Zoom-in effect */
}

/* Slider csss */
.text-header {
font-size:2em;
margin-bottom: 0;
letter-spacing: 0.01em;
font-weight: 800;
}

.text-para {
font-size: 0.89em;
font-weight: 500;
}

.products-title {
text-align: center;
font-size: 0.64em;
padding: 8px;
color: #000;
font-weight: 600;
text-decoration: none;
text-transform: uppercase;
}

.image-wrapper {
border-radius: 50%;
width: 100%;
overflow: hidden;
display: flex;
justify-content: center;
}

.bbb_viewed_slider_container {
padding-left: 2.4rem;
padding-right: 2.4rem;
}

.card-bg {
text-decoration: none;
}

/* welcome to Mayuri International */

.welcome-to-mayuri {
background-color: #f5f5f5;
}

.c-lign {
line-height: 3.3;
}

.pdf,
.video-icon {
color: #000000;
text-decoration: none;
font-size: 2.3em;
}

.pdf:hover,
.video-icon:hover {
color: #992449;
}

/* Animation */

@media (min-width: 768px) {
.animate {
animation-duration: 0.3s;
-webkit-animation-duration: 0.3s;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
}
}

@keyframes slideIn {
0% {
transform: translateY(1rem);
opacity: 0;
}

100% {
transform: translateY(0rem);
opacity: 1;
}

0% {
transform: translateY(1rem);
opacity: 0;
}
}

@-webkit-keyframes slideIn {
0% {
-webkit-transform: transform;
-webkit-opacity: 0;
}

100% {
-webkit-transform: translateY(0);
-webkit-opacity: 1;
}

0% {
-webkit-transform: translateY(1rem);
-webkit-opacity: 0;
}
}

.slideIn {
-webkit-animation-name: slideIn;
animation-name: slideIn;
}

.navbar-toggler {
padding: 10px 10px;
}

.navbar-toggler {
padding: 10px 10px;
}

.navbar-toggler .navbar-toggler-animation {
transition: all 0.3s ease-in-out;
background-image: none;
position: relative;
height: 22px;
width: 22px;
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}

.navbar-toggler .navbar-toggler-animation span {
transition: all 0.3s ease-in-out;
transform: rotateZ(0deg);
height: 2px;
background: #56172b;
display: block;
position: absolute;
width: 100%;
border-radius: 30px;
}

.navbar-toggler .navbar-toggler-animation span:nth-child(1) {
top: 10%;
}

.navbar-toggler .navbar-toggler-animation span:nth-child(2) {
top: 50%;
transform: translateY(-50%);
}

.navbar-toggler .navbar-toggler-animation span:nth-child(3) {
bottom: 10%;
}

.navbar-toggler[data-bs-toggle="collapse"][aria-expanded="true"]
.navbar-toggler-animation
span:nth-child(1) {
transform: rotateZ(45deg) translateY(-50%);
top: 49%;
transform-origin: 50% 0;
width: 100%;
}

.navbar-toggler[data-bs-toggle="collapse"][aria-expanded="true"]
.navbar-toggler-animation
span:nth-child(2) {
visibility: hidden;
transition: all 0s ease-in-out;
}

.navbar-toggler[data-bs-toggle="collapse"][aria-expanded="true"]
.navbar-toggler-animation
span:nth-child(3) {
transform: rotateZ(-45deg) translateY(-50%);
bottom: 42%;
transform-origin: 50% 0;
width: 100%;
}

@media (min-width: 1200px) {
.navbar-expand-xl .navbar-nav .nav-link,
.navbar-expand-xl .navbar-nav .dropdown-item {
padding-right: 1rem;
padding-left: 1rem;
}

.address-Lg {
width: 60%;
}
}

.bg-footer {
background-color: #1b0009;
}

.d-n {
display: none;
}

.bold-800 .carousel-control-prev-icon .bi-arrow-left-short::before {
font-weight: 600 !important;
}

.bold-800 .carousel-control-next-icon .bi-arrow-right-short::before {
font-weight: 600 !important;
}

.card-bg:hover .products-title {
color: #6a1a33;
}

.aaa_viewed_slider_container .products-title {
font-size: 0.7em;
}

.whats-app {
position: fixed;
z-index: 101;
top: 118px;
right: 5px;
font-size: 2em;
background-color: #52a234;
padding: 5px 10px 5px 10px;
border-radius: 10px;
border: 1px solid #fbfbfb;
color: white;
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.m-p-l15 {
padding-left: 0px;
}

.img-container {
position: relative;
display: inline-block;
overflow: hidden;
}

.image {
display: block;
width: 100%;
height: auto;
transition: filter 0.3s ease;
}

.overlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 0;
background-color: rgba(106, 26, 51, 0.9);
/* Start with transparent background */
transition: height 0.5s ease;
}

.text-container {
position: absolute;
bottom: -100px;
/* Initially hidden below the image */
left: 50%;
transform: translateX(-50%);
text-align: center;
width: 100%;
color: rgb(255, 255, 255);
transition: bottom 0.5s ease;
}

.text-container p {
color: white;
}

.img-container:hover .overlay {
height: 100%;
/* Expand overlay on hover */
}

.img-container:hover .text-container {
bottom: 50%;
/* Slide text container up on hover */
}

#footer h2 {
font-size: 1.1em;
color: white;
text-transform: uppercase;
}
#footer p {
font-size: 0.84em;
}

#footer .nav-link {
color: rgb(255, 255, 255);
}

.copy-text {
font-size: 0.77em;
}

#footer .nav-link ::before {
font-size: 1.3em;
}

#footer.border-dark {
border-color: #555555 !important;
}

.w-coloum {
flex: 0 0 auto;
width: 200px;
}

.page-banner {
padding: 2em 1.5em;
background-color: #490017;
}

.page-banner p {
color: #f5f5f5;
line-height: 1.8em;
width: 80%;
}

.page-banner h1 {
color: #f5f5f5;
font-size: 2em;
margin-top: 0.3em;
}

.call {
background-color: #fef3f3;
border-radius: 1.55em;
padding: 0.76em 1em;
color: #6a1a33;
font-weight: 600;
}

.call:hover,
.call:active {
background-color: #ffffff !important;
color: #571228 !important;
}

.email {
background-color: transparent;
border-radius: 1.55em;
padding: 0.76em 1em;
color: #ffffff;
font-weight: 300;
border: 1px solid #f9f6f7;
}

.email:hover,
.email:active {
background-color: transparent !important;
border-radius: 1.55em;
padding: 0.76em 1em;
color: #ffffff !important;
font-weight: 300;
border: 1px solid #dfdede !important;
}

.page-banner .breadcrumb-item {
font-size: 0.83em;
font-weight: 500;
color: white !important;
/* Set font color to white */
text-decoration: none !important;
/* Remove underline */
}

.page-banner .breadcrumb-item a {
color: white !important;
/* Set font color to white */
text-decoration: none !important;
/* Remove underline */
}

.color-divider {
border-bottom: 1px solid #5b1e30;
}

.hotel-s .live_gallery_viewed_prev {
top: 116px !important;
}

.hotel-s .live_gallery_viewed_next {
top: 116px !important;
}

.hotel-s .rounded-4 {
border-radius: 13% !important;
}

.gallery-banner {
background-color: #fff9fb;
padding: 1em;
}

.gallery-s .rounded-4 {
border-radius: 50% !important;
border: 2px solid #9b2047;
}

.gallery-s .products-title.active {
border-radius: 23px;
background-color: #ebe1e4;
}

.product-gallery {
background-color: #ffffff;
padding: 1.2em;
}

.product-heading {
font-size: 1.2em;
font-weight: 500;
text-transform: uppercase;
color: #67152f;
}

.line {
height: 1px;
width: 4%;
background-color: #cac1c4;
margin-top: 10px;
}

.img-con {
position: relative;
overflow: hidden;
border-radius: 8px;
border-bottom-left-radius: 0; 
border-bottom-right-radius: 0; 
}

.text-con {
padding: 0.77em;
padding-top: 0;
border-radius: 8px;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-color: #fff;
border: 1px solid #ebebeb;
border-top: 0px;

}

.text-con p {
margin: 0;
font-size: 0.74em;
font-weight: 600;
text-transform: uppercase;
line-height: 2.3;
}

.link-product {
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .06), 0px 1px 3px 0px rgba(0, 0, 0, .1);
text-decoration: none;
margin-bottom: 1.5em;
display: block;
border-radius: 16px;

}

.breadcrumb-product-details {
font-size: 0.83em;
}
.breadcrumb-product-details a {
text-decoration: none !important;
font-weight: 500;
color: rgb(0, 0, 0) !important;
}

.product-image-details img {
border-radius: 75px;
}

.p-d-header {
font-size: 2.33em;
margin-bottom: 0;
}

.details-text span {
font-weight: 600;
margin-right: 5px;
}

.form .form-control {
border-radius: 0;
width: 100%;
margin-bottom: 12px;
}

.bg-en {
background-color: #e0e0e0;
}

.bg-white {
background-color: #ffffff;
}

.shadow-1 {
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.strip-list {
background-color: #f5f5f5;
padding: 0 1em;
}

.strip-list .list-box {
padding: 30px 0;
display: flex;
justify-content: space-between;
align-items: center;
}

.strip-list .list-box .single-box {
display: flex;
align-items: center;
}

.strip-list .list-box .single-box .strip-logo {
margin-right: 15px;
}

.strip-list .list-box .single-box .box-text {
color: #515151;
letter-spacing: 0.02em;
font-size: 13px;
line-height: 15px;
}

.container-pri {
width: 72%;
}

@media (max-width: 575.98px) {

.image-container1 img {

height: auto;
}


.comp {
margin-bottom: 10px !important;
}
.container-pri {
width: 100%;
}

.mobile-copy {
border-top: none !important;
padding-top: 10px;
}

.media .nav-item {
margin-right: 19px;
}

.media .nav-link {
padding-left: 0.5rem;
}

.media {
margin-left: 15px;
}

.strip-list {
overflow: hidden;
}

.strip-list .list-box {
flex-direction: column;
}

.strip-list .list-box .single-box {
display: flex;
align-items: center;
padding-bottom: 1em;
border-bottom: 1px solid #8c284e;
width: 100%;
padding-top: 1em;
}

.strip-list .list-box .single-box {
display: flex;
align-items: center;
padding-bottom: 1em;
border-bottom: 1px solid #8c284e;
width: 100%;
padding-top: 1em;
}
.enquiry {
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
gap: 0.44em;
}

.mtm {
margin-top: 15px;
margin-bottom: 5px;
}

.wm-100 {
width: 100% !important;
}

.Banner {
padding: 0 10px;
}

.carousel-inner {
border-radius: 10px;
}
.product-gallery .fs-4 {
font-size: 1em !important;
}
.text-con p {
font-size: 0.6em;
}

.live_gallery_viewed_slider_container .products-title,
.product-gallery_viewed_slider_container .products-title {
background: transparent !important;
margin-top: 0;
}

.product-gallery_viewed_slider_container {
padding: 0.22em;
}

.live_gallery_viewed_nav_container,
.product-gallery_viewed_nav_container {
display: none;
}

.live_gallery_viewed_slider_container {
padding: 1em;
}

.live_gallery_viewed_slider_container .img-container {
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.pad-sec {
padding: 1.3em 1.3em;
}

.page-nav .accordion-button {
font-size: 0.8em;
}

h2 {
font-size: 1.2em;
}

.wm-80 {
width: 100%;
}

.page-banner h1 {
font-size: 1.5em;
}

.banner-button {
text-align: center;
}

.call {
width: 80%;
margin-bottom: 1.6em;
}

.email {
margin-bottom: 1.6em;
}

.page-banner p {
width: 100%;
}

.ddd_viewed_slider_container .owl-item {
border-radius: 20%;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.m-flex-column {
flex-direction: column !important;
}

.m-text-end {
text-align: left !important;
}

.ddd_viewed_slider_container .img-container {
position: relative;
display: block;
overflow: hidden;
}

.ddd_viewed_nav.ddd_viewed_prev,
.ddd_viewed_nav.ddd_viewed_next {
display: none;
}

.m-start {
justify-content: flex-start !important;
}

.m-p-l15 {
padding-left: 15px;
}

.p-r-o {
padding-right: 0 !important;
}

.aaa_viewed_prev {
color: #000000;
top: 0px;
left: -35px;
}

.b-rm-n {
background-color: white;
border-radius: 15px;
margin-bottom: 15px;
border-right: 0 !important;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.pb-m-5 {
padding-bottom: 0.88em !important;
}

.b-rm-n .pdf {
margin-top: 10px;
}

.b-rm-n .products-title {
background-color: transparent !important;
margin-top: 0;
}

.aaa_viewed_nav.aaa_viewed_prev,
.aaa_viewed_nav.aaa_viewed_next {
display: none;
}

.aaa_viewed_next {
color: #000000;
top: 0px;
right: -20px;
}

.m-bor-none {
border: none !important;
}

.bor-b-m {
border-bottom: 1px solid #dee2e6 !important;
}

.products-title {

margin-top: 10px;
}

.bbb_viewed_prev {
top: 81px;
}

.circle-container {
width:250px;
height:250px;
background-color:#820B33;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s ease;
}

.circle-container svg path {
fill:white;
transition: fill 0.3s ease;
}

.circle-container:hover {
background-color:#F2F2F2;
}

.circle-container:hover svg path {
fill:#820B33;
}

.products-title {
text-align: center;
font-size: 1em;
padding: 8px;
color: #000;
font-weight: 500;
text-decoration: none;
text-transform: uppercase;
}

.bbb_viewed_next {
top: 81px;
}

.m-p-r {
position: relative;
}

.image-container {
position: relative;

padding: 5px;
overflow: hidden;
transition: transform 0.3s ease;
}

.image-container img {
width: 100%;
transition: transform 0.3s ease;
border-radius: 6%;
}

.title-button {
position: absolute;
left: 40px;
color: white;
bottom: 15%;
}

.image-container1 {
position: relative;
overflow: hidden;
transition: transform 0.3s ease;

margin: .8em;
border-radius: 10px;
}
.accordion-container{
width:100%;}

.whats-app {
position: fixed;
z-index: 20;
top: 83px;
right: 10px;
}

.navbar {
z-index: 30;
padding-bottom: 5px;
overflow-x: hidden;
}

.dropdown-menu {
overflow-x: hidden;
}

.m-d-n {
display: none !important;
}

.d-n {
display: block !important;
}

.m-hide {
display: none;
}

.m-menu-con {
background-color: #ececec;
margin-right: -1.2rem;
margin-left: -1.2rem;
margin-top: 5px;
}

li.m-d-c{
padding: .33em;
}
.m-p-1{
padding:.8em;
}

.m-d-c{
justify-content: center;
display: flex;
text-align: center
}

.text-header {
font-size: 1.6em;
margin-bottom: 0;
letter-spacing: 0.01em;
font-weight: 800;
}

.m-menu-con ._mobile {
padding-left: 1.5rem;
border-bottom: 1px solid #cfc2c7;
padding-top: 1rem;
padding-bottom: 1rem;
padding-right: 1.5rem;
}

._mobile.dropdown-toggle::after {
display: inline-block;
float: right;
/* Add this line */
}

.dropend .dropdown-toggle::after {
position: relative;
display: inline-block;
right: 1em;
top: 50%;
transform: translateY(73%);
font-size: 1rem;
float: right;
}

.dropdown-menu {
background-color: #ececec;
padding: 0;
}

.nav-link,
.dropdown-item {
padding-top: 0.7rem;
padding-bottom: 0.7rem;
padding-left: 1.5rem;
padding-left: 1.5rem;
}

ul.navbar-nav li ul li a.nav-link,
ul.navbar-nav li ul li a.dropdown-item {
margin-left: 1.5rem;
border-bottom: 1px solid #cfc2c7;
}

ul.navbar-nav li ul li ul li a.dropdown-item {
margin-left: 2rem;
border-bottom: 1px solid #cfc2c7;
}

.dropend .nav-link.dropdown-link.show:hover,
.dropdown-item:hover {
background-color: transparent !important;
border-radius: 0;
}

ul.navbar-nav li ul li ul li:last-child a.dropdown-item {
border: none;
}

ul.dropdown-menu li:last-child a.dropdown-item {
border: none;
}

.video {
left: 2px;
}

.ttt_viewed_nav {
display: none;
}

.ttt_viewed_slider_container {
margin: 0;
padding: 0;
}

.ttt_viewed_title_container .img-container {
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.ddd_viewed_slider_container {
padding: 1em;
}
}

@media (min-width: 1200px) {
.navbar-expand-xl {
padding-top: 0.55em;
padding-bottom: 0.55em;
}
}


.legal-basis-section {
  background: #ffffff;
}

.legal-basis-card {
  background: #f5f5f4;
  border-radius: 18px;
  padding: 40px 36px;
}

.legal-subtitle {
  display: block;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #6f6f6f;
  font-weight: 600;
  text-transform: uppercase;
}

.legal-title {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  margin-bottom: 14px;
}

.legal-divider {
  width: 60px;
  height: 2px;
  background: #d6d6d6;
}

.legal-text {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.cyc-bar {
  display: flex;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}



.cyc-bar-right {
  background: #081f3f;
  color: #fff;
  padding: 14px 18px;
  font-weight: 700;
  min-width: 200px;
  text-align: right;
}

.cyc-note {
  font-size: 14px;
  color: #666;
  margin: 10px 0 16px;
}

.cyc-num {
  font-weight: 700;
  margin-right: 8px;
}

.va-title {
  font-size:20px;
  font-weight: 600;
  color: #111;
}

.va-divider {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 12px;
}

.va-text {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  max-width: 900px;
}

.va-highlight {
  border-left: 3px solid #881739;
  padding-left: 18px;
  margin-top: 30px;
}

.va-highlight-sub {
  font-size: 16px;
  color: #6b7280;
}

.va-highlight-main {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #111;
}


