@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* ===============================
   General Styles
================================= */
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #f9f6ff;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1rem;
}

a {
    text-decoration: none !important;
    color: inherit;
    transition: color 0.3s ease;
}

a:hover {
    /* color: #b33f3f; Highlight Color */
}

p {
    line-height: 1.8;
    font-size: 1rem;
    color: #555;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #163b44;
    margin-bottom: 2rem;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1230px;
    }
  }

/* ===============================
   main-sec
================================= */
.main-set{
    background-image: url("../images/temple-images/background-img.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
}
.top-links-list{
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0;
    padding: 0;
}


/* ===============================
   header
================================= */
.top-links-list li a img {
    height: 24px;
    padding-right: 5px;
  }
  .top-links-list li {
    margin-left: 25px;
  }
 .btn_link input.submit_btn {
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
 }
  .btn_link a, .btn_link input.submit_btn {
    background-image: linear-gradient(to right, #fbab00, #b53c03);
    padding: 12px 30px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: none;
  }
  .btn_link a:hover{
    background-image: linear-gradient(to left, #fbab00, #b53c03);
  }
  .btn_link a span i {
    font-size: 18px;
  }
  .head_set{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 20px;
    border-bottom: 1px solid #ffffff63;
  }
  .hero-section h1 span.sub-title {
    font-size: 30px;
    display: block;
    font-weight: 500;
  }
/* ===============================
   Buttons
================================= */
.btn-custom {
    background-color: #b33f3f;
    color: #fff;
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.btn-custom:hover {
    background-color: #ff8225; /* Hover Color */
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* ===============================
   First Section: Banner
================================= */
.hero-section {
    /* background: linear-gradient(to right, #163b44, #b33f3f); */
    color: #fff;
    padding: 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section h1 {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 1rem;
    animation: fadeInUp 1.2s ease-out;
}

.hero-section p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    animation: fadeInUp 1.4s ease-out;
}

.hero-btns .btn-custom {
    margin-top: 1rem;
}

.hero-images img {
    max-width: 100%;
    animation: fadeIn 2s ease-out;
}
.title_btns_set{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
}
.title_btns_set a {
    font-size: 20px;
    border: 2px solid #ffffff40;
    padding: 12px 30px;
    border-radius: 10px;
  }
  .title_btns_set a span img {
    height: 38px;
    filter: brightness(100);
  }
  li.btn_link a span img {
    height: 14px;
    filter: invert(1);
  }
  .title_btns_set a span {
    margin-right: 5px;
  }
  .inner_main_screen .image-wrapper img {
  border-radius: 10px;
}
/* ===============================
   Second Section: Features
================================= */
.features-section {
    background-color: #f7edec;
    padding: 60px 0;
    text-align: center;
}

.features-section .feature-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-section .feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.features-section .icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.features-section .icon img:hover {
    transform: rotate(10deg) scale(1.1);
}

/* ===============================
   Third Section: Brands
================================= */
.brands-section {
    background: #fff;
    padding: 40px 0;
}

.brands-section img {
    max-width: 120px;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.brands-section img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

/* ===============================
   Fourth Section: Why Choose Us
================================= */
.why-choose-us {
    background-color: #fff;
    padding: 60px 0;
}

.feature-box {
    background-color: #f7edec;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.feature-box:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
}

.feature-box .icon {
    background-color: #ff8225;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    transition: background-color 0.3s ease;
}

.feature-box:hover .icon {
    background-color: #b33f3f;
}

/* ===============================
   Animations with GSAP & WOW.js
================================= */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ===============================
   Responsive Adjustments
================================= */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .features-section .icon img {
        width: 50px;
        height: 50px;
    }

    .brands-section img {
        max-width: 90px;
    }
}


/* ===============================
   Form Section: Contact Form
================================= */
.form-section {
    background-color: #f7edec;
    padding: 60px 0;
}

.form-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.form-section h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #163b44;
    margin-bottom: 2rem;
}

.form-section form {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-section form .form-group {
    display: flex;
    flex-direction: column;
}

.form-section form .form-group label {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.form-section form .form-group input,
.form-section form .form-group textarea {
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.form-section form .form-group input:focus,
.form-section form .form-group textarea:focus {
    border-color: #b33f3f;
    box-shadow: 0 0 5px rgba(179, 63, 63, 0.5);
    outline: none;
}

.form-section form .form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.form-section form button[type="submit"] {
    background-color: #b33f3f;
    color: #fff;
    padding: 1rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    grid-column: span 2;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.form-section form button[type="submit"]:hover {
    background-color: #ff8225;
    transform: translateY(-3px);
}

.form-section .form-note {
    text-align: center;
    font-size: 0.9rem;
    color: #777;
    margin-top: 1rem;
}

.form-section .form-note a {
    color: #b33f3f;
    text-decoration: none;
    transition: color 0.3s ease;
}

.form-section .form-note a:hover {
    color: #163b44;
}

/* ===============================
   Form Animations (GSAP and WOW.js)
================================= */
.form-section form .form-group {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s ease-out forwards;
}

.form-section form button[type="submit"] {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1.2s ease-out forwards;
}

.form-section .form-note {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1.4s ease-out forwards;
    animation-delay: 1.4s;
}

/* ===============================
   Responsive Adjustments for Form Section
================================= */
@media (max-width: 768px) {
    .form-section form {
        grid-template-columns: 1fr;
    }

    .form-section form .form-group input,
    .form-section form .form-group textarea {
        font-size: 0.9rem;
    }

    .form-section form button[type="submit"] {
        font-size: 1rem;
        padding: 1rem;
    }
}


/* ===============================
   Footer Section
================================= */
.footer {
    background-color: #163b44;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    font-size: 1rem;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer .footer-logo img {
    max-width: 200px;
    margin-bottom: 1rem;
}

.footer .footer-logo {
    margin-bottom: 2rem;
}

.footer .social-icons {
    margin-bottom: 2rem;
}

.footer .social-icons a {
    color: #fff;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.footer .social-icons a:hover {
    color: #ff8225;
}

.footer p {
    font-size: 1rem;
    color: #b3b3b3;
    margin-top: 1rem;
}

.footer p a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.footer p a:hover {
    color: #ff8225;
}

/* ===============================
   Footer Animations (GSAP and WOW.js)
================================= */
.footer .footer-logo {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s ease-out forwards;
}

.footer .social-icons {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1.2s ease-out forwards;
    animation-delay: 0.3s;
}

.footer p {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1.4s ease-out forwards;
    animation-delay: 0.6s;
}

/* ===============================
   Responsive Adjustments for Footer Section
================================= */
@media (max-width: 768px) {
    .footer {
        padding: 30px 0;
    }

    .footer p {
        font-size: 0.9rem;
    }

    .footer .social-icons a {
        font-size: 1.3rem;
        margin: 0 8px;
    }
}
/* screens-sec */
.inner_main_screen{
    position: relative;
}
.screen-sec {
  padding-top: 30px;
}
.top_screen {
    display: inline-block;
    position: relative;
  }
  .top_screen::before {
    position: absolute;
    content: "";
    width: 454px;
    height: 454px;
    background: linear-gradient(#dd6300, #ed9800);
    z-index: 0;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
  }
  .top_screen img {
    position: relative;
    max-height: 200px;
}
  .bottom_screen {
    position: relative;
    background: #ffe994;
    padding: 30px;
    border-radius: 10px;
    z-index: 1;
    margin-top: 0px;
  }
  .screen-links a img{width: 25px;}  
  .screen-links a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width:226px;
    background-image: linear-gradient(to right, #fbab00, #b53c03);
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all .4s linear;
  }
  .screen-links a:last-child{
    background-image: linear-gradient(to right, #fbab00, #b53c03);
    /* background-image: linear-gradient(to right, #8871bf, #4f3f7e); */
  }
  .screen-links a:nth-child(2){
    background-image: linear-gradient(to right, #fbab00, #b53c03);
    /* background-image: linear-gradient(to right, #b4559b, #b4559b); */
  }
  .screen-links a:hover{background-image: linear-gradient(to left, #fbab00, #870e03) !important;transition: all .4s linear;}
  .screen-links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
  }
  .common-sec{padding-block: 70px;}
  .bg-clr1{background: #f9f6ff;}
  .business-part {
    /* border: 1px solid #ddd; */
    padding-block: 70px;
    padding-inline: 50px;
    position: relative;
    top: -8px;
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .sec-title{
    font-size: 36px;
    font-weight:500;
    text-align: center;
    margin-bottom: 15px;
    color: #040e2a;
  }
  .why-cards p{margin-bottom: 0;}
  .why-cards{
    padding: 20px;
    padding-top: 0;
    height: 100%;
  }
  .why-cards img {
    width: 75px;
    margin-bottom: 20px;
  }
  .why-cards p {
    font-size: 15px;
  }
  .why-choose-title{
    font-size: 20px;
    color: #e58300;
    font-weight: 500;
  }
  .client_img {
    height: 120px;
    padding: 15px;
    border: 1px solid #d3cae8;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
  }
  .client_img img{
    height: 100%;
    width: 100% !important;
    object-fit: contain;
    mix-blend-mode: darken;
  }
  /*  */  
  

.contact-form {
  background: linear-gradient(82deg,#faaa00 3.33%, #cd5b02 83.18%);
  position: relative;
}

.contact_form__body {
    display: flex;
    justify-content: center;
  }
.contact-form__content {
    background: #fff;
    border-radius: 0 0 36px 0;
    flex-basis: 62%;
    max-width: 890px;
    position: relative;
    padding-top: 0;
    padding-bottom: 25px;
    padding-right: 40px;
  }
.contact-form__content::before {
    background: inherit;
    bottom: 0;
    content: "";
    display: block;
    left: 1px;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    width: 50vw;
  }
  .contact-form__content-corner {
    display: block;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 36px;
  }
  .contact-form__aside {
    display: block;
    flex-basis: 38%;
    max-width: 550px;
    padding-inline: var(--page-gutter-x);
  }
  .contact-form__slider {
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    padding-top: 50px;
    width: 370px;
  }
  .contact-form__content-corner::before {
    border-radius: 50%;
    box-shadow: 0 0 0 36px #fff;
    content: "";
    display: block;
    height: 200%;
    left: 0;
    position: absolute;
    top: 0;
    width: 200%;
  }
  .contact_form_title2{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .form_feilds{
    position: relative;
  }
  .form_feilds{
    position: relative;
    border: 1px solid #c4bfd1;
    margin-bottom: 15px;
    padding-block: 7px;
  }
  input::placeholder,
  textarea::placeholder {
    color: #fff;
    font-size: 14px;
  }
  .form_feilds input, .form_feilds textarea {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 15px;
    padding-block: 10px;
  }
  .form_feilds label.form-label {
    position: absolute;
    background: #2e205e;
    top: -10px;
    padding: 0px 2px;
    left: 10px;
    font-size: 14px;
  }
  .form-control:focus {
    color: aliceblue;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: unset !important;
  }
  .get_in_box_detail a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
.get_in_box_detail a img{height: 36px;}
.get_in_box_detail a span{font-size: 22px;font-weight: 500;}
h6.get_in_title {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
  }
  .get_in_box {
    background: #ffffff29;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #11111129;
  }
  .aws-landing {
    max-height: 755px;
    overflow: auto;
  }
 
/* For Firefox */
.aws-landing {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: linear-gradient(#342552, #2c1f61) #f1f1f1; /* Thumb and track colors */
}

  /* Chrome */
.aws-landing::-webkit-scrollbar {
    height: 20px;
    width: 10px;
    background: #f1f1f1;
    border-radius: 0;
}

.aws-landing::-webkit-scrollbar-thumb {
    background: linear-gradient(#342552 3.33%, #2c1f61 83.18%);
    border-radius: 10px;
}

.aws-landing::-webkit-scrollbar-corner {
    background: linear-gradient(#342552 3.33%, #2c1f61 83.18%);
    border-radius: 10px;
}
.parent-checkbox {
    background-color: #fffae6 !important;
}
.land-sub-sec .checkbox-group .parent-checkbox {
    background-color: #fff !important;
}
.copy_right_sec p {
    margin-bottom: 0;
    text-align: center;
    color: #f5f5f6;
  }
  .copy_right_sec {
    padding-block: 30px;
  }

 
/* sri */
  /* raju_bro_css */
  .developed-tools div {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .developed-tools div>span {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .developed-tools div>span:first-child {
    font-weight: 500;
  }

  input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
  }

  /* Hide default checkbox */
  input[type="checkbox"] {
    display: none;
  }

  /* Style for custom checkboxes */
  .custom-checkbox {
    width: 17px;
    height: 17px;
    border: 2px solid #f29417;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
  }

  /* When checkbox is checked */
  input[type="checkbox"]:checked+.custom-checkbox {
    background-color: #f29417;
    /* Custom checked color */
    border-color: #f29417;
  }

  /* When checkbox is checked, show a checkmark */
  input[type="checkbox"]:checked+.custom-checkbox::after {
    content: '';
    position: absolute;
    left: 4px;
    top: -0.6px;
    width: 5.5px;
    height: 11.5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }


  /* Indeterminate state styling */
  input[type="checkbox"]:indeterminate+.custom-checkbox::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 4px;
    width: 12px;
    height: 3px;
    background-color: #ff8225;
    /* Custom color for indeterminate */
  }

  /* Style for sub-checkboxes (nested checkboxes) */
  .sub-checkboxes {
    margin-left: 20px;
    display: none;
    /* Initially hidden */
    pointer-events: none;
  }

  .parent-checkbox input:checked+.custom-checkbox+.sub-checkboxes {
    display: block;
    /* Show sub-checkboxes when parent is checked */
  }

  /* Button and layout styles */
  button {
    margin-top: 10px;
    color: #fff;
    border: 0px !important;
    background-color: #1C1C1C;
    padding: 14px 25px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.7px;
    /* line-height: 20px; */
    text-decoration: none;
    font-weight: 400;
  }


  input:focus-visible,
  textarea:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    /* border: 0px !important; */
  }

  button:hover {
    background-color: #b33f3f;
  }

  .aws-landing label {
    cursor: pointer;
    padding-left: 20px !important;
    position: relative;
  }

  .aws-landing .parent-checkbox {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 10px;
  }

  .aws-landing .checkbox-group .custom-checkbox {
    position: absolute;
    left: 14px;
    top: 12px;
  }

  /* .aws-landing .checkbox-group .sub-checkboxes  .custom-checkbox {

    top: 6px;
} */
  .sub-checkboxes {
    margin-block: 10px;
  }

  .aws-landing .checkbox-group .sub-checkboxes>label {
    font-family: 'Poppins';
    font-weight: 400;
    display: block;
    padding: 10px;
    color: #4b4b4b;
    font-size: 13px;
  }
  .land-sub-head {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #d57a00;
    padding-left: 12px;
  }
  .land-sub-sec {
    border-bottom: 1px solid #f39617;
    margin-bottom: 10px;
    background-color: #fffae6;
    padding: 10px;
  }

  /* .land-sub-sec .checkbox-group{
  padding-left: 30px;
} */

  fieldset {
    border: 1px solid #eaeaea !important;
    padding: 1rem 1rem 0 1rem;
    height: 56px;
    margin-bottom: 8px;
  }

  legend {
    font-size: 12px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    display: block;
    padding-inline: 4px;
    width: auto !important;
    margin-bottom: 0px !important;
    font-size: 1.5rem;
    line-height: inherit;
    color: #eaeaea;
    white-space: normal;
    z-index: 2;
    position: relative;
  }

  fieldset .input-box {
    border: 0px;
    background-color: transparent;
    width: 100%;
    position: relative;
    height: 46px;
    top: -23px;
    color: #eaeaea;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 300;
  }

  fieldset.has-error {
    border-color: red !important;
  }

  .error.help-block {
    color: #ff3737;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    /* display: inline-block; */
    display: block;
    text-align: left;
  }

  fieldset.cus-filedset textarea {
    height: auto;
  }

  fieldset textarea.input-box {
    top: -6px !important;
  }

  fieldset.cus-filedset {
    height: 80px;
  }

  .aws-landing-banner {
    background-image: linear-gradient(180deg, #fff 0%, #F1EAFF 100%)
  }

  .aws-land-banner img {
    max-width: 100%;
    border-radius: 15px;
    margin-block: 20px;
  }

  .live-preview-btn {
    float: right;
    color: #fff;
    background-color: #1C1C1C;
    padding: 14px 25px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.7px;
    /* line-height: 20px; */
    text-decoration: none;
    font-weight: 400;
  }

  /* raju_bro_css_close */
 
  @media screen and (max-width:1200px) {
    .contact-form__content, .contact-form__aside {flex-basis: 50%;max-width: 100%;}
    .sec-title {font-size: 28px;}
    .why-cards p {font-size: 14px;}
    .why-cards {padding-inline: 10px;}
    .why-choose-title {font-size: 16px;margin-bottom: 10px;}
    .title_btns_set a {padding: 10px 20px;font-size: 16px;}
    .title_btns_set a span img {height: 30px;}
    .hero-section h1 {font-size: 46px;line-height: 50px;}
    .hero-section {padding-top: 50px;}
    .top-links-list li {margin-left: 18px;}
    .top-links-list li a {font-size: 14px;}
    .top-links-list li a img {height: 18px;}
    .btn_link a, .btn_link input.submit_btn {padding: 10px 20px;}
    .hero-section h1 span.sub-title {font-size: 24px;}
    .business-part {padding-block: 50px;padding-inline: 30px;}
    .sec-title {font-size: 28px;margin-bottom: 10px;}
  }
  @media screen and (max-width:992px) {
    .head_set {flex-direction: column;gap: 10px;}
    .title_btns_set a {padding: 10px 15px;font-size: 15px;}
    .title_btns_set a span img {height: 25px;}
    .top_screen img {width: 250px;}
    .top_screen::before {width: 350px;height: 350px;top: 30px;}
    .bottom_screen {padding: 20px;}
    .screen-links a {max-width: 100%;font-size: 14px;}
    .business-part {padding: 35px;}
    .business-part p {font-size: 14px;}
    .why-cards {padding-inline: 20px;}
    .common-sec {padding-block: 40px;}
    .contact_form__body {flex-direction: column;}
    .aws-landing {max-height: 379px;}
    .contact-form__slider {width: 100%;}
    .contact-form__aside .contact-form__slider form{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
    .contact-form__aside .contact-form__slider form .form_feilds {width: 49%;}
    .contact-form__aside .contact-form__slider form>.form_feilds:nth-child(5) {width: 100%;}
    .contact-form__aside .contact-form__slider form> div:last-child {width: 100%;}
    .get_in_box_detail {width: 49%;display: inline-block;margin-bottom: 0 !important;}
  }  
  @media screen and (max-width:788px) {
    .top-links-list {justify-content: center;flex-wrap: wrap;gap: 10px;}
      .top-links-list li a img {height: 15px;}
      .top-links-list li a {font-size: 12px;}
      li.btn_link a span img {height: 10px;}
      .top-links-list li.btn_link {margin: 0;}
      .btn_link a, .btn_link input.submit_btn {padding: 7px 20px;}
      .hero-section {padding-top: 30px;}
      .text-highlight.text-highlight {font-size: 32px;}
      .hero-section h1 {line-height: 40px;}
      .hero-section h1 span.sub-title {font-size: 20px;line-height: 28px;}
      .title_btns_set {margin-top: 0;flex-wrap: wrap;gap: 10px;}
      .title_btns_set a {padding: 7px 15px;font-size: 13px;border-width: 1px;}
      .title_btns_set a span img {height: 20px;}
      .bottom_screen {padding: 15px;}
      .screen-links a {max-width: fit-content;gap: 12px;}
      .screen-links {margin-top: 15px;flex-wrap: wrap;gap: 10px;}
      .sec-title {font-size: 24px;}
      .business-part {padding: 25px;margin-bottom: -5px;}
      .common-sec {padding-block: 30px;}
      .get_in_box_detail a span {font-size: 18px;font-weight: 400;}
      .get_in_box_detail a img {height: 30px;}
      .copy_right_sec {padding-block: 20px;}
      .screen-links a img {width: 20px;}
  } 
  @media screen and (max-width:576px) {
    .contact-form__content {
        padding-inline: 10px;
        overflow-x: hidden;
        border-radius: 0;
        padding-top: 10px;
      }
      .btn_link input.submit_btn {
        display: inline-block;
        width: auto;
        font-size: 14px;
        padding-inline: 35px;
        padding-block: 10px;
      }
  }
  @media screen and (max-width:450px) {
    .get_in_box_detail {width: 100%;margin-bottom: 15px !important;}
    .get_in_box >div:last-child {margin-bottom: 0px !important;}
  }
  @media screen and (max-width:400px) {
    .sec-title {
        text-align: center !important;
        font-size: 20px;
      }
      .text-highlight.text-highlight {
        font-size: 24px;
        line-height: 30px;
      }
  }
/* Preloader styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #163b44; /* Your desired background color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #ff8225; /* Loader color */
  border-radius: 50%;
  position: relative;
}

.loader span {
  color: #fff;
  font-size: 18px;
  font-family: Arial, sans-serif;
  position: absolute;
  animation: fadeInText 1s ease-in-out forwards;
}

/* Animation for text fading in */
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

  /* Style for the buttons inside the image */
  .button-container button {
    /* opacity: 0; */
    transition: opacity 0.3s ease-in-out;
  }

  /* Make buttons appear on hover */
  .image-container:hover .button-container button {
    opacity: 1;
  }

  /* Custom Hover Effects for Buttons */
  .btn-hover {
    background-color: #333;
    color: white;
    border: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  /* Hover effects on buttons */
  .btn-hover:hover {
    background-color: #ff8225;
    transform: scale(1.1);
  }

  /* Image container styling */
  .image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }

  .image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    /* opacity: 0.6; */
  }

  .image-container:hover img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    opacity: 1;
  }

  /* Scale image on hover */
  .image-container:hover img {
    transform: scale(1.1);
  }
a{cursor: pointer;}
  .modal-content{
background-color: #fff ;
border-radius: 10px;
padding: 20px;
}
.modal-content .modal-body{
  background-color: #fff  !important;
  padding: 0px;
}
.btn-close{
  padding: 0px;
  background-color: transparent;
  position: absolute;
  right: -20px;
top: -60px;
opacity: 1;
  font-size: 30px;
  background-image: none !important;
}
.btn-close:hover{
background-color: transparent;
box-shadow: none !important;
outline: none !important;
}
.btn-close i{
  line-height: 11px;
  display: inline-block;
  border-radius: 20px;
  color: red;
  width: 30px;
  background: #ffffff;
  height: 29px;
  opacity: 1;
}

.m-btn1{
  background: linear-gradient(to right, #000, #000);
  display: inline-flex;
      justify-content: space-between;
      align-items: center;
      /* width: 100%; */
      color: #fff;
      padding: 10px 25px;
      border-radius: 50px;
      text-transform: uppercase;
      transition: ease all 1s;
      width: max-content;
}
.m-btn1:hover{
  background: linear-gradient(to right, #b4559b, #b4559b);
      color: #fff;
      transition: ease all 1s;

}

.features-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.feature-item i {
  font-size: 2rem;
  color: #b4559b; /* Change this color to match your design */
  margin-right: 15px;
}

.feature-content h4 {
  margin: 0 0 5px;
  font-size: 1rem;
  color: #163b44; /* Your brand color */
}

.feature-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}

.feature-content p strong {
  color: #b4559b; /* Accent color for key details */
}
.sub-checkboxes b{
  font-family: 'Poppins';
    font-weight: 600;
    color: #2c1f61;
}
.sub-checkboxes ul{
  margin-top: 6px;
}
.sub-checkboxes ul li{
  margin-bottom: 6px;
}
@media screen and (max-width:576px) {
  .main-set {background-size: cover;}
}