/********** TRAKANALYTICA CSS **********/

/* GENERAL CSS FOR ALL PAGES STARTS HERE */
:root {
    --primary: #3C1F80;
    --secondary: #B60D09;
    --light: #636363;
    --dark: #091E3E;
}

body{
    font-family: "Cambria", serif;
    font-weight: 500;
}

body {
  overflow-x: hidden;
  background:#faf8f8;
}
.container-limiter {
  max-width: 1500px; 
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.bg-color{
    background: #faf8f8;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: #ee5553;
}

.btn-secondary{
    background: #ee5553;
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.contact-details a[href^="tel"],
.contact-details a[href^="mailto"],
.footer-contact a[href^="tel"],
.footer-contact a[href^="mailto"] {
  text-decoration: none !important;
  color: inherit;
}

.contact-details a[href^="tel"]:hover,
.contact-details a[href^="mailto"]:hover,
.footer-contact a[href^="tel"]:hover,
.footer-contact a[href^="mailto"]:hover {
  text-decoration: underline;
}
a[href^="tel"],
a[href^="mailto"] {
  text-decoration: none !important;
  color: inherit;
}


/* Section title starts here */
.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
    font-family: "Cambria", serif;
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
    font-family: "Cambria", serif;
}

.display-5 {
    font-family: "Cambria", serif !important;
}
/* Section title ends here */


/* Navbar section starts here */
.top-header {
  background: #dfdddd;
}

.top-shape {
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  left: -15px;
  background: var(--primary);
  transform: skew(40deg);
}

.contact-details {
  color: #3C1F80;
  font-weight: 600;
  font-size: 15px;
  font-family: "Cambria", serif;
}

/* Header Social Media Styles */
.header-social-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.follow-text {
  color: #fdfdfd;
  font-weight: 600;
  font-size: 15.2px;
  font-family: "Cambria", serif;
}

.header-social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-social-icons .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.header-social-icons .social-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.header-social-icons .social-link i {
  line-height: 1;
}

.logo-img {
  height: 70px;
}

@media (max-width: 576px) {
  .logo-img {
    height: 60px;
  }
}

.navbar-light .navbar-nav .nav-link {
  padding: 38px 7px;
  font-size: 12.5px;
  color: #292828;
  outline: none;
  transition: .5s;
  font-weight: 1000;
  text-transform: uppercase;
}

/* Larger dropdown icon */
.navbar-light .navbar-nav .dropdown-toggle::after {
  font-size: 16px;
  margin-left: 8px;
  vertical-align: middle;
}

.dropdown-item{
  font-size: 1rem;
  font-weight: 500;
  color: #292828;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 9px;
  color: #292828;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #B60D09;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    color: #292828;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 18px 2px !important;
    font-size: 14.5px;
    color: #292828;
  }

  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 12px !important;
    color: #292828;
  }

  .logo-img {
    height: 65px !important;
  }
  
  .top-header .contact-details:first-of-type,
  .top-header .contact-details:first-of-type + span {
    display: none !important;
  }
  
  .header-social-icons {
    gap: 8px;
  }
  
  .header-social-icons .social-link {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  
  .follow-text {
    font-size: 14px;
    margin-right: 10px !important;
  }
}

/* sticky navbar */
.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: box-shadow 0.3s ease;
  background-color: #fff;
}

.sticky-navbar.sticky-active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  border: 2px solid #0d6efd;
  padding: 0.5rem 0.75rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
}

/* Mega Menu Styles */
.mega-dropdown {
  position: static !important;
}

.mega-dropdown .dropdown-menu {
  display: none;
}

.mega-dropdown:hover .dropdown-menu {
  display: block;
}

.mega-menu {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 850px !important;
  max-width: 95vw !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2) !important;
  background: #fff !important;
  z-index: 1050 !important;
}

.mega-menu-container {
  border-radius: 12px;
  overflow: hidden;
}

.mega-menu-desktop {
  display: flex;
  height: auto;
}

.mega-menu-mobile {
  display: none;
}

.mega-menu-sidebar {
  width: 220px;
  background: #f8f9fa;
  border-right: 1px solid #e0e0e0;
  padding: 0;
  flex-shrink: 0;
  overflow-y: visible;
  max-height: none;
  display: flex;
  flex-direction: column;
}

.mega-menu-category {
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  user-select: none;
  text-decoration: none;
  display: block;
  background: #f8f9fa;
  line-height: 1.3;
}

.mega-menu-category.all-topics {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  border-left: none;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 8px 16px;
  line-height: 1.3;
}

.mega-menu-category.all-topics i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.mega-menu-category.all-topics:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateX(2px);
  color: #fff;
  text-decoration: underline;
}

.mega-menu-category.all-topics:hover i {
  transform: translateX(5px);
}

.mega-menu-category:not(.all-topics):hover {
  background: #ffffff;
  border-left-color: #0d6efd;
  transform: translateX(3px);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
}

.mega-menu-category.active:not(.all-topics) {
  background: #ffffff;
  border-left-color: #0d6efd;
  color: #0d6efd;
  transform: translateX(3px);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
}

.mega-menu-content {
  flex: 1;
  padding: 15px 20px;
  overflow-y: auto;
  max-height: 450px;
  background: #fff;
}

/* Custom scrollbar for content */
.mega-menu-content::-webkit-scrollbar {
  width: 6px;
}

.mega-menu-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.mega-menu-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.mega-menu-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.category-content {
  display: none;
}

.category-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-title {
  font-size: 14.5px;
  font-weight: 800;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  padding-bottom: 7px;
  border-bottom: 2px solid #0d6efd;
  font-family: 'Nunito', sans-serif;
}

.statistics-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.statistics-list li {
  margin-bottom: 7px;
}

.statistics-list li a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  transition: all 0.2s ease;
  padding: 5px 10px;
  border-radius: 4px;
}

.statistics-list li a:hover {
  background: #f0f7ff;
  color: #0d6efd;
  transform: translateX(5px);
}

.statistics-list li a i {
  margin-right: 10px;
  color: #0d6efd;
  font-size: 14px;
  flex-shrink: 0;
}

/* All Topics Message */
.all-topics-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  color: #666;
}

.all-topics-message i {
  font-size: 50px;
  color: #667eea;
  margin-bottom: 15px;
  opacity: 0.8;
}

