.mitrin-contact{
    padding: 4rem 0;
}

.mitrin-contact .contact-titles h2 {
    font-size: 39px;
    font-weight: 600;
}
.mitrin-contact .left-contact-box{
    margin-top: 2rem;
    padding: 40px;
    border-radius: 20px;
    background-color: #FFE9CC;
       padding: 12px 40px 87px;
}

.mitrin-contact .small-rectangle-box{
        display: flex;
    align-items: center;
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
    border-color: #fe9000;
   padding: 27px 0;
    
}

.mitrin-contact .contact-icon-box{
       margin-right: 20px;
    height: 50px;
    width: 50px;
    color: #fe8f01;
    transition: .5s;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-rectangle-box:hover .contact-icon-box{
    color: #fff;
    background: #fe8f01;
}


.contact-icon-box i{
    font-size: 22px;
    padding-top: 4px;
}

.contact-content h4 a{
       font-size: 16px;
    font-weight: 500;
    margin: 7px 0 0;
    color: #000;
}

.contact-content p{
        font-size: 15px;
    font-weight: 500;
    color: #474747;
}
  .mitrin-contact  .form-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.1);
}

.mitrin-contact .form-input {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    outline: none;
   border: none;
    border-bottom: 1px solid #ddd;
}

.mitrin-contact .form-input:focus {
    border-color: #000;
}

.mitrin-contact .form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: none;
    outline: none;
        margin-bottom: 2rem;
    min-height: 95px;
    height: 100%;

}

.mitrin-contact .form-textarea:focus {
    border-color: #000;
}

.checkbox-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    cursor: pointer;
}

.mitrin-contact .checkbox-group input[type="checkbox"] {
    margin-right: 6px;
    accent-color: #fe9000; 
}

