/*+++++++++++++++++++++++++++++++ GENERAL  STYING +++++++++++++++++++++++++++++++++*/
* {
  /* font-family: "Inter", sans-serif; */
  font-family: "Space Grotesk", sans-serif;
  scroll-behavior: smooth;
}
a {
  text-decoration: none !important;
}

.hover {
  transition: all 0.3s ease;
  cursor: pointer;
}
.hover:hover {
  transform: scale(1.03);
}

.green-button {
  background-color: #278533;
  color: white;
  padding: 16px 35px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #2785344d;
  transition: all 0.3s ease;
}

.green-button:hover,
.huge-green-buttons:hover {
  background-color: #278534c4;
  color: white;
  transform: scale(1.03);
}

.huge-green-buttons {
  font-family: "Space Grotesk", sans-serif;
  background-color: #278533;
  color: white;
  padding: 16px 115px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #2785344d;
  transition: all 0.3s ease;
}

.underline-scribble-img {
  margin-left: 90px;
  width: 200px;
}

@media screen and (max-width: 952px) {
  .huge-green-buttons {
    padding: 10px 80px;
    font-size: 18px;
  }
}

@media screen and (max-width: 765px) {
  .huge-green-buttons {
    padding: 10px 60px;
    font-size: 14px;
  }
}
@media screen and (max-width: 755px) {
  .underline-scribble-img {
    width: 100px;
  }
}

@media screen and (max-width: 500px) {
  .green-button {
    padding: 16px 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #2785344d;
    transition: all 0.3s ease;
  }
  .underline-scribble-img {
    margin-left: 0;
  }
  .huge-green-buttons {
    padding: 10px 40px;
    font-size: 12px;
  }
}

@media screen and (max-width: 381px) {
  .huge-green-buttons {
    padding: 10px 20px;
    font-size: 11px;
  }
}

.header-containers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1px;
}

.heading-h2 {
  margin: 0 !important;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.paragraph-p {
  font-size: 20px;
  font-weight: 400;
  color: #83898f;
  text-align: center;
}

.paragraph-p-2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15.75;
  font-weight: 700;
  color: #aab0bc;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .heading-h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .heading-h2 {
    font-size: 25px;
  }
  .paragraph-p {
    font-size: 15px;
  }
}

@media screen and (max-width: 450px) {
  .heading-h2 {
    font-size: 24px;
  }
  .paragraph-p {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .swal-text {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }
}

/*+++++++++++++++++++++++++++++++ GENERAL  STYING ENDS+++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++ HERO SECTION STYLING/*+++++++++++++++++++++++++++++++ */
/* HERO SECTION STYLING */

.intern-hero-section {
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at center, #e0f6f7 0%, #ffffff00 70%);
}

.intern-hero-section-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.intern-hero-section-container-main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: column; */
  padding: 110px 0;
  gap: 20px;
}
.below-main-img {
  display: flex;
}
.below-main-img img {
  max-width: 300px;
}

.hero-left-section {
  width: 50%;
}
.hero-left-section h1 {
  margin: 0 !important;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-left-section p {
  font-size: 20px;
  text-transform: capitalize;
}

.hero-right-section {
  width: 50%;
  position: relative;
}

.button-container {
  display: flex;
  gap: 15px;
}

.button-container .btn1 {
  padding: 15px 20px;
  border-radius: 5px;
  /* background-color: #feb900; */
  background-color: #dd3445;
  color: white;
  font-weight: 600;
}
.button-container .btn1 {
  position: relative;
  overflow: hidden;
}
.btn1 {
  position: relative;
  overflow: hidden;
  background: #0a7a0b;
  color: white;
  padding: 15px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}

.btn1 .shine {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-20deg);
  animation: shineMove 2s linear infinite;
}

