@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 16px;
 font-family: "Montserrat", sans-serif!important;
  color: #000;
  font-weight: normal;
  line-height: 25px !important;
  letter-spacing: 0.5px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
.bg-grey{background: #f8f8f8;}

section {
  padding: 40px 0;
  position: relative;
}

section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.navbar-brand>img {
  max-height: 41px;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}


.orange {
  color: #f06432;
}
.form-control {
    height: 40px;
    position: relative;
}
.form-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #fff1e6;
}

.btnotp
 {
    background: #f06432;
    position: absolute;
    right: 5px;
    top: 4px;
    border: inherit;
    padding: 3px 8px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 14px;
}

/* **********Navbar********* */

.header-region .navbar-nav>li>a.btnsamecont {
  background-color: #f06432;
  border-radius: 8px;
  color: #fff;
  padding: 5px 15px;
  margin-top: 1px;
  border: 1px solid #f06432;
  font-size: 16px;
  font-weight: 500;
}


.header-region .navbar-nav>li>a.btnsamecont:hover {
  color: #fff !important;
}

.header-region .navbar-nav>li>a.btnsamecont1 {
  background-color: #fff;
  border-radius: 8px;
  color: #344054;
  padding: 5px 15px;
  margin-top: 1px;
  border: 1px solid #D0D5DD;
  font-size: 16px;
  font-weight: 500;
}

.header-region .navbar-expand-lg .navbar-nav .nav-item.free {
  position: relative;
}

.header-region .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  /* padding-right: 0.4rem;
  padding-left: 0.4rem; */
  margin-right: 5px;
}

.header-region .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #f06432;
}

.header-region .navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-toggle::after {
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: .255em;
  vertical-align: -0.1em;
  border-top: inherit;
  border-right: inherit;
  border-bottom: 0;
  border-left: inherit;
  content: "\f107";
  line-height: initial;
}

.dropdown-toggle::after {
  content: "\f107";
  /* Downward arrow */
  transition: transform 0.3s ease-in-out;
}

.dropdown-toggle.rotate::after {
  transform: rotate(180deg);
}


.header-region .navbar-nav>li>.dropdown-menu {
  top: calc(100% + 12px);
  min-width: 220px;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.header-region .navbar-nav .nav-item {
  position: relative;
}

.header-region .navbar-nav .nav-item span {
  position: absolute;
  top: -10px;
  background: #12B76A;
  padding: 2px 10px;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 18px;
  left: 10px;
}

.header-region .navbar-nav .nav-item span i {
  color: #FDD835;
}

i.fa-solid.fa-magnifying-glass {
  color: #f06432;
}


.change {
  position: fixed !important;
  width: 100%;
  transition: all 0.5s ease 0s;
  z-index: 999 !important;
  top: 0px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  left: 0;
  border-radius: 0px !important;
  background: #f8f9fa;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: initial;
}






.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  border-radius: 0;
  padding: 0px;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


.dropdown-submenu>a:after {
  /* display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; */

  font-family: "FontAwesome";
  display: inline-block;
  border-top: inherit;
  border-right: inherit;
  border-bottom: 0;
  border-left: inherit;
  content: "\f107";
  line-height: initial;
  float: right;
  transform: rotate(-0.25turn);
  margin-top: 7px;

}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

#collapseExample {
  position: absolute;
  right: 100%;
  z-index: 9;
  min-width: 337px;
  top: calc(100% + 18px);
}

#collapseExample .card {
  padding: 10px;
  border-radius: 0;
  background: #f9f9f9;
}

#collapseExample .card .form-control {
  height: 35px;
}

/* **********banner********* */

.banner h1 {
  font-size: 38px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 15px;
}

