/** @format */

::after body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-size: 0.875rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  height: 200px;
}

.footer-icons .icon {
  margin-right: 20px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  margin-top: 100px;
}

.footer-links a {
  color: #fff;
  padding-inline-end: 20px;
  text-decoration: none;
  padding-top: 40px;
  padding-left: 30px;
}

.h1 {
  width: 100%;
  height: 20%;
  margin-top: 20%;
  background-color: #333;
}

 
/* Centering the Card */
.card {
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 100px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  flex-direction: column; /* Ensures content stacks vertically */
  align-items: center; /* Centers content horizontally */
}

/* Card Content */
.card-content {
  text-align: center;
}

.card-content h1 {
  font-size: 30px;
  font-weight: bold;
   margin-bottom: 15px;
  margin-top: 10px;
  color: #333;
}
 

 
.title p {
  font-size: 25px;
  color: #555;
  line-height: 1.6;
}

.subtitle {
  font-size: 25px;
  font-weight: bold;
  color: #007BFF;
  margin-top: 15px;
  
}

 

/* Button Styles */
.card-footer-item button {
  padding: 12px 24px;
  font-size: 16px;
  color: #f5f5f5;
  margin-top: 2px;
  background-color: #004d00;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
   gap: 8px; /* Space between icon and text */
}

.card-footer-item button i {
  font-size: 20px; /* Icon size */
}

.card-footer-item .button:hover{
  color: #000;
  background-color: #0056b3
}

.card-footer-item button:hover {
  background-color: #006400;
  transform: scale(1.05); /* Slight scaling effect */
}

.card-footer-item button:active {
  background-color: #004d00;
  transform: scale(0.95); /* Slight shrinking effect */
}

/* Media Queries */

/* Medium Screen Sizes */
@media (max-width: 768px) {
  .card {
    padding: 15px;
  }

  .title h1 {
    font-size: 24px;
  }

  .title p {
    font-size: 14px;
  }

  .subtitle {
    font-size: 16px;
  }

  .card-footer-item button {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/* Small Screen Sizes */
@media (max-width: 480px) {
  .card {
    padding: 10px;
  }

  .title h1 {
    font-size: 20px;
  }

  .title p {
    font-size: 12px;
  }

  .subtitle {
    font-size: 14px;
  }

  .card-footer-item button {
    font-size: 12px;
    padding: 8px 16px;
  }
}


/* Center and make the video responsive */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width ratio) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
/* Center and make the profile image responsive */
.profile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45vh; /* Adjust the height as needed */
  background-repeat: no-repeat;
  background-color: #1a02022c;
  box-shadow: 20px 20px 20px rgba(0, 7, 5, 0.184);
}

.profile-image {
  max-width: 20%;
  height: auto;
  border-radius: 50%; /* Creates a rounded shape */
}

