/*** General Styles ***/
body {
    font-family: 'tajawal', sans-serif;
    direction: ltr;
}

.do {
    color: #ce7529 !important;
    font-weight: 400;
}

.dow {
    color: #ce7529 !important;
    font-weight: 600;
}

.dg {
    color: #51504e !important;
    font-weight: 400;
}

.dgw {
    color: #51504e !important;
    font-weight: 600;
    font-size: 20px;
}

.tajawal-extralight {
    font-family: "Tajawal", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.tajawal-light {
    font-family: "Tajawal", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.tajawal-regular {
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tajawal-medium {
    font-family: "Tajawal", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.tajawal-bold {
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.tajawal-extrabold {
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.tajawal-black {
    font-family: "Tajawal", sans-serif;
    font-weight: 900;
    font-style: normal;
}

/*** Spinner Start ***/
 
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

/*** WhatsApp Button ***/
.whats-float {
    position: fixed;
    transform: translate(-70px, 0px);  
    bottom: 6%;
    left: 0;
    width: 130px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius:0 28px  28px 0;
    z-index: 10;
    transition: all 0.8s ease-in-out;
    direction: rtl;
    vertical-align: middle;
}

.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height:1.5;
    text-align: center;
    font-weight: bolder;
}

.whats-float-gif {
    width: 65px;
    height: 65px;  
    padding: 9px;
    transform: rotate(0deg);
    transition: all 0.8s ease-in-out;
    text-align: center;
}

 
.whats-float.active,
.whats-float:hover {
    transform: translate(0px, 0px);  
}

.whats-float-gif:hover {
    transform: rotate(360deg);  
}

.back-to-top {
    position: relative ;
    left: 0;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
}
/*** Topbar Start ***/
.topbar {
    padding: 5px 15px 5px 25px;
    background: var(--bs-primary);
}

.topbar a {
    padding-right: 19px;
    color:#c0a27f;
    font-size: 13px;
}

.topbar i {
    padding-left: 6px;   
}
/*** Topbar End ***/

/* ===== Navbar Styles ===== */
.navbar {
    background-image: linear-gradient(180deg, rgba(243, 238, 234, 1), rgba(243, 238, 234, 0.97), rgba(255, 251, 247, 0.78));
}

.navbar-brand img {
    height: 85px;
}

/* ===== Navigation Links ===== */
.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: var(--bs-primary);
    font-family: "Tajawal", sans-serif;
    font-weight:800;
    font-size: 18px;
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 10px;
    color: var(--bs-primary);
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    font-size: 18px;
    transition: .5s;
    z-index: 99;
}

.navbar .navbar-nav .nav-item {
    margin: 0 5px;
}

/* ===== Navigation Hover Effects ===== */
.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 2px solid var(--bs-secondary);
    opacity: 0;
    transition: 0.5s;
    z-index: 2 !important;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
}

.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
    border-top: 0;
    border-left: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 50%;
    height: 50%;
    opacity: 1;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: #ce7529 !important;
    font-weight: 800;
}

/* ===== Dropdown Styles ===== */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    vertical-align: middle;
    font-size: 17px;
}

/* توحيد أنماط dropdown مع باقي العناصر */
.navbar .nav-item.dropdown .nav-link {
    color: var(--bs-primary);
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    font-size: 18px;
    padding: 10px;
    transition: .5s;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
    text-align: right;
	background: #fff;
	
}

.navbar .nav-item .dropdown-menu {
    background: var(--bs-light);
    transition: 0.5s;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    transition: 0.5s;
	 font-weight: 500;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item.active {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

/* ===== Navbar Toggler ===== */
.navbar .navbar-toggler {
    padding: 6px 12px;
    color: #fff ;
    background: var(--bs-primary);
    text-align: right;
	border-radius: 5px  ;
}

.nav-bar .navbar-toggler {
    color: var(--bs-dark);
    box-shadow: none !important;
}

/* ===== Navigation Icons ===== */
.nav-icon {
    display: none;
}
.nav-icon2 {
    display: none;
}

/* ===== Button Styles ===== */
.search-btn {
    font-size: 16px;
}

.phone-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding:8px 18px;
    background: #1d588d;
    border-radius:5px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
	 font-weight: 600;
}

.whatsapp-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding:8px 18px;
    background: #075e54;
    border-radius:5px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
	 font-weight: 600;
}

.phone-service-btn:hover,
.whatsapp-service-btn:hover {
    background-color:#ce7529;
    color: #fff;
    transition: 0.3s;
}

.phone-service-btn i,
.whatsapp-service-btn i {
    margin-left:7px;
    margin-right: 0;
}
.lang-switch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    background-color: none;
    color: #c0a27f;
	border-top: 1px solid #c0a27f;
	border-bottom: 1px solid #c0a27f;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
}

.lang-switch-btn:hover {
    color: #ce7529; 
    border-color: #ce7529;
    transition: 0.3s;
}
/* ===== Search Modal ===== */
#searchModal .modal-content {
    background:rgba(31, 33, 40, 0.67);
}

