﻿/**
* Template Name: Kelly
* Template URL: https://bootstrapmade.com/kelly-free-bootstrap-cv-resume-html-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #222222; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #34b7a7; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #444444;  /* The default color of the main navmenu links */
  --nav-hover-color: #34b7a7; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #34b7a7; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #e9e8e6;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
}


/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
    color: azure;
    background-color: #108286;
    padding: 3px 0;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--heading-color);
}

.header .header-social-links {
  padding-right: 15px;
}

.header .header-social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding-left: 6px;
  display: inline-block;
  transition: 0.3s;
  font-size: 16px;
}

.header .header-social-links a:hover {
  color: var(--accent-color);
}

.header .header-social-links a i {
  line-height: 0px;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .header-social-links {
    order: 2;
  }

  .header .navmenu {
    order: 3;
  }
}
/*--------------------------------------------------------------
# header-Top
--------------------------------------------------------------*/

/* Top Header Styling */
.header-top {
    background: linear-gradient( 90deg, rgba(58, 175, 221, 1) 0%, /* Sky blue */
    rgba(41, 203, 188, 1) 35%, /* Aqua teal */
    rgba(72, 207, 133, 1) 65%, /* Fresh green */
    rgba(56, 182, 255, 1) 100% /* Premium blue touch */
    );
    color: white;
    font-size: 12px;
    padding: 6px 8px;
}

    /* List Styling */
    .header-top .list-inline {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 20px; /* spacing between items */
    }

        /* List Items */
        .header-top .list-inline li {
            display: inline-block;
        }

            .header-top .list-inline li a {
                color: #fff;
                text-decoration: none;
                font-weight: 500;
                transition: color 0.3s ease;
            }

                .header-top .list-inline li a:hover {
                    color: #ffd700; /* gold hover effect */
                }

/* Responsive */
@media (max-width: 767px) {
    .header-top {
        text-align: center;
        font-size: 13px;
    }

        .header-top .list-inline {
            justify-content: center;
            gap: 12px;
        }
}

