﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gravitas+One&display=swap');

:root {
 --golden-color: #ffc000;
 --black-color: #0a1e38;
 --para-color: #505050;
 --white-color: #ffffff;
 --heading-color: #000e20;
 --border-radius10: 10px;
 --navy: #062a78;
 --blue: #0a46b8;
 --teal: #167b78;
 --red: #f21d1d;
 --text: #12204a;
 --muted: #6f7890;
 --border: #dce2ed;
 --soft: #f4f7fc;
 --white: #ffffff;


  
--body-font: "Nunito Sans", sans-serif;
}

/* ---------- Webkit Browsers (Chrome, Safari, Edge, Brave) ---------- */
::-webkit-scrollbar {
width: 12px;
height: 0;
}

::-webkit-scrollbar-track {
background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
background: #888;
}

::-webkit-scrollbar-thumb:hover {
background: #555;
}

body {
font-family: var(--body-font);
line-height: 1.5;
}

p {
font-size: 16px;
color: var(--para-color);
}

a {
text-decoration: none;
outline: none;
color: var(--black-color);
transition: ease-in-out all 0.2s;
}

a:hover {
color: var(--golden-color);
}

ul {
display: block;
padding-left: 17px;
}

ul li {
list-style: none;
color: var(--para-color);
font-size: 16px;
}

ul li::marker {
color: var(--black-color);
}

h1, h2, h3, h4, h5, h6 {
font-family: "Inter", sans-serif;
font-weight: 600;
color: var(--heading-color);
}

h1 {
font-size: 39px;
}

h2 {
font-size: 36px;
margin: 0 0 30px 0;
}

table {
font-size: 14px;
}

.mb-80 {
margin-bottom: 80px;
}

.pt-80 {
padding-top: 80px !important;
}

.pb-80 {
padding-bottom: 80px !important;
}

.readmore-btn {
position: relative;
color: var(--golden-color);
font-size: 16px;
font-weight: 700;
display: inline-block;
padding-right: 34px;
transition: all 0.4s ease-in-out;
margin: 24px 0 0 0;
}

.readmore-btn::before {
content: '\F138';
position: absolute;
right: 0;
top: 50%;
font-family: bootstrap-icons !important;
font-size: 14px;
line-height: normal;
color: #fff;
width: 24px;
height: 24px;
background-color: var(--golden-color);
background-position: center center;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transform: translate(-3px, -50%);
transition: all 0.3s ease-in-out;
}

.readmore-btn:hover {
color: var(--black-color);
}

.readmore-btn:hover::before {
background-color: var(--black-color);
transform: translate(0, -50%);
}

.lead {
font-weight: 500;
font-size: 16px;
font-family: var(--body-font);
}
/*.page-wrapper { background-color: #f7fffe; }*/
.sub-title {
color: var(--golden-color);
font-size: 16px;
margin: 0;
font-weight: 500;
}

.btn-custom {
position: relative;
overflow: hidden;
height: 48px;
padding: 0 24px;
border-radius: 30px;
background: var(--golden-color);
color: var(--black-color);
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 600;
margin: 30px 0 0 0;
transition: ease-in-out all 0.2s;
gap: 5px;
}

.btn-custom img {
width: 24px;
filter: brightness(0);
}

.btn-custom:hover img {
filter: brightness(1);
}

.btn-custom:hover {
background: var(--black-color);
color: var(--golden-color);
}


.owl-nav button {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: transparent !important;
color: var(--black-color) !important;
width: 35px;
height: 35px;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px !important;
border: none;
transition: ease-in-out all 0.2s;
border-radius: 5px;
border: 1px solid #000000 !important;
}

.owl-nav button:hover {
color: var(--white-color) !important;
background-color: var(--black-color) !important;
border-color: var(--black-color) !important;
}

.owl-nav button:focus {
outline: none;
}

.owl-nav button.owl-prev {
left: -50px;
right: auto;
}

.owl-nav button.owl-next {
right: -50px;
}

.owl-dots {
text-align: center;
padding-top: 0;
margin: 15px 0 0 0
}

.owl-dots button.owl-dot {
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
background: #ccc;
margin: 0 3px;
}

.owl-dots button.owl-dot.active {
background-color: var(--golden-color);
}

.owl-dots button.owl-dot:focus {
outline: none;
}

/*Top header css start*/
.top-header {
padding: 7.5px 0;
background-color: #0a1e38;
}

.top-header .container-fluid {
padding: 0 100px;
}

.top-header .social-media {
display: block;
padding: 0;
margin: 0;
}

.top-header .social-media li {
list-style: none;
display: inline-block;
margin: 0 0 0 15px;
}

.top-header .social-media li:first-child {
margin-left: 0;
}

.top-header .social-media li a {
color: var(--white-color);
font-size: 16px;
margin: 0;
border: none;
height: auto;
width: auto;
}

.top-header .social-media li a:hover {
background-color: transparent;
color: var(--golden-color);
}

.top-header p {
margin: 0;
}

.top-header p a {
color: #ffffff;
border-right: 1px solid #526277;
padding: 0 15px;
transition: ease-in-out all 0.2s;
}

.top-header p a:hover {
color: var(--golden-color);
}
/*Slider Section css start*/
.carousel-inner .carousel-item .carousel-caption {
display: flex;
align-items: start;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 0;
flex-direction: column;
justify-content: center;
text-align: start;
background: #E4D00A;
background: none;
}

.carousel-inner .carousel-item .carousel-caption .btn-custom {
background: var(--golden-color);
color: var(--black-color);
/*border: 2px solid var(--black-color);*/
font-size: 18px;
font-weight: 700;
}

.carousel-inner .carousel-item .carousel-caption .btn-custom img {
filter: brightness(0);
}

.carousel-inner .carousel-item .carousel-caption .btn-custom:hover {
color: #ffc000;
background: var(--black-color);
border-color: var(--black-color);
}

.carousel-inner .carousel-item .carousel-caption .btn-custom:hover img {
filter: brightness(1);
}

.carousel-inner .carousel-item .carousel-caption h1 {
font-size: 42px;
font-weight: 700;
margin: 0 0 24px 0;
width: 100%;
display: block;
position: relative;
z-index: 9;
color: var(--heading-color);
/*text-shadow: -1px 1px 2px rgba(0,0,0,0.65);*/
}

.carousel-inner .carousel-item .carousel-caption h1 small {
font-size: 30px;
position: relative;
z-index: 9;
}

.carousel-inner .carousel-item .carousel-caption h1 span {
/*font-weight: 600;*/
line-height: 0.9;
text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
position: relative;
z-index: 9;
}

.carousel-inner .carousel-item .carousel-caption p.lead {
color: var(--white-color);
margin-bottom: 0;
font-weight: 600;
font-size: 18px;
position: relative;
z-index: 9;
text-shadow: -1px 1px 2px rgba(0,0,0,0.65);
}

.carousel-control-next, .carousel-control-prev {
width: 5%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
background-image: none !important;
font-size: 40px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}

.carousel-control-prev-icon::before {
content: "\f284"; /* Bootstrap Icon: chevron-left */
font-family: "bootstrap-icons";
font-weight: normal;
}

.carousel-control-next-icon::before {
content: "\f285"; /* Bootstrap Icon: chevron-right */
font-family: "bootstrap-icons";
font-weight: normal;
}

/*Slider section 2 start*/
.slider-section {
padding: 80px 0;
position: relative;
}

.slider-section .shape-1 {
position: absolute;
top: 0;
right: 0;
z-index: -1;
max-width: 680px;
display: none;
}

.slider-section .slider-content {
padding-left: 24px;
}

.slider-section .slider-content h1 {
font-size: 60px;
color: var(--black-color);
font-weight: 700;
margin: 0 0 15px 0;
line-height: 1.3;
}

.slider-section .slider-content h1 span {
color: var(--golden-color);
}

.slider-section .slider-content h2 span {
color: var(--black-color);
}

.slider-section .slider-image {
display: flex;
align-items: center;
margin: 0 0 0 auto;
justify-content: start;
position: relative;
}

.slider-section .slider-image img {
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
border-radius: var(--border-radius10);
}

.slider-section .slider-image .slider-img-2 {
position: absolute;
bottom: -70px;
right: 24px;
max-width: 420px;
height: 280px;
border-radius: var(--border-radius10);
}

.slider-section .slider-image .slider-img-2 img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
box-shadow: none;
border-radius: var(--border-radius10);
outline: 5px solid var(--white-color);
}

.slider-btn {
position: absolute;
right: 50%;
}

.slider-content .tags {
padding: 0;
margin: 30px 0 30px 0;
display: flex;
justify-content: end;
}

.slider-content .tags li {
border: 1px solid #81b84d;
font-size: 13px;
border-radius: 30px;
display: inline;
padding: 6px 15px;
color: #81b84d;
margin: 0 10px 0 0;
}

