/* Home Page Styles */
.home-page {
  width: auto;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  overflow: auto;
  z-index: 0;
}

/* Fix for participants section positioning */
#home {
  position: relative;
  z-index: 10; /* Bring above home-page */
  width: 100%;
  background: linear-gradient(to right, #025928, #ff9800);
  color: white;
}

/* Ensure content doesn't cause overflow */
.container {
  max-width: 100%;
  overflow: visible;
}

/* Green Button Styles */
.green-btn-container {
  position: absolute;  /* Position the container absolutely over the background */
  top: 50%;            /* Center vertically */
  left: 50%;           /* Center horizontally */
  transform: translate(-50%, -50%); /* Fine-tune centering */
  z-index: 2;          /* Make sure the button appears over the background */
}

.green-btn {
  background-color: #025928; /* Green color */
  color: white;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 25px;
  display: inline-block;
  transition: background 0.3s ease-in-out;
}

.green-btn:hover {
  background-color: #014a20; /* Darker green on hover */
}


.title-main {
    text-shadow: none !important;
   /* text-shadow: 2px 2px #0c964c;*/
    
}
header .top-bottom .navbar .navbar-nav>li {
    padding: 0.2em 0.4em;
    border-top: none !important;

}

.how-doi a{
    color: white;
    text-decoration: none;
}

.cma-date-news {
    margin-bottom: 1px;
    border-radius: 3px;
    
   
}

.cma-news-body{
    background-color: white;
}


.hightlight-wrapper, .hightlight{
    background-color: #025928!important;
    margin-top: 2px;
}

.hightlight-text {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.border-left-primary{
    border: none !important;
}

.cma-button{
    color: rgb(233, 233, 233);
    text-decoration:none;
    text-transform: capitalize;
    padding: 3px 7px;
    display: flex;  /* Enables flexbox layout */
    justify-content: flex-end;  /* Aligns button to the far right */
    width: 100%;  /* Ensure the container is full width */
}
.cma-button:hover{
    color: white;
    border: 1px solid lightblue;
    padding: 5px 10px;
}

/* taasisi logo slider*/
h2{
    text-align:center;
    padding: 20px;
  }
  /* Slider */
  
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 80px;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
/* taasisi logo ends here*/  
#myBtn8{
    /*background-color:#025928!important; /* Green */
    background-color:#025928; /* Transparent background for overlay effect */
    border: none;
    color: white;
    padding: 15px  32px 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    height: 35px;
    margin-bottom: 20px;
   
}
#myBtn9{
  background-color:rgba(2, 89, 40, 0.7); /* Transparent background for overlay effect */ /* Green */
  border: none;
  color: white;
  padding: 15px  32px 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 12px;
  height: 35px;
  margin-bottom: 20px;
 
}
#myBtn10{
  /*background-color:#025928!important; /* Green */
  background-color:#025928; /* Transparent background for overlay effect */
  border: none;
  color: white;
  padding: 15px  32px 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 12px;
  height: 35px;
  margin-bottom: 20px;
 
}
#myBtn11 {
<<<<<<< HEAD
  background-color:#025928; /* Transparent background for overlay effect */ /* Green */
=======
  background-color:#025928!important; /* Green */
>>>>>>> ea4f655726474f52395db6cd34ce68b2e13fb109
  border: none;
  color: white;
  padding: 15px  32px 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 12px;
  height: 35px;
  margin-bottom: 20px;
 
}
#logobackground{
    color: #087b47;
    background-color: #06693b !important;
    width: 100%;  /* Full width of the container */
  overflow: hidden; /* Hide overflow to prevent horizontal scrolling */
  background-color: #06693b !important;
  padding: 0; /* Remove any padding */
  margin: 0; /* Remove any margin */
  }
  #back { 
    /*position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;*/
    
    
    
}
 
  #myBtn8::after{
    
    display: inline-block;  
            background-color: #ffc107;
            color:rgb(70, 0, 128);
    
  }
  
  .carousel{
    color: grey;
    /*background-color: #086a3c !important;*/
  }
  .carousel .item{
    color: grey;
    /*background-color: rgb(7, 117, 58);*/
  }
  
  #bodicolor{
    font-size:20px;
    text-align: center; 
  }
  .cma-date-news, .cma-date-news-title {
    font-family: 'Poppins', sans-serif;
}

  .decorated {
    font-weight: bold;
    font-size: 2em; /* Default font size */
    background-color: #ffc107;
        font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: white;
    text-align: right; /* Center the text */
    margin-left: 14em; /* Auto margin for centering horizontally */
}

