@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Prevent horizontal scroll */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Always include this for layout control */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
  margin: 0;
  color: #161630;
}
.moblie_chnage_vision{
  display: none !important;
}
/*.why-tagsom{
    display: none;
}*/
p{
  font-size: 16px;
  line-height: 24px;
  color: #6D6D6D;
  margin: 0 0 15px;
}

p:last-child{
  margin: 0;
}

.container{
  max-width: 1170px;
}

.feature:hover {
  transform: translateY(-5px);

}

.logo img {
  max-height: 39px;
}

.nav-list li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.websites_ideas{
  position: relative;
  margin: 0 0 30px;
}
.websites_ideas img{
  position: absolute;
  bottom: 0;
  left: 60px;
}
.websites_ideas img.wordpress{
  left: inherit;
  right: 50px;
}

.websites_ideas h1 {
  position: relative;
}

.nav-list li a:hover {
  color: #ff6b35;
}
.websites_ideas span{
  letter-spacing: 6px;
}
.websites_ideas h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
    font-size: 54px;
    line-height: 90px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #FDFFFC;
  margin: 0 auto;
  text-align: center;
  word-break: break-word;
}
.websites_ideas1 h1{
 font-size: 80px;
}
.experience_backed {
  color: #FDFFFC;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
  /* This replaces "paragraph spacing" */
  letter-spacing: 0;
  text-align: center;
}

  .experience_backed h4{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
  }


header.fixed {
  background: #161630;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.banner_wrapper_section {
  background-color: #161630;
  overflow: hidden;
  background-size: cover;
}

header {
  padding: 30px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s ease;

}

.button_conversion {
  color: #FB5D2D;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  /* Adds space between text and image */
  padding: 7px 23px;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
}

.cientSlider1 {
  width: 100%;
  padding: 30px 0;
  margin-top: 120px;
}

.cientSlider1 .swiper-slide {
  width: auto;
  /* Enables "slidesPerView: 'auto'" */
  display: flex;
  justify-content: center;
  align-items: center;
}

.cientSlider1 .swiper-wrapper {
  align-items: center;
}

.text_outcomes h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    line-height: 34px;
}

.outcomes {
  background-color: #FB5D2D;

}

