
.phone-number {
    font-size: 18px; 
     color:#8B0000;
    text-align: right;
    font-weight: bold;
    font-family: "El Messiri", serif;
    margin-right: 70px;
   margin-top:21px;
}
@media (max-width: 768px) {
    .top .icon a {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .phone-number {
        font-size: 16px; 
        font-family: new;
          margin-right: -40px;
    }
  
}

@media (max-width: 480px) {
    .top .icon a {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .top .icon{
        flex-wrap: nowrap;
   }
    .phone-number {
        font-size: 10px; 
        margin-right: -40px;
      
    }
    .top{
        padding: 0;
         justify-content:left; 
    }
      .top .icon {
        max-width:230px;
    }
}
@media (max-width: 360px) {
    .top .icon a {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .top .icon{
        flex-wrap: nowrap;
   }
    .phone-number {
        font-size: 10px; 
        margin-right: -40px;
      
    }
    .top{
        padding: 0;
         justify-content:left; 
    }
      .top .icon {
        max-width:220px;
    }
}
/*-----------------------------Slider Section*/
.slider {
    position: relative;
    width: 100%;
    height: 450px; /* Adjust height as needed */
    margin-top: 80px; /* Add margin to the top to ensure it doesn't overlap with the fixed navbar */
    overflow: hidden;
}

/*-----------------------------Banner Image Slide Effect*/
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.slide.active {
    opacity: 1;
    transform: scale(1);
}

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

      
/* Ensure the caption is visible above the image */
.caption {
    position: absolute;
    top: 40%;
    left: 10%;
    color: white;
    z-index: 10;
    text-align: left;
}

/* Adjust arrows' z-index to ensure visibility */
.arrow {
    z-index: 10;
}
        .caption h1 {
         font-family: "El Messiri", serif;
         font-size:24px;
         margin-bottom:10px;
      
    }
  .caption h2 {
    font-size: 45px; 
    font-weight: bold;
  font-family: "El Messiri", serif;
  margin-bottom:10px;
  }

  
    .caption h3 {
        font-size:17px;
          font-family: "El Messiri", serif;
      
    }

        

        .caption button {
            padding: 10px 20px;
            background-color: #fff;
            color: #333;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-size: 1rem;
            font-weight: bold;
            transition: background-color 0.3s;
        }

        .caption button:hover {
            background-color: #f0f0f0;
        }

        /* Navigation Dashes */
        .dashes {
            position: absolute;
            bottom: 20px; /* Position dashes inside the slider */
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10; /* Ensure it's visible above slides */
        }

        .dash {
            width: 40px;
            height: 10px;
            background-color: #bbbbbb;
            border-radius: 5px;
            transition: background-color 0.3s, transform 0.3s;
            cursor: pointer;
        }

        .dash.active {
            background-color: #c31c1c;
            transform: scale(1.2);
        }

        /* Arrows */
        .arrow {
            position: absolute;
            top: 75%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            border: 1px solid #d3cccc;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: transparent;
            color: #eec2c2;
            cursor: pointer;
            z-index: 10;
            transition: background-color 0.3s, transform 0.3s;
        }

        .arrow:hover {
            background-color: #f0f0f0;
        }

        .arrow.left {
            left: 600px;
        }

        .arrow.right {
            right: 600px;
        }

        .arrow::before {
            font-size: 1.5rem;
            font-weight: bold;
        }

        .arrow.left::before {
            content: "←";
        }

        .arrow.right::before {
            content: "→";
        }
  /* Media Queries for Responsiveness */
  @media screen and (max-width: 768px) {
    .caption {
      top: 30%;
      left: 5%;
      text-align: center;
      width: 90%;
    }

    .caption h1 {
      font-size: 8vw;

    }

    .caption p {
      font-size: 4vw;
    }

    .arrow.left, .arrow.right {
      width: 35px;
      height: 35px;
    }
    .arrow {
        top:67%;
    }
    .dashes {
      bottom: 5%;
    }
    .arrow.left {
            left: 40px;
        }
      .arrow.right {
            right: 40px;
        }
  }

  @media screen and (max-width: 480px) {
    .caption h1 {
      font-size: 10vw;
    }

    .caption p {
      font-size: 5vw;
    }

    .dashes {
      bottom: 3%;
    }
     .arrow {
        top:500px;
    }
    .slider {
        margin-top:70px;
    }
    
  }

/*-----------------------------Banner Slider  End-------------------*/


/*-----------------------------Div2 Section Start  -------------------*/
 .section1,.section2,.section3,.section4{
  margin: 0;
  font-family: "El Messiri", serif;    
  display: flex;
  justify-content: center;
  color:#8B0000;
  height:auto;
 
 }
  .div2 h2{
    padding: 40px;
    font-size: 45px;
    font-family: new;
    margin-left: 30px;
    text-transform:capitalize;
   color:#8B0000;
   font-weight:bold;
  }

  .container1 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1800px;
    background-color:#FDF8E7;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height:650px;
}

/* Left Side: Text Content */
.text-section {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "El Messiri", serif;
   

}

.text-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
     color:#8B0000;
 font-family: "El Messiri", serif;
 text-transform:capitalize;
}

.text-section p {
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #555;
   font-family: "El Messiri", serif;
}

.text-section button {
    padding: 12px 10px;
    background-color: #693221;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1rem;
    transition: background-color 0.3s;
    width: 140px;
     font-family: "El Messiri", serif;
}

.text-section button:hover {
    background-color: #d90429;
}



        /* Right Side: Video Content */
        .video-section {
          flex: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #fff;
          overflow: hidden;
      }

      .video-section video {
          width: 100%;
          height: 700px;
          object-fit: cover;
      }
/* Right Side:img */
.img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
}

