body {
    font-family: "Poppins", sans-serif;
}
.theme-color {
    color: #073e87;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: #073e87;
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    border-radius: 5px;
}
.padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
p {
    line-height: 27px;
    color: #3e3e3e;
}
@media only screen and (min-width: 999px) {
    .lap-none {
        display: none;
    }
}

header {
    background-color: #f5f5f5;
    box-shadow: 0px 4px 4px 0px #00000017;
}
.main-menu li {
    margin: 0px 5px;
}
.main-menu li a {
    color: #000;
}
.main-menu .nav-item a {
    font-size: 17px;
}
.dropdown-item {
    font-size: 16px !important;
}
.search-icon {
    font-size: 18px;
    margin-right: 35px;
}
/* Overlay container - hidden by default (off screen at top) */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #c8e5e98c, #073e87c9, #073e87);
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Slide in overlay when shown */
.overlay.show {
    transform: translateY(0);
}

/* Placeholder white */
.overlay input[type="text"]::placeholder {
  color: #fff;
  opacity: 1; /* ensures it's fully visible */
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s;
}

/* Overlay content container */
.overlay-content {
    text-align: center;
    width: 100%;
    max-width: 600px;
    transform: translateY(-100%);
    transition: transform 0.5s ease;
}
.overlay-content h4 {
    color: #fff;
    font-size: 33px;
    margin-bottom: 18px;
    font-style: italic;
    font-weight: 600;
    text-decoration: underline;
}

.overlay.show .overlay-content {
    transform: translateY(0);
}

/* Input field */
.overlay input[type="text"] {
    padding: 15px;
    font-size: 18px;
    border: none;
    color: #fff;
    width: 79%;
    background: transparent;
    border-radius: 0px;
    outline: none;
    border-bottom: 1px solid #fff;
}

/* Submit button */
.overlay button {
    width: 20%;
    margin-left: -5px;
    padding: 15px;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-bottom: 1px solid #fff;
}

.overlay button:hover {
    background-color: #073e87;
}


/******** Bradcrums Start  ********/

