@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");


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



/* Navbar Glow Effect */
#nav > ul > li > a:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  color: #083e6c !important;
}
#nav > ul > li > a:hover:before {
  background: #d9b47d;
  color: white;
}

/* شعار مع لمعة */
#logo {
  position: relative;
  display: inline-block;
}
#logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 140%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.811), transparent);
  transform: translateX(-100%);
  animation: shineEffect 5s infinite;
}
@keyframes shineEffect {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* لمعة اللوغو */
.logo1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    animation: slideInFromLeft 1.5s ease-out forwards;
    opacity: 0;
}

/* تأثير اللمعة */
.logo1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shineEffect 3s infinite;
}

/* حركة الدخول */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-150px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* لمعة تتحرك من اليسار لليمين */
@keyframes shineEffect {
    0% {
        left: -100%;
    }
    60% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

/* صورة اللوغو نفسها */
.logo1 img {
    width: 200px;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 1em auto;
}

/* حجم أصغر للموبايل */
@media (max-width: 768px) {
    .logo1 img {
        width: 120px;
    }
}

@keyframes shineEffect {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}


#header {
  background: url('../../images/leather-texture.png') center/cover no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 0 80px rgba(0,0,0,0.1);
}

/* تنعيم النص داخل الهيدر */
#header p {
  color: #141414;
  font-weight: 500;
  font-size: 0.95em;
  letter-spacing: 2px;
  text-shadow: 0px 1px 5px rgba(255,255,255,0.4);
}


/* تعديلات التوسيط العامة */
#header > .container,
#features .container,
#banner .container,
	#main .container,
#footer .container,
#copyright .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.right-sidebar #content {
    width: 100%;
    float: none;
}

.right-sidebar #sidebar {
    width: 100%;
    float: none;
    margin-top: 3em;
}

.box.post, .box.excerpt, .box.highlight {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 3em;
	    align-items: center;

}

@media screen and (max-width: 980px) {
    .right-sidebar .col-4, 
    .right-sidebar .col-8 {
        width: 100%;
    }
    
    .box.post, .box.excerpt, .box.highlight {
        max-width: 100%;
    }
}

/* تعديلات خاصة بصفحة About Us */
.left-sidebar .box.post {
    max-width: 900px;
    margin: 0 auto;
    padding: 2em;
}

.left-sidebar .box.post h2 {
    font-size: 2.2em;
    line-height: 1.3;
    letter-spacing: 3px;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    color: #083e6c;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
}

.left-sidebar .box.post h2 strong {
    display: inline;
    background: linear-gradient(transparent 65%, rgba(17, 37, 120, 0.3) 35%);
    padding: 0 0.1em;
}

.left-sidebar .box.post p {
    text-align: justify;
    max-width: 1000px;
    margin: 2em auto;
    line-height: 1.8;
    font-size: 1.1em;
    color: #252525;
}

#vid_leather {
    max-width: 65%; 
    height: auto;
    margin: 20px auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* تعديلات للجوال */
@media (max-width: 768px) {
    #vid_leather {
        max-width: 85%; /* حجم أكبر قليلاً على الجوال */
    }
}


@media (max-width: 480px) {
    #vid_leather {
        max-width: 95%; /* استخدام المساحة المتاحة بالكامل */
        border-radius: 6px;
    }
}

.left-sidebar .box.post .image.featured {
    margin: 3em auto;
    max-width: 100%;
}

@media screen and (max-width: 736px) {
    .left-sidebar .box.post h2 {
        font-size: 1.5em;
        letter-spacing: 2px;
        line-height: 1.4;
    }
    
    .left-sidebar .box.post p {
        font-size: 1em;
        padding: 0 1em;
    }
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

nav .logo1 img {
    height: 70px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: url('../../images/leather-texture.png') center/cover no-repeat;
		background-attachment: fixed;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		font-family: 'Source Sans Pro';
		font-weight: 300;
		color: #212121;
		line-height: 1.65em;
		font-size: 15pt;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		text-transform: uppercase;
		color: #083e6c;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
		border: 0;
	}

	h2 {
		font-size: 1.65em;
		font-weight: 400;
		letter-spacing: 4px;
		margin: 0 0 1.5em 0;
		line-height: 1.75em;
	}

	h3 {
		font-size: 1em;
		letter-spacing: 2px;
		margin: 0 0 1.25em 0;
	}

	a {
		-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		color: #595959;
		text-decoration: none;
		border-bottom: solid 1px #ddd;
	}

		a strong {
			-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		}

		a:hover {
			color: #d9b47d;
			border-bottom-color: rgba(255, 255, 255, 0);
			transform: scale(1.05);
			transition: all 0.3s ease-in-out;   
		}

			a:hover strong {
				color: #d9b47d;
				transform: scale(1.05);
				transition: all 0.3s ease-in-out;   
			}

	strong, b {
		font-weight: 600;
		color: #424242;
	}

	em, i {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p {
		text-align: justify;
		margin-bottom: 2em;
	}

	ul, ol, dl, table, blockquote {
		margin-bottom: 2em;
	}

	br.clear {
		clear: both;
	}

/* Container */

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px; 
	padding: 0 2em;     
}


		@media screen and (max-width: 1680px) {

			.container {
				width: 68em;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: calc(100% - 80px);
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: calc(100% - 100px);
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: calc(100% - 40px);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

/* Sections/Article */

	section, article {
		margin-bottom: 3em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

/* Image */

	.image {
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		display: inline-block;
		border: solid 6px #ebebeb !important;
	}

		.image:hover {
			opacity: 0.9;
			transform: scale(1.05);
			transition: all 0.3s ease-in-out;
		}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 3.5em 0;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1.5em 0;
			position: relative;
			top: 0.5em;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}
		
 #new-image1 {
width: 70%; 
display: block;
margin: auto ;
}		
	
  @media (max-width: 768px) {
    #new-image1 {
      width: 70%; 
    }
  }

#imgnew8 {
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #1a1a1a; 
}

