

body {
	margin: 0 auto!important;
	justify-content: center;
	box-sizing: border-box;
	transition: transform .2s ease-in-out;
}

* {
	font-weight: 700 !important;
	font-family: sans-serif Arial,Helvetica,sans-serif
}

.prok {
	position: relative
}
.buy-now-btn.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}
.navbar-custom {
	margin: 1%;
	margin-left: 20%;
	margin-top: .5%!important;
	width: fit-content;
	background: #fff;
	padding: .5rem;
	box-shadow: 0 2px 10px rgba(0,0,0,.1)
}

.nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	margin-left: auto!important;
	margin-right: auto!important
}

.nav-item {
	position: relative
}

.nav-item a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
	font-size: 1.1rem;
	transition: all .3s ease;
	padding: .5rem 1rem;
	border-radius: 5px;
	position: relative
}

.nav-item a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 50%;
	background-color: #0d6efd;
	transition: all .3s ease;
	transform: translateX(-50%)
}

.nav-item a:hover {
	color: #0d6efd
}

.nav-item a:hover::after {
	width: 100%
}

.navbar-custom::-webkit-scrollbar {
	width: 8px;
	color: #0d6efd
}

.navbar-custom::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 4px
}

.navbar-custom::-webkit-scrollbar-thumb:hover {
	background-color: #555
}

.navbar-custom::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px
}

@media screen and (max-width:768px) {
	.navbar-custom {
		width: 100%;
		margin-top: .5%!important;
		padding: 1%!important;
               margin-left: 0% !important;
	}

	.nav-list {
		width: 100%;
		padding-left: 1%;
		padding-right: 1%;
		flex-wrap: nowrap;
		justify-content: space-between
	}

	.nav-item {
		width: fit-content;
		padding: 5px
	}

	.nav-item a {
		width: fit-content;
        font-size: 9px;
        padding: 2% !important;
		white-space: nowrap
	}
}

.dropdown-menu {
	width: 171%;
	display: none;
	position: absolute;
	background: #fff;
	list-style: none;
	padding: 5px 0;
	margin: 0;
	border: 1px solid #ccc
}

.dropdown-toggle::after {
	display: none!important
}

.dropdown:hover .dropdown-menu {
	display: block
}
#page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:99999;display:flex;justify-content:center;align-items:center;transition:opacity .5s ease;will-change:opacity}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;will-change:transform}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}img{transition:opacity .3s ease-in-out}.product-image-hover{will-change:transform}.image-changing{opacity:.7}

.dropdown-toggle {
	cursor: pointer
}

.dropdown-menu li {
	padding: 2px
}

.logo {
	margin-top: -3px;
}

.title {
	font-size: 35px;
	color: #06f!important
}

.text-primary {
	font-size: 35px;
	color: gold!important;
	font-weight: 700
}

.row {
	max-width: 100%;
	height: 80%;
	position: relative;
	justify-content: space-between;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0;
	padding-bottom: 3%;
	overflow-x: hidden
}

#categories {
	padding-top: 1.5%;
	padding-left: 0!important;
	padding-right: 0!important;
	width: 19%;
	height: 70%;
	float: left
}

.accordion-item {
	width: 100%;
	border-left: none;
	display: block
}

.accordion-button {
	padding: 15px;
	padding-left: 10%!important;
	width: 100%;
	margin-left: -.1%;
	padding-left: 3.5%;
	color: #000;
	font-weight: 600;
	font-size: 16px!important;
	background-color: #fff!important;
	display: block
}

.accordion-button:hover {
	color: #007bff!important
}

.accordion-button:focus,.accordion-button:not(.collapsed) {
	background-color: #fff!important;
	color: #000!important;
	border-color: transparent!important;
	box-shadow: none!important
}

.right {
	width: 68%;
	height: 80%;
	margin-left: -1%
}

.image-container {
	width: 97%!important;
	height: 200px;
	object-fit: cover;
	padding-top: 6%!important
}

.image-container img {
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 10px
}

.p4 {
	padding: 0!important
}

.tooright {
	margin-right: 5%;
	margin-left: -4%;
	margin-top: 1.6%;
	width: 23%;
	height: 80%;
	float: right;
	padding-right: 1%!important
}

#product-container {
	display: flex;
	flex-direction: column;
	margin-top: -1%;
	padding-left: 5%!important;
	margin-left: 5%!important
}

#product-container .pro {
	height: 295px!important;
	margin-bottom: 3%;
	padding: 2%;
	padding-top: .5%!important;
	overflow: hidden!important;
	text-align: center;
	padding-bottom: .5%!important
}

#product-container .pro img {
	height: auto!important;
	width: 75%;
	aspect-ratio: 25/30!important;
	display: block;
	max-height: 189px !important;
}

#product-container .pro .proo {
	font-size: 15px!important;
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
	height: auto!important;
	overflow: hidden!important
}

#product-container .pro .price {
	color: #007bff!important;
	font-weight: 630!important;
	font-size: 19px
}

#product-container .pro .over {
	padding: 2px 2px;
	font-size: 15px
}

