*
{
    transition:all 0.3s ease-in-out;
    box-sizing:border-box;
    margin:0px;
    font-family: 'Inter', sans-serif;
    padding:0px;
    text-transform:none !important;
}
body
{
    width:100%;
    overflow-x: hidden; 
    overflow-y: scroll;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family:Gilroy;
  src: url(./font/Gilroy-Bold.ttf);
}

h1
{
    text-align:left !important;
}

h2,h3,h4,h5,h6
{
    font-family:Gilroy !important;
    text-align:left !important;
}
h2
{
    font-weight:500 !important;
    color:#3a3a3a !important;
    letter-spacing:0.9px;
}

h1:before
{
    display:none;
}
h2:before
{
    display:none !important;
}
h3
{
    font-weight:400 !important;
    color:#3a3a3a !important;
    letter-spacing:0.9px;
}
h4,h5,h6
{
    font-weight:400 !important;
    color:#3a3a3a !important;
    letter-spacing:0.9px;
}

strong
{
    color:#3a3a3a !important;
/*    letter-spacing:0.9px;*/
    font-family: 'Inter', sans-serif !important;
}

p
{
    font-family: 'Inter', sans-serif !important;
}

li
{
    font-family: 'Inter', sans-serif !important;    
}

/* ========home-banner----- */
.home-banner
{
    background:url('https://thelicensehub.com/images/Contractor License Eligibility, Documents, Types.webp');
    background-size:cover;
    object-fit:cover;
    background-position:center center;
    height:620px;
    width:100%;
    display:flex;
    padding:30px;
}

.home-banner>.left-section
{
width:60%;
}
.home-banner>.right-section
{
    width:40%;
}

/* ------home-banner left-section------ */

.home-banner>.left-section
{
/* border:5px solid red; */
display:flex;
flex-direction:column;
/* gap:15px; */
padding:30px;
}

.home-banner>.left-section h1
{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -1%;
    color: #fff;
    margin-bottom: 24px;    
}
.home-banner>.left-section p
{
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    color: #fff;
    margin-top:-15px;
}


.home-banner .left-section .information-button
{
    display:flex;
    gap:25px;
    margin:0px 0px 15px;
}

.home-banner .left-section .information-button div h3
{
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff !important;
    margin-bottom:8px;
}

.home-banner .left-section .information-button div p
{
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    width: auto !important;
}
/* -------border-left-right-home-page--------- */
.border-left-right
{
  display: flex;
  align-items:center;
}

.border-left-right .button-items
{
padding:0px 30px;
}

.border-left-right::before,.border-left-right::after
{
    content:"";
   border:1px solid #fff;
   height:35px;
   border-radius:25px;
}

/* -------border-left-right-home-page--------- */

/* ---------home-banner-left-section-review-------- */
.review-items
{
    display:flex;
    gap:25px;
    align-items:center;
}
.review-items .left-review
{
    display:flex;
    gap:10px;
    align-items:center;
}

.review-items .left-review .google-logo img
{
    width:40px;
}
.review-text>p:nth-child(1)
{
 font-weight:600;
 font-size:15px;
 margin:0px;
}
.review-text>p:nth-child(2)
{
    margin-top:-7px;
    font-size:20px;
    color:#f7ce00;
    font-weight:600;
}

.review-items .right-review>img
{
    width:130px;
}

/* ---------home-banner-left-section-review-------- */




/* ------home-banner left-section------ */









/* ------home-banner right-section------ */

.home-banner .right-section
{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:50px;
}
.home-banner .right-section form
{
    display:flex;
    flex-direction:column;
    background:#404040B8;
    padding:20px;
    border-radius:10px;
    position: relative;
}