#imgnew8 img {
  width: 60%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  display: block;
  margin: 0 auto;
}


#imgnew8 p {
  margin-top: 15px;
  font-size: 2.1rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #003366; 
  text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  letter-spacing: 1px;
  line-height: 1.4;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* حركة بسيطة عند المرور على النص */
#imgnew8 p:hover {
  color: #0055aa; /* أزرق أفتح عند المرور */
  transform: scale(1.05);
}

/* متجاوب للشاشات الكبيرة والمتوسطة */
@media (max-width: 1024px) {
  #imgnew8 p {
    font-size: 1.2rem;
  }
}

/* متجاوب للشاشات الصغيرة */
@media (max-width: 768px) {
  #imgnew8 p {
    font-size: 1.1rem;
  }
}

/* متجاوب للموبايل */
@media (max-width: 480px) {
  #imgnew8 p {
    font-size: 1rem;
  }
}


/* متجاوب للشاشات الكبيرة والمتوسطة */
@media (max-width: 1024px) {
  #imgnew8 p {
    font-size: 1.1rem;
  }
}

/* متجاوب للشاشات الصغيرة */
@media (max-width: 768px) {
  #imgnew8 {
    max-width: 70%;
  }
  #imgnew8 p {
    font-size: 1rem;
  }
}

/* متجاوب للموبايل */
@media (max-width: 480px) {
  #imgnew8 p {
    font-size: 0.9rem;
  }
}

/* هوفر للصورة */
#imgnew8 img:hover {
  transform: scale(1.05); /* تكبير بسيط */
  box-shadow: 0 12px 30px rgba(0,0,0,0.5); /* ظل أكبر */
  filter: brightness(1.1); /* تفتيح خفيف */
}



/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
			margin: 0.75em 0 0.75em 0;
		}

			ul li:first-child {
				margin-top: 0;
			}

	ol {
		list-style: decimal;
		padding-left: 1em;
	}

		ol li {
			padding-left: 0.5em;
			margin: 0.75em 0 0.75em 0;
		}

			ol li:first-child {
				margin-top: 0;
			}

/* Links */

	ul.links {
		list-style: none;
		padding-left: 0;
	}

		ul.links li {
			display: inline;
			border-left: solid 1px #d0d0d0;
			padding-left: 1em;
			margin: 0 0 0 1em;
		}

			ul.links li:first-child {
				margin-left: 0;
				padding-left: 0;
				border-left: 0;
			}