.pro {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	background-color: #fff;
	border: solid #c1c0c0 1px;
	border-radius: 8px;
	width: 70%;
	height: 70%;
	padding: 1%;
	padding-top: 4%;
	padding-bottom: 3%;
	margin-bottom: 2%;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

img {
	width: 50%;
	height: 70px
}

.middle {
	padding: 4%;
	padding-top: 2%;
	padding-bottom: 2%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between
}

.icon {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column
}

.title {
	font-weight: 700
}

.down_2_middle,.down_middle {
	padding-bottom: 0
}

.comintern,.stockages {
	width: 95%;
	margin-left: 2.3%;
	border: solid rgb(72,72,72,.3) 1px;
	border-radius: 8px
}

.comintern_title,.stocka_title {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	font-size: 150%;
	font-weight: 500;
	display: block;
	min-width: 90%;
	background: linear-gradient(135deg,#06f 0,#00a1ff 50%,#00dfd8 100%);
	margin-bottom: -9%;
	padding-bottom: 1%;
	padding-top: 1%
}

.comintern_container,.ecrans_container,.stockages_container {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between!important;
	padding-left: 3%;
	padding-right: 5%
}

.pro {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	background-color: rgb(221,218,218,0)!important;
	border: solid #c1c0c0 1px;
	border-radius: 8px;
	width: 60%;
	height: 50%;
	padding: 1%;
	margin-left: 3%;
	padding-top: 4%;
	margin-bottom: 2%
}

.pro img {
	height: auto!important;
	width: 98%;
	aspect-ratio: 3/4!important;
	display: block
}

.down_2_middle .comintern .comintern_container .pro {
	width: 20%;
	padding-top: 3%;
	padding: 1%
}

.down_2_middle .comintern .comintern_container .pro img {
	height: auto!important;
	width: 100%;
	aspect-ratio: 3/4!important;
	display: block
}

.nosmark {
	background-color: #fff;
	border-radius: 7px;
	border: solid rgb(72,72,72,.3) 1px;
	margin: 0 auto;
	margin-top: 4%;
	margin-bottom: 2.5%;
	width: 94%
}

.title_ecran,.title_mark {
	width: 100%;
	background: linear-gradient(135deg,#06f 0,#00a1ff 50%,#00dfd8 100%);
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 28px;
	padding-right: 10%;
	padding: 1%;
	font-weight: 500
}

.ecrans_container {
	flex-wrap: nowrap
}

.ecran {
	margin-top: 3%
}

 @keyframes cinematic-enter {
      0% {
        opacity: 0;
        transform: translateX(30px) scale(0.92) rotate(2deg);
        filter: blur(10px) brightness(1.2); /* Brightness adds a 'flash' feel */
      }

      40% {
        opacity: 1;
        /* Slight overshoot on position */
        transform: translateX(-4px) scale(1.02) rotate(0deg); 
        filter: blur(0px) brightness(1);
      }

      100% {
        opacity: 1;
        transform: translateX(0) scale(1) rotate(0deg);
        filter: blur(0);
      }
    }

    .product-image-hover {
      /* Hardware acceleration hints for butter-smooth rendering */
      will-change: transform, opacity, filter;
      backface-visibility: hidden;
      
      transition:
        opacity 0.6s ease-out,
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), /* "The Apple Curve" */
        filter 0.4s ease-out;
    }

    .product-image-hover.image-changing {
      /* Increased duration slightly to 1.4s to let the easing breathe.
        Using a custom bezier that is fast at the start, slow at the end.
      */
      animation: cinematic-enter 1.4s cubic-bezier(0.19, 1, 0.22, 1) both;
    }

.title_ecran {
	color: #0d6efd;
	padding: 2%;
	padding-right: 5%;
	background: #fff
}

.comextern_name,.comintern_name,.name_cran,.name_stockages {
	color: #0d6efd;
	font-size: 15px;
	padding: 4%;
	font-weight: 500;
}

.ecrans_container .comextern_name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 55px
}

@media (max-width:768px) {
	.logo {
		margin-left: -5%
	}

	.row {
		overflow: visible;
		flex-wrap: wrap
	}

	#categories {
		margin-top: -1%;
		width: 80%;
		height: 50%;
		font-size: 17px
	}

	.accordion-button {
		font-size: 13px!important;
		padding: 11px;
		padding-left: 7px!important;
		padding-right: 5px
	}

	.accordion-body {
		padding: 10px
	}

	li {
		font-size: 12px
	}

	#categories {
		display: none;
		position: absolute;
		width: 45%;
		z-index: 11
	}

	.right {
		width: 100%;
		height: 10%
	}

	.ecran,.tooright {
		width: 100%;
		display: flex;
		flex-direction: column
	}

	.title_ecran {
		width: 100%;
		font-size: 27px;
		padding: 0!important;
		margin-right: 3px;
		text-align: center
	}

	#product-container,.ecrans_container {
		width: 100%;
		padding: 0;
		padding-right: 4%!important;
		margin-top: 2%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap
	}

	#product-container {
		padding-left: 0!important;
		padding-right: 7%!important
	}

	#product-container .pro {
		width: 47%!important;
		height: 305px!important;
		margin-bottom: 7%;
		padding: 3%!important;
		padding-top: 0!important;
		overflow: hidden!important;
		text-align: center
	}

	#product-container .pro img {
		width: 97%!important;
		margin-top: 3%
	}

	#product-container .pro .proo {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	#product-container .pro .over {
		padding: 4px 4px;
		font-size: 17px
	}

	.ecrans_container .pro {
		width: 47%!important;
		padding: 4%
	}

	.ecrans_container .pro img {
		width: 100%;
		padding: 1%!important
	}

	.middle {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 3%!important;
		padding-right: 0!important;
		justify-content: space-between
	}

	.middle .icon:last-child,.tooright .five {
		margin-left: auto;
		margin-right: auto
	}

	.icon {
		width: 49%;
		margin-bottom: 5%
	}

	.stocka_title {
		padding: 5%;
		padding-left: 8%;
		padding-left: 8%
	}

	.comintern_container .pro {
		margin-top: 6%!important
	}

	.comintern_container,.stockages_container {
		margin-bottom: 3%!important;
		margin-top: 5%!important;
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap
	}

	.comintern_container .pro,.stockages_container .pro {
		width: 47%!important;
		height: 350px!important;
		overflow: hidden;
		margin-top: 2%;
		margin-bottom: 4%
	}

	.comintern_container .pro span,.stockages_container .pro span {
		height: 36px!important;
		overflow: hidden!important;
		font-size: 14px
	}
		.comintern_container .pro .price,.stockages_container .pro .price {
		height: 30px!important;
		font-size: 17px
	}

	.comintern_container .pro img,.stockages_container .pro img {
		width: 20%;
		height: 380px!important;
		overflow: hidden!important
	}

	.comintern_name,.name_cran,.name_stockages {
		height: 15px;
		font-size: 9px
	}

	.ecrans_container .pro img {
		margin-top: 8%
	}

	#lcd_container {
		width: 90%
	}

	.comintern_container,.pro,.stockages_container {
		padding: 0!important
	}

	.ecrans_container .pro {
		height: 160px!important
	}

	.ecrans_container .pro img {
		height: 85px!important
	}

	.pro {
		height: 150px
	}

	.ecrans_container .pro {
		width: 85%;
		height: 100%!important;
		margin-bottom: 5%
	}

	.ecran .ecrans_container .pro img {
		width: 166px!important;
		height: 210px!important
	}

	.ecran .ecrans_container .pro .comextern_name {
		height: 52px!important;
		overflow: hidden
	}
	
	.ecran .ecrans_container .pro{
		padding-bottom: 10px !important;
	}

	.ecran .ecrans_container .pro .over {
		height: fit-content!important;
		margin: 2%;
		padding: 4px 8px!important
	}
		.ecran .ecrans_container .pro .price {
		height: 41px ;
	}

	.DISDIS .ecrans_container .pro img {
		width: 175px!important;
		height: 240px!important
	}

	.DISDIS .ecrans_container .pro {
		height: fit-content!important
	}

	.DISDIS .ecrans_container .pro .price {
		padding-top: 5%
	}

	.right,.tooright {
		padding-right: 0!important;
		margin-right: 0
	}
}




