.we-start {
padding-top: 144px;
}

.we-container1,
.we-container2 {
padding: 32px 16px;
gap: 20px;
display: flex;
flex-direction: column;

}

.we-container1 h2 {
font-size: 14px;
font-family: merriweather;
color: var(--yellowtext);
}

.we-container1 h3 {
font-size: 24px;
color: var(--darkblue);
font-weight: 700;
line-height: 1.2em;
font-family: merriweather;
}

.we-container1 p {
font-family: inter;
color: var(--contenttext);
font-size: 16px;
margin-bottom: 15px;
}

.col-b1 {
display: flex;
flex-direction: row;
gap: 15px;
}

.col-b1 h2 {
font-size: 18px;
line-height: 1.3em;
font-weight: 500;
color: var(--darkblue);
margin-bottom: 14px;
}

.col-b1 p {
font-size: 14px;
font-family: inter;
color: var(--contenttext);
}
.padd-other{
    padding-top: 30px;
}
@media (min-width: 768px) {
.we-container1 h2 {
font-size: 15px;
}

.we-container1 h3 {
font-size: 31px;
}

.we-container1 p {
font-size: 15px;
margin-bottom: 14.4px;
}

.col-b1 h2 {
font-size: 21px;
}

.col-b1 p {
font-size: 15px;
}
.padd-other{
padding-top: 112px;
}
}

@media (min-width: 1024px) {
.we-container1 {
padding: 48px 80px 48px 16px;
}

.we-container2 {
padding: 32px;
}

.we-container1 h2 {
font-size: 16px;
}

.we-container1 h3 {
font-size: 39px;
font-weight: 700;
}

.we-container1 p {
font-size: 16px;
}

.col-b1 h2 {
font-size: 25px;
}

.col-b1 p {
font-size: 16px;
}

}

.col-b1 span {
    background-color: #e3eaf3;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    align-content: center;
}

.col-b1 span svg {
width: 30px;
height: 30px;
}

.col-b1 span svg path {
fill: var(--darkblue);
stroke: var(--darkblue);
}
.aac {
    padding-top: 40px;
}

.admission-temp h2,
.curriculum-temp h2 {
    font-size: 18px;
    color: var(--darkblue);
    margin-bottom: 7px;
}

.admission-temp p,
.curriculum-temp p {
    font-size: 16px;
    color: var(--contenttext);
    font-family: inter;
}

.adm-curr {
    padding: 48px;
    text-align: center;
    background-color: var(--cnt-bg);
    align-content: center;
}

.admission-temp {
    border-radius: 28px 28px 0 0;
}

.curriculum-temp {
    border-radius: 0 0 28px 28px;
}

.adm-img-temp {
    position: relative;
    overflow: hidden;
}

.adm-img-temp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    pointer-events: none;
}

.adm-img-temp picture {
    display: block;
    width: 100%;
}

.adm-img-temp img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.admission-temp:hover,
.curriculum-temp:hover {
    cursor: pointer;
}
.btn-cool {
    margin-top: 30px;
}

.overlay-abt-p {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-self: center;
    z-index: 4;
    top: 50%;
    left: 40%;
    transform: translate(-40%, -50%);
}

.overlay-abt-p h2 {
    font-size: 22px;
    color: var(--white);
}

.overlay-abt-p p {
    font-size: 16px;
    font-family: 'inter';
    color: var(--white);
}

.overlay-abt-p span svg path {
    fill: white;
}

@media (min-width: 768px) {
    .aac {
        padding-top: 80px;
        align-items: center;
    }

    .admission-temp h2,
    .curriculum-temp h2 {
        font-size: 21px;
    }

    .admission-temp p,
    .curriculum-temp p {
        font-size: 16px;
    }

    
    .adm-img-temp img {
        height: 350px;
        
    }
    
}
@media (min-width: 992px) {
    .aac {
        padding-top: 100px;
    }

    .admission-temp {
        border-radius: 28px 0 0 28px;
    }

    .curriculum-temp {
        border-radius: 0 28px 28px 0;
    }


    .admission-temp,
    .curriculum-temp {
        padding: 55px 40px;
        min-height: 323.4px;
    }

    .admission-temp h2,
    .curriculum-temp h2 {
        font-size: 25px;
    }

    .adm-img-temp::after {
        border-radius: 28px;
    }

    .adm-img-temp {
        border-radius: 28px;
    }

    .adm-img-temp img {
        height: 450px;
        border-radius: 28px;
    }
}
.contact-main .col-a {
  box-sizing: border-box;
  padding: 0px 25.6px;
}
.contact-sec {
  padding-top: 50px;
}
.contact-cont {
  box-sizing: border-box;
}