.mission-section {
/*background-color: #FFF8DE;*/
background: #FFF8DE;
background: linear-gradient(180deg, rgba(243, 248, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
/*background: linear-gradient(180deg, rgba(255, 248, 222, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
padding: 80px 0;
margin: 0;
}

.mission-section .lead {
font-size: 18px;
}

.mission-section .mission-detail h3 {
margin: 30px 0 15px 0;
}

.mission-section .mission-detail h3:first-child {
margin: 0 0 15px 0;
}

/********************* Challenges Section css Start ***************************/
.counter-section {
padding: 80px 0;
background: url("../images/home/counter-bg.png") no-repeat fixed bottom/cover, linear-gradient(0deg, rgba(255, 255, 255, 0) 100%, rgba(255, 248, 222, 1) 0%);
}

.counter-section h2 span {
font-size: 60px;
}

.counter-box {
background-color: #f9f8fb;
padding: 30px 15px;
background-color: #ffffff50;
background: linear-gradient(180deg, rgba(243, 248, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
-webkit-box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
border: 1px solid #c7d5e8;
position: relative;
border-radius: var(--border-radius10);
text-align: center;
backdrop-filter: blur(10px);
border: 1px solid #c7d5e8;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.counter-box-one {
background-color: transparent;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: left bottom;
transition: background 0.4s ease-in-out;
position: relative;
z-index: 1;
overflow: hidden;
}

.counter-box-one::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, #e4d00a 0%, #e4d00a 50%, #e4d00a 100%);
transform: scaleY(0);
transform-origin: bottom;
transition: transform 0.4s ease-in-out;
z-index: -1;
}

.counter-box-one-blue {
background-color: transparent;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: left bottom;
transition: background 0.4s ease-in-out;
position: relative;
z-index: 1;
overflow: hidden;
}

.counter-box-one-blue::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, #1e90ff 0%, #1e90ff 50%, #1e90ff 100%);
transform: scaleY(0);
transform-origin: bottom;
transition: transform 0.4s ease-in-out;
z-index: -1;
}

.counter-box-one-red {
background-color: transparent;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: left bottom;
transition: background 0.4s ease-in-out;
position: relative;
z-index: 1;
overflow: hidden;
}

.counter-box-one-red::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, #ff4d4f 0%, #ff4d4f 50%, #ff4d4f 100%);
transform: scaleY(0);
transform-origin: bottom;
transition: transform 0.4s ease-in-out;
z-index: -1;
}

.counter-box-one:hover::before {
transform: scaleY(1);
}

.counter-box-one .counter-detail:hover span.count,
.counter-box-one .counter-detail:hover h5,
.counter-box-one .counter-detail:hover p {
color: #ffffff;
transition: color 0.4s ease-in-out;
}

.counter-box .counter-detail p {
color: var(--black-color);
font-size: 14px;
}

.counter-box .counter-detail h5 {
font-size: 16px;
font-weight: 900;
line-height: 1;
font-family: var(--body-font);
color: var(--golden-color);
margin: 20px 0 15px 0;
}

.counter-box .counter-detail .count {
font-size: 42px;
font-weight: 700;
color: var(--black-color);
line-height: 1;
}

.counter-box .counter-detail .plus {
font-size: 36px;
margin-left: 2px;
line-height: 1;
font-weight: 600;
color: var(--black-color);
}

.counter-box .counter-icon {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 24px auto;
text-align: center;
height: 80px;
width: 80px;
background-color: var(--golden-color);
border-radius: 100%;
display: none;
}

.counter-box .counter-icon img {
width: 45px;
}

.chart-container {
background: linear-gradient(180deg, rgba(243, 248, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
/*background-color: #ffffff50;*/
margin: 24px 0 0 0;
padding: 15px;
border-radius: var(--border-radius10);
backdrop-filter: blur(10px);
/*box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);*/
border: 1px solid #c7d5e8;
}


.brand-section {
padding: 0 0 80px 0;
/*background: #FFF8DE;
background: linear-gradient(180deg, rgba(243, 248, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);*/
/* background: linear-gradient(180deg, rgb(255, 248, 222) 0%, rgba(255, 255, 255, 0) 100%);*/
}

.brand-section .item .brand-card {
padding: 0;
}

.brand-section .item .brand-logo {
background-color: #ffffffa3;
border: 1px solid #c7d5e8;
padding: 15px 10px;
border-radius: var(--border-radius10);
backdrop-filter: blur(10px);
}

.brand-section .item .brand-logo img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.brand-section .item .brand-logo:hover img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}


.home-testimonial-section {
padding: 80px 0;
/* background: #f5f9ff;*/
background: linear-gradient(180deg, rgba(243, 248, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
}

.home-testimonial-section h2 {
margin: 0;
font-size: 72px;
line-height: 0.3;
font-family: "Gravitas One", serif;
}

.home-testimonial-section .testimonial-card {
padding: 0 80px;
}

.home-testimonial-section p {
font-size: 16px;
}

.testimonial-rating {
margin: 20px 0 10px;
}

.testimonial-rating i {
color: #fbbf24;
font-size: 18px;
margin: 0 2px;
}

.testimonial-author strong {
display: block;
font-size: 24px;
color: var(--black-color);
line-height: 1;
margin: 24px 0 5px 0;
}

.testimonial-author strong small {
font-size: 16px;
}

.testimonial-author span {
font-size: 16px;
color: #64748b;
}

.testimonial-author .author-icon {
height: 80px;
width: 80px;
border-radius: 100%;
overflow: hidden;
margin: 0 auto;
}

.testimonial-author .author-icon img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center
}



.taskforce-card {
background-color: var(--golden-color);
border-radius: var(--border-radius10);
padding: 24px;
}

.taskforce-card h3 {
margin: 0 0 24px 0;
font-size: 21px;
color: var(--heading-color);
}

.taskforce-marquee-wrapper {
position: relative;
overflow: hidden;
height: 225px;
margin: 0;
}

.taskforce-list {
/*list-style: decimal-leading-zero;*/
padding: 0 0 0 24px;
margin: 0;
}

.taskforce-list li {
margin-bottom: 10px;
list-style: disc;
}

.taskforce-list li:last-child {
margin: 0;
}

.taskforce-list li::marker {
font-size: 16px;
font-weight: 600;
color: var(--heading-color);
}

.taskforce-list li a {
color: var(--heading-color);
text-decoration: none;
font-size: 15px;
transition: all 0.3s ease;
}

.taskforce-list li a:hover {
color: var(--white-color);
transform: scale(1.01);
}

/* Pause animation on hover */
.taskforce-marquee-wrapper:hover .taskforce-marquee-track {
animation-play-state: paused;
}

.taskforce-card .btn-custom {
height: 45px;
}

.taskforce-card .btn-custom:hover {
background-color: var(--white-color);
}




.mobile-banner {
display: none;
}

.leadership-team {
margin-top: 50px;
}

/*Service section css start*/
.service-section {
padding: 80px 0 0 0;
background-color: transparent;
}

.service-section h2 {
margin: 0 0 20px 0;
}

.service-section .lead {
font-size: 18px;
margin: 0 0 30px 0;
}

/*Why choose us section css start*/
.why-choose-section {
background: url('../image/shape-4.png') no-repeat right center fixed;
padding: 80px 0;
}

.why-choose-section h5 {
font-size: 16px;
margin: 0 0 5px 0;
color: var(--black-color);
}

.why-choose-section h6::after {
left: 210px;
}

.why-choose-section h6::before {
left: 235px;
}

.why-choose-ul {
display: block;
padding: 0;
}

.why-choose-ul img {
border-radius: 10px;
height: 80px;
}

.why-choose-ul p {
font-size: 15px;
}

.why-choose-ul h5 {
color: var(--black-color);
margin: 0;
}

.why-choose-ul li {
margin: 0 0 30px 0;
border-bottom: none;
padding: 0 0 15px 0;
}

.why-choose-ul li .wh-icon {
padding: 5px;
position: relative;
width: 120px;
height: 120px;
border: none;
background-color: var(--white-color);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(6px);
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.why-choose-ul li .wh-icon .number {
display: none;
position: absolute;
z-index: 10;
right: -20px;
top: -20px;
width: 47px;
height: 47px;
border-radius: 50%;
background-color: var(--golden-color);
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
border: 2px solid #D2F3F1;
}

.consult-form {
background-color: var(--white-color)ab;
padding: 45px 30px;
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
border-radius: 10px;
}

.consult-form h4 {
margin: 0 0 30px 0;
font-size: 24px;
}

.consult-form p {
margin: 0 0 30px 0;
}

.form-select {
height: 48px;
padding: 0 24px;
border-radius: 30px;
border: 2px solid #e9e9e9;
background-color: #fcffff;
display: flex;
align-items: center;
}

.form-floating > .form-control, .form-floating > .form-select {
padding: 15px 24px;
border-radius: 30px;
border: 2px solid #e9e9e9;
background-color: #fcffff;
}

.form-floating > label {
left: 10px;
padding: 12px;
font-size: 15px;
}

.form-floating > .form-control, .form-floating > .form-select {
height: calc(3.2rem + 2px);
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
padding-top: 20px;
padding-bottom: 15px;
border-color: var(--golden-color);
outline: 0;
box-shadow: 0 0 0 .25rem rgb(9 196 182 / 15%);
background-color: #fcffff;
}

.form-select {
background-position: right 1.3rem center;
}

.consult-form h6 {
margin: 0 0 10px 0;
font-size: 18px;
color: var(--golden-color);
font-weight: 500;
}

.consult-form h6 sup {
top: -2px;
}

.consult-form h6 sup .mandatory {
font-size: 16px;
color: #f00;
}

.form-check {
padding-left: 30px;
margin-bottom: 5px;
}

.form-check .form-check-input {
float: left;
margin-left: -30px;
}

.form-check label {
font-size: 15px;
font-weight: 500;
cursor: pointer;
}

.form-check-input {
width: 20px;
height: 20px;
margin-top: 4px;
background-color: var(--golden-color);
border: 1px solid rgb(9 196 182);
cursor: pointer;
}

.form-check-input:focus {
border-color: var(--golden-color);
outline: 0;
box-shadow: 0 0 0 .25rem rgb(9 196 182 / 15%);
}

.form-check-input:checked {
background-color: var(--golden-color);
border-color: var(--golden-color);
}

.consult-form label sup {
top: -2px;
}

.consult-form label sup .mandatory {
font-size: 16px;
color: #f00;
}

/*Section three css start*/
.section-three {
padding: 80px 0 0 0;
}

.section-three .col-xl-3, .section-three .col-lg-3, .section-three .col-md-6 {
display: flex;
flex-wrap: wrap;
}

.section-three h6 {
margin: 0 0 30px 0;
}

.section-three h6::after {
display: none;
}

.section-three h6::before {
display: none;
}
/* .section-three .col-xl-4, .section-three .col-lg-4, .section-three .col-md-4 { display: flex; flex-wrap: wrap; align-items: center;} */
.section-three-card {
background-color: var(--white-color);
text-align: center;
padding: 45px 24px;
width: 100%;
border-bottom: 3px solid #e0b64e;
-webkit-box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
position: relative;
border-radius: 5px;
}

.section-three-card-image {
border-radius: 10px;
}

.section-three-card-image img {
border-radius: 10px;
height: 250px;
width: 100%;
object-position: center;
object-fit: cover;
}

.section-three-card-content {
padding: 0;
}

.section-three-card-content-header {
margin: 0 0 10px 0;
max-width: 180px;
}

.section-three-card-content-header h1 {
font-size: 42px;
position: relative;
font-weight: 700;
}

.section-three-card-content-header h1::after {
content: "\F4FE";
font-family: bootstrap-icons !important;
color: var(--heading-color);
font-size: 42px;
top: 8px;
font-weight: 900;
position: relative;
left: -4px;
}

.section-three-card-content-header .btn-outline-dark {
border-radius: 100%;
height: 35px;
width: 35px;
text-align: center;
border-color: #717171;
color: #717171;
font-size: 15px;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}

.section-three-card-content-header .btn-outline-dark:hover {
background-color: transparent;
color: #81b84d;
border-color: #81b84d;
}

.section-three-card-content-header .btn-outline-dark:focus {
box-shadow: none;
border-color: var(--black-color);
color: var(--black-color);
background-color: transparent;
}

.section-three-card-content h4 {
font-size: 16px;
margin: 0;
}

.section-three-card-content p {
margin: 0;
position: relative;
padding: 0;
font-size: 14px;
min-height: 115px;
}
/* .section-three-card-content p::before { content: ''; height: 4px; width: 4px; border-radius: 100%; position: absolute; z-index: 1; top: 8px; background-color: #01375d; left: 0; } */
.section-three-card-content .course-detail {
display: block;
padding-left: 0;
margin: 15px 0 0 0;
min-height: 55px;
}

.section-three-card-content .course-detail li {
font-size: 14px;
margin: 0 0 7.5px 0;
position: relative;
padding: 0 0 0 15px;
}

.section-three-card-content .course-detail li::before {
content: "\f192";
font-family: 'FontAwesome';
position: absolute;
top: 3px;
left: 0;
color: #b458da;
font-size: 10px;
}

.section-three-card-content-btn {
display: flex;
gap: 15px;
justify-content: start;
margin: 20px 0 10px 0;
}

.section-three-card-content-btn .course-btn {
padding: 7px 15px;
border: 2px solid #b458da;
color: var(--black-color);
border-radius: 30px;
width: 50%;
display: inline-block;
text-align: center;
font-weight: 450;
font-size: 15px;
transition: ease-in-out all 0.2s;
}

.section-three-card-content-btn .course-btn:hover {
background-color: #b458da;
color: var(--white-color);
border-color: #b458da;
}

.section-three-card-content-btn .course-btn-2 {
padding: 7px 15px;
border: 2px solid var(--black-color);
color: var(--white-color);
background-color: var(--black-color);
border-radius: 30px;
width: 50%;
display: inline-block;
text-align: center;
font-weight: 450;
font-size: 15px;
transition: ease-in-out all 0.2s;
}
/*Section four css start*/
.section-four {
margin: 80px 0 0 0;
padding: 70px 0;
background: linear-gradient(90deg, rgb(31 36 109) 30%, rgb(182 88 219) 100%);
position: relative;
}
/* .section-four::after {content: url(../image/shape-9.png); position: absolute; z-index: 1; top: 15%; bottom: auto; left: -25px;} */
.section-four h6 {
color: var(--white-color);
font-size: 21px;
font-weight: 450;
}

.section-four h1 {
color: var(--white-color);
position: relative;
margin: 0 0 30px 0;
}

.section-four p {
color: var(--white-color);
position: relative;
}

.section-four p span {
padding-left: 30px;
}

.section-four p span::before {
content: "\f10d";
font-size: 27px;
font-family: "FontAwesome";
position: absolute;
top: -20px;
left: 0;
}

.section-four-ul {
padding: 0;
display: block;
position: relative;
}

.section-four-ul li {
color: var(--white-color);
font-size: 16px;
margin: 0 0 20px 0;
position: relative;
padding: 0 0 0 30px;
}

.section-four-ul li::before {
content: "\f00c";
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
color: #81b84d;
font-size: 18px;
}

.section-four .cm-photos img {
border-radius: 10px;
height: 550px;
width: 100%;
object-fit: cover;
}

.service-detail {
padding: 80px 0;
background: var(--white-color) url(../image/service-bg.png) no-repeat right bottom fixed;
}

/*Section five css start*/
.section-five {
padding: 80px 0;
}

.section-five .section-five-card {
background-color: var(--white-color);
border-radius: 10px;
box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
padding: 15px;
text-align: center;
position: relative;
border: 1px solid #e9e9e9;
}

.section-five .col-xl-4, .section-five .col-lg-4, .section-five .col-md-4 {
display: flex;
flex-wrap: wrap;
}

.section-five .section-five-card::after {
content: url(../image/shap-10.png);
position: absolute;
z-index: 1;
top: 0;
bottom: auto;
left: 0;
width: 200px;
}

.section-five .section-five-card img {
width: 100%;
border-radius: 10px;
margin: 0 auto;
position: relative;
z-index: 9;
}

.section-five .section-five-card p {
margin: 0;
}

.section-five .section-five-card h4 {
font-size: 21px;
color: var(--black-color);
margin: 15px 0 5px 0;
}

/*Section six css start*/
.section-six {
margin: 80px 0 0 0;
}

.section-six h2 {
margin: 0 0 15px 0;
}

.section-six .lead {
font-weight: 450;
font-size: 16px;
margin: 0 0 45px 0;
}

.testimonial {
margin: 0 20px 0;
}

.testimonial .testimonial-content {
padding: 30px 30px 30px 60px;
margin-bottom: 35px;
background: #fff;
border: 1px solid #e9e9e9;
position: relative;
border-radius: 10px;
}

.testimonial .testimonial-content:after {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: #e9e9e9;
position: absolute;
bottom: -10px;
left: 22px;
transform: rotate(45deg);
z-index: -1;
}

.testimonial-content .testimonial-icon {
width: 50px;
height: 45px;
background: #81b84d;
text-align: center;
font-size: 22px;
color: #fff;
line-height: 42px;
position: absolute;
top: 37px;
left: -19px;
}

.testimonial-content .testimonial-icon:before {
content: "";
border-bottom: 16px solid #548625;
border-left: 18px solid transparent;
position: absolute;
top: -16px;
left: 1px;
}

.testimonial p {
margin: 0;
}

.testimonial h5 {
display: block;
font-size: 18px;
font-weight: 600;
color: var(--black-color);
text-transform: capitalize;
margin: 0 0 5px 0;
}

.testimonial h5 small {
font-size: 15px;
font-weight: 400;
color: #81b84d;
}

.owl-theme .owl-controls {
margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
background: #ccc;
opacity: 1;
transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
background: #81b84d;
}

.placement-stats {
background-image: url('../image/placement-bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
margin: 80px 0 0 0;
padding: 60px 30px 80px 30px;
border-radius: 10px;
}

.placement-stats h1 {
font-size: 30px;
color: var(--white-color);
margin: 0 0 15px 0;
}

.placement-stats p {
color: var(--white-color);
margin: 0 0 30px 0;
font-weight: 500;
font-size: 16px;
}

.placement-stats .count {
text-align: center;
display: inline-block;
width: 100%;
}

.placement-stats .count h2 {
font-size: 36px;
color: var(--white-color);
margin: 0 0 10px 0;
}

.placement-stats .count h3 {
margin: 0;
color: #81b84d;
font-size: 24px;
}

.placement-stats span {
font-size: 36px;
font-weight: 600;
color: var(--white-color);
text-align: center;
display: inline-block;
width: 150px;
position: relative;
margin: 0 auto;
}

.placement-stats span::after {
content: '\f00c';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: auto;
color: var(--white-color);
font-size: 18px;
;
margin-left: 30px;
}

/*Hiring partner section start*/
.hiring-partner {
margin-top: -27px;
}

.hiring-partner h1 {
display: inline-block;
padding: 10px 30px;
text-align: center;
border: 1px solid #161616;
background-color: var(--white-color);
font-size: 21px;
border-radius: 30px;
}

.hiring-partner .hiring-partner-div {
border: 1px solid #e9e9e9;
border-radius: 10px;
margin: 0 10px;
margin-top: 20px;
}

.hiring-partner .hiring-partner-div img {
border-radius: 10px;
}

.inner-slider {
background-color: #ffffff;
padding: 30px 0 70px 0;
border-radius: 0;
overflow: hidden;
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
}

.inner-slider::after {
content: '';
background-image: url('../images/inphog-ribbon.jpg'); /* apni image path daalein */
background-repeat: no-repeat;
background-position: center;
background-size: contain; /* fully responsive */
position: absolute;
bottom: 0;
height: 40px;
width: 100%;
left: 50%;
transform: translateX(-50%);
}

.inner-slider-content {
margin: 0;
position: relative;
z-index: 2;
padding: 0;
display: block;
width: 100%;
width: 100%;
text-align: center;
}

.inner-slider-content h1 {
position: relative;
font-size: 36px;
margin: 0;
}

.inner-slider-content h2 {
position: relative;
color: var(--golden-color);
padding: 0;
font-weight: 500;
font-size: 30px;
margin: 0;
}

.inner-slider-content h5 {
color: var(--white-color);
font-size: 21px;
margin: 0;
font-weight: 400;
max-width: 60%;
}

.inner-slider-content p.lead {
font-size: 18px;
color: var(--white-color);
font-weight: 500;
}


.inner-slider.contact-slider .inner-slider-content h1 {
color: var(--black-color);
}

.inner-slider.contact-slider .inner-slider-content h5 {
color: var(--black-color);
font-size: 21px;
margin: 0;
font-weight: 400;
max-width: 60%;
line-height: 1.5;
}

.contact-slider {
background-image: url("../images/contact-slider.jpg");
}

/* Unique Section Wrapper */
.inphog-quote-wrapper {
position: relative;
padding: 45px 0 80px 0;
overflow: hidden;
}

/* Left Background Strip */
.inphog-quote-wrapper::before {
display: none;
content: "";
position: absolute;
left: 0;
top: 140px;
width: 40%;
height: 320px;
background: #f9eee1;
z-index: 0;
}

/* Image Card */
.inphog-image-card {
position: relative;
z-index: 2;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
max-height: 520px;
}

.inphog-image-card img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
max-height: 520px;
}

/* Quote Box */
.inphog-quote-box {
position: relative;
background: #ffffff;
border: 10px solid #f9eee1;
border-radius: 30px;
padding: 60px 45px;
z-index: 2;
/*max-width: 520px;*/
margin: 0;
}

.inphog-quote-icon {
color: var(--heading-color);
margin: 0;
font-size: 72px;
line-height: 0.3;
font-family: "Gravitas One", serif;
}

.inphog-quote-text {
font-weight: 500;
font-size: 18px;
}

/*.contact-slider::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: var(--white-color)40;
backdrop-filter: blur(3px);
z-index: 1;
}

.about-slider {
background-image: url("../images/about-slider.jpg");
}

.about-slider::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: var(--black-color)4d;
backdrop-filter: blur(3px);
z-index: 1;
}

.service-banner {
background-image: url("../image/service-banner.jpg");
position: relative;
}

.service-banner::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: var(--black-color)12;
backdrop-filter: blur(12px);
z-index: 1;
}*/

.blog-slider {
background-image: none;
background-color: transparent;
height: auto;
padding: 0;
}

.blog-slider p {
margin: 0 0 45px 0;
}

.blog-slider h1 {
display: block;
}

.breadcrumb {
margin: 0;
align-items: center;
position: relative;
z-index: 1;
bottom: 0;
left: 0;
display: none;
}

.breadcrumb .breadcrumb-item {
color: var(--black-color);
font-size: 13px;
}

.breadcrumb .breadcrumb-item a {
color: var(--white-color);
font-size: 13px;
transition: ease-in-out all 0.2s;
}

.breadcrumb .breadcrumb-item a:hover {
color: var(--golden-color);
}

.breadcrumb .breadcrumb-item::before {
font-size: 12px;
color: var(--white-color);
content: '\F285';
font-family: bootstrap-icons !important;
top: 2px;
position: relative;
}

.breadcrumb .breadcrumb-item:first-child::before {
display: none;
}

.breadcrumb-item.active {
color: var(--golden-color);
font-size: 13px;
}

.inner-slider-content .fees-detail ul {
display: flex;
margin: 0;
gap: 30px;
padding: 0;
}

.inner-slider-content .fees-detail ul li {
border-right: 1px solid var(--white-color);
padding-right: 30px;
}

.inner-slider-content .fees-detail ul li:last-child {
border-right: none;
}

.inner-slider-content .fees-detail ul li h5 {
color: #81b84d;
font-size: 21px;
margin: 0 0 5px 0;
}

.inner-slider-content .fees-detail ul li p {
margin: 0;
color: var(--white-color);
font-size: 18px;
}

.inner-slider-content .fees-detail ul li p a {
color: var(--white-color);
}

.company-timeline-inphog {
background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 250, 237, 0.8) 50%, rgba(255, 255, 255, 0.3) 100%);
padding: 80px 0;
}

.contact-detail {
padding: 80px 0;
}

.contact-detail .heading h3 {
margin: 0 0 30px 0;
}

.contact-map {
margin: 0 0 -51px 0;
}

.contact-detail-border {
background: linear-gradient(180deg, rgba(243, 248, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
border: 2px solid #eff5fd;
padding: 30px 24px;
transition: ease-in-out all 0.2s;
border-radius: 15px;
}

.contact-detail-border:last-child {
margin-bottom: 0;
}

.contact-detail-border i {
color: #030303;
}

.contact-detail-border h4 {
font-size: 18px;
color: #030303;
margin: 0 0 10px 0;
}

.contact-detail-border p {
margin: 0;
}

.contact-detail-border p a {
color: #666666;
transition: ease-in-out all 0.2s;
}

.contact-detail-border p a:hover {
color: var(--golden-color);
}

.contact-detail-border .contact-icon {
margin: 0;
/*min-height: 80px;
min-width: 80px;
height: 80px;
width: 80px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
background-color: #f9eee1;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;*/
}

.contact-detail-wrape {
display: flex;
align-items: center;
gap: 60px;
}

.contact-detail-wrape p a {
display: flex;
align-items: center;
gap: 10px;
font-weight: 700;
}

.contact-detail-wrape p a i {
height: 38px;
width: 38px;
border: 2px solid #eff5fd;
border-radius: 8px;
color: var(--black-color);
text-align: center;
font-size: 18px;
transition: ease-in-out all 0.2s;
display: flex;
align-items: center;
justify-content: center;
background: #fafcff;
}

.min-h-72 {
min-height: 40px;
line-height: 1.2;
}

.contact-detail-border .contact-icon i {
font-size: 30px;
}

aside {
position: -webkit-sticky;
position: sticky;
top: 30px;
}

.aside-card {
background-color: var(--white-color);
border-radius: 10px;
padding: 24px;
border: 1px solid #e3e3e3;
position: relative;
margin-bottom: 30px;
}
/*box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;*/
.aside-card h4 {
font-size: 16px;
margin: 7.5px 0 0 0;
}

.aside-card h4 a {
color: var(--black-color);
font-size: 16px;
position: relative;
padding: 0 0 0 20px;
font-weight: 450;
}

.aside-card h4 a::before {
content: "\f192";
font-family: 'FontAwesome';
position: absolute;
top: 3px;
left: 0;
color: #b458da;
font-size: 12px;
}

.aside-card h4 a:hover {
color: #b458da;
transition: ease-in-out all 0.2s;
}

.aside-card h4:first-child {
margin-top: 0;
}

.aside-card ul {
padding: 0;
margin: 0 0 0 15px;
display: inline-block;
}

.aside-card ul li {
list-style: none;
display: inline-block;
border-bottom: none;
width: 100%;
margin: 0 0 3px 0;
}

.aside-card ul li a {
color: #717171;
font-size: 15px;
font-weight: 500;
display: inline-block;
height: 100%;
width: 100%;
transition: ease-in-out all 0.2s;
position: relative;
padding-left: 15px;
}

.aside-card ul li a::before {
color: #211f54;
content: "\f111";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 5px;
position: absolute;
top: 10px;
left: 0;
}

.aside-card ul li a:hover {
color: #00b6f2;
}

.course-overview {
padding: 30px 24px;
background: #f6fafd;
border-radius: 10px;
}

.course-overview h3 {
margin: 0 0 15px 0;
color: var(--black-color);
font-size: 24px;
font-weight: 700;
}

.course-overview p b {
color: #81b84d;
font-size: 16px;
font-weight: 600;
}

.course-curriculam {
background-color: transparent;
margin: 45px 0 0 0;
}

.course-curriculam img {
height: 350px;
object-fit: cover;
object-position: center;
width: 100%;
margin: 0 0 20px 0;
border-radius: 10px;
}

.course-curriculam h3 {
margin: 0 0 15px 0;
color: var(--black-color);
font-size: 24px;
font-weight: 700;
}

.course-curriculam-list {
display: inline-block;
margin: 0;
padding: 0 0 0 15px;
}

.course-curriculam-list li {
list-style: none;
padding-left: 20px;
position: relative;
font-size: 15px;
}

.course-curriculam-list li::before {
font-size: 13px;
color: #81b84d;
content: "\f14a";
font-family: "Font Awesome 5 Free";
top: 2px;
left: 0;
font-weight: 900;
position: absolute;
}

.addPoints {
padding: 30px 0 0 0;
}

.addPointsDetails {
background-color: var(--white-color);
border: 1px solid #e3e3e3;
padding: 24px 15px;
border-radius: 5px;
margin: 0;
}
/*box-shadow: 0 0 20px rgba(217, 217, 217, 0.7);background-image: url("../image/home/bg-pattern.png"); background-position: center left; background-size: cover;*/
.addPoints h3 {
font-size: 24px;
font-weight: 700;
color: var(--black-color);
margin: 0 0 15px 0;
}

.addPointsDetails h4 {
font-size: 18px;
text-align: center;
margin: 0;
color: #030303;
font-weight: 450;
line-height: 28px;
}

.addPointsDetails p {
text-align: center;
color: #111a3a;
font-size: 14px;
}

.addPointsDetails p b {
font-weight: 600;
}

.addPointsDetailsButton {
color: #3d6cdb;
text-align: center;
font-weight: 500;
display: block;
font-size: 16px;
transition: ease-in-out all 0.2s;
}

.addPointsDetailsButton:hover {
color: #030d4a;
letter-spacing: 0.25px;
}

.event-img {
border-radius: 10px;
padding: 15px;
overflow: hidden;
box-shadow: inset 0 0 18px -8px var(--golden-color);
}

.event-img img {
width: 100%;
height: 220px;
object-fit: cover;
object-position: center;
border-radius: 10px;
}

.faq-section {
padding: 80px 0;
}

.faq-section h1 {
margin: 0 0 20px 0;
}

.faq-section .lead {
font-size: 18px;
margin: 0 0 24px 0
}

.accordion .accordion-item {
background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 250, 237, 0.8) 50%, rgba(255, 255, 255, 0.3) 100%);
padding: 0 24px;
margin: 0 0 18px 0;
border-radius: 10px;
border: 2px solid #efd9a2;
}

.accordion .accordion-item .accordion-button {
background-color: transparent;
font-weight: 600;
border-radius: 0;
border: none;
font-size: 18px;
padding: 20px 0;
}

.accordion .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.accordion .accordion-item .accordion-button:focus {
z-index: 3;
border-color: transparent;
outline: 0;
box-shadow: none;
border: none;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
color: var(--black-color);
background-color: transparent;
box-shadow: none;
}

.accordion .accordion-item .accordion-body {
padding: 0 0 24px 0;
}

.accordion .accordion-item .accordion-body p {
font-size: 15px;
margin: 0;
}

.accordion .accordion-item .accordion-body p.lead {
font-size: 16px;
font-weight: 700;
color: var(--black-color);
}

.accordion .accordion-item .accordion-body ul {
display: inline-block;
margin: 0;
padding: 0 0 0 15px;
}

.accordion .accordion-item .accordion-body ul li {
list-style: none;
padding-left: 0;
list-style: disc;
position: relative;
font-size: 15px;
}

/*Call to action css start*/
.cta-section {
background: url(../images/home/shape-3.png) no-repeat left center var(--white-color);
background-color: #f7fffe;
background-size: cover;
padding: 45px;
border-radius: 15px;
margin: 80px 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 50px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.cta-section h2 {
margin: 0;
font-size: 36px;
}

.cta-section .lead {
color: var(--white-color);
font-size: 21px;
margin: 0 0 30px 0;
}

.detailSection2 {
padding: 45px 0;
background-color: var(--white-color);
}

.detailSection2Content {
display: block;
width: 100%;
}

.detailSection2Content h3 {
font-size: 30px;
font-weight: 700;
margin: 0 0 15px 0;
color: #f1aa4d;
}

.detailSection2Content p {
color: #444444;
font-size: 16px;
font-weight: 450;
}

.detailSection2Content .detailSection2Button {
padding: 8px 30px;
color: #3d47ad;
display: inline-block;
border: 2px solid #3d47ad;
background-color: var(--white-color);
transition: ease-in-out all 0.2s;
font-size: 16px;
margin: 30px 0 0 0;
font-weight: 450;
border-radius: 30px;
}

.detailSection2Content .detailSection2Button:hover {
color: var(--white-color);
border-color: #3d47ad;
background-color: #3d47ad;
}

/*Modal popup css start*/
.modal-content {
box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px;
border-radius: 10px;
border: none !important;
}

.modal-body {
padding: 30px 24px;
}

.btn-close {
position: absolute;
right: 20px;
top: 20px;
}

.map {
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
border-radius: 10px;
padding: 24px 24px 16px 24px;
}

.map iframe {
border-radius: 10px;
width: 100%;
height: 420px;
}

@keyframes pulse {
0% {
transform: scale(1);
opacity: 1;
}

100% {
transform: scale(1.5);
opacity: 0;
}
}

.video-section {
margin-top: 30px;
}

.video-section a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
}

.video-section a img {
height: 480px;
object-fit: cover;
object-position: center;
border-radius: 10px;
box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
width: 100%;
}

.video-section a .play-button {
position: absolute;
width: 80px;
height: 80px;
background-color: var(--black-color);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: background-color 0.3s ease;
}

.video-section a .play-button:hover {
background-color: var(--black-color);
}

.video-section a .play-button::before {
content: '';
position: absolute;
width: 80px;
height: 80px;
background-color: var(--black-color);
border-radius: 50%;
animation: pulse 1.5s infinite;
}

.video-section a .triangle {
width: 0;
height: 0;
border-left: 20px solid white;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
}

.founders-section {
margin: 80px 0 0 0;
position: relative;
/*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    background: #fff9f100 url(../image/shape-20.png) no-repeat right bottom;*/
/*background-attachment: fixed;*/
}

.founders-section .founder-image {
border-radius: 10px;
}

.founders-section .founder-image img {
height: 380px;
object-fit: cover;
object-position: top;
width: 100%;
border-radius: 15px;
box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
}

.founders-section .founder-content h3 {
margin: 10px 0 0 0;
font-size: 15px;
color: #81b84d;
position: relative;
padding-left: 60px;
}

.founders-section .founder-content h3::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 10px;
width: 45px;
height: 1px;
background-color: #81b84d;
}

.founders-section .founder-content h4 {
margin: 0 0 15px 0;
text-transform: uppercase;
font-size: 15px;
color: var(--black-color);
}

.founders-section .founder-content p {
margin: 0 0 5px 0;
}

#myRegistrationModal .modal-body h3 span {
background-color: #81b84d;
padding: 0 5px;
border-radius: 5px;
color: var(--white-color);
}

.our-projects {
width: 100%;
margin: 0px auto;
overflow: hidden;
}

.project-section {
margin: 80px 0;
}

.project-page-detail {
border-radius: 10px;
}

.project-page-detail img {
border-radius: 10px;
height: 350px;
width: 100%;
object-fit: cover;
object-position: center;
}

.certificate-section {
margin: 80px 0;
}

.certificate-sectionh2 {
margin: 0 0 30px 0;
}

.certificate-section .certificate-detail {
border-radius: 5px;
overflow: hidden;
border: 2px solid #d1d1d1;
}

.certificate-section .certificate-detail img {
border-radius: 5px;
box-shadow: 2px 2px 30px 1.5px #4d4b8f14;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
height: 450px;
width: 100%;
object-fit: cover;
object-position: center;
}

.certificate-section .certificate-detail img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.hero-section {
position: relative;
z-index: 1;
padding: 80px 0;
background-color: rgb(255, 249, 236);
}

.hero-section h6 {
color: #1e56a3;
font-size: 16px;
margin: 0;
font-weight: 500;
}

.hero-content {
position: relative;
z-index: 1;
padding: 80px 0;
background-color: rgb(255, 249, 236);
}

.hero-content h2 {
font-size: 36px;
font-weight: 700;
line-height: 1.2;
margin: 0 0 24px 0;
}

.hero-content h2 span {
color: var(--golden-color);
}

.hero-content .lead {
font-size: 16px;
margin: 0;
}

.hero-section .card {
min-width: 100%;
width: 100%;
border: none;
background-color: var(--white-color)ab;
border-radius: 10px;
transition: ease-in-out all 0.2s;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.hero-section .card .card-body {
padding: 20px 15px;
min-height: 280px;
}

.hero-section .card .card-body p {
margin: 0;
font-size: 14px;
}

.hero-section .card .card-body h5 {
font-size: 18px;
}

.hero-section .card .card-body .card-icon {
width: 80px;
height: 80px;
min-height: 80px;
min-width: 80px;
display: flex;
align-items: center;
justify-content: center;
background-color: #e6fffc;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
border-radius: 100%;
margin: 0 0 15px 0;
}

.hero-section .card .card-body .card-icon img {
height: 50px;
}



/*============== Progress section css start ==============*/
.process-section {
background-color: #f7fffe;
position: relative;
z-index: 1;
padding: 100px 0 0 0;
}

.process-section hr {
background-color: rgb(107 110 113);
}

.process-card {
background-color: transparent;
width: 100%;
margin: 0;
position: relative;
z-index: 1;
}

.process-card .process-thumb {
min-height: 215px;
height: 215px;
display: flex;
align-items: center;
font-size: 8rem;
-webkit-text-stroke: 1px rgba(9 196 182);
-webkit-text-fill-color: transparent;
font-weight: 700;
line-height: 10.5rem;
padding: 30px;
border: 1px solid var(--golden-color);
border-radius: 10px;
text-align: center;
justify-content: center;
}

.process-card:hover .process-thumb {
border: none;
}

.process-card .process-text h3 {
font-size: 21px;
margin: 20px 0;
color: var(--black-color);
}

.process-card .process-thumb::before {
content: '';
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
aspect-ratio: 16 / 9;
width: 95%;
background-image: var(--bg-image);
background-size: cover;
overflow: hidden;
opacity: 0;
transition: opacity 0.5s;
border-radius: 8px;
}

.process-card:hover .process-thumb::before {
content: '';
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
aspect-ratio: 16/9;
width: 95%;
background-image: var(--bg-image);
background-size: cover;
overflow: hidden;
opacity: 1;
transition: opacity 0.5s;
border-radius: 8px;
}

.process-card p {
margin: 0;
}





/*========== Service section css start ==============*/
.inphog-team-section {
padding: 80px 0;
background-color: #ffffff;
}

.inphog-team-card, .inphog-team-card .team-thumb {
position: relative;
z-index: 1;
}

#service-slider .item {
padding: 4px;
}

.inphog-team-card {
-webkit-transition: 350ms;
transition: 350ms;
background-color: transparent;
position: relative;
z-index: 9;
padding: 0 15px 15px 15px;
}

.inphog-team-card::before {
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
content: "";
border-radius: 10px;
background-color: #f9eee1;
top: 130px;
z-index: -1;
height: 275px;
}

.inphog-team-card .inphog-team-thumb {
width: 100%;
margin: 0 auto 15px auto;
position: relative;
overflow: hidden;
border-radius: 100%;
height: 220px;
width: 220px;
}

.inphog-team-card .inphog-team-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
border-radius: 100%;
border: 1px solid var(--golden-color);
transform: scale(1);
transition: all 1.5s ease-out;
}