/*--------------------------------------------------------------
# header-middle
--------------------------------------------------------------*/
/* General Header Styling */
/* General Header Styling */
.header-middle {
    background-color: #f9f9f9; /* light background */
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
} 
  
    /* Row alignment */
    .header-middle .row {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

/* Tablet View */
@media (max-width: 991px) {
    .header-middle .gcse-search {
        max-width: 220px;
    }
}

/* Mobile View */
@media (max-width: 700px) {
    .header-middle {
        text-align: center;
    }

        .header-middle .widget {
            margin: 10px 0;
        }

            

        .header-middle .widget img {
            max-height: 70px; /* balanced logo for mobile */
        }
}

.navmenu-parent {
    overflow: visible; /* Sticky ke liye important */
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
  
@media (min-width: 1200px) {
    .navmenu {
       
        left: 0;
        width: 100%;
        z-index: 9999;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        padding: 0 10px;
    }

     
  .navmenu ul {

    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

        .navmenu > ul > li {
            white-space: nowrap;
             
            padding: 3px 1px;
        }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto
    }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: aliceblue;
    font-size: 15px;
    padding: 0 1px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 25px;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color:  azure;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 13px;
    font-size: 12px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: 90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
    .mobile-nav-toggle {
        position: sticky;
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
/*--------------------------------------------------------------
#   notifications-section
--------------------------------------------------------------*/
/* ✅ Modern Premium Notification Section - FIXED & POLISHED */
.notifications-section {
    padding: 60px 0;
    background-color: #f7f9fb;
    color: #1e293b;
    font-family: 'Poppins', sans-serif;
}

    .notifications-section h2 {
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: 40px;
        color: #0f172a;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

.notification-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

/* 🧾 Notification Cards */
.notification-group {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    padding: 10px;
    flex: 1;
    min-width: 320px;
    height: 460px; /* ✅ Equal height for all boxes */
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .notification-group:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }

    .notification-group h3 {
        font-size: 1.3rem;
        margin-bottom: 16px;
        color: #006b8f;
        border-left: 4px solid #006b8f;
        padding-left: 10px;
        font-weight: 600;
    }

/* 🌀 Scrollable List */
.scroll-box {
    height: 320px;
    overflow: hidden;
    position: relative;
}

    .scroll-box ul {
        position: absolute;
        top: 100%;
        animation: scroll-up 28s linear infinite;
        padding-left: 0rem;
    }

    .scroll-box:hover ul {
        animation-play-state: paused;
    }

@keyframes scroll-up {
    0% {
        top: 100%;
    }

    100% {
        top: -100%;
    }
}

/* 📰 Notification Items */
.notification-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #e2e8f0;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .notification-item:hover {
        background: #f1f5f9;
        border-radius: 8px;
        transform: translateX(4px);
    }

/* 📅 Date Box (smaller + aligned) */
.date-box {
    background: #006b8f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.75rem; /* ✅ smaller text */
    line-height: 1.2;
    min-width: 65px;
    text-align: center;
    margin-right: 10px;
}

/* 🔤 Text */
.notification-text {
    flex: 1;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.45;
}

/* 🌐📄🧾 Icons */
.fa-link, .fa-file-pdf, .fa-newspaper, .fa-book-open {
    font-size: 1rem;
    margin-right: 8px;
    color: #006b8f;
    transition: transform 0.2s ease, color 0.3s ease;
}

.notification-item:hover .fa-link,
.notification-item:hover .fa-file-pdf,
.notification-item:hover .fa-newspaper,
.notification-item:hover .fa-book-open {
    transform: scale(1.2);
    color: #0096b9;
}

/* 🔘 Footer Button */
.footer-link {
    text-align: left;
    margin-top: auto;
}

    .footer-link a {
        display: inline-block;
        margin-top: 12px;
        padding: 8px 18px;
        background: #006b8f;
        color: #fff;
        font-weight: 600;
        border-radius: 8px;
        text-decoration: none;
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }

        .footer-link a:hover {
            background: #0096b9;
            box-shadow: 0 4px 12px rgba(0,107,143,0.3);
        }

/* ✅ Static List for Magazines (no scroll) */
.static-list {
    max-height: 320px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .static-list .notification-item:last-child {
        border-bottom: none;
    }



/*----------------------.Principal-section----------------------------*/
/* Section Background with RGB Flow */
.principal-section {
    padding: 40px 0;
    background: linear-gradient(270deg, #c6dbff, #d9f0ff); /* very light pastel colors */
    background-size: 600% 600%;
    animation: gradientFlow 15s ease infinite;
    border-radius: 12px;
    overflow: hidden;
}

/* Gradient Animation */
@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Section Titles */
.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    padding-bottom: 8px;
    color: #222;
}

/* Principal Profile */
.principal-profile {
    text-align: center;
    margin-bottom: 10px;
}

.profile-pic-ring img {
    border-radius: 5%;
    width: 180px;
    height: 150px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

    .profile-pic-ring img:hover {
        transform: scale(1.20);
    }

  .P_Name {
       
    font-size: 20px;
    margin-top: 60px;
    padding-top: 20px;
    font-weight: 600;
}

.designation {
    font-size: 13px;
    color: #555;
}

.contact {
    font-size: 13px;
    color: #007bff;
    font-weight: 600;
}

/* Image Hover Effect */
.hover-zoom img {
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .hover-zoom img:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    }

/* Button */
.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 18px;
    background: #007bff;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
}

    .btn:hover {
        background: #0056b3;
    }

/* Paragraphs */
.principal-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #222;
}
/*--------------------------------------------------------------
# Photots event-card
--------------------------------------------------------------*/
.event-card {
  transition: all 0.3s ease;
}

.event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.event-card img {
  transition: transform 0.4s ease;
}

.event-card:hover img {
  transform: scale(1.05);
}

/*--------------------------------------------------------------
# Academic Streams
--------------------------------------------------------------*/
.academic-streams {
    background: rgba(33, 37, 41, 0.1);
    padding-bottom: 30px;
}

/* Section Title */
.section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
    position: relative;
}

    .section-title::after {
        content: "";
        display: block;
        width: 120px;
        height: 4px;
        background: linear-gradient(to right, darkgreen, gray);
        margin: 12px auto 0;
        border-radius: 3px;
    }

/* Stream Info (Left Side) */
.stream-info {
    padding: 20px 20px;
}

    .stream-info .icon {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .stream-info h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .stream-info p {
        font-size: 15px;
        color: #444;
    }
/* Subject Cards (Right Side) */
.subjects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;

}

.subject-card-a {
    color: #222;
    width:100%;
}

    .subject-card-a:hover {
        color: #ffffff;
    }

 
.subject-card {
    background: #fff;
    height: 30px;
    border-radius: 20px 0px;
    padding: 5px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #222;
    transition: transform 0.35s ease, background 0.4s ease, box-shadow 0.4s ease, border-radius 0.4s ease, color 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden; /* ✅ Prevent flicker during 3D transform */
    transform-style: preserve-3d; /* ✅ Smoother perspective */
    will-change: transform;
}

    .subject-card:hover {
        transform: translateY(-6px) scale(1.05); /* ✅ Removed rotateX/Y to stop jitter */
        background: linear-gradient(135deg, #34b7a7, #1fa2a6);
        color: #ffffff;
        border-radius: 25px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }

    /* ✅ Glow (stable, no visual shake) */
    .subject-card::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        pointer-events: none;
        transition: box-shadow 0.4s ease;
        z-index: 0;
    }

    .subject-card:hover::after {
        box-shadow: 0 0 20px rgba(52, 183, 167, 0.6);
    }


    /* Make inner content above glow */
    .subject-card h5,
    .subject-card p {
        position: relative;
        z-index: 1;
        transition: color 0.4s ease;
    }

/* Responsive tweak */
@media (max-width: 767px) {
    .subject-card:hover {
        transform: translateY(-5px) rotateX(3deg) rotateY(4deg) scale(1.03);
    }
}



/* Stream Specific Colors */
.arts-info .icon {
    color: #d63384; /* pink */
}

.science-info .icon {
    color: #8edceb; /* blue */
}

.commerce-info .icon {
    color: #ffc107; /* yellow */
}

/* Responsive for Mobile */
@media (max-width: 767px) {
    .subjects-grid {
        grid-template-columns: 1fr;
    }

    .stream-info {
        margin-bottom: 30px;
    }

    .subject-card:hover {
        transform: translateY(-6px) rotateZ(-2deg) scale(1.03);
    }
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
/* 🌈 Footer Base */
footer.hero {
    background: linear-gradient(135deg, #e0f7fa, #cce5ff); /* soft blue gradient */
    color: #1e293b;
    padding: 50px 0 25px;
    font-family: 'Poppins', sans-serif;
    border-top: 3px solid #0077b6;
}

/* 📦 Container + Layout */
.container_f {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/* 🏛️ Address Section */
footer.hero h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #0077b6;
    font-weight: 600;
}

footer.hero ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    footer.hero ul li {
        font-size: 0.95rem;
        line-height: 1.8;
        color: #334155;
    }

footer.hero img.icon {
    width: 90px;
    display: block;
    margin: 10px auto 15px auto;
    transition: transform 0.4s ease;
}

    footer.hero img.icon:hover {
        transform: scale(1.1);
    }
.icons a {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f1f5f9;
    color: #0f172a;
    font-size: 20px;
    border: 1px solid #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 5px;
}

    .icons a:hover {
        transform: translateY(-3px);
    }

    /* ✅ Platform Hover Colors */
    .icons a.fa-whatsapp:hover {
        background-color: #25d366;
        color: #fff;
        border-color: #25d366;
    }

    .icons a.fa-facebook:hover {
        background-color: #1877f2;
        color: #fff;
        border-color: #1877f2;
    }

    .icons a.fa-youtube:hover {
        background-color: #ff0000;
        color: #fff;
        border-color: #ff0000;
    }

    .icons a.fa-envelope:hover {
        background-color: #ea4335;
        color: #fff;
        border-color: #ea4335;
    }

    .icons a.fa-instagram:hover {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        color: #fff;
        border: none;
    }

    .icons a.fa-lock:hover {
        background-color: #0ea5e9;
        color: #fff;
        border-color: #0ea5e9;
    }


/* 🗺️ Map Section */
.f_h {
    color: #0077b6;
    font-size: 1.6rem;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 600;
}

iframe {
    width: 100%;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* ✨ Divider Line */
.line__separete {
    width: 90%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin: 30px auto;
}

/* 🧾 Copyright */
.by {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 0.9rem;
    color: #475569;
    padding: 10px 20px 0;
}

    .by p {
        margin: 0;
    }

    .by strong.sitename {
        color: #0077b6;
    }

    .by a {
        color: #0077b6;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }

        .by a:hover {
            color: #0ea5e9;
        }

/* 📱 Responsive Design */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    footer.hero img.icon {
        margin: 0 auto;
    }

    iframe {
        height: 250px;
    }

    .icons {
        justify-content: center;
    }
}


/*-------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--accent-color);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# college-events
--------------------------------------------------------------*/
/* ===== College Event Section CSS ===== */
#college-events {
    background: #f8f9fa;
}

    #college-events h2 {
        font-weight: 700;
        color: #333;
    }

    /* Card styling */
    #college-events .card.event-card {
        height: 100%;
        min-height: 420px; /* fix card height */
        border: none;
        border-radius: 15px 15px 0px 0px; /* top-left, top-right, bottom-right, bottom-left */
        overflow: hidden;
        transition: transform 0.8s ease;
        background: #fff;
    }

        #college-events .card.event-card img {
            height: 250px; /* fix image height */
            object-fit: cover; /* crop & fit */
        }

        #college-events .card.event-card:hover {
            transform: translateY(-20px);

            
        }

    #college-events .card-body {
        padding: 15px;
    }

     #college-events .card-footer {
        font-size: 14px;
        text-align: center;
        background: #f1f1f1;
    }

    
