﻿@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


.almarai {
  font-family: "Almarai", sans-serif;
}
.tajawal {
  font-family: "Tajawal", sans-serif;
}
.cairo {
  font-family: "Cairo", sans-serif;
}
a 
{
	text-decoration: none;
}
html,
body {
    height: 100%;
    font-size:15px;
    font-family: 'MadaniArabic';
    color:#fff;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


.bg-color
{
	background-color: #00163a;
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


.dropbtn {
background-color: #dee8e9;
    color: #17305a;
    border: 1px #17305A solid;
    padding: 0px 20px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
    color:  #17305a;
    padding: 3px 16px;
    text-decoration: none;
    display: block !important;
    text-align: right!important;
	
}

.dropdown-content a:hover {color: #49998d;}

.dropdown:hover .dropdown-content {
  display: block;
}




.btn-header {
    display: inline-block;
    padding: 2px 25px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
}
.btn-header img{
    margin-right: 10px !important;
    width: auto !important;
    height: auto !important;    
}

.btn-more{
    color: #fff;
    background: #8800FF;
    background: linear-gradient(90deg, rgba(136, 0, 255, 1) 0%, rgba(27, 0, 255, 1) 100%);
	border-color:rgba(136, 0, 255, 1);     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(136, 0, 255, 1) 0%, rgba(27, 0, 255, 1) 100%);
	border-color:rgba(136, 0, 255, 1); 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-green{
    color: #fff;
    background: #1AC7BB;
    background: linear-gradient(90deg, #1AC7BB 0%, #49998D 100%);
    border-color: #1AC7BB;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-green:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(136, 0, 255, 1) 0%, rgba(27, 0, 255, 1) 100%);
	border-color:rgba(136, 0, 255, 1); 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-gray{
    color: #17305A;
    background-color:#FFFFFF00;
    border-color:#17305A;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-gray:hover {
    color: #49998D;
    background-color:#FFFFFF00;
    border-color:#49998D;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #17305a;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}

.container-fluid
{
	padding-right: 75px;
	padding-left: 75px;
}
.header
{
    padding:15px 30px;
	position: relative;
	margin: 30px 0 45px 0;
	width: 100%;
	z-index: 999999999999;
	background-color:#FFFFFF0F;
	border-radius:70px;
	box-shadow:-1px 2px 5px 0px rgb(255 255 255 / 47%);
}


.contacts
{
    color: #fff !important;
	padding:14px 20px!important;
	border-radius: 50px;
    background: #8800FF;
    background: linear-gradient(90deg, rgba(136, 0, 255, 1) 0%, rgba(27, 0, 255, 1) 100%);
}

.contacts img
{
    margin-right: 5px;

}


.welcome
{
	padding:25px 0 0px 0;
	overflow:hidden;
    margin-bottom: 0px;  
	background-image:url("../images/bg.png"), url("../images/bg1.png"), url("../images/bg2.png");
    background-position:center bottom, left top, left 50px ;
    background-repeat: no-repeat;    
	background-size: contain;
}

@media (max-width: 768px) {
    .welcome {
        overflow: visible;
    }
}




.title
{
   color:#fff;
   font-size:40px;
   font-weight: 700; 
   line-height: 55px;
   margin-bottom:20px;
}


.linear-text-gradient {
background: linear-gradient(to left, #0027FF, #1CC5B9);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.title-span
{
   color:#fff;
   font-size:14px;    
   line-height: 20px;
   font-weight: 600; 
   text-transform: capitalize;
   margin-bottom:20px;
   display: block;
}

.title-span span
{
    color: #fff;
    background-color: #FFFFFF0F;
    border-radius: 70px;
    box-shadow: -1px 2px 5px 0px rgb(255 255 255 / 47%);
	padding: 8px 20px 10px 20px;

}

.title-w-span
{
    font-size: 48px;
    font-weight: 900;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 30px;	
}

.title-w-span span
{
    font-size: 18px;
    font-weight: 500;
	color: #fff;
	margin-top: 0px;
	float: right;
}
.title-w-span span a
{
	color: #fff;
}

.title-w-span span a i
{
	font-size: 12px;
}
.welcome-text
{
    height: 55px;
    overflow: hidden;    
    margin-bottom: 20px;
	font-size: 16px;
}
.welcome-pic
{
   /* background: url("../images/pic-bg.png");   */ 
	background-repeat: no-repeat;
    background-size: contain;
    width: 540px;
    height: 540px;
    position: relative;
    padding: 25px
}
.rate
{
	position: absolute;
    right: -30px;
    top: 35px;
}


.play
{
	position: absolute;
    right: 0px;
    bottom: 90px;
}

.about
{
	padding:10px 0 80px 0;
	overflow:hidden;
    margin-bottom: 0px;  
	background-image:url("../images/bg3.png"), url("../images/bg4.png");
    background-position: right top, right 50px ;
    background-repeat: no-repeat;    
	background-size: contain;
}

.links
{
	margin-bottom: 15px;
}

.logos
{
    color: #fff;
    background-color: #FFFFFF0F;
    border-radius: 500px;
    box-shadow: -1px 2px 5px 0px rgb(255 255 255 / 47%);
	padding: 20px 20px;
	margin-top: 50px;    
	margin-bottom: 50px;
}

.relative-div
{
	position: relative;
}
.more-div
{
	position: absolute;
    left: 15px;
    top: -10px;
    margin-top: 0;
}
.grayscale {
	filter:grayscale(100%);
}

.banner
{
    color: #fff;
    background-image: url(../images/banner.png);
    border-radius: 500px;
    box-shadow: -1px 2px 5px 0px rgb(255 255 255 / 47%);
    padding: 75px 20px;
    margin: 230px 0 50px 0;
    z-index: 1;
    position: relative;
}
.banner-bg
{
    background: #04847B;
    background: linear-gradient(90deg, #04847B 0%, #1300B5 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
    opacity: 0.5;
    bottom: 0;
    z-index: 0;
    border-radius: 500px;
}
.banner-img
{
	position: absolute;
    left: 0;
    bottom: 0;
}

.news
{
	padding:80px 0; 
	position: relative;
}


.news ul
{
    padding-right:0;
    margin-top:40px;
	text-align: center;
}

.news ul li
{
    display: inline-block;
    margin: 20px 12px;
    width: 30%;
    height: auto;
    padding: 20px;
	text-align: right;    
    border-radius: 10px;
    box-shadow:-1px 2px 5px 0px rgb(255 255 255 / 47%);
}

.news ul li img
{
    margin: auto;
    height: 330px;
    width: 100%;
    object-fit: cover;
	border-radius: 20px;
}

.news ul li .title-1
{
      font-size:22px;
      color:#fff;
      font-weight:500;
      height: 40px;
      overflow: hidden;    
      margin: 8px 0;
}
.news ul li .date
{
      font-size:13px;
      color:#fff;
      font-weight:400;
      height: 20px;
      overflow: hidden;    
      margin: 20px 0 0 0;
}



.footer
{
	font-size:16px;
	padding:50px 0 10px 0;
	color:#fff;	
	background-image:url("../images/bg5.png"), url("../images/bg6.png"), url("../images/bg7.png"), url("../images/bg8.png");
    background-position: left top, right top, right bottom,left bottom;
    background-repeat: no-repeat;    
	background-size: 15%;
	font-weight: 400;
}

.footer ul
{
   padding-right:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #fff;
}
.footer ul li a
{
	color:#fff;
}



.footer-title
{
	 color:#E6E6FA;
	 font-size:20px;
	 text-transform: capitalize;
	 font-weight:600;
	 margin:20px 0;
}

.footer-text
{
	height: 65px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard img
{
	margin-left:10px;	 
}


.footer .socials {
	position: relative;
	overflow: hidden;	
	margin-top:20px;
	text-align:right;
	margin-bottom:0px;    
	padding-right: 0;
}



.footer .socials li {
    display: inline-block;	    
	margin: 8px 2px;
}


.footer .socials li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	background-color: #FFFFFF33;
	border-radius: 100px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.footer .socials li a:hover {
	color: #ed1c24;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.copyright
{
    padding: 5px 0;
    color: #fff;
    font-size: 13px;
    text-align:center;
    line-height: 30px;
}


.copyright a
{
    color:#fff;
}



.caption-inner 
{
    height:auto;
    width: 100%;
    color: #fff;
	text-align: center;
    padding:0px 0;  
	position: relative;
}


.caption-inner h3 
{
    margin-bottom: 10px;
    font-size: 30px;   
    font-weight:600; 
    text-transform: capitalize;
    margin-top:15px;
    color: #fff;
}


.breadcrumb 
{
    padding: 0px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;
	display: inline-block;
}


.breadcrumb>li 
{
    display: inline-block;
    font-size:13px;
    color:#fff;    
    font-weight: 300;
    text-transform: uppercase;
}

.breadcrumb>li a
{    
color:#fff;
}


.breadcrumb>.active
{
    color: #fff;
    font-weight: 300;
}

.breadcrumb>li+li:before 
{
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}



.content-inner {
    padding: 10px 0 80px 0;
    margin-bottom:0;
    overflow:hidden;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
	border-radius: 20px;
}



.bg-navy
{
    background: #8800FF;
    background: linear-gradient(90deg, rgba(136, 0, 255, 1) 0%, rgba(27, 0, 255, 1) 100%);
	border-radius:5px;
	padding:30px;
	color:#FFFFFF;
}
.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #162726;
}

.calls-data
{
	margin-top:15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 20px;
    padding: 20px;
}


.calls-data a
{
	color:#fff;
}

.calls-data i
{
    color: #fff;
    margin-left: 10px;
    font-size:18px;
}


.navy-socail ul
{
	position: relative;
	overflow: hidden;	
	margin-top:15px;
	text-align: right;
	padding-right:0;
	margin-bottom:10px;
}

.navy-socail ul li 
{
    display: inline-block;	
}


.navy-socail ul li a 
{
	width: 45px;
	height: 45px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
    background-color: rgb(255 255 255 / 25%);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:1px #fff solid;

}

.navy-socail ul li a i
{
	font-size: 16px;
	color:#fff;
	margin-right:0;
}

.navy-socail ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.title-white
{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}


.bg-white
{
	background-color:#f2f4f7;
	border-radius:5px;
	padding:30px;
}


.bg-shadow
{
 box-shadow: -1px 2px 5px 0px rgb(255 255 255 / 47%);	

}
.bg-shadow2
{
 box-shadow: -1px 2px 5px 0px rgb(255 255 255 / 47%);	
	border-radius:5px;
	padding:30px;
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.services-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.services-one .container {
  max-width: 1600px;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  height: 230px;
}

.services-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color:rgb(6 87 118 / 53%);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__single:hover .services-one__img:before {
  transform: translateY(0);
  width: 100%;
}

.services-one__img img {
  width: 100%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  height: 230px;
  object-fit:cover;
}

.services-one__single:hover .services-one__img img {
  transform: scale(1.1);
}

.services-one__content {
  position: relative;
  display: block;
  background-color: rgb(4 32 77);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  margin-top: -40px;
  margin-right: 40px;
  padding:30px;
  z-index: 2;
}

.services-one__title-box {
  position: relative;
  display: block;
}

.services-one__sub-title {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  line-height: 12px;
}

.services-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 7px;
  margin-bottom: 14px;
}

.services-one__title a {
  color: #4a9890;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.services-one__title a:hover {
  color: #1b00ff;
}

.services-one__arrow {
  position: absolute;
  top: -20px;
  right: 20px;
}

.services-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #4a9890;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.services-one__arrow a:hover {
  background-color: #1b00ff;
}


.box-category 
{
	height:264px;
	color:#162726;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
	border:1px solid #CCCCCC;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-left:10px;
}



.box-category h1 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #4a9890;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #4a9890;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#4a9890;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.menu-left
{    
margin-top:0px;
z-index: 99;    
width: 100%;
overflow:hidden;
    background: #8800FF;
    background: linear-gradient(90deg, rgba(136, 0, 255, 1) 0%, rgba(27, 0, 255, 1) 100%);
	text-align:right;
border-radius:5px;

}


.menu-left ul
{
    padding-right:0;
    margin:0;
    font-size:15px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-left:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.news-inner{
     display:inline-block;
     margin:20px 0px;
     width: 100%;
     height: auto;  
     border-radius: 10px;
     box-shadow: -1px 2px 5px 0px rgb(255 255 255 / 47%);
     padding: 0px 0px 25px 0px;
}

.news-inner img

{
    margin: auto;     
    border-radius: 10px 10px 0 0;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.news-inner .title-1
{
    font-size: 15px;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 20px 20px;
}

.news-inner .text
{
      font-size:20px;
      font-weight:normal;
      height: 30px;
      overflow: hidden;
      margin: 0px 20px;
}

.more-news-inner
{
     margin:0px 20px;
}


.more-news-inner a {
    font-size: 14px;
}




.box-news-all
{
	position:relative;
    margin-bottom: 20px;
}

.box-news{
    height: 115px;
    width: 35%;
    position: relative;
    background-color: #fff;
    background-blend-mode: multiply;
    background-size: cover;  
    border-radius: 5px;
}

.box-news-text
{
    width: 58%;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0px 0px 5px 0;
    height: 115px;    
    overflow: hidden;
    color: #fff;
    font-weight:500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-news-text:hover
{
    color: #fff;
}

.box-news-text .text-all 
{
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin: 0px 0px;
}


.news2-time 
{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}


.category ul
{
   padding-right:15px;
}
.category ul li
{
   margin:10px 0;       
   color: #fff;
}
.category ul li a
{
	color:#fff;
}

.title-2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    border-left: 4px #092241 solid;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}
.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
    color:#fff;
}


.date-news i
{
padding-left:10px;
    color:#fff;
}



.title-news {
    font-size: 20px;
    color:#fff;
    margin-bottom:10px;
    margin-top:10px;
}


.logo-search
{
	position:relative;
	z-index:999;
	padding-top:0px;
	padding-bottom:40px;
}


.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:43px;
    padding: 6px 40px 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #f4f4f4;
    border-radius:6px;
}


.logo-search .form-control-feedback {
position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 43px;
    color: #ffffff;
    background-color: #1b00ff;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 6px;
}



.path-search
{
    border-left: 5px #4a9890 solid;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #1b00ff;
}

.highlight {
    font-weight: bold;
    background-color: #4a9890;
    padding: 0 3px;
    color: #ffffff;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1b00ff;
    border-color: #1b00ff;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #162726;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.collapsible-all
{
	margin-top: 30px;
}


.collapsible-all .collapsible {
  background-color: #fff ;
  color: #000;
  cursor: pointer;
  padding: 10px 18px ;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 16px;
  border-radius:2px;
  margin-bottom:5px;
  border: 1px #d3d3d3 solid;
}


.collapsible-all .collapsible:after {
  content: "";
  color:#4a9890;
  font-weight: bold;
  float: left;
  margin-right: 5px;    
	top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #4a9890;
    transition: all 0.2s ease-in;
	position: relative;
	transform: rotate(270deg);

}

.collapsible-all .active:after {
    transform: rotate(90deg);
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #1b00ff;
	color: #FFFFFF;  border-radius:2px;

}


.collapsible-all .content p
{
	padding:10px 0;
}



.pdf-all
{
	position:relative;
}

.pdf-inner
{
    padding: 25px 25px 25px 25px;
    display: block;
    background-color: #f2f4f7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    transition: 0.3s;
    color: #4a9890;
    text-align:center;    
    font-size: 20px;
    border-radius:5px;
    margin-bottom:20px;
}

.pdf-inner i
{
    margin:auto auto 10px auto;
    display:block;
    font-size:35px;
}

.pdf-all a:hover .pdf-inner
{
   background-color:#4a9890;
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gray-box
{
    box-shadow: -1px 2px 5px 0px rgb(255 255 255 / 47%);
	padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    border-radius:5px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #4a9890;
    margin: 0px 20px 10px 0px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: left;
    border-radius: 5px;
}

.form-group
{
	margin-bottom: 15px;
}

a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 10px 0 0 ;
    float: left;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #4a9890;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.brands
{
	margin-top:10px;
}

.brands ul
{
	padding-left:0;
	text-align:center;
}



.brands ul li
{
	
	width: 250px;
    height: 145px;
    background-color:#fff;
	display:inline-block;
	padding:0px;
	margin:10px;
	border:1px #d4d4d4 dashed;
}


.brands ul li img
{
	width: 120px;
    height: 80px;
    background-color:#fff;
	margin: 10px;
	object-fit: contain;
	display:inline-block;
}

.brands ul li .name
{
	text-align:center;
	background-color:#fff;
	display: table-cell;
	font-size:16px;
    height: 40px;
    vertical-align: middle;   
	width:250px;
	overflow:hidden;    
	padding: 0 5px;
	border-top:1px #d4d4d4 dashed;
}


.pic-products {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.pic-products img{
    width: 100%;
	border-radius: 20px;
}
.product-text {
	color: #1b00ff;
    font-size: 18px;
    margin-right: 8px;
}
/*---- Start Update----*/
.product-addto-links {
    display: block;
	color: #1b00ff;
    font-size: 14px;
    margin-right: 8px;
    text-align: left;
	margin-top: 20px;
    text-transform: none;
    vertical-align: middle;
}

/*---- End Update----*/

.product-addto-links a {
    display: block;
    color:#5a5a5a;
}


.product-addto-links a i {
     padding-right:10px;
}


/*---- Start Update----*/

.bg-text
{
	padding: 10px;
	font-size: 20px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 20px;
}
.bg-green
{
	background-color:#4a9890;
	color: #FFFFFF;
}
.bg-yellow
{
	background-color:#f9ba04;
	color: #FFFFFF;
}
.bg-blue
{
	background-color:#1b00ff;
	color: #FFFFFF;
}
.bg-red
{
	background-color:#FF7174;
	color: #FFFFFF;
}



.collapsible-products
{
	margin-top: 30px;
}


.collapsible-products .collapsible {
    background-color: #d4d7e8;
    color: #1b00ff;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px #d4d7e8 solid;
}


.collapsible-products .active {
    background-color: #1b00ff;
    color: #fff;
}

.collapsible-products .collapsible:after {
  content: "";
  color:#1b00ff;
  font-weight: bold;
  float: right;
  margin-left: 5px;    
	top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #1b00ff;
    transition: all 0.2s ease-in;
	position: relative;
	transform: rotate(270deg);

}

.collapsible-products .active:after {
    transform: rotate(90deg);  
    border-color: transparent transparent transparent #fff;
}

.collapsible-products .content {
  padding: 0px 0 ;
  max-height: 0;	
  color: #1b00ff;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.collapsible-products .content p
{
	padding:10px 0;
}

.margin-2
{
    margin-top: 40px;
}
.img-p
{
	height: 500px;
	margin: auto;
}

.btn-gray{
    color: #1b00ff;
    background-color:#e9ebf4 ;
    border-color:#e9ebf4;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-gray:hover {
    color: #1b00ff;
    background-color:#e9ebf4 ;
    border-color:#e9ebf4; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-action {
	background:rgba(0, 0, 0, 0);
	bottom: 70px;
	left: 0;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 300ms ease 0s;
}
.product-action a {

}

.amazingcarousel-image:hover .product-action {
    opacity: 1;
}


#scroll {
    position:fixed;
    right:10px;
    bottom:40px;
    cursor:pointer;    
	z-index: 99;
    width:50px;
    height:50px;
    background-color:#1b00ff;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#4a9890;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}



/*---- End Update----*/


section {

  text-align: center;
}

section p,
section h2,
section h3,
section strong {
  color: white;
}

section p {
  max-width: 850px;
  margin: 0 auto 16px;
  line-height: 1.9;
}

section h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 50px 0 22px;
  position: relative;
}

section h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: #c9a24d;
  margin: 10px auto 0;
}

section h3 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  position: relative;
}

section h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #c9a24d;
  margin: 8px auto 0;
}

section strong {
  display: block;
  margin: 22px 0;
}

@media (max-width: 768px) {
  section p {
    font-size: 15px;
  }

  section h2 {
    font-size: 23px;
  }
}
.brand-zwiesel__content {
    max-width: 760px;
    margin: 0 auto 80px;
    text-align: center;
    padding: 0 24px;
}

.brand-zwiesel__tagline {
    display: block;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9fb2d1;
    margin-bottom: 14px;
}

.brand-zwiesel__title {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 26px;
}

.brand-zwiesel__description {
    font-size: 17px;
    line-height: 1.9;
    color: #e3e9f2;
}

.brand-zwiesel__gallery {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr;
    grid-auto-rows: 260px;
    gap: 24px;
}

.brand-zwiesel__image {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.brand-zwiesel__gallery {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 300px;
    gap: 28px;
}
.brand-zwiesel__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.brand-zwiesel__image:hover img {
    transform: scale(1.07);
}
 

.serving-solutions {
    padding: 90px 0;
}

/* ===== Brands Row ===== */
.serving-solutions__brands {
    max-width: 1200px;
    margin: 0 auto 55px;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.serving-solutions__brand {
    position: relative;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9fb2d1;
    cursor: pointer;
}

/* ===== Hover Logo ===== */
.serving-solutions__brand img {
    position: absolute;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    width: 90px;
    padding: 10px 14px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    pointer-events: none;
}

.serving-solutions__brand:hover img {
    opacity: 1;
    visibility: visible;
    top: -90px;
}

/* ===== Content ===== */
.serving-solutions__content {
    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;
    padding: 0 24px;
}

.serving-solutions__title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.serving-solutions__text {
    font-size: 17px;
    line-height: 1.9;
    color: #e3e9f2;
}

/* ===== Gallery (2x2) ===== */
.serving-solutions__gallery {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 300px;
    gap: 30px;
}

.serving-solutions__image {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

.serving-solutions__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.serving-solutions__image:hover img {
    transform: scale(1.06);
}
.brands-section {
  padding: 90px 0;
}

.brands-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

/* ================= CARD ================= */
.brand-card {
  position: relative;
  height: 520px;
  border-radius: 26px;
  overflow: visible; /* 👈 مهم جدًا */
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.45);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.brand-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.55);
}

/* ================= IMAGE WRAP ================= */
.brand-card > img,
.brand-overlay {
  border-radius: 26px;
}

/* ===== FLOATING LOGO (OUTSIDE CARD) ===== */
.brand-floating-logo {
  position: absolute;
  top: 220px; 
  left: 30px;
  z-index: 10;

 /* background: #ffffff;*/
  padding: 18px 24px;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.brand-floating-logo img {
  width: 95px;
  display: block;
}

/* ===== IMAGE ===== */
.brand-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== OVERLAY ===== */
.brand-overlay {
  position: absolute;
  inset: 0;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  background: linear-gradient(
    to top,
    rgba(5, 22, 38, 0.95) 0%,
    rgba(5, 22, 38, 0.75) 35%,
    rgba(5, 22, 38, 0.35) 65%,
    rgba(5, 22, 38, 0) 100%
  );
}

/* ===== TEXT ===== */
.brand-overlay h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
}

.brand-overlay .sub-title {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c7d4e0;
  margin-bottom: 12px;
}

.brand-overlay p {
  font-size: 14px;
  line-height: 1.75;
  color: #e3edf6;
  max-width: 92%;
}
.zwieselglas-section {
  padding: 120px 0;
}

.zwiesel-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* ================= CONTENT ================= */
.zwiesel-content {
  position: relative;
  color: #ffffff;
}

.zwiesel-logo {
  position: absolute;
  top: -70px;
  left: 0;

  background: #ffffff;
  padding: 18px 24px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.zwiesel-logo img {
  width: 110px;
  display: block;
}

.zwiesel-title {
  font-size: 32px;
  letter-spacing: 3px;
  margin: 80px 0 12px;
}

.zwiesel-subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #c7d4e0;
  margin-bottom: 25px;
}

.zwiesel-text {
  font-size: 15px;
  line-height: 1.9;
  color: #e3edf6;
  max-width: 520px;
}

/* ================= GALLERY ================= */
.zwiesel-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 22px;
}

.zwiesel-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.45);
}

.zwiesel-image.large {
  grid-column: span 2;
}

.zwiesel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.logo-brands-section {
  padding: 140px 0;
}

.logo-brands-wrapper {
  width: 95%;
  max-width: 1600px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

/* ================= CARD ================= */
.logo-brand-card {
  position: relative;
  height: 620px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 40px 85px rgba(0, 0, 0, 0.45);
  transition: transform 0.4s ease;
}

.logo-brand-card:hover {
  transform: translateY(-12px);
}

/* ================= IMAGE ================= */
.logo-brand-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ================= OVERLAY ================= */
.logo-brand-overlay {
  position: absolute;
  inset: 0;
  padding: 55px 48px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 22px;

  background: linear-gradient(
    to top,
    rgba(5, 22, 38, 0.95) 0%,
    rgba(5, 22, 38, 0.7) 45%,
    rgba(5, 22, 38, 0.35) 75%,
    rgba(5, 22, 38, 0) 100%
  );
}

/* ================= LOGO ================= */
.logo-brand-overlay img {
  width: 90px;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.5));
}

/* ================= TEXT (HIDDEN BY DEFAULT) ================= */
.logo-brand-overlay p {
  font-size: 15.5px;
  line-height: 1.85;
  color: #f1f6fb;

  opacity: 0;
  transform: translateY(25px);
  transition: all 0.45s ease;
}

/* ===== SHOW TEXT ON HOVER ===== */
.logo-brand-card:hover .logo-brand-overlay p {
  opacity: 1;
  transform: translateY(0);
}
/* ================= SECTION ================= */
.paderno-creative-section {
  position: relative;
  padding: 180px 0 140px;
}

/* ================= GLASS TEXT ================= */
.paderno-glass {
  width: 65%;
  margin: auto;
  padding: 45px 50px;

  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  border-radius: 28px;
  box-shadow: 0 35px 80px rgba(0,0,0,0.45);

  text-align: center;
  z-index: 3;
  position: relative;
}

.paderno-glass p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #eef5fb;
}

/* ================= LOGOS ================= */
.paderno-logo {
  position: absolute;
  width: 110px;
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.35);
  z-index: 4;
}

.logo-left {
  top: 90px;
  left: 120px;
}

.logo-center {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.logo-right {
  top: 90px;
  right: 120px;
}

/* ================= IMAGES ================= */
.paderno-images {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  gap: 45px;
}

.paderno-images img {
  width: 360px;
  height: 360px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.45);
}
.logo-left:hover,
.logo-right:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 25px 60px rgba(0, 140, 255, 0.35);
}

.logo-center:hover {
  transform: translateX(-50%) translateY(-10px) scale(1.05);
  box-shadow: 0 25px 60px rgba(0, 140, 255, 0.35);
}
.paderno-glass {
  transition: box-shadow .4s ease, transform .4s ease;
}

.paderno-glass:hover {
  transform: translateY(-6px);
  box-shadow: 0 45px 90px rgba(0,0,0,0.55);
}
.paderno-images img {
  transition: transform .5s ease, box-shadow .5s ease;
}

.paderno-images img:hover {
  transform: scale(1.06);
  box-shadow: 0 40px 90px rgba(0,0,0,0.6);
}
/* ===== SECTION ===== */
.double-brands-section {
  padding: 140px 0;
}

.double-brands-wrapper {
  width: 95%;
  max-width: 1600px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

/* ================= CARD ================= */
.double-brand-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 40px 85px rgba(0, 0, 0, 0.45);
  transition: transform 0.4s ease;
}

.double-brand-card:hover {
  transform: translateY(-12px);
}

/* ================= IMAGE ================= */
.double-brand-media {
  position: relative;
  height: 620px;
}

.double-brand-media > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ================= OVERLAY ================= */
.double-brand-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5, 22, 38, 0.95) 0%,
    rgba(5, 22, 38, 0.7) 45%,
    rgba(5, 22, 38, 0.35) 75%,
    rgba(5, 22, 38, 0) 100%
  );
  z-index: 1;
}

/* ================= LOGO ================= */
.double-brand-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;

  background: #fff;
  padding: 14px 18px;
  border-radius: 16px;

  width: 90px;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
}

