@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p{
margin: 0;
font-family: "Fira Sans", sans-serif;
}
:root {
    --primary-color: #1B9A66;
    --secondary-color: #094229;
    --first-color: #2f87c1;
    --second-color: #e9983d;
    --third-color: #8a5cc3;
    --four-color: #b79628;
    --five-color: #e56f5a;
}

.colorFirst{
     background: var(--first-color) !important;
}
.colorSecond{
     background: var(--second-color) !important;
}
.colorThird{
     background: var(--third-color) !important;
}
.colorFour{
     background: var(--four-color) !important;
}
.textFour{
     color: var(--four-color) !important;
}
.colorFive{
     background: var(--five-color) !important;
}
.textFive{
     color: var(--five-color) !important;
}
.padY-5 {
    padding: 50px 0px;
}
.it-i {
    width: 230px;
    object-fit: cover;
}
.carousel-indicators button {
    border: solid !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 100%;
    background: #157347 !important;
    opacity: 1 !important;
    border-color: #157347 !important;
}
.carousel-indicators button.active {
    border-color: #157347 !important;
    background: #fff !important;
}
.carousel-indicators {
    bottom: -40px;
}
.position-absolute.ai-mentor.bg-white.shadow.p-2.rounded-3 {
    right: 18px;
}
.logo img {
    object-fit: cover;
}
.mobile_logo{ display: none;}
.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}

button i {
    font-size: 35px;
    color: var(--secondary-color);
}

ul.navbar-nav.mb-2.mb-lg-0 {
    display: flex;
    align-items: center;
}


.legal-container a{ color:var(--primary-color) !important;}
.hero-section {
    padding: 30px 0px;
    background-image: url('images/pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.hero-section span{
    color: var(--secondary-color);
}
.main-heading {
    font-size: 60px;
    color: var(--secondary-color);
    line-height: 70px;
}

.search-wrapper {
    position: relative;
}
.search-wrapper .search-btn {
    z-index: 99;
}
.search-box {
    height: auto;
    background: #D5F1E5;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.search-box .input-group-text {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #0b5137;
}

.search-box .form-control {
    height: 58px;
    border-radius: 12px;
    font-size: 16px;
    padding-left: 5px;
}

.search-box .form-control:focus {
    box-shadow: none;
    border: none;
}

.search-btn {
    position: absolute;
    top: 18px;
    right: 20px;
    background: #0b5137 !important;
    color: #fff;
    border-radius: 10px;
    height: 42px;
    font-weight: 500;
    z-index: 2;
}

.chips {
    background-color: var(--primary-color);
}

.ch-1 {
    background-color: var(--primary-color);
    opacity: 1;
}

.ch-2 {
    background-color: var(--primary-color);
    opacity: 0.8;
}

.ch-3 {
    background-color: var(--primary-color);
    opacity: 0.6;
}

.ch-4 {
    background-color: var(--primary-color);
    opacity: 0.4;
}

strong.me-2 {
    font-weight: 500;
    color: var(--secondary-color);
}

.hero-text-section {
    /* display:flex; */
    align-items: center;
}

.hero-sectiom-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.ai-mentor {
    top:20px;
    right: -20px;
    width: 200px
}

.ai-mentor-text-side h6 {
    color: black;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin: 0px 0px;
}

.ai-mentor-text-side p {
    color: #808080;
    font-size: 12px;
    text-align: left;
    margin: 0px 0px;
    font-weight: 500;
    line-height: 100%
}

.progress-box {
    width: 130px;
    bottom: 150px;
    left: 90px;
}

.p_badges {
    width: 220px;
    bottom: 50px;
    left: 90px;
}

.circle {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 1px white;
    margin: -2;
}


.features-section {
    position: relative;
    overflow: hidden;
    background-color: #D5F1E580;
}

.features-section-img {
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.features-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 16px; */
}

.small-feature-card {
    bottom: 40px;
    right: 40px;
    width: 230px;
}

.card-feature-content {
    position: relative;
    /* margin-bottom:10px; */
}

.card-graphic {
    position: absolute;
    top: 0;
    right: 0;
}

.card-feature-text {
    position: absolute;
    bottom: 0;
    left: 0;
}

.card.p-4.rounded-4 {
    background-color: var(--secondary-color);
}

.course-avail-text-content h1 {
    font-size: 50px;
    font-weight: 700;
    color: white;
    line-height: 100%;
    margin-bottom: 7px;

}

.course-avail-text-content p {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 100%;
    margin-bottom: 6px;

}

.course-avail-graphic {
    position: absolute;
    top: 50px;
    right: 20px;

}

/* ---------Service------ */

.service-section-header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 0px 30px 0px;
    justify-content: center;
    text-align: center;
}

