body {
  font-family: 'Public Sans', sans-serif;
}

:root {
  --main-web-primary-color: #208718;
}

.bg-all-sub-main-heading{
  background: #0136ff1c;
}
.main-start-bg-head{
  background: #2c353f;
}
.main-banner-bg {
  /* background: linear-gradient(to top right, #006C83, #008844); */
  /* background: linear-gradient(to top right, #007283, #0D6506); */
  /* background: linear-gradient(to top right, #1C2B33 0%, #005870 50%, #004E68 100%); */
  /* background: linear-gradient(to top right, #1C2B33, #005870, #004E68); */
  background: linear-gradient(to top right, #272727, #0a6291);    
}
.list-of-width{
min-width: 150px;
/* box-shadow: 0px 0px 10px lightgray !important; */
border: 1px solid lightgray;
}

/* ap sub  */
.list-header-list-ul-main {
position: relative !important;
}

.list-header-list-ul-main .list-header-list-ul-sub {
top: -163px !important;
left: 100%;
background-color: #555;
opacity: 0;
visibility: hidden;
transform: translateX(10px);
transition: all 0.3s ease;
position: absolute;
background-color: #fff;

}
.list-header-list-ul-main:hover > .list-header-list-ul-sub {
opacity: 1;
visibility: visible;
transform: translateX(0);
}

.second-header{
background-color: #182f41;
color: #fff;
z-index: 10 !important;
padding: 10px 0px !important;
}

.btn-secondary-solid-inn{
color: #fff !important;
background-color:   var(--main-web-primary-color);
}
.btn-secondary-solid-inn:hover {
color: #fff !important;
background-color: #2f6c4e;
}
.first-header{
z-index: 20 !important;
}
.shadow-md {
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}
.main-header-bar , .main-header-bar1{
  background: #fff !important;

}
.main-header-bar{

border: 1px solid #BEC3CD;
/* border-radius: 10px; */
box-shadow: 0 6px 18px #1b253414;
z-index: 100;
}
.ghjkl{
z-index: 100;
}
.main-header-bar1{
z-index: 10;
border-top: 1px solid #BEC3CD;
border-bottom: 1px solid #BEC3CD;
margin-bottom: 1px;
background: lightgray !important;


/* border-radius: 10px; */
box-shadow: 0 6px 18px #1b253414;
}   

.before-navbar{
  background: #2c353f;
}
.filter-item-sidebar{
  background: #fff;
  border-radius: 6px;
}
.filter-item-sidebar:hover{
  /* background:   var(--main-web-primary-color); */
  color: #000;
}
.side-bar-inn-list a:hover{
  color: #fff;
}
.side-bar-inn-list-main:hover{
background: linear-gradient(to top right, #272727, #0a6291);;
color: #fff;
}
.side-bar-inn-list-main:hover .sub-menu-link {
color: white;
}
.border-t:hover{
  color: #000;
}
.bg-banner{
  background: #000;
}
.area-title-main{
  color: #fff !important;
}
.area-description-title{
  color: #fff !important;
}
.area-subtile-main{
  color: #fff !important;
  border: 1px solid rgb(164 188 164) !important;
}

.group\/header.sticky .group-\[\.sticky\]\/header\:bg-heading {

border: 1px solid #BEC3CD;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
box-shadow: 0 6px 18px #1b253414;
}

.group\/header.sticky .group-\[\.sticky\]\/header\:bgsub-heading {

border: 1px solid #BEC3CD;
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
box-shadow: 0 6px 18px #1b253414;
}   


.header-bottom {

border: 1px solid #BEC3CD;
border-radius: 16px;
box-shadow: 0 6px 18px #1b253414;
pointer-events: auto;
}
@media (max-width: 480px){
  .py-\[60px\] {
      padding-bottom: 20px !important;
      padding-top: 20px !important;
  }
  .px-10 {
      padding-left: 20px !important;
      padding-right: 20px !important;
  }
  .analtics-short{
      display: column !important;
  }
}
.analitics-icons i{
 font-size: 45px;
}
.analitics-icons {
  margin: 10px 0px 20px;
}
.analitics-text-main{
  margin: 10px 0px;
}
.analitics-text-normal{
  font-size: 18px;
}
.analytics-round{
  padding: 42px !important;
}

 /* .btn-secondary-solid{
  background-image: linear-gradient(90deg, #3c5f3f, #16413b) !important;
} */

.analytics-section-container-main{
background: #0E1218;
}


/* our courses section ...................................................................................*/



.our-all-courses-list-card {
  /* width: 200px; */
  height: 200px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
  position: relative;
}



/* Hover background colors for cards */
.our-all-courses-list-card.gre:hover {
  background-color: #2ecc71; 
}

.our-all-courses-list-card.gmat:hover {
  background-color: #f39c12; 
}

.our-all-courses-list-card.sat:hover {
  background-color: #3498db;
}

.our-all-courses-list-card.psat:hover {
  background-color: #d32e22;
}

/* Icon circle container */
.our-all-courses-list-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background-color 0.4s, border 0.4s;
  position: relative;
}

/* Outer circle border colors */
.our-all-courses-list-card.gre .our-all-courses-list-icon-circle {
  border: 3px solid #2ecc71;
}

.our-all-courses-list-card.gmat .our-all-courses-list-icon-circle {
  border: 3px solid #f39c12;
}

.our-all-courses-list-card.sat .our-all-courses-list-icon-circle {
  border: 3px solid #3498db;
}
.our-all-courses-list-card.psat .our-all-courses-list-icon-circle {
  border: 3px solid #d32e22;
}

/* Inner circles - initial color */
.our-all-courses-list-inner-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.4s;
}

/* Default inner circle colors */
.our-all-courses-list-card.gre .our-all-courses-list-inner-circle {
  background-color: #2ecc71;
}

.our-all-courses-list-card.gmat .our-all-courses-list-inner-circle {
  background-color: #f39c12;
}

.our-all-courses-list-card.sat .our-all-courses-list-inner-circle {
  background-color: #3498db;
}

.our-all-courses-list-card.psat .our-all-courses-list-inner-circle {
  background-color: #d32e22;
}

/* On hover, inner circle becomes white */
.our-all-courses-list-card.gre:hover .our-all-courses-list-inner-circle,
.our-all-courses-list-card.gmat:hover .our-all-courses-list-inner-circle,
.our-all-courses-list-card.sat:hover .our-all-courses-list-inner-circle,
.our-all-courses-list-card.psat:hover .our-all-courses-list-inner-circle {
  background-color: #ffffff;
}

/* Images inside inner circle */
.our-all-courses-list-icon-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.4s;
}

/* Scale up image on hover */
.our-all-courses-list-card:hover .our-all-courses-list-icon-img {
  transform: scale(1.1);
}

/* Text label */
.our-all-courses-list-label {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  transition: color 0.4s;
}

/* Label turns white on hover */
.our-all-courses-list-card.gre:hover .our-all-courses-list-label,
.our-all-courses-list-card.gmat:hover .our-all-courses-list-label,
.our-all-courses-list-card.sat:hover .our-all-courses-list-label,
.our-all-courses-list-card.psat:hover .our-all-courses-list-label {
  color: #ffffff;
}


/* start of test papers .........................................................*/

.past-test-papers-table-container {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 40px;
}
.past-test-papers-table-wrapper {
  overflow-x: auto;
}
.past-test-papers-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.past-test-papers-th, .past-test-papers-td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}
.past-test-papers-th {
  background: #025367;
  color: white;
}
.past-test-papers-th i {
  margin-right: 5px;
}
.past-test-papers-tr:hover {
  background: #f1f1f1;
}
.past-test-papers-view-all {
  display: flex;
  justify-content: center;
  padding: 12px;
  background: #025367;
  color: white;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  border-top: 2px solid #025367;
}
.past-test-papers-view-all:hover {
  background: #10505d;
}
@media (max-width: 600px) {
  .past-test-papers-table-container {
      width: 100%;
      overflow-x: auto;
  }
}

/* start of questions area ..................................................... */


.sample-questions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}

.sample-questions-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.sample-questions-card:hover {
  transform: translateY(-5px);
}

/* .sample-questions-highlight {
  background-color: #f4a261; 
} */

.sample-questions-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.sample-questions-card-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.sample-questions-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  color: #777;
}

.sample-questions-icon {
  display: flex;
  align-items: center;
}

.sample-questions-icon i {
  margin-right: 5px;
  color: #2a9d8f;
}
.questions-first-link:hover {
color: #fd7e14;
}

.sample-questions-card:hover .sample-questions-card-title {
color: #21861A;
}

/* start of forums discussions .............................................................. */