.image-section {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
.image-section img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Vision1_image {
  background-color: #D1B6FE;
  padding: 93px;
  border-radius: 20px;
  height: 396px;
  position: relative;
}
.Vision1_image3{
padding: 30px;
}
.Vision1_image h4 {
  font-size: 50px;
  margin: 0;
  font-weight: 900;
}

.avatar-stats {
  margin-top: 10px;
}

.avatar-count {
  font-size: 16px;
  margin: 4px;
  display: inline-block;
}

.avatars {
  display: flex;
  align-items: center;
  margin-top: 7px;
}

.avatars img {
  border-radius: 50%;
  object-fit: cover;
    margin-right: -10px;
}

.more {
  background: #fff;
  color: #333;
  font-size: 14px;

  border-radius: 50%;
  font-weight: bold;
}

.map-image {
    opacity: 0.6;
    position: absolute;
/*    right: 0;*/
    bottom: 21px;
    left: 79px;
    z-index: -1;
}
.map-image3{
    opacity: 0.6;
    position: absolute;
    right: 0;
    bottom: 21px;
/*    left: 0;*/
    z-index: -1;
}
.Launch_idea {
  /* padding: 30px; */
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 75px;

}

.Launch_idea h5 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.Launch_idea p {
  font-size: 16px;
  font-weight: 400;
  color: #6D6D6D;

}

.Launch_idea h6{
  color: #161630;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}

.Launch_idea span {
  font-size: 19px;
  font-weight: 400;
  /* padding: 40px; */
  align-items: center;
  display: flex;
  justify-content: center;
  
  /* padding-left: 108px; */
}

.image-section1 h4{
  font-size: 18px;
  font-weight: 600;
}

.vision_our_image_added {
  display: flex;
  gap: 161px;
  flex-wrap: wrap;
}

.Launch_idea_image {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 106px 103px 79px 106px;
  flex-wrap: wrap;
}

.image-section1 {
  flex: 1;
  text-align: center;
  background: #E2E2E2;
  padding: 30px 20px 25px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.image-section1 img.User1 {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

/* .image-section1 p {
    font-weight: 600;
    font-size: 18px;
    color: #1c1c1c;
    padding-top: 35px;
    padding-left: px;
     text-align: center;  
  } */

.image-section1 {
  width: 100%;
}

.image-section1 p {
  font-weight: 600;
  font-size: 18px;
  color: #1c1c1c;
  padding-top: 35px;
  text-align: center;
  /* margin: 0 auto; */
  display: block;
  padding-right: 1px;
}

.tagsom-model {
  background-color: #F6F6F6;
}

.model-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}

.tagline {
  font-size: 18px;
  color: #666;
  margin-bottom: 3rem;
}

.model-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  margin: 0 auto;
}

.feature-icon img {
  width: 80px;
  height: 80px;
}

.feature {
  text-align: center;
  padding: 1.5rem;
  height: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.feature p {
  color: #161630;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;

}

.feature.highlight {
  background: #0056b3;
  color: white;
}

.feature.highlight p {
  color: white;
}

.ratio {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.Vision_text h2 {
  font-weight: 900;
  font-size: 40px;
  margin: 0 0 10px;
}

.Vision2 {
  font-weight: 500;
  font-size: 18px;
  color: #161630;
}

.build {
  text-align: center;
  color: #0b0b22;
  font-weight: 800;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;

  margin: 0 auto;
}

.card {
  background-color: #F6F6F6;
  padding: 30px;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 0px solid rgba(0, 0, 0, .125);

}

.card h2 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #161630;
}


.icon {
  font-size: 28px;
  color: #ff5c35;
}

.description {
    margin: 15px 0;
    font-size: 16px;
    line-height: 24px;
    color: #161630;
}

.list-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #121212;
}

.personal_details ul {
  list-style: none;
  padding-left: 0;
}
.personal_details li{
  position: relative;
  padding-left: 25px;
}
.personal_details li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: url(/wp-content/themes/erdes_child/new-assets/images/conversion-general-cffering/check.svg);
  background-repeat: no-repeat;
  background-size: 15px;
}

.contact-card {
  background-color: #181633;
  color: white;
  padding: 70px;
  border-radius: 2rem;

  margin: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.contact-card h2 {
  font-size: 92px;
  font-weight: 800;
  margin: 0 0 10px;
  color: white;
    line-height: 100px;
  text-transform: uppercase;
}

.contact-card .highlight {
  color: #b895ff;
}

.contact-card p {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 25px;
    color: #fff;
}

.contact-option {
    display: flex;
    align-items: center;
    font-size: 28px;
    gap: 16px;
    color: white;
    margin: 0 0 10px;
}

.contact-option i {
  color: #ff5f57;
}

.email-button {
  display: inline-block;
  background-color: #ff5f33;
  color: white;
  padding: 11px 30px;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 26px;
  margin-top: 35px;
  transition: background-color 0.3s;
}

a:hover {
  color: white;
}

.img-wrapper {
    position: absolute;
    right: 190px;
    bottom: 240px;
}
.contact-card {
  position: relative;
  /* required for absolute children */
  overflow: visible;
}

.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  /* Optional for responsiveness */
  gap: 1rem;
}


.expect-section {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}

.expect-title {
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.expect-card {
  background-color: white;
  border-radius: 12px;
  padding:  45px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  text-align: left;
}

.expect-card p{
  font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
}

.expect-card h4{
  font-size: 30px;
  font-weight: 800;
  color: #161630;
  margin: 0;
}

.expect-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.expect-footer {
  font-size: 16px;
  color: #666;
  margin-top: 30px;
}



/* === Section Title === */
.section-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 40px;
  color: #1f1f1f;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

/* === Card Grid === */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* === Card Design === */
.why-tagsonm-card {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  height: 100%;
}

.card:hover {
  transform: translateY(-5px);
}

.image-section1:hover {
  transform: translateY(-5px);
}

/* === Card Content === */
.card-icon {
  font-size: 30px;
  color: #f55600;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.card-text {
    font-size: 17px;
    font-weight: 600;
    color: #161630;
    text-align: center;
}

.next-step-section {
  background-color: #161630;
}
/*.deskopt-view{
display: none;
}
.inline-flex-group{
  display: none !important;

}
footer.next-step-section.pt90{
  padding-top: 0px !important;
}*/
.inline-flex-group {
  display: flex;
  align-items: center;
    justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  text-align: left;
}

/*.actions{
  display: none !important;
}
.footer-info{
  display: none !important;
}
.linkedin-icon{
  display: none !important;
}*/
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #FF6333;
  color: white;
  padding: 15px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.arrow-icon {
  width: 18px;
  height: 18px;
  margin-left: 15px;

}

.next-step-section h3 {
    font-size: 92px;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 100px;
    color: white;
    text-transform: uppercase;
    text-align: left;
}

.next-step-section h3 strong {
  color: #BCA7FF;
  font-weight: 800;
  display: block;
}

.subtext {
    color: white;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 32px;
}

.email-button {
  display: inline-block;
  background-color: #FF6333;
  color: white;
  padding: 15px 41px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 26px;
  transition: background 0.3s ease;
}

.email-button:hover {
  background-color: #e5572b;
}

span.test_arrow {
  padding-left: 18px;
}

.cta-button {
  display: inline-block;
  background-color: #FF6333;
  color: white;
  padding: 15px 40px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 26px;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #e5572b;
}

.actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.action-btn {
    background-color: transparent;
    border: 1px solid #313165;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 32px;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}
.action-btn:hover {
  background-color: #1b1a3c;
  border-color: #3a375e;
}

.social-links {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* 20% opacity only for the border */
  margin-bottom: 44px;
}

.footer-info {
  margin-bottom: 40px;
  padding-top: 50px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-info a {
  color: #FF6333;
  text-decoration: none;
  font-weight: 500;
}

.footer-info a:hover {
  text-decoration: underline;
}

.footer-text h4{
  font-size: 40px;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 600;
}

.footer-text p{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.footer-text a{
  font-size: 22px;
  font-weight: 400;
}

.work_wrap h5{
  font-size: 24px;
  color: #fff;
  margin: 0 0 10px;
}

.work_wrap p{
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
}

.footer-content {
  padding: 25px 0;
  border-top: 1px solid #263044;
/*background-color: white;*/
}
.chnage-footer {
  padding: 25px 0;
  border-top: 0px solid #263044 !important;
background-color: white;
}

.footer-content .container{
 position: relative;
}

.footer-content p {
    margin: 0 auto;
    font-size: 18px;
/*    color: #fff;*/
    font-weight: 500;
}
.linkedin-icon {
    position: absolute;
    right: 0;
    /* height: 24px; */
    top: -6px;
    width: 35px;
    height: 35px;
}



.icon {
  font-size: 18px;
}

.footer-text strong {
  font-size: 40px;
}


.websites_ideas img {
    animation: moveThree 1.5s infinite;

  }
  .visition_inner h5{
    font-size: 40px;
font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px;

  }
  .visition_inner p{
    font-size: 18px;
    font-weight: 500;
    color: #161630;
    
  }
  .vector-img1_moblie{
    display: none;
  }
  .Vision1 p{
    font-size: 16px;
    font-weight: 400;
  }
  @keyframes moveThree {
  0%   { transform: scale(1); }
  50%  { transform: scale(0.8); }
  100% { transform: scale(1); }
}
img.vector-img1 {
  margin-top: -62px;
    margin-right: 29px;
}
.subtext_en{
font-size: 24px;
}



/* ---- CALL US ----- */
  div#gform_6_validation_container {
    display: none;
}
div#gform_wrapper_6

 {
    margin-top: -37px;
}
div#gform_wrapper_7

 {
    margin-top: -37px;
}
div#gform_confirmation_message_6 {
    margin-top: -26px;
}
div#gform_confirmation_message_7 {
    margin-top: -26px;
}
h2.gform_title {
    font-size: 24px;
    font-weight: 600;
        margin-bottom: 20px;

}
  
     .contact-form {
      max-width: 500px;
      margin: 89px auto;
      border-radius: 30px;
      padding: 30px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      background: #fff;
    }
    label{
      color: #000000;
    }
    .contact-form .form-control {
      border-radius: 8px;
      height: 45px;
       
    }
    .contact-form .form-select {
      border-radius: 8px;
      height: 45px;
      
    }
    .contact-form h5 {
      font-weight: 600;
      margin-bottom: 20px;
    }
    .contact-form .btn-orange {
      background-color: #ff5b2e;
      color: white;
      border: none;
      border-radius: 8px;
      padding: 10px;
      font-weight: 500;
    }
    .contact-form .privacy-box {
      font-size: 0.875rem;
      background-color: #f8eee6;
      border-radius: 8px;
      padding: 15px;
      margin-top: 20px;
    }
    .contact-form .privacy-box b {
      color: black;
    }
    #contactWidget {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.3s ease;
  }

 .dash-togg-main_dropdown .select2.select2-container .select2-selection {
    height: 52.6px;
    background: #fff;
    border: 1px solid #C4C4C4;
    padding: 11px 15px;
}
label.gfield_label.gform-field-label {
    font-size: 18px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #161630;
}

 .contact-section .ginput_container input , .contact-section .ginput_container select {
    border: 1px solid #c4c4c4 !important;
    border-radius: 8px !important;
    padding: 16px 15px;
    box-shadow: none !important;
    outline: none !important;
    width: 100% !important;
    line-height: 1 !important;
    height: 50px !important;
    color: #A6A6A6 !important;

}
.contact-section.ginput_container.ginput_container_text {
   border: 1px solid #c4c4c4 !important;
    border-radius: 8px !important;
}
.contact-section .gform_required_legend{
    display: none !important;
}
.contact-section input[type="submit"] {
  font-family: "Poppins", sans-serif;
  padding: 11px 30px !important;
  background-color: #FB5D2D !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  border: 1px solid #fb5d2d;
  box-shadow: none !important;
  outline: none !important;
  width: 100%;
  border-radius: 0 !important;
}
.contact-section .gform-footer input[type="submit"]:hover {
    font-family: "Poppins", sans-serif;
    padding: 11px 30px !important;
    background-color: #fff !important;
    color: #FB5D2D !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    border: 1px solid #fb5d2d !important;
    box-shadow: none !important;
    outline: none !important;
     width: 100%;

    border-radius: 0 !important;
}
.contact-section .gform-footer input[type="submit"] {
    width: 100%;
    margin-top: 30px;
}
input#gform_submit_button_7 {
    width: 100%;
}
div#field_25_1 {
    margin-top: -24px;
}
div#field_25_4 {
    margin-top: -24px;
}
div#field_25_12 {
    margin-top: -24px;
}
div#gform_wrapper_7 {
    padding-top: 10px;
}
input#gform_submit_button_6 {
    width: 100%;
}
div#field_6_1 {
    margin-top: -24px;
}
div#field_6_4 {
    margin-top: -24px;
}
div#field_6_12 {
    margin-top: -24px;
}
div#gform_wrapper_6 {
    padding-top: 10px;
}
  .deskopt-mobile{
  display: none;
}
    /* ------ CALL US END ----*/



    /** ---- team create ---*/
       #teamWidget {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.3s ease;
  }
    .modal-box {
      background: #fff;
      border-radius: 20px;
      padding: 30px;
      max-width: 850px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    }
    .btn-role {
      border: 1px solid #ff6b3d;
      color: #ff6b3d;
      background: #fff5ee;
      width: 180px;
      border-radius: 8px;
      font-weight: 500;
      margin-bottom: 12px;
      text-align: left;
      padding: 10px 15px;
      cursor: pointer;
    }
    .team-box {
      border: 2px dashed #ddd;
      border-radius: 3px;
      padding: 20px;
      background: #fdfdfd;
      /* min-height: 200px; */
      width: 400px;
    }
    .team-member {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
    }
    .font-chnage{
      font-size: 14px;
        font-family: "Poppins", sans-serif;
    }
    .member-close {
      border: none;
      background: none;
      color: #888;
      font-size: 22px;
      margin-right: 12px;
      cursor: pointer;
      padding: 0;
      line-height: 1;
      user-select: none;
    }
    .team-badge {
      background-color: #ff6b3d;
      color: #fff;
      border-radius: 3px;
      padding: 4px 18px;
      font-size: 14px;
       font-family: "Poppins", sans-serif;

    }
    .text-muted2{
      font-size: 18px;
      color: #000000;
    }
    .summary-box {
      background: #fff7f1;
      padding: 20px;
      border-radius: 12px;
      margin-top: 20px;
    }
    .btn-download {
      background-color: #fc5c38;
      color: white;
      width: 100%;
      font-weight: 600;
      border-radius: 10px;
    }
    .btn-download:hover {
      background-color: white;
      color: #fc5c38;
       border-color: #ff5b2e;
    }
    .btn-role.active {
      background-color: #e14e2f;
      color: white;
    }

    @keyframes bounceRight {
  0%, 100% {
    transform: translateX(0);
    animation-timing-function: ease-in-out;
  }

  50% {
    transform: translateX(10px);
    animation-timing-function: ease-in-out;
  }
}
.btn-role:hover{
  color: white;
  background-color:#fc5c38;
   border-color: #ff5b2e;
}
    .close-btn {
      position: absolute;
      top: 20px;
      right: 25px;
      font-size: 24px;
      border: none;
      background: none;
    }
    .bg-blur {
      background: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(5px);
    }
    p.text-muted {
      margin: 0;
      line-height: 21px;
      color: #C0C0C0 !important;
          font-size: 10px;

    }
    /* ---- end team create ---*/