/* Span styling inside .decorated */
.decorated > span {
    position: relative;
    display: inline-block;
    background-color: #025928;
    color: white;
}

/* Decorative lines before and after the span */
.decorated > span:before,
.decorated > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 10vw; /* Decorative line width */
    height: 1vh; /* Line height */
    background: #ffc107;
    color: white;
}

/* Positioning for left side of the span */
.decorated > span:before {
    right: calc(100% + 20px);
    color: white;
}

/* Positioning for right side of the span */
.decorated > span:after {
    left: calc(100% + 20px);
}

/* Responsive adjustments using media queries */
@media (max-width: 768px) {
    .decorated {
        font-size: 16px; /* Slightly smaller font size on small screens */
        margin-left: 5em; 
        
    }

    .decorated > span:before,
    .decorated > span:after {
        width: 25vw; /* Make lines wider on small screens */
    }

    .decorated > span {
        font-size: 14px; /* Reduce font size inside span */
    }
}

@media (max-width: 480px) {
    .decorated {
        font-size: 14px; /* Even smaller font size */
        margin-left: 5em; 
    }

    .decorated > span:before,
    .decorated > span:after {
        width: 40vw; /* Increase width further */
    }

    .decorated > span {
        font-size: 12px; /* Further reduce font size inside span */
    }
}
  
  #bodicolor{
    display: inline-block;  
            
            color:rgba(0, 128, 0, 0.685);
            
  }
  
  .cma-news-title {
    text-align: center;
    
    font-size:20px;
    background-color: #025928; /* Transparent background for overlay effect */;
    display: inline;  
    display: inline-block;

  }
  
  .cma-news-title>span {
    position: relative;
    display: inline-block;
    background-color: #025928; /* Transparent background for overlay effect */;
    
  }
  
  .cma-news-title>span:before,
  .cma-news-title>span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 10vw;
    height: 1vh;
    background:  #025928; /* Transparent background for overlay effect */;
    /* margin: 0 20px; */
    
  }
  .cma-news-title>span:before {
    right: calc(100% + 20px);
  }
  
  .cma-news-title>span:after {
    left: calc(100% + 20px);
  }
  

  .line-container {
    display: flex;
    align-items: center; /* Center items vertically */
    justify-content: space-between; /* Distribute space evenly */
   
}

.line {
    flex: 1; /* Make lines flexible */
    height: 4px; /* Thickness of the lines */
    background-color: #ffc107; /* Line color */
    margin: 0 10px; /* Margin around lines */
width:20px;

}
.cma-news-title {
    background-color: #025928; /* Transparent background for overlay effect */; /* Background color for the word */
    padding: 5px 10px; /* Padding around the text */
    white-space: nowrap; /* Prevent text from wrapping */
    color:whitesmoke;
}
.line-container {
    display: flex;
    align-items: center; /* Center items vertically */
    justify-content: space-between; /* Distribute space evenly */
    margin-top: 20px;
}
.line {
    flex: 1; /* Make lines flexible */
    height: 5px; /* Thickness of the lines */
    background-color: #ffc107; /* Line color */
    margin: 0 10px; /* Margin around lines */
}
.text {
    /*background-color:#025928!important; /* Green */
    background-color:#025928; /* Transparent background for overlay effect */
    border: none;
    color: white;
    padding: 15px  32px 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
    height: 35px;
    margin-bottom: 10px;
    padding-top: 10px;
}

    /*.card-img-top {
       /* border: 10px solid #02080f; Frame color */
        /* border-radius: 10px; /* Rounded corners */
        /* /* padding: 10px; /* Padding inside the frame */
         /*background-color: #f8f9fa; /* Optional: background color for the frame */
    
 /*}*/