/* Actions */

	ul.actions {
		margin-top: 2.5em;
		clear: both;
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			padding-left: 0;
			display: inline-block;
			margin: 0 0 0 1em;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

/* Divided */

	ul.divided {
		list-style: none;
		padding-left: 0;
	}

		ul.divided li {
			border-top: solid 2px #e5e5e5;
			padding-left: 0;
			margin: 2.5em 0 0 0;
			padding: 2.5em 0 0 0;
		}

			ul.divided li:first-child {
				border-top: 0;
				margin-top: 0;
				padding-top: 0;
			}

/* Icons */

	ul.icons {
		list-style: none;
		padding-left: 0;
	}

		ul.icons > li {
			position: relative;
			padding: 2em 0 0 3em;
			margin: 0;
		}

			ul.icons > li:before {
				position: absolute;
				left: 0;
				top: 2.6em;
				display: block;
				font-size: 0.8em;
				background: #083e6c;
				color: #f7f6f6;
				width: 2em;
				height: 2em;
				border-radius: 2em;
				line-height: 2em;
				text-align: center;
				box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
			}

			ul.icons > li:first-child {
				padding-top: 0;
			}

				ul.icons > li:first-child:before {
					top: 0;
				}

/* Form */

	form label {
		font-weight: 600;
		text-transform: uppercase;
		color: #4c4b4b;
		display: block;
		margin: 0 0 1em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		-webkit-appearance: none;
		display: block;
		border: 0;
		background: #e8e8e8;
		width: 100%;
		box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
		border-radius: 4px;
		line-height: 1.25em;
		padding: 0.75em 1em 0.75em 1em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: linear-gradient(90deg, 	#FFFFF0, #F0F8FF);
		}

	form textarea {
		min-height: 11em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
		line-height: 1.35em;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Table */

	table {
		width: 100%;
	}

		table tbody tr {
			border-top: solid 1px #E5E5E5;
		}

			table tbody tr:first-child {
				border-top: 0;
			}

		table td {
			padding: 0.75em 1em 0.75em 1em;
		}

		table th {
			text-align: left;
			font-weight: bold;
			padding: 0.75em 1em 0.75em 1em;
		}

		table thead {
			background: #bed7ea;
			color: #fff;
			font-weight: 400;
			text-transform: uppercase;
			border: 0;
			box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
			font-size: 0.85em;
			letter-spacing: 2px;
		}

		table tfoot {
			background: linear-gradient(to right, #d9b47d, #f1dc9a);
			border-top: solid 2px #E5E5E5;
		}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #083e6c;
		color: #fff !important;
		text-transform: uppercase;
		border-radius: 4px;
		border: 0;
		outline: 0;
		font-size: 1em;
		box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
		font-weight: 600;
		text-align: center;
		font-size: 0.85em;
		letter-spacing: 2px;
		padding: 0.85em 2.75em 0.85em 2.75em;
	}

		input[type="button"].icon:before,
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		button.icon:before,
		.button.icon:before {
			position: relative;
			padding-right: 0.75em;
			opacity: 0.5;
			top: 0.05em;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #d9b47d;
			transform: scale(1.05);
			transition: all 0.3s ease-in-out;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background: #d9b47d;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #d9b47d;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #d9b47d;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background: #d9b47d;
			}

/* Box */

	.no-sidebar .box.post > header {
		text-align: center;
	}

	.box.excerpt .date {
		background: #878787;
		color: #fff;
		font-weight: 400;
		text-transform: uppercase;
		border-radius: 4px;
		border: 0;
		box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
		display: inline-block;
		font-size: 0.85em;
		letter-spacing: 2px;
		padding: 0.25em 1em 0.25em 1em;
		margin: 0 0 2.5em 0;
	}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

	.icon:hover{
		transform: scale(1.05);
		transition: all 0.3s ease-in-out;
		color:#d9b47d ;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}
		.icon.brands:hover{
			color: #f1dc9a;
		}

/* Page Wrapper */

	#page-wrapper > section {
		margin-bottom: 0;
	}

/* Header */

	#header {
		position: relative;
		/* background: linear-gradient(90deg, 	#FFFFF0, #F0F8FF); */
		text-align: center;
	}

		#header > .container {
			padding: 14em 0 7em 0;
			border-bottom: solid 2px #e5e5e5;
			box-shadow: inset 0px -8px 0px 0px #fff, inset 0px -10px 0px 0px #e5e5e5;
		}

		#header h1 {
			font-family: 'Arvo';
			font-weight: 700;
			color: #083e6c;
			text-shadow: 0.05em 0.075em 0 rgba(0, 0, 0, 0.1);
			font-size: 3em;
			letter-spacing: 13px;
		}

			#header h1 a {
				border: 0;
			}

		#header h1:hover{
			transform: scale(1.05);
			transition: all 0.3s ease-in-out;
		}
		#header p {
			text-transform: uppercase;
			font-weight: 400;
			color: #595858;
			margin: 2.5em 0 0 0;
			font-size: 0.85em;
			letter-spacing: 3px;
			text-align: center;
		}
		#header p:hover{
			transform: scale(1.05);
			transition: all 0.3s ease-in-out;
		}

/* Nav */

	#nav {
		position: absolute;
		top: 3em;
		left: 0;
		width: 100%;
		cursor: default;
	}

		#nav > ul > li {
			display: inline-block;
			padding-right: 2em;
		}

			#nav > ul > li:last-child {
				padding-right: 0;
			}

			#nav > ul > li > a {
				border: 0;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: 400;
				color: #454444;
				outline: 0;
				display: block;
			}

				#nav > ul > li > a:before {
					display: inline-block;
					background: #f1dc9a;
					color: #083e6c;
					width: 2.25em;
					font-size: 0.8em;
					height: 2.25em;
					border-radius: 2.25em;
					line-height: 2.1em;
					text-align: center;
					box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
					margin-right: 0.75em;
					-moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					-webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					-o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					-ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
				}

				#nav > ul > li > a > span {
					-moz-transition: color 0.25s ease-in-out;
					-webkit-transition: color 0.25s ease-in-out;
					-o-transition: color 0.25s ease-in-out;
					-ms-transition: color 0.25s ease-in-out;
					transition: color 0.25s ease-in-out;
					font-size: 0.85em;
					letter-spacing: 3px;
				}

			#nav > ul > li > ul {
				display: none;
			}

			#nav > ul > li.active > a:before,
			#nav > ul > li:hover > a:before {
				background: #083e6c;
				color: #fff;
			}

			#nav > ul > li.active > a > span,
			#nav > ul > li:hover > a > span {
				color: #083e6c;
			}

		.logo1:hover{
			transform: scale(1.05);
			transition: all 0.3s ease-in-out;
		}


/* Features */

	#features {
		position: relative;
		overflow: hidden;
		padding: 6em 0;
	}

		#features p {
			text-align: center;
		}

		#features ul.actions {
			margin-top: 1.25em;
		}
	#features p:hover{
		transform: scale(1.05);
		transition: all 0.3s ease-in-out;   
	}
	#features h3:hover{
		transform: scale(1.05);
		transition: all 0.3s ease-in-out;   
	}
	.image video{
		width: 100%;
		height: 60%;
	}
	.image h2:hover{
		transform: scale(1.05);
		transition: all 0.3s ease-in-out; 
	}