#technical-mentor .owl-stage {
display: flex !important;
justify-content: center;
}

.inphog-team-card:hover .inphog-team-thumb img {
transform: scale(1.05);
}

.inphog-team-card .inphog-team-content {
padding: 15px 10px;
background-color: #ffffff;
border-radius: 15px;
text-align: center;
min-height: 155px;
}

.inphog-team-card .inphog-team-content p small {
display: block;
margin: 10px 0 0 0;
}

.inphog-team-card .inphog-team-content h6 {
margin: 0 0 5px 0;
}


.box_news {
position: relative;
display: block;
color: #555;
border-radius: 10px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
margin: 0 0 24px 0;
min-height: 170px;
padding: 24px;
}

.box_news a {
color: var(--black-color);
font-size: 15px;
font-weight: 400;
margin: 10px 0 0 0;
display: block;
transition: ease-in-out all 0.2s;
}

.box_news:hover a {
color: var(--golden-color);
}

.box_news p {
margin: 0;
height: 47px;
overflow: hidden;
font-size: 14px;
}

.box_news figure {
overflow: hidden;
margin: 0;
display: flex;
gap: 15px;
}

.box_news figure figcaption {
text-align: center;
background-color: transparent;
width: 60px;
height: 60px;
min-height: 60px;
min-width: 60px;
padding: 5px 10px;
font-size: 12px;
color: var(--black-color);
line-height: 1.1;
border-radius: 0 10px 0 10px;
box-shadow: inset 0 0 18px -8px var(--golden-color);
}