.logo {
   width: 100px; /* Make the logo fill the container */
           /* height: auto; /* Maintain aspect ratio */
           object-fit: cover; /* Ensure the logo covers the circular area */
          justify-content: center; /* Center horizontally */
   /* align-items: center; 
    margin-left: 20px;*/
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    height:80px;
    -webkit-mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
    

}
.logo-container {
  width: 110px; /* Set the size of the logo container */
  height: 150px; /* Ensure height is equal to width for a circular logo */
  border-radius: 50%; /* Make the container circular */
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.5); /* White transparent shadow */
  overflow: hidden; /* Hide overflow to maintain circular shape */
  /*margin: 30px; /* Space around the logo */
  display: flex; /* Use flexbox for centering */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  background: #fff; /* Optional: background color for visibility */
align-items: center;
gap: 1rem;
animation: slide 60s linear infinite;
}

@keyframes slide {
    0% {
      transform: translate3d(0,0,0)
    }
    100% {
      transform: translate3d(-100%,0,0)
    }
  }

 
  
 
  #img-frame  {
      border: 7px solid #007bff; /* Frame color */
      padding: 2px; /* Space between the image and the frame */
      display: inline-block; /* Fit around the image */
      border-radius: 30px; /* Optional: rounded corners */
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Optional: shadow effect */
  }
  #img-frame  {
      width: auto; /* Fixed width */
      height: 200px; /* Fixed height */
      object-fit: cover; /* Ensure the image covers the area */
      border-radius: 1px; /* Optional: rounded corners */
  }
  #img-frame {
background-color: #fff;
border: solid 2vmin #eee;
border-top-color: rgb(238, 238, 238);
border-right-color: rgb(238, 238, 238);
border-bottom-color: rgb(238, 238, 238);
border-left-color: rgb(238, 238, 238);
border-bottom-color: #025928;
/*border-left-color: #eee;*/
border-left-color: #025928;
border-radius: 2px;
border-right-color: #025928;
border-top-color: #025928;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
box-sizing: border-box;
display: inline-block;
/*margin: 1.5vh 1vw;*/
margin: 1.5px 1px;
padding: 1vmin;*/

position: relative;
text-align: center;

left: 3.5%;
}

.minister-one{
width: 290px; 
height: 200px;

display: block; 
/* height:200px;
width:200px;
margin-left: 35px;*/
margin-top:1px;
margin-bottom:5px;
}
.caption{
margin-top:0px;

}
#newsection{
      width: 100%;
      height: 100vh; /* Optional: Adjust height to fill the viewport */
      margin-top: 20em;
      padding: 0;
        /* Removes any top margin */
}
.eventsbgg{
  background-image: url('/site/images/homebg.jpg');
  background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
  margin-bottom: 0;  /* Ensure no bottom margin */
  padding-bottom: 0; /* Ensure no bottom padding */
}
#video-section {
  padding-top: 6em;
  margin-bottom: 0 !important; /* Ensure there's no margin at the bottom */
    padding-bottom: 0; /* Optionally remove any padding if needed */
}


.moa_boards{
color:#025928; /* Transparent background for overlay effect */;

}
#logobackground{
height:120px;
padding-top:5px;
margin-top:5px;
background-image: url('/site/images/logoo/logoslider.jpg');

}
.customer-logos {
  display: flex;  /* Use flexbox for the slider */
  justify-content: start;  /* Align logos to the left */
  align-items: center;  /* Vertically center logos */
  width: 100%;  /* Full width */
  overflow: hidden;  /* Hide any logos that go outside the container */
  padding: 0; /* Remove padding */
}

.customer-logos .logo-container {
  width: 130px;  /* Set the width of the logo container */
  height: 120px;  /* Ensure the logos are of a fixed height */
  border-radius: 50%;  /* Make the container circular */
  box-shadow: 0 4px 20px #025928;  /* Shadow for the logo container */
  overflow: hidden;  /* Hide excess content */
  display: flex;  /* Use flexbox to center the logos */
  justify-content: center;  /* Center logos horizontally */
  align-items: center;  /* Center logos vertically */
  margin: 0 10px;  /* Space between logos */
  background-color: white;  /* Optional: background color for contrast */
}

.customer-logos .logo-container img {
  width: 100%;  /* Ensure logos fill the container */
  height: auto;  /* Maintain aspect ratio */
  object-fit: contain;  /* Ensure logos maintain aspect ratio */
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}