/* ===== Navbar Styles End ===== */

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 18, 72, 0.7), rgba(0, 18, 72, 0.7)), url(../img/footer-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-breadcrumb-title{
    color: #fcd577;
	font-size: 50px ;
	font-weight: 800 ;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

/*** Single Page Hero Header End ***/





/*** Carousel Start ***/
.carousel .carousel-inner .carousel-item {
    position: relative;
    overflow: hidden;
    height: 100vh;
    font-family: "Tajawal", sans-serif;
}

.carousel-title {
    color: #fff;
    font-size: 48px;
	font-weight:600;
	margin-bottom: 20px;
	font-family:"Noto+Naskh+Arabic", sans-serif;
}

.carousel-p2 {
    line-height: 1.3; 
    color: #fcd577;
    font-size: 20px;
	font-weight:600;
}

.carousel-caption-p {
   line-height: 1.3; 
    color: #fff;
    font-size: 34px;
	font-weight:400;
	padding: 10px;
	margin-bottom: 50px;
}
.carousel-caption a {
    border-radius: 5px;
	font-size: 20px;
    font-weight: 200;
    padding: 12px 22px;
    font-family:"Noto+Naskh+Arabic", sans-serif;
}

.carousel-caption i {
    line-height: 1.4; 
    padding-left: 10px;
    font-weight: 100;
    font-size: 21px;
}
.carousel .carousel-inner .carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
 
}

@keyframes image-zoom {
    0%   { -webkit-filter: blur(0px); opacity: 1; }
    25%  { -webkit-filter: blur(3px); opacity: 0.9; }
    50%  { -webkit-filter: blur(10px); opacity: 0.7; }
    75%  { -webkit-filter: blur(3px); opacity: 0.9; }
    100% { -webkit-filter: blur(0px); opacity: 1; }
}
.carousel .carousel-inner .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.carousel .carousel-indicators {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    z-index: 5;
}

.carousel .carousel-indicators li,
.carousel .carousel-indicators li,
.carousel .carousel-indicators li {
    margin-right: 30px !important;
    width: 10px;
    height: 10px;
    border: 6px solid var(--bs-secondary);
    background: var(--bs-white);
    transition: 0.5s;
}

.carousel .carousel-indicators li.active {
    border: 10px solid var(--bs-primary);
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    background: transparent;
	 margin-bottom: 40px;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    left: 45%;
    padding: 25px 30px;
    background: var(--bs-primary);
    font-size: 16px;
	 border-radius: 5px;
}

.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    right: 45%;
    padding: 25px 30px;
    background: var(--bs-primary);
    font-size: 16px;
	 border-radius: 5px;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Carousel End ***/





/*** About Start ***/

.about-sub-title  {
    font-size: 24px;
    font-weight: 500;
	color :#ce7529;
	line-height:0.5;
}

.about-title {
    font-size: 38px;
    font-weight: 700;    
	color :#181b25;
	font-family:"Noto+Naskh+Arabic", sans-serif;
}

.about-p1  {
    font-size: 24px;
    font-weight: 400;
	color :#181b25;
	margin-top: 22px;
	line-height: 1.5;
}

.about-p {
    font-size: 19px;
}

.about-item h5 {
    font-size: 20px;
    font-weight: 600;
    margin-left:15px;
	color :#ce7529;
}
.about-img3 {
    width: 244px;
    height: 160px;    
	border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-primary) var(--bs-primary) var(--bs-secondary);
} 
.about-icon-img1 {
	 margin-left:80px;
    width: 65px;
    height: 65px;
    object-fit: contain;
} 

 
.about .about-item-image {
    position: relative;
    background: var(--bs-light);
    background-image: url(../img/about-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.about .about-item-image .img-1 {
    margin-bottom: 250px; 
    margin-right: 0;
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-light) var(--bs-light) var(--bs-secondary);
    z-index: 3;
}

.about .about-item-image .img-2 {
    margin-top: 250px; 
    margin-left: 0;
    border: 4px solid;
    border-color: var(--bs-light) var(--bs-secondary) var(--bs-secondary) var(--bs-light); 
    z-index: 3;
}

.about .about-item-image::before {
    width: 80%;
    height: 80%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid;
    border-style: dotted;
    border-color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 2;
}

.about .about-item-image .about-item-image-content {
    width: 55%;
    height: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bs-secondary);
    border: 4px solid var(--bs-primary);
    opacity: 0.95;
    z-index: 4;
}

.about .about-item-image .about-item-image-effect {
    position: absolute;
    top: 0;
    right: 0;
}
.about-read-more3 {
            display: inline-block;      
            border-radius: 5px;
			font-size: 20px;
            padding: 10px 22px;
            background-color: #181b25;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            text-align: center;
            color: #fff;
            font-weight: 200;
            text-decoration: none; 
            margin-top: 10px;
			 font-family: "Noto+Naskh+Arabic", sans-serif;
        }

        .about-read-more3 i {  
            padding-left: 6px;
            font-size: 20px;
        }
         
        .about-read-more3:hover {
            background-color: #ce7529;          
            color: #fff;
        }

