/*
Theme Name: The7 Child
Template: dt-the7
*/

/* =========================
   RESET + GLOBAL
========================= */


 #main {
        padding: 0px !important;
    }


img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    border: 0 !important;
}

/*Diamond section*/
/* wrapper */
.steps-wrapper {
  position: relative;
}

/* dashed path */
.steps-wrapper::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #dbe2f0 0,
    #dbe2f0 6px,
    transparent 6px,
    transparent 12px
  );
  z-index: 0;
}

/* column */
.step-item {
  position: relative;
  text-align: center;
  z-index: 1;
}

/* number */
.step-number h1 {
  position: absolute;
  top: -40px !important;
  left: 50% !important;
  transform: translateX(-50%);
  font-size: 80px !important;
  font-weight: 700 !important;
  color: #e9edf3 !important;
  z-index: 0 !important;
}

/* diamond */
.diamond {
  width: 170px;
  height: 170px;
  background: #fff;
  border-radius: 20px;
  transform: rotate(45deg);
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  margin: auto;
}

/* inner content */
.diamond > .vc_column-inner {
  transform: rotate(-45deg);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* typography */
.step-item h1 {
  margin-top: 10px;
  font-size: 18px;
  color: #0b2c5f;
}
.diamond h1 {
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
   padding-top: 3rem;
   margin-right:1rem;
}


/* responsive */
@media (max-width: 768px) {
  .diamond {
    width: 130px;
    height: 130px;
  }
  .step-number {
    font-size: 50px;
  }
  .steps-wrapper::before {
    display: none;
  }
}


 /*contact form custom design*/
 
.cont-form #wpcf7-f12-p186-o1 {
    background: #f8f9fb4d;
    padding: 60px;
    border-radius: 25px;
    box-shadow: 0 25px 10px 9px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}
.cont-form #wpcf7-f12-p186-o1:before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255,215,150,0.35) 0%, rgba(255,255,255,0) 70%);
    z-index: 0;
}
.cont-form .wpcf7 form {
    position: relative;
    z-index: 2;
}
.cont-form label {
    font-weight: 500;
    font-size: 18px;
    color: #112057;
    margin-bottom: 8px;
    display: block;
}
.cont-form input,
.cont-form textarea {
    width: 100%;
    background: #eef0f4;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 15px;
    color: #333;
    margin-bottom: 17px;
    outline: none;
    transition: 0.3s ease;
}
.cont-form .wpcf7-submit{
    width:60% !important;
}

/* Textarea shape */
.cont-form textarea {
    max-height:120px !important;
    border-radius: 20px;
    resize: none;
}

/* Focus effect */
.cont-form input:focus,
.cont-form textarea:focus {
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
    background: #fff;
}

/* Placeholder */
.cont-form ::placeholder {
    color: #9ca3af;
}

/* ===============================
   BUTTON
================================ */

.cont-form .wpcf7-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 35px rgba(124, 58, 237, 0.45);
}

/* Remove spinner */
.cont-form .wpcf7-spinner {
    display: none;
}


/* =========================
   TYPOGRAPHY (BASE – MOBILE)
========================= */

h1 {
    
    line-height: 1.25 !important;
    
}

h2 {
    
    line-height: 1.35 !important;
   
}

h3 {
    font-size: 1.1rem !important;
    margin-bottom: 12px !important;
    line-height: 1.35 !important;
}

h4 {
    font-size: 1rem !important;
}

h5 {
    font-size: 0.95rem !important;
}

h6 {
    font-size: 0.9rem !important;
}

p {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 14px !important;
}
.f-big { font-size: 2.7rem !important; }


.first-btn button { background: #2bb2a8!important; color: #fff !important; border: 1px solid #707efc61 !important; }
/* =========================*/
/*   LAYOUT*/
/*========================= */



.wf-wrap,
.wf-container,
.content {
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow-x: hidden !important;
}
.big-coll h1 {
    font-size: 9rem !important;
    font-weight: bolder;
}
.coll-button {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #02c1b4 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
.coll-button span {
    color: #112057 !important;
    font-weight: 600;
    font-size: 23px;
}

/* =========================
   BUTTONS & FORMS
========================= */

button,
input,
select,
textarea {
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
}

input,
textarea,
select {
    padding: 10px 12px !important;
}

button,
.btn-first button,
a.button {
    border: 1px solid #707efc61 !important;
    padding: 15px 18px !important;
    border-radius: 6px !important;
    min-height: 45px !important;
    font-size: 20px !important;
}
.btn-first button ,.cont-form .wpcf7-submit{
    background: #02c1b4 !important;
    color: #112057 !important;
}
.btn-sec button {
    color: #112057 !important;
    background: #fff !important;
}

/* =========================
   HERO – MOBILE FIX (IMPORTANT)
========================= */

@media (max-width: 480px) {

    .vc_row:first-child,
    .elementor-section:first-child {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }

    h1 {
        font-size: 1.45rem !important;
        line-height: 1.22 !important;
        text-align: center !important;
    }

    h2 {
        font-size: 1.1rem !important;
        text-align: center !important;
        opacity: 0.9 !important;
    }



    .vc_row:first-child p,
    .elementor-section:first-child p {
        font-size: 0.9rem !important;
        line-height: 1.55 !important;
        max-width: 90% !important;
        margin: 0 auto 18px !important;
        text-align: center !important;
        opacity: 0.85 !important;
    }
}

/* =========================
   SMALL TABLETS ≥ 576px
========================= */

@media (min-width: 576px) {

    html {
        font-size: 15.5px !important;
    }

    h1 { font-size: 1.75rem !important; }
    h2 { font-size: 1.4rem !important; }

    /*.wf-wrap,*/
    /*.content {*/
    /*    padding-left: 24px !important;*/
    /*    padding-right: 24px !important;*/
    /*}*/
}

/* =========================
   TABLETS ≥ 768px
========================= */

@media (min-width: 768px) {

    html {
        font-size: 16px !important;
    }

    h1 { font-size: 2rem !important; }
    h2 { font-size: 1.6rem !important; }

    p {
        font-size: 1rem !important;
    }

    .wf-wrap,
    .content {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

/* =========================
   DESKTOP ≥ 1024px
========================= */