/* ------ start meeting team ---*/
 .timezone-dropdown {
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 15px 20px;
      background: #fff;
      display: inline-block;
      font-family: 'Segoe UI', sans-serif;
    }
    .timezone-label {
      font-weight: 600;
      font-size: 14px;
    }
    .timezone-value {
      font-size: 15px;
      color: #333;
      display: flex;
      align-items: center;
      gap: 16px;
      margin-top: 5px;
    }
    .timezone-icon {
      font-size: 16px;
      color: #555;
    }
    .dropdown-toggle::after {
      margin-left: 6px;
    }
    .dropdown-menu.show {
    max-height: 200px;
    overflow-y: auto;
}
    #meetingWidget {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.3s ease;
  }
  .box-shadow {
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
    .rounded-xl {
      border-radius: 12px;
    }
    .rounded-lg {
      border-radius: 8px;
    }
    .btn-orange {
      background-color: #ff5b2e !important;
      color: white !important;
      border-color: white !important;
      border-radius: 8px !important;
      padding: 10px !important;
      font-weight: 500 !important;
    }
    .privacy-text {
      font-size: 0.875rem;
      background-color: #f8eee6;
      border-radius: 8px;
      padding: 15px;
    }
    .section-heading {
      font-weight: 600;
      margin-bottom: 20px;
    }
   .btn-orange:hover{
    background-color: white !important;
      color: #ff5b2e !important;
      border-color: #ff5b2e !important;
   }
  
    .calendarContainer {
      max-width: 325px;
      position:absolute;
      background-color: white;
     
      display: none; /* Hide calendar by default */
      gap: 30px;
      flex-wrap: wrap;
      
      /* padding: 30px; */
      border-radius: 12px;
     
    }

    .calendarContainer.active {
      display: flex; /* Show calendar when active */
    }

    .calendar {
      flex: 1;
    }

    .calendar h3,
    .slots h3 {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 400;
    }

    .calendar-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }

    .calendar-header button {
      background: none;
      border: none;
      font-size: 16px;
      cursor: pointer;
    }

    .calendar-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
     
      margin-top: 10px;
    }

    .day {
      
      color: #1A1A1A;
      font-size: 12px;
      text-align: center;
        font-family: 'Poppins', sans-serif;

    }

    .date {
      text-align: center;
      padding: 10px;
     
      cursor: pointer;
      font-size: 16px;
      color: #1A1A1A9C;
      transition: background 0.2s ease;
      user-select: none;
       font-family: 'Poppins', sans-serif;
    }

    .date:hover {
      /* background-color: #ffd8c2; */
       background-color: #FB5D2D14;
      color: #FB5D2D;
       border-radius: 50%;
    }

    .selected {
      background-color: #FB5D2D14;
      color: #FB5D2D;
       border-radius: 50%;
    }

    .slots {
      flex: 1;
      display: none;
    }

    .slots.active {
      display: block;
    }

    .slot-header {
      margin-bottom: 20px;
    }

    .slot-btn {
      display: block;
      width: 100%;
      margin-bottom: 12px;
      padding: 12px;
      border: 2px solid #ff5722;
      border-radius: 12px;
      background-color: #fff;
      color: #ff5722;
      font-weight: bold;
      font-size: 1em;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .slot-btn:hover {
      background-color: #ff5722;
      color: white;
    }

    .timezone {
      margin-top: 20px;
      font-size: 0.9em;
      color: #777;
      display: flex;
      align-items: center;
    }

    .timezone::before {
      content: "🕒";
      margin-right: 6px;
    }
.calendar h4{
    font-size: 20px;
    font-weight: 700;
           font-family: 'Poppins', sans-serif;

}
.user-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px; /* Adjust based on your image size */
  width: 20px;
 cursor: pointer;
}

    @media (max-width: 600px) {
      .calendarContainer {
        flex-direction: column;
      }
    }