/* ================= CONTENT ================= */
.double-brand-content {
  position: absolute;
  inset: 0;
  padding: 55px 48px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 22px;

  z-index: 2;
}

/* ================= TITLE ================= */
.double-brand-content h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  color: #ffffff;
}

/* ================= TEXT (HIDDEN) ================= */
.double-brand-content p {
  font-size: 15.5px;
  line-height: 1.85;
  color: #f1f6fb;

  opacity: 0;
  transform: translateY(25px);
  transition: all 0.45s ease;
}

/* ================= HOVER ================= */
.double-brand-card:hover .double-brand-content p {
  opacity: 1;
  transform: translateY(0);
}

.shared-brands-section {
  width: 95%;
  max-width: 1500px;
  margin: 140px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

/* ===== CARD ===== */
.shared-brand-block {
  position: relative;
  height: 520px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 40px 85px rgba(0,0,0,.45);
  transition: transform .45s ease;
}

.shared-brand-block:hover {
  transform: translateY(-10px);
}

/* ===== IMAGE ===== */
.brand-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== OVERLAY ===== */
.brand-overlay-box {
  position: absolute;
  inset: 0;
  padding: 50px 48px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 22px;

  background: linear-gradient(
    to top,
    rgba(5,22,38,.95) 0%,
    rgba(5,22,38,.7) 45%,
    rgba(5,22,38,.35) 75%,
    rgba(5,22,38,0) 100%
  );
}

/* ===== LOGOS (VISIBLE ALWAYS) ===== */
.shared-logos,
.single-logo {
  z-index: 2;
}

.shared-logos {
  display: flex;
  gap: 22px;
  align-items: center;
}

.shared-logos img {
  height: 55px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}


.single-logo {
  height: 60px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.5));
}


