:root {
    --white: #fff;
    --link_color: #0d0b0a;
    --body_bg: #02021c;
    --menu_bg: #05052a;
    --primary: #fcb500;
    --dark_text: #a5a5a5;
    --dark_border: rgba(73, 70, 71, 1);
    --btn_color: linear-gradient(90deg, #fcb500 0%, #ffd66e 100%);
    --card_border: #494746;
    --black: #000;
    --sub_title: #8a8a8a;
}

* {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "segoeui";
    src: url(../fonts/Samriddhee-Fonts/Fonts/segoeui.ttf);
    font-display: swap;
}

ul li {
    list-style: none;
    font-family: "segoeui";
}
a {
    color: var(--link_color);
    text-decoration: none;
    font-size: 18px;
    font-family: "segoeui";
}


a:hover {
    color: var(--link_color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    letter-spacing: normal;
    color: var(--white);
    font-family: "segoeui";
}
h2 {
    font-size: 60px;
    line-height: 70px;
}
h3 {
    font-size: 20px;
    line-height: 28px;
}
p {
    font-size: 18px;
    font-family: "segoeui";
    line-height: 28px;
    color: var(--white);
}
body {
    background-color: var(--body_bg);
}
.custom-container {
    max-width: 1290px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.smd-header-logo-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out;smd-contact-page-banner 
}
.smd-header-inner-logo img {width: 135px}
header.fixedCls {
    background-color: var(--body_bg);
     transition: transform 2s ease-in-out;
}
.smd-header-menu-div ul {
    display: inline-flex;
    padding: 8px 20px;
    align-items: center;
    gap: 22px;
}
.smd-header-menu-div a:hover {
    color: var(--primary);
}
.smd-header-menu-div ul a {
    color: #fff;
}
.smd-header-menu-div {
    background-color: var(--menu_bg);
    border-radius: 24px;
}
.smd-btn-text {
    color: var(--link_color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 100% */
    text-transform: capitalize;
}
.smd-custom-btn {
    display: inline-flex;
    padding: 10px 17px 10px 19px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--btn_color);
}
.smd-custom-btn .smd-btn-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.smd-custom-btn:hover .smd-btn-icon{
    rotate: -35deg;
}
.smd-custom-btn span i {
    font-size: 12px;
}

.section-padding {
    padding: 80px 0;
}
.section-margin {
    margin: 80px 0;
}
.smd-home-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.smd-home-slide .smd-home-slide-content {
    width: 48%;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.smd-home-slide .smd-home-slide-content .smd-sub-title {
    font-size: 16px;
    color: var(--white);
    line-height: 24px;
    margin-top: 14px;
    display: block;
}
.smd-home-slide-image img {
    width: 100%;
}
.smd-home-slide-image {
    border-radius: 20px;
    overflow: hidden;
    width: 45%;
}
.smd-home-slide .smd-home-slide-content h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: var(--white);
}
.smd-home-btn {
    width: fit-content;
}
.smd-home-banner-section {
    margin-top: 180px;
}
#home-banner .owl-dots button span {
    width: 9px;
    display: block;
    height: 9px;
    border-radius: 50%;
    background-color: #845f00;
}
#home-banner .owl-dots .owl-dot.active span {
    background-color: var(--primary);
}
.owl-dots {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.smd-home-why-us-div {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.smd-home-why-us-div .smd-home-why-left-div {
    width: 49%;
}
.smd-home-why-us-div .smd-home-why-right-div {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.smd-home-why-us-div .smd-home-why-right-div p {
    font-size: 15px;
}

/* ------------- advantage section ----------- */
.smd-home-advantage-div {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.smd-home-advantage-div .smd-home-advantage-heading-outer {
    width: 30%;
}
.smd-home-advantage-div .smd-home-advantage-cards-outer {
    width: 70%;
}
.smd-home-advantage-div .smd-home-advantage-cards {
    width: 100%;
}
.smd-home-advantage-icon-div {
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.smd-home-advantage-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.smd-home-advantage-card {
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 48%;
    border: 1px solid var(--card_border);
    background: rgba(13, 11, 10, 0.5);
    backdrop-filter: blur(90px);
    position: relative !important;

}
.smd-mobile-btn {
    text-align: center;
    display: none;
}

.smd-home-card-bg {
    position: absolute;
    top:-51px;
    left: -115px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.smd-home-advantage-card:hover .smd-home-card-bg {
    top: 40%;
    left: 40%;
  
}
.smd-home-advantage-card:hover .smd-home-card-bg svg {
      transform: rotate(80deg);
}

.smd-home-card-bg svg {
    width: 300px;
height: 300px;
transform: rotate(60deg);
flex-shrink: 0;
fill: rgba(252, 181, 0, 0.70);
transition: all 0.6s ease-in-out;
filter: blur(50px);
}
.smd-home-advantage-icon-div,
.smd-home-advantage-inner-content {
    position: relative;
    z-index: 2;
}
.smd-home-advantage-card p {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark_text);
    margin-bottom: 0;
}

/* ----------------- our work section ------------- */
.smd-home-our-work-heading h2 {
    text-align: center;
}

.smd-home-our-work-cards {
    display: flex;

    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}



.smd-home-our-work-cards .smd-home-our-work-card {

    border: 1px solid var(--card_border);
    transition: border 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative !important;
    display: flex;
    /*gap: 30px;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: var(--menu_bg);
}
.smd-home-our-work-cards .smd-home-our-work-card h3 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
}
.smd-home-our-work-card .smd-home-our-work-icon {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.smd-home-our-work-cards .smd-home-our-work-card p {
    text-align: center;
    color: var(--dark_text);
    font-size: 16px;
    line-height: 24px;
}

/* ---------------------------- over lap cards ----------------- */
.smd-home-overlap-card-div {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.smd-home-overlap-card-div .smd-home-overlap-card {
    padding: 50px;
    display: flex;
    gap: 50px;
    border-radius: 20px;
    border: 1px solid var(--card_border);

    background: var(--menu_bg);
    overflow: hidden;
    align-items: center;
}
.smd-home-overlap-card .smd-home-overlap-content {
    width: 50%;
}
.smd-home-overlap-card .smd-home-overlap-image {
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
}
.smd-home-overlap-card .smd-home-overlap-image img {
    width: 100%;
}
.smd-home-overlap-card .smd-home-overlap-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.smd-home-overlap-list {
    display: flex;
    align-items: center;
    gap: 20px;
}
.smd-home-overlap-list .smd-home-overlap-inner {
    display: flex;
    width: 65px;
    height: 65px;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    background: var(--black);
}
.smd-home-overlap-list .smd-home-overlap-inner span {
    color: var(--primary);
    font-family: "segoeui";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}
.smd-home-overlap-card p {
    color: var(--dark_text);
    font-family: "segoeui";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.smd-home-overlap-lists {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}
.smd-home-overlap-lists::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 32.5px;
    width: 3px;
    height: 95%;
    z-index: 1;
    background-color: var(--black);
}
.smd-home-overlap-inner {
    position: relative;
    z-index: 2;
}
.smd-home-overlap-content .smd-home-overlap-btn {
    margin-top: 15px;
}

/* ------------ cta section  ------------- */
.smd-cta-div {
    padding: 80px;
    border-radius: 20px;
    border: 1px solid var(--card_border);
   -webkit-mask-image: -webkit-radial-gradient(white, black); /* Forces overflow to clip */
    background: var(--menu_bg);
    position: relative;
    overflow: hidden;
}

.smd-cta-div .smd-cta-heading {
    text-align: center;
}
.smd-cta-div .smd-cta-heading .smd-cta-second-heading {
    font-size: 40px;
}
.smd-cta-inner-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 5;
}

/* --------------- client logo slider -------------- */
.logo-slider-outer {
    display: flex;
    align-items: center;
}
.smd-box {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 60%;
    height: auto;
    transition: transform 0.5s ease-in;
    margin: 8px auto;
}
.smd-box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.smd-our-partner-heading h2 {
    text-align: center;
}

#logo-slider {
    margin-top: 50px;
}

/* --------------------- home counter section ------------------ */
.smd-our-focus-counters {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 80px;
}
.smd-our-focus-counters .smd-our-focus-card {
    width: 31%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}
.smd-our-focus-counters .smd-our-focus-card p {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
}
.smd-our-focus-counters .smd-our-focus-card .sub-content {
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.smd-our-focus-heading h2 {
    text-align: center;
}
.smd-our-focus-card .smd-our-extra-div {
    background: #a5a5a566;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    backdrop-filter: blur(90px);
}
.smd-our-focus-counters {
    margin-top: 50px;
}

/* ------------------------ footer css ----------- */
.smd-main-footer {
    width: 100%;
    display: flex;
    padding: 60px 40px 20px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    border-radius: 20px;
    border: 1px solid var(--link_color);

    background: var(--menu_bg);
}
.smd-footer-logo-inner {
    width: 153px;
}
.smd-footer-logo-inner img {
    width: 100%;
}
.smd-footer-logo-div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.smd-upper-footer .smd-footer-logo-contact {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.smd-footer-contact-inner-details {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.smd-footer-contact-inner-details .smd-footer-contact-icon i {
    font-size: 18px;
    color: #fff;
}
.smd-footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.smd-footer-contact-text a {
    color: #fff;

    font-family: "segoeui";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.smd-footer-contact-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.smd-footer-social-div {
    display: flex;
    align-items: center;
    gap: 15px;
}
.smd-footer-social-div .smd-footer-social-icon {
    width: 32px;
    height: 32px;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px  solid transparent;
    transition: all 0.3s ease-in-out;
}
.smd-upper-footer {
    display: flex;
    gap: 30px;
    width: 100%;
}
.smd-upper-footer .smd-footer-logo-div {
    width: 40%;
}
.smd-upper-footer .smd-footer-menu-link {
    width: 60%;
}
.smd-footer-menu-link {
    display: flex;
    justify-content: end;
}
.smd-footer-menu-link .smd-footer-menu-inner-link {
    display: flex;
    gap: 50px;
}
.smd-footer-menu-link .footer-useful-link {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.smd-footer-useful-link h3 {
    margin-bottom: 30px;
}
.smd-footer-useful-links ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.smd-footer-useful-links ul a {
    color: #fff;

    font-family: "segoeui";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-transform: capitalize;
}



/* Hide left side peeking by masking it */
.smd-our-team-slider {
    position: relative;
    margin-left: -60px; /* Negative of stagePadding */
    padding-left: 0;
    overflow: hidden;
}

#smd-our-team .owl-stage-outer {
    overflow: visible !important;
}


.smd-footer-copy {
    border-top: 1px solid #353332;
    width: 100%;

    padding-top: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.smd-footer-copy p {
    color: #fff;
    font-family: "segoeui";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
}
.smd-footer-copy p a {
/*    font-weight: 600;*/
    color: #fff;
    font-size: 16px;
}
.smd-testimonial-author-outer{
     border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.smd-testimonial-author {
    padding-top: 14px;
   
}
footer {
    padding-bottom: 40px !important;
}
.smd-footer-social-icon:hover {
    background-color: transparent;
    border: 1px solid var(--primary);
    color:#fff;

}
/* --------------------- testimonial slider ------------- */
.smd-testimonial-slide-div {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 20px;
    border: 1px solid var(--card_border);
    transform: scale(0.9);
    filter: blur(3px);
    opacity: 0.6;

    transition: all 0.3s ease-in-out;

    background: var(--menu_bg);
}

.smd-testimonial-slide-div span {
    color: var(--dark_text);

    font-family: "segoeui";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.smd-testimonial-author-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.smd-testimonial-author-outer .smd-testimonial-right-icon {
    width: 100px;
}
.smd-testimonial-author-outer .smd-testimonial-right-icon img {
    width: 100%;
}
.smd-testimonial-slide-div .smd-testimonial-author-content h3 {
    margin-bottom: 0;
}

#smd-testimonial-slide .owl-item.center .smd-testimonial-slide-div {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
}

.smd-testimonial-slide-div .smd-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.smd-testimonial-author .smd-testimonial-icon {
    width: 52px;
}
.smd-testimonial-author .smd-testimonial-icon .smd-testimonial-inner-icon {
    width: 52px;
    border-radius: 50%;
    overflow: hidden;
}
.smd-testimonial-author .smd-testimonial-icon .smd-testimonial-inner-icon img {
    width: 100%;
}

.smd-testimonial-sliders {
    margin-top: 60px;
}
.smd-testimonial-section {
    position: relative;
}
.smd-testimonial-nav-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: 98px;
    right: 19%;
}
.smd-testimonial-nav-btns .smd-testimonial-prev-btn,
.smd-testimonial-nav-btns .smd-testimonial-next-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f7f7ef;
    cursor: pointer;
}
.smd-testimonial-nav-btns .smd-testimonial-prev-btn i,
.smd-testimonial-nav-btns .smd-testimonial-next-btn i {
    font-size: 22px;
}

/*-------------- inner banner ------- */
.smd-inner-banner-section {
    display: inline-flex;
    width: 100%;

    justify-content: center;
    align-items: center;
}
.smd-inner-banner-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 211px 70px 80px 70px;
}
.smd-inner-banner-div h2 {
    text-align: center;
}
.smd-inner-banner-div P {
    text-align: center;
}
.smd-our-value-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}



/*-----------------------------------*/



.smd-our-value-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}

/* Top border */
.smd-our-value-card::before,
.smd-our-value-card::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  z-index: 2;
}

/* Left + Right border using span */
.smd-our-value-card span::before,
.smd-our-value-card span::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  z-index: 2;
}

.smd-our-value-card::before {
  height: 1px;
  width: 0%;
  top: 0;
  left: 0;
}

.smd-our-value-card::after {
  height: 1px;
  width: 0%;
  bottom: 0;
  right: 0;
}

.smd-our-value-card span::before {
  width: 1px;
  height: 0%;
  top: 0;
  right: 0;
}

.smd-our-value-card span::after {
  width: 1px;
  height: 0%;
  bottom: 0;
  left: 0;
}

/* Animate border in sequence */
.smd-our-value-card:hover::before {
  width: 100%;
  transition-delay: 0s;
}
.smd-our-value-card:hover span::before {
  height: 100%;
  transition-delay: 0.3s;
}
.smd-our-value-card:hover::after {
  width: 100%;
  transition-delay: 0.6s;
}
.smd-our-value-card:hover span::after {
  height: 100%;
  transition-delay: 0.9s;
}

/*---------------------------Home----------------*/





/* Top border */
.smd-home-our-work-card::before,
.smd-home-our-work-card::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  z-index: 2;
}

/* Left + Right border using span */
.smd-home-our-work-card span::before,
.smd-home-our-work-card span::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  z-index: 2;
}

.smd-home-our-work-card::before {
  height: 1px;
  width: 0%;
  top: 0;
  left: 0;
}

.smd-home-our-work-card::after {
  height: 1px;
  width: 0%;
  bottom: 0;
  right: 0;
}

.smd-home-our-work-card span::before {
    width: 0.5px;
  height: 0%;
  top: 0;
  right: 0;
}

.smd-home-our-work-card span::after {
  width: 1px;
  height: 0%;
  bottom: 0;
  left: 0;
}

/* Animate border in sequence */
.smd-home-our-work-card:hover::before {
  width: 100%;
  transition-delay: 0s;
}
.smd-home-our-work-card:hover span::before {
  height: 100%;
  transition-delay: 0.1s;
}
.smd-home-our-work-card:hover::after {
  width: 100%;
  transition-delay: 0.2s;
}
.smd-home-our-work-card:hover span::after {
  height: 100%;
  transition-delay: 0.3s;
}

/*------------------------------------*/
/*location*/


.smd-contact-location-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}

/* Top border */
.smd-contact-location-card::before,
.smd-contact-location-card::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  z-index: 2;
}

