/* h1{
    font-family: Oak,sans-serif;
    color: rgba(0,0,0,0.7);
    position:relative;
    top:calc(50% - 80px);
    left:calc(50% - 130px);
  } */
  
  .techfont{
    font-family: 'Russo One', sans-serif;
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  
  .postdate{
    text-align: center;
  }
  
  .posttitle{
    /* word-wrap: break-word; */
    white-space: normal; /* Ensures normal text wrapping */
    overflow-wrap: break-word; /* Prevents words from breaking */
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5em;
    /* padding-bottom: 5px; */
    position: relative;
    font-family: "Lora", serif;
    /* padding-bottom:10px; */
    padding:10px; 
    text-align: center;
  }
  
  .postcontent{
    font-family: 'Montserrat';
    font-size: 1.5em;
  }

  .row_base{
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
  }
  
  .centerstage{
    margin-left: 10%;
    margin-right: 10%;
  }
  
  .btn-comment{
    position: absolute;
    right: 0px;
  }
  
  .bigbrand{
    font-size: 1.5em;
  }
  .img{
    height: 100%;
    width: 100%;
    border-radius: 8px;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;

    /* Global values */
    image-rendering: inherit;
    image-rendering: initial;
    image-rendering: unset;
  }

  img:hover {
    transform: scale(1.1);
    transition: transform 0.5s;
}
  
.resized-image-slideshow {
  width: auto; /* Set the desired width */
  height: auto; /* Maintain aspect ratio */
  /* max-width: 1000px; */
}
  
  /*COLOR CHANGER*/
  /*Credit and Source: http://codepen.io/thapliyalshivam/pen/dvgXVO*/
  /* .loader{
    filter:hue-rotate(0deg);
    background-color: linear-gradient(45deg,#0f8,#08f);
    animation:hue 5000ms infinite linear;
  } */
  
  /* @keyframes spinify {
    0% {
      transform: translate(0px,0px);
  
    }
    33% {
      transform: translate(0px,24px);
      border-radius:100%;
      width:10px;
      height:10px;
  
    }
     66% {
      transform:translate(0px,-16px);
    }
  
     88% {
      transform:translate(0px,4px);
  
    }
    100% {
      transform:translate(0px,0px);
    }
  }
  @keyframes hue{
    0%{filter: hue-rotate(0deg);}
    100%{filter:hue-rotate(360deg);}
  
  }
  
  @keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
} */

/* .rotate {
    animation: rotation 2s infinite linear;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;} */

/* Slideshow container */
/* .slideshow-container {
  padding: auto;
  height: 600px;
} */

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active {
  background-color: #717171;
} */

/* Fading animation */
.fade-slide {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade-slide {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}





.home_logo{
  max-width: 100%;
  max-height: 100%;
  float: left;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Global values */
  image-rendering: inherit;
  image-rendering: initial;
  image-rendering: unset;
}
.home_logo_1{
  max-height: 100px;
  margin: 15px;
}

.home_img {
  max-width: 95%;
  max-height:55%;
  float: left;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Global values */
  image-rendering: inherit;
  image-rendering: initial;
  image-rendering: unset;
}

.img{
  height: 100%;
  width: 100%;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Global values */
  image-rendering: inherit;
  image-rendering: initial;
  image-rendering: unset;
}

.home_text {
  font-size: 10px;
  padding-left: 20px;
  padding-top: 20%;
  float: left;
}


/* Events tabls for home page */
.featured .info-table-1 {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
}

.featured .info-table-1 ul li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.featured .info-table-1 ul li:first-child {
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.featured .info-table-1 ul li:first-child h4{
  font-size: 32px;
  font-weight: 700;
}

/* .featured .info-table ul li:first-child img{
  margin-right: 0px;
} */

.featured .info-table-1 ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table-1 ul li img {
  float: left;
}

.featured .info-table-1 ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table-1 ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}



hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
} 


body {
  /* background-image: linear-gradient(45deg, #FFFFFF, rgb(255, 122, 89)); */
  background-color: rgba(252, 72, 27, 0.63);
}

.head-colour {
  background-color: rgba(255, 145, 0, 0);
  glyph-orientation-horizontal: 0deg;
}
.head-text-colour{
  color: rgba(247, 5, 5, 0.9);

}




/* <!-- For google front --> */
.lora-nav-bar {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 1000;
  font-style: normal;
  font-size: 25px;
}


/* <!-- For pagination front --> */

.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
  justify-content: center;
}