/*** About End ***/



 /* Services Start */
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr); 
            gap: 50px;  
        }

        .service {
           font-family: "Noto+Naskh+Arabic", sans-serif;
        }

        .service .service-item {
            position: relative;
            overflow: hidden;
            width: 100%;
            max-height:500px;
            transition: transform 0.3s ease, box-shadow 0.3s ease; 
            z-index: 1;
           border:  1px solid   #ead9cb; 
            border-radius:  8px; 
            background: linear-gradient(180deg, #f4f2eb , #fff, #fff);
            margin: 0 auto;
        }

        .service .service-item:hover {
            transform: scale(1.01); 
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);  
            border-radius:   8px; 
            border: none; 
        }
        .service-sub-title {
    font-size: 23px;
    font-weight: 300;
    color: #ce7529;
    line-height: 0.3;
}

.service-title {
    font-size: 46px;
	font-weight:600;
    color: #181b25;
    line-height: 1.5;
    margin-bottom: 0;
	font-family:"Noto+Naskh+Arabic", sans-serif;
}

.service-p1  {
    font-size: 27px;
    font-weight: 100;
	color :#181b25;
	margin-top: 5px;
	line-height: 1.5;
	 margin-bottom: 35px;
}
        
        .service .service-item .service-title {  
            position: absolute;
            width: 100%;
            height: 65px;
            bottom: 0;
            left: 0;
            display: flex;
            transition: margin-left 0.5s ease;
            z-index: 3;
        }

        .service .service-item:hover .service-title {
            margin-left: -100%;
        }

        .service-title1 {
          display: flex;                  
          align-items: center;           
          justify-content: flex-start;    
          padding: 7px;
          width: 100%;  
        }

        .service h4 {
            font-size: 24px;  
            line-height: 1.3;
            color:  #ce7529;
            font-weight: 800;
            margin-left: 15px;
			font-family:"Noto+Naskh+Arabic", sans-serif;
        }

        .service h5 {
            font-size: 23px;  
            line-height: 1.3;
            color:  #181b25;
            font-weight: 800;
            margin-right: 10px;
        }

        .service h4::before {
            content: "✦";
            display: inline-block;
            margin-right: 10px;
            color: #ce7529;
            font-size: 23px;            
        }

        .service a.fs-4 {
            font-size: 1.25rem; 
        }

        .service .btn {
            font-size: 1rem;
            padding: 0.5rem 1rem; 
            border-radius: 6px;  
        }

        .ser-btn1 {
          width:270px;
          height: 170px;
          background-color: #ce7529;  
          margin-left: auto;
          margin-right: auto;
          display: block;  
          border-radius: 10px;  
          margin-bottom:10px;
        }

        .ser-btn1 img {
          width: 270px;
          height: 170px;
          padding: 3px;
           border-radius: 10px; 
        }

        .ser-btn2 {
          width: 100px;
          height: 80px;
          padding: 10px; 
          display: inline-block;  
        }

        .ser-btn2 p {
         color:  #ce7529;
         font-size : 13px; 
         text-align: center; 
         font-weight: 500; 
        }

        .ser-btn2 i {
         padding-left:3px;
         font-size : 17px;
        }

        .ser-title1 {
          display: block;          
          font-size: 1.5rem;        
          margin-top: 1.5rem;       
          margin-bottom: 0.5rem;
          font-weight: bold;       
          color: #ce7529;         
          text-decoration: none;    
        }

        .ser-description {
          color: #fff;           
          margin-bottom: 20px;    
          line-height: 1.6;
          padding:8px;
          font-size:18px;
          font-weight:100;
        }

        .ser-read-more {
          display: inline-block;
          border: 1px solid #fcd577;
          border-radius: 5px;
          padding: 5px 10px;
          font-size: 14px;
          background-color: transparent;
          transition: background-color 0.3s ease, border-color 0.3s ease;
          text-align: center;
           color: #fcd577;
        }

        .ser-read-more i{  
          padding-left: 4px  ;
          font-size: 16px;  
        }
         
        .ser-read-more:hover {
          background-color: #fff;
          border-color: #ce7529;
        }
         
        .service .service-img img {
            transition: transform 0.5s ease;
        }

        .service .service-item:hover .service-img img {
            transform: scale(1.2);
        }

        .service .service-item::after {
            content: "";
            width: 100%;
            height: 0;
            position: absolute;
            top: 0;
            left: 0;
            transition: height 0.5s ease;
            background:rgba(17, 17, 18, 0.8);  
            z-index: 2;
        }

        .service .service-item:hover:after {
            height: 100%;
        }

        .service .service-item .service-content {
            position: absolute;
            width: 100%;
            height: auto;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            transition: opacity 0.5s ease;
            opacity: 0;
            z-index: 3;
        }

        .service .service-item:hover .service-content {
            opacity: 1;
        }

    
        .ser-main-container {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            gap: 30px;
            max-width: 1200px;
            margin: 65px auto 0 auto;
            width: 100%;
			
        }

        .ser-slide-container2 {                
            display: flex;
            font-family: Tajawal;
            overflow: hidden;
            width: 100%;
            max-width: 750px; 
            flex-direction: column;
            height: auto;
            margin: 0;
            direction: ltr;
            flex: 1;
			border-bottom: 1px solid #e2dfd6; border-radius: 0 0 5px 5px;			
        }

        .ser-image-container {
            flex: 0 0 auto;
            width: 350px;
            height: auto;
            border: 1px solid #e5d4c0;
            border-radius: 8px;
            overflow: hidden;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
			border-radius: 0 0 5px 5px;	
        }

        .ser-image-container img {
            width: 100%;             
            height: 660px;
            object-fit: cover;
            border-radius: 8px;
        }

        .ser-slide-container2-p {
            color: #ce7529;
            font-size: 34px;
            font-weight: 800;
            text-align: right;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: flex-Start; 
        }

        .ser-slide-container2-p::before {
            content: '';
            flex-grow: 1;
            width:10%;
            height: 2px;
            background-color: #ce7529; 
            margin-right: 10px; 
        }

        .ser-slide-container2-p::after {
            content: '';
            flex-grow: 1;
            width: 250px; 
            height: 2px; 
            background-color: #ce7529;
            margin-left: 15px; 
        }

        .ser-slide-group {
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .ser-slide-select2 {
            cursor: pointer;
            margin: 0;
            opacity: 0;
            z-index: 10;    
            width: 100%;
            height: 60px;
            position: absolute;
            top: 0;
            right: 0;
        }

        .ser-slide-title2 {
            position: relative;
            font-size: 20px;   
            font-weight: 800;
            background-color: #181b25;
            color: #fff;
            width: 100%;
            height: 60px;
            cursor: pointer;
			border-radius:  5px;	
        }

        .ser-slide-title2:not(:last-child)::after {            
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            border-bottom :1px solid #fff;
        }

        .ser-slide-title2 span {
            bottom: 0px;
            box-sizing: border-box;
            display: block;
            position: absolute;
            white-space: nowrap;
            width: 100%;
            font-size: 24px;   
            font-weight: 600;
            transform: rotate(0deg);
            -ms-writing-mode: lr-tb;
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
            padding-right: 25px;
            padding-left: 75px;
            line-height: 60px;
            text-align: left;
        }

        .ser-slide-title2 span::before {
            content: "✦";
            display: inline-block;
            margin-right: 10px;
            color: #fff;
            font-size: 23px;
            vertical-align: middle;
        }

        .ser-slide-content2 {
            box-sizing: border-box;
            overflow: hidden;
            position: relative;            
            background-color: #fff;    
            max-height: 0;
            opacity: 0;
            padding: 0 25px;
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
            border-left:1px solid #ce7529;
            border-right:1px solid #ce7529;	
			border-bottom:1px solid #ce7529;
			border-radius:0 0 5px 5px ;
        }

        .ser-right-image2 {            
            border-radius: 5px;
            flex: 0 0 auto;
            max-width: 379px;
            height: auto;			  
        }

        .ser-right-image2 img {
            width: 100%;
            border-radius: 8px;
            height: auto;
            display: block;
            max-height: 250px;
            object-fit: cover;
        }

        .ser-left-content2 {
            flex: 1;
            display: flex;
            flex-direction: column;
            margin-left: 20px;
        }

        .ser-product-description2 {
            text-align: left;
            margin-bottom: 10px;
            line-height: 1.55;
            font-size: 21px;
            padding-left: 1px;
            padding-right:10px;
            font-weight: 500;
            color: #181b25;
        }

        .ser-read-more2 {
            display: inline-block;      
            border-radius: 5px;
            padding: 5px 5px;
            font-size: 15px;
            background-color: #fff;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            text-align: center;
            color: #ce7529;
            font-weight: 600;
            text-decoration: none;
            border: 1px solid #e7dacc;
            margin: 10px;
        }

        .ser-read-more2 i {  
            padding-left: 3px;
            font-size: 16px;
        }
         
        .ser-read-more2:hover {
            background-color: #ce7529;
            border-color: #fff;
            color: #fff;
        }

        .ser-slide-group input:checked ~ .ser-slide-content2 {
            max-height: 400px;
            opacity: 1;
            padding: 25px;
        }

        .ser-slide-group input:hover ~ .ser-slide-title2,
        .ser-slide-group input:checked ~ .ser-slide-title2 {
            background-color: #ce7529;
        } 

        .ser-read-more3 {
            display: inline-block;      
            border-radius: 5px;
			font-size: 19px;
            padding: 12px 22px;
            background-color: #ce7529;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            text-align: center;
            color: #fff;
            font-weight: 500;
            text-decoration: none;
            border: 1px solid #f3dabe;
            margin-top: 20px;
        }

        .ser-read-more3 i {  
            padding-left: 5px;
            font-size: 19px;
        }
         
        .ser-read-more3:hover {
            background-color: #181b25;
            border-color: #fff;
            color: #fff;
        }

        /* Services End */



/*** Features Start ***/
.feature .container {
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 60px;
}
.feature .text-center.mx-auto {
    max-width: 800px;  
}

.feature .feature-item {
    position: relative;
    transition: 0.5s;
    border: 1px solid #e7ddd0;
	border-radius: 8px; 
    background: var(--bs-white);
    box-shadow: 0 1px 5px rgba(35, 20, 0, 0.03);
    height: 95%; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center;
    padding: 30px 20px !important; 
    gap: 15px;  
}

.feature .feature-item:hover {
    background:#fffef9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: 1px solid #ce7529;
}
.feature-sub-title  {
    font-size: 28px;
    font-weight: 400;
	color :#ce7529;
	line-height:0.3;
}

.feature-title {
    font-size: 46px;
    font-weight: 600;    
	color :#181b25;
	line-height:1.4;
	font-family:"Noto+Naskh+Arabic", sans-serif;
}
.feature-p1  {
    font-size: 26px;
    font-weight: 400;
	color :#181b25;
	margin-top: 5px;
	line-height: 1.4;
	 margin-bottom: 35px;
}
.feature-item p {
    font-size: 22px;
    color: #51504e !important;   
    line-height: 1.2; 
    padding-left: 10px;
	 padding-right: 10px;
    font-weight: 450;
    flex-grow: 1; 
    margin-bottom: 40px;
    margin-top: 0;  
}

.feature-item h4 {
    color: #ce7529 !important;
    font-weight: 600;
    font-size: 29px;
    font-family: 'Tajawal', sans-serif;     
}

.feature-item h4::before {
    content: " ⟡ ";  
    font-family: "Font Awesome 5 Free";  
    font-weight: 200;
    color: #ce7529;      
    font-size: 1.1em;
}
 
.feature .feature-item:hover a {
    transition: 0.5s;
}

.feature .feature-item:hover a:hover {
    color: var(--bs-secondary);
}

 
.feature .feature-item .feature-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    padding: 1px;
	background: #ce7529 !important;	 
}