h2.service-section-h2 {
    font-size: 44px;
    font-weight: 700;
    /* margin:5px 0; */
    color: var(--secondary-color);
}

.service-section-header-text p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0;
    color: var(--secondary-color)
}

.feature-box {
    padding: 25px;
    min-height: 210px;

}

.card.p-3.rounded-4 {
    min-height: 220px
}

.pattern-card {
    padding-top: 40px;
}

.icon-boxes {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

h5.icon-text {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0;
    color: var(--secondary-color)
}

p.feature-box-text {
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
    font-weight: 400;
    margin: 20px 0px 0px 0px;
}

/* --------------------- */

.carousel-section {
    background-color: #D5F1E580;
}

.chip-card {
    bottom: 18px;
    left: 20px;
}

.course-card-body h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary-color);
}

.topic-chips span {
    /* background-color: #D5F1E580; */
    color: var(--secondary-color);
    font-weight: 500;
}

.bag-1 {
    background-color: #D5F1E580;
    opacity: 1;
}

.bag-2 {
    background-color: #D5F1E580;
    opacity: 0.9;
}

.bag-3 {
    background-color: #D5F1E580;
    opacity: 0.8;
}



.carousel-btn {
    /* float:right; */
    margin: 0px 0px 0px 0px;
}

.carousel-btn button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px var(--primary-color);
    background: transparent;
    color: var(--primary-color);

}

.carousel-btn button:hover {
    color: var(--primary-color);
    border: solid 1px var(--primary-color);
}

.carousel-inner {
    display: flex;
}

.carousel-item {
    flex: 0 0 100%;
    display: block;
}

.carousel-item .row {
    margin: 0;
}

.carousel-header-right {
    float: inline-end;
}

/* ------------------ */

.initial-icon {
    width: 48;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: white;
}

.stars i {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.cli-name p {
    font-size: 18px;
    font-weight: 300;
    color: var(--secondary-color);
    margin: 0 0;
    line-height: 24px;
}

p.client-box-text {
    font-size: 16px;
    font-weight: 300;
    color: var(--secondary-color);
    line-height: 24px;
    margin: 0 0;
}

/* ------------------ */

.cta-section {
    background-color: var(--secondary-color);
}

.cta-text-section h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
}

.cta-text-section p {
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
}


.cta-img-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----------------- */

ul.list-unstyled a {
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-color);
    line-height: 30px;

}

/* -------------------------------- */


/* footer{

} */

/* -----------------MAp-section------- */

.map-section {
    background-color: #D5F1E580;
    padding: 35px 0px;
}

.left-panel {
    flex: 1;
    padding: 40px 30px;
    background-color: #eff7f6;
}

.right-panel {
    flex: 1.2;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eff7f6;
}

.left-panel h1 {
    font-size: 44px;
    font-weight: 700;
    text-align: left;
    margin: 5px 0;
    color: var(--secondary-color);
    padding-bottom: 30px;
}

/* color: #0f5a34;
            margin-bottom: 25px;
            font-size: 28px;
            text-align: left;
            padding-bottom: 15px; */

.chart-container {
    position: relative;
    width:250px;
    height:250px;
    margin-bottom: 40px;
}

.divisions-list-container {
    margin-top: 40px;
}

.division-item {
    display: flex;
    align-items: center;
    width: 48%;
}
.slide .carousel-inner .carousel-item .row {
    position: relative;
    margin: 0px -10px;
}
.division-color {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    margin-right: 15px;
}