.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* background-color: #1e1e1e; */
  color: #000000; 
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.pagination li a:hover,
.pagination li a.is_active {
  background-color: #f35525;
  color: #fff;
}

  /* For edit icons */
  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
  }


   /* For Post form */
.create_post_heading{
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: 'Russo One', sans-serif;
    font-size: 3em;
    text-align: center;

  }

.login-image{
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Global values */
  image-rendering: inherit;
  image-rendering: initial;
  image-rendering: unset;
  align-items: center;
}


  /* For Post form */

.about-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;

}
.about-card{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  align-items: center;

}

.about-card img{
  height: 300px;

}

.about-card .card-body{
  height: 150px;
}

.first-about{
  background-color: white;
  text-align: center;
}
 
.about-image{
  border-radius: 10%; 
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  padding: 10px;
  max-height: 550px;
  max-width: 450px;

  /* Global values */
  image-rendering: inherit;
  image-rendering: initial;
  image-rendering: unset;
}

.index-post{
  height: 500px;
  flex-wrap: wrap;
}

.index-post img{
  height: 250px;
  max-width: 100%;
  border-radius: 8px;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Global values */
  image-rendering: inherit;
  image-rendering: initial;
  image-rendering: unset;
}

/* .index-post video{
  height: 600px;
  max-width: 100%;
} */



  /* base header values */

  .sub-header {
    background-color: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    height: 45px;
  }
  
  .sub-header ul li {
    display: inline-block;
  }
  
  .sub-header ul.social-links {
    text-align: right;
  }
  
  .sub-header ul.social-links li {
    margin-left: 8px;
  }
  
  .sub-header ul.social-links li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #cdcdcd;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
  }
  
  .sub-header ul.social-links li a:hover {
    background-color: #f35525;
  }
  
  .sub-header ul.info li {
    font-size: 14px;
    color: #7a7a7a;
    border-right: 1px solid #eee;
    margin-right: 25px;
    padding-right: 25px;
  }
  
  
  .sub-header ul.info li i {
    font-size: 20px;
    color: #f35525;
    margin-right: 8px;
  }
  
  .background-header {
    background-color: #fff;
    height: 80px!important;
    top: 0!important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
  }
 
  .main-nav {
    position: relative;
    background-color: #fff;
    border-bottom: rgb(0, 0, 0, 0.1 ) 1px solid;
    text-align: center;
    height: auto;
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
  }
  
  .header-area .main-nav .logo {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
  }

  .header-area .main-nav .logo h1 {
    line-height: 100px;
    font-size: 28px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 700;
    letter-spacing: 2px;
  }
  
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }
 
  ul.nav {
    flex-basis: 100%;
    justify-content: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;    
      margin: auto;
    z-index: 999;
    flex-wrap: wrap;
  }
  
     
  .check-last-nav {
    padding-right: 0px;
    margin-top: 5px;
  }

  .nav li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    height: auto;
    line-height: 20px;
  }
  
  .nav li a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1e1e1e;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: transparent;
    letter-spacing: .25px;
  }
  

  .last-nav a i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    margin-left: -1px;
    background-color: #000000;
    color: #ffffff;
    border: transparent 0.5px solid;
    
    
  }

  .last-nav a i:hover {
    background-color: #f35525;
    color: wheat;
  }

  .last-nav-a{
    background-color: rgb(255, 122, 89);
    border-radius: 20px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    border-radius: 20px;
    padding-left: 0px;
    
  }
  
  .nav-mod:hover a {
    color: #f35525;
  }
  
  .nav li a.nav-link.active {
    color: #f35525;
  }
  
  



  .dropdown ul li a.active {
    color: #f35525;
    background-color: #fff;
  }

  .dropdown ul li a {
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 500;
    font-size: 15px;
    height: 0px;
    line-height: 0px;
    text-align: center;
  }
  .dropdown ul li {
    padding: 10px;
    height: 0px;
    line-height: 0px;
    text-align: center;
  }





  .last-nav a:hover {
    background-color: rgb(255, 122, 50);
    
    color: rgb(255, 255, 255);
    
  } 
  
 
  .home-slide{
    max-height: auto;
   }
  
   .home-slide img{
    width: 100%;
    height: 100%;
    max-height: 700px;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
  
    /* Global values */
    image-rendering: inherit;
    image-rendering: initial;
    image-rendering: unset;
   }


/* For photo details */
.photo_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto; /* Adjust as needed */
  width: 100%; /* Adjust as needed */
  overflow: hidden; /* Optional, to hide parts of the image that don't fit in the container */
}

