/* @font-face {
  font-family: "DM Sans";
  src: url("./../fonts/DMSans-Bold.woff2")
      format("woff2"),
    url("./../fonts/DMSans-Bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("./../fonts/DMSans-Medium.woff2")
      format("woff2"),
    url("./../fonts/DMSans-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("./../fonts/DMSans-Regular.woff2")
      format("woff2"),
    url("./../fonts/DMSans-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
} */



:root {
    --blue:#4086F4;
    --body:#111013;
    --red:#D90A2C;
}
body {
    font-family: 'DM Sans';
    font-size: 18px;
    line-height: 1.3;
    color: #111013;
}
.text-theme-body {
  color: var(--body) !important;
}
.fs-14 {
    font-size: 14px;
    line-height: 17px;
}
.fs-16 {
  font-size: 16px;
  line-height: 1.3;
}
.mb-10 {
    margin-bottom: 10px;
}

.bg-theme-blue {
    background-color: var(--blue);
}
.text-theme-red {
  color: var(--red);
}
.form-control:focus, .form-select:focus, .btn-close:focus {
  box-shadow: 0 0 0 .25rem #d90a2c1f;
}
.btn-theme-red {
  background-color: var(--red);
  border: 1px solid var(--red) !important;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 22px;
}
.btn-theme-red:hover {
  background-color: #ffffff;
  color: var(--red); 
}
.btn-theme-outline-red {
  background-color: #ffffff;
  border: 1px solid var(--red) !important;
  border-radius: 6px;
  
  color: var(--red); 
  font-weight: 500;
  font-size: 15px;
  padding: 12px 22px;
}
.btn-theme-outline-red:hover {
  background-color: var(--red);
  color: #ffffff;
}
/* banner section start */
.home-banner {
background: linear-gradient(180deg, #4086F4 -100%, rgba(255, 255, 255, 0) 100%);
background-size: 100% 337px;
background-repeat: no-repeat;
background-position: top center;
margin-bottom: 133px;
}
.banner-search {
  border: 1px solid #D3D3D3;
  border-radius: 13px;
  height: 54px;
}
.banner-search * {
  background-color: #FAFAFA;
  border-radius: 13px;
}
.tech-icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    padding: 10px;
}
.tech-icon:last-child {
    margin-right: 0px;
}
@media only screen and (max-width: 575px) {
  .tech-icon {
      width: 55px;
      height: 55px;
      padding: 10px;
      margin-right: 10px;
  }
}
.search-by-tech .btn-check:checked+.btn, .search-by-tech .btn.active, .search-by-tech .btn.show, .search-by-tech .btn:first-child:active, .search-by-tech :not(.btn-check)+.btn:active, .search-by-tech .btn:hover {
  border-color: #000000 !important;
    box-shadow: 0px 0px 0px 6.41px #00000014;
    transition: 0.5s;
    background-color: transparent;
} 
#chooseLanguage .modal-content {
  border-radius: 17px;
  border-color: #E3E3E3;
}
#chooseLanguage .btn-close {
  border: 1px solid #DDDDDD;
  background-size: 12px;    
  opacity: 1 !important;
}
#chooseLanguage .btn-outline-primary {
  border-color: #CCCCCC;
  color: #000000;
  padding: 10px 24px;
  border-radius: 10px;
  margin-top: 12px;
  margin-right: 8px;
}
#chooseLanguage .modal-header {
  padding: 20px;
}
#chooseLanguage .modal-body {
  padding: 0 20px 20px 20px;
}
#chooseLanguage .modal-body .border-top {
  border-top: 1px solid #000;
  padding-top: 8px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: var(--red);
  color: #ffffff !important;
  border-color: var(--red) !important;
}
.apps-model .box:hover {
  border-color: #d90a2c73 !important;
  transition: 0.3s;
  box-shadow: 0 0 0 .25rem #d90a2c1f;
}
/* banner section end */
/* gst shopify start */
.breadcrumb a {
  color: #626262;
  font-weight: normal;
}
.breadcrumb {
  font-weight: bold;
}
.w-153px {
  width: 220px;
  height: auto;
}
.feature-accordion .accordion-button, .feature-accordion .accordion-item {
  border-radius: 20px;
  box-shadow: none;
}
.feature-accordion .accordion-item:has(.accordion-button:hover), .feature-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: #d90a2c73 !important;
  transition: 0.5s;
  box-shadow: 0 0 0 .25rem #d90a2c1f;
}
.feature-accordion .accordion-button.main:hover::after,
.feature-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(11%) sepia(70%) saturate(6511%) hue-rotate(351deg) brightness(97%) contrast(102%);
}
.feature-accordion .accordion-body a:hover {
  color: var(--red) !important;
  transition: 0.5s;
}
.text-gray-626 {
  color: #626262;
}
.next-prev-btn {
  color: #AAAAAA;
  transition: 0.5s;
}
.next-prev-btn:hover {
  color: #4086F4;
}
.next-prev-btn:hover svg * {
  fill: #4086F4; 
}
.bg-F6F6F6 {
  background-color: #F6F6F6;
}
.feature-accordion .accordion-header {
  padding: 20px;
} 
.feature-accordion .accordion-header .feature-desc {
  font-size: 16px;
}
.feature-accordion .accordion-button.main::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 18'%3E%3Cpath d='M6.81709 1C6.81709 0.558172 6.45892 0.2 6.01709 0.2C5.57526 0.2 5.21709 0.558172 5.21709 1L6.81709 1ZM5.4514 17.5657C5.76382 17.8781 6.27036 17.8781 6.58278 17.5657L11.6739 12.4745C11.9864 12.1621 11.9864 11.6556 11.6739 11.3431C11.3615 11.0307 10.855 11.0307 10.5426 11.3431L6.01709 15.8686L1.49161 11.3431C1.17919 11.0307 0.672655 11.0307 0.360236 11.3431C0.0478163 11.6556 0.0478163 12.1621 0.360236 12.4745L5.4514 17.5657ZM6.01709 1L5.21709 1L5.21709 17H6.01709H6.81709L6.81709 1L6.01709 1Z' fill='%23111013'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
}
#featureAccordionIn .accordion-button::after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M14.0162 12.0009L10.0171 8V16L14.0162 12.0009Z" fill="%23111013"/></svg>');
background-repeat: no-repeat;

