/*!
Theme Name: GTM Report Child
Theme URI: https://www.linkedin.com/in/garrypannu/
Description: GTM Report Theme
Author: Garry Pannu
Author URI: https://www.linkedin.com/in/garrypannu/
Template: gtmreport
Version: 1.0.0
Text Domain: gtmreport
*/

 /* Add your custom style here */

  

/* Container styling */
.mg-container {
    
    font-family: "Inter", sans-serif;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 20px;
}
.darkened {
    opacity: 0.6;
    filter: brightness(30%) contrast(120%);
    transition: opacity 0.3s ease, filter 0.3s ease;
}
#embed-code,
#embed-code-2 {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
/* Form title and subtitle styling */
#embed-code{
  margin-top:50px !important;
}
.hidden{
  display:none !important;
}
#layout-selection {
    margin-bottom: 40px;
/*             position: -webkit-sticky;
    position: sticky; */
    top: 0;
    z-index: 1000;
    padding: 10px 0;
}


.layout-selection_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 820px;
    margin: 0px auto;
}

.layout-container:hover {
/*     transform: scale(1.05); */
}

.layout-container {
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(25% - 18px);
    margin-right: 24px;
    border-radius: 8px;
    border: 1px solid #BFDAFF;
    background: #F5F7FA;
    padding: 12px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.layout-container:hover {
    border-color: #006aff;
}





.layout-container_text span {
    color: #101112;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.form-title {
    color: #101112;
    font-family: Inter, sans-serif;
    font-size: 51px;
    font-weight: 600;
    letter-spacing: -.51px;
    line-height: 61.2px;
    margin: 0 0 16px;
}

.form-subtitle {
    color: #101112;
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -.25px;
    line-height: 35px;
    margin: 0;
}

/* Form styling */


/* Input label styling */
.input-label {
    color: #101112;
    font-family: Inter, sans-serif;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    padding: 0;
    text-align: center;
}

/* Input field styling */
.input-field {
    background: #fff;
    border: 1px solid #101112 !important;
    border-radius: 6px !important;
    color: #666;
    font-family: Avenir Next !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px;
    width: 100%;
}

/* Input with icon styling */
.input-with-icon {
  position: relative;
  display: inline-block;
  width: 100%;
}



input#email_input {
/*     background-image: url(https://8129844.fs1.hubspotusercontent-na1.net/hubfs/8129844/envelope.svg);
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: 24px; */
    padding-left: 48px;
}

/* Button styling */


.submit-button {
    background: #006aff;
    border: 1px solid #006aff;
    border-radius: 6px;
    color: #fff;
    font-family: Avenir Next;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 24px;
    cursor: pointer;
}

.submit-button:hover {
  background-color: #2980b9;
}

/* Terms and conditions */
.form-terms {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.terms-link {
  color: #3498db;
  text-decoration: none;
}

.terms-link:hover {
  text-decoration: underline;
}

/* Step 2: Loading Screen */
.loading-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 18.75rem; /* 300px */
}