.banner{background: #fcf0e6;}

.cta {
    background: #f06432;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

a.btn:hover {
  background-color: #f06432;
  border-color: var(--bs-btn-hover-border-color);
  color: #fff;
}

.btn:hover {
  background-color: #f06432;
  border-color: var(--bs-btn-hover-border-color);
  color: #fff;
}

a.btn.bg-white:hover {
  background-color: #ffffff !important;
  border: 1px solid #D0D5DD;
  color: #344054;
}

.btn.bg-white:hover {
  background-color: #ffffff !important;
  border: 1px solid #D0D5DD;
  color: #344054;
}


.bg-white {
  background: #fff;
  color: #101828 !important;
  border: 1px solid #f06432;
}



.banner p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  margin-bottom: 30px;
}

.banner p a {
  color: #2c6bef;
  text-decoration: underline;
}

.attene {
    position: relative;
    padding: 0px 0 0px 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.attene span {
    position: absolute;
    left: 0;
    top: -10px;
    background: #faf2eb;
    padding: 2px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    vertical-align: middle;
}
.attene span img {
    max-width: 30px;
    margin-top: 10px;
}
.attene p {
  margin-top: 0;
  font-size: 16px;margin-bottom: 0;
}
.about-image {
    overflow: hidden;
}
.about-image img{
 border-radius: 20px;
}
.about-image {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 8px;
        border-radius: 20px;
}

.program-box {
box-shadow: 3px 3px 16px #504e4e29;
border: 1px solid #dbd7d7;
border-radius: 16px;
padding: 0px 0px 20px;
background: #fff;
overflow: hidden;
}

.program-box img {
width: 100%;
}

.program-box h5 {
text-align: center;
color: #101828;
background: #ffe3d9;
padding: 5px;
border-radius: 0px;
border: 0px;
border-bottom: 2px solid #ffa888;
margin-bottom: 15px;
border-top: 2px solid #ffa888;
}



.feature-content h4 {
padding: 5px 0 5px 24px;
position: relative;
text-align: left !important;
width: 100%;
line-height: 22px;
font-size: 16px !important;
font-weight: 400 !important;
margin-bottom: 0px !important;
}

.feature-content h4::before {
color: #f06432;
content: "\f00c";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
position: absolute;
top: 6px;

}

.feature-content {
height: 150px;
overflow: auto;
padding: 15px 20px;
margin-right: 10px;
}


.program-box h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}

.rectangle-31 h5 strong {
font-weight: 700;
}

.center-near-block {
    background: #fdf8f4;
    padding: 20px;
    border-radius: 1rem;
}
.center-near-block-inner {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #fff;
}
.center-near-block-inner img {
    max-width: 65px;
    border-radius: 10px;
}
.center-near-block-inner:hover {
  border: 1px solid #f06432;
}
.center-near-block-inner h3 {
    font-size: 15px;
    margin: 0;
     color: #000;
}
.center-near-block a{text-decoration: none;}
.copntheffil .col-lg-3:nth-child(5) ~ * {
    margin-top: 20px;
}
.copnth .col-lg-6:nth-child(2) ~ * {
    margin-top: 20px;
}
.inner {
    position: relative;
    border: 1px solid #eaecf0;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding: 20px 0 0;
}

/* .inner:before {
content: '';
position: absolute;
height: 100%;
opacity: .9;
width: 100%;
left: 0;
top: 0;
background: linear-gradient(180deg,#01010166 50%,#000000ed 84%);
border-radius: 5px;
} */

.inner h3 {
  color: #000;
  font-size: 20px;
  margin: 0 0 5px 0;
}

.inner h6 {
    color: #f06432;
    font-size: 16px;
}

.inner img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.inner p {
    color: #f06432;
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.inner .product-info {
    margin-bottom: 0px;
    width: 100%;
    padding: 15px 10px 5px;
    /* background: #f3f3f3; */
    text-align: center;
    /* border-radius: 10px; */
}
/* .inner:hover .product-info { margin-bottom:0; margin-top:-214px;  } */

.online-coaching .inner p {
    margin: 0 0 15px;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}
.online-coaching .inner img {
    width: 65px;
    height: inherit;
    border-radius:0px;
}
.single-testimonial-style3 {
    background: #f6f6f6;
    padding: 20px 15px;
    border-radius: 15px;
    box-shadow: 3px 3px 4px #87878729;
    position: relative;
}
.image img {
    width: 70px;
    height: 70px;
    border-radius: 40px;
    border: 2px solid #f06432;
    position: absolute;
    left: 0;
        top: -5px;
}
.image {
    position: relative;
    padding-left: 90px;
}

.schedule {
    position: relative;
    border: 1px solid #eaecf0;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    text-align: left;
    min-height: 242px;
}
.schedule h3 {
    font-size: 20px;
}

.single-testimonial-style3 h5 {
}


.testmonials-pull {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: inherit;
  position: relative;
  padding: 0;
}

.testmonials-pull .slick-prev {
    background-image: url(../img/arrow-left.svg);
    right: 6%;
    left: inherit;
}

.testmonials-pull .slick-next {
    background-image: url(../img/arrow-right.svg);
    right: 0%;
    left: inherit;
}
.testmonials-pull .slick-arrow
 {
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 60px !important;
    height: 60px !important;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    background-size: 25px;
    background-position: center;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: inherit;
    border: 1px solid #EAECF0;
    bottom: -43%;
}

.slick-slider {
  margin: 0 -15px;
}

.slick-slide {
  padding: 10px 0;
  margin-right: 15px;
  margin-left: 15px;
}

.testimonial-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #e8d6c7;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    font-size: 30px;
}
.testimonial-icon i {
    color: #cea98a;
}
.why-choose .slick-list {
    padding-left: 0px !important;
}
/* .choose-why .slick-list {
    padding: 10px 0 !important;
} */

.why-choose {
    padding-bottom: 105px;
}

.blog-post {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.blog-post img{border-radius: 20px;}
.post-title {
    font-size: 20px;
    color: #000000;
    margin-top: 15px;
}
.post-date {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 10px;
}

.post-content {
  margin-bottom: 10px;
}

.footer-main {
    background: #201F1F;
    padding: 25px 0px 25px;
    color: white;
}
.footer-main p {
    margin-bottom: 16px;
    font-size: 14px;
}
.footer-main ul li {
    color: #fff;
    margin-right: 20px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    font-size: 14px;
}
.footer-main ul li a {
    color: white;
    text-decoration: none;
}

.copyright p {
    margin-bottom: 0 !important;
}


/* faq */



.accordion-item {
border: none;
border-bottom: 1px solid #e0e0e0;
}

.accordion-button {
padding: 20px 0;
font-weight: 600;
color: #333;
background-color: transparent;
}

.accordion-button:not(.collapsed) {
color: #333;
background-color: transparent;
box-shadow: none;
}

.accordion-button:focus {
box-shadow: none;
border-color: transparent;
}

.accordion-body {
padding: 0 0 20px 0;
}


/* faq */

/* program */

.pricetbtn {
padding: 0 20px;
}
.program-box .pricetage{
  display: none;
}
.program-box .hide{
  display: none;
}
.program-box #setDisAndPrice0{
  display: none;
}

.program-box {
  box-shadow: 3px 3px 16px #504e4e29;
  border: 1px solid #dbd7d7;
  border-radius: 16px;
  padding: 0px 0px 20px;
  margin-top: 0px;
  background: #fff;
  overflow: hidden;
}

.program-box img {
  width: 100%;
}


.feature-content {
  height: 190px;
  overflow: auto;
  padding: 0 20px;
  margin-right: 10px;
}

.feature-content::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.feature-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.feature-content::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #ced0d3;
  border-radius: 10px;
}