/* Features Section Styling */
#features {
    padding: 6rem 0;
  	background: url('../../images/leather-texture.png') center/cover no-repeat;
  	background-attachment: fixed;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.feature-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.feature-image {
    height: 250px;
    overflow: hidden;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.feature-item:hover .feature-image img {
    transform: scale(1.05);
}

.feature-content {
    padding: 1.5rem;
}

.feature-content h3 {
    margin-bottom: 1rem;
    color: #083e6c;
}

.feature-content p {
    color: #3f3f3f;
    line-height: 1.6;
}

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

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .feature-image {
        height: 200px;
    }
}

@media (max-width: 480px) {
    #features {
        padding: 4rem 0;
    }
    
    .feature-content {
        padding: 1rem;
    }
}

/* Banner */

	#banner {
		position: relative;
		overflow: hidden;
		color: #083e6c;
		text-align: center;
		border-top: solid 2px #e5e5e5;
		border-bottom: solid 2px #e5e5e5;
		box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
		position: relative;
		text-transform: uppercase;
 		background: url('../../images/leather-texture.png') center/cover no-repeat;
  		background-attachment: fixed;
  		background-size: cover;
		padding: 10em 0;
	}

		#banner p {
			font-weight: 400;
			font-size: 2em;
			line-height: 1.5em;
			letter-spacing: 4px;
			text-align: center;
			margin: 0;
		}
		#banner p:hover{
			transform: scale(1.05);
			transition: all 0.3s ease-in-out;   
		}

		#banner strong {
			color: inherit;
		}

		#banner > .container {
			position: relative;
		}

			#banner > .container:before, #banner > .container:after {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				width: 35px;
				height: 141px;
				margin-top: -70px;
				background: url("images/bracket.svg"); 
				opacity: 0.15;
			}	

			#banner > .container:before {
				left: 0;
			}

			#banner > .container:after {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				right: 0;
			}
			#banner video{
				width: 50%;
				margin: 2em 0 2em 0;
			}
			
/* Main */

	#main {
		position: relative;
		overflow: hidden;
		background: url('../../images/leather-texture.png') center/cover no-repeat;
		background-attachment: fixed;
  		padding: 6em 0;
	}

/* Content */

	#content > section,
	#content > article {
		border-top: solid 2px #e5e5e5;
		box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
		margin: 5em 0 0 0;
		padding: 5em 0 0 0;
	}

		#content > section:first-child,
		#content > article:first-child {
			border-top: 0;
			box-shadow: none;
			margin: 0;
			padding: 0;
		}

		#content{
			margin: 0 auto;
			float: none;
		}

/* Sidebar */

	#sidebar > section,
	#sidebar > article {
		border-top: solid 2px #e5e5e5;
		box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
		margin: 5em 0 0 0;
		padding: 5em 0 0 0;
	}

		#sidebar > section:first-child,
		#sidebar > article:first-child {
			border-top: 0;
			box-shadow: none;
			margin: 0;
			padding: 0;
		}

/* Footer */

	#footer {
		position: relative;
		overflow: hidden;
		border-top: solid 2px #e5e5e5;
		background: url('../../images/leather-texture.png') center/cover no-repeat;
		background-attachment: fixed;
  		padding: 6em 0 8em 0;
	}

		#footer form input[type="text"],
		#footer form input[type="email"],
		#footer form input[type="password"],
		#footer form select,
		#footer form textarea {
			background: #f7f7f7;
		}

			#footer form input[type="text"]:focus,
			#footer form input[type="email"]:focus,
			#footer form input[type="password"]:focus,
			#footer form select:focus,
			#footer form textarea:focus {
				background: #fff;
			}

		#footer h2 {
			text-align: center;
		}

/* Copyright */

	#copyright {
		border-top: solid 2px #e5e5e5;
		text-align: center;
		margin-top: 6em;
		padding-top: 4em;
	}

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 13pt;
			}

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
			}

			h2 br, h3 br, h4 br, h5 br, h6 br {
				display: none;
			}

		/* Image */

			.image.left {
				max-width: 50%;
			}

			.image.right {
				max-width: 50%;
			}

		/* Header */

			#header > .container {
				padding: 12em 0 5em 0;
			}

			#header h1 {
				font-size: 2.5em;
			}

		/* Nav */

			#nav > ul > li {
				padding-right: 1.25em;
			}

		/* Features */

			#features {
				padding: 4em 0;
			}

		/* Banner */

			#banner {
				padding: 8em 0;
			}

				#banner > .container {
					padding: 0 4em;
				}

					#banner > .container br {
						display: none;
					}

		/* Main */

			#main {
				padding: 4em 0;
			}

		/* Footer */

			#footer {
				padding: 4em 0;
			}

		/* Copyright */

			#copyright {
				margin-top: 2em;
				padding-top: 2em;
			}

	}

