/**
 * Theme Name: OIC Course Theme
 *
 * @format
 */
/* Theme styles are loaded from assets/css/directory */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.2.0");
  src:
    url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  color: #212121;
}

.img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

a,
.button,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #004697;
  text-decoration: none;
}

a,
button {
  color: #004697;
  outline: medium none;
}

input:focus,
textarea:focus,
:focus {
  outline: 0;
}

button:focus {
  outline: 0 none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #212121;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  word-break: normal;
  /* Standard behavior */
  overflow-wrap: anywhere;
  /* Allows breaking anywhere if needed */
  text-align: justify;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  color: #212121;
  margin-bottom: 15px;
  /* text-align: justify; */
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.btn {
  -moz-user-select: none;
  background: #2f3440 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border: 0;
}

.btn:hover {
  background: #fff;
  color: #2f3440;
}

.btn:hover:before {
  width: 100%;
  color: #2f3440;
}

.btn.brand-btn {
  background: #fbba42;
  color: #222;
}

.btn.brand-btn:hover {
  background: #222;
  color: #fbba42;
}

.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fbba42;
  line-height: 1;
  padding: 17px 35px;
}

.btn.btn-2:hover {
  background: #fbba42;
  color: #222;
  border-color: #fbba42;
}

/* Inverted color hover effect for all buttons - specific overrides */
a.btn:hover,
button.btn:hover,
.btn:hover {
  background: #fff !important;
  color: #2f3440 !important;
  border-color: #2f3440 !important;
}

a.btn.brand-btn:hover,
button.btn.brand-btn:hover,
.btn.brand-btn:hover {
  background: #222 !important;
  color: #fbba42 !important;
}

a.btn.btn-2:hover,
button.btn.btn-2:hover,
.btn.btn-2:hover {
  background: #fbba42 !important;
  color: #222 !important;
  border-color: #fbba42 !important;
}

.btn i {}

/* scrollUp */
#scrollUp {
  background: #004697;
  height: 35px;
  width: 35px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  /*border-radius: 50%;*/
  font-size: 0;
  line-height: 34px;
}

#scrollUp::before {
  font-size: 16px;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
}

#scrollUp:hover {
  background: #444;
}

/* 

  2. header 

*/
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f8f8f8 none repeat scroll 0 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.main-menu-area.scroll-header {
  background: #f8f8f8 none repeat scroll 0 0;
}

.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
}

.main-menu-area {
  background: #fff none repeat scroll 0 0;
}

.logo {}

.logo img {
  max-width: 281px;
  height: auto;
}

.main-menu nav>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu nav>ul>li {
  display: inline-block;
  position: relative;
}

.main-menu nav>ul>li>a {
  color: #000;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 29px 13px;
}

.main-menu nav>ul>li:hover>a {
  color: #004697;
  font-weight: 700;
}

/* Dropdown sub-menu */
.main-menu ul li ul.sub-menu {
  background: #000;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 320px;
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu nav>ul>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu ul li ul.sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  margin: 0;
  position: relative;
}

.main-menu ul li ul.sub-menu li:last-child {
  border: 0;
}

.main-menu ul li ul.sub-menu li a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: left;
  font-size: 13px;
}

.main-menu ul li ul.sub-menu li:hover>a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.main-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
}

/* 


3. slider 


*/
#homes {
  margin-top: 81px;
}

.movie-container span img {
  max-width: 119px;
}

.movie-container span {
  display: block;
  padding-bottom: 5px;
}

.movie-container h1 {
  font-family: "Outfit", sans-serif;
  font-size: 65px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.movie-container p {
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.movie-area-content1 {
  margin-top: 56px;
  /* border-top: 1px solid #cecece; */
  padding-top: 12px;
  padding-bottom: 12px;
}

.movie-area-content1 p {
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.movie-area-content {
  border-top: 1px solid #cecece;
  padding-top: 12px;
  padding-bottom: 97px;
}

.my-resume-area {
  background: url("img/bg-1.png") no-repeat center top;
  background-size: cover;
}

.sec-title h3 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 0;
}

.sec-title .title {
  background: url("img/white-bg.png") no-repeat center right;
  background-size: cover;
  display: block;
  max-width: 406.7px;
  padding: 6.8px 6.8px 6.8px 15px;
}

.sec-title p {
  color: #fff;
}

.my-resume-title h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.61;
  text-align: center;
  color: #66997a;
  padding-top: 22.8px;
  margin-bottom: 0;
}

.my-resume-wrapper {
  background-color: #fff;
  position: relative;
  padding: 25px 30px;
}

.my-resume-wrapper::after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #007757;
  content: "";
  display: block;
  width: 40px;
  height: 42px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.my-resume-wrapper::before {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #007757;
  content: "";
  display: block;
  width: 40px;
  height: 42px;
  position: absolute;
  top: -1px;
  left: 0;
}

.my-resume-content h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  color: #000;
  margin-bottom: 31px;
  min-height: 40px;
}

.my-resume-content p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  margin-bottom: 0;
  color: #000;
}

.my-resume-content {
  padding: 19px 11px 25px;
  background-color: #f7f7f7;
  min-height: 280px;
  text-align: justify;
}

.my-resume-two .card .card-header .btn i.fa-plus {
  right: 20px;
  padding-top: 2px;
  font-size: 18px;
  position: absolute;
}

.my-resume-two .d-flex.align-items-center.justify-content-between.btn.btn-link.collapsed .fa-plus::before {
  content: "\f067";
}

.my-resume-two .d-flex.align-items-center.justify-content-between.btn.btn-link .fa-plus::before {
  content: "\f068";
}

.my-resume-two .btn {
  background-color: transparent;
  color: #212121;
  text-align: center;
  margin: 0 auto;
  /* padding: 0; */
  font-size: 14px;
  padding: 20px 18px;
  width: 100%;
}

.my-resume-two .btn .accordion_heading {
  text-align: center;
  display: block;
}

.my-resume-two .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.my-resume-two .btn .accordion_heading {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.my-resume-two .card-header {
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  text-align: center;
}

.price_title {
  padding: 7px 7px;
  background-color: #fff;
}

.price_title h4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 0;
}

.price_plan_box {
  background-color: #292929;
  margin-bottom: 20px;
}

.pricing_inner_box {
  padding: 85px 19px 20px;
  min-height: 575px;
}

.pricing_inner_box .top h5 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.green {
  color: #b1ff00;
}

.gray {
  color: #717171;
}

.pricing_inner_box .top h6 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.dark-bg {
  background-color: #2f2f2f;
}

.pricing_inner_box .mid {}