/* Adjustments for smaller screens */
@media (max-width: 768px) {
  .customer-logos .logo-container {
    width: 100px;  /* Reduce logo container size on smaller screens */
    height: 100px;  /* Reduce logo container size on smaller screens */
  }

  .customer-logos {
    flex-wrap: wrap;  /* Allow logos to wrap on smaller screens */
    justify-content: center;  /* Center logos on small screens */
  }
}
#hcolor{
    
  background-color:white;
  width:100%;
  padding-top:20px;
  }
.containe{
background-color: #025928;

}
#latestnews{
border-right: 1px solid lightgray;
padding-top: 20; /* Remove padding inside the content div */
    margin-top: 0; /* Remove any margin if needed */
  
  }
  /* Mobile-specific styles */
@media (max-width: 767px) {
  #latestnews .cma-news-body {
      padding-left: 0;
      padding-right: 0;
  }

  #latestnews .cma-news-title {
      font-size: 1.2rem; /* Adjust font size */
      text-align: center;
  }

  #latestnews .cma-view-more {
      padding: 10px;
  }

  .cma-news-pic img {
      width: 100%; /* Ensure the image is responsive */
      height: auto;
  }

  /* Optional: Adjust the hr element */
  .thick-green-yellow-line {
      margin-top: 15px;
      margin-bottom: 15px;
  }
}
#newstitle{
  font-family: Poppins;
}
.hrline{
color:lightorange;
}
.thick-green-yellow-line{
  background-color: #ffc107;
  height: 3px;
}
.cma-button{
color:#025928; /* Transparent background for overlay effect */;

}
.publicationp{
font-size:14px;
color:black;


}






.important-web{
color:whitesmoke;
}
.importantweb_p{
margin-bottom: 0;
line-height:1.3; /* Adjust this value to reduce the line height */
}
.importantweb_a{
color:#025928; /* Transparent background for overlay effect */; 
}
.important_we{
color:white;
font-size:12px;
}
#video-containerss {
  perspective: 1000px;
  transition: transform 0.4s ease-out;
  position: relative;
}

#video-containerss img {
  transform-style: preserve-3d;
  transition: transform 0.4s ease-out;
}

#video-containerss:hover img {
  transform: rotateY(10deg) rotateX(10deg);
}




.play-button {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: #fff;
  background-color: #ffc107;/* Button color */
  width: 30px; /* Set width */
  height: 30px; /* Set height */
  padding: 0; /* Remove padding */
  border-radius: 0; /* Remove border radius for square shape */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}



.video-player-container {
  display: none; /* Hidden initially */
}

iframe {
  border-radius: 8px;
  box-shadow: 0 4px 8px #025928;
}
.video-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.video-controls button {
  background-color: #025928;
  color: white;
  border: none;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 5px;
}

.video-controls button:hover {
  background-color: #025928;
}

#mute-btn i, #fullscreen-btn i {
  font-size: 18px;
}
/* Styling the caption */
.pcaption {
  font-size: 1rem; /* Adjust the font size */
  color: #333333; /* White text color (adjust as needed) */
  margin-top: -10px; /* Remove the default margin to avoid extra space */
  text-align: center; /* Center the caption */
  padding: 5px; /* Optional padding to make it more readable */
  
  /* Apply a 3D shadow effect */
  text-shadow: 
      1px 1px 3px rgba(0, 0, 0, 0.3), /* Soft shadow */
      0 0 25px rgba(0, 0, 0, 0.2),  /* Larger glow */
      0 0 5px rgba(0, 0, 0, 0.3);   /* Inner glow */
  
  /* Optional: 3D perspective with transform */
  transform: perspective(300px) rotateX(5deg) rotateY(5deg); 
  transition: transform 0.3s ease-in-out; /* Smooth transition for hover effect */
}

.pcaption::first-letter {
  text-transform: uppercase;
}
/* Optional hover effect to enhance the 3D effect */
.pcaption:hover {
  transform: perspective(300px) rotateX(0deg) rotateY(0deg);
  text-shadow: 
      1px 1px 10px rgba(0, 0, 0, 0.5), /* Stronger shadow on hover */
      0 0 30px rgba(0, 0, 0, 0.3),
      0 0 10px rgba(0, 0, 0, 0.5); /* Stronger glow */
}

/* Remove space between video thumbnail and caption */
#video-containerss {
  margin-bottom: 0; /* Remove any bottom margin from the video container */
}

