@charset "utf-8";
/* CSS Document */
div#onetrust-policy-text{font-size: 14px !important; font-family: century gothic;}
#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link{font-size: 14px !important; font-family: century gothic;}
#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link, #onetrust-consent-sdk #ot-dialog-cancel-handler{color: #fff; background-color: #F2665F; padding: 8px; text-decoration: none}
#onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {background-color: #cccccc!important;}
button.save-preference-btn-handler.onetrust-close-btn-handler {color: #000 !important;}
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #ot-dialog-confirm-handler, #onetrust-banner-sdk .ot-go-modal-submit {background-color: #F2665F;color: #fff;padding: 8px;}
.ot-sdk-container {
    border: 1px solid #2e2d2d !important;
    font-family: century gothic;
}
#onetrust-pc-sdk .ot-pc-header {background: #131318;}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #fff;
    background-color: #468254;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0px!important;
    background: none!important;
	color: unset !important;}
h2#ot-pc-title {color: #fff !important;}
  body {
    margin: 0;
    font-family:Outfit, "Outfit Black", "Outfit ExtraBold", "Outfit ExtraLight", "Outfit Light", "Outfit Medium", "Outfit SemiBold", "Outfit Thin";
    background: #0b0f17;
    color: #fff;
  }

  .container {
    width: 1200px;
    max-width: 90%;
    margin: auto;
  }

  section {
    padding: 40px 0;
  }

  h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .cards3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .card3 {
    background: #111827;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .card3:hover {
    transform: translateY(-5px);
  }

  .card3 img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }

  .card-content {
    padding: 20px;
  }

  .card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .card3 p {
    font-size: 14px;
    color: #cbd5e1;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .cards3 {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 600px) {
    h2 {
      font-size: 28px;
    }

    .cards3 {
      grid-template-columns: 1fr;
    }

    .card3 img {
      height: 200px;
    }
  }
/* HERO */
  .promo {
    position: relative;
    min-height: 500px;margin-top: 60px;
    display: flex;
    align-items: center;
    background: url('https://www.amdocs.com/sites/default/files/2026-02/banner-desktop-careers-team-people-group-smiling-2026.jpg') right center/cover no-repeat;
  }
.card-content h3 {margin-bottom: 20px;height: 54px;}
  .promo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000 35%, rgba(0,0,0,0.5) 70%);
  }

  .promo-content {
    position: relative;
    max-width: 550px;
    padding: 60px 0;
  }

  .promo h1 {
    font-size: 56px;
    margin-bottom: 20px;
  }

  .promo p {
    font-size: 20px;
    color: #ddd;
    margin-bottom: 30px;
  }

  .btn {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(90deg, #ff007a, #ff2d55);
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }

  /* CONTENT SECTION */
  .content-section {
    padding: 80px 0;
    background: #0b0f17;
  }

  .content-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
  }

  .content-left h2 {
    font-size: 44px;
    line-height: 1.2;
  }

  .highlight {
    color: #ff007a;
  }

  .content-right p {
    font-size: 18px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .promo h1 {
      font-size: 40px;
    }

    .content-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }

  @media (max-width: 600px) {
    .promo {
      padding: 60px 0;
      background-position: center;
    }

    .promo h1 {
      font-size: 32px;
    }

    .promo p {
      font-size: 16px;
    }

    .content-left h2 {
      font-size: 28px;
    }
  }
/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* HEADER */
.fixedTopMenu {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 999;
}

/* INNER */
.fixedTopMenu_inner {
    max-width: 100%;
    margin: auto;
    padding: 12px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.fixedTopMenu_titlex img {
    max-height: 35px;
}

/* MENU LINKS */
.fixedTopMenu_links {
    display: flex;
    gap: 25px;
}

.fixedTopMenu_links a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;font-weight: 500;
    transition: 0.3s;
}

.fixedTopMenu_links a:hover {
    color: #ffcc00;
}

/* HAMBURGER */
.Topmenu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.Topmenu-toggle span {
    width: 25px;
    height: 3px;
    background: #fff;
}

/* MOBILE */
@media (max-width: 768px) {

    .Topmenu-toggle {
        display: flex;
    }

    .fixedTopMenu_links {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #000;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .fixedTopMenu_links.active {
        display: flex;
    }
}


