@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* =========================
   RESET
========================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", Arial, sans-serif;
  overflow-x: hidden;
  background: #fff;

}

/* =========================
   HEADER
========================= */

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid #eee;
}

.header-container {
  max-width: 1400px;
  margin: auto;
  padding: 18px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #5968ff, #17228f);
  color: #fff;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(33, 47, 210, .25);
}

.brand-text {
  font-size: 18px;
}

.bold {
  font-weight: 700;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 14px;
  border-radius: 10px;
  transition: .2s ease;
}

.btn:hover,
.btn:focus-visible {
  color: #2937d3;
  background: #f1f3ff;
  outline: none;
}

.hamburger {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

.brand {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  /* Removes underline */
  color: inherit;
  /* Keeps original text color */
}

.brand:hover {
  text-decoration: none;
  /* Prevents underline on hover */
  color: inherit;
}

.brand:visited {
  color: inherit;
  text-decoration: none;
}

.brand:active {
  color: inherit;
  text-decoration: none;
}

/* =========================
   DROPDOWN
========================= */

.dropdown {
  position: relative;
}

.dropdown-content {
  position: absolute;
  top: 40px;
  left: 0;
  background: white;
  min-width: 220px;
  display: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 74, .08);
}

.dropdown-content a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  color: #333;
}

.dropdown-content a:hover {
  background: #f5f5f5;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* =========================
   PANELS
========================= */

.panel {
  height: 100vh;
  width: 100%;
  position: relative;
}

/* =========================
   HERO
========================= */

.hero-panel {
  background: #fff;
}

.hero-panel .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*.hero-panel video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
*/


.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  color: rgb(252, 252, 252);
}

.hero-content h1 {
  font-size: 80px;
  margin-bottom: 15px;
  font-weight: 800;
  letter-spacing: -.06em;
  text-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.hero-content h2 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: -.06em;
  color: rgb(0, 0, 0);
  text-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}


/* ======================================
   OUR PARTNERS SECTION
======================================*/


/*=============================
      PARTNERS SECTION
==============================*/

.td-partners {

  padding: 100px 8%;
  background: #f7f6ff;

}

.td-partners-container {

  max-width: 1500px;
  margin: auto;
}

.td-partners-header {

  text-align: center;
  margin-bottom: 70px;
}

.td-partners-header span {

  display: inline-block;
  padding: 10px 25px;

  background: #e9e2ff;

  color: #5b2eff;

  border-radius: 50px;

  font-size: 15px;

  font-weight: 700;

  letter-spacing: 1px;
}

.td-partners-header h2 {

  margin: 20px 0;

  font-size: 56px;

  color: #1b1b1b;

  font-weight: 800;
}

.td-partners-header p {

  max-width: 750px;

  margin: auto;

  color: #666;

  font-size: 20px;

  line-height: 1.8;
}

/* Logo Grid */

.td-partners-grid {

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 25px;

  margin-top: 60px;
}

.td-partner-card {

  background: #fff;

  height: 210px;

  border-radius: 22px;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);

  transition: .35s;
}

.td-partner-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(33, 47, 210, .18);
}

.td-partner-card img {

  width: 75%;

  max-height: 110px;

  object-fit: contain;
}

/* Button */

.td-partners-btn {

  text-align: center;

  margin-top: 55px;
}

.td-partners-btn a {

  text-decoration: none;

  color: #2148ff;

  font-size: 28px;

  font-weight: 600;

  display: inline-flex;

  align-items: center;

  gap: 15px;

  transition: .3s;
}

.td-partners-btn a:hover {

  gap: 28px;
}

.td-partners-btn span {

  font-size: 34px;
}

/*=========================
      Responsive
==========================*/

@media(max-width:1200px) {

  .td-partners-grid {

    grid-template-columns: repeat(3, 1fr);

  }

}

@media(max-width:768px) {

  .td-partners-grid {

    grid-template-columns: repeat(2, 1fr);

  }

  .td-partners-header h2 {

    font-size: 40px;

  }

  .td-partners-header p {

    font-size: 17px;

  }

}

