            body {
            background-color: white;
            font-family: 'Cairo', sans-serif;
            direction: rtl;
            text-align: right;
			color:black;

        }
 
.hero {
    position: relative; /* Positioning context for the overlay */
    background-image: url('3.jpg'); /* Ensure your image path is correct */
    background-size: cover; /* Ensures the image covers the section */
    background-position: center top; /* Moves the image up */
    background-repeat: no-repeat; /* Prevents repeating if the image is smaller */
    height: 30vh; /* Adjust this to a percentage of the viewport height */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    padding: 0 50px;
    padding-top: 10px;
}

/* Dark overlay */
.hero::before {
    content: ''; /* Required for pseudo-element */
    position: absolute; /* Overlay needs to be on top */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay with transparency */
    z-index: 1; /* Ensure it’s on top of the image */
}


        .hero-text {
    position: relative; /* Ensures that the text appears above the overlay */
    z-index: 2; /* Ensure text appears above the overlay */
    padding-right: 290px;
}

.hero-text p {
    font-size: 18px;
}
        
        /* Mobile responsiveness */
/* Mobile responsiveness */
@media (max-width: 768px) {
    .hero {
        height: 250px; /* Reduce the height for mobile screens */
        padding: 0 20px; /* Adjust padding to be smaller on mobile */
    }

    .hero-text {
        text-align: center; /* Center the text on mobile */
        background-color: rgba(0, 0, 0, 0.5); /* Black transparent background */
        padding: 10px; /* Add padding for spacing around text */
    }

    .hero-text p {
        font-size: 14px; /* Reduce font size for mobile */
    }

    .hero-text h2 {
        font-size: 24px; /* Adjust the heading size for mobile */
    }
}

/* Extra small screen adjustments */
@media (max-width: 480px) {
    .hero {
        height: 200px; /* Further reduce height for very small screens */
        padding: 0 10px; /* Further reduce padding */
    }

    .hero-text {
        background-color: rgba(0, 0, 0, 0.5); /* Keep transparent background on small screens */
        padding: 10px; /* Add padding for better readability */
    }

    .hero-text p {
        font-size: 9px; /* Further reduce font size */
    }

    .hero-text h2 {
        font-size: 20px; /* Further reduce heading size */
    }
}
        
        

.select-package {
  background-color: #f4f4f4;
  padding: 60px 0;
}
#pricing {
  background-image: url('../heroimages/back.png'); /* Add your background image here */
  background-size: cover; /* Ensures the image covers the entire section */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  padding: 80px 0; /* Adjust padding as needed */
  height: 100%;
}

.select-package-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: black;
  margin-bottom: 50px;
}
.pricing-header {
  display: flex;
  justify-content: center;
  align-items: center;
    color: white;
  margin-bottom: 15px; /* Reduced space between logo and title */
}

.pricing-logo {
  flex: 0.2; /* Makes logo take equal space */
  display: flex;
  justify-content: flex-start;
  margin-right: 10px; /* Reduce the right margin between the logo and title */
}

.pricing-title {
  flex: 2; /* Makes the title and text take more space */
  text-align: center;
  margin-top: 0; /* Ensures no extra space above the title */
    color: black;

}
.pricing-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.pricing-title p {
  font-size: 1.2rem;
  margin-top: 10px;
}


.card-header {
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.card-price h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
}

.card-footer {
  padding: 1rem;
}

.card-body {
  padding: 1.5rem;
}

ul.list-unstyled li {
  margin-bottom: 10px;
  
}

.btn {
  padding: 12px;
  font-size: 1.1rem;
  text-transform: uppercase;
}


.pricing-content{position:relative;}
.pricing_design{
    position: relative;
    margin: 0px 10px;
}
.pricing_design .single-pricing{
    background:#9D2536;
    padding: 60px 10px;
    border-radius:30px;
    box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
    position: relative;
    z-index: 1;
}
.pricing_design .single-pricing:before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    border: 1px solid #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.price-head{}
.price-head h2 {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 600;
}
.price-head h1 {
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 5px;
}
.price-head span{}

.single-pricing ul{list-style:none;margin-top: 30px; 
}
.single-pricing ul li {
	line-height: 36px;
	text-align:right;
	color: black;
}
.single-pricing ul li i {
	background: #001A31;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin-right: 6px;
}
.pricing-price{}