.date.available {
   background-color: #FB5D2D14;
      color: #FB5D2D;
       border-radius: 50%;
}

.date.unavailable {
  cursor: default;
  color: #999;
  opacity: 0.4;
}
.contact-header {
  display: flex;
  align-items: center; /* vertically center */
  justify-content: space-between; /* or 'flex-start' if you want close button tight to text */
}

.contact-header h5 {
  margin: 0;
}

#metting-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.slots {
  max-height: 400px;    
  overflow-y: auto;   
}
 #calendly-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  #metting-close {
    position: absolute;
    top: 76px ;
    right: 758px;
    z-index: 9999;
    
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }

  .calendly-inline-widget {
    min-width: 320px;
    height: 700px;
  }
@media screen and (max-width: 900px) {
 #calendly-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  #metting-close {
    position: absolute;
    top: 0px ;
    right: 0px;
    z-index: 9999;
    background: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }

  .calendly-inline-widget {
    min-width: 320px;
    height: 700px;
  }
}



/* ---end meeting team css ---*/



    @media (max-width:1199px){
      .Vision1_image{
  display: none;
}
.why-tagsom{
  display: none;
}
.deskopt-view{
display: none;
}
.deskopt-mobile{
  display: none;
}
}
@media (max-width:1200px){
  .container{
    max-width: 920px;
  }
  .websites_ideas h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .websites_ideas img {
    width: 60px;
}
.websites_ideas span{
  letter-spacing: 0px;
}
.experience_backed h4 {
    font-size: 18px;
    line-height: 28px;
}
.visition_inner h5,
.Launch_idea h5 {
    font-size: 34px;
}
.Launch_idea {
    padding: 45px;
}
.contact-card h2 {
    font-size: 70px;
    line-height: 80px;
}
.img-wrapper {
    bottom: 170px;
}
.expect-card h4 {
    font-size: 24px;
}
}