.box_news figure figcaption strong {
display: block;
font-size: 21px;
}

.box_news h4 {
font-size: 18px;
height: 45px;
margin: 5px 0 0 0;
display: inline-block;
overflow: hidden;
}

.box_news h4 a {
color: var(--black-color);
font-weight: 450;
font-size: 18px;
margin: 0;
}

.box_news:hover h4 a {
color: var(--golden-color);
transition: 0.3s ease-in-out;
}

.box_news ul {
padding: 0;
margin: 0
}

.box_news ul li {
display: inline-block;
font-weight: 400;
color: var(--para-color);
font-size: 13px;
border-right: 1px solid var(--golden-color)3d;
padding: 0 10px 0 0;
}

.box_news ul li a {
color: var(--para-color);
display: inline;
font-weight: 400;
font-size: 13px;
}

.box_news ul li:last-child {
border-right: none;
padding: 0 0 0 5px;
}

.box_news_middle {
border-radius: 10px;
overflow: hidden;
display: block;
position: relative;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.box_news_middle figure {
height: 100%;
margin: 0;
min-height: 465px;
height: 465px;
position: relative;
}

.box_news_middle figure img {
min-height: 465px;
height: 465px;
width: 100%;
object-fit: cover;
object-position: center;
}

.box_news_wrapper {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: transparent;
display: flex;
align-items: end;
justify-content: center;
padding: 24px;
text-align: center;
background-image: linear-gradient(360deg, #f7fffe 0%, #0000 100%);
}

.box_news_wrapper p {
color: var(--black-color);
font-size: 16px;
font-weight: 450;
margin: 0;
}

.box_news_wrapper h1 {
color: var(--black-color);
margin: 0 0 15px 0;
font-size: 30px;
}

/*============ Team section css start ============= */


.team-section .cssbuttons-io-button {
width: 180px;
}

.team-card {
position: relative;
z-index: 1;
overflow: hidden;
border-radius: 12px;
margin: 35px 5px;
}

.team-card:nth-child(2) {
margin-top: 30px;
}

.team-card img {
border-radius: 12px;
-webkit-transition-duration: 350ms;
transition-duration: 350ms;
width: 100%;
}

.team-card::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 12px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 31, 235, 0)), to(#1e56a3));
background: linear-gradient(180deg, rgba(96, 31, 235, 0) 0%, #1e56a3 100%);
z-index: 10;
opacity: 0;
visibility: hidden;
-webkit-transition-duration: 350ms;
transition-duration: 350ms;
}

.team-card .team-member-info {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0 20px 24px;
opacity: 0;
visibility: hidden;
-webkit-transition-duration: 350ms;
transition-duration: 350ms;
z-index: 100;
text-align: center;
}

.team-card .team-member-info h4 {
font-size: 18px;
color: var(--white-color);
margin-bottom: 0;
}

.team-card .team-member-info span {
color: #F7F7FC;
font-size: 12px;
}

.team-card.middle-team-card .team-member-info h4 {
font-size: 24px;
margin-bottom: 6px;
}

.team-card.middle-team-card .team-member-info span {
font-size: 16px;
}

.team-card:hover img, .team-card:focus img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.team-card:hover::after, .team-card:hover .team-member-info, .team-card:focus::after, .team-card:focus .team-member-info {
opacity: 1;
visibility: visible;
}

.client-section {
padding: 80px 0 0 0;
}

.client-section h2 {
margin: 0 0 20px 0;
}

.client-section .lead {
margin: 0 0 18px 0;
font-size: 18px;
}

.client-section .client-logo-card {
padding: 0;
margin: 12px 0;
}

.client-section .client-logo {
overflow: hidden;
background-color: var(--white-color);
padding: 24px 30px;
border-radius: 10px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.client-section .client-logo img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.client-section .client-logo:hover img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}

.testimonial-section {
padding: 0 0 80px 0;
background: #fff9f100 url('../image/home/circles.png') no-repeat center center;
background-size: contain;
}

#client-testimonial .item {
padding: 2px;
}

.testimonial-box {
display: flex;
align-items: start;
gap: 15px;
position: relative;
padding: 24px 15px;
background: #ffffff29;
border-radius: 5px;
border: 1px solid #dfdfdf;
}

.testimonial-box .testimonial-icon {
min-height: 125px;
min-width: 125px;
height: 125px;
width: 125px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
position: relative;
}

.testimonial-box .testimonial-icon::after {
content: "\f6b0";
font-family: bootstrap-icons !important;
font-size: 30px;
color: #f83636;
line-height: normal;
top: -10px;
right: -10px;
position: absolute;
z-index: 999;
background-color: #ffffff29;
border-radius: 5px;
backdrop-filter: blur(6px);
}

.testimonial-box .testimonial-box-footer .user-img {
width: 115px;
height: 115px;
min-width: 115px;
min-height: 115px;
border-radius: 10px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.testimonial-box .text .quote {
position: absolute;
top: -25px;
z-index: 999999;
left: -25px;
background-color: #f7fffe;
height: 70px;
width: 70px;
display: none;
align-items: center;
justify-content: center;
border-radius: 15px;
}

.testimonial-box .text .quote i {
color: var(--black-color);
font-size: 60px;
}

.testimonial-box .testimonial-box-footer {
margin: 0;
}

.testimonial-box .scroll-height-1 {
font-size: 14px;
height: 250px;
overflow-y: scroll;
padding-right: 5px;
}

.testimonial-box .scroll-height-1::-webkit-scrollbar {
width: 3px;
height: auto;
background-color: #F5F2E9;
border-radius: 100px;
}

.testimonial-box .testimonial-designation h6 {
margin-bottom: 0;
font-size: 16px;
font-style: italic;
}

.testimonial-box .testimonial-designation h6 small {
color: var(--golden-color);
font-size: 12px;
font-style: italic;
font-weight: normal;
}

.testimonial-box .testimonial-designation ul {
margin: 10px 0 0 0;
}

.testimonial-box .testimonial-designation ul li {
list-style: disc;
font-size: 12px;
}


#technical-testimonial .testimonial-box .scroll-height-1 {
font-size: 14px;
height: 157px;
overflow-y: scroll;
padding-right: 5px;
}