.division-name {
    font-weight: 600;
    color: black;
    font-size: 18px;
    flex-grow: 1;
}

.divisions-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.division-value {
    font-weight: bold;
    color: #1a237e;
    font-size: 18px;
    margin-left: 10px;
    display: none;
}

.map-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

#sindh-svg-map {
    width: 100%;
    height: auto;
    max-height: 550px;
    transition: all 0.3s ease;
}


.cls-1 {
    fill: #2f87c1;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Karachi */
.cls-2 {
    fill: #e9983d;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hyderabad */
.cls-3 {
    fill: #8a5cc3;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Sukkur */
.cls-4 {
    fill: #d8b84e;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Larkana */
/*.cls-5 { fill: #000; cursor: pointer; transition: all 0.3s ease; }  Mirpur Khas */
.cls-5 {
    fill: #cccccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Extra Region - Gray */
.cls-6 {
    fill: #e56f5a;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Shaheed Benazirabad */
.cls-7 {
    fill: #40ab5d;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Extra for Karachi */
.cls-8 {
    fill: #fff;
}

.cls-1:hover,
.cls-2:hover,
.cls-3:hover,
.cls-4:hover,
.cls-5:hover,
.cls-6:hover,
.cls-7:hover {
    filter: brightness(1.15);
    stroke: #1a237e;
    stroke-width: 3px;
}

.hover-info {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.97);
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    color: var(--secondary-color);
    display: none;
    z-index: 100;
    border-left: 6px solid;
    font-size: 17px;
    backdrop-filter: blur(5px);
    max-width: 300px;
    text-align: center;
}



.section-title {
    color: #1a237e;
    margin: 25px 0 15px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.section-title i {
    margin-right: 10px;
    font-size: 22px;
}

.map-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    pointer-events: none;
    z-index: 1000;
    white-space: nowrap;
    display: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.back-to-top svg {
    width: 30px;
    height: 30px;
}
.back-to-top:hover {
    background: #1b9a66;
}
@keyframes floatUpDown {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0px); }
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #1b9a66;
    color: #fff;
    padding: 5px 0px;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    display: none;
    transition: all 0.3s ease;

    /* 👇 Add floating animation */
    animation: floatUpDown 2.2s ease-in-out infinite;
}
@keyframes floatUpDown {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0px); }
}

.p_badges {
    display: inline-block;
    animation: floatUpDown 2.2s ease-in-out infinite;
}
@keyframes bottomToTop {
  0%   { transform: translateY(6px); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(6px); }
}

.ai-mentor {
    display: inline-block;
    animation: bottomToTop 2.5s ease-in-out infinite;
}
@keyframes floatRight {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(10px); }  /* Move right */
  100% { transform: translateX(0); }     /* Return to start */
}

.progress-box {
    display: inline-block;
    animation: floatRight 2s ease-in-out infinite;
}
.hero-section-img{
    animation: hoverFloat 2s ease-in-out infinite;
}

@keyframes hoverFloat {
    0%   { transform: translateY(0) translateX(0); }
    50%  { transform: translateY(-5px) translateX(3px); }
    100% { transform: translateY(0) translateX(0); }
}
.icon-boxes {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-boxes:hover {
    transform: scale(1.1); /* Slight zoom */
    box-shadow: 0 8px 20px rgba(0,0,0,0.2); /* Subtle shadow */
}
.course-card{
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.3s ease, color 0.3s ease;
    background: #f5f5f5; /* Original background */
    color: #333;          /* Original text color */
    border-radius: 8px;   /* Optional rounded corners */
    padding: 0px;
}
.feature-box {
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.3s ease, color 0.3s ease;
    background: #f5f5f5; /* Original background */
    color: #333;          /* Original text color */
    border-radius: 8px;   /* Optional rounded corners */
    padding: 20px;
}

.feature-box:hover {
    transform: scale(1) translateY(-5px); /* Zoom + lift */
    box-shadow: 0 12px 25px rgba(0,0,0,0.2); /* Shadow on hover */
    background: #f4fffb; /* Highlight background */
    color: #fff;          /* Text color on hover */
}
.course-card:hover {
    transform: scale(1) translateY(-5px); /* Zoom + lift */
    box-shadow: 0 6px 6px rgba(0,0,0,0.1); /* Shadow on hover */
    background: #f4fffb; /* Highlight background */
        /* Text color on hover */
}
.carousel-item {
    padding-bottom: 10px;
}
.studentCard{
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.3s ease, color 0.3s ease;
    background: #f5f5f5; /* Original background */
    color: #333;          /* Original text color */
    border-radius: 8px;   /* Optional rounded corners */
    padding: 20px;
}
.studentCard:hover{
    transform: scale(1) translateY(-5px); /* Zoom + lift */
    box-shadow: 0 12px 25px rgba(0,0,0,0.2); /* Shadow on hover */
    background: #f4fffb; /* Highlight background */
}
.navbar-nav .nav-link {
    position: relative;
    transition: color 0.3s ease;
    font-family: "Fira Sans", sans-serif;
}
.signupButton a{

    font-family: "Fira Sans", sans-serif;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #1b9a66; /* underline color */
    transition: width 0.3s ease;
    
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
    font-weight: 800 !important;
}
/* legal-styles.css - Shared CSS for all legal pages */

/* Common Styles */
.legal-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.legal-header {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 2px solid #198754;
}

.legal-section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.legal-section:last-of-type {
    border-bottom: none;
}

.legal-section h2 {
    color: #198754;
    margin-bottom: 1.5rem;
    font-weight: 600;
    padding-left: 1rem;
    border-left: 4px solid #198754;
    font-size: 20px;
}

.legal-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.legal-section h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #444;
}

.legal-section p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.legal-section ul, .legal-section ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.legal-section li {
    margin-bottom: 0.75rem;
    color: #555;
    line-height: 1.6;
}
.legal-header h1{ font-size: 26px; color: #094229;}
.last-updated {
    background-color: #e7f7ef;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    color: #0a3622;
    display: inline-block;
}
p.text-muted a {
    color: #1b9a66;
    text-decoration: none;
    font-weight: 600;
}
.back-to-home {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #198754;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 2rem;
}

.back-to-home:hover {
    color: #146c43;
    text-decoration: underline;
}

.feature-list {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.feature-list li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.feature-list li strong{ margin-right: 10px; display: block;}

.feature-list li i {
    color: #198754;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}

.contact-info {
    background-color: #f0f9ff;
    border-left: 4px solid #198754;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0 2rem 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 0.5rem;
    overflow: hidden;
}

.cookies-table th {
    background-color: #198754;
    color: white;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
}

.cookies-table td {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.cookies-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.cookies-table tr:last-child td {
    border-bottom: none;
}

.delete-account-section {
    background-color: #fff5f5;
    border-left: 4px solid #dc3545;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin: 2rem 0;
}

.delete-account-btn {
    background-color: red;
    color: white;
    border: none;
    padding: 8px 36px;
    border-radius: 0.5rem;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.delete-account-btn i {
    font-size: 24px;
    color: #fff;
}
.delete-account-btn:hover {
    background-color: #c82333;
    transform: translateY(-2px);
}

.alert-box {
    background-color: #e7f7ef;
    border: 1px solid #198754;
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

.alert-box.warning {
    background-color: #fff3cd;
    border-color: #ffc107;
}

.term-list {
    counter-reset: term-counter;
    list-style-type: none;
    padding-left: 0;
}

.term-list li {
    counter-increment: term-counter;
    margin-bottom: 2rem;
    padding-left: 3.5rem;
    position: relative;
}

.term-list li:before {
    content: counter(term-counter);
    background-color: #198754;
    color: white;
    font-weight: bold;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
.footer_officials_brand{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    width: 100%;
}
.banner-image img {
    width: 395px !important;
    height: 550px !important;
    object-fit: cover;
    border-radius: 10px !important;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .footer_officials_brand{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .footer_officials_brand div {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
        text-align: left;
    }
    .hero-sectiom-img.hero-section-img {
        text-align: center;
    }
}
.banner-image img{
    width: 636px;
    height: 480px;
    object-fit: cover;
}