html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.navbar {
padding: 0px 40px  !important;
background-image: linear-gradient(to right, #f0fdf4  , #eff6ff );
position: fixed !important;
transition: background-color 0.3s ease-in !important;
top: 0;
right: 0;
left: 0;
z-index: 1000;
}
.custom-navbar.scrolled {
    background-image: none;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* optional for visual depth */
    opacity: 1;
    z-index: 99;
}
.navbar div form button {
    background-color: #04AA6D;
    color: white;
    font-weight: 500;
}
.navbar .container .navbar-brand {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity));
    font-size: 24px;
    font-weight: 700;
}
.nav-item .dropdown-menu li .dropdown-item:hover {
    color: rgb(22 163 74) !important;
    background-color: rgb(240 253 244) !important;
}
.navbar .container a img {
    max-width: 50%;
}
.hero_content_img .img_content {
    padding: 1.5rem;
}
main section {
    padding: 0.5rem 0rem;
}
main section .relative {
    margin-top: 120px;
}
.hero_content_img {
    box-shadow: 2px 2px 12px lightblue;
}
section {
    background-image: linear-gradient(to right, #f0fdf4  , #eff6ff );
}
.img_content div div {
    border-radius: 5px;
}
.hero_content_img img , .img_content {
    border-radius : 5px
}
.hero_section_content div h1 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
}
.hero_section_content div h1 span {
    display: block;
    font-weight: 700;
    color: #04AA6D;
}
.hero_section_content div p {
    font-size: 20px;
}
.hero_section_content div div button {
    background-color: #04AA6D ;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    font-weight: 500;
}
.container .grid {
    justify-content: center;
}
.container .grid .col-lg-6 {
    width: 47%;
}
.img_content h3 {
    font-weight: 600;
}
.beyondSecure {
    padding: 3rem 0rem;
    max-width: 60%;
    text-align: center;
    margin: 0px auto;
}
.beyondSecure div h2 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
}
.beyondSecure div h2 span {
    color: #04AA6D;
}
.beyondSecure div .not_insur {
    color: #04AA6D;
    font-weight: 500;
}
.beyondSecureCards {
    column-gap: 32px;
    padding-bottom: 6rem;
}
.beyondSecureCards div {
    background-color: #f0fdf4;
}
.beyondSecureCards div:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    transition-duration: 0.3s;
}
.beyondSecureCards div div {
    height: 50px;
    width: 50px;
    background: white;
    margin: 0px auto;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.beyondSecureCards div h3 {
    font-size: 20px;
}
.coreServices {
    padding: 3rem 0rem;
}
.coreServices div .accordion .accordion-item {
    border: none;
}
.coreServices div .accordion .accordion-item .accordion-header button {
    background: transparent;
    box-shadow: none;
    column-gap: 0.5rem;
}
.coreServices div .accordion .accordion-item .accordion-header button div .accordion_icon {
    background-color: rgb(220 252 231 );
    padding: 5px;
    border-radius: 50%;
}
.coreServices div .accordion .accordion-item:hover {
    box-shadow: 0 1px 1px 1px lightgray, 0 3px 3px 1px lightgray;
    transition-duration: 0.3s;
}
.coreServices .row div .accordion-item {
    box-shadow: 1px 1px 5px lightgray;
}
.coreServices .row {
    column-gap: 1px;
    row-gap: 30px;
}
.ourServices {
    padding: 3rem 0rem;
    /* column-gap: 1px; */
}
.ourServices .ourServicesContent {
    background-image: linear-gradient(to right, #f0fdf4  , #eff6ff );
    padding: 2rem;
}
.ourServicesbtn {
    border: none;
    padding: 10px;
    border-radius: 5px;
    background-color: #04AA6D;
}
.ourServices div img {
    box-shadow: 2px 2px 12px lightblue;
}
.ourServicesContent p i {
    background-color: #04AA6D;
}
.industriesWeServe {
    padding: 3rem 0rem;
}
.industriesWeServe .row {
    gap: 30px;
}
.industriesWeServe .row .card {
    padding: 24px;
    box-shadow: 1px 1px 15px lightgray;
}
.industriesWeServe .row .card .card-title {
    font-size: 18px;
}
.industriesWeServe .row .card .card-text {
    font-size: 14px;
}
.goBeyond {
    padding: 3rem 0rem;
}
.row .hover_move {
    transition: transform 0.3s ease;
}
.row .hover_move:hover {
    transform: translateY(-10px);
}
.goBeyond .row {
    gap: 30px;
}
.goBeyond  .row .card {
   padding: 24px;
   box-shadow: 1px 1px 15px lightgray;
}
.ourTeam {
    padding: 6rem 0rem;
}
.ourTeam .row .col-lg-3 div img {
    height: 16rem;
    object-fit: cover;
}
.enqiury-data {
    padding: 3rem 0rem;
    background-image: linear-gradient(to right, #f0fdf4  , #eff6ff );
}
.enqiury-data .row .form-data {
    padding: 3rem;
    background-color: white;
}
.enqiury-data .row .form-data form div .form-input-data {
    margin: 1rem 0rem;
}
.enqiury-data .row .form-data form div .form-input-data button {
    background-color: #04AA6D;
}
.enqiury-data .row {
    background: linear-gradient(rgba(60, 179, 113,0.5)),url('./assets/form-img.webp');
    background-size: cover;
}
.enqiury-data .row .form-content-info {
    padding: 3rem;
}
.enqiury-data .row .form-content-info div a {
    text-decoration: none;
}
.fade-in-section {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  will-change: opacity, transform;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.row .card .goBeyondicon {
    display: flex;
    background: rgb(220 252 231 );
    width: 13%;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
}
.footer {
    padding: 3rem 0rem 1rem 0rem;
}
.footer .row div ul {
    list-style: none;
    padding-left: 0;
    line-height: 2;
}
.contactUs ul li a {
    text-decoration: none;
}
.termsConditions .row ul li a {
    text-decoration: none;
}
.form-input-data a {
    display: block;
    text-align: center;
    text-decoration: none;
}
.footer .row div ul li a {
    text-decoration: none;
}
.footer .row div .row a:hover, .footer .row div ul li a:hover {
color: rgb(22 163 74) !important;
}
.privacy-and-policy-wraper {
    margin-top: 150px;
    line-height: 2;
}
.privacy-and-policy-wraper .container div h3 {
    font-size: 23px;
    font-weight: 500;
}
.privacy-and-policy-wraper p {
    font-size: 13px;
    font-weight: 400;
}
.privacy-and-policy-wraper .container h4 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 18px;
}
.privacy-and-policy-wraper .container .privacy-and-policy-main h4 {
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: bold;
}
.privacy-and-policy-wraper .container .privacy-and-policy-main ol li {
    font-size: 13px;
    font-weight: 400;
}
.terms-and-condition-wraper {
    margin-top: 150px;
}
.terms-and-condition-wraper .container {
    line-height: 2;
}
.terms-and-condition-title h3 {
    font-size: 23px;
    font-weight: 500;
    margin: 25px 0;
    margin-bottom: 12px;
}
.terms-and-condition-wraper .container  p {
    font-size: 13px;
    font-weight: 400;
}
.terms-and-condition-wraper .container ol li {
    font-size: 13px;
}
.terms-and-condition-wraper ol li::before {
    font-weight: bolder !important;
    font-size: 15px;
}
@media screen and (max-width: 479px) {
.hero_section_content div h1 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
}
.beyondSecureCards {
    row-gap: 15px;
}
.beyondSecureCards div {
    width: 90%;
}
.coreServices {
    width: 90%;
    margin: 0px auto;
}
.ourServices {
    width: 90%;
}
.ourServices div img {
    margin-top: 20px;
}
.industriesWeServe, .goBeyond  {
    width: 90%;
    margin: 0px auto;
}
.industriesWeServe .row div, .goBeyond .row div{
    width: 90%;
}
.hero_section_content div img {
    margin-top: 20px;
}
.navbar {
    padding: 10px !important;
}
.navbar  .container a {
    font-size: 16px !important;
}
.hero_section_content {
    padding: 0px 10px;
}
.hero_section_content div .img_content div {
    display: block !important;
}
.enqiury-data .row {
    width: 90% !important;
}
.enqiury-data .row .form-data {
    padding: 1rem;
}
.footer .row .col-lg-3 .row {
    display: flex !important;
}
.termsConditions div ul {
    margin-left: 2px;
}
.coreServices .row .accordion {
    width: 90%;
}
.hero_section_content .hero_content {
    width: 90%;
}
.hero_section_content .hero_content_img {
    box-shadow: none;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero_section_content .hero_content_img img {
    width: 90%;
}
.hero_section_content .hero_Content {
    width: 90%;
}
.beyondSecure {
    max-width: 100%;
}
.navbar .container {
    padding-top: 10px;
}
.hero_section_content div div button {
    font-size: 12px;
}
}
@media screen and (min-width: 480px) and (max-width: 768px)  {
.ourServices  {
    width: 90%;
}
.hero_section_content {
    padding: 0px 10px;
}
.hero_section_content div h1 {
    font-size: 1.5rem;
}
.hero_section_content div p {
    font-size: 16px;
}
.hero_section_content .hero_content_img {
    margin-top: 20px;
}
.beyondSecureCards {
    row-gap: 20px;
}
.ourServices  .ourservices_img {
    margin-top: 20px;
}
.footer .row .col-lg-4 .row a {
    width: 10%;
}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
.hero_section_content .hero_content_img {
    box-shadow: none;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero_section_content .hero_content_img img {
    width: 90%;
}
.hero_section_content .hero_Content {
    width: 90%;
}
.beyondSecure {
    max-width: 100%;
}
}

@media screen and (min-width: 992px)  {
.dropdown-menu {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: block !important; /* Required for transition */
  visibility: hidden;
}

/* Show dropdown smoothly */
.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.navbar-collapse .navbar-nav {
    column-gap: 30px;
}
}


