* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0px;
  color: #000;
  font-family: TTHoves, sans-serif;
  background: #fff;
  font-weight: 400;
}
::-webkit-input-placeholder {
  color: #261e4b;
}
::-moz-placeholder {
  color: #261e4b;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #261e4b;
  opacity: 1;
}
:-moz-placeholder {
  color: #261e4b;
  opacity: 1;
}
img {
  max-width: 100%;
}
p {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
a {
  color: #4a37f3;
  text-decoration: none !important;
}
.btnCommon, body .freeform-form button {
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  display: inline-block;
  transition: all ease-in-out 0.2s 0s;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-family: TTHoves, sans-serif;
  color: #fff;
  cursor: pointer;
}
.btnCommon:hover,
.read-more:hover, body .freeform-form button {
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  color: #fff;
}
.btnCommon i {
  font-size: 15px;
  padding-left: 15px;
}
input:focus {
  outline: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

.overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-family: TTHoves, sans-serif;
}
h1 {
  font-size: 90px;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.2rem;
}

.container {
  max-width: 1280px;
}
.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.site-heading {
  font-size: 72px;
  font-weight: 700;
  color: #2d343f;
  line-height: 1.2;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: TTHoves, sans-serif;
}

/* header-start */

.custome-header .navigation ul {
  margin: 0;
  padding: 0;
}
.custome-header .navigation-list > li {
  display: inline-block;
  zoom: 1;
  position: relative;
}

.custome-header .navigation-list > li > a {
  display: inline-block;
  padding: 0px;
  font-size: 16px;
  line-height: 1;
  color: #4b5563;
  font-weight: 500;
  cursor: pointer;
  padding: 17px 12px;
  margin: 0;
}

.custome-header .navigation-list > li a:hover {
  color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.custome-header .navigation li:hover ul {
  display: block;
}
/* navigationigation submenu */

.custome-header .navigation-list li ul {
  position: absolute;
  z-index: 999;
  display: none;
  border-top: 2px solid #c2eae0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: #000000;
  width: 200px;
  padding: 10px 0;
  top: 46px;
}
.custome-header .navigation li ul li {
  width: 100%;
  list-style-type: none;
}
.custome-header .navigation li ul li a {
  padding: 3px 12px;
  display: block;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  text-align: left;
}
.custome-header .navigation li ul li a:hover {
  color: #f2f2f2;
}

/* Mobile navigationigation */
.custome-header .navigation-mobile {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 15px;
  height: 30px;
  width: 30px;
  z-index: 9999;
  background: url(../images/hamburger-open.svg) no-repeat center center;
}
.custome-header .navigation-mobile.open {
  background: url(../images/hamburger-close.svg) no-repeat center center;
  background-size: 19px;
}

/* Mobile navigationigation, clickable area for revealing <ul> */

.custome-header .navigation-click {
  height: 40px;
  cursor: pointer;
  display: none;
  position: absolute;
  left: 0;
  right: -20px;
}
.custome-header .navigation-click i {
  display: block;
  height: 30px;
  width: 30px;
  background: url(../images/submenu-open.png) no-repeat center center;
  float: right;
}
.custome-header .navigation-click:focus {
  background: none;
  outline: 0;
}
.custome-header .navigation-click i.navigation-rotate {
  background: url(../images/submenu-close.png) no-repeat center center;
}

/*------------------------------------*\

   			 Media Queries

\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .custome-header .navigation-list > li:nth-child(2),
  .custome-header .navigation-list > li:nth-child(1) {
    background-image: url("../images/header-drop-icon.svg");
    background-repeat: no-repeat;
    background-position: 100% 20px;
  }

  .custome-header .navigation-mobile {
    display: block;
    top: 19px;
    right: 16px;
  }
  .custome-header .navigation {
    width: 100%;
  }

  .custome-header .navigation .navigation-list {
    padding: 15px 0;
    background: #343a3f;
    z-index: 9999;
    top: 61px;
    width: 100%;
    position: absolute;
    left: 0;
    border-top: 1px solid transparent;
    display: none;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px !important;
  }
  .custome-header .navigation li {
    float: none;
    text-align: center;
    width: 100%;
  }
  .custome-header .navigation .menu-col-content {
    width: 100%;
    margin: 0;
  }

  .custome-header .navigation ul.navigation-list > li > a,
  .custome-header .navigation ul.navigation-list > li {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    position: relative;
  }
.custome-header .navigation ul.navigation-list > li > a {
    padding: 14px 5px;
}
  .custome-header .navigation ul.navigation-list > li {
    text-align: left;
    padding: 0;
    padding-left: 5px;
  }
  .header.custome-header .box-border {
    padding: 7px 10px;
  }
  .custome-header .navigation-click {
    display: none;
  }

  .custome-header .navigation-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }

  .custome-header .navigation li:hover .navigation-submenu {
    display: none;
  }

  .custome-header .navigation-submenu {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .custome-header .dropdown-content {
    margin: 0;
  }
  .custome-header .navigation ul.sub-menu {
    flex-wrap: wrap;
  }

  .custome-header .navigation-list > li > a::after {
    bottom: 0;
  }

  .custome-header .navigation-list li ul {
    position: static;
    border-top: none;
    box-shadow: inherit;
    width: 100%;
    text-align: center;
    /* display: block; */
    padding: 0;
  }
  .custome-header .navigation li ul li a {
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    text-align: left;
    padding-left: 11px;
  }
  .custome-header .navigation-list > li span img {
    display: none;
  }
  .header.custome-header .box-border {
    background: #fff;
  }
}