/* Medium */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

		/* Header */

			#header > .container {
				padding: 10em 0 7em 0;
			}

		/* Nav */

			#nav {
				display: none;
			}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}

				#titleBar .toggle {
					text-decoration: none;
					position: absolute;
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
					border: 0;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#titleBar .toggle:before {
						display: inline-block;
						text-decoration: none;
						content: '\f0c9';
						display: block;
						width: 60px;
						height: 40px;
						background: rgba(232, 232, 232, 0.9);
						border-radius: 4px;
						position: absolute;
						left: 5px;
						top: 5px;
						box-shadow: 0.125em 0.125em 0 0 rgba(0, 0, 0, 0.15);
						text-align: center;
						line-height: 40px;
						font-size: 18px;
						color: #aaa;
					}

					#titleBar .toggle:active:before {
						opacity: 0.5;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #444;
				border-right: solid 2px #3c3c3c;
				font-weight: 400;
				text-transform: uppercase;
				color: #888;
				letter-spacing: 2px;
				font-size: 0.85em;
			}

				#navPanel .link {
					display: block;
					color: #ddd;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border: 0;
					border-top: solid 1px #3c3c3c;
					padding: 0 1em 0 1em;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						font-weight: 600;
						color: #fff;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

		/* Sidebar */

			#sidebar {
				padding-top: 6em;
			}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.2em;
				letter-spacing: 2px;
				text-align: center;
				margin: 0 0 1em 0;
			}

				h2 br, h3 br, h4 br, h5 br, h6 br {
					display: none;
				}

		/* Image */

			.image.featured {
				margin: 0 0 1.5em 0;
			}

			.image.left {
				max-width: 35%;
			}

			.image.right {
				max-width: 35%;
			}
			.img8 {
				max-width: 35%;
				max-width: 35%;
				margin: 0 0 1.5em 0;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				letter-spacing: 2px;
				display: block;
				padding: 1em 0 1em 0;
				width: 100%;
			}

		/* Actions */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Box */

			.box.excerpt header {
				text-align: center;
			}

		/* Header */

			#header > .container {
				padding: 6em 0 4em 0;
			}

			#header h1 {
				font-size: 2em;
				letter-spacing: 8px;
				line-height: 1.325em;
			}

			#header p {
				margin: 1.25em 0 0 0;
				letter-spacing: 2px;
			}

		/* Banner */

			#banner {
				padding: 5em 0;
			}

				#banner > .container {
					padding: 0;
				}

					#banner > .container:before, #banner > .container:after {
						display: none;
					}

				#banner p {
					font-size: 1.25em;
				}

		/* Features */

			#features {
				padding: 2em 0;
			}

				#features ul.actions {
					margin-top: 0;
				}

		/* Main */

			#main {
				padding: 2em 0;
			}

		/* Content */

			#content > section,
			#content > article {
				margin: 3em 0 0 0;
				padding: 3em 0 0 0;
			}

		/* Sidebar */

			#sidebar {
				padding-top: 3em;
			}

				#sidebar > section,
				#sidebar > article {
					margin: 3em 0 0 0;
					padding: 3em 0 0 0;
				}

		/* Footer */

			#footer {
				padding: 2em 0;
			}

				#footer ul.icons {
					margin-bottom: 0;
				}

		/* Copyright */

			#copyright .links {
				margin-bottom: 0;
			}

				#copyright .links li {
					display: block;
					padding-left: 0;
					margin-left: 0;
					border-left: 0;
				}

	}

/*map*/

.map-section {
	padding: 60px 0;
	background-color: #f9f9f9;
}

.section-title {
	text-align: center;
	margin-bottom: 30px;
	color: #333;
	font-size: 28px;
}

.map-wrapper {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

/*call button*/
.call-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 40px; 
	width: 300px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 60px; 
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
	margin: 20px;
}

.call-button:hover {
	background-color: #45a049;
	transform: translateY(-3px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.call-button:active {
	transform: translateY(0);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.call-icon {
	margin-left: 15px; 
	font-size: 28px; 
}

    
/*join us form*/
:root {
    --primary-color-22: #87CEFA;
    --primary-hover-22: #595959;
    --error-color-22: #083e6c;
    --success-color-22: #2ecc71;
    --text-color-22: #333;
    --light-gray-22: #f8f9fa;
    --border-color-22: #ddd;
    --info-color-22: #4cc9f0;
}

.join-us-form-22 {
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-title-22 {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--primary-color-22);
    font-size: 2rem;
    font-weight: 600;
}

.form-group-22 {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-row-22 {
    display: flex;
    gap: 1rem;
}

.form-row-22 .form-group-22 {
    flex: 1;
}

.form-group-22 label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-color-22);
}

.required-field-22::after {
    content: '*';
    color: var(--error-color-22);
    margin-left: 4px;
}

.form-group-22 input,
.form-group-22 select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-color-22);
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group-22 input:focus,
.form-group-22 select:focus {
    outline: none;
    border-color: var(--primary-color-22);
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
}

.file-note-22 {
    padding: 12px 15px;
    background-color: rgba(76, 201, 240, 0.1);
    border-left: 4px solid var(--info-color-22);
    color: var(--text-color-22);
    font-size: 0.95rem;
    border-radius: 4px;
}

.file-note-22 i {
    color: var(--info-color-22);
    margin-right: 8px;
}

.submit-btn-22 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 20px;
    background-color: var(--primary-color-22);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.submit-btn-22:hover {
    background-color: var(--primary-hover-22);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.submit-btn-22:active {
    transform: translateY(0);
}

.btn-text-22 {
    margin-right: 10px;
}

.btn-icon-22 {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .form-row-22 {
        flex-direction: column;
        gap: 0;
    }
    
    .join-us-form-22 {
        padding: 1.5rem;
    }
}

/* shoes page */

#imgver{
	size: 40%;
	margin: auto;
}
#imgver:hover{
	transform: scale(1.05);
	transition: all 0.3s ease-in-out;  
}

