/* The Get Enquiry 2025 : Design By Sagar */
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    background: #f0f3f8;
    color: #1d1f23;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "Inter", sans-serif;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #2e988a;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #2e988a;
    color: #fff;
}

.headerpart {
    background: white;
    box-shadow: 0px 0px 12px 0px #dde8fd;
    position: relative;
    z-index: 1;
}

.logo img {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 170px;
}

.group_flex {
    display: flex;
    align-items: center;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerf-0flex i {
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 12px 14px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    transition: .6s linear;
    border-radius: 3px;
    font-optical-sizing: auto;
    font-weight: 400;
    text-transform: capitalize;

}


.header {
    display: flex;
    align-items: center;
}

.darkHeader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 0px 0px 12px 0px #dde8fd;
    animation: fadeInDown .8s;
    background-color: #ffffff;
    z-index: 999;
    justify-items: center !important;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -35px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 8px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #000000;
    font-weight: 500;
    background-color: #ffffff;
    text-transform: capitalize;
}

.dropdoqwn li a:hover {
    color: #ffffff;
    background-color: #000000;

}

.dropdoqwn li {
    border: 1px solid #ccc;
    border-top: none;
}


nav {
    padding: 0px;
    display: flex;
    align-items: center;
}

.login {
    background: none;
    font-size: 17px;
    border-right: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    border-bottom: none;
    border-top: none;
    padding: 0px 15px;
}


.login svg {
    margin-right: 3px;
    margin-top: -5px;
    color: #494949;
}


.sign-up {
    border: 1px solid #c0bbbb;
    padding: 2px 12px;
    border-radius: 30px;
    margin-right: 7px;
}

.sign-up:hover {
    border: 1px solid green;
    color: #000000;
}

.sign {
    padding: 2px 12px;
    background: green;
    color: white;
    border-radius: 5px;
    border: none;
    align-items: center;
    display: inline-flex;
	line-height: 26px;
}

.sign:hover {
    background: #1975d8;
    color: white;
}

.sign i {
    margin-right: 3px;
}


/* banner */
.carousel-caption {
    position: absolute;
    left: 8%;
    top: 60px;
    width: 45%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

.carousel-caption p {
    margin-bottom: 10px;
}


.carousel-caption h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 20px;
}

.manage-device {
    background-color: #1775d5;
    color: #fff;
    padding:10px;
    display: block;
    text-align: center;
    font-size: 22px;
    position: relative;
}

.arrow1 {
    top:15px;
    transform: rotate(0deg);
    transform-origin: 0% 0%;
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}


@keyframes bounce {
    50% {
        transform: translateY(-10px);
    }
}


.brands {
    padding: 3rem 0rem;

}

.brand_panel {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 1rem;
}

.brands h1 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;

}

.clients img {
    margin-top: 15px;
}

/* #region  Feastures */

.box1 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #dde8fd;
    padding: 40px 30px;
    color: #222;
    font-weight: 400;
    margin-top: 15px;
}

.box1 h3 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
}


.box1 h3 i {
    color: #0a7f57;
    font-size: 30px;
    padding-right: 5px;
}

/* #endregion Feastures */

.protection_panel {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #dde8fd;
    padding: 40px 30px;
    color: #222;
    font-weight: 400;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
}

.logo1 {
    width: 220px;
}

.protection {
    color: #919191;
    font-size: 14px;
}

.protection_panel h2 {
    font-size: 42px;
    font-weight: 600;
}

.inner_txt {
    position: relative;
    color: #1775d5;
}


.inner_txt:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #027b22;
    content: '';
}

.protection strong {
    display: block;
    font-size: 24px;
    color: #464646;
    margin-bottom: 30px;
    margin-top: 40px;
    font-weight: 400;
    max-width: 82%;
}