@media(max-width:500px) {

  .td-partners-grid {

    grid-template-columns: 1fr;

  }

  .td-partner-card {

    height: 180px;

  }

}

/* =========================
   SERVICES
========================= */

.services-panel {
  background: radial-gradient(circle at 90% 10%, rgba(90, 105, 255, .14), transparent 28%), #fff;
  padding: 120px 80px;
}

.services-panel h2 {
  text-align: center;
  font-size: 55px;
  margin-bottom: 60px;
  color: #111;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.service-card {
  background: rgb(255, 255, 255);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  border: 1px solid rgba(33, 47, 210, .08);
  transition: .3s;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(20, 31, 89, .14);
}

.service-card span {
  font-size: 50px;
  font-weight: 700;
  color: #212fd2;
}

.service-card h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.4;
}

/*==================================
      ACHIEVEMENT SECTION
===================================*/
/*=====================================================
        TINOR DELTA ACHIEVEMENTS
======================================================*/

.td-achievements-section{

    padding:90px 6%;
    background:#ffffff;

}

.td-achievements-container{

    position:relative;

    max-width:1600px;

    margin:auto;

    background:#eef7ff;

    border-radius:45px;

    padding:90px 70px 70px;

    overflow:hidden;

}

/*=========================
        BADGE
==========================*/

.td-achievements-badge{

    position:absolute;

    top:-45px;

    left:60px;

    width:90px;

    height:90px;

    background:#ffffff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.td-achievements-badge img{

    width:48px;

}

/*=========================
        HEADER
==========================*/

.td-achievements-header{
  
    text-align:center;

    margin-top:-50px;
    margin-bottom:40px;
}

.td-achievements-header h2{

    font-size:60px;

    color:#0f08e0;

    font-weight:800;

    margin-top:0px;

}

.td-achievements-header p{

    width:700px;

    max-width:100%;

    margin:auto;

    color:#666;

    font-size:18px;

    line-height:1.8;

}

/*=========================
        SLIDER
==========================*/

.td-achievements-slider{
    width:100%;
    display:flex;

    align-items:center;

    gap:25px;
    overflow:hidden;

}


.td-slider-track{

    display:flex;

    gap:30px;

    transition:transform .6s ease;

    width:max-content;

}

.td-achievement-card{

    flex:0 0 300px;

}

/*=========================
        CARD
==========================*/

.td-achievement-card{

    min-width:290px;

    height:360px;

    background:#ffffff;

    border-radius:25px;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    align-items:center;

    padding:20px;

    transition:.35s;

}

.td-achievement-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(33,47,210,.12);

}

/*=========================
        IMAGE
==========================*/