#technical-testimonial .testimonial-box .scroll-height-1::-webkit-scrollbar {
width: 3px;
height: auto;
background-color: #F5F2E9;
border-radius: 100px;
}



.soon-page {
min-height: 640px;
height: 100%;
width: 100%;
background: #e3e3e3;
background: linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(189, 189, 255, 1) 50%, rgba(227, 227, 227, 1) 100%);
color: var(--white-color);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.soon-page .display-4 {
color: var(--black-color);
font-weight: 600 !important;
}

.contact-section {
z-index: 1;
background-color: var(--white-color)ab;
border-radius: 10px;
overflow: hidden;
padding: 0;
margin: 60px 0 0 0;
position: relative;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.social-links {
padding: 0;
margin: 15px 0 0 0;
display: flex;
gap: 15px;
}

.social-links a {
height: 40px;
width: 40px;
border: 1px solid var(--black-color);
border-radius: 8px;
color: var(--black-color);
text-align: center;
font-size: 18px;
transition: ease-in-out all 0.2s;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}

.social-links a:hover {
border-color: var(--black-color);
background-color: var(--black-color);
color: var(--white-color);
}

.contact-section .contact-detail-card {
padding: 24px 0 24px 30px;
}

.contact-section .contact-detail-card p {
margin: 0 0 5px 0;
}

.contact-section .contact-detail-card p a {
color: var(--para-color);
font-size: 16px;
transition: ease-in-out all 0.2s;
}

.contact-section .contact-detail-card p a:hover {
color: #1e56a3;
}

.contact-section .contact-detail-card .contact-detail-card-part {
margin: 0 0 40px 0;
}

.about-section {
padding: 60px 0 80px 0;
}

.about-section .abt-content {
text-align: center;
}

.about-section .abt-content p.lead {
font-size: 16px;
font-weight: normal;
margin: 0;
}

.about-section .abt-content h1 {
font-size: 48px;
}

.about-section ul li {
list-style: disc;
}

.sticky-sidebar {
position: sticky;
top: 120px;
margin-top: 0;
}

.hero-content .sticky-sidebar img {
border-radius: 10px;
}

.usecase-section {
padding: 100px 0 0 0;
}

#usecase-slider .item {
padding: 5px 0 5px 5px;
}

#usecase-slider .owl-dots {
text-align: center;
top: -50px;
position: relative;
}

.usecase-card {
display: flex;
gap: 24px;
padding: 0 15px 0 0;
}

.usecase-card .column-25 {
flex: 0 0 40%;
max-width: 40%;
}

.usecase-card .column-25 .usecase-card-img {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
padding: 20px;
border-radius: 15px;
}

.usecase-card .column-25 .usecase-card-img img {
overflow: hidden;
border-radius: 15px;
width: 100%;
object-fit: cover;
object-position: center;
height: 620px;
}

.usecase-card .column-70 {
flex: 0 0 60%;
max-width: 60%;
position: relative;
}

.usecase-card .column-70 .usecase-card-text {
display: flex;
align-items: center;
min-height: 560px;
max-height: 560px;
position: absolute;
top: 7%;
left: -80px;
right: 0;
border-radius: 15px;
padding: 30px 0 30px 30px;
background-color: #f7fffe;
}

.usecase-card .column-70 .usecase-card-text p {
font-size: 15px;
}

.usecase-card .column-70 .usecase-card-text p:last-child {
margin: 0;
}

.usecase-card .column-70 .usecase-card-text p.lead {
font-size: 15px;
margin: 0 0 10px 0;
}

.usecase-card .column-70 .usecase-card-text ul {
margin: 0 0 20px 0;
}

.usecase-card .column-70 .usecase-card-text ul li {
font-size: 15px;
list-style: disc;
}

.usecase-card .column-70 .usecase-card-text ul li::marker {
color: var(--hoverColor);
}

.usecase-card .column-70 .usecase-card-text ul li b {
color: var(--hoverColor);
}

.usecase-card .column-70 .usecase-card-text h5 {
font-size: 24px;
color: var(--black-color);
margin: 10px 0;
}

.usecase-card .column-70 .usecase-card-text h5:first-child {
margin-top: 0;
}

.career-section {
padding: 100px 0;
}

.career-section .consult-form {
border-radius: 15px;
padding: 45px 30px;
}

.career-section ul li {
list-style: disc;
}

.career-section ul li b {
color: var(--black-color);
font-weight: 600;
}

.upload-btn-wrapper {
cursor: pointer;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
}

.upload-btn-wrapper .btn {
cursor: pointer;
width: 100%;
border: 1px solid #e9e9e9;
color: var(--heading-color);
background-color: white;
padding: 10px 24px;
border-radius: 10px;
font-size: 15px;
text-align: start;
}

.upload-btn-wrapper .btn i {
font-size: 21px;
}

.upload-btn-wrapper input[type=file] {
font-size: 100px;
position: absolute;
left: 0;
top: 0;
opacity: 0;
}

.launch-card {
}

.launch-card .launch-thumb {
overflow: hidden;
border-radius: 10px;
border: 1px solid var(--golden-color);
}

.launch-card .launch-detail {
margin: 15px 0 0 0;
text-align: center;
}
/*=================== Blog css Start =====================*/
.post, .post-categories span {
box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,#3c404326 0 1px 3px 1px;
}

.blog-detail-section {
padding: 60px 0
}

.blog-detail-section aside {
position: -webkit-sticky;
position: sticky;
top: 120px
}

.post {
background-color: var(--white-color)ab;
margin: 0;
border: 1px solid #ddd;
padding: 24px;
border-radius: 15px;
border: none
}

.post .post-thumbnail {
position: relative;
overflow: hidden;
border-radius: 15px
}

.post .post-thumbnail a {
display: block
}

.post .post-thumbnail img {
width: 100%;
border-radius: 15px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
-webkit-transform: scale(1) translateX(0) rotate(0);
-ms-transform: scale(1) translateX(0) rotate(0);
transform: scale(1) translateX(0) rotate(0);
height: 280px;
object-fit: cover;
object-position: center center
}

.post:hover .post-thumbnail img {
-webkit-transform: scale(1.1) translateX(0) rotate(2deg);
-ms-transform: scale(1.1) translateX(0) rotate(2deg);
transform: scale(1.1) translateX(0) rotate(2deg)
}

.post .post-thumbnail .post-meta {
background: #000;
background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
border-radius: 8px;
opacity: 1;
visibility: visible;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
pointer-events: none;
padding: 30px 15px 10px;
border-bottom: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: end
}

.post .post-thumbnail .post-meta span {
display: flex;
gap: 5px;
color: #fff;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
font-size: 13px
}

.post .post-thumbnail:hover .post-meta {
opacity: 1;
visibility: visible
}

.post-categories {
margin-top: 15px
}

.post-categories span {
display: inline-block;
padding: 5px 15px;
color: var(--golden-color);
background-color: #f7fffe;
border-radius: 5px;
font-weight: 400;
margin: 0 2px 5px 0;
font-size: 13px;
text-align: center;
line-height: 1.6
}

.post-categories a:hover {
background-color: var(--blueColor);
color: #fff
}

.post:hover h5 {
color: var(--hoverColor)
}

.post .post-body h5, .post h5 {
transition: .2s ease-in-out
}

.post .post-body {
margin: 10px 0 0
}

.post .post-body p {
margin: 0;
font-size: 15px;
display: -webkit-box;
-webkit-line-clamp: 2; /* Change to 1, 2, 3 as needed */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.post .post-body h5 {
font-size: 21px;
margin-bottom: 10px;
color: #030303;
display: -webkit-box;
-webkit-line-clamp: 1; /* Change to 1, 2, 3 as needed */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.post:hover .post-body h5 {
color: var(--golden-color)
}

.post-meta {
margin-bottom: 50px
}

/*============ Blog Sidebar ===================== */
.sidebar-widget .media {
margin-bottom: 30px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: center;
display: flex
}

.sidebar-widget .media:last-child {
margin-bottom: 0
}

.sidebar-widget .media > a {
display: block;
width: 130px;
min-width: 130px;
border-radius: 8px;
margin-right: 15px;
overflow: hidden;
border: 1px solid #ddd
}

.sidebar-widget .media img {
width: 100%;
border-radius: 8px;
height: 100px;
object-fit: cover;
object-position: center
}

.sidebar-widget .media h6 {
margin: 0 0 5px;
font-size: 16px
}

.sidebar-widget .media h6 a {
color: #030303;
transition: .2s ease-in-out
}

.sidebar-widget .media:hover h6 a {
color: var(--golden-color)
}

.sidebar-widget h5 {
font-size: 24px;
margin-bottom: 30px
}

.sidebar-widget p {
margin-bottom: 0;
font-size: 13px
}

.tags a {
display: inline-block;
font-size: 13px;
padding: 3px 12px;
border: 1px solid rgba(0,0,0,.1);
color: #848486;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background-color: #fff;
margin: 2px 2px 2px 0;
border-radius: 30px;
text-decoration: none
}

.tags a:hover {
background-color: #f5f5f5;
border-color: rgba(0,0,0,.1);
color: #848486;
-webkit-box-shadow: none;
box-shadow: none
}


/*================== Blog Detail Page Start ==================*/
.post-single {
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
margin-bottom: 0;
padding-right: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding: 24px;
border-radius: 15px;
}

.post-single .post-content h1 {
font-size: 36px;
margin: 0 0 15px 0;
}

.post-single h2 {
font-size: 36px;
margin: 0 0 15px 0;
}

.post-single .post-content h2 {
font-size: 36px;
margin: 0 0 15px 0;
}

.post-single .post-content h3 {
font-size: 30px;
margin: 0 0 15px 0;
}

.post-single .post-content h4 {
font-size: 27px;
margin: 0 0 15px 0;
}

.post-single .post-content h5 {
font-size: 18px;
margin: 0 0 15px 0;
}

.post-single .post-content h6 {
font-size: 16px;
margin: 0 0 15px 0;
}

.post-single .post-content h2 {
font-size: 30px;
}

.post-single .post-content h2 strong {
font-weight: 600;
}

.post-single .post-content p {
font-size: 15px;
}

.post-single .post-content p.lead,
.post-single .post-content strong,
.post-single .post-content b {
font-size: 16px;
color: var(--golden-color);
line-height: 1.5;
font-weight: 500;
}

.post-single .post-content blockquote {
position: relative;
padding: 20px;
margin: 20px 0;
border-left: 3px solid var(--black-color);
font-size: 16px;
font-style: italic;
}

.post-single .post-content ul li {
list-style: disc;
font-size: 15px;
}

.post-single .post-categories {
margin-bottom: 15px;
}

.post-single .post-meta {
margin-bottom: 0;
}

.post-single .post-meta span,
.post-single .post-meta span i {
margin-right: 10px;
font-size: 14px;
color: var(--headingColor);
}

.post-single .post-thumbnail {
position: relative;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
}

.post-single .post-thumbnail img {
border-radius: 15px;
max-height: 450px;
}

.post-single .post-date-time {
display: flex;
align-items: center;
justify-content: space-between;
}

.post-single .post-date-time .post-categories a {
display: inline-block;
padding: 5px 15px;
color: var(--paraColor);
background-color: #eef9ff;
border-radius: 5px;
font-weight: normal;
margin: 0;
font-size: 13px;
text-align: center;
line-height: 1.6;
max-width: 480px;
}

.post-single .media {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}

.post-single .media img {
width: 50px;
border-radius: 50%;
}

.post-single .media p {
margin-bottom: 0;
}

.about-author {
margin: 0 30px 30px 0;
border-radius: 15px;
padding: 24px;
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
}

.about-author h4 {
margin-bottom: 30px;
}

.about-author-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}

.about-author-content {
flex: 1;
}

.about-author-content p {
text-align: justify;
}

.about-author-content h5 {
margin-bottom: 15px;
}

.social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
}

.social-media li {
margin: 0;
}

.about-author .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 20px 0 0;
}

.about-author .social-media li a {
background-color: #f3f3f3;
border: 0;
color: #515151;
width: 40px;
height: 40px;
font-size: 14px;
transition: ease-in-out all 0.2s;
}

.about-author .social-media li a:hover {
background-color: var(--blueColor);
color: #fff;
}

.social-media a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 15px;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid #1d2228;
color: #1d2228;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.social-media a:hover {
background-color: #85b72c;
border-color: #85b72c;
color: #fff;
}

.social-media li a i {
margin: 0;
}

.about-author img {
width: 140px;
border-radius: 15px;
margin-right: 20px;
}

.comments-list {
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
margin: 0 30px 30px 0;
border-radius: 15px;
padding: 24px;
}

.comments-list ul {
margin: 0;
}

.comments-list h5 {
margin-bottom: 30px;
}

.comments-list .comment-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}

.comments-list .comment-item .comment-body {
position: relative;
flex: 1;
}

.comments-list .comment-item img {
width: 65px;
margin-right: 20px;
border-radius: 8px;
}

.comments-list .comment-item h6 {
margin-bottom: 15px;
}

.comments-list .comment-item span {
display: inline-block;
margin-bottom: 15px;
color: #848486;
font-size: 13px;
line-height: 21px;
position: absolute;
top: 4px;
right: 0;
}

.comments-list .comment-item p {
margin-bottom: 0;
text-align: justify;
}

.comments-list li {
margin-bottom: 0;
}

.comments-list li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}

.comment-form {
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
margin: 0 30px 0 0;
border-radius: 15px;
padding: 24px;
}

.comment-form .btn-custom {
margin: 0;
}

.comment-form h4 {
margin-bottom: 30px;
}

.reply-link {
color: #1d2228;
font-family: "Playfair Display", sans-serif;
font-weight: 600;
}

.reply-link:hover {
color: #729e25;
}

.connect-section {
padding: 60px 0;
}

.connect-section h1.display-1 {
font-weight: 600;
color: var(--black-color);
}