.loader-circle {
  border: 0.5rem solid #f3f3f3; /* 8px */
  border-top: 0.5rem solid #3498db; /* 8px */
  border-radius: 50%;
  width: 3.75rem; /* 60px */
  height: 3.75rem; /* 60px */
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Hero Section */

.css-179bxjn{
 
}
.css-1mm6sfh{

}
.hero-section h1 {
  font-size: 3.5rem;
  margin-bottom: 1.25rem; /* 20px */
  font-weight: bold;
  background: linear-gradient(90deg, #fff 0%, #d4e6fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section p {
  font-size: 1.2rem;
  margin-bottom: 2.5rem; /* 40px */
  color: #d1d1d1;
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1.25rem; /* 20px */
}

.cta-button {
  padding: 0.9375rem 1.875rem; /* 15px 30px */
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 0.375rem; /* 6px */
  font-size: 1rem;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.5); /* 5px */
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #2980b9;
  color: #ffffff;
}

/* Step 6 Email Prompt */
.email-prompt {
    border-radius: 14.525px;
    border: 0.908px solid #222;
    background: linear-gradient(187deg, rgba(26, 26, 26, 0.90) 12.41%, #000 99.11%);
    box-shadow: 5.616px 2.247px 2.247px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    max-width: 1000px;
    margin: 0px auto;
}

.email-prompt_text h2 {
    color: #F0F2F5;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
}


.input-screen {
    padding: 112px 0px;
    max-width: 592px;
    margin: 0px auto;
}

div#shared_content {
    padding-bottom: 32px;
    text-align: center;
}

/**** custom Css starts ***/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


body {
   font-family: "Inter", sans-serif;
}

.mg-preview-box_content {
    text-align: center;
    padding-bottom: 32px;
}

.mg-preview-box_content h1 {
    color: #101112;
    font-family: "Inter", sans-serif;
    font-size: 51px;
    font-weight: 600;
    line-height: 61.2px;
    letter-spacing: -0.51px;
    margin: 0;
    margin-bottom: 16px;
}

.mg-preview-box_content p {
    color: #101112;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.25px;
    font-family: "Inter", sans-serif;
    margin: 0;
}

.mg-preview-box_form_field label {
    color: #101112;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    margin-bottom: 8px;
    display: block;
    text-align: left;
}

.mg-preview-box_form {
    max-width: 592px;
    margin: 0px auto;
}

.mg-preview-box_form_field input {
    border-radius: 6px !important;
    border: 1px solid #101112 !important;
    background: #FFF;
    padding: 12px;
    width: 100%;
    color: #666;
    font-family: "Avenir Next" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
}

.mg-preview-box_form_field ::placeholder {
  color: #666;
  opacity: 0.8; /* Firefox */
}

.mg-preview-box_form_field ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #666;
  opacity: 0.8; /* Firefox */
}

.mg-preview-box_form_field input#email {
    padding-left: 48px;
    background-image: url(https://8129844.fs1.hubspotusercontent-na1.net/hubfs/8129844/envelope.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center left 10px;
}

.mg-preview-box_form_disclaimer p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.mg-preview-box_form_field {
    margin-bottom: 24px;
}

.mg-preview-box_form_disclaimer {
    margin-bottom: 24px;
}

