/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,800i&display=swap");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(css/animate.min.css);
@import url(css/normalize.css);
@import url(css/icomoon.css);
@import url(css/font-awesome.min.css);
@import url(css/meanmenu.css);
@import url(css/owl.carousel.min.css);
@import url(css/swiper.min.css);
@import url(css/slick.css);
@import url(css/jquery.fancybox.min.css);
@import url(css/jquery-ui.css);
@import url(css/nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

/**-- heading section --**/

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

/*-- header area --*/

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

/*-- navigation--*/

.navigation.navbar {
  float: right;
  background: #fff;
  clear: both;
  padding: 23px 25px !important;
  border-radius: 64px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
  padding: 0 20px;
  color: #070404;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
  color: #03cafc;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
  color: #03cafc;
}

.navbar-expand-md .navbar-nav {
  padding-right: 10px;
}

.login_btn a {
  background: #03cafc;
  padding: 9px 32px !important;
  display: inline;
  border-radius: 20px;
  color: #fff !important;
  margin: 0 10px;
}

.login_btn a:hover {
  background: #000 !important;
}



.sea_icon a {
  color: #8c8c8c !important;
}

.header {
  width: 100%;
  padding: 30px 30px;
  background: transparent;
  position: absolute;
  z-index: 999;
}

.logo {
  padding-top: 14px;
}

/** banner section **/

.banner_main {
  background: #f5f6f6;
  padding: 50px 0px 5px 0px;
}

.text-bg {
  text-align: center;
}

.text-bg h1 {
  color: #070404;
  font-size: 50px;
  line-height: 76px;
  padding-bottom: 45px;
  font-weight: bold;
  text-transform: uppercase;
}

.text-bg .read_more {
  border: #1a1a1a solid 2px;
  color: #1a1a1a !important;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  margin-top: 44px;
}

#banner1 .carousel-caption {
  position: inherit;
  padding: 0;
}

#banner1 .carousel-indicators {
  display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
  width: 62px;
  height: 60px;
  background: transparent;
  border: #1a1a1a solid 2px;
  opacity: 1;
  font-size: 30px;
  color: #131215;
  border-radius: 60px;
  top: 43%;
}

#banner1 .carousel-control-prev:hover,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-next:focus {
  background: transparent;
  border: #03cafc solid 2px;
  color: #03cafc;
}

#banner1 a.carousel-control-prev {
  position: absolute;
  left: 20px;
  bottom: 10px;
}

#banner1 a.carousel-control-next {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

/** end banner section **/

.titlepage h2 {
  font-size: 35px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.read_more {
  font-size: 17px;
  background-color: transparent;
  border: #ffffff solid 2px;
  color: #1a1a1a;
  padding: 15px 0px;
  width: 100%;
  max-width: 222px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.5s;
  font-weight: 500;
  border-radius: 40px;
}

.read_more:hover {
  background: #03cafc;
  color: #fff !important;
  transition: ease-in all 0.5s;
}

/** about section **/

.about {
  padding: 90px 0 40px 0;
}

.about-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.about1-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-title h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 0;
}

.about1-title h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 0;
}

.about .about_img {
  margin-left: -40px;
}

.about1 .about_img {
  margin-left: -40px;
}

.about .titlepage::before {
  position: absolute;
  content: "";
  width: 220px;
  height: 411px;
  right: -30px;
  background: url(../images/about_right_cross.jpg);
  background-repeat: no-repeat;
  top: -27px;
  z-index: -1;
}

.about1 .titlepage::before {
  position: absolute;
  content: "";
  width: 220px;
  height: 411px;
  right: -30px;
  background: url(../images/about_right_cross.jpg);
  background-repeat: no-repeat;
  top: -27px;
  z-index: -1;
}

.about .about_img figure {
  margin: 0;
}

.about1 .about_img figure {
  margin: 0;
}

.about .titlepage {
  border: #000 solid 1px;
  padding: 40px 40px;
  z-index: 10018;
  background: #fff;
  margin-right: 40px;
}

.about1 .titlepage {
  border: #000 solid 1px;
  padding: 40px 40px;
  z-index: 10018;
  background: #fff;
  margin-right: 40px;
}

.about .titlepage p {
  color: #2a2a2c;
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
  padding-top: 20px;
}

.about1 .titlepage p {
  color: #2a2a2c;
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
  padding-top: 20px;
}

.about .read_more {
  border: #1a1a1a solid 2px;
  color: #1a1a1a;
  font-weight: 500;
  margin-top: 44px;
}