.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .text-section, .video-section {
        flex: none;
        width: 100%;
    }
    .section1,.section2,.section3,.section4{
      height: auto;
    }
    .video-section video {
        height:300px;
    }
    .div2 h2 {
        padding:20px;
        font-size:35px;
    }
}
/* Left Side: Image/Video Section */
.image-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}

.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right Side: Text Section */
.text-section {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
   font-family: "El Messiri", serif;
}

.text-section h1 {
  font-size: 2rem;
  margin-bottom: 20px;
 color:#8B0000;
 font-family: "El Messiri", serif;
}

.text-section p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
 color:#8B0000;
 font-family: "El Messiri", serif;
 text-align:justify;
}
.div2 h2 {
     font-family: "El Messiri", serif;
}

.v1 {
    visibility:hidden;
}

.text-section button:hover {
  background-color: #d90429;
}


@media (max-width: 768px) {
  .container {
      flex-direction: column;
  }
    .container1 {
        height:auto;
    }
  .image-section,
  .text-section {
      flex: none;
      width: 100%;
  }
    .text-section p {
        font-size: 20px;
    }
 .video-section video {
        height:300px;
    }
}
.text-section a{
  color: white;
}
/*
.download-btn {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #090b0e;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 170px;
}

.download-btn:hover {
  background-color: #d43a0b;
 color: white;
}*/
  /*-----------------------------Div2  all 4Section  End -------------------*/
  .container.custom-width {
    max-width: 1400px; 
}
     .owl-carousel .card-img-top {
          
    width: 100%; /* Ensures the image takes the full width of the card */
    height: 280px; /* Sets a fixed height for the card */
    object-fit: contain; /* Makes the entire image visible, maintaining its aspect ratio */
    display: block; /* Ensures proper centering in block layout */
    margin: 0 auto; /* Centers the image horizontally */
    background-color: #1A1A1D; /* Optional: Adds a light background to fill empty spaces */

}


.owl-nav button {
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #df1a1a;
}

.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: 5px;
}
.lb-data .lb-caption {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-left: 50%;
 font-family: "El Messiri", serif;
}
.lb-data .lb-number{
  visibility:hidden;
}

.item h4:hover{
  color: #FFBABA;
    transition:color 0.3s;
 }
 .item .card-body{
     background-color:#693221;
     color:#f9e2e2 ;
 font-family: "El Messiri", serif;
 }

 .container h1{
font-family:"El Messiri", serif ;
font-size: 40px;
 }
@media (max-width: 768px) {
    .lightbox {
        margin-top: 50%;
    }
}
/*-------------------------FOOTER START---------------------------------*/
 /* Footer Design */
 footer {
  background: #990100; /* Matches the orange section */
  color: #FEF1BD;
  text-align: center;

 font-family: "El Messiri", serif;
 padding-bottom:30px;
 padding-top:15px;
}
    footer img {
        width:100px;
       
   transition: transform 0.3s ease; /* Smooth transition for the effect */
}


  footer img:hover {
    transform: scale(1.2); /* Zoom effect on hover */
}
    
    
footer .content1 {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 18px;
}

