.astra-full-megamenu-wrapper .astra-megamenu {
  max-width: 1400px !important;
  margin: 0 auto;
  width: 100%;
}
.book-demo-btn{width:187px}
.ast-desktop .ast-mm-widget-content .ast-mm-widget-item
 {
    padding:0px !important;
    margin-bottom: 0px;
}

.contactformsec .custom-btn {
  height: 45px;width:100%;
  line-height: 45px;
  border-radius: 6px;
  background-color: var(--Accent, #C14C32);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px 0 20px; 
  border: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.contactformsec .custom-btn:hover {background-color:#000 !important}
.contactformsec .custom-btn::after
 {
    content: '';
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width:8px;
    height:12px;
    background: url('/wp-content/uploads/2025/10/Vector-7.svg') no-repeat center center;
    background-size: contain;
    left: 0;
    margin: auto;
}

.contactformsec .custom-btn:hover {
  background-color: #a23e28;
  transform: translateY(-1px);
}

.contactformsec .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    margin: 0 20px 10px 0;
    width: auto;
    white-space: nowrap;
}

.contactformsec select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/wp-content/uploads/2025/10/Drop-down.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 0.5rem auto;
  padding-right: 2.5rem;
	color: #727272;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

.contactformsec select::-ms-expand {
  display: none;
}


.contactformsec .wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 6px; 
}
/*
.contactformsec .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
	flex-direction: row;
}*/

.contactformsec .wpcf7-list-item:last-child { margin-right: 0;
}

.agreement-text{color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; 
}
.agreement-text a{color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; }
.column-half { width: 48%; float: left; }
.lastcols { margin-left: 4%; }
.contactformsec p{margin:0px !important}
.clear{clear:both;margin:0px !important}
.column-full { width: 100%; float: left; }
.contactformsec .column-half, .contactformsec .column-full {margin-bottom:30px}
.contactformsec h3 {
  color: #FFF !important;
   font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  display: block;
  margin-bottom:12px;
}
.contactformsec input[type="text"]{
 border-radius: 4px;
    background: #FFF;
    padding: 10px 15px;
    border:0px;
    font-size: 16px;
    color: #3E4D65;
    transition: all 0.3s ease;
}

.contactformsec .checkbox-group {
    display: flex;
    flex-wrap: nowrap;      
    width: 100%;
    gap: 10px;
}

.contactformsec .checkbox-group label {
    flex: 1;                 
    display: flex;
    align-items: center;
    justify-content: center;
    padding:13px 18px;
   border-radius: 100px;
border: 1.5px solid #3C89C9;
background: #FFF;
  color:#000;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 32px */
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    user-select: none;min-width:130px;
	
}

.contactformsec .checkbox-group input[type="checkbox"] {
    display: none;
}

.contactformsec .checkbox-group label:has(input[type="checkbox"]:checked) {
    border-radius: 100px;
border: 1.5px solid #3C89C9;
background:#96C3EA;
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.contactformsec .checkbox-group label:hover {
  border-radius: 100px;
border: 1.5px solid #3C89C9;
background:#E7EDF9;
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.contactformsec input[type="submit"] {
  height: 45px;
   border-radius: 6px;
   background: var(--Accent, #C14C32)
    url('/wp-content/uploads/2025/10/Vector-7.svg')
    no-repeat right 270px center;
  background-size: 14px auto;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 0 48px 0 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;width:100%
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag
 {
    width: 50px;
    background: transparent !important;
}
.intl-tel-input.separate-dial-code .selected-flag
 {
    background-color: transparent !important;
}
.intl-tel-input.separate-dial-code .selected-dial-code{display:none}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 4px;
  margin-top: -2.5px;
  background: url('/wp-content/uploads/2025/10/Drop-down-1.svg') no-repeat center center;
  background-size: 9px 5px;
  border: none !important; 
}
.intl-tel-input.allow-dropdown .flag-container:hover{ background: transparent !important;}
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 60px !important;
}
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width:60px !important;
}
.intl-tel-input .country-list li.country
 {
    list-style: none;
    color: #000;
}

.contactformsec textarea {
  height: 120px;
  border-radius: 4px;
  background: #fff;
  border: none;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 60px;
}


.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper {
    border-width: 0px;
    border-style: solid;
}
.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper {
    box-shadow: none;
}
.whitebox1 {
    background: #FFF;
    text-align: center;  
      border-radius: 20px;
}

.whitebox1 img {
    display: block;
    margin: 0 auto 20px;
     
}

.whitebox1 h5 {
   text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 29px; /* 145% */
text-transform: capitalize;
    margin: 0 0 10px;text-align:center;
    color: #1F3464;
}

.whitebox1 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    margin: 0;
    color: #5B5B5B;
}


.firstcol1, .four-column-menu.first-row {margin-bottom:20px;}
.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content {
    margin-top: 0px !important;
}
.ast-desktop .ast-mm-widget-content .ast-mm-widget-item
 {
    padding: 1.5em;
    margin-bottom: 0px;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu{padding:0px}


.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper
 {
    background: #F5F8FD !important;
}
.four-column-menucommon{ padding:40px 0;}
.four-column-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
   
}

.menu-box {
    position: relative;
      border-radius: 20px;
    background: #FFF;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;border: 1px solid transparent;padding:3px 39px
}
.menu-box:hover {
border-radius: 20px;
border: 1px solid #898989;
background: var(--White, #FFF);
}



.menu-box h5 {
    color: #1F3464;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.menu-box p {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    margin: 0;
}

.menu-link1 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    padding: 40px;
}

.menu-linkinner1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding: 0;
}