/* CONTAINER */
.section {max-width: 1200px;margin: auto;padding: 40px 20px;}
section#customerslogo {margin-bottom: 80px;}
/* HEADER */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.section-title {
  font-size: 28px;
}

.section-link {
  font-size: 14px;
  opacity: 0.7;
}


/* Number Stats Animation >> SECTION */
.stats-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.stats-title {
  font-size: 28px;
  margin-bottom: 40px;
}

/* GRID */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.stat {
  border-left: 1px solid rgba(255,255,255,0.15);
  padding-left: 20px;
}

/* NUMBER */
.stat-number {
  font-size: 42px;
  font-weight: bold;
  background: linear-gradient(90deg, #ff7a7a, #f7a045);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SMALL TEXT */
.stat-desc {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.7;
  line-height: 1.5;
}

/* RESPONSIVE */
@media(max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* MAIN CARD */
.mainLogo-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0f1c2f;
  color: #fff;
  padding: 40px;
  border-radius: 12px;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.mainLogo-text {
  flex: 1;
}

.mainLogo-text h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.mainLogo-text p {
  margin: 0 0 10px;
  line-height: 1.5;
}

.mainLogo-logo img {
  width: 250px;
  max-width: 100%;border-radius: 12px;
  transition: opacity 0.3s ease;
}

/* TABS */
.thumbLogo-wrapper {
  display: flex;
  flex-wrap: wrap;   /* ✅ allows wrapping */
  gap: 10px;
  margin: 20px auto 0;
  max-width: 1200px;
}

.thumbLogo {
padding: 10px 16px;
    background: #1f1d0e;
    border-radius: 6px;
    color: #b9b6b6;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    flex: 0 0 auto;
}

.thumbLogo.active {
  background: #0f1c2f;
  color: #fff;
}

/* ✅ MOBILE FIX: ONE TAB PER ROW */
@media (max-width: 768px) {

  .mainLogo-card {
    flex-direction: column;
    text-align: center;
  }

  .mainLogo-logo {
    order: -1;
  }

  .mainLogo-logo img {
    width: 120px;
  }

  /* ✅ THIS IS THE KEY FIX */
  .thumbLogo {
    flex: 1 1 100%;   /* ✅ full width -> single column */
  }
}
	
/* FOOTER */
.footer {
  background: #000;
  padding: 50px 20px 20px;
}

/* GRID */
.footer-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

/* LINKS */
.footer-column h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #aaa;
}

.footer-column a {
  display: block;
  font-size: 14px;
  color: #ddd;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.2s;
}

.footer-column a:hover {
  color: #fff;
}

/* DIVIDER */
.footer-divider {
  max-width: 1200px;
  margin: 40px auto 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* BOTTOM BAR */
.footer-bottom {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 13px;
  color: #aaa;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copy {
  font-size: 13px;
  color: #aaa;
}

/* RESPONSIVE */
@media(max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

    .containerText2Col {
        max-width: 1400px;
        margin: 0 auto;
        padding: 40px 40px;
        display: flex;
        align-items: flex-start;
        gap: 80px;
    }

    .leftCol {
        flex: 1;
    }

    .rightCol {
        flex: 1;
    }

    h1 {
        font-size: 64px;
        line-height: 1.1;
        font-weight: 600;
        color: #ffffff;
    }

    .highlight {
        display: block;
        color: #ff008c;
        margin-top: 16px;
    }

    p {
        font-size: 18px;
        line-height: 1.8;
        color: #bfbfbf;
        margin-bottom: 20px;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .containerText2Col {
            gap: 50px;
            padding: 60px 30px;
        }

        h1 {
            font-size: 48px;
        }
    }

    @media (max-width: 768px) {
        .containerText2Col {
            flex-direction: column;
        }

        h1 {
            font-size: 36px;
        }

        p {
            font-size: 16px;
        }
    }	

.hero{position:relative;background-color:#000;overflow:hidden;margin-top: 50px;}
.hero_content-tag{background: -webkit-gradient(linear, right top, left top, color-stop(-4.25%, rgba(229, 0, 117, 0.21)), color-stop(48.88%, rgba(240, 92, 98, 0.21)), to(rgba(251, 169, 32, 0.21)));
    background: -webkit-linear-gradient(right, rgba(229, 0, 117, 0.21) -4.25%, rgba(240, 92, 98, 0.21) 48.88%, rgba(251, 169, 32, 0.21) 100%);background: linear-gradient(270deg, rgba(229, 0, 117, 0.21) -4.25%, rgba(240, 92, 98, 0.21) 48.88%, rgba(251, 169, 32, 0.21) 100%); padding: 8px 20px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; -webkit-border-radius: 20px; border-radius: 20px; margin-top:1px; margin-bottom: 20px; font-family: "Outfit", sans-serif; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;font-weight: 500; font-size: 16px;
    line-height: 22px;}
.hero::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 78.18%)}
.hero_content-btn{border:unset;padding:15px 20px;font-size:14px;line-height:1;color:#fff!important;background-color: #EC008C !important;border-radius:100px;text-align:center;position:relative;transition:1s ease;background-size:200% 100%;background-position:0% 0%;display:flex;align-items:center;justify-content:center;font-weight:400}
@media(min-width: 1200px){.hero::after{display:none}}.hero_background{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}
@media(min-width: 1200px){.hero_background{-o-object-position:center;object-position:center;width:100%;top:unset;left:unset;right:0px;height:100%;bottom:-50px;max-width:1920px}}
@media(min-width: 1200px){.hero_background-mobile{display:none}}
@media(max-width: 1199px){.hero_background-desktop{display:none}}
@media(min-width: 1200px)
{.hero .wrapper{max-width:1600px;margin:0 auto;padding: 0 60px;}}
.hero_content{position:relative;z-index:1;color:#fff;paddingx:350px 0 60px;display:flex;flex-direction:column;gap:8px}
@media(min-width: 1200px){.hero_content{max-width:570px;padding: 60px 0 80px;gap:14px;}}
@media(min-width: 1600px){.hero_content{padding:130px 0 80px}}
.hero_content-title{font-weight:500;font-size:36px;line-height:100%}@media(min-width: 1200px){.hero_content-title{font-size:48px}}@media(min-width: 1600px){.hero_content-title{font-size:64px}}.hero_content-title{opacityx:0;animation:show_from_bottom .5s forwards .3s}@media(min-width: 1200px){.hero_content-title{max-width:490px}}.hero_content-subtitle{font-weight:500;font-size:14px;line-height:110%}@media(min-width: 1200px){.hero_content-subtitle{font-size:20px}}.hero_content-subtitle{opacityx:0;animation:show_from_bottom .5s forwards .6s}.hero_content-descriptionXX{font-weight:500;font-size:13px;line-height:16px}@media(min-width: 1200px){.hero_content-descriptionXX{font-size:16px;line-height:22px;font-weight: 300;}}@media(min-width: 1600px){.hero_content-descriptionXX{font-size:18px;font-weight: 300;}}.hero_content-descriptionXX{opacityx:0;animation:show_from_bottom_opacityx .5s forwards .9s}@media(min-width: 1200px){.hero_content-descriptionXX{max-width:500px}}.hero_content-btns{display:flex;gap:10px;align-items:center;margin-top:10px;margin-bottom:10px;opacityx:0;animation:show_from_bottom .5s forwards 1.2s}@media(min-width: 1200px){.hero_content-btns{margin-top:16px;margin-bottom:16px}}.hero_content-btn{text-decoration: none;border:unset;padding:15px 20px;font-size:14px;line-height:1;color:#fff!important;background-color: #EC008C !important;border-radius:100px;text-align:center;position:relative;transition:1s ease;background-size:200% 100%;background-position:0% 0%;display:flex;align-items:center;justify-content:center;font-weight:400}@media(min-width: 1200px){.hero_content-btn{padding:19px 20px;font-size:16px;min-height:52px}}.hero_content-btn::before{content:"";position:absolute;inset:0;border-radius:inherit;width:100%;height:100%;background:hsla(0,0%,100%,.1);opacityx:0;transition:.3s ease}.hero_content-btn span{color:#fff !important;position:relative;z-index:2;transition:.3s ease;font-weight:400 !important;font-size: 14px;}.hero_content-btn:hover{background-position:100% 0%}.hero_content-btn:hover::before{opacity:1}.hero_content-btn{flex-basis:calc(50% - 5px);height:auto}@media(min-width: 1600px){.hero_content-btn{font-size:20px}}	
.wrapper {padding: 0 20px; max-width: 1600px; margin: 0 auto;}	
#menu span {font-size: 12px;color: #a4a4a4db;}
#kopolicy > a {color: #fff;}