.footer {
            background: #000;
            color: #fff;
            margin-top: auto;
        }

        .footer-top {
            background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
            padding: 4rem 2rem;
            border-top: 3px solid #007bff;
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1.2fr;
            gap: 3rem;
        }

        /* Column 1: About */
        .footer-column h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #007bff;
            position: relative;
            padding-bottom: 0.8rem;
        }

        .footer-column h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: #007bff;
        }
		.footer-column ul {
			padding-left: 1rem !important;
		}

        .footer-about p {
            color: #b0b0b0;
            line-height: 1.8;
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
        }

        .brand-info {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
        }

        .brand-logo {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #007bff, #0056b3);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            font-weight: 900;
            color: black;
        }

        .brand-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: #fff;
        }

        /* Column 2: Services */
        .footer-services ul {
            list-style: none;
        }

        .footer-services li {
            margin-bottom: 1rem;
            padding-left: 1.5rem;
            position: relative;
            color: #b0b0b0;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }

        .footer-services li::before {
            content: '\f105';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #007bff;
        }

        .footer-services li:hover {
            color: #007bff;
            padding-left: 2rem;
        }

        /* Column 3: Liens Rapides */
        .footer-links ul {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 1rem;
        }

        .footer-links a {
            color: #b0b0b0;
            text-decoration: none;
            font-size: 0.95rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
        }

        .footer-links a i {
            color: #007bff;
            font-size: 0.8rem;
        }

        .footer-links a:hover {
            color: #007bff;
            padding-left: 0.5rem;
        }

        /* Column 4: Contact */
        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .contact-icon {
            width: 40px;
            height: 40px;
            background: rgba(0, 123, 255, 0.1);
            border: 1px solid rgba(0, 123, 255, 0.3);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .contact-icon i {
            color: #007bff;
            font-size: 1.1rem;
        }

        .contact-details {
            flex: 1;
        }

        .contact-label {
            font-size: 0.8rem;
            color: #007bff !important;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0.3rem;
            display: block;
        }

        .contact-value {
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
        }

        .contact-value a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-value a:hover {
            color: #007bff;
        }

        .social-links {
            display: flex;
            gap: 0.8rem;
            margin-top: 1rem;
        }

        .social-links a {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            background: #007bff;
            border-color: #007bff;
            transform: translateY(-3px);
        }

        /* Footer Middle - Map */
        .footer-middle {
            background: #0a0a0a;
            padding: 0;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .footer-map {
            width: 100%;
            height: 300px;
            position: relative;
            overflow: hidden;
        }

        .footer-map iframe {
            width: 100%;
            height: 100%;
            border: none;
            transition: filter 0.3s ease;
        }

        .map-overlay {
            position: absolute;
            top: 2rem;
            left: 2rem;
            background: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(10px);
            padding: 1.5rem 2rem;
            border-radius: 12px;
            border: 1px solid rgba(0, 123, 255, 0.3);
            z-index: 10;
        }

        .map-overlay h4 {
            color: #007bff;
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .map-overlay p {
            color: #fff;
            font-size: 0.9rem;
            margin: 0;
        }

        /* Footer Bottom */
        .footer-bottom {
            background: #000;
            padding: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .footer-bottom-content {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

        .copyright {
            color: #666;
            font-size: 0.9rem;
        }

        .copyright a {
            color: #007bff;
            text-decoration: none;
            font-weight: 600;
        }

        .footer-legal {
            display: flex;
            gap: 2rem;
        }

        .footer-legal a {
            color: #888;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .footer-legal a:hover {
            color: #007bff;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .footer-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .footer-top {
                padding: 3rem 1.5rem;
            }

            .footer-container {
                grid-template-columns: 1fr;
                gap: 2.5rem;
            }

            .map-overlay {
                position: static;
                margin: 1rem;
            }

            .footer-map {
                height: 250px;
            }

            .footer-bottom-content {
                flex-direction: column;
                text-align: center;
            }

            .footer-legal {
                flex-direction: column;
                gap: 1rem;
            }
        }


















.pro {
	width: 70%;
	height: 200px!important;
	overflow: visible!important;
	text-align: center;
	background-color: none!important;
	margin-bottom: 11%;
	color: #000!important;
	padding: 0!important
}


.proo {
	color: #007bff
}

span {
	color: #000!important
}

.ecrans_container {
	padding-right: 3%;
	padding-left: .5%
}

.ecrans_container .pro {
	width: 85%;
	height: 100%!important;
	margin-bottom: 5%
}

.ecrans_container .pro img {
	height: auto!important;
	width: 100%;
	aspect-ratio: 3/4!important;
	display: block
}

.DISDIS .ecrans_container .pro {
	padding-bottom: 20px!important
}


.DISDIS .ecrans_container .pro .disque {
	margin-bottom: 1%;
	height: 50px!important;
	-webkit-line-clamp: 3;
	word-wrap: break-word;
	overflow: hidden
}

.roma .ecrans_container .pro {
	width: 70%!important;
	padding-top: 10px!important;
	padding-bottom: 20px!important
}

.roma .ecrans_container .pro img {
	width: 98%!important;
	aspect-ratio: 3/4!important;
	display: block!important
}

.roma .ecrans_container .pro span {
	overflow: hidden;
	height: 43px
}

.roma .ecrans_container .pro .ram {
	margin-bottom: 6px
}

@media (max-width:768px) {
	.roma .ecrans_container .pro {
		width: 46%!important;
		padding-bottom: 10px!important;
		padding-top: 0!important
	}

	.roma .ecrans_container .pro img {
		width: 166px!important;
		height: 210px!important;
	}
}

.pro {
	transition: box-shadow .3s ease-in-out!important
}

.pro:hover {
	box-shadow: 25px 25px 20px rgba(0,0,0,.5)!important;
	cursor: pointer
}

.list-group-item,.logo {
	cursor: pointer
}

.list-group-item:hover {
	color: #007bff
}

@keyframes rotateBounce {
	0% {
		transform: rotate(0) translateY(0)
	}

	50% {
		transform: rotate(60deg) translateY(0)
	}

	100% {
		transform: rotate(60deg) translateX(7px)
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(25,13,255,.5)
	}

	70% {
		box-shadow: 0 0 0 15px rgba(37,211,102,0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(37,211,102,0)
	}
}

@keyframes bounce {
	from {
		transform: scale(1)
	}

	to {
		transform: scale(1.1)
	}
}

@keyframes float {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes shake {
	10%,90% {
		transform: rotate(-10deg)
	}

	20%,80% {
		transform: rotate(10deg)
	}

	30%,50%,70% {
		transform: rotate(-10deg)
	}

	40%,60% {
		transform: rotate(10deg)
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37,211,102,.5)
	}

	70% {
		box-shadow: 0 0 0 15px rgba(37,211,102,0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(37,211,102,0)
	}
}

@keyframes ring {
	0% {
		transform: rotate(-15deg)
	}

	50% {
		transform: rotate(15deg)
	}

	100% {
		transform: rotate(-15deg)
	}
}

@keyframes float {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes vibrate {
	0% {
		transform: translate(0)
	}

	20% {
		transform: translate(-2px,2px)
	}

	40% {
		transform: translate(-2px,-2px)
	}

	60% {
		transform: translate(2px,2px)
	}

	80% {
		transform: translate(2px,-2px)
	}

	100% {
		transform: translate(0)
	}
}

.stockages {
	height: 900px!important
}

.price {
	color: #007bff!important;
	font-weight: 630!important;
	font-size: 21px
}

.comintern_container {
	margin-bottom: 12%
}

.comintern_container .pro {
	margin-top: 13%
}

.ecran .ecrans_container .pro {
	height: fit-content!important;

}

.ecran .ecrans_container .pro .over {
	padding: 4px 8px
}

.over {
	color: green;
	font-weight: 700;
	padding: 4px 8px;
	border: 1px solid green;
	border-radius: 4px;
	background-color: rgba(0,128,0,.1);
	font-family: Arial,sans-serif;
}

:root {
	--primary-blue: #005b9a;
	--dark-blue: #003d66;
	--accent-blue: #0077cc;
	--gold: #ffc107;
	--white: #ffffff;
	--light-bg: #f4f6fa;
	--shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
}

.service-carousel-container {
	position: relative;
	width: 98%;
	margin: 2rem auto;
	padding: 0
}

.service-carousel {
	justify-content: center;
	display: flex;
	gap: 50px;
	padding: 20px 10px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none
}

.service-carousel::-webkit-scrollbar {
	display: none
}

.card {
	scroll-snap-align: start;
	flex: 0 0 23%;
	background: var(--white);
	border-radius: 12px;
	padding: 25px;
	text-align: center;
	box-shadow: var(--shadow);
	position: relative;
	transition: all .3s ease;
	border: 1px solid rgba(0,0,0,.05)
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,91,154,.15);
	border-color: var(--accent-blue)
}

.card-icon {
	font-size: 2.5rem;
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg,#e6f2ff 0,#cce5ff 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	color: var(--primary-blue)
}

.card h3 {
	color: var(--primary-blue);
	font-size: 1.25rem;
	margin-bottom: 10px
}

.card p {
	color: #555;
	font-size: .95rem;
	line-height: 1.5;
	margin-bottom: 15px
}

.card-badge {
	position: absolute;
	top: -10px;
	right: 15px;
	background: var(--gold);
	color: #222;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: .75rem;
	font-weight: 700;
	box-shadow: 0 2px 5px rgba(0,0,0,.1)
}

.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: var(--white);
	border: none;
	border-radius: 50%;
	font-size: 1.5rem;
	color: var(--primary-blue);
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s
}

.carousel-nav:hover {
	background: var(--primary-blue);
	color: #fff
}

@media (max-width:768px) {
	.service-carousel-container {
		padding: 0 30px
	}

	.comintern_container {
		margin-left: -1.5%!important
	}

	.card {
		flex: 0 0 240px;
		padding: 20px
	}

	.carousel-nav {
		width: 35px;
		height: 35px;
		font-size: 1.3rem
	}
}

@media (max-width:480px) {
	.service-carousel-container {
		padding: 0 20px
	}

	.card {
		flex: 0 0 220px
	}

	.carousel-nav {
		width: 30px;
		height: 30px;
		font-size: 1.1rem
	}
}

.parent {
	display: grid;
	grid-template-columns: repeat(6,15.3%);
	grid-template-rows: repeat(4,22%)!important;
	gap: 15px;
	margin-left: 3%;
	margin-top: 2%;
	margin-bottom: 6%
}

.div1 {
	grid-row: span 4;
	grid-column: span 2!important;
	grid-column-start: 1;
	background: linear-gradient(145deg,#fff,#dfe9f3);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0,0,0,.1)
}

.div1 img {
	width: 98%;
	height: 100%;
	padding: 5px;
	border-radius: 10px
}

.div2 {
	grid-column: span 4!important;
	grid-column-start: 3;
	background: linear-gradient(135deg,#06f 0,#1e7bff 60%,#00dfd8 100%);
	color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-weight: 700;
	cursor: pointer;
	padding: 15px;
	font-size: 1.5rem;
	position: relative
}

.div2 div {
	padding: 8px 12px
}

.div2 .nav-buttons {
	font-size: 1rem
}

.div2 div:hover {
	background: linear-gradient(45deg,#ff6b6b,#ff8e8e);
	border: #000;
	border-radius: 6px
}

.nav-buttons {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: flex;
	gap: 6px
}

.btn-left,.btn-right {
	background-color: #fff;
	border: none;
	color: #004a84;
	font-size: 15px;
	font-weight: 700;
	padding: 3px 5px;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	transition: background-color .2s
}

.btn-left:hover,.btn-right:hover {
	background-color: #eee
}

.div3,.div4,.div5,.div6 {
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 5px;
	font-weight: 700;
	font-size: 1rem;
	box-shadow: 0 2px 6px rgba(0,0,0,.1)
}

.div3,.div4,.div5,.div6 {
	transition: box-shadow .2s ease-in-out,transform .2s ease-in-out
}

.div3:hover,.div4:hover,.div5:hover,.div6:hover {
	box-shadow: 35px 35px 25px rgba(0,0,0,.5);
	transform: scale(1.01)
}

.div3 {
	grid-column-start: 3;
	grid-row-start: 2;
	grid-row: span 3
}

.div4 {
	grid-column-start: 4;
	grid-row-start: 2;
	grid-row: span 3
}

.div5 {
	grid-column-start: 5;
	grid-row-start: 2;
	grid-row: span 3
}

.div6 {
	grid-column-start: 6;
	grid-row-start: 2;
	grid-row: span 3
}

.div3 img,.div4 img,.div5 img,.div6 img {
	width: 99%;
	height: auto;
	aspect-ratio: 3/4;
	display: block
}

.come_EXTRA,.div3 .comext_name,.div4 .comext_name,.div5 .comext_name,.div6 .comext_name {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 75px
}

.div3 .price,.div4 .price,.div5 .price,.div6 .price {
	background: linear-gradient(135deg,#06f 0,#1e7bff 60%,#00dfd8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 100%!important;
	display: block
}

@media (max-width:768px) {
	.parent {
		grid-template-columns: repeat(4,3fr);
		grid-template-rows: repeat(5,120px);
		padding: 10px
	}

	.div1 {
		grid-column: span 2!important;
		grid-row: span 4
	}

	.div2 {
		grid-column: span 2!important;
		grid-row: span 1;
		font-size: .9rem;
		padding: 10px
	}

	.div2 div {
		padding: 6px
	}

	.div3,.div4,.div5 {
		grid-column: span 2!important;
		grid-row: span 2;
		font-size: .9rem;
		padding: 10px
	}
}

:root {
	--electric-blue: #0066ff;
	--neon-purple: #9d00ff;
	--violet: #00f455;
	--hot-pink: #ff00a0;
	--cyber-yellow: #ffde00;
	--matrix-green: #00ff9d;
	--star-white: black;
	--gradient: linear-gradient(135deg, var(--electric-blue) 0%, var(--neon-purple) 100%);
	--shadow: 0 4px 20px rgba(0, 102, 255, 0.2);
	--shadow-hover: 0 8px 30px rgba(157, 0, 255, 0.3);
	--transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.container {
	min-width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 120px;
	margin: 3%;
	margin-left: 2.3%;
	margin-bottom: 5%;
	margin-top: 2%;
	background: var(--dark-space);
	border-radius: 20px
}

.left-section h1 {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	line-height: 1.3;
	font-weight: 800;
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 2px 10px rgba(0,102,255,.3)
}

.subtitle {
	color: var(--star-white);
	font-size: 1.2rem;
	margin-bottom: 2rem;
	font-weight: 500;
	opacity: .8
}

.description {
	color: var(--star-white);
	font-size: 1.1rem;
	line-height: 1.8;
	opacity: .9
}

.right-section {
	display: flex;
	width: 88%;
	flex-direction: column;
	gap: 13px
}

.faq-item {
	background: var(--cosmic-gray);
	border-radius: 16px;
	box-shadow: var(--shadow);
	overflow: hidden;
	transition: var(--transition);
	border: 2px solid transparent;
	background-clip: padding-box;
	position: relative
}

.faq-item::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 16px;
	padding: 2px;
	background: linear-gradient(135deg,var(--electric-blue),var(--hot-pink));
	-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none
}

.faq-item:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-hover)
}

.faq-item details {
	padding: 1.5rem
}

.faq-item summary {
	list-style: none;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	padding-right: 2rem;
	outline: 0
}

.faq-item summary::-webkit-details-marker {
	display: none
}

.faq-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-right: 1.5rem;
	color: var(--dark-space);
	background: var(--cyber-yellow);
	border-radius: 50%;
	transition: var(--transition);
	flex-shrink: 0;
	box-shadow: 0 0 10px var(--cyber-yellow)
}

.faq-question {
	font-weight: 700;
	color: var(--star-white);
	flex: 1;
	transition: var(--transition);
	font-size: 1.1rem
}

.answer-text {
	color: var(--star-white);
	padding: 1.5rem 0 .5rem 3rem;
	line-height: 1.8;
	animation: fadeIn .4s ease-out;
	opacity: .9
}

.faq-item[open] {
	background: rgba(26,26,46,.7)
}

.faq-item[open] .faq-icon {
	background: var(--matrix-green);
	transform: rotate(45deg);
	box-shadow: 0 0 15px var(--matrix-green)
}

.faq-item[open] .faq-question {
	color: var(--cyber-yellow);
	text-shadow: 0 0 10px rgba(255,222,0,.3)
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-15px)
	}

	to {
		opacity: .9;
		transform: translateY(0)
	}
}

@media (max-width:768px) {
	.container {
		grid-template-columns: 1fr;
		gap: 3rem;
		padding: 30px 15px
	}

	.left-section {
		padding-right: 0
	}

	.left-section h1 {
		font-size: 2rem
	}
}

@media (max-width:480px) {
	.faq-item details {
		padding: 1.2rem
	}

	.answer-text {
		padding-left: 2.5rem
	}
}

.parentt {
	display: grid;
	grid-template-columns: repeat(6,15.3%)!important;
	grid-template-rows: repeat(4,22%)!important;
	gap: 15px;
	margin-top: 2%;
	margin-bottom: 3%;
	margin-right: 0;
	margin-left: 3%
}

.parentt .div1 {
	grid-column: 5/span 2;
	grid-row: 1/5
}

.parentt .div2 {
	grid-column: 1/span 6
}

.parentt .div3 {
	grid-column: 1;
	grid-row: 2/span 3
}

.parentt .div4 {
	grid-column: 2;
	grid-row: 2/span 3
}

.parentt .div5 {
	grid-column: 3;
	grid-row: 2/span 3
}

.parentt .div6 {
	grid-column: 4;
	grid-row: 2/span 3
}

#image-container {
    position: relative;
    overflow: hidden;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 10;
    transition: background 0.3s ease;
}

.slider-nav:hover {
    background: rgba(0, 0, 0, 0.7);
}

















        .service-card {
			margin-left: auto;
			width: 98%;
			padding: 1%;
            background: white;
            border-radius: 20px;
            margin-bottom: 40px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-5px);
        }

        .service-content {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .service-image {
            flex: 1;
            min-width: 300px;
            height: 430px;
            overflow: hidden;
        }
		.JKJK{
			height: 600px;
		}

        .service-image img {
            width: 97%;
            height: 100%;
        }

        .service-info {
            flex: 1;
            min-width: 300px;
            padding: 30px;
        }

         .service-info h2 {
            color: #2563eb;
            font-size: 28px;
            margin-bottom: 20px;
            border-bottom: 3px solid #3b82f6;
            padding-bottom: 10px;
        }

        .service-info p {
            color: #4b5563;
            line-height: 1.8;
            margin-bottom: 20px;
            text-align: justify;
        }

        .button-group {
            display: flex;
            gap: 15px;
            margin-top: 30px;
            flex-wrap: wrap;
        }

        .service-info .btn {
            padding: 10px 30px;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            text-align: center;
        }

        .btn-primary {
            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
            color: white;
            box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
        }

        .btn-primary:hover {
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
            box-shadow: 0 6px 20px rgba(37, 99, 235, 0.6);
            transform: translateY(-2px);
        }

        .btn-whatsapp {
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            color: white;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
        }

        .btn-whatsapp:hover {
            background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
            box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
            transform: translateY(-2px);
        }

        .whatsapp-icon {
            display: inline-block;
            margin-right: 8px;
        }

        @media (max-width: 768px) {
            .service-content {
                flex-direction: column;
            }

            .service-image {
                height: 300px;
                width: 100%;
            }

            .service-info {
                padding: 30px 20px;
            }

            h2 {
                font-size: 24px;
            }

            .button-group {
                flex-direction: column;
            }

            .btn {
                width: 100%;
            }
        }

        .highlight {
            background: linear-gradient(120deg, #e0f2fe 0%, #dbeafe 100%);
            padding: 15px;
            border-radius: 10px;
            margin: 15px 0;
            border-left: 4px solid #3b82f6;
        }

















.slider-nav.left {
    left: 10px;
}

.slider-nav.right {
    right: 10px;
}

.slider-pagination {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #4285f4;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background: #4285f4;
    transform: scale(1.2);
}

.pagination-dot:hover {
    background: #0062ff;
}
@media (max-width:768px) {
	.parent,.parentt {
		grid-template-columns: repeat(4,23vw)!important;
		grid-template-rows: repeat(6,21vh)!important;
		margin: 0;
		height: fit-content;
		padding: 1%;
		margin-left: .7%;
		gap: 5px
	}

	.parent .div1 {
		grid-column-start: 1;
		grid-row-start: 1;
		grid-column: span 4!important;
		grid-row: span 3!important
	}

	.parent .div2 {
		grid-column: span 4!important;
		align-self: center;
		grid-row-start: 2;
		margin: 0;
		grid-row: span 1;
		flex-direction: row;
		align-items: center;
		font-size: 1.2rem;
		overflow: visible;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch
	}

	.parent .div2 div {
		padding: 5px;
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		overflow: visible;
		white-space: normal;
		flex-shrink: 0;
		box-sizing: border-box
	}

	.nav-buttons {
		position: static;
		margin-top: 10px;
		justify-content: center
	}

	.parent .div3 {
		grid-column: span 2;
		grid-row: span 2;
		grid-column-start: 1
	}

	.parent.div4 {
		grid-column: span 2;
		grid-row: span 2;
		grid-column-start: 2
	}

	.parent .div5 {
		grid-column: span 2;
		grid-row: span 2;
		grid-column-start: 1
	}

	.parent .div6 {
		grid-column: span 2!important;
		grid-row: span 2
	}

	.div3,.div4,.div5,.div6 {
		font-size: .9rem;
		padding: 5px;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between
	}

	.div3 img,.div4 img,.div5 img,.div6 img {
		width: 90%;
		height: 67%
	}

	.div3 .comext_name,.div4 .comext_name,.div5 .comext_name,.div6 .comext_name,.parentt .come_EXTRA {
		height: 48px!important;
		-webkit-line-clamp: 2;
		width: 98%;
		word-wrap: break-word;
		overflow: hidden
	}

	.parentt .div1 {
		grid-column-start: 1;
		grid-row-start: 1;
		grid-column: span 4!important;
		grid-row: span 3!important
	}

	.parentt .div2 {
		margin: 0!important;
		grid-column: span 4!important;
		grid-row-start: 1;
		grid-row: span 1;
		flex-direction: row;
		align-items: center;
		font-size: 1.2rem;
		padding: 5px;
		margin-bottom: 5%!important;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		margin-left: 1.5%!important;
		height: 14vh;
		width: 94vw;
		align-self: center;
	}

	.parentt .div3 {
		grid-column: span 2;
		grid-row: span 2;
		grid-column-start: 1
	}

	.parentt .div4 {
		grid-column: span 2;
		grid-row: span 2;
		grid-column-start: 2
	}

	.parentt .div5 {
		grid-column: span 2;
		grid-row: span 2;
		grid-column-start: 1
	}

	.parentt .div6 {
		grid-column: span 2!important;
		grid-row: span 2
	}
}

:root {
	--primary: #2c5aa0;
	--secondary: #4285f4;
	--accent: #f39c12;
	--text: #333;
	--text-light: #5a6c7d;
	--white: #fff;
	--gray-light: #f0f0f0;
	--shadow: 0 8px 25px rgba(0, 0, 0, 0.08)
}

.ggle {
	max-width: 1200px;
	min-width: 95%;
	margin: 5% auto;
	background: var(--white);
	border-radius: 20px;
	box-shadow: var(--shadow);
	padding: 40px
}

.ggle .header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
	gap: 20px
}

.ggle .title {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 20px;
	position: relative
}

.ggle .title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg,var(--accent),#e67e22);
	border-radius: 2px
}

.ggle .description {
	color: var(--text-light);
	line-height: 1.6;
	margin-bottom: 15px
}

.ggle .rating-display {
	display: flex;
	align-items: center;
	background: rgba(74,144,226,.1);
	padding: 15px 25px;
	border-radius: 50px;
	gap: 10px
}

.ggle .rating-number {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--primary)
}

.stars {
	display: flex;
	gap: 5px
}

.star {
	color: gold;
	font-size: 1.5rem
}

.half-star {
	position: relative;
	width: 16px;
	overflow: hidden
}

.half-star::before {
	content: "⭐";
	position: absolute;
	left: 0;
	width: 50%;
	overflow: hidden
}

.review-count {
	font-size: .9rem;
	color: var(--text-light)
}

.reviews-container {
	display: flex;
	gap: 30px;
	margin-bottom: 40px
}

.main-review {
	flex: 1;
	background: linear-gradient(135deg,#667eea 0,#764ba2 100%);
	color: var(--white);
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 15px 35px rgba(102,126,234,.3)
}

.review-tabs {
	flex: 1;
	position: relative;
	overflow: hidden
}

.tab-container {
	display: flex;
	width: 400%;
	transition: transform .5s ease
}

input[type=radio] {
	display: none
}

#tab1:checked~.tab-container {
	transform: translateX(0)
}

#tab2:checked~.tab-container {
	transform: translateX(-25%)
}

#tab3:checked~.tab-container {
	transform: translateX(-50%)
}