.price_btn {
	background: #9D2536;
	padding: 10px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	border-radius: 2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.price_btn:hover{background:#0aa1d6;}
a{
text-decoration:none;    
}

.section-title {
    margin-bottom: 60px;
}
.text-center {
    text-align: center!important;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
}






  .pricing_designn {
      height: 100%;
      }

      .pricing_designn .single-pricingg {
        background: #9D2536;
        padding: 60px 10px;
        border-radius: 30px;
        box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
        position: relative;
        z-index: 1;
      }

      .pricing_designn .single-pricingg:before {
        content: "";
        background-color: #fff;
        width: 100%;
        height: 100%;
        border-radius: 18px 18px 190px 18px;
        border: 1px solid #eee;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
      }

      .price-headd h2 {
        margin-bottom: 20px;
        font-size: 26px;
        font-weight: 600;
                          color:black;

      }

      .price-headd h1 {
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 5px;
                          color:black;

      }

      .single-pricingg ul {
        list-style: none;
        margin-top: 30px;
                          color:black;

      }

      .single-pricingg ul li {
        line-height: 36px;
        text-align: right;
                          color:black;

      }

      .single-pricingg ul li i {
        background: #001A31;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        margin-right: 6px;
                  color:black;

      }

      .price_btnn {
        background: #9D2536;
        padding: 10px 30px;
        color: #fff;
        display: inline-block;
        margin-top: 20px;
        border-radius: 2px;
        transition: 0.3s;
      }

      .price_btnn:hover {
        background: #6e1a28;
      }

      a {
        text-decoration: none;
      }

      /* Hide carousel on desktop (larger than 991px) */
      @media (min-width: 992px) {
        .carousel-container {
          display: none;
        }
        	.dsktopver{
			          display: block;
			          

		}
      }

      /* Show carousel only on mobile devices */
      @media (max-width: 991px) {
        .carousel-container {
          display: block;
          
        }
        .pricing-logo{
            display: none;
        }
        	.dsktopver{
			          display: none;

		}

        .pricing-title {
          flex: 1;
          text-align: center;
          margin-top: 10px;
          padding: 10px;
          color:black;
        }

        .pricing-title h2 {
          font-size: 1.8rem;
          font-weight: 700;
        }

        .pricing-title p {
          font-size: 1rem;
          margin-top: 5px;
                    color:black;

        }
      }







    
  
     

    /* Custom Styling */
  /* Custom Styling */
    .custom-footer {
      background-color: #2C3E50;
      color: #ECF0F1;
      padding: 50px 0;
border-top: 4px solid; /* نحدد السماكة */
border-image: linear-gradient(to right, #9D2536, #ff7e5f) 1;
border-image-slice: 1;
}

    .footer-logo {
      max-width: 180px;
      margin-top: 10px;
    }

    .footer-column {
      text-align: center;
      direction: ltr;
    }

    .footer-column h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 20px;
      color: green;
      
    }

    .footer-column p {
      color: #ECF0F1;
      margin-bottom: 10px;
    }

    .footer-column ul {
      padding-left: 0;
      list-style: none;
      margin: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
    }

    .footer-column ul li a {
      color: #ECF0F1;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-column ul li a:hover {
      color: #E74C3C;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 40px;
      font-size: 14px;
      color: #BDC3C7;
    }

    /* Icon Styling */
    .phone-icon, .whatsapp-icon {
      margin-left: 10px;
    }

    /* Fix phone number and icon alignment */
    .footer-column ul li a {
      display: inline-flex;
      align-items: center; /* Ensure the icon and number are vertically aligned */
    }

    /* Responsive Design */
    @media (max-width: 767px) {
      .custom-footer {
        text-align: center; /* Center everything inside footer-column */
      }
      .footer-column {
        text-align: center; /* Center everything inside footer-column */
        margin-bottom: 30px;
      }

      .footer-column ul li {
        text-align: center;
      }

      .footer-column h5 {
        margin-bottom: 10px;
      }

      .footer-column ul {
        text-align: center;
        list-style: none;
        padding-right: 0;
      }

      .footer-logo {
        max-width: 150px;
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }

      .footer-bottom {
        font-size: 12px;
      }
    }
    