.td-card-image{

    width:100%;

    height:220px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.td-card-image img{

    width:85%;

    height:180px;

    object-fit:contain;

    transition:.35s;

}

.td-achievement-card:hover img{

    transform:scale(1.05);

}

/*=========================
        CONTENT
==========================*/

.td-card-content{

    text-align:center;

}

.td-card-content h3{

    font-size:20px;

    color:#222;

    margin-bottom:12px;

    font-weight:700;

}

.td-card-content p{

    color:#666;

    font-size:15px;

    line-height:1.7;

}

/*=========================
        BUTTONS
==========================*/
.td-prev{
  
    position:absolute;

    left:50px;

    top:50%;

    transform:translateY(-50%);

    z-index:20;

}

.td-next{

    position:absolute;

    right:50px;
 
    top:50%;

    transform:translateY(-50%);

    z-index:50;

}
.td-slider-btn:hover{

    background:#2148ff;

    color:#ffffff;

}

/*=========================
        DOTS
==========================*/

.td-slider-pagination{

    display:flex;

    justify-content:center;

    gap:12px;

    margin-top:45px;

}

.td-slider-pagination span{

    width:12px;

    height:12px;

    background:#bfc9da;

    border-radius:50%;

    transition:.3s;

    cursor:pointer;

}

.td-slider-pagination span.active{

    width:35px;

    border-radius:30px;

    background:#2148ff;

}

/*=========================
        RESPONSIVE
==========================*/

@media(max-width:1200px){

.td-achievement-card{

min-width:300px;

}

}

@media(max-width:900px){

.td-achievements-container{

padding:80px 35px;

}

.td-slider-btn{

display:none;

}

.td-achievements-header h2{

font-size:40px;

}

}

@media(max-width:600px){

.td-achievements-section{

padding:80px 20px;

}

.td-achievements-container{

padding:70px 20px;

border-radius:28px;

}

.td-achievement-card{

min-width:100%;

}

.td-achievements-header h2{

font-size:32px;

}

.td-achievements-badge{

left:50%;

transform:translateX(-50%);

}

}
/* =========================
   FOOTER
========================= */

.footer-panel {
  background: radial-gradient(circle at 50% 110%, rgba(61, 76, 225, .45), transparent 42%), #fff;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-panel h2 {
  font-size: 60px;
  margin-bottom: 20px;
}

.footer-panel p {
  font-size: 18px;
  opacity: .8;
}

/* =========================
   MOBILE
========================= */

@media(max-width:900px) {

  .stats-section {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 50px;
  }

  .services-panel {
    padding: 100px 30px;
  }
}

@media(max-width:768px) {

  .hamburger {
    display: block;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 18px 40px rgba(20, 31, 89, .12);
  }

  .nav-menu.active {
    display: flex;
  }

  .stats-section {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .footer-panel h2 {
    font-size: 36px;
    text-align: center;
  }

  .stats-panel,
  .services-panel {
    height: auto;
    min-height: 100vh;
  }

  .stats-panel {
    padding: 100px 20px 60px;
  }

  .stat {
    padding: 28px 20px;
  }

  .service-card {
    padding: 30px 24px;
  }
}

@media(max-width:480px) {
  .header-container {
    padding: 12px 18px;
  }

  .logo {
    width: 44px;
    height: 44px;
  }

  .brand-text {
    font-size: 15px;
  }

  .hero-content {
    width: calc(100% - 36px);
  }

  .hero-content h1 {
    font-size: clamp(42px, 16vw, 64px);
  }

  .services-panel {
    padding: 80px 18px 60px;
  }

  .services-panel h2 {
    font-size: 38px;
    margin-bottom: 36px;
  }

  .service-card span {
    font-size: 38px;
  }

  .service-card h3 {
    font-size: 20px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* ==========================
   FOOTER
========================== */
.footer-panel {
  min-height: 100vh;
  height: auto;
  background: #000000;
}

.footer-panel {
  min-height: 100vh;
  height: auto;
  width: 100%;
  position: relative;
  background: #000000;
  z-index: 10;
}

.td-footer {
  background: #000000;
  padding: 70px 8%;
  border-top: 1px solid #e5e5e5;
}

.td-footer-container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.footer-brand {
  flex: 1;
  min-width: 250px;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-logo {
  background: linear-gradient(135deg, #241fc1, #3137a7);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
}

.footer-company-name {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.footer-company-name span:first-child {
  color: #241fc1;
  font-weight: 600;
}

.footer-company-name span:last-child {
  color: #241fc1;
  font-weight: 700;
}

.footer-brand h4 {
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons img {
  width: 35px;
  height: 35px;
  transition: .3s;
}

.social-icons img:hover {
  transform: translateY(-4px);
}

.footer-links {
  flex: 1;
  min-width: 180px;
}

.footer-links h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.footer-links a {
  font-family: inherit;
  display: block;
  text-decoration: none;
  color: #ffff;
  margin-bottom: 10px;
  transition: .3s;
}

.footer-links a:hover {
  color: #212fd2;
}

.footer-newsletter {
  flex: 1;
  min-width: 280px;
}

.newsletter-box {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-box input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.newsletter-box button {
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  background: #212fd2;
  color: white;
  cursor: pointer;
}

.visitor-counter {
  margin-top: 20px;
  background: #111;
  color: white;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
}

.footer-bottom {
  text-align: center;
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
  color: #666;
}
