/* Container styling */
.terms-container {
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1a1a1a;
  line-height: 1.7;
}

/* Headings */
.terms-container h1 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #132135;
  border-bottom: 2px solid #132135;
  padding-bottom: 10px;
}

.terms-container h2 {
  font-size: 1.25em;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #132135;
}

/* Paragraphs */
.terms-container p {
  font-size: 1em;
  margin-bottom: 15px;
}

/* Unordered lists */
.terms-container ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.terms-container li {
  margin-bottom: 8px;
}

/* Links */
.terms-container a {
  color: #0056b3;
  text-decoration: none;
}

.terms-container a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media screen and (max-width: 600px) {

.carousel-item div{
		padding: 0px !important;
}


.custom-carousel-icon {
	font-size: 30px  !important;
}

.portfolio_center{
	width:90% !important;
	padding: 0px !important;
	margin: 0 auto;
}




body{
	font-size: 4vw; !important;
}

.logo {
max-width: 85% !important;
}

.center {
width: 90% !important;
}

.center p{
text-align: left;
}


  .terms-container {
    padding: 20px 15px;
  }

  .terms-container h1 {
    font-size: 1.5em;
  }

  .terms-container h2 {
    font-size: 1.1em;
  }
}




.footer_nav a{
	padding: 20px;
}


#rc2, #rc3, #rc4, #rc {
	display: none;
        min-height: 400px;
}


#r2, #r3, #r4, #r, #g {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #74ebd5, #ACB6E5);
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

#r2:hover, #r3:hover, #r4:hover, #r:hover, #g:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}




#r2:active, #r3:active, #r4:active, #r:active {
  transform: scale(0.97);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}



#learn-more2, #learn-more3, #learn-more4, #learn-more {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #74ebd5, #ACB6E5);
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

#learn-more2:hover, #learn-more3:hover, #learn-more4:hover, #learn-more:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}




#learn-more2:active, #learn-more3:active, #learn-more4:active, #learn-more:active {
  transform: scale(0.97);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}






@keyframes toggleVisibility {
  0%, 57.14% {
    visibility: hidden;
  }
  57.15%, 100% {
    visibility: visible;
  }
}

.media_screen {
  animation: toggleVisibility 7s infinite;
}


body {
      overflow-x: hidden;
    }

    #sidebar {
      position: fixed;
      top: 0;
      left: -250px;
      height: 100vh;
      width: 250px;
      background: #343a40;
      color: white;
      transition: left 0.3s ease;
      z-index: 1000;
    }

    #sidebar.active {
      left: 0;
    }

    #sidebar .nav-link {
      color: white;
      padding: 10px 20px;
    }

    #sidebar .nav-link.active,
    #sidebar .nav-link:hover {
      background-color: #495057;
    }

    #sidebar .logo {
      font-size: 1.5rem;
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid #495057;
    }

    #main {
      margin-left: 0;
      transition: margin-left 0.3s ease;
    }

    #main.shifted {
      margin-left: 250px;
    }

    .toggle-btn {
      margin: 15px;
    }


.carousel-item{
	text-align: left !important;
}

.custom-carousel-icon {
  font-size: 2rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px 12px;
  border-radius: 50%;
  text-align: center;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
}


  #reviewCarousel .carousel-item {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #reviewCarousel h5 {
    font-weight: bold;
    margin-bottom: 10px;
  }

  #reviewCarousel p {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
  }




@media screen and (max-width: 950px) {
  .media_screen {
    display: none;
  }
.logo{
      margin: 10px auto 20px auto !important;
}
}

.choose_img{
	width: 250px;
	height: 200px;
}

.radius{
	border-radius: 50%;
	width: 120px;
	height: auto;
}

.img-fluid{
	width 200px !important;
}

    #content, #content2, #content3, #content4 {
      display: none; /* Hidden by default */
      margin-bottom: 1rem;
    }

    #learn-more, #learn-more2, #learn-more3, #learn-more4 {
      color: blue;
      cursor: pointer;
      text-decoration: underline;
    }

.blue{
	color: #0B355C;
}

.white_bg{
	background-color: #fff;
}

.portfolio_heading{
	font-size: 32px;
	padding-bottom: 70px;
}

.portfolio_center{
	text-align: center;
	font-size: 18px;
	padding: 65px 100px 65px 100px;
}

.center{
	text-align: center;
	width: 70%;
        margin: 0 auto;
}

    body, html {
      margin: 0;
      padding: 0;
      font-family: 'Open Sans', sans-serif;
      background-color: #D8F0F7 !important;
      font-size: 23px;
    }

    .video-banner {
      position: relative;
      width:100vw;
      height: 100vh;
      background-color: #132135;
    }

    .video-banner video {
      width: 100%;
      height: 100%;
      object-fit: fill; 
      z-index: 1;
      left: 0px;
      position: absolute;
    }

    .banner-content {
      position: absolute;
      z-index: 2;
      top: 71%;
      left: 80%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
    }

.logo{
      margin: 100px auto 20px auto;
      border-radius: 50%;
      max-width: 400px;   
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* shadow effect */
}


.fade-in-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}