/* If needed, remove any margin from the anchor link or img */
.video-link {
  display: block;
  text-decoration: none;
  position: relative;
}
/* modal for video start*/
/* Modal background */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; /* Hidden initially */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal content (iframe container) */
.video-modal-content {
  position: relative;
  width: 80%; /* or set this to your desired width for 'half screen' effect */
  height: 70%; /* height of the modal */
  background-color: #fff;
  border-radius: 10px;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

/* Optional: Make the iframe responsive */
iframe {
  border-radius: 8px;
}
/* modal for video ends*/



/* Optional: Add spacing for other elements */
.line-container, .text-center {
  margin-bottom: 10px; /* Add spacing as necessary */
}

#hrrline{
border-top: 3px solid #000;
width: 100%; 

}
.hrrlines{
  border-top: 3px solid #000;
  width: 100%; 
  height: 5px;
  
  }

#viewallbtn{
font-size:12px;
background-color:#025928; /* Transparent background for overlay effect */; 
margin-bottom:35px;
align-items:right;
color:white;
}
#visitorsclass{
background-color:whitesmoke;
color:#025928; /* Transparent background for overlay effect */;
font-size:20px;

}
.visitorscounter{
margin-left:3px;
color:black;
}
#viall{
color:#025928; /* Transparent background for overlay effect */;
}
#videobtn{
color:whitesmoke;
margin-top:2px;
}
#videobtn i {
  color: #025928; /* Transparent background for overlay effect */;
}
#myBtn9{
font-size:12px;
}


#newscase::first-letter {
  text-transform: capitalize;
}
#publicationid{
height:4.5em;

}
.publicationc{
  color:black;

}
.cma-date-news-title{
  text-transform: capitalize;

}
/* For screens 600px and below (Small devices like mobile phones) */
@media (max-width: 600px) {
 
  
 
  

  .important-web {
    font-size: 1.1rem; /* Reduce font size for title on small screens */
  }

  .importantweb_p {
    font-size: 0.9rem; /* Reduce font size for paragraphs on small screens */
  }

  
}
/* General Styling for Carousel */
.sliderr {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sliderr .img-fluid {
  width: 100%;
  height: auto;
}

#slideimg {
  width: 100%;
  height: auto;
}


/* Media Query for smaller screens */
@media (max-width: 768px) {
  .caption_two_title {
    font-size: 5px; /* Make the font size larger on smaller screens */
    padding: 5px; /* Adjust padding to fit text better */
  }
  .sliderr {
    position: relative;
    width: 100%;
   
    overflow: hidden;
  }
  
  .sliderr .img-fluid {
    width: 100%;
    height: 20rem;
  }
  
  #slideimg {
    width: 100%;
    height: 20rem;
  }
}

@media (max-width: 480px) {
  .caption_two_title {
    font-size: 12px; /* Further adjust for very small screens */
    padding: 5px 10px; /* Adjust padding for very small screens */
    height:5rem;
  }
  .sliderr {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .sliderr .img-fluid {
    width: 100%;
    height: auto;
  }
  
  #slideimg {
    width: 100%;
    height: auto;
  }
}

/* Controls Styling */
.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10; /* Ensure controls are above the images */
}

.carousel-control-prev,
.carousel-control-next {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background */
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  font-size: 1.2rem; /* Adjust the icon size */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.8); /* Darker background on hover */
}

/* Media Queries for Smaller Devices */
@media (max-width: 767px) {
  #title {
      display: block; /* Show the title on small screens */
      font-size: 1.2rem; /* Adjust title font size for mobile */
  }

  .caption_two_title {
    font-size: 12px; /* Further adjust for very small screens */
    padding: 5px 10px; /* Adjust padding for very small screens */
    height:5rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
      font-size: 1.2rem; /* Adjust control button size */
      margin:2rem;
      bottom:10rem;
  }
}
/* Ramani Sliders starts here */
.slider-container_two {
  position: relative;
  max-width: 100%; /* Set the container's width to 100% for responsiveness */
  display: inline-block;
  overflow: hidden;
}

.slider_two {
  display: flex;
  transition: transform 0.5s ease;
}

.slide_two {
  position: relative;
  min-width: 100%;
  height: auto; /* Adjust based on content */
  margin-bottom: 20px; /* Adds space between the image and caption */
}

