    :root {
            --primary-color: #3498db;
            --secondary-color: #2c3e50;
            --accent-color: #e74c3c;
            --light-color: #ecf0f1;
            --dark-color: #2c3e50;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        a{
            text-decoration: none;
        }

.logo-container img{
width:200px;
}
        
        /* Modern Header Styles */
        .main-header {
           background: linear-gradient(135deg, #ffffff, #000000);
            color: white;
            padding: 1rem 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 1030;
            
        }
        
        .logo-container {
            display: flex;
            align-items: center;
        }
        
        .logo {
            font-size: 1.8rem;
            font-weight: 700;
            color: white;
            text-decoration: none;
            display: flex;
            align-items: center;
        }
        
        .logo-icon {
            color: var(--primary-color);
            margin-right: 10px;
            font-size: 2rem;
        }
        
        /* Navigation Menu */
        .main-nav .nav-link {
            color: rgba(255, 255, 255, 0.9);
            font-weight: 500;
            padding: 0.5rem 1rem;
            margin: 0 0.2rem;
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        
        .main-nav .nav-link:hover,
        .main-nav .nav-link.active {
            color: white;
            background-color: rgba(255, 255, 255, 0.1);
        }
        
        .main-nav .nav-link.active {
            font-weight: 600;
        }
        
        .dropdown-menu {
            background-color: var(--secondary-color);
            border: none;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        
        .dropdown-item {
            color: rgba(255, 255, 255, 0.8);
            padding: 0.5rem 1rem;
        }
        
        .dropdown-item:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }
        
        /* Call to Action Button */
        .cta-button {
            background-color: var(--primary-color);
            color: white;
            border: none;
            border-radius: 50px;
            padding: 0.5rem 1.5rem;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .cta-button:hover {
            background-color: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        
        /* Mobile Menu Toggle */
        .navbar-toggler {
            border: none;
            color: white;
            font-size: 1.5rem;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        /* Hero Section for demonstration */
        .hero-section {
           background: linear-gradient(rgba(0, 0, 0, 0.703), rgba(10, 10, 10, 0.849)), url('img/map-4636843_1280.png');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 8rem 0;
            text-align: center;
        }
        
        /* Responsive adjustments */
        @media (max-width: 991.98px) {
            .main-nav {
                background-color: var(--secondary-color);
                padding: 1rem;
                border-radius: 8px;
                margin-top: 1rem;
            }
            
            .main-nav .nav-link {
                margin: 0.2rem 0;
                display: block;
            }
            
            .dropdown-menu {
                background-color: rgba(0, 0, 0, 0.2);
                margin-left: 1rem;
                border-left: 2px solid var(--primary-color);
            }
        }
    .list-1 {
    border: 3px #2ca3a5 solid;
}

.list:hover{
    transform: scale(1.02);
    z-index: 100;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 194, 0);
    border-image: initial;
    text-decoration: none;
}

.list {
    background-color: #fff;
    user-select: none;
    transition: .1s;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    border: 3px transparent solid;
    cursor: pointer;
    color: #000;
    position: relative;
}
.ribbon-number-one {
    left: 0;
    top: 0;
}

ul.features-tick li::before {
    content: "✓";
    margin-right: 6px;
    font-weight: 600;
    color: #f70000;;
    display: inline-block;
}
.pulse {
 
    animation: 2s ease 0s infinite normal none running pulse-animation;
    
}
@keyframes  pulse-animation {
	0% {
    box-shadow: 0 0 rgba(255, 0, 0, .7);
    -webkit-transform: scale(.95);
    transform: scale(.95);
}
70% {
    box-shadow: 0 0 0 10px transparent;
    -webkit-transform: scale(1);
    transform: scale(1);
}
	
}

.ribbon-number-one {
  
    left: 3px;
    top: 17px; 
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    z-index: 1;
}
.discount-new {
    right: -3px;
    top: -3px;
}
.discount {
    border-top-right-radius: 6px;
    position: absolute;
    overflow: hidden;
    height: 75px;
    width: 75px;
}
.discount-text {
    z-index: 5;
    text-align: right;
    right: 5px;
    top: 5px;
    position: absolute;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    width: 50%;
}
.discount-text {
    color: #fff;
}
.arating {
    font-size: 36px;
    color: #7b848e;
    font-weight: 700;
    width: 100%;
    font-family: serif;
    max-width: 25px;
}
.arating img {
    min-width: 25px;
}
.features-holder {
    color: #000;
}
ul.features {
    margin: 12px 0 4px;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
}
ul.features li {
    margin: 6px 0;
}
.feature-0 {
    color: red;
    font-weight: 700;
    text-decoration: underline;
}
.available-on-text {
    color: #767676;
    font-weight: 700;
    line-height: 18px;
    font-size: 14px;
    padding-right: 5px;
}
.os-icons-small {
    width: 20px;
    margin: 0 5px;
}
.d-score {
    font-size: 36px;
    width: auto;
    line-height: 1.2;
    font-weight: 700;
    color: #44484c;
}
.d-rating {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #161616;
    font-family: serif;
}
/* .star-ratings-sprite {
    background: url(/csvg/blstars.svg) repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0 auto;
}
.star-ratings-sprite-rating {
   background-image: url('img/rating.png');
    repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
} */
.old-price {
    color: #b9c0c1;
    font-size: 16px;
    font-weight: 300;
    text-decoration: line-through;
}
.price {
    color: #485151;
    font-size: 24px;
    font-weight: 500;
}
.btn-visit {
    color: #fff;
    background-color: #ff003d;
    padding: 8px 12px;
    border-radius: 2px;
    width: 100%;
    text-transform: uppercase;
    word-break: keep-all;
    text-decoration: none;
}
button.btn.btn-primary.btn-lg.px-4.me-2{
    background-color: #b3002b;
    border: 0px;
}
.btn-visit:hover {
    color: #fff;
    background-color: #b3002b;
}
.pulse {
    animation: pulse-animation 2s infinite;
}
.top1 {
    background: #2ca3a5;
    color: #fff;
    border: 1px solid #2ca3a5;
    padding: 8px 12px;
}
.top2 {
    display: none;
}
.top2 {
    border-top: 15px solid #ffc200;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffc200;
    float: right;
    width: 30px;
    height: 30px;
    margin-left: -4px;
}


.treangle-bg {
    border-color: transparent #2ca3a5 transparent transparent;
}
.treangle-bg {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 75px 75px 0;
    border-color: transparent #ffc200 transparent transparent;
    z-index: 1;
}

.star-ratings-sprite img{
    width: 50px;
}

img.padli.max-24{
    width: 20px;
}

.heading-section{
    
font-family: cursive;
        /* font-family: cursive; */
    font-style: italic;
    color: #47f212d6;
    font-weight: 900;
    font-size: 45px;
}


h1.display-4.fw-bold.mb-4{
    font-size: 40px;
}

/* Attractive red highlight with subtle glow */
.highlight-red {
  color: #e74c3c; /* or your brand red */
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/* Bold percentage styling with gradient, shadow, and enlarged size */
.heading-section {
    display: inline-block;
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(45deg, #ff1800, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transform: skew(-5deg);
    font-family: sans-serif;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-left {
  animation: slideInLeft 0.9s ease-out forwards;
}