.photo_detail img {
  width: 100%; /* Makes the image responsive */
  /*height: 100%;  Makes the image at least as tall as the container */
  max-height: 60vh; /* max height is 80% of the viewport height */
  overflow-y: auto;
  object-fit:fill; /* Scales and crops the image to fill the container */
  object-position: center; /* Centers the image within the container */
}

/* .post_list{
  max-height: 600px; 
  max-width: 500px;
}*/
/* .post_list{
  
} */

.post_list img{
  width: 100%; 
  /* height: 300px;  */
  height: 400px;
  object-fit:fill; 
  object-position: center; 
} 

.post_list video{
  width: 100%; 
  /* height: 300px;  */
  height: 394px;
  object-fit:fill; 
  object-position: center; 
} 
.post{
  /* display: flex; */
  margin-left: auto;
  margin-right: auto;
  /* width:50%; */
  max-width: 700px;
  /* max-height: 600px; */
  padding-top: 20px;
  
}


/* For events details */

.latest{
  float: left;
  margin-top: 20px;
  margin-left: 10px;
  max-width: 230px;
}

.upcoming{
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  max-width: 225px;
}

.upcoming-event-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 15px;
}


/* Remove float for screens smaller than 600px */
@media screen and (max-width: 1200px) {
  .upcoming-event-list {
    float: none;
  }
  .latest{
    margin: 25px;
    max-width: none;
  }
  .upcoming{
    margin: 25px;
    max-width: none;
  }
}

.event-page .info-table-1 {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
}

.upcoming-event-list ul li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.upcoming-event-list ul li:first-child {
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.upcoming-event-list ul li:first-child h4{
  font-size: 32px;
  font-weight: 700;
}

/* .featured .info-table ul li:first-child img{
  margin-right: 0px;
} */

.event-page .info-table-1 ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.upcoming-event-list ul li img {
  float: left;
  
}

.upcoming-event-list ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.upcoming-event-list ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}



/* .glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
} */


/* Post heading styles
   ----------------------------- */

   .detail-heading-list h1 {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5em;
    /* padding-bottom: 5px; */
    position: relative;
    font-family: "Lora", serif;
    padding-bottom:10px; 
   /*  padding-top: 20px; */
  }

   .detail-heading h1 {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5em;
    /* padding-bottom: 5px; */
    position: relative;
    font-family: "Lora", serif;
    padding-bottom:45px; 
    padding-top: 20px;
  }
  
  
  .detail-heading h1:before {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 60%;
    left:50%; margin-left:-30%;
    height: 1px;
    content: "";
    background-color: #777; z-index: 4;
  }
  .detail-heading h1:after {
    position:absolute;
    width:40px; height:40px; left:50%; margin-left:-20px; bottom:0px;
    content: '\00a7'; font-size:30px; line-height:40px; color:#c50000;
    font-weight:400; z-index: 5;
    display:block;
    background-color:#fff;
    border-radius: 50%;
  }

  .postcontent{
    font-family: 'Baloo 2', cursive;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1.5em;
  }



/*  For New Gallery page */

 .upload-file{
  padding: 20px;
  }

  .upload-file .container{
    box-shadow: #7a7a7a 0px 0px 10px;
  }

  .upload-file .container .row{
    padding-top: 20px;
  }

  .upload-file .container button{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* body {
    background: yellowgreen;
  } */
  
  .filter { 
    text-align: center; 
    margin: 2em auto;
    height: 35px;
  }
  
  .filter a {
    display: inline-block;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    height: 40px;
    width: 90px;
    line-height: 40px;
    /* padding: 0px 30px 0px 30px; */
    border-radius: 25px;
    transition: all .3s;
    text-align: center;
  }

  .filter a:hover {
    background-color: #f35525;
    color: #050505;
  }
  
  .filter a.current { background: orangered; }
  
  
  
   .boxGroup {
    /* text-align:center; */
    padding: 10px;
  }
  /*
  .boxGroup div {
    width:250px;
    height:270px;
  }*/

  
  .one {
    background-color: #ffffff;
    /* border: #000000 1px solid; */
    display: inline-block;
  }
  .one img {
    border-radius: 10px;
    height: 250px;
    box-shadow: #fce3c7 0px 0px 10px;
    border: #cdcdcd 0.5px solid;
  } 
  
  .two {
    background-color: rgb(255, 255, 255);  
    /* border: #000000 1px solid; */
    display: block;
    position: relative;
    max-width: 100%; /* Set a pixel value instead if no parent container*/
    margin: 0 auto; /* Center the container */
  }

  .two video {
    width: 100%; /* Fill the available width */
    height: auto; /* Adjust height automatically */
    object-fit: cover; /* Or 'contain' depending on your preference */
    border-radius: 10px;
    box-shadow: #fce3c7 0px 0px 10px;
    border: #cdcdcd 0.5px solid;
  }
  

  .three {
    background-color: #ffffff; 
  }
.box{
  padding: 10px;
}


/* For details image coursal */

.post-event-details-media img{
  width: 100%; 
  /* height: 300px;  */
  height: 650px;
  object-fit:fill; 
  object-position: center; 
} 

.post-event-details-media video{
  width: 100%; 
  /* height: 300px;  */
  height: 644px;
  object-fit:fill; 
  object-position: center; 
} 

#play-icon{
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 50px;
}