@media (max-width: 768px) {
 .Vision1 p{
    font-size: 16px;
  white-space: normal; /* Default for mobile */
    font-weight: 400;
    /* padding-left: 382px; */
  }
}

/* Optional: Increase the column width slightly on larger screens */
@media (min-width: 768px) {
  .col-md-4.custom-col {
    flex: 0 0 32%;
    max-width: 32%;
  }
}

@media (max-width: 991px) {
  .nav-list li {
    font-size: 10px;
    padding: 7px 24px 7px 33px;
  }
section.section_tagsom.pb90 {
padding-bottom: 0px !important;
}
  section.vision.pb90 {
  padding-bottom:30px !important;
  padding-top: 41px !important;
  }
  section.online_solution.pb90{
    padding-bottom: 50px !important;
  }
  .nav-list li a {

    font-size: 16px;

  }
  .contact-option {
    font-size: 18px;
  }
  .contact-card h2 {
        font-size: 50px;
        line-height: 70px;
    }

  header .nav-list .nav-item+.nav-item {
    border-top: 1px solid #e6e6e6;
    ;
  }

  header {
    padding: 15px 0;
  }

  .logo img {
    max-height: 30px;
  }

.Vision1_image{
  display: none;
}
.websites_ideas{
max-width: 650px;
margin: 0 auto;
}
.websites_ideas img {
        width: 40px;
    }
  .websites_ideas h1 {
    font-size: 40px;
    line-height: 1.2;
    padding: 0 20px;
        
  }
section.vision_our_image.pb90

 {
    padding-bottom: 10px !important;
}
  .experience_backed {
    font-size: 18px;
    line-height: 26px;
    padding: 0 15px;
    margin-top: 27px;
  }

  .button_conversion {
    font-size: 14px;
    padding: 6px 18px;
    gap: 15px;
  }

  .cientSlider1 {
    margin-top: 30px;
    padding: 15px 0;
  }

  .text_outcomes h4 {
    font-size: 18px;
    padding: 10px 20px;
  }

  .vision_our_image_added {
    flex-direction: column;
    gap: 40px;
  }

  .Launch_idea h5 {
    font-size: 32px;
    text-align: center;
    padding: 0 20px;
  }

  .Launch_idea p,
  .Launch_idea span {
    font-size: 18px;
    padding: 0 20px;
    text-align: center;
    margin-top: 10px;
  }

  .Vision_chnage {
    white-space: normal;
  }

  .experience_backed {
    white-space: normal;
  }

  .Launch_idea_image {
    flex-direction: column;
    padding: 40px 20px;
    margin-top: 0;
  }

  .image-section1 {
    padding: 20px;

  }

  .image-section img {
    width: 100%;
    border-radius: 12px;
  }

  .Vision1_image {
    width: 100%;
  }

  .Vision1_image h4 {
    font-size: 28px;
  }

  .contact-card {
    padding: 50px;
  }

  .next-step-section {
    text-align: start;
  }

  .contact-card h1 {
    font-size: 20px;
  }

  .contact-card p {
    font-size: 16px;
  }

  .action-btn {
    font-size: 14px;
  }

  .next-step-section h3 {
        font-size: 48px;
        margin-bottom: 10px;
        font-weight: 800;
        padding-right: 0px;
        line-height: 1.2;
        color: white;
    }

  .cta-button {
    font-size: 14px;
  }

  .email-button {
    font-size: 15px;
    padding: 10px 20px;
  }

  
  .vector-img1 {
    display: none;
  }

  .inline-flex-group {
    flex-direction: column;
    gap: 10px;
        align-items: flex-start;
  }

  .grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .why-tagsonm-card {
    padding: 20px;
  }

  .expect-card {
    padding: 20px;
  }

  .section-title {
    font-size: 24px;
    text-align: center;
  }

  .model-header h1 {
    font-size: 28px;
  }

  .tagline {
    font-size: 16px;
  }

  /* Make the navbar-toggler button white */
  .navbar-toggler {
    background-color: white;
    border: none;
  }

  /* Style the icon bars */
  .navbar-toggler .icon-bar {
    background-color: white;
  }

  .navbar-toggler {
    width: 25px;
    height: 25px;
  }

  .navbar-toggler {
    border: none;
    background: transparent;
    padding: 0;
  }

  .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 4px 0;
    background-color: white;
    /* or your desired color */
    transition: 0.4s;
  }

  .nav-list li a {
    color: #161630;
    font-weight: 300;
  }

  ul.nav-list.list-unstyled.d-lg-flex.gap-4.mb-0 {
    padding-top: 72px;

  }

  button.close-btn1 {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 0;
    right: 0;
    position: absolute;
    font-size: 18px;
    color: #fff;
    padding: 0 0px;
    z-index: 2;
    text-align: left;
    top: 0;
    cursor: pointer;
    text-transform: capitalize;
    left: 0;
    display: block;
    line-height: 40px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    transition: all 0.5s;
  }

  button.close-btn1 svg {
    fill: #1a1a1a;
    width: 16px;
  }

  ul.navbar-nav {
    padding-top: 70px;
  }

  .next-step-section h3 strong {
    margin-left: 1px;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 60px;
    padding: 20px;
}
.navbar-collapse ul{
  flex-direction: column;
}
.navbar-collapse ul li a{
  font-weight: 600;
  text-transform: capitalize;
}
}