h3:hover{
	transform: scale(1.05);
	transition: all 0.3s ease-in-out;  
}



 /* Base Styles */
 .product-gallery-section {
	padding: 3rem 0;
	background-color: #f9f9f9;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.section-title {
	text-align: center;
	margin-bottom: 2.5rem;
	color: #333;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	font-weight: 600;
}

/* Gallery Grid - Responsive Layout */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.5rem;
}

/* Gallery Item Styles */
.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	aspect-ratio: 1/1; /* Square ratio */
}

.gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Overlay Styles */
.image-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.gallery-item:hover .image-overlay {
	opacity: 1;
}

.zoom-btn {
	background: rgba(255, 255, 255, 0.9);
	color: #333;
	border: none;
	padding: 0.75rem 1.5rem;
	border-radius: 30px;
	cursor: pointer;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1rem;
	transition: all 0.3s ease;
}

.zoom-btn:hover {
	background: #fff;
	transform: scale(1.05);
}

/* Modal Styles */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	overflow: auto;
	padding: 2rem;
	box-sizing: border-box;
}

.modal-content {
	margin: auto;
	display: block;
	max-width: 90%;
	max-height: 80vh;
	object-fit: contain;
	animation: zoom 0.3s;
}

@keyframes zoom {
	from {transform: scale(0.8); opacity: 0;}
	to {transform: scale(1); opacity: 1;}
}

.close-btn {
	position: absolute;
	top: 1.5rem;
	right: 2rem;
	color: #f1f1f1;
	font-size: 2.5rem;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}

.close-btn:hover {
	color: #bbb;
}

.modal-caption {
	margin: 1rem auto;
	display: block;
	width: 90%;
	text-align: center;
	color: #fff;
	font-size: clamp(1rem, 3vw, 1.2rem);
	padding: 0.5rem 0;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
	.gallery-grid {
		gap: 1.25rem;
	}
}

@media (max-width: 768px) {
	.gallery-grid {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		gap: 1rem;
	}
	
	.product-gallery-section {
		padding: 2rem 0;
	}
}

@media (max-width: 480px) {
	.gallery-grid {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		gap: 0.75rem;
	}
	
	.zoom-btn {
		padding: 0.5rem 1rem;
		font-size: 0.9rem;
	}
	
	.modal-content {
		max-width: 95%;
	}
	
	.close-btn {
		top: 1rem;
		right: 1.5rem;
		font-size: 2rem;
	}
}

@media (max-width: 360px) {
	.gallery-grid {
		grid-template-columns: 1fr;
	}
}

/*leather page*/ 

.leather-page .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.leather-page .box.post {
  background: #fff;
  border-radius: 12px;
  padding: 3rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.leather-page h2 {
  font-size: 2rem;
  color: #083e6c;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.6;
}

.leather-page h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  color: #0a2a45;
  position: relative;
}

.leather-page h3::before {
  content: \"●\";
  color: #f1dc9a;
  margin-right: 0.5em;
}

.leather-page p {
  line-height: 1.8;
  font-size: 1.05rem;
  color: #444;
  text-align: justify;
}

.leather-page video,
.leather-page  {
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.highlight-image{
	  max-width: 50%;
  height: 15%;
  margin: 1.5rem auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


.leather-page .highlight-box {
  background: #f9f9f9;
  border-left: 5px solid #f1dc9a;
  padding: 1.5rem;
  margin-top: 2rem;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
  .leather-page .box.post {
    padding: 2rem 1rem;
  }

  .leather-page h2 {
    font-size: 1.5rem;
  }

  .leather-page h3 {
    font-size: 1.1rem;
  }
}


.advanced-slider-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.slider-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.slider-wrapper {
    display: flex;
    transition: transform 0.6s ease-in-out;
    height: 500px;
	align-items: center;
}

.slider-slide {
    min-width: 100%;
    position: relative;
	background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.slider-slide img {
    width: 50%;
    height: 50%;
    object-fit:scale-down; 
    background: #f5f5f5; 
    display: block;
    margin: 0 auto;
}

.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    gap: 1.5rem;
}

.slider-btn {
    background: rgba(8, 62, 108, 0.8);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.slider-btn:hover {
    background: #083e6c;
    transform: scale(1.1);
}

.slider-pagination {
    display: flex;
    gap: 0.8rem;
}

.slider-pagination .pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-pagination .pagination-bullet.active {
    background: #083e6c;
    transform: scale(1.3);
}

/* تأثيرات إضافية */
.slider-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    z-index: 1;
	display: none;
}

.slider-slide .slide-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    z-index: 2;
    max-width: 80%;
}

/* التكيف مع الشاشات الصغيرة */
@media (max-width: 992px) {
    .slider-wrapper {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .slider-wrapper {
        height: 350px;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .slider-wrapper {
        height: 250px;
    }
    
    .slider-controls {
        gap: 1rem;
    }
    
    .slider-pagination .pagination-bullet {
        width: 10px;
        height: 10px;
    }
}



/* توسيط للسكشن الأول */
.shoes-page #content .box.post {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: center;
}

.shoes-page #content h2 {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #083e6c;
  margin-bottom: 2rem;
}

.shoes-page #vid_leather video {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}


 /* إضافة هذه الأنماط فقط للتوسيط */
             .centered-page {
                 display: flex;
                 flex-direction: column;
                 align-items: center;
                 justify-content: center;
                 text-align: center;
             }
             .centered-page #content {
                 width: 100%;
                 max-width: 900px;
                 margin: 0 auto;
             }
             .centered-page .box.post {
                 text-align: center;
             }
             .centered-page .box.post p {
                 text-align: justify;
                 max-width: 800px;
                 margin-left: auto;
                 margin-right: auto;
             }
             .centered-page .image.featured {
                 margin: 2em auto;
             }
             @media screen and (max-width: 736px) {
                 .centered-page .box.post p {
                     padding: 0 15px;
                 }
             }