/* Left + Right border using span */
.smd-contact-location-card span::before,
.smd-contact-location-card span::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  z-index: 2;
}

.smd-contact-location-card::before {
  height: 1px;
  width: 0%;
  top: 0;
  left: 0;
}

.smd-contact-location-card::after {
  height: 1px;
  width: 0%;
  bottom: 0;
  right: 0;
}

.smd-contact-location-card span::before {
  width: 1px;
  height: 0%;
  top: 0;
  right: 0;
}

.smd-contact-location-card span::after {
  width: 1px;
  height: 0%;
  bottom: 0;
  left: 0;
}

/* Animate border in sequence */
.smd-contact-location-card:hover::before {
  width: 100%;
  transition-delay: 0s;
}
.smd-contact-location-card:hover span::before {
  height: 100%;
  transition-delay: 0.3s;
}
.smd-contact-location-card:hover::after {
  width: 100%;
  transition-delay: 0.6s;
}
.smd-contact-location-card:hover span::after {
  height: 100%;
  transition-delay: 0.9s;
}










/*_____________________________________________________________________________*/



.smd-our-value-cards .smd-our-value-card {
    display: flex;
    width: 31.5%;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
   
}
.smd-our-value-cards .smd-our-value-card h3,
.smd-our-value-counter-div h3 {
    color: #fff;

    font-family: "segoeui";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.smd-our-value-div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.smd-our-value-counter {
    display: flex;
    padding: 30px;

    justify-content: center;
    align-items: center;

    /* gap: 60px; */
    gap: 90px;
    row-gap: 60px;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 1px solid var(--card_border);
}
.smd-our-value-counter-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 23%;
}
.smd-our-value-counter-div .sub-title {
    color: var(--sub_title);

    font-family: "segoeui";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.smd-our-value-counter .our-extra-value-div {
    width: 1px;
    height: 50px;
    background-color: #353332;
}
.smd-our-vision-cards {
    display: flex;

    gap: 80px;
}

.smd-our-vision-card a {
    cursor: pointer;
    }
.smd-our-vision-card {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;

    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.smd-our-vision-img-div {
    width: 100%;
    position: relative;
    border-radius: 10px;
/*    overflow: hidden;*/
    height: 440px;
}
.smd-our-vision-cards {
    margin-top: 60px;
}
.smd-our-vision-heading h2 {
    text-align: center;
}
.smd-our-vision-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smd-our-vision-author span {
    color: var(--sub_title);

    font-family: "segoeui";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.smd-our-vision-content {
  /*  position: absolute;
    bottom: -100%;
    padding: 22px;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    display: flex;
    background: rgba(13, 11, 10, 0.5);

    backdrop-filter: blur(90px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;*/
}
.smd-our-vision-card:hover .smd-our-vision-content {
    bottom: 0;
}
.smd-our-vision-content p {
    margin: 0;
    text-align: center;
}
.smd-our-vision-content .smd-our-vision-link a {
    color: #fff;

    font-family: "segoeui";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.smd-our-vision-content .smd-our-vision-link {
    display: flex;
    align-items: center;
    gap: 14px;
}
.smd-our-team-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.smd-our-team-slider {
    margin: 0 auto;
    margin-top: 60px;
   width: 91%;
}
.smd-our-team-card {
    cursor: pointer;
}
.smd-our-team-content span {
    color: var(--sub_title);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.smd-our-team-card-image {
    border-radius: 12px;
    overflow: hidden;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}
.smd-our-team-card:hover .smd-our-team-card-image {
    filter: grayscale(0%);
}
.smd-our-team-card-image img {
    width: 100%;
}
.smd-our-team-div .smd-our-team-heading h2 {
    text-align: center;
}
.smd-our-team-card .smd-our-team-content h3 {
    color: #fff;

    font-family: "segoeui";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.smd-founder-note-div {
    display: flex;
    gap: 30px;
}
.smd-founder-note-div .smd-founder-note-left {
    width: 60%;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 20px;
    background-color: var(--menu_bg);
}
.smd-founder-note-div .smd-founder-note-left h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}
.smd-founder-note-div .smd-founder-note-right {
    width: 40%;
}
.smd-founder-note-img {
    width: 100%;
    height: 100%;
}
.smd-founder-note-img img {
    width: 100%;
    height: 100%;
        object-fit: contain;
    border-radius: 12px ;

}
.smd-sub-content .smd-founder {
    font-weight: 600;
    margin: 0;
}
.smd-our-vision-content {
    background-image: url(../images/team-bg-image.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.smd-our-value-cards .smd-our-value-card {
/*    background-image: url(../images/vision-bg.png);*/
    /*background-position: center;*/
    /*background-size: cover;*/
}
.smd-inner-banner-section h1 {
    font-size: 70px;
    font-style: normal;
        text-align: center;
    font-weight: 700;
    line-height: 80px;
}
.smd-inner-banner-section.oem-banner .smd-inner-banner-div {
    width: 70%;
    margin: 0 auto;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.inner-banner-down {
    width: 100%;
}
.inner-banner-image {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.inner-banner-image img {
    width: auto;
}
.smd-inner-banner-btn {
    display: flex;
    align-self: center;
    justify-content: center;
}
.smd-home-advantage-heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.smd-set-apart-div {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.smd-set-apart-div .smd-set-apart-heading {
    width: 35%;
}
.smd-set-apart-div .smd-set-apart-content {
    width: 56%;
}
.smd-set-apart-div .smd-set-apart-content h3 {
    margin: 0;
}
.smd-set-apart-div .smd-set-apart-content p {
    color: #a5a5a5;

    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.smd-set-apart-content .smd-set-apart-inner-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.smd-set-apart-content .smd-set-apart-inner-content:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.smd-building-fit-heading {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.smd-building-fit-heading p {
    width: 68%;
    margin: 0 auto;
    margin-top: 18px;
}
.smd-building-fit-cards {
    margin-top: 50px;
}

.smd-faq-div {
    display: flex;
    gap: 50px;
}

.smd-faq-div .smd-faq-heading {
    width: 25%;
}
.smd-faq-div .smd-faq-content {
    width: 75%;
}
.smd-faq-content .accordion-button {
    background-color: transparent !important;
    color: var(--white) !important;
    font-family: "segoeui";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.smd-faq-content .accordion .accordion-item {
    background-color: transparent !important;
}
.smd-faq-content .accordion-body {
    color: var(--dark_text);

    font-family: "segoeui";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.smd-faq-content .accordion-item {
    border: none !important;
    border-bottom: 1px solid #353332 !important;
}
.smd-faq-content .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    padding-bottom: 0 !important;
}
.accordion-button::after {
    font-family: "Font Awesome 6 Free"; /* Font Awesome family */
    font-weight: 900; /* Required for solid icons */
    content: "\2b"; /* Unicode for fa-plus */
    font-size: 1.1rem;
    margin-right: 0.5rem;
    margin-left: auto; /* Push icon to the right */
    transition: transform 0.3s ease;
    background-image: none !important;
}

/* Change to - when accordion is open */
.accordion-button:not(.collapsed)::after {
    content: "\f068"; /* when open, show - */
}

/* --------------- distributor-banner -------- */

.smd-inner-banner-section.distributor-banner .smd-inner-banner-div {
    width: 70%;
    margin: 0 auto;
}
.smd-inner-banner-section.distributor-banner .inner-banner-down {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.smd-distributor-section .smd-building-fit-heading {
    width: 100%;
}

.smd-inner-banner-section.requirement-banner .smd-inner-banner-div {
    padding: 211px 0px 80px 0px;
}

.smd-requirement-form-inner .smd-requirement-form-group label {
    color: #fff;
    margin-bottom: 9px;
    font-family: "segoeui";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    text-transform: capitalize;
    -webkit-transform: translate3d(0, 0, 0);
}
.smd-requirement-from-inner-group {
    display: flex;
    align-items: start;   
    gap: 10px;
}
.smd-requirement-form-inner .smd-requirement-form-group .form-control {
    height: 40px;
    padding: 12px;
    background-color: transparent;
    color: #fff;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.form-btn {
    display: flex;
    /*width: 97px;*/
    height: 40px;
    padding: 5px 10px 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: var(--primary);
}
.smd-requirement-form-div {
    width: 80%;
}
.form-btn span {
    color: #0d0b0a;
    white-space: nowrap;
    text-align: center;

    font-family: "segoeui";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 100% */
    text-transform: capitalize;
}
.smd-requirement-form-inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
/*.smd-form-submit-btn {
    display: flex;
    width: 200px;
    height: 36px;
        border: 0px;
    padding: 5px 5px 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--primary);
}*/

.smd-form-submit-btn {
    display: flex;
    border: 0px;
    padding: 10px 17px 10px 19px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--primary);
}



.smd-form-submit-btn span {
    color: #0d0b0a;
    text-align: center;

    font-family: "segoeui";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 100% */
    text-transform: capitalize;
}
.smd-requirement-from-inner-group p {
    text-align: start;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
        width: 100%;
}
.smd-requirement-form-submit {
    margin-top: 15px;
}
.smd-requirement-from-inner-group input[type="checkbox"] {
    height: 22px;
    width: 22px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 3px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.smd-requirement-from-inner-group input[type="checkbox"]:checked {
    border-color: transparent;
    background: var(--primary);
}
.smd-requirement-from-inner-group input[type="checkbox"]:checked:after {
    width: 12px;
    top: 8px;
    left: 5px;
    transform: rotate(-55deg);
}
.smd-requirement-from-inner-group input[type="checkbox"]:checked:before {
    width: 8px;
    top: 11px;
    left: 2px;
    transform: rotate(44deg);
}
input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #000;
}
.smd-sem-mobile-img {
    display: none;
}

.cta-bg-svg {
    position: absolute;
    top: -52px;
    left: -100px;
    opacity: 0.5;
    transition: all 0.6s ease-in-out;
}

.cta-bg-svg svg {
    width: 632px;
    height: 500px;

    fill: rgba(252, 181, 0, 0.70);
will-change: filter;
filter: blur(50px);
transform: translateZ(0);
    height: 100%;
    flex-shrink: 0;
}
.smd-cta-div:hover .cta-bg-svg {
    left: 80%;
}

/*---------------  card css ----------------*/
.card {
  perspective: 1000px;
 
  width: 100%;
  height: 100%;
  background: transparent;

}
.smd-mobile-toggle {
    display: none;
}
.smd-right-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.smd-our-vision-card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
    border-radius: 10px;
  overflow: hidden;
}


.card-back {

  transform: rotateY(180deg);
}

.smd-home-our-work-card:hover .smd-home-card-bg {
    top: 40%;
    left: 40%;
}
.d-block-991 {
    display: none;
}
.smd-our-vision-author-content  {
      
        display: none;
    }
    .smd-inner-banner-div p {
        margin-bottom: 0;
    }

.smd-set-apart-heading p {
    margin-bottom: 0;
}


/*----------------- menu csss ----------------------*/



.smd_side-menu {

    transform: translateX(100%);

    transition: all 0.25s linear;

}

.smd_side-menu.visible {

    transform: translateX(0);

    transition: all 0.25s linear;

}

.smd_side-menu .menu-header-container .menu-item-has-children .sub-menu li {
    padding: 0px !important;
    /* margin-top: -9px; */
}

.smd_side-menu .menu-header-container .menu-item-has-children .sub-menu li:first-child {

    margin-top: 0px;
}

.smd_side-menu .menu-header-container .menu-item-has-children .sub-menu {
    padding: 0px !important;
}

.smd_side-menu .menu-header-container .menu-item-has-children .sub-menu li:last-child {

    /* margin-bottom: -8px; */
}


.smd_side-menu .menu-header-container .menu-item-has-children .sub-menu li:hover {
    padding: 0px !important;
    background-color: #3493d3 !important;

}
.smd_side-menu li.open-menu .sub-menu li a, .smd_side-menu li.open-menu a {
    color: #fff;
}

.menu-item-has-children.open-menu a::after {
    content: " ";
    background-image: url(./assets/images/downa.png) !important;
    width: 19px;
    height: 19px;
    margin-top: -5px;
}
.smd_side-menu li:hover, .smd_side-menu li.open-menu{
/*    background-color: #0071bc  ;*/
    color: white;
    text-decoration: none !important;
}
.smd_sidebar__content p {
    font-size: 16px !important;
    color: black !important;
}
.smd_sidebar__content ul{
    flex-direction: column;
    width: 100%;
}
.menu-item-has-children.open-menu>a::after {
    rotate: 360deg;
}
#primary-menu li a{
    margin-left: 0px;
    margin-right: 0px;
}

.smd_sidebar__content .menu-header-container{
    width: 100%;

}
.smd_sidebar__content {

    width: 100%;


    height: 87vh;


    margin-bottom: auto;

    margin-top: 30px;


}

.smd_sidebar__content li {
    position: relative;
    /* This is required to position the pseudo-element correctly */
}

.smd_sidebar__content li::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    /* Align the border to the bottom of the li */
    left: 0;
    right: 0;
/*    border-bottom: solid 3px #ffffff66;*/
    transform: scaleX(0);
    transition: transform 150ms ease-in-out;
}


.smd_sidebar__content li:hover::before {
    transform: scaleX(1);
    /* This will animate the border to full width */
/*    border-bottom: solid 3px #ffffff66;*/
}


.smd_sidebar__content li {
    display: inline-block;
    transition: all 0.25s linear;
    /* padding-top: 4px;

    padding-bottom: 4px; */

    /* border-bottom: 2px solid rgba(212, 212, 212, 0.1); */

    width: 100%;

    justify-content: center;

    flex-direction: column;

    position: relative;

}


.smd_sidebar__content li ul li:last-child {

    border-bottom: 0px !important;

}

.smd_sidebar__content ul {
    padding-left: 0px !important;
}

.smd_side-menu #primary-menu {
    display: flex;
    flex-direction: column;
    padding-left: 0px !important;
}

.smd_sidebar__content li a,
.smd_sidebar__content li>div {

    display: inline-block;

    font-size: 16px;

    padding: 12px 22px;

    border: none;

    border-radius: 0;

    background: transparent;

    text-transform: none;

    -webkit-transition: all .25s;

    transition: all .25s;

    cursor: pointer;

    color: #ffff;

    width: 100%;

    display: flex;

  gap: 6px !important;

    align-items: baseline;

}

.smd_sub-menu li {

    border: 0;

}

.smd_sub-menu li a {

    display: inline-block;

    font-size: 18px;

    padding: 4px;

    border: none;

    border-radius: 0;

    background: transparent;

    text-transform: none;

    -webkit-transition: all .25s;

    transition: all .25s;

    cursor: pointer;

    color: black;

    width: 100%;

    display: flex;

    padding-left: 25px;


}

.smd_side-menu .smd_close-btn {
    margin-left: auto;
}

.smd_side-menu .smd_close-btn i {
    color: #fff;
    font-size: 25px;
    margin-top: 20px;
}


.smd_side-menu li:hover {
/*    background-color: #c6994d  ;*/
    color: white;
    text-decoration: none !important;
}

.smd_side-menu li:hover a p {
    color: white !important;
}

.smd_side-menu li:hover a p {
    color: white;
}

.smd_side-menu li:hover a {
    color: white;
}

.smd_side-menu li a i {
    margin-right: 6px;
}

#smd_global-sidemenu .header-brand {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

#smd_global-sidemenu .sidebar-logo .header-brand {
    margin-right: auto !important;
    justify-content: start;
    margin-left: auto !important;
    padding: 0px 17px !important;

}

.smd_side-menu .smd_close-btn {
    margin-right: auto;
    margin-left: 21px;
    margin-top: 14px;
    cursor: pointer;

}

.smd_close-btn img {
    transition: transform 0.2s ease-in-out;
}

.smd_close-btn:hover img {
    transform: rotate(90deg);
}

#smd_global-sidemenu .sidebar-logo .header-brand img {
    width: 100%;
    margin: 0 auto;
}

#smd_global-sidemenu .sidebar-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 34px;
}


#smd_global-sidemenu .smd_close-btn img {
    width: 32px;
    height: 32px;

}


#navbarNavDropdown .menu-item-has-children>a::after {
    content: " ";
    color: rgb(18, 18, 18);
    margin-left: -21px;
    right: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    rotate: 0deg !important;
    right: 17px;
    top: 8px;

}

.sticky-navbar-container .menu-item-has-children>a::after {
    display: none !important;
}

.sticky-navbar nav.navbar-main #main-menu>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 151%;
    display: block;
    z-index: 2;
    padding: 3px;
    margin-top: 0;
    left: 0;
    margin-left: 15px;
    transform: translateX(-14px);
    /* border-radius: 8px; */
}

#navbarNavDropdown .menu-item-has-children:hover>a::after {
    content: " ";
    width: 12px;
    height: 12px;
    top: 13px;
}


.sticky-navbar nav.navbar-main #main-menu ul.sub-menu>li:hover {
    margin-bottom: 0;
    background: #0071bc  ;
    /* border-radius: 7px; */
}

.sticky-navbar nav.navbar-main #main-menu ul.sub-menu>li:hover a {
    color: white;

}