.mitrin-contact .checkbox-group .group-title {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.mitrin-contact .group-title {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}


.mitrin-contact .checkbox-grid label {
    font-size: 14px;
    cursor: pointer;
}

.mitrin-contact .checkbox-grid input {
    margin-right: 8px;
}

.mitrin-contact .contacted-titles h2{
       font-size: 25px;
    font-weight: 600;
    text-align: start;
}

.mitrin-contact .contacted-titles{
 text-align: start;
}

.mitrin-contact .checkbox-group{
    margin-bottom: 1rem;
}

.mitrin-contact .spanned {
    color: orange;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-left: 14px;
}

.mitrin-contact .spanned::before {
    content: "";
    width: 6px;
    height: 6px;
    background: orange;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-content p{
    color: #292929;
    font-size: 17px;
    margin: 0;
}

.socail-linked-links h4{
    font-size: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}

.socail-linked-links{
    margin-top: 2rem;
}

.hide-robot{
    display:none;
}




/* Container & Background styling */
.about-intro-sections {
    position:relative;
  padding: 80px 0 40px;

  background: radial-gradient(circle at right, #e8f5f3 0%, #ffffff 50%); /* Subtle gradient from the design */
}


/* Image Wrappers */
.about-img-tall {
  width: 100%;
  height: 440px;
  /* min-height: 500px; */
  object-fit: cover;
  border-radius: 16px;
}

.about-img-short {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
}

/* Experience Box */
.experience-box {
  background-color: #1f2336;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  min-height: 160px;
  color: #ffffff;
}

.experience-year {
     font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    margin-right: 15px;
    color: #fff;
}

.experience-text {
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.3;
  color: #d1d5db;
}

/* Right Content Styling */
.about-badge {
  display: inline-block;
  background-color: #f8fcfb;
  color: #0f6c5c;
  border: 1px solid #e1eee9;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1e29;
  margin-bottom: 24px;
  line-height: 1.3;
}

.about-content-wrapper p{
    line-height: 1.7;
    text-align: justify;
}

/* Feature List */
/*.about-feature-list {*/
/*  margin-top: 20px;*/
/*}*/

.check-icon {
  margin-right: 12px;
  margin-top: 2px;
}

/* Button Styling */
.btn-more-about {
  display: inline-block;
  background-color: #0f6c5c;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-more-about:hover {
  background-color: #0b5044;
  color: #ffffff;
}


.about-intro-imgf{
      position:relative;
}
/*.about-intro-imgf:after {*/
/*   content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    border-radius: 20px;*/
/*    background-color: rgba(31, 36, 50, 0.5);*/
/*}*/
.about-intro-imgf img {
    border-radius: 20px;
    height: 275px;
    width: 100%;
    object-fit: cover;
}


.about-feature-list {
  display: flex;           
  align-items: flex-start; 
}

.about-feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 15px 30px; 
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
}

@media (max-width: 768px) {
    .about-feature-list {
        grid-template-columns: 1fr;
    }
}

.about-feature-list li {
    position: relative;
    padding-left: 35px;
    display: flex;
    align-items: center; 
}


.about-feature-list li::before {
    position: absolute;
    content: "\f1af"; 
    font-family: "flaticon_normal-icon";
    font-weight: 800;
    left: 0;

    top: 50%;
    transform: translateY(-50%);
    
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #F6B716; 
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}



.about-intro-bocx {
    background: #FFE9CC;
    border-radius: 10px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s ease;
}
.about-intro-bocx .icon-box {
    width: 50px;
    height: 50px;
   background: #212538;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-intro-bocx .icon-box img{
        filter: brightness(0) invert(1);
    transition: 0.3s;
}
.about-intro-bocx h4 {
    font-size: 16px;
    margin: 0;
    color: #1c1c1c;
    font-weight: 500;
}
.about-intro-sections .row.aboutl-row {
    row-gap:20px;
}
.feature-text {
     font-weight: 700;
    color: #374151;
    font-size: 14PX;
    line-height: 1.6;
}

.aboutl-row .sec-big-title{
        font-size: 20px;
}
.the-meaning-behind {
  /*padding: 150px 0 54px;*/
      padding: 150px 0 0;
    position: relative;
    overflow: hidden;
    /* background-color: #fff; */
    text-align: center;
}

.meaning-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

/* Backside Text (Mitrin) */
.the-meaning-behind .bg-text {
       font-size: 250px;
    font-weight: 900;
    color: #f0f0f0;
    z-index: 1;
    letter-spacing: 5px;
    user-select: none;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    letter-spacing: -3px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #e6e6e6 0%, rgba(230, 230, 230, 0) 100%);
}

/* Foreground Content Wrapper */
.content-wrapper {
    position: relative;
    z-index: 2; /* Content mela vara */
}

.section-desc {
     line-height: 1.8;
    color: #666;
    max-width: 99%;
    margin: 0 auto;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .the-meaning-behind .bg-text {
        font-size: 80px;
    }
}


.learn-without-limits {
    position:relative;
    padding:4rem 0 4rem;
}
.learn-without-limits p,
.our-policies-conter p{
    text-align:justify;
}

.fill-primary {
    fill: #066ac9 !important;
}

.fill-orange {
    fill: #fd7e14 !important;
}
.fill-warning {
    fill: #f7c32e !important;
}




.our-journey-section {
    
background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f5f7f9;
    background-image: url(../images/bg/breadcrumb-bg.webp);
}

.our-journey-section p{
        text-align: justify;

}

.our-journey-imags {
    position: relative; /* After element align aaga idhu mukkiyam */
    display: inline-block; /* Image container-ku yetha size nirkka */
}
.our-journey-imags img{
      z-index: 2;
    position: relative;
    width: 425px;
    height: 310px;
    border-radius: 6px;
    margin-left: 50px;
    object-fit: cover;
}
.our-journey-imags::after {
    content: "";
    position: absolute;
    bottom: -5rem;
    right: -150px;
    width: 450px;
    height: 450px;
    background-image: url(../images/bg/breadcrumb-circle-shape);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}




.our-policies-sections{
    position:relative;
    padding:4rem 0 4rem;
}
.our-policies-conter {
       font-size: 1em;
    line-height: 1.25;
    /* color: #444; */
    padding: 20px;
    background: #f0f8ff;
    border: 1px solid #bde0ff;
    height: 100%;
}

.policies-bg {
    background: #FFF7F0;
    border: 1px solid #ffdcbd;
}


.our-policies-conter p{
    margin:0;
}

.our-policies-sections .sec-big-title {
    font-size: 22px;
}

.learn-speak-list{
    position:relative;
}

.learn-speak-list li{
      position: relative;
    padding-left: 2rem;
    line-height: 2;
}

.learn-speak-list li:before{
      position: absolute;
    content: "\f1c1";
    font-family: "flaticon_normal-icon";
    font-weight: 800;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    /* background-color: #826c33; */
    border-radius: 50%;
    color: #fe9001;
    font-size: 18px;
}
.learn-speak-confident {
    position:relative;
    padding:4rem 0 4rem;
}


.instructors-section {
    position: relative;
    padding: 100px 0;
    /* Background Image Setup */
    background-image: url('../images/bg/team-2-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}
/* Card Setup */
.instructor-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

/* Image Wrapper (Container for Animation) */
.instructor-img-wrapper {
    position: relative;
    overflow: hidden; /* Zoom aagum pothu image veliya varama irukka */
    border-radius: 15px;
}

/* Main Image */
.instructor-main-img {
    transition: transform 0.8s ease; /* Zoom speed */
    display: block;
    object-fit: cover;
}

/* The 3D Unfold Overlay (::after) */
.instructor-img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(31, 36, 50, 0.5); /* Dark shade */
    border-radius: 15px;
    
    /* Initial 3D State (Hidden) */
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform-origin: center;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    z-index: 1;
}
.designation {
        font-size: 12px;
}

/* --- HOVER ACTIONS --- */

.instructor-card:hover .instructor-main-img {
    transform: scale(1.05);
}

/*.instructor-card:hover .instructor-img-wrapper::after {*/
/*    opacity: 1;*/
/*    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);*/
/*    transform: perspective(400px) rotateX(0deg) scaleY(1);*/
/*}*/

/* Card Float on Hover */
/*.instructor-card:hover {*/
/*    box-shadow: 0 15px 40px rgba(0,0,0,0.1);*/
/*    transform: translateY(-5px);*/
/*}*/


.instructor-content {
    /*padding: 25px 20px;*/
     padding: 15px;
    text-align: center;
}
.instructor-content .name{
    /*font-size:17px;*/
     font-size:14px;
}
.instructor-meta {
    border-top: 1px solid #f0f0f0;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.instructor-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 25px;
}


@media (max-width: 992px) {
    .instructor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .instructor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}










.one-academy-sectionsd {
      position: relative;
    padding: 0 0 4rem;
}
.one-academy-sectionsd .cat-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    padding: 24px 0;
    align-items: center;
  }
.one-academy-sectionsd .cat-card {
        background: #FFE9CC;
    border-radius: 16px;
    padding: 28px 20px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /*height: 250px;*/
    height:210px;
  }
.one-academy-sectionsd .cat-card.dashed {
    background: transparent;
    border: 2px dashed #b2dece;
  }
.one-academy-sectionsd .icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
  }
.one-academy-sectionsd .icon-circle svg {
    width: 32px;
    height: 32px;
    stroke: #1aaa7e;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
.one-academy-sectionsd .cat-title {
        font-size: 17px;
    font-weight: 700;
    color: #474747;
    line-height: 1.3;
    margin: 0;
    text-align: center;
  }
.one-academy-sectionsd .cat-sub {
    font-size: 13px;
    color: #6aaa8e;
    margin: 0;
  }
.one-academy-sectionsd .col-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .one-academy-sectionsd .cat-card:hover {
  background: #072654;
  transition: background 0.3s ease;
}

.one-academy-sectionsd .cat-card:hover .cat-title {
  color: #fff;
}

.one-academy-sectionsd .cat-card:hover .cat-sub {
  color: #fff;
}

.one-academy-sectionsd .cat-card:hover .icon-circle {
  background: #fff;
}

.one-academy-sectionsd .cat-card:hover .icon-circle img {
    -webkit-animation: wobble 1s ease-in-out;
    animation: wobble 1s ease-in-out;
    -webkit-animation: wobbles 1s ease-in-out;
    animation: wobbles 1s ease-in-out;
}

@keyframes wobbles {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}





.text-navy {
  color: #0a1d37;
}

.corporate-training-section {
    position: relative;
    padding: 6rem 0 3rem;
}

/* The Image Layout Logic */

.corporate-training-section .image-wrapper {
       position: relative;
    padding-left: 40px;
    text-align: end;
}

/* The "Peach" box behind the image */

.corporate-training-section .deco-box {
      position: absolute;
    top: 0;
    left: 5rem;
    width: 70%;
    height: 83%;
    background-color: #fff5eb;
    border-radius: 15px;
    z-index: 1;
}


.corporate-training-section .main-img {
  position: relative;
  z-index: 2; /* Sits above the peach box */
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Typography tweak for readability */
.content-text p {
text-align:justify;
}


.global-workplace-success {
   position: relative;
    padding: 3rem 0 3rem;
    background: #ffedd5;
}

.global-workplace-success .row{
    row-gap:20px;
}

.global-workplace-box {
    background: #fff;
    padding: 35px 25px;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
}
.global-workplace-box p{
    margin:0;
    text-align:justify;
}

.global-workplace-box .icon-box {
       background-color: #ff6b00;
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 20px;
}

.global-workplace-box h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #001f3f;
    font-weight:600;
}
.global-workplace-box .icon-box img{
    filter: brightness(0) invert(1);
    transition: 0.3s;

}

 




.corpora-tetraining-choose {
  background-color: #0b1120; 
  padding: 80px 0;
}



/* Text Content Styling */


.corpora-tetraining-choose .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}

.corpora-tetraining-choose .icon {
  color: #ff6b00; /* Matching the orange accent */
  font-size: 24px;
  margin-bottom: 12px;
}

.corpora-tetraining-choose .features-grid h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.corpora-tetraining-choose p {
  font-size: 14px;
  line-height: 1.6;
  text-align:justify;
  color: #94a3b8; /* Muted text color */
}

/* Image Styling */
.corpora-tetraining-choose .image-wrapper img {
  width: 100%;
  height: 700px; /* Adjust height to match content */
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.features-grid .feature-item h3{
    color:#fff;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .corpora-tetraining-choose .section-title {
    font-size: 32px;
    text-align: center;
  }
  
  .corpora-tetraining-choose .image-wrapper {
    margin-top: 50px;
  }
}

.feature-item .icon img{
    filter: brightness(0) invert(1);
    transition: 0.3s;
}




.industry-card-section {
    position: relative;
    padding: 4rem 0 4rem;
}

/* Container styling */
.industry-card-outer {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Image styling */
.industry-card-section .industry-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Content padding */
.industry-card-section .industry-card-content {
    padding: 25px;
    flex-grow: 1; /* Content auto-expand aaga */
    display: flex;
    flex-direction: column;
}

.industry-card-section .course-title {
    font-size: 18px; /* Slightly increased for better hierarchy */
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.industry-card-section .industry-card-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px; 
    text-align:justify;
}

/* Meta List Styling with Top Line */
.industry-card-section .course-meta {
    list-style: none;
    margin: auto 0 0 0; /* Push the list to the bottom of the card */
    padding-top: 20px;   /* Line-ku kela irukura space */
    border-top: 1px solid #ececec; /* Intha line thaan neenga kettathu */
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.industry-card-section .course-meta li {
       display: flex;
    align-items: self-start !important;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.industry-card-section .course-meta li i {
    margin-right: 10px;
    color: #ff8e00;
    font-size: 18px;
}




/* HERO SECTION */
.grehero-section{
       position: relative;
    padding: 160px 0 200px;
    background-image: linear-gradient(295deg, #EAF6E8 0%, #FEF1E9 100%);
}

.align-items-center {
  align-items: center;
}

.grehero-content h1 {
  font-size: 38px;
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.3;
    max-width: 75%;
    margin: 0.5rem 0 0;
}

.grehero-content h1 span {
  color: #ff9000;
}

.grehero-content p {
  color: #6c757d;
  margin: 20px 0;
  line-height: 1.6;
  max-width: 74%;
}

.grehero-section .btn-primary {
  display: inline-block;
  background: #ff9000;
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.grehero-image {
  position: relative;
}

.grehero-image img {
     width: 100%;
    /* max-width: 500px; */
    height: 400px;
    border-radius: 12px;
    text-align: start;
    object-fit: cover;
}

/* BADGE */
.grebadge {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.grebadge h4 {
  margin: 0;
  color: #0d1b2a;
}

.grebadge p {
  margin: 0;
  font-size: 13px;
  color: #6c757d;
}

/* ========================= */
/* KEY NUMBER OVERLAY SECTION */
/* ========================= */

.our-keynumber-sec.grekeyhero {
    position: relative;
    margin-top: -90px; /* 👈 overlay effect */
    z-index: 5;
}

.our-keynumber-sec.grekeyhero .container {
       background: #fff;
    border-radius: 12px;
    padding: 23px 77px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* COUNTER ITEMS */
.our-keynumber-sec.grekeyhero  .our-couter-item {
    text-align: center;
    display:block;
}

.our-keynumber-sec.grekeyhero .couter-icons {
    margin-bottom: 10px;
}

.our-keynumber-sec.grekeyhero .couter-detail h2,
.our-keynumber-sec.grekeyhero .couter-detail h3,
.our-keynumber-sec.grekeyhero .couter-detail h4 {
    color: #ff9000;
    font-weight: 700;
    margin-bottom: 5px;
}

.our-keynumber-sec.grekeyhero .couter-detail p {
       font-size: 16px;
    margin: 0;
    font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .our-keynumber-sec.grekeyhero .our-keynumber-sec {
      margin-top: -60px;
  }

  .our-keynumber-sec.grekeyhero .our-keynumber-sec .container {
      padding: 20px;
  }
}

.our-keynumber-sec.grekeyhero .row {
        padding: 20px 0;
}


.languages-with-desc{
        background: #f2f4fa;
 
}


.languages-justify-ad {
    position: relative;
    padding: 15px;
    background: #fff;
        border-radius: 14px;
    height: 100%;
}
.languages-justify-add{
    position: relative;
    padding: 15px;
    background:#ffedd5;
       border-radius: 14px;
    height: 100%;
}

.our-languages-section.languages-with-desc .row {
    row-gap: 30px;
}

.paragepjhjd {
        position: relative;
    /*padding: 1.7rem 0 1rem;*/
      padding: 0;
}
.paragepjhjd p{
     margin: 0.2rem 0;
    font-size: 15px;
}

.paragepjhjd p span{
  font-size: 15px;
    font-weight: 900;
}

.paragepjhjd h4 a{
   color:#474747;
     font-weight:700;
}
.paragepjhjd h4 {
        font-size: 18px;
    font-weight: 500;

}

.our-forgin-section.forgin{
    padding: 5rem 0 0 !important;
    background:unset !important;
}




.blog-listing-section {
      position: relative;
    padding: 5rem 0 4rem;
}
.blog-listing-section .row{
    row-gap:30px;
}
/* Styling for the Bootstrap grid content */
/*.blog-card {*/
/*    background: #fff;*/
/*    border-radius: 20px;*/
/*    overflow: hidden;*/
/*}*/

.blog-image img {
    display: inline-block;
    transition: transform 0.3s;
    position: relative;
    top: 0.2rem;
    border-radius: 20px;
}

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

.blog-meta {
    display: flex;
    align-items: center;
    gap: 20px; /* Space between Admin and Comments */
    padding-top: 15px;
    border-top: 1px solid #ececec;
    margin-bottom: 15px;
    font-size: 14px;
    color: #6c757d;
}

.blog-meta .meta-item {
    display: flex;
    align-items: center;
}

/* This adds the space between the icon and the text */
.blog-meta .meta-item i {
      margin-right: 8px;
    color: #8b8b8b;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
}

.blog-title {
font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #212529;
    margin-bottom: 12px;
    letter-spacing: 0.2px;
}

.read-details {
       color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
}

.read-details .arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s;
}

.read-details:hover {
    color:#fd9100;
}

.read-details:hover .arrow {
       transform: translate(2px, -2px);
}


.lanugarde {
       position: relative;
    display: inline-block;
    background: #fd9100;
    padding: 4px;
    color: #000;
    border-radius: 5px;
    font-size: 12px;
}





.our-blog-details {
    position:relative;
    padding:3rem 0 3rem;
}

.our-blog-details p{
    margin:0;
}







.opportunities-section {
  background: #f5f5f5;
  padding: 60px 0;
}


/* TOP ROW */
.top-row {
  margin-bottom: 40px;
}

.opportunities-section .left-content h3 {
      color: #f28c28;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
}

.opportunities-section .left-content p {

  line-height: 1.7;
}

.opportunities-section .right-image {
  /*width: 50%;*/
    border-left: 3px solid #f28c28;
    border-radius: 20px;

}

.opportunities-section .right-image img {
  width: 100%;
  display: block;
  border-bottom: 3px solid #f28c28;
   border-radius: 20px;
}

/* MIDDLE */
.opportunities-section .middle-content {
  text-align: center;
  margin-bottom: 40px;
}

.opportunities-section  .middle-content h3 {
     color: #f28c28;
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
}

.opportunities-section .middle-content p {
  max-width: 900px;
  margin: auto;
  line-height: 1.7;
}

/* BOTTOM BOX */
.opportunities-section .bottom-box {
     background: #FFE9CC;
  padding: 30px;
  display: flex;
  gap: 40px;
}

/*.opportunities-section  .box-item {*/
/*  width: 50%;*/
/*}*/

.opportunities-section  .box-item h4 {
    color: #f28c28;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.opportunities-section .box-item p {
    margin: 0;
}


.benehindifits .benefits-card-box{
    min-height: auto;
}



.learning-outcomes-sec{
       position: relative;
    padding: 6rem 0 0;
}
.lear-ning-outcomes {
    height: 100%;
    background: rgb(255, 237, 213);
    border-radius: 20px;
    padding: 2rem 2rem 1.5rem;
}

.learning-outcomes-sec .sec-big-title{
    font-size: 26px;
}

.learning-outcomes-sec .lear-ning-outcomes li{
     list-style: none;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 28px;
}
   
   
   .lear-ning-outcomes li::before {
    position: absolute;
    content: "\f1af";
    font-family: "flaticon_normal-icon";
    font-weight: 800;
    left: 0;
    top: 0.8rem;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
}


.privacy-policy .sec-big-title{
        font-size: 20px;
}
.privacy-policy-section {
    position:relative;
    padding:4rem 0 4rem;
}

.pvbrt{
    line-height: 2;
}



.book-demo-frees {
    padding: 60px 0;
}
.book-demo-frees .primary-btn3{
        border: unset;
}
.book-demo-frees .sec-small-title {
    color: #ff9600;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.book-demo-frees .sec-big-title {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 30px;
}
.select-book-demo-cours {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #eee;
}
.apoi-title-sm {
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
}
.bg-light-f9 {
    background-color: #f9f9f9;
}

/* CALENDAR - EQUAL CIRCLES LOGIC */
.book-demo-frees .cal-nav {
   background: #ff9600;
    color: #fff;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    cursor: pointer;
    transition: 0.3s;
    min-width: 34px;
}
.book-demo-frees .cal-nav:hover {
    background: #e68a00;
}
.book-demo-frees .calendar-weekdays div {
    flex: 1;
    color: #888;
    font-size: 0.85rem;
    font-weight: 500;
}
.book-demo-frees .calendar-days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    justify-items: center;
}

.day-cell {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    font-size: 0.95rem;
    transition: 0.2s;
}
.day-cell:hover:not(.past-date):not(.selected-day) {
    background: #fff3e0;
}
.day-cell.selected-day {
    background: #ff9600 !important;
    color: #fff !important;
    font-weight: 600;
}
.day-cell.past-date {
    color: #ccc !important;
    cursor: not-allowed;
    pointer-events: none;
}

/* TIME SLOTS */
.slots-container {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
}
.time-slot-row {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 14px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.3s;
}
.time-slot-row.active {
    border-color: #ff9600;
    box-shadow: 0 3px 10px rgba(255, 150, 0, 0.1);
}

.select-trigger {
    background: #ff9600;
    color: #fff;
    border: none;
    padding: 6px 18px;
    border-radius: 6px;
    font-size: 0.85rem;
    display: none;
    animation: slideIn 0.3s forwards;
}
.time-slot-row.active .select-trigger {
    display: block;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(5px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* FORM ELEMENTS */
.back-circle {
    border: 1px solid #eee;
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
}
.pro-input,
.pro-select {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 12px;
    border-radius: 8px;
    outline: none;
    font-size: 0.95rem;
}
.pro-input:focus {
    border-color: #ff9600;
}
.submit-well-btn {
    background: #fff;
    border: 2px solid #ff9600;
    color: #ff9600;
    padding: 12px 60px;
    border-radius: 30px;
    font-weight: 700;
    transition: 0.3s;
    cursor: pointer;
}
.submit-well-btn:hover {
    background: #ff9600;
    color: #fff;
}
.d-none {
    display: none !important;
}

/* Mitrin School Theme: #ff9600 */

.day-cell {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    font-size: 0.95rem;
    transition: 0.2s;
}

.day-cell.selected-day {
    background: #ff9600 !important;
    color: #fff !important;
}

.time-slot-row.active {
    border-color: #ff9600;
}

.select-trigger {
    background: #ff9600;
    color: #fff;
    border: none;
    padding: 6px 18px;
    border-radius: 6px;
}


.book-form-bgd {
        background: #ffedd5;
}


.error-page-section {
    position:relative;
    padding: 200px 0 150px;
}


.privacy-policy-section {
     position:relative;
    padding: 145px 0 100px;
}