/* ===== TEXT (HIDDEN BY DEFAULT) ===== */
.brand-overlay-box p {
  font-size: 15.5px;
  line-height: 1.85;
  color: #f1f6fb;
  max-width: 95%;

  opacity: 0;
  transform: translateY(30px);
  transition: all .45s ease;
}

/* ===== SHOW TEXT ON HOVER ===== */
.shared-brand-block:hover .brand-overlay-box p {
  opacity: 1;
  transform: translateY(0);
}

.kitchen-equipment-section {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ===== SIDE IMAGES ===== */
.side-img {
  position: absolute;
  width: 26%;
  max-width: 420px;
  object-fit: cover;
}

.side-img.left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.side-img.right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ===== CENTER IMAGES ===== */
.center-images {
 position: absolute;          
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  gap: 120px;          
  z-index: 2;
}

.center-images img {
  width: 300px;
  object-fit: cover;
}

/* ===== TEXT CARD ===== */
.kitchen-text-card {
  position: relative;
  z-index: 3;
  max-width: 720px;
  padding: 60px 65px;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 26px;
  box-shadow: 0 35px 85px rgba(0,0,0,.45);
}

/* ===== TITLE ===== */
.kitchen-text-card h2 {
  font-size: 56px;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 28px;

  transition: transform 0.4s ease;
}

/* ===== TEXT (HOVER ONLY) ===== */
.kitchen-text-card p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #e9eef4;

  opacity: 0;
  transform: translateY(22px);
  transition: all 0.45s ease;
}