.pricing_inner_box .mid ul li {
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.pricing_inner_box .mid ul li.plus-sign-icon {
  padding: 3px 0;
}

.pricing_inner_box .bottom h7 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

.features-list {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #383838;
  padding: 13px;
  width: 100%;
}

.features-icon {
  padding: 0 5px;
}

.pricing_inner_box .top h6 .green {
  font-weight: bold;
}

.mid-container h6 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

.mid-container {
  padding: 19px 11px;
  min-height: 168px;
}

.elective-courses {
  max-width: 896px;
  height: 43px;
  padding: 8px 31px 9px 32px;
  border: solid 1px #fff;
  background-color: #212121;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 9;
}

.my-resume-two .card .col-xl-4.col-lg-4.col-md-4 {
  padding: 0 6px;
}

.elective-courses p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.my-resume-wrapper .col-xl-4.col-lg-4.col-md-4 {
  padding: 0 6px;
}

.my-resume-wrapper .row {
  margin-left: -6px;
  margin-right: -6px;
}

.my-resume-two .card-body {
  padding-bottom: 0;
}

/* 5.1 progress */
.skill-part {}

.skill-part h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.skill-part h3 span {
  font-size: 18px;
}

.text-img {
  /* max-width: 773px; */
  position: absolute;
  top: 0;
  right: 0;
}

.skill-box {
  padding-top: 26.6px;
}

.titlebar {
  background: url("img/black-bg.png") no-repeat center right;
  background-size: cover;
  display: block;
  max-width: 466.5px;
  padding: 6.8px 6.8px 6.8px 15px;
  width: 100%;
}

.titlebar.max {
  max-width: 566.5px;
}

.titlebar h3 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

.skill-area {
  background-color: #f7f7f7;
}

.skill-container h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 12px;
}

.skill-container p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.skill-container {
  background-color: #fff;
  padding: 19px 13px 22px;
  min-height: 210px;
}

.skill-container1 {
  background-color: #fff;
  padding: 19px 13px 22px;
  min-height: 120px;
}

.skill-container1 p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.skill-container1 h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 12px;
}

.awards-container h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 12px;
}

.awards-container p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.awards-container {
  background-color: #fff;
  padding: 19px 13px 22px;
  /* min-height: 210px; */
}

.skill-part .col-xl-4.col-lg-4.col-md-4 {
  padding: 0 7px;
}

.skill-sec {
  margin-left: -7px;
  margin-right: -7px;
}

#our_services .owl-stage {
  padding-left: 0 !important;
}

.curriculum-sec.offset-1,
.awards-sec.offset-1 {
  margin-left: 14.333%;
}

.curriculum-list-area {
  background-color: #f7f7f7;
}

.curriculum-list-area h3 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.05;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 12.5px;
  margin-bottom: 0;
}

.curriculum-list-box ul li {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  padding-bottom: 16px;
  text-align: justify !important;
}

.curriculum-list-box h4 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
}

.curriculum-list-box ul li:last-child {
  padding-bottom: 0;
}

.curriculum-list-box {
  padding-top: 50px;
}

.curriculum-list-area p {
  font-size: 16px;
  font-weight: normal;
  color: #212121;
  padding-top: 23px;
}

/* No carousel grid layout - when items are 3 or less */
.curriculum-sec .no-carousel,
.curriculum-sec .no-carousel-active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-right: 14.333%;
}

.curriculum-sec .no-carousel .item,
.curriculum-sec .no-carousel-active .item {
  flex: 0 0 calc(33.333% - 7px);
  max-width: calc(33.333% - 7px);
}

@media (max-width: 999px) {

  .curriculum-sec .no-carousel .item,
  .curriculum-sec .no-carousel-active .item {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

@media (max-width: 767px) {

  .curriculum-sec .no-carousel,
  .curriculum-sec .no-carousel-active {
    padding-right: 0;
  }

  .curriculum-sec .no-carousel .item,
  .curriculum-sec .no-carousel-active .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.curriculum-sec .owl-nav {
  position: absolute;
  top: -45px;
  right: 16%;
}

.curriculum-sec .owl-carousel .owl-nav .owl-next,
.curriculum-sec .owl-carousel .owl-nav .owl-prev {
  background-color: #212121;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  top: 0;
}

.curriculum-sec .owl-carousel .owl-nav .owl-prev::before {
  content: "";
  clip-path: polygon(100% 0, 1% 50%, 100% 100%);
  width: 14px;
  height: 17px;
  background-color: #fff;
  display: block;
  text-align: center;
  margin-top: 12px;
  margin-left: 11px;
}

.curriculum-sec .owl-carousel .owl-nav .owl-next::before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 14px;
  height: 17px;
  background-color: #fff;
  display: block;
  text-align: center;
  margin-top: 12px;
  margin-left: 14px;
}

.curriculum-sec .owl-carousel .owl-nav .owl-prev {
  margin-right: 10px;
}

.curriculum-sec .owl-nav.disabled {
  display: block !important;
}

.grade-area.my-resume-two {
  background-color: #f7f7f7;
}

.grade-area.my-resume-two .card-header {
  background-color: #000;
}

.grade-area.my-resume-two .btn {
  color: #fff;
}

.chart-one.chart-two {
  padding-top: 0;
}

.latest-work.latest-work-bottom {
  padding-bottom: 0;
}

.latest-work.latest-work-bottom .work-img {
  padding-bottom: 0;
}

.latest-work.latest-work-bottom p strong {
  /* padding-bottom: 23px; */
  display: block;
}

.latest-news-content ul li p {
  color: #212121;
}

.latest-news-content ul li {
  padding-bottom: 22.5px;
  margin-bottom: 22.5px;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
  background: url("img/arrow.png") no-repeat right center;
}

.latest-news-content ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.portfolio {
  background-color: #00271d;
}

.portfolio .owl-stage {
  padding-right: 0 !important;
  padding-left: 225px !important;
}

/* Portfolio Navigation - Hide on desktop */
.portfolio .owl-nav {
  display: none;
}

/* Portfolio Navigation - Responsive (Mobile/Tablet) */
@media (max-width: 991px) {

  .portfolio,
  .portfolio.fix {
    position: relative !important;
    overflow: hidden !important;
    padding-bottom: 20px;
  }

  .portfolio .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .portfolio .container-fluid {
    padding: 0 15px;
    overflow: hidden;
  }

  .portfolio-wrapper {
    position: relative !important;
    overflow: hidden;
  }

  #portfolio-slide.owl-carousel {
    position: relative !important;
  }

  /* Navigation buttons container - HIDDEN in responsive view */
  .portfolio .owl-nav,
  .portfolio .owl-nav.disabled,
  #portfolio-slide .owl-nav,
  #portfolio-slide .owl-nav.disabled {
    display: none !important;
  }

  /* Portfolio carousel items */
  .portfolio .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
  }

  .portfolio .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* Force owl carousel to stack slides and dots vertically */
  .portfolio .owl-carousel,
  #portfolio-slide.owl-carousel {
    display: block !important;
    position: relative !important;
  }

  .portfolio .owl-stage-outer,
  #portfolio-slide .owl-stage-outer {
    width: 100% !important;
    overflow: hidden;
  }

  /* Portfolio dots - at bottom center BELOW the carousel */
  .portfolio .owl-dots,
  .portfolio .owl-dots.disabled,
  #portfolio-slide .owl-dots,
  #portfolio-slide .owl-dots.disabled {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
    margin: 10px auto 0 auto !important;
    padding: 8px 0 10px 0 !important;
    gap: 0;
    clear: both;
    overflow: visible !important;
  }

  .portfolio .owl-dots .owl-dot,
  #portfolio-slide .owl-dots .owl-dot {
    outline: none;
    border: none;
    background: none;
    padding: 8px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .portfolio .owl-dots .owl-dot span,
  #portfolio-slide .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: block;
    transition: all 0.2s ease;
    border: none;
    margin: 0;
  }

  .portfolio .owl-dots .owl-dot:hover span,
  #portfolio-slide .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.8);
  }

  .portfolio .owl-dots .owl-dot.active span,
  #portfolio-slide .owl-dots .owl-dot.active span {
    background: #c4e916;
    width: 12px;
    height: 12px;
  }
}