#main-menu {

    width: 100%;

    display: flex;

    align-items: center;

    gap: 1px;

    list-style: none;

   

    

}

#main-menu .main-menu-item {

    height: 100%;

    line-height: 59px;

    position: relative;

    transition: all ease-in-out 0.36s;

}


#main-menu .main-menu-item .main-menu-link i {

    color: #fff !important;

    font-size: 12px;

}

#main-menu .main-menu-item:hover .main-menu-link i {

    transform: rotate(-180deg);


}

#main-menu .main-menu-item:hover .submenu {

    display: flex;

}

#main-menu .main-menu-item .main-menu-link {

    display: flex;

    align-items: center;

    gap: 5px;

    color: inherit;

    text-decoration: none;

    transition: all ease-in-out 0.36s;

}


#main-menu .main-menu-item .main-menu-link span {

    color: #fff;
}

#main-menu .main-menu-item .main-menu-link i {

    color: inherit;

    transition: transform ease-in-out 0.36s;

}

#main-menu .main-menu-item .submenu {

    display: none;

    width: 200px;

    flex-direction: column;

    position: absolute;

    top: 80%;

    left: 30px;

    margin-left: -32px;

    list-style: none;

    background-color: #ffffff;


}


#main-menu .main-menu-item .submenu .submenu-item {

    line-height: normal;

}