.img-fluid_two {
  width: 100%;
  height: 170px;
  object-fit: cover; /* Makes sure the image covers the area without distorting */
}
#yellow-underlinetwo{
  margin-left:115px;
}
.caption_two {
  padding: 10px;
  font-size: 1.2rem;
  color: black;
  background: rgba(255, 255, 255, 0.7); /* Optional: Adds a background for readability */
  border-radius: 5px;
  z-index: 2;
  width: 100%;
  text-align: center;
  box-sizing: border-box; /* Ensures padding is included in the width */
}

.prev_two, .next_two {
  position: absolute;
  top: 50%; /* Center buttons vertically */
  color: white;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.5); /* Adds background color to buttons */
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  transform: translateY(-50%); /* Centers the buttons vertically */
}

.prev_two {
  left: 10px;
}

.next_two {
  right: 10px;
}

/* Hover effect for buttons */
.prev_two:hover, .next_two:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Ramani Slidiers ends here*/
/* Ramani grids starts here*/

/* Ramani grids ends here*/
@media (max-width: 767px) {
    #yellow-underlinetwo {
        font-size:0.5; /* Adjust size for mobile */
        text-align: left; /* Center align on smaller screens */
        margin-right:5px;
        display: block; /* Make it block on smaller screens */
    }
}
.wordcontainer {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; 
      /* Centers vertically */
}

.text {
  font-size: 15px;  
  height:45px;     /* Optional, adjust text size as needed */
}
/* 3D effects motion on map,documents,events*/
/* Wrapper for 3D effect */
.eventsbg, .cma-news-body, .slider-container_two, .cma-news-pic {
  perspective: 1000px; /* Define perspective for the 3D space */
}

/* Apply 3D transform to elements when hovered */
/* 3D Effect on Publication Cards */
.cma-news-body {
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s ease-in-out;
}

.cma-news-body:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg); /* Slight rotation and lift effect */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); /* Soft shadow for 3D effect */
}

.cma-news-pic {
  transition: transform 0.3s ease-in-out;
}

.cma-news-pic:hover {
  transform: translateY(-5px); /* Slight upward movement */
}

/* For adding depth on the whole document section */
.line-container {
  perspective: 1500px; /* Adding perspective to container */
}



/* 3D motion ends hear */

/* Make sure content (news, events) is stacked vertically on small screens */
@media (max-width: 767px) {
  .cma-news-body, .cma-news-pic, .cma-news-title, .cma-date-news {
      width: 100%;  /* Stack items vertically on small screens */
      padding: 0;  /* Remove any unnecessary padding */
  }
  
  /* Adjust for better spacing between sections */
  #newsection .row {
      margin-bottom: 20px;
  }
  
  /* Adjust video container size */
  #video-section .video-container {
      width: 100%;
  }

  
  
  
  .cma-news-title {
      font-size: 1.25rem;  /* Adjust font size for better readability */
  }
  
  .cma-view-more {
      margin-top: 15px;  /* Add spacing between view more buttons */
  }
}

/* For larger screens, ensure video section aligns properly */
@media (min-width: 768px) {
  .col-md-12 {
      width: 100%;
  }
}
@media (max-width: 767px) {
  #yellow-underlinetwo {
      font-size: 1em; /* Adjust size for mobile with a unit */
      text-align: center; /* Center align the text */
      margin-left: 3em; /* Center block-level elements */
      display: block; /* Make it block to take full width */
      width: fit-content; /* Ensure the width is adjusted to the content */
  }
}
/* This is section below the Background*/
.download-btn {
  background-color: #025928; /* Green color */
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 25px;
  display: inline-block;
  transition: background 0.3s ease-in-out;
}

.download-btn:hover {
  background-color: #014a20; /* Darker green on hover */
}

/* Style the swiper container to make sure the images fill the screen */

/* Style the swiper navigation arrows */
.swiper-button-next, .swiper-button-prev {
  color: white;  /* Set color of arrows to white */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}
/* This is the end of new section*/
.swiper-slide .slide-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  color: white;
  font-size: 1.2rem;
  /*background: rgba(0, 0, 0, 0.4);*/ /* Optional: dark overlay */
  box-sizing: border-box;
}