@media (max-width: 481px){
  /* .websites_ideas img{
    display: none;
  } */
    .visition_inner h5, .Launch_idea h5 {
        font-size: 34px;
        display: flex;
        justify-content: center;
    }
    .expect-footer {
    font-size: 14px;
  }
    .expect-footer p{
    font-size: 14px;
  }
  .subtext_en{
   width: 281px;
  }
  .visition_inner p{
      font-size: 14px;
  }
  .Launch_idea h5{
    font-size: 24px;
        text-align: center;
         padding: 0px; 
  }
    .Launch_idea h6{
      font-size: 14px;
    }
    .Launch_idea p{
      font-size: 12px;
      padding: 0px;
    }
        .contact-card p {
        font-size: 14px;
        width: 230px;
        line-height: 30px;
    }
  .websites_ideas h1 {
        font-size: 28px;
        line-height: 1.2;
        padding: 0;
                width: 300px;
    }
    .Launch_idea {
        padding: 15px;
    }
    .contact-card {
        padding: 30px;
    }
    .contact-card h2 {
        font-size: 28px;
        line-height: 42px;
    }
    .expect-title,
    .Vision_text h2 {
    font-size: 24px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    }
    .next-step-section h3 {
        font-size: 36px;
    }
    .Vision2{
    display: flex;
    justify-content: center;
    }
    .subtext {
    font-size: 14px;
    line-height: 24px;
    width: 235px;
}
 /* .feature p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #1b1b1b;
    white-space:normal !important;
  } */
   .image-section1 img {
    width: 40px;
    height: auto;
  }
.footer-text h4 {
    font-size: 30px;
}
.footer-text p {
    font-size: 19px;
}
.footer-text a {
    font-size: 18px;
}
.footer-content p {
    font-size: 16px;
}
.email-button {
margin-top: 1px;
}
.contact-card {
    padding: 30px 20px;
  }
    br.mobile-hide {
    display: none;
  }
      .contact-row {
         flex-wrap: wrap !important; 
    }
    .vector-img{
    display: block;
    width: 100px;
  }
      .img-wrapper {
        position: absolute;
        right: 9px !important;
        top: 113px !important;
        /* bottom: 240px; */
    }
    .email-button{
      width: 100%;
      padding-left: 50px;
    }
 br.mobile-hide1 {
    display: none;
  }
  .why-tagsonm-card {
    padding: 1px;
    
  }
      .why-tagsonm-card {
        background-color: none;
        border-radius: none;
        box-shadow: none;
        display: flex
;
        gap: 10px;
    }
  .card-text{
    font-size: 14px !important;
    margin-top: 6px;
  }
  .card-icon img{
    width: 40px;
    height: auto;
  }
  .expect-section {
    background-color: #F6F6F6;
    padding: 40px 0;
    text-align: center;
            margin-top: -87px;
}
    .expect-card h4 {
        font-size: 20px;
        white-space:nowrap;
    }
        .expect-card {
        padding: 6px;
    }
      .expect-section_moblie {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .expect-section_moblie:nth-child(3) {
    flex: 0 0 100%;
    max-width: 72%;
  }
      .next-step-section h3 {
        font-size: 30px;
        width: 315px;
    }
    .vector-img1_moblie{
      display: block;
      width: 70px !important;
    }
    .cta-button{
      width: 100%;
      margin-top: 24px;
      font-size: 16px !important;
             
    }
    .arrow-icon{
      display: none;
    }
     br.mobile-hide {
    display: none;
  }
  .next-step-section h3 strong {
    color: #BCA7FF;
    font-weight: 800;
    display: contents;
}
.img-wrapper1{
  position: absolute;
  left: 284px !important;
   margin-top: -20px !important;
}
        .action-btn {
        font-size: 9px !important;
        /* padding: 10px 0 0 8px; */
        white-space: nowrap;
        padding: 9px 8px !important;
    }
    .action-btn img{
      width: 11px !important;
    }
    .actions {
    display: flex
;
    gap: 12px !important;
    flex-wrap: nowrap;
    margin-bottom: 60px;
}
.action-btn {
  gap: 5px !important;
}
}

@media (max-width: 991px) {

}
@media screen and (max-width: 400px) {
 .calendarContainer{
     max-width: 303px !important;
         max-height: 400px !important;
    overflow-y: auto !important;
 }
}
@media screen and (max-width: 500px) {
 .calendarContainer{
     max-width: 303px !important;
         max-height: 400px !important;
    overflow-y: auto !important;
 }
}
@media screen and (max-width: 768px) {
  .Launch_idea_section {
    display: block; 
    background: #eaeaea;
    border-radius: 15px;
    padding: 10px;
  }
.calendarContainer{
     max-width: 311px;
         max-height: 400px !important;
    overflow-y: auto !important;
 }
  .image-section1 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 10px;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #d3d3d3;
    text-align: left;
    width: 100%; 
  }

  .Launch_idea_section .col-md-4:last-child .image-section1 {
      border-bottom: none;
    }

  .image-section1 img {
    width: 40px;
    height: auto;
  }

  .image-section1 h4 {
    margin: 0;
    font-weight: bold;
    font-size: 17px;
    color: #1b1b1b;
     white-space: nowrap;
  }
    .model-features_section {
    display: block;
   background: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #E2E2E2;
    margin: 0px;
  }

  .feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 10px;
   background:none;
     border-radius: 0px;
     box-shadow: none;
    border-bottom: 3px solid #F2F2F2;
    text-align: left;
    width: 100%;
  }

 .feature.last-feature {
  border-bottom: none;
}

  .feature-icon img {
    width: 50px;
    height: auto;
  }

  .feature p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #1b1b1b;
    
  }
  .feature_width{
    width: 100%;
  }
  .test_arrow {
    display: none;
  }
   br.mobile-hide {
    display: none;
  }
  .vector-img{
    display: block;
    /* width: 100px; */
  }
  .img-wrapper {
    position: absolute;
    right: 40px;
    /* bottom: 240px; */
}
 .contact-row{
       flex-wrap: nowrap;
  }
  .why-tagsonm_section{
    background-color: #F6F6F6;
    display: block;
    border-radius: 15px;
    padding: 10px;
   
    margin: 0;
  }
  .why-tagsonm-card{
 background-color:none;
  border-radius:none;
  box-shadow: none;
  display: flex;
  gap:34px;
  
  }
  .card-icon {
    display: block;
  }
  .card-icon img{
    width: 60px;
    height: auto;
  }
  .why-tagsonm-card1{
      border-bottom: 1px solid #E2E2E2;
  }