#main-menu .main-menu-item .submenu .submenu-item .submenu-link {

    padding: 10px 15px;

    display: block;

    text-decoration: none;

    transition: all ease-in-out 0.36s;

    width: 100%;

}

#main-menu .main-menu-item .submenu .submenu-item:hover .submenu-link {

    color: #fff;

    transition: all 0.25s linear;

}

#main-menu .main-menu-item .submenu .submenu-item:hover {

    background-color: #000;

    transition: all 0.25s linear;

}

#main-menu .main-menu-item .submenu .submenu-item:hover span {

    color: #fff;

}


.menu-item-has-children {

    position: relative;

}


.menu-item-has-children>a {
    position: relative;
}

.menu-item-has-children:hover>a::after {
    content: " ";
    background-image: url('../images/down-arrow.png') !important;
    width: 19px;
    height: 19px;
    margin-top: -5px;
}


/* Arrow icon position and rotation when sub-menu is hidden */
.menu-item-has-children>a::after {
    content: " ";
    color: rgb(18, 18, 18);
    margin-left: -21px;
    right: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    rotate: 267deg;
    /* Initial rotation */
    right: 17px;
    top: 20px;
    width: 12px;
    height: 12px;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    transition: transform 0.3s ease-in-out;
     background-image: url('../images/downicon.png') !important;
    /* Smooth transition for rotation */
}