.card-body h4 {
  margin-bottom: 23px;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.05;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
}

.chart-one {
  background-color: #fff;
  padding: 33px 39px 45.5px 37px;
}

.chart-one p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #212121;
  padding: 10px 0;
}

.latest-work-area {
  background: url("img/bg-1.png") no-repeat center top;
  background-size: cover;
  position: relative;
}

.latest-work-title {
  background: url("img/green-bg.png") no-repeat center right;
  background-size: cover;
  display: block;
  max-width: 382.5px;
  padding: 4.7px 6.8px 8px 60px;
  width: 100%;
}

.latest-work {
  background-color: #fff;
  position: relative;
  padding-top: 40.4px;
  padding-bottom: 42.6px;
}

.latest-work::before {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #007757;
  content: "";
  display: block;
  width: 40px;
  height: 42px;
  position: absolute;
  top: -1px;
  left: 0;
}

.latest-work:after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #007757;
  content: "";
  display: block;
  width: 40px;
  height: 42px;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.awards-sec .owl-stage {
  padding-left: 0 !important;
}

.latest-work-title h3 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.latest-work-wrapper {
  margin: 40px 60px 0;
}

.work-img-container {
  padding-left: 0;
}

.work-img {
  padding-bottom: 17px;
}

.work-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}

.green-text {
  color: #008663;
}

.latest-work-content .green-text {
  display: block;
  padding-bottom: 5px;
}

.latest-work-content ul li {
  padding-bottom: 30px;
}

.latest-work-content ul li:last-child {
  padding-bottom: 0;
}

.work-img-container p span {
  margin-bottom: 5px;
  display: block;
}

.progress_new {
  background-color: #fff;
  position: relative;
  padding: 25px;
}

.progress_list_item {
  display: flex;
  align-items: center;
}

.progress_list_item span {
  width: 100%;
  max-width: 45%;
}

.progress_list_item h2 {
  margin-bottom: 0;
  color: #008663;
  font-size: 47px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  padding-right: 3px;
}

.progress_list ul li {
  border-bottom: 1px solid #adadad;
  padding-bottom: 21px;
  margin-bottom: 21px;
}

.progress_list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.progress_bar {
  padding-bottom: 15.5px;
}

.progress_new::before {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #008663;
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  position: absolute;
  top: -1px;
  left: 0;
}

.progress_new:after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #008663;
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.progress-value img {
  max-width: 140px;
}

.statistic_banner {
  background-color: #008663;
}

.progress_content_box p {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.progress_content_box {
  padding-right: 10.6px;
}

.services-title {
  background: url("img/white-bg.png") no-repeat center right;
  background-size: cover;
  display: inline-block;
  padding: 5.1px 38.1px 7.9px 21px;
}

h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  text-align: left;
  color: #008663;
}

.services-section {
  background-color: #007b5b;
  border: 1px solid #fff;
}

.services-content {
  padding: 15px 15px 40px 15px;
}

.services-content p {
  margin-bottom: 0;
  color: #fff;
}

.services-content h5 {
  color: #fff;
  font-size: 19px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.services-content h5 strong {
  padding-right: 6.8px;
}

.services-content h5 span {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: left;
}

.services-content.services-bottom-content {
  padding-bottom: 12.3px;
  min-height: 130px;
}

.awards-sec .owl-nav {
  position: absolute;
  top: -45px;
  right: 16%;
  display: block !important;
}

.awards-sec .owl-nav .owl-prev,
.awards-sec .owl-nav .owl-next {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10;
}

/* Ensure arrow styling is preserved */
.awards-sec .owl-nav .owl-prev,
.awards-sec .owl-nav .owl-next {
  background-color: #fff;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}

.awards-sec .owl-nav .owl-prev::before {
  content: "";
  clip-path: polygon(100% 0, 1% 50%, 100% 100%);
  width: 14px;
  height: 17px;
  background-color: #008663;
  display: block;
  text-align: center;
  margin-top: 12px;
  margin-left: 13px;
}

.awards-sec .owl-nav .owl-next::before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 14px;
  height: 17px;
  background-color: #008663;
  display: block;
  text-align: center;
  margin-top: 12px;
  margin-left: 12px;
}

.graduate-message .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
}

.graduate-message .owl-carousel .owl-nav .owl-next,
.graduate-message .owl-carousel .owl-nav .owl-prev {
  background-color: #fff;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  border-radius: 4px;
}

.awards-sec .owl-carousel .owl-nav .owl-next,
.awards-sec .owl-carousel .owl-nav .owl-prev {
  background-color: #fff;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-block;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  border-radius: 4px;
}

.awards-sec .owl-carousel .owl-nav .owl-prev::before,
.graduate-message .owl-carousel .owl-nav .owl-prev::before {
  content: "";
  clip-path: polygon(100% 0, 1% 50%, 100% 100%);
  width: 14px;
  height: 17px;
  background-color: #008663;
  display: block;
  text-align: center;
  margin-top: 12px;
  margin-left: 13px;
}

.awards-sec .owl-carousel .owl-nav .owl-next::before,
.graduate-message .owl-carousel .owl-nav .owl-next::before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 14px;
  height: 17px;
  background-color: #008663;
  display: block;
  text-align: center;
  margin-top: 12px;
  margin-left: 12px;
}

.awards-sec .owl-carousel .owl-nav .owl-prev,
.graduate-message .owl-carousel .owl-nav .owl-prev {
  margin-right: 10px;
}

/* No carousel grid layout for awards section - when items are 3 or less */
.awards-sec .no-carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-right: 14.333%;
}

.awards-sec .no-carousel .item {
  flex: 0 0 calc(33.333% - 7px);
  max-width: calc(33.333% - 7px);
}

