
.phone-number {
    font-size: 18px; 
    color: #333; 
    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: #074799;
            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;

  height:auto;
 
 }
  .div2 h2{
    padding: 40px;
    font-size: 45px;
    font-family: new;
    margin-left: 30px;
    text-transform:capitalize;
  }

  .container1 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1800px;
    background-color:#f0f8ff;
    border-radius: 8px;
    overflow: hidden;
  padding:10px;
    height:auto;
    border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(135, 206, 250, 0.5), /* Sky blue shadow */
              0px 2px 4px rgba(100, 149, 237, 0.3); /* Cornflower blue shadow */
}
   
/*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: #111;
 font-family: "El Messiri", serif;
 text-transform:uppercase;
}

.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: #111;
    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: auto;
          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;
    }
}
/* 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: #111;
 font-family: "El Messiri", serif;
}

.text-section p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #555;
 font-family: "El Messiri", serif;
 text-align:justify;
}
   .par:hover {
         background: #f9f9f9;
    color: #212AA5;   
    border-left: 4px solid #212AA5;
    }
 .text-section h3 {
    position: relative;
    transition: all 0.4s ease;
}

 .text-section h3:hover {
    color: #ffffff; /* Change text color on hover */
    background-color: #3498db; /* Add background color on hover */
    transform: scale(1.00); /* Slightly enlarge the paragraph */
    padding: 10px; /* Add padding to create a dynamic effect */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow */
}

 .text-section h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

 .text-section h3:hover::before {
    opacity: 1; /* Add a glowing effect */
}






.div2 h2 {
     font-family: "El Messiri", serif;
}

.v1 {
    visibility:hidden;
}

.text-section button:hover {
  background-color: #1c448e;
}


@media (max-width: 768px) {
  .container {
      flex-direction: column;
  }
    .container1 {
        height:auto;
    }
  .image-section
   {
      flex: none;
      width: 100%;
  }
    .text-section {
        flex:none;
        width:100%;
        padding:10px;
    }
    .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: #4259C3;
     color: white;
 font-family: "El Messiri", serif;
 }

 .container h1{
font-family:"El Messiri", serif ;
font-size: 40px;
margin-top:30px;
 }
@media (max-width: 768px) {
    .lightbox {
        margin-top: 50%;
    }
}
/*-------------------------FOOTER START---------------------------------*/
 /* Footer Design */
 footer {
  background: #212AA5; /* Matches the orange section */
  color: white;
  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: #000c02; 
  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 */
        }


        /*addtional update*/
          .sect8 {
            margin: 20px 0;
            padding: 15px;
            background: #f8f9fa;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }
        .sect8:hover {
            transform: scale(1.05);
            background: #e3f2fd;
        }
        .sect8 h4 {
           
            color: #007bff;
            padding:10px;
        }

.image-section p {
    position:absolute;
    color:white;
   text-align:left;
   margin-top:820px;
   font-size:22px;
  padding:20px;
  background-color:#4635B1;
  width:42%;
  
}

      .text-section  ul  {
            list-style: none;
            padding: 0;
            margin: 0;
           
        }
          .text-section ul li {
            background: linear-gradient(135deg, #007BFF, #004AAD); /* Blue gradient 
              background: linear-gradient(135deg, #90CAF9, #42A5F5);  Light blue gradient */
            color: white;
            padding: 15px;
            margin: 10px 0;
            border-radius: 8px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            font-size:20px;
        }

       .text-section ul li::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            transition: left 0.5s ease-in-out;
        }

       .text-section ul li:hover::before {
            left: 100%;
        }

        .text-section  ul li:hover {
            transform: scale(1.05);
            box-shadow: 0px 5px 15px rgba(0, 123, 255, 0.4);
        }

    /*-----------------------------DIV FIVE START (VISION AND MISSION) START------------------*/
.five{
margin-bottom: 35px;
padding: 20px;
text-align: center;
background-color:white;

}
.vision-mission {
max-width: 1700px;
margin: 0 auto;
}

.section-title {
font-size: 32px;
font-weight: bold;
color:black;
padding: 20px;
}

.section-description {
font-size: 20px;
color: black;
margin-bottom: 40px;
}

.cardks-container {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;

}

.cardk {
position: relative;
width: 370px;
padding: 20px;
background-color: #f1f1f1;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-align: center;
transition: transform 0.3s ease;
height: 275px;

}
.cardk:hover .corner {
background-color:#7F94F9; /* Blue color on hover */
}
.corner {
transition: background-color 0.3s ease;
}
.cardk:hover {
transform: translateY(-5px);
background-color:#4c65f5;

}

.cardk:hover  .cardk-icon span{
color: white;
}
.cardk:hover .cardk-title{
color: white;
}
.cardk:hover .cardk-description{
color: white;
}
.cardk .corner {
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 30px;
background-color: #4c65f5;
clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.cardk-icon span {
font-size: 40px;
color:blue;
display: block;
margin-bottom: 10px;
}

.cardk-title {
font-size: 18px;
font-weight: bold;
margin: 10px 0 5px;
color:#d90429;
}

.cardk-description {
font-size: 18px;
color: black;
margin-top: 18px;
text-align:center;
}




/* Responsive Design */
@media (max-width: 768px) {
.cardks-container {
  flex-direction: column;
  align-items: center;
}
.cardk {
  width: 90%;
  height:auto;
}

}

@media (max-width:768px) {
    .image-section p {
        margin-top:300px;
        width:350px;
    }
}