/* سكشن الصور في صفحة الجلود*/
.media-section81 {
  padding: 2rem;
  background: radial-gradient(circle at center, #fdfcfb, #eaeaea);
  font-family: 'Segoe UI', sans-serif;
}

/* فيديوهات */
.video-grid81 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

.media-video81 {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* الصور */
.gallery-grid81 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
}

.gallery-img81 {
  width: 100%;
  aspect-ratio: 4 / 3; 
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}


.gallery-img81:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

/* Lightbox */
.lightbox81 {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}

.lightbox-content81 {
  max-width: 90%;
  max-height: 80vh;
  margin: auto;
  display: block;
  border-radius: 10px;
}

.close81 {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .lightbox-content81 {
    max-width: 95%;
    max-height: 70vh;
  }
}
.leather-heading-container81 {
  background: radial-gradient(circle at center, #fdfcfb, #eaeaea);
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.leather-heading-magical81 {
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #1e1e1e;
  letter-spacing: 1.5px;
  position: relative;
  opacity: 0;
  transform: translateX(-100%);
  animation: revealFromLeft81 1.8s ease-out forwards;
  background: linear-gradient(90deg, #8e5e3b, #c7a17a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(139, 98, 63, 0.2);
}

/* Light glow behind the text */
.leather-heading-magical81::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(139, 98, 63, 0.2) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  filter: blur(40px);
}

/* Animation */
@keyframes revealFromLeft81 {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .leather-heading-magical81 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}

.leather-icon81 {
  display: inline-block;
  margin-right: 12px;
  font-size: 1.5em;
  animation: iconPulse81 3s infinite ease-in-out;
  vertical-align: middle;
  transform-origin: center;
}


@keyframes iconPulse81 {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.85;
  }
}


/* leather page cubimg */

.cube-wrapper6 {
  perspective: 1200px;
  width: 320px;
  height: 320px;
  margin: 5rem auto;
}

.cube6 {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: rotateCube6 18s infinite linear;
}

.face6 {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.face6 img {
  width: 100%;
  height: 100%;
  object-fit:scale-down;
  display: block;
}

.front6  { transform: rotateY(0deg) translateZ(160px); }
.back6   { transform: rotateY(180deg) translateZ(160px); }
.right6  { transform: rotateY(90deg) translateZ(160px); }
.left6   { transform: rotateY(-90deg) translateZ(160px); }
.top6    { transform: rotateX(90deg) translateZ(160px); }
.bottom6 { transform: rotateX(-90deg) translateZ(160px); }


@keyframes rotateCube6 {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

/* Responsive */
@media (max-width: 500px) {
  .cube-wrapper6 {
    width: 220px;
    height: 220px;
    margin: 3rem auto;
  }
}

.video-container {
    position: relative;
    width: 60%;
    max-width: 800px; /* يمكنك تعديل هذا حسب احتياجك */
    margin: 20px auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .video-container {
        max-width: 70%;
        margin: 10px 0;
		margin-left: 20%;
		size: 40%;
    }
}


/* Container */
.prism-moshour-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background: #ded8c9;
  perspective: 1000px; /* 3D depth */
}

/* Prism Wrapper */
.prism-moshour-wrapper {
  position: relative;
  width: min(300px, 80vw); /* responsive size */
  height: min(300px, 80vw);
  transform-style: preserve-3d;
  animation: prism-moshour-rotate 8s infinite linear;
}

/* Faces */
.prism-moshour-face {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.prism-moshour-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Position each face at an angle */
.prism-moshour-face1 { transform: rotateY(0deg) translateZ(calc(min(300px, 80vw) / 2)); }
.prism-moshour-face2 { transform: rotateY(120deg) translateZ(calc(min(300px, 80vw) / 2)); }
.prism-moshour-face3 { transform: rotateY(240deg) translateZ(calc(min(300px, 80vw) / 2)); }

/* Animation */
@keyframes prism-moshour-rotate {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(-360deg); }
}

/* Pause animation on hover */
.prism-moshour-wrapper:hover {
  animation-play-state: paused;
}

/* Responsive tweaks */
@media (max-width: 500px) {
  .prism-moshour-wrapper {
    width: 80vw;
    height: 80vw;
  }
}

/* تهيئة المقال */
#content article {
  position: relative;
  overflow: hidden;
}

/* تكبير وتغميق الصورة عند الهوفر */
#content article .image.featured img {
  transition: transform 0.6s ease, filter 0.6s ease;
}

#content article:hover .image.featured img {
  transform: scale(1.1);
  filter: brightness(70%);
}