@media (max-width: 999px) {
  .awards-sec .no-carousel .item {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

@media (max-width: 767px) {
  .awards-sec .no-carousel {
    padding-right: 0;
  }

  .awards-sec .no-carousel .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Additional styling for owl carousel navigation */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #008663;
  border-color: #008663;
}

.owl-carousel .owl-nav button.owl-prev:hover::before,
.owl-carousel .owl-nav button.owl-next:hover::before {
  background-color: #fff;
}

.services-title {
  max-width: 410px;
  display: block;
  text-align: center;
}

.services-title h3 {
  text-align: center;
}

.graduate-message-area .latest-work::before {
  background-color: #008663;
}

.graduate-message-area .latest-work::after {
  background-color: #008663;
}

.graduate-message .latest-work-content {
  padding-left: 50px;
}

.sponsors_list ul {
  text-align: center;
}

.sponsors_list ul li {
  display: inline-block;
  padding-right: 29.5px;
  border-right: 1px solid #3c3c3c;
  margin-right: 29.5px;
}

.sponsors_icon {
  padding-right: 16.5px;
}

.sponsors_list ul li:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.sponsors-section {
  background-color: #000;
  padding: 20px 0;
}

.sponsors_list_container {
  display: flex;
  align-items: center;
}

.sponsors_icon img {
  max-height: 32px;
}

.sponsors_list_container .sponsors_icon_text {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.Polygon-72 {
  width: 13px;
  height: 16px;
  margin: 11px 0 8px 448px;
  background-color: #004697;
}

.contact-wrapper {
  position: relative;
}

.contact-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 42px 22px;
}

.contact-content a {
  padding: 15px 17px 16px 23px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: block;
  position: relative;
}

.contact-content a::before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 13px;
  height: 16px;
  background-color: #004697;
  display: block;
  position: absolute;
  right: 17px;
  top: 18px;
}

.social-area {
  padding: 45px 0;
  background-color: #004697;
}

.social-sec h1 {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.social-icon {}

.social-icon ul {}

.social-icon ul li {
  display: inline-block;
  padding-right: 24.5px;
}

.social-icon ul li:last-child {
  padding-right: 0;
}

.social-icon ul li a {}

.social-icon ul li a img {
  max-height: 22.5px;
}

/*
 

      10.footer


 */
footer {
  background-color: #fff;
}

.contact-info p {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #004697;
}

.footer-menu ul li a {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.footer-menu {
  text-align: right;
  padding-bottom: 10px;
}

.footer-menu ul li {
  display: inline-block;
}

.copyright p {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #004697;
}

.banner-img {}

.banner-area .col-sm-4 {
  padding: 0 5px;
}

.banner-top {
  margin-right: -5px;
  margin-left: -5px;
}

.banner-area {
  position: relative;
}

.banner-mid {
  padding-bottom: 12px;
  max-width: 1075px;
  margin: 0 auto;
}

.banner-mid .col-sm-8,
.banner-mid .col-sm-4 {
  padding: 0;
}

.banner-title h1 {
  font-size: 51px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #004697;
  margin-bottom: 0;
}

.slider-button-sec a {
  max-width: 100%;

  margin: 0 0 5px;
  line-height: 30px;
  border: solid 1px #004697;
  background-color: white;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: 004697;
  display: block;
  position: relative;
  border-radius: 0px;
  padding: 4px;
}

.slider-button {
  position: absolute;
  right: 24px;
  top: 25px;
  width: 100%;
  max-width: 216px;
}

.slider-button-fixed {
  position: fixed;
  right: 24px;
  top: 150px;
  width: 100%;
  max-width: 266px;
  z-index: 9;
}

.slider-button-sec a::before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 7px;
  height: 8px;
  background-color: #004697;
  display: block;
  position: absolute;
  right: 6px;
  top: 15px;
}

/* Inverted color effect on mouseover for slider buttons */
/* .slider-button-sec a:hover {
  background-color: #004697;
  color: #fff;
  border-color: #004697;
  transition: all 0.3s ease;
}

.slider-button-sec a:hover::before {
  background-color: #fff;
} */

.feature-title .feature-sub-title {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.84;
  letter-spacing: normal;
  text-align: right;
  color: #004697;
  display: block;
  max-width: 430px;
  margin: 0 auto;
  padding-bottom: 5px;
}

.feature-title h2 span {
  color: #004697;
}

.feature-title h2 {
  max-width: 720px;
  font-size: 52px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.87;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin: 0 auto;
  padding-bottom: 23px;
}

.feature-title p {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.feature-section {
  position: relative;
  padding-top: 71px;
}

/* .feature-section::before {
  content: "";
  background: url("img/bg-topt.png") no-repeat center top;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height: 50%;
}

.feature-section::after {
  content: "";
  background: url("img/bg-topb.png") no-repeat center bottom;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 50%;
} */

.feature-boxes .col-md-6 {
  margin-bottom: 30px;
}

.feature-boxes p {
  font-weight: 500;
}

.feature-box {
  padding: 30.4px 15px 21.2px 15px;
  border: solid 1px #fff;
  min-height: 138.6px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.feature-box::before {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #fff;
  content: "";
  display: block;
  width: 25px;
  height: 22px;
  position: absolute;
  top: -1px;
  left: 0;
}

.feature-box::after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #fff;
  content: "";
  display: block;
  width: 25px;
  height: 22px;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.feature-box-container p {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.feature-box-container h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.feature-box-container span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.feature-box-container {
  width: 100%;
}

.feature-left-img {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.feature-left-img img.img-responsive,
.feature-right-img img.img-responsive {
  width: 114px !important;
  height: 114px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
}

.feature-right-img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.feature-box .renewal {
  width: 76px;
  height: 26px;
  padding: 1px 5px 1px 6px;
  background: url("img/renewal.png") no-repeat center top;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: normal;
  color: #008663;
  position: absolute;
  top: -4px;
  left: 24px;
  background-size: contain;
  /* text-align: center; */
}

.yellow-text {
  color: #ffeb00 !important;
}

.bg-color-one {
  background-color: #238f72;
}

.bg-color-two {
  background-color: #66997a;
}

.bg-color-three {
  background-color: #006839;
}

.bg-color-four {
  background-color: #601986;
}

.bg-color-five {
  background-color: #870a78;
}

.bg-color-six {
  background-color: #e86282;
}

.bg-color-seven {
  background-color: #e74a14;
}

.bg-color-eight {
  background-color: #ec7500;
}

.bg-color-nine {
  background-color: #c1110f;
}

.bg-color-ten {
  background-color: #1063af;
}

.bg-color-eleven {
  background-color: #2189cd;
}

.bg-color-tweleve {
  background-color: #0e988f;
}

.bg-color-thirteen {
  background-color: #e10051;
}

.bg-color-fourteen {
  background-color: #002b9f;
}

.feature-wrapper {
  position: relative;
  height: 100%;
}

.feature-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 17%;
  height: 100%;
  z-index: 2;
}

.feature-left img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}

.feature-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 17%;
  height: 100%;
  z-index: 2;
}

.feature-right img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}

/* Additional rule to ensure object-fit is applied consistently */
.feature-left img,
.feature-right img {
  object-fit: contain !important;
}

/* Fallback for older browsers that don't support object-fit */
@supports not (object-fit: contain) {

  .feature-left img,
  .feature-right img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

/* Animation for slider buttons */
.slider-button-sec {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out 0.3s forwards;
}

/* Staggered animation for multiple buttons */
.slider-button-sec:nth-child(1) {
  animation-delay: 0.3s;
}

.slider-button-sec:nth-child(2) {
  animation-delay: 0.5s;
}

/* Keyframes for the animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover animation for the buttons */
/* .slider-button-sec a {
  transition: all 0.3s ease;
} */
/* 
.slider-button-sec a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 70, 151, 0.3);
} */

.video-title {
  background: url("img/blue-bg.png") no-repeat center right;
  background-size: cover;
  display: block;
  max-width: 512.5px;
  padding: 6.4px 20px 10px 85px;
  width: 100%;
}

.video-title h2 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  color: #fff;
}

.video-poster p {
  margin-top: 10px;
}

.video-area {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

/* 
.video-area::before {
  content: "";
  background: url("img/bg-2.png") no-repeat center top;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height: 50%;
} */

/* .video-area::after {
  content: "";
  background: url("img/bg-3.png") no-repeat center bottom;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 50%;
} */

.video-poster {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.faq-container .card .card-header .btn i.fa-plus {
  right: 20px;
  font-size: 18px;
  position: absolute;
  top: 17px;
}

.faq-container .btn.btn-link.collapsed .fa-plus::before {
  content: "\f067";
}

.faq-container .btn.btn-link .fa-plus::before {
  content: "\f068";
}

.faq-container .btn {
  background-color: #004697;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  padding: 15px 25px 15px 28px;
  width: 100%;
  border-radius: 7px;
}

.faq-container .btn .accordion_heading {}

.faq-container .btn:hover,
.faq-container .btn:focus,
.faq-container .btn:active {
  text-decoration: none !important;
  background-color: #004697 !important;
  color: #fff !important;
  cursor: default !important;
  box-shadow: none !important;
  outline: none !important;
}

.faq-container .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
  display: block;
}

.faq-container .card-body p {
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}

.faq-container .card-body {
  padding-top: 13px;
  padding-bottom: 35px;
}

.faq-container .btn .accordion_heading {
  text-align: left;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.faq-container .card-header {
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  text-align: center;
}

.faq-section {
  position: relative;
  background: url("img/bg-4.png") no-repeat center top;
  background-size: cover;
}

.call-to-us {
  background: url("img/bg-5.jpg") repeat center center;
  padding: 35px 0;
  position: relative;
}

.call-to-us .sponsors_icon img {
  max-height: 28.4px;
}

.call-to-us .sponsors_icon_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 0.88;
}

.call-to-us .sponsors_icon_text::after {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 11px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  margin-left: 12px;
}

.oic-video-thumb-img {
  width: 100%;
  height: auto;
}

/* Ensure the video container establishes a positioning context and aspect ratio */
.movie-area .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
  /* Apply cursor to the entire video area */
}

/* Style for the thumbnail content within the video container */
.movie-area .video .oic-video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  /* Use flex to center play button more easily */
  justify-content: center;
  align-items: center;
  background-color: transparent;
  /* Ensure no background color if image is transparent */
}

.movie-area .video .oic-video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the area without distortion */
}

