/* General Styles */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body, ol, ul, li, div, p, span, form, h1, h2, h3, h4, h5, h6, table, thead, th, tbody, tr, td, img, input, textarea, dd, dt, dl {
    word-wrap: break-word;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dd, dt, dl {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a img, img {
    border: none;
    outline: none;
}

img {
    width: auto;
    max-width: 100%;
    display: block;
}

input[type=submit], input[type=reset], input[type=button], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

a, button {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    color: inherit;
    transition: .3s;
}

a:hover, button:hover {
    text-decoration: none;
}

input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
}

::selection {
    text-shadow: none;
    background: #4183c466;
}

ul, menu, dir {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}

*, *:after, *:before {
    box-sizing: border-box;
    outline: 0;
}



/* Layout & Typography */
/* font-family: "Poppins", sans-serif;
font-family: "Roboto", sans-serif; */

.layout {
    width: 100%;
    max-width: 1440px;
    padding: 0 30px;
    margin: 0 auto;
}
.small-layout {
    width: 100%;
    max-width: 1100px;
    padding: 0 30px;
    margin: 0 auto;
}

h1{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: #282c4b;
    display: block;
    text-align: center;
}

h2{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    color: #282c4b;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
}


h3{
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 36px;
    color: #282c4b;
    display: block;
    text-align: center;
}
h4{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #282c4b;
    display: block;
    text-align: center;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #626262;
    display: block;
}
.sec-pad{
    padding: 80px 0px;
}
.top-pad-0{
    padding-top: 0px !important;
}


/* Button Styles */
.fill-btn, .contact-card .wpforms-container .wpforms-submit {
    font-family: "Roboto", sans-serif;
    background: #7947a1 !important;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 20px;
    border: 1px solid #7947a1;
    transition: .3s ease;
    border-radius: 6px;
}

.fill-btn:hover, .contact-card .wpforms-container .wpforms-submit:hover {
    background: #ffffff !important;
    color: #7947a1 !important;
}

/* header css */
.header-section{
    z-index: 999;
    background: #fff;
    position: relative;
}
.header-top{
    border-bottom: 1px solid #eeeeee;
}
.header-top-inner, .header-main-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0px;
}
.header-top-left p{
    font-size: 16px;
}
.header-top-right{
    display: flex;
    gap: 15px;
}
.header-top-right a{
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #626262;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.header-top-right a:hover{
    color: #7947a1;
}

.header-main.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header-main-inner{
  
}
.header-main-left{
    width: 130px;
}
.header-main-left a{
    display: block;
}

.header-menu{
    display: flex;
    align-items: center;
    gap: 25px;
}
.header-menu .nav-links{
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-menu .nav-links a{
    font-family: "Roboto", sans-serif;
    display: block;
    color: #626262;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
}
.header-menu .nav-links a:hover, .header-menu .nav-links a.active{
    color: #7947a1;
}
.header-menu .act-btn, .header-menu .act-btn a{
    display: flex;
    align-items: center;
}
.header-menu .act-btn{
    gap: 15px;
}
.header-menu .act-btn a{
    gap: 5px;
}

.hamburger{
    padding: 7px 7px;
    font-size: 22px;
    background: #7947a1;
    color: #fff !important;
    border-radius: 5px;
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
    align-items: center;
}


/* hero css */

/* Slick slider outer */
.hero-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 142px); /* full viewport height minus header */
  overflow: hidden;
}

/* Each slide */
.hero-slide {
  position: relative;
  width: 100%;
  height: calc(100vh - 142px);
}

/* Slide image as background using <img> */
.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100vh - 142px);
  object-fit: cover;
}

/* Dark overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  height: calc(100vh - 142px);
}

/* Content inside slide */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;      
  justify-content: center;  
  text-align: center;       
}

.hero-content h1 {
  margin: 0 0 12px;
  color: #fff;
}

.hero-content p {
  max-width: 600px;
  font-size: 20px;
  line-height: 30px; 
  margin: 0 0 24px;
  color: #fff;
}