.contact-cont h2 {
  font-size: 16px;
  color: var(--yellowtext);
  padding-bottom: 20px;
}

.contact-cont h3 {
  font-size: 24px;
  color: var(--darkblue);
  padding-bottom: 20px;
}

.contact-cont p {
  font-size: 16px;
  color: var(--contenttext);
  font-family: "inter";
  padding-bottom: 20px;
}
.ccol-a,
.ccol-b {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.crow-a {
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 15px;
}
label{
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-family: "inter";
}
select{
    color: var(--contenttext);
}
input,
textarea,
select {
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--yellowtext);
  resize: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid var(--yellowtext);
}
select option{
    background-color: none;
    transition: all ease 0.3s;
}
select options:hover{
    background-color: var(--yellowtext);
}

.btn-cont-form span svg {
  width: 12px;
  height: auto;
}
.btn-cont-form span svg path {
  fill: var(--white);
}
.btn-cont-form p {
  font-size: 16px;
}
.btn-cont-form {
  display: flex;
  flex-direction: row;
  gap: 5px;
  background-color: var(--darkblue);
  color: var(--white);
  box-sizing: border-box;
  padding: 10px 30px;
  border-radius: 28px;
  margin: 10px 0px 10px 10px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border: none;
}
.btn-cont-form:hover {
  background-color: var(--yellowtext);
}

.cont-image-cont {
  text-align: center;
}
.cont-image-cont img {
  max-width: 70%;
}

@media (min-width: 768px) {
  .contact-cont h2 {
    font-size: 15px;
  }

  .contact-cont h3 {
    font-size: 31px;
  }

  .contact-cont p {
    font-size: 15px;
  }
  label, option {
    font-size: 14px;
  }

  input,
  textarea, option {
    font-size: 14px;
  }
  .contact-form {
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .contact-sec {
    padding: 112px 0px 80px;
  }
  .contact-cont h2 {
    font-size: 16px;
  }

  .contact-cont h3 {
    font-size: 39px;
  }

  .contact-cont p {
    font-size: 16px;
  }
  label, option {
    font-size: 14px;
  }

  input,
  textarea, select {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cont-image-cont img {
    max-width: 100%;
  }
}

@media (max-width: 1024px){
    .map-cont iframe{
        max-height: 400px;
    }
}
/* Counter Section */
.counter-div {
    margin: 50px 20px;
}

.counterr {
    padding: 30px 15px;
    background-color: var(--darkblue);
    color: #fff;
    border-radius: 28px;
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
    gap: 20px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.counterr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://omacademy.net/assets/images/global/Background_abstract_2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
}

.c-elements {
    box-sizing: border-box;
}

.c-elements h2 {
    font-size: 32px;
}

.c-elements p {
    font-size: 16px;
    font-family: "inter";
    font-weight: 300;
}

.diff-color {
    color: #ffec75;
}

@media (min-width: 768px) {
    .counterr {
        gap: 0px;
        max-width: 95%;
    }
    
    .c-elements h2 {
        font-size: 44px;
    }
    
    .c-elements p {
        font-size: 15px;
    }
    
    .pd-extra {
        padding-top: 20px;
    }
}

@media (min-width: 1024px) {
    .counter-div {
        margin: 130px 20px 0;
    }
    
    .counterr {
        padding: 60px 20px;
    }
    
    .pd-extra {
        padding-top: 0px;
    }
    
    .c-elements h2 {
        font-size: 61px;
    }
    
    .c-elements p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .counterr {
        max-width: 85%;
    }
}

/* Curriculum Section */
.curriculum-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 80%;
    justify-self: center;
    font-weight: 700;
}

.curriculum-heading h2 {
    font-size: 16px;
    color: var(--yellowtext);
}

.curriculum-heading p {
    font-size: 24px;
    color: var(--darkblue);
}

.curr-cards {
    gap: 20px;
    margin-top: 20px;
}

.curr-card {
    padding: 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-radius: 28px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 60px 0px;
    transition: all 0.4s ease;
}

.curr-card h3 {
    font-size: 16px;
    color: var(--darkblue);
    transition: all 0.2s ease;
}

.curr-card p {
    font-size: 12px;
    color: var(--contenttext);
    transition: all 0.2s ease;
}

.curr-card:hover {
    background-color: var(--yellowtext);
    cursor: pointer;
}

.curr-card:hover h3 {
    color: var(--white);
}

.curr-card:hover p {
    color: var(--white);
}

.btn-curr {
    margin: 12px 0px;
}

.curr-svgs {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--cnt-bg);
    align-content: center;
    align-self: center;
    transition: all 0.4s ease;
}

