.con a {
	display: block;
	font-weight: 500;
	color: #959595;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
    text-decoration: none;
	transition: color 0.3s ease, text-decoration 0.3s ease;
}

.con a:hover {
	text-decoration: underline;
}

a.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ncm-logo,
.sticky_menu img {
    width: 220px;
    height: auto;
    max-width: 100%;
    margin-top: 0 !important;
}

@media (max-width: 600px) {
    .ncm-logo,
    .sticky_menu img {
        width: 200px;
    }
}

@media (max-width: 400px) {
    .ncm-logo,
    .sticky_menu img {
        width: 160px;
    }
}

@media (max-width: 1200px) { 
    .header-strip .con {
		border-right: 0 !important;
	}
}

@media (max-width: 992px) {
    .ncm-logo,
    .sticky_menu img {
        margin-top: 15px !important;
    }
}

.slider-title {
    font-size: 40px !important;
}

.counters li h5 .count-value,
.counters li h5 .suffix {
    font-size: 40px;
    color: #fff;
}

.counters li h5 .suffix {
    margin-left: 3px;
}

.logo-footer .ncm-logo {
    width: 230px;
}

.footer .padd {
    min-height: unset !important;
}

.footer-links {
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #acacac;
    text-decoration: none;
    transition: color .3s;
}

.footer-links a:hover {
    color: #b015c8;
}

@media (min-width: 600px) and (max-width: 767px) {
    
    .slider-area .owl-carousel .owl-item img {
		height: 500px;
		object-fit: cover;
		-o-object-fit: cover;
		object-position: center center;
		-o-object-position: center center;
	}
}

.partner-section {
	background-color: #232323;
}

/* Alert */

.alert-container {
    position: fixed;
    top: 120px;
    right: 30px;
    z-index: 99999;
}

.custom-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 320px;
    max-width: 400px;
    padding: 16px 20px;
    border-radius: 12px;
    color: #eee;
    background: rgba(40, 40, 40, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    position: relative;
    animation: slideFadeIn 0.6s ease forwards;
    pointer-events: auto;
    transition: opacity 0.5s ease;
}

.custom-alert-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-alert-success {
    border-left: 5px solid #81C784;
}

.custom-alert-error {
    border-left: 5px solid #E57373;
}

.custom-alert-icon {
    font-size: 20px;
}

.custom-alert-success .custom-alert-icon i {
    color: #81C784;
}

.custom-alert-error .custom-alert-icon i {
    color: #E57373;
}

.custom-alert-close {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    outline: none;
}

.custom-alert-close i {
    color: #eee;
    font-size: 16px;
}

/* ===============================
   Preloader
   =============================== */
.preloader-logo {
    width: 18px;
    height: auto;
}

.preloader .indicator {
    text-align: center;
}

/* ===============================
   FAQ Section
   =============================== */

.faq-section {
    background-color: #232323;
}

.faq-content {
    color: #acacac;
    margin-top: 15px;
}

@media (max-width:991px) {
    .faq-content {
        margin-bottom: 30px;
    }
}

.panel-group .panel {
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.panel > .panel-heading {
    background-color: #343434;
    border: none;
    border-radius: 0;
    padding: 15px 20px;
}

.panel-title a {
    display: block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.panel-title a:hover {
  color: #fff;
}

.panel-title a .fa {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 16px;
  color: #acacac;
  transition: transform 0.3s ease;
}

.panel-title a.collapsed .fa {
  transform: rotate(0deg);
}

.panel-title a:not(.collapsed) .fa {
  transform: rotate(180deg);
  color: #fff;
}

.panel-body {
  background-color: #2b2b2b;
  color: #acacac;
  padding: 15px 20px;
  line-height: 1.6;
}

/* ===============================
   Why NCM Section
   =============================== */

.why-ncm-section {
    background-color: #363636;
}

.why-ncm-section .why-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 16px 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.why-ncm-section .why-item:hover {
    background: rgba(255,255,255,0.06);
    transform: translateY(-2px);
}

.why-ncm-section .why-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #505050;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.why-ncm-section .why-icon i {
    font-size: 20px;
    color: #fff;
}

.why-ncm-section h4 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
    font-size: 16px;
}

.why-ncm-section p {
    color: #acacac;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
}

.why-ncm-section img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.why-ncm-section img:hover {
    transform: scale(1.02);
}

@media (max-width: 992px) {
    .why-ncm-section .col-md-5 {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .why-ncm-section img {
        max-width: 80%;
    }
}

@media (max-width: 576px) {
    .why-ncm-section img {
        max-width: 85%;
    }
}
/* ===============================
   Offer Section
   =============================== */

.offer-section {
    background-color: #232323;
}

.offer-img {
    position: absolute;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease;
}

.offer-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.offer-img:hover {
    transform: scale(1.03);
}

.img-1 {
    width: 170px;
    top: -15px;
    left: 10%;
    z-index: 2;
}

.img-2 {
    width: 350px;
    top: 60px;
    left: 35%;
    z-index: 1;
}

.img-3 {
    width: 250px;
    top: 250px;
    left: 0;
    z-index: 3;
}

.offer-content {
    max-width: 520px;
}

.offer-content .subtitle {
    color: #acacac;
    margin-bottom: 2rem;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.offer-list li {
    margin-bottom: 14px;
    padding-left: 20px;
    position: relative;
    color: #ffffff;
    line-height: 1.6;
}

.offer-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-weight: 600;
}

.offer-expiration {
    color: #acacac;
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .offer-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .offer-img {
        position: relative;
        width: 70% !important;
        margin: 10px auto;
        top: auto;
        left: auto;
        bottom: auto;
    }
}

@media (max-width: 1199px) and (min-width: 993px) {
    .img-1 {
        width: 150px;
    }

    .img-2 {
        width: 300px;
    }

    .img-3 {
        width: 220px;
        top: 220px;
        left: 0;
    }
}

.pricing .rate .pricing-value {
    font-size: 18px;
}