.about1 .read_more {
  border: #1a1a1a solid 2px;
  color: #1a1a1a;
  font-weight: 500;
  margin-top: 44px;
}

/** end about section **/

/** Explore Us **/

.explore_title h2 {
  text-align: center;
  padding-bottom: 60px;
  font-size: 35px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
  margin-top: 30px;
}

.explore_container_fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 40px;
}

.explore_box {
  text-align: center;
  border: #555556 solid 1px;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.explore_image1 {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.explore_text1 {
  margin-top: 20px;
}

.explore_box figure {
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.explore_box p {
  color: #2a2a2c;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

/** end Join us **/

/** Our  Glasses section **/

.glasses {
  background: #fff;
  margin-top: 90px;
}

.glasses-titlepage h2 {
  text-align: center;
  padding-bottom: 60px;
  font-size: 35px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}

.glasses .titlepage p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding-top: 10px;
}

.blu {
  color: #03cafc;
  text-transform: initial;
}

.glasses-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.glasses_box {
  text-align: center;
  border: #555556 solid 1px;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.glasses_box .image1 {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 🔐 Transparent overlay to block clicks and downloads */
.image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
}

/* Wrapper to position overlay */
.image_protected_wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glasses_box .text1 {
  margin-top: 20px;
}

.glasses_box figure {
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glasses_box h3 {
  color: #100d0d;
  font-size: 22px;
  line-height: 20px;
  padding: 70px 0px 9px 0px;
}

.glasses_box p {
  color: #2a2a2c;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.glasses .read_more {
  border: #1a1a1a solid 2px;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  margin-top: 44px;
}

.view_details {
  border: #1a1a1a solid 2px;
  font-weight: 500;
  display: inline-block;
  margin-top: 20px;
  padding: 5px 0px;
  width: 50%;
  text-align: center;
  transition: ease-in all 0.5s;
  border-radius: 30px;
  cursor: pointer;
}

.view_details:hover {
  background: #03cafc;
  color: #fff !important;
  transition: ease-in all 0.5s;
}





.course_apply_view_details {
  font-size: 17px;
  background-color: transparent;
  border: #1a1a1a solid 2px;
  font-weight: 500;
  display: inline-block;
  /* change from inline-block */
  margin: 20px auto 0;
  /* top auto-bottom margins */
  padding: 6px 0;
  width: 50%;
  text-align: center;
  transition: ease-in all 0.5s;
  border-radius: 30px;
  cursor: pointer;
}

.course_apply_view_details:hover {
  background: #03cafc;
  color: #fff !important;
  transition: ease-in all 0.5s;
}

.glasses_box .glasses_text1 {
  font-size: 18px;
  margin-top: 20px;
}

/** end Our  Glasses section **/

/** Our shop section **/

.shop {
  margin-top: 90px;
  background: #fefdf9;
  border-top: #f2f1ed solid 1px;
  border-bottom: #f2f1ed solid 1px;
}

.shop .shop_img figure {
  margin: 0;
}

.shop .shop_img figure img {
  width: 100%;
}

.padding_right0 {
  padding-right: 0;
}

.shop .max_width {
  text-align: left;
  background: #030404;
  height: 100%;
  padding-top: 86px;
  padding-left: 50px;
  padding-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
}

.shop .titlepage {
  max-width: 612px;
  width: 100%;
  float: left;
}

.shop .titlepage h2 {
  color: #fff;
  border-bottom: #fff solid 1px;
  padding-bottom: 10px;
  float: left;
  clear: both;
}

.shop .titlepage p {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  padding: 40px 0px 80px 0;
  width: 100%;
  display: inline-block;
}

.shop .titlepage .read_more {
  color: #fff !important;
}

/** end Our shop section **/

/** clients section **/

.clients-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-title h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 0;
}

.clients-carousel {
  margin-top: 20px;
  margin-bottom: 40px;
}

.carousel-item {
  text-align: center;
}

.clients-box {
  border: 1px solid #606060;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
  height: 380px;
}

.clients-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.clients-box p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #2a2a2c;
}

.client-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 4px;
}

#myCarousel .carousel-indicators {
  display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
  width: 62px;
  height: 60px;
  background: transparent;
  border: #1a1a1a solid 2px;
  opacity: 1;
  font-size: 30px;
  color: #131215;
  border-radius: 60px;
  top: 43%;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
  background: transparent;
  border: #03cafc solid 2px;
  color: #03cafc;
}

#myCarousel a.carousel-control-prev {
  position: absolute;
  left: 20px;
  bottom: 10px;
}

#myCarousel a.carousel-control-next {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

/** end clients section **/

/** contact section **/

