.navbar-custom {
	background-color: #fff;
	padding: 0px;
}
.navbar-nav .nav-item .nav-link {
  transition: background-color 0.5s ease, color 0.9s ease; 
  font-weight: bold;
}

.navbar-nav .nav-item .nav-link.active {
  background-color: #059862; 
  color: white;
  border-radius: 5px;

}
.drpd{
  background: rgb(246, 242, 242);
}
.drop-low{
  background: url('../img/bg14.jpg');
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
}
.drop-low h4{
  color: #003456;
}

.cusP{
  padding-left: 10px;
  
}
.cusP p{
  font-size: 17px;
}
.cusP h3{
  font-family: "Roboto", Sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.33em;
  color: #FFFFFF;
}

/* h-big-card1 */
.h-big-card1{
  padding-left: 10px;
  
}
.h-big-card1 p{
  font-size: 17px;
}
.h-big-card1 h3{
  font-family: "Roboto", Sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.33em;
  color: #FFFFFF;
}

.custom-line {
  border: none;
  height: 5px;
  background: #FFFFFF;
  margin: 10px 0;  
  width: 70%;
}

.cont{
  background: linear-gradient(to left, #185a9d, #43cea2);
}
.col {
  display: flex;
}
.navbar-custom .nav-link {
    color: black;
    padding: 20px 20px;
    font-size: 15px;
    margin-right: 10px;
    
}
.navbar-custom .nav-link i{
  margin-right: 7px;
}


.navbar-custom .nav-link:hover {
    color: #059862; 
}

.navbar-nav {
    margin-left: auto;
}

.navbar-nav .dropdown-menu {
    display: none; 
    position: absolute;
    background: #f8f9fa;
    border-radius: 5px;
    margin-top: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block; 
  }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin-left: 0;
  }

  .dropdown-menu .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
    top: 0;
    margin-left: 0;
  }
  .dropdown-menu .dropdown-item:hover {
    background-color:#059862;
  }
  .dropdown-menu a{ 
    font-size: small;
  }
/* Fullscreen Image Section */
.hero-section {
  height: 100vh;
  background: url('./img/bg3.jpg') top center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 16, 26, 0.9);
}


/* Section Styling------------------- */
.service-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: white;
  overflow: hidden;
  
}

/* Background Image */
.service-section .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* Dark Gradient Overlay */
.service-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(255, 255, 255, 0));
  z-index: -1; 
}

/* Content Styling */
.service-section .content {
  position: relative;
  z-index: 1;
}
.cus{
  font-size: 1.2rem;
  color: #18151f;
  margin-bottom: 0;
}
.service-section .content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.service-section .content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

/* Button Styling */
.contact-us-button {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.8rem 1.5rem;
  color: white;
  background-color: #059862;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-us-button:hover {
  background-color: #04764c;
}

.read-more-button{
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.8rem 1.5rem;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.read-more-button:hover{
  background-color: white;
  color: #059862;
}

.custom-icon {
  color: #0ab630; 
  font-size: 1.2rem; 
  margin-right: 8px;
}

/* Section Styling------------------- */

/* General styles */
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa; 
}

.vetical-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: white;    
  background-size: cover;
  color: white; 
  
  
}
.vetical-section p, li {
  font-size: 1.2rem;  
  color: #003456;
}
.vetical-section h3 {
  color: #003456;
}

/* Vertical Menu Styles */
.vertical-menu {
  background: #00253D;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
  padding: 10px;
}

.vertical-menu a {
  display: block;
  padding: 1px 8px;
  margin-bottom: 10px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.2); /* Transparent background */
}

.vertical-menu a:hover {
  background:#0ab630; 
  color: white; 
  transform: scale(1.05); 
} 

/* Centering and Highlighting the Heading */
.non-eng-heading {
  justify-content: center; 
  text-align: center; 
  padding-bottom: 20px; 
  padding-top: 10px;
}

.non-eng-heading h2 {
  font-weight: 700; 
  color: white; 
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  padding: 2px 3px;
  background:#059862 
}

.eng-heading {
  justify-content: center; 
  text-align: center;
  padding-bottom: 20px; 
  padding-top: 10px;
}

.eng-heading h2 {
  font-weight: 700; 
  color: white; 
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); 
  padding: 2px 3px; 
}

.row {
  margin-left: 0;
  margin-right: 0;
}
 
.col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.bg-blue {
  background: #00253D;
}


.hero-content{
  background-color:white;
  color: #003456;
}
.eng-icons{
  width: 80px; 
  text-align: center;
}
.checklist li {
  position: relative;
  padding-left: 25px; 
  margin-bottom: 10px; 
}