/* Rotate arrow when sub-menu is displayed (when .sub-menu is visible) */
.menu-item-has-children.open>a::after {
    transform: rotate(90deg);
    /* Rotate to 90 degrees when the sub-menu is shown */

}

/* Display the sub-menu */
.menu-item-has-children.open .sub-menu {
    display: block;
}


.sub-menu {
    display: none;
    /* Ensure it's hidden by default */
    list-style: none;
}


.menu-item-has-children .sub-menu {
    padding: 11px !important;
    /* padding-top: 0px !important; */
}

.sticky-navbar-container .menu-item-has-children .sub-menu li {
    padding: 9px 15px !important;
    display: flex;

}

.menu-item-has-children {

    position: relative;

}


.menu-item-has-children>a {
    position: relative;
}

.menu-item-has-children:hover>a::after {
    content: " ";
    background-image: url('https://cdn-ilapp.nitrocdn.com/vOusJJepdhFXHjfKTAmFyrMdZGKNjGUr/assets/images/optimized/rev-5f64035/feinstein360orthodontics.com/wp-content/themes/WPS_feinstein360/assets/images/down-arrow.png') !important;
    width: 19px;
    height: 19px;
    margin-top: -5px;
}


/* Arrow icon position and rotation when sub-menu is hidden */
.menu-item-has-children>a::after {
    content: " ";
    color: rgb(18, 18, 18);
    margin-left: -21px;
    right: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    rotate: 267deg;
    /* Initial rotation */
    right: 17px;
    top: 20px;
    width: 12px;
    height: 12px;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    transition: transform 0.3s ease-in-out;
     background-image: url('https://cdn-ilapp.nitrocdn.com/vOusJJepdhFXHjfKTAmFyrMdZGKNjGUr/assets/images/optimized/rev-5f64035/feinstein360orthodontics.com/wp-content/themes/WPS_feinstein360/assets/images/downicon.png') !important;
    /* Smooth transition for rotation */
}