.feature-image {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding: 1px;	
}

.feature .feature-item .feature-img img {
    border: transparent;
    transition: 0.5s;
} 

 
.feature .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 25px;  
    margin: 0;
}

.feature .row .col-lg-4 {
    display: flex;
    align-items: stretch;
    flex: 1 1 calc(33.333% - 20px);  
    padding: 0; 
}
/*** Features End ***/




/*** Projects Start ***/
.project  {
    margin-top: 50px;
	 margin-bottom: 80px;
}

.project-dir {
    direction:rtl;
    padding-right: 11%; 
}
.project .project-item .project-img {
    position: relative;
}

.project-item {
    width: 535px;
}

.project-sub-title  {
    font-size: 27px;
    font-weight: 400;
    color :#ce7529;
    line-height:0.3;
}

.project-title {
    font-size: 45px;
    font-weight: 600;    
    color :#181b25;
    line-height:1.5;
    margin-bottom: 10px;
	font-family:"Noto+Naskh+Arabic", sans-serif;
}
.project-p1  {
    font-size: 27px;
    font-weight: 400;
	color :#181b25;
	margin-top: 5px;
	line-height: 1.3;
	 margin-bottom: 35px;
}
.project-img2  {
    display: block;           
    width: 450px;         
    height: 286px;             
    padding-bottom: 10px;        
    padding-right: 10px;   
    border-radius: 20px 0 0 0;
}	