@keyframes shineMove {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
/* 
.button-container .btn1 .shine {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-20deg);
} */

.button-container .btn1:hover .shine {
  animation: shine-sweep 0.8s forwards;
}

@keyframes shine-sweep {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.button-container .btn2 {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: white;
}

.below-img-container {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.below-img-container img {
  max-width: 230px;
}

@media screen and (max-width: 1025px) {
  .hero-left-section h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 982px) {
  .hero-left-section h1 {
    font-size: 26px;
  }
  .hero-left-section p {
    font-size: 16px;
  }
  .button-container {
    gap: 5px;
  }
  .button-container .btn1,
  .button-container .btn2 {
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
  }
  .below-img-container {
    gap: 5px;
  }
  .below-img-container img {
    max-width: 150px;
  }
}

@media screen and (max-width: 766px) {
  .intern-hero-section {
    height: 450px;
  }
  .intern-hero-section-container-main-content {
    gap: 10px;
  }
  .hero-left-section h1 {
    font-size: 20px;
  }
  .hero-left-section p {
    font-size: 14px;
  }
  .below-img-container {
    gap: 5px;
  }
  .below-img-container img {
    max-width: 120px;
  }
}
@media screen and (max-width: 497px) {
  .intern-hero-section {
    min-height: 900px;
  }
  .intern-hero-section-container-main-content {
    display: flex;
    /* justify-content: center;
    align-items: center; */
    /* align-items: start; */
    flex-direction: column;
    padding: 40px 0;
    gap: 20px;
  }
  .hero-left-section {
    width: 90%;
  }
  .hero-right-section {
    width: 80% !important;
  }

  .hero-left-section h1 {
    font-size: 29px;
  }
  .hero-left-section p {
    font-size: 20px;
  }
  .button-container .btn1,
  .button-container .btn2 {
    padding: 15px;
    font-size: 14px;
  }
  .below-img-container img {
    max-width: 170px;
  }
}
@media screen and (max-width: 376px) {
  .intern-hero-section {
    min-height: 800px;
  }
  .hero-left-section h1 {
    font-size: 24px;
  }
  .hero-left-section p {
    font-size: 17px;
  }
  .below-img-container img {
    max-width: 150px;
  }
}
@media screen and (max-width: 321px) {
  .intern-hero-section {
    min-height: 720px;
  }
  .hero-left-section {
    width: 100%;
  }
  .hero-right-section {
    width: 90% !important;
  }
  .hero-left-section h1 {
    font-size: 22px;
  }
  .button-container .btn1,
  .button-container .btn2 {
    padding: 15px 10px;
    font-size: 12px;
  }
  .below-img-container img {
    max-width: 120px;
  }
}
/* HERO SECTION STYLING ENDS */

/*+++++++++++++++++++++++++++++++++++++ HERO SECTION ANIMATION STARTS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@keyframes float-slow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes float-fast {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes fade-in-out {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scale-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes slide-left {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}

/* Animate main hero text */
/* .hero-section-container h1 {
  animation: float-fast 8s ease-in-out infinite;
  animation-delay: 0.4s;
} */
/*++++++++++++++++++++++++++++++++ HERO SECTION ANIMATION ENDS ++++++++++++++++++++++++++++++++++++++++++*/
.hero-right-section {
  width: 50%;
  position: relative;
}

.main-hero-img {
  max-width: 100%;
  animation: float-slow 6s ease-in-out infinite;
}

.right-overlay-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.right-overlay-section .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: transform 0.3s ease;
}

.right-overlay-section .icon img {
  max-width: 70%;
}

.right-overlay-section .icon:hover {
  transform: scale(1.2);
}

/* Premium icon placements */
.icon-1 {
  top: 20%;
  right: -30px;
  animation: scale-pulse 5s ease-in-out infinite;
}

.icon-2 {
  bottom: 25%;
  right: -40px;
  animation: float-fast 7s ease-in-out infinite;
}

.icon-3 {
  top: 50%;
  left: -40px;
  animation: slide-left 6s ease-in-out infinite;
}

.icon-4 {
  bottom: 10%;
  left: -30px;
  animation: spin-slow 10s linear infinite;
}
@media screen and (max-width: 1025px) {
  .icon-3 {
    left: 0;
  }

  .icon-4 {
    left: 20px;
  }
}
@media screen and (max-width: 766px) {
  .right-overlay-section .icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 497px) {
  .icon-1 {
    right: -10px;
  }

  .icon-2 {
    right: 10px;
  }
}

.animated-word span {
  display: inline-block;
  color: #0a7a0b;
  animation: bounce-letter 2s ease-in-out infinite;
}

/* Stagger the animation for each letter */
.animated-word span:nth-child(1) {
  animation-delay: 0s;
}
.animated-word span:nth-child(2) {
  animation-delay: 0.1s;
}
.animated-word span:nth-child(3) {
  animation-delay: 0.2s;
}
.animated-word span:nth-child(4) {
  animation-delay: 0.3s;
}
.animated-word span:nth-child(5) {
  animation-delay: 0.4s;
}
.animated-word span:nth-child(6) {
  animation-delay: 0.5s;
}
.animated-word span:nth-child(7) {
  animation-delay: 0.6s;
}
.animated-word span:nth-child(8) {
  animation-delay: 0.7s;
}
.animated-word span:nth-child(9) {
  animation-delay: 0.8s;
}
.animated-word span:nth-child(10) {
  animation-delay: 0.9s;
}
.animated-word span:nth-child(11) {
  animation-delay: 1s;
}
.animated-word span:nth-child(12) {
  animation-delay: 1.1s;
}
.animated-word span:nth-child(13) {
  animation-delay: 1.2s;
}

@keyframes bounce-letter {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/*+++++++++++++++++++++++++++++++ HERO SECTION ENDS ++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++ LOGO SLIDERS SECTION STYLING ++++++++++++++++++++++++++++++++++++++++++*/
.logo-sliders-section {
  /* position: relative; */
  /* z-index: 1; */
  background-color: #012c06;
  padding: 10px;
  padding-top: 20px;
  color: white;
  font-size: 20px;
}

/*++++++++++++++++++++++++++++++++ LOGO SLIDERS SECTION STYLING ENDS +++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++ PROGRAMS SECTION  ++++++++++++++++++++++++++++*/
.program-section {
  min-height: 600px;
  margin: 60px 0;
}

.program-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.each-program {
  /* width: 40%; */
  padding: 15px;
  gap: 15px 20px;
  /* border: 1px solid lightgrey; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.each-program .program-image {
  height: 300px;
  width: 45%;
  /* background-image: url("/media/new_internship_img/intern2.jpg"); */
  background-position: center;
  background-size: contain;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-color: white;
  margin-bottom: 13px;
}

.each-program .program-detail {
  width: 45%;
}
.each-program .program-detail h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
}
.each-program a {
  padding: 8px 30px;
  border-radius: 5px;
  /* background-color: #feb900; */
  background-color: #dd3445;
  color: white;
  font-weight: 600;
}

@media screen and (max-width: 497px) {
  .each-program {
    gap: 12px;
  }
  .each-program .program-image {
    height: 270px;
  }
  .each-program .program-detail h3 {
    font-size: 24px;
  }
  .each-program a {
    font-size: 13px;
  }
}

@media screen and (max-width: 426px) {
  .each-program {
    gap: 12px;
  }
  .each-program .program-image {
    width: 50% !important;
  }
  .program-detail {
    width: 50% !important;
  }
  .each-program .program-detail h3 {
    font-size: 22px;
  }
  .each-program a {
    font-size: 13px;
  }
}
@media screen and (max-width: 398px) {
  .each-program {
    flex-direction: column;
  }
  .each-program2 {
    flex-direction: column-reverse;
  }
  .each-program .program-image {
    width: 100% !important;
  }
  .program-detail {
    width: 100% !important;
  }
}
/*+++++++++++++++++++++++++++++++ PROGRAMS SECTION ENDS ++++++++++++++++++++++++++++*/

/* ++++++++++++++++++++++++++FORM SECTION STAYLING +++++++++++++++ */

.form-section {
  background: linear-gradient(135deg, #0a7a0b 30%, #035403 100%);
  color: white;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.form-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.form-info {
  flex: 1;
  min-width: 300px;
}

.form-info h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.form-info p {
  font-size: 18px;
  margin-bottom: 15px;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  margin: 10px 0;
  font-size: 16px;
}

.benefits-list i {
  color: gold;
  margin-right: 8px;
}

.form-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
  flex: 1;
  min-width: 320px;
  color: #333;
  position: relative;
  z-index: 2;
  /* animation: float-slow 6s ease-in-out infinite; */
}

.form-card h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #0a7a0b;
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-card input,
.form-card textarea {
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #ccc;
  outline: none;
  font-size: 16px;
  resize: none;
}

.form-card input:focus,
.form-card textarea:focus {
  border-color: #0a7a0b;
  box-shadow: 0 0 10px rgba(10, 122, 11, 0.4);
}

.submit-btn {
  padding: 15px;
  background: #d62828;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #a81f1f;
}

.note {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
}

.note i {
  color: #d62828;
  margin-right: 5px;
}

/* Floating Shapes for Premium Feel */
.form-section::before,
.form-section::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 1;
  animation: float-slow 8s ease-in-out infinite;
}

.form-section::before {
  width: 150px;
  height: 150px;
  top: 10%;
  left: 15%;
}

.form-section::after {
  width: 200px;
  height: 200px;
  bottom: 5%;
  right: 10%;
}

.flexed-input {
  display: flex;
  gap: 5px;
}

.input-contain {
  display: flex;
  flex-direction: column;
}

.input-contain label {
  font-size: 13px;
  text-align: left;
}
form select {
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #ccc;
  outline: none;
  font-size: 16px;
  resize: none;
  width: 100%;
}

.flexed-input select {
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #ccc;
  outline: none;
  font-size: 16px;
  resize: none;
}

.flexed-input input,
.flexed-input .input-contain {
  width: 50%;
}

option {
  padding: 20px 10px;
  margin: 20px 0;
}

@media screen and (max-width: 500px) {
  .flexed-input {
    flex-direction: column;
    gap: 15px;
  }
  .flexed-input input,
  .flexed-input .input-contain {
    width: 100%;
  }
}

/* Floating Animation */
@keyframes float-slow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 600px) {
  .form-container {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 376px) {
  .form-section {
    padding: 80px 5px;
  }
  .form-container h2 {
    font-size: 26px;
  }
}
/* ++++++++++++++++++++++++++FORM SECTION STAYLING ENDS +++++++++++++++ */