/* Rotate arrow when sub-menu is displayed (when .sub-menu is visible) */
.menu-item-has-children.open>a::after {
    transform: rotate(90deg);
    /* Rotate to 90 degrees when the sub-menu is shown */

}

/* Display the sub-menu */
.menu-item-has-children.open .sub-menu {
    display: block;
}

/* Display the sub-menu */
.menu-item-has-children.open .sub-menu {
    display: block;
}


.sub-menu {
    display: none;
    /* Ensure it's hidden by default */
    list-style: none;
}


.menu-item-has-children .sub-menu {
    padding: 11px !important;
    /* padding-top: 0px !important; */
}

.sticky-navbar-container .menu-item-has-children .sub-menu li {
    padding: 9px 15px !important;
    display: flex;

}

.menu-item-has-children .sub-menu li {
    padding: 7px;
    white-space: nowrap;

}

.sticky-navbar-container .menu-item-has-children a {
    padding-right: 0px !important;
}

.menu-item-has-children a {
    position: relative;
    z-index: 9;
    padding-right: 36px !important;

}

.menu li {
    text-decoration: none !important;
}
.sub-menu {
    display: none;
    /* Ensure it's hidden by default */
    list-style: none;
}


.menu-item-has-children .sub-menu {
    padding: 11px !important;
    /* padding-top: 0px !important; */
}

.sticky-navbar-container .menu-item-has-children .sub-menu li {
    padding: 9px 15px !important;
    display: flex;

}

.menu-item-has-children .sub-menu li {
    padding: 7px;
    white-space: nowrap;

}

.sticky-navbar-container .menu-item-has-children a {
    padding-right: 0px !important;
}

.menu-item-has-children a {
    position: relative;
    z-index: 9;
    padding-right: 36px !important;

}