footer .content1 b {
  font-weight: bold;
}

.content1 p{
  margin-bottom: 30px;
}

.bottom-bar {
  background:#693221; 
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}

.bottom-bar span {
  font-weight: bold;
  color: pink;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: red;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  background: pink;
}
footer h1 {
text-align: center;
}
.social-menu ul {
position: absolute;

left: 50%;
transform: translate(-50%, -50%);
padding: 0;
margin: 0;
display: flex;
}
.social-menu ul li {
list-style: none;
margin: 0 10px;
}
.social-menu ul li .fa-brands {
color: #000000;
font-size: 20px;
line-height: 36px;
transition: .5s;
}
.social-menu ul li .fa-brands:hover {
color: #ffffff;
}
.social-menu ul li a {
position: relative;
display: block;
width: 35px;
height: 35px;
border-radius: 80%;
background-color: white;
text-align: center;
transition: 0.5s;
transform: translate(0,0px);
box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover {
background-color: #55acee;
}
.social-menu ul li:nth-child(3) a:hover {
background-color: #e4405f;
}
.social-menu ul li:nth-child(4) a:hover {
background-color: #cd201f;
}
/* Responsive Design */
@media (max-width:360px) {
 footer .content1 p{
line-height:normal;
      
  }
}


/*Business plan btn*/
.btn3 {
            background-color:black;
            border: 0;
            border-radius: 35px;
            font-size: 1rem;
            font-weight: bold;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            outline: none;
            transition: all 0.25s ease;
            width: 280px;
            position: relative;
            height: 60px;
            overflow: hidden;
        }
        .btn3:not(.loading):hover {
             box-shadow: 4px 4px 10px red;
            color:white;
            background-color: #d90429;
        }
        .btn3:not(.loading):hover i {
            transform: translate(2px);
        }
           
        .btn3 i {
            font-size: 1.45rem;
            position: absolute;
            left: 0;
            pointer-events: none;
            z-index: 10;
            background: inherit;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.25s ease;
        }
        .btn3 .textt {
            width: 290px;
            display: block;
            position: absolute;
            left: 60px;
            pointer-events: none;
            transition: all 0.25s ease;
        }
        .loading-animate {
            position: absolute;
            width: 60px;
            height: 60px;
            z-index: 100;
            border-radius: 50%;
            top: 0;
            left: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: none;
            opacity: 0;
            transition: all 0.25s ease;
        }
        .loading-animate:after {
            content: '';
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-left: 3px solid #fff;
            animation: loading infinite 0.8s ease 0.05s;
            position: absolute;
        }
        .loading-animate:before {
            content: '';
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-left: 3px solid #fff;
            animation: loading infinite 0.8s linear;
            position: absolute;
            opacity: 0.6;
        }
        .btn3.loading {
            width: 60px;
        }
        .btn3.loading i {
            transform: rotate(-180deg);
            padding-bottom: 4px;
            padding-left: 3px;
        }
        .btn3.loading .text {
            transform: translate(-180px);
        }
        .btn3.loading .loading-animate {
            opacity: 1;
        }
        @keyframes loading {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }



        ul.colorful-list {
            list-style-type: none;
            padding: 0;
        }

        ul.colorful-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
            font-size: 18px;
        }

        ul.colorful-list li::before {
            content: "★";
           
            font-size: 25px;
            margin-right: 2px;


        }

        ul.colorful-list li:nth-child(1)::before {
            color: #FF5733; /* Orange */
        }

        ul.colorful-list li:nth-child(2)::before {
            color: #33C3FF; /* Blue */
        }

        ul.colorful-list li:nth-child(3)::before {
            color: #28A745; /* Green */
        }

        ul.colorful-list li:nth-child(4)::before {
            color: #FFC107; /* Yellow */
        }

        ul.colorful-list li:nth-child(5)::before {
            color: #6F42C1; /* Purple */
        }

        ul.colorful-list li:nth-child(6)::before {
            color: #FF33A1; /* Pink */
        }

        ul.colorful-list li:nth-child(7)::before {
            color: #17A2B8; /* Teal */
        }