header .custome-header {
  padding: 10.5px 0;
  top: 0;
  position: fixed;
  z-index: 999999999999999999999;
  width: 100%;
  left: 0;
  background: #fff;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.header.custome-header .box-border {
  border-radius: 10px;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.custome-header .header-right .box-border img {
  margin-right: 10px;
  display: inline-block;
}

/* header-end */

@media (max-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 640px) {
  .container {
    max-width: 640px;
  }
}

/* hero-section */
.scaleup-hero-section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../images/header-img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  margin-top: 74px;
}
.scaleup-hero-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.5);
  top: 0;
}
.scaleup-hero-section .text-box {
  position: relative;
  z-index: 99;
  color: #fff;
  text-align: center;
  width: 70%;
  margin: auto;
}
.scaleup-hero-section .text-box h1,
.scaleup-hero-section .text-box p {
  color: #fff;
}
.scaleup-hero-section .text-box h1 {
  font-size: 3.75rem;
}
.scaleup-hero-section .text-box p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 10px;
}
.scaleup-hero-section .text-box .btnCommon {
  font-size: 1.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* flex-space-sction */
.heading-box {
  text-align: center;
  width: 60%;
  margin: auto;
  margin-bottom: 3rem;
}
.heading-box h2 {
  margin-bottom: 0.75rem;
}
.img-grid-box .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  gap: 1rem;
}
.img-grid-box img {
  border-radius: 0.5rem;
  object-fit: cover;
  width: 100%;
  height: auto;
  cursor: pointer;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.img-grid-box img:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flexspace-section ul li {
  display: flex;
  gap: 10px;
  align-items: start;
  margin-bottom: 12px;
  line-height: 1.4;
}
.flexspace-section ul li img {
  margin-top: 4px;
  width: 20px;
  height: auto;
}
.flexspace-section .text-box {
  padding-left: 25px;
}
.flexspace-section {
  background-color: #f9fafb;
}

/* .dign-diverse-section */

.dign-diverse-section h3 {
  font-weight: 600;
  font-size: 1.25rem;
}

.dign-diverse-section .text-box {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #f9fafb;
  text-align: center;
}

.dign-diverse-section .deign-main-box {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  display: grid;
  gap: 2rem;
}

/* footer-section */

.footer-section {
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.inner-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.footer-section p {
  margin: 0;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/* contact-us */

.grid-box {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  gap: 50px;
}

.location-detail svg {
  width: 20px;
  color: #dc2626;
}

.contact-us-form {
  width: 70%;
  margin: auto;
  padding: 3rem;
  background-color: #f9fafb;
  border-radius: 15px;
      --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored
--tw-shadow-colored is not defined
: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

label{
  color:#374151;
  font-weight:600;
}
.contact-left-side-detail h3 { 
  margin-bottom: 10px;
}
.single-address-detail {
  display: flex;
  gap: 10px;
  align-items: start;
}
.map-location {
  border-radius: 10px;
  overflow: hidden;
}
.form-control {
  padding: 10px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #1d1d1d;
}
.contact-us-section {
  margin-top: 80px;
}

.navlink.active{
  color: #dc2626 !important;
}
.brand img{
  width: 150px;
}
@media (max-width: 1199px) {
  .scaleup-hero-section .text-box h1 {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .custome-header .header-right a {
    white-space: nowrap;
  }
  .custome-header .header-right a {
    padding: 5px 17px;
    font-size: 14px;
  }
  .header-right .btnCommon {
    margin-right: 45px;
  }
  .scaleup-hero-section {
    margin-top: 62px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .scaleup-hero-section .text-box {
    width: 100%;
  }
  .heading-box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .flexspace-section .text-box {
    padding-left: 0;
    padding-top: 40px;
  }
  .space-felx-ul li {
    margin-bottom: 8px;
  }
  .dign-diverse-section .deign-main-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-us-form {
    width: 100%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.3rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  h6 {
    font-size: 1rem;
  }

  .scaleup-hero-section {
    margin-top: 62px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .scaleup-hero-section .text-box p {
    font-size: 1rem;
  }
  .scaleup-hero-section .text-box h1 {
    font-size: 2.3rem;
  }
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .img-grid-box .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dign-diverse-section .deign-main-box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .inner-footer-content {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    text-align: center;
  }
  .scaleup-hero-section .text-box .btnCommon {
    font-size: 1.1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .contact-us-form {
    padding: 2rem;
  }
  .grid-box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
  .contact-us-section {
    margin-top: 4rem;
}
.brand img{
  width: 500px;
}
}



/* 25-aug-25 */

[data-freeform-controls]>div:first-child, [data-freeform-controls]>div:last-child{
display: none;
}
[data-freeform-controls]>div, [data-freeform-controls]>div div, [data-freeform-controls]>div, [data-freeform-controls]>div div button {
    width: 100%;
}
.conatctform [data-freeform-controls]>div {
    padding: 10px;
    padding-top: 0;
}

 body .freeform-form button {
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  display: inline-block;
  transition: all ease-in-out 0.2s 0s;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-family: TTHoves, sans-serif;
  color: #fff;
  cursor: pointer !important;
  border: 0;
  line-height: 34px;
  margin: 0 !important;
}
body .freeform-form button:hover {
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important;
  color: #fff !important;
}