.otp-imge {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.claim_box {
    background-color: #027b22;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
}

.icon_panel {
    display: flex;
    align-items: center;
}

.icon1 {
    width: 50px;
    height: 50px;
    background: #ffff;
    border-radius: 100px;
    color: #027b22;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.icons_txt strong {
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
}

.icons_p {
    font-size: 14px;
    font-weight: 400;
}

.calim a {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    transition: .4s ease-in-out;
}

.calim a:hover {
    background-color: #fff;
    color: #000;
}

.free {
    background-color: #1775d5 !important;
}

.free i {
    color: #1775d5 !important;
}

.choose_point {
    margin-bottom: 40px;
}

.choose_point p {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.choose_point p img {
    margin-right: 10px;
}

.choose_group h2 {
    margin-bottom: 30px !important;
}

.choose_group .protection_panel {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.bg-set {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #dde8fd;
    padding: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
    min-height: 400px;
    padding-top: 2rem !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 50px;
}


.process-section h4 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 23px;
}

.steps {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 12px 0px #dde8fd;
    background-color: #ffff;
    padding: 14px 27px;
    margin-top: 15px;
}

.steps p {
    font-size: 13px;
    color: #868686;
}

.text_panel strong {
    font-size: 18px;
    font-weight: 600;
    color: #5f5f5f;
}

.steps img {
    margin-right: 25px;
}

.faq_panel {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.enquiry {
    background-color: #1775d5;
    color: #fff;
    min-height: 100%;
    padding: 50px;
}

.faq_box {
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.faq_box h4 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
    margin-top: 8px;
}


.accordion-button {
    padding: 1rem 1.25rem !important;
}

.accordion-item {
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.accordion-body {
    padding: 1rem 1.25rem;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    font-weight: 700 !important;
    color: #000;
}

.form-set {
    margin-top: 10px;
    background-color: rgb(255 255 255 / 15%);
    border-color: transparent;
    padding: .8rem 1rem;
    transition: .3s ease-in-out;
    resize: none;
}

.form-set::placeholder {
    color: #fff;
    opacity: .8;
}


.form-set:focus {
    color: #000;
}

.btn-submit {
    background-color: #ffd24a;
    color: #6c5615;
    font-weight: 600;
    width: 100%;
    font-size: 22px;
    padding: 10px 10px;
    display: block;
    border: none;
    border-radius: 7px;
    margin-top: 17px;
}

.enquiry h5 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.login_form {
    margin-top: 10px;
}

.login_form a {
    color: #fff;
}

.add_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #027b22;
    border-radius: 10px;
    color: #fff;
    padding: 20px 20px;
    margin-top: 40px;
}

.add_group img {
    margin-right: 10px;
}

.add_group strong {
    font-size: 24px;
}

.add_group a {
    display: inline-block;
    padding: 7px 30px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    transition: .4s ease-in-out;
    font-weight: 700;
}

.add_group a:hover {
    background-color: #fff;
    color: #000;
}

footer {
    background-color: #fff;
    margin-top: 40px;
}

.footer_h {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.navigation a {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    color: #545454;
}

.social_group {
    border-top: 1px solid #eee;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding: 1rem 0rem;
}

.social_group a {
    display: inline-block;
    margin-right: 10px;
    color: #596080;
}

.copyright_panel {
    background-color: #f0f3f8;
    color: #000;
    padding: 1rem 0rem;
}

.copy {
    margin-bottom: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 16px;
}

.copyright_panel img {
    display: block;
    margin-left: auto;
}

.get img {
    margin-left: 7px;
    width: 20px;
}

.copyright_panel a {
    display: inline-block !important;

}
/* ===== Global Loader ===== */
.global-loader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    display: none;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.global-loader.active {
    display: flex;
}

.loader-box {
    text-align: center;
    font-family: Arial, sans-serif;
    color: #2e988a;
}

.spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #e0e0e0;
    border-top-color: #2e988a;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
/* ===== end of Global Loader ===== */
.userdashboard{ margin-top:40px; margin-bottom:40px;}
.leftdashbg{ background:#fff; border-radius:10px; padding:20px; min-height:455px;}
.userleftdetails{ text-align:center;}
.userleftdetails img{ margin-bottom:15px;}
.userleftdetails h6{ font-size:18px; color:#3765af; font-weight:600;}
.accoutactive{ background:#e1ffff; display:block; border-radius:5px; border:1px solid #bce7e7; color:#018586; padding:5px; text-align:center; font-weight:500; font-size:18px; margin-top:20px;}
.accoutactive img{ margin:2px;}
.leftmypolciy h6{ margin-top:15px; margin-bottom:15px;}
.leftpolicylist{ margin-bottom:20px; color:#666666;}
.leftpolicylist strong{ font-weight:500; color:#000000;}

.leftfrombox ul li{ display:inline-block;margin-bottom: 20px; }
.leftfrombox ul li a{ background:#f0f3f8; padding:7px 15px; color:#858585;border-radius:5px;    margin-right: 5px;}
.leftfrombox ul li a:hover{ background:#027b22;color:#fff;}

.leftfromboxactive{background:#3765af !important;color:#fff!important;}

.detailsbox{margin-bottom:5px;}
.policyinput{ font-size:14px; height:32px; border:1px solid #e1e2e4; padding:4px 8px; color:#000000;border-radius:5px; outline:none; width:100%;}
.leftfrombox label{ font-size:13px; color:#333333;}
.group-price{     display: flex;
    background: #eaffff;
    padding: 10px 16px;
    margin-top: 20px;
    border: 1px solid #88d9d9;
    border-radius: 6px;
	    align-items: center; }
.group-price span{ display:block; font-size:13px; }
.group-price strong{font-size:15px;}

.boxpricelist{flex:1;}
.group-price a{
	background: #008000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 13px;
    text-transform: uppercase;
    font-size: 13px;
	    white-space: nowrap;
}
.price_color{
	color: #008000;
}
.policy-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 999;
	
}

.policy-popup:target {
	opacity: 1;
	visibility: visible;
}

.popup-box {
	background: #fff;
	width: 400px;
	max-width: 90%;
	margin: 100px auto;
	padding: 20px;
	border-radius: 6px;
	position: relative;
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 22px;
	text-decoration: none;
	color: #000;
}
.mypaymentbg {
    background: #eaffff;
    padding: 10px 16px;
    margin-top: 20px;
    border: 1px solid #88d9d9;
    border-radius: 6px;
    align-items: center;
}
.policy-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
	font-size:14px;
}
.policy-table th {
    background: #f5f6fa;
    padding:6px 12px;
    font-weight:500;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.policy-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}
.policy-table tr:hover {
    background: #fafafa;
}
.view-btn {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}
.policy-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: none;
}
.policy-popup:target {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-box {
    background: #fff;
    padding: 25px;
    width: 500px;
    max-width: 95%;
    border-radius: 8px;
    position: relative;
}
.popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    text-decoration: none;
    color: #333;
}
.popup-box p {
    margin-bottom: 8px;
}

.payment-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #008031;
    border-bottom: 1px solid #eee;
    padding: 20px 0px 10px;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.payment-item {
    background: #f8f9fb;
    padding: 12px 14px;
    border-radius: 8px;
}

.payment-item span {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 4px;
}

.payment-item strong {
    font-size: 14px;
    color: #222;
    word-break: break-word;
}

.payment-item .amount {
    font-size: 15px;
    font-weight: 700;
    color: #0d6efd;
}

.status {
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
}

.status.success {
    background: #e6f4ea;
    color: #198754;
}

.status.failed {
    background: #e1ffff;
    color: #018586;
	border: 1px solid #bce7e7;
	    border-radius: 5px
}

.aboutbanner img{ width:100%}
.aboutbanner_panel {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #dde8fd;
    padding: 40px;
    color: #222;
    font-weight: 400;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
}
.aboutbanner_panel h3{ font-size:40px; font-weight:300; margin-bottom:15px;}
.termncond{ text-align:center;}
.termncond img{ margin-bottom:20px; width:200px;}
.termncondlist strong{ padding-top:15px;}
.termncondlist p{ margin:0px; }
.reftempolicy{ background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #dde8fd;
	padding: 20px 30px;
}
.reftempolicy a{ font-size:14px; display:block; line-height:30px;}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.policy-table th,
.policy-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
.policy-table1{border: 1px solid #ddd; width:100%; font-size:14px; margin-top:10px;}
.policy-table1 td{border: 1px solid #ddd; padding:2px 4px;}
.policy-table1 th{border: 1px solid #ddd; padding:2px 4px;}

/* ===== Mobile View ===== */
@media (max-width: 768px) {

    .policy-table thead {
        display: none;
    }

    .policy-table,
    .policy-table tbody,
    .policy-table tr,
    .policy-table td {
        display: block;
        width: 100%;
    }

    .policy-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
    }

    .policy-table td {
        border: none;
        padding: 6px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .policy-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #555;
    }

    .view-btn {
        padding: 6px 12px;
        background: #0d6efd;
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
        font-size: 13px;
    }
}
.helpbox{ background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #dde8fd;
	padding: 30px 50px;
	margin-top:20px;
	text-align:center;
}
/* Popup Container */
.user-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 260px;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
	/* Glass effect */
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
    z-index: 9999;
    transition: all 0.3s ease;
	text-align: center;
}

/* Hide popup when checkbox checked */
#closePopup:checked + .user-popup {
    display: none;
}

.user-popup h6 {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.user-popup h3 {
    margin: 5px 0 10px;
    font-size: 26px;
    color: #28a745;
}

.user-popup p {
    font-size: 13px;
    color: #444;
    margin-bottom: 12px;
}

/* Buttons */
.popup-actions {
    display: flex;
    gap: 10px;
}

.popup-actions .btn {
    flex: 1;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.popup-actions .login {
    background: #007bff;
}

.popup-actions .signup {
    background: #28a745;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #999;
}

.close-btn:hover {
    color: #000;
}
/* The Get Enquiry 2025 : Design By Sagar */