/* Adjust play button overlay to ensure it's visible and centered */
.movie-area .video .oic-video-thumbnail .oic-video-play-btn {
  position: absolute;
  /* You might need to adjust the positioning/sizing of the play button icon here */
  /* based on its default styling to ensure it's centered and visible */
}

/* Style for the video player after thumbnail is replaced */
.movie-area .video .oic-video-player,
.movie-area .video .oic-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.curriculum-sec .owl-stage {
  padding-left: 0 !important;
}

.my-resume-two .card-body h4 {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  padding: 0;
  background-color: #fff;
  margin-bottom: 0;
}

.grade-area.my-resume-two .card-body h4 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.05;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  padding-bottom: 23px;
}

.footer-menu ul li {
  padding-right: 27px;
}

.footer-menu ul li:last-child {
  padding-right: 0;
}

/* Equal height columns for course accordion */
.equal-height-row {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-col {
  display: flex;
}

.equal-height-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}

/* Ensure proper flex behavior for pricing boxes */
.price_plan_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Set appropriate size for sponsor icons to maintain aspect ratio */
.sponsors_icon .img-responsive {
  max-height: 32px;
  max-width: 32px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Curriculum list box styles */
.curriculum-list-box {
  padding-top: 50px;
}

.curriculum-list-box ul li {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  padding-bottom: 16px;
}

.curriculum-list-box h4 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
}

.curriculum-list-box ul li:last-child {
  padding-bottom: 0;
}