.connect-section h3 {
margin: 0 0 30px 0;
}

.connect-section h5 {
color: #030303;
margin: 0 0 30px 0;
}

.events-section {
padding: 0 0 80px 0;
}

.events-section h1 {
margin: 0 0 30px 0;
}

.events-section h2 {
margin: 30px 0 20px 0;
}

.events-section .events-list li {
list-style: disc;
}

.events-section .events-list li::marker {
color: var(--golden-color);
}

.events-section .events-list li b {
color: var(--black-color);
font-weight: 500;
}

.events-section p.lead {
font-weight: 500;
color: var(--golden-color);
font-size: 18px;
}

.events-section .events-img {
border-radius: 10px;
padding: 24px;
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.events-section .events-img img {
border-radius: 10px;
height: 320px;
width: 100%;
object-fit: cover;
}

#imtex-bangalore-2022 .item {
padding: 2px;
}

#dmtx-2023 .item {
padding: 2px;
}

#mtx-connect-kolhapur-2023 .item {
padding: 2px;
}

#imtex-bangalore-2024 .item {
padding: 2px;
}

#elecrama-event-2025 .item {
padding: 2px;
}

.pagination {
gap: 5px;
}

.page-link {
padding: 0;
height: 45px;
width: 45px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
box-shadow: inset 0 0 18px -8px var(--golden-color);
background-color: #E8F6F5;
border: none;
color: var(--black-color);
}

.page-link:hover {
z-index: 2;
color: var(--white-color);
background-color: var(--golden-color);
}

.page-link:focus {
border-color: var(--golden-color);
outline: 0;
box-shadow: inset 0 0 18px -8px var(--golden-color);
background-color: #E8F6F5;
color: var(--golden-color);
}

.page-item.active .page-link {
color: #fff;
background-color: var(--golden-color);
border-color: var(--golden-color);
}

.page-item:first-child .page-link {
border-radius: 100%;
border: 1px solid var(--golden-color);
color: var(--golden-color);
box-shadow: none;
background-color: transparent;
font-size: 18px;
transition: ease-in-out all 0.2s;
}

.page-item:last-child .page-link {
border-radius: 100%;
border: 1px solid var(--golden-color);
color: var(--golden-color);
box-shadow: none;
background-color: transparent;
font-size: 18px;
transition: ease-in-out all 0.2s;
}

.page-item:last-child:hover .page-link, .page-item:last-child:hover .page-link {
box-shadow: inset 0 0 18px -8px var(--golden-color);
}


.icci-stats-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}

.icci-stats-detail {
padding: 45px 24px;
border-radius: 12px;
margin: 0;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: rgb(255,234,244);
background: linear-gradient(0deg, rgba(255,234,244,1) 0%, rgba(253,239,246,0.8827906162464986) 100%);
border: 2px solid rgb(255,234,244);
}

.icci-stats-detail h1 {
font-weight: 700;
font-size: 42px;
color: #211f54;
position: relative;
margin: 0 0 15px 0;
}

.icci-stats-detail h1::after {
color: var(--black-color);
content: "\F4FE";
font-family: bootstrap-icons !important;
font-weight: 900 !important;
font-size: 36px;
top: 4px;
position: relative;
left: -5px;
}

.icci-stats-detail h1 span {
color: #00af79;
margin: 0 0 0 10px;
}

.icci-stats-detail h6 {
font-weight: 700;
font-size: 18px;
margin: 0;
}

.icci-stats-detail p {
margin: 0;
}

.gradient-1 {
background: rgb(255,234,244);
background: linear-gradient(0deg, rgba(255,234,244,1) 0%, rgba(253,239,246,0.8827906162464986) 100%);
border: 2px solid rgb(255,234,244);
}

.gradient-2 {
background: rgb(230,255,245);
background: linear-gradient(0deg, rgb(233, 211, 255) 0%, rgba(242, 240, 255, 0.88) 100%);
border: 2px solid rgb(233, 213, 255);
}

.gradient-3 {
background: rgb(222,222,255);
background: linear-gradient(0deg, rgba(222,222,255,1) 0%, rgba(240,240,255,0.8799894957983193) 100%);
border: 2px solid rgb(222,222,255);
}

.gradient-4 {
background: rgb(178,230,255);
background: linear-gradient(0deg, rgba(178,230,255,1) 0%, rgba(221,244,255,0.8799894957983193) 100%);
border: 2px solid rgb(178,230,255);
}

.gradient-5 {
background: rgb(247, 247, 252);
background: linear-gradient(0deg, rgba(227, 244, 254, 1) 0%, rgba(247, 247, 252, 1) 100%);
border: 2px solid rgb(227,244,254);
}

.mision-section {
padding: 80px 0;
}

.mision-section .mission-card-detail {
padding: 30px 15px;
border-radius: var(--border-radius10);
display: flex;
height: 100%;
flex-direction: column;
}

.mision-section .mission-card-detail p {
margin: 0;
}

.mision-section .mission-card-detail ul {
margin: 0;
}

.mision-section .mission-card-detail ul li {
list-style: disc;
margin: 0 0 10px 0;
font-size: 15px;
}

.mision-section .mission-card-detail ul li ol li {
list-style: lower-alpha;
margin: 0 0 5px 0;
}

.mision-section .mission-card-detail ul li:last-child {
margin-bottom: 0;
}

.inphog-all-section .mission-card-detail {
height: 100%;
padding: 30px 24px;
}

.bi-envelope::before {
font-weight: 600 !important;
}

.donate-cta {
background: url("../images/shape.png") no-repeat fixed left bottom/contain, linear-gradient(0deg, rgba(255, 255, 255, 0) 100%, rgb(255, 248, 222) 0%);
padding: 80px 0;
display: flex;
justify-content: center;
}

.donate-cta-inner {
max-width: 900px;
width: 100%;
text-align: center;
padding: 70px 40px;
border-radius: 28px;
background: linear-gradient(180deg, #ffffff59, #fdf9ee59);
backdrop-filter: blur(6px);
box-shadow: 0 25px 60px rgba(0,0,0,0.08);
position: relative;
overflow: hidden;
}

.cta-badge {
display: inline-block;
padding: 8px 18px;
background: rgb(255, 244, 213);
color: #860;
font-weight: 600;
font-size: 13px;
border-radius: 30px;
margin-bottom: 22px;
}

.donate-cta h2 {
font-size: 42px;
font-weight: 700;
color: #222;
margin-bottom: 18px;
}

.donate-cta p {
font-size: 18px;
color: #555;
max-width: 680px;
margin: 0 auto 28px;
line-height: 1.7;
}

.cta-highlights {
list-style: none;
padding: 0;
margin: 0 auto 35px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 18px 30px;
}

.cta-highlights li {
font-size: 15px;
color: #333;
font-weight: 500;
}

.cta-actions {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}

.donate-btn {
padding: 16px 42px;
background: linear-gradient(135deg, #d4af37, #c9a227);
color: #fff;
text-decoration: none;
font-size: 18px;
font-weight: 600;
border-radius: 50px;
box-shadow: 0 14px 35px rgba(212,175,55,0.4);
transition: all 0.35s ease;
}

.donate-btn:hover {
transform: translateY(-3px);
box-shadow: 0 20px 45px rgba(212,175,55,0.5);
}

.cta-note {
font-size: 13px;
color: #777;
}

/* Decorative shapes */
.cta-shape {
position: absolute;
border-radius: 50%;
opacity: 0.15;
}

.shape-1 {
width: 220px;
height: 220px;
background: #ffc000;
top: -60px;
left: -60px;
}

.shape-2 {
width: 160px;
height: 160px;
background: #ff8e15;
bottom: -50px;
right: -50px;
}

/*=========== Footer section css start ============*/
footer {
padding: 40px 0 15px 0;
background: var(--black-color);
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}
/*050010*/
footer .footer-logo {
width: 180px;
margin: 0 0 30px 0;
}

footer p {
color: #d1d1d1;
font-size: 15px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

footer p i {
color: var(--golden-color);
font-size: 18px;
}

footer p.lead {
font-size: 18px;
font-weight: 700;
}

footer p a {
color: var(--white-color);
margin: 0;
display: inline-block;
transition: ease-in-out all 0.2s;
}

footer p a:hover {
color: #e0b64e;
}

.footer-list {
padding: 0 0 0 20px;
}

.footer-list li {
list-style: disc;
}

.footer-list li::marker {
color: #e0b64e;
}

.footer-list li a {
color: #d1d1d1;
margin: 0 0 5px 0;
transition: ease-in-out all 0.2s;
position: relative;
padding: 0;
font-size: 15px;
}

.footer-list li a:hover {
color: #e0b64e;
}

footer h4 {
font-size: 30px;
margin: 0 0 15px 0;
color: var(--golden-color);
}

footer h5 {
font-size: 16px;
margin: 0 0 10px 0;
color: var(--golden-color);
}

footer .social-links {
padding: 0;
margin: 15px 0 0 0;
display: flex;
gap: 10px;
}

footer .social-links a {
height: 38px;
width: 38px;
border: 1px solid var(--golden-color);
border-radius: 0;
color: var(--golden-color);
text-align: center;
font-size: 16px;
transition: ease-in-out all 0.2s;
display: flex;
align-items: center;
justify-content: center;
border-radius: var(--border-radius10);
}

footer .social-links a:hover {
border-color: var(--golden-color);
background-color: var(--golden-color);
color: var(--white-color);
}

.bootom-footer {
margin: 30px 0 0 0;
text-align: center;
padding: 15px 0 0 0;
border-top: 1px solid #ffffff12;
}

.bootom-footer p {
margin: 0;
}

.bootom-footer p a {
margin: 0;
}

/*=========== Mobile footer section css start ============*/
footer .accordion-flush .accordion-body {
padding: 15px 0 0 10px;
background-color: #f7fffe;
}

footer .accordion-flush .accordion-item {
background-color: transparent;
border: none;
margin: 0;
padding: 0;
box-shadow: none;
}

footer .accordion-flush .accordion-item .accordion-button {
font-size: 16px;
background-color: #f7fffe;
color: var(--black-color);
font-weight: 600;
padding: 10px 0;
border-radius: 0;
border: none;
border-bottom: 1px solid var(--white-color)1c;
}

footer .accordion-flush .accordion-item .accordion-button::after {
font-family: bootstrap-icons !important;
content: "\F4FE";
font-size: 24px;
width: auto;
height: auto;
background-image: none;
color: var(--black-color);
}

footer .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
font-family: bootstrap-icons !important;
content: "\F2EA";
background-image: none;
transform: unset;
color: var(--golden-color);
}

footer .accordion-flush .accordion-item:not(:first-of-type) {
border-top: none;
}

footer .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
color: var(--golden-color);
background-color: #f7fffe;
}

footer .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-radius: 0 !important;
}

footer .accordion-flush .accordion-body ul li::before {
display: none;
}

footer .accordion-flus .accordion-body ul li {
padding-left: 0;
}

footer .accordion-flush .accordion-item .accordion-header {
margin-bottom: 0;
border-bottom: 1px solid rgba(0,0,0,.125);
}

.donate-button {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 0 24px;
font-size: 16px;
color: var(--black-color);
background: linear-gradient(135deg, var(--golden-color), #f9df90);
border: none;
border-radius: 50px;
cursor: pointer;
text-decoration: none;
position: relative;
overflow: hidden;
animation: pulse 2s infinite;
height: 45px;
transition: background 0.3s ease;
box-shadow: 0 0 0 0 rgba(255, 75, 43, 0.6);
}

.donate-button:hover {
background: linear-gradient(135deg, #f9df90, var(--golden-color));
box-shadow: 0 0 20px rgba(255, 75, 43, 0.6);
color: var(--black-color);
transition: background 0.3s ease;
}

@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(220, 177, 71, 0.9);
}

70% {
box-shadow: 0 0 0 10px rgba(220, 177, 71, 0.2);
}

100% {
box-shadow: 0 0 0 0 rgba(220, 177, 71, 0);
}
}

.video-button {
background: linear-gradient(135deg, #bc2c2c, #fe211e);
display: flex;
align-items: center;
justify-content: center;
padding: 0;
font-size: 30px;
color: var(--white-color);
border: none;
border-radius: 100%;
cursor: pointer;
text-decoration: none;
position: relative;
overflow: hidden;
animation: pulseVideo 2s infinite;
height: 70px;
width: 70px;
transition: ease-in-out all 0.2s;
margin: 0;
}

.video-button:hover {
background: linear-gradient(135deg, #fe211e, #bc2c2c);
box-shadow: 0 0 20px rgba(254, 33, 30, 0.6);
color: var(--white-color);
}

@keyframes pulseVideo {
0% {
box-shadow: 0 0 0 0 rgba(254, 33, 30, 0.9);
}

70% {
box-shadow: 0 0 0 10px rgba(254, 33, 30, 0.2);
}

100% {
box-shadow: 0 0 0 0 rgba(254, 33, 30, 0);
}
}

.btn-link {
color: var(--black-color);
font-size: 16px;
text-decoration: none;
}


/********************* Challenges Section css End ***************************/
.inphog-team-section .nav-pills {
margin: 60px 0 0 0;
gap: 15px;
}

.inphog-team-section .nav-link {
padding: 0;
}

.inphog-team-section .nav-pills .nav-link {
padding: 0 24px;
font-size: 18px;
font-weight: 600;
color: var(--black-color);
border: 1px solid #000000;
text-align: center;
height: 50px;
}

.inphog-team-section .nav-pills .nav-link.active, .inphog-team-section .nav-pills .nav-link:hover, .inphog-team-section .nav-pills .show > .nav-link {
color: #d22827;
background-color: transparent;
border-color: #d22827;
}

/*.inphog-team-section .nav-pills .nav-link:first-child {
padding-left: 0;
}*/

.one-line {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin: 0 0 10px 0;
}

.modal-header .btn-close {
position: absolute;
top: 20px;
z-index: 999999;
}

.team-profile-thumb {
margin: 0 0 30px 0;
position: relative;
overflow: hidden;
border-radius: 10px;
height: 220px;
width: 220px;
}

.team-profile-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
border-radius: 10px;
border: 1px solid var(--golden-color);
transform: scale(1);
transition: all 1.5s ease-out;
}

.custom-timeline {
position: relative;
margin: 0 auto;
}

.custom-timeline::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 20px;
background-color: #d5d5d5;
z-index: 0;
border-radius: 15px;
}