.contact .main_form h3 {
  color: #4b4b4c;
  font-size: 27px;
  line-height: 25px;
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 0;
}

.loginForm .main_form h3 {
  color: #4b4b4c;
  font-size: 27px;
  line-height: 25px;
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 0;
}

.resetpass .main_form h3 {
  color: #4b4b4c;
  font-size: 27px;
  line-height: 25px;
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 0;
}

.profile h3 {
  color: #4b4b4c;
  font-size: 27px;
  line-height: 25px;
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 0;
}

.register .main_form h3 {
  color: #4b4b4c;
  font-size: 27px;
  line-height: 25px;
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 0;
}

.main_form {
  z-index: 999;
  background: #fff;
  padding: 40px 50px;
  margin-top: 2px;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

.main_form .contactus {
  border-bottom: #111111 solid 1px;
  margin-bottom: 25px;
  width: 100%;
  height: 57px;
  background: transparent;
  color: #4b4b4c;
  font-size: 18px;
  font-weight: normal;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
}

.main_form .contactusmess {
  border-bottom: #111111 solid 1px;
  margin-bottom: 25px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 14px;
  background: transparent;
  color: #4b4b4c;
  font-size: 18px;
  font-weight: normal;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
}

.send_btn {
  background: #03cafc;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  color: #fff;
  height: 50px;
  border-radius: 30px;
  margin-top: 20px;
  transition: ease-in all 0.5s;
  text-transform: uppercase;
}

.send_btn:hover {
  background: #4b4b4c;
  transition: ease-in all 0.5s;
}

/* end contact section */

/* users result section */

.user_form {
  padding: 20px 30px;
}

.user_results {
  color: #4b4b4c;
  font-size: 27px;
  line-height: 25px;
  /* text-align: center; */
  margin-left: 50px;
  font-weight: 600;
  margin-bottom: 2px;
}

table {
  margin-top: 20px;
  /* margin-left: 300px; */
  border-collapse: collapse;
  width: 50%;
}

th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f2f2f2;
}

.logout_btn {
  background: #03cafc;
  font-weight: 600;
  font-size: 18px;
  width: 20%;
  color: #fff;
  height: 50px;
  border-radius: 30px;
  margin-top: 10px;
  margin-left: 200px;
  transition: ease-in all 0.5s;
  text-transform: uppercase;
}

.logout_btn:hover {
  background: #4b4b4c;
  transition: ease-in all 0.5s;
}

/* end users result section */

/** footer **/

.footer {
  background: #252525;
  padding-top: 90px;
  padding-bottom: 50px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.footer .icon-link {
  display: block;
  color: #fff;
  /* margin-bottom: 10px; */
  text-decoration: none;
}

.footer .icon-link i {
  font-size: 3em;
}

.footer .text-center span {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 5px;
}

.footer .text-center {
  text-align: center;
}

.footer .icon-link:hover,
.footer .icon-link:focus,
.footer .icon-link:active {
  outline: none !important;
}

/* Copyright Section */
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fbfdfd;
}

.copyright p {
  color: #292929;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
}

.copyright a {
  color: #292929;
}

.copyright a:hover {
  color: #03cafc;
}

/** end footer **/

/** inner page css **/

.position_head .header {
  position: inherit;
  background: #03cafc;
}

.position_head .glasses,
.shop {
  margin-bottom: 90px;
}