.project .project-item .project-img::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    bottom: 0;
    right: 0;
    background: #181b25;
    z-index: -1;
    border-radius: 4px 4px 20px 4px ;
}

.project-name {
    color: #181b25 !important;
    font-weight: 600;
    font-size: 29px;
    font-family: 'Tajawal', sans-serif;   
    margin-left	: 30px;
}

.project-name::before {
    content: " ✔ ";  
    font-family: "Font Awesome 5 Free";  
    font-weight: 200;
    color: #ce7529;      
    font-size: 1.1em;
}

.project-name span {
    color: #ce7529 !important;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Tajawal', sans-serif;   
    margin-left: 8px;	
	vertical-align: middle;
}

.project-dec {
    color: #181b25 !important;
    font-weight: 400;
    font-size: 24px;
	line-height: 1.3;
    font-family: 'Tajawal', sans-serif;   
    margin-right	: 26px;
	margin-left	: 66px;
	 margin-top: 10px;
}

.project-read-more2 {
           display:  block;      
            border-radius: 5px;
            font-size:16px;
            padding: 6px 16px;
            background-color: #181b25;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            text-align: center;
            color: #fff;
            font-weight: 500;
            text-decoration: none;
            border: 1px solid #ce7529;
            margin-right	: 16px;
			margin-left	: 80px;
}
 .project-read-more2 i {  
            padding-right: 10px;
            font-size: 21px;
        }
         
        .project-read-more2:hover {
            background-color: #ce7529;
            border-color: #fff;
            color: #fff;
        }
 .project-read-more3 {
            display: inline-block;      
            border-radius: 5px;
            font-size: 20px;
            padding: 12px 22px;
            background-color: #ce7529;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            text-align: center;
            color: #fff;
            font-weight: 500;
            text-decoration: none;
            border: 1px solid #ce7529;
        }

        .project-read-more3 i {  
            padding-left: 5px;
            font-size: 19px;
        }
         
        .project-read-more3:hover {
            background-color: #181b25;
            border-color: #fff;
            color: #fff;
        }
   