/* Video Poster Border Styles */
.video-poster {
  transition: border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Footer Social Icons */
.social-icons-footer {
  margin-bottom: 15px;
  text-align: center;
}

.social-icons-footer .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icons-footer .social-links li {
  margin: 0;
  padding: 0;
}

.social-icons-footer .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icons-footer .social-links a:hover {
  background-color: #0073aa;
  transform: translateY(-3px);
}

.social-icons-footer .social-links i {
  font-size: 18px;
  vertical-align: middle;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Simple fade in up animation for contact content text */
.animated-text {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Simple inverted color effect on hover for contact buttons */
.contact-area .contact-content .animated-button {
  display: block;
  padding: 15px 17px 16px 23px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 0.88;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
}

.contact-area .contact-content .animated-button:hover {
  color: #fff;
  background-color: #004697;
}

/* Arrow icon styling for contact buttons */
.contact-area .contact-content .animated-button::before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 13px;
  height: 16px;
  background-color: #004697;
  display: block;
  position: absolute;
  right: 17px;
  top: 18px;
  transition: all 0.3s ease;
}

/* Arrow color change on hover */
.contact-area .contact-content .animated-button:hover::before {
  background-color: #fff;
}

/* Delayed animations for each contact item */
.contact-area .col-xl-6:nth-child(1) .animated-text,
.contact-area .col-xl-6:nth-child(1) .animated-button {
  animation-delay: 0.2s;
}

.contact-area .col-xl-6:nth-child(2) .animated-text,
.contact-area .col-xl-6:nth-child(2) .animated-button {
  animation-delay: 0.4s;
}

.contact-area .col-xl-6:nth-child(3) .animated-text,
.contact-area .col-xl-6:nth-child(3) .animated-button {
  animation-delay: 0.6s;
}

.contact-area .col-xl-6:nth-child(4) .animated-text,
.contact-area .col-xl-6:nth-child(4) .animated-button {
  animation-delay: 0.8s;
}

/* Make slider buttons visible immediately */
.slider-button .slider-button-sec {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Ensure slider buttons stay visible during scrolling */
.slider-button-sec {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  position: relative !important;
}

/* Additional override for any potential scroll-based hiding */
.slider-button {
  position: fixed !important;
  z-index: 99 !important;
}

/* Ensure slider buttons are never hidden by any other CSS or JavaScript */
.slider-button-sec:not(body):not(html) {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

/* Specific fix for slider buttons to stay visible during scrolling */
#homes .slider-button {
  position: fixed;
  right: 24px;
  top: 150px;
  width: 100%;
  max-width: 253px;
  z-index: 9;
}

/* Make sure individual buttons are always visible */
#homes .slider-button-sec {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  min-height: auto !important;
}

/* Additional classes added by JavaScript for maximum priority */
.always-visible {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.slider-button-sec.hidden,
.slider-button-sec.scrolled-hidden {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Disable any transitions/animations that might hide the buttons */
.slider-button,
.slider-button-sec {
  transition: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
}

/* Q&A title – align with FAQ accordion */
.faq-section .QA {
  display: block;
  font-family: "Noto Sans JP", NotoSansJP, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.07;
  color: #000;
  /* IMPORTANT: don't add extra padding inside bootstrap container */
  padding: 0;
  margin: 0 0 22px 0;
}

/* Optional responsive size */
@media (max-width: 768px) {
  .header-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .faq-section .QA {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

.footer-logo img {
  max-width: 281px;
  height: auto;
}

.course-heading {
  color: white;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.course-sub {
  font-size: 18px;
  padding-top: 5px;
  line-height: 28px;
}

#graduate-carousel .latest-work-content {
  padding-left: 0;
}

.awards-area {}

.awards-area {
  position: relative;
}

.awards-area .col-xl-12.col-lg-12.col-md-12.col-12 {
  position: inherit;
}

.awards-sec {}

.graduate-message-area {}

.awards-area .awards-sec .owl-nav {}

.container-right {}

@media (min-width: 576px) {
  .container-right {
    margin-left: calc(50vw - 270px);
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .container-right {
    margin-left: calc(50vw - 360px);
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .container-right {
    margin-left: calc(50vw - 480px);
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .container-right {
    margin-left: calc(50vw - 495px);
    margin-right: 0;
  }
}

p.graduatep {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 2px;
}

p.graduatey {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.col-sm-6 {
  padding-right: 10px !important;
  padding-left: 0px !important;
}

.fixed {
  max-width: 340px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dim {
  color: #9b9b9b;
}

.news-title-main {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.date {
  font-size: 11px;
  color: #bebebe;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}

.post-content {
  padding-top: 20px;
}

.small-p {
  font-size: 11px;
}

.teacher-title {
  font-size: 22px;
}

.page-text-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Page ID 78 */
.page-id-78 .page-text-img {
  content: url("https://oic-ok.ac.jp/course-new/wp-content/uploads/2026/01/0001.png");
}

/* Page ID 110 */
.page-id-110 .page-text-img {
  content: url("https://oic-ok.ac.jp/course-new/wp-content/uploads/2026/01/0002.png");
}

/* Page ID 171 */
.page-id-171 .page-text-img {
  content: url("https://oic-ok.ac.jp/course-new/wp-content/uploads/2026/01/0003.png");
}

/* Page ID 210 */
.page-id-210 .page-text-img {
  content: url("https://oic-ok.ac.jp/course-new/wp-content/uploads/2026/01/0004.png");
}

/* Page ID 246 */
.page-id-246 .page-text-img {
  content: url("https://oic-ok.ac.jp/course-new/wp-content/uploads/2026/01/Mask-Group-37.png");
}

/* Page ID 289 */
.page-id-289 .page-text-img {
  content: url("https://oic-ok.ac.jp/course-new/wp-content/uploads/2026/01/0006.png");
}

/* Page ID 326 */
.page-id-326 .page-text-img {
  content: url("https://oic-ok.ac.jp/course-new/wp-content/uploads/2026/03/man.png");
}

/* Page ID 428 */
.page-id-428 .page-text-img {
  content: url("https://oic-ok.ac.jp/course-new/wp-content/uploads/2026/01/0008.png");
}

/* Page ID 460 */
.page-id-460 .page-text-img {
  content: url("https://oic-ok.ac.jp/course-new/wp-content/uploads/2026/01/0009.png");
}

/* Page ID 498 */
.page-id-498 .page-text-img {
  content: url("https://oic-ok.ac.jp/course-new/wp-content/uploads/2026/01/0010.png");
}

/* Page ID 536 */
.page-id-536 .page-text-img {
  content: url("https://oic-ok.ac.jp/course-new/wp-content/uploads/2026/01/0011.png");
}

.popup-thumb {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.popup-thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Overlay lives on wrapper */
.popup-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M10 2a8 8 0 105.293 14.293l4.707 4.707 1.414-1.414-4.707-4.707A8 8 0 0010 2zm0 2a6 6 0 110 12A6 6 0 0110 4z'/%3E%3C/svg%3E") no-repeat center;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  /* IMPORTANT: doesn't block clicks */
  border-radius: 4px;
}

.popup-thumb:hover::after {
  opacity: 1;
}

#modalPopupImage {
  max-width: 100% !important;
  max-height: 100% !important;
}

span.noto {
  font-size: 30px !important;
}



.it-ser-container {
  background-color: var(--it-ser-main-bg);
  max-width: 950px;
  width: 100%;
  box-sizing: border-box;
}

/* Header with diagonal stripes */
.it-ser-header-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
  height: 50px;
}

.it-ser-title-box {
  background-color: var(--it-ser-accent);
  color: white;
  padding: 0 25px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}

.it-ser-stripe-accent {
  width: 60px;
  background: repeating-linear-gradient(45deg,
      #fff,
      #fff 5px,
      #000 5px,
      #000 10px);
  border: 2px solid #000;
  box-sizing: border-box;
}

/* Top Layout: Stats and Photo */
.it-ser-main-layout {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
  margin-top: 30px;
}

.it-ser-text-content {
  flex: 1;
}

.it-ser-summary-text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}

.it-ser-grade-row {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.it-ser-label {
  width: 100px;
}

.it-ser-count {
  margin-left: 20px;
}

.it-ser-image-box {
  flex: 1.3;
}

.it-ser-photo {
  width: 100%;
  height: auto;
  display: block;
}

/* Flags Section */
.it-ser-flags-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 40px;
  column-gap: 15px;
  text-align: center;
  margin-bottom: 50px;
}

.it-ser-flag-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.it-ser-flag-img {
  width: 65px;
  height: 45px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  object-fit: contain;
}

.it-ser-flag-number {
  font-weight: bold;
  font-size: 0.9rem;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .it-ser-main-layout {
    flex-direction: column;
  }

  .it-ser-flags-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.it-ser-fees-banner {
  display: flex;
  width: 100%;
  max-width: 1000px;
  height: 140px;
  /* Adjusted height to match proportions */
  background-color: var(--it-ser-fees-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 30px;
}

/* Left Purple Section */
.it-ser-fees-sidebar {
  background-color: #48238F;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}

.it-ser-fees-sidebar-text {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 2px;
}

/* Right Content Section */
.it-ser-fees-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.it-ser-fees-main-text {
  color: #48238F;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
}

.it-ser-reduction-item {
  background: white;
}

/* Responsive scaling */
@media (max-width: 768px) {
  .it-ser-fees-banner {
    height: 100px;
  }

  .it-ser-fees-sidebar {
    width: 100px;
  }

  .it-ser-fees-sidebar-text {
    font-size: 20px;
  }

  .it-ser-fees-main-text {
    font-size: 20px;
  }
}

.it-ser-reduction-main-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: stretch;
  margin-top: 30px;
}

/* Card/Box Styling */
.it-ser-reduction-card {
  background-color: #ffffff;
  padding: 40px;
  flex: 1;
}

.it-ser-reduction-left-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

/* Typography */
.it-ser-reduction-heading {
  color: #4a2794;
  /* Actual Purple */
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.it-ser-reduction-description {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 25px;
}

.it-ser-reduction-highlight-text {
  color: #d80065;
  /* Actual Pink */
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
}

/* JLPT Table Section */
.it-ser-reduction-jlpt-box {
  margin-top: 30px;
}

.it-ser-reduction-table-header {
  background-color: #d80065;
  /* Actual Pink */
  color: #ffffff;
  text-align: center;
  padding: 12px;
  font-weight: 600;
  font-size: 18px;
}

.it-ser-reduction-table-body {
  background-color: #f7f7f7;
  /* Actual Gray */
  padding: 30px 40px;
}

.it-ser-reduction-table-row {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.it-ser-reduction-table-row:last-child {
  margin-bottom: 0;
}

.it-ser-reduction-lvl {
  min-width: 100px;
}

.it-ser-reduction-arrow {
  margin: 0 5px;
  font-size: 18px;
}

.it-ser-reduction-val {
  color: #d80065;
  /* Actual Pink */
}

/* Responsive */
@media (max-width: 900px) {
  .it-ser-reduction-main-container {
    flex-direction: column;
  }
}

.it-ser-admission-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}

/* LEFT SIDE: Timeline */
.it-ser-admission-timeline {
  display: flex;
  flex-direction: column;
}

.it-ser-admission-main-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.it-ser-admission-step-wrapper {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* The Box Structure */
.it-ser-admission-box {
  display: flex;
  background: #fff;
  border: 1px solid #d80065;
}

.admission-text {
  font-weight: 600;
  font-size: 16px;
  padding: 5px;
}

.it-ser-admission-label {
  background-color: #d80065;
  color: #fff;
  width: 135px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  position: relative;
}

/* THE DOWN ARROW (CSS Triangle) */
.it-ser-admission-label::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #d80065;
  z-index: 10;
}


/* Remove arrow for the last step */
.it-ser-admission-step-wrapper:last-child .it-ser-admission-label::after {
  display: none;
}

.it-ser-admission-content {
  padding: 15px 20px;
  font-size: 13px;
  line-height: 1.6;
  flex-grow: 1;
}

.it-ser-admission-content strong {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

/* RIGHT SIDE: Info Cards */
.it-ser-admission-info-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* AO Description Card */
.it-ser-admission-ao-card {
  background-color: #fce4ec;
  border-radius: 4px;
  overflow: hidden;
}

.it-ser-admission-card-header {
  background-color: #d80065;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 24px;
  font-weight: 600;
}

.it-ser-admission-card-body {
  padding: 30px;
}

.it-ser-admission-pink-headline {
  color: #d80065;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.4;
}

.it-ser-admission-description {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

/* General Admission Card */
.it-ser-admission-general-section {
  background-color: #fff;
  padding-bottom: 20px;
}

.it-ser-admission-general-title {
  background-color: #e0e0e0;
  text-align: center;
  padding: 12px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.it-ser-admission-gen-row {
  display: flex;
  margin: 0 20px 15px 20px;
  background-color: #f9f9f9;
}

.it-ser-admission-gen-side {
  background-color: #d80065;
  color: #fff;
  width: 135px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  position: relative;
}

.it-ser-admission-gen-main {
  padding: 15px;
  font-size: 13px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}

/* RESPONSIVE */
@media (max-width: 950px) {
  .it-ser-admission-container {
    grid-template-columns: 1fr;
  }
}

.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.whitebg {
  color: black;
  padding: 1px 10px;
  margin-right: 5px;
  background-color: white;
}


.it-ser-yout-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.it-ser-yout-card {
  background-color: #ffffff;
  padding: 20px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Handwritten note placeholder */
.it-ser-yout-handwriting {
  width: 100%;
  height: 120px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  overflow: hidden;
}

.it-ser-yout-handwriting img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Testimonial Text */
.it-ser-yout-message {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Footer Section (Flag, Info, Portrait) */
.it-ser-yout-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.it-ser-yout-student-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.it-ser-yout-flag {
  width: 24px;
  margin-bottom: 5px;
}

.it-ser-yout-origin {
  font-size: 11px;
  font-weight: bold;
}

.it-ser-yout-name {
  font-size: 13px;
  font-weight: bold;
}

.it-ser-yout-school {
  font-size: 10px;
  color: #666;
  padding-bottom: 10px;
}

.it-ser-yout-portrait {
  width: 70px;
  /* height: 90px;
  background-color: #eee; */
  flex-shrink: 0;
}

img.emoji {
  height: 2em !important;
  width: 2em !important;
}

.it-ser-yout-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
  .it-ser-yout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .it-ser-yout-grid {
    grid-template-columns: 1fr;
  }
}

.mt-50 {
  margin-top: 50px;
}

.course1-img {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

I have compiled the complete HTML and CSS for the Alumni (卒業生) section,
ensuring that all four profiles from your design are included with their specific company logos,
job descriptions,
and personal messages. I used the it-ser-alumni class prefix throughout and structured the layout to be fully responsive. Full Alumni Section Implementation HTML < !DOCTYPE html><html lang="ja"><head><meta charset="UTF-8"><meta name="viewport"content="width=device-width, initial-scale=1.0"><title>活躍する卒業生 - OIC Alumni</title><style>

/* --- Alumni Section Styles --- */
.it-ser-alumni-section {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #f9f9f9;
  padding: 60px 20px;
  color: #333;
}

.it-ser-alumni-container {
  max-width: 1100px;
  margin: 0 auto;
}

.it-ser-alumni-main-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
  margin-top: 30px;
}

.it-ser-alumni-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
}

.it-ser-alumni-card {
  display: flex;
  flex-direction: column;
  background: transparent;
}

/* Top Profile Layout */
.it-ser-alumni-profile-top {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.it-ser-alumni-photo {
  width: 160px;
  height: 230px;
  object-fit: cover;
  flex-shrink: 0;
  background-color: #ddd;
}

.it-ser-alumni-details {
  flex-grow: 1;
}

.it-ser-alumni-meta {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.it-ser-alumni-meta strong {
  font-size: 16px;
  display: block;
  margin: 4px 0;
}

.it-ser-alumni-company-box {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.it-ser-alumni-logo {
  height: 35px;
  max-width: 140px;
  object-fit: contain;
  display: block;
  margin-bottom: 5px;
}

.it-ser-alumni-company-name {
  font-size: 14px;
  font-weight: 600;
}

/* Black/Gray Header Blocks */
.it-ser-alumni-label-block {
  background-color: #333;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}

.it-ser-alumni-label-text {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 500;
  min-height: 34px;
}

/* Message Component */
.it-ser-alumni-message-wrapper {
  background-color: #fff;
  border: 1px solid #eee;
  position: relative;
  flex-grow: 1;
}

.it-ser-alumni-message-header {
  background-color: #444;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

.it-ser-alumni-message-content {
  padding: 15px;
  font-size: 13px;
  line-height: 1.7;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
  .it-ser-alumni-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .it-ser-alumni-profile-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .it-ser-alumni-logo {
    margin: 0 auto 5px auto;
  }
}


.it-ser-sched-container {
  margin-top: 30px
}

/* --- Participation Perks --- */
.it-ser-sched-h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.it-ser-sched-h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 10px;
}

.it-ser-sched-perks-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.it-ser-sched-perk-card {
  flex: 1;
  background-color: #4a2794;
  /* Dark Purple */
  color: #fff;
  padding: 25px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.it-ser-sched-perk-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.it-ser-sched-perk-value {
  color: #c1ff00;
  /* Neon Lime */
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.it-ser-sched-perk-note {
  font-size: 11px;
  opacity: 0.9;
}

/* --- Time Details --- */
.it-ser-sched-time-box {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2;
}

.it-ser-sched-tag {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 2px 15px;
  min-width: 100px;
  text-align: center;
  margin-right: 15px;
}

.it-ser-sched-tag-teal {
  background-color: #269192;
}

.it-ser-sched-tag-olive {
  background-color: #879126;
}

/* --- Calendar Logic --- */
.it-ser-sched-year-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.it-ser-sched-year-badge {
  background-color: #4a2794;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 15px;
  flex-shrink: 0;
}

.it-ser-sched-dates-grid {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}

.it-ser-sched-date-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.it-ser-sched-date-numbers {
  font-size: 48px;
  font-weight: 800;
  display: flex;
  align-items: baseline;
  letter-spacing: -2px;
  margin-bottom: 5px;
}

.it-ser-sched-date-numbers .month {
  font-size: 24px;
  margin-right: 2px;
}

.it-ser-sched-date-numbers .day-char {
  font-size: 18px;
  margin-left: 5px;
  font-weight: bold;
}

.it-ser-sched-date-numbers .sun {
  color: #d80065;
}

/* Red for Sundays */

.it-ser-sched-mode-pills {
  display: flex;
  gap: 2px;
  width: 100%;
  justify-content: center;
}

.it-ser-sched-pill {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  padding: 1px 10px;
  flex: 1;
  text-align: center;
}

/* --- Footer Button --- */
.it-ser-sched-footer {
  text-align: center;
  margin-top: 50px;
}

.it-ser-sched-btn {
  background-color: #4a2794;
  color: #c1ff00;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 350px;
  position: relative;
}

.it-ser-sched-btn::after {
  content: "▶";
  position: absolute;
  right: 20px;
  color: #fff;
  font-size: 16px;
}

/* --- Responsive --- */
@media (max-width: 850px) {
  .it-ser-sched-perks-flex {
    flex-direction: column;
  }

  .it-ser-sched-dates-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .it-ser-sched-year-row {
    flex-direction: column;
    align-items: center;
  }
}

/* General Table Container */
.info-table {
  max-width: 1000px;
  margin: 10px auto;
  border: 1px solid #005494;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* Table Row Layout */
.info-table__row {
  display: flex;
  border-bottom: 1px solid #005494;
}

/* Left Category Column */
.info-table__category {
  background-color: #e1effa;
  color: #005494;
  width: 260px;
  /* Fixed width for the category side */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  font-weight: bold;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Right Content Column */
.info-table__content {
  background-color: #ffffff;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 25px 40px;
  column-gap: 30px;
  /* Space between words */
  row-gap: 15px;
  /* Space between lines */
}

/* Each item within the content */
.info-table__content span {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #333;
  white-space: nowrap;
}

/* The Large Blue Circle */
.info-table__content span:not(.no-dot)::before {
  content: "";
  display: inline-block;
  width: 16px;
  /* Size of the circle */
  height: 16px;
  background-color: #005494;
  border-radius: 50%;
  /* Makes it a circle */
  margin-right: 10px;
  /* Space between circle and text */
  flex-shrink: 0;
}

/* Text without a circle (like "など") */
.info-table__content .no-dot {
  margin-left: 10px;
  color: #666;
}

/* Responsive adjustment for small screens */
@media (max-width: 768px) {
  .info-table__row {
    flex-direction: column;
  }

  .info-table__category {
    width: 100%;
    padding: 15px;
  }

  .subtitle {
    margin-right: 15px;
  }
}

.it-ser-admission-gen-side::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #d80065;
  z-index: 10;
}

.it-ser-admission-gen-side.last::after {
  content: none !important;
  display: none !important;
  border: none !important;
}

p.small-text {
  font-size: 9px;
}

.no-break-responsive {
  white-space: normal;
  /* Allows text to wrap normally */
}

.small {
  font-size: 16px;
  text-align: left;
}

.small-text {
  font-size: 14px;
  color: black !important;
}




.contact-wrapper {
  position: relative;
}

.contact-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px 22px;
}

.contact-content a {
  padding: 15px 20px 17px 18px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #004697;
  display: block;
  position: relative;
}

.contact-content a::before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 11px;
  height: 13px;
  background-color: #004697;
  display: block;
  position: absolute;
  right: 17px;
  top: 18px;
}

.footer-menu ul li {
  padding-right: 27px;
}

.footer-menu ul li:last-child {
  padding-right: 0;
}

.call-to-action {
  position: relative;
}

.call-content {
  position: absolute;
  bottom: 36px;
  left: 20px;
}

.call-content a {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  position: relative;
  padding-right: 46.5px;
}

.call-content a::before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 9.3px;
  height: 9.9px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  right: 0;
  top: 25px;
}

.subtitle {
  font-size: 16px;
  margin-top: 20px;
  color: white;
  margin-left: 15px;
}

.subtitle span {
  font-size: 13px;
}

br.linebreak {
  display: block;
}

.fontbig {
  font-size: 21px;
}