/* النصوص بدون إخفاء */
#content article h2,
#content article h3,
#content article p {
  transition: transform 0.5s ease;
}

/* عند الهوفر يتحركوا من اليسار ويرجعوا */
#content article:hover h2,
#content article:hover h3,
#content article:hover p {
  transform: translateX(30px);
}


/* ========== Unique Contact Section ========== */
:root {
  --new-royal-blue: #083e6c; 
  --new-beige: #f5e6d3;      
  --new-light: #ffffff;
}

/* Section Background */
.contact-new-section {
  background: linear-gradient(135deg, var(--new-royal-blue) 50%, var(--new-beige) 50%);
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
  color: var(--new-light);
  position: relative;
  overflow: hidden;
}

/* Animated Overlay */
.contact-new-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 10%, transparent 30%);
  animation: moveBackground 10s linear infinite;
}

/* Container */
.contact-new-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  position: relative;
  z-index: 1;
}

/* Left Info */
.contact-new-title {
  font-size: 44px;
  font-weight: 700;
  color: var(--new-beige);
  margin-bottom: 20px;
  position: relative;
}

.contact-new-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--new-beige);
  margin-top: 8px;
  border-radius: 2px;
}

.contact-new-subtitle {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f8f8f8;
}

.contact-new-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-new-box {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--new-light);
  transition: transform 0.3s ease;
}

.contact-new-box:hover {
  transform: translateX(8px);
}

.contact-new-box i {
  font-size: 22px;
  margin-right: 12px;
  color: var(--new-beige);
}

/* Right Form */
.contact-new-form {
  background: rgba(255,255,255,0.15);
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
  animation: fadeUp 1s ease-in-out;
}

.form-new-group {
  margin-bottom: 20px;
}

.contact-new-form input,
.contact-new-form textarea {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  outline: none;
  background: rgba(255,255,255,0.25);
  color: var(--new-light);
  font-size: 15px;
  transition: all 0.3s ease;
}

.contact-new-form input:focus,
.contact-new-form textarea:focus {
  background: rgba(255,255,255,0.35);
  transform: scale(1.02);
}

.contact-new-form input::placeholder,
.contact-new-form textarea::placeholder {
  color: #eee;
}

.contact-new-form textarea {
  resize: none;
  height: 130px;
}

/* Button */
.btn-new-submit {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 50px;
  background: var(--new-beige);
  color: var(--new-royal-blue);
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-new-submit:hover {
  background: var(--new-light);
  color: var(--new-royal-blue);
  transform: translateY(-4px);
}

/* ========== Animations ========== */
@keyframes fadeUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes moveBackground {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 992px) {
  .contact-new-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-new-title {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .contact-new-section {
    padding: 60px 15px;
  }
  .contact-new-title {
    font-size: 28px;
  }
  .contact-new-subtitle {
    font-size: 16px;
  }
  .btn-new-submit {
    font-size: 15px;
    padding: 14px;
  }
}
/* Map Box */
.contact-new-map {
  margin-top: 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  animation: fadeUp 1.2s ease-in-out;
}

.contact-new-map iframe {
  width: 100%;
  height: 280px;
  border: none;
  display: block;
}

/* ====== Base (19-8) ====== */
.scroll-strip-19-8 {
  background: url('../../images/leather-texture.png') center/cover no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 0 80px rgba(0,0,0,0.1);  background-size: cover; 
  padding: 30px 0;
  overflow: hidden;
}

  .scroll-strip-19-8 .container-19-8 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .scroll-strip-19-8 .lead-19-8 {
  margin-top: 15px;
  font-size: 2.1rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #003366; 
  text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  letter-spacing: 1px;
  line-height: 1.4;
  transition: transform 0.3s ease, color 0.3s ease;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp-19-8 1.2s ease forwards;
  }
  .scroll-strip-19-8 .lead-19-8:hover{
	color: #0055aa; 
    transform: scale(1.05);
  }

@keyframes fadeUp-19-8 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

  /* ====== Marquee (19-8) ====== */
  .marquee-19-8 {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .track-19-8 {
    display: flex;
    gap: 24px;
    animation: scroll-19-8 30s linear infinite;
    width: max-content;
  }

  .track-19-8 img {
    height: 400px;
    width: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    transition: transform .3s;
    cursor: pointer;
  }

  .track-19-8 img:hover {
    transform: scale(1.05);
  }

  /* ====== Animation (19-8) ====== */
  @keyframes scroll-19-8 {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* ====== Responsive (19-8) ====== */
  @media (max-width: 768px) {
    .track-19-8 img { height: 300px; }
  }
  @media (max-width: 480px) {
    .track-19-8 img { height: 300px; }
  }

  /* ====== Lightbox (19-8) ====== */
  .lightbox-19-8 {
    display: none; 
    position: fixed;
    z-index: 999;
    left: 0; top: 0; 
    width: 100%; height: 100%;
    background: rgba(0,0,0,.85);
    align-items: center;
    justify-content: center;
  }

  .lightbox-19-8 img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.5);
  }

  .lightbox-19-8 .close-19-8 {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 36px;
    color: white;
    cursor: pointer;
    font-weight: bold;
  }