/*** Projects End ***/





/*** Fact Counter ***/
.counter {
    background: url(../img/counter.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.counter .counter-btn   {   
    font-weight: 600;
    font-size: 22px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    padding: 15px 24px;
    font-family:"Noto+Naskh+Arabic", sans-serif;
    transition: 0.5s;
}

.counter .counter-btn:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
    transition: 0.9s;
}

.counter .counter-btn i {
    line-height: 1.3; 
    padding-right: 8px;
    font-weight: 100;
    font-size: 24px;
}

.counter .counter-box {
    padding-right: 5px; 
    padding-bottom: 5px; 
    margin: 0 auto;
    opacity: 0.95;
}

.counter .counter-item {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.fact-image {
    max-width: 130px;
    max-height: 130px;
}
    
.counter-item h4 {
    color: #2b3e59 !important;
    font-weight: 800;
    font-size: 26px;
	line-height:1.4;
    font-family: 'Tajawal', sans-serif;    
}

.counter-counting span {
    color: #2f4360 !important;
    font-weight: 800;
    font-size: 27px;
    font-family: 'Tajawal', sans-serif;
    font-size: 60px;
}     
.sec-span {
    color: #ce7529 !important;
    font-weight: 500;
    font-size: 60px;
    font-family: 'Tajawal', sans-serif;
    font-size: 50px;
}     
    
.counter .counter-item .counter-item-style {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    top: 0;
    left: 0;
    background:#ffc861;
    z-index: 2;
}

.counter .counter-item .counter-item-inner {
    position: relative;
    top: 10px;
    left: 10px;
    padding: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: var(--bs-white);
    box-shadow: 10px 10px #ce7529;
    z-index: 3;
}

.counter .counter-item .counter-counting {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:none;   
}


/*** Fact Counter ***/





/*** ALTERNATIVE STRUCTURE SCHEMES Start ***/
.team .container {
    width: 100%;
    max-width: 1400px; /* زيادة الحد الأقصى قليلاً للشاشات الكبيرة */
    padding-right: 15px;
    padding-left: 15px;
}

.team .team-item {
    position: relative;
    z-index: 1;
    border: 1px solid #181b25;
    padding: 5px;
    border-radius: 5px;
}

.team-sub-title {
    font-size: 26px;
    font-weight: 450;
    color: #ce7529;
    line-height: 0.3;
}

.team-title {
    font-size: 45px;
    font-weight: 600;
    color: #181b25;
    line-height: 1.5;
    margin-bottom: 0;
	font-family:"Noto+Naskh+Arabic", sans-serif;
}

.team-p1  {
    font-size: 26px;
    font-weight: 400;
	color :#181b25;
	margin-top: 5px;
	line-height: 1.3;
	 margin-bottom: 35px;
	 
}

.team-title2 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 400;
    color: #181b25;
	font-family: 'Tajawal', sans-serif;
}

.team-span {
    color: #ce7529 !important;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Tajawal', sans-serif;
}

.team-desc {
    margin-bottom: 6px;
    margin-left: 11px;
    margin-right: 8px;
    margin-top: 0;
    line-height: 1.45;
    font-size: 17px;
    font-weight: 400;
    padding: 10px;
    color: #fff;
    text-align: left;
}

.team-info {
    margin-top: 24px;
    margin-bottom: 2px;
    font-size: 17px;
}

.team-info i {
    font-size: 15px;
    padding-left: 1px;
    vertical-align: baseline;
}

.team-read-more2 {
    display: flex;
    border-radius: 5px;
    font-size: 13px;
    width: 185px;
	height: 25px;
    background-color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    color: #181b25;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
	line-height: 25px;
	justify-content: center;
	align-items: center;
}

.team-read-more2 i {
    padding-left: 8px;
    font-size: 15px;
}

.team-read-more2:hover {
    background-color: #ce7529;
    color: #fff;
}

.team-read-more3 {
            display: inline-block;      
            border-radius: 5px;
			font-size: 19px;
            padding: 12px 22px;
            background-color: #ce7529;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            text-align: center;
            color: #fff;
            font-weight: 500;
            text-decoration: none;
            margin-top: 30px;
        }

        .team-read-more3 i {  
            padding-left: 5px;
            font-size: 18px;
        }
         
        .team-read-more3:hover {
            background-color: #181b25;
            color: #fff;
			transition: 0.5s;
        }
 

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    border: none;
}

.team3 {
    border-radius: 0 0 5px 5px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background:rgba(34, 29, 22, 0.85);
    transition: 0.5s;
    z-index: 2;
    border-bottom: 4px solid #fcd577;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    width: 100%;
    left: 0;
    top: 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(-1);
    margin-bottom: 100%;
    background: transparent;
    transition: 0.5s;
    opacity: 0;
    z-index: 5;
}