.checklist li::before {
  content: "✔"; 
  position: absolute;
  left: 0; 
  color: green;
  font-size: 18px; 
}
.checklist {
  list-style-type: none;
  padding-left: 0; 
}
.service-footer{
  margin-top: 0;
  background-color: #161B29;
}
.custom-icon {
  color: #F52E17; 
  font-size: 1.2rem;
  margin-right: 8px; 
}


/* spec cards */

.postcard {
  flex-wrap: wrap;
  display: flex;
  
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;

	&.dark {
		background-color: #18151f;
	}
	&.light {
		background-color: #e1e5ea;
	}
	
	.t-dark {
		color: #18151f;
	}
	
  a {
    color: inherit;
  }
	
	h1,	.h1 {
		margin-bottom: 0.5rem;
		font-weight: 500;
		line-height: 1.2;
	}
	
	.small {
		font-size: 80%;
	}

  .postcard__title {
    font-size: 1.75rem;
  }

  .postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
  }

  .postcard__img_link {
    display: contents;
  }

  .postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #059862;
    transition: width 0.2s ease;
  }

  .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 1;
    border-radius: 10px;
  }

  &:hover .postcard__bar {
    width: 100px;
  }
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;

    .postcard__title {
      font-size: 2rem;
    }

    .postcard__img {
      max-width: 300px;
      max-height: 100%;
      transition: transform 0.3s ease;
    }

    .postcard__text {
      padding: 3rem;
      width: 100%;
    }

    .media.postcard__text:before {
      content: "";
      position: absolute;
      display: block;
      background: #18151f;
      top: -20%;
      height: 130%;
      width: 55px;
    }

    &:hover .postcard__img {
      transform: scale(1.1);
    }

    &:nth-child(2n+1) {
      flex-direction: row;
    }

    &:nth-child(2n+0) {
      flex-direction: row-reverse;
    }

    &:nth-child(2n+1) .postcard__text::before {
      left: -12px !important;
      transform: rotate(4deg);
    }

    &:nth-child(2n+0) .postcard__text::before {
      right: -12px !important;
      transform: rotate(-4deg);
    }
  }
}
@media screen and (min-width: 1024px){
		.postcard__text {
      padding: 2rem 3.5rem;
    }
		
		.postcard__text:before {
      content: "";
      position: absolute;
      display: block;
      
      top: -20%;
      height: 130%;
      width: 55px;
    }
	
  .postcard.dark {
		.postcard__text:before {
			background: #18151f;
		}
  }
	.postcard.light {
		.postcard__text:before {
			background: #e1e5ea;
		}
  }
}

 /* Home.html CSS */
 .carousel-item {
  height: 90vh; /* 100% of the viewport height */
  overflow: hidden; /* Prevent image overflow */
}

/* Make images cover the entire carousel item */
.c-img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* Ensures image covers the space without stretching */
}

/* Adjust text and button positioning inside carousel caption */
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.carousel-caption h1 {
  font-size: 3rem;
}

.carousel-caption p {
  font-size: 1.5rem;
}
.h-heading{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 20px 20px;
  background-color: #00101A;
}

.image-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap; /* Ensure it wraps on smaller screens */
}
.profile-img {
  margin-top: 0; /* Ensure there's no margin at the top of the image */
}
/* Individual image block */
.image-block {
  position: relative;
  width: 48%; /* Adjust width to ensure both fit side by side with a small gap */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 250px; /* Reduced height for the card */
}

/* Make the images cover the block and maintain aspect ratio */
.image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure images cover the div without distortion */
  transition: transform 0.3s ease;
}