/* General styles for the cards */
.glasses_box {
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

/* Our Courses section */

.courses {
  background: #fff;
  margin-top: 90px;
}

.courses-titlepage h2 {
  text-align: center;
  padding-bottom: 60px;
  font-size: 35px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
  margin-top: 30px;
}

.blu {
  color: #03cafc;
  text-transform: initial;
}

.courses-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.courses_box {
  text-align: center;
  border: #555556 solid 1px;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.courses_box .courses-image1 {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.courses_box .courses-text1 {
  font-size: 18px;
  margin-top: 20px;
}

.courses_box figure {
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.courses_box h3 {
  color: #100d0d;
  font-size: 22px;
  line-height: 20px;
  padding: 70px 0px 9px 0px;
}

.courses_box p {
  color: #2a2a2c;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.courses_box .read_more {
  border: #1a1a1a solid 2px;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  margin-top: 44px;
}

.courses_box .view_details {
  border: #1a1a1a solid 2px;
  font-weight: 500;
  display: inline-block;
  margin-top: 20px;
  padding: 5px 0px;
  width: 50%;
  text-align: center;
  transition: ease-in all 0.5s;
  border-radius: 30px;
  cursor: pointer;
}

.view_details:hover {
  background: #03cafc;
  color: #fff !important;
  transition: ease-in all 0.5s;
}


.profile-section {
  text-align: center;
  margin-top: 30px;
}

/* Smaller profile image with border and shadow */
.profile-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #0d6efd;
}

.profile-info {
  margin-top: 15px;
  color: #333;
}

.profile-info h3 {
  font-size: 22px;
  font-weight: bold;
}

.profile-info p {
  font-size: 16px;
}


/* Certificate Count Box with gradient, shadow, and better styling */
.cert-count {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: white;
  padding: 20px;
  border-radius: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}

/* Table Styling */
table {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


th {
  background-color: #0d6efd;
  color: white;
  font-size: 18px;
  padding: 12px 15px;
  text-align: center;
}

td {
  font-size: 16px;
  padding: 12px 15px;
  text-align: center;
}

.table-responsive {
  margin-top: 20px;
}


/* Result Count Box with gradient, shadow, and better styling */
.result-cert-count {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: white;
  padding: 20px;
  border-radius: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}

/* Table Styling */
result-table {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


th {
  background-color: #0d6efd;
  color: white;
  font-size: 18px;
  padding: 12px 15px;
  text-align: center;
}

td {
  font-size: 16px;
  padding: 12px 15px;
  text-align: center;
}

.result-table-responsive {
  margin-top: 20px;
}


.readers-title {
  font-size: 23px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.readers-description {
  font-style: italic;
  color: #555;
  font-size: 16px;
}

/* (your same CSS for gallery layout and modal) */
.our-report-gallery-grid {
  column-count: 4;
  column-gap: 15px;
  padding: 20px;
}

.our-report-gallery-item {
  break-inside: avoid;
  margin-bottom: 15px;
}

.our-report-gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.our-report-gallery-item img:hover {
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .our-report-gallery-grid {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .our-report-gallery-grid {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .our-report-gallery-grid {
    column-count: 1;
  }
}

/* Modal */
.our-report-gallery-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.our-report-gallery-modal.show {
  display: flex;
}

.our-report-gallery-modal-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  animation: zoomIn 0.3s;
  object-fit: contain;
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
  }

  to {
    transform: scale(1);
  }
}

.our-report-gallery-close-btn,
.our-report-gallery-prev-btn,
.our-report-gallery-next-btn {
  color: white;
  position: absolute;
  font-size: 40px;
  cursor: pointer;
  z-index: 1060;
  user-select: none;
}

.our-report-gallery-close-btn {
  top: 20px;
  right: 30px;
}

.our-report-gallery-prev-btn {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.our-report-gallery-next-btn {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.our-report-gallery-close-btn:hover,
.our-report-gallery-prev-btn:hover,
.our-report-gallery-next-btn:hover {
  color: #ccc;
}


  
.course-card-course {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s;
  height: 420px; /* Fixed height for all cards */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-card-course img {
  width: 100%;
  height: 250px;  /* Ensures all images are same size */
  object-fit: cover;
}

.course-title-course {
  font-size: 1rem;
  font-weight: 600;
  padding: 10px;
  min-height: 48px; /* keeps space equal for 1 or 2 line titles */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.course_view_details {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 25px;
  margin: 15px auto;
  transition: background-color 0.3s;
}

.course_view_details:hover {
  background-color: #007bff;
}


.course-card-course {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card-course:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.course-card-course img {
  transition: transform 0.4s ease;
}

.course-card-course:hover img {
  transform: scale(1.05);
}

.course_view_details {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 25px;
  margin: 15px auto;
  transition: background-color 0.3s, transform 0.3s;
}

.course-card-course:hover .course_view_details {
  background-color: #007bff;
  transform: scale(1.05);
}




.view-btn-course {
  margin-top: 16px;
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-weight: 500;
  transition: 0.2s;
  white-space: nowrap;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  align-self: center;
}



.view-btn-course:hover {
  background: #000;
  color: #fff;
}

.export-container {
  display: flex;
  flex-wrap: wrap;
  /* buttons will wrap if screen is small */
  gap: 12px;
  /* spacing between buttons */
  justify-content: center;
  /* center-align buttons */
  margin-top: 20px;
}

.export-btn {
  padding: 8px 18px;
  border-radius: 50px;
  /* makes pill shape */
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}

.export-btn:hover {
  background: #03cafc;
  color: #fff;
  transform: translateY(-2px);
  /* small hover lift */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



.modal-content img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}


.pop-announcement .modal-content {
  border-radius: 15px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.pop-announcement .announcement-banner {
  width: 100%;
  height: auto;
  display: block;
}

.pop-announcement .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.pop-announcement .modal-title {
  font-weight: 600;
}

.pop-announcement .close {
  font-size: 2rem;
  color: #000;
  opacity: 0.7;
}

.pop-announcement .modal-body {
  padding: 1.5rem;
  font-size: 1rem;
}

.pop-announcement .normal-text {
  font-weight: normal;
  /* Ensures the content is not bold */
}

.pop-announcement .btn-primary {
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1.2rem;
  border-radius: 30px;
}

/* Adds space between the content and button */
.pop-announcement .mt-3 {
  margin-top: 1rem;
}


.search-box {
  max-width: 700px;
  margin: 60px auto 30px;
  text-align: center;
  padding: 0 15px;
}

.search-box input {
  height: 50px;
  font-size: 16px;
}

.loading,
.not-found,
.found {
  text-align: center;
  margin-top: 20px;
}

.loading img,
.not-found img,
.found img {
  width: 120px;
  max-width: 80%;
  margin: 15px 0;
}


.contest-detail {
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #007bff;
}

.detail-label {
  font-weight: 600;
  color: #007bff;
  margin-bottom: 0.3rem;
}

.detail-text {
  font-size: 1.1rem;
  color: #333;
  margin: 0;
}

.about-title h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  color: #2c3e50;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.titlepage h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #34495e;
}

.titlepage i {
  display: block;
  margin-bottom: 10px;
  color: #777;
  font-style: italic;
}

.titlepage p {
  font-size: 1rem;
  color: #555;
}

/* Search Box */
.input-group {
  max-width: 600px;
  margin: 30px auto;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

#searchInput {
  border: none;
  padding: 14px 20px;
  font-size: 1rem;
}

#searchInput:focus {
  box-shadow: none;
}

.input-group-append .btn {
  border-radius: 0;
  padding: 12px 25px;
  background: #007bff;
  border: none;
  transition: all 0.3s ease;
}

.input-group-append .btn:hover {
  background: #0056b3;
  transform: scale(1.05);
}

/* Result Container */
#result {
  margin-top: 40px;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Buttons in Table */
.table .btn-primary {
  border-radius: 20px;
  padding: 5px 15px;
  transition: all 0.3s;
}

.table .btn-primary:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

/* Not Found Styling */
.not-found img {
  opacity: 0.7;
}

.not-found h5 {
  font-weight: 600;
  color: #888;
}

/* Modal Customization */
.modal-content {
  border-radius: 15px;
  overflow: hidden;
}

.modal-header {
  color: #fff;
}

.modal-title {
  font-weight: 600;
}


/* Force background for each winner row */
.gold-row td {
  background-color: #ffd700 !important;
  /* Gold */
  color: #000 !important;
  font-weight: bold;
}

.silver-row td {
  background-color: #c0c0c0 !important;
  /* Silver */
  color: #000 !important;
  font-weight: bold;
}

.bronze-row td {
  background-color: #cd7f32 !important;
  /* Bronze */
  color: #fff !important;
  font-weight: bold;
}

/* Optional: Make text smaller on mobile */
@media (max-width: 768px) {

  .gold-row td,
  .silver-row td,
  .bronze-row td {
    font-size: 0.9rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .course-card-course {
    width: 90%;
    margin: 0 auto 25px auto;
    padding: 15px;
    height: auto; /* flexible height */
  }

  .course-card-course img {
    width: 100%;
    height: auto; /* allows full image visibility */
    object-fit: contain; /* ensures no cropping */
    background-color: #fff;
    display: block;
    border-radius: 12px;
  }

  .course-title-course {
    font-size: 1.1rem;
    padding: 8px;
  }

  .course_view_details {
    font-size: 0.95rem;
    padding: 10px 22px;
  }
}

@media (max-width: 480px) {
  .course-card-course {
    width: 100%;
    padding: 15px;
  }

  .course-card-course img {
    width: 100%;
    height: auto; /* no fixed height — image adjusts naturally */
    object-fit: contain; /* keeps full image visible */
    background-color: #fff;
  }

  .course-title-course {
    font-size: 1.15rem;
  }

  .course_view_details {
    font-size: 1rem;
    padding: 10px 24px;
  }
}


/* 📱 For mobile: reduce motion, remove hover */
@media (max-width: 768px) {
  .course-card-course {
    transform: none !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .course-card-course:hover {
    transform: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .course-card-course img {
    transform: none !important;
  }

  .course_view_details {
    transform: none !important;
  }

  /* Optional: add subtle tap animation */
  .course-card-course:active {
    transform: scale(0.98);
  }
}

/* end courses section */