.card {
  width: fit-content;
  height: fit-content;
  background-color: rgb(238, 238, 238);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  gap: 20px;
  box-shadow: 0px 15px 20px rgba(2, 11, 7, 0.052);
}

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  background-color: rgb(44, 44, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 0.3s;
}
/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
}
/* twitter*/
.containerTwo:hover {
  background-color: #00acee;
  transition-duration: 0.3s;
}
/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: 0.3s;
}
/* Whatsapp*/
.containerFour:hover {
  background-color: #128c7e;
  transition-duration: 0.3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

/* wwwww */

button {
  padding: 1.3em 3em;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  margin-top: 40px;
}

button:hover {
  background-color: #23c483;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

button:active {
  transform: translateY(-1px);
}

/* wwww */

 /* media */
 @media screen and (max-width: 768px) {
  #container is-fullhd{
    display: block;
  }
}
 
 /* card start */
.card-container {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh; /* Full viewport height */
   background-color: #f5f5f5; /* Optional: Set a background color */
 }


   .card-profile {
      width: 100%; /* Adjust to container width */
      max-width: 500px; /* Restrict the maximum width */
      height: auto; /* Automatically adjust the height */
      min-height: 200px; /* Set a minimum height for uniformity */
      padding: 10px; /* Add consistent spacing */
      box-sizing: border-box; /* Include padding in height/width calculations */
      margin-bottom: 90px;
    }

    @media (max-width: 768px) {
      .card-profile {
        max-width: 100%; /* Allow full width for smaller screens */
        padding: 15px; /* Reduce padding for smaller screens */
      }
    }

    @media (max-width: 480px) {
      .card-profile {
        padding: 10px; /* Further reduce padding for very small screens */
      }
    }

 /* card end */

 /* web-overview start */

 .gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }

    .gallery img {
      width: 100%;
      height: auto;
      cursor: pointer;
      border-radius: 8px;
      transition: transform 0.2s;
    }

    .gallery img:hover {
      transform: scale(1.05);
    }

    .gallery-item {
      flex: 1 1 calc(33.333% - 30px); /* Three images per row */
      max-width: calc(33.333% - 30px);
    }



    @media (max-width: 768px) {
      .gallery-item {
        flex: 1 1 calc(50% - 15px); /* Two images per row on tablets */
        max-width: calc(50% - 15px);
      }
    }

    @media (max-width: 480px) {
      .gallery-item {
        flex: 1 1 100%; /* One image per row on small screens */
        max-width: 100%;
      }
    }

 /* web-overview end */

 /* start contact */
 .contact-section {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);

    }
    .contact-card {
      margin-bottom: 2rem;
    }
    .form-container {
      margin-top: 2rem;
    }
    .contact-card p {
      display: flex;
      align-items: center;
      color: #000;
    }
    .contact-card p strong {
      width: 120px; /* Fixed width for alignment */
      display: inline-block; /* Ensures labels align in a straight line */
    }

    @media screen and (max-width: 768px) {
      .contact-section {
        padding: 1.5rem;
      }
      .contact-card p strong {
        width: 100px;
      }
    }

    @media screen and (max-width: 480px) {
      .contact-section {
        padding: 1rem;
      }
      .contact-card p {
        flex-direction: column;
        align-items: flex-start;
      }
      .contact-card p strong {
        width: auto;
        margin-bottom: 0.5rem;
      }
    }
 /* end contact */

 /* form container start */
/* Basic Styles for Form */
.form-container {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  background-color: #333;
  color: #f5f5f5;
  border-radius: 10px;
}

.field {
  margin-bottom: 16px;
}

.label {
  font-weight: bold;
  margin-bottom: 8px;
}

.control {
  width: 100%;
}

.input,
.textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.textarea {
  min-height: 120px;
}

.button {
  display: inline-block;
  background-color: #007BFF;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #0056b3;
}

.button.is-primary {
  background-color: green;
  color: white;
}

.button.is-primary:hover {
  background-color: #006400;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .form-container {
    padding: 15px;
  }

  .title {
    font-size: 20px;
  }

  .input,
  .textarea {
    font-size: 14px;
  }

  .button {
    font-size: 14px;
    padding: 10px 16px;
  }
}

@media (max-width: 480px) {
  .form-container {
    padding: 10px;
  }

  .title {
    font-size: 18px;
  }

  .input,
  .textarea {
    font-size: 14px;
  }

  .button {
    font-size: 14px;
    padding: 8px 14px;
  }
}

 /* form container end */


 /*  profile star */

 .profile-card {
      max-width: 600px;
      width: 90%;
      margin: auto;
      margin-top: 20px;
      margin-bottom: 25px;
    }

    .content {
      font-size: 20px;
      color: #000;
    }
 @media screen and (max-width: 768px) {
      .profile-card {
        max-width: 90%;
      }
    }

    @media screen and (max-width: 480px) {
      .profile-card {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
      }
      .media-left .image {
        width: 48px;
        height: 48px;
      }
      .title.is-4 {
        font-size: 1.2rem;
      }
      .subtitle.is-6 {
        font-size: 0.9rem;
      }
    }
   /*  profile end */
   

   /* twitter icon start */
    
 /* Navbar styles */
          
 /* Increase the logo size */
.navbar-item .logo {
  max-height: 82px; /* Adjust logo size as needed */
}

/* Style the icon background, hover effect, border, and shadow */
.social-btn {
  background-color: white;
  border: 2px solid #333; /* Dark border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); /* Shadow effect */
}

.social-btn:hover {
  background-color: #000;
  color: white; /* Ensure icon and text are white on hover */
  border-color: white; /* Change border to white on hover */
  border: #f5f5f5;
}

/* Capitalize and bold the navbar items */
.navbar-menu .navbar-start .navbar-item,
.navbar-menu .navbar-end .navbar-item {
  text-transform: uppercase;
  font-weight: bold;
}


   /* twitter icon end */
    