/* Responsive */
@media (max-width: 768px) {
    #college-events .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

 
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.page-title h1 {
  font-size: 24px;
  font-weight: 400;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 30px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
/*.section-title {
  text-align: center;
  padding-bottom: 0px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}
*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/* Hero section full height */
.hero-section {
    position: relative;
    width: 100%;
    height: 520px; /* full viewport height */
    overflow: hidden;
}

/* Hero slide full height */
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* change from 90% to 100% */
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

    .hero-slide.active {
        opacity: 1;
        z-index: 1;
    }

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}

.hero-content {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    max-width: 400px;
    text-align: right;
}

    .hero-content h2 {
        color:azure;
        font-size: 2.8rem;
        margin-bottom: 10px;
    }

    .hero-content p {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

.btn-get-started {
    display: inline-block;
    padding: 10px 25px;
    background: #ff5e57;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

    .btn-get-started:hover {
        background: #ff3b30;
    }
 

/* Dots fixed at center-bottom of slider */
.hero-dots {
    position: absolute;
    bottom: 20px; /* distance from bottom of image */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 5; /* ensure dots appear above slides */
}

    .hero-dots .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255,255,255,0.5);
        cursor: pointer;
    }

        .hero-dots .dot.active {
            background: linear-gradient(45deg, #007bff, #28a745);
        }

@media (max-width:768px) {
    .hero-content h2 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 0.95rem;
    }

    .hero-content {
        max-width: 300px;
        bottom: 20px;
        right: 20px;
    }
}

/*--------------------------------------------------------------
            #  Breadcrumb Banner Section
--------------------------------------------------------------*/

/* Breadcrumb Banner Section */
.breadcrumb-img-head {
    border-radius: 25px;
    padding: 40px 20px; /* increased top/bottom padding for height */
    margin: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center; /* vertical centering */
    justify-content: center; /* horizontal centering */
    text-align: center;
}

.breadcrumb-img-head img{
    border-radius:25px;
    padding:20px;
    margin:5px;
}

     Dark overlay 
    .breadcrumb-img-head::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.55);  semi-dark overlay 
    z-index: 1;
    }


    /* Content above overlay */
    .breadcrumb-img-head .section-content {
        position: relative;
        z-index: 2;
    }

    /* Title */
    .breadcrumb-img-head h2 { 
       text-align:center;
        margin: 0;
        text-align: center;
        font-size: 36px;
        padding-left: 80px;
        font-weight: bold; /* optional, makes it pop */
        color: cadetblue;
        margin-left: 110px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1.3;
    }