#tab4:checked~.tab-container {
	transform: translateX(-75%)
}

.side-review {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box
}

.review-content {
	background: var(--white);
	border-radius: 15px;
	padding: 20px;
	box-shadow: var(--shadow);
	border: 1px solid var(--gray-light);
	height: 100%
}

.reviewer {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--white);
	background: linear-gradient(135deg,#667eea,#764ba2)
}

.reviewer-name {
	font-size: 1.1rem;
	margin-bottom: 5px
}

.review-date {
	font-size: .8rem;
	color: var(--text-light)
}

.review-text {
	color: var(--text);
	line-height: 1.5;
	margin-bottom: 15px
}

.tab-controls {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 20px
}

.tab-label {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ddd;
	cursor: pointer;
	transition: all .3s ease
}

#tab1:checked~.tab-controls label[for=tab1],#tab2:checked~.tab-controls label[for=tab2],#tab3:checked~.tab-controls label[for=tab3],#tab4:checked~.tab-controls label[for=tab4] {
	background: var(--primary);
	transform: scale(1.2)
}

.button {
	padding: 12px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all .3s ease;
	border: none
}

.primary-button {
	background: var(--secondary);
	color: var(--white)
}

.primary-button:hover {
	background: #3367d6;
	transform: translateY(-2px)
}

