/* font family Start*/
body{
    font-family: "Poppins" !important;
 
}

p{
    font-family: "Poppins" !important;
   
}
/* font family End*/

/* header style Start */
.z-ind-55 {
  z-index: 99 !important;
}

.toggle-nav-btn span:nth-child(1) {
  width: 18px !important;
}
.toggle-nav-btn span:nth-child(2) {
  width: 13px !important;
  margin: 5px 0;
}
.toggle-nav-btn span:nth-child(3) {
  width: 18px !important;
}

/* header style End */


/* buttons Styles Start */

/* 1) Make it flex so text+icon are centered */
.btn-custom-559 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  /* 2) Resize: adjust these values as needed */
  padding: 7px 15px !important;
  /* vertical | horizontal */
  font-size: 14px !important;
  /* text size */

  /* 3) (Optional) Fix width & height for uniformity */
  width: 150px !important; 
  height: 40px !important; 

  /* ensure text-align remains centered */
  text-align: center !important;
}

/* 4) If you also want to center the button itself within its container: */
.some-parent-selector {
  text-align: center;
}

/* common sizing & centering for both buttons */
.btn-custom {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 150px !important;
height: 40px !important;
padding: 0 15px !important;
font-size: 14px !important;
text-align: center !important;
}
/* small gap between the two buttons */
.gap-3 {
gap: 1rem; /* you can tweak this */
}

.icon-play:before {
  font-size: 22px !important;
}
/* buttons Styles Start */



/* home page style Start */

/* header banner Style Start */

.hero-banner55 {
  height: 620px !important;
}

@media only screen and (max-width:620px) {
  .hero-banner55 {
    height: none !important;
  }
}

.hero-banner55 {
  height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 50px 0;
}

.hero-content .title {
  font-size: 50px;
}

.hero-content p {
  font-size: 14px;
}

/* Tablet View */
@media only screen and (max-width: 991px) {
  .hero-banner55 {
    height: auto;
    padding: 60px 0 30px;
    /* text-align: center; */
  }

  .hero-content .title {
    font-size: 36px;
  }

  .hero-content span.text-primary {
    font-size: 18px;
  }

  .hero-content p {
    font-size: 13px;
  }

  .hero-thumbnail {
    margin-top: 30px;
  }
}

/* Mobile View */

@media (max-width: 500px) {
  .hero-banner55 {
    width: 100vw !important;
    height: 90vh !important;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;

}
}

@media only screen and (max-width: 576px) {
  .hero-banner55 {
    padding: 40px 15px 20px;
  }

  .hero-content .title {
    font-size: 28px;
  }

  .hero-content span.text-primary {
    font-size: 16px;
  }

  .hero-content p {
    font-size: 12px;
  }

  .pad-pp56 {
    justify-content: left;
    gap: 10px;
  }

  .hero-thumbnail img.thumbnail {
    width: 100%;
    height: auto;
  }

  .hero-thumbnail .circle-wrapper,
  .hero-thumbnail .item3 {
    display: none;
    /* hide floating circles on small screens */
  }
}

@media only screen and (min-width: 991px) and (max-width: 2560px) {
  .hero-content-58 {
    margin-bottom: 200px;
  }
}

@media (max-width: 991px) {

  /* Hide the right column (image) */
  .hero-banner .col-lg-6.wow.fadeInRight {
    display: none;
  }

  /* Set the image as background for the banner */
  .hero-banner.style-1 {
    background-image: url('wp-content/uploads/2024/08/img1.webp') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* Optional: Add overlay for better text visibility */
  .hero-banner.style-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 27, 78, 0.7); /* Dark blue with 70% opacity */
    z-index: 0;
  }
  
  

  .hero-content {
    position: relative;
    z-index: 1;
  }
}