.breadcurms {
    font-size: 15px;
    color: #000;
}
.breadcurms .bi-chevron-right {
    font-size: 13px;
    color: #fff;
}
.home-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.main-heading h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin: 0px;
}
.main-heading p {
    margin: 20px 0px;
}
.main-bg {
    position: relative;
    background: url("../all-images/main-banner.png") center/cover no-repeat;
    width: 100%;
    overflow: hidden;
}
.small-banner {
    padding-top: 120px;
    padding-bottom: 120px;
}
.main-btn {
    background-color: #073e87;
    color: #fff;
    padding: 10px 26px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.main-btn:hover {
    background-color: #073e87cc;
    color: #fff;
}

.sub-heading {
    font-size: 36px;
    font-weight: 600;
}
.style-carousel .slick-dots li button:before {
    font-size: 16px;
    color: #fff !important;
    margin-top: 15px;
}
.slick-dots li button:before {
    font-size: 16px;
    color: #073e87 !important;
    margin-top: 15px;
}
.ht,
.htt {
    border: 1px solid #6666;
    border-radius: 4px;
}
.ht {
    line-height: 1.9;
}

.slick-slide {
    margin: 10px;
}
.bg1 {
    background-color: #f5f5f5;
}
.info-cate {
    background-color: #fff;
    margin: 15px 0px;
}
.info-cate h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.info-cate {
    border-radius: 10px;
    box-shadow: 0 0 6px 0 #0000001a;
}
.info-cate img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
.info-cate span {
    color: #073e87;
}
.info-cate p:hover {
    color: #073e87;
}
a {
    text-decoration: none;
    color: inherit;
}
.bg2 {
    background-image: url(../all-images/hemp-boxes-bluk.jpg);
    background-position: 40%;
    background-size: cover;
    background-repeat: no-repeat;
}
.lists h5 {
    font-size: 19px;
    margin-bottom: 8px;
}
.lists p {
    font-size: 15px;
}

.long-content {
    border: 0 solid;
    padding: 0px 20px;
    height: 450px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.long-content h1,
.long-content h2,
.long-content h3,
.long-content h4,
.long-content h5,
.long-content h6 {
    font-weight: 600;
}
.bg3 {
    /*background-image: url(../all-images/gift-boxes-b.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #073e872b;
}
.bg33 {
    /*background-image: url(../all-images/gift-boxes-b.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #073e872b;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-item {
    border: none !important;
    margin: 10px 0px;
}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.accordion-header {
    border-bottom: 1px solid #ccc;
}
button.accordion-button {
    font-size: 19px;
    font-weight: 500;
    padding-left: 2px;
}
.accordion-body {
    padding-left: 2px;
}
.accordion-button:not(.collapsed) {
    color: #073e87 !important;
}

.testimonial img {
    border: 2px solid #073e87;
}

.testimonial h5 {
    font-weight: 600;
    color: #073e87;
    margin-bottom: 6px;
}

.testimonial small {
    font-size: 14px;
}
.testimonial p {
    font-size: 19px;
    margin-top: 15px;
    line-height: 31px;
}
.space-row {
    --bs-gutter-x: 3.5rem;
}

.process-flow {
    position: relative;

    margin-top: 50px;
}
.process-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}
.process-number {
    width: 50px;
    height: 50px;
    background-color: #073e87;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.5rem;
    flex-shrink: 0;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.process-content {
    margin-left: 20px;
}
.process-content h3 {
    color: #073e87;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}
.process-content p {
    color: #495057;
}
.process-flow::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 20px;
    bottom: 70px;
    width: 2px;
    background-color: #073e87;
    z-index: 5;
}
.card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.form-section {
    background-color: white;
    padding: 30px;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}
/*.form-control {*/
/*    padding: 1em 0.75rem;*/
/*}*/
/*.form-select {*/
/*    padding: 1rem 2.25rem 1rem 0.75rem;*/
/*}*/
.form-header {
    background-color: #073e87;
    color: white;
    padding: 15px;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
    margin: -30px -30px 30px -30px;
}
.sec-last {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
}
.sec-last h2 {
    font-size: 50px;
}
.sec-last p {
    font-size: 30px;
}
.f-list {
    list-style: none;
    padding-left: 0px;
    margin-top: 26px;
    margin-bottom: 0px;
}
.f-list li {
    margin: 10px 0px;
}
.f-list li a {
    color: #3e3e3e;
    display: inline-block;
    padding-left: 0;
    transition: padding-left 0.3s ease, color 0.3s ease;
}

.f-list li a:hover {
    padding-left: 7px;
    color: #073e87;
}
.bord-top {
    border-top: 2px dashed #073e87;
    border-spacing: 10px;
    margin-top: 30px;
    padding-top: 15px;
}
.footer-pad {
    padding-top: 60px;
    padding-bottom: 20px;
}
.bord-top p {
    font-size: 15px;
}
.cate-padding {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #073e872b;
}
.mob-b {
    border-radius: 10px;
}
.thumbnail.active {
    border-color: #073e87;
}
.thumbnail {
    border: 3px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.info-cate2 {
    box-shadow: 0 0 10px 1px #00000038;
    margin: 15px 0px;
}
.info-cate2 img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.info-cate2 .details {
    background-color: #fff;
    padding: 15px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.info-cate2 .details h4 {
    font-weight: 600;
}
.info-cate2 h4 {
    transition: color 0.3s ease;
}
.info-cate2:hover h4 {
    color: #073e87;
}
.date {
    color: #073e87;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    font-weight: 600;
}
.blog-content img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 6px;
}
.blog-padding {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #073e872b;
}
.social-icons {
    display: flex;
    margin-top: 20px;
}
.social-icons i {
    color: #073e87;
    font-size: 22px;
    padding: 7px 11px;
    border: 1px solid #073e87;
    border-radius: 50px;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.social-icons i:hover {
    color: #fff;
    border: 1px solid #073e87;
    background-color: #073e87;
}
.responsive-map iframe {
    width: 100%;
    height: 400px;
}
.main-menu .nav-link i {
    color: #073e87;
}
.dropdown-toggle::after {
    display: none;
}

@media only screen and (min-width: 999px) {
    .display-none {
        display: none;
    }
  /* Base dropdown style */
.main-menu .dropdown-menu {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.95);
  visibility: hidden;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
  transition: 
    max-height 0.5s ease,
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}

/* Show on hover */
.main-menu .nav-item.dropdown:hover .dropdown-menu {
  max-height: 600px; /* big enough */
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}



    .f-widht {
        width: 875px;
        padding: 10px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .info-cate h4 {
        font-size: 19px;
    }
    .main-heading h1 {
        font-size: 44px;
    }
    .sub-heading {
        font-size: 32px;
    }
    .bg2 {
        background-position: 50% !important;
    }
}

@media only screen and (max-width: 999px) and (min-width: 601px) {
    .main-heading h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .home-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .sub-heading {
        font-size: 30px;
    }
    .testimonial p {
        font-size: 17px;
        margin-top: 15px;
        line-height: 27px;
    }
    .client-div {
        margin-top: 40px;
    }
    .form-section {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .form-h {
        margin-top: 50px;
    }
    .sec-last h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .main-heading h1 {
        font-size: 33px;
        line-height: 40px;
    }
    .home-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .main-btn {
        padding: 12px 26px;
        font-size: 16px;
    }

    .overlay {
        height: 50%;
    }
    .overlay-content h4 {
        font-size: 24px;
    }
    .overlay input[type="text"] {
        padding: 14px;
        font-size: 14px;
        width: 60%;
    }
    .overlay button {
        padding: 14px;
        font-size: 14px;
    }
    .overlay .closebtn {
        top: 0px;
        right: 30px;
    }
    .mob-none {
        display: none;
    }
    div#navbarSupportedContent {
        padding-top: 20px;
        padding-bottom: 28px;
    }

    .long-content {
        padding: 0px 0px;
    }
    .sub-heading {
        font-size: 26px;
    }
    .testimonial p {
        font-size: 17px;
        margin-top: 15px;
        line-height: 27px;
    }
    .client-div {
        margin-top: 40px;
    }
    .form-section {
        margin-top: 40px;
    }
    .form-section {
        padding: 20px;
    }
    .sec-last p {
        font-size: 22px;
    }
    .sec-last h2 {
        font-size: 40px;
    }
    .bord-top p {
        font-size: 14px !important;
        margin: 5px 0px !important;
    }
    .bord-top {
        display: block !important;
        text-align: center;
    }
    h4.fw-semibold {
        font-size: 20px;
        margin-top: 15px;
    }
    .mob-b {
        margin: 30px 0px;
    }
    .cat-img {
        margin-top: 40px;
    }
    .form-h {
        margin-top: 40px;
    }
    .about-img {
        margin-bottom: 15px;
    }
    .mob-pad2 {
        padding: 0px !important;
    }
    .mob-pad {
        padding: 0px !important;
    }
    form .mb-3 {
        margin-bottom: 0.5rem !important;
    }
}
.video-card img{
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.play-btn {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 50px;
    padding: 3px 19px 7px 15px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    margin-left: auto;
    display: block;
    margin-right: auto;
    width: max-content;
    margin-top: -70px;
    position: relative;
}
.play-btn i {
    margin-right: 0px;
    color: #073e87;
    font-size: 24px;
    position: relative;
    top: 3px;
}
.play-btn:hover {
  background-color: #073e87;
    color: #fff;
}
.play-btn:hover i{
  color: #fff;
}

.new-cat {
    background-color: #ffffff00;
    box-shadow: none;
    padding: 15px;
    border-radius: 30px;
}
.new-cat:hover{
    background-color: #fff;

  
}


.new-cat h4 {
    font-size: 18px;
    margin-bottom:0 ;
}
.div-badge{padding: 5px 14px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 12px;
    font-weight: 500
}
.new-cat img{
    border-radius: 35px;
}
 .sec-fluid { background:#fff; transition:all 0.3s ease; position:relative; z-index:999; }
  .sec-fluid.is-sticky { position:fixed; top:0; left:0; width:100%; box-shadow:0 3px 10px rgba(0,0,0,0.1); }
  .navbar { padding-top:0; padding-bottom:0; }
  .header-logo { max-width:70%; height:auto; }
  .search-icon { font-size:1.3rem; color:#333; cursor:pointer; }