.team .team-item:hover .team-img .team-icon {
    transform: scale(1);
    margin-bottom: 5px;
    opacity: 1;
}

.team .team-item .team-border-style-1,
.team .team-item .team-border-style-2 {
    width: 50%;
    height: 50%;
    position: absolute;
    background: var(--bs-secondary);
    transition: 0.5s;
    z-index: -1;
}

.team .team-item .team-border-style-1 {
    top: 0;
    left: 0;
}

.team .team-item .team-border-style-2 {
    right: 0;
    bottom: 0;
}

.team .team-item .team-border-style-3,
.team .team-item .team-border-style-4 {
    width: 0;
    height: 0;
    position: absolute;
    background: var(--bs-secondary);
    transition: 0.5s;
    z-index: -1;
}

.team .team-item .team-border-style-3 {
    top: 0;
    right: 0;
}

.team .team-item .team-border-style-4 {
    left: 0;
    bottom: 0;
}

.team .team-item:hover .team-border-style-1,
.team .team-item:hover .team-border-style-2 {
    width: 0%;
    height: 0%;
}

.team .team-item:hover .team-border-style-3,
.team .team-item:hover .team-border-style-4 {
    width: 50%;
    height: 50%;
}

/*** ALTERNATIVE STRUCTURE SCHEMES End ***/






/*** blog Start ***/
.blog  {
    padding-bottom:70px;
}
.blog-item {
     border-radius: 15px;
	 border: 1px solid #fcd577;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
 
}

.blog-sub-title {
    font-size: 27px;
    font-weight: 450;
    color: #ce7529;
    line-height: 0.3;
}

.blog-title {
    font-size: 45px;
    font-weight: 610;
    color: #181b25;
    line-height: 1.5;
    margin-bottom: 25px;
}
.blog-title2 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
    color: #181b25;
}

.blog-title2 i{
  padding-left: 6px; 
}

.blog-p1  {
    font-size: 19px;
    font-weight: 400;
	color :#181b25;
	margin-top: 5px;
	line-height: 1.4;
	 margin-bottom: 25px;
	  padding-left: 20px
}


.blog .blog-item .blog-img img {
    transition: 0.5s;
		border-radius:15px 15px 0 0 ;
		border-bottom :5px solid #fcd577;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.1);
}

.blog .blog-item .blog-content {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
	border-radius: 0 0 15px 15px;
}

.blog-read-more2 {
           display:  block;      
            border-radius: 5px;
            font-size:15px;
            padding: 6px 16px;
            background-color: #ce7529;
            transition: background-color 0.3s ease, border-color 0.3s ease;
            text-align: center;
            color: #fff;
            font-weight: 500;
            text-decoration: none;
            margin-right	: 16px;
			margin-left	: 80px;
}
 .blog-read-more2 i {  
            padding-right: 10px;
            font-size: 15px;
        }
         
        .blog-read-more2:hover {
            background-color: #181b25;
            color: #fff;
        }
/*** blog End ***/








/*** Contact Start ***/
.contact  {    
    padding-top: 70px;
	 padding-bottom: 70px;
}

.contact .contact-map {
    position: relative;
    overflow: hidden;
    padding: 20px;
    z-index: 1;
}

.contact .contact-map::before {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--bs-primary);
    z-index: -1;
}

.contact .contact-map::after {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bs-secondary);
    z-index: -1;
}

.text-center-max-width {
    max-width: 800px;
}
.contact-sub-title {
    font-size: 26px;
    font-weight: 450;
    color: #ce7529;
    line-height: 0.4;
	text-align: left;
}

.contact-title {
    font-size: 42px;
    font-weight: 600;
    color: #181b25;
    line-height: 1.3;
    margin-bottom: 20px;
	text-align: left;
	font-family:"Noto+Naskh+Arabic", sans-serif;
}

.contact-title2 {
    margin-bottom: 25px;
    font-size: 23px;
    font-weight: 510;
    color: #ce7529;
	border-top:1px solid #ce7529;
	border-left:1px solid #ce7529;
	border-right:1px solid #ce7529;
	padding-top: 15px;
	border-radius: 8px 8px 0 0 ;
}

.contact-link {  
  height: 100px; 
  padding-top: 15px; 
   padding-right: 5px; 
    padding-left: 10px; 
	border-radius: 8px; 
	border: 1px solid #e3d0c0;
}

.contact-info-title {
    color: #ce7529 !important;
    font-weight: 500;
    font-size: 21px;
    font-family: 'Tajawal', sans-serif;
	 
}

.contact-info-title2 {
    color: #ce7529 !important;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Tajawal', sans-serif;
	 margin-right: 10px;
}

.contact-info-text {
    color: #51504e !important;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Tajawal', sans-serif;
}
.contact-desc {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.5;
    font-size: 23px;
    font-weight: 500;
    color: #51504e;
    text-align: left;
}

.but {
    font-size: 19px;
	border-radius: 8px; 
}
.comment-icon {
    padding-left: 5px;
    color: #ce7529;
	
}