/* ===== HOVER EFFECT ===== */
.kitchen-text-card:hover h2 {
  transform: translateY(-8px);
}

.kitchen-text-card:hover p {
  opacity: 1;
  transform: translateY(0);
}
.double-brand-hover-section {
  padding: 140px 0;
  background: #08192a;
}

.double-brand-grid {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

/* ===== CARD ===== */
.brand-hover-card {
  position: relative;
  height: 620px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 35px 80px rgba(0,0,0,.45);
}

/* ===== IMAGE ===== */
.brand-hover-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== OVERLAY ===== */
.brand-hover-overlay {
  position: absolute;
  inset: 0;
  padding: 55px 50px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 22px;

  background: linear-gradient(
    to top,
    rgba(5, 22, 38, 0.95) 0%,
    rgba(5, 22, 38, 0.7) 45%,
    rgba(5, 22, 38, 0.35) 75%,
    rgba(5, 22, 38, 0) 100%
  );
}

/* ===== LOGO ===== */
.brand-logo {
 position: absolute;
  top: 250px;       
  left: 35px;      
  width: 90px; 
  height: auto;
  z-index: 5;

  display: block;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.45));
}

/* ===== TITLE ===== */
.brand-hover-overlay h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
}

/* ===== TEXT (HIDDEN) ===== */
.brand-hover-overlay p {
  font-size: 15.5px;
  line-height: 1.85;
  color: #f1f6fb;

  opacity: 0;
  transform: translateY(25px);
  transition: all 0.45s ease;
}