.menu li {
    text-decoration: none !important;
}
.menu-item-has-children .sub-menu li {
    padding: 7px;
    white-space: nowrap;

}
.menu-item-has-children.open-menu a::after {
    content: " ";
    background-image: url('https://cdn-ilapp.nitrocdn.com/vOusJJepdhFXHjfKTAmFyrMdZGKNjGUr/assets/images/optimized/rev-5f64035/feinstein360orthodontics.com/wp-content/themes/WPS_feinstein360/assets/images/down-arrow.png') !important;
    width: 19px;
    height: 19px;
    margin-top: -5px;
}
.sticky-navbar-container .menu-item-has-children a {
    padding-right: 0px !important;
}

.menu-item-has-children a {
    position: relative;
    z-index: 9;
    padding-right: 36px !important;

}

.menu li {
    text-decoration: none !important;
}
.openbtn-area i{
    font-size: 22px;
    cursor: pointer;
}

#primary-menu  a::before{
    background: none !important;

}


.smd_side-menu {
    height: 100vh;
    width: 365px;
    background-color: #02021c;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    /* padding: 26px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
}

.side-menu-layer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
    display: none;
}

.sub-menu {
    display: none;
    padding-left: 20px; /* Indentation for sub-menu */
}

.menu-item-has-children > a {
    cursor: pointer;
}

.stone-upper-header .stone-down-header   {
    justify-content: end !important;
}

.stone-upper-header .stone-header-menu  ul a {
    color: #000000 !important;
}

 .smd_side-menu li.open-menu .sub-menu li a {
    padding: 12px 34px !important;
}


.smd_side-menu li.open-menu .sub-menu li a {
    padding: 12px 34px !important;
}

.smd_side-menu li.open-menu .sub-menu li .sub-menu li a {
    padding: 12px 50px !important;
    white-space: normal !important;
}
.smd_side-menu li.open-menu .sub-menu li .sub-menu li  .sub-menu li a {
    padding: 12px 64px !important;
    white-space: normal !important;
}

.sub-menu li a {
    white-space: normal !important;
}
.menu-item-has-children.open-menu .sub-menu .menu-item-has-children.open-menu {
    background-color: #3493d3  !important;
}


body.stop-scroll {
    overflow-y: hidden !important;
}



.menu-item-has-children.open-menu .sub-menu .menu-item-has-children.open-menu .sub-menu .menu-item-has-children.open-menu {
    background-color: #70bff5 !important;
}


.menu-item-has-children.open-menu .sub-menu .menu-item-has-children.open-menu .sub-menu li:hover {
    background-color: #70bff5 !important;
}



.menu-item-has-children.open-menu .sub-menu .menu-item-has-children.open-menu .sub-menu .menu-item-has-children.open-menu .sub-menu li:hover {
    background: #8ecdf9 !important
}


/*-------------- contact page ------------------*/

  /* ------------------------ contact page ----------- */