.redbox1 {
    border: 2px solid #C14C32 !important;
    background: #FFF;
}
.redbox1:hover {
{border:2px solid transparent}
}

.redbox1::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 49px;
    height: 49px;
    background-image: url('/wp-content/uploads/2025/10/Vector-3.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    z-index: 0;
}
.redbox1:hover::before {
    background-image: url('/wp-content/uploads/2025/10/img11.svg');
}
.redbox1, .redbox1 .menu-linkinner1 {
    position: relative;
    z-index: 1;
}

.bluebox1 {
    border-radius: 20px;
    background: linear-gradient(219deg, #1F3464 -5.13%, #0C273A 97.76%);
    color: #fff;
    padding: 40px;  display: flex;justify-content:center;
    flex-direction: column;
}
.bluebox1:hover{border:1px solid transparent; border-radius: 20px;
    background: linear-gradient(219deg, #1F3464 -5.13%, #0C273A 97.76%);
    color: #fff;}

.bluebox1::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width:54px;
    height:80px;
    background-image: url('/wp-content/uploads/2025/10/blueboximg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    z-index: 0;
}
.bluebox1:hover::before {
    background-image: url('/wp-content/uploads/2025/10/blueboximghover.svg');
}


.bluebox1 h5 {
    color: #fff !important;margin-bottom:14px;
}

.book-demo-btn {
	position:relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3C89C9;
    color: #E7EDF9;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.book-demo-btn::after {
    content: url('/wp-content/uploads/2025/10/arrows.svg');
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 11px;
    right: 25px;
}

.book-demo-btn:hover {
    background: #000;
    color: #fff;
}


.book-demo-btn1{
	position:relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3C89C9;
    color: #E7EDF9;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.book-demo-btn1::after {
   content: url('/wp-content/uploads/2025/10/arrows.svg');
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right:10px;
}


.book-demo-btn1:hover {
    background: #000;
    color: #fff;
}

.menu-box1::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: #6fb2e2;
    border-radius: 50%;
    opacity: 0.1;
    transition: all 0.4s ease;
    z-index: 0;
}

.faqindustries .e-n-accordion-item-title-text{color:#1F3464}

.faqindustries .e-n-accordion-item {
    background-color: #ffffff;            
       border: 1px solid #898989;; 
  transition: border-color 0.3s ease;
    border-radius: 12px;                 
    overflow: hidden;
    transition: all 0.3s ease;
}


.faqindustries .e-n-accordion-item:hover 
.e-n-accordion-item-title-icon .e-closed svg path {
  fill: #6FB2E2 !important;
  stroke: #6FB2E2 !important;
}

.faqindustries .e-n-accordion-item:hover {
  border-color: #6FB2E2 !important;
}

.faqindustries .e-n-accordion-item:hover .e-n-accordion-icon {
  color: #6FB2E2;
  transition: color 0.3s ease;
}


.faqindustries .e-n-accordion-item summary {
    background-color: transparent;
    color: #1F3464;                      
    border-radius: 12px;
}

.faqindustries .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed svg path {
    fill: #1F3464 !important;
}

.faqindustries .e-n-accordion-item[open] {
    background-color: #1F3464 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.faqindustries .e-n-accordion-item[open] summary {
    background-color: transparent !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 24px 24px 0 24px;
}

.faqindustries .e-n-accordion-item[open] > div {
    background-color: #1F3464 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 0 12px 12px !important;
    padding: 0 14px;
}

.faqindustries .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened svg path {
    fill:#C14C32 !important;
}

.faqindustries .e-n-accordion-item[open] .e-con-inner,
.faqindustries .e-n-accordion-item[open] .elementor-widget-text-editor {
    padding: 0 !important;
    margin: 0 !important;
}

.faqindustries .e-n-accordion-item[open] p,
.faqindustries .e-n-accordion-item[open] h6 {
    color: #ffffff !important;
   }
.learnbox{position:absolute !important;}

.enhacebg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.faqindustries .e-n-accordion-item:hover 
.e-n-accordion-item-title-icon span > svg {
  fill: #6FB2E2;   
  stroke: #6FB2E2;
}


.enhacebg:before {
	content: "" !important;
    position: absolute !important;
    width: 296px;
    height: 264px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:top right;
    transition: transform 0.6s ease;
    z-index: 0;
    background-image: url('/wp-content/uploads/2025/10/Group-27.svg');
    top: 0px !important;
    right: 0px !important;opacity:1 !important
}

.enhacebg:after {
	content:"" !important;
    position: absolute;
    width: 249px;
    height:301px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:bottom left;
    transition: transform 0.6s ease;
    z-index: 0;
    background-image: url('/wp-content/uploads/2025/10/Group-28.svg');
    bottom: 0;
    left: 0;
}

.enhacebg:hover:before {
       background-image: url('/wp-content/uploads/2025/10/Group27hover2.svg'); transform: translateY(20px); 
}

.enhacebg:hover:after {
      background-image: url('/wp-content/uploads/2025/10/Group28hover.svg');  
}


@media screen and (max-width:1100px) {
.enhacebg:before{background-size:30%;background-position:top right}
.enhacebg:after{background-size:30%;background-position:bottom left}
}

@media screen and (max-width:1200px) {
	.learnbox{position:initial !important} 	
}
@media only screen and (min-width: 1200px) and (max-width:1500px) {
    .main-header-menu .menu-link {
        padding: 0px 5px;
        
    }
	
.book-demo-btn1 {
          padding: 10px 15px;
    text-decoration: none;
  }	
}
@media only screen and (min-width: 1500px) {
    .main-header-menu .menu-link {
        padding: 0px 10px !important;
        
    }
}
@media (max-width: 768px) {
    .contactformsec .checkbox-group {
        flex-wrap: wrap;     
    }
    .contactformsec .checkbox-group label {
        flex: 1 1 45%;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .contactformsec .checkbox-group label {
        flex: 1 1 100%;       
        padding: 12px;
    }
}
@media (max-width:1400px) {
.contactformsec .checkbox-group label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 10px;
    border-radius: 100px;
    border: 1.5px solid #3C89C9;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    user-select: none;
    min-width: 130px;
}
}

@media (max-width: 767px) {
  .column-half
   {
    width: 100%;
    }
	.lastcols{ margin-left: 0;}

}

@media (max-width:800px) {
	.contactformsec .wpcf7-list-item {
    display: block;
    align-items: center;
    margin: 0px 0px 10px 0px;
    width: 100%;
    white-space: nowrap;
}
	.contactformsec .checkbox-group{display:block}	
}

@media (min-width:1000px) and (max-width:1024px) {
    .contactformsec .checkbox-group label
 {
       
        font-size: 16px;
        min-width: 100px;
    }
	.contactformsec .wpcf7-list-item
 {
    display: inline-flex;
    align-items: center;
    margin: 0 10px 10px 0;
    width: auto;
    white-space: nowrap;
}
}

@media (min-width:1400px) {
.book-demo-btn1::after {
   content: url('/wp-content/uploads/2025/10/arrows.svg');
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right:35px;
}
}