.view-all {
	text-align: center;
	margin-top: 30px
}

@media (max-width:768px) {
	.container,.ggle {
		padding: 10px;
		margin: 0
	}

	.header,.reviews-container {
		flex-direction: column
	}

	.main-review {
		margin-bottom: 30px
	}

	.side-review {
		width: 100%;
		padding: 0
	}

	.right-section {
		margin: 0;
		margin-left: -1%;
		width: 100%
	}

	.service-carousel {
		gap: 20px
	}
}

.brand-slider {
	padding-block: 40px;
	background: #fff;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory
}

.logo-track {
	justify-content: center;
	display: flex;
	gap: 55px;
	align-items: center;
	padding-inline: 5%
}

.logo-card {
	flex: 0 0 11%;
	scroll-snap-align: center;
	background: linear-gradient(135deg,#06f 0,#1e7bff 60%,#00dfd8 100%);
	border-radius: 10px;
	padding: 18px 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,.06);
	transition: transform .25s ease,box-shadow .25s ease
}

.logo-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0,0,0,.1)
}

.logo-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: grayscale(20%);
	transition: filter .3s ease
}

.logo-card:hover img {
	filter: grayscale(0)
}

@media (max-width:768px) {
	.logo-track {
		gap: 24px
	}

	.logo-card img {
		width: 120px;
		height: 60px
	}
}

