body{
                                        font-family:Montserrat;
                                                color:#000000;
                                                font-size:25;
                                                                    font-weight:bold;
                            }
            /*----------main color------------*/
        .text-blue-1,
        .header .header-menu .menu .subnav > li > a:hover,
        .bravo_wrap .footer .menu-footer .menu__nav li .subnav > li > a:hover,
        .desktopMenu .menu a:hover,
        .desktopMenu .menu .subnav__backBtn a,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .pricing-table .title{
            color: #e99231;
        }

        .tabs.-underline .tabs__controls .tabs__button:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button:hover,
        .tabs.-bookmark-2 .tabs__button:hover,
        .sidebar.-dashboard .sidebar__button.-is-active,
        .tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active,
        .accordion.-db-sidebar .accordion__item.is-active .sidebar__button,
        .tabs.-underline-2 .tabs__controls .tabs__button:hover{
            color: #e99231 !important;
        }

        .pagination.-dots .pagination__item.is-active,
        .button.-outline-blue-1:hover,
        .form-checkbox:hover input ~ .form-checkbox__mark,
        .pricing-tabs .tab-btns:before,
        .tabs.-underline-2 .tabs__controls .tabs__button::after{
            background-color: #e99231;
        }

        .bg-blue-1,
        .button.-blue-1:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button.is-tab-el-active,
        .tourTypeCard.-type-1:hover,
        .noUi-connect,
        .accordion.-map .accordion__item.is-active .accordion__icon,
        .form-checkbox input:checked ~ .form-checkbox__mark{
            background-color: #e99231 !important;
        }

        .button.-blue-1:hover,
        .border-blue-1,
        .button.-outline-blue-1,
        .noUi-handle,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .form-checkbox input:checked ~ .form-checkbox__mark,
        .pricing-table .inner-box:hover, .pricing-table.tagged .inner-box{
            border-color: #e99231;
        }
        /*-----------end main color------------*/
    
            h1{
            font-family: Montserrat Bold, sans-serif
        }
                h2{
            font-family: Montserrat, sans-serif
        }
                h3{
            font-family: Montserrat Alternates Bold, sans-serif
        }
    
    .aboutus{margin-top:40px;
padding-top:40px;}
.hows{margin-top:40px;}
.header {background-color:#ffffff !important;
    }
.bg-dark-4 {
    background-color: #c8a977 !important;
    color:#fff !important;
    font-weight:600;
}  
.btn-info {
    color: #fff;
    background-color: #e99231;
    border-color: #000;
}
.sidebar__user .logo .avatar {
    border-radius: 50%;
    height: 120px;
    margin: 0 auto 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 120px;
    border: 30px 30px 30px 30px;
    border-color: #c8a977;
    border-style: groove;
    border-top-color: #e99231;
    border-width:25px;
}
.bravo_wrap .bravo_user_profile .btn.btn-primary {
    background: #c8a977;
    color: #fff;
}
.bg-yellow-1 {
    background-color: #c8a977 !important;
    color:#fff !important;
}
.py-5.px-15.rounded-right-4.text-12.lh-16.fw-500.uppercase.bg-yellow-1.text-dark-1{
    color:#fff !important;
}
.role-name{
    background-color:#c8a977 !important;
}
.footer { color:#fff !important;
    background-color:#000 !important;
}
.footer a:link{
            color:#c8a977 ;
        }
        
.footer a {
    color: #c8a977;
    text-decoration:none;
}
.bg-dark-2 {
    background-color: #000 !important;
}
.text-dark-1 {
    color: #000 !important;
}
.blog-breadcrumb{
    display:none;
}
.bg-dark-3 {
    background-color:#000  !important;
    color:#fff;
    
}
.bravo_wrap .bravo_user_profile .form-add-service .nav-tabs {
    background:#c8a977 !important;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .sale_info {
    position: absolute;
    width: 80px;
    height: 48px;
    transform: rotate(45deg);
    right: -30px;
    top: -13px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    background-color: #c8a977;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .featured {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 500;
    z-index: 8;
    background: #c8a977;
    border-radius: 3px;
    padding: 6px 10px;
}
@media (max-width: 766px) {
    .bravo_detail_location .location_banner .effect {
        background:#c8a977;
        opacity: 1;
    }
}
    .tabs__button :hover{
        color:#e99231;
    }
    /*:hover{
        color:#e99231;
    }*/
    
    #dreamyStayPopup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .popup-container {
            background: white;
            border-radius: 12px;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
            max-width: 800px;
            width: 90%;
            animation: slideIn 0.3s ease-out;
        }

        .popup-content {
            display: flex;
            position: relative;
        }

        .text-section {
            padding: 2.5rem;
            flex: 1;
        }

        .image-section {
            flex: 1;
            position: relative;
        }

        .image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0 12px 12px 0;
        }

        .close-button {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: none;
            border: none;
            cursor: pointer;
            font-size: 1.5rem;
            color: #666;
            z-index: 1;
            padding: 0.5rem;
            line-height: 1;
        }

        .popup-title {
            color: #1a1a1a;
            font-size: 2rem;
            margin: 0 0 1rem 0;
            font-weight: bold;
        }

        .popup-description {
            color: #4a4a4a;
            font-size: 1.1rem;
            line-height: 1.5;
            margin-bottom: 1.5rem;
        }

        .highlight {
            color: #e99231;
            font-weight: 600;
        }

        .cta-button {
            background-color:#c8a977 !important;
            color: white;
            border: none;
            padding: 1rem 2rem;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
            width: 100%;
            font-size: 1.1rem;
        }

        .cta-button:hover {
            background-color: #e99232;
            color:#ffffff;
            transform: translateY(-2px);
        }

        .terms {
            font-size: 0.875rem;
            color: #666;
            margin-top: 1rem;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .popup-content {
                flex-direction: column;
            }

            .image-section img {
                border-radius: 0 0 12px 12px;
                height: 250px;
            }
        }
        a:link{
            color:#c8a977 ;
        }
        
        a {
    color: #FFF ;
    text-decoration:none;
}


 .masthead.-type-1 .masthead__bg::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #c8a977 65.43%);
    opacity: 0.5;
    
}
 button:hover { background-color:#c8a977;
color:#ffffff;
}