.all-topics-message h5 {
  font-size: 19px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.all-topics-message p {
  font-size: 13.5px;
  color: #666;
  margin: 0 0 5px 0;
  max-width: 350px;
  line-height: 1.6;
}

.all-topics-message .btn {
  font-size: 14px;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.all-topics-message .btn i {
  font-size: 16px;
  margin: 0;
  opacity: 1;
}

/* Coming Soon Message */
.coming-soon-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 35px 20px;
  color: #666;
}

.coming-soon-message i {
  font-size: 44px;
  color: #0d6efd;
  margin-bottom: 13px;
  opacity: 0.7;
}

.coming-soon-message h5 {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  margin-bottom: 9px;
}

.coming-soon-message p {
  font-size: 13px;
  color: #777;
  margin: 0;
  max-width: 300px;
}

/* Mobile Mega Menu Styles (<=600px) */
@media (max-width: 600px) {
  .mega-menu-desktop {
    display: none !important;
  }
  
  .mega-menu-mobile {
    display: block !important;
    padding: 15px;
  }
  
  .mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .mobile-menu-item {
    display: flex;
    align-items: center;
    padding: 15px 18px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
  }
  
  .mobile-menu-item:hover {
    background: #e9ecef;
    border-left-color: #0d6efd;
    color: #0d6efd;
    transform: translateX(3px);
  }
  
  .mobile-menu-item.all-topics-mobile {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-left: none;
  }
  
  .mobile-menu-item.all-topics-mobile:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    color: #fff;
  }
  
  .mobile-menu-item i {
    font-size: 18px;
  }
  
  .mega-menu {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Tablet and Desktop (>600px) */
@media (min-width: 601px) {
  .mega-menu-desktop {
    display: flex !important;
  }
  
  .mega-menu-mobile {
    display: none !important;
  }
}

/* Regular Dropdowns - Hover on Desktop */
@media (min-width: 992px) {
  .hover-dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  
  .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    padding-left: 1rem;
  }
  
  .navbar-nav .dropdown-item {
    padding: 0.5rem 0;
  }
  
  .navbar-collapse .btn {
    width: 100%;
    margin: 0.5rem 0 !important;
  }
  
  .navbar-collapse > div:last-child {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
  }
  
  .mega-dropdown {
    position: relative !important;
  }
  
  .mega-menu {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    left: 0 !important;
  }
  
  .mega-menu-container {
    min-height: auto;
  }
}

/*Popup*/
.popup-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  max-width: 350px;
  padding: 15px 20px;
  border-radius: 8px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  animation: slideInRight 0.5s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.popup-notification.success { background-color: #28a745; }
.popup-notification.error { background-color: #dc3545; }
.popup-notification.info { background-color: #17a2b8; }

.popup-close {
  background: none;
  border: none;
  color: white;
  font-size: 22px;
  cursor: pointer;
  margin-left: 15px;
  line-height: 1;
}

@keyframes slideInRight {
  from { transform: translateX(120%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@media (max-width: 600px) {
  .popup-notification {
    left: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
  }
}
/* Navbar section ends here */



/* General hero section starts here */
.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/hero1.jpg) center center no-repeat;
    background-size: cover;
}
.hero-header h1{
    font-family: "Tinos", serif;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/hero1.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0 !important;
}

.hero-title {
    font-family: "Cambria", serif;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.35rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 400;
    opacity: 0.95;
    padding: 0 20px;
    font-family: "Cambria", serif;
}

@media (max-width: 992px) {
    .hero-header {
        padding: 60px 0 !important;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .hero-header {
        padding: 50px 0 !important;
    }
    
    .hero-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        max-width: 100%;
        padding: 0 15px;
        line-height: 1.6;
    }
}

@media (max-width: 576px) {
    .hero-header {
        padding: 40px 0 !important;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
        padding: 0 10px;
    }
}
/* General hero section ends here */


/*Footer section starts here*/
 .content-spacer {
            flex: 1;
        }

        footer {
            background: rgb(17, 2, 49);
            color: #ffffff;
            padding: 50px 0 0;
            margin-top: auto;
        }

        .footer-content {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-column h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #da5654;
            font-family: "Cambria", serif;
        }

        .footer-column p,
        .footer-column a {
            color: #e0e0e0;
            line-height: 1.8;
            font-size: 16px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-column a:hover {
            color: #c24a48;
        }
        
        .footer-column ul {
            list-style: none;
        }

        .footer-column ul li {
            margin-bottom: 12px;
            margin-left: -3px;
        }

        .contact-info i {
            margin-right: 10px;
            color: #dfb298;
            line-height: 3;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .contact-item i {
            margin-top: -4px;
            min-width: 20px;
        }

        .technologies {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .tech-tag {
            background: rgba(255, 255, 255, 0.1);
            padding: 10px 20px;
            border-radius: 15px;
            font-size: 13.5px;
            color: #ffffff;
            transition: all 0.3s ease;
        }

        .tech-tag:hover {
            background: rgba(255, 215, 0, 0.2);
            transform: translateY(-2px);
        }

        .social-icons {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            max-width: 200px;
        }

        .social-icons a {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-size: 20px;
        }

        .social-icons a:hover {
            background: #a24a48;
            color: #3C1F80;
            transform: translateY(-5px);
        }

        .social-icons a:nth-child(4) {
            margin-left: 25px;
        }

        .bottom-footer {
            background: rgba(0, 0, 0, 0.2);
            padding: 20px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .bottom-footer-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .copyright,
        .designed-by {
            color: #e0e0e0;
            font-size: 16px;
        }

        .designed-by a {
            color: #ffd700;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .designed-by a:hover {
            color: #ffffff;
        }

        @media (max-width: 768px) {
            .footer-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .bottom-footer-content {
                flex-direction: column;
                text-align: center;
            }

            .social-icons {
                margin: 0 auto;
            }

            .social-icons a:nth-child(4) {
                margin-left: 0;
            }

            .social-icons a:nth-child(n+4) {
                margin-left: 0;
            }

            .social-icons a:nth-child(4) {
                margin-left: calc((200px - 115px) / 2);
            }
        }
/*Footer section ends here*/

/* GENERAL CSS FOR ALL PAGES  ENDS HERE */




/*HOMEPGE/INDEX PAGE CSS STARTS HERE*/

/*common css*/
html, body {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    width: 100%;
}
.hero-p{
  font-family: "Cambria", serif;
  color:white;
}
/*common css ends here*/

/* Hero section carousel starts here */
.trak-hero-container {
  position: relative;
  overflow: hidden;
}

.trak-slides-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.trak-single-slide {
  position: relative;
  width: 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.trak-single-slide.trak-slide-active {
  display: block;
  opacity: 1;
}

.trak-single-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.trak-slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1rem;
}

.trak-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, 0.85);
  z-index: 1;
}

.trak-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 3;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.trak-slider-btn:hover {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.8);
}

.trak-btn-prev {
  left: 20px;
}

.trak-btn-next {
  right: 20px;
}

.trak-nav-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.trak-icon-prev::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-size: contain;
}

.trak-icon-next::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: contain;
}

.trak-hero-heading {
  font-size: 2.2rem;
  font-weight: 800;
  font-family: "Cambria", serif;
  letter-spacing: 2px;
}

.trak-hero-description {
  line-height: 1.8;
  font-size: 1.1rem;
}

.trak-slide-content > .text-center {
  width: 100%;
  padding: 1rem;
}

/* Responsive Design */
@media (min-width: 992px) {
  .trak-slide-content > .text-center {
    transform: translateY(-5%);
  }
}

@media (max-width: 1200px) {
  .trak-hero-heading {
    font-size: 1.6rem;
  }
  .trak-hero-description {
    font-size: 1.05rem;
  }
}

@media (max-width: 992px) {
  .trak-single-slide img {
    height: 80vh;
  }
  .trak-hero-heading {
    font-size: 1.4rem;
  }
  .trak-hero-description {
    font-size: 1rem;
  }
  .trak-slide-content .btn {
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
  }
}

@media (max-width: 768px) {
  .trak-single-slide img {
    height: 65vh;
  }
  .trak-hero-heading {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
  }
  .trak-hero-description {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .trak-slide-content .btn {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
  .trak-slide-content .d-flex {
    flex-direction: column;
    gap: 12px;
  }
  .trak-btn-prev {
    left: 10px;
  }
  .trak-btn-next {
    right: 10px;
  }
  .trak-slider-btn {
    width: 40px;
    height: 40px;
  }
  .trak-nav-icon {
    width: 20px;
    height: 20px;
  }
  .trak-icon-prev::before,
  .trak-icon-next::before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 576px) {
  .trak-single-slide img {
    height: 55vh;
  }
  .trak-hero-heading {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .trak-hero-description {
    font-size: 0.85rem;
    line-height: 1.5;
  }
  .trak-slide-content .btn {
    font-size: 0.8rem;
    padding: 0.45rem 0.9rem;
  }
  .trak-btn-prev {
    left: 6px;
  }
  .trak-btn-next {
    right: 6px;
  }
  .trak-slider-btn {
    width: 35px;
    height: 35px;
  }
  .trak-nav-icon {
    width: 16px;
    height: 16px;
  }
  .trak-icon-prev::before,
  .trak-icon-next::before {
    width: 16px;
    height: 16px;
  }
}
/* Hero section carousel ends here */

/*Upcoming events section starts here*/

.section-header {
    text-align: center!important;
    margin-bottom: 50px;
}

.section-header * {
    text-align: center !important; /* Force all children to be centered */
}

.events-courses-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.events-courses-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
    text-align: center !important;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #718096;
    max-width: 700px;
    margin: 0 auto;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.event-card,
.course-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-card:hover,
.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.card-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
}

.status-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.badge-open {
    background: #d4edda;
    color: #155724;
}

.badge-full {
    background: #f8d7da;
    color: #721c24;
}

.badge-waitlist {
    background: #fff3cd;
    color: #856404;
}

.certification-badge {
    background: #e3f2fd;
    color: #1976d2;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 12px;
    line-height: 1.4;
}

.card-description {
    font-size: 0.95rem;
    color: #718096;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.card-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #4a5568;
}

.meta-icon {
    font-size: 1.1rem;
    color: #667eea;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.price-tag {
    font-size: 1.5rem;
    font-weight: 700;
    color: #667eea;
}

.coming-soon-tag {
    font-size: 1rem;
    font-weight: 600;
    color: #f59e0b;
    font-style: italic;
}

.card-button {
    flex: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 7px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.btn-register {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.btn-waitlist {
    background: linear-gradient(135deg, #667eea 0%, #764ba2);
    color: white;
}

.btn-access {
    background: linear-gradient(135deg, #667eea 0%, #764ba2);
    color: white;
}

.card-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .events-courses-section {
        padding: 50px 0;
    }

    .section-main-title {
        font-size: 2rem;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }

    .card-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .card-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .section-main-title {
        font-size: 1.6rem;
    }

    .card-content {
        padding: 20px;
    }

    .card-title {
        font-size: 1.2rem;
    }
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    animation: fadeIn 0.3s ease;
}

.modal-overlay.active {
    display: block;
}

.course-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 20px;
    max-width: 1000px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
}

.course-modal.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translate(-50%, -45%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.modal-header {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e2e8f0;
}

.modal-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-close:hover {
    background: white;
    transform: rotate(90deg);
}

.modal-body {
    padding: 30px;
}

.modal-title {
    font-size: 1rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}

.modal-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.modal-badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.badge-level {
    background: #e3f2fd;
    color: #1976d2;
}

.badge-cert {
    background: #d4edda;
    color: #155724;
}

.modal-description {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e8f0;
}

.modal-section {
    margin-bottom: 25px;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-icon {
    font-size: 1.5rem;
}

.resources-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.resource-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.resource-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.resource-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
}

.resource-info {
    flex: 1;
}

.resource-name {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 4px;
}

.resource-type {
    font-size: 0.85rem;
    color: #718096;
}

.modal-footer {
    padding: 25px 30px;
    background: #f8f9fa;
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.modal-price {
    font-size: 2rem;
    font-weight: 700;
    color: #667eea;
}

.coming-soon-modal {
    font-size: 1.2rem;
    font-weight: 600;
    color: #f59e0b;
    font-style: italic;
}

.purchase-btn {
    flex: 1;
    max-width: 300px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #4caf50, #45a049);
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.purchase-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
}

.login-required {
    background: #718096;
    cursor: not-allowed;
}

.login-required:hover {
    transform: none;
    box-shadow: none;
}

.info-message {
    padding: 12px 20px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 8px;
    color: #856404;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .course-modal {
        width: 95%;
        max-height: 95vh;
    }

    .modal-body {
        padding: 20px;
    }

    .modal-title {
        font-size: 1.5rem;
    }

    .modal-footer {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }

    .purchase-btn {
        max-width: 100%;
    }
}

.loading {
    text-align: center;
    padding: 40px;
    color: #718096;
}

.spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #667eea;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*Upcoming events section ends here*/



/*About section starts here*/
#about-section .row {
  min-height: 400px;
}

#about-section .col-12 {
  display: flex;
  flex-direction: column;
}

#about-section .position-relative {
  height: 100%;
  min-height: 350px;
}

.main-about-title{
    font-size: 1.8rem;
    font-family: "Cambria", serif;
}
.main-about-text{
    font-size: 1.035rem;
}

#about-section img {
  max-height: 330px;
}

@media (max-width: 767.98px) {
  #about-section .position-relative {
    min-height: 300px;
  }
  
  #about-section img {
    max-height: 400px;
  }
}
/*About section ends here*/


/*Main services section starts here*/
        .services-wrapper {
            max-width: 1500px;
            margin: 0 auto;
            padding: 20px;
        }

        .services-heading {
            text-align: center;
            color: white;
            margin-bottom: 40px;
            font-size: 2.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .service-cards-layout {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .service-item {
            background: #d3cdcd;
            padding: 20px 25px;
            border-radius: 5px;
            text-align: center;
            font-size: 1rem;
            font-weight: 600;
            color: #333;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            cursor: pointer;
            border: 2px solid transparent;
        }

        .service-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
            border-color: #667eea;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        }

        .cta-container {
            display: flex;
            justify-content: center;
            margin-top: 50px;
        }

        .explore-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #3C1F80;
            color: #fff;
            padding: 10px 35px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 700;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .explore-button:hover {
            background: #745fa5;
            color: black;
            border-color: white;
            transform: translateX(5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }

        .arrow-icon {
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .explore-button:hover .arrow-icon {
            transform: translateX(5px);
        }

        @media (max-width: 992px) {
            .service-cards-layout {
                grid-template-columns: repeat(2, 1fr);
            }

            .services-heading {
                font-size: 2rem;
            }
        }

        @media (max-width: 576px) {
            .service-cards-layout {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .services-heading {
                font-size: 1.5rem;
                margin-bottom: 30px;
            }

            .service-item {
                padding: 18px 20px;
                font-size: 0.95rem;
            }

            .explore-button {
                padding: 12px 28px;
                font-size: 1rem;
            }

            .cta-container {
                margin-top: 35px;
            }
        }
/*Main services section ends here*/

/*Trakanalytica accounts section starts here*/
        .datapricing__wrapper {
            min-height: 100vh;
            padding: 60px 20px;
            background-color: #f8f9fa;
        }

        .datapricing__container {
            max-width: 1500px;
            margin: 0 auto;
        }

        .datapricing__header {
            text-align: center;
            margin-bottom: 50px;
        }

        .datapricing__title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #3C1F80;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .datapricing__subtitle strong {
            font-weight: 700;
            color: #000;
        }

        .datapricing__note {
            font-size: 0.85rem;
            color: #666;
            margin-top: 10px;
        }

        .datapricing__grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .datapricing__card {
            background: white;
            border-radius: 8px;
            padding: 50px 20px 30px 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .datapricing__card:hover {
            box-shadow: 0 4px 16px rgba(0,0,0,0.12);
            transform: translateY(-5px);
        }

        .datapricing__discount-badge {
            position: absolute;
            top: 7px;
            right: 5px;
            background: #c95151ff;
            color: white;
            padding: 8px 14px;
            border-radius: 4px;
            font-size: 0.8rem;
            font-weight: 700;
            z-index: 1;
        }

        .datapricing__popular-badge {
            position: absolute;
            top: 7px;
            left: 5px;
            background: #3C1F80;
            color: white;
            padding: 8px 14px;
            border-radius: 4px;
            font-size: 0.8rem;
            font-weight: 700;
            z-index: 1;
            white-space: nowrap;
        }

        .datapricing__card--popular {
            border: 2px solid #3C1F80;
            box-shadow: 0 4px 20px rgba(60, 31, 128, 0.15);
        }

        .datapricing__plan-name {
            font-size: 1.3rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 10px;
            font-family: "Cambria", serif;
        }

        .datapricing__description {
            font-size: .96rem;
            color: #363535ff;
            margin-bottom: 20px;
            line-height: 1.5;
            min-height: 40px;
        }

        .datapricing__price {
            margin-bottom: 20px;
        }

        .datapricing__original-price {
            font-size: 0.9rem;
            color: #999;
            text-decoration: line-through;
            margin-bottom: 5px;
        }

        .datapricing__current-price {
            display: flex;
            align-items: baseline;
            gap: 5px;
            flex-wrap: nowrap;
        }

        .datapricing__amount {
            font-size: 1.3rem;
            font-weight: 700;
            color: #3C1F80;
            font-family: "Cambria", serif;
            white-space: nowrap;
        }

        .datapricing__period {
            font-size: 0.85rem;
            color: #666;
        }

        .datapricing__button {
            width: 100%;
            padding: 12px 20px;
            border: 2px solid #3C1F80;
            border-radius: 4px;
            font-size: 0.9rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            background: white;
            color: #3C1F80;
            margin-bottom: 20px;
            text-decoration: none;
            text-align: center;
            display: block;
        }

        .datapricing__button:hover {
            background: #3C1F80;
            color: white;
        }

        .datapricing__button--register {
            background: transparent;
            color: #3C1F80;
        }

        .bold-feature {
            font-weight: 800;
            color: #3C1F80;
            padding: 8px 0;
            display: block;
            font-family:'Nunito', sans-serif;
            margin-left: -30px;
            text-transform: capitalize;
        }

        .datapricing__features {
            list-style: none;
            flex-grow: 1;
        }

        .datapricing__feature {
            padding: 6px 0;
            color: #2a2a2bff;
            font-size: .92rem;
            display: flex;
            align-items: flex-start;
            line-height: 1.4;
            margin-left: -30px;
        }

        .datapricing__feature::before {
            content: '✓';
            color: #3C1F80;
            font-weight: 700;
            margin-right: 8px;
            font-size: 1rem;
            flex-shrink: 0;
        }

        .datapricing__compare {
            text-align: center;
            margin-top: 30px;
        }

        .datapricing__compare-link {
            color: #3C1F80;
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 24px;
            border: 2px solid #3C1F80;
            border-radius: 4px;
            transition: all 0.3s ease;
        }

        .datapricing__compare-link:hover {
            background: #3C1F80;
            color: white;
        }


        @media (max-width: 768px) {
            .datapricing__grid {
                grid-template-columns: 1fr;
            }

            .datapricing__title {
                font-size: 0.8rem;
            }

            .datapricing__subtitle {
                font-size: 1.5rem;
            }
        }

        @media (min-width: 769px) and (max-width: 1200px) {
            .datapricing__grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
/*Trakanalytica accounts section ends here*/

/* Testimonials section starts here */
#testimonial_area {
  padding: 1% 0 50px;
  background: #faf8f8;
  position: relative;
}

.box-area {
  padding: 30px;
  position: relative;
  background: #282538;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 40px 0;
  border-radius: 10px;
  text-align: center;
}

.testimonial-source {
  text-align: center;
  font-size: 1.05rem; 
  font-family: "Tinos", serif;
  margin-bottom: 20px;
}

.testimonial-source a {
  color: blue;
  text-decoration: none;
}

.testimonial-source a:hover {
  text-decoration: underline;
}

.box-area h5 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
}

.box-area span {
  color: #e9aead;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}

.box-area .content {
  color: #ffffff;
}

.box-area .img-area {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}

.box-area .img-area img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.socials {
  margin-top: 30px;
}

.socials i {
  margin: 0 10px;
  color: #3C1F80;
  font-size: 18px;
}

.star-rating {
  color: #FFD700;
  margin-top: 50px; 
  margin-bottom: 10px;
  font-size: 16px;
}


.star-rating i {
  margin: 0 2px;
}

#testimonial_area .owl-nav {
  display: none !important;
}

.testimonial-prev, .testimonial-next {
  width: 40px;
  height: 40px;
  font-size: 18px;
  z-index: 10;
  background: #fff;
  color: #3C1F80;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.testimonial-prev:hover, .testimonial-next:hover {
  background: #3C1F80;
  color: #fff;
}

.testimonial-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.testimonial-next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-radius: 50%;
}

@media only screen and (max-width: 1005px) {
  .testimonial-prev, .testimonial-next {
    position: static;
    transform: none;
    margin: 10px 10px 0 10px;
  }

  .testimonial-prev, .testimonial-next {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .testimonial-prev, .testimonial-next {
    display: inline-block;
  }

  .testimonial-nav-wrapper {
    text-align: center;
    margin-top: 20px;
  }
}
  .testimonial-prev, .testimonial-next {
    width: 40px;
    height: 40px;
    font-size: 18px;
    z-index: 10;
  }

  @media (max-width: 768px) {
    .testimonial-prev, .testimonial-next {
      width: 35px;
      height: 35px;
      font-size: 16px;
    }
  }
/* Testimonials section ends here */


/*HOMEPAGE/INDEX PAGE CSS ENDS HERE*/





/* SERVICES PAGE CSS STARTS HERE */

/* Services section starts here */
.services{
  margin-top: 5rem; 
  padding-bottom: 5rem; 
  padding-top: 3rem;
}
   .overview{
    font-size: .95rem;
    color: #313030;
    font-weight: 500;
    text-align: justify;
    }
.service-title{
  font-size: 1.7rem;
  font-weight: 800;
}

    .services strong{
      font-size: .95rem;
      color: #363636;
    }
      @media (min-width: 630px) and (max-width: 991.98px) {
    .service-col-630 {
      width: 50%;
      float: left;
    }
  }

  @media (max-width: 629.98px) {
    .service-col-568 {
      width: 100%;
      float: none;
    }
  }
/* Services section ends here */


/*CTA section starts here*/
.trak-cta-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.trak-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/hero3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.trak-cta-gradient {
  background: linear-gradient(
    135deg,
    rgba(9, 30, 62, 0.9) 0%,
    rgba(102, 126, 234, 0.85) 100%
  );
  z-index: 2;
}

.trak-cta-wrapper .container-limiter {
  z-index: 3;
}

.trak-cta-wrapper h2 {
  font-size: 3rem;
  font-weight: 800;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.trak-cta-wrapper p.lead {
  font-size: 1.2rem;
  line-height: 1.8;
  opacity: 0.95;
  max-width: 800px;
  margin: 0 auto 2rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.trak-cta-wrapper .btn {
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.trak-cta-wrapper .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
}

.trak-cta-wrapper .btn-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
}

.trak-cta-wrapper .btn-secondary {
  background: rgba(255, 255, 255, 0.95);
  color: #667eea;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.trak-cta-wrapper .btn-secondary:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.4);
  background: white;
  color: #667eea;
}

@media (max-width: 992px) {
  .trak-cta-wrapper h2 {
    font-size: 2.5rem;
  }
  
  .trak-cta-wrapper p.lead {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .trak-cta-wrapper h2 {
    font-size: 2rem;
  }
  
  .trak-cta-wrapper p.lead {
    font-size: 1rem;
  }
  
  .trak-cta-wrapper .btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .trak-cta-wrapper h2 {
    font-size: 1.8rem;
  }
  
  .trak-cta-wrapper p.lead {
    font-size: 0.95rem;
  }
}
/*CTA section ends here*/

/* SERVICES PAGE CSS ENDS HERE */





/* PACKAGES PAGE CSS STARTS HERE */

.trakcomp__wrapper {
            min-height: 100vh;
        }

        .trakcomp__container {
            max-width: 1600px;
            margin: 0 auto;
            background: white;
            padding: 50px;
        }

        .trakcomp__header {
            text-align: center;
            margin-bottom: 50px;
        }

        .trakcomp__title {
            font-size: 2rem;
            font-weight: 700;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
            font-family: "Cambria", serif;
        }

        .trakcomp__subtitle {
            font-size: 1.2rem;
            color: #6b7280;
        }

        .trakcomp__table-wrapper {
            overflow-x: auto;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        .trakcomp__table {
            width: 100%;
            border-collapse: collapse;
            min-width: 1200px;
        }

        .trakcomp__table thead {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        }

        .trakcomp__table th {
            padding: 20px 15px;
            text-align: left;
            font-weight: 600;
            font-size: 0.95rem;
            border-right: 1px solid rgba(255,255,255,0.2);
        }

        .trakcomp__table th:first-child {
            width: 20%;
            font-size: 1rem;
        }

        .trakcomp__table th:last-child {
            border-right: none;
        }

        .trakcomp__plan-header {
            text-align: center !important;
        }

        .trakcomp__plan-name {
            display: block;
            font-size: 1.1rem;
            margin-bottom: 5px;
        }

        .trakcomp__plan-price {
            display: block;
            font-size: 0.9rem;
            opacity: 0.95;
            font-weight: 400;
        }

        .trakcomp__table tbody tr {
            border-bottom: 1px solid #e5e7eb;
            transition: background-color 0.2s ease;
        }

        .trakcomp__table tbody tr:hover {
            background-color: #f9fafb;
        }

        .trakcomp__table tbody tr:last-child {
            border-bottom: none;
        }

        .trakcomp__table td {
            padding: 18px 15px;
            font-size: 0.9rem;
            color: #4b5563;
            border-right: 1px solid #e5e7eb;
            vertical-align: top;
        }

        .trakcomp__table td:first-child {
            font-weight: 600;
            color: #1f2937;
            background-color: #f9fafb;
        }

        .trakcomp__table td:last-child {
            border-right: none;
        }

        .trakcomp__popular-col {
            background-color: #fffbeb !important;
            position: relative;
        }

        .trakcomp__popular-badge {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            color: white;
            padding: 4px 12px;
            border-radius: 12px;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 10px rgba(251, 191, 36, 0.4);
        }

        .trakcomp__checkmark {
            color: #10b981;
            font-weight: 700;
            font-size: 1.2rem;
        }

        .trakcomp__cross {
            color: #ef4444;
            font-weight: 700;
            font-size: 1.2rem;
        }

        .trakcomp__cta-section {
            margin-top: 40px;
            text-align: center;
        }

        .trakcomp__cta-text {
            font-size: 1.1rem;
            color: #4b5563;
            margin-bottom: 20px;
        }

        .trakcomp__cta-button {
            display: inline-block;
            padding: 16px 40px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            text-decoration: none;
            border-radius: 12px;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }

        .trakcomp__cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
        }

        @media (max-width: 768px) {
            .trakcomp__container {
                padding: 30px 20px;
            }

            .trakcomp__title {
                font-size: 2rem;
            }

            .trakcomp__subtitle {
                font-size: 1rem;
            }

            .trakcomp__table {
                font-size: 0.85rem;
            }

            .trakcomp__table th,
            .trakcomp__table td {
                padding: 12px 10px;
            }
        }

        .trakcomp__highlight {
            background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
        }

/* PACKAGES PAGE CSS STARTS HERE */




/* COMMON PACKAGES CSS STARTS HERE */

/* Packages header css */

        .header {
            text-align: center;
            margin-bottom: 50px;
            color: white;
            background: linear-gradient(135deg, #1a2a6c, #384991, #b15e5e);
        }

        .header p {
            font-size: 1.3rem;
            opacity: 0.9;
            font-family: "Nunito", sans-serif;
            padding-top: 2rem;
            padding-bottom: 2rem;
        }

/* Feedback and question css */
        .feedback-system * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
          }
        
        .feedback-system-body {
             min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #333;
        }
        
        .feedback-system-container {
            max-width: 1500px;
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
            padding: 40px;
            text-align: center;
        }
        
        .feedback-system h1 {
            color: #2c3e50;
            margin-bottom: 40px;
            font-size: 2.2rem;
            position: relative;
            padding-bottom: 15px;
            font-family: "Tinos", serif;
        }
        
        .feedback-system h1:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(to right, #6a11cb, #2575fc);
            border-radius: 2px;
        }
        
        .feedback-button-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-top: 20px;
        }
        
        .feedback-system-button {
            background: white;
            border-radius: 15px;
            padding: 25px 30px;
            width: 600px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            background: linear-gradient(135deg, #6a11cb, #0077b6);
            text-align: center;
        }
        
        .feedback-system-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        
        .feedback-system-button h3 {
            margin: 15px 0 5px;
            color: #0e0f0fff;
            font-size: 1.4rem;
            font-family: "Tinos", serif;
        }
        
        .feedback-system-button p {
            color: #ffffffff;
            font-size: 1.1rem;
        }
        
        .feedback-icon {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }
        
        .feedback-modal {
            display: none;
            position: fixed;
            top: 2.8rem;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 1000;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        
        .feedback-modal-content {
            background-color: white;
            border-radius: 15px;
            width: 100%;
            max-width: 500px;
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
            overflow: hidden;
            animation: feedbackModalFade 0.3s;
        }
        
        @keyframes feedbackModalFade {
            from {
                opacity: 0;
                transform: translateY(-50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .feedback-modal-header {
            background: linear-gradient(to right, #6a11cb, #2575fc);
            color: white;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .feedback-modal-header h3 {
            font-size: 1.5rem;
            font-weight: 600;
        }
        
        .feedback-close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.8rem;
            cursor: pointer;
            transition: transform 0.2s;
        }
        
        .feedback-close-btn:hover {
            transform: scale(1.2);
        }
        
        .feedback-form-group {
            padding: 20px;
            text-align: left;
        }
        
        .feedback-form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #2c3e50;
        }
        
        .feedback-form-group textarea, .feedback-form-group select {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: border 0.3s;
        }
        
        .feedback-form-group textarea {
            min-height: 120px;
            resize: vertical;
        }
        
        .feedback-form-group textarea:focus, .feedback-form-group select:focus {
            border-color: #6a11cb;
            outline: none;
        }
        
        .feedback-submit-btn {
            background: linear-gradient(to right, #6a11cb, #2575fc);
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            margin: 10px 20px 20px;
        }
        
        .feedback-submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(106, 17, 203, 0.4);
        }

        .feedback-success-popup {
            position: fixed;
            top: 20px;
            right: 20px;
            background: #4CAF50;
            color: white;
            padding: 15px 25px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            z-index: 1100;
            display: flex;
            align-items: center;
            animation: feedbackSlideIn 0.3s forwards, feedbackFadeOut 0.5s forwards 2.5s;
        }
        
        .feedback-success-popup .feedback-icon {
            font-size: 1.5rem;
            margin-right: 10px;
            margin-bottom: 0;
        }
        
        @keyframes feedbackSlideIn {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }
        
        @keyframes feedbackFadeOut {
            from {
                opacity: 1;
            }
            to {
                opacity: 0;
            }
        }
        
        .feedback-footer {
            margin-top: 40px;
            color: white;
            text-align: center;
            font-size: 0.9rem;
        }
        
        @media (max-width: 768px) {
            .feedback-button-container {
                flex-direction: column;
                align-items: center;
            }
            
            .feedback-system-button {
                width: 100%;
                max-width: 300px;
            }
        }
/* COMMON PACKAGES CSS ENDS HERE */



/* RESEARCH MARKETPLACE PAGE CSS STARTS HERE */

   
/*Main css*/

  .exclusive-header {
            text-align: center;
            margin-bottom: 50px;
            color: white;
            background: linear-gradient(135deg, #1a2a6c, #384991, #b15e5e);
        }

        .exclusive-header p {
            font-size: 1.3rem;
            opacity: 0.9;
            font-family: "Nunito", sans-serif;
            padding-top: 2rem;
            padding-bottom: 2rem;
        }

           .packages-container {
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 20px;
        }

              .services-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        @media (max-width: 1024px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .services-grid {
                grid-template-columns: 1fr;
            }
            
            .header h1 {
                font-size: 2.5rem;
            }
        }

        .service-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .service-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .service-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .service-tag {
            position: static; 
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.875rem;
            font-weight: 600;
        }

        .tag-one-time {
            background: rgba(236, 89, 87, 0.9);
            color: white;
        }

        .tag-always-available {
            background: rgba(72, 187, 120, 0.9);
            color: white;
        }

        .tag-available-on-booking {
            background: rgba(66, 153, 225, 0.9);
            color: white;
        }

        .service-content {
            padding: 25px;
        }

         .service-price {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 700;
        color: white;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        padding: 8px 16px;
        border-radius: 20px;
        margin-bottom: 10px;
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
        transition: all 0.3s ease;
    }
    
    .service-price:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
    }

        .service-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 15px;
            line-height: 1.3;
            font-family: "Nunito", sans-serif;
        }

             .service-description {
            color: #4a5568;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .more-info-btn {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            border: none;
            padding: 12px 40px;
            border-radius: 15px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            width: auto; 
            margin-top: auto;
            align-self: flex-start; 
            margin-left: 0; 
            margin-right: auto; 
        }

        .more-info-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
            padding: 12px 45px;
        }

        .more-info-btn:hover:not(:disabled) {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }

        .more-info-btn:disabled {
            background: #cbd5e0;
            color: #a0aec0;
            cursor: not-allowed;
            transform: none;
        }

        .out-of-stock {
            background: #fed7d7 !important;
            color: #c53030 !important;
        }

        .service-modal {
            display: none;
            position: fixed;
            top: 5rem;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(5px);
            z-index: 1000;
            overflow-y: auto;
        }

        .service-modal.show {
            display: flex !important;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .service-modal-content {
            background: white;
            border-radius: 20px;
            max-width: 1000px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            position: relative;
            animation: modalSlideIn 0.3s ease;
        }

        @keyframes modalSlideIn {
            from {
                transform: translateY(-50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .service-modal-header {
            padding: 30px 30px 0;
            border-bottom: 1px solid #e2e8f0;
            position: relative;
        }

        .service-modal-close {
            position: absolute;
            top: 5rem;
            right: 20px;
            background: rgba(0, 0, 0, 0.1);
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            font-size: 54px;
            color: #4a5568;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1001;
        }

        .service-modal-close:hover {
            background: rgba(0, 0, 0, 0.2);
            color: #2d3748;
            transform: scale(1.1);
        }

        .service-modal-close:active {
            transform: scale(0.95);
        }

        .service-modal-body {
            padding: 30px;
        }

        .modal-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 15px;
        }

        .modal-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: #667eea;
            margin-bottom: 20px;
        }

        .modal-tag {
            display: inline-block;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .service-modal-description {
            color: #4a5568;
            line-height: 1.3;
            margin-bottom: 30px;
            font-size: 1rem;
        }

        .service-modal-images {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-bottom: 30px;
        }

        .service-modal-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .service-modal-image:hover {
            transform: scale(1.05);
        }

        .download-section {
            background: #f7fafc;
            border-radius: 15px;
            padding: 25px;
            margin-top: 30px;
        }

        .download-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 20px;
        }

        .documents-list {
            display: grid;
            gap: 15px;
            margin-bottom: 20px;
        }

        .document-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: white;
            padding: 15px;
            border-radius: 10px;
            border: 1px solid #e2e8f0;
        }

        .document-info h4 {
            color: #2d3748;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .document-info span {
            color: #718096;
            font-size: 0.875rem;
        }

        .download-btn {
            background: linear-gradient(135deg, #48bb78, #38a169);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .download-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(72, 187, 120, 0.4);
        }

        .loading {
            display: none;
            text-align: center;
            padding: 40px;
            color: #667eea;
        }

        .spinner {
            border: 3px solid #f3f3f3;
            border-top: 3px solid #667eea;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            animation: spin 1s linear infinite;
            margin: 0 auto 20px;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .no-services {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 60px;
            text-align: center;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        }

        .no-services h3 {
            color: #4a5568;
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .no-services p {
            color: #718096;
            font-size: 1.1rem;
        }
/* RESEARCH MARKETPLACE PAGE CSS ENDS HERE */


/* FREE PACKAGE PAGE CSS STARTS HERE */
body {
    background: #e8e8eeff;
    min-height: 100vh;
    color: #333;
}

.free-package-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    text-align: center;
    margin-bottom: 40px;
}

.header h1 {
    font-size: 2.5rem;
    color: #2d3748;
    margin-bottom: 10px;
}

.header p {
    font-size: 1.1rem;
    color: #4a5568;
}

/* Fixed Grid Layout - 3 cards per row */
.reports-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
    padding: 20px;
}

.report-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
}

.report-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.report-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.report-content {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Report Header with Copy Link */
.report-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.report-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: 1;
}

.report-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    flex: 1;
    font-family: "Nunito", sans-serif;
}

.badge-wrapper {
    flex-shrink: 0;
}

.premium-badge, .free-badge {
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.premium-badge {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #92400e;
}

.free-badge {
    background: linear-gradient(135deg, #48bb78, #68d391);
    color: white;
}

/* Copy Link Icon */
.copy-link-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
}

.copy-link-icon:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.copy-link-icon:active {
    transform: translateY(0) scale(0.95);
}

.report-description {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
    font-size: 0.95rem;
}

.report-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.price-display {
    font-size: 1.1rem;
    font-weight: 700;
    color: #667eea;
}

.free-more-info-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9rem;
}

.free-more-info-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Copy Success Popup */
.copy-success-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    animation: slideIn 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.copy-success-popup .icon {
    font-size: 20px;
}

@keyframes slideIn {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(400px);
        opacity: 0;
    }
}

.empty-state {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 60px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.empty-state h3 {
    color: #4a5568;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.empty-state p {
    color: #718096;
    font-size: 1.1rem;
}

.free-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 3rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.free-modal-content {
    background: white;
    margin: 5% auto;
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
    padding: 30px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-body {
    padding: 30px;
}

.close {
    color: #635f5fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: #333;
}

.modal-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.modal-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.documents-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.document-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f7fafc;
    border-radius: 10px;
    margin-bottom: 10px;
}

.download-btn {
    background: linear-gradient(135deg, #48bb78, #68d391);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(72, 187, 120, 0.4);
}

.download-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #48bb78, #68d391);
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    display: none;
    font-weight: 600;
    animation: slideInRight 0.3s ease;
}

.download-notification.show {
    display: block;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
    .reports-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .reports-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .header h1 {
        font-size: 2rem;
    }

    .free-modal-content {
        width: 95%;
        margin: 10% auto;
    }

    .modal-header, .modal-body {
        padding: 20px;
    }

    .report-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .report-title-wrapper {
        width: 100%;
    }

    .badge-wrapper {
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    .free-package-container {
        padding: 15px;
    }

    .report-title {
        font-size: 1.1rem;
    }

    .copy-link-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}
/* FREE PACKAGE PAGE CSS ENDS HERE */





/* PACKAGE SUBSCRIPTIONS PAGE CSS STARTS HERE */

/*Beginner package*/
.beginner-pkg-wrapper * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .beginner-pkg-body {
            font-family: "Nunito", sans-serif;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
            padding: 60px 20px;
        }

        .beginner-pkg-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .access-notice {
            max-width: 800px;
            margin: 0 auto 40px;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            background: rgba(255, 255, 255, 0.95);
        }

        .access-notice .notice-icon {
            font-size: 3rem;
            margin-bottom: 15px;
        }

        .access-notice h3 {
            font-size: 1.8rem;
            margin-bottom: 15px;
        }

        .access-notice p {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

        .login-required {
            background: linear-gradient(135deg, #fff3cd 0%, #fff8e1 100%);
            border: 2px solid #ffc107;
        }

        .subscription-required {
            background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
            border: 2px solid #667eea;
        }

        .subscription-active {
            background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
            border: 2px solid #28a745;
        }

        .notice-btn {
            display: inline-block;
            padding: 12px 30px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 1rem;
        }

        .notice-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
        }

        .access-notice a:not(.notice-btn) {
            color: #667eea;
            text-decoration: underline;
            font-weight: 600;
        }

        .beginner-pkg-page-header {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 50px 40px;
            margin-bottom: 50px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            text-align: center;
        }

        .beginner-pkg-page-title {
            color: #2d3748;
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 15px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .beginner-pkg-page-subtitle {
            color: #4a5568;
            font-size: 1.2rem;
        }

        .beginner-pkg-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 60px;
            padding: 20px 0;
        }

        .beginner-pkg-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            cursor: pointer;
        }

        .beginner-pkg-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
        }

        .beginner-pkg-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .beginner-pkg-card:hover .beginner-pkg-image {
            transform: scale(1.05);
        }

        .beginner-pkg-content {
            padding: 30px;
        }

        .beginner-pkg-tag {
            display: inline-block;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.875rem;
            font-weight: 700;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .beginner-pkg-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .beginner-pkg-description {
            color: #718096;
            margin-bottom: 20px;
            line-height: 1.6;
            font-size: 1rem;
        }

        .beginner-pkg-more-btn {
             background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            border: none;
            padding: 12px 40px;
            border-radius: 15px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            width: auto; 
            margin-top: auto;
            align-self: flex-start; 
            margin-left: 0; 
            margin-right: auto;
        }

        .beginner-pkg-more-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
            padding: 12px 45px; 
        }

        .beginner-pkg-modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 4rem;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.7);
        }

        .beginner-pkg-modal-content {
            background: white;
            margin: 3% auto;
            padding: 0;
            border-radius: 20px;
            max-width: 900px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            max-height: 90vh;
            overflow-y: auto;
        }

        .beginner-pkg-modal-header {
            background: linear-gradient(135deg, #667eea, #764ba2);
            padding: 30px;
            border-radius: 20px 20px 0 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .beginner-pkg-modal-title {
            color: white;
            font-size: 1.8rem;
            font-weight: 800;
            margin: 0;
        }

        .beginner-pkg-close {
            color: white;
            font-size: 40px;
            font-weight: 300;
            cursor: pointer;
            transition: transform 0.2s ease;
            line-height: 1;
        }

        .beginner-pkg-close:hover {
            transform: rotate(90deg);
        }

        .beginner-pkg-modal-body {
            padding: 40px;
        }

        .beginner-pkg-loading {
            text-align: center;
            padding: 40px;
            color: #718096;
        }

        .beginner-pkg-spinner {
            border: 4px solid #f3f3f3;
            border-top: 4px solid #667eea;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: beginnerPkgSpin 1s linear infinite;
            margin: 0 auto 20px;
        }

        @keyframes beginnerPkgSpin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .beginner-pkg-no-packages {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 60px 40px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            margin: 20px 0 60px;
        }

        .beginner-pkg-no-packages h2 {
            color: #2d3748;
            font-size: 2rem;
            margin-bottom: 15px;
        }

        .beginner-pkg-no-packages p {
            color: #718096;
            font-size: 1.1rem;
        }

        @media (max-width: 1200px) {
            .beginner-pkg-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .beginner-pkg-body {
                padding: 40px 15px;
            }

            .beginner-pkg-grid {
                grid-template-columns: 1fr;
            }

            .beginner-pkg-page-title {
                font-size: 2rem;
            }
        }
        

/*Personal package */
.personal-pkg-wrapper * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .personal-pkg-body {
            min-height: 100vh;
            padding: 60px 20px;
        }

        .personal-pkg-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .access-notice {
            max-width: 800px;
            margin: 0 auto 40px;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .access-notice .notice-icon {
            font-size: 3rem;
            margin-bottom: 15px;
        }

        .access-notice h3 {
            font-size: 1.8rem;
            margin-bottom: 15px;
        }

        .access-notice p {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

        .login-required {
            background: linear-gradient(135deg, #fff3cd 0%, #fff8e1 100%);
            border: 2px solid #ffc107;
        }

        .subscription-required {
            background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
            border: 2px solid #667eea;
        }

        .subscription-active {
            background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
            border: 2px solid #28a745;
        }

        .notice-btn {
            display: inline-block;
            padding: 12px 30px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 1rem;
        }

        .notice-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
        }

        .access-notice a:not(.notice-btn) {
            color: #667eea;
            text-decoration: underline;
            font-weight: 600;
        }

        .personal-pkg-page-header {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 50px 40px;
            margin-bottom: 50px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            text-align: center;
        }

        .personal-pkg-page-title {
            color: #2d3748;
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 15px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .personal-pkg-page-subtitle {
            color: #4a5568;
            font-size: 1.2rem;
        }

        .personal-pkg-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 60px;
            padding: 20px 0;
        }

        .personal-pkg-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            cursor: pointer;
        }

        .personal-pkg-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
        }

        .personal-pkg-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .personal-pkg-card:hover .personal-pkg-image {
            transform: scale(1.05);
        }

        .personal-pkg-content {
            padding: 30px;
        }

        .personal-pkg-tag {
            display: inline-block;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.875rem;
            font-weight: 700;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .personal-pkg-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .personal-pkg-description {
            color: #718096;
            margin-bottom: 20px;
            line-height: 1.6;
            font-size: 1rem;
        }
   
        .personal-pkg-more-btn {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            border: none;
            padding: 12px 40px;
            border-radius: 15px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            width: auto; 
            margin-top: auto;
            align-self: flex-start; 
            margin-left: 0; 
            margin-right: auto;
        }

        .personal-pkg-more-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
            padding: 12px 45px; 
        }

        .personal-pkg-modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 4rem;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.7);
        }

        .personal-pkg-modal-content {
            background: white;
            margin: 3% auto;
            padding: 0;
            border-radius: 20px;
            max-width: 900px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            max-height: 90vh;
            overflow-y: auto;
        }

        .personal-pkg-modal-header {
            background: linear-gradient(135deg, #667eea, #764ba2);
            padding: 30px;
            border-radius: 20px 20px 0 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .personal-pkg-modal-title {
            color: white;
            font-size: 1.8rem;
            font-weight: 800;
            margin: 0;
        }

        .personal-pkg-close {
            color: white;
            font-size: 40px;
            font-weight: 300;
            cursor: pointer;
            transition: transform 0.2s ease;
            line-height: 1;
        }

        .personal-pkg-close:hover {
            transform: rotate(90deg);
        }

        .personal-pkg-modal-body {
            padding: 40px;
        }

        .personal-pkg-loading {
            text-align: center;
            padding: 40px;
            color: #718096;
        }

        .personal-pkg-spinner {
            border: 4px solid #f3f3f3;
            border-top: 4px solid #667eea;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: personalPkgSpin 1s linear infinite;
            margin: 0 auto 20px;
        }

        @keyframes personalPkgSpin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .personal-pkg-no-packages {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 60px 40px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            margin: 20px 0 60px;
        }

        .personal-pkg-no-packages h2 {
            color: #2d3748;
            font-size: 2rem;
            margin-bottom: 15px;
        }

        .personal-pkg-no-packages p {
            color: #718096;
            font-size: 1.1rem;
        }

        @media (max-width: 1200px) {
            .personal-pkg-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .personal-pkg-body {
                padding: 40px 15px;
            }

            .personal-pkg-grid {
                grid-template-columns: 1fr;
            }

            .personal-pkg-page-title {
                font-size: 2rem;
            }
        }
        
        
        

/* Professional package */
/*Access notice*/
.access-notice {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.access-notice .notice-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.access-notice h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.access-notice p {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.login-required {
    background: linear-gradient(135deg, #fff3cd 0%, #fff8e1 100%);
    border: 2px solid #ffc107;
}

.subscription-required {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border: 2px solid #667eea;
}

.subscription-active {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
}

.notice-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.notice-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.access-notice a:not(.notice-btn) {
    color: #667eea;
    text-decoration: underline;
    font-weight: 600;
}
.ek-headbar {
    display: none;
}

/*Main css*/
        body {
            min-height: 100vh;
            color: #333;
            background-attachment: fixed;
            background: #faf8f8;
        }

        .professional-package-container {
            max-width: 1500px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .packages-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr); 
            gap: 30px;
            max-width: 1300px;
            margin: 0 auto;
        }

        .package-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            display: flex;
            height: auto;
        }

        .package-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }

        .package-image-container {
            flex: 0 0 40%;
            position: relative;
            overflow: hidden;
        }

        .package-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .package-tag {
            position: absolute;
            top: 20px;
            left: 20px;
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            z-index: 1;
        }

        .package-content {
            padding: 30px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .package-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 15px;
            font-family: "Nunito", sans-serif;
        }

        .package-description {
            color: #4a5568;
            line-height: 1.6;
            margin-bottom: 25px;
            font-size: 1rem;
            flex-grow: 1;
        }
        
        .more-info-btn {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            border: none;
            padding: 12px 40px;
            border-radius: 15px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            width: auto; 
            margin-top: auto;
            align-self: flex-start; 
            margin-left: 0; 
            margin-right: auto;
        }

        .more-info-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
            padding: 12px 45px; 
        }

       .modal-overlay {
            display: none;
            position: fixed;
            top: 5rem;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            z-index: 1000;
            backdrop-filter: blur(5px);
        }

        .modal-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            border-radius: 20px;
            max-width: 900px;
            width: 90%;
            max-height: 90vh;
            overflow-y: auto;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
        }

        .modal-header {
            padding: 30px 30px 0 30px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .modal-close {
            background: none;
            border: none;
            font-size: 2rem;
            color: #718096;
            cursor: pointer;
            line-height: 1;
        }

        .modal-body {
            padding: 30px;
        }

        .modal-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 20px;
        }

        .modal-description {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #4a5568;
            margin-bottom: 30px;
        }

        .images-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-bottom: 30px;
        }

        .gallery-image {
            width: 100%;
            height: 150px;
            object-fit: cover;
            border-radius: 10px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .gallery-image:hover {
            transform: scale(1.05);
        }

        .documents-section {
            background: #f7fafc;
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 20px;
        }

        .documents-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 15px;
        }

        .document-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            background: white;
            border-radius: 10px;
            margin-bottom: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }

        .document-info h4 {
            color: #2d3748;
            margin-bottom: 5px;
        }

        .document-info small {
            color: #718096;
        }

        .download-btn {
            background: linear-gradient(135deg, #38a169, #48bb78);
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 20px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .download-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(56, 161, 105, 0.4);
        }

        .auth-notice {
            background: linear-gradient(135deg, #4299e1, #3182ce);
            color: white;
            padding: 20px;
            border-radius: 15px;
            text-align: center;
            margin-bottom: 20px;
        }

        .auth-notice h3 {
            margin-bottom: 10px;
        }

        .auth-btn {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            border: 2px solid rgba(255, 255, 255, 0.3);
            padding: 10px 25px;
            border-radius: 20px;
            cursor: pointer;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            margin: 5px;
            transition: all 0.3s ease;
        }

        .auth-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            border-color: rgba(255, 255, 255, 0.5);
        }

        .no-packages {
            text-align: center;
            color: white;
            font-size: 1.5rem;
            margin-top: 100px;
        }

        @media (max-width: 1200px) {
            .packages-grid {
                grid-template-columns: 1fr; 
                max-width: 700px;
            }
        }

        @media (max-width: 768px) {
            .header h1 {
                font-size: 2.5rem;
            }

            .header p {
                font-size: 1.1rem;
            }

            .packages-grid {
                grid-template-columns: 1fr;
            }

            .package-card {
                margin: 0 10px;
                flex-direction: column;
            }
            
            .package-image-container {
                flex: 0 0 auto;
                height: 250px;
            }

            .modal-content {
                width: 95%;
                margin: 20px auto;
            }

            .modal-body {
                padding: 20px;
            }

            .modal-title {
                font-size: 2rem;
            }
        }

/* Business suite package */

/*Access notice*/
.access-notice {
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.access-notice .notice-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.access-notice h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.access-notice p {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.login-required {
    background: linear-gradient(135deg, #fff3cd 0%, #fff8e1 100%);
    border: 2px solid #ffc107;
}

.subscription-required {
    background: linear-gradient(135deg, #e3f2fd 0%, #cfe9ff 100%);
    border: 2px solid #0984e3;
}

.subscription-active {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
}
.notice-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.notice-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.access-notice a:not(.notice-btn) {
    color: #667eea;
    text-decoration: underline;
    font-weight: 600;
}
.ek-headbar {
    display: none;
}

/*Main css*/
     body {
      min-height: 100vh;
      color: #333;
    }

    .ek-wrap {
      max-width: 1500px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .ek-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    @media (max-width: 1024px) {
      .ek-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .ek-grid {
        grid-template-columns: 1fr;
      }
    }

    .ek-card {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      position: relative;
    }

    .ek-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    }

    .ek-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .ek-tag {
      position: absolute;
      top: 15px;
      left: 15px;
      background: linear-gradient(135deg, #ff6b6b, #ee5a24);
      color: white;
      padding: 6px 14px;
      border-radius: 20px;
      font-weight: 600;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .ek-body {
      padding: 25px;
    }

    .ek-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #2d3748;
      margin-bottom: 12px;
      font-family: "Nunito", sans-serif;
    }

    .ek-text {
      color: #4a5568;
      line-height: 1.6;
      margin-bottom: 20px;
      font-size: 1rem;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .ek-btn {
      background: linear-gradient(135deg, #667eea, #764ba2);
      color: white;
      border: none;
      padding: 12px 40px;
      border-radius: 15px;
      cursor: pointer;
      font-weight: 600;
      font-size: 1rem;
      transition: all 0.3s ease;
      width: auto;
      margin-top: auto;
      align-self: flex-start;
      margin-left: 0;
      margin-right: auto;
    }

    .ek-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
      padding: 12px 45px;
    }

    .ek-modal {
      display: none;
      position: fixed;
      top: 5rem;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      z-index: 1000;
      backdrop-filter: blur(5px);
    }

    .ek-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      border-radius: 20px;
      max-width: 900px;
      width: 90%;
      max-height: 90vh;
      overflow-y: auto;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    }

    .ek-headbar {
      padding: 30px 30px 0 30px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    .ek-close {
      background: none;
      border: none;
      font-size: 2rem;
      color: #718096;
      cursor: pointer;
      line-height: 1;
    }

    .ek-bodybox {
      padding: 30px;
    }

    .ek-bigtitle {
      font-size: 2.5rem;
      font-weight: 700;
      color: #2d3748;
      margin-bottom: 20px;
    }

    .ek-desc {
      font-size: 1.1rem;
      line-height: 1.7;
      color: #4a5568;
      margin-bottom: 30px;
    }

    .ek-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 15px;
      margin-bottom: 30px;
    }

    .ek-gimg {
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .ek-gimg:hover {
      transform: scale(1.05);
    }

    .ek-docs {
      background: #f7fafc;
      border-radius: 15px;
      padding: 25px;
      margin-bottom: 20px;
    }

    .ek-docstitle {
      font-size: 1.5rem;
      font-weight: 600;
      color: #2d3748;
      margin-bottom: 15px;
    }

    .ek-docitem {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background: white;
      border-radius: 10px;
      margin-bottom: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .ek-docinfo h4 {
      color: #2d3748;
      margin-bottom: 5px;
    }

    .ek-docinfo small {
      color: #718096;
    }

    .ek-dlbtn {
      background: linear-gradient(135deg, #38a169, #48bb78);
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 20px;
      cursor: pointer;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .ek-dlbtn:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(56, 161, 105, 0.4);
    }

    .ek-note {
      background: linear-gradient(135deg, #4299e1, #3182ce);
      color: white;
      padding: 20px;
      border-radius: 15px;
      text-align: center;
      margin-bottom: 20px;
    }

    .ek-note h3 {
      margin-bottom: 10px;
    }

    .ek-nbtn {
      background: rgba(255, 255, 255, 0.2);
      color: white;
      border: 2px solid rgba(255, 255, 255, 0.3);
      padding: 10px 25px;
      border-radius: 20px;
      cursor: pointer;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      margin: 5px;
      transition: all 0.3s ease;
    }

    .ek-nbtn:hover {
      background: rgba(255, 255, 255, 0.3);
      border-color: rgba(255, 255, 255, 0.5);
    }

    .ek-empty {
      text-align: center;
      color: white;
      font-size: 1.5rem;
      margin-top: 100px;
    }

    @media (max-width: 768px) {
      .ek-head h1 {
        font-size: 2.5rem;
      }

      .ek-head p {
        font-size: 1.1rem;
      }

      .ek-card {
        margin: 0 10px;
      }

      .ek-box {
        width: 95%;
        margin: 20px auto;
      }

      .ek-bodybox {
        padding: 20px;
      }

      .ek-bigtitle {
        font-size: 2rem;
      }
    }
  
/* PACKAGE SUBSCRIPTIONS PAGE CSS ENDS HERE */





/*ABOUT US PAGE STARTS HERE*/
/* About section starts here */
.trak-text-justify {
    font-size: 1.02rem;
    color: #313030;
    font-weight: 500;
}

.trak-about-title {
    font-size: 1.5rem;
    font-family: "Cambria", serif;
}

.trak-about-img {
    border-radius: 10px;
}

.trak-about-card {
    border-radius: 10px;
    background-color: #fff;
}

.trak-about-img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}

.trak-about-h5 {
    font-family: "Cambria", serif;
    color: #000;
}

@media (max-width: 967.98px) {
    .trak-about-row {
        flex-direction: column;
    }
    .trak-about-col-image {
        margin-top: 1.5rem;
    }
    .trak-about-img {
        height: auto;
        max-height: 300px;
    }
    .trak-about-col-text,
    .trak-about-col-image {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 968px) {
    .trak-about-row {
        display: flex;
        flex-wrap: nowrap;
    }
    .trak-about-col-image {
        order: 1;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .trak-about-col-text {
        order: 2;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/* About section ends here */



/*Features section starts here*/
.features-section-wrapper {
            max-width: 1500px;
            margin: 0 auto;
            padding: 20px;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            color: #091e3e;
            margin-bottom: 50px;
            font-weight: 700;
        }

        .cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .feature-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .feature-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            border-color: #667eea;
        }

        .icon-container {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-size: 1.8rem;
            color: white;
        }

        .icon-purple {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .icon-blue {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }

        .icon-green {
            background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
        }

        .icon-orange {
            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
        }

        .icon-teal {
            background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
        }

        .icon-pink {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .card-heading {
            font-size: 1.3rem;
            color: #091e3e;
            margin-bottom: 12px;
            font-weight: 700;
            font-family: "Cambria", serif;
        }

        .card-description {
            font-size: 1rem;
            color: #6c757d;
            line-height: 1.6;
        }

        @media (max-width: 992px) {
            .cards-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }

            .section-title {
                font-size: 2rem;
                margin-bottom: 40px;
            }
        }

        @media (max-width: 576px) {
            .cards-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .section-title {
                font-size: 1.75rem;
                margin-bottom: 30px;
            }

            .feature-card {
                padding: 25px;
            }

                  }
/*Features section ends here*/


/* Core Values Section Starts Here */
.core-values{
  margin-top: 5rem; 
  padding-bottom: 5rem; 
  padding-top: 3rem;
}
  .card-title{
    font-size: 1.2rem;
    font-family: "Tinos", serif;
    font-weight: 700;
    color: #000000;
  }
  .card-text{
    font-size: .95rem;
    color: #313030;
    font-weight: 500;
  }
  @media (min-width: 562px) and (max-width: 767.98px) {
  .row-cols-custom-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
/* Core Values Section Ends Here */

/* Newsletter section starts here */
.newsletter{
    border-radius: 10px;
}
.newsletter-title{
    color: #f1f1f1;
    text-align: center;
   font-family: "Cambria", serif;
    font-size: 1.7rem;
}
.newsletter-text{
    color: #ddd8d8;
    font-size: 1rem;
    text-align: center;
}
/* Newsletter section ends here */

/*ABOUT US PAGE ENDS HERE*/






/* CONTACT PAGE CSS STARTS HERE */

/* Service booking form */
 .contact-form {
        background: #b4acc7;
        padding: 25px;
        max-width: 800px;
        margin: auto;
        border-radius: 15px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        animation: fadeIn 0.5s ease-in-out;
    }
    @keyframes fadeIn {
        from {opacity: 0; transform: translateY(20px);}
        to {opacity: 1; transform: translateY(0);}
    }
    h2 {
        text-align: center;
        margin-bottom: 20px;
        color: #2b2b2b;
        font-size: 1.8rem;
        font-family: "Nunito", sans-serif;
    }
    .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }
    label {
        font-weight: 600;
        margin-bottom: 6px;
        color: #444;
    }
    input, select, textarea {
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-size: 15px;
        outline: none;
        transition: all 0.3s ease;
        background: #fafafa;
    }
    input:focus, select:focus, textarea:focus {
        border-color: #3C1F80;
        background: #fff;
        box-shadow: 0 0 8px rgba(74, 144, 226, 0.2);
    }
    textarea {
        resize: vertical;
        min-height: 100px;
    }
    button {
        background: linear-gradient(135deg, #3C1F80, #5c4691);
        color: #fff;
        padding: 14px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        transition: 0.3s;
    }
    button:hover {
        background: linear-gradient(135deg, #3C1F80, #694fa5);
        transform: translateY(-1px);
    }
    .two-columns {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 15px;
    }


    .thank-you-page {
        font-family: 'Segoe UI', sans-serif;
        background: linear-gradient(135deg, #e0f0ff, #f7f8fc);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        margin: 0;
        padding: 20px; 
    }
    .thankyou-box {
        background: white;
        padding: 30px;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        animation: fadeIn 0.5s ease-in-out;
        max-width: 400px;
        width: 100%;
    }
    @keyframes fadeIn {
        from {opacity: 0; transform: translateY(20px);}
        to {opacity: 1; transform: translateY(0);}
    }
    .thankyou-box h2 {
        color: #4CAF50;
    }
    .thankyou-box p {
        color: #444;
        margin: 10px 0 20px;
    }
    .home-btn {
        display: inline-block;
        padding: 12px 20px;
        background: linear-gradient(135deg, #3C1F80, #8169b8);
        color: white;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        transition: 0.3s;
    }
    .home-btn:hover {
        background: linear-gradient(135deg, #3C1F80, #6144a5);
    }
    @media (max-width: 600px) {
        .thank-you-page {
            padding-left: 8px; 
            padding-right: 8px;
        }
        .thankyou-box {
            padding: 20px;
        }
    }
/* CONTACT PAGE CSS ENDS HERE */


/*BLOGS PAGE CSS STARTS HERE*/
.trak-blog-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
    overflow-x: hidden;
}

.trak-blog-header {
    text-align: center;
    margin-bottom: 50px;
}

.trak-blog-header h1 {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.trak-blog-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    max-width: 600px;
    margin: 0 auto;
}

.trak-blogs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.trak-blog-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.trak-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.trak-blog-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.trak-blog-content {
    padding: 25px;
}

.trak-blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.trak-blog-author {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 0.9rem;
}

.trak-blog-author i {
    margin-right: 5px;
}

.trak-topic-tag {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.trak-blog-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 15px;
    line-height: 1.3;
}

.trak-blog-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.trak-blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.trak-blog-date {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 0.9rem;
}

.trak-blog-date i {
    margin-right: 5px;
}

.trak-read-more-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.trak-read-more-btn:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Modal Styles */
/* Modal Styles - Updated to prevent navbar overlap */
.trak-modal {
    display: none;
    position: fixed;
    z-index: 9999; /* Increased from 1000 to be above navbar */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    overflow-y: auto;
    padding-top: 2rem; /* Reduced padding since modal should be above navbar */
    padding-bottom: 2rem;
}

.trak-modal-content {
    background: white;
    margin: 0 auto;
    padding: 0;
    width: 95%;
    max-width: 1100px;
    border-radius: 20px;
    position: relative;
}

.trak-modal-header {
    position: relative;
}

.trak-modal-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.trak-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    z-index: 10; 
}

.trak-close-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .trak-modal {
        padding-top: 1rem; 
        padding-bottom: 1rem;
    }

    .trak-modal-content {
        width: 98%;
    }

    .trak-close-btn {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
        top: 15px;
        right: 15px;
    }
}

.trak-modal-body {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    padding: 30px;
}

.trak-modal-main-content h2 {
    color: #4a5568;
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.3;
}

.trak-modal-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
}

.trak-modal-meta-item {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 0.95rem;
}

.trak-modal-meta-item i {
    margin-right: 8px;
    color: #667eea;
}

.trak-modal-content-text {
    line-height: 1.8;
    color: #4a5568;
    font-size: .97rem;
    text-align: justify;
}

.trak-modal-content-text p {
    margin-bottom: 20px;
}

.trak-modal-sidebar {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    height: fit-content;
}

.trak-sidebar-title {
    color: #4a5568;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.trak-other-blog-item {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
    cursor: pointer;
}

.trak-other-blog-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.trak-other-blog-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.trak-other-blog-info h4 {
    color: #4a5568;
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 5px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.trak-other-blog-info h4:hover {
    color: #667eea;
}

.trak-other-blog-tag {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
}

.trak-empty-state {
    text-align: center;
    padding: 100px 20px;
    color: rgba(255, 255, 255, 0.8);
}

.trak-empty-state h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .trak-blog-header h1 {
        font-size: 2.5rem;
    }

    .trak-blogs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .trak-blog-card {
        margin: 0 10px;
    }

   
    .trak-modal-body {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 20px;
    }

    .trak-modal-main-content h2 {
        font-size: 1.5rem;
    }

    .trak-modal-meta {
        gap: 15px;
    }

    .trak-blog-meta,
    .trak-blog-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

}
/*BLOGS PAGE CSS ENDS HERE*/