@media (max-width:480px) {
	.logo-card img {
		width: 100px;
		height: 50px
	}
}

.brand-slider::-webkit-scrollbar {
	height: 8px
}

.brand-slider::-webkit-scrollbar-track {
	background: 0 0
}

.brand-slider::-webkit-scrollbar-thumb {
	background: #7fb3ff;
	border-radius: 4px
}

.down_2_middle .comintern {
	margin-bottom: .5%!important
}

.ecran {
	margin-top: 0
}

:root {
	--primary-gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);
	--card-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	--card-shadow-hover: 0 25px 50px rgba(0, 0, 0, 0.15);
	--placeholder-gradient: linear-gradient(45deg, #f5f5f5, #e8e8e8);
	--placeholder-color: #bbb
}

.gallery {
	max-width: 1300px;
	width: 100%;
	margin: 2% auto
}

.gallery__grid {
	height: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
	gap: 25px
}

.gallery__card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: var(--card-shadow);
	transition: transform .3s ease,box-shadow .3s ease;
	animation: fadeIn .5s ease-out forwards
}

.gallery__card:hover {
	transform: translateY(-10px);
	box-shadow: var(--card-shadow-hover)
}

.gallery__placeholder {
	background: var(--placeholder-gradient);
	display: grid;
	place-items: center;
	font-size: clamp(2.5rem,10vw,4rem);
	color: var(--placeholder-color);
	position: relative;
	overflow: hidden;
	background: var(--primary-gradient);
	height: 100%
}

