@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --brand: #6c63ff;
    --dark: #091419;
    --gray: #585858;
    --light-gray: #848484;
    --accent: #00a0e0;

    --bg: #0b1220;
    --card: #0f172a;
    --ink: #e5e7eb;
    --muted: #9ca3af;
    --ring: 40 84% 55%;
    --radius: 18px;

    /* Marka renkleri */
    --ugreen: #0caf60;
    --philips: #0B5ED7;
    --allme: #835cff;
    --clooe: #e48a00;
    --invue:#ecac00;
    --alhua:#D71920;
    --vemco:#0B5ED7;
    --inoff:#00A0E0;
}
@media(max-width:768px){
    .bannerPage{
        height:120px !important;
    }
    .bannerSection .content p{
        max-width:90% !important;
    }
}
.whatsapp-float {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
  z-index: 9999;
  animation: pulse 2.2s infinite;
}

.whatsapp-float i {
  color: #fff;
  font-size: 34px;
  z-index: 2;
}

/* Tooltip */
.wa-tooltip {
  position: absolute;
  right: 78px;
  background: #1f2937;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Tooltip ok */
.wa-tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #1f2937;
}

.whatsapp-float:hover .wa-tooltip {
  opacity: 1;
  transform: translateY(0);
}

/* Pulse animasyonu */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Mobilde tooltip kapansın */
@media (max-width: 768px) {
  .wa-tooltip {
    display: none;
  }
}


.catalogs {
    padding: 64px 0;
    color: var(--ink);
    padding-top: 0px !important;
}
.navbar-nav{
        display: flex;
    align-items: center;
}
.catalogs-head h2 {
    font-size: 65px;
    color: #585858 !important;
    font-weight: 500;
    letter-spacing: -1.13px;
    line-height: 65px;
    margin: 40px 0px;
}
.catalogs-head p {
    margin: 0 0 28px;
    color: var(--muted);
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 1024px) {
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .catalog-grid {
        grid-template-columns: 1fr;
    }
}

.catalog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
    background:white;

    border-radius: 0px;
   box-shadow: 0px 10px 40px #00000017; 
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;

}
.catalog-card::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.catalog-card:hover {

    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}


.catalog-card:hover::after {
    opacity: 0.7;
}
.dropdown {
    position: relative;
    cursor: pointer;
    user-select: none;

  }

  .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 10px 16px;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1;
  }
  
  .btn.solid {
    background: #0b1320;
    color: #fff;
  }
  .btn.ghost {
    background: transparent;
    color: #0b1320;
  }
  .dislogo img{
    max-width: 100px;
    height: 40px;
    object-fit: contain;
    width: 100%;

  }
  
  .invue {
     height:70px !important;
     filter: brightness(0) invert(1);
  }
  .invueLeft:before{
          opacity: 0.9 !important;
  }
  @media(max-width:992px){
    .dislogo li{
        flex-direction: column;
    }
    .mobile-hide {
        display: none !important;
      }
      .aboutSection .b{
        font-size: 22px !important;
      }
  }

  
  /* ikon boyutu */
  .btn .icon {
    width: 16px;
    height: 16px;
  }
  
  /* renkler */
  .btn.solid .icon {
    stroke: #fff;
  }
  .btn.ghost .icon {
    stroke: #0b1320;
  }
  
  .dropdown-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 200px;
    background: #fff;
    box-shadow: 0px 10px 40px #00000017;
    border: none !important;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    min-width: 180px;
    padding: 6px 0;
    z-index: 50;
    z-index: 2;
  }
  .dropdown-menu a {
    display: block;
    padding:10px 15px;
    font-size: 14px;
    line-height:18px;
    color: #546E7B;
    text-decoration: none;
    font-weight: 500;
    transition: background .15s ease;
  }
  .dropdown-menu a:hover {
    background: #f3f6fa;
  }
  .dropdown.open .dropdown-menu {
    display: flex;
  }
  