/* ===== HOVER EFFECT ===== */
.brand-hover-card:hover .brand-hover-overlay p {
  opacity: 1;
  transform: translateY(0);
}









/* =====================================================
   RESPONSIVE – TABLET
===================================================== */
@media (max-width: 991px) {

  /* ===== GLOBAL ===== */
  body {
    background-attachment: scroll;
  }

  /* ===== BRAND ZWIESEL ===== */
  .brand-zwiesel__title {
    font-size: 30px;
  }

  .brand-zwiesel__description {
    font-size: 15px;
  }

  .brand-zwiesel__gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
    gap: 20px;
  }

  /* ===== SERVING SOLUTIONS ===== */
  .serving-solutions__brands {
    gap: 25px;
  }

  .serving-solutions__gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  /* ===== BRAND CARDS ===== */
  .brands-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .brand-card {
    height: 480px;
  }

  .brand-floating-logo {
    position: static;
    margin: 20px;
  }

  /* ===== ZWIESEL SECTION ===== */
  .zwiesel-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .zwiesel-logo {
    position: static;
    margin-bottom: 20px;
  }

  .zwiesel-title {
    margin-top: 0;
    font-size: 26px;
  }

  .zwiesel-gallery {
    grid-template-columns: 1fr;
  }

  .zwiesel-image.large {
    grid-column: auto;
  }

  /* ===== LOGO BRANDS ===== */
  .logo-brands-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .logo-brand-card {
    height: 520px;
  }

  .logo-brand-overlay p {
    opacity: 1;
    transform: none;
  }

  /* ===== PADERNO ===== */
  .paderno-glass {
    width: 90%;
    padding: 30px;
  }

  .paderno-images {
    flex-direction: column;
    gap: 30px;
  }

  .paderno-images img {
    width: 90%;
    height: auto;
  }

  .paderno-logo {
    display: none;
  }

  /* ===== DOUBLE BRANDS ===== */
  .double-brands-wrapper {
    grid-template-columns: 1fr;
  }

  .double-brand-media {
    height: 500px;
  }

  /* ===== SHARED BRANDS ===== */
  .shared-brands-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .shared-brand-block {
    height: 480px;
  }

  /* ===== KITCHEN SECTION ===== */
  .side-img {
    display: none;
  }

  .center-images {
    position: static;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 40px;
  }

  .center-images img {
    width: 140px;
  }

  .kitchen-text-card {
    padding: 40px 35px;
  }

  .kitchen-text-card h2 {
    font-size: 38px;
  }

  .kitchen-text-card p {
    opacity: 1;
    transform: none;
  }

  /* ===== DOUBLE BRAND HOVER ===== */
  .double-brand-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .brand-hover-card {
    height: 520px;
  }

  .brand-logo {
    position: static;
    margin-bottom: 15px;
  }

  .brand-hover-overlay p {
    opacity: 1;
    transform: none;
  }
}