/* @media screen and (max-width: 860px) {
  .post-event-details-media img{
    height: 450px;
  } 
  
  .post-event-details-media video{
    height: 444px;
  } 
} */
.container {
  position: relative;
}

.Centerer {
  display: block;
}

/* For display single video properly */
#over img {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute; 
}
#over {
  height: 650px;
}
#over video{
  height: 644px;
}

#over-list{
  height: 400px;
}
#over-list video{
  height: 394px;
}
#over-home{
  height: 250px;
  text-align: center;
  justify-content: center;
  background-color: #fdd2d2a6;
  border-radius: 10px;
  position: relative;
  
}
#over-home video{
  /* max-height: 250px;
  border-radius: 10px; */
  max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

  
  
}

 .loader-home-title{ /*for home post heading */
  font-size: 28px;
  padding-top: 5px;
}
.loader-home-content{
  font-size: 15px;
}
/* #over-2{
  height: 210px;
  padding: 0px;
} */

.accordion-body ul li{
  list-style-type: circle;
  font-family: 'Montserrat';
  font-size: 1em;
  letter-spacing: 0px;
}


/* Footer Styling */
footer {
  background: #3e4552;
  color: white;
  font-family: Arial, sans-serif;
  position: relative;
  padding-top: 50px;
}

/* Slanted Top Edge */
.footer-slant {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: white;
  transform: skewY(-3deg);
  transform-origin: top left;
}

.footer-container {
  text-align: center;
  position: relative;
  padding: 50px 10%;
}

/* Logo and Branding */
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 50px;
}

.footer-logo h2 {
  color: orange;
  font-size: 20px;
  font-weight: bold;
}

/* Footer Links */
.footer-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  flex-wrap: wrap;
}

.f-links, .contact-info, .subscribe {
  flex: 1;
  margin: 0 10px;
  text-align: left;
}

.f-links h3, .contact-info h3, .subscribe h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.f-links ul, .contact-info ul {
  list-style: none;
  padding: 0;
}

.f-links ul li, .contact-info ul li {
  margin-bottom: 18px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: white;
}

.f-links ul li a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.f-links ul li a:hover {
  color: orange;
}

.contact-info ul li i {
  margin-right: 10px;
  font-size: 14px;
}

/* Subscription Box */
.subscribe input {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
}

.subscribe button {
  width: 100%;
  background: orange;
  color: white;
  border: none;
  padding: 12px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}

.subscribe button:hover {
  background: darkorange;
}

/* Social Icons */
.footer-bottom {
  margin-top: 30px;
  text-align: center;
}

.social-icons {
  margin-bottom: 10px;
}

.social-icons i {
  margin: 0 10px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons i {
  color: white;
}

.social-icons i:hover {
  color: orange;
}

/* Copyright Text */
.footer-bottom p {
  font-size: 14px;
  color: gray;
  background-color: rgba(50,55,65,255);
}

.copyright-text{
  background-color: rgba(50,55,65,255);
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  
  border-left: 5px solid #f35525;
  margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-links {
      flex-direction: column;
      text-align: center;
  }
  
  .f-links, .contact-info, .subscribe {
      text-align: center;
      margin-bottom: 20px;
  }

  .subscribe input {
      width: 90%;
  }

  .subscribe button {
      width: 90%;
  }
} 


/* Line after footer heading */
.footer-heading-line {
  position: relative;
  display: inline-block;
  font-size: 2rem;
}

.footer-heading-line::after {
  content: '';
  display: block;
  width: 10rem;
  height: 3px;
  /* background-color: #FF9933; Saffron for ashram vibe */
  background: linear-gradient(90deg, #FF9933, rgba(62,69,82,255));
  margin-top: 8px;
}