.mg-preview-box_form_btn button {
    border-radius: 6px;
    border: 1px solid #006AFF;
    background: #006AFF;
    padding: 12px 24px;
    color: #FFF;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}


.mg-preview-box_form_btn {
    text-align: center;
}

.loader {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.loader svg {
    animation: spin 1.5s linear infinite; /* Spin animation for the entire SVG */
}



@keyframes spin {
    0% {
        transform: rotate(0deg); /* Start position */
    }
    100% {
        transform: rotate(360deg); /* End position */
    }
}



.loading-main-box_top {
    background: linear-gradient(93deg, rgba(245, 247, 250, .5), #f5f7fa 29.52%);
    border-radius: 8px;
    padding: 64px 30px 90px;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 32px;
}

.loading-main-box_top h1 {
    color: #101112;
    font-family: Inter, sans-serif;
    font-size: 51px;
    font-weight: 600;
    letter-spacing: -.51px;
    line-height: 61.2px;
    margin: 0 0 16px;
}

.loading-main-box_top p {
    color: #101112;
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -.25px;
    line-height: 35px;
    margin: 0;
}

.loading-main-box_card {
    max-width: 1008px;
    margin: 0px auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.loading-main-box_item {
    border-radius: 10px;
    background: linear-gradient(93deg, rgba(245, 247, 250, 0.50) 0%, #F5F7FA 29.52%);
    width: 24%;
    height: 400px;
}


.mg-result_hero {
    background: radial-gradient(39.67% 81.48% at 52% 57.41%, #081F43 0%, #040F21 50.56%, #000 100%);
    padding: 112px 0px;
}

.mg-result_hero_text {
    max-width: 754px;
    margin: 0px auto;
    text-align: center;
}

.mg-result_hero_text h2 {
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 67.32px;
    letter-spacing: -2.04px;
    background: linear-gradient(90deg, #FFF 0%, #D4E6FE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter, sans-serif;
    margin: 0;
    margin-bottom: 24px;
}
.css-1ynm6nn {
    cursor: pointer;
/*     background-color: #e5e5e5;
    width: 200px;
    height: 140px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: border-color 0.3s ease; */
}
.css-1ynm6nn:hover {
    border-color: #007bff;
}
.css-1ynm6nn.active {
    border-color: #007bff;
}
.mg-result_hero_text p {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 41.6px;
    letter-spacing: -0.32px;
}
/**** Custom CSS ends ****/

.result_section_main {
    background: radial-gradient(39.67% 81.48% at 52% 57.41%, #081f43 0, #040f21 50.56%, #000 100%);
    padding: 112px 0;
}

.result_section_content h1 {
    background: linear-gradient(90deg, #FFF 0%, #D4E6FE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter, sans-serif;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 67.32px;
    letter-spacing: -2.04px;
    margin-bottom: 24px;
}


.result_section_content {
    max-width: 784px;
    margin: 0px auto;
}

.result_section_content p {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.32px;
    line-height: 41.6px;
    margin: 0;
}

.blue-button {
    background: #006aff;
    border: 1px solid #006aff;
    border-radius: 6px;
    color: #fff;
    font-family: Avenir Next;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 24px;
    display: inline-block;
    cursor: pointer;
}

.plain-button {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    background: transparent;
    border: 1px solid #006aff;
    border-radius: 6px;
    color: #fff;
    font-family: Avenir Next;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 24px;
    display: inline-block;
    cursor: pointer;
}

.cta-button_item a {
    width: 200px;
    text-align: center;
}
.result_section_text {
    padding-bottom: 32px;
    text-align: center;
}

.visual_result {
    padding: 32px 0px 112px;
}

.visual_result_content h2 {
    color: #101112;
    font-family: Inter, sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.45px;
    margin-bottom: 24px;
}

.visual_result_content p {
    color: #101112;
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.25px;
    margin: 0;
}


.visual_result_screens {
    padding-bottom: 32px;
    padding-top: 64px;
}

.share-section_box p {
    color: #101112;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    font-family: "Figtree", sans-serif;
    margin: 0;
    margin-bottom: 16px;
}


.share-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.share-icons a {
    margin-right: 8px;
}


.share-icons a img {
    vertical-align: middle;
}

.share-section {
    padding-bottom: 32px;
    padding-top: 32px;
}

.dark-button {
    color: #101112;
    border: 1px solid #101112;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.share-section_box_title {
    text-align: center;
}


.blacklist_section_main {
    background: radial-gradient(39.67% 81.48% at 52% 57.41%, #081F43 0%, #040F21 50.56%, #000 100%);
    padding: 112px 0px;
}

.blacklist_section_content h1 {
    background: linear-gradient(90deg, #FFF 0%, #D4E6FE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter, sans-serif;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -2.04px;
    margin-bottom: 24px;
}

.blacklist_section_content p {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 41.6px;
    letter-spacing: -0.32px;
    margin: 0;
}

.blacklist_section_content {
    max-width: 780px;
    margin: 0px auto;
    text-align: center;
}

.blacklist_section_box {
    padding-top: 64px;
}


.email-prompt_text p {
    color: #F0F2F5;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.25px;
      margin: 0;
}

.email-prompt_text {
    padding-bottom: 24px;
    max-width: 560px;
    margin: 0px auto;
    text-align: center;
}

.email-prompt_form_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.email-prompt_btn {
    width: 120px;
}

.email-prompt_inp {
    width: calc(100% - 130px);
}


.email-prompt_btn .submit-button {
    width: 100%;
}

.email-prompt_form {
    max-width: 560px;
    margin: 0px auto;
}


p.form-terms_white {
    color: #F0F2F5;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 0px 0px 0px;
}

p.form-terms_white a.terms-link {
    color: #F0F2F5;
    text-decoration: underline;
}


.full-image img {
    width: 100% !important;
    height: auto !important;
    vertical-align: middle;
}


.blue-button:hover {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    background: transparent;
    border: 1px solid #006aff;
    color: #fff;
}

.plain-button:hover {
    background: #006aff;
    border: 1px solid #006aff;
    color: #fff;
}


.blue-dark:hover {
    color: #101112;
    border: 1px solid #101112;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.dark-button:hover {
    color: #fff;
}


.mg-preview-box_form_disclaimer p {
    color: #000;
    font-family: "Figtree", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.visual_result_content {
    text-align: center;
}


.css-1mm6sfh img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.css-179bxjn img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.layout-container_text {
    margin-top: 12px;
}


#preview-section {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    max-width: 1200px;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

#preview-section:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}


#preview-section img:hover {
    transform: scale(1.02);
}

#preview-section img {
    transition: transform 0.3s ease;
}

        /* Additional CSS for the darkening effect on hover */
        .darkened {
            filter: brightness(50%);
        }


.layout-container:has(.css-1ynm6nn.active) {
    border-color: #007bff;
}

.input-with-icon:before {
    display: inline-block;
    background-image: url(https://8129844.fs1.hubspotusercontent-na1.net/hubfs/8129844/envelope.svg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    z-index: 9;
    width: 24px;
    height: 24px;
    background-size: contain;
    left: 13px;
    top: 17px;
}





/*********** Responsive code ***************/

/************** ipad ***************/

@media (max-width: 1200px) {

  .input-screen {
      padding: 80px 0px;
  }
  

  .blacklist_section_main {
      padding: 80px 0px;
  }

}


@media (max-width: 1080px) {


  .visual_result {
      padding: 32px 0px 80px;
  }

}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {
  
  .visual_result {
      padding: 32px 0px 40px;
  }

  .input-screen {
      padding: 60px 0px;
  }
  

  .form-title {
      font-size: 40px;
      line-height: 52px;
  }
  
  
  .loading-main-box_top h1 {
      font-size: 40px;
      line-height: 52px;
  }
  
  .result_section_content h1 {
      font-size: 40px;
      line-height: 52px;
  }

  

  .result_section_content p {
      font-size: 26px;
      line-height: 34px;
  }
  
  .loading-main-box_top p {
      font-size: 20px;
  }

  .form-subtitle {
      font-size: 20px;
  }
  
  
  .loading-main-box_top {
      padding: 60px 20px;
  }

  
  .loading-main-box_item {
      width: 49%;
      height: 200px;
      margin-bottom: 4px;
  }
  
  .result_section_main {
      padding: 80px 0px;
  }
  
  .visual_result_content h2 {
      font-size: 40px;
      line-height: 52px;
  }
  
  .blacklist_section_content h1 {
      font-size: 40px;
      line-height: 52px;
  }


  .blacklist_section_content p {
      font-size: 26px;
      line-height: 34px;
  }

  .email-prompt_text h2 {
      font-size: 36px;
  }
  
  .email-prompt {
      padding: 20px;
  }

    .email-prompt_text p {
        font-size: 18px;
        line-height: 26px;
    }
  
  .blacklist_section_main {
      padding: 60px 0px;
  }



}

@media (min-width: 480px) {
  
  .layout-container:nth-child(4n + 4) {
      margin-right: 0;
  }
  
  
}

/************** iphone ***************/
@media (max-width: 479px) {

    .layout-container:nth-child(2n + 2) {
        margin-right: 0;
    }
  
    .layout-container {
        width: calc(50% - 18px);
        margin-bottom: 24px;
    }
  

    .form-title {
        font-size: 38px;
        line-height: 48px;
    }
  
    .visual_result_content h2 {
        font-size: 34px;
        line-height: 48px;
        margin-bottom: 18px;
    }
  
  .visual_result_content p {
      font-size: 20px;
      line-height: 32px;
  }

  .loading-main-box_top h1 {
      font-size: 38px;
      line-height: 48px;
  }

  
  .result_section_content h1 {
      font-size: 38px;
      line-height: 48px;
  }
  
  

  .result_section_content p {
      font-size: 22px;
      line-height: 32px;
  }
  
  
  .result_section_main {
      padding: 60px 0px;
  }
  

  .cta-buttons {
      flex-wrap: wrap;
  }

    .cta-button_item {
        width: 100%;
        text-align: center;
    }
  
  .blacklist_section_content h1 {
      font-size: 38px;
      line-height: 48px;
  }
  
    .blacklist_section_content p {
        font-size: 20px;
        line-height: 30px;
    }
  
  .blacklist_section_box {
      padding-top: 40px;
  }
  
  
  .email-prompt_text h2 {
      font-size: 30px;
      line-height: 40px;
  }
  
  
  .email-prompt_inp {
      width: 100%;
      margin-bottom: 20px;
  }

  
}