/* Marka vurgu çizgisi */
.catalog-card::before {
    content: "";
    position: absolute;
    inset: -1px -1px auto -1px;
    height: 4px;
    border-radius: 0px;
    background: var(--muted);
}
.catalog-card[data-brand="ugreen"]::before {
    background: var(--ugreen);
}
.catalog-card[data-brand="philips"]::before {
    background: var(--philips);
}
.catalog-card[data-brand="alhua"]::before {
    background: var(--alhua);
}
.catalog-card[data-brand="vemco"]::before {
    background: var(--vemco);
}
.catalog-card[data-brand="inoff"]::before {
    background: var(--inoff);
}
.catalog-card[data-brand="allme"]::before {
    background: var(--allme);
}
.catalog-card[data-brand="clooe"]::before {
    background: var(--clooe);
}
.catalog-card[data-brand="invue"]::before {
    background: var(--invue);
}
.brand img{
    max-width: 100px;
    width: 100%;
    height: 40px;
    object-fit: contain;
}
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}
.brand-badge {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 700;
    /* background: color-mix(in oklab, var(--card), #fff 6%); */
    border: 1.5px solid color-mix(in oklab, var(--card), #fff 20%);
}
.catalog-card[data-brand="ugreen"] .brand-badge {
    /* background: color-mix(in oklab, var(--ugreen), black 70%); */
    color: #d5ffe7;
    border-color: color-mix(in oklab, var(--ugreen), white 60%);
}
.catalog-card[data-brand="philips"] .brand-badge {
    /* background: color-mix(in oklab, var(--philips), black 70%); */
    color: #e7efff;
    border-color: color-mix(in oklab, var(--philips), white 60%);
}
.catalog-card[data-brand="allme"] .brand-badge {
    /* background: color-mix(in oklab, var(--allme), black 70%); */
    color: #efe7ff;
    border-color: color-mix(in oklab, var(--allme), white 60%);
}
.catalog-card[data-brand="clooe"] .brand-badge {
    /* background: color-mix(in oklab, var(--clooe), black 70%); */
    color: #fff5e6;
    border-color: color-mix(in oklab, var(--clooe), white 60%);
}

.brand-name {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.3px;
    color: #585858;
}
.desc {
    margin: 0;
    color: #585858;
    min-height: 42px;
    font-size: 16px !important;
    
}

.meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: color-mix(in oklab, var(--ink), var(--muted) 40%);
}
.filetype {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
    background: color-mix(in oklab, var(--card), #fff 6%);
    border: 1px solid color-mix(in oklab, var(--card), #fff 14%);
}
.actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}
.btn {
    --btn-bg: color-mix(in oklab, var(--card), #fff 6%);
    --btn-brd: color-mix(in oklab, var(--card), #fff 16%);
    --btn-ink: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid var(--btn-brd);
    color: var(--btn-ink);
    font-weight: 600;
    transition:
        transform 0.15s ease,
        background 0.15s ease,
        border-color 0.15s ease;
    line-height: 1;
    user-select: none;
}



.btn.solid {
    --btn-bg: color-mix(in oklab, var(--ink), transparent 85%);
    background: var(--btn-bg);
    border-color: color-mix(in oklab, var(--btn-brd), var(--ink) 30%);
}
.btn.ghost {

    color: #585858 !important;
}

/* Marka renklerini butona uygula (solid) */
.catalog-card[data-brand="ugreen"] .btn.solid {
    background: #00437C;
   
}
.catalog-card[data-brand="philips"] .btn.solid {
        background: #00437C;
   
}
.catalog-card[data-brand="allme"] .btn.solid {
        background: #00437C;

}
.catalog-card[data-brand="clooe"] .btn.solid {
        background: #00437C;

}
.catalog-card[data-brand="invue"] .btn.solid {
        background: #00437C;

}
.catalog-card[data-brand="alhua"] .btn.solid {
        background: #00437C;

}
.catalog-card[data-brand="vemco"] .btn.solid {
        background: #00437C;

}
.catalog-card[data-brand="inoff"] .btn.solid {
        background: #00437C;

}



.catalog-card .btn.solid {
    color: #fff;
}




@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1432px !important;
    }
}

.section-title {
    position: relative;
    padding-bottom: 0.5rem;
}
.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 3px;
    background: var(--brand);
    border-radius: 999px;
}