/* Responsive container */
        .responsive-box {
            max-width: 100%;
            overflow-wrap: break-word;
            word-wrap: break-word;
            hyphens: auto;
        }
        
        
        .email-header {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      background-color: #fff;
      position: relative;
    }
    
    .header-background {
      width: 100%;
      height: 200px;
      background-image: url('https://dreamystay.co/uploads/0000/6/2025/03/16/dreamystay-email-1.png');
      background-size: cover;
      background-position: center;
      position: relative;
    }
    
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 40%;
      height: 100%;
      background-color: rgba(0, 98, 112, 0.9);
      border-radius: 0 100px 0 0;
      padding: 20px;
      box-sizing: border-box;
    }
    
    .header-text {
      color: white;
      text-align: left;
    }
    
    .subheader {
      font-size: 10px;
      letter-spacing: 1px;
      margin-bottom: 5px;
      text-transform: uppercase;
    }
    
    .main-header {
      font-size: 24px;
      font-weight: bold;
      margin: 0;
      line-height: 1.2;
    }
    
    .with-text {
      font-size: 28px;
      margin: 0;
      line-height: 1;
    }
    
    .logo {
      margin-top: 15px;
      margin-bottom: 10px;
    }
    
    .logo img {
      width: 120px;
    }
    
    .website {
      font-size: 10px;
      color: #E3B15A;
      margin-top: 15px;
      display: block;
    }
    
    .arrow-icon {
      display: inline-block;
      margin-right: 5px;
      color: #E3B15A;
    }
    
    .star-icon {
      position: absolute;
      top: 70px;
      right: 30px;
      color: #E3B15A;
      font-size: 24px;
    }
    
    .dotted-line {
      position: absolute;
      bottom: 40px;
      right: 10px;
      width: 60px;
      height: 30px;
      border-bottom: 2px dashed #E3B15A;
      border-right: 2px dashed #E3B15A;
      border-bottom-right-radius: 15px;
    }
    
    @media (max-width: 480px) {
      .overlay {
        width: 100%;
        border-radius: 0;
        background-color: rgba(0, 98, 112, 0.85);
      }
    }
    
    
 
   
    
    /* Critical CSS - loaded immediately */
    :root {
      --brand-gold: #c8a977;
      --brand-orange: #e99231;
      --dark-bg: #0f0f0f;
      --light-text: #f5f5f5;
    }

  

 /* Base Styles */
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat Bold', Montserrat, Montserrat Alternates Bold , sans-serif;
color:#c8a977;;
    
}

/* Hero Section */
.hero-section {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #c8a977, #e99231);
  color: #000000 solid;
}

.logo-animated {
  width: 120px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.gradient-text {
  font-size: 3em;
  background: linear-gradient(90deg, #c8a977, #e99231);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Split Section */
.split {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.text-content, .image-content {
  flex: 1 1 50%;
}

.image-content img {
  width: 100%;
  border-radius: 10px;
}

/* Section Titles */
.section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #fff;
}

/* Section Text */
.section-text {
  font-size: 1.1em;
  line-height: 1.6;
}

/* Dual Cards */
.dual-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card-glass {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #c8a977;
  border-radius: 10px;
  padding: 20px;
  flex: 1 1 45%;
  backdrop-filter: blur(10px);
}

/* Grid Features */
.grid-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.feature-card {
  background: #1a1a1a;
  border: 1px solid #e99231;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.feature-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* CTA Section */
.cta-section {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #e99231, #c8a977);
  color: #0f0f0f;
}

.cta-button-glow {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #0f0f0f;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 0 10px #e99231, 0 0 20px #e99231;
  transition: box-shadow 0.3s ease;
}

.cta-button-glow:hover {
  box-shadow: 0 0 20px #c8a977, 0 0 30px #c8a977;
}
    