.discussions-forums-container {

background: white;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.discussions-forums-wrapper {
overflow-x: auto;
}
.discussions-forums-table {
width: 100%;
border-collapse: collapse;
min-width: 800px;
}
.discussions-forums-th, .discussions-forums-td {
padding: 12px;
text-align: center;
border: 1px solid #ddd;
}
.discussions-forums-th {
background: #025367;
color: white;
}
.discussions-forums-th i {
margin-right: 5px;
}
.discussions-forums-tr:hover {
background: #f1f1f1;
}
.discussions-forums-link {
text-decoration: none;
color: #0d5b52;
font-size: 18px;
}
.discussions-forums-link:hover {
color: #09443d;
}
@media (max-width: 600px) {
.discussions-forums-container {
    width: 100%;
    overflow-x: auto;
}
}


/* start of courses........................................... */



.home-organizations-card {
padding: 15px 25px 30px;
border-radius: 15px;
box-shadow: 0 0px 10px lightgray;
background-color: #ffffff;
text-align: center;
transition: all 0.5s ease;
margin: 0px 5px;
}

.align-items-center {
align-items: center !important;
}
.justify-content-center {
justify-content: center !important;
}
.flex-column {
flex-direction: column !important;
}
.d-flex {
display: flex !important
;
}
.home-organizations-card .home-organizations-avatar {
width: 120px;
height: 70px;
}
.img-cover {
width: 100%;
height: 100%;
overflow: hidden;
object-fit: contain;
object-position: 50% 50%;
}

.rounded-circle {
border-radius: 50% !important;
}
img {
vertical-align: middle;
border-style: none;
}
a:link, a:visited, a:active {
transition: 0.2s all ease;
}
.mt-25, .my-25 {
margin-top: 25px !important;
}
.align-items-center {
align-items: center !important;
}
.justify-content-center {
justify-content: center !important;
}
.flex-column {
flex-direction: column !important;
}
.d-flex {
display: flex !important
;
}
a {
color: #343434;
text-decoration: none;
background-color: transparent;
}
.home-organizations-card .home-organizations-title {
font-size: 16px;
font-weight: bold;
line-height: 1.2;
color: #171347;
transition: all 0.5s ease;
}
.home-organizations-card .home-organizations-badge, .home-organizations-card .home-organizations-desc {
font-size: 12px;
font-weight: normal;
line-height: 1.19;
color: #818894;
transition: all 0.5s ease;
}
.home-organizations-card .home-organizations-badge {
border-radius: 15px;
background-color: #f1f1f1;
padding: 5px 10px;
transition: all 0.5s ease;
}
.home-organizations-card:hover{
background-color: #ffffff;
color: #1f3b64;
transition: all 0.5s ease;
}
.home-organizations-card .home-organizations-badge, .home-organizations-card .home-organizations-desc {
font-size: 12px;
font-weight: normal;
line-height: 1.19;
color: #818894;
transition: all 0.5s ease;
}
.badge {
line-height: 1.58;
font-weight: normal;
pointer-events: none;
}
.mt-15, .my-15 {
margin-top: 15px !important;
}
.badge {
display: inline-block;
padding: 0 0.5rem;
font-size: 0.75rem;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.3125rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home-organizations-card:hover {
transform: translateY(-10px);
/* background-color: #182f41; */
background: #18413a;
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
transition: all 0.5s ease;
}

.home-organizations-card:hover .home-organizations-title, .home-organizations-card:hover .home-organizations-desc {
color: #ffffff;
transition: all 0.5s ease;
}

/* start of anylitics area */

.stats-item:hover {
transform: translateY(-15px);
background-color: #1f3b64;
transition: all 0.5s ease;
box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.stats-item {
position: relative;
border-radius: 15px;
box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
background-color: #ffffff;
transition: all 0.5s ease;
padding: 20px 0px;
}

.stats-item .stat-icon-box.teacher {
background-image: linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%);
}
.stats-item .stat-icon-box.student {
background-image: linear-gradient(135deg, #F761A1 10%, #8C1BAB 100%);
}
.stats-item .stat-icon-box.video {
background-image: linear-gradient(135deg, #11c99c, #00e31d);
}
.stats-item .stat-icon-box.course {
background-image: linear-gradient(135deg, #ff0844 0%, #ffb199 100%);
}

.stats-item .stat-icon-box {
border-radius: 24px;
padding: 15px;
width: 85px;
height: 85px;
}

.stat-number, .stats-container .stats-item:hover .stat-title, .stats-container .stats-item:hover .stat-desc {
color: #ffffff;
transition: all 0.5s ease;
}
.stats-item .stat-number {
font-size: 30px;
font-weight: bold;
line-height: 1.25;
color: var(--secondary);
pointer-events: none;
}

/* partners cover up ............................ */
.test-prep-partners-container {
display: flex;
align-items: center;
justify-content: space-between;
/* width: 90%; */
max-width: 1200px; 
position: relative;
margin-bottom: 160px;
}
.test-prep-partners-swiper {
width: 55%;
overflow: hidden;
}
.test-prep-partners-slide {
display: flex;
justify-content: center;
align-items: center;
background: #fff;
padding: 10px;
border-radius: 10px;
box-shadow: 0px 0px 8px lightgray;
}
.test-prep-partners-slide img {
max-width: 100%;
height: 100px;
object-fit: contain;
border-radius: 15px;
filter: grayscale(1);
}
.test-prep-partners-content {
width: 35%;
position: relative;

}
.test-prep-partners-content h2 {
font-size: 40px;
color: #000;
margin-bottom: 10px;
}
.test-prep-partners-content p {
font-size: 19px;
color: #333;
margin-bottom: 15px;
margin-top: 10px;
}
@media (min-width: 1023px) {
.test-prep-partners-btn {
  background: color(srgb 0.18 0.59 0.47);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  position: absolute;
  z-index: 1;
}

}
.test-prep-partners-btn {
background: color(srgb 0.18 0.59 0.47);
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background 0.3s;

}
.test-prep-partners-btn:hover {
background: color(srgb 0.1 0.27 0.22);
color: #fff;
}
.test-prep-partners-button-next,
.test-prep-partners-button-prev {
color: #7b7b7b;
background: rgb(241, 240, 240);
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 20px;
filter: grayscale(1);
}
.test-prep-partners-button-next::after,
.test-prep-partners-button-prev::after {
font-size: 20px !important;
}

/* Big Circle with Floating Animation */
.test-prep-partners-big-circle {
position: absolute;
right: 0px;
top: -20%;
width: 120px;
height: 120px;
background: url('big-circle.png') no-repeat center;
background-size: contain;
animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
0% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}

/* Green Dots with Bounce Animation */
.test-prep-partners-green-dots {
position: absolute;
left: -30px;
top: 70%;
width: 70px;
height: 100px;
background: url('green-dots.png') no-repeat center;
background-size: contain;
animation: bounce 2s infinite alternate;
z-index: 0;
}

@keyframes bounce {
0% { transform: translateY(0px); }
100% { transform: translateY(8px); }
}

/* Floating Badge (Become an Instructor) */
.test-prep-partners-instructor-badge {
position: absolute;
bottom: 10px;
right: 10px;
display: flex;
align-items: center;
background: white;
padding: 10px;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
font-size: 14px;
font-weight: bold;
animation: floatBadge 3s infinite ease-in-out alternate;
}
@keyframes floatBadge {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}
.test-prep-partners-instructor-badge img {
width: 20px;
margin-right: 8px;
}
.test-prep-partners-swiper{
padding: 10px 10px 20px;
}
@media (max-width: 1023px) {
.test-prep-partners-container {
    flex-direction: column;
    text-align: center;
}
.test-prep-partners-swiper{
    width: 100%;
    padding: 10px 0px 20px;
}
.test-prep-partners-content {
  width: 100%;
  padding: 20px 0px;
}
.test-prep-partners-big-circle {
  width: 100px;
  height: 100px;
  right: 0px;
  top: -50px !important;
}
}
@media (max-width: 768px) {
.test-prep-partners-content h2{
font-size: 25px;
}
.test-prep-partners-content p{
font-size: 15px;
}
}
@media (max-width: 768px) {
.test-prep-partners-content h2{
  font-size: 20px;
}
.test-prep-partners-content p{
  font-size: 14px;
}

.test-prep-partners-green-dots {
  left: 0px;
  top: 53%;
}
}
@media (min-width:320px) and (max-width: 514px) {
  .test-prep-partners-instructor-badge {

    bottom: 150px;
   
  }
}
@media (min-width: 515px) and (max-width: 770px) {
  .test-prep-partners-instructor-badge {

    bottom: 125px;
   
  }
}
@media (min-width:771px) and (max-width: 1023px) {
.test-prep-partners-instructor-badge {

  bottom: 160px;
 
}
}
@media (max-width: 1023px) {
.test-prep-partners-slide img {
  max-width: 100%;
  height: 70px;
  object-fit: contain;
  border-radius: 15px;
  filter: grayscale(1);
}
.test-prep-partners-container {
  margin-bottom: 120px;
}
}

.video-creator-heading i{
  color: gray;
}
/* Financial partner logo area ............................................ */

.financial-partner-logo {
  position: relative;
  padding: 20px;
  transition: transform 0.3s ease-in-out;
  background-color: #fff;
  margin: 20px 0px;
  border-radius: 10px;
}

.financial-partner-logo  img {
  width: 220px;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}

/* Full border on hover */
.financial-partner-logo:hover{
  box-shadow: 0px 0px 15px lightgray;
  transition: transform 0.3s ease-in-out;
}


/* top businesss school ..................................... */

.top-business-school-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
gap: 20px;
justify-content: center;
align-items: center;

margin: auto;
}

.top-business-school-card {
background: white;
border-radius: 10px;
box-shadow: 0px 0px 5px lightgray;
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
min-height: 100px;
}

.top-business-school-card img {
max-width: 100%;
height: 80px;
object-fit: contain;
}

.top-business-school-card:hover {
transform: scale(1.05);
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
.top-business-school-container {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 480px) {
.top-business-school-container {
    grid-template-columns: repeat(1, 1fr);
}
}

/* our instructors ............................. */

.bg-instructors-main{
background: #F7F4DF;
}

.our-instructors {
background: #fff;
text-align: center;

border-radius: 15px;
position: relative;
transition: transform 0.3s, background 0.3s;
overflow: hidden;
}
.our-instructors::before {
content: "";
position: absolute;
width: 100%;
height: 55%;
background: #43877c;
top: -200px;
left: 0;
border-radius: 50%;
/* border-bottom-left-radius: 50%; */
/* border-bottom-right-radius: 50%; */
transition: top 0.3s;
}
.our-instructors:hover::before {
top: -65px;
}
.our-instructors:hover {
transform: scale(1.1);
background: #fff;
}
.our-instructors-profile {
position: relative;
width: 95px;
height: 95px;
margin: 30px auto;
}

.our-instructors-profile img {
width: 84px;
height: 84px;
border-radius: 50%;
object-fit: cover;
position: absolute;
top: 5px;
left: 4px;
}
.our-instructors-profile::before {
content: "";
position: absolute;
width: 100px;
height: 100px;
background: transparent;
border-radius: 50%;
top: -4px;
left: -4px;
border: 4px solid transparent;
transition: 0.3s;
}
.our-instructors:hover .our-instructors-profile::before {
border-color: #4aad9d;
background-color: #fff; 
border-radius: 50%;
}
.our-instructors-name {
font-size: 18px;
font-weight: bold;
margin-top: 10px;
}
.our-instructors-role {
font-size: 14px;
color: #444;
}
.our-instructors-profile-btn {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 10px;
opacity: 0;
transform: translateY(10px);
transition: opacity 0.3s, transform 0.3s;
}
.our-instructors:hover .our-instructors-profile-btn {
opacity: 1;
transform: translateY(0);
}
.our-instructors-profile-btn a {
color: white;
background: #43877c;
padding: 20px 20px 30px;
width: 100%;
text-decoration: none;
font-size: 14px;
}

/* starrt of events & webinars ........................ */

.events-webinars-card { 
background-color: #eff6ff;  
border-radius: 10px; 
height: 350px; 
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); 
position: relative;
margin-bottom: 60px;
}
.events-webinars-header { 
position: absolute; 
top: 10px; 
right: 10px; 
}
.events-webinars-badge { 
background-color: #5b4637; 
color: white; 
padding: 5px 12px; 
border-radius: 20px; 
font-size: 14px; 
font-weight: bold; 
}
.events-webinars-image img { 
width: 100%; 
border-radius: 20px; 
object-fit: cover; 
height: 350px; 
}
.events-webinars-footer { 
position: absolute; 
bottom: -55px; 
left: 30px; 
right: 30px; 
background-color: #fff; 
padding: 20px; 
box-shadow: 0px 0px 4px lightgray; 
border-radius: 15px; 
}

.events-webinars-card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.events-webinars-card-content h3{
  margin-right: 10px;
}
.events-webinars-btncard {
    padding: 5px 10px;
    border: none;
    border-radius: 8px;
    color: white;
    background-color: rgb(74, 74, 128);
    margin-top: 5px;
}

.events-webinars-name {     
    font-family: monospace;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .events-webinars-footer { 
   padding: 15px 10px;
   font-size: 14px;
  }
  .events-webinars-btncard {
    padding: 5px;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 12px;
    background-color: rgb(74, 74, 128);
}

}

@media (max-width: 480px){
  .events-webinars-btncard {
    padding: 5px;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 12px;
    background-color: rgb(74, 74, 128);
}
}

@media (max-width: 420px){

  .events-webinars-footer { 
      left: 10px;
      right: 10px;
  }
  .events-webinars-footer { 
    padding: 15px 10px;
    font-size: 14px;
   }
   .events-webinars-btncard {
    padding: 5px;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 12px;
    background-color: rgb(74, 74, 128);
}
.events-webinars-card { 
  height: auto;
}
.events-webinars-card { 
  margin-bottom: 61px;
}
.events-webinars-footer { 
  bottom: -50px; 
}
}

/* strat of Anaylitics area .........................*/
.analtycis-page{
position: relative;
}
.analytics-page-card { 
background-color: #f0f8ff; 
padding: 20px; 
border-radius: 15px; 
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
overflow: hidden;
margin: 20px 0px;
text-align: center;
}

.analytics-page-card::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
/* background: linear-gradient(120deg, rgba(255,255,255,0.3), transparent); */
transition: all 0.5s ease;
}

.analytics-page-card:hover::before {
left: 100%;
}

.ana-1 { background-color: #ffebcc; }
.ana-2 { background-color: #cce7ff; }
.ana-3 { background-color: #d5f5e3; }
.ana-4 { background-color: #ffdacc; }
.ana-5 { background-color: #e6ccff; }
.ana-6 { background-color: #fff9c4; }
.ana-7 { background-color: #ccffd4; }
.ana-8 { background-color: #ccfff7; }

.analytics-page-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.analytics-page-card img { 
width: 60px; 
margin-bottom: 15px; 
}
.analytics-page-card h2 { 
font-size: 2rem; 
margin-bottom: 10px; 
color: #4caf50;
}
.analytics-page-card p { 
font-size: 1.2rem; 
color: #555;
}
.analytics-page-btn {
background-color: #4caf50;
color: white;
padding: 15px 30px;
text-decoration: none;
border-radius: 30px;
font-weight: bold;
display: inline-block;
margin-top: 20px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.3s ease;
}
.analytics-page-btn:hover {
background-color: #388e3c;
transform: scale(1.1);
}

.analytics-page-side-image {
position: absolute;
top: -50px;
left: -100px;
opacity: 0.1;
animation: float 6s ease-in-out infinite;
}

@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}


/* second navbar ....... */
.custom-slide{
text-align: center;
}


.custom-slide .button:hover {
background-color: color(srgb 0.18 0.59 0.47) !important;
padding: 0px 5px;
color: #fff;
border-radius: 5px;
}



.custom-slide .swiper-button-prev::after,
.custom-slide  .swiper-button-next::after {
font-size: 18px !important;
}
@media (max-width: 506px){
.main-header-bar1{
height: 40px !important;
}
.custom-slide{
/* padding-top: 20px; */
}
.swiper-button-next:after{

font-size: 20px;
margin: 0px -11px 0px 0px;
}
.swiper-button-prev:after {

font-size: 20px;
margin: 0px 0px 0px -11px;
}
}
/* @media (min-width: 400px)  and (max-width: 465px){
.custom-slide{
  padding-top: 20px;
}
} */
@media (min-width: 640px)  and (max-width: 767px){
.main-header-bar1{
  height: 50px !important;
}
.custom-slide{
  /* padding-top: 20px; */
}

}

.inset-10{
top: 88px;

}

@media (max-width: 648px) {
  .inset-10 {
    top: 65px;
}
}
 


.am-selectrole {
gap: 23px !important;
display: flex !important;
align-items: center !important;
}

.object-fit {

object-fit: contain;
}

/* courses ............................ */
.header-changes-pages{
/* box-shadow: 0px 0px 10px lightgray; */
border-bottom: 1px solid lightgray;
}

/* course-details................ */

.related-course-pages{
object-fit: contain;
  width: 100% !important;
  height: 226px;
}

/* article ship  container */

.companies-articleship-popup-image img {
width: 100%;
height: 400px;
border-radius: 8px;
}

.companies-articleship-popup-form h2 {
font-size: 2em;
margin: 0;
}

@media (max-width: 992px) {
.companies-articleship-popup-form h2 {
  font-size: 1.75em;
}
}

@media (max-width: 768px) {
.companies-articleship-popup-form h2 {
  font-size: 1.5em;
}
}

@media (max-width: 576px) {
.companies-articleship-popup-form h2 {
  font-size: 1.3em;
}
}

.companies-articleship-popup-form p {
margin: 10px 0 20px;
color: #555;
}

.companies-articleship-popup-form button {
width: 100%;
padding: 12px;
background: color(srgb 0.18 0.59 0.47);
color: white;
border-radius: 6px;
font-size: 1em;
cursor: pointer;
margin-top: 10px;
}

/* footer */

.footer-top{
padding: 50px 0px;
}

.footer-contact{
padding-top: 20px;
}
.stats-container {
display: flex;

align-items: center;
text-align: center;
flex-wrap: wrap;



}

.stat-box {
flex: 1;
min-width: 200px;
padding: 0 20px;
}
.stat-box a{
color: #64748b;
}
.stat-box a:hover{
color: color(srgb 0.18 0.59 0.47);
}

.stat-box h2 {
font-size: 32px;
font-weight: bold;
color: #0f172a;
}

.stat-box p {
font-size: 14px;
color: #64748b;
margin-top: 8px;
text-transform: uppercase;
}

.with-line {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

/* Optional: spacing on smaller screens */
@media (max-width: 768px) {
.stats-container {
  flex-direction: column;
}

.with-line {
  border-left: none;
  border-right: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding: 20px 0;
}
}
@media (min-width: 1024px) {
.stat-box-inn {
gap: 15px;
}
}
@media (min-width: 769px) and (max-width: 1023px){
.stat-box-inn {
  gap: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px){
.size-10 {
  height: 32px !important;
  width: 32px !important;
}
}


/* Deals */

.sort-filter{
border: 1px solid green;
padding: 5px 0px;
border-radius: 6px;
}
.sort-filter select{
border: none;
outline: none;
}


.label-discount {
color: #fff;
font-size: 15px;
height: 50px;
width: 50px;
line-height: 48px;
text-align: center;
display: block;
position: absolute;
z-index: 1;
text-transform: uppercase;
white-space: nowrap;
vertical-align: baseline;
border-radius: 999px;
background-color: #ff3100;
border: 1px dashed #fff;
-webkit-box-shadow: 0 0 0 2px #ff3100;
box-shadow: 0 0 0 2px #ff3100;
}

.pos-r {
position: relative !important;
}

.mb-15 {
margin-bottom: 15px !important;
}
.price {
color: #2ed87b;
margin-bottom: 0;
}
.ptb-5 {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.text-right {
text-align: right;
}
h3 {
font-size: 20px;
}
.price-sale {
color: #d84523;
font-size: 85%;
text-decoration: line-through;
margin-right: 1em;
}
.deals-head-title{
font-weight: 400 !important;
font-size: 20px;
margin-bottom: 5px;

}
.deals-para-title{
font-size: 13px;
color: #777;
}

.deal-actions li {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
color: #fff;
cursor: pointer;
}
.deal-actions li > span {
display: inline-block;
width: 28px;
height: 28px;
line-height: 28px;
border-radius: 4px;
background-color: #000;
opacity: 0.6;
filter: alpha(opacity=60);
text-align: center;
}
.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;
}

.share-tooltip {
position: absolute;
right: -14px;
top: 35px;
background-color: #2ed87b;
white-space: nowrap;
display: none;
opacity: 0;
padding: 2px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.deal-actions li .share-tooltip:after {
border: solid transparent;
content: ' ';
height: 0;
position: absolute;
right: 20%;
top: -13px;
left: inherit;
z-index: 2;
width: 0;
border-width: 7px;
border-bottom-color: #2ed87b;
}
.share-tooltip a{
margin-right: 5px;
}
.share-tooltip.show {
display: block;
opacity: 1;
}
.fade {

-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}

/* coupns */

.panel-body {
padding: 15px;
}
.t-uppercase {
text-transform: uppercase;
}

.color-green {
color: #2ed87b !important;
font-size: 18px;
}

.color-muted {
color: #97a4ad !important;
}



.coupon-button {
background-color: #2ed87b;
color: #fff;
}
.deal-meta{
display: flex;
justify-content: center;
gap: 15px;
align-items: center;
}
.deal-meta li i{
margin-right: 8px;
}
.coupn-notification-modal-btn {
display: block;
height: 40px;
padding: 8px 20px;
border: 2px solid transparent;
font-size: 12px;
line-height: 20px;
border-radius: 3px;
text-transform: uppercase;
letter-spacing: 1px;
width: 100%;
overflow: hidden;
background-color: #2ed87b !important;
color: #fff;
}
.deal-title a{
letter-spacing: 1px;
}
/* .coupon-hide {
display: block;
width: 100%;
height: 34px;
line-height: 34px;
padding: 0 15px;
font-size: 15px;
color: #F50;
border-radius: 3px;
text-align: right;
text-transform: uppercase;
letter-spacing: 1px;
background: repeating-linear-gradient(45deg, transparent, transparent 10px, #eee 10px, #eee 20px), linear-gradient(to bottom, #c2ead4, #c2ead4);
} */

.ribbon-wrapper {
position: absolute;
top: 0px;
right: 0px;
width: 80px;
height: 85px;
overflow: hidden;
}

.ribbon {
font-size: 12px;
position: relative;
top: 17px;
left: -8px;
width: 120px;
color: rgb(255, 255, 255);
text-align: center;
background-color: rgb(255, 49, 0);
text-transform: uppercase;
z-index: 2;
transform: rotate(45deg);
padding: 1px;
}



.coupn-notification-modal {
display: none;
position: fixed;
z-index: 999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
}

.coupn-notification-modal-content {
background-color: white;
margin: 5% auto;
padding: 20px;
border-radius: 8px;
width: 90%;
max-width: 500px;
position: relative;
text-align: center;
}

.coupn-notification-modal-logo {
width: 120px;
}

.coupn-notification-modal-close {
color: #aaa;
position: absolute;
top: 10px;
right: 20px;
font-size: 28px;
font-weight: bold;
cursor: pointer;
}

.coupn-notification-modal-code {
display: inline-block;
background-color: #e1f3fb;
padding: 12px 20px;
margin: 15px 0;
font-size: 20px;
color: #f37025;
font-weight: bold;
border-radius: 6px;
border: 1px dashed #90caf9;
}

.coupn-notification-modal-social-icons {
margin: 15px 0;
}

.coupn-notification-modal-social-icons a {
margin: 0 5px;
text-decoration: none;
font-size: 20px;
color: white;
padding: 8px 12px;
border-radius: 4px;
}

.coupn-notification-modal-fb { background: #3b5998; }
.coupn-notification-modal-wh { background: #178e4a; }
.coupn-notification-modal-in { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);; }
.coupn-notification-modal-ln { background: #0e76a8; }

.coupn-notification-modal-subscribe {
background: #eaf4f4;
padding: 20px;
border-top: 1px solid #ccc;
}

.coupn-notification-modal-subscribe input[type="email"] {
padding: 10px;
width: 70%;
border: 1px solid #ccc;
border-radius: 4px;
}

.coupn-notification-modal-subscribe button {
padding: 10px 20px;
background-color: #00c389;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
margin-left: 10px;
}

@media (max-width: 500px) {
.coupn-notification-modal-code {
  font-size: 16px;
}
.coupn-notification-modal-subscribe input[type="email"] {
  width: 100%;
  margin-bottom: 10px;
}
.coupn-notification-modal-subscribe button {
  width: 100%;
  margin-left: 0;
}
}

.all-font-headings{
font-size: 20px;
font-weight: 500;
}
.all-font-headings-points{
font-size: 22px;
font-weight: 500;
}

/* advertisement section */

.ad-section {
width: 100%;
margin: 40px 0px;
text-align: center;
}

.ad-label {
font-size: 12px;
color: #000;
padding: 5px;

}

.ad-frame {
width: 100%;
height: 250px;  /* Fixed height of 250px */
}

@media (max-width: 991px) {
.ad-frame {
  height: 250px; /* Maintain 250px height on smaller screens */
}
}

.sidebar-ad-container {

right: 0px;
width: 100%;
height: 600px;
text-align: center;
overflow: hidden;

}

.ad-side-label {
font-size: 12px;
color: #000;
padding: 5px;

}

.ad-side-frame {
width: 100%;
height: 600px;

}

.ad-side-frame img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 991px) {
.sidebar-ad-container {
display: none;
}
}

/* side bar content section */

#main {
padding: 16px 32px 32px 32px;
border-right: 1px solid #f1f1f1;
}
#main {
padding: 16px;
/* margin-top: 90px; */
}
@media (min-width: 993px) {
.w3-col.l10 {
    width: 83.33333% !important;
}
}
@media (min-width: 601px) {
.w3-col.m12 {
    width: 99.99999%;
}
}
.w3-col {
float: left;

}
.w3-row:after{
content: "";
display: table;
clear: both;
}

#right {
padding: 16px 8px !important;
}

#right {
text-align: center;
padding: 16px 16px 0 0;

}

@media (min-width: 993px) {
.w3-col.l2 {
    width: 16.66666% !important;
}
}

@media (min-width: 601px) {
.w3-col.m12 {
    width: 99.99999%;
}
}

/* main horizontal ad banner */
#ad-horizontal-container {
width: 100%;
height: 250px;
overflow: hidden;
background-color: #fff;
}

.mock-ad {
width: 100%;
height: 250px;
object-fit: cover;
margin: 0px auto;
}

.ad-horizontal-side-label {
font-size: 12px;
color: #000;
padding: 5px;
text-align: center;
}

/* analytics section */

.analytics-section-container {
display: flex;
flex-direction: column;
background-color: #0E1218;
}

@media (min-width: 992px) {
  .analytics-section-container {
display: flex;
align-items: center;
}
.analytics-section-left {
width: 40% !important;

}

.analytics-section-right {
width: 60% !important;

}
}

@media (min-width: 992px) {
.analytics-section-container {
  flex-direction: row;
}
}

.analytics-section-left {
background-color: #0E1218;
padding: 3rem 2rem;
width: 100%;
}

.analytics-section-bar {
border-bottom: 2px solid #22C55E;
width: 33%;
margin-bottom: 1rem;
}

.analytics-section-left h2 {
text-transform: uppercase;
font-weight: 600;
color: #22C55E;
}

.analytics-section-left p {
color: #ccc;
line-height: 1.5;
}

.analytics-section-left button {
margin-top: 1.5rem;
padding: 0.75rem 1.5rem;
border: none;
color: white;
border-radius: 999px;
cursor: pointer;
transition: background 0.3s;
}

.analytics-section-left button:hover {
background-color: #16a34a;
}

.analytics-section-right {
background-color: #2D3641;
padding: 2.5rem 1.5rem;
width: 100%;
}

.analytics-section-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 1.5rem;
}

@media (min-width: 640px) {
.analytics-section-grid {
  grid-template-columns: repeat(2, 1fr);
}
.analytics-slider-section {
  display: none; /* Hide swiper on large screens */
}

}

@media (min-width: 1024px) {
.analytics-section-grid {
  grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 1280px) {
.analytics-section-grid {
  grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 480px) {
.analytics-section-card {
  padding: 1rem;
}

}
.analytics-section-card {
background: white;
border-radius: 1rem;
padding: 0.5rem;
text-align: center;
position: relative;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
transition: transform 0.3s, box-shadow 0.3s;
}

.analytics-section-icon i{
font-size: 40px;
opacity: 0.7;
}
.analytics-section-card:hover {
transform: scale(1.05);
box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.analytics-section-dot {
position: absolute;
top: 0.75rem;
right: 0.75rem;
width: 12px;
height: 12px;
background-color: #22C55E;
border-radius: 50%;
transition: transform 0.3s;
}

.analytics-section-card:hover .analytics-section-dot {
transform: scale(1.25);
}

.analytics-section-icon {
width: 60px;
height: 40px;
margin: 20px auto;
stroke: #131820;
stroke-width: 2;
fill: none;
transition: transform 0.3s;
}

.analytics-section-card:hover .analytics-section-icon {
transform: rotate(6deg);
}

.analytics-section-label {
margin-top: 1rem;
font-weight: 600;
color: #2d3748;
font-size: 0.9rem;
transition: color 0.3s;
}

.analytics-section-card:hover .analytics-section-label {
color: #22C55E;
}

.analytics-section-value {
font-size: 1.2rem;
font-weight: bold;
color: #000;
margin-top: 0.25rem;
transition: transform 0.3s;
}

.analytics-section-card:hover .analytics-section-value {
transform: scale(1.1);
}


      /* Swiper on mobile */
      @media (max-width: 639px) {
        .analytics-section-grid {
          display: none; /* Hide grid on mobile */
        }
  
        .analytics-slider-section {
          display: block;
        }
  
        .swiper-slide {
          width: auto;
        }
      }    

/*---------------------------------------- partners ------------------------------------------------------*/

.partners-divide-section{
margin: 50px 0px;
}

.partners-scroll-list-carousel-container {
width: 100%;
/* max-width: 100%; */
overflow: hidden;
position: relative;
/* border-radius: 12px; */
/* background: #fff; */
/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.partners-scroll-list-carousel-track {
display: flex;
transition: transform 0.4s ease-in-out;
}

.partners-scroll-list-slide {
flex: 0 0 100%;
text-align: center;
padding: 20px;
}

.partners-scroll-list-slide img {
height: auto;
width: 70px;
margin-bottom: 10px;
}

.partners-scroll-list-slide h3 {
margin: 10px 0 5px;
font-size: 18px;
}

.partners-scroll-list-slide p {
margin: 0;
color: #555;
}

.partners-scroll-list-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.5);
border: none;
color: #fff;
font-size: 24px;
padding: 0px 12px;
border-radius: 50%;
cursor: pointer;
}

.partners-scroll-list-prevBtn { left: 10px; }
.partners-scroll-list-nextBtn { right: 10px; }

@media (min-width: 600px) {
.partners-scroll-list-slide { flex: 0 0 50%; }
}

@media (min-width: 900px) {
.partners-scroll-list-slide { flex: 0 0 33.3333%; }
}
@media (min-width: 1200px) {
.partners-scroll-list-slide { flex: 0 0 25.00%; }
}
.partners-scroll-list-carousel-container a {
text-decoration: none; 
color: inherit;
}

.partners-scroll-list-carousel-container a h3{
color: #000;
}
.partners-scroll-list-carousel-container a p {
color: #555555; 
}

/* -------------------financial partner ---------------------------------- */

.financial-partner-image-logo img{
width: 130px;
height: 100px;
object-fit: contain;
}

/* --------------------------------internship programms---------------------------- */
.internship-duration h5{
font-weight: bold;
font-size: 19px;
}

.internship-description-flex{
display: flex;
}
.internship-description-flex p{
font-size: 16px;
color: #111827b8;
font-weight: bold;
}
.internship-description-flex .start-date{
padding-left: 10px;
}
.internship-description-flex .last-date{
padding-left: 10px;
}
.internship-description-flex .end-date{
padding-left: 20px;
}
@media (mIN-width: 1024px) and (max-width: 1100px){
.internship-description-flex{
  display: block;
}
.internship-description-flex .start-date{
  padding-left: 0px;
}
.internship-description-flex .last-date{
  padding-left: 0px;
}
.internship-description-flex .end-date{
  padding-left: 0px;
}
}
@media (max-width: 480px) {
.internship-description-flex{
  display: block;
}
.internship-description-flex .end-date{
  padding-left: 10px;
}
}

/* ---------------------------------------top universities -----------------------------------------------*/

.bg-top-university-main{
background: #0e0e0e;
}
.top-universitys-main-head{
margin-top: 50px;
}
.top-universitys-timeline {
position: relative;
max-width: 1200px;
margin: auto;
}
.top-universitys-timeline::after {
content: '';
position: absolute;
width: 5px;
background-color: #fff;
top: 0;
bottom: 0;
left: 50%;
margin-left: -3px;
}
.top-universitys-container {
position: relative;
background-color: inherit;
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
}
.top-universitys-title-banner {
display: inline-block;
padding: 15px 30px;
font-size: 24px;
font-weight: bold;
color: white;
position: relative;
margin-bottom: 15px;
opacity: 0;
transform: translateY(50px);
transition: all 0.6s ease-out;
z-index: 2;
}
.top-universitys-title-banner.left {
clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
float: left;
width: 50%;
text-align: right;
}
.top-universitys-title-banner.right {
clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
float: right;
margin-right: 0;
width: 50%;
text-align: left;
}
.top-universitys-content {
width: 45%;
padding: 0px 20px;
background: transparent;
position: relative;
opacity: 0;
transform: translateY(50px);
transition: all 0.6s ease-out;
z-index: 2;
}
.top-universitys-content.left {
float: left;
text-align: right;
padding-right: 30px;
}
.top-universitys-content.right {
float: right;
text-align: left;
padding-left: 30px;
}
.top-universitys-heading , .medicine-schools-heading{
font-size: 18px;
margin-bottom: 5px;
color: #fff;
}
.top-universitys-description {
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
}
.top-universitys-dot,
.top-universitys-dot1 {
width: 16px;
height: 16px;
background: #fff;
border-radius: 50%;
position: absolute;
z-index: 1;
left: 50%;
margin-left: -8px;
}
.top-universitys-dot {
top: 0px;
}
.top-universitys-dot1 {
bottom: 0px;
}
.top-universitys-icon {
width: 60px;
height: 60px;
background: #1e1e1e;
color: #fff;
text-align: center;
line-height: 60px;
border-radius: 50%;
position: absolute;
top: 0px;
z-index: 1;
font-size: 24px;
border: 2px solid;
}
.top-universitys-icon.left {
right: 0%;
}
.top-universitys-icon.right {
left: 0%;
}
.show {
opacity: 1 !important;
transform: translateY(0) !important;
}
.top-universitys-color-blue { background-color: #0ea5e9; border-color: #0ea5e9; }
.top-universitys-color-green { background-color: #22c55e; border-color: #22c55e; }
.top-universitys-color-orange { background-color: #f97316; border-color: #f97316; }
.top-universitys-color-pink { background-color: #ec4899; border-color: #ec4899; }
.top-universitys-container::after {
content: "";
display: table;
clear: both;
}

@media screen and (max-width: 768px) {
.top-universitys-timeline::after {
  left: 25px;
}
.top-universitys-container {
  padding: 40px 0;
}
.top-universitys-title-banner.left,
.top-universitys-title-banner.right {
  float: none;
  width: 100%;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
  text-align: left;
  padding-left: 60px;
}
.top-universitys-content.left,
.top-universitys-content.right {
  float: none;
  width: 100%;
  text-align: left;
  padding: 20px 0 20px 60px;
}
.top-universitys-icon.left,
.top-universitys-icon.right {
  left: 0;
  right: auto;
  top: 20px;
}
.top-universitys-dot,
.top-universitys-dot1 {
  left: 17px;
  margin-left: 0;
}
.top-universitys-hr,
.top-universitys-hr2 {
  left: 0 !important;
  width: 90% !important;
}
}

.top-universitys-hr {
width: 110%;
position: relative;
top: 29px;
left: -18%;
color: #f9f9f9;
background: #fff;
border: 1px solid;
}
.top-universitys-hr2 {
width: 110%;
position: relative;
top: 29px;
left: 8%;
color: #f9f9f9;
background: #fff;
border: 1px solid;
}
.top-universitys-college-image-head a img {
width: 57px;
height: 57px;
position: absolute;
top: 0px;
left: 0px;
object-fit: contain;
border-radius: 50%;
}

/* ---------------------------------------under universities -----------------------------------------------*/

.bg-under-university-main{
background: #fff;
}

.under-universitys-main-head{
margin-top: 50px;
}
  .under-universitys-timeline {
    position: relative;
    max-width: 1200px;
    margin: auto;
  }
  .under-universitys-timeline::after {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  .under-universitys-container {
    position: relative;
    background-color: inherit;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .under-universitys-title-banner {
    display: inline-block;
    padding: 15px 30px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    position: relative;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
    z-index: 2;
  }
  .under-universitys-title-banner.left {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    float: left;
    width: 50%;
    text-align: right;
  }
  .under-universitys-title-banner.right {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    float: right;
    margin-right: 0;
    width: 50%;
    text-align: left;
  }
  .under-universitys-content {
    width: 45%;
    padding: 0px 20px;
    background: transparent;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
    z-index: 2;
  }
  .under-universitys-content.left {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .under-universitys-content.right {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .under-universitys-heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .under-universitys-description {
    font-size: 14px;
    color: #000;
  }
  .under-universitys-dot,
  .under-universitys-dot1 {
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -8px;
  }
  .under-universitys-dot {
    top: 0px;
  }
  .under-universitys-dot1 {
    bottom: 0px;
  }
  .under-universitys-icon {
    width: 60px;
    height: 60px;
    background: #1e1e1e;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    z-index: 1;
    font-size: 24px;
    border: 2px solid;
  }
  .under-universitys-icon.left {
    right: 0%;
  }
  .under-universitys-icon.right {
    left: 0%;
  }
  .show {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .under-universitys-color-blue { background-color: #0ea5e9; border-color: #0ea5e9; }
  .under-universitys-color-green { background-color: #22c55e; border-color: #22c55e; }
  .under-universitys-color-orange { background-color: #f97316; border-color: #f97316; }
  .under-universitys-color-pink { background-color: #ec4899; border-color: #ec4899; }
  .under-universitys-container::after {
    content: "";
    display: table;
    clear: both;
  }

  @media screen and (max-width: 768px) {
    .under-universitys-timeline::after {
      left: 25px;
    }
    .under-universitys-container {
      padding: 40px 0;
    }
    .under-universitys-title-banner.left,
    .under-universitys-title-banner.right {
      float: none;
      width: 100%;
      clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
      text-align: left;
      padding-left: 60px;
    }
    .under-universitys-content.left,
    .under-universitys-content.right {
      float: none;
      width: 100%;
      text-align: left;
      padding: 20px 0 20px 60px;
    }
    .under-universitys-icon.left,
    .under-universitys-icon.right {
      left: 0;
      right: auto;
      top: 20px;
    }
    .under-universitys-dot,
    .under-universitys-dot1 {
      left: 17px;
      margin-left: 0;
    }
    .under-universitys-hr,
    .under-universitys-hr2 {
      left: 0 !important;
      width: 90% !important;
    }
  }

  .under-universitys-hr {
    width: 110%;
    position: relative;
    top: 29px;
    left: -18%;
    color: #000;
    background: #000;
    border: 1px solid;
  }
  .under-universitys-hr2 {
    width: 110%;
    position: relative;
    top: 29px;
    left: 8%;
    color: #000;
    background: #000;
    border: 1px solid;
  }
  .under-universitys-college-image-head a img {
width: 57px;
height: 57px;
position: absolute;
top: 0px;
left: 0px;
object-fit: contain;
border-radius: 50%;
}

/* ---------------------------------------Medicine schools -----------------------------------------------*/

.bg-medicine-main{
background: #000;
}

.medicine-schools-main-head{
margin-top: 50px;
}
  .medicine-schools-timeline {
    position: relative;
    max-width: 1200px;
    margin: auto;
  }
  .medicine-schools-timeline::after {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  .medicine-schools-container {
    position: relative;
    background-color: inherit;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .medicine-schools-title-banner {
    display: inline-block;
    padding: 15px 30px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    position: relative;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
    z-index: 2;
  }
  .medicine-schools-title-banner.left {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    float: left;
    width: 50%;
    text-align: right;
  }
  .medicine-schools-title-banner.right {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    float: right;
    margin-right: 0;
    width: 50%;
    text-align: left;
  }
  .medicine-schools-content {
    width: 45%;
    padding: 0px 20px;
    background: transparent;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
    z-index: 2;
  }
  .medicine-schools-content.left {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .medicine-schools-content.right {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .medicine-schools-heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .medicine-schools-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
  }
  .medicine-schools-dot,
  .medicine-schools-dot1 {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -8px;
  }
  .medicine-schools-dot {
    top: 0px;
  }
  .medicine-schools-dot1 {
    bottom: 0px;
  }
  .medicine-schools-icon {
    width: 60px;
    height: 60px;
    background: #1e1e1e;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    z-index: 1;
    font-size: 24px;
    border: 2px solid;
  }
  .medicine-schools-icon.left {
    right: 0%;
  }
  .medicine-schools-icon.right {
    left: 0%;
  }
  .show {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .medicine-schools-color-blue { background-color: #0ea5e9; border-color: #0ea5e9; }
  .medicine-schools-color-green { background-color: #22c55e; border-color: #22c55e; }
  .medicine-schools-color-orange { background-color: #f97316; border-color: #f97316; }
  .medicine-schools-color-pink { background-color: #ec4899; border-color: #ec4899; }
  .medicine-schools-container::after {
    content: "";
    display: table;
    clear: both;
  }

  @media screen and (max-width: 768px) {
    .medicine-schools-timeline::after {
      left: 25px;
    }
    .medicine-schools-container {
      padding: 40px 0;
    }
    .medicine-schools-title-banner.left,
    .medicine-schools-title-banner.right {
      float: none;
      width: 100%;
      clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
      text-align: left;
      padding-left: 60px;
    }
    .medicine-schools-content.left,
    .medicine-schools-content.right {
      float: none;
      width: 100%;
      text-align: left;
      padding: 20px 0 20px 60px;
    }
    .medicine-schools-icon.left,
    .medicine-schools-icon.right {
      left: 0;
      right: auto;
      top: 20px;
    }
    .medicine-schools-dot,
    .medicine-schools-dot1 {
      left: 17px;
      margin-left: 0;
    }
    .medicine-schools-hr,
    .medicine-schools-hr2 {
      left: 0 !important;
      width: 90% !important;
    }
  }

  .medicine-schools-hr {
    width: 110%;
    position: relative;
    top: 29px;
    left: -18%;
    color: #f9f9f9;
    background: #fff;
    border: 1px solid;
  }
  .medicine-schools-hr2 {
    width: 110%;
    position: relative;
    top: 29px;
    left: 8%;
    color: #f9f9f9;
    background: #fff;
    border: 1px solid;
  }
  .medicine-schools-college-image-head a img {
width: 57px;
height: 57px;
position: absolute;
top: 0px;
left: 0px;
object-fit: contain;
border-radius: 50%;
}

/* ---------------------------------------Business schools -----------------------------------------------*/
.bg-business-main{
background-color: #fff;

}
.business-schools-container {
margin: 50px auto 0px;
text-align: center;
}
.business-schools-heading {
color: #d32f2f;
font-size: 2rem;
margin-bottom: 30px;
}

.business-schools-row {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 30px;
}

.business-schools-card {
/* background: white; */
/* border-radius: 8px; */
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
padding: 15px;
width: 160px;
display: flex;
flex-direction: column;
align-items: center;
transition: transform 0.3s;
}

.business-schools-card:hover {
background: white;
border-radius: 8px;
box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
padding: 15px;
width: 160px;
display: flex;
flex-direction: column;
align-items: center;
transition: transform 0.3s;
}

.business-schools-card:hover {
transform: translateY(-5px);
}

.business-schools-logo {
width: 80px;
height: 80px;
object-fit: contain;
margin-bottom: 10px;
}

.business-schools-name {
font-weight: bold;
margin-top: 5px;
color: #333;
font-size: 14px;
text-align: center;
}

@media (max-width: 768px) {
.business-schools-row {
  justify-content: center;
}

.business-schools-card {
  width: 45%;
}
}

@media (max-width: 480px) {
.business-schools-card {
  width: 100%;
}

.business-schools-heading {
  font-size: 1.5rem;
}

.business-schools-logo {
  width: 60px;
  height: 60px;
}
}

/* ------------coupons & deals section main --------------------------------------- */

.bg-deals-coupons{
background: #0a0a1a;
}
.coupon-main-title{
color: #fff !important;
}
.deals-coupons-section-swiper {
width: 100%;
max-width: 1400px;
margin: auto;
position: relative;
}

.deals-coupons-section-swiper-wrapper {
display: flex;
}

.deals-coupons-section-swiper-slide {
display: flex;
/* flex-wrap: wrap; */
align-items: center;
justify-content: space-between;
padding: 40px 20px;
box-sizing: border-box;
min-width: 100%;
color: white;
}

.deals-coupons-section-left {
flex: 1 1 50%;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
}

.deals-coupons-section-left h2 {
font-size: 30px;
}

.deals-coupons-section-left h1 {
font-size: 48px;
margin: 10px 0;
}

.deals-coupons-section-left h1 span {
background: red;
color: white;
padding: 4px 10px;
border-radius: 4px;
font-size: 18px;
margin-left: 10px;
}

.deals-coupons-section-left p {
font-size: 18px;
margin-top: 10px;
}

.deals-coupons-section-left p span {
color: #ffc107;
}

.deals-coupons-section-left a {
color: #00bfff;
text-decoration: none;
font-weight: bold;
}

.deals-coupons-section-offer-tag h5 {
color: white;
display: inline-block;
border-radius: 20px;
font-size: 23px;
margin-top: 20px;
margin-bottom: 0px;
}

.deals-coupons-section-price {
margin-top: 20px;
font-size: 24px;
}

.deals-coupons-section-price .now {
font-size: 60px;
color: #ffc107;
}

.deals-coupons-section-price .old {
text-decoration: line-through;
color: red;
margin-left: 10px;
font-size: 30px;
}

.deals-coupons-section-right {
flex: 1 1 50%;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}

.deals-coupons-section-right img {
max-width: 100%;
height: auto;
border-radius: 10px;
}

.deals-coupons-section-button-container {
margin-top: 30px;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}

.deals-coupons-section-btn {
background-color: #c71111;
color: white;
border: none;
padding: 15px 30px;
font-size: 18px;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
transition: background-color 0.3s;
}

.deals-coupons-section-btn:hover {
background-color: #03c45d;
}


@media (max-width: 768px) {
.swiper-slide {
  flex-direction: column;
  text-align: center;
}

.deals-coupons-section-left,
.deals-coupons-section-right {
  flex: 1 1 100%;
  align-items: center;
  justify-content: center;
}

.deals-coupons-section-right {
  margin-top: 20px;
}

.deals-coupons-section-left h1 {
  font-size: 28px;
}

.deals-coupons-section-left h2 {
  font-size: 22px;
}

.deals-coupons-section-price .now {
  font-size: 32px;
}

.deals-coupons-section-price .old {
  font-size: 18px;
}

.deals-coupons-section-offer-tag h5 {
  font-size: 18px;
}

.deals-coupons-section-left p {
  font-size: 16px;
}

.deals-coupons-section-button-container {
  /* flex-direction: column; */
  gap: 10px;
}
.deals-coupons-section-btn {
padding: 10px 25px;
font-size: 13px;
}
.deals-coupons-section-swiper-slide {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: space-between;
  padding: 40px 1px;
  box-sizing: border-box;
  min-width: 100%;
  color: white;
}

}

/* filter drawer close */
.filter-drawer-close{
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}

/* blog details */
.blog-detail-image{
aspect-ratio: 25 / 9 !important;
}

/* universities */
.universities-country img{
width: 20px;
height: 20px;
}
.universities-country h6{
font-weight: bold;
padding: 0px 5px 0px 10px;
font-size: 17px;
}
.universities-country span{

}
.universities-country p{
font-size: 13px;
padding: 0px 5px;
}
.universities-rank h6{
font-weight: bold;
}
.universities-rank h6 i{
color: #F9C14F;
margin-right: 10px;
margin-top: 5px;
}
.university-global-score span{
font-weight: bold;
}
.university-enroll span{
font-weight: bold;
}

/* company card image  */
.company-card-image {
height: 160px;
}
.internship-cards-list-title a{
font-size: 18px;
font-weight: 500;
color: rgb(40 108 90);
}
.internship-cards-list-button a{
background:   var(--main-web-primary-color);
color: #fff;
font-size: 15px;
padding: 10px;
margin-top: 10px;
border-radius: 10px;
}

.internship-company-logo-image img{
width: 80px;
height: 80px;
border-radius: 10px;
}
.internship-company-title{
font-size: 25px;
}
.internship-company-place p{
font-size: 16px;
word-spacing: 5px;
}

.aspect-expert{
aspect-ratio: 2 / 1.26;
}
/* event page .----------------------------------------------------------------------------------------------------- */

.event-details-backdrop {
background: rgba(0, 0, 0, 0.6);
}

.event-details-hero-bg {
background-image: url('https://images.unsplash.com/photo-1507874457470-272b3c8d8ee2');
background-size: cover;
background-position: center;
}

.event-details-hero-content {
background: rgba(0, 0, 0, 0.6);
padding: 2rem;
border-radius: 10px;
}

.event-details-modal-content {
max-width: 600px;
width: 100%;
padding: 2rem;
border-radius: 10px;
background-color: white;
overflow-y: auto;
max-height: 80vh;
}

.event-details-modal-header {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 1.5rem;
}

.event-details-input,
.event-details-select {
padding: 0.75rem;
margin: 0.75rem 0;
border-radius: 8px;
border: 1px solid #e2e8f0;
font-size: 1rem;
}

.event-details-checkbox-container {
display: flex;
align-items: center;
}

.event-details-checkbox-container input {
margin-right: 0.5rem;
}

.event-details-submit-btn {
width: 100%;
padding: 1rem;
background-color: #5a67d8;
color: white;
border: none;
border-radius: 8px;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s;
}

.event-details-submit-btn:hover {
background-color: #4c51bf;
}

.event-details-modal-body {
max-height: 50vh;
overflow-y: auto;
}

.event-details-content-section {
padding: 3rem;
background-color: #f7fafc;
}

.event-details-section-header {
font-size: 1.5rem;
font-weight: 700;
color: #2d3748;
margin: 1rem 0px;
}

.event-details-section-body {
font-size: 1.125rem;
line-height: 1.75;
color: #4a5568;
}

.event-details-event-schedule,
.event-details-event-sponsors,
.event-details-event-features {
margin-bottom: 2rem;
}

.event-details-event-schedule li,
.event-details-event-sponsors li,
.event-details-event-features li {
margin-bottom: 1rem;
}

.event-details-event-details li {
margin: 15px 0;
font-size: 1.2rem;
color: #2d3748;
}

.event-details-event-details li span {
font-weight: 600;
color: #5a67d8;
}
.book-tickets-button{
color:   var(--main-web-primary-color);
background: #fff;
font-size: 16px;
padding: 12px 24px;
}
.book-tickets-button:hover{
background:   var(--main-web-primary-color);
color: #fff;
}

.event-details-submit-btn {
width: 100%;
padding: 1rem;
background-color:   var(--main-web-primary-color);
color: #fff;
border: none;
border-radius: 8px;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s;
}

.event-details-submit-btn:hover {
background-color: #4c51bf;
}

/* Modal Scroll */
.event-details-modal-body {
max-height: 50vh;
overflow-y: auto;
}
/* Contact Section */
.event-details-contact-section {
padding: 3rem 1rem 3rem;
background-color: white;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.event-details-contact-info {
font-size: 1.125rem;
line-height: 1.75;
color: #4a5568;
}

@media (max-width: 768px) {
.event-details-modal-content {
    max-width: 90%;
}

.event-details-modal-header {
    font-size: 1.2rem;
}

.event-details-content-section {
    padding: 1.5rem;
}

.event-details-section-header {
    font-size: 1.5rem;
}
}

.events-cards-list-button {
background:   var(--main-web-primary-color);
color: #fff;
font-size: 15px;
padding: 10px;
margin-top: 10px;
border-radius: 10px;
}

/* about us page ----------------------------------------------------------------------------- */



/* section {
padding: 100px 0 0px;
position: relative;
overflow: hidden;
} */



.section-header {
margin-bottom: 30px;
text-align: center;
}

.section-subtitle {
display: inline-block;
font-size: 14px;
font-weight: 600;
color:   var(--main-web-primary-color);
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 15px;
position: relative;
padding-left: 40px;
}

.section-subtitle:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 30px;
height: 2px;
background:   var(--main-web-primary-color);
transform: translateY(-50%);
}

.section-title {
font-size: 42px;
margin-bottom: 20px;
position: relative;
}

.section-divider {
display: flex;
justify-content: center;
align-items: center;
margin: 20px 0;
}

.section-divider span {
width: 60px;
height: 4px;
background:   var(--main-web-primary-color);
border-radius: 9999px;
}

.gradient-text {
background:   var(--main-web-primary-color);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.text-center {
text-align: center;
}

/* ===== LAYOUT HELPERS ===== */
.row {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}

.col-half {
width: 50%;

}

/* ===== CUSTOM CURSOR ===== */
.cursor-dot,
.cursor-dot-outline {
pointer-events: none;
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
opacity: 0;
transform: translate(-50%, -50%);
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
z-index: 9999;
}

.cursor-dot {
width: 8px;
height: 8px;
background-color: #6366f1;
}

.cursor-dot-outline {
width: 40px;
height: 40px;
background-color: rgba(99, 102, 241, 0.2);
}

/* ===== HEADER SECTION ===== */
.main-header {
position: relative;
display: flex;
align-items: center;
background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
color: #f8fafc;
overflow: hidden;
padding: 120px 0;
}

.header-row {
display: flex;
flex-wrap: wrap;
align-items: center;
}

.header-content {
flex: 1;
padding-right: 30px;
position: relative;
z-index: 2;
}

.header-image {
flex: 1;
position: relative;
z-index: 2;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.header-badge {
display: inline-flex;
align-items: center;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
padding: 10px 20px;
border-radius: 9999px;
margin-bottom: 30px;
font-size: 16px;
font-weight: 500;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-badge i {
color: #ec4899;
margin-right: 8px;
}

.header-title {
font-size: 54px;
line-height: 1.2;
margin-bottom: 30px;
}

.header-title span {
display: block;
}

.header-subtitle {
font-size: 18px;
max-width: 600px;
margin-bottom: 40px;
color: rgba(255, 255, 255, 0.8);
}

.header-buttons {
display: flex;
gap: 16px;
}

.btn {
font-weight: 600;
padding: 12px 28px;
border-radius: 0.5rem;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
z-index: 1;
border: none;
display: inline-block;
text-align: center;
cursor: pointer;
}

.btn i {
margin-left: 8px;
transition: all 0.3s ease;
}

.btn:hover i {
transform: translateX(5px);
}

.btn-primary {
background:   var(--main-web-primary-color);
color: white;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-primary:hover {
background: #286050;
color: white;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
transform: translateY(-3px);
}

.btn-outline {
background: transparent;
color: #f8fafc;
border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn-outline:hover {
background: rgba(255, 255, 255, 0.1);
color: #f8fafc;
border-color: #f8fafc;
}

.btn-sm {
padding: 8px 20px;
font-size: 14px;
}

/* ===== ABOUT SECTION ===== */
.about-our-company-section {
padding: 40px 0px;
background-color: #fff;
}

.about-our-company-container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 40px;
max-width: 1200px;
margin: 0 auto;
}

.about-our-company-left,
.about-our-company-right {
flex: 1 1 500px;
}

.about-our-company-left {
display: flex;
/* justify-content: center; */
align-items: center;
}

.about-our-company-image {
width: 100%;
max-width: 500px;
height: 280px;
border-radius: 20px;
object-fit: cover;
}

.about-our-company-right {
display: flex;
flex-direction: column;
justify-content: center;
}

.about-our-company-heading {
font-size: 2.5rem;
margin-bottom: 20px;
color: #000;
}

.about-our-company-text {
font-size: 18px;
color: #333;
margin-bottom: 15px;
line-height: 1.6;
}

.about-our-company-button {
background-color: #168800;
color: #fff;
padding: 14px 24px;
border: none;
border-radius: 30px;
font-weight: bold;
font-size: 1rem;
cursor: pointer;
transition: background 0.3s;
align-self: flex-start;
}

.about-our-company-button:hover {
background-color: #106b00;
}

/* Improved Mobile Styles */
@media (max-width: 1064px) {
.about-our-company-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

}
@media (max-width: 768px) {
.about-our-company-container {
  flex-direction: column;
  padding: 0 10px;
}

.about-our-company-left,
.about-our-company-right {
  flex: 1 1 100%;
  width: 100%;
}

.about-our-company-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.about-our-company-heading {
  font-size: 2rem;
  text-align: center;
}

.about-our-company-text {
  font-size: 1rem;
  text-align: center;
}

.about-our-company-button {
  margin: 20px auto 0;
  align-self: center;
}
}

.about-section {
background-color: #fff;
position: relative;
padding: 100px 0px 100px;
}

.about-card {
background: white;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0 0px 15px -3px rgba(0, 0, 0, 0.1), 0 0px 15px -2px rgba(0, 0, 0, 0.05);
height: 100%;
position: relative;
}

.about-card-img {
height: 100%;
overflow: hidden;
}

.about-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.about-card:hover .about-card-img img {
transform: scale(1.05);
}

.about-card-content {
padding: 30px;
}

.about-card-title {
font-size: 24px;
margin-bottom: 15px;
color: #0f172a;
}

.about-card-text {
margin-bottom: 20px;
color: #64748b;
}

.about-card-stats {
display: flex;
justify-content: space-between;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about-stat {
text-align: center;
}

.about-stat-number {
font-size: 28px;
font-weight: 700;
color: #6366f1;
margin-bottom: 5px;
display: block;
}

.about-stat-label {
font-size: 14px;
color: #64748b;
}

.about-content {
padding: 30px;

}
.about-creative-innovative-flex{
display: flex;
justify-content: space-between;

}
.about-content-title {
font-size: 32px;
margin-bottom: 20px;
color: #0f172a;
position: relative;
padding-bottom: 15px;
}

.about-content-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 80px;
height: 3px;
background:   var(--main-web-primary-color);
border-radius: 9999px;
}

.about-content-text {
margin-bottom: 25px;
font-size: 16px;
}

.about-feature {
display: flex;
align-items: center;
margin-bottom: 20px;
padding: 15px;
background: #f8fafc;
border-radius: 0.5rem;
transition: all 0.3s ease;
}

.about-feature:hover {
transform: translateY(-5px);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.about-feature-icon {
width: 50px;
height: 50px;
background:   var(--main-web-primary-color);
border-radius: 0.5rem;
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 20px;
margin-right: 15px;
flex-shrink: 0;
}
.about-creative-innovative-flex-left{
margin-right: 10px;
}
.about-creative-innovative-flex-right{
margin-left: 10px;
}

.about-feature-content h4 {
font-size: 18px;
margin-bottom: 5px;
color: #0f172a;
}

.about-feature-content p {
margin-bottom: 0;
font-size: 14px;
color: #64748b;
}

/* ===== VISION MISSION SECTION ===== */
.our-vision-section {
background: #ecf3ec;
position: relative;
overflow: hidden;
padding: 100px 0px 100px;

}
.our-mission-section {

position: relative;
overflow: hidden;
padding: 100px 0px 100px;

}
.vision-box-flex{
display: flex;
justify-content: space-between;
align-items: center;
}
.vision-box-left{
width: 50%;
}
.vision-box-right{
width: 50%;
}
.vision-box-right-image {
width: 50%;
height: auto;
margin: 0px auto;
}
.vision-box-right-image img {
width: 100%;
height: 100%;
object-fit: contain;
}
.vision-box{
padding: 50px 40px;
border-radius: 1rem;
overflow: hidden;
height: 100%;
transition: all 0.3s ease;
background: #fff;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.mission-box {
padding: 50px 40px;
border-radius: 1rem;
overflow: hidden;
height: 100%;
transition: all 0.3s ease;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
background: #ecf3ec;
}

.vision-box:hover,
.mission-box:hover {
transform: translateY(-10px);
}

.mission-icon {
position: absolute;
top: 30px;
right: 30px;
width: 60px;
height: 60px;
border-radius: 1rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
color: white;
}


.vision-box h3,
.mission-box h3 {
font-size: 28px;
margin-bottom: 20px;
position: relative;
padding-bottom: 15px;
}

.vision-box h3:after,
.mission-box h3:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 3px;
}

.vision-box h3:after {
background:   var(--main-web-primary-color);
}

.mission-box h3:after {
background:   var(--main-web-primary-color);
}

.vision-box p,
.mission-box p {
font-size: 16px;
line-height: 1.8;
margin-bottom: 30px;
}

.vision-stats,
.mission-stats {
display: flex;
gap: 20px;
flex-wrap: wrap;
}

.stat-box {
flex: 1;
min-width: 100px;
text-align: center;
padding: 20px 15px;
background: #f8fafc;
border-radius: 0.5rem;
box-shadow: var(--shadow-sm);
transition: all 0.3s ease;
}

.stat-box:hover {
transform: translateY(-5px);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.stat-number {
font-size: 32px;
font-weight: 700;
color: #6366f1;
margin-bottom: 5px;
}

.mission-stats .stat-number {
color: #ec4899;
}

.stat-label {
font-size: 14px;
color: #64748b;
}

/* ===== CORE VALUES SECTION ===== */
.core-values-section {
background-color: #ecf3ec;
padding: 100px 0px 100px;
}

.values-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 30px;
}

.value-card {
position: relative;
background: white;
border-radius: 1rem;
padding: 40px 30px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
text-align: center;
transition: all 0.3s ease;
height: 100%;
z-index: 1;
overflow: hidden;
}

.value-card:hover {
transform: translateY(-10px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.value-icon {
width: 80px;
height: 80px;
background:   var(--main-web-primary-color);
border-radius: 9999px;
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 32px;
margin: 0 auto 25px;
transition: all 0.3s ease;
}

.value-card:hover .value-icon {
transform: rotateY(180deg);
}

.value-card h3 {
font-size: 24px;
margin-bottom: 15px;
}

.value-card p {
margin-bottom: 0;
}

.value-number {
position: absolute;
top: 20px;
right: 20px;
font-size: 60px;
font-weight: 800;
color: rgba(99, 102, 241, 0.1);
line-height: 1;
}

/* ===== SERVICES SECTION ===== */
.services-section {
background-color: #fff;
padding: 100px 0px 100px;
}



.service-tabs {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 40px;
gap: 10px;
}

.service-tab {
padding: 12px 25px;
background: white;
border: 1px solid rgba(99, 102, 241, 0.2);
border-radius: 9999px;
color: #0f172a;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
}

.service-tab:hover, .service-tab.active {
background:   var(--main-web-primary-color);
color: white;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.service-content {
display: none;
}

.service-content.active {
display: block;
}

.services-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
}

.service-card {
background: white;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
height: 100%;
transition: all 0.3s ease;
}

.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.service-card-img {
height: 200px;
overflow: hidden;
position: relative;
}

.service-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.service-card:hover .service-card-img img {
transform: scale(1.05);
}

.service-card-icon {
position: absolute;
bottom: -25px;
left: 30px;
width: 60px;
height: 60px;
background: #6366f1;
border-radius: 9999px;
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 24px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.service-card-content {
padding: 20px;
}

.service-card-title {
font-size: 22px;
margin-bottom: 8px;
color: #0f172a;
}

.service-card-text {
margin-bottom: 20px;
color: #64748b;
}

.service-card-link {
display: inline-flex;
align-items: center;
color:   var(--main-web-primary-color);
font-weight: 600;
transition: all 0.3s ease;
}

.service-card-link i {
margin-left: 5px;
transition: all 0.3s ease;
}

.service-card-link:hover {
color: #8b5cf6;
}

.service-card-link:hover i {
transform: translateX(5px);
}

.about-us-course-offer-tabs {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
padding: 20px;
}

.about-us-course-offer-tab-button {
padding: 10px 20px;
border: 1px solid #ccc;
border-radius: 30px;
background-color: white;
cursor: pointer;
font-size: 16px;
transition: background-color 0.3s, color 0.3s;
}

.about-us-course-offer-tab-button.active {
background-color:   var(--main-web-primary-color);
color: white;
border: none;
}

.about-us-course-offer-cards-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
padding: 20px;
}

.about-us-course-offer-card {
background-color: white;
border-radius: 15px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 300px;
overflow: hidden;
display: none;
}

.about-us-course-offer-card img {
width: 100%;
height: auto;
}

.about-us-course-offer-card-content {
padding: 20px;
}

.about-us-course-offer-card h3 {
margin: 0 0 10px;
font-size: 20px;
}

.about-us-course-offer-card p {
color: #666;
font-size: 17px;
}

.about-us-course-offer-card a {
display: inline-block;
margin-top: 10px;
color: #007a1e;
text-decoration: none;
font-weight: bold;
}

@media (max-width: 600px) {
.about-us-course-offer-card {
  width: 90%;
}
.about-us-course-offer-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.about-us-course-offer-tab-button {
  font-size: 15px;
}

}
@media (max-width: 480px) {
.about-us-course-offer-cards-container {
padding: 20px 0px;
}
}

/* ===== WHY CHOOSE US SECTION ===== */
.why-choose-us-section {
background: #ecf3ec;
padding: 100px 0px 100px;
}



.why-choose-header {
text-align: center;
max-width: 700px;
margin: 0 auto 50px;
}

.why-choose-title {
font-size: 36px;
margin-bottom: 20px;
color: #0f172a;
}

.why-choose-subtitle {
font-size: 18px;
color: #64748b;
}

.why-choose-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 30px;
}

.why-choose-card {
background: white;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
height: 100%;
transition: all 0.3s ease;
position: relative;
z-index: 1;
grid-column: span 4;
}

.why-choose-card.small {
grid-column: span 6;
}

.why-choose-card.full-width {
grid-column: span 12;
}

.why-choose-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.why-choose-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background:   var(--main-web-primary-color);
z-index: 1;
}

.why-choose-card-content {
padding: 30px;
}

.why-choose-card-number {
width: 50px;
height: 50px;
background:   var(--main-web-primary-color);
color: white;
border-radius: 9999px;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
}

.why-choose-card-title {
font-size: 22px;
margin-bottom: 15px;
color: #0f172a;
}

.why-choose-card-text {
color: #64748b;
margin-bottom: 20px;
}

.why-choose-card-list {
list-style: none;
padding: 0;
margin: 0;
}

.why-choose-card-list li {
display: flex;
align-items: center;
margin-bottom: 10px;
color: #64748b;
}

.why-choose-card-list li i {
color:   var(--main-web-primary-color);
margin-right: 10px;
}

.why-choose-image {
position: relative;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
height: 100%;
grid-column: span 6;
}

.why-choose-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.why-choose-image:hover img {
transform: scale(1.05);
}

.why-choose-small-cards {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 30px;
grid-column: span 6;
}

/* ===== TEAM SECTION ===== */
.team-section {
background-color: #fff;
position: relative;
overflow: hidden;
padding: 100px 0px 20px;
}

.team-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.team-shape {
position: absolute;
border-radius: 50%;
filter: blur(50px);
opacity: 0.05;
}

.team-shape-1 {
width: 400px;
height: 400px;
background: #6366f1;
top: -100px;
right: -100px;
}

.team-shape-2 {
width: 300px;
height: 300px;
background: #8b5cf6;
bottom: -50px;
left: -50px;
}

.team-container {
position: relative;
z-index: 2;
}

.team-filter {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 50px;
}

.filter-btn {
padding: 10px 25px;
background: white;
border: 1px solid rgba(99, 102, 241, 0.2);
border-radius: 9999px;
color: #64748b;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
}

.filter-btn:hover, .filter-btn.active {
background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
color: white;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.team-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 30px;
}

.team-member {
position: relative;
height: 400px;
perspective: 1000px;
opacity: 0;
transform: translateY(30px);
transition: opacity 0.5s ease, transform 0.5s ease;
}

.team-member.show {
opacity: 1;
transform: translateY(0);
}

.team-card {
position: relative;
width: 100%;
height: 100%;
transform-style: preserve-3d;
transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* .team-member:hover .team-card {
transform: rotateY(180deg);
} */

.team-face {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.team-front {
background: white;
}



.team-image {
height: 75%;
overflow: hidden;
position: relative;
}

.team-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.team-member:hover .team-image img {
transform: scale(1.1);
}



.team-content {
padding: 20px;
text-align: center;
position: relative;
z-index: 2;
}

.team-content h3 {
font-size: 22px;
margin-bottom: 5px;
color: #0f172a;
}

.team-content p {
color:   var(--main-web-primary-color);
font-weight: 500;
margin-bottom: 15px;
}

.team-social {
display: flex;
justify-content: center;
gap: 10px;
}

.team-social a {
width: 36px;
height: 36px;
background: rgb(99 241 107 / 10%);
border-radius: 9999px;
display: flex;
justify-content: center;
align-items: center;
color:   var(--main-web-primary-color);
font-size: 14px;
transition: all 0.3s ease;
}

.team-social a:hover {
background:   var(--main-web-primary-color);
color: white;
transform: translateY(-3px);
}

.team-back h3 {
font-size: 22px;
margin-bottom: 10px;
color: white;
}

.team-back p {
font-size: 16px;
margin-bottom: 20px;
color: rgba(255, 255, 255, 0.9);
}

.team-skills {
width: 100%;
margin-bottom: 25px;
}

.skill-item {
margin-bottom: 15px;
}

.skill-info {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
}

.skill-info span {
font-size: 14px;
color: rgba(255, 255, 255, 0.9);
}

.skill-bar {
height: 6px;
background: rgba(255, 255, 255, 0.2);
border-radius: 9999px;
overflow: hidden;
}

.skill-progress {
height: 100%;
border-radius: 9999px;
background: white;
width: 0;
transition: width 1.5s ease;
}

.team-back .btn {
background: rgba(255, 255, 255, 0.2);
color: white;
border: 1px solid rgba(255, 255, 255, 0.4);
}

.team-back .btn:hover {
background: white;
color: #6366f1;
}

.team-member-badge {
position: absolute;
top: 20px;
left: 20px;
background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
color: white;
padding: 5px 15px;
border-radius: 9999px;
font-size: 12px;
font-weight: 600;
z-index: 3;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* ===== BACK TO TOP BUTTON ===== */
.back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
background:   var(--main-web-primary-color);
color: white;
border-radius: 9999px;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
z-index: 99;
cursor: pointer;
}

.back-to-top.active {
opacity: 1;
visibility: visible;
}

.back-to-top:hover {
background: #103141;
color: white;
transform: translateY(-5px);
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 1199.98px) {
.header-title {
  font-size: 48px;
}

.section-title {
  font-size: 36px;
}

.about-content-title {
  font-size: 30px;
}
}

@media (max-width: 991.98px) {
.about-creative-innovative-flex{
  display: block;
  
}
.about-creative-innovative-flex-left{
  margin-right: 0px;
}
.about-creative-innovative-flex-right{
  margin-left: 0px;
}
section {
  padding: 80px 0;
}
.header-image{
  display: none;
}
.main-header{
  padding: 50px 0px;
}
.header-title {
  font-size: 42px;
}

.header-buttons {
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.header-row {
  flex-direction: column;
}

.header-content {
  padding-right: 0;
  margin-bottom: 0px;
}

.col-half {
  width: 100%;
  margin-bottom: 30px;
}

.row {
  flex-direction: column;
}

.why-choose-grid {
  grid-template-columns: 1fr;
}

.why-choose-card,
.why-choose-image,
.why-choose-small-cards {
  grid-column: 1 / -1;
}

}
/* @media (min-width: 767.98px) and (max-width: 991.98px) {
.vision-box-right-image {
  width: 50%;
  height: 300px;
  margin: 0px auto;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.vision-box-right-image {
  width: 50%;
  height: 200px;
  margin: 0px auto;
}
} */
@media (max-width: 767.98px) {
section {
  padding: 60px 0;
}
.vision-box-left{
  width: 100%;
}
.vision-box-right{
  display: none;
}
.header-title {
  font-size: 36px;
}

.section-title {
  font-size: 32px;
}

.about-content-title {
  font-size: 28px;
}

.vision-stats,
.mission-stats {
  flex-wrap: wrap;
}

.stat-box {
  min-width: calc(50% - 10px);
}

.team-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.services-grid {
  grid-template-columns: 1fr;
}

.values-grid {
  grid-template-columns: 1fr;
}
.about-section , .our-vision-section , .our-mission-section ,.core-values-section , .services-section ,.why-choose-us-section ,.why-choose-us-section , .team-section {
  padding: 50px 0px 100px;
}
.section-header {
  margin-bottom: 25px;
}
}

@media (max-width: 575.98px) {
.header-title {
  font-size: 32px;
}

.header-subtitle {
  font-size: 16px;
}

.section-title {
  font-size: 28px;
}

.stat-box {
  min-width: 100%;
  margin-bottom: 15px;
}

.team-grid {
  grid-template-columns: 1fr;
}

.team-member {
  height: 450px;
}

.service-tabs {
  flex-direction: column;
  align-items: center;
}

.service-tab {
  width: 100%;
  text-align: center;
}
.about-section , .our-vision-section , .our-mission-section ,.core-values-section, .services-section ,.why-choose-us-section ,.why-choose-us-section , .team-section {
  padding: 50px 0px 50px !important;
}
}

@media (max-width: 575.98px) {

/* .why-choose-card ,.why-choose-image , .why-choose-small-cards{
  width: 91%;
} */
.why-choose-small-cards{
  display: block;
}
.why-choose-card.small {
  grid-column: span 6;
  height: 280px;
  margin-bottom: 30px;
}
.why-choose-card.full-width {
height: 280px;
grid-column: span 12;
}
}


/* faq page ------------------------------------------------------------------- */




.faq-page-header {
background: #ecf3ec;
padding: 50px 0px;
border-radius: 12px;
text-align: center;
}

.faq-page-header h1 {
font-size: 2rem;
margin-bottom: 1rem;
}

.faq-page-header p {
font-size: 1rem;
color: #555b8e;
max-width: 700px;
margin: auto;
}

.faq-page-search {
margin-top: 1.5rem;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
}

.faq-page-search input[type="text"] {
padding: 0.8rem 1rem;
font-size: 1rem;
border: 2px solid #c0c3ff;
border-radius: 10px;
width: 280px;
}

.faq-page-search button {
padding: 0.8rem 1.5rem;
font-size: 1rem;
background-color: #3f5eff;
color: white;
border: none;
border-radius: 10px;
cursor: pointer;
display: flex;
align-items: center;
gap: 0.5rem;
}

.faq-page-actions {
margin-top: 2rem;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
}

.faq-page-actions button {
background: #fff;
color: #7781b6;
padding: 0.8rem 1.5rem;
font-size: 1rem;
border-radius: 10px;
cursor: pointer;
}

.faq-page-actions .faq-page-chat-btn {
background:   var(--main-web-primary-color);
color: white;
}

.faq-page-actions .faq-page-chat-btn:hover {
background: #2d6151;
color: white;
}

.faq-page-grid {
margin: 50px 0px;
padding: 50px 0px;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
}

.faq-page-card {
background-color: #f4f7fe;
padding: 20px;
border-radius: 12px;
border: 1px solid #e0e6f6;
transition: 0.3s ease;
}

.faq-page-card:hover {
background-color: rgb(228 255 228);
transform: translateY(-3px);
}

.faq-page-card h4 {
margin-top: 0;
font-size: 16px;
color: #2f3b6d;
}

.faq-page-card p {
font-size: 14px;
color: #5f6c8b;
}


.faq-page-tabs {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 24px;
}

.faq-page-tab {
padding: 10px 18px;
background: #fff;
border-radius: 8px;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
transition: background 0.3s ease;
font-size: 15px;
}

.faq-page-tab.active {
background: linear-gradient(90deg, #267eff, #59c3ff);;
color: #fff;
}

.faq-page-tab-content {
display: none;
}

.faq-page-tab-content.active {
display: block;
}

.faq-page-accordion {
max-width: 800px;
margin: auto;
}

.faq-page-accordion-item {
background: #fff;
margin-bottom: 12px;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.faq-item-membership{
border: 1px solid #ebebeb;
}
.faq-page-accordion-title {
cursor: pointer;
padding: 16px 20px;
font-size: 16px;
font-weight: 500;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
transition: background 0.3s ease;
}

.faq-page-accordion-title i {
font-size: 20px;
transition: transform 0.3s ease;
}

.faq-page-accordion-item.active .faq-page-accordion-title {
background: linear-gradient(90deg, #267eff, #59c3ff);
color: white;
}

.faq-page-accordion-item.active .faq-page-accordion-title i {
transform: rotate(180deg);
color: white;
}

.faq-page-accordion-content {
max-height: 0;
overflow: hidden;
background: linear-gradient(90deg, #267eff, #59c3ff);
color: white;
padding: 0 20px;
font-size: 15px;
line-height: 1.6;
transition: all 0.3s ease;
}

.faq-page-accordion-item.active .faq-page-accordion-content {
padding: 16px 20px;
max-height: 300px;
}

@media (max-width: 768px) {
h1 {
  font-size: 22px;
}

.faq-page-tab {
  flex: 1 1 100%;
  text-align: center;
}

.faq-page-accordion-title {
  font-size: 15px;
  padding: 14px 16px;
}

.faq-page-accordion-content {
  font-size: 14px;
}
}
.faq-questions-head{
background: #eeeeee;

padding: 50px 0px;
}
.faq-section-question-title h2 {
font-size: 2rem;
text-align: center;
}

.faq-section-question-title p {
font-size: 1rem;
color: #555b8e;
max-width: 700px;
margin: 20px auto;
text-align: center;
}
.faq-section-question-title h2{
margin: 0px 0px 50px;
}

.faq-questions-pricing-head{
padding: 50px 0px;
}
/* carrer-page----------------------------------------------------------------------------------------------------------------------------- */


.carrer-page-section2-main-image{
background: #F8F5E0;
}
.carrer-page-section2-main-image img{
width: 100%;
}
.carrer-page-section1{
padding: 50px 0px 50px;
background: #fbfbfb;
}
.carrer-page-section1-content{
text-align: center;
}
.carrer-page-section1-content .tagline {
color:   var(--main-web-primary-color);
font-size: 13px;
font-weight: 600;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.carrer-page-section1-content h1 {
font-size: 42px;
font-weight: 700;
margin-bottom: 15px;
line-height: 1.3;
}

.carrer-page-section1-content p.subtext {
font-size: 17px;
color: #5e5e5e;
margin-bottom: 40px;
}

.carrer-page-section1-search-box {
display: flex;
justify-content: center;
border: 1px solid lightgray;
gap: 0;
max-width: 640px;
margin: 0 auto;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
background-color: white;
}

.carrer-page-section1-input-group {
display: flex;
align-items: center;
padding: 0 15px;
background: #fff;
flex: 1;
border-right: 1px solid lightgray;
}

.carrer-page-section1-input-group i {
color: #999;
margin-right: 10px;
font-size: 16px;
}

.carrer-page-section1-input-group input {
border: none;
font-size: 15px;
padding: 15px 0;
width: 100%;
outline: none;
background: none;
}

.carrer-page-section1-search-box button {
background-color:   var(--main-web-primary-color);
border: none;
color: #fff;
padding: 15px 30px;
font-size: 16px;
cursor: pointer;
transition: background 0.3s ease;
}

.carrer-page-section1-search-box button:hover {
background-color: #234726;
}

.carrer-page-section1-rating-section {
margin-top: 30px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}

.carrer-page-section1-avatars {
display: flex;
}

.carrer-page-section1-avatars img {
width: 36px;
height: 36px;
border-radius: 50%;
border: 2px solid white;
margin-left: -10px;
box-shadow: 0 0 0 1px #f9f9f9;
}

.carrer-page-section1-rating {
font-size: 15px;
display: flex;
align-items: center;
gap: 6px;
}

.carrer-page-section1-rating .carrer-page-section1-stars {
color: #fbc02d;
font-size: 15px;
}

.carrer-page-section1-rating .carrer-page-section1-score {
font-weight: bold;
}

@media(max-width: 600px) {
.carrer-page-section1-search-box {
  flex-direction: column;
}

.carrer-page-section1-input-group {
  border-right: none;
  border-bottom: 1px solid #eee;
}

.carrer-page-section1-search-box button {
  width: 100%;
  border-radius: 0 0 10px 10px;
}
}

/* section 2 carrer */
  /* TRUSTED COMPANIES */
  .carrer-page-section2-trusted {
/* background-color: #000; */
background: linear-gradient(to top right, #272727, #0a6291);
color: white;
text-align: center;
padding: 40px 20px 30px;
}
.financial-partner-image-logo{
padding: 20px;
}
.carrer-page-section2-trusted p {
font-size: 24px;
margin-bottom: 10px;
}

.carrer-page-section2-trusted-logos {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
}

.carrer-page-section2-trusted-logos img {
height: 60px;
opacity: 0.9;
}
@media (max-width: 768px) {

  .carrer-page-section2-trusted-logos {
  gap: 20px;
}
}

/* section 3 carrer page */

.carrer-page-section3 {
margin: auto;
padding: 20px;
text-align: center;
padding: 100px 0px;
background: #fff;
}

.carrer-page-section3-subtitle {
color:   var(--main-web-primary-color);
font-size: 13px;
font-weight: 600;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 0.5px;

}

.carrer-page-section3-title {
font-size: 42px;
font-weight: 700;
margin-bottom: 15px;
line-height: 1.3;

}



.carrer-page-section3-tabs {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 20px 0;
gap: 10px;
}

.carrer-page-section3-tab {
padding: 10px 20px;
border-radius: 20px;
border: 1px solid #ccc;
cursor: pointer;
background-color: white;
font-weight: 700;
}

.carrer-page-section3-tab.active {
background-color:   var(--main-web-primary-color);
color: white;
border: none;
}

.carrer-page-section3-cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin-top: 50px;
}

.carrer-page-section3-card {
border-radius: 15px;
box-shadow: 0 0 10px #eee;
width: 295px;
padding: 20px;
text-align: left;
background: white;
transition: 0.3 ease;
border: 1px solid lightgray;
}

.carrer-page-section3-posted {
background:   var(--main-web-primary-color) !important;
  padding: 10px 10px;
  color: #fff;
  font-size: 16px;
  margin-top: 48px;
  border-radius: 20px;
}

.carrer-page-section3-posted a{
font-size: 16px;
color: #fff;
}

.carrer-page-section3-job-info {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px 20px;
margin: 20px 0;
font-size: 14px;
color: #333;
padding-top: 15px;
}

.carrer-page-section3-job-info i {
color: #5e6266;
font-size: 16px;
margin-right: 6px;
}

.carrer-page-section3-company {
font-weight: bold;
margin-bottom: 5px;
}

.carrer-page-section3-role-location {
font-size: 1.1em;
font-weight: bold;
color: #222;
}
.carrer-page-section3-role-location span {
margin: 0 5px;
color: #aaa;
}
.carrer-page-section3-card-flex{
display: flex;
gap: 10px;
align-items: center;
}
.carrer-page-section3-details div {
margin: 10px 0;
font-size: 0.9em;
color: #555;
}
.carrer-page-section3-job-logo {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #000;
display: flex;
justify-content: center;
align-items: center;
}

.carrer-page-section3-job-logo img {
width: 100%;
height: 100%;
object-fit: contain;
}

.carrer-page-section3-card button {
background: black;
color: white;
padding: 10px;
width: 100%;
border: none;
border-radius: 20px;
cursor: pointer;
}

.carrer-page-section3-posted {
text-align: center;
margin-top: 10px;

}

@media (max-width: 768px) {
.carrer-page-section3-tabs {
flex-direction: column;
align-items: center;
}

.carrer-page-section3-card {
width: 100%;
}
}
.carrer-page-section3-modal-overlay {
display: none;
position: fixed;
z-index: 999;
left: 0; top: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.6);
justify-content: center;
align-items: center;
}

.carrer-page-section3-modal-content {
background: #fff;
padding: 30px 25px;
border-radius: 15px;
width: 90%;
max-width: 400px;
box-shadow: 0 5px 20px rgba(0,0,0,0.2);
animation: fadeIn 0.3s ease-in-out;
}

.carrer-page-section3-modal-content h2 {
margin-top: 0;
color:   var(--main-web-primary-color);
text-align: center;
margin-bottom: 10px;
font-size: 20px;
}

.carrer-page-section3-modal-content form {
display: flex;
flex-direction: column;
gap: 15px;
}

.carrer-page-section3-modal-content input[type="text"],
.carrer-page-section3-modal-content input[type="email"],
.carrer-page-section3-modal-content input[type="tel"],
.carrer-page-section3-modal-content input[type="file"] {
padding: 10px;
border-radius: 8px;
border: 1px solid #ccc;
font-size: 1em;
}

.carrer-page-section3-modal-buttons {
display: flex;
justify-content: space-between;
gap: 10px;
}

.carrer-page-section3-modal-buttons button {
flex: 1;
padding: 10px;
border: none;
border-radius: 8px;
cursor: pointer;
font-weight: bold;
}

.carrer-page-section3-modal-buttons button:first-child {
background: #eee;
color: #333;
}

.carrer-page-section3-modal-buttons button:last-child {
background:   var(--main-web-primary-color);
color: white;
}

@keyframes fadeIn {
from { transform: translateY(-20px); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}

@media (max-width: 500px) {
.carrer-page-section3-modal-content {
padding: 20px;
}
}

      /* JOB OPPORTUNITIES */
      .carrer-page-section4{
        padding: 70px 0px;
      }
      .carrer-page-section4-section-title {
text-align: center;
font-size: 28px;
font-weight: bold;
font-weight: 700;
margin-bottom: 30px;
line-height: 1.3;
}

.carrer-page-section4-job-cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
padding: 0 20px;
}

.carrer-page-section4-job-card {
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
width: 300px;
padding: 20px;
transition: transform 0.3s ease;
}

.carrer-page-section4-job-card:hover {
transform: translateY(-5px);
}

.carrer-page-section4-job-card .carrer-page-section4-company-logo {
width: 36px;
height: 36px;
border-radius: 50%;
object-fit: contain;
margin-bottom: 10px;
}

.carrer-page-section4-job-card .carrer-page-section4-company-name {
font-weight: bold;
font-size: 18px;
margin-bottom: 4px;
}

.carrer-page-section4-job-card .carrer-page-section4-job-count {
font-size: 14px;
color: #666;
margin-bottom: 10px;
}

.carrer-page-section4-tags {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 10px;
}

.carrer-page-section4-tag {
background-color: #e3f2fd;
color: #1976d2;
padding: 4px 10px;
font-size: 13px;
border-radius: 5px;
}

.carrer-page-section4-more-btn {
display: flex;
justify-content: center;
margin: 40px 0;
}

.carrer-page-section4-more-btn button {
padding: 10px 20px;
background-color: #e3f2fd;
color: #1976d2;
border: 1px solid #90caf9;
border-radius: 6px;
cursor: pointer;
font-size: 15px;
transition: background 0.3s;
}

.carrer-page-section4-more-btn button:hover {
background-color: #bbdefb;
}

@media (max-width: 768px) {

  .carrer-page-section4-job-card {
  width: 100%;
  max-width: 340px;
}
}

/* section 6 how with us  */

.carrer-page-section6{
padding: 100px 0px;
background: #eeeeee;
}
.carrer-page-section6 h1{
font-size: 40px;
margin-bottom: 50px;
text-align: center;
}
.carrer-page-section6-compo-image {
width: 100%;

margin: 0 auto 30px;

}

/* .carrer-page-section6-compo-image img {
width: 100%;
height: auto;
border-radius: 12px;
object-fit: cover;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
} */
.carrer-page-section6-card-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
}

.carrer-page-section6-card {
background-color: white;
border-radius: 12px;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
padding: 30px 20px;
width: calc(50% - 20px);
max-width: 607px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
transition: transform 0.2s;
border: 1px solid lightgray;
}

.carrer-page-section6-card:hover {
transform: translateY(-5px);
}

.carrer-page-section6-icon-circle {
background-color: #e0f0ff;
border-radius: 50%;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
}

.carrer-page-section6-icon-circle img {
width: 24px;
height: 24px;
}

.carrer-page-section6-card h2 {
margin: 0;
font-size: 25px;
color: #111827;
font-weight: 500;
margin-bottom: 10px;
}
.carrer-page-section6-card p {
margin: 0;
font-size: 15px;
color: gray;
font-weight: 500;
}
@media (max-width: 600px) {
.carrer-page-section6-card {
  width: 100%;
}
}

/* section 5 how we will recuriet */

.carrer-page-section5{
padding: 100px 0px;
background: #F8F5E0;
}

.carrer-page-section5-header {
text-align: center;
margin-bottom: 50px;
}

.carrer-page-section5-header h5 {
color: #d4ff00;
font-size: 14px;
margin-bottom: 8px;
}

.carrer-page-section5-header h1 {
font-size: 28px;
margin: 0;
color: #000;
}

.carrer-page-section5-header p {
max-width: 700px;
margin: 10px auto 0;
font-size: 14px;
opacity: 0.9;
color: #524c4c;
}

.carrer-page-section5-grid-container {
display: grid;
grid-template-columns: 1fr 250px 1fr;
grid-template-rows: auto auto;
row-gap: 60px;
align-items: center;
justify-items: center;
}

.carrer-page-section5-step {
background: rgb(55 77 84);
padding: 20px;
border-radius: 12px;
position: relative;
width: 100%;
max-width: 320px;
}

.carrer-page-section5-step::before {
content: attr(data-step);
position: absolute;
top: -10px;
left: -10px;
background: #20c813;
color: #000;
font-weight: bold;
width: 32px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 14px;
}

.carrer-page-section5-step h3 {
margin-top: 0;
font-size: 22px;
color: #2ab11f;
}

.carrer-page-section5-step p {
font-size: 13px;
color: #d8eaff;
}

.carrer-page-section5-center-image {
grid-row: span 2;
text-align: center;
position: relative;
}

.carrer-page-section5-circle {
width: 250px;
height: 250px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
}

.carrer-page-section5-circle img {
width: 100%;
height: 100%;
object-fit: cover;
}

.carrer-page-section5-step5 {
margin-top: 40px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}

@media (max-width: 991px) {
.carrer-page-section5-grid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carrer-page-section5-step {
  max-width: 100%;
  margin-bottom: 20px;
}

.carrer-page-section5-center-image {
  order: 2;
  margin: 30px 0;
}

.carrer-page-section5-step5 {
  margin-top: 20px;
  max-width: 100%;
  padding: 10px;
}
}
/* section-7 HERO BANNER - BLUE BACKGROUND */

.carrer-page-section7-blue-hero {
background: #e9f9e9;
color: #000;
text-align: center;
padding: 100px 20px;
}

.carrer-page-section7-blue-hero .carrer-page-section7-tagline {
font-size: 14px;
text-transform: uppercase;
opacity: 0.8;
margin-bottom: 10px;
}

.carrer-page-section7-blue-hero h1 {
font-size: 36px;
margin-bottom: 25px;
}

.carrer-page-section7-blue-hero .btn-group {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
}

.carrer-page-section7-btn-group button {
padding: 12px 24px;
font-size: 16px;
border-radius: 6px;
border: 2px solid #000;
background: transparent;
color: #000;
cursor: pointer;
transition: 0.3s;
margin-bottom: 20px;
}

.carrer-page-section7-btn-group button:first-child {
background: #000;
color: #fff;
}

.carrer-page-section7-btn-group button:hover {
opacity: 0.9;
background: #fff;
color: #000;
}

@media (max-width: 480px) {
.carrer-page-section1 {
  padding: 50px 0px 50px;
}
.carrer-page-section6 {
padding: 50px 0px;
}
.carrer-page-section3 {
padding: 50px 0px;
}
.carrer-page-section5 {
padding: 50px 0px;
}
.get-all-job-updates-container{
padding: 50px 0px !important;
}
.carrer-page-section4 {
padding: 50px 0px;
}
.carrer-page-section7-blue-hero {
padding: 50px 20px;
}
.financial-partner-image-logo{
padding: 20px 10px !important;
}
.carrer-page-section2-trusted {
padding: 20px !important;
}

}


/* new-letter warpper----------------------------------------------------- */
.news-letter-bg{
background: #fff;
padding: 100px 0px;
}
.newsletter-wrapper {
margin: 0px auto;
align-items: center;
padding: 60px 20px;
}

.news-letter-main {
position: relative;
max-width: 800px;
margin: 0px auto;
width: 100%;
}

.newsletter-box {
background-color: black;
color: white;
padding: 60px 40px;
}

.newsletter-left small {
font-size: 14px;
color: #eee;
display: block;
margin-bottom: 8px;
}

.newsletter-left h2 {
font-size: 36px;
margin: 0 0 20px;
}

.newsletter-left p {
font-size: 16px;
margin-bottom: 30px;
color: #ccc;
}

.new-letter-form-row {
display: flex;
gap: 10px;
margin-bottom: 20px;
flex-wrap: wrap;
}

.new-letter-form-row input {
flex: 1;
padding: 12px;
background-color: #222;
color: white;
border: none;
font-size: 14px;
width: 50%;
border-radius: 4px;
}

.new-letter-form-row input::placeholder {
color: #aaa;
}

.newsletter-left button {
background-color: white;
color: black;
padding: 12px 20px;
font-weight: bold;
border: none;
cursor: pointer;
border-radius: 4px;
transition: background-color 0.3s ease;
}

.newsletter-left button:hover {
background-color: #ddd;
}

.newsletter-image {
position: absolute;
right: -100px;
top: 75px;
z-index: 2;
}

.newsletter-image img {
width: 300px;
height: 450px;
object-fit: cover;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.newsletter-left{
  width: 60%;
}

@media (max-width: 768px) {
.newsletter-box {
  padding: 40px 20px;
}

.newsletter-left {
  width: 100%;
}

.newsletter-image {
  position: static;
  margin-top: 20px;
  text-align: center;
}

.newsletter-image img {
 display: none;
}
}

@media (max-width: 480px) {
  .new-letter-form-row {
  flex-direction: column;
}
.new-letter-form-row input {

width: 95%;
}
}

.book-ticket-title{
font-size: 25px !important;
}

.event-details-checkbox-container {
margin: 20px 10px;
}

/* partners-profile-------------------------------------------------------------------------------> */

/* partners-profile test prep */


.partner-page-section-main-header-bg{
background: #dcdcdc82;
}

.partner-page-section-main-header {
/* background: #edffed; */
}

.partner-page-section-section-header {
text-align: center;
margin: 1rem 0px 2rem;
}

.partner-page-section-section-header h2 {
font-size: 2rem;
color: #333;
position: relative;
display: inline-block;
margin-bottom: 0.5rem;
}

.partner-page-section-section-header h2::after {
content: '';
position: absolute;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
width: 50px;
height: 3px;
background-color:   var(--main-web-primary-color);
}

.partner-page-section-section-header p {
color: #666;
font-size: 1.1rem;
}

.partner-page-section-btn {
display: inline-block;
padding: 0.75rem 1.5rem;
border-radius: 8px;
font-weight: 500;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
border: 1px solid #fff;
font-family: 'Poppins', sans-serif;
}

.partner-page-section-btn-sm {
padding: 0.5rem 1rem;
font-size: 0.875rem;
}

.partner-page-section-btn-lg {
padding: 1rem 2rem;
font-size: 1.1rem;
}

.partner-page-section-btn-block {
display: block;
width: 100%;
}

.partner-page-section-btn-primary {
background-color:   var(--main-web-primary-color);
color: #fff;
}
.partner-page-section-btn-primary:hover {
background-color: #fff;
color:   var(--main-web-primary-color);
transform: translateY(-3px);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.partner-page-section-btn-outline {
background-color:   var(--main-web-primary-color);
color: #fff;
border: 1px solid   var(--main-web-primary-color);
}

.partner-page-section-btn-outline:hover {
background-color:   var(--main-web-primary-color);
color: #fff;
transform: translateY(-3px);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-page-section-btn-text {
color:   var(--main-web-primary-color);
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 0.5rem;
position: relative;
}

.partner-page-section-btn-text::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background-color:   var(--main-web-primary-color);
transition: all 0.3s ease;
}

.partner-page-section-btn-text:hover::after {
width: 100%;
}

.partner-page-section-btn-text i {
transition: all 0.3s ease;
}

.partner-page-section-btn-text:hover i {
transform: translateX(5px);
}

.partner-page-section-view-all-container {
text-align: center;
margin-top: 2rem;
}

/* Header Styles */

.partner-page-section-header {
background-color: #fff;
}

.partner-page-section-main-header .partner-page-section-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 1.5rem;
}

.partner-page-section-logo-container {
display: flex;
align-items: center;
}

.partner-page-section-logo {
margin: 0px auto;
}

.partner-page-section-logo img {
width: 80px;
height: 80px;
object-fit: cover;
}

.partner-page-section-logo span {
color:   var(--main-web-primary-color);
}

.partner-page-section-main-nav {
display: flex;
align-items: center;
justify-content: center;
}



.partner-page-section-primary-nav a {
font-weight: 500;
color: #333;
position: relative;
padding: 0.5rem 0;
}



.partner-page-section-primary-nav a:hover::after,
.partner-page-section-primary-nav a.active::after {
width: 100%;
}

.partner-page-section-primary-nav a:hover,
.partner-page-section-primary-nav a.active {
color:   var(--main-web-primary-color);
}

.partner-page-section-sub-header {
background-color: #182f41;
}



/* Course Types Section */
.partner-page-section-course-types {
background-color: #fff;
padding: 1rem 3rem 1rem;
background-color: #fff;
margin: 50px 0px 0px;
border-radius: 16px;
}
.partner-page-section-course-types1 {

margin: 50px 0px 0px;
border-radius: 16px;
}

.partner-page-section-course-options {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(273px, 1fr));
gap: 2rem;
margin: 3rem 0px;
}

.partner-page-section-course-option {
background-color: #f5f5f5;
border-radius: 8px;
padding: 2.5rem;
text-align: center;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
height: 100%;
display: flex;
flex-direction: column;
border: 1px solid rgba(0, 0, 0, 0.05);
}

.partner-page-section-course-option:hover {
transform: translateY(-10px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
border-color:   var(--main-web-primary-color);
}

.partner-page-section-course-icon {
font-size: 1.5rem;
color:   var(--main-web-primary-color);
margin: 10px auto;
transition: all 0.3s ease;
}

.partner-page-section-course-option:hover .partner-page-section-course-icon {
transform: scale(1.1);
}

.partner-page-section-course-option h3 {
font-size: 1.5rem;
margin-bottom: 10px;
color: #333;
}

.partner-page-section-course-option p {
color: #666;
margin-bottom: 1.5rem;
line-height: 1.6;
}

.partner-page-section-btn-text {
margin-top: auto;
color:   var(--main-web-primary-color);
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 0.5rem;
transition: all 0.3s ease;
}

.partner-page-section-btn-text:hover {
color:   var(--main-web-primary-color);
transform: translateX(5px);
}

/* Content Grid */
.partner-page-main-grid-content{
background: #f5f5f5;
padding: 20px 0px;
}
.partner-page-section-content-grid {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 2.5rem;

}

.partner-page-section-left-column,
.partner-page-section-right-column {
display: flex;
flex-direction: column;
gap: 2.5rem;
}

/* Books Section */
.partner-page-section-books {
background-color: #fff;
border-radius: 8px;
padding: 2.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-page-section-book-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 2rem;
margin-top: 2rem;
}

.partner-page-section-book-item {
transition: all 0.3s ease;
}

.partner-page-section-book-item:hover {
transform: translateY(-10px);
}

.partner-page-section-book-image {
height: 250px;
border-radius: 8px;
overflow: hidden;
position: relative;
margin-bottom: 1rem;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.partner-page-section-book-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s ease;
}

.partner-page-section-book-item:hover .partner-page-section-book-image img {
transform: scale(1.05);
}

.partner-page-section-book-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
transition: all 0.3s ease;
}

.partner-page-section-book-item:hover .partner-page-section-book-overlay {
opacity: 1;
}

.partner-page-section-book-item h3 {
font-size: 1.2rem;
margin-bottom: 0.5rem;
}

.partner-page-section-book-item p {
color: #666;
font-size: 0.9rem;
margin-bottom: 0.5rem;
}

.partner-page-section-book-item p span{
color: #000;
font-size: 1rem;
margin-bottom: 0.5rem;
}

.partner-page-section-book-rating {
color: #f9a825;
font-size: 0.9rem;
}

.partner-page-section-book-rating span {
color: #666;
margin-left: 0.5rem;
}

/* Tests Section */
.partner-page-section-tests {
display: flex;
flex-direction: column;
gap: 2.5rem;
}

.partner-page-section-test-section {
background-color: #fff;
border-radius: 8px;
padding: 2.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-page-section-test-box {
background-color: #f5f5f5;
border-radius: 8px;
padding: 1.5rem;
margin-top: 1.5rem;
display: flex;
gap: 1.5rem;
transition: all 0.3s ease;
}

.partner-page-section-test-box:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.partner-page-section-test-icon {
font-size: 2rem;
color:   var(--main-web-primary-color);
min-width: 60px;
display: flex;
align-items: center;
justify-content: center;
}

.partner-page-section-test-content {
flex: 1;
}

.partner-page-section-test-content h3 {
font-size: 1.2rem;
margin-bottom: 0.5rem;
}

.partner-page-section-test-content p {
color: #666;
font-size: 0.9rem;
margin-bottom: 1rem;
}

.partner-page-section-test-meta {
display: flex;
gap: 1.5rem;
margin-bottom: 1.5rem;
font-size: 0.9rem;
color: #666;
}

.partner-page-section-test-meta span {
display: flex;
align-items: center;
gap: 0.5rem;
}

/* Latest Scores Section */
.partner-page-section-latest-scores {
background-color: #fff;
border-radius: 8px;
padding: 2.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-page-section-scores-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 2rem;
margin-top: 2rem;
}

.partner-page-section-score-card {
border-radius: 8px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}

.partner-page-section-score-card:hover {
transform: translateY(-10px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.partner-page-section-photo {
height: 200px;
overflow: hidden;
}

.partner-page-section-photo img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s ease;
}

.partner-page-section-score-card:hover .partner-page-section-photo img {
transform: scale(1.05);
}

.partner-page-section-score-details {
padding: 1.5rem;
background-color: #fff;
}

.partner-page-section-score-details h3 {
font-size: 1.2rem;
margin-bottom: 1rem;
color: #333;
}

.partner-page-section-correct,
.partner-page-section-score {
display: flex;
justify-content: space-between;
margin-bottom: 0.5rem;
font-weight: 500;
}

.partner-page-section-correct span,
.partner-page-section-score span {
font-weight: 600;
color:   var(--main-web-primary-color);
}

.partner-page-section-progress-bar {
height: 6px;
background-color: #e0e0e0;
border-radius: 3px;
overflow: hidden;
margin-top: 1rem;
}

.partner-page-section-progress {
height: 100%;
background-color:   var(--main-web-primary-color);
border-radius: 3px;
}

/* Latest Blogs Section */
.partner-page-section-latest-blogs {
background-color: #fff;
border-radius: 8px;
padding: 2.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-page-section-blog-container {
margin-top: 2rem;
}

.partner-page-section-blog-list {
display: flex;
flex-direction: column;
gap: 1rem;
}

.partner-page-section-blog-list-item {
display: flex;
gap: 1rem;
padding: 0.75rem;
border-radius: 8px;
transition: all 0.3s ease;
}

.partner-page-section-blog-list-item:hover {
background-color: #f5f5f5;
transform: translateX(5px);
}

.partner-page-section-blog-list-image {
width: 80px;
height: 80px;
border-radius: 8px;
overflow: hidden;
flex-shrink: 0;
}

.partner-page-section-blog-list-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.partner-page-section-blog-list-content {
flex: 1;
}

.partner-page-section-blog-list-content h4 {
font-size: 1rem;
margin-bottom: 0.5rem;
transition: all 0.3s ease;
}

.partner-page-section-blog-list-content h4:hover {
color:   var(--main-web-primary-color);
}

.partner-page-section-blog-meta {
display: flex;
gap: 1.5rem;
font-size: 0.85rem;
color: #777;
margin-bottom: 1rem;
}

.partner-page-section-blog-meta span {
display: flex;
align-items: center;
gap: 0.5rem;
}

/* Reviews Section */
.partner-page-section-reviews {
background-color: #fff;
border-radius: 8px;
padding: 2.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-page-section-reviews-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
}

.partner-page-section-view-all {
color:   var(--main-web-primary-color);
font-size: 0.9rem;
font-weight: 500;
transition: all 0.3s ease;
}

.partner-page-section-view-all:hover {
text-decoration: underline;
}

.partner-page-section-review-summary {
display: flex;
gap: 2rem;
/* margin-bottom: 2rem;
padding-bottom: 2rem;
border-bottom: 1px solid #eee; */
}

.partner-page-section-review-average {
text-align: center;
}

.partner-page-section-average-score {
font-size: 3rem;
font-weight: 700;
color: #333;
line-height: 1;
}

.partner-page-section-average-stars {
color: #f9a825;
margin: 0.5rem 0;
}

.partner-page-section-review-count {
font-size: 0.85rem;
color: #666;
}

.partner-page-section-review-bars {
flex: 1;
}

.partner-page-section-review-bar {
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 0.5rem;
}

.partner-page-section-bar-container {
flex: 1;
height: 8px;
background-color: #eee;
border-radius: 4px;
overflow: hidden;
}

.partner-page-section-bar {
height: 100%;
background-color: #f9a825;
}

.partner-page-section-review-list {
display: flex;
flex-direction: column;
gap: 1.5rem;
}

.partner-page-section-review-item {
padding-bottom: 1.5rem;
border-bottom: 1px solid #eee;
}

.partner-page-section-review-item:last-child {
border-bottom: none;
padding-bottom: 0;
}

.partner-page-section-review-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 1rem;
}

.partner-page-section-reviewer {
display: flex;
gap: 1rem;
align-items: center;
}

.partner-page-section-reviewer-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
}

.partner-page-section-reviewer-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}

.partner-page-section-reviewer-info h3 {
font-size: 1.1rem;
margin-bottom: 0.25rem;
}

.partner-page-section-reviewer-info span {
font-size: 0.85rem;
color: #666;
}

.partner-page-section-stars {
color: #f9a825;
}

.partner-page-section-review-date {
font-size: 0.85rem;
color: #666;
margin-top: 0.5rem;
text-align: right;
}

/* Offers Section */
.partner-page-section-offers {
background-color: #fff;
border-radius: 8px;
padding: 2.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-page-section-offer-card {
background-color: #f5f5f5;
border-radius: 8px;
padding: 2rem;
margin-top: 1.5rem;
position: relative;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}

.partner-page-section-offer-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.partner-page-section-offer-badge {
position: absolute;
top: 0;
right: 0;
background-color: #f9a825;
color: #fff;
padding: 0.5rem 1rem;
font-weight: 600;
clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
min-width: 80px;
text-align: center;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
}

.partner-page-section-offer-card h3 {
color:   var(--main-web-primary-color);
font-size: 1.3rem;
margin-bottom: 1rem;
}

.partner-page-section-offer-card p {
margin-bottom: 1.5rem;
}

.partner-page-section-offer-timer {
display: flex;
justify-content: space-between;
margin: 1.5rem 0;
}

.partner-page-section-timer-item {
text-align: center;
background-color: #333;
color: #fff;
padding: 0.75rem;
border-radius: 8px;
min-width: 60px;
}

.partner-page-section-timer-value {
font-size: 1.5rem;
font-weight: 700;
display: block;
line-height: 1;
}

.partner-page-section-timer-label {
font-size: 0.75rem;
opacity: 0.8;
}

.partner-page-section-referral-code {
display: flex;
margin: 1.5rem 0;
position: relative;
}

.partner-page-section-referral-code input {
width: 100%;
padding: 0.75rem;
border: 1px solid #ddd;
border-radius: 8px;
font-family: 'Poppins', sans-serif;
font-size: 1rem;
text-align: center;
font-weight: 500;
}

.partner-page-section-copy-btn {
position: absolute;
right: 0;
top: 0;
height: 100%;
padding: 0 1rem;
background-color: #333;
color: #fff;
border: none;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
}

.partner-page-section-copy-btn:hover {
background-color:   var(--main-web-primary-color);
}

/* Newsletter Section */
.partner-page-section-newsletter {
background-color:   var(--main-web-primary-color);
border-radius: 8px;
padding: 2.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
color: #fff;
}

.partner-page-section-newsletter-content {
text-align: center;
}

.partner-page-section-newsletter-content h2 {
color: #fff;
margin-bottom: 1rem;
}

.partner-page-section-newsletter-content p {
margin-bottom: 1.5rem;
opacity: 0.9;
}

.partner-page-section-newsletter-form {
max-width: 500px;
margin: 0 auto;
}

.partner-page-section-form-group {
display: flex;
gap: 0.5rem;
}

.partner-page-section-form-group input {
flex: 1;
padding: 0.75rem 1rem;
border: none;
border-radius: 8px;
font-family: 'Poppins', sans-serif;
font-size: 1rem;
}

/* Upcoming Events Section */
.partner-page-section-upcoming-events {
background-color: #fff;
border-radius: 8px;
padding: 2.5rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner-page-section-event-list {
display: flex;
flex-direction: column;
gap: 1.5rem;
margin-top: 1.5rem;
}

.partner-page-section-event-item {
display: flex;
gap: 1.5rem;
padding: 1rem;
border-radius: 8px;
background-color: #f5f5f5;
transition: all 0.3s ease;
}

.partner-page-section-event-item:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.partner-page-section-event-date {
min-width: 70px;
height: 70px;
background-color:   var(--main-web-primary-color);
color: #fff;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}

.partner-page-section-event-day {
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
}

.partner-page-section-event-month {
font-size: 0.85rem;
text-transform: uppercase;
}

.partner-page-section-event-details h3 {
font-size: 1.1rem;
margin-bottom: 0.5rem;
}

.partner-page-section-event-details p {
font-size: 0.9rem;
color: #666;
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 0.25rem;
}

/* CTA Section */
.partner-page-section-cta-section {
background: #e9f9e9;
color: #000;
padding: 5rem 0;
text-align: center;
box-shadow: 0px 0px 5px lightgray;
}

.partner-page-section-cta-content {
max-width: 800px;
margin: 0 auto;
}

.partner-page-section-cta-content h2 {
font-size: 2.5rem;
margin-bottom: 1.5rem;
color: #000;
}

.partner-page-section-cta-content p {
font-size: 1.2rem;
margin-bottom: 2rem;
opacity: 0.9;
}

.partner-page-section-cta-buttons {
display: flex;
justify-content: center;
gap: 1.5rem;
}

.partner-page-section-cta-section .partner-page-section-btn-outline {
border-color:   var(--main-web-primary-color);
color: #fff;
}

.partner-page-section-cta-section .partner-page-section-btn-outline:hover {
background-color: #fff;
color:   var(--main-web-primary-color);
}

/* Responsive Styles */

@media (max-width: 992px) {
.partner-page-section-content-grid {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {
.partner-page-section-main-header .partner-page-section-container {
    padding: 1rem;
}

.partner-page-section-main-nav {
    margin-top: 20px;
}

.partner-page-section-main-header .partner-page-section-container {
    display: block;
}

.partner-page-section-secondary-nav ul {
    flex-wrap: wrap;
    gap: 1rem;
}

.partner-page-section-review-summary {
    flex-direction: column;
    gap: 1.5rem;
}

.partner-page-section-cta-buttons {
    flex-direction: column;
    gap: 1rem;
}
}

@media (max-width: 576px) {
.partner-page-section-section-header h2 {
    font-size: 1.75rem;
}

.partner-page-section-book-grid,
.partner-page-section-scores-grid {
    grid-template-columns: 1fr;
}

.partner-page-section-test-box {
    flex-direction: column;
}

.partner-page-section-test-icon {
    margin-bottom: 1rem;
}

.partner-page-section-stats-grid {
    gap: 2rem;
}

.partner-page-section-stat-number {
    font-size: 2.5rem;
}

.partner-page-section-app-buttons {
    flex-direction: column;
}
}

@media (max-width: 380px) {
.partner-page-section-primary-nav li {
    font-size: 12px;
}
}

@media (max-width: 576px) {
.partner-page-section-logos-grid {
    grid-template-columns: 1fr;
}

.partner-page-section-content-grid {
    display: block;
    padding: 1rem 0px;
}


}

@media (max-width: 480px) {
.partner-page-section-course-option p {
    font-size: 13px;
}

.partner-page-section-course-options {
    margin-top: 0px;
}

.partner-page-section-course-icon {
    font-size: 2.2rem;
    margin: 0rem auto 0px;
}

.partner-page-section-books,
.partner-page-section-test-section,
.partner-page-section-latest-scores,
.partner-page-section-latest-blogs,
.partner-page-section-reviews,
.partner-page-section-offers,
.partner-page-section-upcoming-events {
    padding: 1.5rem 10px;
    border-radius: 8px;
}

.partner-page-section-left-column,
.partner-page-section-right-column {
    gap: 1.5rem;
    margin-top: 15px;
}

.partner-page-section-tests {
    gap: 1.5rem;
}
.partner-page-section-course-types{
  padding: 1rem 15px 1rem;
}
}


.exam-content {
display: none;
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 5px;
background-color: #f9f9f9;
}

.exam-content.active {
display: block;
}

.partner-page-section-tab-pane {
display: none;
opacity: 0;
transition: opacity 0.3s ease-in-out;
width: 100%;
}

.partner-page-section-tab-pane.active {
display: block;
opacity: 1;
}








/* Main Content Styles */
.partner-page-section-main-content {
width: 100%;
display: block;
}

.bg-light-white{
background: red;
}

.bg-primary-white{
background: #f7f7f7;
}


/* Secondary Navigation Styles */
.partner-page-section-secondary-nav {
padding: 5px 0;
width: 100%;
}

.partner-page-section-secondary-nav ul {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}


.partner-page-section-secondary-nav a.active {
background: #c9f5d2ab;
color: #232222;
}

.partner-page-section-secondary-nav a:hover {
background: #c9f5d2ab;
color: #232222;
}

/* Responsive Styles */
@media (max-width: 768px) {
.partner-page-section-container {
    padding: 0 1rem;
}

.partner-page-section-secondary-nav ul {
    flex-wrap: wrap;
    gap: 1rem;
}

.partner-page-section-secondary-nav a {
    padding: 8px 15px;
    font-size: 0.85rem;
}
}

@media (max-width: 480px) {
.partner-page-section-container {
    padding: 0 0.75rem;
}



.partner-page-section-secondary-nav ul {
    gap: 0.5rem;
}


}


/* Responsive Styles */
@media (max-width: 768px) {
.partner-page-section-container {
    padding: 0 1rem;
}

.partner-page-section-secondary-nav ul {
    flex-wrap: wrap;
    gap: 1rem;
}

.partner-page-section-secondary-nav a {
    padding: 8px 15px;
    font-size: 0.85rem;
}
}
@media (max-width: 576px) {
.partner-page-section-upcoming-events{
  margin-top: 24px;
}
}
@media (max-width: 480px) {
.partner-page-section-container {
    padding: 0 0.75rem;
}

.partner-page-section-secondary-nav {
    padding: 15px 0;
}

.partner-page-section-secondary-nav ul {
    gap: 0.5rem;
}

.partner-page-section-secondary-nav a {
    padding: 6px 12px;
    font-size: 0.8rem;
}
.partner-page-section-form-group {
  display: block;
}
.partner-page-section-newsletter {
  padding: 20px 0px;
}
.partner-page-section-btn {
  margin-top: 10px;
}
}
.partner-page-section-padding-main{
padding: 0px 0px;
}

/* partner -secton about us */

/* ===== COMMON ELEMENTS ===== */
.text-gradient {
background: linear-gradient(135deg, #ff6b6b, #4dabf7);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
display: inline-block;
position: relative;
}

.partner-about-us-page-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.875rem 1.75rem;
font-weight: 600;
border-radius: 0.5rem;
transition: 0.3s ease;
position: relative;
overflow: hidden;
z-index: 1;
cursor: pointer;
border: none;
font-family: 'Poppins', sans-serif;
font-size: 1rem;
}

.partner-about-us-page-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
transition: 0.3s ease;
z-index: -1;
}

.partner-about-us-page-btn:hover::before {
left: 100%;
}

.partner-about-us-page-btn i {
transition: 0.3s ease;
}

.partner-about-us-page-btn:hover i {
transform: translateX(5px);
}

.partner-about-us-page-btn-primary {
background:   var(--main-web-primary-color);
color: #f8f9fa;
}

.partner-about-us-page-btn-outline {
background-color: transparent;
color: #ff6b6b;
border: 2px solid #ff6b6b;
box-shadow: 0 4px 15px rgba(255, 107, 107, 0.1);
}

.partner-about-us-page-btn-outline:hover {
background-color: #ff6b6b;
color: #f8f9fa;
box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3);
transform: translateY(-3px);
}

/* ===== SECTION HEADERS ===== */
.partner-about-us-page-section-header {
text-align: center;
margin-bottom: 4rem;
position: relative;
}

.partner-about-us-page-section-subtitle {
display: inline-block;
font-size: 0.9rem;
font-weight: 600;
color:   var(--main-web-primary-color);
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 0.75rem;
position: relative;
padding: 0 10px;
}

.partner-about-us-page-section-subtitle::before,
.partner-about-us-page-section-subtitle::after {
content: '';
position: absolute;
top: 50%;
width: 30px;
height: 2px;
background:   var(--main-web-primary-color);
}

.partner-about-us-page-section-subtitle::before {
left: -40px;
}

.partner-about-us-page-section-subtitle::after {
right: -40px;
}

.partner-about-us-page-section-title {
font-size: 2.75rem;
font-weight: 800;
color: #000;
margin-bottom: 1.25rem;
line-height: 1.2;
}




/* Company Name Section */
.partner-about-us-page-company-name-section {
padding: 1rem 3rem 5rem;
  background-color: #fff;
  margin: 50px 0px 0px;
  border-radius: 16px;
}

.partner-about-us-page-company-title {
font-size: 2.5rem;
color:   var(--main-web-primary-color);
margin-bottom: 20px;
animation: fadeIn 1s ease forwards;
margin-top: 20px;
}

.partner-about-us-page-about-company {
animation: slideUp 1s ease forwards;
}

.partner-about-us-page-about-company h2 {
font-size: 1.8rem;
color: #000;
margin-bottom: 0.5rem;
}

.partner-about-us-page-about-company p {
margin-bottom: 1.5rem;
font-size: 1.1rem;
color: #000;
opacity: 0.9;
}

.partner-about-us-page-underline::after {
content: '';
position: absolute;
width: 200px;
height: 4px;
background-color:   var(--main-web-primary-color);
}


.partner-about-us-page-company-highlights {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
margin-top: 3rem;
}

.partner-about-us-page-highlight-item {
display: flex;
align-items: center;
gap: 1rem;
padding: 1rem 2rem;
border-radius: #f5f5f5;
background-color: #f5f5f5;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}

.partner-about-us-page-highlight-item:hover {
transform: translateY(-5px);
box-shadow: var(--box-shadow-hover);
}

.partner-about-us-page-highlight-icon {
font-size: 2rem;
color:   var(--main-web-primary-color);
}

.partner-about-us-page-highlight-content h3 {
font-size: 1.3rem;
margin-bottom: 0.25rem;
color: #000;
}

.partner-about-us-page-highlight-content p {
font-size: 0.9rem;
color: #666;
margin-bottom: 0;
}

@media (max-width: 480px) {
.partner-about-us-page-company-name-section ,.partner-about-us-page-stats-section ,.partner-about-us-page-video-section , .partner-about-us-page-testimonials-section , .partner-about-us-page-contact-section {
  padding: 1rem 15px 5rem;
}
}


/* ===== VIDEO SECTION ===== */
.partner-about-us-page-video-section {
background-color: #e9f9e9;;
position: relative;
margin: 50px 0px 0px;
padding: 5rem 15px;
border-radius: 16px;
}

.partner-about-us-page-video-wrapper {
position: relative;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
cursor: pointer;
transition: 0.3s ease;
max-width: 900px;
margin: 0 auto;
}

.partner-about-us-page-video-wrapper:hover {
transform: translateY(-10px);
}

.partner-about-us-page-video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}

.partner-about-us-page-play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
background: linear-gradient(135deg, #ff6b6b, #fa5252);
border-radius: 9999px;
display: flex;
align-items: center;
justify-content: center;
color: #f8f9fa;
font-size: 1.5rem;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
transition: 0.3s ease;
animation: pulse 2s infinite;
z-index: 2;
}

.partner-about-us-page-video-wrapper:hover .partner-about-us-page-play-button {
background: var(--gradient-secondary);
}

@keyframes pulse {
0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7);
}
70% {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 0 0 10px rgba(255, 107, 107, 0);
}
100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(255, 107, 107, 0);
}
}

/* ===== STATS SECTION ===== */
.partner-about-us-page-stats-section {
background-color: #fff;
position: relative;
padding: 5rem 3rem 5rem;
background-color: #fff;
margin: 50px 0px 0px;
border-radius: 16px;
}



.partner-about-us-page-stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
}

.partner-about-us-page-stat-card {
background-color: #fff;
padding: 2.5rem 1.5rem;
border-radius: 1rem;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
text-align: center;
position: relative;
overflow: hidden;
transition: 0.3s ease;
z-index: 1;
}

.partner-about-us-page-stat-card:hover {
transform: translateY(-15px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.partner-about-us-page-stat-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background:   var(--main-web-primary-color);
transition: 0.3s ease;
}

.partner-about-us-page-stat-card:hover::before {
height: 10px;
}

.partner-about-us-page-stat-icon {
font-size: 2.5rem;
color:   var(--main-web-primary-color);
margin-bottom: 1.5rem;
transition: 0.3s ease;
}

.partner-about-us-page-stat-card:hover .partner-about-us-page-stat-icon {
transform: scale(1.2);
color:   var(--main-web-primary-color);
}

.partner-about-us-page-stat-number {
font-size: 3.5rem;
font-weight: 800;
line-height: 1;
margin-bottom: 1rem;
background: linear-gradient(135deg, #ff6b6b, #4dabf7);
-webkit-background-clip: text;
background-clip: text;
color: #000;
}

.partner-about-us-page-stat-title {
font-size: 1.1rem;
color: #adb5bd;
margin-bottom: 0;
font-weight: 600;
}

.partner-about-us-page-stat-shape {
position: absolute;
bottom: -30px;
right: -30px;
width: 100px;
height: 100px;
background-color: #ff6b6b;
opacity: 0.05;
border-radius: 9999px;
z-index: -1;
}


/* ===== CONTACT SECTION ===== */
.partner-about-us-page-contact-section {

position: relative;

padding: 5rem 3rem 5rem;
background-color: #fff;
margin: 50px 0px 0px;
border-radius: 16px;
}

.partner-about-us-page-contact-content {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 3rem;
}

.partner-about-us-page-contact-info {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
}

.partner-about-us-page-contact-card {
background-color: #ededed;
padding: 1.5rem 2.5rem;
border-radius: 1rem;
box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
transition: 0.3s ease;
}

.partner-about-us-page-contact-card:hover {
transform: translateY(-10px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.partner-about-us-page-contact-icon {
width: 60px;
height: 60px;
background: #deffe4ba;
border-radius: 9999px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1rem;
color:   var(--main-web-primary-color);
font-size: 1.5rem;
transition: 0.3s ease;
}

.partner-about-us-page-contact-card:hover .partner-about-us-page-contact-icon {
background:   var(--main-web-primary-color);
color: #f8f9fa;
}

.partner-about-us-page-contact-details {
text-align: center;
}

.partner-about-us-page-contact-details h3 {
font-size: 1.1rem;
margin-bottom: 0.5rem;
color: #76797c;
}

.partner-about-us-page-contact-details p {
font-size: 0.9rem;
color: #adb5bd;
margin-bottom: 0;
}

.partner-about-us-page-contact-form-container {
background-color: #ededed;
padding: 1.5rem 2.5rem;
border-radius: 1rem;
box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}

.partner-about-us-page-form-group {
margin-bottom: 1.5rem;
}

.partner-about-us-page-input-wrapper {
position: relative;
margin-bottom: 1.5rem;
}

.partner-about-us-page-input-wrapper input,
.partner-about-us-page-input-wrapper textarea {
width: 100%;
padding: 1rem 0;
font-size: 1rem;
color: #f8f9fa;
border: none;
border-bottom: 2px solid lightgray;
background-color: transparent;
transition: 0.3s ease;
font-family: 'Poppins', sans-serif;
}

.partner-about-us-page-input-wrapper textarea {
resize: none;
min-height: 100px;
}

.partner-about-us-page-input-wrapper label {
position: absolute;
top: 1rem;
left: 0;
font-size: 1rem;
color: #8d8d8d;
pointer-events: none;
transition: 0.3s ease;
}

.partner-about-us-page-input-wrapper input:focus,
.partner-about-us-page-input-wrapper textarea:focus,
.partner-about-us-page-input-wrapper input:valid,
.partner-about-us-page-input-wrapper textarea:valid {
outline: none;
border-color:   var(--main-web-primary-color);
}

.partner-about-us-page-input-wrapper input:focus ~ label,
.partner-about-us-page-input-wrapper textarea:focus ~ label,
.partner-about-us-page-input-wrapper input:valid ~ label,
.partner-about-us-page-input-wrapper textarea:valid ~ label {
top: -20px;
left: 0;
font-size: 0.9rem;
color:   var(--main-web-primary-color);
}

.partner-about-us-page-input-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background:   var(--main-web-primary-color);
transition: 0.3s ease;
}

.partner-about-us-page-input-wrapper input:focus ~ .partner-about-us-page-input-border,
.partner-about-us-page-input-wrapper textarea:focus ~ .partner-about-us-page-input-border {
width: 100%;
}

/* =====  ===== */


/* ===== RESPONSIVE STYLES ===== */
@media (min-width: 1200px) {
.partner-about-us-page-company-highlights {
  gap: 7rem;
}
}
@media (max-width: 1200px) {

.partner-about-us-page-company-name {
    font-size: 4.5rem;
}


}

@media (max-width: 992px) {


.partner-about-us-page-company-name {
    font-size: 4rem;
}


.partner-about-us-page-contact-content {
    grid-template-columns: 1fr;
}


}

@media (max-width: 768px) {

.partner-about-us-page-company-name {
    font-size: 3.5rem;
}

.hero-cta {
    flex-direction: column;
    gap: 1rem;
}

.partner-about-us-page-btn {
    width: 100%;
    justify-content: center;
}


.partner-about-us-page-company-highlights {
    grid-template-columns: 1fr;
}
}

@media (max-width: 576px) {
.partner-about-us-page-company-name {
    font-size: 3rem;
}

.partner-about-us-page-section-title {
    font-size: 2rem;
}

.partner-about-us-page-contact-form-container {
    padding: 1.5rem;
}

.partner-about-us-page-contact-info {
    grid-template-columns: 1fr;
}
}

@media (max-width: 480px) {
.partner-about-us-page-company-name {
    font-size: 2.5rem;
}



.partner-about-us-page-section-title {
    font-size: 1.8rem;
}

.partner-about-us-page-section-subtitle {
    font-size: 0.8rem;
}
}
.about-company-para{
margin-top: 20px;
}

.partner-about-us-page-testimonials-section{
background: #e9f9e9;
padding: 5rem 3rem 5rem;
  margin: 50px 0px 0px;
  border-radius: 16px;
}

.exam-content {
display: none;
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 5px;
background-color: #f9f9f9;
}

.exam-content.active {
display: block;
}

/* successfull -stories--------------------- */




.successfull-stories-modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.6);
}

.successfull-stories-modal-content {
background-color: #fff;
margin: 10% auto;
padding: 20px;
border-radius: 10px;
max-width: 600px;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
animation: fadeIn 0.3s ease;
}

.successfull-stories-close {
float: right;
font-size: 28px;
font-weight: bold;
color: #aaa;
cursor: pointer;
}

.successfull-stories-close:hover {
color: #000;
}

.successfull-stories-title {
font-size: 24px;
margin-top: 0;
color: #333;
margin-bottom: 10px;
}

.successfull-stories-text {
font-size: 16px;
line-height: 1.6;
color: #555;
}

@keyframes fadeIn {
from { opacity: 0; transform: scale(0.95); }
to { opacity: 1; transform: scale(1); }
}

@media (max-width: 600px) {
.successfull-stories-modal-content {
  margin: 20% auto;
  padding: 15px;
  width: 90%;
}

.successfull-stories-title {
  font-size: 20px;
}

.successfull-stories-text {
  font-size: 14px;
}
}

/* carrers page job updates--------------------------------- */

.get-all-job-updates-container {
padding: 100px 0px;
display: flex;
justify-content: center;
align-items: center;
}

.get-all-job-updates-signup-section {
display: flex;
width: 100%;
background-color: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
margin-top: 50px;
}

/* Envelope styles */
.get-all-job-updates-envelope-container {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
padding: 30px;
}

.get-all-job-updates-envelope {
width: 100%;
max-width: 350px;
aspect-ratio: 1 / 0.8;
border-radius: 10px;
position: relative;
display: flex;
justify-content: center;
align-items: center;

}

.get-all-job-updates-envelope:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 10px;
z-index: -1;
}

.get-all-job-updates-envelope:hover {
transform: perspective(800px) rotateY(-5deg) translateY(-10px);
}

.get-all-job-updates-envelope-content {
width: 90%;
height: 90%;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}

.get-all-job-updates-message-box {
background-color: white;
padding: 15px;
border-radius: 10px;
text-align: center;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
width: 100%;
margin-bottom: 20px;
}

.get-all-job-updates-message-box h2 {
font-size: 1.2rem;
margin-bottom: 5px;
font-weight: 700;
}

.get-all-job-updates-message-box p {
color: #636e72;
font-size: 0.95rem;
}

.get-all-job-updates-document-icon {
width: 50px;
height: 50px;
background-color:   var(--main-web-primary-color);
color: white;
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
font-size: 1.5rem;
margin-bottom: 20px;
}

.get-all-job-updates-logo {
display: flex;
align-items: center;
margin-bottom: 20px;
}

.get-all-job-updates-logo-flag {
display: flex;
flex-direction: column;
margin-right: 5px;
}

.get-all-job-updates-stripe {
height: 3px;
width: 15px;
background-color: green;
margin-bottom: 2px;
}

.get-all-job-updates-logo-text {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.get-all-job-updates-logo-number {
font-weight: 700;
font-size: 1.2rem;
line-height: 1;
}

.get-all-job-updates-logo-abroad {
color: #e74c3c;
font-size: 0.8rem;
font-weight: 600;
}

/* Form styles */
.get-all-job-updates-form-container {
flex: 1;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
}

.get-all-job-updates-form-container h1 {
font-size: 2rem;
margin-bottom: 15px;
font-weight: 700;
}

.get-all-job-updates-form-container p {
color: #636e72;
margin-bottom: 30px;
font-size: 1rem;
max-width: 450px;
}

.get-all-job-updates-form-group {
display: flex;
margin-bottom: 20px;
width: 100%;
max-width: 450px;
}

.get-all-job-updates-input {
flex: 1;
padding: 12px 15px;
border: 1px solid #dfe6e9;
border-radius: 8px;
font-size: 1rem;
transition: all 0.3s ease;
background-color: #fff
}

.get-all-job-updates-input:focus {
outline: none;
border-color:   var(--main-web-primary-color);
box-shadow: 0 0 0 3px rgba(72, 52, 212, 0.1);
}

.get-all-job-updates-input::placeholder {
color: #b2bec3;
}

.get-all-job-updates-button {
background-color:   var(--main-web-primary-color);
color: white;
border: none;
border-radius: 8px;
padding: 0 25px;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
margin-left: 10px;
white-space: nowrap;
}

.get-all-job-updates-button:hover {
background-color: #2c5541;
transform: translateY(-2px);
}

.get-all-job-updates-button:active {
transform: translateY(0);
}

/* Responsive styles */
@media (max-width: 900px) {
.get-all-job-updates-signup-section {
  flex-direction: column;
}

.get-all-job-updates-envelope-container {
  padding: 40px 20px;
}

.get-all-job-updates-form-container {
  padding: 40px 20px;
  margin: 0px auto;
}

.get-all-job-updates-form-group {
  flex-direction: column;
}

.get-all-job-updates-input {
  margin-bottom: 15px;
  width: 100%;
}

.get-all-job-updates-button {
  margin-left: 0;
  width: 100%;
  padding: 12px;
}
}

@media (max-width: 500px) {
.get-all-job-updates-envelope {
  max-width: 280px;
}

.get-all-job-updates-form-container h1 {
  font-size: 1.5rem;
}

.get-all-job-updates-form-container p {
  font-size: 0.9rem;
}

.get-all-job-updates-message-box h2 {
  font-size: 1rem;
}
}

/* Animation for the envelope */
@keyframes float {
0% {
  transform: translateY(0px) rotate(0deg);
}
50% {
  transform: translateY(-10px) rotate(1deg);
}
100% {
  transform: translateY(0px) rotate(0deg);
}
}


.get-all-job-updates-envelope img {
width: 100%;
height: 100%;
}



/* partners profile -header----- */
.start-main-hero-bg{
background: #f3f3f3;
padding: 2rem 1rem;
}

.partner-profile-page-main-content-container {
margin: 0 auto;
max-width: 1300px;
    padding:1rem;

}

.partner-profile-page-main-content-row {
display: flex;
flex-wrap: wrap;
margin: -15px;
}

.partner-profile-page-main-content-col-12 {
width: 100%;
}

.partner-profile-page-main-content-card {
border: none;
/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
height: 100%;
border-radius: 16px;
background-color: white;
margin-bottom: 30px;
transform: translateY(0);
opacity: 1;
}

.partner-profile-page-main-content-card:hover {
transform: translateY(-5px);
/* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
}

.partner-profile-page-main-content-header {
background: linear-gradient(135deg,   var(--main-web-primary-color), #297524);
color: white;
padding: 2.5rem 2rem;
position: relative;
border-radius: 16px 16px 0 0;
overflow: hidden;
}

.partner-profile-page-main-content-header::before {
content: '';
position: absolute;
top: -50%;
right: -50%;
width: 100%;
height: 200%;
background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 60%);
transform: rotate(30deg);
}

.partner-profile-page-main-content-header-content {
display: flex;
flex-wrap: wrap;
align-items: center;
}

.partner-profile-page-main-content-avatar-container {
flex: 0 0 auto;
text-align: center;
margin-right: 30px;
}

.partner-profile-page-main-content-avatar {
width: 120px;
height: 120px;
border-radius: 10px;
border: 5px solid white;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
object-fit: cover;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-profile-page-main-content-avatar:hover {
transform: scale(1.05);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.partner-profile-page-main-content-info {
flex: 1;
}

.partner-profile-page-main-content-info h2 {
font-weight: 700;
margin-bottom: 8px;
font-size: 25px;
}

.partner-profile-page-main-content-info p {
margin-bottom: 16px;
opacity: 0.9;
font-size: 17px;
}

.partner-profile-page-main-content-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-left: auto;
}

.partner-profile-page-main-content-stats-container {
display: flex;
justify-content: center;
}

.partner-profile-page-main-content-stats {
background: white;
border-radius: 15px;
padding: 1rem;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
margin: -25px auto 0px;
position: relative;
z-index: 10;
width: 90%;
}

.partner-profile-page-main-content-stats-row {
display: flex;
flex-wrap: wrap;
}

.partner-profile-page-main-content-stat-item {
flex: 1;
text-align: center;
padding: 0.5rem;
border-right: 1px solid #dad7d7;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-profile-page-main-content-stat-item:last-child {
border-right: none;
}

.partner-profile-page-main-content-stat-item:hover {
transform: translateY(-3px);
}

.partner-profile-page-main-content-stat-value {
font-size: 1.2rem;

color:   var(--main-web-primary-color);
margin-bottom: 0.25rem;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}

.partner-profile-page-main-content-stat-value a {
position: relative;
text-decoration: none;
color:   var(--main-web-primary-color);
font-weight: 600;
}

.partner-profile-page-main-content-stat-value a::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 3px;
background:   var(--main-web-primary-color);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-profile-page-main-content-stat-value a:hover::after {
width: 100%;
}

.partner-profile-page-main-content-stat-label {
font-size: 0.85rem;
color: #b2bec3;
font-weight: 500;
}

.partner-profile-page-main-content-section-title {
font-weight: 700;
margin-bottom: 1.5rem;
position: relative;
display: inline-block;
}

.partner-profile-page-main-content-section-title::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 50px;
height: 3px;
background:   var(--main-web-primary-color);
border-radius: 3px;
}

.partner-profile-page-main-content-card-body {
padding: 1.5rem;
}

.partner-profile-page-main-content-btn {
border-radius: 12px;
padding: 0.6rem 1.2rem;
font-weight: 600;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer;
border: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
position: relative;
overflow: hidden;
}

.partner-profile-page-main-content-btn::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
transform: translate(-50%, -50%);
transition: width 0.6s ease, height 0.6s ease;
}

.partner-profile-page-main-content-btn:hover::before {
width: 300px;
height: 300px;
}

.partner-profile-page-main-content-btn i {
font-size: 0.9rem;
}

.partner-profile-page-main-content-btn-primary {
background:   var(--main-web-primary-color);
color: white;
}

.partner-profile-page-main-content-btn-primary:hover {
background: #297524;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(108, 92, 231, 0.3);
}

.partner-profile-page-main-content-btn-light {
background: white;
color: #2d3436;
}

.partner-profile-page-main-content-btn-light:hover {
background: #f5f5f5;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.partner-profile-page-main-content-btn-secondary {
background-color: transparent;
color: #0a66c2;
border-radius: 16px;
padding: 6px 16px;
font-weight: 600;
font-size: 16px;
cursor: pointer;
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
transition: background-color 0.3s;
}

.partner-profile-page-main-content-btn-secondary:hover {
background-color: rgba(10, 102, 194, 0.1);
}

.partner-profile-page-main-content-nav-tabs {
display: flex;
list-style: none;
border-bottom: none;
overflow-x: auto;
padding-bottom: 5px;
}

.partner-profile-page-main-content-nav-item {
margin-right: 10px;
}

.partner-profile-page-main-content-nav-link {
border: none;
color: #b2bec3;
font-weight: 600;
padding: 0.60rem 1.25rem;
border-radius: 10px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
background: none;
cursor: pointer;
display: flex;
align-items: center;
gap: 8px;
position: relative;
overflow: hidden;
}

.partner-profile-page-main-content-nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 3px;
background:   var(--main-web-primary-color);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform: translateX(-50%);
}

.partner-profile-page-main-content-nav-link:hover::after {
width: 100%;
}

.partner-profile-page-main-content-nav-link.active::after {
width: 100%;
}

.partner-profile-page-main-content-tab-content {
margin-top: 20px;
}

.partner-profile-page-main-content-tab-pane {
display: none;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
transform: translateY(10px);
opacity: 0;
}

.partner-profile-page-main-content-tab-pane.show {
transform: translateY(0);
opacity: 1;
}

.partner-profile-page-main-content-tab-pane.fade {
opacity: 0;
transition: opacity 0.2s linear;
}

.partner-profile-page-main-content-tab-pane.fade.show {
opacity: 1;
}

.partner-profile-page-main-content-animate-fade-in {
animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
from {
  opacity: 0;
  transform: translateY(20px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

.partner-profile-page-main-content-delay-1 { animation-delay: 0.1s; }
.partner-profile-page-main-content-delay-2 { animation-delay: 0.2s; }
.partner-profile-page-main-content-delay-3 { animation-delay: 0.3s; }
.partner-profile-page-main-content-delay-4 { animation-delay: 0.4s; }
.partner-profile-page-main-content-delay-5 { animation-delay: 0.5s; }

@media (max-width: 992px) {
.partner-profile-page-main-content-actions {
  padding-bottom: 10px;
  margin-left: 0;
  width: 100%;
  justify-content: center;
}

.partner-profile-page-main-content-header-content {
  flex-direction: column;
  text-align: center;
}

.partner-profile-page-main-content-avatar-container {
  margin-right: 0;
  margin-bottom: 20px;
}

.partner-profile-page-main-content-info {
  text-align: center;
  margin-bottom: 10px;
}
}

@media (max-width: 768px) {
.partner-profile-page-main-content-header {
  padding: 1.5rem 1rem;
}

.partner-profile-page-main-content-avatar {
  width: 90px;
  height: 90px;
}

.partner-profile-page-main-content-stat-value {
  font-size: 1.2rem;
}

.partner-profile-page-main-content-stat-label {
  font-size: 0.75rem;
}

.partner-profile-page-main-content-card-body {
  padding: 1.25rem;
}

.partner-profile-page-main-content-section-title {
  font-size: 1.25rem;
}

.partner-profile-page-main-content-nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.partner-profile-page-main-content-nav-link {
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
}

@media (max-width: 576px) {
.partner-profile-page-main-content-container {
  padding: 1rem 0.5rem;
}

.partner-profile-page-main-content-btn {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.partner-profile-page-main-content-stats {
  width: 100%;
}
  .partner-profile-page-main-content-stat-value {
      font-size: 13px;
  }
  .partner-profile-page-main-content-card {
    margin-bottom: 10px;
  }
}

/* Smooth scrollbar */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: var(--main-web-primary-color);
border-radius: 10px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

::-webkit-scrollbar-thumb:hover {
background:  var(--main-web-primary-color);;
}

.partner-proifile-tab-system-main{
padding: 1rem 3rem 1rem;
background-color: #fff;
margin: 50px 0px 0px;
border-radius: 16px;
}



/* deals banner */

.deal-image-banner{
width: 100%;
height: auto;
}

.deal-image-banner img{
width: 100%;
height: 80%;
object-fit: cover;
border-radius: 10px;
}

/* student membership */


.left-section-pricing-subscription {
text-align: center;
}

.left-section-pricing-subscription h4 {
color: #AAB8C5;
font-size: 14px;
letter-spacing: 2px;
margin-bottom: 15px;
}

.left-section-pricing-subscription h1 {
font-size: 40px;
margin-bottom: 15px;
color: #fff;
}

.left-section-pricing-subscription p {
font-size: 16px;
color: #C3CEDA;
margin-bottom: 25px;
}

.pricing-main-menu{
background: #0F1C2E;
padding: 80px 0px;
}


.student-membership-plans-cards-container{
margin-top: 50px;
}

.membership-pricing-subscription {
font-size: 36px;
font-weight: bold;
padding-bottom: 10px;
color: #1e65b0;
}

.student-membership-plans-cards-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}

.student-membership-plans-card {
background-color: white;
border-radius: 16px;
width: 100%;
max-width: 400px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
overflow: hidden;
}

.student-membership-plans-card-content {
padding: 30px;
}

.student-membership-plans-card-content h2 {
font-size: 24px;
font-weight: 600;
margin-bottom: 5px;
}

.student-membership-plans-price {
font-size: 36px;
font-weight: 700;
color: #1e65b0;
margin-bottom: 20px;
display: flex;
align-items: baseline;
}

.student-membership-plans-dollar {
font-size: 28px;
margin-right: 2px;
}

.student-membership-plans-period {
font-size: 16px;
font-weight: 400;
margin-left: 2px;
}

.student-membership-plans-suitable {
font-weight: 600;
font-size: 16px;
margin-bottom: 10px;
}

.student-membership-plans-description {
color: #555;
font-size: 15px;
line-height: 1.5;
margin-bottom: 10px;
min-height: 45px;
}

.student-membership-plans-plan-button {
width: 100%;
padding: 14px 20px;
background-color: #152d52;
color: white;
border: none;
border-radius: 8px;
font-weight: 600;
font-size: 14px;
cursor: pointer;
margin-bottom: 30px;
position: relative;
transition: background-color 0.2s;
}

.student-membership-plans-plan-button:hover {
background-color: #163a70;
}

.student-membership-plans-cursor-icon {
position: absolute;
width: 20px;
height: 20px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
right: 20px;
top: 50%;
transform: translateY(-50%);
}

.student-membership-plans-benefits {
margin-top: 10px;
}

.student-membership-plans-benefit-item {
display: flex;
margin-bottom: 15px;
align-items: flex-start;
}

.student-membership-plans-check-icon {
min-width: 20px;
height: 20px;
border-radius: 50%;
background-color: #e6f0fa;
margin-right: 10px;
position: relative;
flex-shrink: 0;
}

.student-membership-plans-check-icon::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231e65b0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.student-membership-plans-benefit-item p {
font-size: 14px;
line-height: 1.4;
color: #444;
}

/* Responsive */
@media (max-width: 1100px) {
.student-membership-plans-cards-container {
  gap: 15px;
}
.student-membership-plans-card {
  max-width: 320px;
}
}

@media (max-width: 900px) {
.student-membership-plans-cards-container {
  flex-direction: column;
  align-items: center;
}
.student-membership-plans-card {
  max-width: 450px;
}
.student-membership-plans-description {
  min-height: auto;
}
}

@media (max-width: 480px) {
.student-membership-plans-container {
  padding: 20px 10px;
}
h1 {
  font-size: 32px;
}
.student-membership-plans-card-content {
  padding: 20px;
}
.student-membership-plans-price {
  font-size: 32px;
}
}


/* -----------------------------------------------------adverstesiments */


@media (min-width: 992px) {
.main-side-advers-flex-right{
  display: block;
}
}

@media (max-width: 991px) {
.main-side-advers-flex-right{
  display: none;
}
.horizontal-ad{
  height: auto !important;
}
.horizontal-ad-footer{
  height: auto !important;
}
}
.horizontal-add-main-section{
/* margin: 30px auto; */
}

.bottom-horizontal-ads{
padding: 20px 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
/* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
}
.horizontal-ad{
min-width: 0px;
max-width: 970px;
height: 250px;
margin: auto;
}
.horizontal-ad img {
width: 100%;
height: 100%;
object-fit: contain;

}

.main-side-advers-flex{
  display: flex;
  width: 100%;
}
.main-side-advers-flex-left{
flex: 1;
min-width: 0;
word-wrap: break-word;
max-width: 100%;
}
.main-side-advers-flex-right{
  width: 200px;
  padding: 20px 10px 0px 0;
 
}

.main-side-advers-flex-right h3{
text-align: center;
padding: 5px 5px 5px;


}

.floating-ad {
    width: 180px;
    height: 620px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 10px;
    margin: 10px 10px 25px;
    overflow: visible;
  }
  .floating-ad:last-child {
    margin-bottom: 0;
  }
  .floating-ad img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
.small-ad{
width: 180px !important;
height: 300px !important;
}
.small-ad img{
width: 100%;
height: 100%;
object-fit: cover;
}

  /* Sticky behavior only for 7th ad */
  /* #ad7 {
    position: sticky !important;
    top: 20px; 
    z-index: 1500;
  } */
  /* Optional custom size for the smaller ad */



.inset-20{
top: 120px;
}

.bottom-horizontal-ads-footer{
padding: 20px 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
/* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
}
.horizontal-ad-footer{
min-width: 0px;
max-width: 970px;
height: 90px;
margin: auto;
}
.horizontal-ad-footer img {
width: 100%;
height: 100%;
object-fit: contain;

}