.hero {
    background: url("/assets/images/slider.png") no-repeat center center;
    background-size: cover;
    height: 950px; 
    /* position: absolute; 
    top: 0; */
    width: 100%;
    font-family: "Ubuntu", sans-serif;
}
.hero:before{
    content: "";
    background: url(/assets/images/bg-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: luminosity;
    bottom: -170px;
    z-index: -1;
}
.hero h1{
    max-width: 500px;
    width: 100%;
    font-size: 38px;
    font-weight: 500;
    color: white;
    letter-spacing: -1px;
    line-height: 40px;
}
.hero p{
    color: white;
    letter-spacing: -0.4px;
    font-weight: 400;
    max-width: 540px;
    width: 100%;
    font-size: 16px;
}
.navbar {
    position: absolute !important; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent !important; 
    font-family: "Ubuntu", sans-serif;
    padding: 34px !important;
}

.nav-link {
    color:white !important
}
.navbar-brand img{
    max-width: 210px;
    width: 100%;
}
.btnContact{
    max-width: 200px;
    width: 100%;
    padding: 20px 32px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #4e4e4e;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 36px;
}
.btnContact svg{
    margin-right: 10px;
}
.mr-20{
    margin-right: 40px;
}
.aboutSection{
    background: url(/assets/images/bg.svg);
    border-radius: 50px;
    padding: 75px 90px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    margin-top: -210px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.hero h2 { text-shadow: 0 2px 8px rgba(0,0,0,0.4); }

.aboutSection ul{
    list-style: none;
    padding-left: 0px;
}

.aboutSection .b{
    font-size: 24px;
    color: #2D5565;
    letter-spacing: -0.6px;
    font-weight: 500;
    margin-bottom: 28px;
}
.aboutSection li{
    color: #546E7B;
    font-size: 22px;
    font-weight: 300;
    display: flex;
    align-items: center;
}
/* .hero::before{
    content: "";
    background: url(/assets/images/bgg.png);
    z-index: 3;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 300px;
} */
.aboutSection h2{
    font-size: 45px;
    letter-spacing: -1.13px;
    color: #585858 !important;
    font-weight: 500;
    margin-bottom: 19px;
}
.aboutSection p{
    color: #546E7B;
    font-size: 22px;
    font-weight: 300;
}
.aboutSection .mb{
    margin-bottom: 58px;
}
.box {
    background: #1c3d7a;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 70px;
    box-shadow: 0px 5px 50px #00000034;
    border-radius: 30px;
    width: 100%;
    max-width: 429px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.5px;
  }
  .box  span{
    margin-top: 20px;
  }
.box .svg{
    max-width: 70px;
    width: 100%;
    filter: brightness(0) invert(1);  /* koyuyu beyaza çevirir */

}

  .arrow {
    background: white;
    color: #4da6ff;
    border-radius: 50%;
    width: 112px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    flex-shrink: 0;
    position: absolute;
    right: -71px;
    z-index: 2;
    box-shadow: 0px 5px 20px #00000040;
  }

  .item {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
  }
  .boxGrid{
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px; 
  }
  .boxSection h3{
    font-size: 24px;
    color: #2D5565;
    letter-spacing: -0.6px;
    font-weight: 500;
    margin-bottom: 28px;
  }
  .boxSection p{
    font-size: 24px;
    color: #2D5565;
    letter-spacing: -0.6px;
    font-weight: 500;
    margin-top: 32px;
    line-height: 28px;
  }
  .cardGrid{
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
  }
  .cardContent{
    box-shadow: 0px 0px 30px #0000001A;
    border-radius: 30px;
    padding: 40px 44px;
    position: relative;
    height: 723px;
    background: white;
  }
  .cardContent img{
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    right: 0px;
    height: 420px;
    object-fit: contain;
  }
  .cardContent h4{
    color: #091419;
    font-size: 32px;
    letter-spacing: #091419;
    margin-bottom: 34px;
  }
  .cardContent ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    z-index: 2;
  }
  .cardContent ul li{
    letter-spacing: -0.4px;
    color: #434343;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .w-36{
    max-width: 36%;
    width: 100%;
  }
  .smartSection {
    margin-top: 103px;
  }
  .smartContent{
    max-width: 430px;
    width: 100%;
  }
  .smartSection h3{
    display: flex;
    align-items: center;
    letter-spacing: -0.4px;
    font-size: 16px;
    color: #585858;
    font-weight: 500;
    margin-bottom: 60px;
  }
  .smartSection h4{
    font-size: 60px;
    letter-spacing: -1.5px;
    color: #585858;
    font-weight: 500;
    line-height: 32px;
  }
  .smartSection span{
    font-size: 32px;
    color: #00A0E0;
    letter-spacing: -0.8px;
    font-weight: 500;
    margin-bottom: 32px;
    display: block;
  }
  .smartSection p{
    color: #585858;
    font-size: 16px;
  }
  .smartGrid{
    display: flex;
    align-items: center;
  }
  .smartLottie{
    position: relative;
  }
  .voice{
    position: absolute;
    top: 0px;
    right: -40px;
  }
  .voicetwo{
    position: absolute;
    bottom: -60px;
    left: 0;
  }
  .voicethree{
    scale: 1.5;
    margin-top: 180px;
  }
  .brandSection{
    margin:  100px 0px;
  }
  .corporateSection{
    margin-bottom: 0px;
  }
  .corporateSection h2{
    font-size: 50px;
    color: #585858;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .corporateSection p{
    color: #585858;
  }
  .corporateSection img{
    border-radius: 30px;

  }
  .list{
    display: flex;
    margin-bottom: 20px;
    max-width: 653px;
    width: 100%;
  }
  .list img{
    margin-right: 20px;
  }
  .list span{
    color: #00A0E0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
  }


  .corporateList {
    list-style: none; 
    padding-left: 20px;
    position: relative;
}

.corporateList li {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 15px; 
    color: #585858;
}


.corporateList li::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #00437C; 
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

.corporateList li::after {
    content: '';
    width: 2px;
    background: #00437C; 
    position: absolute;
    left: 6px; 
    top: 5px;
    bottom: -20px; 
}
.corporateList li:last-child::after {
    display: none;
}
.corporateList{
    margin-bottom: 20px;
    max-width: 653px;
    width: 100%;
}
.bannerSection{
    position: relative;
    z-index: 1;
}
.corporateImg{
    width: 100%;
}
.bannerSection .bannerLeft{
      max-width: 100%;
    width: 100%;
    height: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bannerLeft:before{
    content: "";
    background: url(/assets/images/bgdark.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}
.bannerRight:before{
    content: "";
    background: url(/assets/images/right.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}

.bannerSection .bannerRight{
    max-width: 100%;
    width: 100%;
}
.bannerSection  .content .logo{
    height: 109px;
}
.bannerSection  .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 29px 0px;
    z-index: 2;
    position: relative;
        height: 100%;
}
.bannerSection  .content p{
    max-width: 60%;
    width: 100%;
    color: white;
    text-align: center;
    margin: 46px 0px;
}
.bannerList{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerListUl{
    display: flex;
    padding-left: 0px;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 80px;
}
.bannerListUl ul li {
    color: white;
    text-decoration: underline;
    margin-bottom: 10px;
}
.bannerListUl li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bannerListUl ul {
    list-style: none;
    padding-left: 0px;
}
.bannerListUl img{
    margin-bottom: 32px;
    min-height: 46px;
    object-fit: contain;
    height: 100%;
    max-width: 46px;
}
.bannerSection{
    display: flex;
    flex-direction: column;
}
.originalSection{
    padding: 46px;
    position: relative;
}
.originalSection:before{
    content: "";
    background: url(/assets/images/original.png);
    position: absolute;
    width: 100%;
    max-width: 1033px;
    right: 0px;
    height: 100%;
    background-repeat: no-repeat;
}
.originalContent h3{
    font-size: 65px;
    color: #585858;
    font-weight: 500;
    line-height: 65px;
    margin: 40px 0px;
}
.originalContent h3 span{
    font-size: 32px;
    color: #585858;
    font-weight: 300;
    line-height: 65px; 
}
.originalContent p{
    color: #6C6C6C;
    font-size: 16px;
    max-width: 630px;
    width: 100%;
}
.originalSection .listContent{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 70px;
}
.originalSection .listContent li{
   color: #6C6C6C;
   list-style: none;
   font-size: 14px;
   text-decoration: underline;
   line-height: 28px;
}
.originalSection .listContent ul{
    padding-left: 0px;
}
.originalSection .listDetails{
    max-width: 180px;
    width: 100%;
}
.originalSection .listDetails img{
 margin-bottom: 37px;
 object-fit: contain;
 max-width: 46px;
 height: 50px;
}
.footerContact{
    box-shadow: 0px 10px 40px #00000017;
    border-radius: 30px;
    background: white;
    max-width: 1600px;
    width: 100%;
    padding: 40px 95px;
    margin: 0 auto;
    padding-right: 0px;
}
.footerContent{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.callCenter{
    display: flex;
    align-items: center;
    width: 100%;
}
.callCenter .img{
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 45px;
    background: #00437C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}
.callCenter  span{
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #848484;
    line-height: 9px;
}
.callCenter a{
    font-size: 32px;
    letter-spacing: -1.75px;
    color: #091419;
    font-weight: 500;
    text-decoration: none;
    line-height: 40px;
}
.footer{
   margin-top: 66px;
}
.footer .container{
    border-top: 2px solid #b2cbd574;
}
.contentFooter{
    padding: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contentFooter li a{
    color: #848484;
    text-decoration: none;
    letter-spacing: -0.4px;
    line-height: 44px;
    font-weight: 300;
}
.contentFooter li{
    list-style: none;
}
.copy{
    text-align: center;
    background: #F8F8F8;
    padding: 20px;
    color: #848484;
    letter-spacing: -0.4px;
    font-size: 16px;
    font-weight: 300;
}
.bannerLeft{
    position: relative;
    overflow: hidden;
}
.bannerRight{
    position: relative;
    overflow: hidden;
}
.hoverImg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
    object-fit: cover;
        display: flex;
    align-items: center;
    justify-content: center;
}
.bannerLeft:hover .hoverImg{
    scale: 1.2;
    transition: all .3s;
}
.bannerRight:hover .hoverImg{
    scale: 1.2;
    transition: all .3s;
}
.offer{
    box-shadow: 0px 0px 30px #0000001A;
    border-radius: 30px;
    padding: 34px 29px;
}
.offerContent h3{
    font-size: 32px;
    letter-spacing: -0.8px;
    color: #091419;
    font-weight: 500;
    max-width: 305px;
    width: 100%;
    margin-bottom: 40px;
}
.offerFlex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offerFlex ul{
    padding-left: 0px;
    list-style: none;
    position: relative;
}
.offerFlex ul:before{
    content: "";
    background: url(/assets/images/offer.png);
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
}
.offerFlex ul li{
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #434343;
    margin-bottom: 20px;
}
.offerFlex ul li b{
    margin-bottom: 20px;
    display: block;
}
.offer{
    background: #FFFFFF;
}
.containers{    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 /* .containers  .step{
    background: url(/assets/images/offer.png);
    background-size: auto 400px;
    background-position: right;
    background-repeat: no-repeat;
}  */
.containers p{
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #434343;
}
.containers h3{
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #434343;
}
@media(max-width:992px){
    .navbar{
        padding: 0px !important;
    }
    .hero:before{
        content: none !important;
    }
    .offer{
        padding-bottom: 0px;
    }
    .smartSection h3{
        margin-bottom: 30px;
    }
    .boxSection p{
        margin-top: 0px !important;
    }
    .mr-20{
        margin-right: 10px !important;
        display: none;
    }
    .navbar-nav{
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 20px !important;
    }
    .originalSection{
        margin-bottom: 50px;
    }
    .navbar-brand img{
        max-width: 120px;
    }
    .navbar-toggler{
        border: none !important;
        outline: none !important;
    }
    .navbar-toggler:focus{
        outline: none;
        box-shadow: 0 0 0 0px !important;
    }
    .navbar-toggler{
        display: none !important;
    }
    .hero h1 {
        font-size: 22px;
        line-height: 24px;
    }
    .hero p{
        font-size: 16px;
    }
    .btnContact{
        padding: 10px 22px;
    }
    .aboutSection p{
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    
    .hero{
        height: 600px;
    }
    .aboutSection{
        margin-top: -130px;
        padding: 40px 0px;
    }
    .aboutSection h2{
        font-size: 22px;
    }
    .boxSection h3{
        font-size: 22px;
    }
    .step{
        max-width: 100% !important;
        height: 100% !important;
        margin-bottom: 20px;
        padding-right: 0px !important;
    }
    .corporateSection h2{
        font-size: 22px;
    }
    .smartContent{
        max-width: 100%;
    }
    .step::after{
        content: none !important;
    }
    .offer h2{
        font-size: 22px !important;
        margin-bottom: 18px !important;
    }
    .cardContent h4{
        font-size: 22px;
        margin-bottom: 18px;
    }
    .cardContent h4 br{
        display: none;
    }
    .boxSection p{
        font-size: 18px;
    }
    .containers h3 br{
        display: none;
    }
    .boxGrid{
        grid-template-columns: repeat(2, 1fr);
    }
    .boxGrid .item{
        margin-bottom: 16px;
        width: 100%;
    }
    .arrow{
        position: absolute;      
        bottom: -40px;               
        left: 50%;              
        transform: translateX(-50%) rotate(91deg);
        width: 60px;
        height: 60px;

    }
    .arrow img{
        width: 20px;
    }
    .cardGrid{
        flex-direction: column;
    }
    .cardContent{
        height: max-content;
        padding: 20px;
    }
    .cardContent img{
        z-index: -1;
        position: relative;
        display: none;
    }
    .w-36{
        max-width: 100%;
    }
    .containers{
        flex-direction: column;
    }
    .smartSection{
        margin-top: 0px;
    }
    .smartSection h4{
        font-size: 22px;
    }
    .box{
        padding: 20px !important;
    }
    .originalContent h3 span{
        line-height: 35px;
    }
    .corporateSection{
        margin-bottom: 50px;
    }
    .smartSection span{
        font-size: 20px;
        line-height: 22px;
    }
    .smartGrid{
        flex-direction: column;
    }
    .smartGrid img{
        width: 100%;
    }
    .voice{
        width: 150px !important;
        height: 150px !important;
        top:30px !important;
        right: 0px !important;
    }
    .voicetwo{
        width: 150px !important;
        height: 150px !important;
        bottom:-20px !important;
        left: 0px !important;
    }
    .voicethree{
        width: 150px !important;
        height: 50px !important;
        margin-top: 20px !important;
    }
    .brandSection img{
        width: 100%;
    }
    .bannerSection{
        flex-direction: column;
    }
    .bannerSection .bannerLeft{
        max-width: 100%;
    }
    .bannerSection .bannerRight{
        max-width: 100%;
    }
    .bannerSection .content {
        padding: 50px 10px;
    }
    .bannerSection .content .logo{
        height: 60px;
    }
    .bannerListUl img {
        max-width: 30px;
        margin-bottom: 10px;
    }
    .bannerListUl{
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .bannerListUl li{
        max-width: 300px;
        width: 100%;
    }
    .originalSection:before{
        content: none;
    }
    .originalSection .listContent{
        gap:10px
    }
    .originalContent h3 span{
        font-size: 20px;
    }
    .originalContent h3{
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .originalSection .listDetails{
        max-width: 160px;
    }
    .originalSection{
        padding: 0px;
    }
    .footerContact{
        padding: 20px 20px;
    }
    .footerContent{
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row !important;
    }
    .callCenter{
        max-width: 280px;
        width: 100%;
    }
    .callCenter .img{
        height: 50px;
        width: 50px;
    }
    .callCenter .img img{
        width: 20px;
    }
    .callCenter{
        margin: 20px 0px;
    }
    .callCenter a{
        font-size: 22px;
    }
    .callCenter span{
        font-size: 16px;
    }
    .contentFooter{
        flex-wrap: wrap;
        flex-direction: row;
    }
    .contentFooter .img{
        max-width: 240px;
        margin-bottom: 30px !important;
        margin: 0 auto;
        width: 100%;
    }
    .contentFooter ul{
        padding-left: 0px;
        max-width: 160px;
        width: 100%;
    }
    .qr{
        margin-right: 50px;
    }
    .contentFooter .social{
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .bottom{
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .box{
        max-width: 100%;
    }
}
.bannerListUl ul li{
    text-align: center;
}
@media(min-width:992px) and (max-width:1440px){
    .boxGrid{
        flex-direction: column;
    }
    .smartSection{
        margin-top: 30px;
    }
    .boxGrid .item{
        margin-bottom: 16px;
        width: 100%;
    }
    .aboutSection{
        padding: 30px 0px;
    }
    .arrow{
        position: absolute;      
        bottom: -40px;               
        left: 50%;              
        transform: translateX(-50%) rotate(91deg);
        width: 60px;
        height: 60px;

    }
    .box{
        max-width: 100%;
    }
    .arrow img{
        width: 20px;
    }
    .cardGrid {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .cardContent {
        height: 500px;
        width: 100%;
        background: white;
    }
    .cardContent ul{
        position: relative;
        z-index: 2;
    }
    .w-36 {
       max-width: 60% !important;
    }
    .bannerListUl{
        gap:10px;
        margin-top: 10px;
    }
    .bannerListUl ul li{
        font-size: 14px;
        text-align: center;
        width: 100px;
    }
    .cardContent img {
        width: 450px;
        z-index: 1;
        height: 350px;
    }
    .corporateSection{
        margin-bottom: 50px;
    }
    .corporateImg{
      display: none;
    }
    .list{
        max-width: 100%;
    }
    .corporateList{
        max-width: 100%;
    }
    .brandSection img{
        width: 100%;
    }
    .voicethree{
        margin-top: 50px !important;
        scale: none !important
    }
    .smartContent{
        max-width: 100%;
    }
    .offer h2{
        margin-bottom: 20px !important;
    }
    .smartGrid{
        flex-direction: column;
    }
    .step::after{
        content: none !important;
    }
    .step{
        max-width: 100% !important;
        height: 100% !important;
        margin-bottom: 20px;
    }
    .containers{
        flex-direction: column;
    }
    .originalSection:before{
        content: none;
    }
    .originalContent p{
        max-width: 100%;
    }
    .contentFooter .img{
        max-width: 130px;
    }
    .callCenter .img{
        max-width: 50px;
        height: 50px;
    }
    .callCenter a{
        font-size: 22px;
    }
    .callCenter  span{
        font-size: 18px;
    }
    .callCenter .img img{
        width: 20px;
    }
}
@media(min-width:1440px) and (max-width:1680px){
.aboutSection{
    padding: 40px 0px;
}
.cardContent ul{
    position: relative;
    z-index: 2;
}
.voicethree{
    scale: none;
}
.brandSection img{
    width: 100%;
}
.originalSection .listDetails {
    max-width: 170px;
    width: 100%;
}
.originalSection:before{
    max-width: 853px;
}
}
.bottom{
    display: flex;
    align-items: center;
}
.social li{
    height: 33px;
}

.step::after {
    content: "";
    position: absolute;
    top: -56px;
    right: -140px;
    width: 240px;
    height: 413px;
    background: url(/assets/images/offer.png) no-repeat center center;
    background-size: contain;
  }

  .step p{
    z-index: 1;
    margin-bottom: 6px;
    color: #434343;
    font-weight: 300;
  }
  .step {
    position: relative;
    flex: 1;
    max-width: 260px;
    width: 100%;
    height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .step{
    padding-right: 10px;
  }
  .step:last-child::after {
    display: none;
  }
.offer h2{
    font-size: 32px;
    color:#091419;
    letter-spacing: -0.8px;
    font-weight: 500;
    max-width: 305px;
    width: 100%;
    margin-bottom: 0px ;
}
.step-1 { max-width: 425px; }
.step-2 { max-width: 214px; }
.step-3 { max-width: 273px; }
.step-4 { max-width: 214px; }

.smartContentSection{
    /* background: url(/assets/images/bggg.png); */
    min-height: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center;
}
.smartContentSection .hoverImg{
    mix-blend-mode: luminosity;
    opacity: 0.3;
}
.smartContentSection p{
    color: white;
    padding: 59px 0px;
    font-weight: 300;
    max-width: 600px;
    width: 100%;
}
 .smartContentSection:before{
    content: "";
    position: absolute;
    background: url(/assets/images/beforeamart.svg);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;


    z-index: -1;
} 
 .flexx{
    display: flex;
 }
 .flexx ul{
    list-style: none;
    text-align: center;
 }
 .flexx  img{
    margin-bottom: 33px;
    z-index: 2;
    position: relative;
 }
 .flexx ul li{
    color: white;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 300;
    line-height: 25px;
 }
 .smartContentSection .right-flex{
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .bannerLeft  .catalogBtn{
    position: absolute;
    bottom: 30px;
 }
 .bannerRight .catalogBtn{
    position: absolute;
    bottom: 60px;
 }
  .catalogBtn{
    padding: 21px;
    border: 1px solid #707070;
    border-radius: 30px;
    background: white;
    color: #013784;
    max-width: 300px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
 }
 .catalogBtn:hover{
    transition: all .3s;
    background: #00437C;
    color: white;
 }
 @media(max-width:992px){
    .bannerLeft .catalogBtn{
        position: relative;
        bottom: auto;
    }
    .bannerRight .catalogBtn{
        position: relative;
        bottom: auto;
    }
    .smartContentSection .col-lg-6 img{
        margin: 0 auto;
        display: block;
    }
    .smartContentSection p{
        text-align: center;
    }
    .smartContentSection .catalogBtn{
        margin: 0 auto;
        margin-bottom: 40px;
    }
 }
 
 .bannerPage{
    height: 500px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
 }
 .bank{
    padding-top: 50px;
 }
 .bank h3{
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #585858;
    font-weight: 500;
 }
 .bank h4{
    font-size: 18px;
    margin-bottom: 20px;
    color: #585858;
    font-weight: 500;
 }
 .bank p{
    font-size: 16px;
    color: #585858;
 }
 
 @media(max-width:768px){
    .invue {
    height: 30px !important;
}
}