.curr-card:hover .curr-svgs {
    background-color: var(--white);
}

.curr-svgs svg {
    width: 28px;
    height: 28px;
}

.curr-svgs svg path {
    fill: var(--darkblue);
}

.card-different {
    background-color: var(--yellowtext);
}

.card-different h3 {
    color: var(--white);
}

.card-different p {
    color: var(--white);
}

.card-different .curr-svgs {
    background-color: var(--white);
}

.btn-diff {
    background-color: var(--white);
    color: var(--darkblue);
}

@media (min-width: 768px) {
    .curriculum-heading {
        margin-bottom: 60px;
    }
    
    .curriculum-heading h2 {
        font-size: 15px;
    }
    
    .curriculum-heading p {
        font-size: 31px;
    }
    
    .curr-cards {
        gap: 0px;
    }
    
    .curr-cards .col-a,
    .curr-cards .col-b,
    .curr-cards .col-c,
    .curr-cards .col-d {
        padding: 10px;
        box-sizing: border-box;
    }
    
    .curr-card h3 {
        font-size: 18px;
    }
    
    .curr-card p {
        font-size: 13px;
    }
}

@media (min-width: 1024px) {
    .curriculum-heading {
        max-width: 60%;
    }
    
    .curriculum-heading h2 {
        font-size: 16px;
    }
    
    .curriculum-heading p {
        font-size: 39px;
    }
    
    .curr-card h3 {
        font-size: 18px;
    }
    
    .curr-card p {
        font-size: 16px;
    }
}

/* Departments & Faculty */
.department-sec {
    padding-top: 50px;
}

.dept-heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dept-heading h2 {
    font-size: 16px;
    color: var(--yellowtext);
}

.dept-heading h3 {
    font-size: 24px;
    color: var(--darkblue);
}

.dept-heading p {
    font-size: 16px;
    color: var(--contenttext);
    margin-bottom: 14.4px;
    max-width: 80%;
    font-family: "inter";
}

.image-card {
    padding: 45px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    color: var(--white);
    padding: 2rem;
    overflow: hidden;
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.93),
        rgba(93, 93, 93, 0.118)
    ),
    url('https://omacademy.net/assets/images/global/fac-1.jpg');
}

.icard-2 {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.93),
        rgba(93, 93, 93, 0.118)
    ),
    url('https://omacademy.net/assets/images/global/fac-2.jpg');
}

.icard-3 {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.93),
        rgba(93, 93, 93, 0.118)
    ),
    url('https://omacademy.net/assets/images/global/fac-3.jpg');
}

.icard-4 {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.93),
        rgba(93, 93, 93, 0.118)
    ),
    url('https://omacademy.net/assets/images/global/fac-4.jpg');
}

.icard-5 {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.93),
        rgba(93, 93, 93, 0.118)
    ),
    url('https://omacademy.net/assets/images/global/fac-5.jpg');
}

.image-card h4 {
    font-size: 16px;
    color: var(--white);
    margin-bottom: 20px;
}

.image-card p {
    font-size: 16px;
    color: var(--white);
    font-family: "inter";
    line-height: 1.2;
}

.fac-svg-cont {
    margin-bottom: 20px;
    margin-top: 150px;
}

.fac-svg-cont svg {
    width: 35px;
    height: 35px;
}

.department-sec .col-a,
.department-sec .col-b,
.department-sec .col-c,
.department-sec .col-d,
.department-sec .col-e,
.department-sec .col-f {
    box-sizing: border-box;
    padding: 10px 0px;
}