.custom-timeline::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
border-left: 4px dashed white;
z-index: 1;
}

.timeline-block {
padding: 20px 40px;
position: relative;
background-color: inherit;
width: 50%;
opacity: 0;
transform: translateY(30px);
transition: all 0.6s ease-out;
}

.timeline-block.show {
opacity: 1;
transform: translateY(0);
}

.left {
left: 0;
}

.right {
left: 50%;
}

.content {
background-color: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.date-badge {
background: linear-gradient(to right, #dfb54d, #b48100);
color: white;
padding: 3px 20px;
border-radius: 30px;
font-size: 21px;
margin-bottom: 10px;
display: inline-block;
font-weight: 600;
}

.circle {
content: '';
position: absolute;
width: 35px;
height: 35px;
border-radius: 50%;
background-color: #d5d5d5;
top: 25px;
z-index: 999999;
}

.left .circle {
right: -9px;
}

.right .circle {
left: -9px;
}

.timeline-block.left {
text-align: right;
}

.timeline-block.right {
text-align: left;
}

.visit {
margin-top: 10px;
display: inline-block;
color: #8e2de2;
text-decoration: none;
font-weight: bold;
}

#Inphog-2008 .item .inphog-team-card .inphog-team-thumb img {
height: 420px;
box-shadow: none;
border: 1px solid #e1b954;
}

#Inphog-2008 .item .inphog-team-card .inphog-team-thumb {
margin: 0;
}

#Inphog-2014 .item .inphog-team-card .inphog-team-thumb img {
height: 420px;
box-shadow: none;
border: 1px solid #e1b954;
}

.establishment-progress-img a {
display: block;
cursor: pointer;
}

.establishment-progress-img img {
border-radius: 5px;
border: 1px solid #e1b954;
margin: 0 0 15px 0;
}

.collab-section {
padding: 80px 0;
}

.collab-thumb {
position: sticky;
top: 120px;
margin-top: 0;
}

.collab-thumb img {
border-radius: 10px;
border: 1px solid var(--golden-color);
max-width: 250px;
}

.collab-section .nav-link {
background-color: #fff9ec;
color: var(--black-color);
border: 2px solid #f7ecd3;
margin: 0 0 24px 0;
border-radius: 10px;
padding: 0 30px;
font-size: 18px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
min-height: 100px;
width: 100%;
gap: 5px;
line-height: normal;
}

.collab-section .nav-link:last-child {
margin: 0;
}

.collab-section .nav-pills .nav-link.active, .collab-section .nav-pills .nav-link:hover, .collab-section .nav-pills .show > .nav-link {
background-color: var(--golden-color);
color: var(--black-color);
border-color: var(--golden-color);
}

.collab-section .nav-pills .nav-link span {
height: 30px;
width: 30px;
border: 1px solid var(--black-color);
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--black-color);
color: var(--white-color);
font-size: 16px;
line-height: normal;
}

.collab-section .tab-content .collab-img-card {
float: left;
margin: 0 24px 0 0;
border: 3px solid #f1f1f1;
border-radius: 10px;
object-fit: cover;
display: inline-block;
}

.collab-section .tab-content .collab-img-card img {
border-radius: 7px;
}

.collab-section .tab-content .collab-detail p {
text-align: justify;
}

.pho-iap-timeline-section {
margin: 80px 0 0 0;
background-color: #fff9ec;
padding: 80px 0;
}

.pho-iap-timeline-section img {
border-radius: 5px;
}

.pho-iap-timeline-section p.lead {
font-size: 16px;
}


.pho-iap-timeline {
position: relative;
padding: 0 0 30px 15px;
overflow: hidden;
}

.pho-iap-timeline::after {
left: 15px;
}

.pho-iap-timeline::after {
content: "";
position: absolute;
width: 4px;
background: #e0b64e;
top: 0;
bottom: 0;
left: 15px;
margin-left: -2px;
border-radius: 100px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(255, 192, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.pho-iap-timeline-step {
position: relative;
width: 100%;
opacity: 0;
transform: translateY(100px);
transition: all 0.5s ease-in-out;
left: 0 !important;
text-align: left !important;
}

.pho-iap-timeline-step.visible {
opacity: 1;
transform: translateY(0);
}

.pho-iap-timeline-step .pho-iap-timeline-step-header .pho-iap-timeline-step-header-detail {
position: relative;
}

.pho-iap-timeline-step .pho-iap-timeline-step-header .timeline-step-header-detail h2 {
font-size: 36px;
margin: 0;
font-weight: 800;
-webkit-text-stroke: 1px #d22827;
-webkit-text-fill-color: transparent;
font-family: "Poppins", sans-serif;
}

.pho-iap-timeline-step .pho-iap-timeline-step-header .timeline-step-header-detail h4 {
margin: 10px 0 15px 0;
font-size: 21px;
font-weight: 600
}

.pho-iap-timeline-step .pho-iap-timeline-step-body p {
position: relative;
}

.pho-iap-timeline-step .pho-iap-timeline-step-body ul li {
list-style: disc;
}

.pho-iap-timeline-step::before {
content: "";
position: absolute;
top: 24px;
width: 20px;
height: 20px;
background: rgb(225 185 84);
border-radius: 50%;
transform: translateY(-50%);
left: -10px;
}

.pho-iap-timeline-step {
width: 100%;
left: 0 !important;
text-align: left;
padding: 0 0 15px 30px;
}

.pho-iap-timeline-step:first-child {
border-top: none;
}


.timeline-layout {
width: min(100%, calc(100% - 24px));
margin: 0 auto;
display: grid;
grid-template-columns: 44px 1fr;
gap: 16px;
}

.timeline {
position: sticky;
top: 20px;
height: calc(100vh - 40px);
display: flex;
justify-content: center;
}

.timeline-track {
position: absolute;
top: 0;
bottom: 0;
width: 3px;
border-radius: 999px;
background: #eedbc6;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(229, 209, 187) 50%, rgba(0, 0, 0, 0) 100%);
overflow: hidden;
}

.timeline-fill {
width: 100%;
height: 0%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(255, 192, 0) 50%, rgba(0, 0, 0, 0) 100%);
border-radius: 999px;
transition: height 0.25s ease;
}

.timeline-points {
position: relative;
width: 100%;
height: 100%;
}

.timeline-point {
position: absolute;
left: 50%;
transform: translateX(-50%) scale(1.4);
width: 12px;
height: 12px;
border-radius: 50%;
background: #eedbc6;
border: none;
cursor: pointer;
transition: all 0.25s ease;
}

.timeline-point.active {
background: #ffc000;
transform: translateX(-50%) scale(1.6);
}

/* ------------------------------
   Timeline Content
--------------------------------*/
.timeline-content {
display: grid;
gap: 24px;
padding-bottom: 10px;
}

.timeline-section {
padding: 24px;
border: 1px solid #cfcfcf;
border-radius: var(--border-radius10);
background: rgba(255, 255, 255, 0.03);
opacity: 0.45;
transform: translateY(10px);
transition: all 0.3s ease;
}

.timeline-section.active {
opacity: 1;
transform: translateY(0);
border-color: #f9efe2;
background: linear-gradient(180deg, #f9eee1 0%, transparent 100%);
}

.timeline-label {
margin-bottom: 10px;
font-size: 30px;
color: #0a1e38;
font-weight: 800;
background-color: #ffc000;
padding: 0 20px;
border-radius: 30px;
line-height: normal;
height: 45px;
display: inline-flex;
align-items: center;
justify-content: center;
}

.timeline-section h2 {
margin: 0 0 10px 0;
font-size: 16px;
font-weight: 600;
line-height: 1.4;
}

.timeline-section p {
margin: 0 0 5px 0;
font-size: 15px;
}

.timeline-ul-li {
margin: 0;
padding: 0 0 0 24px;
}

.timeline-ul-li li {
line-height: 1.7;
list-style: disc;
font-size: 15px;
}

.timeline-section-left-side {
max-width: 280px;
min-width: 280px;
border-radius: 10px;
}

.timeline-section-left-side img {
border-radius: var(--border-radius10);
}

.timeline-section-img-radius img {
height: 250px;
width: 100%;
border-radius: var(--border-radius10);
object-fit: cover;
object-position: center;
border: 1px solid #c7d5e8;
}

.sticky-sidebar {
position: sticky;
top: 160px;
margin-top: 0;
}

/* ------------------------------
   Responsive
--------------------------------*/
@media (max-width: 560px) {
.timeline-layout {
grid-template-columns: 36px 1fr;
gap: 12px;
width: calc(100% - 16px);
}

.timeline {
top: 12px;
height: calc(100vh - 24px);
}

.timeline-point {
width: 10px;
height: 10px;
}

.timeline-section {
padding: 20px 15px;
}

.timeline-section h2 {
font-size: 16px;
}
}
/* Annual Reports css Start */
.annual-report-section {
background: rgba(255, 250, 237, 0.8);
padding: 60px 0 80px 0;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 250, 237, 0.8) 50%, rgba(255, 255, 255, 0.3) 100%);
margin: 45px 0 0 0;
}

.annual-report-card {
padding: 0;
}
/* Tabs Style */
.annual-report-card .nav-link {
font-size: 24px;
font-weight: 700;
padding: 0 24px;
height: 45px;
display: flex;
align-items: center;
white-space: nowrap;
border-bottom: 2px solid #ddd;
background: transparent;
border-radius: 0;
color: #b3b3b3;
transition: 0.3s;
}

.annual-report-card .nav-link.active {
color: #0a1e38;
border-color: #0a1e38;
background-color: transparent;
}

.annual-report-card .nav-link:focus-visible {
color: #0a1e38;
border-color: #0a1e38;
background-color: transparent;
outline: none;
}

.annual-box-card {
background-color: #fff;
background-clip: border-box;
border: 1px solid #c7d5e8;
border-radius: var(--border-radius10);
}

.annual-box-card-body {
padding: 15px;
}

.annual-box-card-body h3 {
text-transform: uppercase;
text-align: center;
margin: 15px 0 0 0;
font-size: 18px;
text-decoration: underline;
font-weight: 800;
}

figure.effect-oscar {
background: linear-gradient(45deg, #302f2e 0%,#0a1e38 40%,#302f2e 100%);
background: linear-gradient(45deg, #302f2e 0%,#0a1e38 40%,#302f2e 100%);
position: relative;
border-radius: var(--border-radius10);
overflow: hidden;
margin: 0;
}

figure.effect-oscar img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
border-radius: var(--border-radius10);
/*border: 1px solid #f9efe2;*/
}

figure.effect-oscar figcaption {
padding: 24px;
text-align: center;
background-color: rgba(255, 255, 255, 0.01);
-webkit-transition: background-color 0.35s;
transition: background-color 0.35s;
position: absolute;
top: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
flex-direction: column;
backdrop-filter: blur(3px);
}

figure.effect-oscar figcaption::before {
position: absolute;
top: 24px;
right: 24px;
bottom: 24px;
left: 24px;
border: 1px solid #fff;
content: '';
border-radius: var(--border-radius10)
}

figure.effect-oscar h4 {
margin: 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background-color: #ffc000;
color: #000;
padding: 0 15px 0 20px;
height: 50px;
display: flex;
align-items: center;
gap: 5px;
font-size: 16px;
border-radius: 30px;
font-weight: 700;
}

figure.effect-oscar h4 i {
height: 35px;
width: 35px;
border: 1px solid #ffffff;
border-radius: 100%;
color: var(--black-color);
text-align: center;
font-size: 18px;
transition: ease-in-out all 0.2s;
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0);
transform: scale(0);
margin: 0;
color: #ffffff;
}

figure.effect-oscar figcaption::before {
display: none;
}

figure.effect-oscar:hover h4 {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

figure.effect-oscar:hover figcaption {
background-color: rgba(58,52,42,0);
backdrop-filter: unset;
}

figure.effect-oscar:hover img {
opacity: 0.6;
}


/* Tabs Container */
#pills-tab {
display: flex;
gap: 0;
overflow-x: auto;
flex-wrap: nowrap;
scrollbar-width: none;
justify-content: center;
}

#pills-tab::-webkit-scrollbar {
display: none;
}

/* Content */
.tab-content ul {
padding-left: 0;
margin: 0;
}

.tab-content li {
list-style: none;
padding-left: 15px;
position: relative;
}

.tab-content li::before {
content: '';
position: absolute;
left: 0;
top: 8px;
width: 5px;
height: 5px;
background: #031D40;
border-radius: 50%;
}

.as-section .col-12,
.as-section .col-lg-4,
.as-section .col-md-4,
.as-section .col-sm-6,
.as-section .col-xl-3 {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}

.as-section {
padding: 30px 0 80px 0;
}

.as-card {
 height: 100%;
}

 .as-card a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 15px;
  transition: .2s ease-in-out;
  gap: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  background: linear-gradient( 90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 250, 237, 0.8) 50%, rgba(255, 255, 255, 0.3) 100% );
  border: 2px solid #eee5d0;
 }

.as-card a .as-card-content h6 {
text-decoration: none;
color: #211f54;
font-size: 16px;
margin: 0;
line-height: 1.6;
}

.as-card a .as-card-content {
flex: 1;
}

.as-card a .as-card-content p {
color: #fd1955;
margin: 0;
font-weight: 700;
font-size: 14px;
transition: .2s ease-in-out;
display: none
}

.as-card a .as-card-icon {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
}

.as-card a .as-card-icon i {
color: #00b6f2;
font-size: 18px;
transition: .2s ease-in-out
}

.as-card a:hover .as-card-icon i {
color: #fd1955
}