/* Buttons */
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.btn {
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.btn-primary {
  background: #7947a1 !important;
  border-color: #7947a1 !important;
  color: #fff !important;
}

.btn-primary:hover {
  background: #7325b1 !important;
  border-color: #7325b1 !important;
  color: #fff !important;
}

.btn-outline {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.btn-outline:hover {
  background: #7325b1 !important;
  border-color: #7325b1 !important;
  color: #fff !important;
}

#ast-scroll-top{
    background-color: #7325b1 !important;
}

/* Slick core overrides to make height work */
.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 100%;
}

/* Custom arrows */
.hero-slider .slick-arrow {
  position: absolute;
  top: 50%;                    /* vertical center */
  transform: translateY(-50%); /* adjust for arrow height */
  z-index: 5;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.hero-slider .slick-prev {
  left: 24px;
}

.hero-slider .slick-next {
  right: 24px;
}

.hero-slider .slick-arrow i {
  font-size: 18px;
}

/* hover fixed – only subtle movement, no jump */
.hero-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.05);
}

/* hide default slick arrow icon */
.hero-slider .slick-arrow::before {
  display: none;
}

/* Dots */
.hero-slider .slick-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.hero-slider.slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.hero-slider .slick-dots li {
  margin: 0 3px;
}

.hero-slider .slick-dots li button {
  width: 28px;
  height: 4px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  font-size: 0; /* hide default numbers */
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-slider .slick-dots li.slick-active button {
  background: #7325b1;
  transform: scaleX(1.2);
}


/* End hero slider */

/* toyservice css */
.toyservice-title-part{
    margin: auto;
}
.toyservice-title-part, .brands-title-block, .about-title-block, .about-title-block, .showroom-title-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.toyservice-title-part, .brands-title-block, .about-title-block p, .showroom-title-block p{
    max-width: 1000px;
    width: 100%;
}

.toyservice-card-part{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.toyservice-card-block{
  padding: 25px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.toyservice-card-block .card-icon{
    font-size: 50px;
    color: #7947a1;
}
.toyservice-card-block h3{
    margin: 10px 0px 5px;
}

/* right product section */
.right-pro-main{
    background: url(../images/fabercastel-2000x1500.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.right-pro-inner{
    display: flex;
    justify-content: center;
}
.right-pro-block{
    max-width: 710px;
    width: 100%;
    background: #ffffff;
    padding: 30px 35px 40px;
    text-align: left;
}
.right-pro-block h2{
    text-align: left;
}
.right-pro-block p{
    margin: 15px 0px 20px;
}

/* brand tab section css */


/* Tabs */
.brands-title-block{
    margin: 0px auto 50px;
}
.brand-tabs {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.brand-tabs .brand-tab {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    padding: 10px 20px;    
    color: #7947a1;
    position: relative;
    transition: 0.3s ease;
}
.brand-tabs .brand-tab:after{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background: #7947a1;
    margin: auto;
    transition: 0.3s ease;
}
.brand-tabs .brand-tab:hover{
    background: rgb(121 71 161 / 10%);
}
.brand-tabs .brand-tab:hover:after,.brand-tabs .active.brand-tab:after{
    width: 100%;
}


.brand-tabs .active {
    font-weight: 700;
    background: rgb(121 71 161 / 10%);
}

/* Brand Grid */
.brand-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    justify-items: center;
}

.brand-card {
    width: 100%;
    height: 168px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    transition: 0.3s;
    position: relative;
}

.brand-card:hover {
    transform: translateY(-5px);
    
}

.brand-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* footer section */
.footer-section{
    background: #0A1A33;
}
.footer-inner{
    padding: 50px 0px;
    display: flex;
    justify-content: space-between;    
}
.footer-link .footer-menu{
    display: flex;
    flex-direction: column;
    gap: 7px;
    list-style-type: none;
    margin: 0px;
}
.footer-link .footer-menu li a{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    transition: 0.3s ease;
}
.footer-link .footer-menu li a:hover{
    color: #7947a1;
}
.footer-address{
    max-width: 280px;
    width: 100%;
}
.footer-address p{
    color: #ffffff;
    font-size: 17px;
    line-height: 26px;
}
.footer-social{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-social a{
    color: #ffffff;
    font-size: 17px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-social a:hover{
    color: #fff;
}

/* brand Page */
/* hero main */
.hero-main{
    background: rgba(121, 71, 161, 0.9)
}
.hero-main-inner{
    padding: 120px 0px;
}
.hero-main-inner h1{color: #fff;}

/* helpful section */
.helpful-inner{
    padding: 30px 30px 35px;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    background: rgba(94, 195, 153, 0.3);
}

/* End brand Page */

/* About us page */

.about-tsi-inner{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about-card-row{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.about-card-block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 40px 40px 45px;
    background: rgba(121, 71, 161, 0.04);
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}
.about-card-bg{
    background: rgba(94, 195, 153, 0.07);
}

.about-img-inner{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.about-img{
    max-width: 400px;
    width: 100%;
}
.about-img img{    
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-left: 3px solid #7947a1;
    border-bottom: 3px solid #7947a1;
}

/* About us page */

/* sales team page */

.sales-team-row{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 150px;
    column-gap: 30px;
    margin-top: 170px;
}
.sales-team-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 25px 25px;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    text-align: center;
}
.sales-team-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -100px;
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.sales-team-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.member-position p{
    font-size: 16px;
}
.sales-team-social{
    width: 100%;
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    gap: 7px;
}
.sales-team-social a{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #626262;
    transition: 0.3s ease;
}
.sales-team-social a:hover, .sales-team-social a:hover i {
    color: #7325b1;
}
.sales-team-social a i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: 0.3s ease;
}

/* End sales team page */

/* showroom page */
.showroom-inner{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.showroom-content-block{    
    display: flex;
    gap: 50px;
}
.showroom-img{
    max-width: 550px;
    width: 100%;
    display: block;
}
.showroom-img img{
    width: 100%;
}
.showroom-info-block{
    width: 100%;
}
.showroom-info-block h3{
    font-size: 30px;
    color: #7325b1;
    margin-bottom: 30px;
    display: block;
    text-align: left;
}
.showroom-info-col{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.showroom-info-card{    
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}
.showroom-info-card h4{
    text-align: left;
    margin-bottom: 10px;
}
.showroom-address p{
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 15px;
}
.showroom-address p i{
    margin-top: 6px;
}
.showroom-social{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.showroom-social a{
    color: #626262;
    font-size: 17px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 5px;
    word-break: break-all;
}
.showroom-social a:hover{
    color: #7325b1;
}
.showroom-hour p:first-child{
    margin-bottom: 10px;
}
.showroom-hour a, .showroom-date a{
    margin-top: 15px;
}
/* showroom gallery */
.showroom-gallery-main{
    background: rgba(121, 71, 161, 0.08);
}
.showroom-gallery-inner{
    display: grid;
      grid-template-columns: repeat(3, 1fr);;
      gap: 24px;
}
.gallery-img-wrapper {
      overflow: hidden;
      border-radius: 18px;
      box-shadow: 0 8px 32px rgba(44, 62, 80, 0.21);
      background: #fff;
      transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
      position: relative;
    }
    .gallery-img-wrapper:hover,
    .gallery-img-wrapper:focus-within {
      box-shadow: 0 16px 40px rgba(44, 62, 80, 0.36);
      z-index: 2;
    }
    .gallery-img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 18px;
      transition: transform 0.38s cubic-bezier(.23,1.15,.62,1.12), filter 0.34s;
      filter: brightness(0.98) contrast(1.06);
      will-change: transform, filter;
      display: block;
    }
    .gallery-img-wrapper:hover .gallery-img,
    .gallery-img-wrapper:focus-within .gallery-img {
      transform: scale(1.08) rotate(-1.2deg);
      filter: brightness(1.05) saturate(1.12);
    }
/* End showroom page */

/* tradshow page */
.brand-tabs.tradeshow-tabs{
    flex-wrap: wrap;
    row-gap: 10px;
}
.brand-grid.tradeshow-grid{grid-template-columns: repeat(4, 1fr);}
.brand-card.tradeshow-card{
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: rgba(121, 71, 161, 0.13);
    text-align: center;
    width: 100%;
}
.tradeshow-card p{color: #282c4b;}
.tradeshow-card h4{font-size: 18px;line-height: 26px;}

/* Contact us page */
.contact-inner{
    display: flex;
    gap: 40px;
}
.contact-details-col{
    width: 60%;
    display: flex;
    gap: 25px;
}
.contact-form-col{
    width: 40%;
}
.contact-img-col{
    max-width: 300px;
    width: 100%;
}
.adr{
    pointer-events: none;
}
.adr i{
    align-self: flex-start;
}
.contact-info h3{
    text-align: left;
}
.contact-detail-block{
    padding-top: 20px;
    gap: 10px;
}
.contact-detail-block.sales-team-social a{
    font-size: 18px;
    gap: 10px;
}

/* form css */
.contact-section {
      width: 100%;
      padding: 60px 16px;
      display: flex;
      justify-content: center;
    }

    /* Card style form */
    .contact-card {
      width: 100%;
      max-width: 900px;
      background: #ffffff;
      border-radius: 18px;
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
      padding: 32px 28px 26px;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    /* Grid layout for form */
    .contact-form, .wpforms-form, .wpforms-field-container {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 18px 22px;
    }

    .contact-card .wpforms-container{
        margin: 0px auto !important;
        width: 100%;
    }

    .form-field, .contact-card .wpforms-container .wpforms-field {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding: 0px;
    }

    .form-field.full-width, .wpforms-field.full-width {
      grid-column: 1 / -1;
    }

    .form-field label, .wpforms-field label, .contact-card .wpforms-container .wpforms-field-label {
      font-size: 0.85rem;
      font-weight: 600;
      color: #4b5563;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      margin-bottom: 0px;
    }

    .form-field input,
    .form-field select, .wpforms-field input, .wpforms-field select, .contact-card .wpforms-container .wpforms-field-medium {
      padding: 11px 12px;
      border-radius: 11px;
      border: 1px solid #d1d5db;
      background-color: #f9fafb;
      font-size: 0.95rem;
      transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        transform 0.12s ease;
      outline: none;
      font-family: "Roboto", sans-serif;
      max-width: unset;
    }

    .form-field input::placeholder, .wpforms-field input::placeholder {
      color: #9ca3af;
    }

    /* Hover / focus effects */
    .form-field input:hover,
    .form-field select:hover,.wpforms-field input:hover,
    .wpforms-field select:hover, .contact-card .wpforms-container .wpforms-field-medium:hover {
      border-color: #94a3b8;
      background-color: #ffffff;
    }

    .form-field input:focus,
    .form-field select:focus, .wpforms-field input:focus,
    .wpforms-field select:focus, .contact-card .wpforms-container .wpforms-field-medium:focus {
      border-color: #7947a1;
      background-color: #ffffff;
      box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25),
                  0 10px 25px rgba(15, 23, 42, 0.10);
      transform: translateY(-1px);
    }

    /* Button row */
    .form-actions {
      grid-column: 1 / -1;
      display: flex;
      justify-content: flex-end;
      margin-top: 8px;
    }

    .btn-submit {
      border: none;
      border-radius: 999px;
      padding: 11px 26px;
      background: linear-gradient(135deg, #2563eb, #4f46e5);
      color: #ffffff;
      font-weight: 600;
      font-size: 0.95rem;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 12px 30px rgba(37, 99, 235, 0.4);
      transition:
        transform 0.16s ease,
        box-shadow 0.16s ease,
        filter 0.16s ease;
    }

    .btn-submit:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 34px rgba(37, 99, 235, 0.55);
      filter: brightness(1.03);
    }

    .btn-submit:active {
      transform: translateY(0);
      box-shadow: 0 8px 18px rgba(37, 99, 235, 0.45);
      filter: brightness(0.98);
    }

    .btn-submit span.icon {
      font-size: 1.1rem;
    }

    .wpforms-submit-container{
        display: flex;
        justify-content: flex-end;
    }

    /* map section */
    .map-inner {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .map-iframe iframe{
        width: 100%;
        height: 450px;
    }

    /* login page */
    .login-main{
        background: rgba(121, 71, 161, 0.05);
    }
    .login-form{
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin: auto;
    }

    /* manufacturer page */
    .mfr-inner{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
    .mfr-inner a{
        font-size: 20px;
    }
    .sec-hide{
        display: none;
    }
    .vendor-file{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
    }


/* Responsive Styles */

@media screen and (max-width: 1220px) {
    /* sales team page */
    .sales-team-row{
        grid-template-columns: repeat(3, 1fr);
        row-gap: 140px;
        column-gap: 20px;
    }
}

@media screen and (max-width: 1199px) {
    /* hero main */    
    .hero-main-inner{
        padding: 90px 0px;
    }
    /* brand tab section */
    .brand-grid{
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    /* showroom page */
    .showroom-content-block{
        gap: 30px;
    }
}

@media screen and (max-width: 1099px) {
    /* header css */
   .hamburger{
    display: flex;
   }
   .header-top{
    display: none;
   }
   .header-menu{
    /* display: none; */
    position: fixed;
    left: -100%;
    top: 96px;
    height: calc(100% - 96px);
    width: 100%;
    flex-direction: column;
    align-items: flex-start;  
    padding: 40px 0px;  
    background: #fff;
    transition: 0.3s ease;
    overflow: auto;
    z-index: 1;
   }
   .header-menu.open{
    left: 0;
   }
   .header-menu .nav-links{
    flex-direction: column;
    gap: 0px;
    width: 100%;
    
   }
   .header-menu .nav-links a{
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 18px 30px;
   }
   .header-menu .act-btn{
    padding-left: 30px;
   }
}

@media screen and (max-width: 1024px) {
    /* contact page */
    .contact-inner{
        flex-direction: column;
    }
    .contact-details-col{
        width: 100%;
    }
    .contact-form-col {
        width: 60%;
        margin: auto;
    }
    
}

@media screen and (max-width: 920px) {
    /* sales team page */
    .sales-team-row{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 140px;
        column-gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    h1{
        font-size: 50px;
        line-height: 60px;
    }
    h2{
        font-size: 38px;
        line-height: 48px;
    }
    .sec-pad {
        padding: 60px 0px;
    }
    /* hero main */    
    .hero-main-inner{
        padding: 60px 0px;
    }
    

   /* Hero Slider */
   .hero-slider, .hero-slide, .hero-overlay, .hero-slide img {
        height: calc(100vh - 97px);
   }
   .hero-content h1{
        font-size: 50px;
        line-height: 60px;
   }
   .hero-content p{
        font-size: 18px;
        line-height: 28px;
   }

   /* right production section */
   .right-pro-block{
    max-width: 630px;
   }

   /* showroom page */
   .showroom-inner{
        gap: 30px;
   }
   .showroom-content-block{
    flex-direction: column;
    gap: 40px;
   }
   .showroom-img{
    max-width: 300px;
    align-self: center;
   }

   /* tradeshow page */
   .brand-grid.tradeshow-grid {
        grid-template-columns: repeat(3, 1fr);
    }

   /* footer section */
   .footer-inner{
        flex-wrap: wrap;
        gap: 20px;
   }

   /* login page */
   .login-form{
    width: 70%;
   }
   
}

@media screen and (max-width: 767px) {
    h1{
        font-size: 40px;
        line-height: 50px;
    }
    h2{
        font-size: 32px;
        line-height: 40px;
    }
    h3{
        font-size: 22px;
        line-height: 32px;
    }
    h4{
        font-size: 20px;
        line-height: 28px;
    }
    .sec-pad {
        padding: 50px 0px;
    }

    /* hero main */    
    .hero-main-inner{
        padding: 40px 0px;
    }
    /* Hero slider */
    .hero-content h1{
        font-size: 40px;
        line-height: 50px;
    }
    .hero-content p {
        max-width: 100%;
        margin: 0 0 15px;
    }

    .hero-slider .slick-arrow {
        width: 36px;
        height: 36px;
    }
    .hero-slider .slick-prev {
        left: 10px;
    }

    .hero-slider .slick-next {
        right: 10px;
    }

    .hero-slider .slick-dots {
        bottom: 0px;
    }

    /* toyservice css */
    .toyservice-title-part, .brands-title-block, .about-title-block, .showroom-title-block{
        gap: 10px;
    }
    .toyservice-card-part{
        grid-template-columns: repeat(2, 1fr);
    }
    /* brand tab section */
    .brand-grid{
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .brands-title-block{
        margin: 0px auto 30px;
    }

    /* brand page */
    /* helpful part */
    .helpful-inner{
        border-radius: 15px;
        padding: 20px 20px 25px;
    }

    /* About us page */
    .sales-team-row {    
        row-gap: 100px;
        column-gap: 15px;
        margin-top: 110px;
    }
    .about-tsi-inner{
        gap: 40px;
    }
    .about-img-inner{
        gap: 20px;
    }

    /* sales team page */
    .sales-team-img{
        width: 150px;
        height: 150px;
        margin-top: -75px;
    }

    /* showroom page */
    .showroom-info-block h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .showroom-info-col{
        gap: 20px;
    }
    .showroom-info-card{
        padding: 20px 20px;
        border-radius: 14px;
    }
    .showroom-gallery-inner{
        grid-template-columns: repeat(2, 1fr);
    }

    /* Contact us page */
    .contact-inner{
        flex-direction: column;
    }
    .contact-details-col, .contact-form-col{
        width: 100%;
    }
    .map-iframe iframe {     
        height: 300px;
    }

}

@media screen and (max-width: 650px) {
     /* About us page */
    .sales-team-row {    
     grid-template-columns: repeat(1, 1fr);
    }
    .footer-logo, .footer-link{
        width: 47%;
    }
}

@media screen and (max-width: 599px) {
     /* brand tab section */
    .brand-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* About us page */
    .about-tsi-inner{
        gap: 30px;
    }
    .about-card-row{
        gap: 20px;
    }    
    .about-card-block{
        padding: 25px 25px 30px;
        gap: 10px;
        border-radius: 15px;
    }
    .about-img-inner{
        gap: 20px;
    }

    /* tradeshow page */
   .brand-grid.tradeshow-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* contact page */
    .contact-details-col{
        flex-direction: column;
    }
    
}

@media screen and (max-width: 480px) {
    .layout, .small-layout {
        padding: 0 20px;
    }
    
    /* toyservice css */
    .toyservice-card-part{
        grid-template-columns: repeat(1, 1fr);
    }

    /* brand tab section */
    .brand-tabs .brand-tab{
        padding: 10px 12px;
    }

    /* showroom page */
    .showroom-gallery-inner{
        grid-template-columns: repeat(1, 1fr);
    }

    /* footer section */
    .footer-logo, .footer-link{
        width: 100%;
    }
    .footer-logo{
        width: 150px;
        display: block;
    }

    /* contact page */
    .contact-detail-block.sales-team-social a{
        font-size: 16px;
    }
}
@media screen and (max-width: 380px) {
     /* brand tab section */
    .brand-grid{
        grid-template-columns: repeat(1, 1fr);        
    }

    /* about us page */
    .about-img-inner{
        flex-direction: column;
    }

    /* tradeshow page */
   .brand-grid.tradeshow-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 350px) {
    .header-menu .nav-links a{
        padding: 15px 18px;
    }
    .header-menu .act-btn {
        padding-left: 17px;
    }
}