@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --yellow: #fda31b;
  --light-blue: #012758;
  --blue: #0e2a46;
  --dark-blue: #19232b;
  --gray: #757f95;
  --text-color: #757f95;
  --roboto: "Roboto", sans-serif;
  --yantramanav: "Yantramanav", sans-serif;
}

.bg_yellow {
  background: var(--yellow);
}

.bg_offwhite {
  background: #f2f3f5;
}

.bg_blue {
  background: var(--blue);
}

.bg_light_blue {
  background: var(--light-blue);
}

.yellow_txt {
  color: var(--yellow) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
strong,
ul,
li {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #000;
}
.facility_box_img {
    text-align: center;
}
.padding_70 {
  padding: 70px 0px;
}

.margin_70 {
  margin: 70px 0px;
}

.number_outline {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: transparent; /* Make inside transparent */
  -webkit-text-stroke: 2px var(--blue); /* Stroke thickness + color */
  -moz-text-stroke: 2px var(--blue);
  font-family: var(--roboto);
}

/* ------ HEADER -------- */

header .topbar p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--roboto);
    color: #fff;
}

header .topbar .social_icons i {
  background: var(--blue);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar_list {
  justify-content: flex-end;
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

header a.nav-link,
header a.nav-link.active {
  font-family: var(--roboto);
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #fff !important;
}

.yellow_btn {
  font-family: var(--roboto);
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: var(--yellow);
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 50px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 0;
  padding: 12px 24px;
}

button.navbar-toggler {
  filter: brightness(0) invert(1);
  box-shadow: none !important;
}
footer {
    border-top: 10px solid #fff;
}

/* ------- FOOTER -------- */

.ftr_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ftr_left p {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.ftr_left i {
  background: var(--yellow);
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ftr_icon_list,
.ftr_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ftr_list h3 {
  font-family: var(--yantramanav);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.ftr_list li,
.ftr_list li a {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.ftr_list li i {
  color: var(--yellow);
}

.yellow_btn i {
  color: #fff !important;
}

form.subscribe_form input {
  height: 50px;
}

form.subscribe_form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.underline_txt {
  padding-bottom: 0;
  margin-bottom: 20px;
  position: relative;
}

.underline_txt::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 0;
  width: 100px;
  height: 4px;
  background: linear-gradient(
    to right,
    #2c4a6b 0%,
    /* dark blue */ #2c4a6b 20%,
    /* 1/3 left (start yellow) */ #f4a230 20%,
    /* yellow start */ #f4a230 50%,
    /* yellow end (2/3) */ #2c4a6b 50%,
    /* dark blue again */ #2c4a6b 100%
  );
  border-radius: 4px;
  margin: 20px auto;
}

.copyright {
  border-top: 1px solid #f5faff;
}

.cprt_txt {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #f5faff;
}

.social_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.social_icons i {
  background: #fff;
  color: var(--yellow);
  font-size: 16px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------ HOMEPAGE ------ */

.banner_sec .carousel-control-prev-icon,
.banner_sec .carousel-control-next-icon {
  background: #ffffff33;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner_sec .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.info h1.heading {
  font-family: var(--yantramanav);
  font-weight: 900;
  font-size: 61px;
  line-height: 72px;
  text-transform: capitalize;
  color: #fff;
}

.info p.dscp {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
}

.banner_sec .info p.dscp {
  width: 80%;
  font-size: 18px;
  color: #fff;
}
/* lab  */
.lab_sec img.img-fluid {
  background: var(--blue);
  padding: 10px;
  border-radius: 50%;
  width: 60px;
}

.lab_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lab_box {
  padding: 22px;
  box-shadow: 0px 2px 40px 5px #0000000d;
  border-radius: 40px;
  border-bottom-left-radius: 0;
  background: #ffff;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
h3.lab_title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: var(--roboto);
  color: #fff;
}
.lab_sec {
    position: relative;
    z-index: 10;
    margin-top: -145px;
}
.banner_sec {
  z-index: 1;
}
.quality_box {
  display: flex;
  align-items: center;
  background: var(--yellow);
  padding: 15px;
  gap: 15px;
  border-radius: 35px 35px 35px 0px;
}
.abt_img_one {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info h2.heading {
  font-family: var(--yantramanav);
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  text-transform: capitalize;
  color: #000;
}

.info p.sub_heading {
  font-family: var(--roboto);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--yellow);
  border-bottom: 2px solid var(--yellow);
  width: fit-content;
  padding: 0 10px;
}

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

.about_feature_box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about_feature_box img {
  background: var(--yellow);
  padding: 10px;
  border-radius: 50%;
}

.about_feature_box .feature_cnt h5 {
  font-family: var(--yantramanav);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: var(--dark-blue);
}

.review_box {
  padding: 20px;
  box-shadow: 0px 2px 40px 5px #0000000d;
  border-radius: 20px;
  background: #116e6317;
  min-height: 200px;
}

.review_box .cnt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review_box .cnt p {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-blue);
}

.btn_wrapper,
.call_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner_image {
  width: 100%;
  height: 100%; /* ya jitni height chahiye */
	min-height:550px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.about_info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.call_box i {
  box-shadow: -5px 5px 0px 0px #116e6317;
  background: var(--blue);
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call_box .call_cnt p {
  font-family: var(--roboto);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--yellow);
}

.call_box .call_cnt a {
  font-family: var(--yantramanav);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--dark-blue);
}

/* ------- COUNTER CSS ------- */
.counter_sec {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.counterbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.counterbox #counter {
  font-family: var(--roboto);
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}

.counterIcon {
  background: var(--yellow);
  border-radius: 30px 30px 60px 60px;
  position: relative;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2; /* icon + bg above border */
}

.counterIcon::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 30px 30px 60px 60px;
  z-index: 1; /* behind yellow background */
}

.counterIcon img {
  width: 95px;
  height: 80px;
  z-index: 3;
  background: var(--yellow);
  position: relative;
  padding: 12px;
  border-radius: 30px;
  border-top-right-radius: 9px;
  object-fit: contain;
}

.counterbox p {
  font-family: var(--yantramanav);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-transform: capitalize;
}

/* ------- FACILITIES CSS ------- */

.facilities_sec .info {
  width: 50%;
  margin: auto;
}

.card {
    box-shadow: 0px 0px 40px 5px #0000000d;
    border: none;
    border-radius: 50px;
    border-bottom-left-radius: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
}

h5.card-title {
  font-family: var(--yantramanav);
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: var(--dark-blue);
}

p.card-text {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
}

/* ------- WHY CHOOSE US CSS ------- */
.why_choose_us {
    background: url(../images/why_choose_us_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 650px;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why_choose_us .info h2.heading,
.why_choose_us .info p.dscp,
.why_choose_us .feature_cnt h5 {
  color: #fff;
}

.why_choose_us .about_feature_box {
  background: #fff;
  border-radius: 60px 40px 40px 0px;
  padding: 15px;
  padding-left: 0;
}

.why_choose_us .about_feature_box img {
  border-radius: 40px 50% 50% 0;
}

.why_choose_us .about_feature_box h5 {
  color: var(--dark-blue);
}

.why_choose_us .about_feature_box p {
  color: var(--text-color);
}

/* .col_margin {
  margin-top: -50px;
} */

.why_choose_us .choose_img_box {
    position: relative;
    text-align: center;
}

.why_choose_us .choose_img_box::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 54px solid transparent;
  border-right: 54px solid var(--light-blue);
  bottom: 0;
  left: 54px;
  z-index: -1;
}

/* Offer Section */

.offer_sec {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
}

.white_btn {
  font-family: var(--roboto);
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--dark-blue) !important;
  background: #fff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 50px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 0;
  padding: 12px 24px;
}

.offer_box {
  background: var(--yellow);
  border-radius: 50px 50px 50px 0px;
  padding: 10px;
  margin-top: -35px;
}
.department_content.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    height: 100%;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.offer_box .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  border-radius: 50px 50px 50px 0px;
  border: 5px solid #fff;
  padding: 35px;
}

.offer_box .info h2.heading {
  font-size: 48px;
  line-height: 60px;
}

/* Skills Section */
.our_skills {
  background: url(../images/skills_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/* Banner Section */
.facility-banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.facility-banner h1 {
  position: relative;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  z-index: 2;
  width: auto;
}

.facility-banner h1::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 25%;
  width: 100px;
  height: 4px;
  background: #f4a230;
  border-radius: 4px;
}

/* Facilities Text Section */
.facility-section {
  background: #052c69;
  color: #fff;
  padding: 60px 0;
}

.facility-image {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.facility-section ul li {
  margin-bottom: 6px;
  line-height: 1.5;
}
.facility-section ul li {
  list-style-type: disc;
  color: #fff;
}

.contact_sec {
  padding: 110px;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
.contact_sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 100%;
  background: var(--yellow);
}
.get_intouch {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.git {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
form.cntct_form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.black_btn {
  font-size: 14px;
  line-height: 26px;
  padding: 8px 25px;
  border: none;
  min-width: 150px;
  align-self: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: var(--yellow);
  color: #fff;
}
.setting {
  display: flex;
  align-items: center;
  gap: 30px;
}
.set_sec {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}
p.head_Para {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
span.highlight {
  color: var(--yellow);
}
/*  */
.enroll-section {
  position: relative;
  background: url("your-bg-image.jpg") center/cover no-repeat;
  color: #fff;
}

.enroll-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.enroll-form-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 30px 30px 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.enroll-form-box input,
.enroll-form-box select {
  background: rgba(255, 255, 255, 0.8);
  border: none;
}

.progress {
  height: 10px;
  background: #fff;
}

.progress-bar {
  background: var(--yellow);
}

h5.progress_title,
span.progress_percent {
  font-family: var(--yantramanav);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
}

.skill_cnt,
.progress_wrapper,
.progress_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.skills_form {
  background: #fff;
  border-radius: 60px;
  border-bottom-left-radius: 0;
}

.skills_form .info {
  background: var(--yellow);
  padding: 30px;
  border-radius: 60px;
  border-bottom-left-radius: 0;
}

.form_box {
  padding: 30px;
}

.skills_form .info h3.heading {
  font-family: var(--yantramanav);
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
}

.skills_form .info p {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.skills_form label {
    font-size: 16px;
    font-family: var(--roboto);
    margin-bottom: 10px;
    font-weight: 600;
}
input.form-control,
select.form-select {
  background: #f2f3f5;
  color: #212529bf;
  height: 60px;
  box-shadow: none !important;
}
span.wpcf7-form-control.wpcf7-checkbox.form-control {
   background: #f2f3f5;
  color: #212529bf;
  height: 60px;
  box-shadow: none !important;
  display: flex;
    align-items: center;

}
span.wpcf7-form-control.wpcf7-radio.form-control {
    background: #f2f3f5;
    color: #212529bf;
    height: 60px;
    box-shadow: none !important;
    display: flex;
    align-items: center;
}
.card.skills_form {
    box-shadow: 0px 0px 40px 5px #0000000d;
    border: 1px solid var(--yellow);
    border-radius: 50px;
    border-bottom-left-radius: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
}
.admissionform_Sec .yellow_btn {
    width: -webkit-fill-available;
}

.yellow_btn:hover {
    color: #fff !important;
    background-color: #ffc107;
    border-color: var(--bs-btn-hover-border-color);
}
input.form-control:focus,
.form-select:focus {
  border-color: var(--yellow);
}

input[type="file"].form-control {
  padding: 15px 10px;
}

.select_box {
  position: relative !important;
}

.select_box::after {
  position: absolute !important;
  content: "" !important;
  background: url(../images/arrow-down.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 16px !important;
  height: 16px !important;
  top: 22px !important;
  right: 16px !important;
}

.file_info {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-color);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* DEPARTMENT SECTION */
.item {
  margin: 10px;
}

.department_slider .card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.department_slider .card::after {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 10px solid var(--yellow);
  opacity: 0.2;
  border-radius: 50%;
  z-index: -1;
}

.read_more {
  font-family: var(--yantramanav);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--dark-blue) !important;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--yellow);
  margin: 3px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 30px;
}

/* TESTIMONIAL SECTION */

.testimonial-section {
  background: url("../images/testimonial_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/* ACADEMICS SECTION */

ul.dot_list,
ul.dot_list li {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  list-style: disc;
  color: #fff;
}

ul.dot_list {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

::marker {
  color: #fff;
}

p.note,
.training_sec p.yellow_txt {
  font-family: var(--roboto);
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
}

.training_sec p.yellow_txt {
  color: var(--yellow);
}

.training_sec h4.yellow_txt {
  color: var(--yellow);
  font-family: var(--roboto);
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
}
.training_sec .table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: #fff !important;
    --bs-table-bg: transparent !important;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.training_sec th {
    background: var(--yellow) !important;
    color: #000 !important;
}
.training_table th,
.training_table td {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: transparent;
}

.training_table th {
  background: var(--yellow);
}

p.year,
p.subject {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

p.year {
  text-transform: uppercase;
}

table ul.dot_list {
  padding-left: 30px;
  gap: 0;
}

.aims_objective_sec .info h2.heading {
  font-size: 50px;
  line-height: 60px;
}
 h2.heading.sub_heading {
    font-size: 30px;
    color: var(--yellow) !important;
    line-height: 40px;
}
span.sub-name {
    font-size: 18px;
    color: var(--yellow);
    line-height: 28px;
    font-weight: 500;
}
.blog-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: .3s;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.blog-date {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffaf2f;
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: 600;
}

.blog-content {
  padding: 20px;
}

.blog-meta {
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 10px;
}

.blog-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.read-btn {
  display: inline-block;
  background: #ffaf2f;
  padding: 8px 22px;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.read-btn:hover {
  background: #ff8c00;
}
 h2.heading.sub_heading {
    font-size: 30px;
    color: var(--yellow) !important;
    line-height: 40px;
}
span.sub-name {
    font-size: 18px;
    color: var(--yellow);
    line-height: 28px;
    font-weight: 500;
}
.blog-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: .3s;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.blog-date {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffaf2f;
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: 600;
}

.blog-content {
  padding: 20px;
}

.blog-meta {
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 10px;
}

.blog-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.read-btn {
  display: inline-block;
  background: #ffaf2f;
  padding: 8px 22px;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.read-btn:hover {
  background: #ff8c00;
}
 .testimonial-card {
    border-radius: 20px;
    transition: transform .3s ease;
  }

  .testimonial-card:hover {
    transform: translateY(-8px);
  }

  .rating {
    color: #ffb400;
    /* Star color */
    font-size: 18px;
  }

  /* Testimonial Card */
  .testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 28px 28px 28px 0px;
    position: relative;
    border-bottom: 6px solid #F8A210;
    min-height: 270px;
    transition: 0.4s ease;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
  }

  .testimonial-card:hover {
    transform: translateY(-10px);
  }

  /* 99 Badge Corner */
  .quote-badge {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 48px;
    height: 48px;
    background: #F8A210;
    border-radius: 50%;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Stars */
  .star_box {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .star_box i {
    color: #F8A210;
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* Name + Role */
  .testimonial-card h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 25px;
  }

  .testimonial-card span {
    font-size: 14px;
    color: #F8A210;
  }

  /* Owl Carousel Dots */
  .owl-carousel .owl-stage-outer {
    padding: 30px 0 10px;
  }

  .owl-dots {
    margin-top: 15px !important;
  }

  .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #F8A210;
    border-radius: 50%;
    transition: 0.3s;
  }

  .owl-dots .owl-dot.active span {
    background: #F8A210;
  }

  .testimonial-card p {
    color: #455578;
    font-size: 14px;
    font-family: var(--roboto);
    line-height: 28px;
  }