/* =====================================================
   RESPONSIVE – MOBILE
===================================================== */
@media (max-width: 575px) {

  /* ===== GLOBAL ===== */
  section {
    padding: 80px 0 !important;
  }

  /* ===== TITLES ===== */
  h2, h3 {
    letter-spacing: 1px;
  }

  /* ===== BRAND ZWIESEL ===== */
  .brand-zwiesel__title {
    font-size: 24px;
  }

  .brand-zwiesel__description {
    font-size: 14px;
  }

  /* ===== SERVING SOLUTIONS ===== */
  .serving-solutions__title {
    font-size: 24px;
  }

  .serving-solutions__text {
    font-size: 14px;
  }

  /* ===== CARDS HEIGHT ===== */
  .brand-card,
  .logo-brand-card,
  .double-brand-media,
  .shared-brand-block,
  .brand-hover-card {
    height: 420px;
  }

  /* ===== OVERLAYS ===== */
  .brand-overlay,
  .logo-brand-overlay,
  .double-brand-content,
  .brand-hover-overlay,
  .brand-overlay-box {
    padding: 28px;
  }

  /* ===== LOGOS ===== */
  .logo-brand-overlay img,
  .double-brand-logo,
  .brand-logo {
    width: 70px;
  }

  /* ===== KITCHEN ===== */
  .kitchen-text-card h2 {
    font-size: 30px;
  }

  .kitchen-text-card {
    padding: 30px 25px;
  }
}






/* ================= ADA BRAND SECTION ================= */
.ada-brand-section {
    padding: 90px 0 40px; /* قللنا المسافة تحت */
}

.ada-brand-container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: stretch;
    gap: 50px;
}

/* IMAGE */
.ada-brand-image {
    flex: 1.2;
}

.ada-brand-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.45);
    transition: all 0.4s ease;
}



/* CONTENT */
.ada-brand-content {
    flex: 1.6;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    padding: 55px;
    border-radius: 26px;
    transition: all 0.4s ease;
}

.ada-brand-content:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
}

.ada-brand-title {
    font-size: 38px;
    margin-bottom: 10px;
}

.ada-brand-subtitle {
    font-size: 18px;
    color: #b5c7ff;
    margin-bottom: 24px;
}

.ada-brand-text {
    font-size: 16px;
    line-height: 1.85;
    color: #e3e9ff;
}

/* ================= CENTER STATEMENT ================= */
.ada-statement-section {
    padding: 70px 20px 40px; 
    text-align: center;
}

.ada-statement-section h2 {
    font-size: 46px;
    margin-bottom: 10px; 
    letter-spacing: 2px;
}

.ada-statement-section p {
    font-size: 20px;
    color: #9fb4ff;
}

/* ================= LOGOS SECTION ================= */
.ada-logos-section {
    padding: 30px 0 90px; 
}

.ada-logos-grid {
    width: 85%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 35px;
    align-items: center;
    justify-items: center;
}

.ada-logos-grid img {
    max-width: 120px;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.8);
    transition: all 0.35s ease;
}

/* ✨ Logo hover */
.ada-logos-grid img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.15);
}
/* ================= ROLACO AMENITIES SECTION ================= */

/* Section */
.rolaco-amenities-section {
    padding: 120px 0;
}
.rolaco-logo {
    width: 250px;
    display: block;
    margin: 0 auto 25px auto;
    margin-bottom: 80px;
    opacity: 0.9;
}
.rolaco-logo:hover {
    opacity: 1;
    transition: 0.4s ease;
    filter: grayscale(0%) opacity(1);
    transform: scale(1.15);
}
.rolaco-amenities-container :hover{
    transform: scale(1.02);
    transition: 0.4s ease;
}
/* Layout */
.rolaco-amenities-container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}

/* Text */
.rolaco-amenities-text {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(14px);
    padding: 60px;
    border-radius: 30px;
}

.rolaco-amenities-text h2 {
    font-size: 46px;
    margin-bottom: 30px;
}

.rolaco-amenities-text p {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 26px;
    color: #e6edff;
}

/* Slider */
.rolaco-slider {
    position: relative;
    height: 520px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 40px 90px rgba(0,0,0,0.45);
}

/* Slides */
.rolaco-slider .slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fadeSlider 8s infinite;
}

/* First image */
.rolaco-slider .slide:nth-child(1) {
    animation-delay: 0s;
}

/* Second image */
.rolaco-slider .slide:nth-child(2) {
    animation-delay: 4s;
}

/* Animation */
@keyframes fadeSlider {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    45%  { opacity: 1; }
    55%  { opacity: 0; }
    100% { opacity: 0; }
}

/* Hover */
.rolaco-slider:hover {
    transform: scale(1.02);
    transition: 0.4s ease;
}







/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
    .ada-brand-container {
        flex-direction: column;
    }

    .ada-logos-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .rolaco-amenities-container {
        grid-template-columns: 1fr;
    }

    .rolaco-slider {
        height: 420px;
    }
}

@media (max-width: 576px) {
    .ada-brand-title {
        font-size: 30px;
    }

    .ada-statement-section h2 {
        font-size: 30px;
    }

    .ada-logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

}















/* ===================== SERVICE CLEANING GLOBAL ===================== */
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: radial-gradient(circle at top, #0b2a4a, #041224);
    color: #fff;
}

/* ===================== PAGE WRAPPER ===================== */
.scu-services-cleaning-wrapper {
    padding: 120px 5%;
}

/* ===================== PAGE TITLE ===================== */
.scu-services-cleaning-header {
    text-align: center;
    margin-bottom: 80px;
}

.scu-services-cleaning-header h1 {
    font-size: 52px;
    letter-spacing: 3px;
    margin: 0;
}

/* ===================== BRANDS LAYOUT ===================== */
.scu-services-cleaning-brands-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

/* ===================== BRAND CARD ===================== */
.scu-cleaning-brand-card {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    height: 520px;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.scu-cleaning-brand-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

/* ===================== BRAND OVERLAY ===================== */
.scu-cleaning-brand-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(2,15,30,0.2),
        rgba(2,15,30,0.85)
    );
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: background 0.6s ease;
}

/* ===================== HOVER EFFECT ===================== */
.scu-cleaning-brand-card:hover .scu-cleaning-brand-bg {
    transform: scale(1.08);
}

.scu-cleaning-brand-card:hover .scu-cleaning-brand-overlay {
    background: linear-gradient(
        180deg,
        rgba(6,40,80,0.25),
        rgba(1,10,20,0.95)
    );
}
.scu-cleaning-brand-card:hover {
    transform: translateY(-14px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.04);
}


/* ===================== BRAND CONTENT ===================== */
.scu-cleaning-brand-logo {
    width: 90px;
    margin-bottom: 20px;
}