transform: rotate(90deg);
}
#featureAccordionIn .accordion-button:not(.collapsed)::after {
transform: rotate(0deg);  
}
.w-min-5 {
  min-width: 5px;
  margin-left: 10px;
}
 #navSidebarAcc .accordion-button {
            box-shadow: unset !important;
            padding: 10px 12px;
            color: #626262 !important;
            font-size: 18px;
            font-weight: 600;
        }
        #navSidebarAcc .accordion-button[aria-expanded="true"], #navSidebarAcc .accordion-button:hover {
            border-bottom: 1px solid #D9D9D9;
            font-weight: bold;
            color: #111013 !important;
        }
        
        #navSidebarAcc .accordion-button::after {
            background-image: url("data:image/svg+xml,%3Csvg width='4' height='8' viewBox='0 0 4 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99912 4.00088L0 0V8L3.99912 4.00088Z' fill='%23626262'/%3E%3C/svg%3E");
            background-size: 4px 8px;
            transform: unset;
            background-position: center;
        }
        #navSidebarAcc .accordion-button[aria-expanded="true"]::after {
           background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99912 3.99912L8 0L0 0L3.99912 3.99912Z' fill='black'/%3E%3C/svg%3E");
            background-size: 8px;
        }
        #navSidebarAcc .accordion-button[aria-expanded="true"]::after {
            /* transform: rotate(90deg); */
        }
        #navSidebarAcc .accordion-body {
            padding: 10px;
        }
        #navSidebarAcc .accordion-body a {
            font-size: 16px;
            padding-left: 10px;
            padding-right: 10px;
        }
        #navSidebarAcc .accordion-button[aria-expanded="false"] img {
        filter: brightness(0) saturate(100%) invert(40%) sepia(7%) saturate(21%) hue-rotate(331deg) brightness(94%) contrast(94%);
        } 
        #navSidebarAcc .accordion-button[aria-expanded="true"] img, #navSidebarAcc .accordion-button:hover img {
            filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(0%) hue-rotate(11deg) brightness(103%) contrast(105%);
        }
        
        #navSidebarAcc .sub-men-link {
            padding: 8px 16px;
            font-weight: 500;
        }
        #navSidebarAcc .sub-men-link:hover,
        #navSidebarAcc .sub-men-link.active {
            background-color: #EDEAFF;
            border-radius: 10px;
            color: #2A292C;
            
        }
        #navSidebarAcc .sub-men-title:hover {
          font-weight: 600;
        }
        #navSidebarAcc .sub-men-title .arrow {
            transform: rotate(-90deg);
            transition: 0.3s;
        }
        #navSidebarAcc .sub-men-title[aria-expanded="true"] .arrow {
            transform: rotate(0deg);
        }
        #navSidebarAcc .sub-men-title[aria-expanded="true"] {
            font-weight: bold;
            color: #2A292C;
        }
.wh-28 {
  width: 28px;
  height: 28px;
}
@media only screen and (min-width: 768px) {
  .border-desk-end {
    border-right: 1px solid #D9D9D9;
  }
}
.desc-sec {
  padding-top: 79px;
}
.nav-sidebar {
  top: 79px;
}
@media only screen and (max-width: 992px) {
  .nav-sidebar {
  top: 140px;
}
}
/* gst shopify end */
/* footer start */
footer {
  background-color: #F5F7FA;
}
footer .ftr-heading {
transition: 0.5s;
}
footer .ftr-heading:hover {
  color: var(--red) !important;
}
footer .ftr-heading:hover svg {
  transform: rotate(45deg); 
  transition: 0.5s;
}
footer .ftr-heading:hover svg * {
  fill: var(--red);
  transition: 0.5s;
}
footer form .form-control, footer form .form-select {
  border-radius: 15px;
}
footer form .form-label {
  color: #484848;
  padding-left: 12px;
  padding-right: 12px;
}
footer form .form-control::placeholder {
  color: #7C7C7C;
}
/* footer end */






img{
  max-width: 100%;
}

/* 26-05-25 start */
.new-support-content img{
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.new-support-content span{
  max-width: 210px;
}
.cm-article-content img {
  border: 3px solid #D3D3D3;
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
}
/* 26-05-25 end */