.gallery__placeholder img {
	width: 95%;
	height: 95%
}

.gallery__placeholder::before {
	content: '';
	position: absolute;
	inset: -50%;
	background: linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);
	transform: rotate(45deg);
	animation: shimmer 3s infinite
}

@keyframes fadeIn {
	to {
		opacity: 1
	}
}

@keyframes shimmer {
	to {
		transform: translateX(100%) translateY(100%) rotate(45deg)
	}
}

.gallery__card {
	opacity: 0
}

@media (max-width:768px) {
	.gallery {
		height: min-content;
		padding: 10px
	}

	.gallery__grid {
		gap: 15px
	}

	.gallery__placeholder {
		width: 100%;
		height: 100%
	}

	.gallery__placeholder img {
		margin: 3%;
		box-sizing: border-box
	}
}

.comintern .comintern_container .pro {
	box-shadow: none!important;
	transition: none!important;
	border: none
}

.comintern .comintern_container .pro .name_stockages,.comintern_name,.comextern {
	min-height: 55px!important;
	max-height: 55px!important;
	overflow: hidden
}

.comintern_container .pro .price {
	margin-bottom: 1%
}

.comintern .comintern_container .pro img {
	transition: transform .4s ease-in-out,box-shadow .5s ease-in-out;
	will-change: transform,box-shadow
}

.comintern .comintern_container .pro img:hover {
	transform: scale(1.05);
	box-shadow: 1rem 1rem 3rem rgba(0,255,89,.4)
}

@keyframes cartFloat {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes bounce {
	0%,100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}
}

.buy-now-btn {
	align-self: center;
	background-color: gold;
	color: black;
	border: none;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: transform 0.3s ease, opacity 0.3s ease;
	margin-top: 1%;
	z-index: 1;
}


        

/* Clean Professional Header */



.container-fluid.bg-light.p-3 {
	background: linear-gradient(100deg, #ffffff80, #00a1ff) !important;
	padding: 10px 40px !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid #e5e7eb;
	margin: 0 !important;
	    position: sticky !important;
    top: 0 !important;
	z-index: 999;
}

        

/* Flex Container */


        .d-flex.justify-content-between.align-items-center {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 24px;
	flex-wrap: wrap;
}

        

/* Menu Toggle Button */


        #open-close {
	display: none !important;
	width: 44px;
	height: 44px;
	background: #0066ff;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	transition: all 0.2s ease;
	box-shadow: 0 2px 6px rgba(0, 102, 255, 0.2);
}

#open-close:hover {
	background: #0052cc;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 102, 255, 0.25);
}

#open-close:active {
	transform: translateY(0);
}

#open-close span {
	width: 20px;
	height: 2px;
	background: white;
	border-radius: 2px;
	transition: all 0.2s ease;
}

        

/* Search Container */


        .input-group.w-50.search-container {
	flex: 1;
	max-width: 512px;
	width: 100% !important;
	position: relative;
	margin-right: -30%;
}

        

/* Search Wrapper */


        .search-wrapper {
	display: flex;
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px !important;
	padding: 4px 4px 4px 18px;
	transition: all 0.2s ease;
}

.search-wrapper:focus-within {
	background: #ffffff;
	border-color: #0066ff;
	box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

        

/* Search Input */


        #cher.form-control.search-input {
	flex: 1;
	border: none !important;
	background: transparent !important;
	padding: 10px 12px !important;
	font-size: 15px !important;
	outline: none !important;
	color: #1e293b !important;
	box-shadow: none !important;
}

#cher.form-control.search-input::placeholder {
	color: #94a3b8;
}

        

/* Search Button */


        .btn.btn-primary.search-btn {
	width: 42px !important;
	height: 42px !important;
	border-radius: 10px !important;
	border: none !important;
	background: #0066ff !important;
	color: white !important;
	cursor: pointer;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.2s ease !important;
	padding: 0 !important;
	box-shadow: 0 2px 6px rgba(0, 102, 255, 0.2) !important;
}