.scu-cleaning-brand-title {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.scu-cleaning-brand-text {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.9;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 992px) {
    .scu-services-cleaning-brands-holder {
        grid-template-columns: 1fr;
    }

    .scu-cleaning-brand-card {
        height: 480px;
    }

    .scu-services-cleaning-header h1 {
        font-size: 42px;
    }
}

@media (max-width: 576px) {
    .scu-cleaning-brand-overlay {
        padding: 30px;
    }

    .scu-cleaning-brand-title {
        font-size: 24px;
    }

    .scu-cleaning-brand-text {
        font-size: 14px;
    }
}








/* ================= GENERAL ================= */

/* ================= GENERAL ================= */
.hotel-essentials {
    background: linear-gradient(180deg, #061b3a, #031024);
    color: #fff;
    padding: 120px 0;
    font-family: 'Poppins', sans-serif;
}

.page-title h1 {
    text-align: center;
    font-size: 64px;
    margin-bottom: 120px;
    letter-spacing: 3px;
}

/* ================= GLASS ================= */
.brand-glass,
.glass-text,
.brand-glass-overlay {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(18px);
    border-radius: 32px;
    padding: 45px 55px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

.brand-logo {
    max-width: 120px;
    margin-bottom: 25px;
}

/* ================= SECTION 1 ================= */
.brand-section {
    width: 85%;
    margin: auto;
    display: flex;
    gap: 80px;
    align-items: center;
    margin-bottom: 160px;
}

/* ===== SECTION 1 SLIDER ===== */
.brand-section:first-of-type {
    justify-content: center;
}

.brand-section:first-of-type .brand-slider {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 280px;
    margin-top: 35px;
    border-radius: 24px;
    overflow: hidden;
}

.brand-section:first-of-type .brand-slider img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: brandSwap 12s infinite;
}

.brand-section:first-of-type .brand-slider img:nth-child(1) { animation-delay: 0s; }
.brand-section:first-of-type .brand-slider img:nth-child(2) { animation-delay: 4s; }
.brand-section:first-of-type .brand-slider img:nth-child(3) { animation-delay: 8s; }

@keyframes brandSwap {
    0%   { opacity: 1; }
    25%  { opacity: 1; }
    33%  { opacity: 0; }
    92%  { opacity: 0; }
    100% { opacity: 1; }
}

.brand-section:first-of-type .brand-glass {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 70px;
}

.brand-section:first-of-type .brand-glass p {
    max-width: 520px;
}

/* ================= SECTION 2 ================= */
.brand-tabs-section {
    position: relative;
    margin-bottom: 180px;
}

/* tabs */
.brand-tabs {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin-bottom: 70px;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

.brand-tab {
    position: relative;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
}

.brand-tab:hover {
    opacity: 1;
}

.brand-tab-logo {
    position: absolute;
    bottom: 140%;
    left: 50%;
    transform: translateX(-50%) scale(0.85);
    max-width: 110px;
    opacity: 0;
    transition: 0.4s;
}

.brand-tab:hover .brand-tab-logo {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

/* glass text */
.brand-glass-overlay {
    width: 60%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* ===== SECTION 2 SLIDER (SAME AS SECTION 1) ===== */
.brand-tabs-section .brand-images-slider {
    position: relative;
    width: 420px;
    height: 280px;
    margin: 50px auto 0;
    border-radius: 24px;
    overflow: hidden;
}

.brand-tabs-section .brand-images-slider img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: brandSwap 12s infinite;
}

.brand-tabs-section .brand-images-slider img:nth-child(1) { animation-delay: 0s; }
.brand-tabs-section .brand-images-slider img:nth-child(2) { animation-delay: 4s; }
.brand-tabs-section .brand-images-slider img:nth-child(3) { animation-delay: 8s; }
.brand-tabs-section .brand-images-slider img:nth-child(4) { animation-delay: 12s; }

/* ================= SECTION 3 ================= */
.hr-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 160px;
}

.hr-section .brand-glass {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hr-section .brand-logo {
    margin: 0 auto 25px;
}

.hr-section .brand-glass p {
width: 100%;        
    max-width: 100%;    
    margin-bottom: 35px;
    text-align: justify;      
    line-height: 1.7;  
}

/* slider */
.slider1 {
    position: relative;
    width: 360px;
    height: 360px;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 auto;
}

.slider1 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: brandSwap 12s infinite;
}

.slider1 img:nth-child(1) { animation-delay: 0s; }
.slider1 img:nth-child(2) { animation-delay: 4s; }
.slider1 img:nth-child(3) { animation-delay: 8s; }


/* ================= SECTION 4 ================= */
.ihommate-section {
    width: 85%;
    margin: auto;
    margin-bottom: 160px;
}

.ihommate-section .brand-glass {
    max-width: 900px;
    margin: auto;
    background: #2f3f54;
    border-radius: 40px;
    padding: 70px 80px;
    display: flex;
    flex-direction: column;
}

.ihommate-section .brand-logo {
    display: block;
    margin: 0 auto 30px;
    max-width: 140px;
}

.ihommate-section .brand-glass p {
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 40px;
}

.ihommate-section .slider {
    margin: 0 auto;
    width: 360px;
    height: 360px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.ihommate-section .slider img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: brandSwap 8s infinite;
}

.ihommate-section .slider img:nth-child(1) { animation-delay: 0s; }
.ihommate-section .slider img:nth-child(2) { animation-delay: 4s; }

@keyframes brandSwap {
    0%, 40% { opacity: 1; }
    50%, 100% { opacity: 0; }
}
/* ================= SECTION 5 ================= */
.grid-images {
    display: grid;
    grid-template-columns: repeat(4, 220px);
    justify-content: center;
    gap: 30px;
}
.glass-text {
    width: 100%;
    max-width: 900px;       
    margin: 0 auto;         
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(18px);
    border-radius: 32px;
    padding: 60px 70px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}
.glass-text p {
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.7;
}
.glass-text .grid-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
}

.glass-text .grid-images img {
    width: 100%;
    height: 160px;         
    object-fit: cover;
    border-radius: 18px;
}



.grid-images img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 24px;
}
.brand-tabs .brand-item {
    position: relative;
    cursor: pointer;
    font-weight: 600;
}


.brand-tabs .hover-logo {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}

/* hover */
.brand-tabs .brand-item:hover .hover-logo {
    opacity: 1;
}
/* ===== UNIFIED GLASS WIDTH ===== */
.brand-glass,
.glass-text {
    max-width: 900px;
    margin: 0 auto;
}




/* ================= SECTION 6 ================= */
.double-images {
    display: flex;
    gap: 40px;
}

.double-images img {
    width: 260px;
    border-radius: 26px;
}
/* ===== FF&E SECTION FINAL FIX ===== */
.brand-section:last-of-type {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 160px;
}

.brand-section:last-of-type .brand-glass {
    width: 100%;
    padding: 60px 70px;
}

.brand-section:last-of-type h2 {
    text-align: center;
    margin-bottom: 20px;
}

.brand-section:last-of-type .brand-glass p {
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
}
.brand-section:last-of-type .double-images {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
}

.brand-section:last-of-type .double-images img {
    width: 260px;
    height: 200px;
    object-fit: cover;
    border-radius: 24px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {

    .page-title h1 {
        font-size: 48px;
        margin-bottom: 80px;
    }

    .brand-section {
        flex-direction: column;
        gap: 60px;
        width: 90%;
    }

    .brand-glass,
    .glass-text,
    .brand-glass-overlay {
        padding: 40px 45px;
    }

    .brand-glass-overlay {
        width: 100%;
    }

    .grid-images {
        grid-template-columns: repeat(2, 1fr);
    }

    .double-images {
        flex-direction: column;
        align-items: center;
    }

  
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {

    .hotel-essentials {
        padding: 80px 0;
    }

    .page-title h1 {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .brand-section {
        width: 92%;
        margin-bottom: 120px;
    }

    .brand-glass,
    .glass-text,
    .brand-glass-overlay {
        padding: 30px 25px;
        border-radius: 24px;
    }

    .brand-logo {
        max-width: 90px;
    }

    .grid-images {
        grid-template-columns: 1fr;
        gap: 20px;
    }

   

    .double-images img {
        width: 100%;
        max-width: 280px;
    }
}



    /* ================= OUR PRODUCT PAGE ================= */

.op-wrapper {
    padding: 120px 0;
    background: #f7f9fc;
    font-family: 'Poppins', sans-serif;
}

/* TITLE */
.op-header h1 {
    text-align: center;
    font-size: 56px;
    letter-spacing: 3px;
    margin-bottom: 80px;
    color: #061b3a;
}

/* GRID */
.op-hotels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

/* CARD */
.op-hotel-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.op-hotel-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.18);
}

/* IMAGE */
.op-hotel-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* INFO */
.op-hotel-info {
    padding: 25px;
    text-align: center;
}

.op-hotel-logo {
    max-width: 120px;
    margin-bottom: 12px;
}

.op-hotel-location {
    font-size: 15px;
    color: #777;
    margin-bottom: 20px;
}

/* SERVICES */
.op-hotel-services {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 8px;
}

.op-hotel-services img {
    width: 28px;
    opacity: 0.7;
    transition: 0.3s;
}

.op-hotel-services img:hover {
    opacity: 1;
    transform: scale(1.15);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .op-hotels-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .op-hotels-grid {
        grid-template-columns: 1fr;
    }

    .op-hotel-services {
        grid-template-columns: repeat(5, 1fr);
    }
}


/* ================= OUR PRODUCT PAGE ================= */

.op-wrapper {
    padding: 120px 0;
    background: #f7f9fc;
    font-family: 'Poppins', sans-serif;
}

/* TITLE */
.op-header h1 {
    text-align: center;
    font-size: 56px;
    letter-spacing: 3px;
    margin-bottom: 80px;
    color: #061b3a;
}

/* GRID */
.op-hotels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

/* CARD */
.op-hotel-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.op-hotel-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.18);
}