/* Centered text styling */
.image-block h1 {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover effect for the image block */
.image-block:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.image-block:hover img {
  transform: scale(1.1);
}

.image-block:hover h1 {
  opacity: 1; /* Make text visible on hover */
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
  .image-block {
    width: 100%; /* Make images stack vertically on smaller screens */
    height: 250px; /* Adjust height on smaller screens */
  }
}

/* Home - Icons */
.icon-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.icon-container a{
text-decoration: none;
}

.icon-block {
  text-align: center;
  width: 15%;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-block i {
  font-size: 2.8rem;
  color: #007bff;
  transition: transform 0.3s ease;
}

.icon-block h4 {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #333;
  font-weight: bold;
}

.icon-block:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon-block:hover i {
  transform: rotate(15deg);
  color: #28a745;
}

@media (max-width: 768px) {
  .icon-block {
      width: 30%;
  }
}

@media (max-width: 480px) {
  .icon-block {
      width: 45%;
  }
}

/* home-big-card1*/
.home-big-card1{
  background-color: #000d1a;
  color: #fff;
}
.home-big-card11{
  background-color: #007b5e;
  color: #fff;
}
.custom-divider {
  border: 0;
  height: 4px;
  width: 50%;
  background: linear-gradient(to right, #00aaff, #00aaff, transparent);
  margin-top: 1rem;
}

/* home-big-card2*/
.card_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card_content h1{
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #000d1a;
}
.card_content p{
  font-size: 20px;
}
.card_image {
  max-width: 100%;
  height: 400px;
}
.big-card5{
  height: 400px;
}


.card_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: fadeInRight 1.5s ease-out; /* Smooth entrance animation */
}

.custom-divider {
  border: 0;
  height: 4px;
  width: 50%;
  background: linear-gradient(to right, #00aaff, #00aaff, transparent);
  margin-top: 1rem;
  animation: growWidth 1.5s ease-in-out; /* Divider animation */
}

.card_image {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  animation: fadeInLeft 1.5s ease-out; /* Smooth entrance animation for image */
}

/* Animations */
@keyframes fadeInRight {
  from {
      opacity: 0;
      transform: translateX(50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
      opacity: 0;
      transform: translateX(-50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes growWidth {
  from {
      width: 0;
  }
  to {
      width: 50%;
  }
}

/* Text hover effect */
.animated-title {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 2.5rem;
  background: linear-gradient(90deg, #007bff, #00aaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 3s infinite linear; /* Title gradient animation */
}

@keyframes gradientMove {
  from {
      background-position: 0%;
  }
  to {
      background-position: 100%;
  }
}

.animated-text {
  position: relative;
  font-size: 1.25rem;
  animation: textSlideIn 2s ease-out;
}

@keyframes textSlideIn {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Tabs*/

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#tabs{
background: #007b5e;
  color: #eee;
  padding: 60px 0;
}
#tabs h6.section-title{
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #eee;
  font-size: 20px;
}

/* Contact page CSS */


.form-section {
  margin-bottom: 20px;
}
.form-section label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.form-section input,textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #059862;
  border-radius: 4px;
  font-size: 14px;
  color: #2d3748;
}
.form-section input:focus {
  outline: none;
  border-color: #059862;
  box-shadow: 0 0 0 2px #059862;
}
.form-section textarea:focus {
  outline: none;
  border-color: #059862;
  box-shadow: 0 0 0 2px #059862;
}
.contactpage_container {
  max-width: 900px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px;
}
iframe {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  margin-top: 20px;
}  


.non-eng-heading-contact {
  justify-content: center;
  text-align: center;


}


.non-eng-heading-contact h2 {
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  padding: 2px 3px;
  background:#059862
}


.Contact-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  color: white;
 
 
}
.Contact-section p {
  font-size: 1.2rem;  
  color: black;
}
.Contact-section h2 {
  color: white;
}

.my-5 {
  background:white ;
}




h4.text-center {
  font-size: 1.8rem;
  font-weight: 700;
  color:  #00253D;
  text-transform: uppercase;
}




/* List Group Styling */
.list-group-item {
  background: #00253D;
  color: white;
  border: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}




.list-group-item:hover {
  background: #00253D;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}




/* Icon Styling */
.eng-icons {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: white;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}




.eng-icons i {
  font-size: 1.8rem;
}




.list-group-item span {
  font-weight: 500;
}




/* Expanding Icon */
.toggle-icon {
  font-size: 1.2rem;
  color:white;
  transition: transform 0.3s ease-in-out;
}




/* Rotate icon when expanded */
.list-group-item[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
}




/* Collapsible Content */
.drpd {
  background: #fff;
  font-size: larger;
  font-weight: 500;
  border-left: 4px solid #00253D;
  border-radius: 0 0 8px 8px;
  box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}




/* Responsive Design */
@media (max-width: 768px) {
  .list-group-item {
      padding: 1rem;
  }
  .eng-icons {
      width: 40px;
      height: 40px;
  }
  .eng-icons i {
      font-size: 1.5rem;
  }
  h4.text-center {
      font-size: 1.5rem;
  }
}




.drop-low {
  position: relative;
  background: url('../img/bg14.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  color: white;
}


.drop-low::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,rgba(0, 0, 0, 0.8), rgba(62, 47, 47, 0.5));
  z-index: 0;
}


.drop-low * {
  position: relative;
  z-index: 1;
  color: white !important;
}


.cus{
  font-size: 1.2rem;
  color: white;
  margin-bottom: 0;
}

.footer-addr {
  background-color: #00253D;
  color: white;
  padding: 10px 0;
}
.footer-addr h5 {
  margin-bottom: 15px;
  font-weight: bold;
}
.footer-addr p {
  margin: 0;
  font-size: 16px;
}