/* Base reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: Roboto, sans-serif !important;
color: #111;
overflow-x: hidden; /* Prevent horizontal scroll anywhere */
}
/* Hero */
.hero {
position: relative;
background: url("/includes/assets/img/FITA-Academy-Placed-Students-Image.webp") center/cover no-repeat;
display: flex;
align-items: center;
justify-content: center;
padding: 105px 20px 95px;
max-width: 100vw; /* Prevent hero overflow */
overflow-x: hidden;
}
/* Features Card container fix */
.fa-branch-temp-features-section {
max-width: 1200px;
margin: -60px auto 60px;
padding: 0 20px;
overflow-x: hidden; /* New to prevent scroll from features */
box-sizing: border-box;
}
/* Features Card inner flex fix */
.fa-branch-temp-features-card {
background: #fff;
border-radius: 24px;
padding: 30px;
box-shadow: 0 16px 38px rgba(0,0,0,0.12);
display: flex;
align-items: center;
gap: 32px;
position: relative;
margin-bottom: 20px;
max-width: 100%; /* Added to restrict card width */
box-sizing: border-box;
overflow-x: hidden;
}
/* Features right image container */
.fa-branch-temp-features-right {
flex: 0 0 360px;
position: relative;
z-index: 1;
max-width: 100%; /* prevent overflow */
box-sizing: border-box;
}
/* Responsive containers */
.fa-branch-temp-container,
.container {
max-width: 100%;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}
/* Trending grid fix */
.fa-branch-temp-trending-grid {
max-width: 100%;
margin: 30px auto;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}
/* Courses section fixes */
.courses-section {
display: flex;
gap: 24px;
align-items: flex-start;
max-width: 100%;
box-sizing: border-box;
overflow-x: hidden; /* prevent scroll */
}
/* Left panel fix */
.left-panel {
flex: 0 0 263px;
max-height: 405px;
overflow-y: auto;
padding: 26px;
border: 1px solid #ddd;
border-radius: 8px;
background: #fff;
max-width: 100%;
box-sizing: border-box;
}
/* Right panel fix for desktop */
.right-panel {
flex: 1 1 auto;
position: relative;
max-width: 100%;
box-sizing: border-box;
overflow-x: hidden;
}
/* Carousel slides */
.slide {
flex: 0 0 auto;
width: calc(100% / 3 - 30px);
height: 405px;
border: 1px solid #ddd;
border-radius: 10px;
padding: 12px;
background: #fff;
box-sizing: border-box;
}
/* Responsive breakpoints existing unchanged */
@media (max-width: 992px) {
.fa-branch-temp-features-card {
padding: 32px;
gap: 20px;
overflow-x: hidden;
max-width: 100%;
}
.fa-branch-temp-features-right {
flex: 0 0 300px;
max-width: 100%;
}
.hero-content h1 { font-size: 60px; }
.hero-content h2 { font-size: 60px; }
.hero-content p.hero-sub { font-size: 25px; }
.hero-content p.hero-highlight { font-size: 24px; }
}
@media (max-width: 768px) {
.fa-branch-temp-features-card {
display: block;
padding: 24px;
text-align: center;
max-width: 100%;
overflow-x: hidden;
}
.fa-branch-temp-features-right {
margin-top: 24px;
flex: none;
width: 100%;
max-width: 100%;
}
.fa-branch-temp-img-container {
width: 260px;
margin: 0 auto;
max-width: 100%;
}
.fa-branch-temp-about-container p {
font-size: 16px;
line-height: 1.6;
}
.fa-branch-temp-about-container h2 {
font-size: 26px;
line-height: 38px;
}
.fa-branch-temp-arrow_list li {
font-size: 20px;
line-height: 32px;
}
/* Courses section stacked on mobile */
.courses-section {
flex-direction: column;
overflow-x: hidden;
}
.left-panel {
width: 100%;
max-width: 100%;
overflow-y: visible;
padding: 0;
margin-bottom: 10px;
}
.right-panel {
display: none;
}
}
@media (max-width: 480px) {
.fa-branch-temp-features-left li {
font-size: 20px;
padding-left: 36px;
}
.fa-branch-temp-img-container {
width: 200px;
padding: 14px;
}
.fa-branch-temp-about-container p {
font-size: 14px;
line-height: 1.5;
}
.fa-branch-temp-about-container h2 {
font-size: 22px;
line-height: 32px;
}
.fa-branch-temp-arrow_list li {
font-size: 18px;
line-height: 28px;
}
body, .fa-branch-temp-inner-sec3 {
overflow-x: hidden !important;
max-width: 100vw !important;
}
}
/* Fix width 100% and box-sizing for all content containers to prevent overflow issues */
.fa-branch-temp-features-grid,
.fa-branch-temp-trending-grid,
.fa-branch-temp-co_container,
.fa-branch-temp-co_content,
.fa-branch-temp-co_text-box,
.fa-branch-temp-co_image-box {
max-width: 100%;
box-sizing: border-box;
overflow-x: hidden;
}
/* Youtube player iframe fix */
.fa-branch-temp-rll-youtube-player iframe {
max-width: 100%;
}
/* Additional universal fix for overflow */
html, body {
max-width: 100%;
overflow-x: hidden;
}
/* banner */
* { margin:0; padding:0; box-sizing:border-box; }
body {  font-family: Roboto,sans-serif !important; color: #111; }
/* Hero */
.hero { 
position: relative; 
background: url("/includes/assets/img/FITA-Academy-Placed-Students-Image.webp") center/cover no-repeat; 
display:flex;
align-items:center;
justify-content:center;
padding:105px 20px 95px; /* extra bottom padding so CTA not hidden */
}
.hero::before {
content:""; position:absolute; inset:0;
background: rgba(0,0,0,0.1);
}
.no-bullet {
list-style: none;
padding-left: 0;
}
.hero-content { 
position: relative; 
z-index: 2; 
text-align:center; 
color:#fff !important; 
}
.hero-content h1 { font-size: 100px; margin-bottom:10px; color:#fff !important; }
.hero-content h2 { font-size: 110px; margin:0; color:#fff !important;}
.hero-content p.hero-sub { margin-top:20px; font-size:39px; color:#fff !important;  }
.hero-content p.hero-highlight { margin-top:32px; font-size:36px; font-weight:600; }
.hero-highlight .y { color:#ffe600; }
.hero-highlight .o { color:#ff7a00; }
.hero-highlight .in { color:#fff; }
.hero-cta { display:inline-flex; align-items:center; margin-top:36px; background:#fff; color:#000; padding:8px 12px; border-radius:10px; font-weight:800; font-size:14px; text-decoration:none; position:relative; z-index:5; }
.hero-cta .ico { margin-right:8px; font-size:18px; }
/*  features-card Start */
.hero-cta:hover{
color: black;
}
.fa-branch-temp-features-section {
position: relative;
max-width: 1200px;
margin: -60px auto 60px; /* less overlap so CTA stays visible */
padding: 0 20px;
z-index: 3;
}
.fa-branch-temp-features-card {
background:#fff;
border-radius:24px;
padding:30px;
box-shadow: 0 16px 38px rgba(0,0,0,0.12);
display:flex;
align-items:center;
gap:32px;
position: relative;
margin-bottom: 20px;
}
.fa-branch-temp-features-card::before {
content:"";
position:absolute;
inset:0;
background-image: linear-gradient(#eee 1px, transparent 1px), linear-gradient(90deg, #eee 1px, transparent 1px);
background-size: 40px 40px;
border-radius:24px;
opacity:0.3;
}
.fa-branch-temp-features-left {
position: relative; z-index:1;
flex:1;
}
.fa-branch-temp-features-left ul { list-style:none; }
.fa-branch-temp-features-left li {
position: relative;
padding-left:33px;
margin-bottom:24px;
font-size:25px;
line-height:1.3;
color:#0f1720;
}
.fa-branch-temp-features-left li::before {
content:"";
position:absolute;
left:0; top:5px;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
border-left:18px solid #5ccf00;
}
.fa-branch-temp-features-left .blue {
color:#0b66c2;
font-weight:700;
}
.fa-branch-temp-features-right {
flex:0 0 360px;
position: relative; z-index:1;
}
.fa-branch-temp-img-container {
position: relative;
border-radius:12px;
padding:18px;
overflow:hidden;
}
.fa-branch-temp-img-container img {
display:block;
width:100%;
border-radius:8px;
}
.fa-branch-temp-img-container::after {
content:"";
position:absolute;
bottom:-36px;
left:-10%;
right:-10%;
height:72px;
border-radius:50%;
}
/* Responsive */
@media(max-width:992px) {
.hero-content h1 { font-size:60px; }
.hero-content h2 { font-size:60px; }
.hero-content p.hero-sub { font-size:25px; }
.hero-content p.hero-highlight { font-size:24px; }
.fa-branch-temp-features-card { padding:32px; gap:20px; }
.fa-branch-temp-features-left li { font-size:24px; padding-left:40px; }
.fa-branch-temp-features-left li::before { top:10px; border-left:16px solid #5ccf00; }
.fa-branch-temp-features-right { flex:0 0 300px; }
}
@media(max-width:768px) {
.fa-branch-temp-features-card {
display:block;
padding:24px;
text-align:center;
}
.fa-branch-temp-features-left { text-align:left; }
.fa-branch-temp-features-right {
margin-top:24px;
flex: none;
width:100%;
}
.fa-branch-temp-img-container { width:260px; margin: 0 auto; }
}
@media(max-width:480px) {
.fa-branch-temp-features-left li { font-size:20px; padding-left:36px; }
.fa-branch-temp-img-container { width:200px; padding:14px; }
}
/* Address */
.fa-branch-temp-sec3 {
/* background-color: #f4f6f8; */
padding: 60px 20px;
padding: 0px 20px 60px 20px;
display: flex;
justify-content: center;
padding-top: 50px;
}
.fa-branch-temp-locdtls strong{
font-size: 22px;
color: #2429a4;
}
.fa-branch-temp-container {
/* max-width: 900px; */
width: 100%;
}
.fa-branch-temp-inner-sec3 {
font-style: italic;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-left: 6px solid #0b66c2; /* Blue left border */
padding: 50px 94px;
background: #f8f8f8;
border-radius: 8px;
box-shadow: 0 12px 24px rgba(0,0,0,0.1);
text-align: left; /* Inner content aligned left */
}
.fa-branch-temp-inner-sec3 h2 {
font-size: 40px;
font-style: italic;
font-weight: 600;
margin-bottom: 30px;
text-align: center;
color: #0d0d0e;
}
.fa-branch-temp-address {
color: #111;
/* line-height: 1.6; */
font-size: 20px;
text-align: center;
}
.fa-branch-temp-address i {
/* margin-right: 8px; */
color: #2429a4; /* Strong blue icons */
}
.fa-branch-temp-locdtls {
margin-top: 10px;
font-size: 20px;
line-height: 1.9;
}
.fa-branch-temp-mapdir {
margin-top: 16px;
/* font-size: 20px;
font-weight: 600; */
color: black;
cursor: pointer;
}
.fa-branch-temp-mapdir u em {
text-decoration: underline;
font-style: normal;
}
a {
text-decoration: none;
color: inherit;
}
/* Responsive */
@media(max-width:768px){
.fa-branch-temp-inner-sec3 {
padding: 16px 20px;
}
.fa-branch-temp-locdtls strong{
font-size: 14px;
color: #2429a4;
}
.fa-branch-temp-inner-sec3 h2 {
font-size: 24px;
margin-bottom: 16px;
}
.fa-branch-temp-address {
font-size: 14px;
}
.fa-branch-temp-locdtls, 
.fa-branch-temp-mapdir {
font-size: 13px;
}
}
.fa-branch-temp-about {
/* background-color: #f4f6f8; */
padding: 40px 20px;
display: flex;
justify-content: center;
}
.fa-branch-temp-about-container {
max-width: 1100px;
width: 100%;
}
.fa-branch-temp-about-container p {
font-size: 24px;
line-height: 1.8;
color: #111;
text-align: justify;
/* margin: 0;
margin-bottom: 20px; */
}
.fa-branch-temp-about-container h2 {
font-size: 30px;
line-height: 45px;
font-weight: 700;
padding-bottom: 20px;
text-align: justify;
}
/* Responsive */
@media(max-width:768px){
.fa-branch-temp-about-container p {
font-size: 16px;
line-height: 1.6;
}
}
@media(max-width:480px){
.fa-branch-temp-about-container p {
font-size: 14px;
line-height: 1.5;
}
}
/* 1st Para */
/* Responsive */
@media(max-width:768px){
.fa-branch-temp-about-container p {
font-size: 16px;
line-height: 1.6;
}
}
@media(max-width:480px){
.fa-branch-temp-about-container p {
font-size: 14px;
line-height: 1.5;
}
}
.fa-branch-temp-about {
/* background-color: #f4f6f8; */
padding: 40px 20px;
display: flex;
justify-content: center;
}
.fa-branch-temp-about-container {
max-width: 1100px;
width: 100%;
}
.fa-branch-temp-about-container p {
font-size: 24px;
line-height: 1.8;
color: #111;
text-align: justify;
/* margin: 0; */
}
/*  */
/* 6 image feature */
.fa-branch-temp-features-sect {
width: 100%;
}
.fa-branch-temp-features-learning {
text-align: center;
background-color: #282568;
color: #fff;
padding: 80px 20px !important;
}
.fa-branch-temp-features-title {
color: #fff !important;
border: none;
padding: 10px 20px;
border-radius: 20px;
font-size: 50px;
padding-bottom: 20px;
font-weight: 700;
cursor: default;
}
.fa-branch-temp-features-desc {
max-width: 600px;
margin: 0 auto 30px;
font-size: 16px;
color: #acaacc !important;
line-height: 1.6;
}
.fa-branch-temp-features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
max-width: 1000px;
margin: 0 auto;
}
.fa-branch-temp-features-item {
padding: 20px;
text-align: center;
color: #111;
border-radius: 10px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* .fa-branch-temp-features-item:hover {
transform: translateY(-5px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
} */
.fa-branch-temp-features-item img {
width: 100px;
height: 100px;
object-fit: contain;
margin-bottom: 15px;
}
.fa-branch-temp-features-heading {
padding-top: 10px;
padding-bottom: 20px;
font-size: 22px;
color: #fff;
}
.fa-branch-temp-features-item p {
font-size: 18px;
line-height: 1.7;
color: #acaacc !important;
}
/* Responsive */
@media (max-width: 768px) {
.fa-branch-temp-features-title {
font-size: 36px;
}
.fa-branch-temp-features-item img {
width: 60px;
height: 60px;
}
}
@media (max-width: 480px) {
.fa-branch-temp-features-title {
font-size: 28px;
}
}
/* Top  trending*/
.fa-branch-temp-trending-section {
background-color: #f6faff;
text-align: center;
padding: 30px 15px;
}
.fa-branch-temp-trending-container {
max-width: 1200px;
margin: 0 auto;
}
.fa-branch-temp-trending-title {
font-weight: bold;
font-size: 40px;
color: #000;
padding-bottom: 10px;
text-align: left;
}
.fa-branch-temp-trending-title span {
color: #0e64a4;
}
.fa-branch-temp-trending-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 20px;
max-width: 1200px;
/* margin: 30px auto; */
padding-bottom: 20px;         }
.fa-branch-temp-trending-item {
display: flex;
flex-direction: column;
align-items: center;
border-radius: 8px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 6px rgba(0,0,0,0.1), 4px 0 6px rgba(0,0,0,0.05), -4px 0 6px rgba(0,0,0,0.05);
}
.fa-branch-temp-trending-item:nth-child(even) {
background-color: #e3eefd;
}
.fa-branch-temp-trending-item img {
width: 80px;
height: 80px;
object-fit: contain;
/* margin-bottom: 10px; */
transition: transform 0.3s ease;
}
.fa-branch-temp-trending-item:hover img {
transform: scale(1.1);
}
.fa-branch-temp-trending-item p {
margin-top: 5px;
font-size: 14px;
font-weight: 600;
color: #111;
}
.fa-branch-temp-trending-item:hover {
transform: translateY(-5px);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
/* Links reset */
.fa-branch-temp-trending-item,
.fa-branch-temp-trending-item:active,
.fa-branch-temp-trending-item:focus,
.fa-branch-temp-trending-item:hover,
.fa-branch-temp-trending-item:visited {
text-decoration: none;
color: inherit;
border: none;
outline: 0;
}
/* Responsive */
@media (max-width: 768px) {
.fa-branch-temp-trending-title {
font-size: 28px;
text-align: center;
}
}
/* Online or classroom */
section {
padding-top: 50px;
}
/* @media (min-width: 1200px) {
.fa-branch-temp-container {
width: 1200px;
margin: 0 auto;
}
} */
.fa-branch-temp-co_container {
width: 90%;
max-width: 1200px;
margin: 50px auto;
}
.fa-branch-temp-co_content {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.fa-branch-temp-co_text-box {
width: 48%;
}
.fa-branch-temp-co_image-box {
width: 48%;
}
.fa-branch-temp-co_text-box h2 {
font-size: 40px;
line-height: 45px;
margin: 15px 0;
color: #2429a4 !important;
}
.fa-branch-temp-co_color {
color: #000000;
}
.fa-branch-temp-co_feature {
display: flex;
align-items: center;
background: #f9f9f9;
padding: 15px;
border-radius: 8px;
margin-bottom: 30px;
width: 90%;
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.fa-branch-temp-co_icon {
margin-right: 15px;
}
.fa-branch-temp-co_icon_img {
width: 50px;
height: 50px;
object-fit: contain;
}
p.fa-branch-temp-co_pr {
font-size: 18px;
text-align: justify;
margin-bottom: 20px;
}
.fa-branch-temp-co_h3 {
font-size: 20px;
margin-bottom: 5px;
color: #111;
}
/* Responsive */
@media (max-width: 992px) {
.fa-branch-temp-co_text-box,
.fa-branch-temp-co_image-box {
width: 100%;
margin-bottom: 30px;
}
.fa-branch-temp-co_text-box h2 {
font-size: 30px;
line-height: 38px;
text-align: center;
}
p.fa-branch-temp-co_pr {
text-align: center;
}
.fa-branch-temp-co_feature {
width: 100%;
}
}
/* Video */
/* Section background */
section#fa-branch-temp-Testimonial-review {
background-color: #f6faff;
padding: 60px 0;
}
/* Container width */
@media (min-width: 1200px) {
.fa-branch-temp-container {
width: 1200px;
margin: 0 auto;
}
}
/* Heading */
h2.fa-branch-temp-hmh2.fa-branch-temp-pbtm {
color: #000;
font-size: 35px;
text-align: left;
line-height: 40px;
margin-bottom: 40px;
}
.fa-branch-temp-cus_title h2 span {
font-weight: 600;
color: #2d73ba;
}
/* Video section grid */
.fa-branch-temp-videoSec {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
text-align: center;
}
.fa-branch-temp-row { margin: 0; }
/* Video card */
.fa-branch-temp-videoInner {
width: 100%;
max-width: 360px;
background: #fff;
border: 1px solid #ddd;
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s ease-in-out;
}
.fa-branch-temp-videoInner:hover {
transform: translateY(-6px);
}
/* YouTube player placeholder */
.fa-branch-temp-rll-youtube-player {
position: relative;
padding-bottom: 56.23%; /* 16:9 ratio */
height: 0;
overflow: hidden;
max-width: 100%;
border-radius: 10px 10px 0 0;
}
.fa-branch-temp-rll-youtube-player img {
bottom: 0;
display: block;
left: 0;
margin: auto;
max-width: 100%;
width: 100%;
position: absolute;
right: 0;
top: 0;
border: 0;
}
.fa-branch-temp-rll-youtube-player button.fa-branch-temp-play {
height: 100%;
width: 100%;
left: 0;
top: 0;
position: absolute;
background: url(https://www.fita.in/wp-content/plugins/rocket-lazy-load/assets/img/youtube.png) no-repeat center;
background-color: transparent !important;
cursor: pointer;
border: none;
}
/* FIX: iframe inside player */
.fa-branch-temp-rll-youtube-player iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
/* Placement text */
.fa-branch-temp-placement-text {
font-weight: 600;
font-size: 17px;
line-height: 24px;
padding: 15px;
text-align: center;
background-color: #fff;
color: #000;
}
.fa-branch-temp-highlight-role {
color: #0a64a5;
font-weight: 700;
}
.fa-branch-temp-highlight-company {
color: #ff1d1d;
font-size: 20px;
font-weight: 700;
}
/* Button section */
.fa-branch-temp-Testi_vid .fa-branch-temp-btnSec {
margin-top: 40px;
text-align: center;
}
.fa-branch-temp-btn.fa-branch-temp-tmbtn {
background-color: #2d73ba;
color: #fff;
padding: 12px 24px;
border-radius: 6px;
border: none;
font-size: 16px;
font-weight: 600;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
transition: background 0.3s ease;
}
.fa-branch-temp-btn.fa-branch-temp-tmbtn:hover {
background-color: #0e64a4;
}
a, a:active, a:focus, a:hover, a:visited {
border: none;
outline: 0;
text-decoration: none;
color: inherit;
}
.fa-branch-temp-about-container a{
color: #084a75;
}
.icons{
padding-left: 0% !important;
}
/* 6 image */
/* Section background */
.fa-branch-temp-section.fa-branch-temp-accrediation {
background-color: #F7F6FF;
padding: 60px 0;
}
/* Heading */
h3.fa-branch-temp-ac-co {
color: #000;
font-size: 45px;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}
/* Container */
.fa-branch-temp-container {
width: 100%;
margin: 0 auto;
padding: 0 15px;
box-sizing: border-box;
}
/* Row setup */
.fa-branch-temp-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -15px;
}
/* Column setup */
.fa-branch-temp-col-xs-6 {
/* width: 50%; */
padding: 16px 28px;
}
@media (min-width: 576px) {
.fa-branch-temp-col-sm-12 { width: 100%; }
}
@media (min-width: 768px) {
.fa-branch-temp-col-md-2 { width: 16.66666667%; }
}
@media (min-width: 1200px) {
.fa-branch-temp-col-lg-2 { width: 16.666667%; }
}
/* Corporate image */
.fa-branch-temp-corporateimg {
text-align: center;
margin-bottom: 20px;
}
.fa-branch-temp-corporateimg img {
width: 140px;
max-width: 100%;
height: auto;
display: inline-block;
}
/* More para and list */
/* Container and Row */
.fa-branch-temp-container {
max-width: 1149px;
margin: 0 auto;
padding: 0 15px;
}
.fa-branch-temp-row {
display: flex;
flex-wrap: wrap;
/* margin: 0; */
}
.fa-branch-temp-col-md-12 {
width: 95%;
}
/* @media (min-width: 768px) {
.fa-branch-temp-col-md-12 {
width: 95%;
}
} */
/* Banner Content */
.fa-branch-temp-bannerContent {
margin-top: 30px;
font-size: 24px;
line-height: 1.8;
}
.fa-branch-temp-bannerContent p {
/* font-size: 16px;
font-weight: 400;
line-height: 30px; */
margin-bottom: 20px;
text-align: justify;
font-size: 24px;
line-height: 1.8;
}
/* Custom paragraph text */
.fa-branch-temp-cr_ptxt p {
font-size: 24px;
line-height: 1.8;
}
/* Heading */
.fa-branch-temp-cr_ptxt h2 {
font-size: 30px;
line-height: 45px;
font-weight: 700;
padding-bottom: 20px;
text-align: justify;
}
/* List reset */
.fa-branch-temp-cr_ptxt ul, 
.fa-branch-temp-cr_ptxt li {
list-style: none;
padding: 0;
margin: 0;
}
/* Arrow list styling */
.fa-branch-temp-arrow_list li {
position: relative;
padding-left: 25px;
margin-bottom: 12px;
font-size: 24px;
line-height: 40px;
text-align: justify;
color: black;
}
.fa-branch-temp-arrow_list li::before {
content: "";
position: absolute;
left: 0;
top: 12px;
width: 0;
height: 0;
border-width: 10px 0 10px 14px;
border-style: solid;
border-color: transparent transparent transparent #5ccf00; /* green arrow */
}
/* Responsive container for XL screens */
/* @media (min-width: 1200px) {
.fa-branch-temp-container {
width: 1200px;
}
} */
/* Tablet adjustments */
@media (max-width: 991px) {
.fa-branch-temp-cr_ptxt p {
font-size: 20px;
line-height: 32px;
}
.fa-branch-temp-cr_ptxt h2 {
font-size: 26px;
line-height: 38px;
}
.fa-branch-temp-cr_ptxt li {
font-size: 20px;
line-height: 32px;
}
}
/* Mobile adjustments */
@media (max-width: 576px) {
.fa-branch-temp-cr_ptxt p {
font-size: 18px;
line-height: 28px;
}
.fa-branch-temp-cr_ptxt h2 {
font-size: 22px;
line-height: 32px;
}
.fa-branch-temp-cr_ptxt li {
font-size: 18px;
line-height: 28px;
}
}
/* trending */
/* Base */
.expert-courses { padding: 40px 16px; background: #f6faff; }
.container { max-width: 1200px; margin: 0 auto; }
.header-trend { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.section-title { color: #000 !important; font-size: 35px !important; text-align: left !important; line-height: 40px !important;   padding-bottom: 0px !important; }
/* Controls (arrows) */
.controls { display: flex; gap: 8px; }
.controls .btn {
background: #f1f1f1; color: #196ae5; border: none; border-radius: 6px;
cursor: pointer; font-size: 20px; padding: 6px 10px;
box-shadow: 0 4px 12px rgba(14,100,164,0.18);
}
.controls .btn:disabled { opacity: 0.5; cursor: not-allowed; box-shadow: none; }
.controls .btn:hover:not(:disabled) { background: #e7e6e6; color: #0b66c2; }
.courses-section {
display: flex;
gap: 24px;
align-items: flex-start;
/* padding: 0 20px; */
}
/* Left panel */
.left-panel {
flex: 0 0 263px;
max-height: 405px;
overflow-y: auto;
padding: 26px;
border: 1px solid #ddd;
border-radius: 8px;
background: #fff;
}
.left-panel::-webkit-scrollbar { width: 6px; }
.left-panel::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }
.category-list { display: flex; flex-direction: column; gap: 10px; }
.category-item {
background: #fff; padding: 10px 16px; border-radius: 8px;
font-size: 15px; font-weight: 600; cursor: pointer;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
display: flex; align-items: center; justify-content: space-between;
transition: 0.2s;
}
.cat-left { display: flex; align-items: center; gap: 10px; }
.category-icon { width: 42px; height: 42px; object-fit: cover; border-radius: 6px; flex-shrink: 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.cat-name { font-weight: 600; font-size: 15px; }
.cat-arrow { font-size: 20px; opacity: 0.6; }
.category-item:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.08); color: #0e64a4; }
.category-item.active { background: #0e64a4; color: #fff; }
/* Right panel */
.right-panel { flex: 1 1 auto; position: relative; }
.category-item.active .category-icon {
filter: brightness(0) invert(1); /* makes the icon appear white */
}
.category-item.active {
background: #0e64a4;
color: #fff;
}
.category-item.active .category-icon {
filter: brightness(0) invert(1);
}
/* Desktop carousel */
.viewport { overflow: hidden; width: 100%; height: 100%; }
.track {
display: flex;
gap: 20px;
transition: transform 0.45s cubic-bezier(.2,.9,.2,1);
padding-bottom: 8px;
}
.slide {
flex: 0 0 auto;
width: calc(100% / 3 - 30px);
height: 405px;
border: 1px solid #ddd;
border-radius: 10px;
padding: 12px;
background: #fff;
}
.course-card {
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 6px 18px rgba(12,18,35,0.08);
display: flex;
flex-direction: column;
height: 100%;
}
.course-image img { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #eee; display: block; }
.details { padding: 14px; display: flex; flex-direction: column; gap: 8px; flex: 1;  }
.title { margin: 10px 8px; font-size: 20px; line-height: 24px; padding: 0px !important; text-align: center;}
.rating { font-size: 16px; color: #666; align-items: center; gap: 6px; text-align: center;}
.rating:before { content: "★★★★★"; color: #f5a623; font-size: 20px; letter-spacing: 2px; }
.course-btn { margin-top: auto; text-align: center;  color: #0e64a4;    border: 1px solid #0e64a4; font-weight: 600; padding: 8px 10px; border-radius: 6px; text-decoration: none; transition: background 0.3s; }
.course-btn:hover { background: #084a75; color: #fff;  }
.course-btn:link,
.course-btn:visited {
color: #0e64a4;
border: 1px solid #0e64a4;
text-decoration: none;
}
.course-btn:hover,
.course-btn:focus,
.course-btn:active {
background: #084a75;
color: #fff;
border: 1px solid #084a75; /* keep border consistent */
}
/* Mobile accordion */
@media (max-width: 991px) {
.courses-section { flex-direction: column; }
.left-panel { flex: none; max-height: none; overflow: visible; padding: 0; margin-bottom: 10px; width: 100%; }
.category-item { gap: 10px; width: 100%; }
.category-icon { width: 36px; height: 36px; }
.right-panel { display: none; }
.accordion-wrapper {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, opacity 0.4s ease;
opacity: 0;
}
.accordion-wrapper.open {
max-height: 1000px; /* enough to expand */
opacity: 1;
}
.accordion-course-container {
background: #fff;
border-radius: 10px;
box-shadow: 0 6px 18px rgba(12,18,35,0.08);
overflow: hidden;
margin: 10px 10px;
border: 1px solid #ddd;
padding: 20px;
}
.accordion-course-container .course-image img { height: 180px !important; }
.accordion-course-container .details { padding: 10px 14px; }
.details h4{
padding: 0px !important;
}
.accordion-controls {
display: flex;
justify-content: center;
gap: 12px;
margin: 8px 0 16px;
}
.accordion-controls .btn {
background: #f1f1f1;
color: #196ae5;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 20px;
padding: 6px 10px;
box-shadow: 0 4px 12px rgba(14,100,164,0.18);
transition: background 0.3s;
}
a, a:active, a:focus, a:hover, a:visited{
font-weight: 0px !important;
}
.accordion-controls .btn:disabled {
opacity: 0.5;
cursor: not-allowed;
box-shadow: none;
}
.accordion-controls .btn:hover:not(:disabled) {
background: #e7e6e6;
}
}
@media (max-width: 768px) {
.title{
margin-top: 25px;
}
}
.cat-arrow {
font-size: 20px;
opacity: 0.6;
transition: transform 0.3s ease;
}
.category-item.open .cat-arrow {
transform: rotate(90deg); /* rotates › to point down */
}
/* Testimony */
/* ---------- Section ---------- */
section#NewTestimonial-review { background-color: #f6faff; padding: 40px 15px; }
.container { max-width: 1200px; margin: 0 auto; position: relative; }
/* ---------- Slider wrapper + track ---------- */
.newTestimonialWrapper { overflow: hidden; position: relative; }
.newTestimonialSlider {
display: flex;
width: 100%;
transition: transform 0.5s ease-in-out; /* important: transition on the track */
will-change: transform;
}
/* ---------- Slide / card ---------- */
.newTestimonialBox {
flex: 0 0 100%;        /* 1 slide visible */
padding: 24px;
background: #fff;
margin-top: 20px;
box-sizing: border-box;
min-height: 160px;
}
.newRowTestiSec { display: flex; align-items: center; gap: 12px; }
.newTestiNameLabel {
border-radius: 50%;
background-color: #2d73ba;
width: 50px; height: 50px;
display: inline-flex; justify-content: center; align-items: center;
font-size: 24px; color: #fff; font-weight: 700; text-transform: uppercase;
}
.newTestiName h3 { margin: 0; font-size: 18px; }
.newstarIcons { display: inline-flex; margin-top: 5px; padding-left: 0; list-style: none; }
.newstarIcons li { margin-right: 4px; }
.newstarIcons .fa-star { color: #ffd000; font-size: 16px; }
.newTestiContent {
padding-top: 12px;
text-align: justify;
padding-left: 62px;
font-size: 15px;
line-height: 1.5;
}
/* ---------- Buttons ---------- */
.newBtnSec { display: flex; justify-content: center; margin-top: 18px; gap: 10px; z-index: 10; }
.newBtnSec .btn {
background: #2d73ba;
border: none;
padding: 12px;
cursor: pointer;
border-radius: 50%;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
transition: background .2s;
}
.newBtnSec .btn:active { transform: scale(.98); }
.newBtnSec .btn[disabled] { opacity: .4; cursor: not-allowed; }
.arrow {
width: 10px; height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
display: inline-block;
}
.arrow.left { transform: rotate(-135deg); }
.arrow.right { transform: rotate(45deg); }
/* ---------- Responsive tweaks ---------- */
@media (min-width: 768px) {
.newTestiContent { padding-left: 62px; font-size: 16px; }
.newTestimonialBox { padding: 32px; }
}
@media (min-width: 1200px) {
.container { width: 1200px; }
.newTestimonialBox { padding: 40px; }
}
.newBtnSec .btn.disabled {
opacity: 0.5;
cursor: not-allowed;
}