.btn.btn-primary.search-btn:hover {
	background: #0052cc !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 10px rgba(0, 102, 255, 0.25) !important;
}

.btn.btn-primary.search-btn:active {
	transform: translateY(0) !important;
}

.btn.btn-primary.search-btn i {
	font-size: 16px;
}

        

/* Suggestions List */


        #suggestionsList.suggestions-list {
	position: absolute !important;
	top: calc(100% + 8px) !important;
	left: 0 !important;
	right: 0 !important;
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
	max-height: 400px !important;
	overflow-y: auto !important;
	z-index: 10000 !important;
	padding: 6px !important;
}

#suggestionsList.suggestions-list li {
	padding: 12px 16px !important;
	cursor: pointer !important;
	transition: all 0.15s ease !important;
	border-radius: 8px !important;
	margin-bottom: 2px !important;
	color: #475569 !important;
	font-size: 14px !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	border-bottom:3PX #0066ff solid ;
}

#suggestionsList.suggestions-list li:hover {
	background: #f1f5f9 !important;
	color: #0066ff !important;
}

        

/* Action Buttons Container */


        .fs-4.fw-bold.d-flex.align-items-center.icom {
			order: 3;
	display: flex !important;
	gap: 15px;
	align-items: center !important;
}

        

/* Cart Button */

        a.cart-float.action-btn.cart-btn {
	position: relative !important;
	width: 44px !important;
	height: 44px !important;
	background: #ff6b35 !important;
	border-radius: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: white !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
	box-shadow: 0 2px 6px rgba(255, 107, 53, 0.2) !important;
	cursor: pointer !important;
}

a.cart-float.action-btn.cart-btn:hover {
	background: #e85a28 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 10px rgba(255, 107, 53, 0.25) !important;
}

a.cart-float.action-btn.cart-btn i {
	font-size: 18px !important;
}

        

/* Cart Text (hidden) */


        .cart-text {
	display: none !important;
}

        

/* Cart Count Badge */


        span.cart-count.badge-count {
	position: absolute !important;
	top: -6px !important;
	right: -6px !important;
	background: #dc3545 !important;
	color: white !important;
	border-radius: 50% !important;
	min-width: 22px !important;
	height: 22px !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 2px solid white !important;
	box-shadow: 0 2px 6px rgba(220, 53, 69, 0.3) !important;
}

        

/* Maintenance Button */


        a.whatsapp-float.action-btn.maintenance-btn {
	position: relative !important;
	width: 44px !important;
	height: 44px !important;
	background: #0066ff !important;
	border-radius: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: white !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
	box-shadow: 0 2px 6px rgba(0, 102, 255, 0.2) !important;
	cursor: pointer !important;
}

a.whatsapp-float.action-btn.maintenance-btn:hover {
	background: #0052cc !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 10px rgba(0, 102, 255, 0.25) !important;
}

.whatsapp-float-content {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.whatsapp-float-content i {
	font-size: 18px !important;
}

.whatsapp-text {
	display: none !important;
}

        

/* Call Button */


        a.call-float.action-btn.call-btn {
	position: relative !important;
	width: 44px !important;
	height: 44px !important;
	background: #25d366 !important;
	border-radius: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: white !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
	box-shadow: 0 2px 6px rgba(37, 211, 102, 0.2) !important;
	cursor: pointer !important;
}

a.call-float.action-btn.call-btn:hover {
	background: #1fb855 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 10px rgba(37, 211, 102, 0.25) !important;
}

.call-float-content {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.call-float-content i {
	font-size: 18px !important;
}

.call-text {
	display: none !important;
}

        

/* Scrollbar */


        #suggestionsList.suggestions-list::-webkit-scrollbar {
	width: 6px;
}

#suggestionsList.suggestions-list::-webkit-scrollbar-track {
	background: #f1f5f9;
	border-radius: 10px;
}

#suggestionsList.suggestions-list::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 10px;
}

#suggestionsList.suggestions-list::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}

        

/* Responsive Design */


        @media (max-width: 768px) {
	.container-fluid.bg-light.p-3 {
                padding: 14px 16px !important;
}

.fs-4.fw-bold.d-flex.align-items-center.icom {
	order: 0;
	margin: -4%;
	gap: 4px;
}

.d-flex.justify-content-between.align-items-center {
	gap: 12px;
	flex-direction: row-reverse;
}

#open-close {
	display: flex !important;
	width: 40px;
	height: 40px;
	order: 4;
}

.input-group.w-50.search-container {
	order: 3;
	width: 100% !important;
	max-width: 100%;
	margin-right: 0%;
}

a.cart-float.action-btn.cart-btn,
            a.whatsapp-float.action-btn.maintenance-btn,
            a.call-float.action-btn.call-btn {
	width: 38px !important;
	height: 37px !important;
}

span.cart-count.badge-count {
	min-width: 20px !important;
	height: 20px !important;
	font-size: 10px !important;
}

        }

/* Nested dropdown styles */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu.submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0;
    margin-top: -1px;
}

.dropdown-submenu:hover > .dropdown-menu.submenu {
    display: block;
}

.dropdown-submenu > a::after {
    content: "▶";
    float: right;
    margin-left: 10px;
    font-size: 10px;
}

/* Mobile adjustments for nested dropdown */
@media screen and (max-width: 768px) {
    .dropdown-submenu .dropdown-menu.submenu {
        position: static;
        left: 0;
        margin-left: 10px;
        width: calc(100% - 10px);
    }
    
    .dropdown-submenu > a::after {
        content: "▼";
    }
}
html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden !important; /* Only on body */

}




/* Announcement Bar */
.announcement-bar {
    background: linear-gradient(135deg, #ffa63d 0%, #ff7a00 100%);

    color: white;
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    animation: slideDown 0.5s ease-out;
}


.announcement-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.announcement-text {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.announcement-icon {
    font-size: 24px;
    animation: bounce 2s infinite;
}

.text-fr, .text-ar {
    display: inline-block;
    padding: 0 10px;
}

.text-ar {
    font-family: 'Arial', sans-serif;
    direction: rtl;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.announcement-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.announcement-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .announcement-bar {
        padding: 10px 15px;
    }
    
    .announcement-text {
        font-size: 10px;
        gap: 0px;
        flex-direction: column;
    }
    
    .announcement-icon {
        font-size: 20px;
    }
    
    .text-ar {
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 8px;
        margin-top: 5px;
    }
    
    .announcement-close {
        width: 28px;
        height: 28px;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 480px) {
    .announcement-text {
        font-size: 10px;
    }
}