/* IMAGE */
.op-hotel-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* INFO */
.op-hotel-info {
    padding: 25px;
    text-align: center;
}

.op-hotel-logo {
    max-width: 120px;
    margin-bottom: 12px;
}

.op-hotel-location {
    font-size: 15px;
    color: #777;
    margin-bottom: 20px;
}

/* SERVICES */
.op-hotel-services {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 8px;
}

.op-hotel-services img {
    width: 28px;
    opacity: 0.7;
    transition: 0.3s;
}

.op-hotel-services img:hover {
    opacity: 1;
    transform: scale(1.15);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .op-hotels-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .op-hotels-grid {
        grid-template-columns: 1fr;
    }

    .op-hotel-services {
        grid-template-columns: repeat(5, 1fr);
    }
}


/* ================= RESPONSIVE FIX ================= */

/* Tablets */
@media (max-width: 992px) {

    .ihommate-section {
        width: 95%;
    }

    .ihommate-section .brand-glass {
        padding: 50px 40px;
    }

    .ihommate-section .slider {
        width: 300px;
        height: 300px;
    }

    .brand-tabs-section .brand-images-slider {
        width: 360px;
        height: 240px;
    }
}


/* Mobile */
@media (max-width: 576px) {

    /* ===== SECTION IHOMMATE ===== */
    .ihommate-section {
        width: 100%;
        margin-bottom: 100px;
    }

    .ihommate-section .brand-glass {
        padding: 40px 25px;
        border-radius: 28px;
    }

    .ihommate-section .brand-glass p {
        text-align: left;  
        font-size: 15px;
        line-height: 1.8;
    }

    .ihommate-section .slider {
        width: 100%;
        max-width: 280px;
        height: 280px;
    }


    /* ===== BRAND TABS SLIDER ===== */
    .brand-tabs-section .brand-images-slider {
        width: 100%;
        max-width: 300px;
        height: 200px;
    }

    .brand-tabs-section .brand-images-slider img,
    .ihommate-section .slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

ul.amazingcarousel-list {
    background-color: white !important;
}


#amazingcarousel-1 .amazingcarousel-image img {
   
    height: 100px !important;
}



.hero {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #1a3e59, #051538);
    color: #fff;
    border-radius: 12px;
}

.hero h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.tagline {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.content {
    margin: 50px 0;
    line-height: 1.8;
    font-size: 16px;
}

.highlight {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    border-left: 5px solid #5e9a93;
    border-radius: 8px;
}

.highlight h2 {
    margin-top: 0;
    color: #5e9a93;
}

.why-us {
    text-align: center;
    margin: 60px 0;
}

.quote {
    font-size: 20px;
    font-style: italic;
    color: #555;
}

.values {
    margin: 60px 0;
}

.values h2 {
    text-align: center;
    margin-bottom: 40px;
}

.value-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.value-box h3 {
    color: #5e9a93;
    margin-top: 0;
}

.awards {
    background-color: #6c9893;
    color: #fff;
    padding: 40px;
    border-radius: 12px;
}

.awards h2 {
    margin-top: 0;
    color: #051538;
}


.highlight p {
    color: #051538;
}

.value-box p {
    color: #051538;
}
.leadership-container {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
}

/* Title */
.leadership-title {
    text-align: center;
    margin-bottom: 60px;
}

.leadership-title h1 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #5d988d;
}

.leadership-title p {
    font-size: 16px;
    color: #555;
}

/* Groups */
.group {
    margin-bottom: 70px;
}

.group h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #5d988d;
    text-align: center;
}

.light-bg {
    background: #ffffff;
    padding: 50px 30px;
    border-radius: 12px;
}

/* Cards Layout */
.cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.cards.wide .card {
    max-width: 320px;
}

/* Card */
.card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px 20px;
    text-align: center;
    border-radius: 10px;
    width: 260px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.card h3 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
}

.card span {
    display: block;
    font-size: 14px;
    color: #5d988d;
    margin-bottom: 10px;
}

.card p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

.card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
}

.img-gallery a {
    width: 82px !important;
}


.ffe-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 160px;
}

.ffe-section .ffe-content {
    width: 100%;
    padding: 60px 70px;
}

.ffe-section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.ffe-section .ffe-content p {
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
}

.ffe-section .ffe-images {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
}

.ffe-section .ffe-images img {
    width: 260px;
    height: 200px;
    object-fit: cover;
    border-radius: 24px;
}
.brand-logo1 {
    max-width: 120px;
    margin-bottom: 25px;
}
.hr-section .brand-logo1 {
    margin: 0 auto 25px;
}
.ihommate-section .brand-logo1 {
    display: block;
    margin: 0 auto 30px;
    max-width: 140px;
} .brand-logo1 {
        max-width: 90px;
    }
	
	.logos img,
.logos .grayscale,
.amazingcarousel-image img {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
}

.logos img:hover,
.logos .grayscale:hover,
.amazingcarousel-image img:hover {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
}


.pic-inner {
    display: none;
}

.brand-floating-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}
.brand-floating-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}
.brand-overlay {
  padding-top: 80px;
}

.brand-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 30px;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow: hidden;
}

.brand-hover-card:hover .brand-hover-overlay {
  opacity: 1;
  overflow-y: auto;
}