@media (min-width: 768px) {
    .department-sec .col-a,
    .department-sec .col-b,
    .department-sec .col-c,
    .department-sec .col-d,
    .department-sec .col-e,
    .department-sec .col-f {
        padding: 10px 10px;
    }
    
    .department-sec {
        padding-top: 115px;
    }
    
    
    .dept-heading h2 {
        font-size: 15px;
    }
    
    .dept-heading h3 {
        font-size: 31px;
    }
    
    .dept-heading p {
        font-size: 15px;
    }
    
    .image-card h4 {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .department-sec {
        padding-top: 150px;
    }
    
    .dept-heading h2 {
        font-size: 16px;
    }
    
    .dept-heading h3 {
        font-size: 39px;
    }
    
    .dept-heading p {
        font-size: 16px;
        max-width: 90%;
    }
    
    .image-card h4 {
        font-size: 20px;
    }
}

.curriculum-div{
    display: none;
}

.hover-actions {
    position: absolute;
    top: 15%;
    width: 100%;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-self: anchor-center;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transform: scale(0);
    transition: transform 0.6s ease, opacity 0.6s ease;
    cursor: pointer;
}

.overlay2 {
    position: absolute;
    inset: 0;
    background: linear-gradient(-45deg, #e0bb37, #131e2e);
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
    pointer-events: none;
    z-index: 2;
    border-radius: 28px;
    transition: transform 0.6s ease, opacity 0.6s ease;
    cursor: pointer;
}

.image-card:hover {
    cursor: pointer;
}

.image-card:hover h4,
.image-card:hover p,
.image-card:hover .fac-svg-cont {
    opacity: 0;
}

.image-card:hover .overlay2 {
    opacity: 0.8;
    transform: scale(1);
}

.image-card:hover .hover-actions,
.image-card:hover .hover-actions h4,
.image-card:hover .hover-actions p {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.btn-lm {
    margin-top: 20px;
}

/* Testimonial Section */
.testimonial-main {
    background-color: #e3eaf3;
    padding-top: 28px;
    position: relative;
}

.test-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 80%;
    justify-self: center;
}

.test-content .quote svg {
    max-width: 55px;
}

.test-content .quote svg path {
    fill: var(--yellowtext);
}

.test-content h2 {
    font-size: 24px;
}

.test-content p {
    font-size: 16px;
    line-height: 1.4;
    font-family: "inter";
    color: var(--contenttext);
    margin-bottom: 40px;
}

.test-card,
.testimonial-1-card {
    width: 95%;
    padding: 28px;
    border-radius: 28px;
    background-color: var(--white);
    box-sizing: border-box;
    justify-self: center;
}

.test-card p,
.testimonial-1-card p {
    font-size: 16px;
    font-family: "inter";
    font-weight: 500;
    color: var(--contenttext);
}

.author-info {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.other-info {
    justify-content: end;
    margin-right: 20px;
    flex-direction: row-reverse;
}

.author-image img {
    max-width: 50px;
    height: auto;
    border-radius: 50%;
}

.auth-inf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.other-info .auth-inf {
    align-items: end;
}

.auth-inf .s1,
.auth-inf .s2 {
    font-size: 16px;
    color: var(--contenttext);
    font-family: "inter";
}

.auth-inf .s1 {
    font-weight: 800;
}

.test-carousel-wrapper,
.testimonial-1-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}

.test-cards,
.testimonial-1-cards {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 1s ease-in-out;
}

.test-cards .slide,
.testimonial-1-cards .testimonial-1-slide {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.test-img-cont {
    border-radius: 28px;
}

@media (min-width: 768px) {
    .test-content h2 {
        font-size: 31px;
    }
    
    .test-content p {
        font-size: 15px;
    }
    
    .test-card p,
    .testimonial-1-card p {
        font-size: 15px;
    }
    
    .test-card .testimonial-1-card {
        padding: 30px;
    }
}

@media (min-width: 1024px) {
    .test-content h2 {
        font-size: 39px;
    }
    
    .test-content p {
        font-size: 16px;
    }
    
    .test-card p,
    .testimonial-1-card p {
        font-size: 16px;
    }
    
    .test-card,
    .testimonial-1-card {
        padding: 32px;
    }
}

.test-img-cont {
    overflow: visible;
}

.test-img-cont picture {
    display: block;
}

.test-img-cont img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 28px;
    margin-bottom: -40px;
}

