/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");




/* Custom CSS can go here */

/* my css start */

.core-dot .elementor-icon-list-icon {
  width: 16px;
  height: 16px;
  background: #ecdfcb  !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.core-dot .elementor-icon-list-icon svg {
  width: 8px !important;
  height: 8px !important;
  fill: #ecdfcb;
  display: block;
	margin-left:5px !important;
}


.opera-nova {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
}

.opera-nova:hover {
    transform: translateY(-12px) rotateX(4deg) rotateY(-4deg);
    box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}
.vi-mi-box {
    position: relative;
    padding: 30px;
    border-radius: 14px;
    background: #fff;
    transition: 0.3s;
    z-index: 1;
}

.vi-mi-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 2px;
    background: linear-gradient(120deg, #1F4E78, #4C5564);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s;
}

.vi-mi-box:hover::before {
    opacity: 1;
}

.vi-mi-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}


.core-box {
    position: relative;
    padding: 25px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #eee;
    transition: all 0.35s ease;
}


.core-box:hover {
    transform: translateY(-6px);
    border-color: #d6e6f5;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.06),
        0 0 20px rgba(31, 78, 120, 0.15);
}

.term .term-sti {
    overflow-y: auto !important;
    height: 550px !important;


    scrollbar-width: none !important;


    -ms-overflow-style: none !important;
}


.term .term-sti::-webkit-scrollbar {
    display: none !important;
}

.core-box:hover {
    background: #f8fbff;
}


.core-box .elementor-icon {
    transition: 0.3s;
}

.core-box:hover .elementor-icon {
    transform: scale(1.08);
}


.core-box:hover .elementor-icon-box-title {
    color: #1F4E78;
}


.create-value {
    position: relative;
    padding: 25px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.35s ease;
}


.create-value:hover {
    transform: translateY(-6px);
    border-color: #d9e8f5;
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.05),
        0 0 25px rgba(31, 78, 120, 0.12);
}


.create-value::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );
    transform: skewX(-25deg);
    transition: 0.6s;
}


.create-value:hover::after {
    left: 125%;
}

.create-value .elementor-icon {
    transition: 0.3s;
}

.create-value:hover .elementor-icon {
    transform: scale(1.1);
}


.create-value:hover .elementor-heading-title {
    color: #1F4E78;
}


.term .term-sti{
	overflow-y: scroll !important;
	height: 550px !important;
}
.opera-nova::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );
    transform: skewX(-20deg);
    transition: 0.6s;
}

.opera-nova:hover::after {
    left: 130%;
}


.opera-nova .elementor-icon {
    transition: all 0.4s ease;
}

.opera-nova:hover .elementor-icon {
    transform: scale(1.15);
    background: rgba(31,78,120,0.1);
    border-radius: 50%;
}


.opera-nova .elementor-icon svg {
    transition: all 0.4s ease;
}

.opera-nova:hover .elementor-icon svg {
    transform: rotate(15deg);
    fill: #1F4E78;
}


.opera-nova h2 {
    transition: all 0.3s ease;
}

.opera-nova:hover h2 {
    color: #1F4E78;
    letter-spacing: 0.5px;
}

.opera-nova p {
    transition: all 0.3s ease;
}

.opera-nova:hover p {
    transform: translateY(-3px);
    color: #4C5564;
}

.why-box {
    position: relative;
    padding: 25px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid #eee;
}


.why-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1F4E78, #4C5564);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 0;
}

.why-box:hover::before {
    opacity: 1;
}

.why-box * {
    position: relative;
    z-index: 1;
}


.why-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.why-box .elementor-icon {
    transition: all 0.4s ease;
}

.why-box:hover .elementor-icon {
    transform: scale(1.2);
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
}


.why-box:hover .elementor-icon svg {
    fill: #fff;
}


.why-box h2 {
    transition: all 0.3s ease;
}

.why-box:hover h2 {
    color: #fff;
}

.why-box h2 {
    transition: 0.3s ease;
}


.why-box:hover h2.elementor-heading-title {
    color: #ffffff !important;
}

.why-box p {
    transition: all 0.3s ease;
}

.why-box:hover p {
    color: rgba(255,255,255,0.85);
}