.as-card a .as-card-icon i.bi-box-arrow-up-right::before {
content: "\f1c5";
font-weight: 900 !important;
}


.inphog-all-card {
 width: 100%;
 padding: 30px 24px;
 transition: .2s ease-in-out;
 gap: 15px;
 border-radius: 10px;
 background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 250, 237, 0.8) 50%, rgba(255, 255, 255, 0.3) 100%);
 border: 2px solid #eee5d0;
 height: 100%;
}

.inphog-all-card h4 {
margin: 0 0 24px 0;
text-decoration: underline;
}

.inphog-all-card h5 {
margin: 0;
}

.inphog-card-44 {
 border-radius: 15px;
 padding: 24px 20px;
 background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 250, 236, 0.98) 50%, rgba(255, 255, 255, 0.3) 100%);
 border: 2px solid #efd9a2;
 margin: 30px 0;
}

.inphog-all-title {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
text-decoration: none;
padding: 15px 30px;
transition: .2s ease-in-out;
gap: 15px;
border-radius: 30px;
border: none;
background-color: #0a1e38;
}

.inphog-all-title p {
font-size: 18px;
display: flex;
gap: 5px;
align-items: center;
font-weight: 700;
color: var(--white-color);
}

.inphog-all-title p a {
color: var(--white-color);
transition: ease-in-out all 0.2s;
}

.inphog-all-title p a:hover {
color: var(--golden-color);
}

.inphog-all-title p b {
font-weight: 900;
}

.inphog-center-map {
position: relative;
width: 100%;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
height: 0;
overflow: hidden;
border-radius: 15px; /* Optional */
}

.inphog-center-map iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

.privacy-policy-content {
background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 250, 237, 0.8) 50%, rgba(255, 255, 255, 0.3) 100%);
padding: 60px 0;
margin: 50px 0 0 0;
text-align: justify;
}

.privacy-policy-content h4 {
font-weight: 600;
line-height: 1.4;
}

.privacy-policy-content h5 {
font-weight: 600;
}

.privacy-policy-content p,
.privacy-policy-content li {
line-height: 1.8;
}

.privacy-policy-content ul {
padding-left: 20px;
}

.privacy-policy-content li {
margin-bottom: 8px;
}

.privacy-contact {
background: linear-gradient(180deg, rgba(243, 248, 255, 0.46) 0%, rgb(255, 255, 255) 100%);
border: 2px solid #eff5fd;
padding: 30px 24px;
transition: ease-in-out all 0.2s;
border-radius: 15px;
}

.privacy-contact p {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}


.privacy-contact a {
text-decoration: none;
}

.privacy-contact strong i {
height: 38px;
width: 38px;
border: 2px solid #eff5fd;
border-radius: 8px;
color: var(--black-color);
text-align: center;
font-size: 18px;
transition: ease-in-out all 0.2s;
display: flex;
align-items: center;
justify-content: center;
background: #fafcff;
}
/* Mobile: horizontal scroll */
@media screen and (max-width: 768px) {
.custom-timeline::after {
left: 8px;
}

.timeline-block {
width: 100%;
padding-left: 30px;
padding-right: 25px;
margin-bottom: 20px;
}

.timeline-block.right {
left: 0%;
}

.left .circle, .right .circle {
left: 0px;
}

.timeline-block.left {
text-align: left;
}
}

@media (max-width: 991px) {
.scroll-nav {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
gap: 16px; /* space between tabs */
scroll-behavior: smooth;
padding-bottom: 10px;
}

.scroll-nav .nav-link {
flex: 0 0 auto; /* prevent shrinking */
min-width: 220px; /* adjust width so 2-3 tabs fit */
border-radius: 15px;
text-align: center;
}

.scroll-nav::-webkit-scrollbar {
display: none; /* hide scrollbar for cleaner look */
}
}

:root {
}

.graph-wrapper {
width: 100%;
padding: 80px 0;
}

.heading-line {
width: 72%;
height: 2px;
background: var(--navy);
margin: 4px auto 0;
position: relative;
}

.heading-line::before,
.heading-line::after {
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--navy);
position: absolute;
top: -2px;
}

.heading-line::before {
left: -2px;
}

.heading-line::after {
right: -2px;
}

/* Top summary */
.summary {
display: grid;
grid-template-columns: repeat(3, 1fr);
max-width: 760px;
margin: 10px auto 12px;
}

.summary-card {
min-height: 58px;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 5px 20px;
border-right: 1px solid #bfc5d0;
}

.summary-card:last-child {
border-right: 0;
}

.icon {
width: 48px;
height: 42px;
border-radius: 10px;
display: grid;
place-items: center;
color: #fff;
font-size: 24px;
font-weight: bold;
flex: 0 0 auto;
}

.icon.blue {
background: #0758c8;
}

.icon.teal {
background: #087c70;
}

.icon.red {
background: #e21a1a;
}

.summary-info .label {
font-size: 13px;
font-weight: 800;
letter-spacing: .3px;
}

.summary-info .value {
font-size: 24px;
font-weight: 800;
line-height: 1;
margin-top: 2px;
}

.summary-info .year {
font-size: 12px;
font-weight: 700;
margin-top: 2px;
}

.blue-text {
color: var(--blue);
}

.teal-text {
color: var(--teal);
}

.red-text {
color: var(--red);
}

/* Chart */
.chart-area {
position: relative;
width: 100%;
height: 430px;
padding: 0 5px;
}

#trendChart {
width: 100% !important;
height: 100% !important;
}

/* Bottom cards */
.bottom-info {
margin-top: 50px;
display: grid;
grid-template-columns: 1fr 1fr 1.05fr 1.05fr 1.45fr;
background: linear-gradient(110deg, #f3f6fc, #eef2fa);
border-radius: 16px;
overflow: hidden;
min-height: 78px;
}

.info-card {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 14px;
border-right: 1px solid #c9cfda;
}

.info-card:last-child {
border-right: 0;
}

.round-icon {
width: 52px;
height: 52px;
flex: 0 0 52px;
border: 1.5px solid currentColor;
border-radius: 50%;
display: grid;
place-items: center;
font-size: 23px;
font-weight: 800;
}

.info-card .title {
font-size: 11px;
font-weight: 800;
letter-spacing: .2px;
margin-bottom: 3px;
}

.info-card .number {
font-size: 21px;
line-height: 1;
font-weight: 800;
}

.info-card .small {
font-size: 10px;
font-weight: 600;
line-height: 1.15;
margin-top: 2px;
}

.info-blue {
color: var(--blue);
}

.info-teal {
color: var(--teal);
}

.info-red {
color: var(--red);
}

.info-purple {
color: #1a2470;
}

.info-violet {
color: #6a168d;
}

.candidate-img {
width: 55px;
height: 55px;
object-fit: cover;
display: inline-block;
border-radius: 4px;
}

.table {
font-size: 15px;
}

.table td {
vertical-align: middle;
}


.donate-page {
padding: 80px 0;
}
 
.donation-wrap {
 position: sticky;
 top: 150px;
 padding-top: 0
}
.donation-card {
 background:transparent;
 border: none; 
 overflow: hidden;
}

.donation-card .card-body {
 background: linear-gradient(180deg, rgba(243, 248, 255, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
 border: 2px solid #eff5fd;
 border-radius: var(--border-radius10);
 overflow: hidden;
}

.form-step {
 display: none
}

 .form-step.active {
  display: block
 }

label {
 display: block;
 font-weight: 600;
 color: var(--heading-color);
 margin-bottom: 2px;
font-size: 14px;
}

label em {
 color: #e23b2d;
 font-style: normal
}

/*#step1 {
 padding-top: 0
}*/

.toggle-row {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 11px;
 padding: 0 0 12px
}

.toggle, .amount-btn, .other-amount {
 font-size: 15px;
 font-weight: 600;
 background: #fff;
 border: 1px solid #ddd;
 border-radius: var(--border-radius10);
 min-height: 40px;
 cursor: pointer;
 transition: .2s;
 padding: 0;
}

 .toggle.active, .amount-btn.active, .other-amount {
  background: var(--golden-color);
  border-color: var(--golden-color);
  color: var(--hoverColor);
 }
 

.amount-grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 10px;
 padding: 0;
}

.amount-btn:hover, .toggle:hover {
 border-color: #e8be14
}

.donation-note {
 display: flex;
 gap: 5px;
 align-items: start;
 text-align: start;
 justify-content: start;
margin: 10px 0 0 0;
}
 .donation-note p {
font-size: 15px;
 }

 .donation-note:first-letter {
  color: #f3c500
 }

.other-row {
 padding: 0;
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 10px;
}

.other-amount {
 width: 100%;
 text-align: left;
 padding-left: 12px
}

.other-input {
 display: none;
}

 .other-input.show {
  display: block
 }

.error {
 font-size: 14px;
 color: #e53935;
 min-height: 14px;
 padding: 0;
}

.personal-fields {
 background-color: rgb(249, 238, 225);
 padding: 15px;
 border-radius: var(--border-radius10);
}
.form-control {
 background-color: #fffaf4;
 border: 1px solid #c9c9c9;
 border-radius: var(--border-radius10);
 font-size: 13px;
}

.small-note {  
 padding-top: 0
}

.field.full {
 grid-column: auto
}

.field label {
 display: block;
 font-size: 10px;
 font-weight: 500;
 color: #333;
 margin-bottom: 2px
}

.field em {
 color: #e23b2d;
 font-style: normal
}

.field input {
 width: 100%;
 height: 25px;
 border: 0;
 border-bottom: 1px solid #ddd;
 outline: 0;
 background: transparent;
 font: 500 11px Inter;
 color: #333
}

 .field input:focus {
  border-color: #e5b900
 }

.pan-warning {
 color: #ed3b32;
 font-weight: 600;
 font-size: 14px;
 line-height: 1.2;
 margin: 10px 0 6px;
}

.legal-copy, .check-row {
 font-size: 14px;
 color: var(--para-color);
line-height: 1.25
}

 .legal-copy a, .check-row a {
  color: #2d74bc;
  text-decoration: none;
  font-weight: 700
 }

.check-row {
 display: flex;
 gap: 5px;
 align-items: flex-start;
 margin: 0;
}

 .check-row input {
  margin-top: 2px;
  accent-color: var(--golden-color);
 }

.payment-strip {
 margin: 1.5rem 0;
 padding: 15px 20px;
 background: #ffe5c5;
 text-align: center;
 border-radius: var(--border-radius10);
}

.payment-logos {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 14px;
 font-size: 10px
}

 .payment-logos b {
  color: #1369ae;
  font-style: italic
 }

 .payment-logos span {
  font-size: 13px
 }

 .payment-logos strong {
  color: #1655a5;
  font-size: 11px
 }

 .payment-logos i {
  font-style: normal;
  color: #e54c2f
 }

.payment-strip p {
 font-size: 15px;
 color: var(--heading-color);
 margin: 4px 0 0;
}

.back-btn {
 padding: 0;
 cursor: pointer;
 border: 1px solid #c7c7c7;
 color: var(--heading-color);
 text-align: center;
 font-size: 18px;
 transition: ease-in-out all 0.2s;
 background: transparent;
 width: 100%;
 height: 43px;
 font-weight: 600;
 display: flex;
 justify-content: center;
 gap: 5px;
 align-items: center;
 border-radius: 30px;
 margin: 15px 0 0 0;
}
 .back-btn:hover {
background-color: var(--black-color);
color: var(--white-color);
border-color: var(--black-color);
 }

 .payment-summary {
  padding: 15px 0 0 0;
 }

.summary-line {
 display: flex;
 justify-content: space-between;
 border-bottom: 1px solid #e7f1ff;
 padding: 10px 0; 
}

.gateway-box {
 padding: 15px 0 0 0;
}

.gateway-option {
 width: 100%;
 border: 1px solid #e7f1ff;
 background: #fff;
 border-radius: var(--border-radius10);
 margin-bottom: 15px;
 padding: 12px 15px;
 text-align: left;
 cursor: pointer;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

 .gateway-option.selected {
  border-color: #efc313;
  background: #fffbe7
 }

 .gateway-option span {
  font-weight: 700;
  font-size: 15px
 }

 .gateway-option small {
  font-size: 14px;
  color: #888
 }

.secure-note {
 text-align: center;
 font-size: 13px;
 color: var(--para-color);
 margin: 10px 0 0 0;
} 
.success-step {
 text-align: center;
 padding: 30px 0 0 0;
}

.success-icon {
 width: 52px;
 height: 52px;
 border-radius: 50%;
 background: #dff7e4;
 color: #2ca24f;
 display: grid;
 place-items: center;
 font-size: 30px;
 margin: 0 auto 12px
}

.success-step h3 {
 font-size: 20px;
 margin: 0 0 7px
}

.success-step p {
 font-size: 14px; 
margin: 0;
} 

.invalid {
 border-bottom-color: #e53935 !important
}




@media (max-width: 900px) {
 .summary-card {
padding: 5px 10px;
}

.chart-area {
height: 360px;
}

.bottom-info {
grid-template-columns: repeat(2, 1fr);
}

.info-card:nth-child(2) {
border-right: 0;
}

.info-card:last-child {
grid-column: 1 / -1;
}
}
@media (max-width: 600px) {
.summary {
grid-template-columns: 1fr;
max-width: 360px;
}

.summary-card {
border-right: 0;
border-bottom: 1px solid #c9cfda;
justify-content: flex-start;
}

.summary-card:last-child {
border-bottom: 0;
}

.chart-area {
height: 330px;
}

.bottom-info {
grid-template-columns: 1fr;
}

.info-card,
.info-card:nth-child(2) {
border-right: 0;
border-bottom: 1px solid #c9cfda;
}

.info-card:last-child {
grid-column: auto;
border-bottom: 0;
}
}



.qr-image {
 max-width: 320px;
 overflow: hidden;
 border-radius: var(--border-radius10);
 border: 3px solid #004deb;
}
.qr-image img {
width: 100%;
}