/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/




  .cro-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #004AAD;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 56px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    gap: 0;
   
  }

  .cro-button span {
    display: inline-block;
    color: #fff;
    transition: transform 0.3s ease, color 0.3s ease;
    z-index: 2;
  }

  .cro-button svg {
    display: inline-block;
    margin-left: -24px;
    opacity: 0;
    width: 18px;
    height: 18px;
    fill: #fff;
    transition: opacity 0.3s ease, margin-left 0.3s ease;
    z-index: 2;
    transform: translateY(1px);
  }

  .cro-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0));
    transition: left 0.4s ease-in-out;
    z-index: 1;
  }

  .cro-button:hover::before {
    left: 0;
  }

  .cro-button:hover {
    background-color: #00398c;
    transform: scale(1.02);
    border:1px solid white;

  }

  .cro-button:hover span {
    transform: translateX(-6px);
    color: #fff;
  }

  .cro-button:hover svg {
    opacity: 1;
    margin-left: 10px;
  }

  @media (max-width: 768px) {
    .cro-button {
      font-size: 16px;
      padding: 16px 44px;
    }
  }

  @media (max-width: 480px) {
    .cro-button {
      font-size: 15px;
      padding: 14px 32px;
    }
  }
  
  
  
  
  
  
  

.span-head{
	color:#FF0013;
}

.span-head3{
	color:#004aad;
}
body, html{
	 margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
}

@media only screen and (max-width:780px){
span.mobile-head {
            position: relative;
        top: 6px;
        display: block;
        padding: 5px 8px !important;
        font-size: 25px;
}
}

.elementor-icon-box-content {
    margin-top: -12px;
}

@media only screen and (min-width:780px){
span.elementor-icon-list-text {
    margin-top: -5px;
}
}

@media (min-width: 1000px) and (max-width: 1200px) {
    #startup {
        padding-left:36px;
			 padding-right:36px;
			 padding-top:100px;
    }
}
div#u_0_d_qc, div#u_0_d_LO, div#u_0_d_Qv, ._a7c5 {
    display: none !important;
	visibility:hidden !important;
}

/* contact form 7 css */
 /* General form styles */
    .cf7-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 15px;
        align-items: center;
    }

    .cf7-col {
        width: 48%;
    }

    .cf7-col-full {
        width: 100%;
    }

    /* Label styling */
    .cf7-row label {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
    }

    /* Input and textarea styling */
    .cf7-row input, 
    .cf7-row textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 16px;
        box-sizing: border-box;
    }

    /* Ensure uniform height for inputs */
    .cf7-row input {
        height: 45px;
    }

    .cf7-row textarea {
        height: 120px;
        resize: none;
    }

    /* Contact number field styling */
    .contact-number {
        display: flex;
        align-items: center;
        width: 100%;
    }

 .contact-number1 {
        display: block;
        align-items: center;
        width: 100%;
    }

    .contact-number select,
    .contact-number input {
        flex: 1;
        height: 45px;
    }

    /* Submit button styling */
    button, html [type="button"], [type="reset"], [type="submit"] {
        -webkit-appearance: button;
        background: #004AAD;
        color: white;
        padding: 14px;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        cursor: pointer;
        transition: 0.3s;
        width: 100%;
        font-weight: 600;
    }
  button, html [type="button"], [type="reset"], [type="submit"]:hover{
 background: #004AAD;
}

    button:hover {
        background: #003080;
    }

    /* Responsive adjustments */
    @media screen and (max-width: 768px) {
        .cf7-row {
            flex-direction: column;
            gap: 10px;
        }

        .cf7-col, .cf7-col-full {
            width: 100%;
        }
    }

.my-link{
	color:black;
}
.my-link-f{
	color:white;
}
.my-link-f:hover{
	color:white;
}




/* landing page css */
.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  background-color: #004AAD;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 74, 173, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
}

.landing-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0));
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.landing-button:hover::before {
  left: 0;
}

.landing-button:hover {
  background-color: #00398c;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 28px rgba(0, 74, 173, 0.5);
}



.landing-button:hover::after {
  opacity: 1;
  transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .landing-button {
    font-size: 16px;
    padding: 12px 24px;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .landing-button {
    font-size: 15px;
    padding: 10px 10px;
    white-space: normal;
    word-break: break-word;
    width: 100%;
  }
}




.hover-box {
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

.hover-box h1,
.hover-box h2,
.hover-box h3,
.hover-box p,
.hover-box ul li,
.hover-box .elementor-button,
.hover-box .hover-h2,
.hover-box .hover-line {
  color: #000;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.hover-box .elementor-button {
  background-color: #004AAD;
  color: #fff;
  border-radius: 10px;
  padding: 12px 30px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.hover-box:hover {
  background-color: #004AAD;
}

.hover-box:hover h1,
.hover-box:hover h2,
.hover-box:hover h3,
.hover-box:hover p,
.hover-box:hover ul li,
.hover-box:hover .hover-h2,
.hover-box:hover .hover-line {
  color: #fff !important;
}

.hover-box:hover .elementor-button {
  background-color: #fff;
  color: #004AAD !important;
}

.hover-line {
  transition: all 0.3s ease;
}

.hover-box:hover .hover-line {
  border-color: #fff !important;
  background-color: #fff !important;
}

@media (max-width: 768px) {
  .hover-box .elementor-button {
    font-size: 16px;
    padding: 10px 24px;
  }
}

@media (max-width: 480px) {
  .hover-box .elementor-button {
    font-size: 15px;
    padding: 8px 20px;
    width: 100%;
  }
}

@media(min-width:760px){
.hover-box-title{
	background-color:#004AAD;
	color:white;
	line-height:1.6; 
	padding:0px 15px;
	border-radius:5px
}
}