.built-box {
    position: relative;
    background: #f9f9f9 !important; 
    border: none !important;
    overflow: hidden !important; 
    transition: all 0.5s ease !important;
    z-index: 1;
}


.built-box:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}


.built-box::before {
    content: "";
    position: absolute;
    top: -100%;   
    left: 0;
    width: 100%;
    height: 100%;
    background: #1F4E78;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

.built-box:hover::before {
    top: 0;   
}

.built-box:hover .elementor-heading-title,
.built-box:hover .elementor-text-editor,
.built-box:hover .elementor-text-editor * {
    color: #ffffff !important;
}
.built-box:hover p {
    color: #ffffff !important;
}
.built-box .elementor-heading-title {
    position: relative;
    transition: all 0.4s ease;
}
.built-box:hover .elementor-text-editor,
.built-box:hover .elementor-text-editor p,
.built-box:hover .elementor-text-editor span,
.built-box:hover .elementor-text-editor * {
    color: #ffffff !important;
}.built-box:hover * {
    color: #ffffff !important;
}
html {
  scroll-padding-top: 120px;
} 


.bg-heading a {
  display: inline-block;
  padding: 10px 10px;
  transition: 0.3s;
	border-radius: 10px;
}

.bg-heading a.active {
  background-color: #1F4E780D !important;
}

.bg-heading .elementor-heading-title a {
  display: block;      
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
}
.enq-btn {
    text-align: right !important;
}
@media screen and (max-width: 480px) {	
.pri-box-break .elementor-element {
word-break: break-word !important;
}
}

p.elementor-icon-box-description{
    word-wrap: break-word !important;
}
@media screen and (max-width: 480px) {	
.elementor-element.elementor-element-ed8b6ae.footer-mail.elementor-widget.elementor-widget-heading {
    word-wrap: break-word !important;
	
	
}
}


.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #1F4E78 !important;
    background-color: #1F4E780D !important; 
    color : #1e1e1e !important;
	  padding: 16px 16px 16px 60px;
	  font-size: 15px;
    font-weight: 700;
	  border-radius: 15px;
	position: relative;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output p {
    color: #1e1e1e !important;
}
.wpcf7 form.sent .wpcf7-response-output::before {
    content: "\e90e";
    font-family: "eicons";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1F4E78;
    display: inline-grid;
    place-items: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid #1F4E78;
    background-color:#1F4E780D; 
    color:1e1e1e;
    font-size: 15px;
    font-weight: 700;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    position: relative;
    padding-left: 60px;
}


.wpcf7 form.invalid .wpcf7-response-output::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1F4E78; 
}


.wpcf7 form.invalid .wpcf7-response-output::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    
    width: 20px;
    height: 20px;

    background: url("https://novacoreintlgovern.com/wp-content/uploads/2026/04/alert-1.png") no-repeat center;
    background-size: contain;

    filter: brightness(0) invert(1); 
}

.opera {
    box-shadow: 0px 0px 46.98px 7.02px rgb(0 0 0 / 5%);
}

.term-sti{
	 position: sticky !important;
     top: 100px !important;
     bottom: 100 !important;
}

.captcha-c {
    scale: 0.7;
    transform-origin: top left;
}

textarea[name="your-message"] {
    height: 160px !important;
}

.maater-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.maater-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.20);
    z-index: 1;
}

.maater-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;   
    width: 100%;
    height: 0;   
    background:#1F4E78 !important;
    transition: height 0.4s ease;
    z-index: 2;
}

.maater-box:hover::before {
    height: 100%;
}

.maater-box h2 {
    position: absolute;
    bottom: 8px;
    left: 5px;
    color: #fff;
	  background-color:#1F4E78;
	  padding: 5px 10px;
    border-radius: 20px;
    z-index: 3;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.col-md-6 {
  width: 50%;
  padding: 0 10px;
}

.col-md-12 {
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .col-md-6 {
    width: 100% !important;
  }
  .enq-btn {
    text-align: left !important;
    }
}
@media screen and (max-width: 480px) {	
.pri-box-break .elementor-element {
word-break: break-word !important;
}
}

/* my css end */

