@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
margin: 0px;
padding: 0px;
}

body {
font-size: 15px;
font-family: "Montserrat", sans-serif!important;
color: #444!important;
font-weight: normal;
line-height: 24px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold!important;
  line-height: 1.1;
  color: #000;
}
.gry-bg{ background: #fbfbfb;}
section {
padding: 60px 0;
}
section h2 {
font-size: 38px;
margin: 0 0 10px 0;
}
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header p {
    font-size: 18px;
    color: var(--text-muted);
    max-width: 830px;
    margin: 0 auto;
}

a {
color: #444;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: unset;
}

.baner-region {
    background: #eff3f8;
    padding: 50px 0;
}
.baner-region h1 {
    font-size: 46px;
}
.orange {
    color: #e4551d;
}
.w100 {
    width: 100%;
}
#header-region {
    padding: 15px 0;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #e1e7ef;
}
.right-con-hed {
    box-shadow: 0 20px 60px -10px hsl(217 91% 50% / .2);
    background: #fff;
    padding: 25px 18px;
    border: 2px solid #c5d9f3;
    border-radius: 20px;
}
.right-con-hed p{
    font-size: 13px;
    line-height: 21px;}

.form-control {
    background: #f8fafc;
    border-radius: 8px;
    box-shadow: none;
    color: #5a5a5a;
    font-size: 15px;
    border: none;
    height: 42px;
    margin-bottom: 0px;
    padding-left: 15px;
    border: 2px solid #e3e9f1;
}
input::placeholder {
  font-size: 15px;
  color: #5a5a5a;
  opacity: 1; /* important for Firefox */
}
.right-con-hed h4 {
    font-size: 24px;
    margin-top: 0;
}
.btn-orange {
    background: #e4551d;
    padding: 8px 30px;
    border-radius: 10px;
    font-weight: 500;
    border: 0;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 15px;
    box-shadow: 0 20px 40px -10px hsl(16 85% 56% / .3);
}
.btn-orange:hover {
    background: #e4551d;  
    color: #fff;   
}

button.btnotp {
    background: #e4551d;
    background-image: linear-gradient(to right, #e4551d, #e4551d);
    position: absolute;
    right: 22px;
    top: 6px;
    border: inherit;
    padding: 3px 8px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 14px;
}

.section-top-btn {
    display: flex;
    background: #fdefea;
    color: #e4551d;
    padding: 5px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    border: 1px solid #fad3c4;
    width: 280px;
    align-items: center;
    justify-content: center;
}
.section-top-btn svg {
    width: 17px;
    color: #e4551d !important;
    margin-right: 5px;
}
.grid {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 12px 15px;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.3s ease;
}
.grid svg {
    color: #f06421;
}
.grid h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}
.grid p {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.service-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: left;
}
.bg-blue {
    width: 56px;
    height: 56px;
    background: rgba(240, 100, 33, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.text-brand {
    color: #e4551d;
}
.service-item h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.service-item p {
    margin: 0;
}

.service-item:hover {
box-shadow: 0 4px 24px -4px rgba(0,0,0,0.08);
border-color: rgba(240, 100, 33, 0.3);
}

.service-item:hover .bg-blue{
background: #ffddd3;
}

.tems {
    padding: 25px;
    text-align: left;
    background: #fff7d7;
    border: 2px solid #ffca2e;
    box-shadow: 0 0 25px rgba(255, 204, 0, 0.6);
    border-radius: 20px;
}
.bullet ul {
list-style: outside none none;
padding: 0;
}

.bullet ul li {
list-style: outside none none;
margin: 0;
padding: 3px 0 3px 25px;
position: relative;
text-align: left;
width: 100%;
}

.bullet ul li::before {
color: #e85222;
content: "\f00c";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
position: absolute;
top: 3px;
text-align: center;
}


.accordion-section .panel-default>.panel-heading, .panel-default {
    border: 0;
    background: #ffffff;
    padding: 9px;
}

.accordion-section .panel-default .panel-title a {
    display: block;

}

.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 2rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -5px;
    margin-right: -14px;
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}

.accordion-section .panel-default .panel-body {
    font-size: 16px;
    color: #666666
}
.free-tag {
    background: #00c853;
    color: #fff;
    padding: 2px 6px;
    border-radius: 8px;
    font-weight: bold;
    margin-left: 6px;
    font-size: 12px;
}

#accordion {
    max-width: 700px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
.baner-region h1 span {
        display: inline-block;
    }
    .baner-region h1 {
    font-size: 30px;
}
.right-con-hed h4 {
    font-size: 20px;
    margin-top: 0;
}
.right-con-hed {
    padding: 20px 20px;
    border: 2px solid #c5d9f3;
    border-radius: 20px;
}
section h2 {
    font-size: 26px;
    margin: 0 0 10px 0;
}
.service-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 15px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: left;
}
section {
    padding: 40px 0;
}
.section-header {
    text-align: center;
    margin-bottom: 20px;
}
#accordion {
    max-width: 100%;
    margin: 0 auto;
}

}