.form-floating label {
    text-align: right;	 
}
.textarea-height2 {
    height: 55px !important;
	border-radius: 8px; 
	border: 1px solid #e3d0c0;
}
.textarea-height {
    height: 160px !important;
	border-radius: 8px; 
	border: 1px solid #e3d0c0;
}

.map-height {
    min-height: 450px;
}

.contact-link {
    text-decoration: none;
    color: inherit;
}

.icon-spacing {
    margin-left: 8px !important;
	 font-size: 20px;
	 margin-right: 10px;
	 color: #ce7529 ;
}

.social-icons-grid {
    display: flex;
    flex-direction: row;
    gap: 12px; /* مباعدة بين الأيقونات */
	padding-right: 30px; 
}

.btn-md-square {
    width: 50px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 5px; 
	margin-top: 7px;
	margin-bottom: 3px;
}
/*** Contact End ***/




/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(16, 37, 58, 0.93),rgba(16, 37, 58, 0.93)), url(../img/footer-img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom: 25px;
	margin-top: 60px;
}

.footer .footer-item h4 {
    line-height: 32px;
    color: #ce7529;
   font-size: 20px;
   margin-bottom: 15px;
   font-weight:600;
}

.footer .footer-item a {
     margin-bottom: 10px;
    color: #fcd577;
    transition: 0.5s;
	  font-size: 17px;
}
 
.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: #fff;
}
.footer .footer-item  i {
    padding-right: 4px;
	 color: #fcd577;
}
.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
.footer .social-icons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.footer .social-icons-grid .btn {
    border-radius: 5px; 
    border: none;
    display: flex; 
    align-items: center;
    justify-content: center;
}

.footer .social-icons-grid .btn i {
    color: #fff;  
    margin: 0;
    padding: 0;
	font-size: 20px;
}

.footer .social-icons-grid .btn:hover {
    background: #fff;
}

/* Specific brand colors */
.footer .social-icons-grid .btn:has(.fa-facebook-f) {
    background-color: #1877f2;
}

.footer .social-icons-grid .btn:has(.fa-facebook-f):hover  {
	background: var(--bs-secondary) !important;
}

.footer .social-icons-grid .btn:has(.fa-twitter) {
    background-color: #1da1f2;
}

.footer .social-icons-grid .btn:has(.fa-twitter):hover  {
	background: var(--bs-secondary) !important;
}

.footer .social-icons-grid .btn:has(.fa-instagram) {
    background-color: #e1306c;
}

.footer .social-icons-grid .btn:has(.fa-instagram):hover  {
	background: var(--bs-secondary) !important;
}

.footer .social-icons-grid .btn:has(.fa-linkedin-in) {
    background-color: #0a66c2;
}

.footer .social-icons-grid .btn:has(.fa-linkedin-in):hover  {
	background: var(--bs-secondary) !important;
}

/*** Footer End ***/


   



.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: rgba(255, 255, 255, 0.94);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    max-width: 90%;
    width: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

.close-btn {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 33px;
    cursor: pointer;
    color: #d1b9a4;
    transition: color 0.3s;
}

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

.popup-item img {
    max-width: 300px;
    height: auto;
    border-radius: 5px;
	margin-top: 19px;
}

.popup-item p {
    font-size: 21px;
    font-weight: 500;
    color: #181b25;
    margin: 0;
}

.download-btn {
    display: inline-block;
	 font-size: 16px;
    padding: 8px 18px;
    background-color: #ce7529;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s;
	margin-bottom: 12px ;
}

.download-btn:hover {
    background-color: #181b25;
	color: white;
}

.download-btn i {
    margin-left: 8px;
}




/*** copyright Start ***/
.copyright {
    background: linear-gradient(135deg, #2c3e50, #1a2530);
    color: white;    
}

.copyright-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px; 
}

.designer-info {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.designer-text {
    font-size: 15px;
    color: #ddd;
    font-weight: 500;
    border-bottom:1px solid #555;
    padding-bottom: 3px;
}


.icon-group4 {
    display: flex;
    gap: 10px;
    justify-content: center; 
}

.icon-btn4 {
    width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #ddd;
            text-decoration: none;
            transition: all 0.3s ease;
}

.icon-btn4:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


.icon-website:hover {
    background-color: #192734;
    color: white;
}

.icon-phone:hover {
    background-color: #128C7E;
    color: white;
}

.icon-facebook:hover {
    background-color: #3B5998;
    color: white;
}

.icon-whatsapp:hover {
    background-color: #075E54;
    color: white;
}


@media (max-width: 768px) {
    .copyright-content {
        gap: 2px;
    }
    
    .designer-text {
        font-size: 14px;
    }
    
    .icon-btn4 {
        width: 38px;
        height: 38px;
    }
    
    .icon-group4 {
        gap: 5px;
    }
    
    
}

@media (max-width: 480px) {
    .copyright-content {
        gap: 1px;
    }
    
    .designer-text {
        font-size: 11px;
    }
    
    .icon-btn4 {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    
    .icon-group4 {
        gap: 5px;
    }
    
    
}
/*** copyright end ***/