.form-btn-icon{
    display: flex;
}
    .after-img-div::after{
    content: '';
    position: absolute;
        top: -6px;
    left: -39px;
    width: 22px;
    height: 23px;
    background-image: url(../images/title-after.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
 .after-img-div{
    position: relative;
 }




  .smd-contact-location-div {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .smd-contact-location-div .smd-contact-location-heading h2{
    text-align: center;
  }
  .smd-contact-location-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .smd-contact-location-cards .smd-contact-location-card{
    width: 31.5%;
    display: flex;
   ;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
    justify-content: center ;
   
    align-self: stretch;
    border-radius: 10px;
    background: var(--menu_bg);
    border: 1px solid var(--card_border);
  }
  .smd-contact-location-details {
    display: flex;
    align-items: baseline;
    gap:6px;
}
.smd-contact-location-details .smd-contact-location-icon i {
    font-size: 20px;
    color: var(--white)
}
.smd-contact-location-details a {
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color: #fff;
}
.smd-contact-location-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: white;
}
.smd-contact-banner-div {
    display: flex;
    gap:80px;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.smd-contact-banner-div .smd-contact-banner-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap:40px;
}
.smd-contact-page-banner {
    margin-top: 100px;
}
.smd-contact-banner-div .smd-contact-banner-right {
    display: flex;
    width: 40%;
    flex-direction: column;
    gap: 40px;
}
.smd-contact-banner-details {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.smd-contact-banner-details .smd-contact-banner-icon i {
    color: #fff;
    font-size: 18px;
}
.smd-contact-banner-details p {
    margin-bottom: 5px;
}
.smd-contact-banner-details .smd-contact-banner-inner-div a {
    font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; 
color: #fff;
}
.smd-contact-banner-content {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.smd-contact-banner-left h2 {
    position: relative;
}
.smd-contact-banner-left h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    width:30px;
    height: 30px;
    background-image: url(../images/banner-svg.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.smd-contact-banner-inner-div .smd-view-map-div {
    color: var(--primary) !important;
    display: block;
    text-decoration: underline;
    font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; 
}

.smd-requirement-from-inner-group textarea {
    min-height: 90px !important;
}
.smd-requirement-error .smd-error {
    color: #E31E24;
    font-family: "segoeui";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 4px;
}
.smd-requirement-form-group.smd-requirement-form-group-part {
    display: flex
;
    align-items: center;
    gap: 30px;
}
.smd-requirement-form-group.smd-requirement-form-group-part .smd-requirement-inner-group {
    width: 50%;
}
.smd-contact-page-banner {
    position: relative;
    overflow: hidden;
}
.smd-contact-page-banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('/images/404-banner.svg');
    width: 60%;
    height: 60%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: 2;

}
.smd-contact-page-banner:before {
    opacity: 0.6;
    content: '';
    position: absolute;
    bottom: -130px;
    right: -120px;
    width: 100%;
    height: 100%;
    background-image: url(/images/404-banne-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: 1;
}

.smd-footer-policy-link {
    width: 59%;
}




.smd-home-our-inner-card {
    position: relative;

    z-index: 5;
    display: flex;
  
    border-radius: 20px;
     padding: 40px 30px;
         flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}



.smd-policy-section {
    margin-top: 100px;
}
.smd-policy-div h1 {
    font-size: 70px;
font-style: normal;
font-weight: 700;
line-height: 80px;
}
.smd-policy-div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.smd-policy-div h3 {
    font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px;
margin-bottom: 15px;
}
.smd-policy-div p {
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.smd-policy-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.smd-policy-inner-content ul {
    padding-left: 25px;
}
.smd-policy-inner-content ul li {
    list-style: disc;
    color: #fff;
}
.smd-policy-div {
    width: 72%;
    margin: 0 auto;
}
.main-404-div h1 {
    color: #FFF;   
    text-align: center;
    font-family: "segoeui";
    font-size: 180px;
    font-style: normal;
    font-weight: 700;
    line-height: 200px; /* 111.111% */
}
.main-404-content p {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}
.main-404-div {
    margin-top: 140px;

    height: calc(83vh - 140px);

    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 5 ;
}
.main-404-section {
    position: relative;
    overflow: hidden;
}
.main-404-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(/images/404-banner.svg);
    width: 60%;
    height: 60%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: 2;
}
.main-404-section::before {
    opacity: 0.6;
    content: '';
    position: absolute;
    bottom:-130px;
    right:-120px;
    width:100%;
    height: 100%;
    background-image: url(/images/404-banne-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: 1;
}
.main-404-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-404-content .smd-custom-btn {
    
    margin-top: 30px;
    width: fit-content;
}
.smd-sem-mobile-img {
    display: none;
}

.smd-thank-you-main {
  
    padding-top: 200px;
    padding-bottom: 80px;
}
.smd-thank-you-outer {

    background: var(--menu_bg);
}
  .smd-thank-you-div {


display: flex;
padding: 30px;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 30px;
width: 30%;
margin: 0 auto;
border-radius: 10px;
background: var(--menu_bg);
  }
  .smd-thank-you-icon {
    width:82px;
    margin: 0 auto;
  }
  .smd-thank-you-icon img {
    width: 100%;
  }
  .smd-thank-you-div .smd-thank-div-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:16px;
    flex-direction: column;
  } 
  .smd-thank-you-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }
  .smd-thank-you-content p {
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin: 0;
text-align: center;
  }

  .smd-thank-you-content-btn {
    display: flex;
    align-items: center;
    gap:20px;
  }
  .smd-thank-you-content-btn .smd-thank-btn1 {
    display: flex;
    width: 200px;
height: 36px;
padding: 5px 5px 5px 10px;
justify-content: center;
align-items: center;
gap: 8px;
flex: 1 0 0;
border-radius: 100px;
border: 1px solid var(--white);
color:var(--white);
text-align: center;
leading-trim: both;

text-edge: cap;
font-family: "segoeui";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 14px; /* 100% */
text-transform: capitalize;
  }

  .smd-thank-you-content-btn  .smd-thank-btn2 {
    display: flex;
    width: 200px;
height: 36px;
padding: 5px 5px 5px 10px;
justify-content: center;
align-items: center;
gap: 8px;
flex: 1 0 0;
border-radius: 100px;

color:var(--black);
text-align: center;
leading-trim: both;

text-edge: cap;
font-family: "segoeui";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 14px; /* 100% */
text-transform: capitalize;
background-color: var(--primary);
  }

  .smd-thank-you-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    filter: blur(150px);
    background-color: #00000066;
  }

  .smd-our-value-bg svg {
    fill: rgba(252, 181, 0, 0.70);
   -webkit-filter: blur(50px);
    -webkit-transform: translateZ(0);
filter: blur(50px);

width: 296px;
height: 219px;

flex-shrink: 0;
opacity: 0.7;

  }
    .smd-our-value-bg {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateZ(0);
       will-change: transform;
        transition: all 0.3s ease-in-out;
    }
  .smd-our-value-card {
    position: relative;
    overflow: hidden;

  }
  .smd-our-value-card:hover   .smd-our-value-bg {
        top: 80%;
        left: 40%;
  }

  /* .smd-error   {
    display: none;
  } */
 .accordion-button:focus {
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .form-control:focus{
    box-shadow: none !important;
  }

  .smd-thank-you-outer {
    position: relative;
    overflow: hidden
    ;
  }
    .smd-thank-you-outer:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url(/images/404-banner.svg);
            width: 27%;
        height: 87%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        z-index: 2;
    }
      .smd-thank-you-outer:before { 
        opacity: 0.6;
    content: '';
    position: absolute;
    bottom: -130px;
    right: -120px;
    width: 100%;
    height: 100%;
    background-image: url(/images/404-banne-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: 1;
      }
      .smd-thank-you-main {
        position: relative;
        z-index: 8;
      }

  .smd-contact-location-card .smd-contact-location-inner {
     display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 10px;
    background: var(--menu_bg);
    position: relative;
    width: 99%;
    height: 99%;
    z-index: 5;
    left: 2px;
  }    
   .smd-contact-location-card {
    position: relative;
    overflow:  hidden;
   }
     

.smd-form-submit-btn{
    position: relative;
}


.smd-form-submit-btn:hover .smd-btn-icon {
    rotate: -35deg;
}

/*.smd-form-submit-btn .smd-btn-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex
;
position: absolute;
right: 6px;

    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}*/

.smd-form-submit-btn .smd-btn-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.smd-founder-note-img {
    background-image: url(../images/bglayerlogo.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
        border-radius: 16px;
    justify-content: center;
}

.smd-our-value-cards .smd-our-value-card:nth-child(2) .smd-our-value-bg {
    position: absolute;
    top: 0;
    left: 21%;

}
.smd-our-value-cards .smd-our-value-card:nth-child(2):hover .smd-our-value-bg {
    top: 80%;
    left: 40%;

}

.smd-our-value-cards .smd-our-value-card:nth-child(3) .smd-our-value-bg {
    position: absolute;
    right: -31% !important;
    left: auto;

}
.smd-our-value-cards .smd-our-value-card:nth-child(3):hover .smd-our-value-bg {
    top: 80%;
    right: 0;
    left: auto;

}

.smd-our-value-inner-card{
	-webkit-mask-image: -webkit-radial-gradient(white, black); /* Forces overflow to clip */

}
p{
	letter-spacing: normal !important;
}

.dashboard-dd-img-logo{

	width: 65px;

}



.smd-faq-div {
    position: relative;
    overflow: hidden; /* Optional: constrain if needed */
}
.cursor-default{
    cursor:default;
}


.custom-file-upload {
  display: flex;
  align-items: center;
  background-color: #0b0b23;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 6px;
  padding: 8px 12px;
  max-width: 100#;
  font-family: 'Segoe UI', sans-serif;
  color: #ffffff;
}

.file-label {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.file-button {
  background: var(--btn_color);
  color: #000;
  padding: 6px 12px;
  border-radius: 4px;
  margin-right: 12px;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.file-button:hover {
  background: var(--btn_color);
}

.file-name {
  flex: 1;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hidden-file-input {
  display: none;
}
.smd-policy-inner-content ol,
.smd-policy-inner-content ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.smd-policy-inner-content ol li {
    list-style: disc;
    color: #fff;
}
.dispute-details {
    margin-top: 20px;
    list-style-type: none;
}
.dispute-details li {
    list-style-type: none !important;
    display: flex
;
}
.dispute-details li I {
	margin-right: 10px;
}

.oem-banner-new-div .smd-cta-heading h3 {
    font-size: 24px;
    line-height: 38px;
}
.oem-banner-new-div .smd-cta-div {
    padding: 40px 70px;
}