/* Responsive */
@media (max-width: 767px) {
    .breadcrumb-img-head {
        padding: 50px 0;
    }

        .breadcrumb-img-head h2 {
            font-size: 22px;
        }
}

/*--------------------------------------------------------------
#  The CSS for College.aspx  start
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#   Media and News_Page
--------------------------------------------------------------*/
.Media_Page {
    padding: 60px 0;
    background-color: #f9f9f9;
}

    .Media_Page .learn-press-courses-header {
        margin-bottom: 40px;
        text-align: center;
    }

        .Media_Page .learn-press-courses-header h2 {
            font-size: 32px;
            font-weight: 700;
            color: #333;
        }

    .Media_Page .gallery-isotope {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .Media_Page .gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        cursor: pointer;
        flex: 1 0 23%;
        max-width: 23%;
        margin-bottom: 20px;
        transition: transform 0.3s ease;
    }

@media (max-width: 1200px) {
    .Media_Page .gallery-item {
        flex: 1 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 768px) {
    .Media_Page .gallery-item {
        flex: 1 0 48%;
        max-width: 48%;
    }
}

@media (max-width: 576px) {
    .Media_Page .gallery-item {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.Media_Page .gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.Media_Page .gallery-item:hover img {
    transform: scale(1.05);
}

.Media_Page .overlay-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.Media_Page .gallery-item:hover .overlay-shade {
    opacity: 1;
}

.Media_Page .icons-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.3s ease;
}

.Media_Page .gallery-item:hover .icons-holder {
    opacity: 1;
}

.Media_Page .icons-holder-inner a {
    font-size: 20px;
    color: #333;
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

    .Media_Page .icons-holder-inner a:hover {
        background: #dc3545;
        color: #fff;
    }

/*--------------------------------------------------------------
# Sidebar Container
--------------------------------------------------------------*/

/* Sidebar Container */
.sidebar-left {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

/* Widget Title */
.sidebar-left .widget h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* List Style */
.sidebar-left ul.list-divider {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-left ul.list-divider li {
    margin-bottom: 12px;
}

/* Links */
.sidebar-left ul.list-divider li a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

/* Icon Styling */
.sidebar-left ul.list-divider li a i {
    color: #1e90ff; /* icon color */
    margin-right: 10px;
    font-size: 16px;
    min-width: 20px;
}

/* Hover Effect */
.sidebar-left ul.list-divider li a:hover {
    background: #85dec4;
    color: #444444;
    transform: translateX(5px);
}

.sidebar-left ul.list-divider li a:hover i {
    color: #fff;
}

/* Major Titles */
.catTitle {
    flex: 1;
}

/* Optional Counter */
.catCounter {
    font-size: 12px;
    color: #999;
}

/*--------------------------------------------------------------
# Main content area
--------------------------------------------------------------*/
/* Main content area */
 

/* Category title */
.itemListCategory {
    text-align: center;
    
}

    .itemListCategory h2, .itemListCategory {
        font-size: 2rem;
        font-weight: 700;
        color: #222222;
        position: relative;
        display: inline-block;
    }

        .itemListCategory::after {
            content: '';
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #f39c12, #e74c3c);
            display: block;
            margin: 10px auto 0;
            border-radius: 2px;
        }

/* Faculty card container */
.col-lg-4.col-md-6.col-sm-6.m-b30 {
    width:800px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

/* Faculty card - Glassy effect */
.wt-team-one {
    margin-left:20px;
    max-width:350px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    
    border: 1px solid rgba(255,255,255,0.3);
}

    .wt-team-one:hover {
        transform: translateY(-10px) scale(1.03);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        background: rgba(255,255,255,0.35);
    }

/* Faculty image */
.wt-team-media img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin: 20px auto 15px;
    border: 3px solid rgba(255,255,255,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .wt-team-media img:hover {
        transform: scale(1.1);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

/* Faculty info */
.wt-team-info {
    padding: 1px 45px 25px;
    background: rgba(255, 255, 255, 0.1);
}

.wt-team-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.wt-team-info p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 12px;
}

/* Tags */
.site-button-link {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    margin: 3px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

    .site-button-link.orange {
        background: linear-gradient(135deg, #f39c12, #f1c40f);
    }

    .site-button-link.pink {
        background: linear-gradient(135deg, #e91e63, #ff6f91);
    }

    .site-button-link:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

/* Profile button */
.social-square li a {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #28a745, #1abc9c);
    color: #fff !important;
    border-radius: 8px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-square li a:hover {
        background: linear-gradient(135deg, #1abc9c, #16a085);
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

/* Responsive adjustments */
@media (max-width: 1092px) {
    .wt-team-one {
        max-width: 350px;
    }

    .wt-team-media img {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 576px) {
    .wt-team-one {
        max-width: 100%;
    }

    .wt-team-media img {
        width: 120px;
        height: 120px;
    }
}

/*--------------------------------------------------------------
# Click_here_to_View-Pdf
--------------------------------------------------------------*/

/* ---------- Topic Section Container ---------- */
 .Click_here_to_View-Pdf p a {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #f39c12, #e74c3c);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.Click_here_to_View-Pdf p a:hover {
    background: linear-gradient(135deg, #e74c3c, #f39c12);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}


/*---------------------------------------------------------------------------------------------------------------------------
                             The CSS for College.aspx  End
----------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: var(--accent-color);
  line-height: 0;
}

/*--------------------------------------------------------------
# Skills Section
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  color: var(--heading-color);
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: var(--heading-font);
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Stats Section - Clean Modern Design
--------------------------------------------------------------*/
.stats .stats-item {
    background: #fff;
    border-radius: 15px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    cursor: default;
}

    .stats .stats-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }

    .stats .stats-item i {
        font-size: 2.5rem;
        color: #fff;
        background: var(--accent-color);
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 15px;
        transition: transform 0.5s ease, background 0.5s ease;
    }

    .stats .stats-item:hover i {
        transform: rotateY(360deg);
        background: var(--heading-color);
    }

    .stats .stats-item span.purecounter {
        display: block;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--heading-color);
    }

        .stats .stats-item span.purecounter:after {
            content: "";
            display: block;
            width: 25px;
            height: 3px;
            background: var(--accent-color);
            margin: 5px auto 0;
        }

    .stats .stats-item p {
        margin: 0;
        color: color-mix(in srgb, var(--default-color), transparent 40%);
        font-weight: 500;
    }

/* Responsive */
@media (max-width: 992px) {
    .stats .stats-item i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 2rem;
    }

    .stats .stats-item span.purecounter {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .stats .stats-item i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1.8rem;
    }

    .stats .stats-item span.purecounter {
        font-size: 1.8rem;
    }
}

/*--------------------------------------------------------------
# Faculties Section
--------------------------------------------------------------*/

.faculty-section {
    background: #f9fafb;
    overflow: hidden;
}

.faculty-slider {
    overflow: hidden;
    position: relative;
}

.faculty-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.faculty-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    width: calc(25% - 20px);
    margin: 0 10px;
    flex-shrink: 0;
    text-align: center;
    padding: 15px;
}

.faculty-img-wrap {
    width: 200px;
    height: 200px;
    margin: 0 auto 10px;
    border: 3px solid #006b8f;
    border-radius: 14%;
    overflow: hidden;
}

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

.faculty-name {
    font-weight: 600;
    color: #222;
}

.faculty-dept {
    color: #666;
    font-size: 14px;
}

.faculty-role {
    color: #888;
    font-size: 13px;
}

@media (max-width: 992px) {
    .faculty-card {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 768px) {
    .faculty-card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 500px) {
    .faculty-card {
        width: calc(100% - 20px);
    }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid var(--background-color);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Resume Section
--------------------------------------------------------------*/
.resume .resume-title {
  color: var(--heading-color);
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid var(--accent-color);
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: var(--background-color);
  border: 2px solid var(--accent-color);
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-item .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .service-item .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .service-item .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .service-item .icon svg path {
  transition: 0.5s;
  fill: color-mix(in srgb, var(--default-color), transparent 95%);
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
}

.services .service-item.item-cyan i {
  color: #0dcaf0;
}

.services .service-item.item-cyan:hover .icon i {
  color: #fff;
}

.services .service-item.item-cyan:hover .icon path {
  fill: #0dcaf0;
}

.services .service-item.item-orange i {
  color: #fd7e14;
}

.services .service-item.item-orange:hover .icon i {
  color: #fff;
}

.services .service-item.item-orange:hover .icon path {
  fill: #fd7e14;
}

.services .service-item.item-teal i {
  color: #20c997;
}

.services .service-item.item-teal:hover .icon i {
  color: #fff;
}

.services .service-item.item-teal:hover .icon path {
  fill: #20c997;
}

.services .service-item.item-red i {
  color: #df1529;
}

.services .service-item.item-red:hover .icon i {
  color: #fff;
}

.services .service-item.item-red:hover .icon path {
  fill: #df1529;
}

.services .service-item.item-indigo i {
  color: #6610f2;
}

.services .service-item.item-indigo:hover .icon i {
  color: #fff;
}

.services .service-item.item-indigo:hover .icon path {
  fill: #6610f2;
}

.services .service-item.item-pink i {
  color: #f3268c;
}

.services .service-item.item-pink:hover .icon i {
  color: #fff;
}

.services .service-item.item-pink:hover .icon path {
  fill: #f3268c;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--surface-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-wrap {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

@media (max-width: 575px) {
  .contact .info-wrap {
    padding: 20px;
  }
}

.contact .info-item {
  margin-bottom: 40px;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .php-email-form {
  background-color: var(--surface-color);
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}
/* collge aspx*/

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.4s ease-in-out;
}

.gallery-img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.zoom-icon {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.gallery-item:hover .zoom-icon {
    opacity: 1;
    transform: scale(1);
}

.zoom-icon i {
    font-size: 1.4rem;
    color: #006b8f;
}

.zoom-icon:hover i {
    color: #004a66;
}


/* --------------------------------
    =-======= clogin=======
----------------------------------- */