.home-banner .right-section form::before
{
    position: absolute;
    content: "";
    top: -56px;
    right: -113px;
    background-image: url(https://thelicensehub.com/images/form-label.png);
    width: 320px;
    height: 108px;
    object-fit: cover;
    background-size: cover;
}

.home-banner .right-section form::after
{
    position: absolute;
    content: "";
    top: -12px;
    right: 100px;
    background-image: url(https://thelicensehub.com/images/Tick.gif);
    width: 23px;
    height: 23px;
    object-fit: cover;
    background-size: cover;
}


.home-banner .right-section form h3
{
    font-family: Inter;
    font-weight: 500 !important;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
    color: #fff !important;
    letter-spacing: 1px;

}


.home-banner .right-section form .input-container
{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.home-banner .right-section form .input-container input,.input-container .contact-btn-row .contact-number input
{
    border-bottom: 1px solid #E7E7E7;
    border-radius: 0px;
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    padding: 0px 0px 0px;
    border-right: 0px;
    font-family: Inter;
    font-weight: 400;
     font-size:16px !important; 
    vertical-align: middle;
    color: #fff;
    outline:none;
    width:100%;
    font-family: 'Inter', sans-serif;
}

#services
{
    border-bottom: 1px solid #E7E7E7;
    border-radius: 0px;
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    padding: 0px 0px 0px;
    border-right: 0px;
    font-family: Inter;
    font-weight: 400;
     font-size:16px !important; 
    vertical-align: middle;
    color: #fff;
    outline:none;
    width:100%;
    font-family: 'Inter', sans-serif;
}

select option
{
    background:transparent;
    border:none;
    outline:none; 
    background:rgba(0, 0, 0,0.7);
    padding:20px;
    margin:10px;
}


/* Normal input text white */
input, textarea {
  color: #fff !important;
  font-size:13px !important;
}

/* Placeholder text white */
input::placeholder,
textarea::placeholder {
  color: #fff !important;
  opacity: 1; /* kuch browsers me opacity kam hoti hai */
  font-size:16px !important; 
  font-weight:500;
}

/* Agar select field bhi hai to */
select {
  color: #fff !important;
}



.input-container .contact-btn-row
{
    display:flex;
    align-items:center !important;
    font-size:20px;
    gap:25px;
}
.input-container .contact-btn-row .contact-number
{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:16px;
    padding:0px 0px 7px 0px;
    border-bottom:1px solid #fff;
    margin-bottom:-13px;
    width:100px;
}

.home-banner .right-section form .input-container .contact-btn-row img
{
    width:25px;
}

.home-banner .right-section form  button
{
      font-family: 'Inter', sans-serif;  
    font-weight:500;
    font-size: 18px;
    letter-spacing:0.9px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #01407d;
    box-shadow: 0px 3.2px 4px 0px #00000024;
    padding: 18px 50px;
    border: none;
    border-radius: 8px;
    width: 100%;
    margin-top:25px;
    cursor: pointer;

}

/* ------home-banner right-section------ */




/* about-section--------- */

.h2-heading
{
    font-size:35px;
    padding:20px;
    color:#2776b8;
    text-align:center !important;
}

.about-section
{
    width:100%;
    display:flex;
    padding:50px 80px;
    padding-top:20px;
    gap:30px;
}
.about-section>.about-left-section
{
    width:70%;
}

/* about-section-left-section-------- */
.about-section>.about-right-section
{
    width:30%;
    /* border:2px solid red; */
    padding:20px;

}

.about-section>.about-left-section h2
{
    font-size:28px;
    margin:40px 0px 15px 0px;
}
.about-section>.about-left-section h3
{
    font-size:23px;
    margin:30px 0px 10px 0px;
}

.about-section>.about-left-section h4
{
    font-size:20px;
    margin:25px 0px 10px 0px; 
}

.about-section>.about-left-section p
{
    font-size:16px;
    line-height:25px;
    margin-bottom:15px;
}
.about-section>.about-left-section ul
{
    margin-left:35px;
}
.about-section>.about-left-section ul li
{
 margin:10px;
 line-height:25px;
}

.about-section>.about-left-section .key-benefits
{
    margin-left:15px;
    margin:20px 15px;
}



/* --------table------- */

table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  border-radius:15px;
}

table td {
  border: 1px solid #2776b8;
  padding: 8px;
}

table thead td {
  background-color: #2776b8;
  color: #fff;
  font-weight: bold;
}


/* --------table------- */
/* about-section-left-section-------- */



/* about-section-right-section-------- */

.about-right-section
{
    position:sticky;
    top:0px;
    left:0px;
    border-left:1px solid #2776b8;
    background:rgba(0, 0, 0, 0.055);
}

.table-off-ontent-section>h2
{
    font-size:30px;
    margin-bottom:15px;
}

.table-off-ontent-section
{
    padding:20px;
    display:flex;
    flex-direction:column;
    gap:15px;
    border-radius:5px;
    position:sticky;
    top:90px;
    left:0px;
}
.table-off-ontent-section>a
{
    text-decoration:none;
    display:flex;
    gap:10px;
    color:#000;
    font-weight:500;
    font-size:15px;
}
.table-off-ontent-section>a:hover
{
    cursor: pointer !important;
}







/* about-section-right-section-------- */




/* about-section--------- */




/* -----------faq-section----- */


.faq-section {
  font-family: "Segoe UI", sans-serif;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:-30px;
  padding:0px 250px;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
 border:1px solid #2776b8;
  padding:5px 20px;
  margin-bottom:15px;
  border-radius:15px;
  background:#fff !important;
}

.about-section>.about-left-section p
{
    font-size:16px !important;
}


.about-section>.about-left-section li
{
    list-style:disc !important;
    font-size:16px !important;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size:18px !important;
  font-weight:500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor:pointer !important;
  color:rgba(0, 0, 0,0.8); !important;
  letter-spacing:1px;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size:25px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
  /* padding-bottom:15px; */
}

.faq-answer p
{
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}


/* ======faq-section======= */





/* ---------media-screnn-------- */

@media only screen and (max-width: 600px) 
{

/*-----home-banner-------    */

.home-banner
{
    padding:20px;
    flex-direction:column;
    height:auto !important;
}

.home-banner>div
{
    width:100%;
}
.home-banner > .left-section
{
    width:100%;
    padding:0px;
}
.home-banner > .left-section h1
{
    font-size:30px;
    line-height:35px;
    margin-top:55px;
}
.home-banner > .left-section p
{
  font-size: 15px;
  line-height: 25px;
}
.home-banner .left-section .information-button
{
    flex-wrap:wrap;
    display:none;
}
.review-items
{
    display:none;
}
.home-banner .right-section
{
    width:100%;
    padding:0px;
    margin-top:30px;
}


.home-banner .right-section form::before
{
    position: absolute;
    top: -25px;
    right: -10px;
    width: 150px;
    height: 60px;
    object-fit: cover;
    background-size: cover;
}

.home-banner .right-section form::after
{
  position: absolute;
  top: -20px;
  right: 99px;
  width: 20px;
  height: 20px;
  object-fit: cover;
  background-size: cover;
}

/*home-banner-form-----*/
.home-banner .right-section form h3
{
    font-size: 20px;
}

.home-banner .right-section form .input-container
{
    gap:8px !important;
}

.home-banner .right-section form button
{
    padding:10px 10px !important;
    font-size:15px !important;
}
/*-----home-banner-------    */


/* ---about-section------- */
.about-section
{
    flex-direction:column;
      flex-direction: column-reverse;
    gap:15px;
    padding:20px 20px;
}
.about-section > .about-left-section
{
    width:100%;
}
.about-section > .about-left-section h2
{
    text-align:left !important;
    font-size: 25px;
    margin: 20px 0px;
}
.about-section > .about-left-section ul
{
    margin-left: 15px;
}

.about-section > .about-right-section
{
    width:100% !important;
    padding:0px !important;
    border-left:none;
    position: static !important;
}

.about-section > .about-left-section h2
{
    line-height: 30px;
}
.table-off-ontent-section
{
    padding:15px;
    position:static !important;
    top:0px;
    bottom:0px;
}
.table-off-ontent-section > h2
{
    text-align:left !important;
}

/*========faq-section========*/
.faq-section
{
    padding:20px 20px !important;
}

.faq-question
{
    font-size: 16px !important;
}

.faq-section
{
    margin-top: -70px !important;
    margin-bottom:0px !important;
}
.request
{
    padding:0px 0px !important;
    margin-top:0px !important;
}

}


/* ---------media-screnn-------- */



/*---------new-footer------------*/


    footer {
      background: #2776b8; /* updated background */
/*      text-align: center;*/
      padding: 25px 20px;
      color: #fff;
    }

    footer h2 {
      color: #fff; /* updated title color */
      margin-bottom: 6px;
      font-size: 20px;
    }

    footer p {
      margin: 3px 0;
      color: #fff; /* updated paragraph color */
      font-size: 13px;
    }

    .consult-btn {
      display: inline-block;
      margin: 12px 0;
      padding: 10px 20px;
      background: #fff; /* button background white */
      color: #2776b8; /* button text blue */
      border-radius: 20px;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
      transition: 0.3s;
    }

    .consult-btn:hover {
      background: #e6e6e6; /* lighter on hover */
    }

    .contact {
      margin: 12px 0;
      font-size: 13px;
      color: #fff;
    }

    .social-icons {
      margin: 10px 0;
    }

    .social-icons a {
      display: inline-block;
      width: 32px;
      height: 32px;
      line-height: 32px;
      margin: 0 6px;
      background: #fff; /* icon background white */
      color: #2776b8; /* icon color blue */
      border-radius: 50%;
      text-align: center;
      font-size: 14px;
      text-decoration: none;
      transition: 0.3s;
    }

    .social-icons a:hover {
      background: #e6e6e6; /* lighter hover */
    }

    .footer-bottom {
      margin-top: 12px;
      font-size: 12px;
      border-top: 1px solid #fff; /* updated border */
      padding-top: 10px;
      color: #fff;
    }

    .footer-links {
      margin-top: 6px;
    }

    .footer-links a {
      color: #fff; /* updated link color */
      margin: 0 6px;
      text-decoration: none;
      font-size: 13px;
    }

    .footer-links a:hover {
      text-decoration: underline;
    }

    /* Responsive - Mobile */
    @media (max-width: 768px) {
      footer {
        padding: 30px 15px;
      }
      .consult-btn {
        width: 100%;
        max-width: 280px;
        font-size: 15px;
      }
      .footer-links {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-top: 12px;
      }
    }



/*---------new-footer------------*/