.feature-content h4 {
  padding: 5px 0 5px 24px;
  position: relative;
  text-align: left !important;
  width: 100%;
  line-height: 22px;
  font-size: 14px !important;
  color: #667085 !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
}

.feature-content h4::before {
  color: #f06432;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 6px;

}

.pricetbtn {
  padding: 0 20px;
}

.program-box h4 {
  color: #e6480f;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 20px;
}

.program-box h5 {
  text-align: center;
  color: #101828;
  background: #ffe3d9;
  padding: 5px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #ffa888;
  margin-bottom: 15px;
  border-top: 2px solid #ffa888;
}

.program-box .pricetbtn .cta {
  width: 100%;
  margin-top: 20px;
}


/* program */


/*----------------testimonial-------------------------*/

.slick-prev {
    background-image: url(/cat-mba/images/left-arrow-angle.png) !important;
    right: 26px !important;
    left: inherit;
}

.slick-next {
    right: 0px;
    background-image: url(/cat-mba/images/right-arrow-angle.png) !important;
}


.slick-arrow {
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    top: -10%;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    cursor: pointer;
    background-color: transparent !important;
    background-size: 25px;
    background-position: center;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.latest-noti {
    background: #ffffff;
    padding: 22px 16px;
    border-radius: 15px;
    box-shadow: 0px 4px 20px 0px rgba(71, 117, 192, 0.10);
    border: 1px solid #e1ecf9;
}

.latest-noti li span {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
    margin-bottom: 10px;
    display: block;
}


.msii2 ul {
    list-style: outside none none;
    margin: 0 0 0px 0;
    padding: 0;
}

.msii2 ul li {
    list-style: outside none none;
    margin: 0;
    padding: 6px 0 6px 15px;
    position: relative;
    text-align: left;
    width: 100%;
    line-height: 20px;
}

.msii2 ul li a {
    color: #000;
}

.msii2 ul li::before {
    color: #000000;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0;
    position: absolute;
    background: transparent;
    text-align: center;
    top: 6px;
}

.latest-noti h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.latest-noti.msii2 a {
    color: #f06432;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  
}

.banner h1 {
    font-size: 28px;
}
.banner p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}
.cta {
    padding: 10px 10px;
    font-size: 13px;
}
.form-box {
    margin-top: 20px;
}
section h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.about-image {
    display: none;
}
.attene {
    padding: 0px 0 0px 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.attene p {
    font-size: 14px;
}
.attene span img {
    max-width: 25px;
    margin-top: 6px;
}
.attene span {
    position: absolute;
    left: 0;
    top: 0px;
    background: #faf2eb;
    padding: 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
}
.inner {
    margin-bottom: 20px;
}
.program-box {
    margin-bottom: 20px;
}
.copntheffil .col-6 {
margin-top: 20px;
}
.center-near-block-inner {
flex-wrap: wrap;
justify-content: center;
gap: 10px;
flex-direction: column;
}

.center-near-block-inner h3 {
font-size: 14px;
margin: 0;
}
.testmonials-pull .slick-arrow
 {
        bottom: -30%;
}
.testmonials-pull .slick-prev {
    right: 19%;
}
.single-testimonial-style3 h5 {
    font-size: 17px;
}
.testimonial-icon {
    position: absolute;
    right: -14px;
    bottom: inherit;
    background: #e8d6c7;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 24px;
    top: -8px;
}
.blog-post {
    margin-bottom: 15px;
}

    .slick-arrow {
        top: 45%;
        background-color: #c5bfbff5 !important;
    }

        .slick-prev {
        background-image: url(/cat-mba/images/left-arrow-angle.png) !important;
        /* right: 0px !important; */
        left: 0;
    }

}


/* Blog Post Layout */
.blog-post {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 15px;
  height: 100%;
}

.blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.blog-img {
  flex: 0 0 40%;
}

.blog-img img {
  width: 100%;
  min-height: 160px;
  border-radius: 6px;
}

.blog-content {
  flex: 1;
}

.blog-content .post-title {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #222;
}



.blog-content p{
  font-size: 15px;
  color: #212529;
  margin-bottom: 5px;
  line-height: 1.5;
}

.blog-content .post-title a {
    text-decoration: none;
    color:#000;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .blog-post {
    flex-direction: column;
  }

  .blog-img {
    flex: 0 0 auto;
    width: 100%;
  }

  .blog-img img {
    width: 100%;
    height: auto;
  }
}