.why-tagsonm-card1:last-child {
  border-bottom: none;
}
 .card-text{
    font-size: 16px;
    padding-top: 7px;
  }
  .expect-section_moblie{
    display: inline;
    background-color:none;
  border-radius:none;
  box-shadow: none;
  border-left: 1px solid #E2E2E2;
  }
  
}
@media (max-width: 767px) {
  .expect-section_moblie {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .expect-section_moblie:nth-child(3) {
    flex: 0 0 100%;
    max-width: 50%;
  }
  .expect-card{
   background-color:#F6F6F6;
  border-radius:none;
  box-shadow: none;
  }
  .expect-section_moblie:last-child {
  border-left: none;
  }
  .expect-section{
    background-color: #F6F6F6;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .expect-card {
  display: flex;
  flex-direction: column; /* vertical stacking */
  }
  .vector-img1_moblie{
      display: block;
      width: 84px;
    }
    .cta-button{
      width: 100%;
      margin-top: 24px;
      font-size: 25px;
      display: flex;
      justify-content: center;
    }
    .arrow-icon{
      display: none;
    }
     br.mobile-hide {
    display: none;
  }
  .next-step-section h3 strong {
    color: #BCA7FF;
    font-weight: 800;
    display: contents;
}
    .img-wrapper1{
      position: absolute;
    
              left: 538px;
        margin-top: -55px;
    }
    .action-btn {
    font-size: 13px;
    /* padding: 10px 0 0 8px; */
    white-space: nowrap;
    /* padding: 9px 8px; */
    }
    .action-btn img{
      width: 26px;
    }
    .actions {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    }
    .action-btn {
      gap: 14px;
    }
    .footer-content .mobile-footer-icon {
    display: flex;
    flex-direction: column;
    align-items: center; /* center horizontally */
  }

  /* Put image/link first */
  .footer-content .mobile-footer-icon a {
    order: -1;
    margin-bottom: 8px; /* spacing below image */
    display: block;
  }

  /* Text below */
  .footer-content .mobile-footer-icon p {
    order: 0;
    margin: 0;
  }

  .linkedin-icon {
    display: block;
    position: unset;
    margin: 0 auto;
    width: 53px; /* adjust size */
    height: auto;
  }
}