@media only screen and (max-width: 1900px) {
  .font-size55 {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 500px) {
  .font-size55 {
    font-size: 30px !important;
  }
}

/* @media only screen and (max-width: 991px) {
.pad-pp56 {
padding-bottom: 20px !important;
}
} */


/* header banner Style End */



@media only screen and (max-width: 1200px) {
  .content-media57 {
    padding-left: 5px !important;
  }

  .ab-font-size54 {
    font-size: 30px !important;
  }
}

.side-bar-font-s5 {
  font-size: 14px !important;
}

.icon-bx-wraper.style-3.active::after,
.icon-bx-wraper.style-3:focus-within::after,
.icon-bx-wraper.style-3:hover::after {
  background: #3570b7 !important;
}



/* button color Start */
.bb-btn-col-59 {
  background-color: #3570b7 !important;
  border-color: #3570b7 !important;
}

.pop-up-btn-hover-66 {
  transition: background-color 0.3s ease;
}

.pop-up-btn-hover-66:hover {
  background-color: #173b68 !important;
}

/* button color End */

















/* .left-content-59 {
  text-align: left; 
} */

















/* home page gallery Start */
@media only screen and (max-width: 768px) {
  .gallery-69 {
    display: none !important;
  }
}

/* Hide the gallery by default on larger screens */
.gallery-container {
  display: none;
}

/* Show and style the gallery only on screens 768px or smaller */
@media (max-width: 768px) {
  .gallery-container {
    display: grid;
    max-width: 768px;
    margin: 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-container a {
    display: block;
  }

  .gallery-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px !important;
    transition: transform 0.3s ease;
    cursor: pointer;
  }

  .gallery-container img:hover {
    transform: scale(1.03);
  }
}

@media only screen and (max-width: 1900px) {
  .f2-head-68 {
    font-size: 27px !important;
  }
}

@media only screen and (max-width: 768px) {
  .f2-head-68 {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 600px) {
  .f2-head-68 {
    font-size: 20px !important;
  }
}


/* mobile view */
.gallery-container img {
  width: 100%;
  /* margin: 5px; */
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.2s;
}
.gallery-container img:hover {
  transform: scale(1.05);
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  text-align: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 80vh;
  margin: auto;
  border-radius: 10px;
}

.close, .prev, .next {
  position: absolute;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.close {
  top: 10px;
  right: 30px;
}

.prev {
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.next {
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}


.gallery-container img {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.2s;
  z-index: 1;
  border: 4px solid #3570b7;
  /* Add red border */
}

.gallery-container img:hover {
  transform: scale(1.05);
}

.simple-lightbox {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.simple-lightbox img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 0px;
  z-index: 100000;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: #fff;
  background-color: #eb1c24;
  /* Red background */
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 100001;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* Makes it a circle */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.lightbox-close:hover {
  background-color: rgb(170, 20, 28);
  /* Slightly darker red on hover */
  transform: scale(1.1);
}



/* .lightbox-prev,
.lightbox-next {
position: absolute;
color: #fff;
font-size: 20px;
font-weight: bold;
cursor: pointer;
user-select: none;
z-index: 100001;
} */

.lightbox-prev,
.lightbox-next {
  position: absolute;
  color: #fff;
  background-color: #0366d1;
  /* Dark blue semi-transparent background */
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 100001;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* Makes it a circle */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background-color: #023e7e;
  /* Solid background on hover */
  transform: translateY(-50%) scale(1.1);
}


.lightbox-close {
  top: 20px;
  right: 15px;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 10px;
}

.lightbox-next {
  right: 10px;
}

.lightbox-prev:hover,
.lightbox-next:hover,
.lightbox-close:hover {
  transform: translateY(-50%) scale(1.1);
}
/* mobile view */
/* home page gallery End */



/* icons color style Start */


.icon-bx-wraper.style-3.active .icon-cell img,
.icon-bx-wraper.style-3:focus-within .icon-cell img,
.icon-bx-wraper.style-3:hover .icon-cell img {
  filter: brightness(0) invert(1);
  /* Makes image white on hover/active/focus */
}

/* icons color style End */


/* home page style End */


/* About Page Style Start */
@media only screen and (max-width: 575px) {
  .hid-about-img-75 {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .vision-img-59 {
    display: none !important;
  }
}
/* About Page Style End */


/* our Courses Style Start */

/* Our Courses Enquiry form Style Start */
.inquiry-float-btn {
  position: fixed;
  right: 15px;
  bottom: 140px;
  background-color: #3570b7;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  z-index: 10000;
  cursor: pointer;
  transition: background 0.3s ease;
}

.inquiry-float-btn:hover {
  background-color: #0056b3;
}

.inquiry-float-btn i {
  vertical-align: middle;
}

.custom-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.custom-popup-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 768px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 10px;
}

.custom-popup-image {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.custom-popup-form {
  padding: 20px;
}

.custom-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background-color: #eb1c24;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.custom-popup-close:hover {
  transform: scale(1.05);
}

@media (min-width: 769px) and (max-width: 2560px) {
  .custom-popup-box {
    flex-direction: row;
    padding: 12px;
  }

  .custom-popup-image {
    width: 50%;
    height: auto;
  }

  .custom-popup-form {
    width: 50%;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .custom-popup-box {
    flex-direction: column;
    max-width: 90%;
    padding: 10px;
  }

  .custom-popup-image {
    width: 100%;
    height: 220px;
  }

  .custom-popup-form {
    padding: 15px;
  }
}
/* Our Courses Enquiry form Style End */

/* our Courses Style End */


/* contact page style Start */

.icon-bx-wraper.style-8 {
  background-color:  #3570b7 !important;
  /* border: 2px solid #eb1c24 !important; */
  /* padding: 20px 25px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
  min-height: 120px; */
}


.icon-bx-wraper.style-8 .icon-bx {
  background-color: #fff !important;  /* White background by default */
  color: #3570b7 !important;          /* Blue text/icon color */
  border: 2px solid #fff;             /* White border */
  transition: all 0.3s ease;
}

/* Hover and active style */
.icon-bx-wraper.style-8:hover .icon-bx,
.icon-bx-wraper.style-8.active .icon-bx {
  background-color: #3570b7 !important;
  color: #fff !important;
  border-color: #fff;
}


.icon-bx-wraper.style-8 .icon-bx {
  /* width: 60px;
  height: 60px;
  min-width: 60px;
  line-height: 0; */
  background-color: #fff;
  /* font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; */
  color: #3570b7 !important;
}
.icon-bx-wraper.style-8 .icon-bx:hover {
  /* width: 60px;
  height: 60px;
  min-width: 60px;
  line-height: 0; */
  background-color: #fff;
  /* font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; */
  color: #fff !important;
}

.icon-bx-wraper.style-8 {
  /* background-color: var(--bs-light); */
  padding: 20px 20px !important;
  /* border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
  min-height: 120px; */
  
}




.col-link-color-68 {
  color: #fff !important;
}

/* Make the link text white, even on hover */
.location-link,
.location-link:hover {
  color: #fff!important;
  text-decoration: none;
  /* optional: remove underline */
}

.form-btn-red-cont-69 {
  background-color: #eb1c24 !important;
  border: 2px solid #eb1c24 !important;
}
.contct-info-font-s5{
  font-size:12px !important;
}


/* contact form Styles Start */
.floating-underline .form-control, .floating-underline select {
  padding: 6px 0 !important;
  /* border-bottom: 2px solid #EFF1FF;
  height: 60px;
  color: var(--bs-body-color);
  outline: 0 !important;
  font-size: 16px;
  background-color: #fff0;
  border-radius: 0; */
}

.wpcf7 form .wpcf7-response-output {
  font-size: 14px ;
  /* border-radius: var(--radius-sm); */
  padding: 0px 0px !important;
  /* border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial; */
  margin: 0px 0px !important;
}

.form-floating.floating-underline .form-control:focus, .form-floating.floating-underline .form-control:not(:placeholder-shown):not(.dropdown-toggle) {
  padding: 15px 0;
  border-color: #3570b7 !important;
}

.form-floating.floating-underline .form-control:not(:placeholder-shown)~label, .form-floating.floating-underline .form-control:focus~label {
  font-size: 12px;
  color:  #3570b7 !important ;
  transform: translateY(-25px);
  font-weight: 600;
}


.floating-underline .form-control, .floating-underline select {
  padding: 15px 0;
  border-bottom: 2px solid #b3b3b3 !important;
  height: 60px;
  color: var(--bs-body-color);
  outline: 0 !important;
  font-size: 16px;
  background-color: #fff0;
  border-radius: 0px;
}
/* contact form Styles Start */

/* .section-head.style-1 {
  text-align: center;
} */

.section-head.style-1 .sub-title {
  display: inline-block;
}

/* contact page style End */



/* Footer Style Start */
.site-footer.style-2.footer-dark .footer-middle .fh-inner {
  /* background-color: #07121e;
  border-radius: 30px; */
  padding: 25px 15px !important;
}

.icon-bx-wraper.style-1 {
  /* display: flex; */
  gap: 7px !important;
  /* text-align: left; */
}


.fa-envelope:before {
  margin-top: 2px !important;
}

.foot-font-s5{
  font-size: 13px !important;
}
/* Footer Style End */



/* pop up form Style Start */

  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .popup-content {
    background: #fff;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
    position: relative;
    overflow-y: auto;
    max-height: 90vh;
  }

  .form-header h2 {
    margin: 0 0 10px;
  }

  .form-header p {
    margin: 0 0 20px;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
  }

  .form-group {
    margin-bottom: 15px;
  }

  input,
  textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
  }

  button.btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
  }

  button.btn:hover {
    background-color: #0056b3;
  }

  
/* pop up form Style End */
